@charset "utf-8";
.no_padding{
    padding: 0;
}
body{
    padding-top: 121px;
}
.slick_first .video_click:after{
    content: '';
    background: none;
}

  .aboutBox2 .context{
        background: #f9f9f9;
      padding-bottom: 30px;
    }
  .aboutBox2 .context h3{
        font-size: 50px;
        display: inline-block;
        padding: 25px 95px;
	margin-bottom: 30px;
        background: #00678b;
        color: #FFFFFF;
	border-radius: 30px;
        margin-top: -100px;
    }
   .aboutBox2 .context p{
        margin-bottom: 20px;
       font-size: 16px;
       font-weight: 400;
       color: #5b5b5b;
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background: #f2f2f2;
    transition: all .3s;
}
.header:before{
    position: absolute;
    content: '';
    width: 33%;
    height: 50px;
    background: #226688;
    right: 0;
    top: 6px;
}
.header .conBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo_box{
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.header .logo_box .t{
    width: 350px;
    margin-left: 10px;
}
.header .logo_box .t p{
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: left;
}

.header .infoBox{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.header .infoBox .box{
    height: 50px;
    display: flex;
    align-items: center;
    float: right;
    position: relative;
    background: #226688;
}
.header .infoBox .box:after{
    position: absolute;
    content: '';
    left: -30px;
    border-bottom: 50px solid #f2f2f2;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.header .infoBox ul{
    padding-left: 65px;
}
.header .info li{
    float: left;
    color: #ffffff;
    margin-right: 45px;
    line-height: 30px;
    font-size: 18px;
}
.header .info li em{
    margin-right: 10px;
    font-size: 18px;
}
.header .info li a:hover{
    text-decoration: underline;
}
.header .infoBox .headerShare{
    float: right;
}
.header .infoBox .headerShare a{
    float: left;
    margin-left: 15px;
}
.header .infoBox .headerShare em{
    font-size: 22px;
    color: #ffffff;
}



.header .navConBox{
    margin-top: 10px;
    position: relative;
    padding-right: 70px;
}
.header .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin-right: 25px;
    transition: all .3s;
}
.header .nav_list > li > a {
    display: block;
}
.header .nav_list > li > a > span {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    position: relative;
    transition: all .3s;
}
.header .nav_list > li > a > span:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #1893ad;
    opacity: 0;
    transition: all .3s;
}
.header .nav_list > li.on > a > span,
.header .nav_list > li.active > a > span{
    color: #1893ad;
    transition: all .3s;
}
.header .nav_list > li.on > a > span:before,
.header .nav_list > li.active > a > span:before{
    opacity: 1;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 50px;
    line-height: 50px;
    background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center 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;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    line-height: 34px;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    background: #1893ad;
    color: #ffffff;
}
.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    padding: 10px 0;
    min-width: 160px;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #1893ad;
    color: #ffffff;
}

.langBox{
    position: absolute;
    right: 40px;
    top: 9px;
}
.langBox span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #262626;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.langBox ul{
    position: absolute;
    right: 0;
    background: #1893ad;
    padding: 8px 0;
    display: none;
}
.langBox ul a{
    display: block;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    color: #ffffff;
}
.langBox ul a:hover{
    background: #226688;
}

.header_search_box {
    position: absolute;
    right: 0;
    top: 9px;
    width: 32px;
    height: 34px;
    overflow: hidden;
    background: 0 0;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s
}

.header_search_box.active {
    width: 260px;
    background: #226688;
    transition: all .3s
}

.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 34px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10
}

.header_search_box a:before {
    position: absolute;
    content: '\e613';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 34px;
    text-align: center;
    font-family: iconfont,sans-serif;
    font-size: 28px;
    color: #142849;
    transition: all .3s
}

.header_search_box a.active:before {
    content: '\e6ae';
    color: #fff;
    font-size: 16px;
    transition: all .3s
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s
}

.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative
}

.header_search_box.active .search_form .info {
    padding-right: 32px
}

.search_form .info:before {
    position: absolute;
    content: '\e613';
    top: 0;
    right: 0;
    width: 32px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: iconfont,sans-serif;
    font-size: 16px;
    color: #fff
}

.search_form input[type=text] {
    width: 100%;
    height: 34px;
    background: 0 0;
    border: 0;
    font-size: 14px;
    color: #fff
}

.search_form input[type=text]::placeholder {
    color: #fff
}

.search_form input.btn_search {
    width: 32px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 2
}

.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
    position: relative;
}

.indexFooter{
    padding-bottom: 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
}
.indexFooter .conBox{
    max-width: 980px;
    margin: auto;
}
.indexFooter .conBox .title h2{
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
    color: #353535;
    text-transform: uppercase;
}
.indexFooter .conBox form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexFooter .conBox .info{
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 0;
}
.indexFooter .conBox .info.w100{
    width: 100%;
}
.indexFooter .conBox .info:last-child{
    text-align: center;
}
.indexFooter .conBox .tips{
    display: block;
    color: #ff0000;
    line-height: 14px;
    font-size: 12px;
}
.indexFooter .conBox .info input[type="text"],
.indexFooter .conBox .info textarea{
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 10px;
}
.indexFooter .conBox .info textarea{
    height: 100px;
    resize: none;
}
.indexFooter .conBox .info input[type="submit"]{
    width: 170px;
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    background: #1893ad;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s;
}
.indexFooter .conBox .info input[type="submit"]:hover{
    background: #226688;
    transition: all .3s;
}

.footer_box .pageFooter{
    background: #226688;
    text-align: center;
    padding: 60px 0;
}
.footer_box .pageFooter p{
    font-size: 30px;
    color: #ffffff;
}
.footer_box .pageFooter p a{
    display: inline-block;
    margin-left: 15px;
    width: 240px;
    height: 64px;
    line-height: 62px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.footer_box .pageFooter p a:hover{
    background: #ffffff;
    color: #226688;
}

.footer_box .fast_navigation{
    overflow: hidden;
    padding: 80px 0 40px;
    background: #f7f7f7;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footer_box .fast_navigation .item{
    max-width: 290px;
}

.footer_box .fast_navigation h3{
    font-size: 18px;
    color: #2e2e2e;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.8;
}
.footer_box .fast_navigation li a:hover {
    color: #1893ad;
    text-decoration: underline;
}

.footer_box .fast_navigation .footerShare{
    margin-top: 20px;
}
.footer_box .fast_navigation .footerShare a{
    margin-right: 10px;
}
.footer_box .fast_navigation .footerShare em{
    font-size: 32px;
    color: #5b5b5b;
}
.footer_box .fast_navigation .footerShare a:hover{
    color: #1893ad;
}
.footer_box .fast_navigation .footerShare a img{
    margin-right: 8px;
}
.footer_box .fast_navigation .footerForm p{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer_box .fast_navigation .footerForm form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_box .fast_navigation .footerForm .info{
    margin-bottom: 10px;
    line-height: 0;
    width: 100%;
    position: relative;
}
.footer_box .fast_navigation .footerForm .info.w100{
    width: 100%;
}
.footer_box .fast_navigation .footerForm .tips{
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
}
.footer_box .fast_navigation .footerForm .codeImg{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 100px;
    height: 38px;
    cursor: pointer;
}
.footer_box .fast_navigation .footerForm input[type="text"],
.footer_box .fast_navigation .footerForm textarea{
    width: 100%;
    height: 42px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    background: #ffffff;
    padding: 0 10px;
    font-weight: 400;
}
.footer_box .fast_navigation .footerForm textarea{
    resize: none;
    height: 70px;
    padding: 6px;
    border: 1px solid #c4c4c4;
}
.footer_box .fast_navigation .footerForm input[type="submit"]{
    width: 160px;
    height: 42px;
    border: 0;
    background: #c02222;
    color: #ffffff;
    margin-top: 5px;
    cursor: pointer;
    font-size: 16px;
}
.footer_box .fast_navigation .footerForm input[type="submit"]:hover{
    background: #1893ad;
}

.footer_box .footer_copyright{
    padding: 15px 0;
    background: #f7f7f7;
    text-align: center;
}
.footer_box .footer_copyright .text *{
    display: inline-block;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5em;
}
.footer_box .footer_copyright .text a.sitemap{
    margin: 0 5px;
}
.footer_box .footer_copyright .text a:hover{
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 46px;
    height: 54px;
    margin-top: -27px;
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/arrow.png");
    background-color: rgba(255,255,255,.2);
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
}
.banner_slick:hover .slick-prev,
.banner_slick:hover .slick-next{
    opacity: 1;
}
.banner_slick .slick-prev{
    left: 0;
    background-position: left center;
}
.banner_slick .slick-next{
    right: 0;
    background-position: right center;
}
.banner_slick .slick-prev:hover,
.banner_slick .slick-next:hover{
    background-color: rgba(34,102,136,.8);
}
.banner_slick .slick-dots li{
    background: #a2a6ab;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    background: #1893ad;
}
.banner_slick .slick_first{
    position: relative;
}
.banner_slick .slick_first .img{
    position: relative;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner_slick .slick_first .img a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.banner_slick .slick_first .text{
    position: absolute;
    width: 910px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -455px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.banner_slick .slick_first .text h2{
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.banner_slick .slick_first .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
}
.banner_slick .slick_first .text a.video_click{
    margin-top: 80px;
}
.banner_slick .slick_first .text a.video_click:after{
    display: none;
}

.indexBox1{
    position: relative;
}
.indexBox1:before{
    position: absolute;
    content: '';
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #226688;
}
.indexBox1 .conBox{
    display: flex;
    align-items: center;
}
.indexBox1 .title{
    width: 310px;
    position: relative;
    z-index: 2;
    background: #226688;
}
.indexBox1 .title h2{
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 5px;
}
.indexBox1 .title p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox1 .itemBox{
    flex: 1;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.indexBox1 .itemBox .item{
    width: 33.33%;
    float: left;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
}
.indexBox1 .itemBox .item em{
    font-size: 48px;
    color: #226688;
}
.indexBox1 .itemBox .item .t{
    margin-left: 15px;
}
.indexBox1 .itemBox .item span{
    display: block;
    font-size: 20px;
    color: #2e2e2e;
}
.indexBox1 .itemBox .item a{
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 600;
}

.indexBox2{
    background: #f4f4f4;
    border-bottom: 1px solid #eeeeee;
}
.indexBox2 .title{
    padding: 80px 0 60px;
    text-align: center;
}
.indexBox2 .title h2{
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.indexBox2 .title p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.indexBox2 .productCatalogueBtnBox{
    overflow: hidden;
    padding-bottom: 30px;
}
.indexBox2 .btn{
    width: 16.666%;
    float: left;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
.indexBox2 .btn:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #1893ad;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .btn:hover:before,
.indexBox2 .btn.on:before{
    opacity: 1;
    transition: all .3s;
}
.indexBox2 .btn .img{
    max-width: 187px;
    max-height: 187px;
    padding: 15px;
    margin: auto;
    position: relative;
}
.indexBox2 .btn .img:before,
.indexBox2 .btn .img:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.indexBox2 .btn .img:after{
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
.indexBox2 .btn.on .img:before,
.indexBox2 .btn:hover .img:before{
    border-color: #deeaed;
    transition: all .3s;
}
.indexBox2 .btn.on .img:after,
.indexBox2 .btn:hover .img:after{
    border-color: #8bc5d1;
    transition: all .3s;
}
.indexBox2 .btn .img img{
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.indexBox2 .btn:hover .img img,
.indexBox2 .btn.on .img img{
    border-color: #8bc5d1;
    transition: all .3s;
}
.indexBox2 .btn .t{
    padding: 20px 0;
}
.indexBox2 .btn .t p{
    font-size: 16px;
    color: #000000;
    transition: all .3s;
}
.indexBox2 .btn:hover .t p,
.indexBox2 .btn.on .t p{
    color: #1893ad;
    transition: all .3s;
}

.indexBox3 .conBox{
    display: none;
}
.indexBox3 .conBox.on{
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.indexBox3 .conBox .textBox{
    width: 50%;
    float: left;
    padding-left: 160px;
    padding-right: 100px;
}
.indexBox3 .conBox .textBox h2{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
}
.indexBox3 .conBox .textBox p{
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
}
.indexBox3 .conBox .textBox a{
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #1893ad;
}
.indexBox3 .conBox .textBox a:hover{
    background: #226688;
}
.indexBox3 .conBox .img{
    line-height: 0;
    text-align: center;
    width: 50%;
    float: left;
}

.indexBox4{
    background: #f4f4f4;
}
.indexBox4 .title h2{
    text-align: center;
    padding: 60px 0 55px;
    font-size: 48px;
    color: #1b1b1b;
    text-transform: uppercase;
}
.indexBox4 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.indexBox4 .item{
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.indexBox4 .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox4 .item .img 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;
}
.indexBox4 .item:hover .img img{
    width: 100%;
    -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;
}
.indexBox4 .item .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 0 90px;
    opacity: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,0.4);
    transition: all .3s;
}
.indexBox4 .item:hover .text{
    opacity: 1;
    transition: all .3s;
}
.indexBox4 .item .text h3{
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.indexBox4 .item .text p{
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indexBox4 .item .text a{
    display: inline-block;
    margin-top: 20px;
    width: 220px;
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    border: 1px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox4 .item .text a:hover{
    background: #ffffff;
    color: #226688;
}

.indexBox5{
    background: #f4f4f4;
}
.indexBox5 .title{
    text-align: center;
    padding: 60px 0 40px;
}
.indexBox5 .title h2{
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.indexBox5 .title p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.indexBox5 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.indexBox5 .item{
    width: 20%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.indexBox5 .item .conBox{
    height: 100%;
    background: #e5e5e5;
    text-align: center;
    transition: all .3s;
}
.indexBox5 .item .conBox:hover{
    background: #1893ad;
    transition: all .3s;
}
.indexBox5 .item .conBox .img{
    line-height: 0;
    overflow: hidden;
}
.indexBox5 .item .conBox .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox5 .item .conBox: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;
}
.indexBox5 .item .conBox .text a{
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 10px;
    transition: all .3s;
}
.indexBox5 .item .conBox:hover .text a{
    color: #ffffff;
    transition: all .3s;
}

.indexBox6{
    padding: 30px 0 40px;
    background: #f4f4f4;
}
.indexBox6 .conBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 85px 70px 65px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox6 .conBox .text h2{
    font-size: 36px;
    color: #226688;
    padding-bottom: 10px;
}
.indexBox6 .conBox .text p{
    font-size: 18px;
    color: #262626;
}
.indexBox6 .conBox .a a{
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #1893ad;
}
.indexBox6 .conBox .a a:hover{
    background: #226688;
}

.indexBox7{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox7 .box1{
    padding: 85px 0 110px;
    background: rgba(22,82,112,.8);
}
.indexBox7 .box1 .textBox{
    max-width: 980px;
    margin: auto;
    text-align: center;
}
.indexBox7 .box1 .textBox h2{
/*     background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/indexIco.png") no-repeat top center; */
/*     padding-top: 75px; */
    font-size: 36px;
    color: #ffffff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.indexBox7 .box1 .textBox p{
    font-size: 16px;
    color: #f4f4f4;
    font-weight: 300;
    line-height: 1.8;
}
.indexBox7 .box1 .textBox a{
    display: inline-block;
    margin-top: 40px;
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #1893ad;
}
.indexBox7 .box1 .textBox a:hover{
    background: #ffffff;
    color: #1893ad;
}
.indexBox7 .box2{
    background: rgba(22,82,112,.95);
    border-top: 1px solid #396b85;
}
.indexBox7 .box2 .itemBox{
    display: flex;
    justify-content: center;
}
.indexBox7 .box2 .item{
    width: 25%;
    float: left;
}
.indexBox7 .box2 .item .text{
    height: 100%;
    padding: 50px 32px;
    text-align: center;
}
.indexBox7 .box2 .item:not(:last-child) .text{
    border-right: 1px solid #396b85;
}
.indexBox7 .box2 .item .text h3{
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 15px;
}
.indexBox7 .box2 .item .text h3 span,
.indexBox7 .box2 .item .text h3 em{
    font-size: 60px;
}
.indexBox7 .box2 .item .text p{
    font-size: 18px;
    color: #ffffff;
}

.indexBox8{
    background: #f4f4f4;
    padding-bottom: 65px;
}
.indexBox8 .title{
    text-align: center;
    padding: 65px 0;
}
.indexBox8 .title h2{
    font-size: 48px;
    color: #363636;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.indexBox8 .title p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.indexBox8 .itemBox{
    overflow: hidden;
    padding-top: 10px;
    background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/indexHistoryBj.png") no-repeat bottom center;
}
.indexBox8 .item{
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
}
.indexBox8 .item.it1{
    margin-top: 170px;
    padding-bottom: 90px;
    margin-left: 20px;
    transition: all .3s;
}
.indexBox8 .item.it1:hover{
    margin-top: 160px;
    padding-bottom: 100px;
    transition: all .3s;
}
.indexBox8 .item.it2{
    margin-top: 120px;
    margin-left: -30px;
    transition: all .3s;
}
.indexBox8 .item.it2:hover{
    margin-top: 110px;
    padding-bottom: 10px;
    transition: all .3s;
}
.indexBox8 .item.it3{
    margin-top: 60px;
    margin-left: -50px;
    transition: all .3s;
}
.indexBox8 .item.it3:hover{
    margin-top: 50px;
    padding-bottom: 10px;
    transition: all .3s;
}
.indexBox8 .item.it4{
    margin-left: -50px;
    transition: all .3s;
}
.indexBox8 .item.it4:hover{
    margin-top: -10px;
    transition: all .3s;
}
.indexBox8 .item span{
    width: 82px;
    height: 82px;
    background: #226688;
    color: #ffffff;
    line-height: 82px;
    text-align: center;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox8 .item .t{
    flex: 1;
    margin-left: 8px;
}
.indexBox8 .item .t p{
    font-size: 18px;
    color: #000000;
}
.historySlickBox{
    position: relative;
    cursor: grab;
}
.historySlickBox:before{
    position: absolute;
    content: '';
    top: 235px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c9c9c9;
}
.historySlickBox .historySlick .slick-prev{
    width: 32px;
    height: 32px;
    left: -40px;
    top: 235px;
    margin-top: -16px;
    background: #1893ad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historySlickBox .historySlick .slick-prev:before{
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e688';
    font-family: "iconfont", sans-serif;
    color: #ffffff;
    font-size: 30px;
}
.historySlickBox .historySlick .slick-next{
    width: 32px;
    height: 32px;
    right: -40px;
    top: 235px;
    margin-top: -16px;
    background: #1893ad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historySlickBox .historySlick .slick-next:before{
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e746';
    font-family: "iconfont", sans-serif;
    color: #ffffff;
    font-size: 30px;
}
.historySlickBox .slick_first{
    width: 363px;
}
.historySlickBox .slick_first:nth-of-type(2n){
    margin-top: 235px;
    margin-left: -205px;
}
.historySlickBox .slick_first .text{
    position: relative;
    padding-left: 22px;
    min-height: 235px;
    border-left: 1px solid #c9c9c9;
    margin-left: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.historySlickBox .slick_first .text:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 0;
    left: -4px;
    background: #c9c9c9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historySlickBox .slick_first .text:after{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    bottom: -8px;
    left: -8px;
    background: #226688;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historySlickBox .slick_first:nth-of-type(2n) .text:before{
    top: auto;
    bottom: 0;
}
.historySlickBox .slick_first:nth-of-type(2n) .text:after{
    top: -7px;
    bottom: auto;
}
.historySlickBox .slick_first .text h3{
    font-size: 24px;
    color: #1893ad;
    padding-bottom: 5px;
}
.historySlickBox .slick_first .text p{
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    font-weight: 300;
}

.indexBox9{
    padding-bottom: 45px;
}
.indexBox9 .title h2{
    text-align: center;
    padding: 45px 0;
    font-size: 48px;
    color: #363636;
    text-transform: uppercase;
}
.indexBox9 .partnerSlick{
    margin-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
}
.indexBox9 .partnerSlick .slick-prev,
.indexBox9 .partnerSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.indexBox9 .partnerSlick .slick-prev{
    background-position: left center;
}
.indexBox9 .partnerSlick .slick-next{
    background-position: right center;
}
.indexBox9 .partnerSlick .slick-dots{
    bottom: -50px;
}
.indexBox9 .partnerSlick .slick-dots li.slick-active{
    background: #226688;
}
.indexBox9 .partnerSlick .slick_first{
    margin: 5px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.indexBox9 .partnerSlick .slick_first:hover{
    -webkit-box-shadow: 0 0 5px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 5px 0 rgba(33,33,33,.2);
    box-shadow: 0 0 5px 0 rgba(33,33,33,.2);
    transition: all .3s;
}
.indexBox9 .partnerSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
}

.indexBox10{
    background: #f4f4f4;
}
.indexBox10 .title{
    text-align: center;
    padding: 50px 0;
}
.indexBox10 .title h2{
    font-size: 48px;
    color: #363636;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.indexBox10 .title p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.indexBox10 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.indexBox10 .item{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    margin-bottom: 10px;
}
.indexBox10 .item .conBox{
    height: 100%;
    background: #ffffff;
    transition: all .3s;
}
.indexBox10 .item .conBox:hover{
    background: #1893ad;
    transition: all .3s;
}
.indexBox10 .item .conBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.indexBox10 .item .conBox .img 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;
}
.indexBox10 .item .conBox: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;
}
.indexBox10 .item .conBox .img span{
    display: block;
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
}
.indexBox10 .item .conBox .text{
    padding: 30px;
}
.indexBox10 .item .conBox .text h3{
    font-size: 24px;
    color: #2a2a2a;
    padding-bottom: 10px;
    transition: all .3s;
}
.indexBox10 .item .conBox .text p{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all .3s;
}
.indexBox10 .item .conBox .text a{
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #656565;
    font-weight: 300;
    transition: all .3s;
}
.indexBox10 .item .conBox:hover .text h3,
.indexBox10 .item .conBox:hover .text p,
.indexBox10 .item .conBox:hover .text a{
    color: #ffffff;
    transition: all .3s;
}
.indexBox10 .a{
    padding: 50px 0;
    text-align: center;
}
.indexBox10 .a a{
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 300;
    border: 1px solid #b5b5b5;
    background: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox10 .a a:hover{
    color: #ffffff;
    background: #226688;
    border-color: #226688;
}

.pageBanner{
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pageBanner.aboutBanner{
    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 122px;
}
.pageBanner h1{
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
/*     padding-top: 305px; */
    text-transform: uppercase;
}
.pageBanner .crumb{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.pageBanner .crumb ul{
    display: flex;
    align-self: center;
    justify-content: center;
}
.pageBanner .crumb ul li{
}
.pageBanner .crumb ul i{
    margin: 0 5px;
}
.pageBanner .crumb a:hover{
    text-decoration: underline;
}

.productBox1{
    text-align: center;
}
.productBox1 h2{
    padding: 50px 0 40px;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
}
.productBox1 p{
    font-size: 16px;
    color: #2e2e2e;
    line-height: 2;
}

.productBox2{
    padding: 100px 0;
}
.productBox2 .submenu_wrap{
    width: 270px;
    float: left;
    position: sticky;
    top: 140px;
    left: 0;
}
.productBox2 .submenu_wrap_ul > li{
    background: #226688;
    display: block;
    margin-bottom: 1px;
    position: relative;
}
.productBox2 .submenu_wrap_ul > li span{
    position: absolute;
    top: 0;
    right: 5px;
    width: 25px;
    height: 40px;
    cursor: pointer;
    transition: all .3s;
}
.productBox2 .submenu_wrap_ul > li span.active{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .3s;
}
.productBox2 .submenu_wrap_ul > li span:before{
    position: absolute;
    content: '\e746';
    width: 25px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-family: "iconfont", sans-serif;
}
.productBox2 .submenu_wrap_ul > li > a{
    display: block;
    padding-left: 10px;
    padding-right: 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productBox2 .submenu_ul{
    display: none;
}
.productBox2 .submenu_ul > li{
    background: #1893ad;
    line-height: 32px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}
.productBox2 .submenu_ul > li > a{
    display: block;
    padding-left: 25px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productBox2 .submenu_ul > li > a:hover,
.productBox2 .submenu_ul > li > a.on{
    background: #226688;
}

.productBox2 .info{
    background: #226688;
    margin-top: 20px;
    padding: 10px;
}
.productBox2 .info h3{
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.productBox2 .info h3 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.productBox2 .info h3 span{
    position: absolute;
    top: 0;
    right: -5px;
    width: 25px;
    height: 19px;
    cursor: pointer;
}
.productBox2 .info h3 span:before{
    position: absolute;
    content: '\e746';
    width: 25px;
    height: 19px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-family: "iconfont", sans-serif;
}
.productBox2 .info .text{
    display: flex;
    align-items: center;
}
.productBox2 .info .text em{
    font-size: 40px;
    color: #ffffff;
    margin-right: 5px;
}
.productBox2 .info .text span,
.productBox2 .info .text a{
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.productBox2 .productListBox{
    margin-left: 270px;
    padding-left: 85px;
}
.productBox2 .productListBox .list{
    overflow: hidden;
    margin-bottom: 80px;
}
.productBox2 .productListBox .list .img{
    width: 50%;
    float: left;
    padding-right: 50px;
}
.productBox2 .productListBox .list .img a{
    border: 1px solid #eeeeee;
    display: block;
    line-height: 0;
}
.productBox2 .productListBox .list .text{
    width: 50%;
    float: left;
}
.productBox2 .productListBox .list .text h3 a{
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 15px;
}
.productBox2 .productListBox .list .text .t p{
    color: #2e2e2e;
    font-weight: 300;
    padding-left: 20px;
    line-height: 1.8;
    position: relative;
}
.productBox2 .productListBox .list .text .t p:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    background: #7f7f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productBox2 .productListBox .list .text > a{
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #1893ad;
}
.productBox2 .productListBox .list .text > a:hover{
    background: #226688;
}
.productBox2 .productListBox .page{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
}
.productBox2 .productListBox .page li{
    border: 0;
    height: 60px;
    line-height: 60px;
    background: none;
}
.productBox2 .productListBox .page li:first-child,
.productBox2 .productListBox .page li:last-child{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cccccc;
    font-size: 0;
    position: relative;
    cursor: pointer;
}
.productBox2 .productListBox .page li:first-child:hover,
.productBox2 .productListBox .page li:last-child:hover{
    background: #1893ad;
    border-color: #1893ad;
}
.productBox2 .productListBox .page li.disabled,
.productBox2 .productListBox .page li.disabled:hover{
    cursor: no-drop;
    background: none;
    border-color: #cccccc;
}
.productBox2 .productListBox .page li:first-child:before{
    position: absolute;
    content: '\e688';
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 60px;
    font-family: "iconfont", sans-serif;
    font-size: 40px;
    color: #cccccc;
    transition: all .3s
}
.productBox2 .productListBox .page li:last-child:before{
    position: absolute;
    content: '\e746';
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 60px;
    font-family: "iconfont", sans-serif;
    font-size: 40px;
    color: #cccccc;
    transition: all .3s
}
.productBox2 .productListBox .page li:first-child:hover:before,
.productBox2 .productListBox .page li:last-child:hover:before{
    color: #ffffff;
    transition: all .3s
}
.productBox2 .productListBox .page li.disabled:hover:before{
    color: #cccccc;
}
.productBox2 .productListBox .page li span,
.productBox2 .productListBox .page li a{
    font-size: 16px;
    font-weight: bold;
    color: #6b6b6b;
    line-height: 60px;
}
.productBox2 .productListBox .page li:first-child a,
.productBox2 .productListBox .page li:last-child a,
.productBox2 .productListBox .page li:first-child span,
.productBox2 .productListBox .page li:last-child span{
    font-size: 0;
    position: relative;
    z-index: 2;
}
.productBox2 .productListBox .page li.active,
.productBox2 .productListBox .page li.active a,
.productBox2 .productListBox .page li:hover a,
.productBox2 .productListBox .page li.active span{
    background: none;
    color: #1893ad;
}

.product_box{
    padding: 40px 0 80px;
}
.parameter_box h1{
    padding: 30px 0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.parameter_box .parameter{
    padding-right: 100px;
}
.parameter_box h3{
    font-weight: bold;
    font-size: 18px;
    color: #040000;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.parameter_box p{
    font-size: 16px;
    color: #040000;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}
.parameter_box p:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    background: #7f7f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.descriptionBox{
    border-top: 1px solid #eeeeee;
    margin-top: 35px;
    padding-top: 25px;
    overflow: hidden;
}
.descriptionBox li{
    width: 185px;
    height: 48px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    cursor: pointer;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.descriptionBox li:hover,
.descriptionBox li.on{
    color: #1893ad;
    border-color: #1893ad;
}
.parameter_btn a.a1{
    width: 240px;
    height: 64px;
    line-height: 64px;
    color: #ffffff;
    font-size: 24px;
    margin-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #1893ad;
}
.parameter_btn a.a1:hover{
    background: #226688;
}

.productDetailContentBox{
    padding-top: 65px;
}
.productDetailBtnBox{
    position: sticky;
    top: 140px;
    z-index: 99;
    background: #ffffff;
    padding: 0 50px;
}
.productDetailBtnBox:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
}
.productDetailBtnBox:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
    background: #e5e5e5;
}
.productDetailBtnBox .draggable{
    height: auto;
}
.productDetailBtnBox .slick-prev{
    background: none;
}
.productDetailBtnBox .slick-next{
    background: none;
}
.productDetailBtnBox .slick-prev:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e688';
    font-family: "iconfont", sans-serif;
    color: #999999;
    font-size: 30px;
}
.productDetailBtnBox .slick-next:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e746';
    font-family: "iconfont", sans-serif;
    color: #999999;
    font-size: 30px;
}
.productDetailBtnBox .slick_first{
    margin-right: 20px;
}
.productDetailBtnBox .slick_first a{
    height: 88px;
    padding: 0 10px;
    font-size: 24px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 2;
}
.productDetailBtnBox .slick_first a.on,
.productDetailBtnBox .slick_first a:hover{
    border-top-color: #1893ad;
    border-bottom-color: #1893ad;
    color: #226688;
}
.productDetailContentBox .title{
    text-align: center;
    margin-top: 0;
    padding: 35px 0;
}
.productDetailContentBox .title h2{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
.productDetailContentBox .title p{
    font-size: 18px;
    color: #040000;
    padding-top: 15px;
}
.productDetailContentBox .contentBox *{
    font-size: 16px !important;
    color: #000000 !important;
}
.productDetailContentBox table tr{
    background: #ececee;
}
.productDetailContentBox table tr:nth-of-type(2n){
    background: #f7f8f8;
}
.productDetailContentBox table td{
    border: 1px solid #ffffff;
    height: 60px;
    font-size: 18px;
    color: #383838;
    padding: 10px 40px;
}
.productDetailContentBox .icoBox{
    display: flex;
    flex-wrap: wrap;
}
.productDetailContentBox .ico{
    width: 25%;
    text-align: center;
    padding: 30px 10px;
}
.productDetailContentBox .ico .img{
    line-height: 0;
    margin-bottom: 30px;
}
.productDetailContentBox .ico .text p{
    font-size: 18px;
    color: #2a2a2a;
}
.productDetailContentBox .productDrawing h3,
.productDetailContentBox .productPackaging h3{
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    color: #040000;
}
.productDetailContentBox .classificationBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.productDetailContentBox .classificationBox .img{
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.productDetailContentBox .packingDelivery{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productDetailContentBox .packingDelivery .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 15px;
}
.productDetailContentBox .packingDelivery .img:nth-of-type(2n+1){
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.productDetailContentBox .productSlickBox{
    padding: 0 30px;
}
.productDetailContentBox .productSlickBox .slick-prev,
.productDetailContentBox .productSlickBox .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.productDetailContentBox .productSlickBox .slick-prev{
    background-position: left center;
}
.productDetailContentBox .productSlickBox .slick-next{
    background-position: right center;
}
.productDetailContentBox .productSlickBox .slick_first{
    margin: 0 5px;
}
.productDetailContentBox .productSlickBox .conBox{
    background: #e5e5e5;
    text-align: center;
    transition: all .3s;
}
.productDetailContentBox .productSlickBox .conBox:hover{
    background: #1893ad;
    transition: all .3s;
}
.productDetailContentBox .productSlickBox .conBox .img{
    line-height: 0;
}
.productDetailContentBox .productSlickBox .conBox .img img{
    width: 100%;
}
.productDetailContentBox .productSlickBox .conBox .text{
    padding-bottom: 20px;
}
.productDetailContentBox .productSlickBox .conBox .text a{
    font-size: 16px;
    color: #000000;
    display: block;
    transition: all .3s;
}
.productDetailContentBox .productSlickBox .conBox:hover .text a{
    color: #ffffff;
    transition: all .3s;
}

.applicationBox1{
    background: #f5f5f5;
    padding: 90px 0;
}
.applicationBox1 h2{
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 30px;
}
.applicationBox1 p{
    font-size: 16px;
    color: #2e2e2e;
    line-height: 2;
    text-align: center;
}

.applicationBox2{
    background: #f5f5f5;
    position: relative;
}
.applicationBox2:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    background: #226688;
}
.applicationBox2 .itemBox{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}
.applicationBox2 .item{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 50px;
}
.applicationBox2 .item .img{
    position: relative;
    top: 0;
    line-height: 0;
    padding-bottom: 15px;
    transition: all .3s;
}
.applicationBox2 .item:hover .img{
    top: -10px;
    transition: all .3s;
}
.applicationBox2 .item .text{
    height: 160px;
    padding-top: 25px;
}
.applicationBox2 .item .text p{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.applicationBox3 .item{
    background: #ebebeb;
    padding: 100px 0;
}
.applicationBox3 .item:nth-of-type(2n){
    background: #f5f5f5;
}
.applicationBox3 .item .conBox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.applicationBox3 .item:nth-of-type(2n) .conBox{
    flex-direction: row-reverse;
}
.applicationBox3 .item .img{
    width: 50%;
    float: left;
    line-height: 0;
    text-align: left;
}
.applicationBox3 .item:nth-of-type(2n) .img{
    text-align: right;
}
.applicationBox3 .item .text{
    width: 50%;
    padding-left: 40px;
}
.applicationBox3 .item:nth-of-type(2n) .text{
    padding-left: 0;
    padding-right: 40px;
}
.applicationBox3 .item .text h3{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 20px;
}
.applicationBox3 .item .text p{
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.8;
}

.aboutMenuBox{
    margin-top: -105px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.aboutMenuBox .item{
    width: 20%;
    float: left;
    padding-bottom: 16px;
}
.aboutMenuBox .item a{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 24px;
    color: #000000;
    position: relative;
    border: 1px solid #eeeeee;
    transition: all .3s;
}
.aboutMenuBox .item a:before{
    position: absolute;
    content: '';
    bottom: -16px;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: all .3s;
}
.aboutMenuBox .item a:hover:before,
.aboutMenuBox .item a.on:before{
    border-top-color: #1893ad;
    transition: all .3s;
}
.aboutMenuBox .item a:hover,
.aboutMenuBox .item a.on{
    background: #1893ad;
    color: #ffffff;
    border-color: #1893ad;
    transition: all .3s;
}
.aboutMenuBox .item:first-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.aboutMenuBox .item:last-child a{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.aboutMenuBox .item a span{
    width: 55px;
    height: auto;
    aspect-ratio: 55/51;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutMenuBox .item:nth-of-type(1) a span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico1.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(2) a span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico2.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(3) a span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico3.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(4) a span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico4.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(5) a span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico5.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(1) a:hover span,
.aboutMenuBox .item:nth-of-type(1) a.on span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico1s.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(2) a:hover span,
.aboutMenuBox .item:nth-of-type(2) a.on span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico2s.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(3) a:hover span,
.aboutMenuBox .item:nth-of-type(3) a.on span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico3s.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(4) a:hover span,
.aboutMenuBox .item:nth-of-type(4) a.on span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico4s.png");
    transition: all .3s;
}
.aboutMenuBox .item:nth-of-type(5) a:hover span,
.aboutMenuBox .item:nth-of-type(5) a.on span{
    background-image: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_about_nav_ico5s.png");
    transition: all .3s;
}

.aboutBox1{
    padding: 70px 0;
}
.aboutBox1 .title h2{
    font-size: 50px;
    color: #303030;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.aboutBox1 .itemBox{
    overflow: hidden;
}
.aboutBox1 .item{
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
.aboutBox1 .item:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    right: 0;
    top: 50%;
    margin-top: -30px;
    background: #e5e5e5;
}
.aboutBox1 .item:last-child:before{
    display: none;
}
.aboutBox1 .item .text h3{
    color: #1893ad;
    font-size: 18px;
    padding-bottom: 15px;
}
.aboutBox1 .item .text h3 span,
.aboutBox1 .item .text h3 em{
    font-size: 48px;
}
.aboutBox1 .item .text p{
    font-size: 18px;
    color: #353535;
}

.aboutBox2{
    position: relative;
}
.aboutBox2 .img{
    line-height: 0;
    text-align: center;
    height: 860px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.aboutBox2 .img img{
    height: 100%;
    width: auto;
    max-width: none;
}
.aboutBox2 .conBox{
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 47%;
}
.aboutBox2 .conBox .title h2{
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 25px;
    padding-bottom: 25px;
}
.aboutBox2 .conBox .textSlick{
    background: rgba(255,255,255,.9);
}
.aboutBox2 .conBox .textSlick .slick-dots{
    bottom: -25px;
    text-align: left;
    padding-left: 40px;
}
.aboutBox2 .conBox .textSlick .slick-dots li.slick-active{
    background: #1893ad;
}
.aboutBox2 .conBox .textSlick .slick_first{
    padding: 35px 200px 35px 40px;
}
.aboutBox2 .conBox .textSlick .slick_first p{
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.aboutBox3{
    padding-bottom: 60px;
    border-bottom: 25px solid #efefef;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox3 .title{
    text-align: center;
    padding: 65px 0;
}
.aboutBox3 .title h2{
    font-size: 48px;
    color: #363636;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.aboutBox3 .title p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

.aboutBox4 .title h2{
    font-size: 48px;
    color: #363636;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
}
.aboutBox4 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-bottom: 70px;
}
.aboutBox4 .img{
    width: 16.666%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.aboutBox4 .img .tp{
    padding: 10px 0;
    text-align: center;
    line-height: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.about_buj_box{
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.about_buj_box img{
    max-width: 100%;
    display: block;
    margin: 0px auto;
}
.about_buj_list_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fbfbfb;
}
.about_buj_list_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_buj_list_content_left{
    width: 34.2%;
    height: auto;
}
.about_buj_list_content_left h4{
    font-size: 50px;
    color: #000;
}
.about_buj_list_content_left p{
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    text-align: justify;
    margin-top: 30px;
}
.about_buj_list_content_right{
    width: 58.8%;
    height: auto;
}
.about_buj_list_content_right_sw{
    padding: 27px !important;
}
.about_buj_list_content_right_sw .swiper-slide{
    width: 87.97%;
    opacity: 0.2 !important;
}
.about_buj_list_content_right_sw .swiper-slide img{
    border: 7px solid #fff;
    box-shadow: 0px 0px 27px 0px rgba(136, 136, 136, 0.69);
}

.about_buj_list_content_right_sw .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.about_buj_list_box2{
    background: none;
}
.about_buj_list_box2 .about_buj_list_content{
    flex-direction: row-reverse;
}

.cultureBox .itemBox{
    padding-top: 80px;
    padding-bottom: 20px;
}
.cultureBox .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    background: #f7f7f7;
}
.cultureBox .item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.cultureBox .item .img{
    width: 50%;
    float: left;
    line-height: 0;
}
.cultureBox .item .text{
    width: 50%;
    padding: 10px 85px;
}
.cultureBox .item .text h3{
    font-size: 24px;
    color: #171717;
    padding-bottom: 15px;
}
.cultureBox .item .text p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
}

.qualityBox1{
    text-align: center;
    padding: 80px 0;
}
.qualityBox1 h2{
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.qualityBox1 p{
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    max-width: 1000px;
    margin: auto;
    font-weight: 300;
}

.qualityBox2{
    padding-bottom: 50px;
    background: #efefef;
}
.qualityBox2 .title h2{
    text-align: center;
    font-size: 50px;
    color: #2e2e2e;
    padding: 60px 0 50px;
    text-transform: uppercase;
}
.qualityBox2 .qualityTabBox{
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.qualityBox2 .qualityTabBox .btnBox{
    width: 30%;
    float: left;
}
.qualityBox2 .qualityTabBox .btnBox a{
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 50px;
    padding-left: 50px;
    padding-right: 40px;
    position: relative;
    transition: all .3s;
}
.qualityBox2 .qualityTabBox .btnBox a:hover,
.qualityBox2 .qualityTabBox .btnBox a.on{
    color: #ffffff;
    background: #1893ad;
    transition: all .3s;
}
.qualityBox2 .qualityTabBox .btnBox a:last-child{
    border-bottom: 0;
}
.qualityBox2 .qualityTabBox .btnBox a:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    left: 25px;
    margin-top: -4px;
    background: #1893ad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.qualityBox2 .qualityTabBox .btnBox a:after{
    position: absolute;
    content: '\e746';
    font-family: "iconfont", sans-serif;
    width: 40px;
    height: 50px;
    top: 0;
    right: 0;
    line-height: 50px;
    text-align: center;
    color: #e5e5e5;
    font-size: 30px;
    font-weight: bold;
    transition: all .3s;
}
.qualityBox2 .qualityTabBox .btnBox a:hover:before,
.qualityBox2 .qualityTabBox .btnBox a.on:before{
    background: #ffffff;
    transition: all .3s;
}
.qualityBox2 .qualityTabBox .btnBox a:hover:after,
.qualityBox2 .qualityTabBox .btnBox a.on:after{
    color: #ffffff;
    transition: all .3s;
}
.qualityBox2 .qualityTabBox .switchBox{
    width: 70%;
    float: left;
}
.qualityBox2 .qualityTabBox .switch{
    display: none;
    overflow: hidden;
}
.qualityBox2 .qualityTabBox .switch.on{
    display: block;
}
.qualityBox2 .qualityTabBox .switch .img{
    width: 50%;
    line-height: 0;
    text-align: center;
    float: left;
}
.qualityBox2 .qualityTabBox .switch .text{
    width: 50%;
    float: left;
    padding: 55px;
}
.qualityBox2 .qualityTabBox .switch .text h3{
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    padding-bottom: 15px;
}
.qualityBox2 .qualityTabBox .switch .text p{
    font-size: 16px;
    color: #363636;
    line-height: 2;
}

.qualityBox3{
    padding: 80px 0;
    text-align: center;
}
.qualityBox3 h2{
    font-size: 50px;
    font-weight: 500;
    color: #1893ad;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.qualityBox3 p{
    font-size: 16px;
    color: #363636;
    line-height: 1.8;
    text-align: left;
    position: relative;
    padding-left: 18px;
}
.qualityBox3 p:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #666666;
    top: 8px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.qualityBox4{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.qualityBox4 .title{
    padding-top: 60px;
    text-align: center;
}
.qualityBox4 .title h2{
    font-size: 50px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.qualityBox4 .title p{
    font-size: 16px;
    color: #303030;
}
.qualityBox4 .qualitySlickBox{
    padding: 85px 0;
}
.qualityBox4 .contentSlick{
    padding-right: 42%;
}
.qualityBox4 .contentSlick .slick-prev,
.qualityBox4 .contentSlick .slick-next{
    background: none;
}
.qualityBox4 .contentSlick .slick-prev{
    right: 40px;
    left: auto;
}
.qualityBox4 .contentSlick .slick-next{
    right: 0;
}
.qualityBox4 .contentSlick .slick-prev:before,
.qualityBox4 .contentSlick .slick-next:before{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    color: #bebfc1;
    font-size: 30px;
    font-weight: bold;
    font-family: "iconfont", sans-serif;
}
.qualityBox4 .contentSlick .slick-prev:before{
    content: '\e688';
}
.qualityBox4 .contentSlick .slick-next:before{
    content: '\e746';
}
.qualityBox4 .contentSlick .slick-prev:hover:before,
.qualityBox4 .contentSlick .slick-next:hover:before{
    color: #000000;
}
.qualityBox4 .contentSlick .slick_first{
    background: #1893ad;
}
.qualityBox4 .contentSlick .slick_first .img{
    width: 47%;
    float: left;
    line-height: 0;
    text-align: center;
}
.qualityBox4 .contentSlick .slick_first .img img{
    width: 100%;
}
.qualityBox4 .contentSlick .slick_first .text{
    width: 53%;
    float: left;
    padding: 30px 40px;
}
.qualityBox4 .contentSlick .slick_first .text h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 15px;
}
.qualityBox4 .contentSlick .slick_first .text p{
    font-size: 16px;
    color: #deecf0;
    line-height: 1.8;
}
.qualityBox4 .btnSlick .slick_first{
    padding: 40px 0;
    text-align: center;
    position: relative;
}
.qualityBox4 .btnSlick .slick_first:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 13px;
    background: #000;
}
.qualityBox4 .btnSlick .slick_first:after{
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    z-index: 2;
    background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/qualityIco1.png") no-repeat center center;
}
.qualityBox4 .btnSlick .slick_first.slick-current:after{
    background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/qualityIco2.png") no-repeat center center;
}
.qualityBox4 .btnSlick .slick_first .text{
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #303030;
    font-weight: 500;
}
.qualityBox4 .btnSlick .slick_first.slick-current .text{
    color: #1893ad;
}

.kangr_zhl_shebei_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fbfbfb;
}
.kangr_zhl_shebei_title{
    width: 100%;
    height: auto;
}
.kangr_zhl_shebei_title h4{
    font-size: 50px;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.kangr_zhl_shebei_ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kangr_zhl_shebei_ul li{
    width: 32%;
    height: auto;
    margin-top: 40px;
}
.kangr_zhl_shebei_ul li img{
    width: 100%;
    height: auto;
    display: block;
}
.kangr_zhl_shebei_ul li h4{
    font-size: 24px;
    color: #000;
    margin-top: 8px;
    text-align: center;
}
.kangr_zhl_shebei_ul li p{
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.kangr_dz_info_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
}
.kangr_dz_info_left{
    width: 36.64%;
    height: auto;
}
.kangr_dz_info_left h4{
    font-size: 50px;
    font-weight: 500;
    color: #000;
}
.kangr_dz_info_left p{
    font-size: 16px;
    color: #222;
    line-height: 1.8;
    margin-top: 30px;
}
.kangr_dz_info_right{
    width: 56.8%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}
.kangr_dz_info_right img{
    width: 100%;
    height: auto;
    display: block;
}
.kangr_dz_info_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kangr_dz_bottom_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fbfbfb;
}
.kangr_dz_bottom_ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.kangr_dz_bottom_ul:after{
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    border-top: 1px dashed #7d7d7d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kangr_dz_bottom_ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #226688;
    border-radius: 50%;
    background: #fff;
    aspect-ratio: 1/1;
    width: 11.86%;
    position: relative;
    z-index: 2;
/*     margin-left: 4.4%; */
}
.kangr_dz_bottom_ul li:after{
    content: "";
    display: block;
    width: 13px;
    height: auto;
    aspect-ratio: 13/17;
    background: url(https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_dz_list_ico.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28%;
}
.kangr_dz_bottom_ul li:nth-of-type(3):after{
    right: -84%;
}
.kangr_dz_bottom_ul li:nth-last-of-type(1):after{
    display: none;
}
.kangr_dz_bottom_ul li:nth-of-type(1){
    margin-left: 0;
}
.kangr_dz_bottom_ul li:nth-of-type(3){
    margin-right: 80px;
}
.kangr_dz_bottom_ul li:nth-of-type(4){
    margin-left: 80px;
}
.kangr_dz_bottom_ul li h4{
    font-size: 26px;
    color: #000;
    font-weight: 500;
    text-align: center;
    transition: all 0.6s;
}
.kangr_dz_bottom_ul li:hover h4{
    transform: scale(1.2)
}
.kangr_dz_bottom_lc_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.kangr_dz_bottom_lc_content_list{
    width: 42.64%;
    height: auto;
}
.kangr_dz_bottom_lc_content_list_title{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #226688;
}
.kangr_dz_bottom_lc_content_list_title h4{
    font-size: 30px;
    color: #226688;
    font-weight: 500;
}
.kangr_dz_bottom_lc_content_list_ul{
    width: 100%;
    height: auto;
    margin-top: 70px;
    position: relative;
}
.kangr_dz_bottom_lc_content_list_ul li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.kangr_dz_bottom_lc_content_list_ul li:nth-of-type(even){
    justify-content: flex-end;
}
.kangr_dz_bottom_lc_content_list_ul_left{
    width: 251px;
    height: auto;
    aspect-ratio: 251/150;
    padding: 31px 33px 25px 21px;
    position: relative;
}
.kangr_dz_bottom_lc_content_list_ul_left:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_dz_list_ico1.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 1;
}
.kangr_dz_bottom_lc_content_list_ul_left p{
    font-size: 20px;
/*     color: #dce4e9; */
    line-height: 1.6;
    text-align: justify;
    position: relative;
    z-index: 2;
    color: #222222;
}
.kangr_dz_bottom_lc_content_list_ul_right{
    width: 72px;
    height: 43px;
    border-radius: 22px;
    border: 1px solid #dcdcdc;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #173448;
    text-align: center;
    margin-top: 30px;
    margin-left: 8px;
}
.kangr_dz_bottom_lc_content_list_ul li:nth-of-type(even) .kangr_dz_bottom_lc_content_list_ul_left{
    padding: 31px 21px 25px 33px;
}
.kangr_dz_bottom_lc_content_list_ul li:nth-of-type(even) .kangr_dz_bottom_lc_content_list_ul_left:after{
    transform: scaleX(-1);
}
.kangr_dz_bottom_lc_content_list_ul li:nth-of-type(even) .kangr_dz_bottom_lc_content_list_ul_right{
    margin-left: 0;
    margin-right: 8px;
}
.kangr_dz_bottom_lc_content_list_ul li:hover .kangr_dz_bottom_lc_content_list_ul_left:after{
    background: url(https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/kangr_dz_list_ico1s.png) no-repeat center center;
}
.kangr_dz_bottom_lc_content_list_ul li:hover .kangr_dz_bottom_lc_content_list_ul_left p{
    color: #dce4e9;
}
.kangr_dz_bottom_lc_content_list_ul li:hover .kangr_dz_bottom_lc_content_list_ul_right{
    background: #226688;
    border-color: #d4e1f2;
    color: #dce4e9;
}
.kangr_dz_bottom_lc_content_list_ul:after{
    content: "";
    display: block;
    width: 1px;
    height: 88%;
    background: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);

}

.teamBox1{
    padding: 70px 0;
}
.teamBox1 h2{
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.teamBox1 p{
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    font-weight: 300;
}

.teamBox2 .conBox{
    position: relative;
}
.teamBox2 .conBox .smallSlick{
    padding: 40px 0 100px;
}
.teamBox2 .conBox .smallSlick img{
    width: 100%;
}
.teamBox2 .conBox .poaBox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 650px;
    margin: auto;
    border-left: 40px solid #ffffff;
    border-right: 40px solid #ffffff;
}
.teamBox2 .conBox .bigSlick{
    padding-bottom: 60px;
}
.teamBox2 .conBox .bigSlick .slick-dots{
    bottom: 0;
}
.teamBox2 .conBox .bigSlick .slick-dots li.slick-active{
    background: #1893ad;
}
.teamBox2 .conBox .bigSlick img{
    width: 100%;
}

.teamBox3{
    padding: 50px 0;
}
.teamBox3 p{
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    font-weight: 300;
}

.teamBox4{
    background: #f8f8f8;
    padding: 80px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.teamBox4 .conBox{
    display: flex;
    align-items: center;
}
.teamBox4 .conBox .text{
    width: 34%;
    float: left;
    padding-bottom: 60px;
}
.teamBox4 .conBox .text h2{
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
    padding-bottom: 10px;
}
.teamBox4 .conBox .text p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 2;
}
.teamBox4 .conBox .slickBox{
    width: 66%;
    float: left;
    padding-left: 40px;
}
.teamBox4 .conBox .patentCertificateSlick{
    padding-bottom: 60px;
}
.teamBox4 .conBox .patentCertificateSlick .slick-dots{
    bottom: 0;
}
.teamBox4 .conBox .patentCertificateSlick .slick-dots li.slick-active{
    background: #1893ad;
}
.teamBox4 .conBox .patentCertificateSlick .slick_first{
    margin: 5px 10px;
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
.teamBox4 .conBox .patentCertificateSlick .slick_first img{
    width: 100%;
}

.teamBox5{
    padding: 80px 0;
}
.teamBox5 .text{
    text-align: center;
    padding-bottom: 40px;
}
.teamBox5 .text h2{
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.teamBox5 .text p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 2;
}
.teamBox5 .certificateSlick{
    padding-bottom: 50px;
}
.teamBox5 .certificateSlick .slick-dots{
    bottom: 0;
}
.teamBox5 .certificateSlick .slick-dots li.slick-active{
    background: #1893ad;
}
.teamBox5 .certificateSlick .slick_first{
    margin: 0 10px;
}
.teamBox5 .certificateSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
}

.contactBox1{
    padding: 60px 0;
}
.contactBox1 .title h1{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #535353;
    font-weight: 600;
    font-size: 50px;
    color: #303030;
    text-transform: uppercase;
}
.contactBox1 .text{
    text-align: center;
}
.contactBox1 .text a,
.contactBox1 .text p{
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    font-weight: 300;
}
.contactBox1 .text a:hover{
    text-decoration: underline;
}

.contactBox2 .conBox{
    padding: 50px 20px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.4);
}
.contactBox2 .conBox .title{
    text-align: center;
    padding-bottom: 40px;
}
.contactBox2 .conBox h2{
    text-align: center;
    font-size: 50px;
    color: #303030;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.contactBox2 .conBox .title p{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}
.contactBox2 .conBox form{
    max-width: 670px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBox2 .conBox .tips{
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #ff0000;
}
.contactBox2 .conBox .info{
    width: 49%;
    margin-bottom: 10px;
    line-height: 0;
}
.contactBox2 .conBox .info.w100{
    width: 100%;
}
.contactBox2 .conBox .info input[type="text"]{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #aaaaaa;
}
.contactBox2 .conBox .info textarea{
    width: 100%;
    height: 140px;
    border: 1px solid #aaaaaa;
    padding: 10px;
    resize: none;
}
.contactBox2 .conBox .info:last-child{
    text-align: center;
    margin-top: 20px;
}
.contactBox2 .conBox .info input[type="submit"]{
    width: 200px;
    height: 45px;
    background: #1893ad;
    border: 0;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.contactBox2 .conBox .info input[type="submit"]:hover{
    background: #226688;
}
.contactBox3{
    padding-top: 70px;
}
.contactBox3 .title h2{
    text-align: center;
    padding-bottom: 35px;
    font-size: 50px;
    color: #303030;
    text-transform: uppercase;
}
.contactBox3 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    overflow: hidden;
}
.contactBox3 .item{
    width: 50%;
    float: left;
    border-right: 1px solid #ffffff;
    background: #1893ad;
    padding: 40px 60px;
}
.contactBox3 .item .text{
    text-align: center;
}
.contactBox3 .item .text h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 20px;
}
.contactBox3 .item .text p{
    text-align: left;
}
.contactBox3 .item:nth-of-type(1) .text p{
/*     padding-left: 118px; */
}
.contactBox3 .item:nth-of-type(2) .text p{
/*     padding-left: 80px; */
}
.contactBox3 .item .text a,
.contactBox3 .item .text p{
    font-size: 16px;
    color: #f0f0f0;
    line-height: 1.8;
    font-weight: 300;
    text-align: center;
}
.contactBox3 .item .text a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.contactBox4{
    padding: 80px 0;
    line-height: 0;
}
.contactBox4 iframe{
    width: 100%;
    height: 400px;
}

.news_box .news_text h3 i.time {
    white-space: nowrap;
}

@media (max-width: 1620px){
    .banner_slick .slick_first .img{
        height: 700px;
    }
}
@media (max-width: 1450px){
    .banner_slick .slick_first .img{
        height: 600px;
    }
    .banner_slick .slick_first .text h2,
    .indexBox2 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox7 .box1 .textBox h2,
    .indexBox7 .box2 .item .text h3 span,
    .indexBox7 .box2 .item .text h3 em,
    .indexBox8 .title h2,
    .indexBox9 .title h2,
    .indexBox10 .title h2,
    .pageBanner h1,
    .productBox1 h2,
    .applicationBox1 h2,
    .contactBox1 .title h1,
    .contactBox2 .conBox h2,
    .contactBox3 .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3 span,
    .aboutBox1 .item .text h3 em,
    .aboutBox2 .conBox .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .qualityBox1 h2,
    .qualityBox2 .title h2,
    .qualityBox3 h2,
    .qualityBox4 .title h2,
    .teamBox1 h2,
    .teamBox4 .conBox .text h2,
    .teamBox5 .text h2{
        font-size: 40px;
    }
    .header .nav_list > li{
        margin-right: 20px;
    }
    .header .nav_list > li > a > span{
        font-size: 18px;
    }
    .indexBox1 .itemBox .item a{
        font-size: 18px;
    }
    .indexBox3 .conBox .textBox{
        padding-left: 0;
    }
    .indexBox7 .box2 .item .text{
        padding-left: 10px;
        padding-right: 10px;
    }

    .pageBanner{
        height: 480px;
    }
    .pageBanner.aboutBanner{
        height: 520px;
    }
    .pageBanner h1{
/*         padding-top: 230px; */
    }

    .productBox2 .productListBox{
        padding-left: 40px;
    }
    .productBox2 .productListBox .list .text > a{
        margin-top: 30px;
    }

    .parameter_box .parameter{
        padding-right: 0;
    }
    .parameter_box{
        padding-left: 30px;
    }

    .applicationBox2 .item{
        padding: 0 15px;
    }
    .aboutBox2 .img{
        height: 700px;
    }
    .aboutBox2 .conBox{
        width: 60%;
    }
    .aboutBox2 .conBox .textSlick .slick_first{
        padding-right: 150px;
    }
    .aboutBox2 .conBox .textSlick .slick_first p{
        line-height: 1.6;
    }
    .cultureBox .item .text{
        padding: 10px 50px;
    }

    .indexBox8 .item.it1{
        margin-top: 170px;
        padding-bottom: 90px;
        margin-left: -47px;
    }
    .indexBox8 .item.it2{
        margin-top: 120px;
        margin-left: -30px;
    }
    .indexBox8 .item.it3{
        margin-top: 60px;
        margin-left: 15px;
    }
    .indexBox8 .item.it4{
        margin-left: 9px;
    }

    .banner_slick .slick_first .text a.video_click{
        margin-top: 60px;
    }


    .contactBox3 .item:nth-of-type(1) .text p{
        padding-left: 69px;
    }
    .contactBox3 .item:nth-of-type(2) .text p{
        padding-left: 28px;
    }
}
@media (max-width: 1220px){
    .banner_slick .slick_first .img{
        height: 500px;
    }
    .banner_slick .slick_first .text h2,
    .indexBox2 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox7 .box1 .textBox h2,
    .indexBox7 .box2 .item .text h3 span,
    .indexBox7 .box2 .item .text h3 em,
    .indexBox8 .title h2,
    .indexBox9 .title h2,
    .indexBox10 .title h2,
    .pageBanner h1,
    .productBox1 h2,
    .productDetailContentBox .title h2,
    .applicationBox1 h2,
    .contactBox1 .title h1,
    .contactBox2 .conBox h2,
    .contactBox3 .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3 span,
    .aboutBox1 .item .text h3 em,
    .aboutBox2 .conBox .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .qualityBox1 h2,
    .qualityBox2 .title h2,
    .qualityBox3 h2,
    .qualityBox4 .title h2,
    .teamBox1 h2,
    .teamBox4 .conBox .text h2,
    .teamBox5 .text h2{
        font-size: 34px;
    }

    .header .nav_list > li > a > span,
    .header .info li,
    .indexBox1 .itemBox .item a,
    .indexBox6 .conBox .text p,
    .indexBox6 .conBox .a a,
    .indexBox7 .box2 .item .text h3,
    .indexBox7 .box2 .item .text p,
    .productDetailBtnBox .slick_first a,
    .productDetailContentBox table td,
    .productDetailContentBox .title p,
    .productDetailContentBox .ico .text p,
    .contactBox1 .text a, .contactBox1 .text p,
    .contactBox2 .conBox .info input[type="submit"],
    .aboutBox1 .item .text p,
    .qualityBox2 .qualityTabBox .btnBox a,
    .indexBox8 .item .t p{
        font-size: 16px;
    }

    .header .logo_box .t{
        width: 200px;
        text-align: left;
    }
    .header .logo_box .t p{
        font-size: 14px;
    }
    .header .nav_list > li{
        margin-right: 15px;
    }
    .nav_normal .dropdown_menu li a{
        font-size: 14px;
    }
    .indexBox1 .title h2{
        font-size: 24px;
    }
    .indexBox1 .itemBox .item{
        padding: 30px 5px;
    }
    .indexBox1 .itemBox .item span{
        font-size: 18px;
    }
    .indexBox1 .itemBox .item em{
        font-size: 30px;
    }
    .indexBox2 .title{
        padding: 50px 0 30px;
    }
    .indexBox2 .title h2{
        padding-bottom: 0;
    }
    .indexBox2 .btn .img:before, .indexBox2 .btn .img:after{
        display: none;
    }
    .indexBox3 .conBox.on{
        padding: 40px 0;
    }
    .indexBox3 .conBox .textBox h2{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .indexBox3 .conBox .textBox p{
        line-height: 1.6;
    }
    .indexBox3 .conBox .textBox a{
        margin-top: 20px;
        width: 140px;
        height: 45px;
        line-height: 45px;
    }
    .indexBox4 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox4 .item .text{
        padding: 0 30px;
    }
    .indexBox4 .item .text h3{
        font-size: 24px;
    }
    .indexBox4 .item .text p{
        -webkit-line-clamp: 3;
    }
    .indexBox4 .item .text a{
        width: 140px;
        height: 45px;
        line-height: 43px;
    }
    .indexBox5 .title{
        padding: 40px 0 30px;
    }
    .indexBox5 .title h2{
        padding-bottom: 0;
    }
    .indexBox6 .conBox{
        padding: 50px 40px;
    }
    .indexBox6 .conBox .text h2{
        font-size: 24px;
    }
    .indexBox6 .conBox .a a{
        width: 140px;
        height: 45px;
        line-height: 45px;
    }
    .indexBox7 .box1{
        padding: 50px 0;
    }
    .indexBox7 .box1 .textBox a{
        width: 145px;
        height: 45px;
        line-height: 45px;
    }
    .indexBox7 .box2 .item .text{
        padding: 30px 10px;
    }

    .indexBox8 .title{
        padding: 50px 0 30px;
    }
    .indexBox8 .title h2{
        padding-bottom: 0;
    }
    .indexBox8{
        padding-bottom: 50px;
    }
    .indexBox9 .title h2{
        padding: 40px 0 20px;
    }
    .indexBox9 .partnerSlick{
        margin-bottom: 30px;
    }
    .indexBox9 .partnerSlick .slick-dots{
        bottom: -30px;
    }
    .indexBox10 .title{
        padding: 50px 0 30px;
    }
    .indexBox10 .title h2{
        padding-bottom: 0;
    }
    .indexBox10 .itemBox{
        margin: 0 -5px;
    }
    .indexBox10 .item{
        padding: 0 5px;
    }
    .indexBox10 .item .conBox .img span{
        left: 15px;
        font-size: 18px;
    }
    .indexBox10 .item .conBox .text{
        padding: 15px;
    }
    .indexBox10 .item .conBox .text h3{
        font-size: 20px;
    }
    .indexBox10 .item .conBox .text p{
        line-height: 1.6;
    }
    .indexBox10 .item .conBox .text a{
        margin-top: 5px;
    }
    .indexBox10 .a{
        padding: 20px 0 30px;
    }
    .indexBox10 .a a{
        width: 140px;
        height: 45px;
        line-height: 43px;
    }
    .indexFooter .conBox .title h2{
        padding-bottom: 20px;
    }
    .footer_box .fast_navigation{
        padding-top: 50px;
    }

    .pageBanner{
        height: 400px;
    }
    .pageBanner.aboutBanner{
        height: 440px;
    }
    .pageBanner h1{
        padding-top: 180px;
    }

    .productBox1 h2{
        padding-bottom: 20px;
    }
    .productBox1 p{
        line-height: 1.6;
    }

    .productBox2{
        padding: 50px 0;
    }
    .productBox2 .productListBox .list .img{
        padding-right: 20px;
    }
    .productBox2 .productListBox .list .text h3 a{
        font-size: 24px;
    }
    .productBox2 .productListBox .list .text > a{
        width: 140px;
        height: 45px;
        line-height: 45px;
    }

    .footer_box .pageFooter{
        padding: 30px 0;
    }
    .footer_box .pageFooter p{
        font-size: 20px;
    }
    .footer_box .pageFooter p a{
        width: 145px;
        height: 45px;
        line-height: 43px;
        font-size: 16px;
    }

    .product_img_box{
        width: 500px;
    }

    .parameter_box{
        margin-left: 500px;
    }
    .parameter_box h1{
        padding-top: 0;
        font-size: 24px;
        padding-bottom: 10px;
    }
    .parameter_box p{
        line-height: 1.6;
    }
    .descriptionBox{
        margin-top: 20px;
    }
    .descriptionBox li{
        width: 140px;
    }
    .parameter_btn a.a1{
        width: 145px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .productDetailBtnBox .slick_first a{
        height: 60px;
    }

    .applicationBox1{
        padding: 50px 0;
    }
    .applicationBox1 p{
        line-height: 1.6;
    }
    .applicationBox2:before{
        height: 100px;
    }
    .applicationBox2 .item .text{
        height: 100px;
    }
    .applicationBox2 .item .text p{
        font-size: 18px;
    }
    .applicationBox3 .item{
        padding: 50px 0;
    }
    .applicationBox3 .item .text p{
        line-height: 1.6;
    }

    .contactBox1{
        padding: 50px 0;
    }
    .contactBox1 .title h1{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contactBox3{
        padding-top: 50px;
    }
    .contactBox3 .title h2{
        padding-bottom: 20px;
    }
    .contactBox3 .item{
        padding: 30px 20px;
    }
    .contactBox3 .item .text h3{
        font-size: 20px;
    }
    .contactBox3 .item .text a, .contactBox3 .item .text p{
        line-height: 1.6;
    }
    .contactBox4{
        padding: 50px 0;
    }
    .contactBox4 iframe{
        height: 300px;
    }

    .aboutMenuBox .item a{
        font-size: 18px;
    }
    .aboutBox1{
        padding: 50px 0;
    }
    .aboutBox1 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox1 .item{
        padding: 0 5px;
    }
    .aboutBox2 .img{
        height: 600px;
    }
    .aboutBox2 .conBox{
        bottom: 50px;
    }
    .aboutBox3 .title{
        padding: 50px 0 30px;
    }
    .aboutBox4 .title h2{
        padding: 50px 0 20px;
    }
    .aboutBox4 .imgBox{
        padding-bottom: 40px;
    }
    .aboutBox4 .img{
        width: 25%;
    }
    .cultureBox .item .text{
        padding: 10px 30px;
    }
    .cultureBox .item .text h3{
        font-size: 20px;
        padding-bottom: 10px;
    }

    .qualityBox1{
        padding: 50px 0;
    }
    .qualityBox2 .title h2{
        padding: 50px 0 30px;
    }
    .qualityBox2 .qualityTabBox .switch .text h3{
        font-size: 20px;
    }
    .qualityBox2 .qualityTabBox .switch .text p{
        line-height: 1.6;
    }
    .qualityBox2 .qualityTabBox .switch .text{
        padding: 30px 20px;
    }

    .qualityBox3{
        padding: 50px 0;
    }
    .qualityBox4 .title{
        padding-top: 50px;
    }
    .qualityBox4 .title h2{
        padding-bottom: 10px;
    }
    .qualityBox4 .qualitySlickBox{
        padding: 30px 0 50px;
    }
    .qualityBox4 .contentSlick{
        padding-right: 24%;
    }
    .qualityBox4 .btnSlick .slick_first .text{
        font-size: 14px;
    }
    .qualityBox4 .contentSlick .slick_first .text{
        padding: 30px 20px;
    }
    .qualityBox4 .contentSlick .slick_first .text h3{
        font-size: 20px;
    }
    .qualityBox4 .contentSlick .slick_first .text p{
        line-height: 1.6;
    }

    .teamBox1{
        padding: 50px 0;
    }
    .teamBox1 h2{
        padding-bottom: 10px;
    }
    .teamBox2 .conBox .poaBox{
        display: none;
    }
    .teamBox2 .conBox .smallSlick{
        padding: 0 0 30px;
    }
    .teamBox2 .conBox .smallSlick .slick-dots{
        bottom: 0;
    }
    .teamBox2 .conBox .smallSlick .slick-dots li.slick-active{
        background: #1893ad;
    }
    .teamBox2 .conBox .smallSlick .slick_first{
        margin: 0 5px;
    }
    .teamBox4{
        padding: 50px 0;
    }
    .teamBox4 .conBox .text{
        padding-bottom: 30px;
    }
    .teamBox4 .conBox .text h2{
        line-height: 1.2;
    }
    .teamBox4 .conBox .text p{
        line-height: 1.6;
    }
    .teamBox4 .conBox .patentCertificateSlick{
        padding-bottom: 30px;
    }
    .teamBox5{
        padding: 50px 0;
    }
    .teamBox5 .text{
        padding-bottom: 20px;
    }
    .teamBox5 .text p{
        line-height: 1.6;
    }
    .teamBox5 .certificateSlick{
        padding-bottom: 30px;
    }

    .indexBox8 .itemBox{
        background: none;
    }
    .indexBox8 .item{
        width: 50%;
        padding-bottom: 0 !important;
        margin: 0 0 10px !important;
    }

    .banner_slick .slick_first .text a.video_click{
        margin-top: 40px;
    }




    .contactBox3 .item:nth-of-type(1) .text p{
        padding-left: 84px;
    }
    .contactBox3 .item:nth-of-type(2) .text p{
        padding-left: 50px;
    }
}
@media (max-width: 992px){
    .banner_slick .slick_first .img{
        height: 400px;
    }
    .banner_slick .slick_first .text h2,
    .indexBox2 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox7 .box1 .textBox h2,
    .indexBox7 .box2 .item .text h3 span,
    .indexBox7 .box2 .item .text h3 em,
    .indexBox8 .title h2,
    .indexBox9 .title h2,
    .indexBox10 .title h2,
    .pageBanner h1,
    .productBox1 h2,
    .productDetailContentBox .title h2,
    .applicationBox1 h2,
    .contactBox1 .title h1,
    .contactBox2 .conBox h2,
    .contactBox3 .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3 span,
    .aboutBox1 .item .text h3 em,
    .aboutBox2 .conBox .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .qualityBox1 h2,
    .qualityBox2 .title h2,
    .qualityBox3 h2,
    .qualityBox4 .title h2,
    .teamBox1 h2,
    .teamBox4 .conBox .text h2,
    .teamBox5 .text h2{
        font-size: 30px;
    }

    .Three_menu_box{
        padding-left: 10px;
    }
    .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: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .langBox{
        top: 0;
        right: 10px;
    }
    .langBox span{
        width: auto;
        height: auto;
        border: 0;
        line-height: 60px;
    }
    .lang a{
        line-height: 60px;
        font-size: 18px;
        color: #333333;
    }

    .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: #000000;
        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;
        cursor: pointer;
        z-index: 2;
        background: url("https://con-rem.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/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 .item{
        width: 48%;
        max-width: none;
    }
    .footer_box .fast_navigation .item:nth-of-type(2),
    .footer_box .fast_navigation .item:nth-of-type(3){
        display: none;
    }

    .indexBox1:before{
        width: 100%;
        height: 88px;
        top: 0;
        left: 0;
    }
    .indexBox1 .conBox{
        flex-wrap: wrap;
    }
    .indexBox1 .title{
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .indexBox1 .itemBox{
        width: 100%;
    }
    .indexBox1 .itemBox .item{
        padding: 15px 5px;
    }
    .indexBox1 .itemBox .item:last-child{
        border-right: 1px solid #e5e5e5;
    }
    .indexBox1 .itemBox .item span{
        font-size: 16px;
    }
    .indexBox2 .btn .img{
        padding: 10px;
    }
    .indexBox2 .btn .t{
        padding: 0 0 10px;
    }
    .indexBox2 .btn .t p{
        font-size: 14px;
    }
    .indexBox3 .conBox .textBox{
        padding-right: 30px;
    }
    .indexBox4 .item .text p{
        line-height: 1.4;
    }
    .indexBox5 .item{
        width: 25%;
    }

    .indexBox6 .conBox{
        padding: 30px 20px;
    }
    .indexBox6 .conBox .text h2{
        padding-bottom: 0;
    }
    .historySlickBox:before{
        top: 0;
    }
    .historySlickBox .slick_first:nth-of-type(2n){
        margin: 0;
    }
    .historySlickBox .slick_first .text:after{
        bottom: auto;
        top: -7px;
    }
    .historySlickBox .slick_first .text:before{
        display: none;
    }
    .historySlickBox .historySlick .slick-prev,
    .historySlickBox .historySlick .slick-next{
        top: 0;
    }
    .historySlickBox .slick_first{
        width: auto;
    }
    .historySlickBox .slick_first .text h3{
        font-size: 20px;
    }

    .pageBanner,
    .pageBanner.aboutBanner{
        height: 320px;
    }
    .pageBanner h1{
        padding-top: 150px;
    }

    .productBox2{
        overflow: hidden;
    }
    .productBox2 .submenu_wrap{
        width: 100%;
    }
    .productBox2 .info{
        display: none;
    }
    .productBox2 .productListBox{
        width: 100%;
        float: left;
        margin-left: 0;
        padding-left: 0;
        overflow: hidden;
        margin-top: 30px;
    }
    .productBox2 .productListBox .list{
        margin-bottom: 20px;
    }
    .productBox2 .productListBox .list .text h3 a{
        font-size: 20px;
    }
    .productBox2 .productListBox .list .text .t p{
        line-height: 1.6;
    }
    .productBox2 .productListBox .list .text > a{
        margin-top: 10px;
    }

    .product_box{
        padding-bottom: 40px;
    }
    .product_content{
        margin-top: 0;
    }
    .product_img_box{
        width: auto;
    }
    .pro_S_img .img:not(:last-child){
        margin-right: 0;
    }
    .parameter_box{
        margin-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }
    .productDetailContentBox{
        padding-top: 30px;
    }
    .productDetailBtnBox{
        display: none;
    }
    .productDetailContentBox .title{
        padding-bottom: 15px;
    }
    .productDetailContentBox table td{
        padding: 5px 15px;
    }
    .productDetailContentBox .packingDelivery .img{
        margin: 0 5px;
    }

    .applicationBox2 .item{
        padding: 0 5px;
    }
    .applicationBox2 .item .text p{
        font-size: 16px;
    }
    .applicationBox3 .item .text h3{
        font-size: 20px;
    }

    .applicationBox3 .item .img{
        width: 100%;
        text-align: center !important;
    }
    .applicationBox3 .item .img img{
        width: 100%;
    }
    .applicationBox3 .item .text{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 15px;
    }
    .applicationBox3 .item .text h3{
        padding-bottom: 5px;
    }

    .aboutMenuBox{
        display: none;
    }
    .aboutBox1 .item .text p{
        font-size: 14px;
    }
    .aboutBox2 .img{
        height: auto;
        display: block;
    }
    .aboutBox2 .img img{
        width: 100%;
        height: auto;
    }
    .aboutBox2 .conBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 767px;
        margin: auto;
    }
    .aboutBox2 .conBox .title h2{
        color: #303030;
        text-align: center;
        padding: 30px 0 20px;
    }
    .aboutBox2 .conBox .textSlick{
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .aboutBox2 .conBox .textSlick .slick-dots{
        text-align: center;
        padding-left: 0;
        bottom: 0;
    }
    .aboutBox2 .conBox .textSlick .slick_first{
        padding: 0;
        text-align: center;
    }
    .aboutBox4 .img .tp{
        padding: 0;
        overflow: hidden;
    }

    .cultureBox .itemBox{
        padding-top: 50px;
    }
    .cultureBox .item{
        margin-bottom: 50px;
    }

    .qualityBox2 .qualityTabBox .btnBox a,
    .qualityBox2 .qualityTabBox .btnBox a:after{
        line-height: 40px;
    }
    .qualityBox2 .qualityTabBox .btnBox a{
        padding-left: 30px;
    }
    .qualityBox2 .qualityTabBox .btnBox a:before{
        left: 10px;
    }
    .qualityBox2 .qualityTabBox .btnBox a:after{
        height: 40px;
    }
    .qualityBox2 .qualityTabBox .switch .text h3{
        padding-bottom: 10px;
    }

    .teamBox4 .conBox{
        flex-wrap: wrap;
    }
    .teamBox4 .conBox .text{
        width: 100%;
        text-align: center;
    }
    .teamBox4 .conBox .slickBox{
        width: 100%;
        padding-left: 0;
    }
    .banner_slick .slick_first .text{
        width: 100%;
        padding: 0 10px;
        left: 0;
        margin-left: 0;
    }
    .banner_slick .slick_first .text a.video_click{
        margin-top: 30px;
    }


    .contactBox3 .item .text h3{
        text-align: left;
    }
    .contactBox3 .item:nth-of-type(1) .text p{
        padding-left: 0;
    }
    .contactBox3 .item:nth-of-type(2) .text p{
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .banner_slick .slick_first .img{
        height: 300px;
    }
    .banner_slick .slick_first .text h2,
    .indexBox2 .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .indexBox7 .box1 .textBox h2,
    .indexBox7 .box2 .item .text h3 span,
    .indexBox7 .box2 .item .text h3 em,
    .indexBox8 .title h2,
    .indexBox9 .title h2,
    .indexBox10 .title h2,
    .pageBanner h1,
    .productBox1 h2,
    .productDetailContentBox .productDrawing h3,
    .productDetailContentBox .productPackaging h3,
    .applicationBox1 h2,
    .contactBox1 .title h1,
    .contactBox2 .conBox h2,
    .contactBox3 .title h2,
    .aboutBox1 .title h2,
    .aboutBox1 .item .text h3 span,
    .aboutBox1 .item .text h3 em,
    .aboutBox2 .conBox .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .qualityBox1 h2,
    .qualityBox2 .title h2,
    .qualityBox3 h2,
    .qualityBox4 .title h2,
    .teamBox1 h2,
    .teamBox4 .conBox .text h2,
    .teamBox5 .text h2{
        font-size: 24px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .indexBox1{
        display: none;
    }
    .indexBox2{
        border-bottom: 0;
    }
    .indexBox2 .productCatalogueBtnBox{
        display: none;
    }
    .indexBox3{
        background: #f4f4f4;
    }
    .indexBox3 .conBox{
        display: block !important;
        overflow: hidden;
        background: #ffffff;
        padding: 20px 10px !important;
        margin-bottom: 15px;
    }
    .indexBox3 .conBox .textBox h2{
        font-size: 20px;
    }
    .indexBox4 .item{
        width: 100%;
    }
    .indexBox4 .item .text{
        opacity: 1;
    }
    .indexBox5 .item{
        width: 33.33%;
    }
    .indexBox7 .box1 .textBox a{
        margin-top: 20px;
    }
    .indexBox7 .box2{
        border-top: 0;
    }
    .indexBox7 .box2 .itemBox{
        flex-wrap: wrap;
        border-top: 1px solid #396b85;
    }
    .indexBox7 .box2 .item{
        width: 33.33%;
        border-bottom: 1px solid #396b85;
    }
    .historySlickBox .slick_first .text{
        min-height: 0;
        border-left: 0;
        text-align: center;
        padding-left: 0;
        margin-left: 0;
    }
    .historySlickBox .slick_first .text:after{
        display: none !important;
    }
    .historySlickBox .historySlick .slick-prev{
        bottom: -15px;
        top: auto;
        left: 40%;
        width: 32px;
        height: 32px;
        right: -40px;
        margin-top: -16px;
        background: #1893ad;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
    }
    .historySlickBox .historySlick .slick-prev:before{
        position: absolute;
        content: '\e688';
        width: 32px;
        height: 32px;
        line-height: 32px;
        top: 0;
        left: 0;
        text-align: center;
        font-family: "iconfont", sans-serif;
        color: #ffffff;
        font-size: 30px;
    }
    .historySlickBox .historySlick .slick-next{
        bottom: -15px;
        top: auto;
        right: 40%;
    }
    .indexBox9 .partnerSlick{
        margin-bottom: 0;
    }

    .pageBanner,
    .pageBanner.aboutBanner{
        height: 280px;
        padding-bottom: 0;
    }
    .pageBanner h1{
        padding-top: 130px;
    }
    .productDetailContentBox .ico{
        width: 50%;
    }
    .productDetailContentBox .ico .img{
        margin-bottom: 10px;
    }
    .productDetailContentBox .packingDelivery{
        flex-wrap: wrap;
        justify-content: center;
    }
    .productDetailContentBox .packingDelivery .img:nth-of-type(2n){
        display: none;
    }
    .productDetailContentBox .packingDelivery .img{
        width: 30%;
    }

    .applicationBox2 .item .img img{
        width: 100px;
    }
    .applicationBox2 .item .text{
        padding-top: 10px;
    }

    .contactBox2 .conBox{
        padding: 30px 10px 20px;
    }
    .contactBox3 .item{
        width: 100%;
        margin-bottom: 10px;
        padding: 20px 10px;
    }
    .contactBox3 .item .text h3{
        padding-bottom: 10px;
    }

    .aboutBox1 .itemBox{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .aboutBox1 .item{
        width: 33.33%;
        margin-bottom: 20px;
    }
    .aboutBox1 .item:nth-of-type(3):before{
        display: none;
    }

    .cultureBox .item .img,
    .cultureBox .item .img img{
        width: 100%;
    }
    .cultureBox .item .text{
        width: 100%;
        padding: 20px 10px;
    }

    .qualityBox2 .qualityTabBox{
        background: none;
        border: 0
    }
    .qualityBox2 .qualityTabBox .btnBox{
        display: none;
    }
    .qualityBox2 .qualityTabBox .switchBox{
        width: 100%;
    }
    .qualityBox2 .qualityTabBox .switch{
        display: block;
        background: #ffffff;
        margin-bottom: 10px;
    }
    .qualityBox4 .contentSlick{
        padding-right: 0;
    }
    .qualityBox4 .contentSlick .slick-prev{
        left: 0;
        right: auto;
    }

    .kangr_zhl_shebei_box{
        padding: 8vw 0;
    }
    .kangr_zhl_shebei_title h4{
        font-size: 24px;
    }
    .kangr_zhl_shebei_ul li{
        width: 48.5%;
        margin-top: 24px;
    }
    .kangr_zhl_shebei_ul li h4{
        font-size: 18px;
    }
    .kangr_zhl_shebei_ul li p{
        font-size: 12px;
    }

    .indexBox8 .item{
        width: 100%;
    }
    .indexBox8 .item span{
        font-size: 20px;
    }
    .banner_slick .slick_first .text a.video_click{
        margin-top: 20px;
    }
    .banner_slick .slick_first .text h2{
        padding-bottom: 10px;
    }
    .banner_slick .slick_first .text p{
        line-height: 1.5;
    }
    .about_buj_box{
        padding: 8vw 0;
    }
    .about_buj_list_box{
        padding: 8vw 0;
    }
    .about_buj_list_content{
        flex-wrap: wrap;
    }
    .about_buj_list_content_left{
        width: 100%;
    }
    .about_buj_list_content_left h4{
        font-size: 18px;
    }
    .about_buj_list_content_left p{
        font-size: 16px;
        margin-top: 10px;
    }
    .about_buj_list_content_right{
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 640px){

    .aboutBox2 .context h3 {
    font-size: 28px;
    display: table;
    margin: auto;
    padding: 25px 47px;
    text-align: center;
    margin-bottom: 30px;
    background: #00678b;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 30px;
}
.aboutBox2 .context {
    background: #f9f9f9;
    padding-bottom: 30px;
    padding-top: 1px;
}
    .banner_slick .slick_first .img{
        height: 240px;
    }
    .banner_slick .slick_first .text p{
        font-size: 14px;
    }
    .indexBox3 .conBox .textBox{
        width: 100% !important;
        padding-right: 0;
    }
    .indexBox3 .conBox .img{
        width: 100% !important;
        padding: 0 25%;
    }
    .indexBox4 .item .text{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 20px 10px;
        background: #333333;
    }
    .indexBox5 .item{
        width: 50%;
    }
    .indexBox6 .conBox{
        flex-wrap: wrap;
        padding: 15px 10px;
    }
    .indexBox6 .conBox .text{
        width: 100%;
        text-align: center;
    }
    .indexBox6 .conBox .a{
        width: 100%;
        text-align: center;
    }
    .indexBox7 .box2 .item{
        width: 50%;
    }
    .indexBox7 .box2 .item:nth-of-type(2n) .text{
        border-right: 0;
    }
    .indexBox10 .item{
        width: 100%;
    }

    .pageBanner,
    .pageBanner.aboutBanner{
        height: 220px;
    }
    .pageBanner h1{
        padding-top: 100px;
    }

    .productBox2 .productListBox .list .img{
        width: 100%;
        padding-right: 0;
    }
    .productBox2 .productListBox .list .text{
        width: 100%;
        padding-top: 10px;
    }
    .productBox2 .productListBox .page li:first-child,
    .productBox2 .productListBox .page li:last-child{
        width: 40px;
        height: 40px;
    }
    .productBox2 .productListBox .page li a{
        line-height: 40px;
    }
    .productBox2 .productListBox .page li:first-child:before,
    .productBox2 .productListBox .page li:last-child:before{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .footer_box .pageFooter p{
        font-size: 16px;
    }

    .descriptionBox li{
        margin-right: 5px;
    }
    .productDetailContentBox .classificationBox .img{
        width: 100%;
    }

    .applicationBox2:before{
        display: none;
    }
    .applicationBox2 .item{
        width: 50%;
    }
    .applicationBox2 .item .text{
        height: auto;
        padding-bottom: 20px;
    }
    .applicationBox2 .item .text p{
        color: #000000;
    }

    .contactBox2 .conBox .info{
        width: 100%;
    }
    .contactBox4 iframe{
        height: 220px;
    }


    .aboutBox1 .item{
        width: 50%;
    }
    .aboutBox1 .item:nth-of-type(3):before{
        display: block;
    }
    .aboutBox1 .item:nth-of-type(2n):before{
        display: none;
    }

    .banner_slick .slick_first .text a.video_click{
        margin-top: 10px;
    }
}
@media (max-width: 540px){
    .indexFooter .conBox .info{
        width: 100%;
    }
    .footer_box .fast_navigation .item{
        width: 100%;
    }
    .footer_box .fast_navigation .item:nth-of-type(1){
        display: none;
    }
    .indexBox3 .conBox .img{
        padding: 0 22%;
    }
    .qualityBox2 .qualityTabBox .switch .img{
        width: 100%;
    }
    .qualityBox2 .qualityTabBox .switch .text{
        width: 100%;
        padding: 20px 10px;
    }
    .qualityBox4 .contentSlick .slick_first .img{
        width: 100%;
    }
    .qualityBox4 .contentSlick .slick_first .text{
        width: 100%;
    }
}
@media (max-width: 480px){
    .indexBox3 .conBox .img{
        padding: 0 18%;
    }
}
.qyry_box{
    padding-top: 0;
}
@media (max-width: 1768px) {
    .kangr_dz_bottom_lc_content_list_ul:after{
        display: none;
    }
    .kangr_dz_bottom_lc_content_list_ul li + li{
        margin-top: 20px;
    }
}
@media (max-width:1400px) {
    .kangr_dz_bottom_ul li:nth-of-type(4){
        margin-left: 20px;
    }
    .kangr_dz_bottom_ul li:nth-of-type(3){
        margin-right: 20px;
    }
    .kangr_dz_bottom_ul li h4{
        font-size: 18px
    }
    .kangr_dz_bottom_ul li{
        border-width: 5px;
    }
    .kangr_dz_bottom_ul li:after{
        right: -34%;
    }
    .kangr_dz_bottom_ul li:nth-of-type(3):after{
        right: -54%;
    }
}
@media (max-width: 768px) {
    .kangr_dz_info_box{
        padding: 8vw 0;
    }
    .kangr_dz_info_content{
        flex-wrap: wrap;
    }
    .kangr_dz_info_left{
        width: 100%;
    }
    .kangr_dz_info_left h4{
        font-size: 24px;
        text-align: center;
    }
    .kangr_dz_info_left p{
        margin-top: 15px;
    }
    .kangr_dz_info_right{
        width: 100%;
        border-radius: 5px;
        margin-top: 30px;
    }
    .kangr_dz_bottom_box{
        padding: 8vw 0;
    }
    .kangr_dz_bottom_ul li{
        width: 48.5%;
        margin-top: 3.2vw;
    }
    .kangr_dz_bottom_ul li:after{
        display: none;
    }
    .kangr_dz_bottom_ul li:nth-of-type(3){margin-right: 0;}
    .kangr_dz_bottom_ul li:nth-of-type(4){margin-left: 0;}
    .kangr_dz_bottom_ul:after{
        display: none;
    }
    .kangr_dz_bottom_lc_content{
        margin-top: 3.2;
        flex-wrap: wrap;
    }
    .kangr_dz_bottom_lc_content_list{
        width: 100%;
        margin-top: 3.8vw;
    }
    .kangr_dz_bottom_lc_content_list_title h4{
        font-size: 20px
    }
    .kangr_dz_bottom_lc_content_list_title {
        padding-bottom: 10px;
    }
}<!--0.00016999244689941-->