.no_padding{
    padding: 0;
}
.header_box{
    position: relative;
    width: 100%;
    height: auto;
}
.header_box.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.left_menu_icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}
.left_menu_box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.left_menu_box.active{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    z-index: 10000;
}
.left_menu_bj{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.50);
    z-index: 900;
    display: none;
}
.left_menu{
    position: fixed;
    left: -320px;
    right: 0;
    width: 320px;
    height: 100%;
    background: #222222;
    z-index: 999;
}
.close_left_menu{
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: red;
    display: none;
    cursor: pointer;
    text-align: center;
}
.close_left_menu span{
    display: block;
    line-height: 40px;
    font-size: 40px;
    color: #ffffff;
}
.close_left_menu:hover span{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
}
.left_menu_nav{
    height: 235px;
    background: #484848;
    padding: 10px 30px;
    border-bottom: 2px solid #0e0e0e;
}
.left_menu_nav li{
    height: 36px;
    line-height: 36px;
}
.left_menu_nav li img{
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}
.left_menu_nav a{
    color: #ffffff;
    width: 100%;
    display: block;
}
.left_menu_nav a span{
    font-size: 16px;
    transition: all .3s;
}
.left_menu_nav a:hover span{
    color: #cb1a1c;
    transition: all .3s;
}

.left_product_nav{
    width: 100%;
    overflow-y: auto;
}
.left_product_nav ul{
    padding: 30px 0;
    background: #222222;
}
.left_product_nav li{
    /*height: 40px;*/
    line-height: 40px;
    padding: 15px 20px;
    border-top: 2px solid #0e0e0e;
}
.left_product_nav li:nth-of-type(1){
    border-top: 0;
}
.left_product_nav li a{
    width: 100%;
    height: 100%;
    display: block;
}
.left_product_nav li img{
    height: 40px;
    margin-right: 15px;
    vertical-align: top;
}
.left_product_nav li span{
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
}
.left_product_nav li:hover span{
    color: #cb1a1c;
    transition: all .3s;
}


.left_menu_form{
    padding: 0 15px 30px;
}
.left_menu_form .info{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.left_menu_form .info span{
    display: block;
    font-size: 13px;
    color: #d4d4d4;
    padding-bottom: 3px;
}
.left_menu_form .info input{
    width: 100%;
    border: 0;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background: #ffffff;
}
.left_menu_form .info textarea{
    width: 100%;
    border: 0;
    height: 80px;
    padding: 10px;
    background: #ffffff;
}
.left_menu_form .info .tips{
    position: absolute;
    top: 22px;
    right: 10px;
    line-height: 30px;
    color: #ff0000;
    font-size: 12px;
}

.left_menu_form #menuform_sub{
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;
    background: #c7000b;
}
.left_menu_form #menuform_sub:hover{
    background: #dd0000;
}



.header {
    background: #222222;
    overflow: hidden;
}
.header .logo{
    line-height: 0;
    margin-left: 140px;
}
.header .nav_box{
    margin-right: 0px;
}
.header .nav_box li{
    width: 95px;
    height: 68px;
    float: left;
    text-align: center;
    margin-left: 2px;
    background: #484848;
}
.header .nav_box li a{
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
}
.header .nav_box li img{
    padding-top: 10px;
    clear: both;
    display: block;
    margin: auto;
}
.header .nav_box li span{
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0 0;
}
.header .nav_box li.active span,
.header .nav_box li.on span{
    color: #cb1a1c;
}

.header .header_search .inp .label_control{
    font-size: 14px;
    color: #555;
    line-height: 40px;
}

.language{
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 68px;
    text-align: center;
    margin-left: 2px;
    background: #484848;
    z-index: 10;
}
.language a{
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
}
.language img{
    padding-top: 10px;
    clear: both;
    display: block;
    margin: auto;
}
.language span{
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0 0;
}
.language:hover span{
    color: #cb1a1c;
}
.language_box{
    position: absolute;
    width: 110px;
    height: auto;
    top: 68px;
    right: 0;
    display: none;
    background: #484848;
    z-index: 9;
}
.language_box a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    border-top: 2px solid #0e0e0e;
}
.language_box a:hover{
    color: #cb1a1c;
}
.header_search{
    margin-right: 50px;
    margin-top: 13px;
}
.header .btn_search{
    background-color: #ffffff;
}
.product_nav{
    overflow: hidden;
    width: 100%;
    border-top: 2px solid #0e0e0e;
}
.product_nav li{
    width: 11.11111%;
    text-align: center;
    float: left;
}
.product_nav li a{
    width: 100%;
    height: 100%;
    padding: 10px 5px 15px;
    display: block;
    border-right: 2px solid #0e0e0e;
}
.product_nav li a img{
    width: 80px;
}
.product_nav li span{
    display: block;
    font-size: 14px;
    color: #f4f4f4;
    position: relative;
    top: 0;
    transition: all .3s;
}
.product_nav ul li.on span,
.product_nav li:hover span{
    top: -3px;
    color: #cb1a1c;
    transition: all .3s;
}

.banner_box{
    position: relative;
}
.banner_position{
    position: absolute;
    width: 100%;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
}
.banner_position .text{
    margin-bottom: 50px;
}
.banner_position h2{
    font-size: 72px;
    color: #fefefe;
    font-weight: bold;
    text-align: center;
}
.banner_position p{
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.banner_position .form_box{
    width: 100%;
    height: 65px;
}
/*.banner_position .form_box > em{
    width: 40px;
    height: 48px;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: 30px;
    cursor: pointer;
    transition: all .3s;
}
.banner_position .form_box > em:hover{
    color: #cb1a1c;
    transition: all .3s;
}*/
.banner_position .form_box.active{
    height: auto;
    position: fixed;
    top: 0;
    background: #111111;
    padding: 10px;
    z-index: 50;
}
.banner_position .form {
    width: 1200px;
    margin: auto;
    /*overflow: hidden;*/
}
.product_select_ul{display: none;}
.banner_position .form .info{
    width: 30%;
    float: left;
    padding-right: 10px;
    position: relative;
}
.banner_position .form .info.info_btn{
    width: 10%;
}
.banner_position .form .info i{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 3;
    display: none;
}
.banner_position .form .info em{
    width: 45px;
    margin: 19px 0;
    font-size: 20px;
    color: #8e8e8e;
    display: inline-block;
    float: left;
    text-align: center;
    position: absolute;
    border-right: 1px solid #969fa6;
}
.banner_position .form .info span{
    width: 100%;
    display: block;
    height: 65px;
    font-size: 18px;
    color: #8e8e8e;
    line-height: 65px;
    padding-left: 65px;
    padding-right: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ffffff url("../fonts/arrow_down.svg") no-repeat 95% center;
}
.banner_position .form .info.info_btn input{
    width: 100%;
    height: 65px;
    border: 0;
    font-size: 24px;
    background: #d61923;
    color: #ffffff;
    border-bottom-right-radius: 40px;
    cursor: pointer;
}
.banner_position .form .info.Category span{
    border-top-left-radius: 40px;
    transition: all .1s;
}
.banner_position .form .info.Category span.active{
    border-bottom-left-radius: 0;
    transition: all .1s;
}

.banner_poa_p{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner_poa_p p{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.banner_slick > div.slick_first,
.product_slick > div.slick_first,
.pro_B_img > div.slick_first,
.pro_S_img > div.slick_first{
    display: none;
}
.banner_slick > div.slick_first:first-child,
.product_slick > div.slick_first:first-child,
.pro_B_img > div.slick_first:first-child,
.pro_S_img > div.slick_first:first-child{
    display: block;
    *display:expression(this.previousSibling==null?"block":"none");
}

.aside_slct_opts{
    background: #fff;
    position: absolute;
    left: 0;
    right: 10px;
    top: 65px;
    z-index: 12;
    display: none;
}
.aside_slct_opts ol{
    list-style: none;
    max-height: 300px;
    max-width: 350px;
    width: 100%;
    overflow-x: hidden;
    text-align: left;
}
.aside_slct_opts li{
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 16px;
    border-top: 1px solid #eee;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside_slct_opts li:hover,
.aside_slct_opts li.active{
    background: #cb1a1c;
    color: #ffffff;
}
.banner_position .form_box .left_menu_icon{
    display: none;
}
.banner_position .form_box.active .form .info span,
.banner_position .form_box.active .form .info.info_btn input{
    height: 48px;
    line-height: 48px;
}
.banner_position .form_box.active .form .info em{
    margin: 11px 0;
}
.banner_position .form_box.active .aside_slct_opts{
    top: 48px;
}
.banner_position .form_box.active .left_menu_icon{
    display: block;
}

.product_crumbs{
    background: #ffffff;
}
.product_box{
    padding-top: 0;
    background: #f3f3f3;
}
.products_list{
    background: #ffffff;
    text-align: center;
    padding: 40px 0 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transition: all .3s;
}
.products_list:hover{
    top: -10px;
    transition: all .3s;
}
.products_list .pro_img a{
    display: block;
    padding-top: 64.86%;
    background-repeat: no-repeat;
    background-position: center center;
}
.pro_text{
    padding: 20px 10px;
}
.pro_text h3{
    height: 44px;
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.4;
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
}
.pro_text p{
    font-size: 14px;
    color: #666666;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.products_list:hover h3{
    color: #cb1a1c;
}

.Exhibition_Preview{
    line-height: 0;
}
.Exhibition_Preview img{
    width: 100%;
}


.product_slick .slick-prev,
.product_slick .slick-next{
    width: 60px;
    height: 130px;
    margin-top: -65px;
}
.product_slick .slick-prev{
    background: url("../images/slick_left.png") no-repeat center;
    left: 150px;
}
.product_slick .slick-next{
    background: url("../images/slick_right.png") no-repeat center;
    right: 150px;
}
.product_slick .slick-prev:hover{
    background: url("../images/slick_left_hover.png") no-repeat center;
}
.product_slick .slick-next:hover{
    background: url("../images/slick_right_hover.png") no-repeat center;
}
.product_slick_box{
    position: relative;
}
.product_slick .slick_first{
    opacity: .30;
    transition: all .3s;
}
.product_slick .slick_first.slick-active{
    opacity: 1;
    transition: all .3s;
}
.product_slick .item{
    padding-top: 43.3333333%;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.product_slick .item_poa{
    position: absolute;
    width: 385px;
    top: 25%;
    left: 5%;
    z-index: 80;
}
.product_slick .item_poa h2{
    font-size: 51px;
    font-weight: bold;
    color: #ffffff;
}
.product_slick a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.product_slick .item_poa em{
    margin-top: 50px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
    border: 2px solid #ffffff;
    background: none;
}
.product_slick a em:hover{
    color:#cb1a1c;
    border-color:#cb1a1c;
    transition: all .3s;
}

.product_slick .slick-dots li button {
    width: 3px;
    height: 3px;
    padding: 0;
    margin-top: 4px;
    margin-left: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product_slick .slick-dots li {
    width: 13px;
    height: 13px;
    background: 0 0;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product_slick .slick-dots li.slick-active {
    border: 1px solid #fff;
}

.ind_box1{
    background: #f3f3f3;
    padding: 50px 0 30px;
    margin-top: 90px;
}
.ind_box1 h2{
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ind_box1 p{
    font-size: 16px;
    color: #626262;
    text-align: center;
    padding: 0 100px;
}


.ind_box2{
    padding: 80px 0;
}
.ind_box2_slick .slick-prev,
.ind_box2_slick .slick-next,
.m_ind_box2_slick .slick-prev,
.m_ind_box2_slick .slick-next{
    width: 60px;
    height: 130px;
    margin-top: -65px;
}
.ind_box2_slick .slick-prev,
.m_ind_box2_slick .slick-prev{
    background: url("../images/slick_left.png") no-repeat center;
    left: -60px;
}
.ind_box2_slick .slick-next,
.m_ind_box2_slick .slick-next{
    background: url("../images/slick_right.png") no-repeat center;
    right: -60px;
}
.ind_box2_slick .slick-prev:hover,
.m_ind_box2_slick .slick-prev:hover{
    background: url("../images/slick_left_hover.png") no-repeat center;
}
.ind_box2_slick .slick-next:hover,
.m_ind_box2_slick .slick-next:hover{
    background: url("../images/slick_right_hover.png") no-repeat center;
}
.ind_box2_slick .slick_first .img_box,
.m_ind_box2_slick .slick_first .img_box{
    line-height: 0;
    padding-top: 93.65%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.ind_box2_slick .slick_first .img_box i,
.m_ind_box2_slick .slick_first .img_box i{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,45,.35);
}
.ind_box2_slick .slick_first .img_box img{
    width: 100%;
    transition: all .3s;
}
.ind_box2_slick .slick_first .img_box:hover img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all .3s;
}
.ind_box2_slick .slick_first .col_lg_6 .img_box:nth-of-type(1){
    margin-bottom: 20px;
}
.ind_box2_slick .text_poa{
    top: 75%;
}
.ind_box2_slick .text_poa h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.ind_box2_slick .text_poa p{
    color: #f0f0f0;
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}
.ind_box2_slick .col_lg_12 .text_poa h2{
    font-size: 48px;
}
.ind_box2_slick .col_lg_12 .text_poa p{
    font-size: 30px;
}
/*.ind_box2_slick .text_poa a{
    color: #ffffff;
    font-family: Open_Sans_Bold;
    font-size: 14px;
    text-align: center;
    width: 165px;
    height: 40px;
    line-height: 36px;
    margin: 15px auto 0;
    display: block;
    background: #e4272c;
    border: 2px solid #e4272c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ind_box2_slick .text_poa a:hover{
    background: #ffffff;
    color: #e4272c;
}*/

.ind_box2_slick .slick_first .img_box:hover{
    -webkit-background-size: 105%;
    background-size: 105%;
    transition: all .3s;
}

.m_ind_box2_slick{
    height: auto;
}
.m_ind_box2_slick .slick_first{
    padding: 0 10px;
}
.m_ind_box2_slick .slick_first h2{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}


.ind_box3 h2{
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ind_box3 p{
    font-size: 16px;
    color: #626262;
    text-align: center;
    padding: 0 130px;
}

.ind_box4{
    padding: 230px 0;
    margin-top: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ind_box4 .text_box{
    text-align: center;
}
.ind_box4 .text_box h2{
    font-size: 51px;
    color: #fefefe;
    font-weight: bold;
}

@keyframes scaleDraw1 {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.1,1.2);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1,1.2);
    }
}
@keyframes scaleDraw2 {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.2,1.4);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2,1.4);
    }
}
.ind_box4 .text_box a{
    width: 195px;
    height: 50px;
    line-height: 50px;
    background: #c7000b;
    color: #fefefe;
    display: block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px auto 0;
    position: relative;
}

.a_box{
    position: relative;
}
.a_box em{
    position: absolute;
    width: 195px;
    height: 50px;
    display: block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-timing-function: ease-in-out; /*åŠ¨ç”»çš„é€Ÿåº¦æ›²çº¿*/
    -webkit-animation-iteration-count: infinite;  /*åŠ¨ç”»æ’­æ”¾çš„æ¬¡æ•°*/
    -webkit-animation-duration: 5s; /*åŠ¨ç”»æ‰€èŠ±è´¹çš„æ—¶é—´*/
}
.a_box em.scaleDraw1{
    background: rgba(199,0,11,.50);
    -webkit-animation-name: scaleDraw1; /*å…³é”®å¸§åç§°*/
}
.a_box em.scaleDraw2{
    background: rgba(199,0,11,.30);
    -webkit-animation-name: scaleDraw2; /*å…³é”®å¸§åç§°*/
}

.ind_box5{
    margin: 30px 0;
}
.ind_box5 p{
    font-size: 16px;
    color: #626262;
    text-indent: 2em;
}

.ind_box6 h2{
    text-align: center;
    margin: 80px 0 40px;
}
.ind_box6 h2 span{
    font-size: 36px;
    color: #0a090e;
    display: inline-block;
    background: #f4f4f4;
    padding: 10px 40px;
}
.ind_box6_slick .slick-prev,
.ind_box6_slick .slick-next{
    width: 60px;
    height: 130px;
    margin-top: -65px;
}
.ind_box6_slick .slick-prev{
    background: url("../images/slick_left.png") no-repeat center;
    left: -60px;
}
.ind_box6_slick .slick-next{
    background: url("../images/slick_right.png") no-repeat center;
    right: -60px;
}
.ind_box6_slick .slick-prev:hover{
    background: url("../images/slick_left_hover.png") no-repeat center;
}
.ind_box6_slick .slick-next:hover{
    background: url("../images/slick_right_hover.png") no-repeat center;
}

.products_inquire a.inquire.view_detail{
    width: 100%;
    background: #ffffff;
    color: #545454;
    border: 1px solid #545454;
}
.products_inquire a.inquire.view_detail:hover{
    color: #ffffff;
    background: #cb1a1c;
    border: 1px solid #cb1a1c;
}
.products_inquire a.addToBasket{
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 40px;
    height: 37px;
    background: #d61923;
    cursor: pointer;
}

.product_box .products_item img{
    width: 100%;
}
.product_banner .banner_box{
    padding-top: 32.7%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.product_banner .banner_position{
    top: 50%;
}

.prodInquireBasket{
    width: 230px;
    height: 240px;
    position: fixed;
    top: 50%;
    right: -230px;
    margin-top: -120px;
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 0;
    z-index: 999;
    display: none;
    transition: all .3s;
}
.prodInquireBasket.on{
    right: 0;
    transition: all .3s;
}
.basket_title{
    position: absolute;
    right: -1px;
    top: -38px;
    width: 101%;
    padding: 0 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #d61923;
    background-image: url("../images/123.png");
    background-repeat: no-repeat;
    background-position: center left;
}
.basket_title em{
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
}
.basket_lists {
    padding: 2px 1px;
    height: 190px;
    overflow-y: auto;
}
.basket_lists ul li{
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.basket_lists img{
    width: 44px;
    height: auto;
}
.basket_lists .prod_img{
    float: left;
    margin-left: 0;
    margin-right: 5px;
}
.basket_lists .prod_bt{
    width: 155px;
    margin-left: 10px;
    overflow: hidden;
}
.basket_lists .prod_bt .prod_text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.basket_lists .prod_bt .prod_text a{
    width: 140px;
    font-size: 13px;
    color: #246bb3;
}
.basket_lists .prod_bt .prod_delete a{
    font-size: 12px;
}
.basket_btns {
    padding: 10px;
    font-size: 12px;
}
.basket_btns .basketEmpty{
    line-height: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #e64545;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    cursor: pointer;
}
.basket_btns .basketInquire{
    float: right;
    line-height: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border: 0;
    background-color: #e64545;
    border-radius: 3px;
    cursor: pointer;
}
.shoppingBasketIcon{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 100px;
    background: #7a8599;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.shoppingBasketIcon img{
    margin-top: 10px;
    margin-left: 8px;
}
.shoppingIconNum{
    position: absolute;
    top: 0;
    display: block;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: red;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}


.S_img{
    margin-top: 40px;
    margin-bottom: 60px;
}
.S_img img{
    clear: both;
    display: block;
    margin: auto;
    border: 1px solid rgba(255,255,255,0);
}
.pro_S_img .slick-active.slick-current img{
    border: 1px solid #d91828;
}
.slick-slide.slick-current img{
    border-color: #cb1a1c;
}
.pro_B_img{
    height: 450px;
    padding: 10px;
    /*overflow: hidden;*/
}
.pro_B_img img{
    width: 100%;
}
.pro_B_img .slick-dots{
    bottom: -30px;
}
.pro_B_img .slick-dots li.slick-active{
    background: #d91828;
}


.parameter_box h3{
    margin: 10px 0 30px;
}
.parameter p{
    margin-bottom: 10px;
    font-size: 16px;
}
.parameter_btn{
    margin-top: 0;
}
.parameter_btn a.a1{
    width: 165px;
    margin-right: 15px;
    background: #d91828;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.parameter_btn a.addToBasket{
    width: 180px;
    margin-right: 15px;
    background: #34485e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.description{
    margin-top: 0;
    border: 1px solid #cacaca;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 10px;
}
.description.red{
    border-color: #ff0000;
}
.order_plus,
.order_minus,
.order_quan_input{
    border: 0;
}
.product_tab{
    margin-top: 70px;
    margin-bottom: 0;
}
.product_tab .tab_sub{
    border-bottom: 0;
    background: none;
    border-top: 1px solid #e3dede;
}
.product_tab .tab_sub li{
    border-top: 2px solid #ffffff;
    font-weight: bold;
    font-size: 16px;
    color: #0a090e;
    margin-right: 25px;
    padding: 0 10px;
    font-weight: bold;
}
.product_tab .tab_sub li:hover, .product_tab .tab_sub li.on{
    background: none;
    border-color: #d91828;
    color: #0a090e;
}
.product_del_right{
    background: #f5f5f5;
    padding: 40px;
}
.product_del_right h3{
    font-size: 16px;
    color: #0a090e;
    font-weight: bold;
    margin-bottom: 40px;
    font-weight: bold;
}
.product_del_right ul li{
    width: 100%;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    background-repeat:  no-repeat;
    background-position: left top;
}
.product_del_right ul li p{
    color: #626262;
    font-size: 16px;
    margin-bottom: 20px;
}
.product_del_right ul li span{
    display: block;
    font-size: 16px;
    color: #0a090e;
}
.product_del_right ul li .box{
    position: relative;
    width: 280px;
    max-height: 0;
    overflow-y: auto;
    top: 0;
    left: -60px;
    right: 0;
    margin: auto;
    padding: 0 10px;
    background: #ffffff;
    z-index: 3;
    transition: all .1s;
}

.product_del_right ul li .box.active{
    max-height: 200px;
    padding: 10px 10px;
    transition: all .3s;
}

.product_del_right ul li .box p{
    font-size: 14px;
}

.Related_Products{
    border-top: 1px solid #e3dede;
    margin-bottom: 20px;
}
.Related_Products span{
    display: inline-block;
    border-top: 2px solid #d91828;
    font-weight: bold;
    font-size: 16px;
    color: #0a090e;
    padding: 0 10px;
    line-height: 45px;
    font-weight: bold;
}

.Related_slick .slick_first{
    width: 25%;
    float: left;
    padding: 5px;
}
.Related_slick img{
    width: 100%;
    clear: both;
    display: block;
    margin: auto;
}
.Related_slick div.pro_title{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #626262;
    line-height: 1.4;
    padding: 15px 10px;
    height: 90px;
    border-bottom: 3px solid #dfdfdf;
}
.Related_slick .slick-prev,
.Related_slick .slick-next{
    height: 60px;
    width: 35px;
    margin-top: -30px;
    opacity: 0.5;
}
.Related_slick .slick-prev{
    background: url("../images/related_prev.png") no-repeat center;
}
.Related_slick .slick-next{
    background: url("../images/related_next.png") no-repeat center;
}
.Related_slick .slick-prev:hover,
.Related_slick .slick-next:hover{
    opacity: 1;
    transition: all .3s;
}

.Fast_navigation{
    background: #262626;
    padding: 70px 0 60px;
}
.Fast_navigation dl{
    float: left;
    width: 26%;
}
.Fast_navigation dl:nth-of-type(1),
.Fast_navigation dl:nth-of-type(2){
    width: 22%;
}
.Fast_navigation dl:nth-of-type(4){
    width: 30%;
    padding-left: 80px;
}

.Fast_navigation dl a,
.Fast_navigation dl h3{
    font-size: 24px;
    color: #d4d4d4;
}
.Fast_navigation dl h3{
    margin-bottom: 25px;
}

.Fast_navigation dd >a{
    display: block;
    color: #d4d4d4;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
}
.Fast_navigation dd >a:hover{
    color: #ffffff;
}
.Fast_navigation dd img{
    width: 100%;
}

.Fast_navigation .Verify_img{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    cursor: pointer;
    width: 120px;
}

.footer_form .info{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.footer_form .info input{
    width: 100%;
    border: 0;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background: #ffffff;
}
.footer_form .info textarea{
    width: 100%;
    border: 0;
    height: 80px;
    padding: 10px;
    resize: none;
    font-family: normal;
    font-style: normal;
    font-weight: normal;
    background: #ffffff;
}
.footer_form .info .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 30px;
    font-size: 13px;
    color: #545454;
}
.footer_form .info .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 30px;
    color: #ff0000;
    font-size: 12px;
}

.footer_form .info.imgVerifyCode{
    margin-bottom: 20px;
}

.footer_form #form_sub{
    background: #c7000b;
    margin: 0 auto;
    padding: 10px 20px;
    border: transparent;
    border-radius: 6px;
}
.footer_form #form_sub:hover{
    background: #dd0000;
}
.Fast_navigation dd .text span{
    display: block;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left 2px;
}
.Fast_navigation dd .text span.phone{
    background-image: url("../images/f_phone.png");
}
.Fast_navigation dd .text span.mob{
    background-image: url("../images/f_mob.png");
}
.Fast_navigation dd .text span.email{
    background-image: url("../images/f_email.png");
}
.Fast_navigation dd .text span.address{
    background-image: url("../images/f_address.png");
}
.Fast_navigation dd .text h4{
    font-size: 23px;
    color: #d4d4d4;
    font-weight: bold;
    margin: 30px 0 20px;
}
.Fast_navigation dd .text span,
.Fast_navigation dd .text a{
    font-size: 15px;
    color: #d4d4d4;
}
.Fast_navigation dd .text a:hover{
    color: #ffffff;
}

.f_follow_service{
    margin-top: 80px;
}
.f_follow_service a span{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social_icon_facebook {
    background: url("../images/follow-service.png") no-repeat -20px 5px #575757;
    transition: all .3s;
}
.social_icon_linkedin {
    background: url("../images/follow-service.png") no-repeat -20px -123px #575757;
    transition: all .3s;
}
.social_icon_youtube {
    background: url("../images/follow-service.png") no-repeat -20px -315px #575757;
    transition: all .3s;
}
.social_icon_facebook:hover{
    background-color: #3b5998;
    transition: all .3s;
}
.social_icon_linkedin:hover{
    background-color: #007fb1;
    transition: all .3s;
}
.social_icon_youtube:hover{
    background-color: #cd332d;
    transition: all .3s;
}

.footer_copyright{
    padding: 18px 0;
    text-align: center;
    background: #141414;
    @media (max-width: 767px){
        padding: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }
}
.footer_copyright p,
.footer_copyright span,
.footer_copyright a{
    font-size: 16px;
    color: #d4d4d4;
}
.footer_copyright span{
    margin: 0 20px;
}


.aboutBox2{
    padding: 70px 0 45px;
    background: url("../images/aboutbj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 30px;
}
.aboutBox2 .title{
    text-align: center;
}
.aboutBox2 .title h2{
    display: inline-block;
    padding-left: 215px;
    font-size: 30px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.aboutBox2 .historyContentSlick .slick-prev,
.aboutBox2 .historyContentSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("../images/buttonstyle.png") no-repeat;
}
.aboutBox2 .historyContentSlick .slick-prev{
    background-position: left bottom;
    left: 0;
}
.aboutBox2 .historyContentSlick .slick-next{
    background-position: right bottom;
    right: 0;
}
.aboutBox2 .historyContentSlick .years{
    width: 50%;
    font-size: 124px;
    color: #ffffff;
    font-family: "GothamBold", sans-serif;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}
.aboutBox2 .historyContentSlick .text{
    width: 750px;
    float: right;
    margin-top: -60px;
    margin-right: 80px;
    padding: 35px 130px 35px 125px;
    background: rgba(230,0,18,0.85);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.aboutBox2 .historyContentSlick .text .t{
    height: 105px;
    overflow-y: auto;
}
.aboutBox2 .historyContentSlick .text .t::-webkit-scrollbar{width:5px;}
.aboutBox2 .historyContentSlick .text .t::-webkit-scrollbar-track{background-color: #000000;}
.aboutBox2 .historyContentSlick .text .t::-webkit-scrollbar-thumb{background-color: #ffffff;}
.aboutBox2 .historyContentSlick .text .t::-webkit-scrollbar-thumb:hover {background-color: #ffffff}
.aboutBox2 .historyContentSlick .text .t::-webkit-scrollbar-thumb:active {background-color: #ffffff;}

.aboutBox2 .historyContentSlick .text .t h3{
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 10px;
}
.aboutBox2 .historyContentSlick .text .t p{
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
}
.aboutBox2 .historyYearsSlick{
    padding-top: 50px;
}
.aboutBox2 .historyYearsSlick:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    bottom: 30px;
    background: #ffffff;
}
.aboutBox2 .historyYearsSlick .slick_first{
    text-align: center;
    cursor: pointer;
}
.aboutBox2 .historyYearsSlick span{
    color: #ffffff;
    font-size: 14px;
    padding-top: 40px;
    display: block;
    background: url("../images/historyico1.png") no-repeat top center;
}
.aboutBox2 .historyYearsSlick .slick_first:hover span,
.aboutBox2 .historyYearsSlick .slick-current span{
    font-weight: 700;
    background: url("../images/historyico2.png") no-repeat top center;
}
@media (max-width:1220px) {
    .aboutBox2 .historyContentSlick .years{
        font-size: 80px;
    }
    .aboutBox2 .historyContentSlick .text{
        margin-top: -35px;
    }
}
@media (max-width:992px) {
    .aboutBox2 .title h2{
        padding-left: 0;
    }
    .aboutBox2 .historyContentSlick{
        padding: 0 40px;
    }
    .aboutBox2 .historyContentSlick .years{
        font-size: 40px;
        text-align: left;
        padding-left: 50px;
    }
    .aboutBox2 .historyContentSlick .text{
        width: 100%;
        float: none;
        margin-top: 10px;
        padding: 35px 50px;
    }
}
@media (max-width: 640px) {
    .aboutBox2 .historyContentSlick .text{
        padding: 10px 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}
/*about*/
.about_por{
    position: relative;
    line-height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 33.95%;
}
.about_por h2{
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 56px;
    color: #f4f4f4;
}
.about_content1{
    padding: 60px 0 80px;
}
.about_content1 p{
    font-size: 16px;
    color: #313332;
}
.about_content2{
    padding-bottom: 100px;
}
.about_content2 .container{
    padding: 0 80px;
}
.about_content2 .col_box{
    text-align: center;
    position: relative;
    top: 0;
    transition: all .3s;
}
.about_content2 .col_box img{
    transition: all 1s;
}
.about_content2 .col_box:hover{
    top: -10px;
    transition: all .3s;
}
.about_content2 .col_box:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 1s;
}
.about_content2 .text{
    padding: 0 10px;
}
.about_content2 h3{
    font-size: 20px;
    color: #313332;
    padding: 15px 0;
}
.about_content2 p{
    font-size: 16px;
    color: #787878;
}
.about_content3{
    background: #f6f6f6;
}
.about_content3 .container{
    width: 100%;
}
.about_content3 .text_box{
    width: 600px;
    padding: 13% 40px 0 10px;
    float: right;
}
.about_content3 .text_box h3{
    font-size: 24px;
    color: #313332;
    font-weight: bold;
    margin-bottom: 35px;
}
.about_content3 .text_box p{
    font-size: 16px;
    color: #787878;
    line-height: 1.6;
}
.about_content3 .img_box{
    line-height: 0;
}

.about_content4 {
    padding: 90px 0 110px;
}
.about_content4 .col_lg_4:nth-of-type(2),
.about_content4 .col_lg_4:nth-of-type(4),
.about_content4 .col_lg_4:nth-of-type(6){
    padding-top: 105px;
}
.about_content4 .img_box{
    position: relative;
    line-height: 0;
    margin-bottom: 20px
}
.item img{
    width: 100%;
}
.about_content4 .img_box p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    color: #020202;
    padding: 5px 10px;
    background: rgba(255,255,255,0.55);
}

.about_content5 .container{
    width: 100%;
}
.about_content5 .img_box{
    position: relative;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 25.5%;
}
.about_content5 .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
.about_content5 .text h3{
    font-size: 24px;
    color: #ffffff;
    padding: 20px 0;
    font-weight: bold;
}
.about_content5 .text p{
    line-height: 1;
    font-size: 16px;
    color: #ffffff;
}
.about_content6 .text{
    padding: 40px 0 60px;
}
.about_content6 .text p{
    font-size: 16px;
    color: #787878;
}

/*contact*/
.contact_footer .Fast_navigation{
    padding: 30px 0;
}
.contact_footer .f_follow_service{
    margin-top: 0;
    text-align: center;
}
.contact_footer .f_follow_service h3{
    color: #ffffff;
    margin-bottom: 15px;
}
.contact_footer .f_follow_service a{
    margin: 0 10px;
}
.contact_por{
    position: relative;
    padding-top: 22.8%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact_por .text{
    text-align: center;
}
.contact_por .text h2{
    font-size: 56px;
    color: #ffffff;
}
.contact_por .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.contact_content1{
    padding: 80px 0;
    background: #f2f2f2;
}
.contact_content1 h3{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #515151;
}
.contact_content1 .col_box{
    background: #ffffff;
    height: 175px;
}
.contact_content1 .img{
    line-height: 0;
    height: 75px;
    padding-top: 15px;
    text-align: center;
}
.contact_content1 .img i{
    font-size: 50px;
    color: #666666;
}
.contact_content1 .img img{
    clear: both;
    display: block;
    margin: auto;
}
.contact_content1 .text_box{
    position: relative;
    height: 100px;
    text-align: center;
}
.contact_content1 .text{
    left: 40px;
    right: 40px;
}
.contact_content1 .text p,
.contact_content1 .text a{
    font-size: 18px;
    color: #515151;
}
.contact_content1 .text a:hover{
    color: #cb1a1c;
}
.contact_content2{
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact_content2 .text h3{
    font-size: 30px;
    padding-bottom: 8px;
    color: #ffffff;
}
.contact_content2 .text p{
    font-size: 18px;
    color: #ffffff;
}
.contact_content2 form{
    margin-top: 70px;
}
.contact_content2 .info{
    width: 50%;
    float: left;
    padding: 0 20px;
    position: relative;
    margin-bottom: 20px;
}
.contact_content2 .info.submit{
    /*width: 100%;*/
    text-align: left;
    /*margin-top: 20px;*/
}
.contact_content2 .info.submit input{
    width: 175px;
    text-indent: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    margin: auto;
    background: #c7000b;
    cursor: pointer;
    transition: all .3s;
}
.contact_content2 .info.submit button{
    width: 175px;
    text-indent: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    margin: auto;
    background: #c7000b;
    cursor: pointer;
    transition: all .3s;
    line-height: 50px;
}
.contact_content2 .info.submit button:hover{
    opacity: .8;
    transition: all .3s;
}
.contact_content2 .info.submit input:hover{
    opacity: .8;
    transition: all .3s;
}
.contact_content2 .info .label_control{
    position: absolute;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #6a6a6a;
    left: 30px;
}
.contact_content2 .info .tips{
    position: absolute;
    right: 30px;
    top: 0;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #ff0000;
}
.contact_content2 .info input,
.contact_content2 .info textarea{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    text-indent: 15px;
}
.contact_content2 .info.Subject textarea,
.contact_content2 .info.textarea textarea{
    height: 140px;
    resize: none;
    font-family: normal;
    font-style: normal;
    font-weight: normal;
}
.contact_footer .Fast_navigation dl{
    width: 33%;
    padding-left: 50px;
}


/*Certification 3dè½®æ’­*/
.zy-Slide {
    font-size: 12px;
    position: relative;
    width: 650px;
    height: 455px;
    margin: 115px auto 0;
}

.zy-Slide ul {
    position: relative;
    width: 650px;
    height: 455px;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.zy-Slide li {
    position: absolute;
    list-style: none;
    background: #000;
    width: 0;
    height: 0;
    top: 146px;
    left: 377px;
    z-index: 0;
    cursor: pointer;
    border-radius: 3px;
    margin: 0;
    padding: 0;
}

.zy-Slide li img {
    width: 100%;
    /*height: 100%;*/
    vertical-align: middle;
    margin-bottom: 20px;
}
.zy-Slide li p{
    text-align: center;
    font-size: 14px;
    color: #313332;
}
.zy-Slide span {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.zy-Slide span.prev_img {
    left: -110px;
    background-image: url("../images/prev_img.png");
}
.zy-Slide span.next_img {
    right: -110px;
    background-image: url("../images/next_img.png");
}
.Certification_slick{
    padding: 0 40px;
    height: 0;
    overflow: hidden;
}
.Certification_slick .slick_first{
    padding: 0 10px;
    text-align: center;
}
.Certification_slick .slick_first p{
    display: block;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    color: #313332;
    text-align: center;
}
.Certification_slick .slick-prev{
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/prev_img.png");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.Certification_slick .slick-next{
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/next_img.png");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.anma_about_box{
    padding: 60px 0;
}
.anma_about_menu{
    background: #1b1b1b;
}
.anma_about_menu h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    font-family: Open_Sans_Bold;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #626262;
}
.anma_about_menu li{
    position: relative;
    line-height: 50px;
    border-top: 1px solid #626262;
}
.anma_about_menu li:nth-of-type(1){
    border-top: 0;
}
/*.anma_about_menu li:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 30px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #c9c9c9
}*/
.anma_about_menu li a{
    padding-left: 30px;
    font-size: 16px;
    color: #ffffff;
    display: block;
}
.anma_about_menu li:hover a,
.anma_about_menu li.on a{
    background: #c7000b;
}
/*.anma_about_menu li:hover:before,
.anma_about_menu li.on:before{
    background: #1b1b1b;
    border-color: #1b1b1b;
}*/
.Certification_con h2{
    font-size: 30px;
    color: #171719;
    font-size: 30px;
    font-family: Open_Sans_Bold;
}
.company_con{
    padding: 35px ;
    background: url("../images/company_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.company_con h2{
    font-size: 30px;
    color: #ffffff;
    font-size: 30px;
    font-family: Open_Sans_Bold;
    margin-bottom: 40px;
}
.company_con .company_text{
    margin-bottom: 20px;
    overflow: hidden;
}
.company_con .company_text p{
    color: #feffff;
    font-size: 16px;
}
.company_con .company_ul{
    padding-top: 20px;
    overflow: hidden;
}
.company_con .company_ul li{
    width: 20%;
    float: left;
    padding: 0 5px;
    margin-bottom: 13px;
    text-align: center;
}
.company_con .company_ul li i{
    display: block;
    float: left;
    padding: 0 15px;
}
.company_con .company_ul li i img{
    transition: all 1s;
}
.company_con .company_ul li h3{
    font-size: 18px;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 10px;
}
.company_con .company_ul li span{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.company_con .company_ul li:hover i img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 1s;
}

.Supply_con h2{
    font-size: 30px;
    color: #171719;
    font-size: 30px;
    font-family: Open_Sans_Bold;
    margin-bottom: 10px;
}
.Supply_con .text p{
    font-size: 16px;
    color: #313332;
}
.Supply_con .img{
    text-align: center;
    line-height: 0;
}
.history_con{
    line-height: 0;
    text-align: center;
}
.exhibitions_con h2{
    font-size: 30px;
    color: #171719;
    font-size: 30px;
    font-family: Open_Sans_Bold;
    margin-bottom: 10px;
}

.recruitment_text_box .text_list{
    overflow: hidden;
    margin-bottom: 40px;
    background: #efedee url("../images/recruitment_bj.png") no-repeat right center;
}
.recruitment_text_box .text_list:hover h3{
    background: #c7000b;
}
.recruitment_text_box .text_list:hover h3:before{
    background: url("../images/triangle1.png") no-repeat center center;
}
.recruitment_text_box h3{
    font-size: 20px;
    font-family: Open_Sans_Bold;
    color: #ffffff;
    float: left;
    background: #1b1b1b;
    width: 188px;
    height: 170px;
    padding-top: 75px;
    text-align: center;
    position: relative;
}
.recruitment_text_box h3:before{
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    right: -11px;
    width: 11px;
    height: 13px;
    background: url("../images/triangle2.png") no-repeat center center;
}
.recruitment_text_box .text{
    margin-left: 195px;
    height: 170px;
    position: relative;
}
.recruitment_text_box .text p{
    left: 40px;
    right: 25px;
    font-size: 16px;
    color: #313332;
}
.recruitment_con .recruitment_form h2{
    font-size: 20px;
    font-family: Open_Sans_Bold;
    margin-bottom: 15px;
}
.recruitment_form .info{
    width: 100%;
    background: #efedee;
    margin-bottom: 10px;
    position: relative;
}
.recruitment_form .info.input_file{
    background: none;
}
.recruitment_form .info span{
    display: inline-block;
    line-height: 45px;
    float: left;
    padding-left: 10px;
    font-size: 16px;
    color: #313332;
}
.recruitment_form .info input[type="text"]{
    border: 0;
    background: none;
    width: 70%;
    height: 45px;
    margin-left: 15px;
}
.recruitment_form .info input[type="file"]{
    width: 70%;
    height: 45px;
    margin-left: 15px;
    padding-top: 10px;
}
#recruitment_form_sub{
    width: 100%;
    height: 45px;
    background: #c7000b;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    opacity: .85;
    transition: all .3s;
}
#recruitment_form_sub:hover{
    opacity: 1;
    transition: all .3s;
}
.recruitment_form .tips{
    position: absolute;
    right: 10px;
    line-height: 45px;
    color: #c7000b;
}


.m_ind_box2_slick{
    height: 0;
    overflow: hidden;
}



.choosed_yes{
    display: none;
}

.m_footer{
    display: none;
}

.layui-layer-dialog .layui-layer-content{
    word-break: normal !important;
}
.product_del_right_box{
    width: 600px;
    height: 500px;
    position: fixed;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -300px;
    padding: 20px;
    z-index: 1001;
    display: none;
}
.product_del_right_box h3{
    font-size: 24px;
    padding: 10px 0;
}
.product_del_right_box p{
    line-height: 1.8;
}
.product_del_right_box .box{
    position: absolute;
    left: 20px;
    right: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 #000000;
    -moz-box-shadow: 0 0 20px 0 #000000;
    box-shadow: 0 0 20px 0 #000000;
    padding: 20px;
    display: none;
}
.product_del_right_box_close{
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 40px;
    cursor: pointer;
    top: -40px;
    right: 0;
    color: #ffffff;
}
.product_del_right_box_bj{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0, 0.75);
}

.increase20191022{
    text-align: center;
    padding: 80px 0;
    background: #f3f3f3;
}
.increase20191022 h2{
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.increase20191022 p{
    font-size: 16px;
    color: #626262;
    text-align: center;
}

.video_click {
    display: block;
    width: 100%;
    height: 552px;
}

.video_click img {
    height: 100%;
}

/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/videoclick.png") no-repeat center;
}

.cboxOverlay {
    position: fixed;
    z-index: 100001;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 100002;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closevideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}



@media (max-width: 1440px) {
    .header .logo{
        margin-left: 100px;
    }
    .header .header_search{
        margin-right: 20px;
    }
    .header .header_search .inp{
        width: 350px;
    }
    .banner_position{
        top: 145px;
    }
    .banner_position .text{
        margin-bottom: 30px;
    }
    .product_slick .item_poa{
        width: 100%;
    }
}
@media (max-width: 1200px){
    body{
        padding-top: 68px;
    }
    .header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9998;
    }
    .language{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    .left_menu_icon{
        position: fixed;
        top: 0;
        left: 0;
        line-height: 0;
        z-index: 9999;
    }
    .left_menu_box,
    .left_menu_box.active{
        z-index: 10000;
    }
    .left_menu{
        z-index: 10001;
    }
    .header .header_search{
        display: none;
    }
    .header .nav_box li{
        display: none;
    }
    .product_nav{
        display: none;
    }
    .banner_position{
        top: 100px;
    }
    .banner_position h2{
        font-size: 60px;
    }
    .banner_position .form{
        width: 95%;
    }
    .banner_position .form_box.active .left_menu_icon{
        display: none;
    }
    .ind_box2_slick,
    .S_img{
        padding: 0 60px;
    }
    .ind_box2_slick .slick-prev,
    .S_img .slick-prev,
    .product_slick .slick-prev{
        left: 0;
    }
    .ind_box2_slick .slick-next,
    .S_img .slick-next,
    .product_slick .slick-next{
        right: 0;
    }
    .ind_box5,
    .Fast_navigation{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .logo{
        height: 68px;
    }
    .header .logo img{
        width: 200px;
        margin-top: 8px;
    }
    .banner_position .form_box.active{
        top: 68px;
    }
    .pro_B_img,
    .pro_S_img{
        height: auto;
    }
    .pro_S_img .slick-active{
        padding: 0;
    }
    .description{
        margin-top: 15px;
    }
    .product_del_right{
        padding: 40px 10px;
    }
    .about_content3 .text_box{
        width: 100%;
        padding: 30px 15px;
    }
    .about_content6{
        padding: 0 10px;
    }
    .footer_map iframe{
        width: 100% !important;
    }
    .contact_content1 .text{
        left: 0;
        right: 0;
    }
}
@media (max-width: 992px) {
    .anma_about_menu{
        margin-bottom: 15px;
    }
    .anma_about_menu h2{
        position: relative;
    }
    .anma_about_menu h2:before{
        position: absolute;
        content: "^";
        color: #ffffff;
        right: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all .3s;
    }
    .anma_about_menu h2.active:before{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        transition: all .3s;
    }
    .anma_about_menu ul{
        display: none;
    }
    .zy-Slide{
        display: none;
    }
    .Certification_slick{
        height: auto;
        margin-top: 60px;
    }
    .ind_box2_slick{
        height: 0;
        overflow: hidden;
    }
    .m_ind_box2_slick{
        height: auto;
        padding: 0 50px;
    }
    .m_ind_box2_slick .slick-prev{
        left: 0;
    }
    .m_ind_box2_slick .slick-next{
        right: 0;
    }
}
@media (max-width: 768px) {
    .recruitment_text_box h3{
        width: 100%;
        height: 40px;
        padding: 10px 0;
    }
    .recruitment_text_box .text{
        height: auto;
        float: left;
        margin-left: 0;
        padding: 10px;
    }
    .recruitment_text_box .text p{
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 0 !important;
    }
    .recruitment_form .info{
        background: none;
    }
    .recruitment_form .info span{
        line-height: 25px;
        display: block;
        padding-top: 10px;
    }
    .recruitment_form .info input[type="text"],
    .recruitment_form .info input[type="file"]{
        width: 100%;
        background: #efedee;
        margin-left: 0;
        padding-left: 10px;
    }
    .recruitment_form .tips{
        bottom: 0;
    }
    .products_inquire a.inquire.view_detail{
        width: 100%;
    }
    .parameter_btn a.addToBasket{
        display: none;
    }
    .inquire_table table{
        width: 100%;
    }
    .inquire_form .label_control{
        width: 100%;
        text-align: left;
    }
    .inquire_form .controls{
        width: 100%;
        margin-left: 0;
        float: left;
    }
    .inquire_form .info #inquire_form_sub{
        margin-left: 0;
    }
    .inquire_form{
        width: 100%;
    }
    .pmark img{
        height: auto;
    }
    .company_con .company_ul li{
        width: 50%;
        height: 230px;
    }
    .company_con .company_ul li i{
        width: 100%;
        text-align: center;
    }
    .increase20191022{
        padding: 50px 0;
    }
    .increase20191022 h2{
        font-size: 30px;
    }
    .increase20191022 p{
        font-size: 16px;
    }
    .product_slick .slick_first{
        opacity: 1;
        transition: all .3s;
    }
}
@media (max-width: 640px) {
    .company_con .company_ul li{
        width: 100%;
        height: 230px;
    }
    .header .logo img {
        width: 120px;
        margin-top: 10px;
    }
    .products_list .pro_img{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px){
    /* .product_box .col_xs_12{
        width: 100%;
    } */
}
@media (max-width: 989px){
    .banner_position h2{
        font-size: 48px;
    }
    .banner_position{
        top: 2%;
    }
    .banner_position .form .info span,
    .banner_position .form .info.info_btn input{
        height: 48px;
        line-height: 48px;
    }
    .banner_position .form .info em{
        margin: 10px 0;
    }
    .aside_slct_opts{
        top: 48px;
    }
    .product_slick .slick_first,
    .product_slick .item_poa{
        -webkit-transform:skew(0);
    }
    .ind_box1{
        margin-top: 50px;
    }
    #back_top{
        display: none;
    }
    .ind_box2_slick .slick_first .col_lg_6 .img_box{
        width: 100%;
        float: left;
    }
    .ind_box2_slick .slick_first .img_box{
        padding: 93.65% 10px 0;
    }
    .ind_box2_slick .slick_first .col_lg_12{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .ind_box2_slick .col_lg_12 .text_poa h2{
        font-size: 30px;
    }
    .ind_box4 .text_box{
        padding: 0 10px;
    }
    .description{
        margin-top: 0;
    }
    .product_del_right{
        display: none;
    }
    .about_content4 .col_lg_4:nth-of-type(2),
    .about_content4 .col_lg_4:nth-of-type(4),
    .about_content4 .col_lg_4:nth-of-type(6){
        padding-top: 0;
    }
    .contact_content1 .col_box{
        height: auto;
        margin-bottom: 15px;
    }
    .contact_content1 .img,
    .contact_content1 .text_box{
        height: auto;
    }
    .contact_content1 .text_box .vertical_middle{
        position: initial;
        padding: 20px;
    }
    .contact_content2 .text{
        text-align: center;
    }
    .product_banner .banner_box{
        padding-top: 40%;
    }
    .parameter_btn a.a1{
        width: 140px;
        margin-right: 10px;
    }
    .parameter_btn a.addToBasket{
        width: 160px;
    }
}
@media (max-width: 767px){
    .footer{
        display: none;
    }
    .m_footer{
        display: block;
        background: #262626;
    }

    .f_follow_service{
        text-align: center;
        margin-top: 0;
        padding-bottom: 30px;
    }
    .f_follow_service h3{
        color: #ffffff;
        text-align: center;
        padding-top: 15px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .f_follow_service a {
        margin: 0 10px;
    }
    .f_follow_service a span{
        width: 38px;
        height: 38px;
    }
    .product_slick .item_poa h2{
        font-size: 22px;
        min-height: 44px;
    }
    .ind_box4{
        padding: 150px 0;
    }
    .Fast_navigation{
        padding: 50px 0;
    }
    .Fast_navigation dl{
        display: none;
    }
    .Fast_navigation dl:nth-of-type(3){
        width: 60%;
        margin: auto;
        float: none;
        display: block;
    }
    .product_slick .item_poa{
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding: 0 10px;
    }
    .product_slick .item_poa em{
        margin-top: 30px;
        font-size: 16px;
    }
    .banner_position .form .info span{
        font-size: 16px;
        padding-left: 45px;
    }
    .banner_position .form .info em{
        width: 35px;
    }
    .ind_box4 .text_box h2{
        font-size: 40px;
    }

    .prodInquireBasket{
        top: auto;
        bottom: 0;
        height: 166px;
    }
    .basket_title{
        top: -37px;
    }
    .basket_lists{
        height: 120px;
    }
    .products_item .img_box{
        height: auto;
    }
    .product_slick .slick_first {
        opacity: 1;
        transition: all .3s;
    }
    .banner_position .form{
        display: none;
    }
    .product_select_ul{
        width: 94%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0px auto;
    }
    .product_select_ul li{width: 32%;height: auto;margin-top: 3.2vw;}
    .product_select_ul li img{display: block;margin: 0px auto;filter: grayscale(100%) brightness(200%);}
    .product_select_ul li span{color: #fff;text-align: center;margin-top: 1.2vw;display: block}
    .product_select_ul li a{text-align: center;}
}
@media (max-width: 640px){
    .banner_position .text,
    .banner_poa_p{
        display: none;
    }
    .banner_position .form .info,
    .banner_position .form .info.info_btn{
        width: 80%;
        margin: 0 auto 10px;
        padding-right: 0;
        float: none;
    }
    .banner_position .form .info.Category span{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .banner_position .form .info.info_btn input{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .banner .banner_item{
        padding-top: 350px;
    }
    .product_slick .item{
        padding-top: 340px;
    }
    .ind_box1 p,
    .ind_box3 p{
        padding: 0;
    }
    .ind_box6 h2{
        margin-top: 40px;
    }
    .Fast_navigation dl:nth-of-type(3){
        width: 80%;
    }
    .ind_box2_slick .slick_first .col_lg_6 .img_box{
        width: 100%;
    }
    .contact_por{
        padding-top: 33.95%;
    }
    .about_content5 .img_box{
        padding-top: 45%;
    }
    .contact_content2 .info{
        width: 100%;
    }
    .Related_slick .slick_first{
        width: 100%;
    }
    .product_banner .banner_position{
        top: 36px;
        bottom: auto;
    }
    .product_banner .banner_box{
        padding-top: 350px;
    }
    .ind_box2_slick{
        padding: 0;
    }

}
@media (max-width: 600px) {
    .product_tab .product_tab_sub{
        width: 100%;
        overflow-x: auto;
    }
    .product_tab .tab_sub{
        width: 600px;
    }
}
@media (max-width: 480px){
    .header .logo{
        height: 68px;
        margin-left: 80px;
    }
    .language{
        width: 80px;
    }
    .language span{
        font-size: 14px;
    }
    .about_por,
    .contact_por{
        padding-top: 50%;
    }
    .about_por h2,
    .contact_por .text h2{
        font-size: 36px;
    }
    .about_content5 .img_box{
        padding-top: 60%;
    }
    .about_content5 .text h3{
        font-size: 20px;
    }
}

.myskin{
    background: #000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}

