@charset "utf-8";
.no_padding{
    padding: 0;
}
.header{
    position: relative;
    top: 0;
    z-index: 99;
}
.headerTop{
    padding: 5px 0;
    background: #3f3f3f;
}
.headerTop .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTop .text p{
    letter-spacing: 0;
    line-height: 1.8em;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.headerTop .text a{
    font-size: 16px;
}

.headerContent{
    padding: 10px 0;
}
.headerContent .conBox{
    display: flex;
    justify-content: space-between;
}
.headerContent .conBox .logoBox{
    display: flex;
    align-items: center;
}
.headerContent .conBox .img{
    width: 180px;
    padding: 10px 0;
    border-right: 1px solid #d2d2d2;
}
.headerContent .conBox .text{
    padding: 10px 20px;
}
.headerContent .conBox .text p{
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.headerContent .conBox .text span{
    color: #ff6600;
}

.headerInfoBox{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.headerInfoBox .headerInfo{
    padding-left: 45px;
    background: url("/public/static/images/home/zh-cn/headerTel.png") no-repeat left top;
}
.headerInfoBox .headerInfo p{
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 25px;
    color: #0c4da2;
    font-weight: bold;
}
.headerInfoBox .headerInfo span{
    display: block;
    font-size: 17px;
    line-height: 1.4;
    color: #0c4da2;
    font-weight: bold;
}
.headerInfoBox .langBox{
    width: 200px;
    margin-left: 30px;
    text-align: center;
    position: relative;
}

.langBox span{
    display: flex;
    align-items: center;
    width: 130px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    padding: 2px 23px 6px 10px;
    height: 18px;
    color: #828282;
    background: url("/public/static/images/home/zh-cn/down.png") no-repeat right center;
}
.langBox img{
    margin-right: 5px;
}
.langBox ul{
    position: absolute;
    width: 130px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    padding: 5px 0;
    display: none;
}
.langBox ul li a{
    display: block;
    line-height: 34px;
    text-align: left;
    padding: 0 23px 0 36px;
    width: 100%;
    position: relative;
}
.langBox ul li a:before{
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: 21px;
    height: 14px;
    background: url("/public/static/images/home/zh-cn/reset/sprites.png");
    background-repeat: no-repeat;
    background-position: -252px -116px;
}
.langBox ul li a:hover{
    background: #999;
    color: #ffffff;
}

.navBox{
    padding: 10px 0;
    background: #0a72da;
}
.navBox .conBox{
    display: flex;
    justify-content: space-between;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    float: left;
    text-align: center;
}
.header .nav_list > li:last-child{
    margin-right: 0;
}
.header .nav_list > li > a {
    display: flex;
}
.header .nav_list > li > a > span {
    font-size: 15px;
    color: #ffffff;
    padding: 0 30px;
    line-height: 40px;
    transition: all .5s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #0a72da;
    background: #ffffff;
}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 34px;
    background: url("/public/static/images/home/zh-cn/reset/nav_li_icon.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: 160px;
    display: none;
    z-index: 1;
    background: #44494e;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 38px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    font-size: 16px;
    color: #a9adb1;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    color: #0a72da;
}
.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #44494e;
    min-width: 160px;
    padding: 5px 0;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    color: #0a72da;
}

.headerSearch{
    width: 100px;
    position: relative;
}
.headerSearch a{
    display: inline-block;
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
}
.headerSearch.active i:before{
    content: '×';
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
}
.searchForm{
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
    height: 42px;
    display: none;
}
.searchForm .info{
    position: relative;
    padding-right: 40px;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #dddddd;
}
.searchForm .info:before{
    position: absolute;
    content: '\f002';
    font-family: "FontAwesome", sans-serif;
    color: #000000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0;
    cursor: pointer;
}
.searchForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 10px;
}
.searchForm .info input[type="text"]::placeholder{
    color: #dddddd;
}
.searchForm .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    background: none;
}


.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
    position: relative;
    background: url("/public/static/images/home/zh-cn/footerBj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.footerNavigation{
    padding: 40px 0;
}
.footerNav li{
    float: left;
}
.footerNav li a{
    display: inline-block;
    line-height: 54px;
    color: #ffffff;
    padding: 0 30px;
}
.footerNav li a:hover,
.footerNav li.active a{
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}


.footer_box .contentBox{
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}
.footer_box .footerLogoBox{
    width: 50%;
    float: left;
    padding-top: 20px;
}
.footer_box .footerLogoBox .img{
    line-height: 0;
}
.footer_box .footerLogoBox h3{
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 25px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: bold;
}
.footer_box .footerInfoBox{
    width: 50%;
    float: left;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.footer_box .footerInfoBox .footerInfo{
    width: 60%;
    float: left;
}
.footer_box .footerInfoBox .footerInfo h3{
    font-size: 26px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    font-weight: bold;
    padding-bottom: 10px;
}
.footer_box .footerInfoBox .footerInfo li{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 2em;
}
.footer_box .footerInfoBox .footerShare{
    width: 40%;
    text-align: right;
}
.footer_box .footerInfoBox .footerShare .img{
    line-height: 0;
    padding-bottom: 10px;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a{
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    font-size: 0;
    background: url("/public/static/images/home/zh-cn/reset/style6tiny.png") no-repeat;
    transition: all 0s;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a.bshare-weixin{
    background-position: -56px -1025px;
    transition: all 0s;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a.bshare-weixin:hover{
    background-position: -271px -1025px;
    transition: all 0s;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a.bshare-qzone{
    background-position: -56px -704px;
    transition: all 0s;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a.bshare-qzone:hover{
    background-position: -271px -704px;
    transition: all 0s;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a.bshare-sinaminiblog{
    background-position: -56px -192px;
    transition: all 0s;
}
.footer_box .footerInfoBox .footerShare .bshareCustom a.bshare-sinaminiblog:hover{
    background-position: -271px -192px;
    transition: all 0s;
}


.footer_box .footerCopyright{
    padding: 35px 0;
    border-top: 1px solid #d2d2d2;
    text-align: center;
}
.footer_box .footerCopyright p{
    letter-spacing: 0;
    line-height: 1.8em;
    font-size: 16px;
    color: #f7f7f7;
}
.footer_box .footerCopyright span{
    color: #e60012;
}

.footer_box .rightBox{
    width: 50%;
    padding-left: 50px;
}
.footer_box .rightBox form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_box .rightBox .info{
    margin-bottom: 10px;
    width: 48.5%;
}
.footer_box .rightBox .info.w100{
    width: 100%;
}
.footer_box .rightBox .info .tips{
    color: #e60012;
    font-size: 14px;
    line-height: 16px;
}
.footer_box .rightBox .info input::placeholder,
.footer_box .rightBox .info textarea::placeholder{
    color: #ffffff;
}
.footer_box .rightBox .info input[type="text"],
.footer_box .rightBox .info textarea{
    width: 100%;
    height: 45px;
    color: #000000;
    background: none;
    font-size: 18px;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
}
.footer_box .rightBox .info textarea{
    resize: none;
    height: 95px;
    padding: 10px;
}
.footer_box .rightBox .info input[type="submit"]{
    width: 195px;
    height: 45px;
    background: #e60012;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s;
}
.footer_box .rightBox .info input[type="submit"]:hover{
    background: #000000;
    transition: all .3s;
}
.footer_box .rightBox .footerShare{
    margin-top: 45px;
}
.footer_box .rightBox .footerShare a{
    line-height: 0;
    margin-right: 20px;
}
.footer_box .rightBox .text{
    display: none;
}
.footer_box .rightBox .text p{
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
}

.Fast_contact ul li.onlineservice_li:first-child{
    background: #0dba2a;
}
.Fast_contact ul li.onlineservice_li:last-child{
    background: #e72422;
}


/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: 5px;
    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: 15px;
}
.banner_slick .slick-dots li{
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.indexBox1{
    padding: 10px 0;
    background: #0057bb;
}
.indexBox1 .tag{
    width: 84%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.indexBox1 .tag span,
.indexBox1 .tag a{
    line-height: 38px;
    letter-spacing: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.indexBox1 .tag a{
    margin-right: 10px;
}
.indexBox1 .search{
    width: 16%;
    float: left;
}
.indexBox1 .search .info{
    width: 100%;
    height: 38px;
    padding-right: 38px;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.indexBox1 .search .info:before{
    position: absolute;
    content: '\f002';
    font-family: "FontAwesome", sans-serif;
    color: #aaaaaa;
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 0;
    right: 0;
    cursor: pointer;
}
.indexBox1 .search .info input[type="text"]{
    width: 100%;
    height: 36px;
    background: none;
    border: 0;
    padding: 0 5px;
    color: #aaaaaa;
}
.indexBox1 .search .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 36px;
    height: 36px;
    background: none;
    border: 0;
    cursor: pointer;
}

.indexBox2{
    background: #b6b6b6;
}
.indexBox2 .img{
    padding: 20px 0;
    text-align: center;
    line-height: 0;
}
.indexBox2 .tpBox{
    overflow: hidden;
    padding-bottom: 80px;
}
.indexBox2 .tp{
    float: left;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    line-height: 0;
}

.indexBox3{
    padding-top: 50px;
    padding-bottom: 75px;
    overflow: hidden;
}
.indexBox3 .menu{
    width: 25%;
    float: left;
    padding-right: 10px;
}
.indexBox3 .menu h2{
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.6em;
    background: #0057bb;
}
.indexBox3 .menu ul{
    border: 1px solid #d2d2d2;
    border-bottom: 0;
}
.indexBox3 .menu ul > li{
    border-bottom: 2px solid #ccc;
    position: relative;
}
.indexBox3 .menu ul > li > a{
    padding: 5px 20px;
    display: block;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background: #0057bb;
}
.indexBox3 .menu ul > li > span{
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 36px;
    top: 13px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    background: url("/public/static/images/home/zh-cn/indexProductIco.png") no-repeat top center;
}
.indexBox3 .menu ul > li ol{
    padding: 0 10px;
}
.indexBox3 .menu ul > li ol li:not(:last-child){
    border-bottom: 2px solid #dddddd;
}
.indexBox3 .menu ul > li ol li a{
    display: block;
    width: 100%;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 15px;
    line-height: 2.1em;
}
.indexBox3 .menu ul > li ol li a:hover{
    color: #2aa7ea;
}
.indexBox3 .menu .info{
    background: #0c4da2;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.indexBox3 .menu .info .text{
    padding-left: 60px;
    background: url("/public/static/images/home/zh-cn/indexProductTel.jpg") no-repeat top left;
}
.indexBox3 .menu .info p{
    line-height: 1.4em;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.indexBox3 .listBox{
    width: 75%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.indexBox3 .list{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 25px;
}
.indexBox3 .list .img{
    line-height: 0;
    text-align: center;
}
.indexBox3 .list .text a{
    display: block;
    font-size: 14px;
    color: #222;
    padding: 5px 0;
}
.indexBox3 .list .a a{
    display: block;
    text-align: center;
    border: 1px solid #d8dde6;
    background: #eaedef;
    border-radius: 3px;
    color: #333;
    margin-top: 10px;
}
.indexBox3 .list .a a:hover{
    background: #b8b9b9;
}
.indexBox3 .list .a a i{
    margin-right: 4px;
}
.indexBox3 .list .a a span{
    display: inline-block;
    line-height: 40px;
}
.indexBox3 .more{
    text-align: right;
    padding-right: 10px;
}
.indexBox3 .more a{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 170px;
    text-align: center;
    font-size: 26px;
    background-color: #0c4da2;
    color: #fff;
}
.indexBox3 .more a:hover{
    background: #ff6600;
}

.indexBox4{
    padding: 20px 0;
    background: url("/public/static/images/home/zh-cn/indexBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox4 .img{
    line-height: 0;
    text-align: center;
    width: 16%;
    float: left;
    padding-right: 20px;
}
.indexBox4 .text{
    width: 84%;
    float: left;
}
.indexBox4 .text h2{
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    color: #ffffff;
}
.indexBox4 .text p{
    text-align: center;
    letter-spacing: 0;
    line-height: 1.7em;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.indexBox4 .text span{
    margin: 0 10px;
}

.indexBox5{
    padding-top: 100px;
}
.indexBox5 .item{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.indexBox5 .item .img{
    width: 66%;
    float: left;
    line-height: 0;
}
.indexBox5 .item .text{
    width: 34%;
    float: left;
    padding-left: 20px;
}
.indexBox5 .item .text h3{
    font-size: 40px;
    color: #3569b0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.indexBox5 .item .text p{
    font-size: 24px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
}
.indexBox5 .item .text span{
    color: #0c4da2;
}

.indexBox6{
    background: #0c4da2;
}
.indexBox6 h2{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.indexBox6 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.indexBox6 .item{
    width: 33.33%;
    padding: 0 5px;
}
.indexBox6 .item .img{
    line-height: 0;
    text-align: center;
}
.indexBox6 .item .text p{
    letter-spacing: 0;
    line-height: 1.6em;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.indexBox7 .title h2{
    padding: 20px 0;
    font-size: 60px;
    color: #408df0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.indexBox7 .imgBox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.indexBox7 .img{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 55px;
    line-height: 0;
    text-align: center;
}

.indexBox8{
    background: url("/public/static/images/home/zh-cn/indexBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox8 .img{
    width: 41%;
    float: left;
    line-height: 0;
    text-align: center;
}
.indexBox8 .img img{
    width: 100%;
}
.indexBox8 .textBox{
    width: 59%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}
.indexBox8 .text{
}
.indexBox8 .text h2{
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 25px;
}
.indexBox8 .text p{
    font-size: 16px;
    color: #fff;
}
.indexBox8 .text span:not(:last-child){
    margin-right: 20px;
}
.indexBox8 .text i{
    color: #ff9933;
}
.indexBox8 .info{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.indexBox8 .info .t p{
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
}
.indexBox8 .info .a a{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-left: 40px;
    background-color: #f93;
    height: 48px;
    line-height: 48px;
    width: 170px;
}

.indexBox9{
    padding: 80px 0 30px;
}
.indexBox9 .text{
    width: 50%;
    float: left;
    padding-right: 10px;
}
.indexBox9 .text h2{
    font-size: 40px;
    color: #0c4da2;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.indexBox9 .text h2:before{
    position: absolute;
    content: '';
    width: 37px;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #0c4da2;
}
.indexBox9 .text p{
    color: #000;
    letter-spacing: 0;
    line-height: 1.9em;
    font-size: 15px;
    text-indent: 2em;
}
.indexBox9 .img{
    width: 50%;
    float: left;
    line-height: 0;
    padding-left: 10px;
}

.indexBox10{
    padding: 30px 0;
    border-top: 20px solid #0c4da2;
    border-bottom: 20px solid #0c4da2;
}
.indexBox10 .title{
    width: 9%;
    float: left;
}
.indexBox10 .title h2{
    padding-top: 20px;
    padding-right: 30px;
    font-size: 40px;
    color: #0c4da2;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1em;
}
.indexBox10 .indexSlick{
    width: 91%;
    padding: 0 25px;
    float: left;
}
.indexBox10 .indexSlick .slick-prev,
.indexBox10 .indexSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.indexBox10 .indexSlick .slick-prev{
    background-position: left center;
}
.indexBox10 .indexSlick .slick-next{
    background-position: right center;
}
.indexBox10 .indexSlick .slick_first{
    margin: 0 10px;
}
.indexBox10 .indexSlick .slick_first img{
    width: 100%;
}

.indexBox11{
    padding: 30px 0 50px;
}
.indexBox11 .title h2{
    font-size: 40px;
    color: #0c4da2;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.indexBox11 .title h2:before{
    position: absolute;
    content: '';
    width: 37px;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #0c4da2;
}
.indexBox11 .tabBtn{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.indexBox11 .tabBtn .btn{
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    color: #0c4da2;
    padding: 5px;
    margin: 0 10px;
    cursor: pointer;
}
.indexBox11 .tabBtn .btn.on{
    background: #b6b6b6;
}
.indexBox11 .switch{
    height: 0;
    overflow: hidden;
}
.indexBox11 .switch.on{
    height: auto;
}
.indexBox11 .switch li{
    padding-right: 75px;
    position: relative;
}
.indexBox11 .switch li span{
    position: absolute;
    width: 75px;
    top: 0;
    right: 0;
    text-align: right;
    color: #828282;
}
.indexBox11 .switch li i{
    margin-right: 5px;
}
.indexBox11 .switch li a{
    display: block;
    font-size: 16px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.2em;
}
.indexBox11 .switch li a:hover{
    color: #0a72da;
}


.pageContextBox{
    background: #eee;
}
.pageContextBox .Crumbs{
    border-bottom: 0;
    background: #FFFFFF;
}
.pageContextBox .Crumbs_nav{
    padding: 5px 10px;
}
.pageContextBox .conBox{
    overflow: hidden;
}
.productContentBox .conBox{
    background: #ffffff;
    padding: 0 10px 60px;
    display: flex;
    flex-wrap: wrap;
    overflow: inherit;
}
.productListBox{
    padding: 10px 0;
}
.productListBox .productMenu{
    width: 25%;
    float: left;
    padding-right: 10px;
}
.productListBox .productMenu h2{
    padding-left: 32px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    background: #0057bb;
}
.productListBox .productMenu ul{
    border: 1px solid #dddddd;
}
.productListBox .productMenu ul>li{
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.productListBox .productMenu ul>li:last-child{
    border-bottom: 0;
}
.productListBox .productMenu ul>li span{
    position: absolute;
    background: url("/public/static/images/home/zh-cn/reset/li_click.png") top center no-repeat;
    height: 24px;
    width: 20px;
    display: block;
    left: auto;
    right: 10px;
    top: 8px;
    z-index: 10;
    cursor: pointer;
}
.productListBox .productMenu ul>li>a{
    padding-left: 16px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
}
.productListBox .productMenu ul>li>a:hover{
    color: #2aa7ea;
    background: #e7e7e7;
}
.productListBox .productMenu ul>li ol{
    padding-left: 22px;
}
.productListBox .productMenu ul>li ol a{
    font-size: 14px;
    color: #868585;
    line-height: 30px;
    display: block;
}
.productListBox .productMenu ul>li ol a:hover{
    color: #2aa7ea;
}
.productListBox .productMenu .on>a{
    color: #2aa7ea;
}

.productListBox .productMenu .info .img{
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: 0;
}
.productListBox .productMenu .info .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;
}
.productListBox .productMenu .info .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;
}
.productListBox .productMenu .info .img h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    padding: 6px;
    background: rgba(0,0,0,0.5);
    transition: all .3s;
}
.productListBox .productMenu .info .img:hover h3{
    background: none;
    transition: all .3s;
}
.productListBox .productMenu .info .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.productListBox .productMenu .info .text p{
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.productListBox .productMenu .info .text p strong{
    font-weight: bold;
}
.productListBox .productList,
.productListBox .productDetail{
    width: 75%;
    float: left;
    padding-left: 10px;
}
.productListBox .productList .productTitle h1{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
}
.productListBox .productList .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.productListBox .productList .item{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 20px;
}
.productListBox .productList .con{
    padding: 4px;
    border: 1px solid #dcdcdc;
}
.productListBox .productList .con:hover{
    -webkit-box-shadow: 0 0 5px 0 #dcdcdc;
    -moz-box-shadow: 0 0 5px 0 #dcdcdc;
    box-shadow: 0 0 5px 0 #dcdcdc;
}
.productListBox .productList .con .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.productListBox .productList .con .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;
}
.productListBox .productList .con:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.productListBox .productList .con .text{
    margin-top: 5px;
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
}
.productListBox .productList .con .text a{
    line-height: 20px;
    font-size: 14px;
    color: #222;
}
.productListBox .productList .con .a{
    margin-top: 20px;
}
.productListBox .productList .con .a a{
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #d8dde6;
    background: #eaedef;
}
.productListBox .productList .con .a a:hover{
    background: #b8b9b9;
}
.productListBox .page_box{
    padding-bottom: 20px;
}
.productListBox .productShare{
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #828282;
}
.productListBox .parameter_box h1{
    margin-bottom: 10px;
    margin-top: 15px;
}
.productListBox .parameter_box p{
    letter-spacing: 0;
    line-height: 1.8em;
    margin-bottom: 5px;
    font-size: 14px;
    color: #828282;
}
.productListBox .parameter_btn a.a1{
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
    width: auto;
    background-color: #eef4fb;
    border: 1px solid #097ac8;
    color: #0589e3;
}
.productListBox .parameter_btn a.a1:hover{
    background-color: #e2ecf7;
}
.productListBox  .itemSpecifics{
    padding: 15px;
    overflow: hidden;
}
.productListBox .productDetailContentBox{
    border: 1px solid #ccc;
}
.productListBox .productDetailContentBox .detailTabBtn{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    background: #efefef;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.productListBox .productDetailContentBox .detailTabBtn .btn{
    float: left;
    cursor: pointer;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    margin-left: -1px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #efefef;
}
.productListBox .productDetailContentBox .detailTabBtn .btn.on{
    position: relative;
    background: #fff;
    margin-top: -3px;
    bottom: -1px;
    height: 37px;
    border-right: 1px solid #ccc;
    border-top: 2px solid #4d9058;
}
.productListBox .productDetailContentBox .detailSwitch{
    padding: 10px;
}
.productListBox .productDetailContentBox .detailSwitch .switch{
    height: 0;
    overflow: hidden;
}
.productListBox .productDetailContentBox .detailSwitch .switch.on{
    height: auto;
}
.productListBox .detail_pager_box li{
    letter-spacing: 0;
    line-height: 1.8em;
    max-width: 40%;
    width: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #828282;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productListBox .detail_pager_box li a{
    padding: 0;
    background: none;
    margin-left: 5px;
    border: 0;
}

.aboutBox1{
    display: flex;
    flex-wrap: wrap;
}
.aboutBox1 .img{
    width: 50%;
    float: left;
}
.aboutBox1 .text{
    width: 50%;
    padding: 0 50px 20px;
    float: left;
    background: url("/public/static/images/home/zh-cn/aboutBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox1 .text h1{
    position: relative;
    padding: 70px 0 10px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #2f3032;
    letter-spacing: 0;
    line-height: 1.8em;
}
.aboutBox1 .text h1:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 58px;
    height: 5px;
    background: #0c4da2;
}
.aboutBox1 .text p{
    text-indent: 2em;
    letter-spacing: 0;
    line-height: 2em;
    font-size: 14px;
    color: #2f3032;
    font-family: "宋体", sans-serif;
}
.aboutBox2{
    padding: 95px 0;
    background: url("/public/static/images/home/zh-cn/aboutBj2.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox2 .imgBox{
    overflow: hidden;
}
.aboutBox2 .img{
    width: 33.33%;
    text-align: center;
    line-height: 0;
    float: left;
}
.aboutBox3{
    padding-top: 77px;
    padding-bottom: 46px;
    background: #ffffff;
}
.aboutBox3 .img{
    line-height: 0;
    padding: 0 10px;
}
.aboutBox3 .img img{
    clear: both;
    display: block;
    margin: auto;
}

.aboutBox4{
    padding-top: 56px;
    padding-bottom: 44px;
}
.aboutBox4 .imgBox{
    overflow: hidden;
}
.aboutBox4 .img{
    width: 16.66%;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 0;
    text-align: center;
    float: left;
}
.aboutBox4 .img img{
    width: 100%;
}

.aboutBox5{
    padding: 40px 0;
    background: #FFFFFF;
}
.aboutBox5 .title h2{
    padding-bottom: 30px;
    font-size: 28px;
    color: #2f3032;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.aboutBox5 .imgBox{
    overflow: hidden;
}
.aboutBox5 .img{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 0;
    text-align: center;
    float: left;
}

.fuwuzhichiBox{
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}
.fuwuzhichiBox .text{
    width: 50%;
    padding: 10px 10px 30px;
}
.fuwuzhichiBox .text h2{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.fuwuzhichiBox .text h2:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #0c4da2;
}
.fuwuzhichiBox .text p{
    font-size: 14px;
    color: #828282;
    letter-spacing: 0;
    line-height: 1.8em;
}

.newsContentBox{
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 50px;
}
.newsContentBox .newsMenu{
    width: 25%;
    float: left;
    padding: 10px;
}
.newsContentBox .newsMenu h2{
    padding-left: 32px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    background: #999999;
}
.newsContentBox .newsMenu ul{
    border: 1px solid #dddddd;
}
.newsContentBox .newsMenu ul li{
    border-bottom: 1px solid #e7e7e7;
}
.newsContentBox .newsMenu ul li:last-child{
    border-bottom: 0;
}
.newsContentBox .newsMenu ul li a{
    padding-left: 16px;
    font-size: 14px;
    line-height: 36px;
    color: #545454;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
    display: block;
}
.newsContentBox .newsMenu ul li a:hover{
    color: #2aa7ea;
    background: #e7e7e7;
}
.newsContentBox .newsMenu .info .img{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.newsContentBox .newsMenu .info .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;
}
.newsContentBox .newsMenu .info .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;
}
.newsContentBox .newsMenu .info .img h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    padding: 6px;
    background: rgba(0,0,0,0.5);
    transition: all .3s;
}
.newsContentBox .newsMenu .info .img:hover h3{
    background: none;
    transition: all .3s;
}
.newsContentBox .newsMenu .info .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.newsContentBox .newsMenu .info .text p{
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.newsContentBox .newsMenu .info .text p strong{
    font-weight: bold;
}
.productListBox .productList,
.productListBox .productDetail{
    width: 75%;
    float: left;
    padding-left: 10px;
}
.newsContentBox .newsList{
    width: 75%;
    float: left;
    padding: 10px;
}
.newsContentBox .newsList .newsTitle h1{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
}
.newsContentBox .newsList .item{
    margin-bottom: 15px;
    overflow: hidden;
}
.newsContentBox .newsList .item .img{
    width: 160px;
    float: left;
}
.newsContentBox .newsList .item .img img{
    width: 160px;
    height: 160px;
}
.newsContentBox .newsList .item .text{
    margin-left: 170px;
    padding-right: 100px;
    position: relative;
}
.newsContentBox .newsList .item .text h3{
    color: #0274de;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.7em;
}
.newsContentBox .newsList .item .text h3:hover{
    font-style: italic;
}
.newsContentBox .newsList .item .text p{
    font-size: 14px;
    color: #828282;
    letter-spacing: 0;
    line-height: 1.8em;
}
.newsContentBox .newsList .item .text span{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #828282;
    letter-spacing: 0;
    line-height: 1.8em;
}
.newsContentBox .newsList .page_box{
    padding: 20px 0;
}

.newsDetailBox{
    width: 75%;
    float: left;
    padding: 10px;
}
.newsDetailBox .detailTitle{
    text-align: center;
}
.newsDetailBox .detailTitle h1{
    line-height: 1.8em;
    color: #828282;
    letter-spacing: 0;
}
.newsDetailBox .newsInfo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.newsDetailBox .newsInfo span{
    color: #828282;
    letter-spacing: 0;
    margin: 0 15px;
}
.newsDetailBox .newsShare{
    margin: 10px 0;
}
.newsDetailBox .detail_pager_box li{
    letter-spacing: 0;
    line-height: 1.8em;
    max-width: 40%;
    width: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #828282;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detailConBox p{
    line-height: 1.8em;
    color: #828282;
    letter-spacing: 0;
}
.detailConBox img{
    display: block;
    clear: both;
    margin: auto;
}
.newsDetailBox .detail_pager_box li a{
    padding: 0;
    background: none;
    margin-left: 5px;
    border: 0;
}

.contactBox1{
    background: #FFFFFF;
    padding: 30px 10px;
}
.contactBox1 p{
    font-size: 14px;
    color: #828282;
    letter-spacing: 0;
    line-height: 1.8em;
}

.contactBox2{
    background: #FFFFFF;
    padding: 10px 0 45px;
}
.contactBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.contactBox2 .item{
    padding: 0 10px;
    width: 33.33%;
}
.contactBox2 .item .con{
    height: 100%;
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #ccc;
}
.contactBox2 .item span{
    font-size: 0;
}
.contactBox2 .item span:before{
    font-size: 64px;
    color: #204d74;
}
.contactBox2 .item h3{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contactBox2 .item p{
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.4em;
}
.contactBox3{
    background: #ffffff;
    padding-bottom: 65px;
    overflow: hidden;
}
.contactBox3 .tit h2{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contactBox3 .contactMap{
    width: 50%;
    float: left;
    padding: 10px;
}
.contactBox3 .contactMap .map{
    width: 100%;
    height: 360px;
    line-height: 0;
}
.contactBox3 .contactMap .map iframe{
    width: 100%;
    height: 100%;
}
.contactBox3 .contactForm{
    width: 50%;
    float: left;
    padding: 10px;
}
.contactBox3 .contactForm .form{
    margin-top: 10px;
}
.contactBox3 .contactForm .info{
    margin-bottom: 10px;
}
.contactBox3 .contactForm .tips{
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
}
.contactBox3 .contactForm input[type="text"],
.contactBox3 .contactForm textarea{
    width: 100%;
    height: 30px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
}
.contactBox3 .contactForm textarea{
    height: 90px;
}
.contactBox3 .contactForm input[type="submit"]{
    border: 0;
    background: #0274de;
    color: #fff;
    font-size: 14px;
    width: 50%;
    height: 40px;
    cursor: pointer;
    transition: all .3s;
}
.contactBox3 .contactForm input[type="submit"]:hover{
    background: #00a85b;
    transition: all .3s;
}

@media (max-width: 1220px){
    .headerContent .conBox .img{
        width: 155px;
    }
    .headerContent .conBox .text p,
    .headerInfoBox .headerInfo p{
        font-size: 20px;
    }
    .headerInfoBox .headerInfo span{
        font-size: 16px;
    }
    .headerInfoBox .langBox{
        width: 140px;
    }
    .header .nav_list > li > a > span{
        padding: 0 24px;
    }
    .headerSearch{
        width: 60px;
    }
    .indexBox3 .menu h2{
        font-size: 28px;
        line-height: 2.2;
    }
    .indexBox3 .menu ul > li > a{
        font-size: 20px;
        line-height: 40px;
    }
    .indexBox3 .menu ul > li > span{
        top: 8px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .indexBox3 .menu ul > li ol li a{
        font-size: 18px;
    }

    .indexBox4 .text h2{
        font-size: 40px;
    }
    .indexBox4 .text p{
        font-size: 24px;
    }

    .indexBox5 .item .text h3{
        font-size: 30px;
    }
    .indexBox5 .item .text p{
        font-size: 20px;
    }
    .indexBox6 h2{
        font-size: 34px;
    }
    .indexBox6 .item .text p{
        font-size: 18px;
    }

    .indexBox7 .title h2{
        font-size: 34px;
    }
    .indexBox7 .img{
        margin-bottom: 30px;
    }
    .indexBox8 .text h2{
        font-size: 24px;
    }
    .indexBox8 .info .t p{
        font-size: 20px;
    }

    .indexBox9{
        padding: 50px 0;
    }
    .indexBox9 .text h2{
        font-size: 34px;
    }

    .indexBox10 .title h2{
        font-size: 34px;
    }

    .indexBox11 .title h2{
        font-size: 34px;
    }

    .footerNav li a{
        padding: 0 25px;
    }
    .footer_box .footerLogoBox h3{
        font-size: 34px;
    }
    .footer_box .footerInfoBox .footerInfo h3{
        font-size: 24px;
    }
    .footer_box .footerCopyright{
        padding: 15px 0;
    }

    .aboutBox1 .text{
        padding-left: 20px;
        padding-right: 20px;
    }
    .aboutBox1 .text h1{
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .aboutBox2{
        padding: 50px 0;
    }

    .aboutBox3{
        padding: 50px 0;
    }

    .aboutBox4{
        padding: 50px 0;
    }

    .contactBox2 .item span:before{
        font-size: 50px;
    }
    .contactBox2 .item h3{
        font-size: 20px;
    }
}
@media (max-width: 992px){

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

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        margin: 0 60px;
        text-align: left;
        line-height: 0;
        font-size: 0;
        padding: 5px 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;
    }

    .langBox{
        position: absolute;
        top: 0;
        right: 5px;
    }
    .langBox span{
        height: 60px;
        line-height: 60px;
        display: flex;
        align-items: center;
    }
    .langBox img{
        margin-right: 5px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("/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;
    }

    .indexBox1 .tag{
        width: 100%;
    }
    .indexBox1 .search{
        width: 100%;
    }

    .indexBox3{
        padding: 50px 0;
    }
    .indexBox3 .menu{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .indexBox3 .menu h2{
        position: relative;
    }
    .indexBox3 .menu h2 span{
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        background: url("/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat top center;
    }
    .indexBox3 .menu ul{
        display: none;
    }
    .indexBox3 .listBox{
        width: auto;
        margin: 0 -10px;
    }
    .indexBox3 .more a{
        font-size: 16px;
        width: 145px;
        height: 40px;
        line-height: 40px;
    }

    .indexBox4 .img{
        width: 100%;
        padding-right: 0;
    }
    .indexBox4 .img img{
        width: 150px;
    }
    .indexBox4 .text{
        width: 100%;
        text-align: center;
    }
    .indexBox4 .text h2{
        font-size: 30px;
    }
    .indexBox4 .text p{
        font-size: 18px;
    }

    .indexBox5{
        padding-top: 50px;
    }
    .indexBox5 .item .text h3{
        font-size: 24px;
        text-align: left;
    }
    .indexBox5 .item .text p{
        font-size: 16px;
    }

    .indexBox6 h2{
        font-size: 30px;
    }
    .indexBox6 .item .text p{
        font-size: 16px;
    }

    .indexBox7 .imgBox{
        padding-bottom: 30px;
    }
    .indexBox7 .img{
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .indexBox8 .img{
        width: 100%;
    }
    .indexBox8 .textBox{
        width: 100%;
        padding: 20px 0;
    }
    .indexBox8 .text h2{
        font-size: 20px;
        padding-bottom: 5px;
    }
    .indexBox8 .info{
        margin-top: 20px;
    }

    .indexBox9 .text{
        width: 100%;
        padding: 0;
    }
    .indexBox9 .text h2{
        font-size: 30px;
    }
    .indexBox9 .img{
        width: 100%;
        text-align: center;
    }

    .indexBox10 .title{
        width: 100%;
        text-align: center;
    }
    .indexBox10 .title h2{
        font-size: 30px;
        padding: 0 0 20px 0;
    }
    .indexBox10 .indexSlick{
        width: 100%;
    }
    .indexBox10 .indexSlick .slick_first{
        margin: 0 5px;
    }

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

    .footerNav{
        display: none;
    }
    .footer_box .contentBox{
        padding-top: 0;
    }
    .footer_box .footerLogoBox{
        width: 100%;
    }
    .footer_box .footerLogoBox h3{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .footer_box .footerInfoBox{
        width: 100%;
    }

    .productListBox .productMenu{
        width: 100%;
        padding-right: 0;
    }
    .productListBox .productMenu h2{
        font-size: 30px;
        position: relative;
    }
    .productListBox .productMenu h2 span{
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        background: url("/public/static/images/home/zh-cn/reset/pro_click.png") no-repeat top center;
    }
    .productListBox .productMenu ul{
        display: none;
    }
    .productListBox .productList, .productListBox .productDetail{
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .productListBox .productList .item{
        width: 33.33%;
    }

    .aboutBox1 .img{
        width: 100%;
    }
    .aboutBox1 .img img{
        width: 100%;
    }
    .aboutBox1 .text{
        width: 100%;
        padding: 10px;
    }
    .aboutBox1 .text h1{
        padding-top: 0;
    }
    .aboutBox2{
        padding: 30px 0;
    }
    .aboutBox2 .img{
        width: 100%;
        padding: 5px 0;
    }

    .aboutBox4 .img{
        width: 33.33%;
    }

    .aboutBox5 .img{
        width: 50%;
    }

    .fuwuzhichiBox .text{
        width: 100%;
    }

    .newsContentBox .newsMenu{
        width: 100%;
    }
    .newsContentBox .newsList,
    .newsDetailBox{
        width: 100%;
    }
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }
    .Fast_contact ul li.onlineservice_li{
        width: 50%;
    }
    .indexBox2 .tp{
        width: 100%;
        padding: 0;
    }
    .indexBox3 .listBox{
        margin: 0 -5px;
    }
    .indexBox3 .list{
        width: 50%;
        padding: 0 5px;
    }

    .indexBox5 .item .img{
        width: 100%;
        text-align: center;
    }
    .indexBox5 .item .text{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .indexBox5 .item .text h3{
        text-align: center;
    }

    .indexBox6 h2{
        padding: 15px 0;
    }
    .indexBox6 .item{
        width: 100%;
        margin-bottom: 15px;
    }

    .indexBox7 .img{
        width: 50%;
    }

    .productContentBox .conBox{
        display: flow-root;
    }
    .productListBox .productMenu h2{
        font-size: 24px;
    }
    .productListBox .productList .item{
        width: 50%;
    }
    .productListBox .productList .con .a{
        margin-top: 5px;
    }
    .productListBox .productDetailContentBox .detailTabBtn{
        top: 60px;
    }
    .productListBox .detail_pager_box li{
        max-width: 45%;
    }

    .contactBox2 .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .contactBox3 .contactMap,
    .contactBox3 .contactForm{
        width: 100%;
    }
    .contactBox3 .contactMap .map{
        height: 300px;
    }
}
@media (max-width: 640px){
    .newsContentBox .newsList .item .img{
        width: 100%;
    }
    .newsContentBox .newsList .item .img img{
        width: 100%;
        height: auto;
    }
    .newsContentBox .newsList .item .text{
        width: 100%;
        margin-left: 0;
    }
    .newsContentBox .newsList .item .text span{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}
@media (max-width: 540px){
}
@media (max-width: 480px){
}