/*头部*/
.header {
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #e3e0e0;
    transition: all .3s;
}
.header.index{
    position: fixed;
    top: 0;
    width: 100%;
}
.header.index .head_language img{
    filter: brightness(0) invert(1);
}
.header.index.is_stuck .head_language img{
    filter: none;
}
.head_language{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.head_language span{
    cursor: pointer;
}
.head_language_list{
    position: absolute;
    min-width: 180px;
    height: auto;
    background: #fff;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 9;
    display: none;
}
.head_language:hover .head_language_list{
    display: block;
}
.head_language_list a{
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    color: #333;

}
.head_language_list a:hover{
    color: #096ec4;
}
.header.index .logo_info .icon2{
    display: none;
}
.header.index .logo_info .icon1{
    display: block;
}
.header .logo_info .icon2{ 
    display: block;
}
.header .logo_info .icon1{
    display: none;
}
.header.index .nav_list > li > a > span{
    color: #Fff;
}
.header.index.is_stuck{
    background: #fff;
}
.header.index .nav_list > li > a > i{
    background: url(/public/static/images/home/en-us/reset/nav_li_icon.png) no-repeat center;
}
.header.index.is_stuck .nav_list > li > a > i{
    background: url(/public/static/images/home/en-us/reset/dropdown_menu.png) no-repeat center;
}
.header.index.is_stuck .nav_list > li > a > span{
    color: #000;
}
.header.index.is_stuck .logo_info .icon1{
    display: none;
}
.header.index.is_stuck .header_info .content{
    padding-top: 10px;

}
.header.index.is_stuck .logo_info .icon2{
    display: block;
}
.header_info .content{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: all .3s;
}
.header_info .container_1600{
    overflow: visible;
}
.header_info .nav {
    display: flex;
    align-items: center;
}
.header_info .nav .lang{
    padding-left: 30px;
    padding-right: 15px;
    background: url(/public/static/images/home/en-us/reset/dropdown_menu.png) no-repeat right center;
}

/*logo*/

/*导航*/
.header_nav .container_1200{
    position: relative;
}
.nav_list {
    font-size: 0;
    line-height: 0;
    padding: 10px 0;
    position: relative;
}

.nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}
.nav_list > li:nth-of-type(1){
    background: none;
}

.nav_list > li > a {
    display: inline-block;
    padding: 0 15px;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    float: left;
    line-height: 37px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;

}

.nav_list > li > a > i {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    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;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_list > li.active > a,
.nav_list > li.on > a{

    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{

}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 185px;
    display: none;
    background: #fff;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #222;
    padding: 0 20px;
    white-space: nowrap;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    color: #fff;
    background: #096ec4;
}


.m_header {
    display: none;
}
.m_head_language{
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.m_head_language  .head_language_list{
    left: auto;
    transform: none;
    right: 0;
}
.m_head_language:hover .head_language_list{
    display: block;
}
/*footer*/


.footerCon_box{
    background: #1b1b1c;
}
.fast_navigation{
    padding-top: 80px;
    overflow: hidden;
}
.fast_navigation .items{
    display: flex;
    justify-content: space-between;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 340px;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 290px;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 300px;
}
.fast_navigation .follow_service img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    transition: all .3s;
}
.fast_navigation .follow_service img:hover{
    opacity: .7;
}

.fast_navigation h2{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 35px;
    text-transform: uppercase;
}
.fast_navigation .items .icon{
    margin-bottom: 25px;
}
.fast_navigation .address li{
    position: relative;
    padding-left: 32px;
}
.fast_navigation .address li:nth-of-type(1){
    background: url(/public/static/images/home/en-us/footer_icon1.png)no-repeat left 5px;
}
.fast_navigation .address li:nth-of-type(2){
    background: url(/public/static/images/home/en-us/footer_icon2.png)no-repeat left 5px;
}
.fast_navigation .address li:nth-of-type(3){
    background: url(/public/static/images/home/en-us/footer_icon3.png)no-repeat left 5px;
}
.fast_navigation .address li:nth-of-type(4){
    background: url(/public/static/images/home/en-us/footer_icon4.png)no-repeat left 5px;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 2em;
}
.fast_navigation p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}
.fast_navigation p a:hover{
    text-decoration: underline;
}
.fast_navigation ul li a:hover{
    text-decoration: underline;
}
.fast_navigation ul li a{
    white-space: nowrap;
}
.fast_navigation .form .input{
    position: relative;
    margin-bottom: 10px;

}
.fast_navigation .form .input .tips{
    color: red;
}
.fast_navigation .form .input input[type=text],
.fast_navigation .form .input textarea{
    width: 100%;
    height: 36px;
    background: transparent;
    border: 1px solid #434343;
    text-indent: 12px;
    color: #fff;
}
.fast_navigation .form .input textarea{
    resize: none;
}
.fast_navigation .form .input textarea{
    height: 56px;
    resize: none;
}
.fast_navigation .form .input .Verify{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 34px;
    cursor: pointer;
}
.fast_navigation .form .input .btn{
    color: #fff;
    width: 180px;
    height: 30px;
    background: #096ec4;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
.fast_navigation .links ul{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.fast_navigation .links li{
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    line-height: 1.2;
}
.fast_navigation .links li a{
    line-height: 1.2;
}
.fast_navigation .links li:nth-last-child(1){
    border-right: 0;
}

.footer_copyright{
    overflow: hidden;
    border-top: 1px solid #7c7a77;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright .container_1200{

}
.footer_copyright .text{
    text-align: center;
}
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;

}
.footer_copyright p a:hover{
    text-decoration: underline;
}

.fast_navigation .follow_service {
    margin-top: 45px;
}

.banner_slick .slick-dots li{
    width: 52px;
    height: 5px;
    border: 2px solid #000;
    background: transparent;
    border-radius: 0;
}
.banner_slick .slick-dots li.slick-active{
    background: #fff;
    border-color: #fff;
}
.index_box2{
    padding-top: 100px;
    background: #fafafa;
}
.index_box2 h1{
    text-align: center;
    margin-bottom: 15px;
}
.index_box2 p{
    color: #535353;
    padding: 0 100px;
    text-align: center;
}
.index_box2 .items{
    display: flex;
    margin-top: 80px;
}
.index_box2 .items .item{
    width: 33.3%;
    padding: 90px 30px 0;
    overflow: hidden;
}
.index_box2 .items .item h3{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.index_box2 .items .item p{
    font-size: 16px;
    color: #ffffff;
    padding: 0;
}
.index_box2 .items .item:nth-of-type(2) p{
    color: #000000;
}
.index_box2 .items .item a.more{
    display: block;
    margin: auto;
    width: 160px;
    margin-top: 20px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #fff;
}
.index_box2 .items .item .pro_img{
    margin-top: 40px;
    transition: all .3s;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 82%;
    background-size: contain;
    margin-bottom: -80px;
}
.index_box2 .items .item .pro_img img{
    transition: all .3s;
}
.index_box2 .items .item:hover .pro_img{
    transform: scale(.7);
}
.index_box2 .items .item:nth-of-type(1){
    background: #000;
}
.index_box2 .items .item:nth-of-type(3){
    background: #096ec4;
}
.index_box2 .items .item:nth-of-type(2) h3{
    color: #000;
}
.index_box2 .items .item:nth-of-type(2) a.more{
    background: #000;
    color: #fff;
}
.index_box2 .items .item:hover .pro_img{
    background-size: contain;
}
.index_box3{
    background: url(/public/static/images/home/en-us/index_bg1.jpg)no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
}
.index_box3 h3{
    color: #fff !important;
    margin-top: 12px;
    margin-bottom: 35px;
}
.index_box3 p{
    font-size: 16px;
    line-height: 1.33;
    color: #fff;
}
.index_box3 a.more{
    display: block;
    width: 160px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #fff;
    margin-top: 40px;
}
.index_box3 .con1 .text{
    width: 550px;
}
.index_box3 p span{
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    height: 2px;
    background: #fff;
    margin-right: 12px;
}
.index_box3 .con2 .line{
    display: flex;
}
.index_box3 .con2 .line1{
    justify-content: flex-end;
}
.index_box3 .con2 .line .item{
    width: 50%;
    padding: 45px 45px 0 40px;
    height: 220px;
    border: 1px solid #fff;
}
.index_box3 .con2 .line .item h4{
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 16px;
    min-height: 55px;
    display: flex;
    align-items: center;
}
.index_box3 .con2 .line .item h4.icon1{
    background-image: url(/public/static/images/home/en-us/1752_icon1.png);
}
.index_box3 .con2 .line .item h4.icon2{
    background-image: url(/public/static/images/home/en-us/1752_icon2.png);
}
.index_box3 .con2 .line .item h4.icon3{
    background-image: url(/public/static/images/home/en-us/1752_icon3.png);
}
.index_box3 .con2 .line .item p{
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.index_box3 .con2 .line .item p::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
.index_box3 .con2 .line1 .item{
    border-bottom: 0;
}
.index_box3 .con2 .item{
    transition: all .3s;
}
.index_box3 .con2 .item:hover{
    background: rgba(255,255,255,.2);
}
.index_box3 .con2 .line2 .item:nth-of-type(1){
    border-right: 0;
}
.index_box3 .con2{
    margin-top: -120px;
}
.index_box4{
    padding-top: 95px;
    padding-bottom: 100px;
    background: url(/public/static/images/home/en-us/index_bg2.png)no-repeat center bottom;
}
.index_box4 h3{
    text-align: center;
    margin-bottom: 10px;
}
.index_box4 p{
    color: #535353;
    text-align: center;
}
.index_box4 .container_1600>p{
    padding: 0 300px;
}
.index_box4 .con_text{
    margin-top: 85px;
}
.index_box4 .con_text .content{
    padding-top: 145px;
    display: flex;
}
.index_box4 .con_text .content .text{
    width: 300px;
    height: 355px;
    background: #2d2d2d;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 25px;
    transition: all .3s;
}
.index_box4 .con_text .content .text:hover{
    background: #096ec4;
}
.index_box4 .con_text .content .text .tip{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.index_box4 .con_text .content .text p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: 170px;
}
.index_box4 .con_text .content .text a.more{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    margin-top: 45px;
}
.index_box4 .con_text .content{
    background-image: url(/public/static/images/home/en-us/937_img1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.index_box4 .con_text .content.right{
    justify-content: flex-end;
    background-image: url(/public/static/images/home/en-us/937_img2.jpg);
    background-position: left bottom;
    margin-right: 0;
    margin-left: 20px;
    width: 100%;
}
.index_box5{
    padding-bottom: 100px;
    background: #f6f6f6;
}
.index_box5 h3{
    text-align: center;
    color: #1c1c1c;
    margin-bottom: 100px;
}
.index_box5 .items{
    display: flex;
}
.index_box5 .items .item{
    width: 31%;
    overflow: hidden;
    margin-right: 3.5%;
    height: 337px;
}
.index_box5 .items .item:nth-last-of-type(1){
    margin-right: 0;
}
.index_box5 .items .item .time{
    position: relative;
    border-bottom: 1px solid #096ec4;
    padding: 30px 36px;
    transition: all .3s;
}
.index_box5 .items .item .time p:nth-of-type(1){
    font-size: 32px;
    color: #ababab;
    font-weight: 300;
}
.index_box5 .items .item .time p:nth-of-type(2){
    font-size: 16px;
    color: #ababab;
    font-weight: 300;
}
.index_box5 .items .item .info{
    padding: 40px 12px 50px;
}
.index_box5 .items .item .info .title{
    font-size: 22px;
    color: #000000;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.index_box5 .items .item .info p{
    font-size: 16px;
    color: #636363;
    line-height: 1.33;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 84px;
}
.index_box5 .items .item .t2::after{
    content: '';
    display: block;
    position: absolute;
    left: 200px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/public/static/images/home/en-us/new_icon.png)no-repeat center;
}
.index_box5 .items .item:hover .t1{
    margin-top: -117px;
}
.index_box5 .items .item:hover .t2{
    background: #096ec4;
}
.index_box5 .items .item:hover .t2 p{
    color: #fff;
}
.index_box5 .items .item:hover .info{
    text-align: center;
}
.index_box6 .content{
    display: flex;
    padding-top: 40px;
    padding-bottom: 45px;

}
.index_box6 {
    background: #096ec4;
}
.index_box6 .content .info{
    flex: 1;
}
.index_box6 .content .icon{
    margin-right: 65px;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}
.index_box6 .content .info h3{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-left: 100px;
    padding-top: 30px;
    background: url(/public/static/images/home/en-us/1045_icon.png)no-repeat 20px bottom;
    margin-bottom: 20px;
}
.index_box6 .content .info p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.33;
}
.index_box6 .container{
    background: url(/public/static/images/home/en-us/index_bg3.png)no-repeat right center;
}
.index_box6 .slick-next{
    background: url(/public/static/images/home/en-us/right.png)no-repeat center;
    right: -40px;
}
.index_box6 .slick-prev{
    background: url(/public/static/images/home/en-us/left.png)no-repeat center;
    left: -60px;
}
.billboard_banner{
    padding-top: 155px;
    padding-bottom: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.billboard_banner h1{
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.billboard_banner p{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.billboard_box1{
    padding-top: 30px;
    padding-bottom: 50px;
}
.billboard_box1 h3{
    position: relative;
    font-size: 48px;
    color: #151515;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.billboard_box1 h3::after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 104px;
    height: 4px;
    background: #096ec4;
    margin-left: -52px;
}
.billboard_box1 p{
    max-width: 625px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 300;
    line-height: 1.5;
}
.billboard_box2{
    padding: 60px 0;
    background: #f7f7f7;
}
.billboard_box2 h3{
    border-left: 4px solid #096ec4;
    margin-bottom: 35px;
    padding-left: 30px;
}
.billboard_box2 ul li{
    float: left;
    padding-left: 30px;
    background: url(/public/static/images/home/en-us/1144_icon.png)no-repeat left 6px;
    font-size: 20px;
    color: #686868;
    line-height: 2;
    width: 50%;
}
.billboard_box3{
    padding-top: 50px;
}
.billboard_box3 h3{
    margin-bottom: 45px;
    text-align: center;
}
.billboard_box3 .items{
    display: flex;
}
.billboard_box3 .items .item{
    position: relative;
    width: 25%;
}
.billboard_box3 .items .item .img{
    line-height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 450px;
}
.billboard_box3 .items .item .img img{
    transition: all .3s;
}
.billboard_box3 .items .item:hover .img img{
    transform: scale(1.1);
}
.billboard_box3 .items .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    justify-content: center;
    opacity: 0;
}
.billboard_box3 .items .item a:hover{
    opacity: 1;
    background: rgba(22,117,199,.65);
}
.billboard_box4{
    padding-top: 50px;
}
.billboard_box4 h3{
    margin-bottom: 45px;
    text-align: center;
}
.billboard_box4 .items{
    display: flex;
}
.billboard_box4 .items .item{
    position: relative;
    width: 31.5%;
    margin-right: 2.75%;
    overflow: hidden;
}
.billboard_box4 .items .item:nth-last-of-type(1){
    margin-right: 0;
    text-align: center;
}
.billboard_box4 .items .tip a{
    display: block;
    padding: 20px 10px;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.billboard_box4 .items .item:hover .tip a{
    color: #096ec4;
}
.billboard_box4 .items .item .img{
    overflow: hidden;
    line-height: 0;
}
.billboard_box4 .items .item .img img{
    transition: all .3s;
}
.billboard_box4 .items .item:hover .img img{
    transform: scale(1.1);
}
.billboard_box4 .items .item::after{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border:0px solid #fff;
    transition: all .3s;
}
.billboard_box4 .items .item:hover::after{
    border-bottom: 56px solid #096ec4;
    border-right: 56px solid #fff;
}
.billboard_box5{
    padding-top: 30px;
    padding-bottom: 40px;
}
.billboard_box5 .content{
    display: flex;
}
.billboard_box5 .content .img{
    width: 424px;
    margin-left: 110px;
}
.billboard_box5 .content .info{
    flex: 1;
    padding-top: 40px;
}
.billboard_box5 h3{
    border-left: 4px solid #096ec4;
    margin-bottom: 35px;
    padding-left: 30px;
}
.billboard_box5 p{
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 34px;
}
.billboard_box6{
    background: #096ec4;
}
.billboard_box6 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding-right: 115px;
    padding-left: 40px;
}
.billboard_box6 .content .tip{
    font-size: 24px;
    color: #Fff;
    line-height: 2;
}
.billboard_box6 .content a.more{
    display: block;
    width: 180px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 20px;
    color: #Fff;
}
.support_banner{
    display: flex;
    align-items: center;
    background: url(/public/static/images/home/en-us/warranty_banner.jpg)no-repeat center;
    height: 400px;
}
.support_banner h1{
    font-size: 72px;
    color: #fff;
    text-align: center;
    font-family: 'XHeighting';
    letter-spacing:5px;
}
.support_box1{
    padding-top: 65px;
    padding-bottom: 30px;
}
.support_box1 h2{
    font-size: 30px;
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 40px;
}
.support_box1 .tab_items{
    display: flex;
    border-top: 1px solid #096ec4;
    border-bottom: 1px solid #096ec4;
}
.support_box1 .tab_items .item{
    position: relative;
    width: 33.3%;
    background-position: 48px center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 15px 0;
    transition: all .3s;
}
.support_box1 .tab_items .item span{
    display: block;
    line-height: 74px;
    font-size: 24px;
    color: #2e2e2e;
    padding-left: 130px;
}
.support_box1 .tab_items .item:nth-of-type(1){
    background-image: url(/public/static/images/home/en-us/1433_icon1.png);
}
.support_box1 .tab_items .item:nth-of-type(2){
    background-image: url(/public/static/images/home/en-us/1433_icon2.png);

}
.support_box1 .tab_items .item:nth-of-type(2) span{
    border-left: 1px solid #096ec4;
    border-right: 1px solid #096ec4;
}
.support_box1 .tab_items .item:nth-of-type(3){
    background-image: url(/public/static/images/home/en-us/1433_icon3.png);
}
.support_box1 .tab_items .item:hover,
.support_box1 .tab_items .item.on{
    background-color: #096ec4;
}
.support_box1 .tab_items .item:hover span,
.support_box1 .tab_items .item.on span{
    color: #fff;
}
.support_box1 .tab_items .item:nth-of-type(1).on,
.support_box1 .tab_items .item:nth-of-type(1):hover{
    background-image: url(/public/static/images/home/en-us/1435_icon1.png);
}
.support_box1 .tab_items .item:nth-of-type(2).on,
.support_box1 .tab_items .item:nth-of-type(2):hover{
    background-image: url(/public/static/images/home/en-us/1435_icon2.png);
}
.support_box1 .tab_items .item:nth-of-type(3).on,
.support_box1 .tab_items .item:nth-of-type(3):hover{
    background-image: url(/public/static/images/home/en-us/1435_icon3.png);
}
.support_box1 .tab_items .item.on::after{
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 100%;
    border-top: 18px solid #096ec4;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 18px solid transparent;
}
.warranty_info p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.5;
}
.warranty_info .tip1{
    margin-bottom: 30px;
}
.warranty_info .line{
    margin-bottom: 25px;
}
.warranty_info .line .title{
    position: relative;
    padding-left: 47px;
    padding-right: 55px;
    line-height: 55px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background: #000;
    cursor: pointer;
    transition: all .3s;
}
.warranty_info .line .title.on{
    background: #096ec4;
}
.warranty_info .line .title span{
    position: absolute;
    display: block;
    right: 24px;
    top: 24px;
    width: 15px;
    height: 3px;
    background: #fff;
    transition: all .3s;
}
.warranty_info .line .title.on span{
    transform: rotate(180deg);
}
.warranty_info .line .title.on span::after{
    opacity: 0;
}
.warranty_info .line .title span::after{
    content: '';
    display: block;
    position: absolute;
    right: 6px;
    top: -6px;
    width: 3px;
    height: 16px;
    background: #fff;
    transition: all .3s;
}
.warranty_info .line .title::before{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 17px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #fff;
    transition: all .3s;
}
.warranty_info .line .title.on::before{
    transform: rotate(90deg);
}
.warranty_info .line .info{
    display: none;
    padding-top: 30px;
    padding-bottom: 10px;
}
.warranty_info .line ul{
    padding-right: 80px;

}
.warranty_info .line ul li{
    position: relative;
    padding-left: 35px;
    padding-bottom: 24px;
    background: url(/public/static/images/home/en-us/dic_icon.png)repeat-y 10px 2px;
}
.warranty_info .line ul li:nth-last-child(1){
    background: no-repeat;
}
.warranty_info .line ul li:nth-last-child(1){
    padding-bottom: 0;
}
.warranty_info .line .tip2 p{
    font-weight: 400;
}
.warranty_info .line .tip2 {
    margin-bottom: 10px;
}
.warranty_info .line ul li::after{
    content: '';
    position: absolute;
    left: -4px;
    top: -5px;
    width: 33px;
    line-height: 25px;
    font-size: 16px;
    border: 4px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #000;
}
.warranty_info .line ul li:nth-of-type(1)::after{
    content: '1';
}
.warranty_info .line ul li:nth-of-type(2)::after{
    content: '2';
}
.warranty_info .line ul li:nth-of-type(3)::after{
    content: '3';
}
.warranty_info .line ul li:nth-of-type(4)::after{
    content: '4';
}
.warranty_info .line ul li:nth-of-type(5)::after{
    content: '5';
}
.warranty_info .line ul li:nth-of-type(6)::after{
    content: '6';
}
.warranty_info .line ul li:nth-of-type(7)::after{
    content: '7';
}
.warranty_info .line ul li:nth-of-type(8)::after{
    content: '8';
}
.warranty_info .line ul li:nth-of-type(9)::after{
    content: '9';
}
.warranty_info .line ul li:nth-of-type(10)::after{
    content: '10';
}
.warranty_info{
    padding-bottom: 40px;
}

.general_info{
    padding-top: 30px;

}
.general_info .line{
    margin-bottom: 60px;
}
.general_info .line .title{
    position: relative;
    font-size: 24px;
    color: #096ec4;
    font-weight: bold;
    padding-left: 38px;
    margin-bottom: 20px;
}
.general_info .line .title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #096ec4;
    border-radius: 2px;
}
.general_info .line p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.5;
}
.faq_info{
    padding-top: 30px;
    padding-bottom: 50px;
}
.faq_info .line{
    padding: 30px 10px;
}
.faq_info .line:nth-of-type(even){
    background: #f9f9f9;
}
.faq_info .line .title{
    position: relative;
    padding-left: 37px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #1b1b1c;
    font-weight: bold;
    line-height: 1.25;
}
.faq_info .line .title::before{
    content: '?';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    line-height: 20px;
    background: #1b1b1c;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
}
.faq_info .line p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 1.5;
}
.support_box2 .tab_info{
    display: none;
}
.support_box2 .tab_info.on{
    display: block;
}

.prodetail_box1{
    padding-top: 30px;
    padding-bottom: 60px;
}
.prodetail_box1 h1{
    font-size: 30px;
    color: #2e2e2e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.prodetail_box1 p.text{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}
.prodetail_box1 .content{
    margin-top: 25px;
    overflow: hidden;
}
.prodetail_box1 .content::after{
    content: '';
    clear: both;
}
.prodetail_box1 .content .slick{
    width: 660px;
    float: left;
    overflow: hidden;
}
.prodetail_box1 .content .info{
    width: 440px;
    float: right;
    margin-left: 70px;
}
.prodetail_box1 .content .pro_B_img{
    float: left;
    width: 490px;
    border: 1px solid #096ec4;
}
.prodetail_box1 .content .pro_S_img{
    float: left;
    width: 150px;
    margin-left: 16px;
    overflow: hidden;
    height: 380px;
}
.prodetail_box1 .content .pro_S_img .slick_first .img{
    border: 1px solid #ccc;
}
.prodetail_box1 .content .pro_S_img .slick_first:hover .img {
    border: 1px dashed #096ec4;
}
.prodetail_box1 .content .pro_S_img .slick-current .img {
    border: 1px solid #096ec4;
}
.prodetail_box1 .content .pro_S_img .slick_first {
    padding-bottom: 10px;
}

.prodetail_box1 .content .info h2{
    font-size: 24px;
    color: #2e2e2e;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.prodetail_box1 .content .info li{
    position: relative;
    padding-left: 19px;
}
.prodetail_box1 .content .info li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #096ec4;
}
.prodetail_box1 .content .info li p{
    font-size: 18px;
    color: #2e2e2e;
    line-height: 2.2;
}
.prodetail_box1 .content .info .btn .inquiry{
    display: block;
    width: 166px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
    background: #000;
    margin-top: 40px;
}
.prodetail_box1 .content .info .btn .inquiry:hover{
    background: #fff;
    color: #000;
}
.prodetail_box2 .title{
    font-size: 30px;
    color: #2e2e2e;
    text-align: center;
    background: url(/public/static/images/home/en-us/1047_icon.png)no-repeat center bottom;
    line-height: 1.8;
    cursor: pointer;
}
.prodetail_box2 .line.fix .title{
    background: url(/public/static/images/home/en-us/1047_icon2.png)no-repeat center bottom;
    cursor: inherit;
}
.prodetail_box2 .line {
    padding-bottom: 50px;
}
.prodetail_box2 .line h3{
    font-size: 30px;
    color: #2e2e2e;
    margin-top: 40px;
    text-align: center ;
    margin-bottom: 12px;
}
.prodetail_box2 .line img{
    margin-top: 35px;
}
.prodetail_box2 .line p{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}
.prodetail_box2 .line table td,
.prodetail_box2 .line table td p,
.prodetail_box2 .line table td span,
.prodetail_box2 .line table td strong{
    font-size: 16px;
    color: #000;
}
.prodetail_box2 .line table td{
    border: 2px solid #fff;
    height: 38px;
    text-align: center;
}
.prodetail_box2 .line table tr:nth-of-type(odd) td{
    background: #B4C6E7;
}
.prodetail_box2 .line table tr:nth-of-type(even) td{
    background: #DADADA;
}
.prodetail_box2 .line table tr:nth-of-type(1) td{
    background: #E2EFDA !important;
}
.prodetail_box2 .line table tr td:nth-of-type(1),
.prodetail_box2 .line table tr td:nth-of-type(1) p{
    text-align: left;
}
.prodetail_box2 .line .items_img{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.prodetail_box2 .line .items_img .item{
    width: 23.3%;
    margin-right: 2.2%;
    margin-bottom: 45px;
}
.prodetail_box2 .line .items_img .item:nth-of-type(4n+4){
    margin-right: 0;
}
.prodetail_box2 .line .items_img .item .img{
    display: flex;
    align-items: center;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.prodetail_box2 .line .items_img .item .img img{
    transition: all .3s;
}
.prodetail_box2 .line .items_img .item:hover .img img{
    transform: scale(1.1);
}
.prodetail_box2 .line .items_img .item .tip{
    padding-top: 8px;
}
.prodetail_box2 .line .items_img .item .tip p{
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.3;
    text-align: left;
    padding: 0 10px;
}
.prodetail_box2 .line a.more{
    display: inline-block;
    width: 285px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #000;
    border-radius: 3px;
    margin-top: 30px;
}
.prodetail_box2 .line .items_icon{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.prodetail_box2 .line .items_icon .item{
    width: 290px;
    text-align: center;
}
.prodetail_box2 .line .items_icon .item .icon{
    margin-bottom: 10px;
}
.prodetail_box2 .line .items_icon .item .tip{
    font-size: 20px;
    color: #131313;
}
.prodetail_box2 .line .form{
    margin-top: 20px;
}
.prodetail_box2 .line .form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 170px;
}
.prodetail_box2 .line .form .input{
    width: 46%;
    position: relative;
    margin-bottom: 20px;
}
.prodetail_box2 .line .form .input.w100{
    width: 100%;
}
.prodetail_box2 .line .form .input input[type=text],
.prodetail_box2 .line .form .input input[type=number]{
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    text-indent: 15px;
}
.prodetail_box2 .line .form .input textarea{
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    text-indent: 15px;
    padding-top: 10px;
    height: 125px;
    resize: none;
}
.prodetail_box2 .line .form .input .cerify{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 50px;
    cursor: pointer;
    margin-top: 0;
}
.prodetail_box2 .line .form .input .tips{
    color: red;
}
.prodetail_box2 .line .form .input .btn{
    width: 285px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #000;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.prodetail_box2 .line .related_pro .item .img img{
    margin: 0;
}
.related_pro .item .text{
    border-top: 1px solid #ccc;
    text-align: left;
    background: url(/public/static/images/home/en-us/1406_icon.png)no-repeat right center;
}
.related_pro .item:hover .text{
    background: url(/public/static/images/home/en-us/1406_icon2.png)no-repeat right center;
}
.related_pro .item .text a{
    line-height: 60px;
    font-size: 18px;
    color: #171717;
    padding-right: 40px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related_pro .item .box{
    padding: 0 10px;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba( 0, 0, 0 ,.4);
}
.related_pro .item:hover .text a{
    color: #096ec4;
}

.contact_box1{
    padding-top: 90px;
    padding-bottom: 70px;
}
.contact_box1 h1{
    font-size: 50px;
    color: #1c1c1c;
    line-height: 1.4;
}
.contact_box1 h2{
    font-size: 20px;
    color: #151515;
    line-height: 2;
    margin-bottom: 40px;
}
.contact_box1 ul li{
    position: relative;
    padding-left: 34px;
    font-size: 20px;
    color: #151515;
    font-weight: 300;
    line-height: 2.2;
}
.contact_box1 ul li a{
    font-size: 20px;
    color: #151515;
    font-weight: 300;
}
.contact_box1 ul li a:hover{
    text-decoration: underline;
}
.contact_box1 ul li:nth-of-type(1){
    background: url(/public/static/images/home/en-us/1427_icon1.png)no-repeat left 4px;
}
.contact_box1 ul li:nth-of-type(2){
    background: url(/public/static/images/home/en-us/1427_icon2.png)no-repeat left 4px;
}
.contact_box1 ul li:nth-of-type(3){
    background: url(/public/static/images/home/en-us/1427_icon3.png)no-repeat left 4px;
}
.contact_box1 ul li:nth-of-type(4){
    background: url(/public/static/images/home/en-us/1427_icon4.png)no-repeat left 4px;
}
.contact_box1 ul li:nth-of-type(5){
    background: url(/public/static/images/home/en-us/1427_icon5.png)no-repeat left 4px;
}
.contact_box1 ul li:nth-of-type(6){
    background: url(/public/static/images/home/en-us/1427_icon6.png)no-repeat left 4px;
}
#google_map{
    margin-top: 70px;
    width: 100%;
    height: 350px;
}
.contact_box2{
    padding-bottom: 55px;
}
.contact_box2 h3{
    font-size: 50px;
    color: #1c1c1c;
    margin-bottom: 40px;
}
.contact_box2 .form{
    padding-right: 220px;
}
.contact_box2 .form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_box2 .form form .input{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.contact_box2 .form form .input.w50{
    width: 48%;
}
.contact_box2 .form .tip{
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 300;
    line-height: 40px;
}
.contact_box2 .form .input input[type=text]{
    width: 100%;
    height: 56px;
    border: 1px solid #ccc;
    text-indent: 12px;
}
.contact_box2 .form .input .lab{
    font-size: 12px;
    color: #929292;
    font-weight: 300;
    line-height: 1.4;
    padding-top: 10px;
}
.contact_box2 .form .input .tips{
    color: red;
}
.contact_box2 .form .input input[type=radio]{
    vertical-align: middle;
    margin-right: 10px;
}
.contact_box2 .form .input p{
    font-size: 16px;
    color: #929292;
    font-weight: 300;
}
.contact_box2 .form .input textarea{
    width: 100%;
    height: 100px;
    resize: none;
    padding-top: 10px;
    text-indent: 12px;
}
.contact_box2 .form .input .verify{
    position: absolute;
    right: 1px;
    top: 41px;
    width: 200px !important;
    height: 54px !important;
    cursor: pointer;
}
.contact_box2 .form .input .btn{
    width: 166px;
    height: 46px;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    cursor: pointer;
}
.project_info{
    padding-top: 30px;
    padding-bottom: 50px;
}
.project_info h1{
    font-size: 36px;
    color: #1b1b1b;
    line-height: 1.4;
    margin-bottom: 30px;
}
.project_info .info{
    padding-right: 60px;
}
.project_info p{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.5;
}
.project_info .slick-prev{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/en-us/left2.png") no-repeat;
    left: -20px;
}
.project_info .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/en-us/right2.png") no-repeat;
    right: -20px;
}
.project_info .slick-prev{
    background-position: center;
}
.project_info .slick-next{
    background-position: center;
}
.project_slick {
    margin-top: 20px;
}
.project_info .bimg_con{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
    width: 100%;
}
.project_slick .slick_first{
    padding: 0 20px;
    cursor: pointer;
}
.project_slick .slick_first .img{
    display: flex;
    align-items: center;
    height: 155px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.project_slick .slick_first .img img{
    clear: both;
    display: block;
    margin: auto;
}
.project_slick .slick_first.on .img{
    border: 1px solid #000;
}
.projects_box{
    padding: 40px 0 60px;
}
.projects_box .items{
    display: flex;
    flex-wrap: wrap;
}
.projects_box .items .item{
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 30px;
}
.projects_box .items .item .img{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 220px;
}
.projects_box .items .item .img img{
    transition: all .3s;
}
.projects_box .items .item:hover .img img{
    transform: scale(1.1);
}
.projects_box .items .item:nth-of-type(4n+4){
    margin-right: 0;
}
.projects_box .items .item .tip a{
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    height: 38px;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.about_box1{
    padding-top: 118px;
    height: 482px;
    background: url(/public/static/images/home/en-us/banner.png)no-repeat center;
}
.about_box1 h1{
    font-size: 72px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-family: 'XHeighting';
    text-transform: uppercase;
    letter-spacing: 5px;
}
.about_box1 p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.about_box1 a.more{
    display: inline-block;
    background: #096ec4;
    padding: 0 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
.about_box2{
    padding-bottom: 95px;
}
.about_box2 h3{
    margin-top: 20px;
    margin-bottom: 35px;
}
.about_box2 .right{
    padding-left: 60px;
}
.about_box2 p{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 1.5;
}
.about_box2 p strong{
    font-size: 16px;
    color: #1c1c1c;
}
.about_box2 .rihgt{
    padding-left: 55px;
}
.about_box2 .img{
    position: relative;
    text-align: right;
    line-height: 0;
    border: 4px solid #096ec4;
}
.about_box2 .img img{
    transform: translate(14px,-20px);
}
.about_box3{
    background: #eeeeee;
    padding-top: 55px;
    padding-bottom: 20px;
}
.about_box3 h3{
    text-align: center;
    margin-bottom: 45px;
}
.about_box3 .left{
    padding-right: 20px;

}
.about_box3 .right{
    padding-left: 40px;

}
.about_box3 .bor{
    border-left: 1px solid #ccc;
}
.about_box3 p{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 1.5;

}
.about_box3 .img{
    text-align: center;
    margin-top: 30px;
}
.about_box4{
    padding-top: 40px;
}
.about_box4 .tab_links{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}
.about_box4 .tab_links .link{
    position: relative;
    width: 220px;
    height: 220px;
    padding-top: 30px;
    text-align: center;
    border: 1px solid #096ec4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.about_box4 .tab_links .link .num{
    font-size: 54px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .3s;
}
.about_box4 .tab_links .link .tip{
    font-size: 30px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.2;
    transition: all .3s;
}
.about_box4 .tab_links .link:hover,
.about_box4 .tab_links .link.on{
    background: #096ec4;
}
.about_box4 .tab_links .link:hover::after,
.about_box4 .tab_links .link.on::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -17.5px;
    top: 99%;
    width: 35px;
    height: 18px;
    background: url(/public/static/images/home/en-us/about_icon2.png)no-repeat center top;
}
.about_box4 .tab_links .link:hover .num,
.about_box4 .tab_links .link.on .num,
.about_box4 .tab_links .link:hover .tip,
.about_box4 .tab_links .link.on .tip{
    color: #fff;
}
.about_box4 .tab_info{
    padding-top: 60px;
}
.about_box4 .tab_info h3{
    text-align: center;
    margin-bottom: 15px;
}
.about_box4 .tab_info h3 span{
    position: relative;
    font-weight: 400 !important;
}
.about_box4 .tab_info h3 span::before{
    content: '';
    position: absolute;
    right: 105%;
    top: 50%;
    margin-top: -3px;
    width: 45px;
    height: 6px;
    background: url(/public/static/images/home/en-us/about_left.png)no-repeat center;
}
.about_box4 .tab_info h3 span::after{
    content: '';
    position: absolute;
    left: 105%;
    top: 50%;
    margin-top: -3px;
    width: 45px;
    height: 6px;
    background: url(/public/static/images/home/en-us/about_right.png)no-repeat center;
}
.about_box4 .tab_info .items1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 120px;
}
.about_box4 .tab_info .items1 .item{
    position: relative;
    width: 28.8%;
    text-align: center;
    margin-bottom: 25px;
}
.about_box4 .tab_info .items1 .item:nth-of-type(3n+2){
    top: -90px;
}
.about_box4 .tab_info .items1 .item .img{
    padding-bottom: 8px;
    background: url(/public/static/images/home/en-us/about_icon3.png)no-repeat center bottom;
}
.about_box4 .tab_info .items1 .item .img img{
    animation-iteration-count:3;
}
.about_box4 .tab_info .items1 .item:hover .img img{
    animation:mymove 1s;
}
.about_box4 .tab_info .items1 .item .tip{
    padding-top: 15px;
    font-size: 22px;
    color: #171717;
    font-weight: bold;
}
@keyframes mymove
{
	30% {
        transform: translateY(-25px);
    }
    90% {
        transform: translateY(5px);
    }
	100% {
        transform: translateY(0px);
    }
}
.about_box4 .tab_info p{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 1.5;
}
.about_box4 .tab_info .center{
    text-align: center;
}
.about_box4 .tab_info h4{
    position: relative;
    font-size: 30px;
    color: #096ec4;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 30px;
}
.about_box4 .tab_info h4::before{
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #096ec4;
}
.about_box4 .tab_info .lines{
    margin-top: 45px;
}
.about_box4 .tab_info .lines .line{
    box-shadow: 0px 0px 7px 0px rgba( 2, 1, 2 ,.3);
    margin-bottom: 33px;
    padding: 30px 0;
}
.about_box4 .tab_info .lines p{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 400;
    padding-top: 70px;
    padding-left: 20px;
}
.about_box4 .tab_info .lines .items2{
    display: flex;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 40px;
}
.about_box4 .tab_info .lines .items2 .item{
    width: 26%;
}
.about_box4 .tab_info .lines .items3{
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}
.about_box4 .tab_info .lines .items3 .item{
    width: 21%;
}
.about_box4 .tab_info .video_click::after{
    background: url(/public/static/images/home/en-us/about_videobtn.png)no-repeat center;
}
.about_box4 .tab_info .content{
    display: none;
    padding-bottom: 50px;
}
.about_box4 .tab_info .content.on{
    display: block;
}
.about_box4 .tab_info .left_p{
    padding-right: 40px;
}
.about_box4 .tab_info .left_p::after{
    display: inline-block;
    position: absolute;
    left: 0;
    text-outline: 0;
}
.about_box4 .tab_info .pdf{
    display: block;
    position: relative;
}
.about_box4 .tab_info .pdf::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/public/static/images/home/en-us/about_icon4.png)no-repeat center;
}
.about_box5{
    position: relative;
    padding-top: 95px;
    height: 524px;
    background: url(/public/static/images/home/en-us/about_bg.jpg)no-repeat center;
    max-width: 2000px;
    margin: auto;
}
.about_box5::after{
    content: '';
    position: absolute;
    top: 182px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cccccc;
    z-index: 2;
}
.about_box5 .bg{
    position: relative;
    z-index: 10;
}
.about_box5 .tab_info {
    overflow: hidden;

}
.about_box5 .tab_info .tab_items{
    display: flex;
    justify-content: center;
    width: 3000px;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
    transition: all .3s;
}
.about_box5 .tab_info .tab_items .item{
    width: 230px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
.about_box5 .tab_info .tab_items .item .year{
    font-size: 24px;
    color: #848484;
    padding-bottom: 10px;
}
.about_box5 .tab_info .tab_items .item .icon{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccccc;
}
.about_box5 .tab_info .tab_items .item.on .year{
    font-size: 28px;
    color: #1c1c1c;
    font-weight: bold;
}
.about_box5 .tab_info .tab_items .item.on .icon{
    width: 48px;
    height: 48px;
    background: url(/public/static/images/home/en-us/about_icon5.png)no-repeat center;
}
.about_box5 .tab_info .tab_items .item.on{
    transform: translateY(-20px);
}
.about_box5 .content p{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.about_box5 .content{
    display: none;
    width: 700px;
    margin: auto;
}
.about_box5 .content.on{
    display: block;
}
.about_box6{
    padding-top: 50px;
    padding-bottom: 65px;
}
.about_box6 h3{
    color: #1c1c1c;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.about_box6 .items{

}
.about_box6 .items .item{
    padding: 0 30px;
}
.about_box6 .items .item .img{
    margin-top: 20px;
    box-shadow: 0px 0px 9px 0px rgba( 1, 1, 1 ,.3);
}
.about_box6 .items .item .img img{
    clear: both;
    display: block;
    margin: auto;
}
.about_box6 .items .item .tip{
    padding: 8px 0;
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
    border-bottom: 2px solid #096ec4;
}
.about_box6 .slick-prev{
    background: url(/public/static/images/home/en-us/reset/buttonstyle.png) 0px -43px;
    width: 21px;
    left: -25px;
}
.about_box6 .slick-next{
    background: url(/public/static/images/home/en-us/reset/buttonstyle.png) -21px -43px;
    width: 21px;
    right: -20px;
}


.billboard_box2 h3,
.billboard_box3 h3,
.billboard_box4 h3,
.billboard_box5 h3,
.about_box4 .tab_info h3 span{
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 1.2;
}

.index_box2 p,
.index_box4 p{
    font-size: 18px;
    line-height: 1.3;

}
.index_box2 h1,
.index_box3 h3,
.index_box4 h3,
.index_box5 h3,
.about_box2 h3,
.about_box3 h3{
    font-size: 50px;
    color: #1c1c1c;
    line-height: 1.3;
}

.header_info .container_1600,
.fast_navigation .container_1600,
.index_box3 .container_1600{
    padding: 0 100px;
}

/*banner*/


.projectDetailBox{
    border-top: 1px solid #e3e0e0;
}
.projectDetailBox .title h1{
    font-size: 36px;
    color: #1b1b1b;
    line-height: 1.4;
    padding: 40px 0 20px;
}
.projectDetailBox .text h2{
    color: #121212;
    font-size: 22px;
    padding-bottom: 15px;
}
.projectDetailBox p{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.5;
    margin-bottom: 15px;
}
.projectDetailBox .img{
    line-height: 0;
    text-align: center;
    padding: 10px 0 40px;
}
.projectDetailBox .itemBox{
    overflow: hidden;
    padding: 30px 0 50px;
    margin-left: -10px;
    margin-right: -10px;
}
.projectDetailBox .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.projectDetailBox .item .conBox{
    position: relative;
}
.projectDetailBox .item .num{
    position: absolute;
    left: 0;
    bottom: 44px;
    font-size: 36px;
    color: #096ec4;
    font-weight: 300;
    line-height: 1;
    width: 62px;
    min-height: 63px;
    padding-top: 30px;
    padding-left: 5px;
    background: url("/public/static/images/home/en-us/projectDetailBj.png") no-repeat left top;
}
.projectDetailBox .item .img{
    line-height: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.projectDetailBox .item .img img{
    width: 100%;
}
.projectDetailBox .item .text{
    padding: 20px 10px 10px;
    border: 1px solid #eeeeee;
}
.projectDetailBox .item .text p{
    font-size: 18px;
    color: #2a2a2a;
    margin: 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.support_box2 .m_h3{
    display: none;
    font-weight: bold;
}


.prosline1{
    background: url(/public/static/images/home/en-us/1400_img1.jpg)no-repeat center;
    padding: 215px 0;
}
.prosline1 h1{
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.prosline2{
    padding-top: 40px;
    padding-bottom: 55px;
}
.prosline2 h3{
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #1b1b1b;
}
.prosline2 p{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}
.prosline2 .txt1{
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.5;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
.prosline2 a.more{
    display: inline-block;
    width: 165px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #096ec4;
}

.prosline3 .tab_btns .items{
    display: flex;
    border-top: 1px solid #096ec4;
    border-bottom: 1px solid #096ec4;
    text-align: center;
}
.prosline3 .tab_btns .items .item{
    position: relative;
    width: 20%;
    padding: 5px 0;
    transition: all .3s;
}
.prosline3 .tab_btns .items .item.on::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    border-top: 9px solid #096ec4;
    border-bottom: 9px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.prosline3 .tab_btns .items .item a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    border-right: 1px solid #096ec4;
}
.prosline3 .tab_btns .items .item:nth-last-child(1) a{
    border: 0;
}
.prosline3 .tab_btns .items .item.on{
    background: #096ec4;
}
.prosline3 .tab_btns .items .item.on a{
    color: #fff;
}
.prosline3 .tab_info .linepic{
    padding: 185px 0;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.prosline3 .tab_info .linepic h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.prosline3 .tab_info .con_info{
    padding-top: 30px;
    padding-bottom: 40px;
}
.prosline3 .tab_info .con_info p{
    font-size: 16px;
    color: #343434;
    text-align: center;
    line-height: 1.5;
    padding: 0 150px;
}
.prosline3 .tab_info .con_info a.more{
    display: inline-block;
    width: 165px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #096ec4;
    margin: 25px 0;
}
.prosline3 .tab_info .items{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.prosline3 .tab_btns{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.prosline3 .tab_info .items .item{
    width: 23.3%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-right: 2.26%
}
.prosline3 .tab_info .items .item:nth-of-type(4n+4){
    margin-right: 0;
}
.prosline3 .tab_info .items .item .img{
    height: 260px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.prosline3 .tab_info .items .item .img img{
    transition: all .3s;
}
.prosline3 .tab_info .items .item:hover .img img{
    transform: scale(1.1);
}
.prosline3 .tab_info .items .item h5{
    font-size: 15px;
    color: #1d1d1d;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 8px 0;
    transition: all .3s;
}
.prosline3 .tab_info .items .item h5:hover{
    color: #096ec4;
}
.prosline3 .tab_info .content{
    display: none;
}
.prosline3 .tab_info .content.on{
    display: block;
}
.prosline4 h3{
    font-size: 30px;
    color: #096ec4;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
}
.prosline4 p{
    font-size: 16px;
    color: #343434;
    text-align: center;
    line-height: 1.5;
}
.prosline4 .form{
    margin-top: 40px;
    padding: 0 80px;
}
.prosline4 .form .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prosline4 .form .tip{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #343434;
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 10px;
}
.prosline4 .form .input{
    width: 42%;
}
.prosline4 .form .input input[type=text],
.prosline4 .form .input select,
.prosline4 .form textarea{
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    background: transparent;
    text-indent: 10px;
}
.prosline4 .form .line{
    margin-bottom: 10px;
}

.prosline4 .form textarea{
    height: 80px;
    resize: none;
    padding-top: 10px;
}
.prosline4 .form .btn{
    width: 400px;
    height: 45px;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
}
.prosline4 .form{
    padding-bottom: 60px;
}
.prosline4 .form .tips{
    color: red;
}
.pros2_t h1{
    font-size: 36px;
    color: #1b1b1b;
    line-height: 1.2;
    margin-bottom: 10px;
}
.pros2_p{
    font-size: 16px;
    color: #343434;
    line-height: 1.5;
    margin-bottom: 30px;
}
.pros_line{
    overflow: hidden;
    margin-bottom: 45px;
    box-shadow: 0px 0px 18px 0px rgba( 2, 1, 2 ,.2);
    padding: 15px 100px 15px 15px;
}
.pros_line .img{
    float: left;
    width: 345px;
}
.pros_line .coninfo{
    padding-top: 35px;
    margin-left: 350px;
}
.pros_line .coninfo h5{
    font-size: 20px;
    color: #1d1d1d;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    transition: all .3s;
}
.pros_line .coninfo h5:hover{
    color: #096ec4;
}
.pros_line .coninfo p{
    text-align: left !important;
    padding: 0 !important;
    height: 72px;
    overflow: hidden;
}
.pros_line .coninfo a.more{
    margin-top: 50px;
}

.application_box1{
    padding: 180px 0;
    background: url(/public/static/images/home/en-us/831_img.jpg)no-repeat center;
}
.application_box1 h1{
    font-size: 48px;
    color: #Fff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
.application_box1 p{
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.application_box2{
    padding-top: 30px;
    padding-bottom: 70px;
}
.application_box2 .tip p{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.5;
    font-weight: 300;
}
.application_box2 .content{
    padding-top: 40px;
}
.application_box2 .content .line{
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 46px;
}
.application_box2 .content .line .img{
    width: 50%;
    height: 310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.application_box2 .content .line .info{
    background: #d8d9db;
    width: 56%;
    height: 280px;
}
.application_box2 .content .line:nth-of-type(odd) .img{
    float: left;
}
.application_box2 .content .line:nth-of-type(odd) .info{
    position: absolute;
    right: 0;
    top: 16px;
    padding: 30px 100px 45px 55px;
}
.application_box2 .content .line:nth-of-type(even) .img{
    float: right;
}
.application_box2 .content .line:nth-of-type(even) .info{
    position: absolute;
    left: 0;
    top: 16px;
    padding: 30px 55px 45px 30px;
}
.application_box2 .content .line h3{
    font-size: 20px;
    color: #1d1d1d;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 22px;
}
.application_box2 .content .line p{
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.5;
    font-weight: 300;
    height: 72px;
    overflow: hidden;
}
.application_box2 .content .line a.more{
    display: inline-block;
    width: 165px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #096ec4;
    margin-top: 25px;
}

/*
facade
*/

.facade_box1 {
    background: url("/public/static/images/home/en-us/facadeImg1.png") no-repeat;
    height: 847px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box1-lin1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
}

.box1-lin2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    color: #FFFFFF;
}

.box1-lin3 {
    display: inline-block;
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    color: #356ebf;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    line-height: 50px;
}

.facade_box2 {
    margin-top: 70px;
}

.box2-lin1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.box2Img {
    margin-top: 65px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box2Img > img {
    width: 33% !important;
}

.box2-lin2 {
    width: 33%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    background: #000;
    margin: 40px auto 0;
    display: block;
}

.facade_box3 {
    margin-top: 60px;
    background: url("/public/static/images/home/en-us/facadeImg5.png") no-repeat;
    height: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3-lin1 {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}

.box3-lin2 {
    margin-top: 12px;
    width: 1080px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.facade_box5 {
    margin-top: 94px;
    width: 100%;
}

.box5-back {
    display: flex;
    justify-content: space-between;
    line-height: 290px;
    height: 290px;
    width: 100%;
    background: #efefef url("/public/static/images/home/en-us/facadeImg6.png") no-repeat bottom center;
}

.back-title {
    margin: 0 auto;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.box5-images > .container_1600 {
    padding: 0 200px;
}

.box5-images {
    padding: 97px 0 86px 0;
    background: #efefef;
}

.set-flex {
    display: flex;
    justify-content: space-between;
}

.text {
    margin-top: 16px;
    font-size: 26px;
    text-align: center;
}

.facade_box7 {
    background: url("/public/static/images/home/en-us/facadeImg17.png") no-repeat center;
    height: 940px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box7-title {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
}

.tab {
    width: 900px !important;
    margin: 0 auto;
    border: 1px solid #5a5a5a;
    border-left-style: none !important;
    border-right-style: none !important;
    border-top-style: none !important;
}

tr > td:nth-child(1) {
    text-align: left;
}

.tab td {
    color: #FFFFFF;
    text-align: center;
    border-left-style: none !important;
    border-right-style: none !important;
    line-height: 32px;
}

.tab tr > td:nth-child(1) {
    border-right: 20px solid #121212 !important;
    width: 225px;
}

.tab tr:nth-child(1) > td:nth-child(1) {
    border-right: 0px solid #ffffff !important;
}

.quhang {
    color: #FFFFFF !important;
    font-size: 18px !important;
    border-top-style: none !important;
}

.tab tr:nth-child(13) > td:nth-child(1) {
    border-right: 0px solid #ffffff !important;
    text-align: center;
}

.tab tr:nth-child(12) > td:nth-child(2) {
    border-right: 10px solid #121212 !important;
    text-align: center;
}

.tab tr:nth-child(16) > td:nth-child(1) {
    border-right: 0px solid #ffffff !important;
    text-align: center;
}

.tab tr:nth-child(15) > td:nth-child(2) {
    border-right: 10px solid #121212 !important;
    text-align: center;
}

.set-border {
    border-right: 0px solid #ffffff !important;
}

.facade_box7 .slider_table td, .slider_table th {
    padding: 0px;
}

.facade_box8 {
    margin-top: 76px;
}

.facade_box8 .title {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}

.box8-lin2 {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}

.box8-form {
    padding-bottom: 55px;
    width: 1400px;
    margin: 0 auto;
}

.box8-form h3 {
    font-size: 50px;
    color: #1c1c1c;
    margin-bottom: 40px;
}

.box8-form .form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box8-form .form form .input {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.box8-form .form form .input.w50 {
    width: 48%;
}

.box8-form .form .tip {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 300;
    line-height: 40px;
}

.box8-form .form .input input[type=text] {
    width: 100%;
    height: 56px;
    border: 1px solid #ccc;
    text-indent: 12px;
}

.box8-form .form .input .lab {
    font-size: 12px;
    color: #929292;
    font-weight: 300;
    line-height: 1.4;
    padding-top: 10px;
}

.box8-form .form .input .tips {
    color: red;
}

.box8-form .form .input input[type=radio] {
    vertical-align: middle;
    margin-right: 10px;
}

.box8-form .form .input p {
    font-size: 16px;
    color: #929292;
    font-weight: 300;
}

.box8-form .form .input textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 120px;
    resize: none;
    padding-top: 10px;
    text-indent: 12px;
}

.box8-form .form .input .verify {
    position: absolute;
    right: 1px;
    top: 41px;
    height: 54px;
    cursor: pointer;
}

.box8-form .form .sub-btn .btn {
    width: 534px;
    height: 60px;
    margin: 0 auto;
    border: 0;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    cursor: pointer;
}

.sub-btn {
    width: 100%;
}

.box8-form .form form .input.w40 {
    width: 42%;
}

.box8-form .form form .input.wh100 {
    width: 100%;
}

.box8-form .form form .input.wh100 {
    width: 100%;
}

.facade_box6 {
    margin-top: 82px;
    width: 100%;
}

.facade_box6 > .bxo6-width > .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.box6-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 74px 0 114px 0;
}

.bxo6-width {
    width: 1400px;
    margin: 0 auto;
}

.set-rel {
    position: relative;
}

.set-abs {
    font-size: 240px;
    color: #efefef;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.img-num {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 24px;
}

.fu-hao {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #000000;
    color: #d8d8d8;
    position: absolute;
    bottom: 37%;
    z-index: 10;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    left: 94%;
}

.facade_box4 {
    margin-top: 70px;
    position: relative;
}

.facade_box4 h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.facaBox4 {
    width: 1400px;
    margin: 76px auto 0;
}

.conBox {
    position: relative;
    padding-bottom: 238px;
}

.conBox .text {
    position: absolute;
    background: #FFFFFF;
    text-align: left;
    left: 80px;
    bottom: 10px;
    box-shadow: 0 0 10px #d7d7d7;
    width: 700px;
    padding: 72px 30px;
    border-radius: 8px;
}

.text > p {
    z-index: 10;
    position: relative;
}

.text > h3 {

    font-size: 30px;
    font-weight: 500;
}

.text-line1 {
    margin-top: 42px;
}

.conBox .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}

.facaBox4 .slick-prev {
    top: 86%;
}

.facaBox4 .slick-next {
    top: 86%;
}

.facaBox4 .slick-next {
    right: 460px;
    background: url("/public/static/images/home/en-us/Toright_03.png") no-repeat center;

}

.facaBox4 .slick-prev {
    left: 820px;
    background: url("/public/static/images/home/en-us/Toright_03.png") no-repeat center;
    transform: rotate(-180deg);
}

.facadeSlickBox {
    position: relative;
}

.poaBox {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 536px;
    height: 225px;
}

.facaBox4Slick2 {
    z-index: 99;
}

.pagingInfo, .num, .allPage {
    font-size: 24px;
    color: #b8b8b8;
}

.num {
    color: #000;
}

.facadeSlickBox {
    width: 1400px;
    margin: 0 auto;
}

.pagingInfo {
    position: absolute;
    left: 0;
    bottom: 42%;
}


.facaBox4Slick2 .con {
    display: flex;
}

.facaBox4Slick2 {
    padding: 10px;
    width: 450px;
    bottom: 2px;
    position: absolute;
    border-radius: 10px;
    right: 0;
    box-shadow: 0 0 20px #cccccc;
}

.con img {
    width: 180px !important;
    height: 180px !important;
}

.facaBox4Slick2 .text {
    position: relative;
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.facaBox4Slick2 .text h3 {
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.facaBox4Slick2 .text p {
    font-size: 18px;
    font-weight: 300;
    margin-left: 16px;
    line-height: 32px;
    margin-top: 10px;
}

.facaBox4Slick2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-num {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #b8b8b8;
    font-size: 48px;
}



@media (max-width: 1620px) {
    .header_info .container_1600, .fast_navigation .container_1600, .index_box3 .container_1600{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .index_box4 .con_text .content{
        background-size: 75%;
        padding-top: 100px;
    }
    .nav_list > li > a{
        padding: 0 12px;
    }
}
@media (max-width: 1420px) {
    .box3-lin2 {
        margin-top: 12px;
        width: 90%;
        line-height: 32px;
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
    }

    .facade_box3 {
        height: 544px;
    }

    .facade_box1 {
        height: 600px;
    }

    .box1-lin1 {
        margin-top: 30px;
    }


    .facaBox4Slick2 {
        display: none;
    }

    .container_1600 {
        padding: 0 120px !important;
    }

    .box8-form {
        padding-bottom: 55px;
        width: 1200px;
        margin: 0 auto;
    }

    .bxo6-width {
        width: 1200px;
        margin: 0 auto;
    }

    .poaBox {
        width: 0;
    }

    .box6-img img {
        width: 92%;
    }

    .fu-hao {
        left: 86%;
    }

    .facaBox4 {
        width: 1200px;
    }

    .facaBox4 {
        width: 1200px;
    }

    .facadeSlickBox {
        width: 1200px;
    }

    .pagingInfo {
        left: -340px;
    }

    .facaBox4 .slick-next {
        right: 265px;
        top: 84%;
    }

    .facaBox4 .slick-prev {
        top: 84%;
    }
    .index_box2 .items .item .pro_img{
        margin-bottom: -50px;
    }
    .index_box4 .con_text .content{
        margin: 0 !important;
        background-size: contain;
    }

    .index_app_slick{
        padding: 0 40px;
    }
    .index_box6 .slick-prev{
        left: 0;
    }
    .index_box6 .slick-next{
        right: 0;
    }
}
@media (max-width: 1220px) {
    .container_1600 {
        padding: 0px !important;
    }

    .box8-form {
        padding-bottom: 55px;
        width: 992px;
        margin: 0 auto;
    }

    .bxo6-width {
        width: 900px;
        margin: 0 auto;
    }

    .facaBox4 {
        width: 760px;
    }

    .facaBox4 {
        width: 760px;
    }

    .facadeSlickBox {
        width: 760px;
    }

    .pagingInfo {
        left: -340px;
    }

    .facaBox4 .slick-next {
        right: 265px;
        top: 84%;
    }

    .facaBox4 .slick-prev {
        top: 84%;
    }

    .conBox .text {
        position: relative;
        background: rgba(255, 255, 255, 0);
        text-align: center;
        bottom: 10px;
        margin: 0 auto;
        left: 0;
        box-shadow: 0 0 0 #ffffff;
        width: 700px;
        padding: 72px 30px 0;
        border-radius: 8px;
    }

    .conBox {
        position: relative;
        padding-bottom: 0px;
    }

    .pagingInfo {
        display: none;
    }

    .facaBox4 .slick-prev {
        top: 20%;
        left: -50px;
    }

    .facaBox4 .slick-next {
        top: 20%;
        right: -50px;
    }

    .text h3 {
        position: relative;
        z-index: 10;
    }
    .index_box2{
        padding-top: 50px;
    }
    .index_box2 p{
        padding: 0;
    }
    .index_box2 .items{
        margin-top: 40px;
    }
    .index_box2 .items .item{
        padding-top: 45px;
    }
    .index_box3 .con2{
        margin-top: -45px;
    }

    .index_box3 .con1 .text{
        width: 100%;
    }
    .index_box3 h3{
        margin-bottom: 10px;
    }

    .index_box3 .con2{
        margin-top: 40px;
    }
    .index_box3 .con2 .line .item{
        width: 100%;
    }

    .index_box4{
        padding: 50px 0;
    }
    .index_box4 .container_1600>p{
        padding: 0;
    }
    .index_box4 .con_text{
        margin-top: 40px;
    }
    .index_box4 .con_text .content{
        padding-top: 165px;
    }
    .index_box4 .con_text .content .text{
        width: 100%;
        height: auto; 
        padding: 40px 15px;
        background: rgba(45,45,45,.8);
    }
    .index_box4 .con_text .content .text p{
        height: auto;
    }
    .index_box4 .con_text .content .text a.more{
        margin-top: 20px;
    }

    .index_box5{
        padding-bottom: 50px;
    }
    .index_box5 .items .item{
        height: auto;
    }
    .index_box5 h3{
        margin-bottom: 50px;
    }
    .index_box5 .items .item .t1{
        display: none;
    }
    .index_box5 .items .item:hover .info{
        text-align: left;
    }
    .index_box5 .items .item .info{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .index_box5 .items .item .time{
        padding: 15px;
    }
    .index_box5 .items .item .time p:nth-of-type(1){
        font-size: 24px;
    }

    .index_box6 .content .icon{
        margin-right: 20px;
    }

    .prodetail_box1 .content .info{
        margin-left: 0;
        width: 305px;
    }
    .prodetail_box1 .content .info li p{
        line-height: 1.5;
        font-size: 16px;
    }
    .prodetail_box1 .content .info li::before{
        top: 8px;
    }

    .related_pro .item .text a{
        font-size: 16px;
    }

    .billboard_box1 p{
        max-width: 100%;
    }

    .about_box1 h1{
        font-size: 60px;
    }

    .about_box2 .img{
        margin-top: 20px;
    }
    .prosline3 .tab_btns .items .item a{
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .box2-lin2 {
        font-size: 20px;
    }

    .facade_box1 {
        padding: 0 10px;
    }
    .box1-lin1 {
        color: #FFFFFF;
        font-size: 50px;
    }

    .box1-lin2 {
        font-size: 16px;
        line-height: 27px;
    }

    .facade_box2 {
        margin-top: 54px;
    }

    .box2-lin1 {
        font-size: 44px;
    }

    .box2Img {
        margin-top: 32px;
        width: 100%;
    }

    .box2-lin2 {
        height: 56px;
        line-height: 56px;
    }

    .facade_box3 {
        margin-top: 54px;
    }

    .facade_box4 h2 {
        font-size: 44px;
    }

    .facade_box4 {
        margin-top: 54px;
    }

    .conBox .text {
        position: relative;
        background: rgba(255, 255, 255, 0);
        text-align: center;
        bottom: 10px;
        margin: 0 auto;
        left: 0;
        box-shadow: 0 0 0 #ffffff;
        width: 90%;
        padding:56px 0px 0;
        border-radius: 8px;
    }

    .set-abs {
        display: none;
    }

    .conBox .text p {
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
    }

    .facaBox4 {
        width: 94%;
    }

    .facaBox4 {
        width: 94%;
    }

    .facadeSlickBox {
        width: 94%;
    }

    .pagingInfo {
        left: -100px;
    }

    .facaBox4 .slick-next {
        right: -34px;
        top: 50%;
    }

    .facaBox4 .slick-prev {
        top: 50%;
    }


    .text-line1 {
        margin-top: 28px;
    }

    .box3-lin1 {
        font-size: 44px;
    }

    .facade_box5 {
        margin-top: 34px;
        width: 100%;
    }

    .back-title {
        margin: 0 auto;
        font-size: 44px;
    }

    .box5-images>.set-flex>div{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
    }
    .box5-images>.set-flex>div>img{
        width: 70% !important;
    }

    .box5-images {
        padding: 40px 0 86px 0;
        background: #efefef;
    }

    .box5-images .text {
        margin-top: 16px;
        font-size: 22px;
        text-align: center;
    }

    .facade_box6 {
        margin-top: 54px;
        width: 100%;
    }

    .facade_box6 > .bxo6-width > .title {
        font-size: 44px;
    }

    .box6-img {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 33px 0 64px 0;
    }

    .box6-img img {
        margin-top: 28px;
        width: 100% !important;
    }

    .box7-title {
        font-size: 44px;
    }

    .slider_table {
        width: 94%;
    }

    .facade_box8 .title {
        font-size: 44px;
        text-align: center;
        font-weight: bold;
    }

    .facade_box8 {
        margin-top: 54px;
    }

    .box8-form {
        width: 90%;
    }

    .bxo6-width {
        width: 90%;
        margin: 0 auto;
    }

    .box8-form .form .sub-btn .btn {
        width: 90%;
    }

    .tpCBox {
        width: 43%;
    }

    .tpCBox {
        width: 48%;
    }

    .fu-hao {
        display: none;
    }
    .index_box2 h1,
    .index_box3 h3,
    .index_box4 h3,
    .index_box5 h3,
    .about_box2 h3,
    .about_box3 h3,
    .billboard_banner h1,
    .billboard_box1 h3,
    .support_banner h1,
    .index_box2 h1,
    .index_box3 h3,
    .index_box4 h3,
    .index_box5 h3,
    .about_box2 h3,
    .about_box3 h3,
    .contact_box2 h3,
    .contact_box1 h1{
        font-size: 40px;
    }
    .index_box2 p, .index_box4 p{
        font-size: 16px;
    }
    /* body{
        padding-top: 60px;
    } */
    .header {
        display: none;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 100% !important;
    }

    /*移动端菜单按钮*/
    .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 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #666;
        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: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

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

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("/public/static/images/home/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;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }

    .fast_navigation .items .item:nth-of-type(2),
    .fast_navigation .items .item:nth-of-type(3){
        display: none;
    }

    .fast_navigation .links li{
        padding: 0 10px;
    }

    .index_box3 .con2 .line .item{
        height: auto;
    }

    .index_box4 .con_text .content{
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }

    .prodetail_box1 .content .slick{
        width: 100%;
    }
    .prodetail_box1 .content .pro_B_img{
        float: none;
        margin: auto;
    }
    .slick-dots li.slick-active{
        background: #096ec4;
    }

    .billboard_banner{
        padding: 120px 0;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .prodetail_box1 .content .info{
        width: 100%;
        margin-top: 30px;
    }

    .prodetail_box2 .line .form form{
        padding: 0;
    }

    .billboard_box2 ul li{
        width: 100%;
        background-position: left top;
    }

    .billboard_box3 .items{
        display: block;
    }
    .billboard_box3 .items .item{
        width: 49%;
        margin-bottom: 10px;
        margin-right: 2%;
        float: left;
    }
    .billboard_box3 .items .item:nth-of-type(even){
        margin-right: 0;
    }
    .Crumbs{
        height: 0;
        overflow: hidden;
    }

    .billboard_box5 .content{
        display: block;
    }
    .billboard_box5 .content .info{
        width: 100%;
    }
    .billboard_box5 .content .img{
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .lang{
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .billboard_box6 .content{
        display: block;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .billboard_box6 .content .tip{
        width: 100%;
        line-height: 1.4;
    }
    .billboard_box6 .content a.more{
        float: none;
        display: inline-block;
        margin-top: 20px;
    }

    .projects_box .items .item{
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .projects_box .items .item .img{
        height: auto;
    }

    .project_info .info{
        padding-right: 0;
        padding-bottom: 40px;
    }

    .support_banner{
        height: 340px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .support_box1 .tab_items{
        display: none;
    }
    .support_box1 h2{
        margin-bottom: 0;
    }
    .support_box2 .tab_info{
        display: block;
    }
    .general_info .line{
        margin-bottom: 30px;
    }

    .about_box1 h1{
        font-size: 54px;
    }
    .about_box1{
        padding: 80px 0;
        height: auto;
        background-size: cover;
    }
    .about_box2 .img img{
        transform: none;
    }
    .about_box2 .img{
        border: 0;
        text-align: left;
    }
    .about_box2 .right{
        padding-left: 0;
    }
    .billboard_box2 h3, .billboard_box3 h3, .billboard_box4 h3, .billboard_box5 h3, .about_box4 .tab_info h3 span{
        font-size: 30px;
    }
    .about_box4 .tab_info h3 span::before,
    .about_box4 .tab_info h3 span::after{
        display: none;
    }
    .about_box2 h3{
        margin-top: 0;
        margin-bottom: 10px;
    }

    .about_box3 .bor{
        border-left: 0;
    }
    .about_box3 .right{
        padding-left: 0;
        margin-top: 20px;
    }

    .about_box4{
        padding-top: 0;
    }
    .about_box4 .tab_links{
        display: none;
    }
    .about_box4 .tab_info .content{
        display: block;
    }

    .about_box6 .items{
        padding: 0 40px;
    }
    .about_box6 .items .slick-prev{
        left: 0;
    }
    .about_box6 .items .slick-next{
        right: 0;
    }
    .about_box6 .items .item{
        padding: 0 15px;
    }

    .contact_box1{
        padding: 50px 0;
    }
    .contact_box1 h2{
        margin-bottom: 20px;
    }

    .contact_box2 .form{
        padding-right: 0;
    }
    .contact_box1 ul li{
        font-size: 16px;
    }
    .contact_box1 ul li:nth-of-type(5){
        background-position: left 10px;
    }
    .about_box5 .content{
        width: auto;
    }
    .about_box5 .tab_info .tab_items{
        width: 1040px;
    }
    .about_box5 .tab_info .tab_items .item{
        width: 130px;
    }
    .about_box5 .tab_info{
        overflow-x: auto;
    }
    .about_box5{
        padding-top: 30px;
        height: auto;
        padding-bottom: 40px;
        background-size: cover;
    }
    .about_box5::after{
        top: 117px;
    }
    .support_box2 .m_h3{
        display: block;
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .billboard_box3 .items .item a{
        opacity: 1;
        background: rgba(22,117,199,.65);
        padding: 20px;
    }
    .billboard_box3 .items .item .img{
        height: 210px;
    }
    .application_box1 h1{
        font-size: 30px;
    }
    .application_box1 p{
        font-size: 18px;
    }
    .application_box1{
        padding: 70px 0;
    }
    .application_box2 .content .line .img{
        float: none !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .application_box2 .content .line .info{
        position: static !important;
        width: 100%;
        padding: 20px !important;
        height: auto;
    }
    .prosline4 .form .input{
        width: 100%;
        margin-bottom: 10px;
    }
    .prosline4 .form{
        padding: 0;
    }
    .prosline4 .form .flex{
        display: block;
    }
    .prosline4 .form .btn{
        width: 100%;
        margin-bottom: 40px;
    }
    .prosline1{
        padding: 70px 0;
    }
    .prosline1 h1{
        font-size: 25px;
    }
    .prosline3 .tab_btns .items{
        display: block;
        white-space: nowrap;
        width: 900px;
    }
    .prosline3 .tab_btns .items .item{
        display: inline-block;

        width: auto;
    }
    .prosline3 .tab_btns{
        padding: 0 10px;
        overflow: hidden;
    }
    .prosline3 .tab_btns .items .item a{
        white-space: nowrap;
        padding: 0 20px;
    }
    .prosline3 .tab_btns .container{
        overflow-x: auto;
    }
    .prosline3 .tab_btns .items .item.on::after{
        display: none;
    }
    .prosline3 .tab_info .linepic{
        padding: 60px 0;
    }
    .prosline3 .tab_info .con_info p{
        padding: 0;
    }
    .prosline3 .tab_info .items .item{
        width: 49%;
        margin-bottom: 20px;
        margin-right: 2%;
    }
    .prosline3 .tab_info .items .item:nth-of-type(4n+4){
        margin-right: 2%;
    }
    .prosline3 .tab_info .items .item:nth-of-type(even){
        margin-right: 0 !important;
    }
    .prosline3 .tab_info .linepic h3{
        font-size: 25px;
    }
    .prosline3 .tab_info .items{
        padding-bottom: 20px;
    }
    .pros_line{
        padding-right: 20px;
    }
    .pros_line .img{
        width: 200px;
    }
    .pros_line .coninfo{
        margin-left: 220px;
        padding-top: 10px;
    }
    .prosline3 .tab_btns{
        display: none;
    }
    .prosline3 .tab_info .content{
        display: block;
    }
}
@media (max-width: 767px) {
    .header_info .container_1600,
    .fast_navigation .container_1600,
    .index_box3 .container_1600{
        padding-left: 10px;
        padding-right: 10px;
    }

    /* body{
        padding-bottom: 48px;
    } */

    .footer_fixed_form{
        display: none;
    }

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .fast_navigation .col_lg_6,
    .fast_navigation .col_lg_8{
        display: none;
    }
    .fast_navigation .col_lg_10{
        width: 100%;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }

    .index_box2 .items{
        flex-wrap: wrap;
    }
    .index_box2 .items .item{
        width: 100%;
    }

    .index_box3 .con2 .line .item{
        padding: 20px 30px;
    }
    .index_box3 .con2 .line{
        flex-wrap: wrap;
    }
    .index_box3 .con2 .line2 .item:nth-of-type(1){
        border-right: 1px solid #ffffff;
        border-bottom: 0;
    }

    .index_box5 .items{
        flex-wrap: wrap;
    }
    .index_box5 .items .item{
        width: 100%;
        margin-right: 0;
    }
    .index_box5 .items .item .info{
        padding-bottom: 0;
    }
    .index_box5 .items .item .info p{
        height: auto;
    }
    .index_box5 .items .item .time{
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .index_box5 .items .item .time p{
        display: inline-block;
        float: left;
        font-size: 16px !important;
        margin-right: 5px;
    }

    .index_box6 .content{
        display: block;
    }
    .index_box6 .content .icon{
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .index_box6 .content .icon img{
        clear: both;
        display: block;
        margin: auto;
    }

    .prodetail_box2 .line .form .input{
        width: 100%;
    }



    .projects_box .items .item{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .project_info .bimg_con{
        width: 100%;
        height: auto;
    }
    .project_slick .slick_first .img{
        height: auto;
    }

    .support_banner{
        height: 280px;
    }

    .about_box1 h1{
        font-size: 40px;
    }

    .about_box4 .tab_info .items1{
        margin-top: 30px;
    }
    .about_box4 .tab_info .items1 .item{
        width: 48%;
        top: 0 !important;
    }

    .about_box4 .tab_info .lines p{
        padding-top: 0;
    }
    .about_box4 .tab_info .lines .items2,
    .about_box4 .tab_info .lines .items3{
        padding: 0 40px;
    }
    .about_box4 .tab_info .left_p{
        padding-right: 0;
    }

    .contact_box2 .form form .input.w50{
        width: 100%;
    }
}
@media (max-width: 640px){
    .fast_navigation .items{
        flex-wrap: wrap;
    }
    .fast_navigation .follow_service{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .fast_navigation .items .item{
        width: 100% !important;
    }
    .fast_navigation .links ul{
        display: none;
    }
    .footer_copyright{
        margin-top: 30px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        font-size: 14px;
    }

    .prodetail_box1 .content .pro_B_img{
        width: 100%;
    }
    .projectDetailBox .title h1{
        line-height: 1.2;
    }

    .projectDetailBox .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .projectDetailBox .item .img{
        border: 1px solid #eeeeee;
        border-bottom: 0;
    }

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

}
@media (max-width: 480px) {
    .facade_box8 .title {
        font-size: 36px;
    }

    .box2-lin1 {
        font-size: 36px;
    }

    .box7-title {
        font-size: 36px;
    }

    .facade_box6 > .bxo6-width > .title {
        font-size: 36px;
    }

    .back-title {
        margin: 0 auto;
        font-size: 36px;
    }

    .facade_box4 h2 {
        font-size: 36px;
    }

    .box1-lin1 {
        color: #FFFFFF;
        font-size: 42px;
    }

    .box3-lin1 {
        font-size: 36px;
    }
    .application_box2 .content .line .img{
        height: 200px;
    }
    .prosline3 .tab_info .items .item .img{
        height: 160px;
    }
    .prosline3 .tab_info .items .item h5{
        font-size: 12px;
    }
    .pros_line .img{
        float: none;
    }
    .pros_line .coninfo{
        margin-left: 0;
        margin-top: 10px;
    }
    .pros_line .coninfo h5{
        margin-bottom: 10px;
    }
    .pros_line{
        margin-bottom: 25px;
    }
}



.W_product_info_box{width: 100%;height: auto;padding: 59px 0 75px;background: #f5f7f8;}
.content_WH{
    width: 1400px;
    height: auto;
    margin: 0px auto;
}
.W_product_info_box:nth-of-type(2){padding-top: 0;}
.W_product_info_content_box{width: 100%;height: auto;}
.W_product_info_content_box .content_WH{display: flex;justify-content: space-between;align-items: center;}
.W_product_info_content_left{width: 523px;height: auto;}
.W_product_info_content_left h1{font-size: 36px;color: #333333;font-weight: bold;}
.W_product_info_content_left p{font-size: 16px;color: #343434;line-height: 1.6;margin-top: 24px;}
.W_product_info_content_left a{display: flex;width: 227px;height: 58px;background: #096ec4;border-radius: 5px;font-size: 18px;color: #FFFFFF;margin-top: 46px;justify-content: center;align-items: center;}
.W_product_info_content_right{width: 780px;}
.W_product_info_content_right img{width: 100%;height: auto;display: block;}
.W_product_info_content_sw_page span{width: 14px;height: 14px;background: #FFFFFF;opacity: 1;}
.W_product_info_content_sw_page span.swiper-pagination-bullet-active{background: #096ec4;}
.W_product_transparent_box{width: 100%;height: auto;padding: 80px 0px;}
.W_product_transparent_btn{width: 1101px;height: auto;display: flex;justify-content: space-between;margin: 0px auto;padding-left: 0;}
.W_product_transparent_btn li{font-size: 23px;color: #333333;padding-bottom: 17px; cursor: pointer;}
.W_product_transparent_btn li.on{font-weight: bold;font-weight: bold;color: #096ec4;border-bottom: 6px solid #096ec4;}
.W_product_transparent_btn li p{width: auto !important;}
.W_product_transparent_ttle{font-size: 36px;color: #333333;text-align: center;font-weight: bold;padding-top: 76px;margin-bottom: 30px;display: block;}
.W_product_transparent_box p{display: block;width: 1107px;height: auto;margin: 0px auto;font-size: 16px;color: #343434;line-height: 1.6;}
.W_product_transparent_ul{width: 100%;height: auto;}
.W_product_transparent_ul.on{position: fixed;top: 0;left: 0;width: 100%;height: auto;background: #FFFFFF;z-index: 999;padding: 18px 4%;}
.W_features_box{width: 100%;height: auto;padding-bottom: 80px;background: #f5f7f8;}
.W_features_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.W_features_ul li{width: 32%;height: auto;margin-top: 60px;display: flex;justify-content: flex-start;align-items: flex-start;}
.W_features_ul_left{width: 84px;height: auto;margin-right: 16px;margin-top: 4px;}
.W_features_ul_left img{width: 100%;height: auto;display: block;}
.W_features_ul_right{flex: 1;}
.W_features_ul_right h4{font-size: 22px;color: #000000;font-weight: bold;}
.W_features_ul_right p{font-size: 16px;color: #343434;line-height: 1.6;margin-top: 6px;}
.W_specs_box{width: 100%;height: auto;padding-bottom: 80px;}
.W_specs_btn{display: flex;justify-content: center;padding-top: 46px;}
.W_specs_btn li{margin-left: 140px;}
.W_specs_btn li:nth-of-type(1){margin-left: 0px;}
.W_specs_btn li a{display: block;padding-bottom: 19px;font-size: 23px;color: #333333;}
.W_specs_btn li.on a{color: #096ec4;font-weight: bold;border-bottom: 6px solid #096ec4;}
.W_specs_content{width: 100%;height: auto;margin-top: 59px;}
.W_specs_content_list{width: 100%;height: auto;display: none;}
.W_specs_content_list p{font-size: 18px;color: #343434;display: block;width: 1116px;height: auto;margin: 0px auto;line-height: 1.6;}
.W_specs_content_list table{width: 100%;height: auto;border-collapse: initial;border-spacing: 7px;margin-top: 48px;border:none;}
.W_specs_content_list table th{height: 65px;color: #FFFFFF;text-align: center;background: #096ec4;font-size: 20px;border:none;}
.W_specs_content_list table td{height: 65px;text-align: center;color: #444444;font-size: 20px;border:none;}
.W_specs_content_list table th:nth-of-type(1),.W_specs_content_list table td:nth-of-type(1){text-align: left;padding-left: 70px;}
.W_specs_content_list table tr:nth-of-type(odd){background: #f0f4f7;}
.W_specs_content_list_more{display: flex;justify-content: center;align-items: center;width: 227px;height: 58px;border-radius: 5px;font-size: 18px;color: #FFFFFF;margin: 0px auto;margin-top: 52px;background: #096EC4;}
.W_work_box{width: 100%;height: auto;padding: 80px 0px;background: #f5f7f8;margin-top: 80px;}
.W_work_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.W_work_content_left{width: 535px;height: auto;}
.W_work_content_left h4{font-size: 36px;color: #333333;font-weight: bold;}
.W_work_content_left p{font-size: 16px;color: #343434;line-height: 1.6;margin-top: 30px;}
.W_work_content_right{width: 780px;height: auto;position: relative;}
.W_work_content_right img{width: 100%;height: auto;display: block;}
.W_work_content_right_video_btn{display: block;width: 76px;height: auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.W_work_content_right_video_btn:after{display: none;}
.W_install_box{width: 100%;height: auto;padding-bottom: 80px;}
.W_install_txt{width: 1102px;height: auto;margin: 0px auto;}
.W_install_txt p{font-size: 18px;color: #343434;line-height: 1.6;}
.W_install_video{width: 100%;height: auto;position: relative;margin-top: 62px;}
.W_mall_box{width: 100%;height: auto;padding: 80px 0;background: #F5F7F8;}
.W_mall_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;}
.W_mall_content_left{width: 705px;height: auto;}
.W_mall_content_left img{width: 100%;height: auto;display: block;}
.W_mall_content_right{width: 650px;height: auto;margin-top: 35px;}
.W_mall_content_right h4{font-size: 36px;color: #333333;font-weight: bold;}
.W_mall_content_right p{display: block;width: 532px;height: auto;font-size: 16px;color: #343434;line-height: 1.6;margin-top: 28px;}
.W_mall_content_right a{display: flex;justify-content: center;align-items: center;width: 227px;height: 58px;background: #096ec4;border-radius: 5px;font-size: 18px;color: #FFFFFF;margin-top: 39px;}
.W_faq_box{width: 100%;height: auto;padding-bottom: 80px;}
.W_faq_ul{width: 100%;height: auto;margin-top: 47px;padding-left: 0 !important;}
.W_faq_ul li{width: 100%;height: auto;margin-top: 17px;}
.W_faq_ul_top{width: 100%;height: 58px;display: flex;justify-content: space-between;align-items: center;padding: 0 25px;cursor: pointer;background: #f8f8f8;}
.W_faq_ul_top h4{font-size: 20px;color: #000000;font-weight: bold;}
.W_faq_ul_top span{display: block;width: 15px;height: auto;display: flex;align-items: center;justify-content: center;}
.W_faq_ul_top span img{display: block;}
.W_faq_ul_bottom{width: 100%;height: auto;padding: 25px;display: none;}
.W_faq_ul_bottom p{font-size: 16px;color: #333333;line-height: 1.6;}
.W_faq_ul li.on .W_faq_ul_top span img{transform: rotate(90deg);}
.W_Quote_box{width: 100%;height: auto;padding: 70px 0px 57px;background: url(/public/static/images/home/en-us/W_product_contact_bg.jpg) no-repeat center center;background-size: cover;}
.W_Quote_box h4{font-size: 36px;color: #FFFFFF;font-weight: bold;text-align: center;}
.W_Quote_box p{font-size: 16px;color: #FFFFFF;text-align: center;margin-top: 20px;}
.W_Quote_box a{display: flex;justify-content: center;align-items: center;width: 227px;height: 59px;border-radius: 5px;background: #FFFFFF;font-size: 18px;color: #000;margin: 0px auto;margin-top: 43px;}
.W_news_box{width: 100%;height: auto;padding: 80px 0px;}
.W_news_title{font-size: 36px;color: #333333;font-weight: bold;}
.W_news_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 58px;}
.W_news_ul li{width: 455px;height: auto;}
.W_news_ul_img{width: 100%;height: auto;overflow: hidden;}
.W_news_ul_img img{display: block;width: 100%;height: auto;transition: all 0.6s;}
.W_news_ul li:hover img{transform: scale(1.1);}
.W_news_ul li h4{margin-top: 24px;}
.W_news_ul li h4 a{display: block;font-size: 23px;color: #000000;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.W_news_ul li p{font-size: 16px;color: #343434;line-height: 1.6;margin-top: 14px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.W_news_ul li span{display: block;font-size: 18px;color: #000000;margin-top: 15px;}


@media (max-width: 1768px) {
    .content_WH{width: 92%;}
    .W_product_info_content_right{width: 710px;}
    .W_work_content_right{width: 710px;}
    .W_mall_content_left{width: 48.5%;}
    .W_mall_content_right{width: 48.5%;}
    .W_news_ul li{width: 32%;}
}
@media (max-width: 1400px) {
    .W_product_info_content_left{width: 48.5%;}
    .W_product_info_content_right{width: 48.5%;}
    .W_work_content_left{width: 48.5%;}
    .W_work_content_right{width: 48.5%;}
    
}
@media (max-width: 1200px) {
    .W_product_transparent_btn{width: 100%;padding: 0 4%;}
    .W_product_transparent_box p{width: 92%;}
    .W_specs_content_list p{width: 92%;}
    .W_install_txt{width: 92%;}
}
@media (max-width: 990px) {
    .W_features_ul li{flex-direction: column;align-items: center;justify-content: ;}
    .W_features_ul_left{margin-right: 0;margin-top: 0;}
    .W_features_ul_right{width: 100%;flex: auto;margin-top: 30px;}
    .W_features_ul_right h4{text-align: center;}
}
@media (max-width: 768px) {
    .W_product_info_box{padding: 8vw 0;}
    .W_product_info_content_box .content_WH{flex-direction: column-reverse;}
    .W_product_info_content_left{width: 100%;margin-top: 5.8vw;}
    .W_product_info_content_left h1{font-size: 4.8vw;}
    .W_product_info_content_left p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.6vw;}
    .W_product_info_content_right{width: 100%;}
    .W_product_info_content_box{margin-top: 0;}
    .W_product_info_content_left a{width: 38vw;height: 10.8vw;border-radius: 0.6vw;font-size: 3.6vw;margin-top: 5.8vw;}
    .W_product_transparent_box{padding: 8vw 0;}
    .W_product_transparent_btn li{font-size: 3.8vw;padding-bottom: 1.8vw;}
    .W_product_transparent_btn li.on{border-width: 0.4vw;}
    .W_product_transparent_btn li p{font-size: 3.2vw;}
    .W_product_transparent_ttle{padding-top: 8vw;margin-bottom: 5.8vw;font-size: 4.8vw;}
    .W_product_transparent_box p{font-size: 3.6vw;line-height: 5.8vw;}
    .W_features_ul li{margin-top: 5.8vw;width: 48.5%;}
    .W_features_ul_right{margin-top: 3.8vw;}
    .W_features_ul_right h4{font-size: 3.6vw;}
    .W_features_ul_right p{font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
    .W_specs_btn{padding-top: 0;}
    .W_specs_btn li{margin-left: 5.8vw;}
    .W_specs_btn li a{font-size: 3.8vw;padding-bottom: 1.8vw;}
    .W_specs_btn li.on a{border-width: 0.6vw;}
    .W_specs_content{margin-top: 5.8vw;}
    .W_specs_content_list p{font-size: 3.6vw;line-height: 5.8vw;}
    .W_specs_content_list table th{height: 8.8vw;font-size: 3.6vw;}
    .W_specs_content_list table{margin-top: 5.8vw;border-spacing: 0.6vw;}
    .W_specs_content_list table td{height: 8.8vw;font-size: 3.6vw;}
    .W_specs_content_list table th:nth-of-type(1), .W_specs_content_list table td:nth-of-type(1){padding-left: 3.2vw;}
    .W_specs_content_list_more{width: 38vw;height: 10.8vw;border-radius: 0.6vw;font-size: 3.6vw;margin-top: 5.8vw;}
    .W_specs_box{padding-bottom: 8VW;}
    .W_work_box{padding: 8vw 0;margin-top: 8vw;}
    .W_work_content{flex-direction: column-reverse;}
    .W_work_content_left{width: 100%;margin-top: 5.8vw;}
    .W_work_content_right{width: 100%;}
    .W_work_content_left h4{font-size: 4.8vw;}
    .W_work_content_left p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
    .W_install_txt p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
    .W_install_video{margin-top: 5.8vw;}
    .W_install_box{padding-bottom: 8vw;}
    .W_mall_box{padding: 8vw 0;}
    .W_mall_content{flex-direction: column;}
    .W_mall_content_left{width: 100%;}
    .W_mall_content_right{width: 100%;margin-top: 5.8vw;}
    .W_mall_content_right h4{font-size: 4.8vw;}
    .W_mall_content_right p{width: 100%;font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
    .W_mall_content_right a{width: 38vw;height: 10.8vw;border-radius: 0.6vw;font-size: 3.6vw;margin-top: 5.8vw;}
    .W_faq_ul{margin-top: 2.2vw;}
    .W_faq_ul li{margin-top: 5.8vw;}
    .W_faq_ul_top{height: 10.8vw;padding: 0 3.2vw;}
    .W_faq_ul_top h4{font-size: 3.6vw;}
    .W_faq_ul_bottom{padding: 3.2vw;}
    .W_faq_ul_bottom p{font-size: 3.2vw;line-height: 4.8vw;}
    .W_faq_box{padding-bottom: 8vw;}
    .W_Quote_box{padding: 8vw 0;}
    .W_Quote_box h4{font-size: 4.8vw;}
    .W_Quote_box p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.8vw;}
    .W_Quote_box a{width: 38vw;height: 10.8vw;border-radius: 0.6vw;font-size: 3.6vw;margin-top: 5.8vw;}
    .W_news_box{padding: 8vw 0;}
    .W_news_title{font-size: 4.8vw;}
    .W_news_ul{margin-top: 2.8vw;flex-wrap: wrap;}
    .W_news_ul li{width: 100%;margin-top: 5.8vw;}
    .W_news_ul li h4{margin-top: 3.2vw;}
    .W_news_ul li h4 a{font-size: 3.8vw;}
    .W_news_ul li p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
    .W_news_ul li span{font-size: 2.7vw;margin-top: 3.2vw;}
    
}
.fast_navigation .form .input p{
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    font-weight: 300;
}
.fast_navigation .form .input p a{
    color: #fff;
    text-decoration: underline;
}
.fast_navigation .form .input p a:hover{
    color: #fff;
}