
.no_padding{
    padding: 0;
}
.header {
    position: relative;
}
.header .logo_box{
    position: absolute;
    top: 0;
    width: 357px;
    height: 122px;
    left: 50%;
    margin-left: -178px;
    text-align: center;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/logoBj.png") no-repeat bottom center;
    z-index: 99;
}
.header .logo_box .text span{
    font-size: 18px;
    line-height: 38px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
}
.header .logo_box a{
    display: block;
    line-height: 1;
}
.header .container_1600{
    display: table;
}
.headerTop{
    background: #012d6e;
}
.headerTop .headerNav ul li{
    float: left;
    margin-left: 30px;
}
.headerTop .headerNav ul li:nth-of-type(1){
    margin-left: 0;
}
.headerTop .headerNav ul li a{
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
.headerTop .headerLangBox{
    float: right;
}
.headerTop .headerLangBox .headerLang{
    float: left;
}
.headerTop .headerLangBox .headerLang span{
    display: inline-block;
    float: left;
    padding-left: 20px;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
    padding-right: 10px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/langIco.png") no-repeat left center;
}
.headerTop .headerLangBox .headerLang a{
    display: inline-block;
    float: left;
    line-height: 0;
}
.headerTop .headerLangBox .headerLang a img{
    padding: 11px 0 10px;
    display: inline-block;
}
.headerTop .headerLangBox .headerSearch{
    width: 220px;
    float: left;
    margin-left: 60px;
}
.headerTop .headerLangBox .headerSearch .info{
    width: 100%;
    padding-right: 38px;
    position: relative;
}
.headerTop .headerLangBox .headerSearch input[type="text"] {
    width: 100%;
    height: 38px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.headerTop .headerLangBox .headerSearch input[type="text"]::-webkit-input-placeholder{
    color: #ffffff;
}
.headerTop .headerLangBox .headerSearch input.btn_search {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.headerBot{
    background: #f6f6f6;
}
.headerNavBox{
    position: relative;
    float: left;
}
.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin-left: 55px;
}
.headerNavBox .nav_list > li:nth-of-type(1){
    margin-left: 0;
}
.headerNavBox .nav_list > li > a {
    display: block;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    padding: 21px 15px 21px 0;
    line-height: 1;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    transition: all .5s;
}
.headerNavBox .nav_list > li.active > a > span,
.headerNavBox .nav_list > li.on > a > span{
    color: #012d6e;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 60px;
    margin-left: -10px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 140px;
    display: none;
    z-index: 1;
    background: #012d6e;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 32px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #000000;
}

.headerInfo{
    float: right;
}
.headerInfo ul li{
    float: left;
    padding-left: 20px;
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}
.headerInfo ul li.headerTel{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/headerTel.png");
}
.headerInfo ul li.headerEmail{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/headerEmail.png");
}
.headerInfo ul li a{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
.headerInfo ul li a:hover{
    color: #012d6e;
}

.m_header {
    display: none;
}


.footer_box{
    position: relative;
    overflow: hidden;
    background: #f5f5f6;
    padding-top: 130px;
}
.footer_box .footerLogo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.footer_box .footerLogo .text{
    background: #012d6e;
}
.footer_box .footerLogo .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.footer_box .footerLogo .img{
    line-height: 0;
    text-align: center;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/logoBj.png") no-repeat center center;
}
.footer_box .container_1600{
    padding: 0 100px;
}
.footer_box .fast_navigation{
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 45px;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footer_box .fast_navigation .itemBox .item{
    width: 335px;
    float: left;
}
.footer_box .fast_navigation h2{
    font-size: 25px;
    color: #343434;
    font-weight: 700;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 5px;
}
.footer_box .fast_navigation .footerInfo li{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 7px;
}
.footer_box .fast_navigation .footerInfo li.footerEmail{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/footerEmail.png");
}
.footer_box .fast_navigation .footerInfo li.footerTel{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/footerTel.png");
}
.footer_box .fast_navigation .footerInfo li.footerAdd{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/footerAddress.png");
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #343434;
    font-weight: 300;
    line-height: 1.6;
}
.footer_box .fast_navigation li a{
    border-bottom: 1px solid transparent;
}
.footer_box .fast_navigation li a:hover {
    border-bottom-color: #111111;
}
.footer_box .footerForm .info{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.footer_box .footerForm .info .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 40px;
    color: #939393;
    font-size: 16px;
    font-weight: 300;
}
.footer_box .footerForm .info .tips{
    color: #ff0000;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #a0a0a0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 90px;
    background: none;
    border: 1px solid #a0a0a0;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}
.footer_box .footerForm .info input[type="submit"]{
    width: 100%;
    height: 45px;
    background: #012d6e;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    background: #362c2b;
    color: #ffffff;
}

.footer_box .fast_navigation .footer_shape{
    margin-top: 20px;
}
.footer_box .fast_navigation .footer_shape a{
    display: inline-block;
    line-height: 0;
    margin-right: 20px;
    float: left;
}
.footer_box .fast_navigation .footer_shape a:hover{
    opacity: .75;
    filter: none;
}


.footer_box .footer_copyright{
    border-top: 1px solid #707070;
    overflow: hidden;
    padding: 22px 0;
}
.footer_box .footer_copyright .text{
    text-align: center;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #343434;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}
.footer_box .footer_copyright p a.site_map{
    margin-right: 10px;
}
.footer_box .footer_copyright p span{
    display: inline-block;
    margin: 0 10px;
}
.footer_box .footer_copyright a:hover{
    color: #362c2b;
}


/*banner*/
.banner_slick .bannerImg{
    padding-top: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots{
    bottom: 30px;
}
.banner_slick .slick-dots li{
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #666666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.banner_slick .slick-dots li button{
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-left: 3px;
    background: #666666;
}
.banner_slick .slick-dots li.slick-active{
    width: 18px;
    height: 18px;
    border: 1px solid #012d6e;
}
.banner_slick .slick-dots li.slick-active button{
    background: #012d6e;
}


.indexBox1 .conBox{
    padding: 0 100px;
}
.indexBox1 .title{
    text-align: center;
    padding: 60px 0 40px;
}
.indexBox1 .title h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
}

.indexBox1 .indexProductClick{
    padding-bottom: 38px;
}
.indexBox1 .indexProductClick ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox1 .indexProductClick li{
    width: 16%;
    float: left;
    text-align: center;
    background: #e7e8e8;
    transition: all .3s;
    position: relative;
}
.indexBox1 .indexProductClick li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 8px;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productClickIco.png") no-repeat center center;
    opacity: 0;
    transition: all .3s;
}
.indexBox1 .indexProductClick li:hover:before,
.indexBox1 .indexProductClick li.on:before{
    opacity: 1;
    transition: all .3s;
}
.indexBox1 .indexProductClick li a{
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
    color: #515151;
    font-weight: 300;
    transition: all .3s;
}
.indexBox1 .indexProductClick li:hover,
.indexBox1 .indexProductClick li.on{
    background: #012d6e;
    transition: all .3s;
}
.indexBox1 .indexProductClick li:hover a,
.indexBox1 .indexProductClick li.on a{
    color: #ffffff;
    transition: all .3s;
}

.indexProductSwitch .ProductSwitch{
    height: 0;
    overflow: hidden;
}
.indexProductSwitch .ProductSwitch.on{
    height: auto;
}
.indexProductSwitch .ProductSwitch .text{
    padding-bottom: 50px;
}
.indexProductSwitch .ProductSwitch .text p{
    font-size: 18px;
    color: #414141;
    font-weight: 300;
    line-height: 1.5;
}
.indexProductSwitch .ProductSwitch .itemBox{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.indexProductSwitch .ProductSwitch .item{
    width: 33.33%;
    float: left;
    padding: 10px;
    margin-bottom: 25px;
}
.indexProductSwitch .ProductSwitch .item .t{
    position: relative;
    margin-bottom: 10px;
    padding-right: 110px;
    border-bottom: 2px solid #012d6e;
}
.indexProductSwitch .ProductSwitch .item .t span{
    display: block;
    font-size: 18px;
    color: #414141;
    line-height: 38px;
    padding-right: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexProductSwitch .ProductSwitch .item .t a{
    width: 100px;
    position: absolute;
    display: inline-block;
    line-height: 38px;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 18px;
    color: #414141;
    font-weight: 300;
    padding-left: 5px;
    opacity: 0;
    transition: all .3s;
}
.indexProductSwitch .ProductSwitch .item:hover .t a{
    opacity: 1;
    transition: all .3s;
}
.indexProductSwitch .ProductSwitch .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexProductSwitch .ProductSwitch .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;
}
.indexProductSwitch .ProductSwitch .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.indexBox2{
    padding: 0 100px;
    position: relative;
}
.indexBox2:before{
    position: absolute;
    content: '';
    height: 415px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #012d6e;
    z-index: -1;
}
.indexBox2 .title{
    text-align: center;
    padding: 50px 0;
}
.indexBox2 .title h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 10px;
}
.indexBox2 .title p{
    font-size: 18px;
    color: #414141;
    font-weight: 300;
}
.indexBox2 .indexApplication{
    position: relative;
    min-height: 690px;
}
.indexBox2 .indexApplicationSlick1{
    padding-top: 60px;
}
.indexBox2 .indexApplicationSlick1 .slickBox .slick-prev,
.indexBox2 .indexApplicationSlick1 .slickBox .slick-next{
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox2 .indexApplicationSlick1 .img{
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 360px;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .indexApplicationSlick1 .slickBox .slick-prev{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexApplicationArrowPrve.png");
}
.indexBox2 .indexApplicationSlick1 .slickBox .slick-next{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexApplicationArrowNext.png");
}
.indexBox2 .indexApplicationSlick2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1150px;
    margin: auto;
}
.indexBox2 .indexApplicationSlick2 .text h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 0;
}
.indexBox2 .indexApplicationSlick2 .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
}
.indexBox2 .indexApplicationSlick2 .text p a{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.indexBox2 .indexApplicationSlick2 .text > a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding-top: 10px;
}
.indexBox2 .indexApplicationSlick2 .text a:hover{
    text-decoration: underline;
}

.indexBox3{
    padding: 110px 0;
}
.indexBox3 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.indexBox3 .conBox .indexAboutVideo{
    width: 62.5%;
    float: left;
}
.indexBox3 .conBox .indexAboutVideo .video_click:after{
    display: none;
}
.indexBox3 .conBox .indexAboutText{
    width: 37.5%;
    float: left;
    padding-left: 55px;
}
.indexBox3 .conBox .indexAboutText .text{
    padding-right: 50px;
}
.indexBox3 .conBox .indexAboutText .text h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding: 10px 0;
}
.indexBox3 .conBox .indexAboutText .text p{
    font-size: 18px;
    color: #414141;
    font-weight: 300;
}
.indexBox3 .conBox .indexAboutText .img{
    line-height: 0;
    padding-top: 15px;
}
.indexBox3 .conBox .indexAboutText ul{
    padding: 30px 0;
}
.indexBox3 .conBox .indexAboutText ul li{
    padding-left:35px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexAboutIco.png") no-repeat left 5px;
}
.indexBox3 .conBox .indexAboutText a{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    display: inline-block;
}
.indexBox3 .conBox .indexAboutText a:hover{
    text-decoration: underline;
}

.indexBox4 .title{
    text-align: center;
}
.indexBox4 .title h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 15px;
}
.indexBox4 .title span{
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: #414141;
    font-weight: 300;
}
.indexBox4 .title span:hover{
    color: #012d6e;
    font-weight: 700;
    text-decoration: underline;
}
.indexBox4 .itemBox{
    margin-top: 35px;
    padding-bottom: 85px;
}
.indexBox4 .itemBox .slick-prev,
.indexBox4 .itemBox .slick-next{
    width: 52px;
    height: 52px;
    top: auto;
    bottom: 0;
    margin-top: 0;
    background-color: #f5f5f6;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox4 .itemBox .slick-prev{
    left: 50%;
    margin-left: -60px;
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexApplicationArrowPrve.png");
}
.indexBox4 .itemBox .slick-next{
    right: 50%;
    margin-right: -60px;
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexApplicationArrowNext.png");
}
.indexBox4 .itemBox .slick-prev:hover,
.indexBox4 .itemBox .slick-next:hover{
    background-color: #012d6e;
}
.indexBox4 .item{
    position: relative;
    overflow: hidden;
}
.indexBox4 .item .text{
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(1,45,110,.8);
    transition: all .3s;
}
.indexBox4 .item:hover .text{
    top: 0;
    opacity: 1;
    transition: all .3s;
}
.indexBox4 .item .text .t{
    position: absolute;
    top: 50%;
    left: 30%;
}
.indexBox4 .item .text .t p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
}
.indexBox4 .item .text .t a{
    display: inline-block;
    margin-top: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.indexBox4 .item .text .t a:hover{
    text-decoration: underline;
}

.indexBox5{
    padding: 90px 0 60px;
}
.indexBox5 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.indexBox5 .title h2{
    text-align: center;
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 30px;
}
.indexBox5 .itemBox{
    outline-color: #000;
}
.indexBox5 .item{
    width: 33.33%;
    float: left;
    padding: 0 12px;
}
.indexBox5 .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox5 .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;
}
.indexBox5 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.indexBox5 .item .time span{
    display: block;
    font-size: 14px;
    color: #414141;
    font-weight: 300;
    padding: 15px 0;
    text-transform: uppercase;
}
.indexBox5 .item .text h3 a{
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox5 .item .text > a{
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    display: inline-block;
}
.indexBox5 .item .text a:hover{
    color: #012d6e;
}

.aboutBanner{
    line-height: 0;
    text-align: center;
}

.aboutConBox{
    min-height: 500px;
}
.aboutConBox .conBox{
    position: relative;
    padding-left: 100px;
    padding-right: 460px;
}
.aboutConBox .aboutMenuBox{
    position: absolute;
    width: 360px;
    top: -115px;
    right: 100px;
}
.aboutConBox .aboutMenuBox h1{
    position: relative;
    background: #ffffff;
    margin-left: -70px;
    margin-bottom: 25px;
}
.aboutConBox .aboutMenuBox h1:before{
    position: absolute;
    content: '';
    width: 1000px;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #012d6e;
}
.aboutConBox .aboutMenuBox h1 span{
    display: block;
    line-height: 125px;
    background: #012d6e;
    padding-left: 70px;
    text-align: right;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    padding-right: 30px;
    border-bottom-left-radius: 50px;
}
.aboutConBox .aboutMenuBox ul{
    width: 235px;
    float: right;
    margin-right: 30px;
}
.aboutConBox .aboutMenuBox li{
    border-bottom: 1px solid #dcdcdc;
}
.aboutConBox .aboutMenuBox li a{
    display: block;
    text-align: right;
    font-size: 18px;
    color: #414141;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.aboutConBox .aboutMenuBox li a:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 6px;
    right: -30px;
    top: 50%;
    margin-top: -3px;
    background: #313131;
    transition: all .3s;
}
.aboutConBox .aboutMenuBox li a:hover,
.aboutConBox .aboutMenuBox li.on a{
    font-weight: 700;
    padding-right: 30px;
}
.aboutConBox .aboutMenuBox li a:hover:before,
.aboutConBox .aboutMenuBox li.on a:before{
    right: 0;
    transition: all .3s;
}

.companyBox{
    padding: 90px 0 100px;
}
.companyBox h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 55px;
}
.companyBox .textBox{
    overflow: hidden;
}
.companyBox .textBox .text{
    width: 55%;
    float: left;
    padding-right: 70px;
}
.companyBox .textBox .text p{
    font-size: 18px;
    color: #414141;
    line-height: 1.8;
}
.companyBox .textBox .text .img{
    line-height: 0;
    margin-top: 50px;
}
.companyBox .textBox .companyVideo{
    width: 45%;
    float: left;
}
.companyBox .textBox .companyVideo .video_click:after{
    display: none;
}

.exhibitionBox h2{
    padding-top: 90px;
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 30px;
}
.exhibitionBox .exhibitionClickBox{
    padding-bottom: 40px;
}
.exhibitionBox .exhibitionClickBox ul{
    overflow: hidden;
    width: 100%;
}
.exhibitionBox .exhibitionClickBox ul .slick-prev,
.exhibitionBox .exhibitionClickBox ul .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -25px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.exhibitionBox .exhibitionClickBox ul .slick-prev{
    left: 0;
    background-position: left center;
}
.exhibitionBox .exhibitionClickBox ul .slick-next{
    right: 0;
    background-position: right center;
}
.exhibitionBox .exhibitionClickBox ul.padding{
    padding: 0 30px;
}
.exhibitionBox .exhibitionClickBox ul li{
    width: 14%;
    float: left;
    text-align: center;
    background: #e7e8e8;
    position: relative;
    line-height: 56px;
    font-size: 18px;
    color: #515151;
    margin-right: 5px;
    margin-bottom: 8px;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s;
}
.exhibitionBox .exhibitionClickBox ul li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 8px;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productClickIco.png") no-repeat center center;
    opacity: 0;
    transition: all .3s;
}
.exhibitionBox .exhibitionClickBox ul li:hover,
.exhibitionBox .exhibitionClickBox ul li.on{
    background: #012d6e;
    color: #ffffff;
    transition: all .3s;
}
.exhibitionBox .exhibitionClickBox ul li:hover:before,
.exhibitionBox .exhibitionClickBox ul li.on:before{
    opacity: 1;
    transition: all .3s;
}
.exhibitionBox .exhibitionSwitchBox .switchBox{
    height: 0;
    overflow: hidden;
}
.exhibitionBox .exhibitionSwitchBox .switchBox.on{
    height: auto;
}
.exhibitionBox .exhibitionSwitchBox .switchBox .imgBox{
    line-height: 0;
    margin-bottom: 20px;
}
.exhibitionBox .exhibitionSwitchBox .switchBox .itemBox{
    margin-left: -7px;
    margin-right: -7px;
    overflow: hidden;
}
.exhibitionBox .exhibitionSwitchBox .switchBox .item{
    width: 25%;
    float: left;
    padding: 0 7px;
    margin-bottom: 15px;
}
.exhibitionBox .exhibitionSwitchBox .switchBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    border-top-right-radius: 50px;
}
.exhibitionBox .exhibitionSwitchBox .switchBox .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;
}
.exhibitionBox .exhibitionSwitchBox .switchBox .img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.exhibitionBox .tips{
    padding: 35px 0;
}
.exhibitionBox .tips p,
.exhibitionBox .tips a{
    font-size: 24px;
    color: #242222;
    font-weight: 700;
}
.exhibitionBox .tips a:hover{
    text-decoration: underline;
}

.historyBox1{
    padding-top: 90px;
}
.historyBox1 h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 25px;
}
.historyBox1 p{
    font-size: 18px;
    color: #414141;
    line-height: 1.8;
    margin-bottom: 30px;
}

.historyBox2 .itemBox{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 100px;
}
.historyBox2 .itemBox:before{
    position: absolute;
    content: '';
    width: 1px;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #dcdcdc;
}
.historyBox2 .itemBox:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 100px;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/historyAfter.png") no-repeat top center;
}
.historyBox2 .item{
    overflow: hidden;
    margin-top: -40px;
}
.historyBox2 .item:nth-of-type(1){
    margin-top: 0;
}
.historyBox2 .item .textBox{
    width: 50%;
    padding-left: 25px;
    float: right;
}
.historyBox2 .item .textBox .img{
    width: 173px;
    float: left;
    line-height: 0;
    position: relative;
}
.historyBox2 .item .textBox .img:before{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    left: -41px;
    background: rgba(1,45,110,0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historyBox2 .item .textBox .img:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: -31px;
    background: #012d6e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historyBox2 .item .textBox .text{
    margin-left: 173px;
    padding-left: 20px;
}
.historyBox2 .item:nth-of-type(2n) .textBox{
    float: left;
    padding-left: 0;
    padding-right: 25px;
}
.historyBox2 .item:nth-of-type(2n) .textBox .img{
    float: right;
}
.historyBox2 .item:nth-of-type(2n) .textBox .img:before{
    left: auto;
    right: -41px;
}
.historyBox2 .item:nth-of-type(2n) .textBox .img:after{
    left: auto;
    right: -31px;
}
.historyBox2 .item:nth-of-type(2n) .textBox .text{
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
    margin-right: 173px;
}
.historyBox2 .item .textBox .text h3{
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 5px;
}
.historyBox2 .item .textBox .text p{
    font-size: 16px;
    color: #414141;
    line-height: 1.4;
}

.cultureBox1{
    padding-top: 90px;
}
.cultureBox1.cultures{
    padding-top: 0;
}
.cultureBox1 h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 25px;
}
.cultureBox1 p{
    font-size: 18px;
    color: #414141;
    line-height: 1.8;
}
.cultureBox1 .itemBox{
    margin-left: -5px;
    margin-right: -5px;
    padding: 15px 0 45px;
}
.cultureBox1 .itemBox .slick-dots{
    bottom: 20px;
}
.cultureBox1 .itemBox .slick-dots li.slick-active{
    background: #012d6e;
}
.cultureBox1 .item{
    margin: 0 5px;
}
.cultureBox1 .item img{
    width: 100%;
}

.cultureBox2 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 0;
}
.cultureBox2 .item{
    width: 49.5%;
    float: left;
    text-align: center;
    min-height: 270px;
    padding: 35px 95px 0;
    background: #012d6e;
    border-top-right-radius: 50px;
}
.cultureBox2 .item:nth-of-type(2){
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
}
.cultureBox2 .item .img{
    line-height: 0;
}
.cultureBox2 .item h2{
    padding: 10px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.cultureBox2 .item p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
}

.cultureBox3{
    padding-top: 45px;
    margin-top: 30px;
    border-top: 3px solid #eeeeee;
}
.cultureBox3 h2,
.cultureBox3 h2 span{
    display: block;
    text-align: center;
    font-size: 24px;
    color: #242222;
    font-weight: 700;
}
.cultureBox3 .cultureSlick{
    padding: 40px;
}
.cultureBox3 .cultureSlick .slick-prev,
.cultureBox3 .cultureSlick .slick-next{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
}
.cultureBox3 .cultureSlick .slick-prev{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexApplicationArrowPrve.png");
}
.cultureBox3 .cultureSlick .slick-next{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexApplicationArrowNext.png");
}
.cultureBox3 .cultureSlick .slick_first{
    margin: 0 10px;
}
.cultureBox3 .tips{
    padding-bottom: 40px;
    text-align: center;
}
.cultureBox3 .tips p,
.cultureBox3 .tips a{
    font-size: 24px;
    color: #242222;
    font-weight: 700;
}
.cultureBox3 .tips a:hover{
    text-decoration: underline;
}

.certificateBox{
    padding-top: 90px;
}
.certificateBox h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 25px;
}
.certificateBox .itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 60px;
}
.certificateBox .itemBox .item{
    width: 19%;
    margin-bottom: 12px;
    line-height: 0;
    margin-right: 10px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}
.certificateBox .itemBox .item img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.certificateBox .itemBox .item:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.partnerBox{
    padding-top: 90px;
}
.partnerBox h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 25px;
}
.partnerBox .itemBox{
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    margin-bottom: 60px;
}
.partnerBox .itemBox .item{
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.partnerBox .itemBox .item .img{
    line-height: 0;
    border: 1px solid #d0d0d0;
}

.agencyBanner{
    position: relative;
}
.agencyBanner .img{
    line-height: 0;
    text-align: center;
}
.agencyBanner .textBox{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
}
.agencyBanner .text{
    position: relative;
    width: 700px;
    float: right;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #012d6e;
    border-bottom-left-radius: 70px;
}
.agencyBanner .text:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 1000px;
    left: 100%;
    background: #012d6e;
}
.agencyBanner .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4;
}

.agencyBox1 .text{
    padding: 35px 100px 40px;
}
.agencyBox1 .text p{
    font-size: 18px;
    color: #414141;
    line-height: 1.6;
}

.agencyBox2 .title h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    text-align: center;
    padding-bottom: 80px;
}

.agencyBox2 .agencyClickBox{
    position: relative;
}
.agencyBox2 .agencyClickBox:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    border-bottom: 1px dashed #bfbfbf;
}
.agencyBox2 .agencyClickBox .itemBox{
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.agencyBox2 .agencyClickBox .item{
    width: 156px;
    height: 156px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e5e5e5;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.agencyBox2 .agencyClickBox .item.on,
.agencyBox2 .agencyClickBox .item:hover{
    background: #012d6e;
    transition: all .3s;
}
.agencyBox2 .agencyClickBox .item:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    background: #012d6e;
    top: 50%;
    margin-top: -8px;
    right: -80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.agencyBox2 .agencyClickBox .item:last-child:before{
    display: none;
}
.agencyBox2 .agencyClickBox .item .t{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: #414141;
    transition: all .3s;
}
.agencyBox2 .agencyClickBox .item.on .t,
.agencyBox2 .agencyClickBox .item:hover .t{
    color: #ffffff;
    transition: all .3s;
}
.agencyBox2 .agencySwitchBox{
    margin-top: 48px;
}
.agencyBox2 .agencySwitchBox .switchBox{
    /* height: 0; */
    overflow: hidden;
    margin: 20px 0;
    padding: 0 170px;
    background: #f6f6f6;
    position: relative;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}
.agencyBox2 .agencySwitchBox .switchBox:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: #f6f6f6;
}
.agencyBox2 .agencySwitchBox .switchBox.on{
    height: auto;
    overflow: inherit;
    padding-top: 45px;
    padding-bottom: 45px;
}
.agencyBox2 .agencySwitchBox .switchBox .title h3{
    font-size: 25px;
    color: #414141;
    font-weight: 700;
    padding-top: 45px;
    padding-bottom: 10px;
}
.agencyBox2 .agencySwitchBox .switchBox .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.agencyBox2 .agencySwitchBox .switchBox .item{
    width: 19%;
    float: left;
}
.agencyBox2 .agencySwitchBox .switchBox .item .img{
    line-height: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.agencyBox2 .agencySwitchBox .switchBox .item .text p{
    font-size: 18px;
    color: #414141;
    margin-top: 10px;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox{
    overflow: hidden;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .img{
    width: 56%;
    float: left;
    line-height: 0;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .text{
    width: 44%;
    float: left;
    /* padding-left: 120px; */
    padding-top: 100px;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .text h3{
    font-size: 25px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 20px;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .text p{
    padding-left: 12px;
    position: relative;
    font-size: 18px;
    color: #414141;
    line-height: 1.4;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .text p:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 9px;
    background: #626262;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .text a{
    display: inline-block;
    background: #012d6e;
    color: #ffffff;
    line-height: 40px;
    padding: 0 20px;
    font-size: 18px;
    margin-top: 50px;
}
.agencyBox2 .agencySwitchBox .switchBox .conBox .text a:hover{
    background: #000;
}

.agencyBox3{
    padding: 65px 0;
}
.agencyBox3 .conBox{
    position: relative;
    background: #012d6e;
    border-bottom-left-radius: 80px;
}
.agencyBox3 .conBox:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 1000px;
    left: 100%;
    background: #012d6e;
}
.agencyBox3 .conBox .text{
    text-align: center;
    padding: 65px 0 48px;
}
.agencyBox3 .conBox .text h2{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.agencyBox3 .conBox .text p{
    font-size: 18px;
    color: #ffffff;
}
.agencyBox3 .conBox .text a{
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/agencyIco.png") no-repeat left center;
}
.agencyBox3 .conBox .text a:hover{
    text-decoration: underline;
}

.contactBanner{
    position: relative;
    margin-bottom: 28px;
}
.contactBanner .img{
    padding-top: 26%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactBanner .textBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    margin-top: -24px;
}
.contactBanner .textBox .text{
    padding: 0 100px;
}
.contactBanner .textBox .text h1{
    font-size: 36px;
    color:#ffffff;
    font-weight: 700;
    padding: 40px;
    background: #012d6e;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
}

.contactBox1{
    padding: 30px 0 105px;
}
.contactBox1 .conBox{
    overflow: hidden;
    padding: 0 100px;
}
.contactBox1 .textBox,
.contactBox1 .contactDownload{
    width: 50%;
    float: left;
}
.contactBox1 .textBox h2{
    font-size: 50px;
    color:#404040;
    padding-bottom: 25px;
    font-weight: 300;
}
.contactBox1 .textBox p{
    font-size: 18px;
    color:#414141;
    font-weight: 300;
    line-height: 1.6;
}
.contactBox1 .textBox .a{
    margin-top: 35px;
}
.contactBox1 .textBox .a a{
    width: 220px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 15px;
    background: #012d6e;
}
.contactBox1 .textBox .a a:hover{
    background: #2b61b1;
}
.contactBox1 .textBox .a a span{
    font-size: 18px;
    color:#ffffff;
    font-weight: 300;
    padding-left: 30px;
    line-height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
}
.contactBox1 .textBox .a a span.contactOnline{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/contactOnline.png");
}
.contactBox1 .textBox .a a span.contactInquiry{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/contactInquiry.png");
}
.contactBox1 .contactDownload .img{
    position: relative;
    line-height: 0;
    text-align: center;
    float: right;
}
.contactBox1 .contactDownload .img a{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -20px auto 0;
    display: inline-block;
    width: 225px;
    background: #012d6e;
    text-align: center;
}
.contactBox1 .contactDownload .img a span{
    display: inline-block;
    padding-left: 20px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/contactDownload.png") no-repeat left center;
}
.contactBox1 .contactDownload .img a:hover{
    background: #2b61b1;
}

.contactBox2{
    margin-bottom: 90px;
}
.contactBox2 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.contactBox2 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBox2 .item{
    width: 32.8%;
    min-height: 275px;
    float: left;
    padding: 35px 20px 0 60px;
    border: 1px solid #e5e5e5;
}
.contactBox2 .item > a{
    display: inline-block;
    width: 220px;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    background: #012d6e;
}
.contactBox2 .item > a:hover{
    background: #2b61b1;
}
.contactBox2 .item .text{
    min-height: 82px;
}
.contactBox2 .item .text p{
    font-size: 24px;
    color: #4c4c4c;
}
.contactBox2 .item .text h2{
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 700;
    padding: 5px 0;
}
.contactBox2 ul{
    margin-top: 10px;
    min-height: 114px;
}
.contactBox2 ul li{
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color:#414141;
    background-repeat: no-repeat;
    background-position: left 7px;
    line-height: 1.6;
}
.contactBox2 ul li.contactTel{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/contactTel.png");
}
.contactBox2 ul li.contactFax{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/contactFax.png");
}
.contactBox2 ul li.contactEmail{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/contactEmail.png");
}
.contactBox2 ul li:nth-of-type(3),
.contactBox2 ul li:nth-of-type(3) a{
    font-weight: 700;
    color: #012d6e;
}
.contactBox2 ul li a{
    font-size: 18px;
    color:#414141;
    line-height: 1.6;
}
.contactBox2 ul li a:hover{
    text-decoration: underline;
}

.contactBox3 .conBox{
    padding: 0 100px;
}
.contactBox3 .title h2{
    text-align: center;
    padding: 0 100px 40px;
    font-size: 30px;
    color:#2c2c2c;
    width: 1200px;
    margin: auto;
    line-height: 1.2;
}
.contactBox3 .contactTabClick .itemBox{
    text-align: center;
}
.contactBox3 .contactTabClick .item{
    display: inline-block;
    margin: 0 1px;
    width: 295px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    font-size: 24px;
    color: #2c2c2c;
    background: #f0f0f0;
    transition: all .3s;
}
.contactBox3 .contactTabClick .item.on,
.contactBox3 .contactTabClick .item:hover{
    color: #ffffff;
    background: #012d6e;
    transition: all .3s;
}
.contactBox3 .contactTabClick .textBox{
    margin: 40px 0;
}
.contactBox3 .contactTabClick .text{
    width: 1200px;
    padding: 0 100px;
    margin: auto;
    height: 0;
    overflow: hidden;
}
.contactBox3 .contactTabClick .text.on{
    height: auto;
}
.contactBox3 .contactTabClick .text p{
    font-size: 18px;
    color: #414141;
    text-align: center;
    line-height: 1.4;
}
.contactBox3 .contactForm{
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}
.contactBox3 .contactForm .info{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    position: relative;
    margin-bottom: 30px;
}
.contactBox3 .contactForm .info.contactCompany,
.contactBox3 .contactForm .info.imgVerifyCode{
    width: 100%;
}
.contactBox3 .contactForm .info .label_control{
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 36px;
    font-size: 18px;
    color:#2c2c2c;
    font-weight: 300;
}
.contactBox3 .contactForm .info .tips{
    position: absolute;
    top: 38px;
    left: 20px;
    color: #ff0000;
}
.contactBox3 .contactForm .info input[type="text"]{
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    color:#2c2c2c;
    font-weight: 300;
}
.contactBox3 .contactForm .info .controls{
    width: 415px;
    position: relative;
    margin: auto;
}
.contactBox3 .contactForm .info:last-child{
    text-align: center;
    width: 100%;
}
.contactBox3 .contactForm .info input[type="submit"]{
    display: inline-block;
    width: 300px;
    height: 44px;
    border: 0;
    font-size: 18px;
    color:#ffffff;
    font-weight: 300;
    background: #012d6e;
    cursor: pointer;
    transition: all .3s;
}
.contactBox3 .contactForm .info input[type="submit"]:hover{
    background: #2b61b1;
    transition: all .3s;
}

.contactBox4{
    margin-top: 30px;
    padding-bottom: 80px;
}
.contactBox4 #googleMap{
    width: 100%;
    height: 370px;
}

.serviceBanner{
    line-height: 0;
    text-align: center;
}

.serviceBox1 .conBox{
    padding: 0 160px;
}
.serviceBox1 .conBox .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 0 40px;
}
.serviceBox1 .conBox .item{
    width: 19.5%;
    float: left;
    display: inline-block;
    margin: 0 1px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #414141;
    background: #f0f0f0;
    transition: all .3s;
}
.serviceBox1 .conBox .item.on,
.serviceBox1 .conBox .item:hover{
    background: #012d6e;
    color: #ffffff;
    transition: all .3s;
}

.serviceSwitch{
    height: 0;
    overflow: hidden;
}
.serviceSwitch.on{
    height: auto;
}
.serviceSwitch .conBox{
    padding: 0 160px;
}

.serviceBox2 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceBox2 .item{
    width: 32.5%;
}
.serviceBox2 .item .img{
    line-height: 0;
}
.serviceBox2 .item .text{
    position: relative;
    min-height: 125px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 110px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-left-radius: 50px;
    transition: all .3s;
}
.serviceBox2 .item:hover .text{
    background-color: #012d6e;
    transition: all .3s;
}
.serviceBox2 .item .text.t1{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco1.png");
    transition: all .3s;
}
.serviceBox2 .item .text.t2{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco2.png");
    transition: all .3s;
}
.serviceBox2 .item .text.t3{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco3.png");
    transition: all .3s;
}
.serviceBox2 .item:hover .text.t1{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco1-1.png");
    transition: all .3s;
}
.serviceBox2 .item:hover .text.t2{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco2-1.png");
    transition: all .3s;
}
.serviceBox2 .item:hover .text.t3{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco3-1.png");
    transition: all .3s;
}
.serviceBox2 .item .text .t{
    position: absolute;
    top: 50%;
    left: 110px;
    right: 20px;
}
.serviceBox2 .item .text .t p{
    font-size: 18px;
    color: #414141;
    transition: all .3s;
}
.serviceBox2 .item .text .t a{
    opacity: 0;
    margin-top: 5px;
    font-size: 16px;
    color: #414141;
    display: inline-block;
    transition: all .3s;
}
.serviceBox2 .item:hover .text .t a{
    opacity: 1;
    transition: all .3s;
}
.serviceBox2 .item:hover .text .t p,
.serviceBox2 .item:hover .text .t a{
    color: #ffffff;
    transition: all .3s;
}
.serviceBox2 .item .text .t a:hover{
    text-decoration: underline;
}

.serviceBox3 .text p{
    font-size: 18px;
    color: #414141;
    line-height: 1.6;
}
.serviceBox3 .itemBox{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceBox3 .item{
    width: 49%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom-left-radius: 50px;
}
.serviceBox3 .item .img{
    line-height: 0;
}

.serviceBox4 .item{
    overflow: hidden;
    margin-bottom: 20px;
}
.serviceBox4 .item .img,
.serviceBox4 .item .text{
    width: 50%;
    float: left;
    overflow: hidden;
}
.serviceBox4 .item .img{
    border-bottom-left-radius: 50px;
}
.serviceBox4 .item .img img{
    width: 100%;
}
.serviceBox4 .item .text{
    position: relative;
    min-height: 340px;
}
.serviceBox4 .item .text .ico{
    line-height: 0;
    margin-top: 25px;
    padding-bottom: 20px;
}
.serviceBox4 .item .text .t{
    position: absolute;
    top: 50%;
    left: 65px;
}
.serviceBox4 .item .text .t h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 5px;
}
.serviceBox4 .item .text .t p{
    font-size: 18px;
    color: #414141;
    line-height: 1.4;
}
.serviceBox4 .item .text .t ul{
    margin-top: 15px;
}
.serviceBox4 .item .text .t ul li{
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/indexAboutIco.png") no-repeat left 5px;
}

.serviceBox5 .textBox1 .text{
    /*text-align: center;*/
}
.serviceBox5 .textBox1 .text span{
    font-size: 18px;
    color: #414141;
    font-weight: 300;
}
.serviceBox5 .textBox1 .text h2{
    font-size: 36px;
    font-weight: 700;
    color: #414141;
    padding: 10px 0 15px;
}
.serviceBox5 .textBox1 .text p{
    font-size: 18px;
    color: #414141;
    line-height: 1.4;
}
.serviceBox5 .textBox1 .serviceSlick{
    padding-top: 50px;
}
.serviceBox5 .textBox1 .serviceSlick .slick-prev,
.serviceBox5 .textBox1 .serviceSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.serviceBox5 .textBox1 .serviceSlick .slick-prev{
    background-position: left center;
    left: -35px;
}
.serviceBox5 .textBox1 .serviceSlick .slick-next{
    background-position: right center;
    right: -35px;
}
.serviceBox5 .textBox1 .serviceSlick .slick_first{
    margin: 0 5px;
    text-align: center;
}
.serviceBox5 .textBox1 .serviceSlick .slick_first .t{
    margin-top: 15px;
}
.serviceBox5 .textBox1 .serviceSlick .slick_first .t p{
    font-size: 18px;
    color: #414141;
    font-weight: 700;
}

.serviceBox5 .textBox2{
    padding-top: 70px;
}
.serviceBox5 .textBox2 h2{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #414141;
    padding: 10px 0 15px;
}
.serviceBox5 .textBox2 .itemBox{
    margin-top: 80px;
    position: relative;
}
.serviceBox5 .textBox2 .itemBox .img{
    position: relative;
    text-align: center;
    line-height: 0;
    z-index: 2;
}
.serviceBox5 .textBox2 .itemBox .item{
    width: 300px;
    height: 200px;
    position: absolute;
}
.serviceBox5 .textBox2 .itemBox .item:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -18px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco5.png");
}
.serviceBox5 .textBox2 .itemBox .item3:before,
.serviceBox5 .textBox2 .itemBox .item4:before{
    right: auto;
    left: -18px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/serviceIco6.png");
}
.serviceBox5 .textBox2 .itemBox .item1{
    top: 0;
    left: 0;
}
.serviceBox5 .textBox2 .itemBox .item2{
    bottom: 0;
    left: 0;
}
.serviceBox5 .textBox2 .itemBox .item3{
    top: 0;
    right: 0;
}
.serviceBox5 .textBox2 .itemBox .item4{
    bottom: 0;
    right: 0;
}
.serviceBox5 .textBox2 .itemBox .item span{
    position: absolute;
    z-index: 1;
    font-size: 144px;
    line-height: 1;
    top: 50%;
    margin-top: -72px;
    font-family: "Roboto", sans-serif;
    color: rgba(41,41,41,.2)
}
.serviceBox5 .textBox2 .itemBox .item1 span,
.serviceBox5 .textBox2 .itemBox .item2 span{
    right: -120px;
}
.serviceBox5 .textBox2 .itemBox .item3 span,
.serviceBox5 .textBox2 .itemBox .item4 span{
    left: -120px;
}
.serviceBox5 .textBox2 .itemBox .item .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #012d6e;
}
.serviceBox5 .textBox2 .itemBox .item .t{
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
}
.serviceBox5 .textBox2 .itemBox .item .t p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
}

.serviceBox6 .text{
    padding-bottom: 40px;
}
.serviceBox6 .text h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 25px;
}
.serviceBox6 .text p{
    font-size: 18px;
    color: #414141;
    line-height: 1.4;
}
.serviceBox6 .img{
    line-height: 0;
    text-align: center;
}
.serviceBox6 .img img{
    width: 100%;
}

.serviceTips{
    text-align: center;
    padding: 60px 0 70px;
}
.serviceTips p,
.serviceTips a{
    font-size: 24px;
    color: #242222;
    font-weight: 700;
}
.serviceTips a:hover{
    text-decoration: underline;
}

.applicationTabClick{
    overflow: hidden;
    padding: 50px 0 80px;
}
.applicationTabClick .itemBox{
    text-align: center;
    background: #ffffff;
}
.applicationTabClick .itemBox.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    z-index: 999;
}
.applicationTabClick .item{
    display: inline-block;
    margin: 0 2px;
    min-width: 320px;
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    cursor: pointer;
    font-size: 24px;
    color: #363636;
    font-weight: 700;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .3s;
}
.applicationTabClick .item.on,
.applicationTabClick .item:hover{
    background: #012d6e;
    color: #ffffff;
    transition: all .3s;
}

.applicationTabSwitch{
    height: 0;
    overflow: hidden;
}
.applicationTabSwitch.on{
    height: auto;
}

.applicationBox1 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.applicationBox1 .conBox h2{
    font-size: 24px;
    color: #363636;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}
.applicationBox1 .conBox .img{
    line-height: 0;
    text-align: center;
}
.applicationBox1 .conBox .text h3{
    width: 340px;
    height: 175px;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 35px;
    padding-left: 100px;
    background: #012d6e;
    float: left;
}
.applicationBox1 .conBox .text .t{
    margin-left: 340px;
    padding: 40px 0 0 25px;
}
.applicationBox1 .conBox .text .t p{
    line-height: 2;
    font-size: 18px;
    color: #414141;
}

.applicationBox2{
    padding-top: 90px;
}
.applicationBox2 .conBox{
    padding: 0 100px;
    display: inline-block;
    width: 100%;
}
.applicationBox2 .conBox .textBox{
    float: left;
    width: 50%;
    padding-right: 10px;
}
.applicationBox2 .conBox .textBox h2{
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 700;
    padding-left: 15px;
    line-height: 33px;
    margin-bottom: 15px;
    border-left: 13px solid #012d6e;
}
.applicationBox2 .conBox .textBox p{
    font-size: 18px;
    color: #414141;
    line-height: 1.6;
}
.applicationBox2 .conBox .textBox .itemBox{
    margin-top: 40px;
}
.applicationBox2 .conBox .textBox .itemBox .item{
    overflow: hidden;
    margin-bottom: 10px;
}
.applicationBox2 .conBox .textBox .itemBox .item span{
    width: 40px;
    height: 40px;
    background: #012d6e;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    float: left;
    border: 5px solid #8096b6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.applicationBox2 .conBox .textBox .itemBox .item .t{
    margin-left: 40px;
    padding-left: 20px;
    padding-top: 6px;
}
.applicationBox2 .conBox .imgBox{
    width: 50%;
    float: left;
    line-height: 0;
}
.applicationBox2 .applicationSlick{
    margin-top: 70px;
}
.applicationBox2 .applicationSlick .slick-prev,
.applicationBox2 .applicationSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.applicationBox2 .applicationSlick .slick-prev{
    left: -30px;
    background-position: left center;
}
.applicationBox2 .applicationSlick .slick-next{
    right: -30px;
    background-position: right center;
}
.applicationBox2 .applicationSlick .slick_first{
    margin: 0 10px;
}
.applicationBox2 .applicationSlick .t{
    border-bottom: 2px solid #012d6e;
    margin-bottom: 10px;
}
.applicationBox2 .applicationSlick .t p{
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    padding: 8px 0;
}
.applicationBox2 .applicationSlick .img img{
    clear: both;
    display: block;
    margin: auto;
}

.applicationBox3{
    background: #f6f6f6;
    margin-top: 40px;
    padding-bottom: 80px;
}
.applicationBox3 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.applicationBox3 .title h2{
    text-align: center;
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 700;
    padding: 50px 0 30px;
}
.applicationBox3 .itemBox{
    background: #ffffff;
    overflow: hidden;
}
.applicationBox3 .itemBox .item{
    overflow: hidden;
}
.applicationBox3 .itemBox .item .img{
    width: 50%;
    float: left;
    padding-top: 480px;
    background-repeat: no-repeat;
    background-position:  center center;
}
.applicationBox3 .itemBox .item:nth-of-type(2n) .img{
    float: right;
}
.applicationBox3 .itemBox .item .textBox{
    width: 50%;
    float: left;
    padding: 80px 80px 0;
}
.applicationBox3 .itemBox .item:nth-of-type(2n) .textBox{
    float: right;
}
.applicationBox3 .itemBox .item .textBox .text h3{
    padding-bottom: 5px;
}
.applicationBox3 .itemBox .item .textBox .text h3,
.applicationBox3 .itemBox .item .textBox .text h3 span{
    display: block;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 700;
}
.applicationBox3 .itemBox .item .textBox .text p{
    font-size: 18px;
    color: #414141;
    line-height: 1.6;
}
.applicationBox3 .itemBox .item:nth-of-type(1) .textBox ul{
    margin-top: 40px;
}
.applicationBox3 .itemBox .item:nth-of-type(1) .textBox ul li{
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/plasticIco1.png") no-repeat left 2px;
}
.applicationBox3 .itemBox .item .textBox ul li p{
    font-size: 18px;
    color: #414141;
    line-height: 28px;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox,
.applicationBox3 .itemBox .item:nth-of-type(3) .textBox{
    padding: 50px 40px 0;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox .text{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox .text h3{
    padding-bottom: 10px;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox .text p{
    line-height: 1.4;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox ul{
    width: 50%;
    float: left;
}
.applicationBox3 .itemBox .item:nth-of-type(3) .textBox ul{
    margin-top: 20px;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox ul li a,
.applicationBox3 .itemBox .item:nth-of-type(3) .textBox ul li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #414141;
    line-height: 1.4;
    padding-left: 0;
    text-decoration: underline;
    transition: all .3s;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/plasticIco2.png") no-repeat -30px center;
}
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox ul li a:hover,
.applicationBox3 .itemBox .item:nth-of-type(3) .textBox ul li a:hover{
    padding-left: 25px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/plasticIco2.png") no-repeat left center;
    transition: all .3s;
}
.applicationBox3.foodApplicationBox3 .itemBox .item:nth-of-type(2n) .textBox,
.applicationBox3.chemistryApplicationBox3 .itemBox .item:nth-of-type(2n) .textBox,
.applicationBox3.chemistryApplicationBox3 .itemBox .item:nth-of-type(1) .textBox{
    padding: 125px 80px 0;
}
.applicationBox3.foodApplicationBox3 .itemBox .item:nth-of-type(2n) .textBox .text,
.applicationBox3.chemistryApplicationBox3 .itemBox .item:nth-of-type(2n) .textBox .text{
    width: 100%;
}

.applicationBox4{
    padding: 80px 0;
    background: #012d6e;
}
.applicationBox4 .conBox{
    padding: 0 100px;
}
.applicationBox4 .title h2{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    padding-bottom: 25px;
}
.applicationBox4 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.applicationBox4 .item{
    width: 24%;
    position: relative;
}
.applicationBox4 .item h3{
    border: 1px solid #37598d;
    line-height: 40px;
    padding: 0 25px 0 15px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.applicationBox4 .item h3:before{
    position: absolute;
    content: '';
    width: 12px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/applicationIco.png") no-repeat center center;
}
.applicationBox4 .item a{
    display: block;
    width: 100%;
    height: 40px;
    background: #37598d;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
}
.applicationBox4 .item a:hover{
    background: #075cbd;
}
.applicationBox4 .item ul{
    position: absolute;
    border: 1px solid #37598d;
    border-top: 0;
    left: 0;
    right: 0;
    top: 42px;
    max-height: 120px;
    background: #012d6e;
    display: none;
    z-index: 999;
}
.applicationBox4 .item.on ul{
    overflow-y: auto !important;
}
.applicationBox4 .item ul li{
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.applicationBox4 .item ul li.on{
    background: #075cbd;
}

.applicationBox5{
    padding: 35px 0 55px;
}
.applicationBox5 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.applicationBox5 .itemBox{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.applicationBox5 .item{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.applicationBox5 .item .t{
    border-bottom: 2px solid #012d6e;
    margin-bottom: 10px;
}
.applicationBox5 .item .t p{
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    line-height: 40px;
}
.applicationBox5 .item .img{
    line-height: 0;
}
.applicationBox5 .item .img img{
    width: 100%;
}
.applicationBox5 .textBox{
    background: #012d6e;
    text-align: center;
    padding: 20px;
}
.applicationBox5 .textBox p,
.applicationBox5 .textBox p a{
    color: #ffffff;
    font-size: 18px;
}
.applicationBox5 .textBox p a{
    text-decoration: underline;
}

.caseBox{
    padding: 90px 0 80px
}
.caseBox h2{
    font-size: 36px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 30px;
}
.caseBox .caseTabClick{
    overflow: hidden;
    padding-bottom: 30px;
}
.caseBox .caseTabClick .item{
    padding: 5px 10px;
    float: left;
    min-width: 100px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #414141;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}
.caseBox .caseTabClick .item.on,
.caseBox .caseTabClick .item:hover{
    color: #ffffff;
    font-weight: 700;
    background: #012d6e;
    transition: all .3s;
}
.caseBox .caseTabSwitch .switch{
    height: 0;
    overflow: hidden;
}
.caseBox .caseTabSwitch .switch.on{
    height: auto;
}
.caseBox .caseTabSwitch .itemBox{
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.caseBox .caseTabSwitch .itemBox .item{
    width: 50%;
    float: left;
    vertical-align: top;
    padding: 0 20px;
}
.caseBox .caseTabSwitch .itemBox .item .img{
    line-height: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.caseBox .caseTabSwitch .itemBox .item .img a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 100%;
    background: rgba(1,45,100,0.7);
}
.caseBox .caseTabSwitch .itemBox .item:hover .img a{
    margin-top: 0;
}
.caseBox .caseTabSwitch .itemBox .item .img a span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.caseBox .caseTabSwitch .itemBox .item .text{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.caseBox .caseTabSwitch .itemBox .item .text p{
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.6;
}
.caseBox .caseTabSwitch .itemBox .item .text p span{
    font-weight: 700;
    font-size: 18px;
    color: #666666;
}
.caseDetailTextBox p{
    font-size: 16px;
    line-height: 1.6;
}
.caseDetailTextBox p strong{
    font-size: 16px;
}

.news_box .col_lg_6{
    position: sticky;
    top: 0;
    left: 0;
}
.relatedProduct{
    margin-top: 30px;
}
.relatedProductSlick{
    height: 0;
    overflow: hidden;
    padding: 15px 10px 30px;
    border: 1px solid #dcdcdc;
}
.relatedProductSlick .slick-dots{
    left: 0;
    right: 0;
}
.relatedProductSlick .slick-dots li.slick-active{
    background: #012d6e;
}
.relatedProductSlick .text{
    padding: 10px 0;
}
.relatedProductSlick .text a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videoClick a{
    margin-top: 30px;
    display: block;
    line-height: 60px;
    text-align: center;
    background: #e5e5e5;
}
.videoClick a span{
    display: inline-block;
    padding-left: 40px;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/videoclick.png") no-repeat left center;
    -webkit-background-size: 30px;
    background-size: 30px;
}

.newNews{
    overflow: hidden;
}
.newNews .imgBox{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.newNews .img{
    width: 100%;
    line-height: 0;
    overflow: hidden;
    background: #f5f5f5;
}
.newNews .img img{
    width: 100%;
}
.newNews .imgBox .t{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}
.newNews .imgBox .t a{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
}

.videoBox{
    padding: 50px 0 60px;
}
.videoBox .submenu_wrap{
    width: 285px;
    float: left;
    position: sticky;
    top: 0;
    left: 0;
}
.videoBox .submenu_wrap h2 {
    background: #212121;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 2.4em;
}
.videoBox .submenu_wrap h2 span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat top center;
    display: none;
}
.videoBox .submenu_wrap h2.active span {
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat bottom center;
}
.videoBox .submenu_wrap ul.submenu_wrap_ul {
    border: 1px solid #eeeeee;
}
.videoBox .submenu_wrap ul.submenu_wrap_ul li:nth-of-type(1) {
    border-top: 0;
}
.videoBox .submenu_wrap ul.submenu_wrap_ul li {
    border-top: 1px solid #eeeeee;
    background: #ffffff;
    position: relative;
}
.videoBox .submenu_wrap ul.submenu_wrap_ul li a {
    display: block;
    line-height: 36px;
    padding-left: 15px;
    font-size: 14px;
    color: #484848;
}
.videoBox .submenu_wrap ul.submenu_wrap_ul li a:hover {
    background: #f5f5f5;
}
.videoBox .submenu_wrap_ul .submenu_ul li a {
    padding-left: 30px;
}

.videoBox .videoConBox{
    margin-left: 285px;
    padding-left: 20px;
}
.videoBox .videoConBox .videoBt h1{
    font-size: 30px;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 2px solid #000000;
}
.videoBox .videoConBox .title h2{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid #000000;
}
.videoBox .videoConBox .items{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.videoBox .videoConBox .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.videoBox .videoConBox .item iframe{
    background: #f5f5f5;
}

.productDownload{
    background: #222222;
    border: 1px solid #222222;
}
.productDownload span{
    display: inline-block;
    padding-left: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productDownload.png") no-repeat left center;
}

.productDownloadBox{
    overflow: hidden;
}
.productDownloadBox .item{
    width: 50%;
    position: relative;
    float: left;
    padding-right: 150px;
    margin-bottom: 15px;
}
.productDownloadBox .item:nth-of-type(2n){
    padding-left: 30px;
}
.productDownloadBox .item h3 a{
    font-size: 16px;
    color: #454545;
    font-weight: 700;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productDownloadBox .item > a{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    display: inline-block;
    width: 120px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    background: #012d6e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productDownloadBox .item > a:hover{
    background: #362c2b;
}



.productBanner{
    padding-top: 175px;
    background-repeat: no-repeat;
    background-position: center center;
}

.productBox1{
    padding: 45px 0;
}
.productBox1 .conBox{
    position: relative;
    display: inline-block;
    width: 100%;
}
.productBox1 .conBox:before{
    position: absolute;
    content: '';
    top: 0;
    height: 46px;
    width: 1000px;
    left: -1000px;
    z-index: -1;
    background: #093078;
}
.productBox1 h2{
    width: 205px;
    text-align: right;
    padding-right: 30px;
    float: left;
    color: #ffffff;
    margin-right: 5px;
    line-height: 46px;
    font-size: 18px;
    background: #093078;
}
.productBox1 .text{
    margin-left: 210px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    position: relative;
}
.productBox1 .text:before{
    position: absolute;
    content: '';
    top: -1px;
    bottom: -1px;
    width: 1000px;
    right: -900px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.productBox1 .text a{
    display: inline-block;
    line-height: 44px;
    font-size: 18px;
    color: #414141;
    padding: 0 20px;
}
.productBox1 .text a.on,
.productBox1 .text a:hover{
    background: #093078;
    color: #ffffff;
}

.productBox2{
    padding-bottom: 75px;
}
.productBox2 .conBox{
    padding: 0 100px;
    overflow: hidden;
}
.productBox2 .textBox{
    width: 73%;
    float: left;
}
.productBox2 .textBox h2{
    padding-top: 15px;
    font-size: 36px;
    color: #093078;
    font-weight: 700;
}
.productBox2 .textBox p{
    font-size: 18px;
    color: #414141;
    line-height: 2;
}
.productBox2 .textBox .text{
    margin-top: 25px;
}
.productBox2 .t{
    width: 27%;
    float: left;
    padding-left: 60px;
    padding-top: 60px;
}
.productBox2 .t h3{
    font-size: 24px;
    color: #2c2c2c;
    font-weight: 700;
    padding-bottom: 15px;
}
.productBox2 .t a{
    display: inline-block;
    font-size: 18px;
    color: #093078;
    line-height: 2;
}
.productBox2 .t a:hover{
    text-decoration: underline;
}

.productBox3 {
    background: #f6f6f6;
    padding-bottom: 70px;
}
.productBox3 .conBox{
    padding: 0 100px;
}
.productBox3 .title h2{
    padding: 50px 0;
    text-align: center;
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 700;
}
.productBox3 .item{
    background: #ffffff;
    display: flex;
    margin-bottom: 35px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    transition: all .3s;
}
.productBox3 .item:hover{
    top: -10px;
    transition: all .3s;
}
.productBox3 .item > a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.productBox3 .item .img{
    width: 410px;
    min-height: 290px;
    float: left;
    line-height: 0;
    display: flex;
    align-items: center;
}
.productBox3 .item .text{
    width: 100%;
    position: relative;
}
.productBox3 .item .tBox{
    position: absolute;
    top: 50%;
    left: 10px;
    right: 50px;
}
.productBox3 .item .tBox h3 a{
    display: block;
    font-size: 24px;
    color: #2c2c2c;
    font-weight: 700;
    padding-bottom: 10px;
}
.productBox3 .item .tBox p{
    font-size: 18px;
    color: #414141;
    line-height: 1.6;
}
.productBox3 .item .tBox .t:nth-of-type(1) p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.productBox3 .item .tBox .t:nth-of-type(2) p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.productBox3 .item .tBox span{
    display: block;
    font-size: 24px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 5px;
}

.productBox4{
    background: #093078;
    padding: 40px 0;
    overflow: hidden;
    margin-bottom: 65px;
}
.productBox4 .conBox{
    padding: 0 100px;
}
.productBox4 .text{
    width: 50%;
    float: left;
}
.productBox4 .text h2{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}
.productBox4 .text p{
    font-size: 18px;
    color: #ffffff;
}
.productBox4 .a{
    width: 50%;
    text-align: center;
    float: left;
}
.productBox4 .a a{
    display: inline-block;
    width: 260px;
    height: 50px;
    background: #ffffff;
    margin: 10px 8px 0;
    transition: all .3s;
}
.productBox4 .a a:hover{
    background: #000000;
    transition: all .3s;
}
.productBox4 .a a span{
    display: inline-block;
    line-height: 50px;
    color: #093078;
    font-size: 18px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    transition: all .3s;
}
.productBox4 .a a:hover span{
    color: #ffffff;
    transition: all .3s;
}
.productBox4 .a a span.pro1{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productEmail.png");
    transition: all .3s;
}
.productBox4 .a a span.pro2{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productDownloadCatalog.png");
    transition: all .3s;
}
.productBox4 .a a:hover  span.pro1{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productEmail1.png");
    transition: all .3s;
}
.productBox4 .a a:hover  span.pro2{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/productDownloadCatalog1.png");
    transition: all .3s;
}

.news_box .submenu_wrap ul.slick-dots{
    border: 0
}
.news_box .submenu_wrap ul.slick-dots li{
    background: #eeeeee;
}
.news_box .submenu_wrap ul.slick-dots li.slick-active{
    background: #012d6e;
}

.product_tab .tab_switch .switch ul,
.product_tab .tab_switch .switch ol{
    padding-left: 15px;
}




.footer_box .bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 20px !important;
    margin-left: 0 !important;
    zoom: 1;
    float: none !important;
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer_box .bdsharebuttonbox a.bds_qzone{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/qq.png");
}
.footer_box .bdsharebuttonbox a.bds_weixin{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/wechat.png");
}
.footer_box .bdsharebuttonbox a.bds_tsina{
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/weibo.png");
}

.sharethis_inline .bdsharebuttonbox{
    float: none;
    font-size: 0;
    line-height: 0;
}
.news_content_title .bdsharebuttonbox {
    float: none;
    font-size: 0;
    line-height: 0;
    margin-top: 10px;
}
.sharethis_inline .bdsharebuttonbox a,
.news_content_title .bdsharebuttonbox a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-right: 5px;
    zoom: 1;
    float: none !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #67696c;
    background-color: #9ea3a7;
    background-image: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/follow-service.png") !important;
    background-repeat: no-repeat;
}
.sharethis_inline .bdsharebuttonbox a.bds_weixin,
.news_content_title .bdsharebuttonbox a.bds_weixin{
    background-position: -1px -1025px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_qzone,
.news_content_title .bdsharebuttonbox a.bds_qzone{
    background-position: -1px -706px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_tsina,
.news_content_title .bdsharebuttonbox a.bds_tsina{
    background-position: -1px -194px !important;
}
.sharethis_inline .bdsharebuttonbox a.bds_renren,
.news_content_title .bdsharebuttonbox a.bds_renren{
    background-position: -1px -769px !important;
}

.indexProductSwitch .ProductSwitch .text p,
.indexProductSwitch .ProductSwitch .item .t a,
.indexBox2 .title p,
.indexBox2 .indexApplicationSlick2 .text p,
.indexBox2 .indexApplicationSlick2 .text p a,
.indexBox3 .conBox .indexAboutText .text p,
.indexBox4 .title span,
.companyBox .textBox .text p,
.historyBox1 p,
.cultureBox1 p,
.cultureBox2 .item p,
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a,
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a,
.productBox1 .text a,
.productBox3 .item .tBox p,
.applicationBox1 .conBox .text .t p,
.applicationBox2 .conBox .textBox p,
.applicationBox3 .itemBox .item .textBox .text p,
.applicationBox3 .itemBox .item .textBox ul li p,
.applicationBox3 .itemBox .item:nth-of-type(2) .textBox ul li a,
.applicationBox3 .itemBox .item:nth-of-type(3) .textBox ul li a,
.applicationBox4 .item h3,
.applicationBox4 .item a,
.applicationBox5 .textBox p,
.applicationBox5 .textBox p a{
    font-size: 16px;
}

@media (max-width: 1620px){
    .indexBox1 .conBox,
    .indexBox3 .conBox,
    .indexBox5 .conBox,
    .footer_box .container_1600,
    .contactBox1 .conBox,
    .contactBox2 .conBox,
    .contactBox3 .conBox,
    .applicationBox1 .conBox,
    .applicationBox2 .conBox,
    .applicationBox3 .conBox,
    .applicationBox4 .conBox,
    .applicationBox5 .conBox,
    .productBox2 .conBox,
    .productBox3 .conBox,
    .productBox4 .conBox{
        padding: 0;
    }
    .Crumbs .container_1600{
        padding-left: 0;
    }
    .Crumbs_nav{
        padding-left: 0;
    }
    .agencyBox2 .agencySwitchBox .switchBox .conBox .img{
        width: 45%;
    }
    .agencyBox1 .text{
        padding-left: 0;
        padding-right: 0;
    }
    .aboutConBox .aboutMenuBox{
        right: 0;
    }
    .aboutConBox .conBox{
        padding-left: 0;
        padding-right: 360px;
    }
    .agencyBox2 .agencySwitchBox .switchBox{
        padding-left: 70px;
        padding-right: 70px;
    }
    .serviceBox1 .conBox,
    .serviceSwitch .conBox{
        padding: 0 60px;
    }
}
@media (max-width: 1450px){
    .applicationBox1 .conBox .text .t p,
    .applicationBox2 .conBox .textBox p,
    .applicationBox3 .itemBox .item .textBox .text p,
    .applicationBox3 .itemBox .item .textBox ul li p,
    .applicationBox3 .itemBox .item:nth-of-type(2) .textBox ul li a,
    .applicationBox3 .itemBox .item:nth-of-type(3) .textBox ul li a,
    .applicationBox4 .item h3,
    .applicationBox4 .item a,
    .applicationBox5 .textBox p,
    .applicationBox5 .textBox p a,
    .companyBox .textBox .text p,
    .historyBox1 p,
    .cultureBox1 p,
    .cultureBox2 .item p,{
        font-size: 14px;
    }
    .headerNavBox .nav_list > li{
        margin-left: 20px;
    }
    .headerTop .headerLangBox .headerSearch,
    .headerInfo ul li.headerEmail{
        margin-left: 30px;
    }
    .indexProductSwitch .ProductSwitch .item .t span{
        font-size: 16px;
    }
    .indexBox2 .indexApplicationSlick1{
        display: none;
    }
    .indexBox2 .indexApplicationSlick2{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        padding: 0 40px;
    }
    .indexBox2 .indexApplicationSlick2 .slick-prev,
    .indexBox2 .indexApplicationSlick2 .slick-next{
        width: 21px;
        height: 42px;
        margin-top: 0;
        top: 30%;
        background: url("http://cn08-hb1888.wondercdn.com/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
    }
    .indexBox2 .indexApplicationSlick2 .slick-prev{
        background-position: left center;
        left: -40px;
    }
    .indexBox2 .indexApplicationSlick2 .slick-next{
        background-position: right center;
        right: -40px;
    }
    .indexBox3 .conBox .indexAboutText .text h2{
        padding-top: 0;
    }

    .agencyBox2 .agencySwitchBox .switchBox{
        padding-left: 0;
        padding-right: 0;
    }

    .aboutConBox .conBox{
        padding-right: 305px;
    }
    .aboutConBox .aboutMenuBox{
        width: 305px;
    }
    .serviceBox1 .conBox,
    .serviceSwitch .conBox{
        padding: 0;
    }
    .serviceBox1 .conBox .item{
        font-size: 15px;
    }
    .serviceBox2 .item .text .t p{
        font-size: 16px;
    }
    .serviceBox4 .item .text{
        min-height: 320px;
    }
    .serviceBox4 .item .text .t{
        left: 40px;
    }
    .contactBox2 .item{
        padding-left: 20px;
    }
    .contactBox3 .title h2,
    .contactBox3 .contactTabClick .text.on{
        width: 100%;
    }

    .certificateBox .itemBox .item{
        width: 18.5%;
    }
}
@media (max-width: 1220px){
    .indexProductSwitch .ProductSwitch .text p,
    .indexProductSwitch .ProductSwitch .item .t a,
    .indexBox2 .title p,
    .indexBox2 .indexApplicationSlick2 .text p,
    .indexBox2 .indexApplicationSlick2 .text p a,
    .indexBox3 .conBox .indexAboutText .text p,
    .indexBox4 .title span,
    .footer_box .fast_navigation li,
    .footer_box .fast_navigation p,
    .footer_box .fast_navigation li a,
    .footer_box .footer_copyright p,
    .footer_box .footer_copyright p span,
    .footer_box .footer_copyright p a,
    .productBox1 .text a,
    .productBox3 .item .tBox p{
        font-size: 14px;
    }
    .headerTop .headerNav ul li{
        margin-left: 20px;
    }
    .headerNavBox .nav_list > li > a > span{
        font-size: 16px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .headerInfo ul li a{
        font-size: 14px;
    }
    .headerTop .headerLangBox .headerSearch,
    .headerInfo ul li.headerEmail{
        margin-left: 15px;
    }
    .indexBox1 .indexProductClick li a{
        font-size: 14px;
    }
    .indexProductSwitch .ProductSwitch .item .t:before{
        display: none;
    }
    .indexBox2 .indexApplication{
        min-height: 0;
        padding-bottom: 40px;
    }
    .indexBox3{
        padding: 60px 0;
    }
    .indexBox3 .conBox .indexAboutText{
        padding-left: 40px;
    }
    .indexBox3 .conBox .indexAboutText .text{
        padding-right: 0;
    }
    .indexBox5{
        padding: 60px 0;
    }
    .footer_box .fast_navigation h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .footer_box .fast_navigation .footer_shape a{
        margin-right: 10px;
    }

    .productBox3 .item .tBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 15px;
        margin: 0 !important;
    }

    .applicationTabClick{
        padding-bottom: 50px;
    }
    .applicationTabClick .item{
        font-size: 22px;
    }

    .applicationBox3 .itemBox .item .textBox .text h3,
    .applicationBox3 .itemBox .item .textBox .text h3 span{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .applicationBox3 .itemBox .item .textBox ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .applicationBox3 .itemBox .item:nth-of-type(1) .textBox ul li{
        margin-bottom: 10px;
    }
    .applicationBox3 .itemBox .item .textBox ul li p{
        line-height: 1.4;
    }

    .aboutConBox .aboutMenuBox{
        width: 240px;
    }
    .aboutConBox .aboutMenuBox ul{
        margin-right: 0;
        width: 200px;
    }
    .aboutConBox .aboutMenuBox h1 span,
    .companyBox h2{
        font-size: 30px;
    }
    .aboutConBox .aboutMenuBox li a{
        font-size: 16px;
        padding: 15px 0;
    }
    .aboutConBox .conBox{
        padding-right: 250px;
    }
    .companyBox h2{
        padding-bottom: 40px;
    }
    .companyBox .textBox .text{
        padding-right: 30px;
    }
    .companyBox .textBox .text p{
        font-size: 16px;
    }

    .historyBox1 h2{
        font-size: 30px;
    }
    .historyBox1 p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .historyBox2 .itemBox{
        padding-bottom: 0;
        margin-top: 40px;
    }
    .historyBox2 .item{
        margin-top: 20px;
    }
    .historyBox2 .item .textBox{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .historyBox2 .itemBox:before,
    .historyBox2 .itemBox:after,
    .historyBox2 .item .textBox .img:before,
    .historyBox2 .item .textBox .img:after{
        display: none;
    }

    .cultureBox1 h2{
        font-size: 30px;
    }
    .cultureBox1 p,
    .cultureBox2 .item p{
        font-size: 16px;
    }
    .cultureBox2 .item{
        padding-left: 30px;
        padding-right: 30px;
    }

    .cultureBox3 h2, .cultureBox3 h2 span,
    .cultureBox3 .tips p, .cultureBox3 .tips a{
        font-size: 20px;
    }

    .certificateBox h2{
        font-size: 30px;
    }
    .certificateBox .itemBox{
        margin-bottom: 40px;
    }

    .exhibitionBox h2{
        font-size: 30px;
    }

    .partnerBox h2{
        font-size: 30px;
    }

    .caseBox h2{
        font-size: 30px;
    }
    .caseBox .caseTabSwitch .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .caseBox .caseTabSwitch .itemBox .item{
        padding: 0 5px;
    }
    .caseBox .caseTabSwitch .itemBox .item .text p span{
        font-size: 16px;
    }
    .caseBox .caseTabSwitch .itemBox .item .img a span{
        font-size: 16px;
    }

    .agencyBanner .text p,
    .agencyBox1 .text p,
    .agencyBox2 .agencyClickBox .item .t,
    .agencyBox2 .agencySwitchBox .switchBox .item .text p,
    .agencyBox3 .conBox .text p,
    .agencyBox3 .conBox .text a,
    .agencyBox2 .agencySwitchBox .switchBox .conBox .text a,
    .agencyBox2 .agencySwitchBox .switchBox .conBox .text p{
        font-size: 16px;
    }
    .agencyBox2 .agencySwitchBox .switchBox .conBox .text a{
        margin-top: 20px;
    }

    .agencyBox2 .title h2{
        font-size: 30px;
    }

    .videoBox .videoConBox .item{
        width: 50%;
    }
    .videoBox .videoConBox .title h2{
        font-size: 18px;
    }

    .newNews .imgBox .t a{
        font-size: 20px;
    }
    .news_box .news_text h3 > span{
        font-size: 18px;
    }

    .contactBanner .textBox .text h1,
    .contactBox1 .textBox h2,
    .contactBox2 .item .text h2{
        font-size: 30px;
    }
    .contactBox1 .textBox p,
    .contactBox2 ul li a,
    .contactBox3 .contactTabClick .text p,
    .contactBox3 .contactForm .info .label_control,
    .contactBox3 .contactForm .info input[type="text"],
    .contactBox3 .contactForm .info input[type="submit"]{
        font-size: 16px;
    }
    .contactBox3 .title h2{
        font-size: 22px;
    }
    .contactBox3 .contactTabClick .item{
        font-size: 20px;
    }

    .serviceBox3 .text p,
    .serviceBox4 .item .text .t p,
    .serviceBox5 .textBox1 .text p,
    .serviceBox5 .textBox2 .itemBox .item .t p,
    .serviceBox6 .text p{
        font-size: 16px;
    }

    .serviceBox1 .conBox .item{
        font-size: 12px;
    }
    .serviceBox2 .item .text .t{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 0 !important;
    }

    .serviceBox4 .item .text{
        min-height: 0;
    }
    .serviceBox4 .item .text .ico img{
        height: 100px;
    }
    .serviceBox4 .item .text .t{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 20px;
        margin-top: 0 !important;
    }
    .serviceBox4 .item .text .t h2,
    .serviceBox5 .textBox1 .text h2,
    .serviceBox5 .textBox2 h2,
    .serviceBox6 .text h2{
        font-size: 26px;
    }
    .serviceTips p, .serviceTips a{
        font-size: 18px;
    }
}
@media (max-width: 992px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox2 .indexApplicationSlick2 .text h3,
    .indexBox3 .conBox .indexAboutText .text h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .productBox3 .title h2,
    .productBox4 .text h2{
        font-size: 30px;
    }

    .Crumbs ul i, .Crumbs ul li,
    .Crumbs ul li a, .Crumbs ul li a span{
        font-size: 14px;
    }
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #012d6e;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 100%;
    }

    /*移动端菜单按钮*/
    .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: #ffffff;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("http://cn08-hb1888.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 .itemBox .item:nth-of-type(1),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        display: none;
    }

    .indexBox1 .indexProductClick{
        padding-bottom: 20px;
    }
    .indexBox1 .indexProductClick li{
        width: 33%;
        margin-bottom: 10px;
    }
    .indexBox1 .indexProductClick li:before{
        display: none;
    }
    .indexProductSwitch .ProductSwitch .item .t{
        padding-right: 0;
    }
    .indexProductSwitch .ProductSwitch .item .t a{
        display: none;
    }
    .indexBox2{
        width: 767px;
        padding: 0;
        margin: auto;
    }
    .indexBox3 .conBox .indexAboutVideo{
        width: 100%;
    }

    .indexBox3 .conBox .indexAboutText{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .indexBox3 .conBox .indexAboutText ul{
        padding-top: 10px;
    }

    .indexBox5{
        padding-bottom: 30px;
    }
    .indexBox5 .item{
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .indexBox5 .item .img{
        width: 220px;
        float: left;
    }
    .indexBox5 .item .text{
        margin-left: 220px;
        padding-left: 15px;
    }
    .indexBox5 .item .time span{
        padding-top: 0;
    }
    .indexBox5 .item .text > a{
        font-size: 14px;
    }

    .productBox1 h2{
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .productBox1 .text{
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 10px;
        border-right: 1px solid #e5e5e5;
    }
    .productBox1 .text:before{
        display: none;
    }

    .applicationTabClick{
        display: none;
    }
    .applicationTabSwitch{
        height: auto;
    }

    .applicationBox4{
        padding: 60px 0;
    }
    .applicationBox4 .item{
        width: 33%;
    }
    .applicationBox4 .item:last-child{
        width: 100%;
        margin-top: 10px;
    }

    .applicationBox1 .conBox .text h3{
        width: 100%;
        height: auto;
        padding: 10px 20px;
        font-size: 24px;
    }
    .applicationBox1 .conBox .text .t{
        width: 100%;
        float: left;
        margin-left: 0;
        padding-top: 20px;
        padding-left: 0;
    }
    .applicationBox1 .conBox .text .t p{
        line-height: 1.4;
    }

    .applicationBox2{
        padding-top: 50px;
    }
    .applicationBox2 .conBox .textBox{
        width: 100%;
    }
    .applicationBox2 .conBox .textBox .itemBox{
        margin-top: 10px;
    }
    .applicationBox2 .conBox .imgBox,
    .applicationBox2 .conBox .imgBox img{
        width: 100%;
    }

    .applicationBox2 .applicationSlick{
        margin-top: 20px;
    }
    .applicationBox2 .applicationSlick .t p{
        font-size: 16px;
    }

    .applicationBox3{
        padding-bottom: 40px;
    }
    .applicationBox3 .itemBox{
        background: none;
    }
    .applicationBox3 .itemBox .item{
        margin-bottom: 20px;
        background: #ffffff;
    }
    .applicationBox3 .itemBox .item .img{
        width: 100%;
        padding-top: 68%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .applicationBox3 .itemBox .item .textBox,
    .applicationBox3 .itemBox .item:nth-of-type(2) .textBox,
    .applicationBox3 .itemBox .item:nth-of-type(3) .textBox,
    .applicationBox3.foodApplicationBox3 .itemBox .item:nth-of-type(2n) .textBox,
    .applicationBox3.chemistryApplicationBox3 .itemBox .item:nth-of-type(2n) .textBox,
    .applicationBox3.chemistryApplicationBox3 .itemBox .item:nth-of-type(1) .textBox{
        width: 100%;
        padding: 20px;
    }
    .applicationBox3 .itemBox .item:nth-of-type(2) .textBox .text{
        width: 100%;
    }
    .applicationBox3 .itemBox .item:nth-of-type(2) .textBox ul{
        width: 100%;
        margin-top: 20px;
    }
    .applicationBox2 .conBox .textBox h2,
    .applicationBox3 .title h2,
    .applicationBox4 .title h2{
        font-size: 30px;
    }

    .aboutConBox{
        min-height: 0;
    }
    .aboutConBox .aboutMenuBox{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .aboutConBox .aboutMenuBox h1 span{
        font-size: 0;
    }
    .aboutConBox .aboutMenuBox ul{
        display: none;
    }
    .aboutConBox .conBox{
        padding-right: 0;
    }

    .companyBox{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .historyBox1{
        padding-top: 40px;
    }

    .cultureBox1{
        padding-top: 40px;
    }

    .certificateBox{
        padding-top: 40px;
    }

    .exhibitionBox h2{
        padding-top: 40px;
    }
    .exhibitionBox .exhibitionClickBox ul li{
        line-height: 40px;
    }
    .exhibitionBox .exhibitionSwitchBox .switchBox .img{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .partnerBox{
        padding-top: 40px;
    }

    .partnerBox .itemBox .item{
        width: 33.33%;
    }

    .caseBox{
        padding: 40px 0;
    }

    .agencyBanner .textBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        overflow: hidden;
        background: #012d6e;
    }
    .agencyBanner .text{
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .agencyBanner .text:before{
        display: none;
    }

    .agencyBox2 .agencyClickBox{
        display: none;
    }
    .agencyBox2 .title h2{
        padding-bottom: 0;
    }
    .agencyBox2 .agencySwitchBox .switchBox .title h3{
        padding-top: 0;
    }
    .agencyBox2 .agencySwitchBox .switchBox{
        width:49.5%;
        display: inline-block;
        height: auto;
        margin-bottom: 30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .agencyBox2 .agencySwitchBox .switchBox .img{
        width: 100%!important;
    }
    .agencyBox2 .agencySwitchBox .switchBox .itemBox{
        justify-content: initial;
    }
    .agencyBox2 .agencySwitchBox .switchBox .item{
        width: 32%;
        margin-bottom: 20px;
        margin-right: 1%;
    }
    .agencyBox2 .agencySwitchBox .switchBox .conBox .text{
        width: 100%;
        padding: 20px;
    }

    .agencyBox3{
        padding: 30px 0 40px;
    }
    .agencyBox3 .conBox{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .agencyBox3 .conBox .text{
        padding: 30px 20px;
    }
    .agencyBox3 .conBox .text h2{
        font-size: 20px;
    }

    .videoBox .submenu_wrap{
        width: 100%;
    }

    .videoBox .videoConBox{
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
        margin-left: 0;
        float: left;
    }
    .relatedProduct,
    .videoClick{
        display: none;
    }

    .newNews{
        margin-top: 40px;
    }

    .contactBanner{
        margin-bottom: 0;
    }
    .contactBanner .textBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 20px 30px;
        margin-top: 0;
        background: #012d6e;
    }
    .contactBanner .textBox .text,
    .contactBanner .textBox .text h1{
        padding: 0;
    }
    .contactBanner .textBox .text h1{
        font-size: 24px;
    }

    .contactBox1{
        padding-bottom: 60px;
    }
    .contactBox1 .textBox{
        padding-right: 20px;
    }

    .contactBox2{
        margin-bottom: 40px;
    }
    .contactBox2 .item{
        width: 100%;
        min-height: 0;
        padding: 20px;
        margin-bottom: 20px;
    }
    .contactBox2 ul{
        min-height: 0;
    }
    .contactBox3 .title h2{
        padding-left: 0;
        padding-right: 0;
        font-size: 18px;
    }
    .contactBox3 .contactTabClick .item{
        width: 180px;
        font-size: 16px;
    }
    .contactBox3 .contactTabClick .text{
        padding-left: 0;
        padding-right: 0;
    }

    .serviceBox1 .conBox .itemBox{
        display: none;
    }

    .serviceSwitch{
        height: auto;
    }
    .serviceBox2{
        margin-top: 40px;
    }
    .serviceBox2 .item{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .serviceBox2 .item .text{
        border-bottom-left-radius: 0;
    }
    .serviceBox2 .item .text .t p{
        margin-bottom: 10px;
    }
    .serviceBox2 .item .text .t a{
        opacity: 1;
        font-size: 14px;
    }
    .serviceBox3 .item{
        border-bottom-left-radius: 0;
    }

    .serviceBox4 .item .img, .serviceBox4 .item .text{
        width: 100%;
    }
    .serviceBox4 .item .img{
        border-bottom-left-radius: 0;
    }
    .serviceBox4 .item .text .t{
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .serviceBox5 .textBox1 .serviceSlick .slick_first .t p{
        font-size: 16px;
    }
    .serviceBox5 .textBox2{
        padding-top: 30px;
        overflow: hidden;
    }
    .serviceBox5 .textBox2 .itemBox{
        margin-top: 20px;
    }
    .serviceBox5 .textBox2 .itemBox .item{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100%;
        height: auto;
        float: left;
    }
    .serviceBox5 .textBox2 .itemBox .item .text{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 10px;
    }
    .serviceBox5 .textBox2 .itemBox .item span{
        display: none;
    }
    .serviceBox5 .textBox2 .itemBox .item .t{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 !important;
    }
    .serviceBox5 .textBox2 .itemBox .item:before{
        display: none;
    }

    .serviceBox6 .text{
        margin-top: 40px;
    }
    .serviceTips{
        padding: 40px 0;
    }

    .productBox2{
        display: none;
    }
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .Crumbs .container_1600{
        padding-left: 10px;
    }
    .footer_box{
        padding-top: 20px;
    }
    .footer_box .footerLogo{
        display: none;
    }
    .footer_box .container_1600{
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer_box .fast_navigation{
        padding-top: 0;
    }
    .footer_box .fast_navigation .itemBox{
        display: block;
    }
    .footer_box .fast_navigation .itemBox .item{
        width: 100%;
        margin-top: 40px;
    }

    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }
    .banner_slick .slick-dots{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .indexProductSwitch .ProductSwitch .text{
        padding-bottom: 20px;
    }
    .indexProductSwitch .ProductSwitch .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexProductSwitch .ProductSwitch .item{
        width: 50%;
        padding: 0 5px;
    }
    .indexBox2{
        width: auto;
        padding: 0 10px;
    }
    .indexBox2:before{
        height: auto;
        top: 25%;
    }
    .indexBox2 .indexApplicationSlick2 .text h3{
        font-size: 20px;
    }
    .indexBox5 .item .text h3 a{
        margin-bottom: 10px;
    }

    .productBox3 .item{
        display: block;
        overflow: hidden;
    }
    .productBox3 .item .img{
        width: 100%;
        display: block;
        text-align: center;
    }
    .productBox3 .item .text{
        float: left;
    }
    .productBox3 .item .tBox{
        padding: 20px;
    }
    .productBox3 .item .tBox span{
        font-size: 20px;
    }
    .productBox3 .item .tBox p{
        line-height: 1.4;
    }

    .productBox4 .text{
        width: 100%;
    }
    .productBox4 .a{
        width: 100%;
        padding-top: 10px;
        text-align: left;
    }
    .productBox4 .a a{
        width: auto;
        text-align: center;
        padding: 0 30px;
    }

    .parameter_box h1 i{
        display: none;
    }

    .applicationBox2 .applicationSlick{
        padding-left: 40px;
        padding-right: 40px;
    }
    .applicationBox2 .applicationSlick .slick-prev{
        left: 0;
    }
    .applicationBox2 .applicationSlick .slick-next{
        right: 0;
    }
    .applicationBox5 .item{
        width: 50%;
    }

    .companyBox h2{
        padding-bottom: 20px;
    }
    .companyBox .textBox .text{
        width: 100%;
        padding-right: 0;
    }
    .companyBox .textBox .text .img{
        margin-top: 20px;
    }
    .companyBox .textBox .companyVideo{
        width: 100%;
        padding-top: 30px;
    }

    .cultureBox2 .item{
        width: 100%;
        min-height: 0;
        padding: 35px 20px;
        margin-bottom: 15px;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .certificateBox .itemBox .item{
        width: 25%;
        padding: 0 5px;
        margin-right: 0;
        border: 0;
    }
    .certificateBox .itemBox .item .img{
        border: 1px solid #d0d0d0;
        overflow: hidden;
    }

    .exhibitionBox .exhibitionSwitchBox .switchBox .item{
        width: 33.33%;
    }

    .contactBox1 .textBox,
    .contactBox1 .contactDownload{
        width: 100%;
    }
    .contactBox1 .textBox{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .contactBox1 .contactDownload .img{
        width: 100%;
    }
    .contactBox2 .item .text{
        min-height: 0;
    }
    .contactBox2 .item .text p{
        font-size: 18px;
    }
    .contactBox2 .item .text h2{
        font-size: 24px;
    }
    .contactBox3 .contactForm .info{
        width: 100%;
    }
    .contactBox3 .contactTabClick .item{
        width: 125px;
        height: 40px;
        line-height: 40px;
    }
    .contactBox4{
        padding-bottom: 40px;
    }
}
@media (max-width: 640px){
    .certificateBox .itemBox .item{
        width: 33.33%;
    }

    .caseBox .caseTabSwitch .itemBox .item{
        width: 100%;
    }
    .caseBox .caseTabSwitch .itemBox .item .img img{
        width: 100%;
    }

    .agencyBox2 .agencySwitchBox .switchBox .item{
        width: 49%;
    }

    .serviceBox2 .item{
        width: 100%;
        padding: 0;
    }
    .serviceBox2 .item .img img{
        width: 100%;
    }
    .serviceBox2 .item .text{
        min-height: 0;
        background-position: 10px 15px;
    }
    .serviceBox5 .textBox1 .text h2,
    .serviceBox5 .textBox2 h2{
        font-size: 20px;
    }
}
@media (max-width: 540px){
    .agencyBox2 .agencySwitchBox .switchBox{
        width:100%;
    }
    .applicationBox4 .item{
        width: 100%;
        margin-bottom: 10px;
    }

    .historyBox2 .item .textBox .img{
        width: 100%;
    }
    .historyBox2 .item .textBox .text{
        float: left;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .videoBox .videoConBox .items{
        margin: 0;
    }
    .videoBox .videoConBox .item{
        width: 100%;
        margin-bottom: 15px;
        position: relative;
        padding-top: 56.2%;
        padding-left: 0;
        padding-right: 0;
    }
    .videoBox .videoConBox .item iframe{
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
    }
}
@media (max-width: 480px){
    .indexBox1 .indexProductClick li{
        width: 49%;
    }
    .indexBox5 .item .img{
        width: 100%;
    }
    .indexBox5 .item .text{
        width: 100%;
        margin-left: 0;
        float: left;
        padding-left: 0;
        padding-top: 15px;
    }
    .certificateBox .itemBox .item{
        width: 50%;
    }


    .exhibitionBox .exhibitionSwitchBox .switchBox .item{
        width: 50%;
    }

    .partnerBox .itemBox .item{
        width: 50%;
    }
    .agencyBox2 .agencySwitchBox .switchBox[data-name="1"]{
        background: none;
        padding-top: 0;
    }
    .agencyBox2 .agencySwitchBox .switchBox:before{
        display: none;
    }
    .agencyBox2 .agencySwitchBox .switchBox .item{
        width: 100%;
        margin-right: 0;
    }
    .agencyBox2 .agencySwitchBox .switchBox .item img{
        width: 100%;
    }

    .contactBox3 .contactTabClick .item{
        font-size: 14px;
        width: 110px;
    }

    .contactBox3 .contactForm .info .controls{
        width: 100%;
    }
}