﻿@charset "utf-8";

.contactBox1{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f8f8f8;
}
.contactBox1 .contactForm{
    width: 52%;
    float: left;
}
.contactBox1 .contactForm h1{
    font-size: 30px;
    color: #1c1b1b;
    padding-bottom: 40px;
}
.contactBox1 .contactForm .info{
    position: relative;
    margin-bottom: 15px;
}
.contactBox1 .contactForm .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px;
    line-height: 50px;
    color: #838383;
    font-weight: 300;
}
.contactBox1 .contactForm .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 50px;
    color: #ff0000;
    font-size: 13px;
}
.contactBox1 .contactForm input[type="text"]{
    width: 100%;
    height: 50px;
    background: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    color: #838383;
    border: 1px solid #dcdcdc;
}
.contactBox1 .contactForm textarea{
    width: 100%;
    height: 90px;
    background: #ffffff;
    padding: 15px 10px;
    font-size: 16px;
    color: #838383;
    border: 1px solid #dcdcdc;
    resize: none;
}
.contactBox1 .contactForm .imgVerifyCode .tips{
    top: 55px;
    line-height: 1;
}
.contactBox1 .contactForm .Verify_img{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 48px;
    cursor: pointer;
}
.contactBox1 .contactForm input[type="submit"]{
    margin-top: 15px;
    width: 215px;
    height: 44px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background: #e60012;
    border: none;
    cursor: pointer;
    transition: all .3s;
}
.contactBox1 .contactForm input[type="submit"]:hover{
    background: #246bb3;
    transition: all .3s;
}
.contactBox1 .contactInfo{
    width: 48%;
    float: left;
    padding: 0 65px;
}
.contactBox1 .contactInfo .imgBox{
    margin-bottom: 45px;
}
.contactBox1 .contactInfo .imgBox .img{
    line-height: 0;
    padding-bottom: 10px;
}
.contactBox1 .contactInfo .imgBox .img img{
    height: 45px;
}
.contactBox1 .contactInfo .imgBox .text p{
    font-size: 16px;
    color: #141414;
    font-weight: 300;
}
.contactBox1 .contactInfo ul li{
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left 8px;
}
.contactBox1 .contactInfo ul li a{
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    line-height: 1.6;
}
.contactBox1 .contactInfo ul li.contactTel{
    background-image: url("../images/contacttel.png");
}
.contactBox1 .contactInfo ul li.contactPhone{
    background-image: url("../images/phone_0.png");
}
.contactBox1 .contactInfo ul li.contactEmail{
    background-image: url("../images/contactemail.png");
}
.contactBox1 .contactInfo ul li.contactAdd{
    background-image: url("../images/contactaddress.png");
}
.contactBox1 .contactInfo .contactShape span{
    display: inline-block;
    float: left;
    line-height: 27px;
}
.contactBox1 .contactInfo .contactShape a{
    display: inline-block;
    line-height: 0;
    margin-left: 20px;
}

.contactBox2{
    background: #f8f8f8;
}
.contactBox2 #googleMap{
    width: 100%;
    height: 280px;
}

.onlineCalculationBox{
    padding: 50px 0;
}
.onlineCalculationBox .onlineCalculationTab{
    width: 275px;
    float: left;
}
.onlineCalculationBox .onlineCalculationTab .item{
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    color: #545454;
    cursor: pointer;
    border-bottom: 2px solid #f2f2f2;
    transition: all .3s;
}
.onlineCalculationBox .onlineCalculationTab .item.on,
.onlineCalculationBox .onlineCalculationTab .item:hover{
    color: #000000;
    background: #e5e5e5;
    border-bottom: 2px solid #e60012;
    transition: all .3s;
}
.onlineCalculationBox .onlineCalculationSwitch{
    margin-left: 275px;
    padding-left: 40px;
}
.onlineCalculationBox .onlineCalculationSwitch .switch{
    height: 0;
    overflow: hidden;
}
.onlineCalculationBox .onlineCalculationSwitch .switch.on{
    height: auto;
}
.onlineCalculationBox .onlineCalculationSwitch .text{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666666;
}
.onlineCalculationBox .onlineCalculationSwitch .text h2{
    color: #e60012;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}
.onlineCalculationBox .onlineCalculationSwitch .text p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.6;
}
.onlineCalculationBox .onlineCalculationSwitch .hb{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666666;
}
.onlineCalculationBox .onlineCalculationSwitch .hb h3{
    color: #484848;
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.onlineCalculationBox .onlineCalculationSwitch .hb p,
.onlineCalculationBox .onlineCalculationSwitch .hb .t p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

/*Online Calculation*/
.onlineCalculationSwitch .slider_table table{
    border: 0;
    width: auto;
}
.onlineCalculationSwitch .slider_table tr,
.onlineCalculationSwitch .slider_table td{
    padding: 0 10px;
    border: 2px solid #ffffff;
    height: 30px;
}
.onlineCalculationSwitch .slider_table input[type="button"],
.onlineCalculationSwitch .slider_table input[type="reset"]{
    width: 75px;
    height: 28px;
    border: 1px solid #dddddd;
    cursor: pointer;
}
table.qa {
    padding: 2px;
    margin: 2px;
    border-width: 2px;
}
td.qil {
    color: white;
    background-color: #484848;
    text-align: right;
    white-space: nowrap;
}
td.qir {
    color: white;
    background-color: #484848;
    white-space: nowrap;
}
td.qrl {
    color: #e60012;
    text-align: right;
    white-space: nowrap;
}
td.qrr {
    font-family: helvetica, sans-serif;
    color: #e60012;
    white-space: nowrap;
}
td.ost {
    color: white;
    background-color: #666;
}
input.ca1 {
    width: 28px;
    color: white;
    background-color: #484848;
    text-align: center;
    border-style: solid;
    border-color: #484848;
}
input.ca2 {
    width: 28px;
    background-color: ivory;
    text-align: right;
    border-style: solid;
    border-color: #484848;
}
input.qi, input.qi2 {
    ime-mode: inactive;
    border: 1px solid #484848;
    padding: 0 5px;
}
input.qr, input.qr2 {
    ime-mode: inactive;
    background-color: #dddddd;
    border: 1px solid;
    padding: 0 5px;
}
@media screen and (min-width: 601px) {
    input.qi, input.qr { width: 120px; }
    input.qi2, input.qr2 { width: 70px; }
}

.product_box .col_lg_6 {
    position: sticky;
    top: 85px;
    left: 0;
}
.productCategoryTextBox{
    overflow: hidden;
    padding-bottom: 30px;
}
.productCategoryTextBox .imgBox{
    width: 360px;
    float: left;
    padding: 10px;
    border: 1px solid #dddddd;
    line-height: 0;
    text-align: center;
}
.productCategoryTextBox .textBox{
    margin-left: 360px;
    padding-left: 20px;
}
.productCategoryTextBox .textBox h1{
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    font-weight: 700;
}
.productCategoryTextBox .textBox p{
    font-size: 16px;
    color: #454545;
    font-weight: 300;
    line-height: 1.6;
}
.sharethis_inline .bdsharebuttonbox{
    float: none;
    font-size: 0;
    line-height: 0;
}
.news_content_title .bdsharebuttonbox {
    float: none;
    font-size: 0;
    line-height: 0;
    margin-top: 10px;
}
.sharethis_inline .bdsharebuttonbox a,
.news_content_title .bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    zoom: 1;
    float: none !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #67696c;
    background-color: #9ea3a7;
    background-image: url("../images/follow-service.png") !important;
    background-repeat: no-repeat;
}
.sharethis_inline .bdsharebuttonbox a.bds_weixin,
.news_content_title .bdsharebuttonbox a.bds_weixin{
    background-position: -1px -1025px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_qzone,
.news_content_title .bdsharebuttonbox a.bds_qzone{
    background-position: -1px -706px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_tsina,
.news_content_title .bdsharebuttonbox a.bds_tsina{
    background-position: -1px -194px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_renren,
.news_content_title .bdsharebuttonbox a.bds_renren{
    background-position: -1px -769px !important;
}

.applicationBanner{
    position: relative;
}
.applicationBanner .img{
    padding-top: 420px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.applicationBanner h1{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40px;
    line-height: 1;
    font-size: 80px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.applicationBox1{
    padding: 40px 0 60px;
    overflow: hidden;
    background: #f9f9f9;
}
.applicationBox1 .text p{
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    line-height: 1.6;
}
.applicationBox1 .applicationTabClick{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #484848;
}
.applicationBox1 .applicationTabClick .item{
    display: inline-block;
    vertical-align: bottom;
    width: 190px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #4a4a4a;
    background: #d2d2d2;
    cursor: pointer;
    margin: 0 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: all .3s;
}
.applicationBox1 .applicationTabClick .item.on,
.applicationBox1 .applicationTabClick .item:hover{
    color: #ffffff;
    background: #484848;
    transition: all .3s;
}
.applicationBox1 .applicationTabSwitch .switch{
    height: 0;
    overflow: hidden;
}
.applicationBox1 .applicationTabSwitch .switch.on{
    height: auto;
}
.applicationBox1 .applicationTabSwitch .img{
    line-height: 0;
    text-align: center;
    margin-top: 30px;
}

.applicationBox2{
    padding: 60px 0 70px;
}
.applicationBox2 .title h2{
    text-align: center;
    font-size: 40px;
    color: #343434;
    padding-bottom: 45px;
}
.applicationSlick{
    height: 0;
    overflow: hidden;
}
.applicationSlick.on{
    height: auto;
    overflow: inherit;
}
.applicationSlick .slick-prev,
.applicationSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -45px;
    background: url("../images/buttonstyle.png") no-repeat;
}
.applicationSlick .slick-prev{
    left: -30px;
    background-position: left center;
}
.applicationSlick .slick-next{
    right: -30px;
    background-position: right center;
}
.applicationSlick .slick_first{
    margin: 0 10px;
}
.applicationSlick .slick_first .img{
    border: 1px solid #484848;
}
.applicationSlick .slick_first .text a{
    display: inline-block;
    font-size: 18px;
    color: #343434;
    padding-top: 5px;
}

.solutionBox1{
    background: url("../images/solutionbj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.solutionBox1 .title h1{
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    padding-top: 55px;
}
.solutionBox1 .itemBox{
    padding: 60px 0;
    overflow: hidden;
}
.solutionBox1 .items{
    width: 50%;
    float: left;
}
.solutionBox1 .item{
    overflow: hidden;
    margin-bottom: 25px;
}
.solutionBox1 .item span{
    width: 23px;
    height: 20px;
    float: left;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background: url("../images/solutionico.png") no-repeat center center;
}
.solutionBox1 .item .text{
    margin-left: 23px;
    padding-left: 10px;
}
.solutionBox1 .item .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
}

.solutionBox2 .title h2{
    text-align: center;
    color: #1c1b1b;
    font-size: 40px;
    padding: 45px 0;
}
.solutionBox2 .item{
    overflow: hidden;
    margin-bottom: 40px;
}
.solutionBox2 .item .imgBox{
    width: 48%;
    float: right;
    text-align: right;
}
.solutionBox2 .item:nth-of-type(2n) .imgBox{
    float: left;
    text-align: left;
}
.solutionBox2 .item .textConBox{
    width: 52%;
    float: right;
    padding-right: 20px;
}
.solutionBox2 .item:nth-of-type(2n) .textConBox{
    float: left;
    padding-right: 0;
    padding-left: 20px;
}
.solutionBox2 .item .textBox h3{
    font-size: 24px;
    color: #265785;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    padding-left: 10px;
}
.solutionBox2 .item .textBox h3:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 24px;
    background: #e60012;
    left: 0;
    top: 3px;
}
.solutionBox2 .item .textBox p{
    font-size: 18px;
    color: #1c1b1b;
    line-height: 1.6;
}
.solutionBox2 .item .tpBox h4{
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #265785;
    font-weight: 700;
}
.solutionBox2 .item .tpList{
    overflow: hidden;
}
.solutionBox2 .item .list{
    width: 155px;
    float: left;
    text-align: center;
    margin-left: 60px;
}
.solutionBox2 .item .list:nth-of-type(1){
    margin-left: 0;
}
.solutionBox2 .item .tp{
    overflow: hidden;
    line-height: 0;
    background: url("../images/solutionicobj1.png") no-repeat center center;
    transition: all .3s;
}
.solutionBox2 .item .tp img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.solutionBox2 .item .tp:hover 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;
}
.solutionBox2 .item .t a{
    font-size: 16px;
    color: #265785;
    padding-top: 10px;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.6;
}
.solutionBox2 .item .list:hover .tp{
    background: url("../images/solutionicobj2.png") no-repeat center center;
    transition: all .3s;
}
.solutionBox2 .item .list:hover .t a{
    color: #e60012;
}

.solutionBox3{
    padding-bottom: 60px;
    background: #eeeeee;
}
.solutionBox3 .title h2{
    text-align: center;
    font-size: 40px;
    color: #1c1b1b;
    padding: 50px 0;
}
.solutionBox3 .itemBox{
    overflow: hidden;
    background: url("../images/indexsolutionbj.png") no-repeat center 55px;
}
.solutionBox3 .item{
    float: left;
    width: 140px;
    margin-left: 15px;
    margin-right: 75px;
    text-align: center;
    position: relative;
}
.solutionBox3 .item:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 19px;
    margin-top: -20px;
    top: 60px;
    right: -55px;
    background: url("../images/indexsolutionico.png") no-repeat center center;
}
.solutionBox3 .item.itemLast{
    margin-right: 0;
}
.solutionBox3 .item.itemLast:before{
    display: none;
}
.solutionBox3 .item.second{
    margin-top: 75px;
}
.solutionBox3 .item.itemSecondFirst{
    margin-left: 125px;
}
.solutionBox3 .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 15px;
}
.solutionBox3 .item .text p{
    font-size: 18px;
    color: #0b0b0b;
}

.cartridgeBanner{
    position: relative;
}
.cartridgeBanner .img{
    padding-top: 420px;
    background-repeat: no-repeat;
    background-position: center center;
}
.cartridgeBanner .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
}
.cartridgeBanner .text h1{
    color: #484848;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}


.cartridgeBox1{
    padding-bottom: 80px;
}
.cartridgeBox1 .text{
    text-align: center;
    padding: 25px 0 40px;
}
.cartridgeBox1 .text h2{
    font-size: 40px;
    color: #343434;
    padding-bottom: 15px;
}
.cartridgeBox1 .text p{
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    line-height: 1.4;
}
.cartridgeBox1 .t{
    padding: 0 100px;
}
.cartridgeBox1 .itemBox{
    margin-left: -20px;
    margin-right: -20px;
}
.cartridgeBox1 .item{
    width: 50%;
    float: left;
    margin-top: 50px;
    padding: 0 20px;
}
.cartridgeBox1 .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
}
.cartridgeBox1 .item img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.cartridgeBox1 .item .img:hover 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;
}

.cartridgeBox2{
    background: #fafafa;
    padding-bottom: 30px;
}
.cartridgeBox2 .title h2{
    text-align: center;
    font-size: 40px;
    color: #343434;
    padding: 60px 0;
}
.cartridgeBox2 .itemBox{
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}
.cartridgeBox2 .item{
    width: 50%;
    float: left;
    padding: 0 20px;
}
.cartridgeBox2 .item .conBox{
    height: 300px;
    margin-bottom: 48px;
    background: #2b2c2f;
    padding: 35px 35px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.cartridgeBox2 .item:nth-of-type(1) .conBox{
    background: url("../images/cartridgebj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.cartridgeBox2 .item:last-child .conBox{
    background: url("../images/cartridgebj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.cartridgeBox2 .item .img{
    margin-bottom: 10px;
}
.cartridgeBox2 .item h3{
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
}
.cartridgeBox2 .item p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}
.cartridgeBox2 .a{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 85px;
}
.cartridgeBox2 .a a{
    display: inline-block;
    width: 370px;
    height: 40px;
    background: #cc021c;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.cartridgeBox2 .a a:hover{
    background: #e60012;
}

.cartridgeBox3{
    padding: 60px 0 40px;
    background: #fafafa;
}
.cartridgeBox3 .itemBox{
    overflow: hidden;
}
.cartridgeBox3 .itemBox .item{
    width: 50%;
    float: left;
}
.cartridgeBox3 .itemBox .item .text{
    padding-right: 60px;
}
.cartridgeBox3 .itemBox .item h2{
    font-size: 40px;
    color: #343434;
    padding-bottom: 15px;
}
.cartridgeBox3 .itemBox .item p{
    font-size: 16px;
    color: #616161;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
}
.cartridgeBox3 .itemBox .item h3{
    font-size: 24px;
    font-weight: 700;
    color: #343434;
}
.cartridgeBox3 .itemBox .item .info{
    margin-top: 15px;
    position: relative;
}
.cartridgeBox3 .itemBox .item .info .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    color: #ff0000;
}
.cartridgeBox3 .itemBox .item .info input[type="text"]{
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px;
    border: 1px solid #dddddd;
    background: none;
}
.cartridgeBox3 .itemBox .item .info textarea{
    width: 100%;
    height: 100px;
    padding: 0 10px;
    line-height: 40px;
    border: 1px solid #dddddd;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    background: none;
}
.cartridgeBox3 .itemBox .item .info input[type="submit"]{
    width: 125px;
    height: 40px;
    background: #cc021c;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s;
}
.cartridgeBox3 .itemBox .item .info input[type="submit"]:hover{
    background: #e60012;
    transition: all .3s;
}

.cartridgeBox4{
    padding: 60px 0;
}
.cartridgeBox4 .title h2{
    padding-bottom:40px;
    text-align: center;
    font-size: 40px;
    color: #343434;
}
.cartridgeBox4 th,
.cartridgeBox4 td{
    height: 34px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #bfbfbf;
}
.cartridgeBox4 th{
    font-size: 15px;
    color: #343434;
    font-weight: 400;
    background: #eeeeee;
}
.cartridgeBox4 td{
    font-size: 14px;
    color: #717171;
    font-weight: 300;
}

.cartridgeBox5 .title h2{
    padding: 0 0 50px;
    text-align: center;
    font-size: 40px;
    color: #343434;
}
.cartridgeBox5 .itemBox{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-bottom: 30px;
}
.cartridgeBox5 .item{
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}
.cartridgeBox5 .item .img{
    border: 1px solid #484848;
    line-height: 0;
}
.cartridgeBox5 .item .text{
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    background: #484848;
    transition: all .3s;
}
.cartridgeBox5 .item .text h3 a{
    color: #ffffff;
    font-size: 22px;
}
.cartridgeBox5 .item .text .t{
    margin-top: 15px;
}
.cartridgeBox5 .item .text .t p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
}

.lab_box1{
    position: relative;
}
.lab_box1 .img{
    padding-top: 420px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.lab_box1 h1{
    position: absolute;
    left: 0;
    top: 43%;
    width: 100%;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.lab_box2{
    padding-top: 30px;
    padding-bottom: 15px;
}
.lab_box2 .text{
    font-size: 16px;
    color: #1c1b1b;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 30px;
}
.lab_box2 .line{
    clear: both;
    overflow: hidden;
    margin-bottom: 48px;
}
.lab_box2 .line h3{
    font-size: 24px;
    color: #265785;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.lab_box2 .line h3::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 24px;
    background: #e60012;
    left: 0;
    top: 3px;
}
.lab_box2 .line ul li{
    position: relative;
    padding-left: 26px;
}
.lab_box2 .line ul li::before{
    position: absolute;
    content: '';
    left: 0;
    top: 19px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #265785;
}
.lab_box2 .line ul li p{
    font-size: 18px;
    color: #1c1b1b;
    line-height: 2.5;
}
.lab_box2 .line1 .img{
    float: left;
    line-height: 0;
}
.lab_box2 .line1 .info{
    margin-left: 750px;
    padding-top: 25px;
}
.lab_box2 .line2 .img{
    float: right;
    line-height: 0;
}
.lab_box2 .line2 .info{
    float: left;
    width: 430px;
    padding-top: 45px;
}
.lab_box3 h3{
    font-size: 40px;
    color: #1c1b1b;
    text-align: center;
    margin-bottom: 30px;
}
.lab_box3 .img img{
    line-height: 0;
    box-shadow: 0px 0px 8px 0px rgba( 2, 1, 2 ,.1)
}
.lab_box4{
    padding: 50px 0;
}
.lab_box4 h3{
    font-size: 40px;
    color: #1c1b1b;
    text-align: center;
    margin-bottom: 30px;
}
.lab_box4 .slick_first{
    margin: 0 10px;
}
.lab_box4 .slick_first .img img{
    line-height: 0;
    text-align: center;
    margin: auto;
    border: 1px solid #484848;
    transition: all .3s;
}
.lab_box4 .slick_first .img img:hover{
    border: 1px solid #e60012;
}
.lab_box4 .slick_first .tip a{
    display: block;
    text-align: center;
    padding: 0 6px;
    font-size: 20px;
    color: #343434;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lab_box4 .slick-prev,
.lab_box4 .slick-next {
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background-image: url("../images/buttonstyle.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.lab_box4 .slick-prev {
    background-position: left center;
    left: -40px;
}
.lab_box4 .slick-next {
    background-position: right center;
    right: -40px;
}


.thermocoupleBanner{
    position: relative;
}
.thermocoupleBanner .img{
    padding-top: 420px;
    background-repeat: no-repeat;
    background-position: center center;
}
.thermocoupleBanner .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
}
.thermocoupleBanner .text h1{
    color: #484848;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.thermocoupleBox .text p{
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    text-align: center;
}
.thermocoupleBox .text{
    margin-bottom: 50px;
}
.thermocoupleBox .items{
    overflow: hidden;
}
.thermocoupleBox .items .list{
    width: 50%;
    float: left;
    margin-bottom: 36px;
}
.thermocoupleBox .items .list:nth-of-type(even){
    padding-left: 70px;
}
.thermocoupleBox .items .list:nth-of-type(odd){
    padding-right: 70px;
}
.thermocoupleBox .items .list .icon{
    width: 105px;
    height: 105px;
    line-height: 0em;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    background: #265785;
}
.thermocoupleBox .items .list .info{
    margin-left: 150px;
    height: 105px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #343434;
    line-height: 1.3;
}
.thermocouple_box4{
    padding: 60px 0;
    background: #fafafa;
}
.thermocouple_box4 h2{
    padding-bottom: 40px;
    text-align: center;
    font-size: 40px;
    color: #343434;
}
.thermocouple_box4 td{
    font-size: 14px;
    color: #717171;
    line-height: 1.5;
    height: 34px;
    text-align: center;
}
.thermocouple_box4 tr td p{
    text-align: left;
}
.thermocouple_box4 tr:nth-of-type(1) td,
.thermocouple_box4 tr:nth-of-type(2) td,
.thermocouple_box4 tr td:nth-of-type(1){
    font-size: 15px;
    color: #343434;
}
.aboutBox1,
.aboutBox2,
.aboutBox3,
.aboutBox4,
.aboutBox5{
    text-align: justify;
}

.encryption_box{
    position: fixed;
    width: 800px;
    height: 280px;
    left: 50%;
    top: 50%;
    margin-top: -140px;
    margin-left: -400px;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 1000;
    display: none;
}
.encryption_close{
    position: absolute;
    right: -45px;
    top: 0;
    background: #ffffff;
    font-size: 40px;
    width: 40px;
    height: 40px;
    font-family: "Arial", sans-serif;
    text-align: center;
    line-height: 40px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.encryption_box form{
    width: 100%;
    padding: 15px;
}
.encryption_box .Cipher_info{
    width: 100%;
    margin-top: 30px;
    display: block;
}
.encryption_box .Cipher_info .encryption{
    width: 80%;
    height: 40px;
    display: block;
    margin: auto;
    text-indent: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9d9d9d;
}
.encryption_box .Cipher_info .encryption_btn{
    width: 180px;
    height: 40px;
    font-size: 16px;
    background: #d61923;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    clear: both;
    margin: auto;
}
.encryption_box .Cipher_Tips{
    text-align: center;
    margin-top: 20px;
}
.encryption_box .Cipher_Tips p{
    font-size: 18px;
    font-weight: bold;
}
.encryption_box .Cipher_Contact{
    text-align: center;
}
.encryption_box .Cipher_Contact p{
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}
.encryption_box .Cipher_Contact a{
    color: #d61923;
    text-decoration: underline;
}
.encryption_bj{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    z-index: 999;
    display: none;
}

.relang20200903{
    padding-bottom: 50px;
}
.relang20200903 *{
    font-size: 16px;
    color: #343434;
    line-height: 1.6;
}
.relang20200903 .downloadText a{
    display: inline-block;
    background: #484848;
    padding: 15px 50px;
    margin-top: 10px;
    color: #ffffff;
}
.relang20200903 .downloadText a:hover{
    background: #e60012;
}
.relang20200903 .title h2{
    text-align: center;
    font-size: 40px;
    color: #343434;
    padding-top: 40px;
    padding-bottom: 20px;
}
.relang20200903 .img{
    text-align: center;
}

.relang20200903 .itemBox{
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.relang20200903 .itemBox .item{
    width: 20%;
    float: left;
    padding: 0 5px;
}
.relang20200903 .itemBox .item p{
    font-size: 14px;
}
.relang20200903 .conBox{
    overflow: hidden;
}
.relang20200903 .conBox .img{
    width: 40%;
    float: left;
}
.relang20200903 .conBox .t{
    width: 60%;
    float: left;
    padding-top: 15px;
    padding-left: 30px;
}

@media (max-width: 2000px) {
    .BMapLabel{
        border: 1px solid #dddddd !important;
        left: 6px !important;
        top: -28px !important;
        box-sizing: border-box;
        transform: translate(-50%,-100%);
        background-color: white;
        border-radius: 8px;
        padding: 12px !important;
        box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
    }
    .BMapLabel:before{
        content: "";
        position: absolute;
        top: 40px;
        left: 85px;
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 11px solid white;
    }

    .BMapLabel:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 25px;
        top: 56px;
        left: 77px;
        background: url("../images/us_cursor.gif") no-repeat -46px -21px !important;
        overflow: hidden;
    }
}
@media (max-width: 1620px){

}
@media (max-width: 1450px){

}
@media (max-width: 1220px){
    .footer_box .fast_navigation .itemBox .item:nth-of-type(1){
        width: 150px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        width: 165px;
    }

    .indexBox1 .item{
        width: 32%;
    }
    .indexBox2{
        height: 495px;
    }
    .indexBox2 .text{
        width: 50%;
    }
    .indexBox2 .imgBox{
        width: 50%;
    }
    .indexBox3 .itemBox{
        -webkit-background-size: 992px;
        background-size: 992px;
    }
    .indexBox3 .item{
        width: 105px;
    }
    .indexBox3 .item.second{
        margin-top: 70px;
    }
    .indexBox3 .item.itemSecondFirst{
        margin-left: 105px;
    }
    .indexBox3 .item .img img{
        width: 70px;
    }
    .indexBox3 .item .text{
        width: 120px;
    }
    .indexBox3 .item .text p{
        font-size: 16px;
    }

    .indexBox5 .item .img .time{
        width: 75px;
        height: 70px;
    }
    .indexBox5 .item .img .time p{
        font-size: 20px;
    }
    .indexBox5 .item .img .time span{
        font-size: 32px;
    }

    .cartridgeBanner .text h1,
    .thermocoupleBanner .text h1,
    .aboutBanner .text h1,
    .applicationBanner h1,
    .lab_box1 h1{
        font-size: 50px;
    }

    .aboutBox2 .itemBox{
        padding-right: 0;
    }
    .aboutBox2 .item{
        width: 115px;
        -webkit-background-size: 115px !important;
        background-size: 115px !important;
    }
    .aboutBox2 .item span{
        font-size: 16px;
    }

    .aboutBox3 .title h2{
        padding: 50px 0 30px;
    }
    .aboutBox3 .itemBox .item .text{
        width: 580px;
        top: 0;
        bottom: 0;
    }

    .aboutBox4{
        padding: 50px 0;
    }
    .aboutBox4 .title h2{
        padding-bottom: 40px;
    }
    .aboutBox4 .itemBox .item1{
        left: 0;
    }
    .aboutBox4 .itemBox .item2{
        left: 155px;
    }
    .aboutBox4 .itemBox .item3{
        left: 315px;
        width: 250px;
    }
    .aboutBox4 .itemBox .item4{
        left: 495px;
        width: 250px;
    }
    .aboutBox4 .itemBox .item5{
        left: 675px;
    }
    .aboutBox4 .itemBox .item6{
        left: 845px;
    }

    .aboutBox5{
        padding: 80px 0;
    }
    .aboutBox5 .conBox .text{
        width: 330px;
        padding-right: 20px;
    }
    .aboutBox5 .conBox .imgBox{
        width: 660px;
    }
    .aboutBox5 .conBox .imgBox .img{
        margin-left: -162px;
    }

    .aboutBox20200320 h2{
        padding-bottom: 30px;
    }

    .lab_box2 .line1 .img,
    .lab_box2 .line2 .img{
        width: 60%;
        float: left;
    }
    .lab_box2 .line1 .info,
    .lab_box2 .line2 .info{
        width: 40%;
        margin: 0;
        float: left;
        padding-top: 30px;
        padding-left: 20px;
    }
    .lab_box2 .line ul li{
        padding-left: 15px;
    }
    .lab_box2 .line ul li::before{
        top: 8px;
    }
    .lab_box2 .line ul li p{
        line-height: 1.5;
        font-size: 16px;
    }
    .lab_box4 .slick_first .tip a{
        font-size: 16px;
    }

    .solutionBox2 .item .list{
        margin-left: 15px;
    }
    .solutionBox3 .itemBox{
        -webkit-background-size: 992px;
        background-size: 992px;
    }
    .solutionBox3 .item{
        width: 105px;
    }
    .solutionBox3 .item.second{
        margin-top: 70px;
    }
    .solutionBox3 .item.itemSecondFirst{
        margin-left: 105px;
    }
    .solutionBox3 .item .img img{
        width: 70px;
    }
    .solutionBox3 .item .text{
        width: 120px;
    }
    .solutionBox3 .item .text p{
        font-size: 16px;
    }


    .onlineCalculationBox .onlineCalculationTab{
        width: 100%;
        margin-bottom: 30px;
    }
    .onlineCalculationBox .onlineCalculationTab .item{
        width: 32%;
        margin-right: 1%;
        float: left;
    }
    .onlineCalculationBox .onlineCalculationTab .item:nth-of-type(3n){
        margin-right: 0;
    }
    .onlineCalculationBox .onlineCalculationSwitch{
        width: 100%;
        margin-left: 0;
        float: left;
        padding-left: 0;
    }
    .faqBox2 .faqTabClick .item{
        font-size: 16px;
    }
    .faqBox2 .faqTabSwitch .switchBox .item h3{
        font-size: 16px;
    }

    .contactBox1 .contactInfo{
        padding-right: 0;
    }

    .cartridgeBox1 .t{
        padding: 0;
    }
}
@media (max-width: 992px){
    body{
        padding-top: 60px;
    }
    .header {
        display: none;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: left;
        height: 60px;
        margin-left: 70px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 42px;
        margin-top: 9px;
    }
    .lang{
        position: absolute;
        top: 0;
        right: 10px;
        padding: 22px 10px;
        line-height: 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: #10497e;
        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 .itemBox .item:nth-of-type(1),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        display: none;
    }
    .footer_box .footer_copyright .text{
        padding: 15px 0;
    }
    .footer_box .footer_copyright p, .footer_box .footer_copyright p span, .footer_box .footer_copyright p a{
        line-height: 1.4;
    }

    .banner_slick .slick-prev, .banner_slick .slick-next{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-dots{
        bottom: 10px;
    }
    .banner_slick .slick-dots li.slick-active{
        width: 20px;
    }

    .indexBox1 .item .img{
        height: 140px;
    }
    .indexBox2{
        height: auto;
    }
    .indexBox2 .conBox{
        overflow: hidden;
    }

    .indexBox2 .text{
        width: 100%;
        position: inherit;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        float: left;
        overflow: hidden;
        padding: 0;
    }
    .indexBox2 .text:before{
        display: none;
    }
    .indexBox2 .tpBox{
        position: inherit;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        float: left;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .indexBox2 .tpBox .tp{
        width: 33.33%;
        height: auto;
        float: left;
        padding: 0;
        text-align: center;
        margin: 0 !important;
    }
    .indexBox2 .tpBox .tp .img{
        background: none;
        line-height: 0;
        overflow: inherit;
    }
    .indexBox2 .tpBox .tp .img img{
        width: 120px;
        height: 120px;
        background: #ffffff;
        border: 2px solid #dddddd;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .indexBox2 .tpBox .tp.on .img img{
        border-color: #e60012;
    }
    .indexBox2 .text .t{
        width: 100%;
        text-align: center;
    }
    .indexBox2 .text .t h2 a{
        color: #333333;
        margin-bottom: 5px;
    }
    .indexBox2 .text .t p{
        color: #545454;
    }
    .indexBox2 .text .t > a{
        color: #000000;
        margin-top: 0;
    }
    .indexBox2 .imgBox{
        width: 100%;
        float: left;
        padding-top: 20px;
    }
    .indexBox2 .img{
        text-align: center;
    }

    .indexBox3 .itemBox{
        background: none;
    }
    .indexBox3 .item{
        width: 12%;
        margin-left: 0;
    }
    .indexBox3 .item.itemSecondFirst{
        margin-left: 0;
    }
    .indexBox3 .item.second{
        margin-top: 15px;
    }
    .indexBox3 .item .text{
        width: 100%;
    }

    .indexBox4 .textBox, .indexBox4 .itemBox{
        width: 100%;
    }

    .indexBox5 .item .img .time{
        width: 60px;
        height: 55px;
    }
    .indexBox5 .item .img .time span{
        font-size: 26px;
    }
    .indexBox5 .item .img .time p{
        font-size: 16px;
    }

    .product_box .col_lg_6{
        position: inherit;
        margin-bottom: 30px;
    }

    .cartridgeBanner .img,
    .thermocoupleBanner .img,
    .aboutBanner .img,
    .applicationBanner .img,
    .lab_box1 .img{
        padding-top: 290px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .cartridgeBox1 .text{
        padding-bottom: 0;
    }
    .cartridgeBox1 .itemBox{
        margin-left: -10px;
        margin-right: -10px;
    }
    .cartridgeBox1 .item{
        padding: 0 10px;
    }

    .cartridgeBox2 .title h2{
        padding: 40px 0 30px;
    }
    .cartridgeBox2 .item{
        width: 100%;
    }
    .cartridgeBox2 .item .conBox{
        height: auto;
        padding: 35px;
        margin-bottom: 20px;
    }

    .cartridgeBox3 .itemBox .item{
        width: 100%;
    }
    .cartridgeBox3 .itemBox .item .text{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .cartridgeBox3 .itemBox .item h2{
        padding-bottom: 0;
    }

    .cartridgeBox5 .title h2{
        padding: 40px 0 30px;
    }


    .thermocoupleBox .items .list:nth-of-type(odd){
        padding-right: 0;
    }
    .thermocoupleBox .items .list .info{
        margin-left: 130px;
    }

    .aboutBox1 .conBox .text{
        width: 100%;
    }
    .aboutBox1 .conBox .img{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .aboutBox2 .itemBox{
        width: 100%;
        display: block;
    }
    .aboutBox2 .item{
        float: left;
        margin-right: 25px;
    }
    .aboutBox2 .text{
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
    }
    .aboutBox2 .text h2{
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .aboutBox3 .itemBox .item .img{
        width: 100%;
    }
    .aboutBox3 .itemBox .item .text{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        float: left;
    }

    .aboutBox4 .itemBox{
        height: auto;
    }
    .aboutBox4 .itemBox:before,
    .aboutBox4 .itemBox .item .text:before{
        display: none;
    }
    .aboutBox4 .itemBox .item{
        position: inherit !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100%;
        margin-bottom: 15px;
    }
    .aboutBox4 .itemBox .item span{
        position: inherit !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        padding: 0 !important;
        font-size: 24px;
        background: none !important;
    }
    .aboutBox4 .itemBox .item:hover span{
        background: none !important;
    }
    .aboutBox4 .itemBox .item .text{
        position: inherit !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        padding: 0 !important;
    }

    .aboutBox5{
        padding: 50px 0 30px;
    }
    .aboutBox5 .conBox .text h2{
        padding-top: 0;
        padding-bottom: 0;
    }
    .aboutBox5 .conBox .text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .aboutBox5 .conBox .imgBox{
        width: 100%;
    }
    .aboutBox5 .conBox .imgBox .img{
        width: 33.33%;
        float: left;
        padding: 0 10px;
        margin-left: 0;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }
    .aboutBox5 .conBox .imgBox .img a{
        display: block;
        -webkit-box-shadow: 0 0 10px 0 rgba(1,1,1,0.3);
        -moz-box-shadow: 0 0 10px 0 rgba(1,1,1,0.3);
        box-shadow: 0 0 10px 0 rgba(1,1,1,0.3);
    }

    .applicationBox2{
        padding: 50px 0;
    }
    .applicationBox2 .title h2{
        padding-bottom: 30px;
    }

    .applicationSlick{
        padding: 0 30px;
    }
    .applicationSlick .slick-prev{
        left: 0;
    }
    .applicationSlick .slick-next{
        right: 0;
    }
    .applicationSlick .slick_first .text a{
        font-size: 16px;
    }
    .lab_box2 .line1 .img, .lab_box2 .line2 .img{
        width: 100%;
    }
    .lab_box2 .line1 .img img, .lab_box2 .line2 .img img{
        width: 100%;
    }
    .lab_box2 .line1 .info, .lab_box2 .line2 .info{
        width: 100%;
        padding-left: 0;
    }
    .lab_box3 .col_sm_24{
        width: 50%;
    }
    .lab_box4 .lab_slick{
        padding: 0 30px;
    }
    .lab_box4 .lab_slick .slick-prev{
        left: 0;
    }
    .lab_box4 .lab_slick .slick-next{
        right: 0;
    }

    .solutionBox1 .itemBox{
        padding-top: 30px;
    }
    .solutionBox1 .items{
        width: 100%;
    }
    .solutionBox1 .item{
        margin-bottom: 10px;
    }
    .solutionBox1 .item .text p{
        font-size: 16px;
    }
    .solutionBox2 .title h2{
        padding-bottom: 20px;
    }
    .solutionBox2 .item .imgBox{
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 15px;
    }
    .solutionBox2 .item .textConBox{
        width: 100%;
        padding: 0 !important;
    }
    .solutionBox3 .title h2{
        padding-bottom: 20px;
    }
    .solutionBox3 .itemBox{
        background: none;
    }
    .solutionBox3 .item{
        width: 12%;
        margin-left: 0;
    }
    .solutionBox3 .item.itemSecondFirst{
        margin-left: 0;
    }
    .solutionBox3 .item.second{
        margin-top: 15px;
    }
    .solutionBox3 .item .text{
        width: 100%;
    }

    .onlineCalculationSwitch > .switch > .hb > form > .slider_table > table > tbody > tr > td{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .slider_table table{
        min-width: auto;
        width: 100%;
    }

    .contactBox1 .contactForm{
        width: 100%;
    }
    .contactBox1 .contactInfo{
        width: 100%;
        padding: 30px 0 0;
    }
    .contactBox1 .contactInfo .imgBox{
        margin-bottom: 20px;
    }
    .contactBox1 .contactInfo .imgBox .img img{
        height: 28px;
    }
    .contactBox1 .contactInfo ul li{
        margin-bottom: 0;
    }
    .contactBox1 .contactInfo .contactShape a{
        margin-left: 0;
        margin-right: 15px;
    }

    .encryption_box{
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
    .encryption_close{
        right: 10px;
    }

    .relang20200903 .imgBox1 .img{
        width: 50%;
        margin-bottom: 10px;
    }
    .relang20200903 .imgBox1 .img:last-child{
        width: 100%;
    }

    .relang20200903 .conBox .img{
        width: 100%;
    }
    .relang20200903 .conBox .t{
        width: 100%;
        padding-left: 0;
        padding-top: 10px !important;
    }

    .relang20200903 .itemBox .item{
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .relang20200903 .itemBox .item .img{
        width: 30%;
        float: left;
    }
    .relang20200903 .itemBox .item .text{
        width: 70%;
        float: left;
        padding-left: 20px;
    }
}
@media (max-width: 767px){
    body{
        padding-bottom: 48px;
    }

    .indexBox1 .title h1,
    .indexBox3 .title h2,
    .indexBox4 .textBox .text h2,
    .indexBox5 .title h2,
    .cartridgeBox1 .text h2,
    .cartridgeBox2 .title h2,
    .cartridgeBox3 .itemBox .item h2,
    .cartridgeBox4 .title h2,
    .cartridgeBox5 .title h2,
    .thermocouple_box4 h2,
    .aboutBox1 .conBox .text h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox20200320 h2,
    .aboutBox5 .conBox .text h2,
    .aboutBox6 .title h2,
    .applicationBox2 .title h2,
    .lab_box3 h3,
    .lab_box4 h3,
    .solutionBox1 .title h1,
    .solutionBox2 .title h2,
    .solutionBox3 .title h2,
    .faqBox1 h1,
    .relang20200903 .title h2{
        font-size: 32px;
    }

    .Fast_contact ul li.onlineservice_li{
        opacity: 1;
    }
    .footer_box .fast_navigation{
        padding-bottom: 30px;
    }
    .footerLinks{
        margin: 0 0 30px;
    }
    .footerLinks .container_1200{
        padding-right: 10px;
    }
    #back_top{
        width: 0;
        height: 0;
        display: none;
    }

    .indexBox1 .title{
        padding: 40px 0 20px;
    }
    .indexBox1 .item{
        width: 48%;
    }
    .indexBox2 .tpBox .tp .img img{
        width: 100px;
        height: 100px;
    }

    .indexBox3 .title{
        padding: 40px 0 20px;
    }
    .indexBox3 .item{
        width: 20%;
        margin-right: 0 !important;
    }
    .indexBox3 .item:before{
        background: none;
    }

    .indexBox5 .title h2{
        padding: 40px 0 20px;
    }
    .indexBox5 .item{
        width: 100%;
        background: #f6f6f6;
    }
    .indexBox5 .item .img{
        width: 200px;
        float: left;
        padding-top: 140px;
    }
    .indexBox5 .item .text{
        margin-left: 200px;
        padding-top: 14px;
        padding-bottom: 0;
    }

    .parameter_box h1 i{
        display: none;
    }
    .prodInquireBasket{
        bottom: 48px;
    }

    .cartridgeBanner .img,
    .thermocoupleBanner .img,
    .aboutBanner .img,
    .applicationBanner .img,
    .lab_box1 .img{
        padding-top: 215px;
    }
    .cartridgeBanner .text,
    .thermocoupleBanner .text,
    .aboutBanner .text,
    .applicationBanner h1,
    .lab_box1 h1{
        margin-top: -18px;
    }
    .cartridgeBanner .text h1,
    .thermocoupleBanner .text h1,
    .aboutBanner .text h1,
    .applicationBanner h1,
    .lab_box1 h1{
        font-size: 36px;
    }
    .cartridgeBox1 .item{
        width: 100%;
        margin-top: 30px;
    }

    .cartridgeBox5 .item{
        width: 100%;
        text-align: center;
    }
    .cartridgeBox5 .item .text {
        background: #484848;
        transition: all .3s;
    }

    .thermocoupleBox .text{
        margin-bottom: 30px;
    }
    .thermocoupleBox .items .list .icon{
        width: 80px;
        height: 80px;
    }
    .thermocoupleBox .items .list{
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15px;
    }
    .thermocoupleBox .items .list .info{
        height: 80px;
        margin-left: 100px;
    }

    .aboutBox6 .textBox{
        padding-right: 0;
    }
    .aboutBox6 .textBox .a{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 15px;
    }

    .aboutBox20200320{
        padding: 40px 0;
    }
    .solutionBox3 .item{
        width: 20%;
        margin-right: 0 !important;
    }
    .solutionBox3 .item:before{
        background: none;
    }

    .onlineCalculationBox .onlineCalculationTab .item{
        width: 49%;
    }
    .onlineCalculationBox .onlineCalculationTab .item:nth-of-type(3n){
        margin-right: 1%;
    }
    .onlineCalculationBox .onlineCalculationTab .item:nth-of-type(2n){
        margin-right: 0;
    }

    .faqBox2 .faqTabClick .item,
    .faqBox2 .faqTabClick .item[data-name="search_results"]{
        width: 160px;
    }

    .productCategoryTextBox{
        display: none;
    }
}
@media (max-width: 640px){
    .footer_box .fast_navigation .itemBox .item{
        width: 100% !important;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        margin-top: 30px;
    }

    .indexBox1 .item .text h2:before{
        width: auto;
        left: 10px;
        right: 10px;
    }

    .indexBox3 .item{
        width: 25%;
        margin-top: 15px !important;
    }
    .aboutBox2 .item{
        margin-right: 5px;
    }
    .aboutBox3 .itemBox .item .img img{
        width: 100%;
    }

    .applicationBox1 .applicationTabClick .item{
        width: 100%;
        margin: 0 0 5px;
    }
    .solutionBox3 .item{
        width: 25%;
        margin-top: 15px !important;
    }

    .faqBox1 .faqForm{
        width: 100%;
    }

    .faqBox2 .faqTabClick .item,
    .faqBox2 .faqTabClick .item, .faqBox2 .faqTabClick .item[data-name="search_results"]{
        width: 100%;
        margin: 0 0 5px;
    }

    .relang20200903 .itemBox .item .img{
        width: 60%;
    }
}
@media (max-width: 540px){
    .indexBox1 .title h1,
    .indexBox3 .title h2,
    .indexBox4 .textBox .text h2,
    .indexBox5 .title h2,
    .cartridgeBox1 .text h2,
    .cartridgeBox2 .title h2,
    .cartridgeBox3 .itemBox .item h2,
    .cartridgeBox4 .title h2,
    .cartridgeBox5 .title h2,
    .thermocouple_box4 h2,
    .aboutBox1 .conBox .text h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox20200320 h2,
    .aboutBox5 .conBox .text h2,
    .aboutBox6 .title h2,
    .applicationBox2 .title h2,
    .lab_box3 h3,
    .lab_box4 h3,
    .solutionBox1 .title h1,
    .solutionBox2 .title h2,
    .solutionBox3 .title h2,
    .faqBox1 h1,
    .contactBox1 .contactForm h1,
    .relang20200903 .title h2{
        font-size: 28px;
    }
    .logo_box img{
        height: 28px;
        margin-top: 16px;
    }
    .footer_box .footerLogo .img img{
        height: 28px;
    }
    .footer_box .footerLogo .footer_shape{
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .indexBox1 .item .img,
    .indexBox1 .item .img img{
        height: auto;
    }
    .indexBox1 .item .text{
        height: 40px;
    }
    .indexBox1 .item .text h2{
        padding: 10px 0;
    }
    .indexBox1 .item .text h2 a{
        font-size: 16px;
    }

    .indexBox3 .item{
        width: 33.33%;
    }
    .indexBox3 .item .text{
        height: 40px;
    }

    .indexBox4 .itemBox .img{
        width: 50px;
        height: 50px;
    }
    .indexBox4 .itemBox .text{
        margin-left: 50px;
        padding-left: 10px;
    }

    .aboutBox3 .itemBox .item .text{
        padding: 20px 10px;
    }
    .aboutBox5 .conBox .imgBox .img{
        width: 50%;
    }

    .lab_box3 .col_sm_24{
        width: 100%;
    }

    .solutionBox3 .item{
        width: 33.33%;
    }
    .solutionBox3 .item .text{
        height: 40px;
    }

    .solutionBox2 .item .list{
        width: 30%;
    }
    .solutionBox2 .item .tp,
    .solutionBox2 .item .list:hover .tp{
        -webkit-background-size: cover;
        background-size: cover;
    }

    .relang20200903 .itemBox .item{
        flex-wrap: wrap;
    }
    .relang20200903 .itemBox .item .img{
        width: 100%;
    }
    .relang20200903 .itemBox .item .text{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 480px){
    .indexBox1 .item{
        width: 100%;
    }
    .indexBox2 .tpBox .tp .img img{
        width: 80px;
        height: 80px;
    }
    .indexBox3 .item,
    .solutionBox3 .item{
        width: 50%;
    }
    .indexBox5 .item .img{
        width: 100%;
        padding-top: 62.5%;
    }
    .indexBox5 .item .text{
        width: 100%;
        float: left;
        margin-left: 0;
        padding: 15px;
    }
}