@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
}
.header .headerTop{
    background: #000000;
    border-bottom: 3px solid #E60012;
}
.header .headerTop .text{
    float: left;
}
.header .headerTop .text p{
    line-height: 40px;
    font-size: 16px;
    color: #161616;
    font-weight: 300;
}

.headerLang a{
    display: inline-block;
    padding: 12px 0;
    line-height: 0;
    margin-left: 20px; color:#333;
}

.headerNavBox .nav{
    float: left;
}
.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
}
.headerNavBox .nav_list > li > a {
    display: block;
    margin-right: 10px;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    line-height: 38px;
    font-size: 12px;
    color: #ffffff;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    background: #E60012;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 62px;
    margin-left: -12px;
    background: url("../images/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}
.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 140px;
    display: none;
    z-index: 1;
    background: #f0f0f0;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 32px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #1e1e1e;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #1e1e1e;
    color: #ffffff;
}


.header .headerBot{
    padding: 7px 0;
    background: #000000;
}
.header .logo_box,
.header .logo_box a{
    display: inline-block;
    line-height: 0;
}
.headerProductMenu{
    float: left;
    margin-left: 15px;
}
.headerProductMenu a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-family: "GothamBold", sans-serif;
    background: url("../images/headerproductmenu.png") no-repeat left 28px;
}
.headerSearchBox .headerSearch{
    float: left;
    padding-top: 10px;
    margin-right: 30px;
}
.headerSearchBox .headerSearch .info{
    width: 280px;
    position: relative;
    padding-right: 40px;
    overflow: hidden;
    background: #525252;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.headerSearchBox .headerSearch .info input[type="text"]{
    width: 100%;
    height: 36px;
    padding: 0 5px;
    background: none;
    border: 0;
    color: #ffffff;
    font-size: 14px;
}
.headerSearchBox .headerSearch .info input[type="text"]::placeholder{
    color: #838383;
}
.headerSearchBox .headerSearch .info input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 36px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    background: url("../images/headersearch.png") no-repeat center center;
    opacity: 0.5;
    transition: all .3s;
}
.headerSearchBox .headerSearch .info input[type="submit"]:hover{
    opacity: 1;
    transition: all .3s;
}

.headerQuote{
    float: left;
    padding-top: 5px;
    position: relative;
}
.headerQuote span{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #E60012;
    color: #ffffff;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.headerQuote span.on{
    display: block;
}
.headerQuote a{
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding-top: 30px;
    background: url("../images/headerquote.png") no-repeat top center;
}

.headerProductMenuBox{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.headerProductMenuBox:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #f2f2f2;
}
.headerProductMenuBox:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #ffffff;
}
.headerProductMenuBox .container_1200{
    position: relative;
    z-index: 2;
}
.headerProductMenuBox .productMenuBox{
    width: 255px;
    float: left;
    padding: 20px 0;
}
.headerProductMenuBox .productMenuBox li.on{
    background: #ffffff;
}
.headerProductMenuBox .productMenuBox li a{
    display: block;
    line-height: 40px;
    padding: 0 15px;
    color: #000000;
    font-size: 16px;
}
.headerProductMenuBox .productMenu{
    margin-left: 255px;
    background: #ffffff;
    padding: 20px  40px 20px 0;
    position: relative;
}
.headerProductMenuBox .productMenu .closeThisBox{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    color: #000000;
}
.headerProductMenuBox .productMenu .itemBox{
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.headerProductMenuBox .productMenu .itemBox.on{
    min-height: 450px;
}
.headerProductMenuBox .productMenu .items{
    overflow: hidden;
    width: 300px;
    float: left;
}
.headerProductMenuBox .productMenu .item{
    padding-left: 30px;
}
.headerProductMenuBox .productMenu .item h3 a{
    font-size: 14px;
    color: #454545;
    display: block;
    line-height: 1.8;
    margin-bottom: 10px;
}
.headerProductMenuBox .productMenu .item li a{
    font-size: 14px;
    color: #000000;
    display: block;
    line-height: 1.8;
}
.headerProductMenuBox .productMenu .item li a:hover{
    color: #08377c;
}
.headerProductMenuBox .productMenu .img{
    margin-left: 0;
    padding-left: 20px;
    line-height: 0;
    text-align: center;
    width: 100%;
    float: left;
    flex: 1;
}

.m_header {
    display: none;
}

.footer_box{
    border-top: 5px solid #E60012;
    padding: 55px 0 0;
    overflow: hidden;
    background: #262626;
}
.footer_box .fast_navigation{
    overflow: hidden;
}
.footer_box .fast_navigation .footerLogo{
    line-height: 0;
    padding-bottom: 30px;
}
.footer_box .fast_navigation .footerMenu{
    width: 50%;
    float: left;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_box .fast_navigation .itemBox .item{
    width: 50%;
    padding-right: 20px;
    margin-bottom: 50px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(2n){
    padding-left: 70px;
}
.footer_box .fast_navigation h3{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 15px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 10px;
}
.footer_box .fast_navigation li.footerTel{
    padding-left: 20px;
    background-image: url("../images/footertel.png");
}
.footer_box .fast_navigation li.footerEmail{
    padding-left: 20px;
    background-image: url("../images/footeremail.png");
}
.footer_box .fast_navigation li.footerAddress{
    padding-left: 20px;
    background-image: url("../images/footeraddress.png");
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.8;
    font-weight: 300;
}
.footer_box .fast_navigation li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_box .footerInfo{
    width: 50%;
    float: left;
}
.footer_box .footerForm{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.footer_box .footerForm .info{
    width: 220px;
    margin-bottom: 18px;
    position: relative;
}
.footer_box .footerForm .info .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 30px;
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 300;
}
.footer_box .footerForm .info .tips{
    color: #ff0000;
    width: 100%;
    font-size: 12px;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 30px;
    background: none;
    border: 1px solid #b5b5b5;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 70px;
    background: none;
    border: 1px solid #b5b5b5;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    resize: none;
}
.footer_box .footerForm .info input[type="submit"]{
    width: 130px;
    height: 30px;
    background: #E60012;
    font-size: 14px;
    margin-top: 10px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    background: #ffffff;
    color: #E60012;
}
.footer_box .footerNews{
    padding-left: 40px;
    width: 50%;
    float: left;
}
.footer_box .footerNews .item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #434343;
}
.footer_box .footerNews .item a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.footer_box .footerNews .item span{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #505050;
}

.footer_box .footer_copyright{
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #434343;
}

.footer_box .footer_shape{
    float: left;
    text-align: center;
}
.footer_box .footer_shape a{
    display: inline-block;
    line-height: 0;
    margin: 0 10px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer_box .footer_shape a:hover{
    opacity: .75;
    filter: none;
}
.footer_box .footer_copyright .text{
    float: right;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
}
.footer_box .footer_copyright p a,
.footer_box .footer_copyright p span{
    display: inline-block;
    margin-left: 10px;
}
.footer_box .footer_copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next{
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-color: transparent;
    background-image: url("../images/skin.png");
    background-repeat: no-repeat;
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    border-color: #E60012;
}
.banner_slick .slick-dots li button{
    width: 7px;
    height: 7px;
    margin-top: 3px;
    margin-left: 3px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
.banner_slick .slick-dots li.slick-active button{
    background: #E60012;
}

.banner{
    position: relative;
}
.banner .img{
    padding-top: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .textBox{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -136px;
    text-align: center;
}
.banner .typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.banner .textBox span{
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    font-size: 50px;
}
.banner .textBox .text{
    padding-top: 10px;
    padding-bottom: 40px;
}
.banner .textBox .text p{
    font-size: 48px;
    color: #ffffff;
}
.banner .textBox .a p{
    font-size: 20px;
    color: #ffffff;
}
.banner .textBox .a a{
    margin-top: 20px;
    display: inline-block;
    background: #E60012 url("../images/indexsearch.png") no-repeat 20px center;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    padding: 0 20px 0 70px;
}
.banner .textBox .a a:hover{
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
}
.productSearchBox{
    position: fixed;
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    top: 0;
    right: -100vw;
    overflow-y: auto;
    background: #f8f9fa;
    opacity: 0;
    z-index: 100;

}
.productSearchBox .closeProductSearchBox{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
    font-weight: 300;
    color: #999999;
}
.productSearchBox .closeProductSearchBox:hover{
    color: #151515;
}
.productSearchBox .conBox{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.productSearchBox .productSearchInp{
    position: relative;
    padding-right: 80px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 30px;
}
.productSearchBox .productSearchInp input[type="text"]{
    width: 100%;
    height: 80px;
    font-weight: 700;
    font-size: 80px;
    border: 0;
    font-family: "GothamBold", sans-serif;
    background: none;
}
.productSearchBox .productSearchInp button{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border: 0;
    cursor: pointer;
    background: url("../images/productsearchico.png") no-repeat center center;
    opacity: .8;
}
.productSearchBox .productSearchInp button:hover{
    opacity: 1;
}
.productSearchBox .productSearchResult{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.productSearchBox .productSearchResult .item{
    width: 33.3%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.productSearchBox .productSearchResult .item .con{
    background: rgba(118,117,128,0.05);
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.productSearchBox .productSearchResult .item .con:hover{
    background: rgba(118,117,128,0.15);
}
.productSearchBox .productSearchResult .item .con a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.productSearchBox .productSearchResult .item .con .img{
    width: 80px;
    float: left;
}
.productSearchBox .productSearchResult .item .con .text{
    margin-left: 80px;
    padding-left: 15px;
}
.productSearchBox .productSearchResult .item .con .text span{
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    line-height: 1.5;
}
.productSearchBox .productSearchResult .item .con .text p{
    font-size: 14px;
    color: #333333;
}
.productSearchBox .productSearchResult .item .con .text h3{
    color: #151515;
    font-size: 16px;
    font-weight: 700;
}
.productSearchBox .productSearchResult .item .con:hover .text h3{
    color: #E60012;
}


.indexBox1{
    /*background: #f0f0f0;*/
}
.indexBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
    overflow: hidden;
}
.indexBox1 .item{
    width: 16.6%;
    float: left;
    padding: 25px 10px;
    text-align: center;
}
.indexBox1 .item .img{
    line-height: 0;
    overflow: hidden;
}
.indexBox1 .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox1 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.indexBox1 .item .text a{
    display: block;
    font-size: 16px;
    color: #0d0d0d;
}
.indexBox1 .item:hover .text a{
    color: #E60012;
}

.indexBox2{
    background: #f0f0f0;
}
.indexBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
}
.indexBox2 .item{
    width: 25%;
    padding: 0 3px;
    margin-bottom: 10px;
    position: relative;
}
.indexBox2 .item .img{
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: all .3s;
    position: relative;
}
.indexBox2 .item .img:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(43,33,34,0.33);
}
.indexBox2 .item:hover .img{
    -webkit-background-size: 105%;
    background-size: 105%;
    transition: all .3s;
}
.indexBox2 .item .text{
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 20px;
    right: 20px;
}
.indexBox2 .item .text h3{
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.indexBox2 .item .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox2 .item .text a{
    display: inline-block;
    width: 135px;
    height: 33px;
    margin-top: 10px;
    background: #E60012;
    color: #ffffff;
    line-height: 33px;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
}
.indexBox2 .item .text a:hover{
    background: #ffffff;
    color: #E60012;
}

.indexBox3{
    padding: 65px 0;
    background: #f0f0f0;
}
.indexBox3 .indexProductTabClick{
    overflow: hidden;
    padding-bottom: 20px;
}
.indexBox3 .indexProductTabClick .item{
    float: left;
    margin-right: 20px;
    font-size: 15px;
    color: #4c4c4c;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 4px solid #f0f0f0;
}
.indexBox3 .indexProductTabClick .item:hover,
.indexBox3 .indexProductTabClick .item.on{
    color: #E60012;
    border-bottom: 4px solid #E60012;
}
.indexBox3 .indexProductTabSwitch{
    position: relative;
    margin: 20px 0 0;
}
.indexBox3 .indexProductTabSwitch:before{
    position: absolute;
    content: '';
    top: -20px;
    bottom: 0;
    left: -20px;
    right: -20px;
    background: #f3f3f3;
}
.indexBox3 .indexProductTabSwitch .switch{
    position: relative;
    z-index: 2;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.indexBox3 .indexProductTabSwitch .switch.on{
    height: auto;
    overflow: inherit;
}
.indexBox3 .indexProductTabSwitch .switch .item{
    width: 20%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}
.indexBox3 .indexProductTabSwitch .switch .conBox{
    background: #ffffff;
    position: relative;
    top: 0;
    padding: 40px 0;
    transition: all .3s;
}
.indexBox3 .indexProductTabSwitch .switch .conBox:hover{
    top: -10px;
    transition: all .3s;
}
.indexBox3 .indexProductTabSwitch .switch .conBox .img{
    line-height: 0;
}
.indexBox3 .indexProductTabSwitch .switch .conBox .text a{
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    overflow: hidden;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox4 .title h2{
    text-align: center;
    padding: 60px 0;
    font-family: "Gotham", sans-serif;
    font-size: 30px;
    color: #010101;
    text-transform: uppercase;
}
.indexBox4 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox4 .item{
    width: 23.6%;
    margin-top: 42px;
    margin-bottom: 20px;
    position: relative;
    background: #f0f0f0;
}
.indexBox4 .item .img{
    position: absolute;
    line-height: 0;
    top: -42px;
    left: 10px;
}
.indexBox4 .item .text{
    padding: 45px 10px 10px;
}
.indexBox4 .item .text h3{
    font-size: 16px;
    color: #E60012;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.indexBox4 .item .text p{
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 1.4;
}

.indexBox5 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox5 .item.w2375{
    width: 23.75%;
}
.indexBox5 .item.w4945{
    width: 49.45%;
}
.indexBox5 .item .indexVideo{
    margin-top: 20px;
}
.indexBox5 .item .indexVideo a{
    padding-top: 84.75%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.indexBox5 .item .indexVideo .video_click:hover{
    -webkit-background-size: 105% 105%;
    background-size: 105% 105%;
}
.indexBox5 .item .indexVideo .video_click:after{
    background: url("../images/indexvideoclick.png") no-repeat center center;
}
.indexBox5 .text{
    margin-top: 25px;
    text-align: center;
}
.indexBox5 .text p{
    text-align: left;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1.6;
    margin-bottom: 10px;
}
.indexBox5 .text .t{
    display: none;
}
.indexBox5 .text a{
    display: inline-block;
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    font-size: 15px;
    color: #ffffff;
    line-height: 36px;
    border: 2px solid #E60012;
    background: #E60012;
}
.indexBox5 .text a:hover{
    background: #ffffff;
    color: #E60012;
}

.indexBox6 .title h2{
    text-align: center;
    padding: 70px 0 35px;
    font-family: "Gotham", sans-serif;
    font-size: 30px;
    color: #010101;
    text-transform: uppercase;
}
.indexBox6 .indexSmallImgSlick{
    margin-top: 15px;
    padding: 0 15px;
    margin-bottom: 50px;
}
.indexBox6 .indexSmallImgSlick .slick_first{
    padding: 0 10px;
}
.indexBox6 .indexBigImgSlick .slick_first img,
.indexBox6 .indexSmallImgSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
    width: 100%;
}
.indexBox6 .indexSmallImgSlick .slick-prev,
.indexBox6 .indexSmallImgSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("../images/buttonstyle.png") no-repeat;
}
.indexBox6 .indexSmallImgSlick .slick-prev{
    left: 0;
    background-position: left center;
}
.indexBox6 .indexSmallImgSlick .slick-next{
    right: 0;
    background-position: right center;
}

.indexBox7{
    padding: 80px 0;
    background: url("../images/indexbj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox7 h2{
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 30px;
}
.indexBox7 p{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.6;
}
.indexBox7 a{
    display: inline-block;
    width: 200px;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
    background: #e60012;
    color: #ffffff;
    font-size: 15px;
}
.indexBox7 a:hover{
    background: #e60012;
    color: #ffffff;
}

.contactBanner{
    padding: 135px 0 180px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactBanner .text{
    text-align: center;
}
.contactBanner .text h1{
    font-size: 36px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    padding-bottom: 8px;
}
.contactBanner .text p{
    font-size: 24px;
    color: #ffffff;
}

.contactBox{
    padding: 40px 0 60px;
    overflow: hidden;
}
.contactBox .contactInfoBox{
    width: 50%;
    float: left;
    padding-right: 60px;
}
.contactBox .contactInfoBox .text h2{
    font-size: 36px;
    color: #E60012;
    font-weight: 700;
    padding-bottom: 5px;
}
.contactBox .contactInfoBox .text p{
    font-size: 20px;
    color: #282828;
}
.contactBox .contactInfoBox .item{
    margin-top: 30px;
    background: #f8f8f8;
    overflow: hidden;
    padding: 15px 25px;
}
.contactBox .contactInfoBox .item .img{
    width: 62px;
    float: left;
    line-height: 0;
}
.contactBox .contactInfoBox .item .t{
    margin-left: 62px;
    padding-left: 65px;
}
.contactBox .contactInfoBox .item .t h3{
    font-size: 20px;
    color: #1a1a1a;
    padding-bottom: 10px;
}
.contactBox .contactInfoBox .item .t a,
.contactBox .contactInfoBox .item .t p{
    font-size: 16px;
    color: #5b5b5b;
    line-height: 1.6;
}
.contactBox .contactInfoBox .item .t a:hover{
    color: #E60012;
    text-decoration: underline;
}
.contactBox .contactInfoBox iframe{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}
.contactBox .contactFormBox{
    width: 50%;
    float: left;
    padding-left: 30px;
}
.contactBox .contactFormBox .text{
    margin-bottom: 30px;
}
.contactBox .contactFormBox .text h2{
    font-size: 36px;
    color: #E60012;
    font-weight: 700;
    padding-bottom: 5px;
}
.contactBox .contactFormBox .text p{
    font-size: 16px;
    color: #5b5b5b;
    line-height: 1.6;
}
.contactBox .contactFormBox .info{
    position: relative;
    margin-bottom: 20px;
}
.contactBox .contactFormBox .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 56px;
    font-size: 14px;
    color: #595959;
    font-weight: 300;
}
.contactBox .contactFormBox .tips{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 56px;
    color: #ff0000;
    font-weight: 300;
}
.contactBox .contactFormBox input[type="text"]{
    width: 100%;
    height: 56px;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    font-size: 14px;
    color: #151515;
}
.contactBox .contactFormBox textarea{
    width: 100%;
    font-size: 14px;
    color: #151515;
    border: 1px solid #d2d2d2;
    padding: 15px 10px;
    resize: none;
    height: 130px;
}
.contactBox .contactFormBox input[type="submit"]{
    width: 220px;
    height: 40px;
    background: #E60012;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}
.contactBox .contactFormBox input[type="submit"]:hover{
    background: #151515;
}
.contactBox .contactFormBox .followUs{
    margin-top: 80px;
}
.contactBox .contactFormBox .followUs span{
    font-size: 20px;
    color: #282828;
    display: block;
    margin-bottom: 15px;
}
.contactBox .contactFormBox .followUs .a{
    overflow: hidden;
}
.contactBox .contactFormBox .followUs .a a{
    width: 36px;
    height: 36px;
    line-height: 0;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #151515;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .8;
}
.contactBox .contactFormBox .followUs .a a:hover{
    opacity: 1;
}

.productBanner{
    padding: 165px 0 180px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.productBanner .text h1{
    text-align: center;
    color: #ffffff;
    font-size: 46px;
    font-family: "Gotham", sans-serif;
}

.productCrumbs{
    background: #f9f9f9;
}
.productCrumbs .Crumbs{
    border-top-color: #f9f9f9;
    border-bottom-color: #f9f9f9;
}
.productCrumbs .title h2{
    font-size: 32px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 30px;
}

.productBox1 .title{
    text-align: center;
    padding: 40px 0;
}
.productBox1 .title span{
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
}

.productBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.productBox1 .item{
    width: 16.6666%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}
.productBox1 .item a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.productBox1 .item .productNum{
    font-size: 14px;
    color: #606060;
    font-weight: 300;
}
.productBox1 .item .img{
    line-height: 0;
    padding: 10px 0;
    overflow: hidden;
}
.productBox1 .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.productBox1 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.productBox1 .item .text h3{
    font-size: 16px;
    color: #070707;
    padding: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productBox1 .item .text span{
    font-size: 14px;
    color: #606060;
}

.productBox2 .productScreenBox{
    width: 260px;
    float: left;
    position: sticky;
    top: 0;
}
.productBox2 .productScreenBox .allData{
    font-size: 14px;
    color: #676767;
    display: block;
    margin-bottom: 10px;
    line-height: 36px;
}
.productCatalogue > span{
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.productCatalogue .labelBox {
    padding-left: 10px;
}
.productCatalogue .labelBox label{
    width: 100%;
    display: block;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #676767;
    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productCatalogue .labelBox label input{
    position: absolute;
    top: 9px;
    left: 0;
}

.productSecondCatalogue > span{
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.productSecondCatalogue .labelBox{
    padding-left: 10px;
    max-height: 888px;
    overflow-y: auto;
}
.productSecondCatalogue .labelBox::-webkit-scrollbar{width:5px;}
.productSecondCatalogue .labelBox::-webkit-scrollbar-track{background-color:#cccccc;}
.productSecondCatalogue .labelBox::-webkit-scrollbar-thumb{background-color:#E60012;}
.productSecondCatalogue .labelBox::-webkit-scrollbar-thumb:hover {background-color:#E60012}
.productSecondCatalogue .labelBox::-webkit-scrollbar-thumb:active {background-color:#E60012;}

.productSecondCatalogue .labelBox label{
    width: 100%;
    display: block;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #676767;
    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productSecondCatalogue .labelBox label input{
    position: absolute;
    top: 9px;
    left: 0;
}
.productSecondCatalogue .viewMore{
    position: relative;
    display: block;
    margin-left: 10px;
    padding-left: 25px;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #E60012;
}
.productSecondCatalogue .viewMore:before{
    position: absolute;
    content: '+';
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #E60012;
    color: #ffffff;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productSecondCatalogue .viewMore:hover{
    text-decoration: underline;
}

.productScreenBox .clearAll{
    padding-top: 35px;
    border-top: 1px solid #d8d8d8;
}
.productScreenBox .clearAll a{
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #020202;
    display: block;
    background: #bfbfbf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productScreenBox .clearAll a:hover{
    background: #E60012;
    color: #ffffff;
}

.productBox2 .productListConBox{
    margin-left: 260px;
    padding-left: 40px;
}
.productBox2 .productListConBox .conBox{
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #ffffff;
}
.productBox2 .productListConBox .showItem span{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #676767;
    line-height: 36px;
    margin-right: 10px;
}
.productBox2 .productListConBox .showItem .a{
    float: left;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productBox2 .productListConBox .showItem .a a{
    vertical-align: middle;
    width: 50px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #676767;
    border-left: 1px solid #a6a6a6;
}
.productBox2 .productListConBox .showItem .a a:nth-of-type(1){
    border-left: 0;
}
.productBox2 .productListConBox .showItem .a a:hover,
.productBox2 .productListConBox .showItem .a a.on{
    background: #E60012;
    color: #ffffff;
}
.productBox2 .productListConBox .productListTypesetting a{
    line-height: 0;
    display: inline-block;
    padding: 7px 0;
    margin-left: 5px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .5;
}
.productBox2 .productListConBox .productListTypesetting a.on,
.productBox2 .productListConBox .productListTypesetting a:hover{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.productListBox .itemBox{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.productListBox .prodLst{
    margin-top: 26px;
}
.productListBox .prodLst .item{
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px dashed #bfbfbf;
}
.productListBox .prodLst .item .contentBox{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    transition: all .3s;
}
.productListBox .prodLst .item .contentBox:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    transition: all .3s;
}
.productListBox .prodLst .item .contentBox > a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.productListBox .prodLst .item .contentBox .img{
    width: 32%;
    float: left;
    line-height: 0;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.productListBox .prodLst .item .contentBox .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.productListBox .prodLst .item .contentBox:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.productListBox .prodLst .item .contentBox .textBox{
    width: 68%;
    float: left;
    padding-right: 22%;
    padding-left: 25px;
}
.productListBox .prodLst .item .contentBox .textBox .title h3 a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #0d0d0d;
    padding: 20px 0;
}
.productListBox .prodLst .item .contentBox .textBox .title h3 a:hover{
    color: #E60012;
}
.productListBox .prodLst .item .contentBox .textBox .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
    font-weight: 300;
}
.productListBox .prodLst .item .contentBox .textBox .a{
    position: absolute;
    width: 22%;
    right: 0;
    top: 50%;
    margin-top: -20px;
    padding: 0 10px;
}
.productListBox .prodLst .item .contentBox .textBox .a a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a0a0a0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productListBox .prodLst .item .contentBox .textBox .a a:hover{
    background: #E60012;
}

.productListBox .threePerRow{
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.productListBox .threePerRow .item{
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
}
.productListBox .threePerRow .item .contentBox{
    border-bottom: 2px solid #d8d8d8;
}
.productListBox .threePerRow .item .contentBox:hover{
    position: relative;
    z-index: 2;
    border: 1px solid #dcdcdc
}
.productListBox .threePerRow .item .img{
    line-height: 0;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
}
.productListBox .threePerRow .item .contentBox:hover .img{
    border-color: #ffffff;
}
.productListBox .threePerRow .item .textBox .title h3 a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #0d0d0d;
    padding: 10px 0;
    text-align: center;
}
.productListBox .threePerRow .item .textBox .text{
    height: 60px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.productListBox .threePerRow .item .textBox .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.4;
    font-weight: 300;
}
.productListBox .threePerRow .item .textBox .a{
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -50px;
    opacity: 0;
    padding: 10px 10% 15px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    z-index: -1;
}
.productListBox .threePerRow .item .contentBox:hover .a{
    height: auto;
    opacity: 1;
    z-index: 1;
}
.productListBox .threePerRow .item .textBox .a a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a0a0a0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productListBox .threePerRow .item .textBox .a a:hover{
    background: #E60012;
}


.productListBox .fourPerRow{
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 40px;
    overflow: hidden;
}
.productListBox .fourPerRow .item{
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
}
.productListBox .fourPerRow .item .contentBox{
    border-bottom: 2px solid #d8d8d8;
}
.productListBox .fourPerRow .item .contentBox:hover{
    position: relative;
    z-index: 2;
    border: 1px solid #dcdcdc
}
.productListBox .fourPerRow .item .img{
    line-height: 0;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
}
.productListBox .fourPerRow .item .contentBox:hover .img{
    border-color: #ffffff;
}
.productListBox .fourPerRow .item .textBox .title h3 a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #0d0d0d;
    padding: 10px 0;
    text-align: center;
}
.productListBox .fourPerRow .item .textBox .text{
    height: 60px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
.productListBox .fourPerRow .item .textBox .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.4;
    font-weight: 300;
}
.productListBox .fourPerRow .item .textBox .a{
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -50px;
    padding: 10px 10% 15px;
    margin: auto;
    opacity: 0;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    z-index: -1;
}
.productListBox .fourPerRow .item .contentBox:hover .a{
    height: auto;
    opacity: 1;
    z-index: 1;
}
.productListBox .fourPerRow .item .textBox .a a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a0a0a0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productListBox .fourPerRow .item .textBox .a a:hover{
    background: #E60012;
}

.productListBox .a{
    text-align: center;
    padding-bottom: 60px;
}
.productListBox .a a{
    display: inline-block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #E60012;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productListBox .a a:hover{
    background: #151515;
}
.productListBox .a a span{
    display: inline-block;
    padding-left: 40px;
    font-size: 14px;
    color: #ffffff;
    background: url("../images/productico4.png") no-repeat left center;
}

.aboutBanner{
    padding: 155px 0 190px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBanner h1{
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
}


.aboutBox1 .conBox{
    position: relative;
    padding-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
}
.aboutBox1 .conBox:before{
    position: absolute;
    content: '';
    width: 285px;
    top: -41px;
    bottom: 0;
    left: -300px;
    background: #E60012;
}
.aboutBox1 .conBox:after{
    position: absolute;
    content: 'About';
    top: 50%;
    margin-top: -45px;
    left: -230px;
    font-size: 60px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    -webkit-transform: rotate(90deg) rotate(180deg);
    -moz-transform: rotate(90deg) rotate(180deg);
    -ms-transform: rotate(90deg) rotate(180deg);
    -o-transform: rotate(90deg) rotate(180deg);
    transform: rotate(90deg) rotate(180deg);
    z-index: 2;
}
.aboutBox1 .textBox{
    width: 50%;
    float: left;
    padding: 55px 30px 0 115px;
}
.aboutBox1 .textBox h2{
    font-size: 30px;
    color: #010101;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.aboutBox1 .textBox p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
}
.aboutBox1 .text{
    width: 50%;
    float: left;
    padding: 40px 50px 0 75px;
}
.aboutBox1 .text h3{
    font-size: 18px;
    color: #E60012;
    font-family: "GothamBold", sans-serif;
    padding-bottom: 20px;
}
.aboutBox1 .text .t{
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
.aboutBox1 .text .t:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 7px;
    left: 0;
    background: #E60012;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox1 .text .t p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
}

.aboutBox2{
    padding: 70px 0 45px;
    background: url("../images/aboutbj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.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;
}

.aboutBox3{
    padding: 65px 0;
}
.aboutBox3 .itemBox{
    overflow: hidden;
}
.aboutBox3 .item{
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 10px;
}
.aboutBox3 .item .img{
    line-height: 0;
}
.aboutBox3 .item .text h3{
    font-size: 18px;
    color: #000000;
    padding: 10px 0 5px;
}
.aboutBox3 .item .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
}

.aboutBox4 .text{
    text-align: center;
    padding: 0 100px;
}
.aboutBox4 .text h2{
    font-size: 30px;
    color: #010101;
    font-family: "Gotham", sans-serif;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.aboutBox4 .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
}
.aboutBox4 .img{
    padding: 70px 0 50px;
    line-height: 0;
    text-align: center;
}

.aboutBox5{
    background: url("../images/aboutbj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox5 .title h2{
    text-align: center;
    font-size: 30px;
    font-family: "Gotham", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 70px 0 55px;
}
.aboutBox5 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutBox5 .item{
    background: #ffffff;
    width: 48%;
    margin-bottom: 44px;
}
.aboutBox5 .item .img{
    width: 160px;
    float: left;
    line-height: 0;
}
.aboutBox5 .item .text{
    margin-left: 160px;
    padding-left: 10px;
    padding-right: 15px;
}
.aboutBox5 .item .text h3{
    font-size: 18px;
    color: #000000;
    padding: 15px 0;
}
.aboutBox5 .item .text p{
    font-size: 14px;
    color: #676767;
}

.aboutBox6 .title h2{
    text-align: center;
    font-size: 30px;
    font-family: "Gotham", sans-serif;
    color: #010101;
    text-transform: uppercase;
    padding: 65px 0 45px;
}
.aboutBox6 .img{
    line-height: 0;
    text-align: center;
}
.aboutBox6 .a{
    text-align: center;
}
.aboutBox6 .a a{
    margin: 35px 0 45px;
    display: inline-block;
    width: 280px;
    height: 52px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #E60012;
    line-height: 52px;
    color: #ffffff;
}
.aboutBox6 .a a:hover{
    background: #010101;
}

.aboutBox7{
    background: #f7f7f7;
    padding-bottom: 30px;
}
.aboutBox7 .title h2{
    text-align: center;
    font-size: 30px;
    font-family: "Gotham", sans-serif;
    color: #010101;
    text-transform: uppercase;
    padding: 60px 0 35px;
}
.aboutBox7 .joinForm form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutBox7 .joinForm .info{
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}
.aboutBox7 .joinForm .info.w100{
    width: 100%;
}
.aboutBox7 .joinForm .info:last-child{
    text-align: center;
}
.aboutBox7 .joinForm .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 14px;
    color: #bcbcbc;
    line-height: 48px;
}
.aboutBox7 .joinForm .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 48px;
    color: #ff0000;
    font-size: 13px;
}
.aboutBox7 .joinForm input[type="text"]{
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 0;
    padding: 0 10px;
}
.aboutBox7 .joinForm textarea{
    width: 100%;
    height: 100px;
    background: #ffffff;
    border: 0;
    padding: 15px 10px;
    resize: none;
}
.aboutBox7 .joinForm input[type="text"]:focus,
.aboutBox7 .joinForm textarea:focus{
    -webkit-box-shadow: 0 0 5px 0 rgba(230,0,18,0.85);
    -moz-box-shadow: 0 0 5px 0 rgba(230,0,18,0.85);
    box-shadow: 0 0 5px 0 rgba(230,0,18,0.85);
}
.aboutBox7 .joinForm .controlTest{
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #bcbcbc;
}
.aboutBox7 .joinForm .controls{
    margin-left: 165px;
}

.aboutBox7 .joinForm .upFileLabel{
    position: relative;
    width: 100%;
    height: 24px;
    display: block;
}
.aboutBox7 .joinForm .upFileLabel .tips{
    position: initial;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    line-height: 24px;
}
.aboutBox7 .joinForm .upFileLabel a{
    display: inline-block;
    min-width: 146px;
    height: 24px;
    padding: 0 15px;
    text-align: center;
    background: #626262;
    color: #ffffff;
    line-height: 24px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.aboutBox7 .joinForm .upFileLabel input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    padding: 0;
    border: 0;
    opacity: 0;
    overflow: hidden;
}
.aboutBox7 .joinForm .upFileLabel a:hover{
    background: #000000;
}
.aboutBox7 .joinForm input[type="submit"]{
    width: 200px;
    height: 40px;
    background: #E60012;
    color: #ffffff;
    border: 0;
    font-size: 15px;
    cursor: pointer;
}
.aboutBox7 .joinForm input[type="submit"]:hover{
    background: #000;
}

.parameter_box .model{
    margin-top: 35px;
}
.parameter_box .model p{
    font-size: 14px;
    color: #676767;
    font-weight: 700;
}
.parameter_box .model p span{
    font-weight: 400;
}
.parameter_box .qty{
    margin-top: 20px;
}
.parameter_box .qty p{
    font-size: 14px;
    color: #676767;
    font-weight: 700;
}
.parameter_box .qty select{
    width: 390px;
    height: 40px;
    padding: 0 5px;
    margin-top: 10px;
    border: 1px solid #a0a0a0;
}
.parameter_box .parameter_btn{
    margin: 30px 0;
}
.parameter_box .parameter_btn a{
    display: inline-block;
    width: 160px;
    height: 36px;
    background: #E60012;
    color: #ffffff;
    line-height: 36px;
    padding-left: 0;
    font-size: 15px;
}
.parameter_box .parameter_btn a:hover{
    background: #000000;
}
.parameter_box .parameter_btn .emailUs{
    float: left;
    margin-left: 20px;
}
.parameter_box .parameter_btn .emailUs a{
    width: 140px;
}
.parameter_box .productDownload p{
    font-size: 14px;
    color: #676767;
    font-weight: 700;
}
.parameter_box .productDownload .a a{
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    margin-top: 15px;
    margin-right: 15px;
    background: #E60012;
    color: #ffffff;
}
.parameter_box .productDownload .a a:hover{
    background: #000000;
}

.teamVR{
    height: 800px;
}
.teamVR iframe{
    width: 100%;
    height: 100%;
}

.teamBox1 .text{
    text-align: center;
    padding: 50px 0;
}
.teamBox1 .text h1{
    font-size: 48px;
    color: #010101;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.teamBox1 .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
}

.teamBox2 .conBox{
    margin-bottom: 80px;
}
.teamBox2 .img{
    line-height: 0;
}
.teamBox2 .textBox{
    margin-top: -80px;
}
.teamBox2 .textBox .text{
    width: 920px;
    margin: auto;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 50px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
.teamBox2 .textBox .text h2{
    font-size: 30px;
    font-family: "GothamBold", sans-serif;
    color: #010101;
    padding-bottom: 15px;
}
.teamBox2 .textBox .text p{
    font-size: 14px;
    color: #676767;
    line-height: 1.6;
}

.productDialogBox{
    position: fixed;
    top: 12%;
    left: 50%;
    width: 620px;
    margin-left: -310px;
    webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 1000;
    display: none;
}
.productDialogBox .closeBox{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
}
.productDialogBox .text{
    background: #000000;
    padding-right: 50px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.productDialogBox .text p{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.productDialogBox .conBox{
    padding: 25px;
    background: #ffffff;
}
.productDialogBox .tips{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.productDialogBox .tips p{
    color: #3c763d;
    line-height: 1.6;
}
.productDialogBox .tips .productName{
    font-weight: 700;
}
.productDialogBox .a a{
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 2;
    background: #E60012;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.productDialogBox .a a:hover{
    background: #000000;
}
.productDialogBj{
    position: fixed;
    transition: background 0.4s;
    -moz-transition: background 0.4s;
    -webkit-transition: background 0.4s;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.fly_item {
    border: 1px solid #000;
    width: 38px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    background: #eeeeee;
    opacity: .5;
    filter: alpha(opacity=50);
}

.oemBanner{
    padding: 295px 0;
}
.oemBanner h1{
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
}

.oemBox{
    padding: 40px 0 20px;
}
.oemBox .img{
    line-height: 0;
    margin-bottom: 15px;
}






@media (max-width: 1620px) {
    .aboutBox1 .textBox{
        padding-left: 130px;
    }
    .aboutBox1 .conBox:before{
        top: 0;
        left: -30px;
        width: 125px;
    }
    .aboutBox1 .conBox:after{
        left: -70px;
    }
}

@media (max-width: 1450px) {
    .banner .img{
        padding-top: 520px;
    }
    .banner .textBox{
        margin-top: -122px;
    }
    .banner .textBox span{
        font-size: 40px;
    }
    .banner .textBox .text p{
        font-size: 36px;
    }

    .oemBanner{
        padding: 180px 0;
    }
}

@media (max-width: 1220px) {
    .parameter_box .qty select{
        width: 100%;
    }
    .banner .textBox{
        margin-top: -100px;
    }
    .banner .textBox span{
        font-size: 28px;
    }
    .banner .textBox .text{
        padding-bottom: 20px;
    }
    .banner .textBox .text p{
        font-size: 30px;
    }
    .banner .textBox .a a{
        font-size: 16px;
        margin-top: 10px;
    }

    .indexBox2 .item .text{
        left: 10px;
        right: 10px;
        bottom: 15px;
    }
    .indexBox2 .item .text h3{
        font-size: 20px;
        padding-bottom: 0;
    }

    .indexBox3{
        padding: 50px 0;
    }
    .indexBox3 .indexProductTabClick{
        padding-bottom: 0;
    }
    .indexBox3 .indexProductTabClick .item{
        margin-bottom: 5px;
    }

    .aboutBanner{
        padding: 150px 0;
    }

    .aboutBox1 .conBox:after{
        font-size: 50px;
        left: -55px;
    }
    .aboutBox1 .textBox{
        padding-right: 0;
    }

    .aboutBox2 .historyContentSlick .years{
        font-size: 80px;
    }
    .aboutBox2 .historyContentSlick .text{
        margin-top: -35px;
    }

    .aboutBox3 .item .img img{
        width: 80px;
    }

    .aboutBox4 .text{
        padding: 0;
    }
    .aboutBox4 .img{
        padding-top: 40px;
    }

    .aboutBox5 .item{
        width: 49%;
        margin-bottom: 30px;
    }


    .oemBanner{
        padding: 150px 0;
    }

    .contactBanner{
        padding: 150px 0;
    }

    .productSearchBox .productSearchResult{
        margin-left: -10px;
        margin-right: -10px;
    }
    .productSearchBox .productSearchResult .item{
        padding: 0 10px;
    }

    .productBanner{
        padding: 150px 0;
    }

    .parameter_box{
        padding-left: 20px;
        padding-right: 0;
    }
    .parameter_box h1{
        font-size: 30px;
    }
}

@media (max-width: 992px) {

    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i {
        font-size: 14px;
        line-height: 1.2;
    }

    .Crumbs span.youAreHere {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .header {
        display: none;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000;
        z-index: 100000;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        display: inline-block;
        height: 100%;
        padding: 10px 0;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #e60012;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation .footerMenu{
        width: 33%;
    }
    .footer_box .fast_navigation .itemBox .item{
        display: none;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(1){
        width: 100%;
        display: block;
    }
    .footer_box .footerInfo{
        width: 67%;
    }
    .footer_box .footerForm{
        padding-left: 0;
    }
    .footer_box .footerForm .info{
        width: 100%;
    }
    .footer_box .footer_shape{
        width: 100%;
    }
    .footer_box .footer_copyright .text{
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    .footer_box .footer_copyright p, .footer_box .footer_copyright p span, .footer_box .footer_copyright p a{
        line-height: 1.4;
    }

    .banner .img{
        padding-top: 400px;
    }
    .indexBox1 .item{
        padding-bottom: 0;
    }
    .indexBox2 .item{
        width: 50%;
        margin-top: 20px;
    }

    .indexBox3 .indexProductTabSwitch .switch .item{
        width: 25%;
    }

    .aboutBanner{
        padding: 120px 0;
    }
    .aboutBox1 .conBox:before,
    .aboutBox1 .conBox:after{
        display: none;
    }
    .aboutBox1 .textBox{
        width: 100%;
        padding-left: 0;
    }
    .aboutBox1 .text{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .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;
    }

    .aboutBox3 .itemBox{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .aboutBox3 .item{
        width: 33%;
        margin: 0 0.15%;
    }

    .aboutBox5 .itemBox{
        padding-bottom: 20px;
    }
    .aboutBox5 .item{
        width: 100%;
        margin-bottom: 20px;
    }

    .teamVR{
        height: 520px;
    }
    .teamBox1 .text h1{
        font-size: 34px;
    }

    .teamBox2 .textBox .text{
        width: 100%;
        padding: 20px 30px;
    }

    .oemBanner{
        padding: 120px 0;
    }
    .oemBanner h1{
        font-size: 34px;
    }

    .contactBanner{
        padding: 120px 0;
    }
    .contactBanner .text h1{
        font-size: 34px;
    }
    .contactBanner .text p{
        font-size: 20px;
    }

    .contactBox .contactInfoBox{
        width: 100%;
        padding-right: 0;
    }
    .contactBox .contactFormBox{
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .contactBox .contactInfoBox .item{
        margin-top: 15px;
    }
    .contactBox .contactInfoBox .text h2,
    .contactBox .contactFormBox .text h2{
        font-size: 30px;
    }
    .contactBox .contactInfoBox .text p,
    .contactBox .contactInfoBox .item .t h3{
        font-size: 18px;
    }
    .contactBox .contactInfoBox .item .t{
        padding-left: 20px;
    }

    .contactBox .contactFormBox .followUs{
        margin-top: 30px;
    }

    .productSearchBox .productSearchResult .item{
        width: 50%;
    }
    .productSearchBox .productSearchInp button{
        width: 46px;
        height: 46px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .productSearchBox .productSearchInp input[type="text"]{
        font-size: 46px;
        height: 46px;
    }

    .productBanner{
        padding: 120px 0;
    }
    .productBanner .text h1{
        font-size: 34px;
    }

    .productCrumbs .title h2{
        font-size: 30px;
    }
    .productBox1 .title{
        padding-bottom: 10px;
    }
    .productBox1 .title span{
        font-size: 26px;
    }
    .productBox1 .item{
        width: 25%;
    }
    .productBox2 .productScreenBox{
        width: 100%;
        position: initial;
    }
    .productBox2 .productListConBox{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        float: left;
    }
    .productBox2 .productListConBox .conBox{
        margin-top: 25px;
        position: initial;
    }

    .productCatalogue > span{
        position: relative;
    }
    .productCatalogue > span:before{
        position: absolute;
        content: '';
        width: 7px;
        height: 4px;
        right: 10px;
        top: 50%;
        margin-top: -2px;
        background: url("../images/dropdown_menu.png") no-repeat center center;
    }
    .productCatalogue .labelBox,
    .productScreenBox .clearAll{
        display: none;
    }
    .productSecondCatalogue > span{
        margin-top: 20px;
    }
    .productScreenBox .clearAll{
        padding-top: 20px;
    }
    .productBox2 .productListConBox .productListTypesetting a[data-typesetting="fourPerRow"]{
        display: none;
    }
    .productListBox .threePerRow .item .textBox .a{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: 1;
        opacity: 1;
        border: 0;
    }
    .productListBox .threePerRow .item .contentBox:hover{
        border: 0;
        border-bottom: 2px solid #d8d8d8;
    }
    .productListBox .threePerRow .item .contentBox:hover .img{
        border: 1px solid #dcdcdc;
    }

    .product_img_box{
        width: 100%;
        padding-right: 0;
    }
    .pro_B_img .slick-dots li.slick-active{
        background: #e60012;
    }

    .parameter_box{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .banner_slick .slick-prev {
        left: 10px;
    }

    .banner_slick .slick-next {
        right: 10px;
    }

    .banner .textBox .text p{
        font-size: 24px;
    }
    .banner .textBox .a p{
        font-size: 16px;
    }
    .banner .textBox .a a{
        padding-left: 45px;
        background-position: 15px center;
    }

    .indexBox3 .indexProductTabSwitch .switch{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox3 .indexProductTabSwitch .switch .item{
        padding: 0 5px;
    }

    .indexBox4 .item{
        width: 49%;
    }
    .indexBox5 .item .indexVideo{
        margin-top: 12px;
    }

    .indexBox7{
        padding: 50px 0;
    }
    .indexBox7 h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .indexBox7 p{
        font-size: 16px;
    }
    .indexBox7 a{
        margin-top: 20px;
    }

    .aboutBanner{
        padding: 80px 0;
    }
    .aboutBanner h1{
        font-size: 34px;
    }

    .aboutBox3 .item .img img{
        width: 60px;
    }

    .aboutBox6 .a a{
        width: 180px;
        height: 46px;
        line-height: 46px;
    }

    .aboutBox7 .joinForm .info{
        width: 100%;
    }


    .teamVR{
        height: 340px;
    }

    .teamBox2 .conBox{
        margin-bottom: 20px;
    }
    .teamBox2 .textBox{
        margin-top: 0;
    }
    .teamBox2 .textBox .text{
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .oemBanner{
        padding: 80px 0;
    }


    .contactBanner{
        padding: 80px 0;
    }
    .contactBanner .text p{
        font-size: 16px;
    }
    .productBanner{
        padding: 80px 0;
    }
}

@media (max-width: 640px) {
    .footer_box .fast_navigation .footerMenu{
        width: 100%;
    }
    .footer_box .fast_navigation .itemBox .item{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer_box .footerInfo{
        width: 100%;
    }
    .footer_box .footerForm{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_box .footerNews{
        width: 100%;
        padding-left: 0;
    }
    .footer_box .footerNews .item:last-child{
        border-bottom: 0;
    }

    .banner .img{
        padding-top: 280px;
    }
    .banner .textBox{
        margin-top: -80px;
    }
    .banner .textBox span{
        font-size: 18px;
    }
    .banner .textBox .text{
        padding-bottom: 15px;
    }
    .banner .textBox .text p{
        font-size: 20px;
    }
    .banner .textBox .a a{
        line-height: 40px;
    }

    .indexBox1 .item{
        width: 50%;
    }
    .indexBox2 .item .text p{
        line-height: 1.4;
        font-size: 14px;
    }
    .indexBox3 .indexProductTabSwitch .switch .item{
        width: 50%;
    }
    .indexBox5 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox5 .item.w2375{
        width: 100%;
    }
    .indexBox5 .item.w2375 .indexVideo{
        width: 50%;
        float: left;
        padding: 0 5px;
    }
    .indexBox5 .item.w4945{
        width: 100%;
        padding: 0 5px;
    }

    .teamVR{
        height: 280px;
    }


    .productSearchBox .productSearchInp button{
        width: 30px;
        height: 30px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .productSearchBox .productSearchInp input[type="text"]{
        font-size: 18px;
        height: 30px;
    }
    .productSearchBox .productSearchResult .item{
        width: 100%;
    }

    .productBox1 .item{
        width: 33.33%;
    }
    .productListBox .prodLst .item .contentBox .img{
        width: 50%;
    }
    .productListBox .prodLst .item .contentBox .textBox{
        width: 50%;
        padding-right: 0;
        padding-left: 20px;
    }
    .productListBox .prodLst .item .contentBox .textBox .title h3 a{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .productListBox .prodLst .item .contentBox .textBox .text p{
        line-height: 1.4;
    }
    .productListBox .prodLst .item .contentBox .textBox .a{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 10px;
        width: 100%;
        padding: 0;
    }
    .productListBox .prodLst .item .contentBox .textBox .a a{
        width: 160px;
    }

    .productListBox .threePerRow .item{
        width: 50%;
    }

    .productListBox .a a{
        width: 180px;
    }

    .aboutBox2 .historyContentSlick .text{
        padding: 10px 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

@media (max-width: 540px) {
    .aboutBox3 .item{
        width: 48%;
        margin: 0 1% 20px;
    }
}

@media (max-width: 480px) {
    .productBox1 .item{
        width: 50%;
    }
    .productListTypesetting{
        display: none;
    }
    .productListBox .prodLst .item .contentBox .img{
        width: 100%;
    }
    .productListBox .prodLst .item .contentBox .textBox{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .productListBox .prodLst .item .contentBox:hover{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
#translate{ display:none;}