@charset "utf-8";
.no_padding{
    padding: 0;
}

#h{
    background: #545454;
    height: 105px;
    transition: all .3s;
}
#h.is{
    height: 71px;
    transition: all .3s;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 99999;
    background: transparent;
    transition: all .3s;
}
.header .container_1600{
    padding: 0 60px;
}
.indexHeader,
.header.is_stuck{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header.is_stuck,
.header:hover{
    background: #545454;
    transition: all .3s;
}

.headerTop{
    padding: 22px 0 15px;
    transition: all .3s;
}
.header.is_stuck .headerTop{
    padding: 10px 0;
    transition: all .3s;
}
.indexHeader .headerTop p{
    color: #ffffff;
    transition: all .3s;
}
.header_NavBox .container_1600{
    display: table;
}
/*header left*/
.headerLeft{
    float: left;
}
.headerLeft .logo_box{
    font-size: 0;
    line-height: 0;
    float: left;
}
.headerLeft .text{
    margin-left: 85px;
    padding-top: 32px;
}
.header .headerLeft .text h2{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 5px;
}
.header .headerLeft .text p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}
.indexHeader .headerLeft .text a{
    color: #ffffff;
    transition: all .3s;
}

/*header right*/
.headerRight{
    position: relative;
}
.headerRight .headerInfo{
    position: relative;
    padding-right: 80px;
}
.headerRight .headerEmail{
    float: right;
    line-height: 45px;
    margin-right: 95px;
    padding-left: 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background: url("/public/static/images/home/zh-cn/headerEmail.png") no-repeat left center;
}
.headerRight .headerEmail a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.headerRight .headerEmail a:hover{
    color: #e60012;
    text-decoration: underline;
}
.headerRight .headerTel{
    float: right;
    line-height: 45px;
    margin-right: 40px;
    padding-left: 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background: url("/public/static/images/home/zh-cn/headerTel.png") no-repeat left center;
}
.headerRight .header_search_box {
    position: absolute;
    float: right;
    right: 25px;
    top: 1px;
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}
.headerRight .header_search_box.active{
    width: 260px;
    background: #ffffff;
    transition: all .3s;
}
.headerRight .header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: transparent;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.headerRight .header_search_box img {
    position: absolute;
    top: 10px;
    right: 6px;
}

.headerRight .header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.headerRight .header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.headerRight .header_search_box .search_click.active img.open{
    opacity: 0;
}

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

.headerRight .search_form .info{
    width: 100%;
    padding-right: 32px;
}
.headerRight .search_form input[type="text"] {
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #333333;
}
.headerRight .search_form input[type="text"]::-webkit-input-placeholder {
    color: #333333;
}

.headerRight .search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.headerRight .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.headerRight .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.headerRight .nav_list > li > a {
    display: block;
    padding: 0 30px;
}

.headerRight .nav_list > li > a > span {
    display: inline-block;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .5s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 40px;
    background: url("/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.nav_list > li.active > a > span,
.nav_list > li.on > a > span{
    color: #ffffff;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #E60012;
    transition: all .3s;
}
.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 290px;
    display: none;
    z-index: 1;
    background: #212b3c;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: left;
    padding-left: 25px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #4a4a4a;
}



.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    background: #535353;
}

.footer_box .footerInfoBox{
    padding: 65px 0;
    border-bottom: 1px solid #434343;
}
.footer_box .footerInfoBox .textBox{
    text-align: center;
}
.footer_box .footerInfoBox .textBox h2{
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 20px;
}
.footer_box .footerInfoBox .textBox p{
    font-size: 18px;
    font-weight: 300;
    color: #acacac;
}
.footer_box .footerInfoBox .textBox .aBox{
    overflow: hidden;
    margin-top: 25px;
}
.footer_box .footerInfoBox .textBox .aBox a{
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 10px;
    background: transparent;
}
.footer_box .footerInfoBox .textBox .aBox a:hover{
    background: #E60012;
}
.footer_box .fast_navigation{
    overflow: hidden;
}
.footer_box .fast_navigation .container_1600{
    padding: 75px 0 30px;
    overflow: hidden;
}
.footer_box .fast_navigation .itemBox .item{
    float: left;
    padding-left: 60px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(1){
    width: 18.125%;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(2){
    width:30.9375%;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(3){
    width:22.8125%;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(4){
    width:28.125%;
    padding-right: 130px;
}
.footer_box .fast_navigation .itemBox .item .text{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.footer_box .fast_navigation h2{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 5px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
    margin-top: 35px;
}
.footer_box .fast_navigation li{
    margin-bottom: 12px;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
}
.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
}

.footer_box .fast_navigation .footerForm{
    margin-top: 25px;
}
.footer_box .fast_navigation .footerForm .info{
    position: relative;
    margin-bottom: 10px;
}
.footer_box .fast_navigation .footerForm .label_control{
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 300;
    line-height: 40px;
}
.footer_box .fast_navigation .footerForm .tips{
    position: absolute;
    top: 0;
    right: 5px;
    color: #ff0000;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}
.footer_box .fast_navigation .footerForm .imgVerifyCode .tips{
    bottom: -30px;
    top: auto;
}
.footer_box .fast_navigation .footerForm input[type="text"]{
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 5px;
    background: #b6b6b6;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 300;
}
.footer_box .fast_navigation .footerForm textarea{
    width: 100%;
    height: 100px;
    padding: 10px 5px;
    border: 0;
    background: #b6b6b6;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 300;
    resize: none;
}
.footer_box .fast_navigation .footerForm .Verify_img{
    position: absolute;
    top: 2px;
    right: 2px;
    height: 36px;
}
.footer_box .fast_navigation .footerForm input[type="submit"]{
    width: 100%;
    height: 40px;
    border: 0;
    margin-top: 15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    background: #e60012;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .fast_navigation .footerForm input[type="submit"]:hover{
    opacity: .9;
    transition: all .3s;
}

.footer_shape{
    margin-top: 50px;
}
.footer_shape span{
    display: inline-block;
    float: left;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    margin-right: 15px;
}
.footer_shape a{
    display: inline-block;
    float: left;
    line-height: 0;
    margin-right: 25px;
}
.footer_shape a:hover{
    opacity: .85;
}

.footer_box .footer_copyright{
    overflow: hidden;
    border-top: 1px solid #434343;
}
.footer_box .footer_copyright .text{
    text-align: center;
    padding: 30px 0;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #ffffff;
    font-size: 15px;
    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{
    text-decoration: underline;
}


/*banner*/
.banner_slick img{
    clear: both;
    display: block;
    margin: auto;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/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: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid #ffffff;
}
.banner_slick .slick-dots li.slick-active{
    width: 40px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.indexBox1 .textBox{
    padding: 50px 0;
    overflow: hidden;
}
.indexBox1 .textBox h2{
    font-size: 48px;
    color: #353535;
    font-weight: 700;
    width: 320px;
    float: left;
    line-height: 1.4;
    text-transform: uppercase;
}
.indexBox1 .textBox .t{
    margin-left: 320px;
    padding-top: 15px;
}
.indexBox1 .textBox .t p{
    font-size: 18px;
    color: #818181;
    font-weight: 300;
}
.indexBox1 .textBox .t a{
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    color: #b9b9b9;
    font-weight: 300;
}

.indexBox2{
    margin-top: 20px;
}
.indexBox2 .indexProductCon{
    height: 0;
    overflow: hidden;
}
.indexBox2 .indexProductCon.on{
    height: auto;
}
.indexBox2 .indexProductCon .imgBox{
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
}
.indexBox2 .indexProductCon .textBox{
    width: 50%;
    float: left;
}
.indexBox2 .indexProductCon .textBox .textCon{
    width: 800px;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
}
.indexBox2 .indexProductCon .textBox .textCon h2 a{
    display: block;
    font-size: 24px;
    color: #353535;
    margin-bottom: 20px;
}
.indexBox2 .indexProductCon .textBox .textCon .t p{
    font-size: 18px;
    color: #818181;
    font-weight: 300;
}
.indexBox2 .indexProductCon .textBox .textCon > a{
    position: relative;
    display: inline-block;
    margin-top: 65px;
    width: 200px;
    height: 50px;
    border-top: 2px solid #014099;
    border-right: 2px solid #014099;
    border-bottom: 2px solid #e60012;
    border-left: 2px solid #e60012;
}
.indexBox2 .indexProductCon .textBox .textCon >a:before{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    top: -2px;
    left: 0;
    z-index: 10;
    background: #e60012;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 0;
    top: 0;
    right: -2px;
    z-index: 10;
    background: #e60012;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a:hover:before{
    width: 200px;
    left: -2px;
    right: -2px;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a:hover:after{
    height: 46px;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a span{
    display: block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #353535;
    font-weight: 300;
    position: relative;
}
.indexBox2 .indexProductCon .textBox .textCon >a span:before{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    bottom: -2px;
    right: 2px;
    z-index: 10;
    background: #014099;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a span:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 0;
    bottom: 0;
    left: -2px;
    z-index: 10;
    background: #014099;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a:hover span:before{
    width: 200px;
    transition: all .3s;
}
.indexBox2 .indexProductCon .textBox .textCon >a:hover span:after{
    height: 46px;
    transition: all .3s;
}

.indexBox2 .indexProductImgIco{
    padding: 50px 2% 100px;
    overflow: hidden;
    text-align: center;
}
.indexBox2 .indexProductImgIco .indexProductImg{
    width: 16.66666%;
    line-height: 0;
    float: left;
    cursor: pointer;
    border: 2px solid #bfbfbf;
    transition: all .3s;
}
.indexBox2 .indexProductImgIco .indexProductImg.on,
.indexBox2 .indexProductImgIco .indexProductImg:hover{
    border-color: #e60012;
    transition: all .3s;
}

.indexBox3{
    padding: 150px 0;
    overflow: hidden;
    background: url("/public/static/images/home/zh-cn/indexBj1.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox3 .textBox{
    width: 915px;
    padding-left: 60px;
}
.indexBox3 .textBox h2{
    font-size: 66px;
    font-weight: 700;
    color: #ffffff;
    width: 455px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.indexBox3 .textBox .t p{
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox3 .textBox a{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-top: 40px;
    font-weight: 300;
}
.indexBox3 .textBox a:hover{
    color: #e60012;
    text-decoration: underline;
}

.indexBox4{
    padding: 100px 0 75px;
}
.indexBox4 .textBox{
    text-align: center;
    padding: 0 85px;
    margin-bottom: 50px;
}
.indexBox4 .textBox h2{
    font-size: 48px;
    color: #353535;
    font-weight: 700;
    margin-bottom: 20px;
}
.indexBox4 .textBox p{
    font-size: 16px;
    color: #818181;
    font-weight: 300;
}
.indexBox4 .itemBox{
    text-align: center;
}
.indexBox4 .itemBox h3{
    font-size: 30px;
    color: #0f0f0f;
    margin-bottom: 40px;
}
.indexBox4 .itemBox .item{
    width: 235px;
    float: left;
    padding: 0 25px;
}
.indexBox4 .itemBox .item:last-child{
    width: 335px;
}
.indexBox4 .itemBox .item:nth-of-type(2n){
    width: 50px;
    padding: 0;
}
.indexBox4 .itemBox .item span{
    font-size: 40px;
    color: #014099;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.indexBox4 .itemBox .item span.symbol{
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    display: inline-block;
    padding-top: 30px;
}
.indexBox4 .itemBox .item p{
    font-size: 14px;
    color: #777777;
}

.indexBox5{
    background: #545454;
    overflow: hidden;
}
.indexBox5 .title{
    width: 30%;
    float: left;
    padding-top: 275px;
    padding-left: 100px;
    padding-right: 65px;
}
.indexBox5 .title h2{
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.indexBox5 .title p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox5 .title a{
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    display: inline-block;
    margin-top: 40px;
}
.indexBox5 .title a:hover{
    text-decoration: underline;
    color: #e60012;
}
.indexBox5 .itemBox{
    width: 70%;
    float: left;
}
.indexBox5 .itemBox .item{
    width: 50%;
    float: left;
    min-height: 360px;
    padding: 75px 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox5 .itemBox .item h3{
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 35px;
}
.indexBox5 .itemBox .item .t{
    padding-right: 80px;
}
.indexBox5 .itemBox .item p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox5 .itemBox .item a{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 165px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #e60012;
    margin-top: 50px;
    position: relative;
    display: none;
}
.indexBox5 .itemBox .item a:before{
    position: absolute;
    content: '→';
    right: -53px;
    top: 0;
    width: 48px;
    height: 44px;
    text-align: center;
    background: #1d1d1d;
    transition: all .3s;
}
.indexBox5 .itemBox .item a:hover:before{
    background: #e60012;
    transition: all .3s;
}

.indexBox6 .textBox{
    text-align: center;
    padding: 100px 0 50px;
}
.indexBox6 .textBox h2{
    font-size: 48px;
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.indexBox6 .textBox .t{
    width: 730px;
    margin: auto;
}
.indexBox6 .textBox .t p{
    font-size: 16px;
    color: #818181;
    font-weight: 300;
}
.indexBox6 .textBox a{
    /*display: inline-block;*/
    margin-top: 20px;
    font-size: 16px;
    color: #353535;
    font-weight: 300;
    display: none;
}
.indexBox6 .textBox a:hover{
    color: #e60012;
    text-decoration: underline;
}
.indexBox6 .indexCustomerConBox{
    overflow: hidden;
}
.indexBox6 .indexCustomerConBox .slick-prev,
.indexBox6 .indexCustomerConBox .slick-next{
    background-color: #48525e;
    background-image: url("/public/static/images/home/zh-cn/indexCutsomerArrow.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 44px;
    top: auto;
    margin-top: 0;
}
.indexBox6 .indexCustomerConBox .slick-prev{
    background-position: top left;
    bottom: 22px;
    left: 35.5%;
}
.indexBox6 .indexCustomerConBox .slick-next{
    background-position: top right;
    bottom: 22px;
    left: 40%;
}
.indexBox6 .indexCustomerConBox .slick-prev:hover,
.indexBox6 .indexCustomerConBox .slick-next:hover{
    background-color: #e60012;
}
.indexBox6 .indexCustomerConBox .indexCustomerVideo{
    overflow: hidden;
    width: 52%;
    float: left;
    position: relative;
    z-index: 10;
}
.indexBox6 .indexCustomerConBox .indexCustomerVideo .video_click:after{
    display: none;
}
.indexBox6 .indexCustomerConBox .indexCustomerTextBox{
    width: 48%;
    float: left;
}
.indexBox6 .indexCustomerConBox .indexCustomerText{
    width: 700px;
    padding-left: 60px;
    padding-top: 128px;
}
.indexBox6 .indexCustomerConBox .indexCustomerText h3{
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 700;
    padding-bottom: 40px;
}
.indexBox6 .indexCustomerConBox .indexCustomerText .tBox .img{
    float: left;
    width: 85px;
}
.indexBox6 .indexCustomerConBox .indexCustomerText .tBox .text{
    padding-left: 25px;
    margin-left: 85px;
}
.indexBox6 .indexCustomerConBox .indexCustomerText .tBox .text span{
    display: block;
    color: #313131;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.indexBox6 .indexCustomerConBox .indexCustomerText .tBox .text p{
    font-size: 20px;
    color: #313131;
    font-weight: 300;
}
.indexBox6 .indexCustomerConBox .indexCustomerCon{
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
}
.indexBox6 .indexCustomerConBox .indexCustomerCon .textCon{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56%;
    padding: 70px 0;
    background: #545454;
}
.indexBox6 .indexCustomerConBox .indexCustomerCon .textCon .text{
    margin-left: 20%;
    margin-right: 30%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.indexBox6 .indexCustomerConBox .indexCustomerCon .textCon .text:before{
    position: absolute;
    content: '“';
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    top: 0;
    left: 0;
    line-height: 1;
    font-family: "Lato", sans-serif;
}
.indexBox6 .indexCustomerConBox .indexCustomerCon .textCon .text:after{
    position: absolute;
    content: '”';
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    bottom: 0;
    right: 0;
    line-height: 1px;
    font-family: "Lato", sans-serif;
}
.indexBox6 .indexCustomerConBox .indexCustomerCon .textCon .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    font-style: italic;
}

.indexBox7{
    overflow: hidden;
    padding: 150px 0 100px;
}
.indexBox7 .itemBox{
    overflow: hidden;
}
.indexBox7 .itemBox .item{
    width: 50%;
    float: left;
}
.indexBox7 .itemBox .item.news{
    padding-right: 50px;
}
.indexBox7 .itemBox .item.events{
    padding-left: 50px;
}

.indexBox7 .itemBox .item h2{
    font-size: 48px;
    color: #353535;
    font-weight: 700;
    padding-bottom: 60px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
}
.indexBox7 .itemBox .item .textCon{
    overflow: hidden;
    padding: 20px 30px;
    border-bottom: 1px solid #eeeeee;
}
.indexBox7 .itemBox .item.news .textCon .time{
    width: 120px;
    float: left;
}
.indexBox7 .itemBox .item.news .textCon .time span{
    font-size: 16px;
    color: #353535;
    font-weight: 300;
}
.indexBox7 .itemBox .item.news .textCon .text{
    margin-left: 120px;
}
.indexBox7 .itemBox .item .textCon .text h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexBox7 .itemBox .item .textCon .text h3 a{
    font-size: 20px;
    color: #353535;
    padding-bottom: 8px;
    display: inline-block;
}
.indexBox7 .itemBox .item .textCon .text h3 a:hover{
    color: #e60012;
    text-decoration: underline;
}
.indexBox7 .itemBox .item .textCon .text p{
    font-size: 16px;
    color: #828282;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indexBox7 .itemBox .item.events .textCon .time{
    width: 70px;
    padding: 7px 0 15px;
    border-top: 8px solid #E60012;
    background: #8d8d8d;
    float: left;
    text-align: center;
}
.indexBox7 .itemBox .item.events .textCon .time span{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    display: block;
}
.indexBox7 .itemBox .item.events .textCon .text{
    margin-left: 100px;
}

.Crumbs .container_1600{
    padding: 0 60px;
}

.contactBox1{
    padding-top: 145px;
    padding-bottom: 335px;
    background: url("/public/static/images/home/zh-cn/contactBanner.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactBox1 .text{
    width: 50%;
    float: left;
}
.contactBox1 .text h2{
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}
.contactBox1 .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.contactBox2{
    margin-top: -265px;
    margin-bottom: 160px;
}
.contactBox2 .conBox{
    overflow: hidden;
    background: #014099 url("/public/static/images/home/zh-cn/contactBj1.png") no-repeat bottom right;
    -webkit-box-shadow: 0 0 8px 0 rgba(45,45,45,.65);
    -moz-box-shadow: 0 0 8px 0 rgba(45,45,45,.65);
    box-shadow: 0 0 8px 0 rgba(45,45,45,.65);
}
.contactBox2 .contactFormBox{
    width: 60%;
    float: left;
    padding: 60px 60px 60px 30px;
    background: #ffffff;
}
.contactBox2 .contactFormBox h2{
    color: #272727;
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 30px;
    background: url("/public/static/images/home/zh-cn/contactIco.png") no-repeat right top;
}
.contactBox2 .contactForm .info{
    position: relative;
    margin-bottom: 10px;
}
.contactBox2 .contactForm .info .label_control{
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 18px;
    color: #777777;
    line-height: 40px;
    font-weight: 300;
}
.contactBox2 .contactForm .info .tips{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #e60012;
}
.contactBox2 .contactForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #777777;
    font-weight: 300;
}
.contactBox2 .contactForm .info.imgVerifyCode input[type="text"]{
    width: 200px;
}
.contactBox2 .contactForm .info.imgVerifyCode .Verify_img{
    position: absolute;
    height: 40px;
    left: 210px;
    cursor: pointer;
}
.contactBox2 .contactForm .info.imgVerifyCode .tips{
    left: 10px;
    top: 30px;
}
.contactBox2 .contactForm .info textarea{
    width: 100%;
    height: 140px;
    background: none;
    resize: none;
    padding: 10px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #777777;
    font-weight: 300;
}
.contactBox2 .contactForm .info input[type="submit"]{
    width: 135px;
    height: 40px;
    background: #e60012;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
}
.contactBox2 .contactForm .info input[type="submit"]:hover{
    background: #333333;
    transition: all .3s;
}
.contactBox2 .contactInfoBox{
    width: 40%;
    float: left;
    padding: 70px 30px 70px 40px;
}
.contactBox2 .contactInfoBox h2{
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
}
.contactBox2 .contactInfoBox p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.contactBox2 .contactInfoBox ul{
    overflow: hidden;
    margin-top: 50px;
}
.contactBox2 .contactInfoBox ul li{
    padding-left: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left 0;
}
.contactBox2 .contactInfoBox ul li.contactTel{
    background-image: url("/public/static/images/home/zh-cn/contactTel.png");
}
.contactBox2 .contactInfoBox ul li.contactFax{
    background-image: url("/public/static/images/home/zh-cn/contactFax.png");
}
.contactBox2 .contactInfoBox ul li.contactEmail{
    background-image: url("/public/static/images/home/zh-cn/contactEmail.png");
}
.contactBox2 .contactInfoBox ul li.contactAdd{
    background-image: url("/public/static/images/home/zh-cn/contactAdd.png");
}
.contactBox2 .contactInfoBox ul li a{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.contactBox2 .contactInfoBox ul li a:hover{
    text-decoration: underline;
}
.contactBox2 .contactInfoBox .footer_shape{
    margin-top: 100px;
    overflow: hidden;
}

.contactBox3 #googleMapPanel{
    width: 100%;
    height: 395px;
}


.aboutBanner{
    position: relative;
}
.aboutBanner .img{
    line-height: 0;
    text-align: center;
}
.aboutBanner .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
}
.aboutBanner .text h1{
    margin-left: 60px;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
}
.aboutBanner .text h1:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 145px;
    height: 4px;
    background: #ffffff;
}

.aboutConBox{
    margin-top: 30px;
}
.aboutConBox .aboutMenuBox{
    width: 510px;
    float: left;
    padding: 0 70px 0 60px;
    position: sticky;
    top: 115px;
}
.aboutConBox .aboutMenuBox .aboutMenu{
}
.aboutConBox .aboutMenuBox .aboutMenu li{
    margin-bottom: 8px;
}
.aboutConBox .aboutMenuBox .aboutMenu li a{
    background: #545454;
    display: block;
    line-height: 65px;
    font-size: 24px;
    padding-left: 30px;
    color: #ffffff;
    position: relative;
    font-weight: 300;
}
.aboutConBox .aboutMenuBox .aboutMenu li a:before{
    position: absolute;
    content: '';
    width: 26px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    right: 25px;
    background: url("/public/static/images/home/zh-cn/aboutMenuIco.png") no-repeat center center;
}
.aboutConBox .aboutMenuBox .aboutMenu li.on a,
.aboutConBox .aboutMenuBox .aboutMenu li a:hover{
    background: #e60012;
}
.aboutConBox .aboutContentBox{
    margin-left: 510px;
    overflow: hidden;
}
.aboutConBox .aboutContentBox .title{
    margin-bottom: 15px;
}
.aboutConBox .aboutContentBox .title h2{
    font-size: 30px;
    color: #545454;
    font-weight: 700;
    padding-left: 25px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-left: 4px solid #014099;
}
.aboutConBox .aboutContentBox .title p{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
}
.aboutConBox .aboutContentBox .title p span{
    font-weight: 700;
    font-size: 16px;
    color: #545454;
}

.aboutConBox .aboutContentBox .aboutContent{
    overflow: hidden;
    margin-bottom: 30px;
}
.aboutContentBox .aboutText{
    overflow: hidden;
}
.aboutContentBox .aboutText .text{
    overflow: hidden;
    margin-bottom: 20px;
}
.aboutContentBox .aboutText .text > span{
    width: 40px;
    text-align: center;
    float: left;
    font-size: 38px;
    color: #4674b5;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
}
.aboutContentBox .aboutText1 .text .t{
    margin-left: 40px;
}
.aboutContentBox .aboutText .text p{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    line-height: 1.7;
}
.aboutContentBox .aboutText .text p span{
    font-weight: 700;
    font-size: 16px;
    color: #545454;
}
.aboutContentBox .aboutImgBox{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 35px;
}
.aboutContentBox .aboutImgBox .img{
    width: 50%;
    float: left;
    line-height: 0;
    padding-right: 10px;
    text-align: center;
}
.aboutContentBox .aboutImgBox .img:nth-of-type(2){
    padding-right: 0;
    padding-left: 10px;
}
.aboutContentBox .aboutImgBox .img img{
    width: 100%;
}

.aboutContentBox .advantageContent .itemBox{
    overflow: hidden;
    padding: 60px 0;
}
.aboutContentBox .advantageContent .itemBox .item{
    width: 25%;
    float: left;
    padding: 0 50px;
    text-align: center;
}
.aboutContentBox .advantageContent .itemBox .item span{
    font-weight: 700;
    font-size: 48px;
    color: #014099;
    display: block;
    margin-bottom: 6px;
}
.aboutContentBox .advantageContent .itemBox .item p{
    font-size: 14px;
    color: #777777;
    font-weight: 300;
}
.aboutContentBox .advantageContent .textBox {
    margin-bottom: 50px;
    overflow: hidden;
}
.aboutContentBox .advantageContent .textBox .img{
    width: 41%;
    float: left;
}
.aboutContentBox .advantageContent .textBox .text{
    width: 59%;
    padding-left: 50px;
    float: left;
}
.aboutContentBox .advantageContent .textBox .text h3{
    font-size: 24px;
    color: #484848;
    padding: 10px 0 30px;
}
.aboutContentBox .advantageContent .textBox .text p{
    font-size: 16px;
    color: #818181;
    line-height: 1.6;
    font-weight: 300;
}

.aboutContentBox .enterpriseContent .textBox{
    overflow: hidden;
    margin-bottom: 95px;
}
.aboutContentBox .enterpriseContent .textBox .text p{
    font-size: 16px;
    color: #818181;
    font-weight: 300;
    margin-top: 15px;
}
.aboutContentBox .enterpriseContent .textBox .text p span{
    font-size: 16px;
    color: #818181;
    font-weight: 700;
}
.aboutContentBox .enterpriseContent .textBox .tBox{
    margin-top: 40px;
    overflow: hidden;
}
.aboutContentBox .enterpriseContent .textBox .tBox .img{
    line-height: 0;
    width: 110px;
    float: left;
}
.aboutContentBox .enterpriseContent .textBox .tBox .t{
    margin-left: 150px;
}
.aboutContentBox .enterpriseContent .textBox .tBox .t h3{
    font-size: 20px;
    color: #323232;
    font-weight: 700;
    padding: 20px 0;
}
.aboutContentBox .enterpriseContent .textBox .tBox .t p{
    font-size: 16px;
    color: #818181;
    font-weight: 300;
}
.aboutContentBox .enterpriseContent .itemBox{
    margin-top: 35px;
}
.aboutContentBox .enterpriseContent .itemBox .item{
    overflow: hidden;
    margin-bottom: 75px;
}
.aboutContentBox .enterpriseContent .itemBox .item .text{
    width: 55%;
    float: left;
    padding-right: 20px;
}
.aboutContentBox .enterpriseContent .itemBox .item > .img{
    width: 45%;
    float: left;
    line-height: 0;
    text-align: center;
}
.aboutContentBox .enterpriseContent .itemBox .item:nth-of-type(2n) .text{
    padding-right: 0;
    padding-left: 20px;
}
.aboutContentBox .enterpriseContent .itemBox .item:nth-of-type(2n) .text,
.aboutContentBox .enterpriseContent .itemBox .item:nth-of-type(2n) > .img{
    float: right;
}

.aboutContentBox .enterpriseContent .itemBox .item .text .t{
    overflow: hidden;
}
.aboutContentBox .enterpriseContent .itemBox .item .text .t .img{
    width: 60px;
    height: 54px;
    float: left;
}
.aboutContentBox .enterpriseContent .itemBox .item .text .t h3{
    margin-left: 60px;
    padding-left: 10px;
    line-height: 54px;
    font-size: 20px;
    color: #323232;
    font-weight: 700;
}
.aboutContentBox .enterpriseContent .itemBox .item .text p{
    font-size: 16px;
    color: #818181;
    margin-top: 20px;
    line-height: 1.6;
}

.historyContent .itemBox{
    margin: 35px 0 70px;
    padding: 20px 90px 0;
    position: relative;
    background: url("/public/static/images/home/zh-cn/historyBj.png") no-repeat top center;
}
.historyContent .itemBox:before{
    position: absolute;
    content: '';
    width: 26px;
    height: 11px;
    left: 50%;
    top: 0;
    margin-left: -13px;
    background: url("/public/static/images/home/zh-cn/historyIco1.png") no-repeat center center;
}
.historyContent .itemBox:after{
    position: absolute;
    content: '';
    width: 26px;
    height: 21px;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
    background: url("/public/static/images/home/zh-cn/historyIco2.png") no-repeat center center;
}
.historyContent .itemBox .item{
    overflow: hidden;
}
.historyContent .itemBox .item .years{
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 60px;
    position: relative;
}
.historyContent .itemBox .item .years:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    right: -8px;
    bottom: 10px;
    background: url("/public/static/images/home/zh-cn/historyIco4.png") no-repeat center center;
}
.historyContent .itemBox .item:nth-of-type(2n) .years:before{
    right: auto;
    left: -8px;
}
.historyContent .itemBox .item .years span{
    display: inline-block;
    text-align: center;
    width: 130px;
    height: 36px;
    margin-top: 37px;
    line-height: 36px;
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    background: #e60012;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.historyContent .itemBox .item:nth-of-type(2) .years span,
.historyContent .itemBox .item:nth-of-type(5) .years span,
.historyContent .itemBox .item:nth-of-type(8) .years span,
.historyContent .itemBox .item:nth-of-type(11) .years span,
.historyContent .itemBox .item:nth-of-type(14) .years span{
    background: #014099;
}
.historyContent .itemBox .item:nth-of-type(3) .years span,
.historyContent .itemBox .item:nth-of-type(6) .years span,
.historyContent .itemBox .item:nth-of-type(9) .years span,
.historyContent .itemBox .item:nth-of-type(12) .years span,
.historyContent .itemBox .item:nth-of-type(15) .years span{
    background: #2e2e2e;
}
.historyContent .itemBox .item:nth-of-type(2n) .years{
    float: right;
    padding-right: 0;
    padding-left: 60px;
    text-align: left;
}
.historyContent .itemBox .item .text{
    width: 50%;
    min-height: 131px;
    padding-bottom: 21px;
    padding-left: 60px;
    float: left;
    position: relative;
}
.historyContent .itemBox .item .text:before{
    position: absolute;
    content: '';
    width: 26px;
    height: 21px;
    left: -13px;
    bottom: 0;
    background: url("/public/static/images/home/zh-cn/historyIco3.png") no-repeat center center;
}
.historyContent .itemBox .item:nth-of-type(2n) .text:before{
    left: auto;
    right: -13px;
}
.historyContent .itemBox .item:nth-of-type(2n) .text{
    float: right;
    padding-left: 0;
    padding-right: 60px;
}
.historyContent .itemBox .item .text .t{
    position: absolute;
    top: 50%;
    left: 60px;
}
.historyContent .itemBox .item:nth-of-type(2n) .text .t{
    left: 0;
    right: 60px;
}
.historyContent .itemBox .item .text .t p:nth-of-type(1){
    margin-top: 0;
}
.historyContent .itemBox .item .text .t p{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    margin-top: 15px;
}

.honorContent{
    margin-top: 30px;
    overflow: hidden;
}
.honorContent .itemBox{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.honorContent .itemBox .item{
    width: 25%;
    float: left;
    margin-bottom: 70px;
    padding: 0 5px;
}
.honorContent .itemBox .item .img{
    line-height: 0;
    text-align: center;
    width: 192px;
    margin-top: 10px;
}
.honorContent .itemBox .item .img img{
    -webkit-box-shadow: 0 0 10px 0 rgba(45,45,45,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(45,45,45,.5);
    box-shadow: 0 0 10px 0 rgba(45,45,45,.5);
}
.honorContent .itemBox .item .text{
    width: 192px;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #f04e18;
}
.honorContent .itemBox .item .text p{
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 300;
    line-height: 1.5;
}
.honorContent .itemBox .item .text:before{
    position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    bottom: 0;
    left: 0;
    background: url("/public/static/images/home/zh-cn/honorIco.png") no-repeat center center;
}


.productDetailsBox{
    margin: 100px 0 0;
}
.productDetailsBox .productDetailImg{
    line-height: 0;
    text-align: center;
}
.productDetailsBox .productDetailText{
    margin-top: 55px;
    overflow: hidden;
}
.productDetailsBox .productDetailText h2{
    font-size: 30px;
    color: #242424;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 35px;
    background: url("/public/static/images/home/zh-cn/productDetailTitleBj.png") no-repeat left bottom;
}
.productDetailsBox .productDetailText .text p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #818181;
    font-weight: 300;
    line-height: 1.6;
}
.productDetailsBox .productDetailText .productDetailTable{
    text-align: center;
}
.productDetailsBox .productDetailText .productDetailTable th,
.productDetailsBox .productDetailText .productDetailTable td{
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #323232;
}
.productDetailsBox .productDetailText .text ul {
    overflow: hidden;
}
.productDetailsBox .productDetailText .text ul li{
    width: 50%;
    float: left;
    padding-right: 15px;
    font-size: 16px;
    color: #818181;
    font-weight: 300;
    padding-left: 18px;
    position: relative;
}
.productDetailsBox .productDetailText .text ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #014099;
}
.productDetailsBox .productDetailText .itemBox{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.productDetailsBox .productDetailText .itemBox .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 40px;
}
.productDetailsBox .productDetailText .itemBox .item .imgSlick .slick-dots li{
    background: #ffffff;
}
.productDetailsBox .productDetailText .itemBox .item .imgSlick .slick-dots li.slick-active{
    background: #e60012;
}
.productDetailsBox .productDetailText .itemBox .item .textBox{
    height: 160px;
}
.productDetailsBox .productDetailText .itemBox .item h3{
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    padding: 8px 0;
}
.productDetailsBox .productDetailText .itemBox .item p{
    font-size: 16px;
    color: #818181;
    font-weight: 300;
    margin-bottom: 0;
}
.productDetailsBox .productDetailText .itemBox .item p span{
    color: #000000;
    font-size: 16px;
}

.videoConBox {
    padding: 50px 0;
}
.videoConBox .title h1{
    font-size: 48px;
    color: #454545;
    text-align: center;
    font-weight: 700;
    padding-bottom: 40px;
}
.videoConBox .itemBox{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.videoConBox .itemBox .item{
    width: 33.3333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.videoConBox .itemBox .item .videoCon{
    position: relative;
    width: 100%;
    padding-top: 56.2%;
}
.videoConBox .itemBox .item iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.app_box1 h1{
    font-size: 30px;
    font-weight: bold;
    color: #545454;
    border-left: 4px solid #014099;
    padding-left: 13px;
    line-height: 42px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.app_box1 p{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    line-height: 1.5;
}
.app_box1 .tip{
    font-size: 20px;
    color: #545454;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 30px;
}
.app_box1 .line{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 35px;
}
.app_box1 .line .item{
    position: relative;
    width: 48.5%;
    border: 1px solid #014099;
    padding: 20px 10px 20px 15px
}
.app_box1 .line .item:nth-of-type(2){
    margin-top: 80px;
}
.app_box1 .line .item:nth-of-type(1):after{
    content: '';
    width: 19px;
    height: 1px;
    background: #014099;
    position: absolute;
    left: 100%;
    top: 220px;
}
.app_box1 .line .item:nth-of-type(2):after{
    content: '';
    width: 19px;
    height: 1px;
    background: #014099;
    position: absolute;
    right: 100%;
    top: 220px;
}
.app_box1 .line .item h3{
    font-size: 16px;
    font-weight: bold;
    color: #545454;
    line-height: 35px;
    margin-bottom: 15px;
}
.app_box1 .line .item p{
    font-size: 16px;
    font-weight: 300;
    color: #545454;
    line-height: 24px;
    height: 90px;
}
.app_box1 .line .item h3 img{
    vertical-align: top;
    margin-right: 2px;
}
.app_box1 .items{
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}
.app_box1 .items:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    margin-left: -1px;
    height: 100%;
    background: #014099;
}
.app_box1 .items:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    margin-left: -1px;
    height: 100px;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
.app2_items{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.app2_items .item{
    width: 23.5%;
}
.app2_line .tip{
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px;
}
.app2_line{
    padding-bottom: 38px;
}

.serviceContent{
    overflow: hidden;
    padding-right: 100px;
}
.serviceBox1{
    margin-bottom: 40px;
}
.serviceBox1 h3{
    font-size: 22px;
    color: #545454;
    font-weight: 700;
    margin-bottom: 25px;
}
.serviceBox1 .item{
    overflow: hidden;
    margin-bottom: 12px;
}
.serviceBox1 .item .img{
    line-height: 0;
    width: 50px;
    float: left;
}
.serviceBox1 .item .text{
    margin-left: 50px;
    padding-left: 20px;
    padding-top: 5px;
}
.serviceBox1 .item:nth-of-type(2) .text,
.serviceBox1 .item:nth-of-type(3) .text{
    padding-top: 10px;
}
.serviceBox1 .item .text p{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
}

.serviceBox2{
    margin-bottom: 40px;
}
.serviceBox2 h3{
    font-size: 22px;
    color: #545454;
    font-weight: 700;
    margin-bottom: 25px;
}
.serviceBox2 .conBox{
    overflow: hidden;
    margin-bottom: 30px;
}
.serviceBox2 .conBox .img{
    line-height: 0;
    float: left;
    width: 318px;
}
.serviceBox2 .conBox .textBox{
    margin-left: 318px;
    padding-left: 30px;
}
.serviceBox2 .conBox .textBox ul li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}
.serviceBox2 .conBox .textBox ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #014099;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.serviceBox2 .conBox .textBox ul li p{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
}

.serviceBox3{
    margin-bottom: 40px;
}
.serviceBox3 h3{
    font-size: 22px;
    color: #545454;
    font-weight: 700;
    margin-bottom: 25px;
}
.serviceBox3 .textBox {
    overflow: hidden
}

.serviceBox3 .textBox .text {
    overflow: hidden;
    margin-bottom: 20px
}

.serviceBox3 .textBox .text>span {
    width: 40px;
    text-align: center;
    float: left;
    font-size: 38px;
    color: #4674b5;
    font-weight: 700;
    line-height: 1;
    font-style: italic
}

.serviceBox3 .textBox .text .t {
    margin-left: 60px
}

.serviceBox3 .textBox .text p {
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    line-height: 1.7
}
.header a.lang img{
    vertical-align: middle;
    margin: 0 10px;
    margin-left: 40px;
}
.m_header  a.lang{
    position: absolute;
    right: 20px;
    top: 10px;
}

@media (max-width: 1620px){
    .header .container_1600,
    .Crumbs .container_1600{
        padding: 0;
    }
    .indexBox2 .indexProductCon .textBox .textCon{
        width: 100%;
        padding-top: 30px;
    }
    .indexBox3 .textBox{
        padding-left: 0;
    }

    .indexBox5 .itemBox .item .t{
        padding-right: 0;
    }

    .indexBox6 .indexCustomerConBox .indexCustomerText{
        width: 95%;
        padding-top: 40px;
        padding-left: 40px;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerCon .textCon{
        padding: 30px 0;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerCon .textCon .text{
        margin-right: 15%;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerText h3{
        padding-bottom: 30px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        padding-right: 0;
    }

    .aboutConBox .aboutMenuBox{
        padding-left: 0;
        width: 410px;
    }
    .aboutConBox .aboutContentBox{
        margin-left: 410px;
    }
    .aboutContentBox .advantageContent .itemBox .item{
        padding: 0 10px;
    }
    .historyContent .itemBox{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1420px){
    .headerRight .nav_list > li > a{
        padding: 0 15px;
    }
    .headerRight .header_search_box{
        right: 10px;
    }
    .headerRight .headerEmail{
        margin-right: 30px;
    }
    .indexBox5 .itemBox .item{
        padding: 75px 50px 0;
    }
    .indexBox7 .itemBox .item.news{
        padding-right: 20px;
    }
    .indexBox7 .itemBox .item.events{
        padding-left: 20px;
    }
    .honorContent .itemBox .item .img,
    .honorContent .itemBox .item .text{
        width: 100%;
    }
    .aboutConBox .aboutMenuBox{
        width: 360px;
        padding-right: 40px;
    }
    .aboutConBox .aboutContentBox{
        margin-left: 360px;
    }
    .aboutConBox .aboutMenuBox .aboutMenu li a{
        font-size: 20px;
    }
}
@media (max-width: 1220px){
    .headerRight .nav_list > li > a{
        padding: 0 5px;
    }
    .footer_shape span{
        display: block;
        width: 100%;
    }
    .footer_box .fast_navigation .itemBox .item{
        padding-left: 15px;
    }
    .indexBox4 .itemBox .item{
        width: 175px;
        padding: 0 15px;
    }
    .indexBox4 .itemBox .item:nth-of-type(2n){
        width: 40px;
    }
    .indexBox5 .itemBox .item{
        padding-top: 40px;
    }
    .indexBox5 .itemBox .item h3{
        font-size: 22px;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerText{
        padding-top: 0;
    }
    .indexBox7 .itemBox .item.news .textCon .time{
        width: 90px;
    }
    .indexBox7 .itemBox .item.news .textCon .text{
        margin-left: 100px;
    }
    .indexBox7 .itemBox .item.events .textCon .text{
        margin-left: 80px;
    }

    .aboutContentBox .advantageContent .itemBox .item span{
        font-size: 40px;
    }

    .aboutContentBox .enterpriseContent .itemBox .item{
        margin-bottom: 50px;
    }
    .aboutContentBox .enterpriseContent .itemBox .item .text{
        width: 100%;
        padding: 0 !important;
    }
    .aboutContentBox .enterpriseContent .itemBox .item .text p{
        font-weight: 300;
        margin-top: 10px;
    }
    .aboutContentBox .enterpriseContent .itemBox .item > .img{
        width: 100%;
        margin-top: 30px;
        text-align: left;
    }

    .contactBox2 .contactInfoBox .footer_shape{
        margin-top: 20px;
    }

    .productDetailsBox .productDetailText .itemBox .item .textBox{
        height: 200px;
    }
    .header a.lang{
        display: none;
    }
}
@media (max-width: 992px){
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

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

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 100%;
        padding: 5px 0;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #10497e;
        position: absolute;
        display: block;
        content: '';
    }

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

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

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

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

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

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

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

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

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

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

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("/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 .item{
        width: 33.33%;
        padding-right: 0;
        padding-left: 20px;
    }
    .footer_box .item:nth-of-type(1){
        padding-left: 0;
    }
    .footer_box .footer_email h2{
        font-size: 32px;
    }
    .footer_box .fast_navigation h2{
        font-size: 18px;
    }
    .footer_box .fast_navigation li, .footer_box .fast_navigation li a{
        font-size: 14px;
    }
    #h{
        display: none;
    }
    .indexBox1 .textBox h2,
    .indexBox3 .textBox h2,
    .indexBox4 .textBox h2,
    .indexBox5 .title h2,
    .indexBox6 .textBox h2,
    .indexBox7 .itemBox .item h2,
    .aboutBanner .text h1{
        font-size: 40px;
    }

    .indexBox1 .textBox{
        padding-bottom: 0;
    }
    .indexBox1 .textBox h2{
        width: 100%;
    }
    .indexBox1 .textBox .t{
        margin-left: 0;
        float: left;
    }
    .indexBox2 .indexProductCon{
        width: 767px;
        margin: auto;
    }
    .indexBox2 .indexProductCon .imgBox{
        width: 100%;
    }
    .indexBox2 .indexProductCon .textBox{
        width: 100%;
    }
    .indexBox3 .textBox{
        width: 100%;
    }
    .indexBox3 .textBox h2{
        width: 100%;
        font-size: 48px;
    }
    .indexBox3 .textBox .t p{
        font-size: 18px;
    }
    .indexBox4 .textBox{
        padding: 0;
    }
    .indexBox4 .itemBox .item span{
        font-size: 30px;
    }
    .indexBox4 .itemBox .item p{
        font-weight: 300;
    }
    .indexBox4 .itemBox .item{
        width: 140px;
    }
    .indexBox4 .itemBox .item:nth-of-type(2n){
        width: 37px;
    }
    .indexBox4 .itemBox .item:last-child{
        width: 235px;
    }
    .indexBox5 .title{
        width: 767px;
        padding: 40px 0;
        margin: auto;
        float: none;
    }
    .indexBox5 .title h2{
        margin-bottom: 10px;
    }
    .indexBox5 .title a{
        margin-top: 20px;
    }
    .indexBox5 .itemBox{
        width: 100%;
    }
    .indexBox6 .indexCustomerConBox{
        width: 767px;
        margin: auto;
        overflow: inherit;
    }
    .indexBox6 .indexCustomerConBox .slick-prev{
        bottom: auto;
        left: 10px;
        top: 50%;
    }
    .indexBox6 .indexCustomerConBox .slick-next{
        bottom: auto;
        right: 10px;
        top: 50%;
        left: auto;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerCon{
        padding-bottom: 0;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerCon .textCon{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        padding: 30px;
        overflow: hidden;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerVideo{
        width: 100%;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerTextBox{
        width: 100%;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerText{
        width: 100%;
        overflow: hidden;
        padding: 15px 0;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerText h3{
        padding-bottom: 15px;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerCon .textCon .text{
        margin: 0;
    }
    .indexBox7{
        padding: 100px 0;
    }
    .indexBox7 .itemBox .item{
        width: 100%;
        padding: 0 !important;
    }
    .indexBox7 .itemBox .item h2{
        padding-bottom: 20px;
    }
    .indexBox7 .itemBox .item.news{
        margin-bottom: 40px;
    }
    .footer_box .fast_navigation .itemBox .item{
        display: none;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(3){
        padding-left: 0;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(3),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        display: block;
        width: 50%;
    }

    .aboutConBox .aboutMenuBox{
        display: none;
    }
    .aboutConBox .aboutContentBox{
        margin-left: 0;
    }

    .historyContent .itemBox:before,
    .historyContent .itemBox:after{
        margin-left: -12px;
    }
    .contactBox2 .contactFormBox,
    .contactBox2 .contactInfoBox{
        width: 100%;
    }
    .productDetailsBox .productDetailText .itemBox .item .textBox{
        height: 250px;
    }
    .app_box1 .line{
        flex-wrap: wrap;
    }
    .app_box1 .line .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .app_box1 .line .item:after,
    .app_box1 .items:after,
    .app_box1 .items:before{
        display: none !important;
    }
    .app_box1 .line .item:nth-of-type(2){
        margin-top: 0;
    }
    .app_box1 .line{
        margin-bottom: 0;
    }
    .app_box1 .items{
        padding-top: 0;
    }
    .app2_items{
        flex-wrap: wrap;
    }
    .app2_items .item{
        width: 49%;
        margin-bottom: 20px;
    }
    .app2_line{
        padding-bottom: 20px;
    }
    .app2_line .tip{
        margin-top: 15px;
    }
    .app_box1 .line .item p{
        height: auto;
        margin-bottom: 15px;
    }
    .serviceBox2 .conBox .img{
        width: auto;
        float: none;
    }
    .serviceBox2 .conBox .textBox{
        margin-left: 0;
        padding-left: 0;
        padding-top: 20px;
    }
    .serviceBox2{
        margin-bottom: 0;
    }
    .serviceContent{
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .indexBox1 .textBox h2,
    .indexBox3 .textBox h2,
    .indexBox4 .textBox h2,
    .indexBox5 .title h2,
    .indexBox6 .textBox h2,
    .indexBox7 .itemBox .item h2,
    .aboutBanner .text h1，
    .videoConBox .title h1{
        font-size: 36px;
    }
    .indexBox1 .textBox .t p,
    .indexBox1 .textBox .t a,
    .indexBox2 .indexProductCon .textBox .textCon .t p,
    .indexBox3 .textBox .t p,
    .indexBox3 .textBox a,
    .footer_box .footerInfoBox .textBox p,
    .contactBox2 .contactInfoBox p{
        font-size: 16px;
    }
    .indexBox2 .indexProductCon .textBox .textCon h2 a,
    .footer_box .footerInfoBox .textBox h2,
    .indexBox6 .indexCustomerConBox .indexCustomerText h3,
    .aboutConBox .aboutContentBox .title h2{
        font-size: 20px;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerText .tBox .text span,
    .indexBox6 .indexCustomerConBox .indexCustomerText .tBox .text p{
        font-size: 18px;
    }
    .indexBox2 .indexProductCon,
    .indexBox5 .title,
    .indexBox6 .textBox .t,
    .indexBox6 .indexCustomerConBox{
        width: 100%;
    }
    .indexBox2 .indexProductImgIco .indexProductImg{
        width: 33.33%;
    }
    .indexBox4{
        padding-bottom: 45px;
    }
    .indexBox4 .itemBox .item:nth-of-type(2n){
        display: none;
    }
    .indexBox4 .itemBox .item,
    .aboutContentBox .advantageContent .itemBox .item{
        width: 50% !important;
        margin-bottom: 30px;
    }
    .indexBox5 .title{
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox5 .itemBox{
        padding: 0 10px;
    }
    .indexBox5 .itemBox .item{
        width: 100%;
        padding: 40px 50px;
        min-height: 0;
        margin-bottom: 15px;
    }
    .indexBox6 .indexCustomerConBox{
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox6 .indexCustomerConBox .slick-prev,
    .indexBox6 .indexCustomerConBox .slick-next{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .indexBox6 .indexCustomerConBox .indexCustomerCon .textCon{
        padding: 30px 15px;
    }
    .footer_box .fast_navigation .container_1600{
        padding-left: 10px;
        padding-right: 10px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .aboutConBox .aboutContentBox .title h2{
        line-height: 30px;
    }

    .historyContent .itemBox{
        padding-left: 0;
        padding-right: 0;
        background-position: left top;
        -webkit-background-size: 26px 100%;
        background-size: 26px 100%;
    }
    .historyContent .itemBox:before,
    .historyContent .itemBox:after{
        left: 0;
        margin-left: 0;
    }
    .historyContent .itemBox .item .years:before{
        left: 5px !important;
    }
    .historyContent .itemBox .item .text:before{
        left: 0 !important;
    }
    .historyContent .itemBox .item .years{
        width: 100%;
        padding-right: 0 !important;
        text-align: left;
        padding-left: 40px !important;
        margin-bottom: 10px;
    }
    .historyContent .itemBox .item .text{
        width: 100%;
        min-height: 0;
        padding-bottom: 30px;
        padding-left: 40px !important;
        padding-right: 0 !important;
    }
    .historyContent .itemBox .item .text .t{
        position: inherit;
        left: auto;
        right: auto;
        margin-top: auto !important;
    }

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

    .contactBox1 .text{
        width: 100%;
    }
    .contactBox2{
        margin-bottom: 100px;
    }

    .productDetailsBox .productDetailText .itemBox .item{
        width: 100%;
    }
    .videoConBox .itemBox .item{
        width: 50%;
    }
}
@media (max-width: 640px){
    .indexBox1 .textBox h2,
    .indexBox3 .textBox h2,
    .indexBox4 .textBox h2,
    .indexBox5 .title h2,
    .indexBox6 .textBox h2,
    .indexBox7 .itemBox .item h2,
    .aboutBanner .text h1，
    .videoConBox .title h1{
        font-size: 34px;
    }
    .indexBox2 .indexProductCon .textBox .textCon{
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox3{
        padding: 55px 0;
    }
    .indexBox4 .itemBox .item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox4 .itemBox .item span,
    .aboutContentBox .advantageContent .itemBox .item span{
        font-size: 24px;
    }
    .indexBox4 .itemBox .item p,
    .aboutContentBox .advantageContent .itemBox .item p{
        height: 38px;
    }
    .indexBox5 .itemBox .item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .indexBox5 .itemBox .item h3{
        margin-bottom: 20px;
    }
    .indexBox5 .itemBox .item a{
        margin-top: 15px;
    }
    .indexBox6 .textBox{
        padding: 50px 0 30px;
    }
    .indexBox7{
        padding: 50px 0;
    }
    .indexBox7 .itemBox .item .textCon{
        padding: 20px 0;
    }
    .footer_box .fast_navigation .container_1600{
        padding-top: 50px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(3),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        width: 100%;
        padding-left: 0 !important;
    }
    .footer_box .fast_navigation ul{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .footer_box .fast_navigation li{
        margin-bottom: 0;
    }
    .footer_box .fast_navigation li, .footer_box .fast_navigation li a{
        font-size: 16px;
    }

    .aboutContentBox .advantageContent .textBox .img{
        width: 100%;
        text-align: center;
    }
    .aboutContentBox .advantageContent .textBox .text{
        width: 100%;
        padding-left: 0;
    }
    .aboutContentBox .advantageContent .textBox .text h3{
        padding-bottom: 10px;
    }

    .aboutContentBox .enterpriseContent .textBox .tBox .img{
        width: 80px;
    }
    .aboutContentBox .enterpriseContent .textBox .tBox .t{
        margin-left: 90px;
    }

    .honorContent .itemBox .item{
        width: 50%;
    }
    .contactBox2 .contactInfoBox,
    .contactBox2 .contactFormBox{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 540px){
    .indexBox1 .textBox h2,
    .indexBox3 .textBox h2,
    .indexBox4 .textBox h2,
    .indexBox5 .title h2,
    .indexBox6 .textBox h2,
    .indexBox7 .itemBox .item h2,
    .aboutBanner .text h1，
    .videoConBox .title h1{
        font-size: 30px;
    }
    .videoConBox .itemBox .item{
        width: 100%;
    }
}
@media (max-width: 480px){
    .aboutContentBox .aboutImgBox .img{
        width: 100%;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .honorContent .itemBox .item{
        width: 100%;
    }
}