@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
    transition: all .3s;
    background: white;
}

.header .logo_box{
    position: relative;
    z-index: 2;
    float: left;
    overflow: hidden;
    transition: all .3s;
    margin-left: -88px;
}
.header .logo_box a{
    display: block;
    line-height: 0;
    float: right;
}

.header .logo_box a img{
    height: 146px;
    margin-bottom: -9px;
}

.langBox{
    overflow: hidden;
    width: 100%;
    padding: 10px 0 4px;
}
.langBox ul{
    padding-right: 20px;
}
.langBox li{
    float: left;
    margin-left: 10px;
    line-height: 0;
    padding: 7px 0;
}
.langBox a{
    display: inline-block;
    width: 21px;
    height: 14px;
    background: url("../images/sprites.png");
    background-repeat: no-repeat;
}
.langBox a.en{
    background-position: -252px -116px;
}
.langBox a.zh{
    background-position: -294px 0;
}

.headerNavBox{
    position: relative;
}

.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
    background: url("../images/navLine.png") no-repeat left center;
}
.headerNavBox .nav_list > li:nth-of-type(1){
    background: none;
}

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

.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    line-height: 60px;
    font-size: 19px;
    color: #000000;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #003592;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 60px;
    background: url("../images/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}
.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 140px;
    display: none;
    z-index: 1;
    background: #0c6fb3;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 32px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #000000;
}

.headerSearch{
    padding: 5px 0;
    background: url("../images/searchBj.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.headerSearch .info{
    margin-right: 20px;
    width: 270px;
    height: 20px;
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
}
.headerSearch .info input[type="text"]{
    width: 100%;
    height: 20px;
    border: 0;
    padding: 0 10px;
}
.headerSearch .info input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    background: url("../images/search.png") no-repeat center center;
    -webkit-background-size: 25px;
    background-size: 25px;
}

.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    background: #3e3e3e;
}
.footer_box .fast_navigation{
    overflow: hidden;
    padding-top: 55px;
}
.footer_box .fast_navigation h3{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 20px;
}
.footer_box .fast_navigation .col_lg_6 ul{
    padding-right: 150px;
}
.footer_box .fast_navigation .ulBox ul{
    width: 50%;
    float: left;
    padding-right: 15px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px dotted #cbcbcb;
}
.footer_box .fast_navigation li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0;
    top: 15px;
    background: #cbcbcb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 14px;
    color: #cbcbcb;
    letter-spacing: 0;
    line-height: 1.7em;
}
.footer_box .fast_navigation li a:hover {
    color: #ffffff;
}
.footer_box .fast_navigation .img{
    text-align: center;
    margin-bottom: 20px;
}

.footerLink{
    padding: 50px 0;
    overflow: hidden;
}
.footerLink span{
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #cbcbcb;
    line-height: 30px;
    letter-spacing: 0;
    margin-right: 15px;
}
.footerLink a{
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 15px;
    position: relative;
    font-size: 14px;
    color: #cbcbcb;
}
.footerLink a:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0;
    top: 12px;
    background: #cbcbcb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footerLink a:hover{
    color: #ffffff;
}
.footerLink a:hover:before{
    background: #ffffff;
}

.footer_box .footer_copyright{
    overflow: hidden;
    background: #003592;
}
.footer_box .footer_copyright .text{
    padding: 25px 0;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.7em;
}
.footer_box .footer_copyright p a.site_map{
    margin-right: 10px;
}
.footer_box .footer_copyright p span{
    display: inline-block;
    margin: 0 10px;
}
.footer_box .footer_copyright a:hover{
    color: #ffffff;
}

.footer_sharethis_inline{
    width: 34px;
    height: 265px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97;
}
.footer_sharethis_inline > span{
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 3px;
}
.footer_sharethis_inline .stButton .chicklets{
    width: 34px;
    height: 34px;
    padding: 0;
    margin-bottom: 5px;
}
.footer_sharethis_inline .stButton .facebook{
    background: url("../images/follow-service.png") no-repeat -23px 2px #3b5998;
}
.footer_sharethis_inline .stButton .linkedin{
    background: url("../images/follow-service.png") no-repeat -23px -126px #007fb1
}
.footer_sharethis_inline .stButton .twitter{
    background: url("../images/follow-service.png") no-repeat -23px -254px #00aced
}
.footer_sharethis_inline .stButton .pinterest{
    background: url("../images/follow-service.png") no-repeat -23px -1086px #bd081c
}
.product_tab .txt img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    vertical-align: top
}

.product_tab .txt iframe, .product_tab .txt embed {
    max-width: 100%
}


/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../images/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 li{
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    border-color: #003592;
}
.banner_slick .slick-dots li button{
    width: 7px;
    height: 7px;
    margin-top: 3px;
    margin-left: 3px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
.banner_slick .slick-dots li.slick-active button{
    background: #003592;
}


.banner_slick .conBox{
    position: relative;
}
.banner_slick .conBox a{
    position: absolute;
    width: 175px;
    height: 35px;
    background: #003592;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.banner_slick .conBox a:hover{
    opacity: .9;
}
.banner_slick .banner1 a.a1{
    top: 41%;
    left: 18%;
}
.banner_slick .banner1 a.a2{
    top: 53%;
    left: 18%;
}
.banner_slick .banner1 a.a3{
    top: 41%;
    right: 18%;
}
.banner_slick .banner1 a.a4{
    top: 53%;
    right: 18%;
}
.banner_slick .banner2 .aBox{
    position: absolute;
    height: 35px;
    left: 0;
    top: 23%;
    width: 100%;
    text-align: center;
}
.banner_slick .banner2 .aBox a{
    position: initial;
    margin: 0 15px;
}
.banner_slick .banner3 .aBox{
    position: absolute;
    height: 35px;
    left: 0;
    top: 17%;
    width: 100%;
    text-align: center;
}
.banner_slick .banner3 .aBox a{
    position: initial;
    margin: 0 15px;
}

.indexConBox{
    background: #f4f4f4 url("../images/indexBj3.png") no-repeat bottom center;
}
.indexBox1 .title h2{
    text-align: center;
    font-size: 24px;
    color: #003592;
    letter-spacing: 0;
    padding: 36px 0;
    line-height: 1.7em;
}
.indexBox1 .imgBox{
    position: relative;
}
.indexBox1 .imgBox .textBox{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.indexBox1 .imgBox .textBox span{
    display: inline-block;
    position: relative;
}
.indexBox1 .imgBox .textBox span a{
    font-size: 24px;
    color: #ffffff;
    line-height: 45px;
    font-family: 'arial black', sans-serif;
}
.indexBox1 .imgBox.con1 .textBox span{
    margin-left: 125px;
}
.indexBox1 .imgBox.con2 .textBox span{
    margin-left: 150px;
    padding-right: 35px;
}
.indexBox1 .imgBox.con1 .textBox span{
    padding-left: 35px;
}
.indexBox1 .imgBox .textBox span:before{
    position: absolute;
    content: '';
    height: 18px;
    width: 17px;
    top: 50%;
    margin-top: -9px;
    background: url("../images/arrow.png") no-repeat center center;
}
.indexBox1 .imgBox.con1 .textBox span:before{
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.indexBox1 .imgBox.con2 .textBox span:before{
    right: 0;
}
.indexBox1 .imgBox .text{
    display: none;
}
.indexBox1 .imgBox.con1 .text{
    width: 100%;
    height: 86px;
    padding-top: 5px;
    padding-left: 150px;
    background: url("../images/indexBj1.png") no-repeat top right;
}
.indexBox1 .imgBox.con2 .text{
    width: 100%;
    height: 86px;
    padding-top: 5px;
    padding-left: 150px;
    background: url("../images/indexBj2.png") no-repeat top left;
}
.indexBox1 .imgBox .text li a{
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    font-family: "Arial", sans-serif;
}
.indexBox1 .imgBox .text li a:hover{
    text-decoration: underline;
}
.indexBox1 .imgBox.con1 .text li:nth-of-type(2){
    padding-left: 27px;
}
.indexBox1 .imgBox.con1 .text li:nth-of-type(3){
    padding-left: 54px;
}
.indexBox1 .imgBox.con2 .text li:nth-of-type(1){
    padding-left: 54px;
}
.indexBox1 .imgBox.con2 .text li:nth-of-type(2){
    padding-left: 27px;
}

.indexBox2 .title{
    padding: 60px 0 80px;
    margin-bottom: 66px;
    text-align: center;
    background: url("../images/indexBj4.png") no-repeat bottom center;
}
.indexBox2 .title h2{
    font-size: 40px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3em;
}
.indexBox2 .title p{
    font-size: 14px;
    color: #515151;
    letter-spacing: 0;
    line-height: 1.4em;
    word-break: break-word;
}
.indexBox2 .itemBox{
    padding: 0px -10px;
    overflow: hidden;
    margin-left: 259px;
}
.indexBox2 .item{
    width: 24%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.indexBox2 .item .img{
    line-height: 0;
}
.indexBox2 .item:hover .img img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 1.8s;
}
.indexBox2 .item .text h3{
    min-height: 80px;
    padding: 15px 10px;
    font-size: 18px;
    color: #003592;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4em;
}
.indexBox2 .item .text .t{
    padding: 10px 0;
    height: 150px;
    text-align: left;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
}
.indexBox2 .item .text .t p{
    font-size: 14px;
    color: #404040;
    letter-spacing: 0;
    line-height: 1.8em;
    word-break: break-word;
}
.indexBox2 .item .text a{
    display: inline-block;
    margin-top: 16px;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    background: #003592;
    color: #ffffff;
    text-transform: uppercase;
}
.indexBox2 .item .text a i{
    width: 0;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.indexBox2 .item .text a:hover i{
    width: 2em;
    opacity: 1;
}
.indexBox2 .textBox{
    text-align: center;
    padding: 40px 0 55px;
}
.indexBox2 .textBox p{
    font-size: 18px;
    color: #003592;
    letter-spacing: 0;
    line-height: 1.7em;
}
.indexBox2 .textBox a{
    display: inline-block;
    margin-top: 10px;
    padding: 0 35px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    background: url("../images/indexBtnBj.png") no-repeat center center;
}

.newsListBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.newsListBox .list{
    width: 49%;
    margin-bottom: 25px;
}
.newsListBox .list .time{
    width: 60px;
    height: 60px;
    float: left;
    background: #003592;
    text-align: center;
}
.newsListBox .list .time span{
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
}
.newsListBox .list .time p{
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}
.newsListBox .list .text{
    margin-left: 90px;
}
.newsListBox .list .text h3 a{
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7em;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    padding-bottom: 10px;
}
.newsListBox .list .text h3 a:before{
    content: "";
    background-color: #4a68ec;
    position: absolute;
    display: block;
    height: 1px;
    width: 50px;
    bottom: 0;
    line-height: 5px;
    left: 0;
}

.aboutConBox .title h1{
    font-family: "Arial Black", sans-serif;
    font-size: 36px;
    color: #f6c800;
    letter-spacing: 0;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #003592;
}
.aboutBox1{
    padding: 10px 0;
}
.aboutBox1 .aboutImgSlick .slick-prev,
.aboutBox1 .aboutImgSlick .slick-next{
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../images/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.aboutBox1 .aboutImgSlick .slick-prev{
    background-position: 0 0;
    left: 10px;
}
.aboutBox1 .aboutImgSlick .slick-next{
    background-position: -150px 0;
    right: 10px;
}
.aboutBox1 .aboutImgSlick .slick-dots li{
    background: #ffffff;
}
.aboutBox1 .aboutImgSlick .slick-dots li.slick-active{
    background: #003592;
}
.aboutBox1 .text h2{
    font-family: "Arial Black", sans-serif;
    font-size: 37px;
    color: #003592;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
    background: url("../images/bg.png") repeat-x bottom;
}
.aboutBox1 .text p{
    font-size: 16px;
    color: #545454;
    letter-spacing: 0;
    line-height: 2.2em;
    word-break: break-word;
}
.aboutBox2 .text p{
    font-size: 16px;
    color: #545454;
    letter-spacing: 0;
    line-height: 2.2em;
    word-break: break-word;
}

.aboutBox3 .text{
    padding-top: 60px;
    margin-bottom: 30px;
    background: url("../images/aboutBj1.png") no-repeat top center;
}
.aboutBox3 .text p{
    font-size: 16px;
    color: #09399c;
    letter-spacing: 0;
    line-height: 2.2em;
    word-break: break-word;
}
.aboutBox3 .history{
    padding-top: 35px;
    padding-bottom: 10px;
    background: url("../images/aboutBj2.png") no-repeat 123px 0 ;
}
.aboutBox3 .history .t{
    overflow: hidden;
    padding: 5px 0;
    padding-left: 146px;
    position: relative;
}
.aboutBox3 .history .t span{
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    float: left;
    width: 146px;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    padding-left: 40px;
    background: url("../images/aboutIco.png") no-repeat right center;
}
.aboutBox3 .history .t p{
    display: inline-block;
    float: left;
    padding-left: 15px;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.aboutBox3 .img{
    line-height: 0;
    text-align: center;
}

.companyProfileBox .video{
    text-align: center;
    padding-bottom: 10px;
}
.companyProfileBox .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.companyProfileBox .img{
    text-align: center;
    padding: 30px 0 10px;
}

.historyBox .text{
    padding-top: 0;
    background: none;
}

.organizationBox .text{
    margin-bottom: 30px;
}
.organizationBox .text h2{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.organizationBox .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.organizationBox .img{
    line-height: 0;
    text-align: center;
}

.contactBox1{
    padding: 10px 0;
}
.contactBox1 .googleMap iframe{
    width: 100%;
    height: 400px;
}
.contactBox1 .text h2{
    font-family: "Arial Black", sans-serif;
    font-size: 37px;
    color: #003592;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
    background: url("../images/bg.png") repeat-x bottom;
}
.contactBox1 .text .t{
    padding: 0 15px;
}
.contactBox1 .text .t p,
.contactBox1 .text .t strong{
    letter-spacing: 0;
    line-height: 2em;
    font-size: 15px;
    color: #545454;
}
.contactBox2{
    margin-top: 10px;
    padding-top: 15px;
    border-top: 5px solid #f6c800;
}
.contactBox2 .text{
    padding-bottom: 20px;
}
.contactBox2 .text h3{
    font-size: 20px;
    color: #003592;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contactBox2 .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}

.contactBox3{
    margin-top: 10px;
    border-top: 5px solid #f6c800;
}
.contactBox3 h3{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    padding: 10px 0;
    line-height: 1.8em;
}
.contactBox3 .info{
    margin-bottom: 5px;
}
.contactBox3 .info span{
    display: block;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.contactBox3 .info .tips{
    color: #ff0000;
}
.contactBox3 .info input[type="text"]{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.contactBox3 .info textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    transition: border .2s linear 0,box-shadow .2s linear 0s;
}
.contactBox3 .info .code{
    position: relative;
}
.contactBox3 .info .code input{
    width: 150px;
}
.contactBox3 .info .code .codeImg{
    position: absolute;
    top: 0;
    width: 100px;
    height: 40px;
    left: 160px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.contactBox3 .info input[type="submit"]{
    padding: 0 35px;
    height: 35px;
    background: #337ab7;
    border: 0;
    margin-top: 15px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.contactBox3 .info input[type="submit"]:hover{
    background: #003592;
    transition: all .3s;
}

.certificateBox .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.certificateBox .imgBox{
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.certificateBox .img{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 15px;
}

.reasonablePriceBox .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.reasonablePriceBox .img{
    margin-top: 30px;
    line-height: 0;
    text-align: center;
}

.qualityControlBox .text p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.qualityControlBox .imgBox{
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.qualityControlBox .img{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 15px;
}

@media (max-width: 1620px){

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

}
@media (max-width: 1220px){
    .headerNavBox .nav_list > li > a{
        padding: 0 20px;
    }

    .footer_box .fast_navigation .col_lg_6 ul{
        padding-right: 0;
    }

    .banner_slick .conBox a{
        height: 30px;
        line-height: 30px;
    }
    .indexBox1 .imgBox .textBox span a{
        line-height: 37px;
    }
    .indexBox1 .imgBox.con1 .text,
    .indexBox1 .imgBox.con2 .text{
        height: 71px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .indexBox1 .imgBox .text li a{
        line-height: 1;
    }
    .indexBox1 .imgBox.con2 .textBox span{
        margin-left: 80px;
    }
    .indexBox1 .imgBox.con2 .text{
        padding-left: 80px;
    }

    .indexBox2 .itemBox{
        padding: 0;
    }

    .aboutBox1 .text h2{
        font-size: 34px;
    }
    .aboutBox1 .text p,
    .aboutBox2 .text p,
    .aboutBox3 .text p{
        line-height: 1.6;
    }
    .contactBox1 .text h2{
        font-size: 34px;
    }
}
@media (max-width: 992px){
    .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: 99999;
        -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%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .langBox{
        position: absolute;
        top: 6px;
        right: 10px;
    }
    .langBox ul{
        padding-right: 10px;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("https://hlfilter-en.hk83.wondercdn.com/public/static/images/home/en-us/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation .col_sm_24:nth-of-type(1){
        display: none;
    }


    .indexConBox{
        background: #d7d7d7;
    }
    .indexBox1 .title h2{
        padding-bottom: 15px;
    }
    .indexBox1 .imgBox{
        width: 415px;
        height: 133px;
        margin: 0 auto 30px;
    }
    .indexBox1 .imgBox .textBox span{
        margin-left: 50px !important;
        padding-left: 0 !important;
        padding-right: 35px !important;
    }
    .indexBox1 .imgBox.con1 .textBox span:before{
        right: 0;
        left: auto;
    }
    .indexBox1 .imgBox.con1 .textBox span:before{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .indexBox1 .imgBox .textBox span a{
        line-height: 45px;
    }
    .indexBox1 .imgBox .img{
        display: none;
    }
    .indexBox1 .imgBox.con1{
        border-left: 1px solid #003592;
        background: url("https://hlfilter-en.hk83.wondercdn.com/public/static/images/home/en-us/indexImg1.png") no-repeat right top;
    }
    .indexBox1 .imgBox.con2{
        border-right: 1px solid #003592;
        background: url("https://hlfilter-en.hk83.wondercdn.com/public/static/images/home/en-us/indexImg2.png") no-repeat left top;
    }
    .indexBox1 .imgBox .text{
        height: 86px !important;
        padding-left: 50px !important;
        -webkit-background-size: 200% !important;
        background-size: 200% !important;
    }
    .indexBox1 .imgBox .text li{
        padding-left: 0 !important;
        line-height: 1.7 !important;
    }

    .indexBox2 .title{
        padding: 20px 0 50px;
        margin-bottom: 30px;
    }
    .indexBox2 .title h2{
        font-size: 34px;
    }
    .indexBox2 .itemBox{
        display: flex;
        flex-wrap: wrap;
    }
    .indexBox2 .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .indexBox2 .item:last-child{
        width: 100%;
    }
    .indexBox2 .item .text h3{
        height: auto;
        min-height: 0;
    }
    .indexBox2 .item .text .t{
        height: auto;
    }
    .indexBox2 .textBox{
        padding: 10px 0 30px;
    }

    .aboutConBox .col_sm_24:nth-of-type(1){
        display: none;
    }
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .footer_sharethis_inline,
    .footer_fixed_form{
        display: none;
    }

    .footer_box .fast_navigation .col_xs_24:last-child{
        margin-top: 40px;
    }
    .footer_box .fast_navigation .col_xs_24:last-child .img{
        width: 50%;
        float: left;
    }
    .footerLink{
        padding: 0 0 20px;
    }
    .footer_box .fast_navigation h3{
        padding-bottom: 10px;
    }

    .banner_slick .conBox a,
    .banner_slick .banner2 .aBox{
        display: none;
    }

    .aboutBox1 .aboutImgSlick img{
        width: 100%;
    }
    .aboutBox3 .col_xs_24:last-child{
        display: none;
    }
    .aboutBox3 .history{
        background-position: 82px 0;
    }
    .aboutBox3 .history .t{
        padding-left: 105px;
    }
    .aboutBox3 .history .t span{
        padding-left: 0;
        width: 105px;
    }
}
@media (max-width: 640px){
    .indexBox2 .item{
        width: 100%;
    }

    .certificateBox .img,
    .qualityControlBox .img{
        width: 33.33%;
    }

    .newsListBox .list{
        width: 100%;
    }
}
@media (max-width: 540px){
}
@media (max-width: 480px){
    .footer_box .fast_navigation .ulBox ul{
        width: 100%;
        padding-right: 0;
    }
    .certificateBox .img,
    .qualityControlBox .img{
        width: 50%;
    }
}
@media (max-width: 435px){
    .indexBox1 .imgBox{
        width: 100%;
    }
    .indexBox1 .imgBox .textBox span{
        margin-left: 15px !important;
    }
    .indexBox1 .imgBox .text{
        padding-left: 15px !important;
    }
    .indexBox1 .imgBox .textBox span a{
        font-size: 20px;
    }
}
