@charset "utf-8";
.no_padding{
    padding: 0;
}
body{
    padding-top: 103px;
    position: relative;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all .3s;
}

.header .headerTop{
    background: #000000;
}
.langBox {
    position: relative;
}
.langBox span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
    font-weight: bold;
    vertical-align: top;
}
.langBox .langMenu {
    display: none;
    position: absolute;
    min-width: 80px;
    right: 0;
    z-index: 20;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.langBox .langMenu a {
    font-size: 14px;
    color: #000;
    display: block;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
}
.langBox .langMenu a:hover {
    background: #019ce5;
    color: #fff;
}
.header .headerOnline li{
    float: left;
    margin-right: 30px;
}
.header .headerOnline li a{
    line-height: 40px;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.header .headerOnline li a em{
    display: inline-block;
    margin-right: 5px;
}

.headerNavBox{
    padding: 10px 0;
    display: flex;
    background: #212121;
    transition: all .3s;
}
.header.is_stuck .headerNavBox{
    background: rgba(33,33,33,.8);
    transition: all .3s;
}
.header .logo_box{
    overflow: hidden;
}
.header .logo_box a{
    display: inline-block;
    line-height: 0;
}
.header .logo_box img{
    height: 40px;
    transition: all .3s;
}
.headerInfo{
    width: 70px;
    position: relative;
}

.headerInfo .online{
    float: left;
    width: 40px;
    text-align: center;
}
.headerInfo .online a em{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    transition: all .3s;
}
.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: 0 0;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}
.header_search_box.active {
    width: 260px;
    background: #019ce5;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: 0 0;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.header_search_box img {
    position: absolute;
    top: 10px;
    right: 6px;
}
.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}
.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open {
    opacity: 0;
}
.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}
.search_form .info {
    width: 100%;
    padding-right: 32px;
}
.search_form input[type=text] {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
}
.search_form input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
	
    right: 0;
    top: 0;
    background: url("/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
	    background-position-y: 7px;
    cursor: pointer;
}

.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
    padding-right: 15px;
}
.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
}
.headerNavBox .nav_list > li > a {
    display: block;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 0 15px 0 10px;
    font-weight: 700;
    position: relative;
    transition: all .3s;
}
.headerNavBox .nav_list > li.active > a > span,
.headerNavBox .nav_list > li.on > a > span{
    color: #019ce5;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 40px;
    margin-left: -20px;
    background: url("/public/static/images/home/en-us/reset/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;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #019ce5;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    background: #ffffff;
    color: #000000;
}

.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: url("/public/static/images/home/en-us/1141_icon.png")no-repeat center;
}
.nav_normal .dropdown_menu li.Three_menu .Three_menu_box{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 5px 0;
    background: #0c6fb3;
}
.nav_normal .dropdown_menu li.Three_menu .Three_menu_box li a{
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
}
.nav_normal .dropdown_menu li.Three_menu .Three_menu_box li a:hover{
    color: #000000;
}

.m_header {
    display: none;
}


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

.footer_box .fast_navigation{
    overflow: hidden;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
    padding: 45px 80px 40px 0;
}
.footer_box .fast_navigation .item:nth-of-type(1){
    width: 28%;
}
.footer_box .fast_navigation .item:nth-of-type(2){
    width: 36%;
}
.footer_box .fast_navigation .item:nth-of-type(3){
    width: 225px;
}

.footer_box .fast_navigation h3{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 5px;
}
.footer_box .fast_navigation li a{
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
}
.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
}

.footer_box .fast_navigation ul.footerInfo li{
    position: relative;
    padding-left: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_box .fast_navigation ul.footerInfo li em{
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    left: 0;
    top: 6px;
}
.footer_box .fast_navigation ul.footerInfo li em.iconyoujian{
    font-size: 26px;
}
.footer_box .fast_navigation ul.footerInfo li a,
.footer_box .fast_navigation ul.footerInfo li p{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.footer_box .fast_navigation .footerShare{
    margin-top: 30px;
    padding-left: 48px;
}
.footer_box .fast_navigation .footerShare a{
    margin-right: 5px;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #ffffff;
}
.footer_box .fast_navigation .footerShare a em{
    font-size: 30px;
}
.footer_box .fast_navigation .footerShare a:hover{
    color: #019ce5;
}

.footer_box .fast_navigation .text{
    display: flex;
    align-items: center;
    background: #0194d9;
    margin-bottom: 25px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.footer_box .fast_navigation .text em{
    width: 75px;
    display: block;
    text-align: center;
    position: relative;
    font-size: 40px;
}
.footer_box .fast_navigation .text em:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 26px;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background: #414141;
    border-right: 1px solid #12b3ff;
}
.footer_box .fast_navigation .text .t{
    flex: 1;
    padding-left: 20px;
}
.footer_box .fast_navigation .text .t a{
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}
.footer_box .fast_navigation .text .t a:hover{
    color: #ffffff;
}

.footer_box .footer_copyright{
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    background: #000000;
}
.footer_box .footer_copyright .text p,
.footer_box .footer_copyright .text span,
.footer_box .footer_copyright .text a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5em;
}
.footer_box .footer_copyright .text a.sitemap{
    margin: 0 5px;
}
.footer_box .footer_copyright .text a:hover{
    text-decoration: underline;
}


/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/en-us/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 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: #019ce5;
}
.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: #019ce5;
}

.indexBox1{
    background: #414141;
    padding: 60px 0;
}
.indexBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.indexBox1 .item{
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
.indexBox1 .item .img{
    line-height: 0;
    overflow: hidden;
}
.indexBox1 .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox1 .item .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;
}
.indexBox1 .item .text{
    padding-top: 15px;
}
.indexBox1 .item .text a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

.indexBox2{
    overflow: hidden;
    padding: 75px 0 150px;
    background: url("/public/static/images/home/en-us/indexBj1.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .textBox{
    width: 36%;
    float: left;
    padding-left: 100px;
    text-align: right;
}
.indexBox2 .textBox h2{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 74px;
}
.indexBox2 .textBox a{
    margin-top: 40px;
    width: 87px;
    height: 87px;
    display: inline-block;
    text-align: center;
    line-height: 79px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.indexBox2 .textBox a em{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 60px;
    transition: all .3s;
}
.indexBox2 .textBox a:hover{
    border-color: #019ce5;
    transition: all .3s;
}
.indexBox2 .textBox a:hover em{
    color: #019ce5;
    transition: all .3s;
}
.indexBox2 .productSolutionSlick{
    float: left;
    width: 64%;
    padding-top: 20px;
    padding-left: 120px;
    padding-bottom: 50px;
}
.indexBox2 .productSolutionSlick .slick-dots{
    left: 120px;
    width: auto;
    right: 0;
    bottom: 0;
}
.indexBox2 .productSolutionSlick .slick-dots li{
    width: 30px;
    height: 5px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.indexBox2 .productSolutionSlick .slick-dots li.slick-active{
    background: #019ce5;
}
.indexBox2 .productSolutionSlick .slick_first{
    text-align: center;
}
.indexBox2 .productSolutionSlick .img{
    width: 170px;
    height: 170px;
    line-height: 0;
    overflow: hidden;
    margin: auto;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox2 .productSolutionSlick .text{
    padding-top: 15px;
}
.indexBox2 .productSolutionSlick .text a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

.indexBox3{
    overflow: hidden;
    padding: 275px 0 250px;
    background: url("/public/static/images/home/en-us/indexBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox3 .text{
    width: 650px;
    float: right;
    padding-right: 120px;
    text-align: right;
}
.indexBox3 .text h2{
    color: #ffffff;
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.indexBox3 .text .t{
    padding-left: 115px;
}
.indexBox3 .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}
.indexBox3 .text a{
    display: inline-block;
    margin-top: 40px;
    width: 115px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.indexBox3 .text a:hover{
    background: #ffffff;
    color: #019ce5;
}

.indexBox4{
    padding: 85px 0;
    background: #414141;
    overflow: hidden;
}
.indexBox4 .title h2{
    padding-bottom: 60px;
    color: #ffffff;
    font-size: 74px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.indexBox4 .itemBox{
    overflow: hidden;
}
.indexBox4 .itemBox .items{
    width: 50%;
    float: left;
}
.indexBox4 .itemBox .items:nth-of-type(1){
    padding-right: 15px;
}
.indexBox4 .itemBox .items:nth-of-type(2){
    padding-left: 15px;
}
.indexBox4 .itemBox .item{
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    transition: all .3s;
}
.indexBox4 .itemBox .item .img{
    width: 100%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox4 .itemBox .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox4 .itemBox .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.indexBox4 .itemBox .item .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.indexBox4 .itemBox .item a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.indexBox4 .itemBox .item span{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    color: #ffffff;
    transition: all .3s;
}
.indexBox4 .itemBox .items .item .text p{
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
}
.indexBox4 .itemBox .items .item:hover .text em,
.indexBox4 .itemBox .items .item:hover .text p,
.indexBox4 .itemBox .items .item:hover span{
    color: #019ce5;
    transition: all .3s;
}

.indexBox5{
    background: #019ce5;
    padding: 50px 0;
}
.indexBox5 .text{
    text-align: center;
}
.indexBox5 .text p{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.indexBox5 .text a{
    vertical-align: middle;
    display: inline-block;
    margin-left: 150px;
    width: 115px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.indexBox5 .text a:hover{
    background: #ffffff;
    color: #019ce5;
}

.indexBox6{
    background: #f9f9f9;
    padding: 70px 0;
    overflow: hidden;
}
.indexBox6 .leftNews{
    width: 32.5%;
    float: left;
    padding: 28px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.indexBox6 .leftNews:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(1,156,229,0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(1,156,229,0.6);
    box-shadow: 0 0 10px 0 rgba(1,156,229,0.6);
}
.indexBox6 .leftNews .img{
    height: 623px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox6 .leftNews .img a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.indexBox6 .leftNews .img span{
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 14px;
    color: #ffffff;
}
.indexBox6 .leftNews .img:hover span{
    color: #019ce5;
}
.indexBox6 .conBox{
    width: 67.5%;
    float: left;
    padding-left: 25px;
}
.indexBox6 .conBox .item{
    background: #ffffff;
    padding: 28px;
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.indexBox6 .conBox .item:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(1,156,229,0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(1,156,229,0.6);
    box-shadow: 0 0 10px 0 rgba(1,156,229,0.6);
}
.indexBox6 .conBox .item .img{
    width: 270px;
    height: 270px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox6 .conBox .item .img a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.indexBox6 .conBox .item .text{
    flex: 1;
    height: 270px;
    position: relative;
    padding-left: 35px;
    padding-top: 50px;
}
.indexBox6 .conBox .item .text h3{
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox6 .conBox .item .text p{
    font-size: 14px;
    color: #111111;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexBox6 .conBox .item .text a{
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #111111;
    line-height: 1.5;
}
.indexBox6 .conBox .item .text a:hover{
    color: #019ce5;
}
.indexBox6 .conBox .item .text span{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #a6a6a6;
}

.applicationBanner{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.applicationBanner h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 74px;
    text-transform: uppercase;
}

.applicationBox1{
    padding: 50px 0;
}
.applicationBox1 h2{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}
.applicationBox1 p{
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.applicationBox2{
    padding-top: 50px;
    padding-bottom: 40px;
}
.applicationBox2 .text h2{
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    padding-bottom: 20px;
}
.applicationBox2 .item{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.applicationBox2 .item a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.applicationBox2 .item .img{
    width: 160px;
    float: left;
    overflow: hidden;
    line-height: 0;
    border: 1px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.applicationBox2 .item .img img{
    width: 100%;
}
.applicationBox2 .item .text{
    position: relative;
    padding-right: 50px;
    margin-left: 160px;
    padding-left: 20px;
}
.applicationBox2 .item .text h3{
    font-size: 18px;
    color: #454545;
    padding-top: 5px;
    padding-bottom: 5px;
}
.applicationBox2 .item .text p{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    font-weight: 300;
}
.applicationBox2 .item .text em{
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    font-size: 40px;
    margin-top: -20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.applicationDetailBox1{
    padding: 50px 0;
}
.applicationDetailBox1 h2{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
}
.applicationDetailBox1 p{
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.newsConBox{
    padding-top: 50px;
}
.newsConBox h2{
    font-size: 32px;
    color: #545454;
    padding-bottom: 20px;
}
.newsConBox ul{
    overflow: hidden;
}
.newsConBox li{
    width: 50%;
    float: left;
    color: #333333;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 5px;
}
.newsConBox li:last-child{
    width: 100%;
}

.relatedNews{
    margin-top: 40px;
}
.relatedNews h2{
    background: #212121;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 2.4em;
}
.relatedNews ul{
    padding: 10px 5px 0;
    border: 1px solid #dddddd;
}
.relatedNews ul li{
    overflow: hidden;
    margin-bottom: 10px;
}
.relatedNews ul li .tp{
    width: 70px;
    line-height: 0;
    float: left;
}
.relatedNews ul li .t{
    margin-left: 70px;
    padding-left: 5px;
}
.relatedNews ul li .t h3 a{
    display: block;
    color: #454545;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.relatedNews ul li .t p{
    font-size: 14px;
    column-rule: #666666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.supportBanner{
    padding: 130px 0 135px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.supportBanner .Crumbs{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0;
    border-top: 0;
}
.supportBanner .Crumbs i,
.supportBanner .Crumbs span{
    color: #ffffff;
}
.supportBanner .title h1{
    text-align: center;
    color: #ffffff;
    padding-bottom: 30px;
    font-size: 46px;
    font-weight: bold;
}
.supportBanner .search{
    width: 650px;
    margin: auto;
    position: relative;
}
.supportBanner .search .info{
    position: relative;
    padding-left: 40px;
    background: #ffffff;
    border-radius: 2px;
}
.supportBanner .search .info input[type="submit"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 50px;
    border: 0;
    font-size: 0;
    background: url("/public/static/images/home/en-us/reset/open_search_form.png") no-repeat center center;
}
.supportBanner .search .info input[type="text"]{
    width: 100%;
    height: 50px;
    border: 0;
    font-size: 16px;
}
.supportBanner .search .text{
    position: absolute;
    width: 100%;
    padding: 30px 0 15px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    z-index: 15;
    display: none;
}
.supportBanner .search .text h2{
    padding-left: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.supportBanner .search .text li a{
    display: block;
    padding-left: 40px;
    line-height: 34px;
    font-size: 16px;
    color: #545454;
}
.supportBanner .search .text li a:hover{
    background: #eeeeee;
}

.supportBox{

    padding: 80px 0;
}
.supportBox .itemBox{
    overflow: hidden;
}
.supportBox .item{
    width: 33.33%;
    float: left;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 40px;
    position: relative;
    border-bottom: 4px solid #ffffff;
}
.supportBox .item.on,
.supportBox .item:hover{
    border-bottom-color: #0194d9;
}
.supportBox .item a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.supportBox .item em{
    font-size: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
 color: #0194d9;
}
.supportBox .item em.iconfuwu{
    font-size: 80px;
    top: -10px;
}
.supportBox .item span{
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.supportBox .item.on em,
.supportBox .item.on span,
.supportBox .item:hover em,
.supportBox .item:hover span{
    color: #0194d9;
}
.supportBox .conBox{
    overflow: hidden;
    margin-top: 40px;
}
.supportBox .conBox .supportMenu{
    width: 230px;
    float: left;
}

.supportBox .conBox .supportMenu ul li{
    border-bottom: 1px solid #414141;
}
.supportBox .conBox .supportMenu ul li a{
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
}
.supportBox .conBox .supportMenu ul li.on a,
.supportBox .conBox .supportMenu ul li a:hover{
    background: #0194d9;
}
.supportBox .conBox .contentBox,
.supportBox .conBox .con{
    margin-left: 230px;
    padding-left: 20px;
}
.supportBox .conBox .contentBox .title{
    overflow: hidden;
    border-left: 4px solid #333333;
}
.supportBox .conBox .contentBox .title span{
    display: inline-block;
    float: left;
    width: 28%;
    height: 48px;
    line-height: 40px;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: 4px solid #333333;
    border-left: 0;
}
.supportBox .conBox .contentBox .title span:last-child{
    width: 16%;
}
.supportBox .conBox .contentBox .listConBox .box{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border-left: 4px solid #333333;
}
.supportBox .conBox .contentBox .listConBox .box .txt{
    width: 28%;
    float: left;
    border: 4px solid #333333;
    border-left: 0;
    border-top: 0;
    padding: 10px 20px;
}
.supportBox .conBox .contentBox .listConBox .box .txt:last-child{
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.supportBox .conBox .contentBox .listConBox .box .txt p{
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.supportBox .conBox .contentBox .listConBox .box .txt a{
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.supportBox .conBox .contentBox .listConBox .box .txt a:hover{
    color: #0194d9;
}

.supportBox .conBox table,
.supportBox .conBox table.dataTable.no-footer{
    border: 0;
}
.supportBox .conBox table.dataTable{
    border-collapse: collapse;
}
.supportBox .conBox table.dataTable thead .sorting_desc{
    background: none;
}
.supportBox .conBox .dataTables_wrapper .dataTables_length,
.supportBox .conBox .dataTables_wrapper .dataTables_filter,
.supportBox .conBox .dataTables_wrapper .dataTables_info,
.supportBox .conBox .dataTables_wrapper .dataTables_processing,
.supportBox .conBox .dataTables_wrapper .dataTables_paginate,
.supportBox .conBox .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.supportBox .conBox .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.supportBox .conBox .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #ffffff !important;
}
.supportBox .conBox table th,
.supportBox .conBox table td{
    border: 4px solid #333333;
    text-align: left;
    padding: 10px 20px;
}
.supportBox .conBox table th{
    color: #000;
    font-size: 16px;
}
.supportBox .conBox table td{
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}
.supportBox .conBox table td a{
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    display: block;
    text-align: center;
}
.supportBox .conBox table td a:hover{
    color: #0194d9;
}

.supportSearchForm{
    margin-top: -40px;
    margin-bottom: 40px;
}
.supportSearchForm .info{
    width: 350px;
    position: relative;
    padding-left: 40px;
    background: #ffffff;
}
.supportSearchForm .info input[type="submit"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 0;
    background: url("/public/static/images/home/en-us/reset/open_search_form.png") no-repeat center center;
}
.supportSearchForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 16px;
}

.supportSearchBox{
    background: #414141;
    padding: 80px 0;
}
.supportSearchBox .list{
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
.supportSearchBox .list:last-child{
    border-bottom: 0;
}
.supportSearchBox .list h3 a{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.supportSearchBox .list p{
    font-size: 16px;
    color: #c5c5c5;
    line-height: 1.6;
}
.supportSearchBox .list p span{
    font-size: 16px;
    color: #e5e5e5;
}
.supportSearchBox .list > a{
    font-size: 16px;
    color: #0194d9;
    display: inline-block;
    margin-top: 5px;
}

.contactBanner{
    padding-top: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
}
.contactBanner .Crumbs{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0;
    border-top: 0;
}
.contactBanner .Crumbs i,
.contactBanner .Crumbs span{
    color: #ffffff;
}

.contactBox1{
    margin-top: -240px;
    position: relative;
    z-index: 3;
}
.contactBox1:before{
    position: absolute;
    content: '';
    top: 240px;
    left: 0;
    right: 0;
    bottom: 0;

}
.contactBox1 .title h1{
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.contactBox1 .contactMap{
    width: 100%;
    height: 450px;
    line-height: 0;
    position: relative;
    z-index: 2;
}
.contactBox1 .contactMap iframe{
    width: 100%;
    height: 100%;
}

.contactBox2{
    padding-top: 210px;
}
.contactBox2 .addressSlick{
    margin-left: -10px;
    margin-right: -10px;
}
.contactBox2 .addressSlick .slick-prev,
.contactBox2 .addressSlick .slick-next{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: none;
}
.contactBox2 .addressSlick .slick-prev:before,
.contactBox2 .addressSlick .slick-next:before{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    font-family: "iconfont", sans-serif;
    content: '\e656';
    font-size: 40px;
    color: #757575;
    z-index: 2;
    line-height: 40px;
}
.contactBox2 .addressSlick .slick-prev:hover:before,
.contactBox2 .addressSlick .slick-next:hover:before{
    color: #0194d9;
}
.contactBox2 .addressSlick .slick-prev{
    left: -40px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.contactBox2 .addressSlick .slick-next{
    right: -40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.contactBox2 .addressSlick .slick_first{
    margin: 0 10px;
    padding: 20px;
    background: #333333;
}
.contactBox2 .addressSlick .slick_first:hover{
    background: #0194d9;
}
.contactBox2 .addressSlick .slick_first h3{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
}
.contactBox2 .addressSlick .slick_first p{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    line-height: 1.5;
}

.contactBox3{
    background: #414141;
    padding: 100px 0;
    overflow: hidden;
}
.contactBox3 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBox3 .item{
    width: 49%;
    margin: 10px 0;
    background: #333333;
    padding: 40px 30px;
}
.contactBox3 .item .img{
    width: 125px;
    border: 4px solid #414141;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    float: left;
}
.contactBox3 .item .text{
    margin-left: 125px;
    padding-left: 15px;
}
.contactBox3 .item .text h3{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
.contactBox3 .item .text span{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    display: block;
    padding: 10px 0;
}
.contactBox3 .item .text p,
.contactBox3 .item .text p a{
    color: #ffffff;
    line-height: 1.5;
}

.contactBox4{
    padding: 55px 0;
    overflow: hidden;
}
.contactBox4 .title{
    padding-bottom: 45px;
    margin-bottom: 80px;
    overflow: hidden;
    border-bottom: 4px solid #0194d9;
}
.contactBox4 .title h2{
    float: left;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    line-height: 56px;
}
.contactBox4 .title a{
    float: right;
    width: 220px;
    height: 56px;
    display: inline-block;
    text-align: center;
    background: #0194d9;
    color: #fff;
    line-height: 56px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.contactBox4 .title a em{
    display: inline-block;
    margin-right: 15px;
}
.contactBox4 .title a:hover{
    background: #0092ef;
}
.contactBox4 .itemBox{
    overflow: hidden;
}
.contactBox4 .item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contactBox4 .item .icon{
    width: 220px;
    height: 220px;
    line-height: 220px;
    text-align: center;
    background: #414141;
}
.contactBox4 .item .icon em{
    font-size: 130px;
    color: #000;
}
.contactBox4 .item .icon em.iconquyu{
    padding-left: 30px;
}
.contactBox4 .item .text{
    flex: 1;
    padding-left: 50px;
}
.contactBox4 .item .text h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.contactBox4 .item .text p{
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contactBox5{
    padding: 45px 0;
    background: #0194d9;
}
.contactBox5 .conBox{
    padding: 0 165px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactBox5 .conBox .text{
    width: 420px;
}
.contactBox5 .conBox .text h2{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}
.contactBox5 .conBox .text p{
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
}
.contactBox5 .conBox .contactForm{
    width: 340px;
}
.contactBox5 .conBox .contactForm .info{
    margin-bottom: 12px;
    line-height: 0;
    position: relative;
}
.contactBox5 .conBox .contactForm .info:last-child{
    margin-bottom: 0;
}
.contactBox5 .conBox .contactForm .tips{
    display: block;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #cc0000;
}
.contactBox5 .conBox .contactForm .info input[type="text"]{
    width: 100%;
    height: 42px;
    background: #fff;
    color: #000;
    border: 0;
    font-size: 16px;
    padding: 0 10px;
}
.contactBox5 .conBox .contactForm .info textarea{
    width: 100%;
    height: 90px;
    background: #ffff;
    color: #000;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}
.contactBox5 .conBox .contactForm .codeImg{
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 100px;
    cursor: pointer;
}
.contactBox5 .conBox .contactForm .info input[type="submit"]{
    width: 100%;
    height: 42px;
background-color: #fff;
    color: #000;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
}
.contactBox5 .conBox .contactForm .info input[type="submit"]:hover{
    background: #fff;
    transition: all .3s;
}

.aboutBanner{
    padding-top: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
}
.aboutBanner .Crumbs{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0;
    border-top: 0;
}
.aboutBanner .Crumbs i,
.aboutBanner .Crumbs span{
    color: #000;
}
.aboutBanner h1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 46px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -27px;
}
.aboutBox1{
    background: #414141;
}
.aboutBox1 .container_1200{
    display: flex;
    align-items: flex-end;
}
.aboutBox1 .img{
    width: 50%;
    float: left;
    line-height: 0;
    margin-top: -95px;
    position: relative;
    z-index: 2;
}
.aboutBox1 .img img{
    border: 10px solid #ffffff;
}
.aboutBox1 .text{
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-bottom: 70px;
    background: url("/public/static/images/home/en-us/aboutIco.png") no-repeat 30px bottom;
}
.aboutBox1 .text h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}
.aboutBox1 .text h2 span{
    display: block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}
.aboutBox1 .text p{
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.6);
}

.aboutBox2{
    padding-top: 100px;
    background: #414141;
    position: relative;
}
.aboutBox2:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    top: 305px;
    background: url("/public/static/images/home/en-us/aboutHistoryLine.png") repeat-x center;
}
.aboutBox2 .title h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 90px;
}
.aboutBox2 .historySlick{
    z-index: 2;
}
.aboutBox2 .historySlick:hover{
    cursor: url("/public/static/images/home/en-us/swipe.png"),auto
}
.aboutBox2 .historySlick .slick_first{
    margin: 0 10px;
}
.aboutBox2 .historySlick .years{
    padding-bottom: 55px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    position: relative;
    font-size: 20px;
}
.aboutBox2 .historySlick .years:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox2 .historySlick .text{
    padding-top: 35px;
}
.aboutBox2 .historySlick .text p{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    line-height: 1.5;
}

.aboutBox3{
    padding: 95px 0;
    background: #414141;
    position: relative;
}
.aboutBox3 .title h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 50px;
}
.aboutBox3 .itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutBox3 .item{
    width: 28%;
    text-align: center;
}
.aboutBox3 .item .img{
    line-height: 0;
}
.aboutBox3 .item .img img{
    border: 9px solid #727272;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox3 .item .text{
    margin-top: 25px;
}
.aboutBox3 .item .text h3{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 5px;
}
.aboutBox3 .item .text span{
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}
.aboutBox3 .item .t{
    text-align: left;
    padding-top: 10px;
}
.aboutBox3 .item .t p{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    line-height: 1.6;
}

.aboutBox4{
    padding: 75px 0;
}
.aboutBox4 .title h2{
    text-align: center;
    padding-bottom: 55px;
    font-weight: 700;
    font-size: 40px;
    color: #333333;
}
.aboutBox4 .title h2 span{
    font-size: 40px;
    display: block;
}
.aboutBox4 .productionSlickBox{
    width: 740px;
    margin: auto;
}
.aboutBox4 .productionSlickBox .imgSlick .slick-prev,
.aboutBox4 .productionSlickBox .imgSlick .slick-next{
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: none;
}
.aboutBox4 .productionSlickBox .imgSlick .slick-prev:before,
.aboutBox4 .productionSlickBox .imgSlick .slick-next:before{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    text-align: center;
    font-family: "iconfont", sans-serif;
    content: '\e656';
    font-size: 80px;
    color: #757575;
    z-index: 2;
    line-height: 40px;
}
.aboutBox4 .productionSlickBox .imgSlick .slick-prev:hover:before,
.aboutBox4 .productionSlickBox .imgSlick .slick-next:hover:before{
    color: #0194d9;
}
.aboutBox4 .productionSlickBox .imgSlick .slick-prev{
    left: -180px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.aboutBox4 .productionSlickBox .imgSlick .slick-next{
    right: -180px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.aboutBox4 .productionSlickBox .textBoxSlick{
    margin-top: 60px;
}
.aboutBox4 .productionSlickBox .textBoxSlick .slick_first{
    width: 315px;
}
.aboutBox4 .productionSlickBox .textBoxSlick .slick_first span{
    display: inline-block;
    width: 67px;
    height: 67px;
    line-height: 63px;
    text-align: center;
    color: #333333;
    font-size: 30px;
    float: left;
    font-style: italic;
    border: 2px solid #333333;
    font-weight: bold;
    background: #ffffff;
    transition: all .3s;
}
.aboutBox4 .productionSlickBox .textBoxSlick .slick_first.slick-current span{
    background: #f38120;
    border-color: #f38120;
    color: #ffffff;
    transition: all .3s;
}
.aboutBox4 .productionSlickBox .textBoxSlick .slick_first h3{
    margin-left: 67px;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    transition: all .3s;
}
.aboutBox4 .productionSlickBox .textBoxSlick .slick_first.slick-current h3{
    font-weight: bold;
    transition: all .3s;
}

.aboutBox5{
    background: #414141;
    padding: 85px 0;
}
.aboutBox5 .title h2{
    text-align: center;
    padding-bottom: 35px;
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.aboutBox5 .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.aboutBox5 .itemBox:nth-of-type(2){
    margin-bottom: 50px;
}
.aboutBox5 .item{
    text-align: center;
    width: 20%;
}
.aboutBox5 .item .img{
    line-height: 0;
    margin-bottom: 10px;
}
.aboutBox5 .item .text p{
    color: #ffffff
}

.aboutBox6{
    padding: 50px 0 30px;
    background: #f9f9f9;
    overflow: hidden;
}
.aboutBox6 .market,
.aboutBox6 .partners{
    width: 50%;
    float: left;
}
.aboutBox6 h2{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.aboutBox6 .market .text{
    min-height: 205px;
    padding-top: 60px;
    margin-top: 15px;
    background: url("/public/static/images/home/en-us/aboutImg6.png") no-repeat;
}
.aboutBox6 .market .text li{
    width: 35%;
    float: left;
}
.aboutBox6 .market .text li p{
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
.aboutBox6 .partners .imgBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.aboutBox6 .partners .img{
    padding: 0 10px;
    margin-bottom: 10px;
}

.aboutBox7{
    background: #414141;
    padding: 80px 0 50px;
}
.aboutBox7 .title h2{
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 70px;
}
.aboutBox7 .exhibitionSlick .slick-prev,
.aboutBox7 .exhibitionSlick .slick-next{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: none;
}
.aboutBox7 .exhibitionSlick .slick-prev:before,
.aboutBox7 .exhibitionSlick .slick-next:before{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    font-family: "iconfont", sans-serif;
    content: '\e656';
    font-size: 40px;
    color: #757575;
    z-index: 2;
    line-height: 40px;
}
.aboutBox7 .exhibitionSlick .slick-prev:hover:before,
.aboutBox7 .exhibitionSlick .slick-next:hover:before{
    color: #0194d9;
}
.aboutBox7 .exhibitionSlick .slick-prev{
    left: -40px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.aboutBox7 .exhibitionSlick .slick-next{
    right: -40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.aboutBox7 .exhibitionSlick .slick_first{
    margin: 0 15px;
}
.aboutBox7 .exhibitionSlick .slick_first img{
    width: 100%;
}
.aboutBox7 .exhibitionSlick .slick_first .text h3{
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}
.aboutBox7 .exhibitionSlick .slick_first .text p{
    font-size: 14px;
    color: #ffffff;
}

.aboutBox8{
    background: #414141;
    padding: 50px 0 130px;
}
.aboutBox8 .conBox{
    width: 50%;
    float: left;
    padding-right: 40px;
}
.aboutBox8 .conBox:nth-of-type(2){
    padding-right: 0;
    padding-left: 70px;
}
.aboutBox8 .conBox h2{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 40px;
}
.aboutBox8 .customerSlickBox .bigImg .slick-prev,
.aboutBox8 .customerSlickBox .bigImg .slick-next{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: none;
    opacity: 0;
}
.aboutBox8 .customerSlickBox .bigImg:hover .slick-prev,
.aboutBox8 .customerSlickBox .bigImg:hover .slick-next{
    opacity: 1;
}
.aboutBox8 .customerSlickBox .bigImg .slick-prev:before,
.aboutBox8 .customerSlickBox .bigImg .slick-next:before{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    font-family: "iconfont", sans-serif;
    content: '\e656';
    font-size: 40px;
    color: #000000;
    z-index: 2;
    line-height: 40px;
}
.aboutBox8 .customerSlickBox .bigImg .slick-prev:hover:before,
.aboutBox8 .customerSlickBox .bigImg .slick-next:hover:before{
    color: #0194d9;
}
.aboutBox8 .customerSlickBox .bigImg .slick-prev{
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.aboutBox8 .customerSlickBox .bigImg .slick-next{
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.aboutBox8 .customerSlickBox .smallImg{
    margin: 0 -5px 0 -7px;
    padding-top: 10px;
}
.aboutBox8 .customerSlickBox .smallImg .slick_first{
    padding: 0 5px 0 7px;
}
.aboutBox8 .customerSlickBox .smallImg .slick_first.slick-current img{
    border: 2px solid #0194d9;
}
.aboutBox8 .conBox .tp{
    line-height: 0;
    margin-bottom: 30px;
}
.aboutBox8 .conBox .tp:last-child{
    margin-bottom: 0;
}




.productCrumbs{
    border-bottom: 0;
    border-top: 0;
}
.productCrumbs ul i,
.productCrumbs ul li a,
.productCrumbs ul li span{
    color: #000 !important;
}
.productContactBox{
    background: #414141;
    padding: 40px 0 60px;
}
.productMenuBox{
    background: #0194d9;
    overflow: hidden;
}
.productMenuBox .item{
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
.productMenuBox .item:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    top: 50%;
    right: 0;
    margin-top: -10px;
    background: #00a3f0;
    border-right: 1px solid #00547c;
}
.productMenuBox .item a{
    display: block;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.productMenuBox .item a:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.productMenuBox .item.on a:before,
.productMenuBox .item a:hover:before{
    opacity: 1;
}

.productCategoryText{
    padding: 45px 75px;
    background: #2e5a6f;
}
.productCategoryText h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    padding-bottom: 10px;
}
.productCategoryText p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
}

.productCategoryList{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.productCategoryList .item{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}
.productCategoryList .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.productCategoryList .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.productCategoryList .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.productCategoryList .item .text{
    padding: 10px 0;
}
.productCategoryList .item .text h3 a{
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productCategoryList .item .text h3 a:hover{
    color: #0194d9;
}
.productCategoryList .item .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.productSecMenuBox{
    background: #2e5a6f;
    padding: 20px 20px 10px;
    overflow: hidden;
}
.productSecMenuBox li{
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}
.productSecMenuBox li a{
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productSecMenuBox li.on a,
.productSecMenuBox li a:hover{
    background: #0194d9;
}

.productCategoryConBox{
    padding-top: 70px;
    padding-bottom: 30px;
    overflow: hidden;
}
.productCategoryConBox .item{
    overflow: hidden;
    margin-bottom: 40px;
}
.productCategoryConBox .item:last-child{
    margin-bottom: 0;
}
.productCategoryConBox .text{
    width: 28%;
    float: left;
}
.productCategoryConBox .text h1,
.productCategoryConBox .text h2{
    color: #ffffff;
    font-size: 46px;
    padding-bottom: 10px;
}
.productCategoryConBox .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
}
.productCategoryConBox .text a{
    display: inline-block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0194d9;
    margin-top: 20px;
}
.productCategoryConBox .imgBox{
    width: 72%;
    float: left;
    text-align: right;
}
.productCategoryConBox .imgBox .img{
    line-height: 0;
    float: right;
    margin-left: 20px;
}

.productSearchBox{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.productSearchBox .item{
    width: 26%;
    margin-right: 10px;
    position: relative;
}
.productSearchBox .item .searchCon{
    padding: 10px 40px 10px 10px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    max-height: 210px;
    overflow-y: auto;
}
.productSearchBox .item .searchCon.on{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s;
}
.productSearchBox .item .searchCon em{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("/public/static/images/home/en-us/productIco.png") no-repeat center center;
}
.productSearchBox .item .searchCon h3{
    font-size: 14px;
    color: #6c6c6c;
    line-height: 40px;
    cursor: pointer;
}
.productSearchBox .item .searchCon .searchAttributes{
    min-height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #0194d9;
    margin-top: 10px;
    padding: 5px 20px 5px 10px;
}
.productSearchBox .item .searchCon .searchAttributes:nth-of-type(1){
    margin-top: 0;
}
.productSearchBox .item .searchCon .searchAttributes span{
    display: inline-block;
    position: absolute;
    right: 0;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #0194d9;
    cursor: pointer;
}
.productSearchBox .item .searchCon .searchAttributes .tp{
    width: 26px;
    float: left;
}
.productSearchBox .item .searchCon .searchAttributes .t{
    flex: 1;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    color: #0194d9;
    line-height: 1.5;
    transition: all .3s
}
.productSearchBox .item ul{
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    padding: 10px 0;
    border-top: 1px solid #0194d9;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
    z-index: 20;
    max-height: 290px;
    overflow-y: auto !important;
}
.productSearchBox .item ul li{
    padding: 5px 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s
}
.productSearchBox .item ul li.on,
.productSearchBox .item ul li:hover{
    background: #0194d9;
    transition: all .3s
}
.productSearchBox .item ul li .tp{
    width: 26px;
    float: left;
}
.productSearchBox .item ul li .t{
    flex: 1;
    margin-left: 15px;
    padding-right: 35px;
    position: relative;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.5;
    transition: all .3s
}
.productSearchBox .item ul li.on .t,
.productSearchBox .item ul li:hover .t{
    color: #ffffff;
    transition: all .3s
}
.productSearchBox .item ul li .t:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url("/public/static/images/home/en-us/productIco2.png");
    opacity: 0;
}
.productSearchBox .item ul li.on .t:before{
    opacity: 1;
}
.productSearchBox .btn{
    width: 15%;
    padding-left: 10px;
}
.productSearchBox .btn a{
    line-height: 56px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #0194d9;
    color: #ffffff;
}
.allSelect{
    padding: 5px 10px;
    font-size: 18px;
    color: #6c6c6c;
    line-height: 1.5;
    cursor: pointer;
    transition: all .3s;
}
.allSelect:hover,
.allSelect.on{
    background: #0194d9;
    color: #fff;
}
.productListBox{
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 20px;
}
.productListBox .item{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.productListBox .item .conBox{
    background: #ffffff;
}
.productListBox .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.productListBox .item .img a{
    display: flex;
    height: 285px;
    align-items: center;
    justify-content: center;
}
.productListBox .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.productListBox .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.productListBox .item .text{
    padding: 0 20px 20px;
}
.productListBox .item .text h3{
    height: 44px;
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productListBox .item .text p{
    height: 50px;
    font-size: 14px;
    color: #00000d;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productListBox .item .text a{
    margin-top: 30px;
    display: block;
    line-height: 36px;
    border: 2px solid #0194d9;
    font-size: 14px;
    color: #0194d9;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.productListBox .item .text a:hover{
    background: #0194d9;
    color: #ffffff;
}

.productDetailBox1{
    overflow: hidden;
    padding: 80px 0;
}
.productDetailBox1 .imgBox{
    width: 52.5%;
    float: left;
    display: flex;
    overflow: hidden;
}
.productDetailBox1 .imgBox .smallImg{
    width: 100px;
    float: left;
    padding-right: 20px;
}
.productDetailBox1 .imgBox .smallImg .img{
    line-height: 0;
    margin-bottom: 10px;
    cursor: pointer;
    border: 4px solid #000;
}
.productDetailBox1 .imgBox .smallImg .img:last-child{
    margin-bottom: 0;
}
.productDetailBox1 .imgBox .smallImg .img:hover,
.productDetailBox1 .imgBox .smallImg .img.on{
    border-color: #0194d9;
}
.productDetailBox1 .imgBox .bigImg{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
	border: 2px solid #000;
    background: #000;
}
.productDetailBox1 .imgBox .bigImg img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.productDetailBox1 .conBox{
    width: 47.5%;
    float: left;
    padding: 0 80px;
}
.productDetailBox1 .conBox h1{
    font-size: 26px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 45px;
}
.productDetailBox1 .conBox p{
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}
.productDetailBox1 .conBox .a{
    padding-top: 50px;
}
.productDetailBox1 .conBox .a a{
    min-width: 100px;
    height: 40px;
    background: #00a2e4;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
    margin-right: 10px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.productDetailBox1 .conBox .a a.productDown{
    padding-left: 45px;
    background-image: url("/public/static/images/home/en-us/productDown.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}
.productDetailBox1 .conBox .a a:hover{
    opacity: .85;
}

.productDetailBox2 .item{
    overflow: hidden;
    padding: 30px 0;
    border-top: 2px solid #000000;
}
.productDetailBox2 .item:last-child{
    border-bottom: 2px solid #000000;
}
.productDetailBox2 .item h3{
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    color: #000;
}
.productDetailBox2 .item h3:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 8px;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.productDetailBox2 .item ul{
    overflow: hidden;
}
.productDetailBox2 .item ul li{
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: 30px;
}
.productDetailBox2 .item ul li .tp{
    width: 26px;
    float: left;
}
.productDetailBox2 .item ul li .t{
    margin-left: 10px;
    flex: 1;
    color: #000;
}

.productDetailBox3{
    padding-bottom: 60px;
}
.productDetailBox3 .productDetailContentBox .title{
    padding-top: 50px;
}
.productDetailBox3 .productDetailContentBox .title{
    margin-top: 0;
}
.productDetailBox3 .productDetailContentBox .title h2{
    font-size: 30px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}
.productDetailBox3 .productDetailContentBox .conBox {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}
.productDetailBox3 .info{
	position: relative;
	width: 50%;
	height: 35px;
	margin-bottom: 20px;
}
.productDetailBox3 .contactForm{
	margin-top: 3%;
}
.productDetailBox3 .info  input[type=text]{
	border: 1px solid #eeee;
	height: 100%;
	width: 100%;
	font-size: 14px;
	padding-left: 10px;
	color: #000;
	border-radius: 5px;
}
.productDetailBox3 .info  .tips{
	line-height: 0;
	bottom: -10px;
	    top: auto;
}
.productDetailBox3  textarea{
	width: 50%;
	height: 150px;
	border-radius: 5px;
	font-size: 14px;
	color: #000;
	border: 1px solid #eeee;
	padding: 10px 0 0 10px ;
}
.productDetailBox3 .info .codeImg {
	position: absolute;
	cursor: pointer;
	top: 0;
	z-index: 66;
	height: 100%;
	right: 0;
}
.productDetailBox3 .info  input[type=submit]{
	    background-color: var(--mainColor);
		width: 30%;
		height: 35px;
		border-radius: 5px;
		font-size: 16px;
		color: #fff;
}
.productDetailBox4{
    padding-bottom: 60px;
}
.productDetailBox4 .title h2{
    font-size: 30px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}
.productDetailBox4 .itemBox{
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 20px;
}
.productDetailBox4 .itemBox .item{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.productDetailBox4 .itemBox .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;

}
.productDetailBox4 .itemBox .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.productDetailBox4 .itemBox .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.productDetailBox4 .itemBox .item .text{
    padding: 0 20px 20px;
}
.productDetailBox4 .itemBox .item .text h3{
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productDetailBox4 .itemBox .item .text p{
    font-size: 14px;
    color: #00000d;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productDetailBox4 .itemBox .item .text a{
    margin-top: 30px;
    display: block;
    line-height: 36px;
    border: 2px solid #0194d9;
    font-size: 14px;
    color: #0194d9;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.productDetailBox4 .itemBox .item .text a:hover{
    background: #0194d9;
    color: #ffffff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #0194d9 !important;
}

.serviceBox .listBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.serviceBox .list{
    width: 25%;
    padding: 0 30px;
    float: left;
    text-align: center;
}
.serviceBox .list .img{
    line-height: 0;
    text-align: center;
}
.serviceBox .list .img img{
    width: 100%;
}
.serviceBox .list .text a{
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding: 25px 0;
}

.serviceDetailBox1 .item{
    position: relative;
    overflow: hidden;
}
.serviceDetailBox1 .item .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .3s;
}
.serviceDetailBox1 .item:hover .img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
    transition: all .3s;
}
.serviceDetailBox1 .textBox{
    position: relative;
    z-index: 10;
    padding: 70px 0;
}
.serviceDetailBox1 .textBox .text{
    width: 560px;
    background: rgba(33,33,33,.9);
    padding: 35px 65px 35px 40px;
    transition: all .3s;
}
.serviceDetailBox1 .item:hover .textBox .text{
    background: #212121;
    transition: all .3s;
}
.serviceDetailBox1 .textBox .text h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}
.serviceDetailBox1 .textBox .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
}

.serviceDetailBox2{
    background: #414141 url("/public/static/images/home/en-us/serviceDetailBj.jpg") repeat-x top center;
}
.serviceDetailBox2 .title h2{
    padding: 100px 0 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}
.serviceDetailBox2 .conBox{
    position: relative;
    z-index: 2;
}
.serviceDetailBox2 .serviceSmallImg{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
}
.serviceDetailBox2 .serviceSmallImg .img{
    position: relative;
}
.serviceDetailBox2 .serviceSmallImg .img:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}
.serviceDetailBox2 .serviceSmallImg img{
    clear: both;
    display: block;
    margin: auto;
    cursor: pointer;
}
.serviceDetailBox2 .serviceBigImg{
    width: 515px;
    margin: auto;
    padding-bottom: 60px;
}
.serviceDetailBox2 .serviceBigImg .slick-prev,
.serviceDetailBox2 .serviceBigImg .slick-next{
    width: 40px;
    height: 50px;
    top: 37%;
    background: url("/public/static/images/home/en-us/reset/skin.png") no-repeat;
}
.serviceDetailBox2 .serviceBigImg .slick-prev {
    background-position: 0 0;
    left: -80px;
}
.serviceDetailBox2 .serviceBigImg .slick-next {
    background-position: -150px 0;
    right: -80px;
}
.serviceDetailBox2 .serviceBigImg .img{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.serviceDetailBox2 .serviceBigImg img{
    display: block;
    clear: both;
    margin: auto;
}
.serviceDetailBox2 .serviceBigImg .text{
    text-align: center;
    padding: 0 65px;
    margin-top: 60px;
    position: relative;
}
.serviceDetailBox2 .serviceBigImg .text:before{
    position: absolute;
    content: '';
    width: 48px;
    height: 30px;
    left: 0;
    top: 0;
    background: url("/public/static/images/home/en-us/serviceIco1.png");
}
.serviceDetailBox2 .serviceBigImg .text:after{
    position: absolute;
    content: '';
    width: 48px;
    height: 30px;
    right: 0;
    bottom: 0;
    background: url("/public/static/images/home/en-us/serviceIco2.png");
}
.serviceDetailBox2 .serviceBigImg .text h3{
    color: #fffefe;
    font-size: 20px;
    padding-bottom: 15px;
}
.serviceDetailBox2 .serviceBigImg .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
}

.serviceDetailBox3{
    padding: 40px 0 100px;
    background: #414141;
    overflow: hidden;
}
.serviceDetailBox3 .conBox{
    background: #212121;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serviceDetailBox3 .img{
    width: 50%;
    float: left;
    line-height: 0;
}

.serviceDetailBox3 .text{
    padding: 30px;
    width: 50%;
    float: left;
}
.serviceDetailBox3 .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
}

/* newsDetalis */

.news1 {
  padding: 0.48rem 0 0.84rem;
}

.newsHead .tabHead {
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e2e2e2;
  gap: 0.21rem;
}

.newsHead .tabHead .tab {
  min-width: 2.08rem;
  height: 0.52rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 0.2rem;
  font-weight: 500;
  color: var(--themeColor);
  line-height: 0.52rem;
  text-align: center;
  padding: 0 20px;
}

.newsHead .tabHead .tab.on,
.newsHead .tabHead .tab:hover {
  background: var(--mainColor);
  color: #fff;
}

.news1Content .row {
  display: flex;
  margin-left: -0.38rem;
  margin-right: -0.38rem;
}

.news1Content .col-md-8,
.news1Content .col-md-4 {
  padding-right: 0.38rem;
  padding-left: 0.38rem;
}

.news1Content .title {
  margin: 0.34rem 0 0.24rem;
}

.news1Content .title h1 {
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
  color: #0e0e0e;
  font-weight: bold;
}

.news1Content .title p {
  text-align: left;
  width: 100%;
  line-height: 0.2rem;
  color: #0e0e0e;
  font-weight: bold;
}

.news1Content .time {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  padding: 0.28rem;
  padding-right: 1.4rem;
  background: #f8f8f8;
  margin-bottom: 0.1rem;
}

.news1Content .time .img {
  margin-right: 0.1rem;
}

.news1Content .time .item {
  display: flex;
  align-items: center;
}

.news1Content .time p,
.news1Content .time #readTime {
  font-size: 0.2rem;
}

.news1Content h2,
.news1Content h3 {
  font-size: 0.22rem;
/*   line-height: 0.14rem; */
  font-weight: bold;
  color: #0e0e0e;
}

.news1Content p {
  font-size: 0.22rem;
  color: #323232;
  font-family: Lato;
}

.news1Content .introduct {
  background-color: #f8f8f8;
  padding: 0.42rem 0.24rem 0.46rem 0.28rem;
}

.news1Content .introduct h2 {
  margin-bottom: 0.28rem;
}

.news1Content .introduct p + p {
  margin-top: 0.4rem;
}

.news1Content .ctx {
  margin: 0.4rem  0 10px 0;
}

.news1Content .ctx h3 {
  margin-bottom: 0.2rem;
  padding-top: 0.1rem;
}

.news1Content .ctx .img {
  margin-top: 0.2rem;
}

.news1Content .ctx .text + .text {
  margin-top: 0.4rem;
}

.news1Content .ctx li {
  position: relative;
  font-size: 0.22rem;
  font-weight: bold;
  padding-left: 0.2rem;
  line-height: 0.36rem;
}

.news1Content .ctx li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--mainColor);
  border-radius: 50%;
  transform: translateY(-50%);
}

.news1Content .pages {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.54rem;
}

.news1Content .page {
  flex: 1;
  height: auto;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.news1Content .page:hover {
  background: var(--mainColor);
  color:#fff;
}

.news1Content .ctx .img:hover img {
  transform: scale(1.05);
}

.news1Content .share {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0.2rem 0;
  font-size: 0.2rem;
  color: #323232;
  font-weight: 400;
}

.news1Content .contact {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0.28rem 0.2rem 0.38rem 0.2rem;
}

.news1Content .contact .tips {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

.news1Content .contact h3 {
  font-family: Fjalla One;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #323232;
  margin-bottom: 0.36rem;
}

.news1Content .form .info input,
.news1Content .form .info textarea {
  border: 1px solid #d2d2d2;
  padding-left: 0.17rem;
  resize: none;
  background-color: #fff;
  border-radius: 0;
}

.news1Content .form .info input[type="submit"] {
  margin-top: 0.2rem;
  border: 1px solid var(--mainColor);
  padding: 0;
  background-color: var(--mainColor);
  border-radius: 4px;
}

.news1Content .form .info input[type="submit"]:hover {
  background-color: #fff;
}

.news1Content .toc {
  position: sticky;
  top: 0;
  right: 0;
  padding-top: 0.54rem;
}

.news1Content .toc .name {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}

.news1Content .toc .name h2 {
  font-size: 0.24rem;
  color: #323232;
  font-family: Fjalla One;
  font-weight: bold;
  line-height: 0.22rem;
}

.news1Content .toc .tabs {
  display: flex;
  flex-direction: column;
  margin: 0.34rem 0 0 0.08rem;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  min-height: 2.1rem;
  padding: 0.22rem 0;
}

.news1Content .toc .tab {
  position: relative;
  font-size: 0.2rem;
  font-weight: bold;
  /* font-family: Lato; */
  color: #0e0e0e;
  padding-left: 0.15rem;
  cursor: pointer;
}

.news1Content .toc .tab::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7d7d7d;
  transform: translate(-50%, -50%);
}

.news1Content .toc .tab + .tab {
  margin-top: 0.36rem;
}

.news1Content .toc .tab.on {
  color: var(--mainColor);
}

.news1Content .toc .tab.on::after {
  background: var(--mainColor);
}


.news1Content .form .info input {
  height: 0.44rem;
  line-height: 0.44rem;
  width: 100%;
  background: #f8f8f8;
  border-radius: 0;
  padding: 0.15rem 0.2rem;
  outline: none;
  font-size: 0.21rem;
  color: var(--mainColor);
  border: none;
}


.news1Content .form .info input::placeholder,

.news1Content .form .info textarea::placeholder {
  font-size: 0.21rem;
  color: #999999;
}


.news1Content .form .info textarea {
  background: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  padding: 0.15rem 0.2rem;
  font-size: 0.21rem;
  outline: none;
  height: 1.14rem;
  border: none;
}


.news1Content .form .info {
  position: relative;
  margin-bottom: 0.12rem;
  width: 100%;
}


.news1Content .form .tips {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}


.news1Content .form .tips {
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.news1Content .form .info input[type="submit"] {
    width: 1.52rem;
    height: 0.44rem;
    background: var(--mainColor);
    border: 2px solid var(--mainColor);
    border-radius: 4px;
    font-size: 0.21rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.4rem;
    padding: 0;
    transition: all 0.5s ease 0s;
    margin-top: 0.4rem;
}
.news1Content .form .info input[type="submit"]:hover {
    background: #fff;
    color: var(--mainColor);
}
.news1Content .form .text a {
    color:red;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline !important;
}
.iderClassificationLt .submenus.open{
	    max-height: 600px;
	overflow: visible;
}


@media (max-width: 1620px){

}
@media (max-width: 1450px){
    .indexBox2 .productSolutionSlick .img{
        width: 150px;
        height: 150px;
    }
    .indexBox2 .productSolutionSlick .text a{
        font-size: 16px;
    }
	.contactBanner .bg{
		height: auto !important;
	}
}
@media (max-width: 1220px){
	.contactBox2{
		padding-top: 10%;
	}
    .indexBox2 .textBox h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .applicationBanner h1{
        font-size: 50px;
    }
    .indexBox1 .item .text a{
        font-size: 16px;
    }

    .footer_box .fast_navigation .itemBox{
        padding-right: 0;
    }
    .headerNavBox .nav_list{
        padding-right: 0;
    }
    .headerNavBox .nav_list > li > a > span{
        line-height: 57px;
    }
    .headerNavBox .nav_list > li:last-child > a > span{
        padding-right: 0;
    }
    .nav_list > li > a > i{
        height: 57px;
    }

    .indexBox1{
        padding: 50px 0;
    }
    .indexBox2{
        padding: 0 0 50px;
    }
    .indexBox2 .textBox{
        text-align: left;
    }
    .indexBox2 .textBox h2{
        text-align: center;
    }
    .indexBox2 .textBox a{
        display: none;
    }
    .indexBox2 .textBox{
        width: 100%;
        padding-left: 0;
    }
    .indexBox2 .productSolutionSlick{
        width: 100%;
        padding-left: 0;
    }
    .indexBox2 .productSolutionSlick .slick-dots{
        left: 0;
    }

    .indexBox3{
        padding: 150px 0;
    }

    .indexBox4{
        padding: 50px 0;
    }
    .indexBox4 .title h2{
        padding-bottom: 30px;
    }
    .indexBox4 .itemBox .item{
        margin-bottom: 20px;
    }
    .indexBox4 .itemBox .items .item .text p{
        font-size: 24px;
    }

    .indexBox6{
        padding: 50px 0;
    }

    .applicationBanner{
        height: 320px;
    }
    .applicationBox1 h2,
    .applicationDetailBox1 h2{
        font-size: 24px;
    }
    .applicationBox2 .item .text h3{
        padding-top: 0;
    }

    .supportBanner{
        padding: 98px 0;
    }
    .supportBanner .title h1{
        padding-bottom: 19px;
    }
    .supportBox,
    .supportSearchBox{
        padding: 50px 0;
    }
    .supportBox .item{
        padding-top: 80px;
        padding-bottom: 25px;
    }

    .aboutBanner{
        padding-top: 320px;
    }

    .aboutBox2{
        padding-top: 50px;
    }
    .aboutBox2:before{
        top: 190px;
    }
    .aboutBox2 .title h2{
        padding-bottom: 50px;
    }
    .aboutBox2 .historySlick .years{
        padding-bottom: 30px;
    }
    .aboutBox2 .historySlick .text{
        padding-top: 20px;
    }
    .aboutBox3{
        padding: 50px 0;
    }
    .aboutBox4{
        padding: 50px 0;
    }
    .aboutBox4 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox4 .productionSlickBox .imgSlick .slick-prev{
        left: -100px;
    }
    .aboutBox4 .productionSlickBox .imgSlick .slick-next{
        right: -100px;
    }
    .aboutBox5{
        padding: 50px 0;
    }
    .aboutBox5 .item{
        padding: 0 5px;
    }
    .aboutBox5 .title h2{
        padding-bottom: 20px;
    }
    .aboutBox7{
        padding: 50px 0 20px;
    }
    .aboutBox7 .title h2{
        padding-bottom: 20px;
    }
    .aboutBox7 .exhibitionSlick .slick_first{
        margin: 0 5px;
    }
    .aboutBox8{
        padding: 30px 0 50px;
    }
    .aboutBox8 .conBox{
        padding-right: 10px;
    }
    .aboutBox8 .conBox:nth-of-type(2){
        padding-left: 10px;
    }
    .aboutBox8 .conBox h2{
        padding-bottom: 20px;
    }
    .aboutBox8 .conBox .tp{
        margin-bottom: 15px;
    }

    .contactBanner{
        padding-top: 320px;
    }

    .contactBox1{
        margin-top: -100px;
    }
    .contactBox1:before{
        top: 100px;
    }
    .contactBox1 .contactMap{
        height: 250px;
    }
    .contactBox2 .addressSlick{
        margin: 0 -5px;
    }
    .contactBox2 .addressSlick .slick_first{
        margin: 0 5px;
    }
    .contactBox3{
        padding: 50px 0;
    }
    .contactBox3 .item{
        width: 49%;
    }
    .contactBox4{
        padding: 50px 0;
    }
    .contactBox4 .title{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .contactBox4 .item .text{
        padding-left: 20px;
    }
    .contactBox5 .conBox{
        padding: 0 100px;
    }

    .productCategoryText h1,
    .productCategoryConBox .text h1,
    .productCategoryConBox .text h2{
        font-size: 40px;
    }

    .productCategoryText{
        padding: 50px 30px;
    }
    .productCategoryList{
        padding-top: 30px;
    }

    .productCategoryList .item{
        width: 33.33%;
    }

    .productCategoryConBox{
        padding-top: 50px;
    }
    .productCategoryConBox .imgBox .img{
        width: 50%;
        float: left;
        margin-left: 0;
        padding-left: 20px;
    }

    .productDetailBox1{
        padding: 50px 0;
    }
    .productDetailBox1 .conBox{
        padding-left: 50px;
        padding-right: 0;
    }

    .serviceBox .listBox{
        margin: 0 -10px;
    }
    .serviceBox .list{
        padding: 0 10px;
    }

    .serviceDetailBox1 .textBox{
        padding: 50px 0;
    }
    .serviceDetailBox2 .title h2{
        padding: 50px 0 30px;
    }
    .serviceDetailBox2 .serviceBigImg{
        padding-bottom: 30px;
    }
    .serviceDetailBox3{
        padding: 30px 0 50px;
    }
    .serviceDetailBox3 .text{
        padding: 30px 20px;
    }
}
@media (max-width: 992px){
    .indexBox2 .textBox h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .applicationBanner h1,
    .supportBanner .title h1,
    .aboutBanner h1,
    .aboutBox1 .text h2,
    .aboutBox1 .text h2 span,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox4 .title h2 span,
    .aboutBox5 .title h2,
    .aboutBox7 .title h2,
    .aboutBox8 .conBox h2{
        font-size: 40px;
    }
.news1Content .row {
    display: block;
}
.newsHead .tabHead{flex-wrap: wrap;}
.news1Content .toc{display: none;}
    .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;
        padding: 15px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .langBox{
        position: absolute;
        top: 0;
        right: 10px;
    }
    .langBox span.langClick{
        line-height: 59px;
        padding-top: 0;
    }
    .lang ul{
        display: none;
        position: absolute;
        min-width: 80px;
        right: 0;
        z-index: 10;
        background: #f8f8f8;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }
    .lang ul li a{
        font-size: 14px;
        color: #000;
        display: block;
        text-align: center;
        margin: 0;
        padding: 5px 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: #212121;
        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/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 .item:nth-of-type(1){
        width: 15%;
    }
    .footer_box .fast_navigation .item:nth-of-type(2){
        width: 40%;
    }

    .indexBox1 .itemBox{
        margin: 0 -5px;
    }
    .indexBox1 .item{
        padding: 0 5px;
    }
    .indexBox3{
        padding: 100px 0;
    }
    .indexBox4 .itemBox .items{
        width: 100%;
    }
    .indexBox4 .itemBox .items:nth-of-type(1){
        padding-right: 0;
    }
    .indexBox4 .itemBox .items:nth-of-type(2){
        padding-left: 0;
    }
    .indexBox4 .itemBox .items .item .text p{
        font-size: 20px;
    }
    .indexBox5{
        padding: 30px 0;
    }
    .indexBox5 .text p{
        font-size: 24px;
        display: block;
    }
    .indexBox5 .text a{
        margin-left: 0;
        margin-top: 15px;
    }
    .indexBox6 .leftNews{
        display: none;
    }
    .indexBox6 .conBox{
        width: 100%;
        padding-left: 0;
    }

    .applicationBanner{
        height: 280px;
    }


    .supportBanner{
        padding: 86px 0;
    }
    .supportBanner .title h1{
        padding-bottom: 20px;
    }
    .supportBanner .search{
        width: 100%;
    }
    .supportBanner .search .info input[type="text"],
    .supportBanner .search .info input[type="submit"]{
        height: 40px;
    }
    .supportBox .conBox .supportMenu{
        width: 100%;
    }
    .supportBox .conBox .contentBox,
    .supportBox .conBox .con{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        float: left;
        margin-top: 40px;
    }
    .supportBox .item{
        padding-top: 55px;
        padding-bottom: 15px;
    }
    .supportBox .item em{
        font-size: 40px;
    }
    .supportBox .item em.iconfuwu{
        font-size: 55px;
    }
    .supportBox .item span{
        font-size: 18px;
    }

    .aboutBanner{
        padding-top: 280px;
    }

    .aboutBox1 .img{
        display: none;
    }
    .aboutBox1 .text{
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: left bottom;
    }
    .aboutBox2:before{
        top: 170px;
    }
    .aboutBox2 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox3 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox3 .item{
        width: 31%;
    }
    .aboutBox4 .productionSlickBox{
        width: 100%;
    }
    .aboutBox4 .productionSlickBox .imgSlick img{
        width: 100%;
    }
    .aboutBox4 .productionSlickBox .imgSlick .slick-prev{
        left: 0;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .aboutBox4 .productionSlickBox .imgSlick .slick-next{
        right: 0;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .aboutBox4 .productionSlickBox .imgSlick .slick-prev:before,
    .aboutBox4 .productionSlickBox .imgSlick .slick-next:before{
        width: 50px;
        height: 50px;
        font-size: 50px;
    }
    .aboutBox6 .market .text{
        -webkit-background-size: cover;
        background-size: cover;
    }

    .contactBanner{
        padding-top: 280px;
    }

    .contactBox2 .addressSlick .slick-prev{
        left: 0;
    }
    .contactBox2 .addressSlick .slick-next{
        right: 0;
    }
    .contactBox3 .item{
        width: 100%;
    }
    .contactBox5 .conBox{
        padding: 0;
        flex-wrap: wrap;
    }
    .contactBox5 .conBox .text{
        width: 100%;
    }
    .contactBox5 .conBox .contactForm{
        width: 100%;
        margin-top: 20px;
    }
    .productCategoryConBox .text{
        width: 100%;
    }
    .productCategoryConBox .imgBox{
        width: 100%;
        padding-top: 20px;
    }
    .productCategoryConBox .imgBox .img{
        padding: 0 5px;
        text-align: center;
    }
    .productSearchBox{
        flex-wrap: wrap;
    }
    .productSearchBox .item{
        width: 49%;
        margin: 0;
        margin-bottom: 15px;
    }
    .productSearchBox .btn{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .productSearchBox .btn a{
        max-width: 200px;
    }

    .productListBox .item{
        width: 33.33%;
    }

    .productDetailBox1 .imgBox .smallImg{
        width: 100%;
        padding-right: 0;
        background: #ffffff;
    }
    .productDetailBox1 .imgBox .smallImg .img{
        margin-bottom: 0;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
    }
    .productDetailBox1 .imgBox .smallImg .slick-dots li.slick-active{
        background: #0194d9;
    }
    .productDetailBox1 .imgBox .bigImg{
        display: none;
    }
    .productDetailBox1 .conBox h1{
        padding-top: 20px;
    }

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

    .serviceBox .listBox{
        margin: 0 -5px;
    }
    .serviceBox .list{
        padding: 0 5px;
    }
    .serviceBox .list .text a{
        font-size: 16px;
        padding-top: 10px;
    }

    .serviceDetailBox1 .textBox .text{
        width: 100%;
    }
    .serviceDetailBox2 .serviceSmallImg{
        display: none;
    }
    .productListBox .item .img a{
        height: 242px;
    }
}
@media (max-width: 767px){
    .indexBox2 .textBox h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .applicationBanner h1,
    .supportBanner .title h1,
    .aboutBanner h1,
    .aboutBox1 .text h2,
    .aboutBox1 .text h2 span,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox4 .title h2 span,
    .aboutBox5 .title h2,
    .aboutBox7 .title h2,
    .aboutBox8 .conBox h2,
    .contactBox1 .title h1,
    .contactBox4 .title h2,
    .contactBox5 .conBox .text h2,
    .productCategoryText h1,
    .productCategoryConBox .text h1,
    .productCategoryConBox .text h2{
        font-size: 32px;
    }

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .footer_box .fast_navigation .item:nth-of-type(1){
        display: none;
    }
    .footer_box .fast_navigation .item:nth-of-type(2){
        width: 50%;
    }

    .indexBox3{
        padding: 10% 0;
    }
    .indexBox3 .text{
        width: 100%;
        padding-right: 50px;
    }
    .indexBox3 .text h2{
        padding-bottom: 10px;
    }
    .indexBox3 .text .t{
        padding-left: 0;
    }
    .indexBox3 .text a{
        margin-top: 20px;
    }

    .indexBox6{
        padding-bottom: 30px;
    }
    .indexBox6 .conBox .item .img{
        width: 180px;
        height: 180px;
    }
    .indexBox6 .conBox .item .text{
        padding-top: 15px;
        height: auto;
        padding-left: 20px;
    }
    .indexBox6 .conBox .item .text h3{
        font-size: 24px;
        margin-bottom: 15px;
    }


    .applicationBanner{
        height: 240px;
    }
    .supportBanner {
        padding: 71px 0;
    }

    .aboutBanner{
        padding-top: 240px;
    }

    .aboutBox2:before{
        top: 160px;
    }

    .aboutBox6 .market,
    .aboutBox6 .partners{
        width: 100%;
    }
    .aboutBox6 .partners{
        margin-top: 50px;
    }
    .aboutBox6 .partners .imgBox{
        padding-top: 20px;
    }
    .aboutBox7 .exhibitionSlick .slick-prev{
        left: 0;
    }
    .aboutBox7 .exhibitionSlick .slick-next{
        right: 0;
    }
    .aboutBox7 .exhibitionSlick .slick-prev:before, .aboutBox7 .exhibitionSlick .slick-next:before{
        color: #ffffff;
    }
    .aboutBox8 .conBox{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .aboutBox8 .conBox:nth-of-type(2){
        padding-top: 30px;
    }

    .contactBanner{
        padding-top: 240px;
    }

    .contactBox1{
        margin-top: 0;
        padding-top: 50px;
        background: #414141;
    }
    .contactBox1:before{
        display: none;
    }
    .contactBox2 .addressSlick .slick_first{
        padding: 20px 30px;
    }
    .contactBox3 .item{
        padding: 20px;
    }
    .contactBox4 .title h2{
        width: 100%;
    }
    .contactBox4 .title a{
        width: 180px;
        height: 44px;
        line-height: 44px;
        float: left;
    }
    .contactBox4 .item{
        align-items: flex-start;
    }
    .contactBox4 .item .icon{
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .contactBox4 .item .icon em{
        font-size: 60px;
    }

    .supportBox .conBox table th:nth-of-type(2),
    .supportBox .conBox table td:nth-of-type(2),
    .supportBox .conBox table th:nth-of-type(3),
    .supportBox .conBox table td:nth-of-type(3),
    .supportBox .conBox .contentBox .title span:nth-of-type(3),
    .supportBox .conBox .contentBox .listConBox .box .txt:nth-of-type(3){
        display: none;
    }
    .supportBox .conBox .contentBox .title span:nth-of-type(1),
    .supportBox .conBox .contentBox .listConBox .box .txt:nth-of-type(1){
        width: 30%;
    }
    .supportBox .conBox .contentBox .title span:nth-of-type(2),
    .supportBox .conBox .contentBox .listConBox .box .txt:nth-of-type(2){
        width: 54%;
    }

    .productCategoryList{
        margin: 0 -5px;
    }
    .productCategoryList .item{
        padding: 0 5px;
    }


    .productListBox{
        margin: 0 -5px;
    }
    .productListBox .item{
        padding: 0 5px;
    }

    .productDetailBox1 .imgBox{
        width: 100%;
    }
    .productDetailBox1 .imgBox .smallImg .img{
        padding: 20px 0;
    }
    .productDetailBox1 .imgBox .smallImg .img img{
        max-width: 100%;
        max-height: 100%;
    }
    .productDetailBox1 .conBox{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .productDetailBox1 .conBox .a{
        padding-top: 20px;
    }
    .productDetailBox4 .itemBox{
        margin: 0 -5px;
    }
    .productDetailBox4 .itemBox .item{
        padding: 0 5px;
    }

    .serviceDetailBox1 .textBox .text{
        padding: 40px 20px;
    }
    .serviceDetailBox2 .serviceBigImg{
        width: 100%;
    }
    .serviceDetailBox2 .serviceBigImg .slick-prev{
        left: 10px;
    }
    .serviceDetailBox2 .serviceBigImg .slick-next{
        right: 10px;
    }
    .serviceDetailBox2 .serviceBigImg .img{
        -webkit-box-shadow: 0 0 0 0 #333333;
        -moz-box-shadow: 0 0 0 0 #333333;
        box-shadow: 0 0 0 0 #333333;
    }
    .serviceDetailBox3 .img{
        width: 100%;
    }
    .serviceDetailBox3 .img img{
        width: 100%;
    }
    .serviceDetailBox3 .text{
        width: 100%;
        padding: 30px 15px;
    }
    .productListBox .item .img a{
        height: 200px;
    }
}
@media (max-width: 640px){
    .indexBox2 .textBox h2,
    .indexBox3 .text h2,
    .indexBox4 .title h2,
    .applicationBanner h1,
    .supportBanner .title h1,
    .aboutBanner h1,
    .aboutBox1 .text h2,
    .aboutBox1 .text h2 span,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox4 .title h2 span,
    .aboutBox5 .title h2,
    .aboutBox7 .title h2,
    .aboutBox8 .conBox h2,
    .contactBox1 .title h1,
    .contactBox4 .title h2,
    .contactBox5 .conBox .text h2,
    .productCategoryText h1,
    .productCategoryConBox .text h1,
    .productCategoryConBox .text h2{
        font-size: 28px;
    }
.productDetailBox3 .info,
.productDetailBox3 textarea{
    width: 100%;
}
    .indexBox4 .itemBox .item{
        flex-wrap: wrap;
    }
    .indexBox4 .itemBox .item .text{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .indexBox4 .itemBox .item span{
        display: none;
    }

    .supportBox .item span{
        font-size: 14px;
    }

    .aboutBox3 .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutBox3 .item .t{
        text-align: center;
    }

    .aboutBox5 .item{
        width: 33.33%;
        margin-bottom: 20px;
    }

    .contactBox4 .item .icon{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .contactBox4 .item .icon em{
        font-size: 50px;
    }

    .supportBox .conBox .contentBox .title span{
        padding: 0 10px;
    }
    .supportBox .conBox .contentBox .listConBox .box .txt,
    .supportBox .conBox table th, .supportBox .conBox table td{
        padding: 10px;
    }
    .supportBox .conBox .contentBox .title span:nth-of-type(2),
    .supportBox .conBox .contentBox .listConBox .box .txt:nth-of-type(2){
        width: 70%;
    }
    .supportBox .conBox table th:nth-of-type(4),
    .supportBox .conBox table td:nth-of-type(4),
    .supportBox .conBox .contentBox .title span:nth-of-type(4),
    .supportBox .conBox .contentBox .listConBox .box .txt:nth-of-type(4){
        display: none;
    }

    .productSecMenuBox{
        display: none;
    }
    .productCategoryText{
        padding: 30px 15px;
    }
    .productCategoryConBox{
        padding-top: 30px;
    }

    .serviceBox .list{
        width: 50%;
    }
}
@media (max-width: 540px){
    .footer_box .fast_navigation .itemBox{
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .footer_box .fast_navigation .item:nth-of-type(2),
    .footer_box .fast_navigation .item:nth-of-type(3){
        width: 100%;
    }
    .footer_box .fast_navigation .footerShare{
        padding-left: 0;
        text-align: center;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .indexBox1 .item{
        width: 100%;
        margin-bottom: 30px;
    }
    .indexBox3 .text{
        padding-right: 0;
    }
    .indexBox6 .conBox .item{
        padding: 15px 10px;
    }
    .indexBox6 .conBox .item .img{
        width: 100px;
        height: 100px;
    }
    .indexBox6 .conBox .item .text{
        padding-top: 0;
        padding-left: 15px;
    }
    .indexBox6 .conBox .item .text h3{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .indexBox6 .conBox .item .text p{
        -webkit-line-clamp: 2;
    }
    .indexBox6 .conBox .item .text a{
        margin-top: 10px;
    }


    .applicationBanner{
        height: 200px;
    }

    .applicationBox2 .item .img{
        width: 100%;
    }
    .applicationBox2 .item .text{
        width: 100%;
        margin-left: 0;
        float: left;
        margin-top: 10px;
        padding-left: 0;
        padding-right: 30px;
    }

    .supportBanner {
        padding: 51px 0;
    }

    .aboutBanner{
        padding-top: 200px;
    }

    .aboutBox4 .productionSlickBox .textBoxSlick .slick_first{
        width: auto;
    }

    .contactBanner{
        padding-top: 200px;
    }

    .productMenuBox .item,
    .productCategoryList .item{
        width: 50%;
    }
    .productListBox .item{
        width: 50%;
    }
    .productListBox .item .text{
        padding: 0 10px 10px;
    }
    .productListBox .item .text a{
        margin-top: 15px;
    }

    .productDetailBox4 .itemBox .item{
        width: 50%;
    }
}
@media (max-width: 480px){
    .supportBox .item span{
        font-size: 12px;
    }
    .aboutBox6 .market .text{
        padding-top: 30px;
    }
    .aboutBox6 .market .text li{
        width: 100%;
    }
    .productListBox .item .img a{
        height: 160px;
    }
}