@font-face {
    font-family: Folio;
    src: url(../fonts/folio_bdcn_bt_bold.ttf);
      font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon {
    width: 2rem;
    height: 2rem;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
a:hover{
    color: #000;
}
body,html{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
img{
    max-width: 100%;
}
.banners{
    position: relative;
    max-height: calc(100vh - 50px);
    overflow: hidden;
}
.banners video{ display:block;}
.banners .banner-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1400px;
    width: 100%;
    color: #fff;
    z-index: 2;
}
.banners .banner-text h1{
    font-size: 5.625rem;
    font-family: 'Folio';
}
.banners .banner-text p{
    margin: 2% 0 6%;
    font-size: 1.5rem;
    line-height: 2;
}
.banners .banner-text a{
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.875rem;
}
.product-center{
    background-color: #f2f4f6;
    padding: 2rem 0;
}
.product-center .product{
    max-width: 1400px;
    margin: 0 auto;
}
.h2-title{
    font-size: 3.75rem;
    font-weight: bold;
    font-family: "Folio";
    margin-bottom: 0;
}
.product-center .product .h2-title{
    text-align: center;
}
.product-center .product .detail{
    text-align: center;
    font-size: 15px;
    
}
.product-center .product ul{
    display: flex;
    justify-content: center;
    gap: 3.125rem;
    margin-top: 3rem;
}
.product-center .product ul li{
    width: calc((100% - 6.25rem) / 3);
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 20%));
    text-align: center;
}
.product-center .product ul li:hover img{
    transform: scale(1.05);
}
.product-center .product ul li>a{
   display: block;
   padding: 2rem;
}
.product-center .product ul li>a .img-con{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.product-center .product ul li img{
    max-width: 100%;
    transition: all 0.5s ease;
	width:250px;
   
}
.product-center .product ul li h3{
    font-size: 1.5rem;
    margin-top: 2rem;
}
.product-center .product ul li p{
    line-height: 1.5;
    margin: 0 0 2rem;
    font-size: 15px;
}
.product-center .product ul li a a{
    font-size: 1.5rem;
    padding: 10px 20px;
    background: #23313c;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.product-center .product ul li a a:hover{
    background: #fdb825;
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.scroll-section{
    background: #23313c;
    padding: 3rem 0;

}

.scroll-section .img-list img{
    margin: 0 auto;
}
.scroll-section .max1400-outer{
    position: relative;
}
.scroll-section .max1400{
  max-width: 1400px;
  margin: 0 auto;
}
.scroll-section .max1400 .max1400-ul{
    position: relative;
}
.scroll-section .max1400 .max1400-ul:before{
     content: "";
     position: absolute;
     width: 1px;
     height: 100%;
     background-color: #fff;
     left: 10.5px;
}
.scroll-section .max1400 .max1400-ul a{
    color: #fff;
    font-family: "Folio";
    font-size: 1.25rem;

}
.scroll-section .max1400 .max1400-ul li{
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.scroll-section .max1400 .max1400-ul li:before{
    content: "";
    background-color: #fff;
    font-size: 20px;
    width: 10px;
    height:10px;
    border-radius: 50%;
    border: 6px solid #23313c;
    box-sizing: content-box;
}
.scroll-section .max1400 .max1400-ul li:hover:before{
    outline: 1px solid #fff;
   
}
.scroll-section .list-four{
    padding: 0 1rem;
}
.scroll-section .list-four ul{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.scroll-section .list-four ul li{
    background-color: #fff;
    font-style: italic;
    width: calc((100% - 3rem) / 4);
    padding: 0 2rem 1rem 2rem;
    border: 10px solid rgba(251, 205, 47, .5);
    border-radius: 20px;
}
.scroll-section .list-four ul li h3{
    margin: 1rem 0;
}
.scroll-section .list-four ul li p{
    margin-bottom: 2rem;
    min-height: 72px;
    font-size: 15px;
}
.scroll-section .list-four ul li a{
    border-bottom: 1px solid #cf4520;
    padding-bottom: 5px;
    font-size: 16px;
}
.scroll-section .list-four ul li:hover{
    border: 10px solid rgba(251, 205, 47);
}
.carousel .item h3{
    color: #fff;
    text-align: center;
    font-size: 3rem;
}

.solution{
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 0;
}
.solution .detail{
    line-height: 2;
    font-size: 15px;
}
.solution>ul{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
}
.solution>ul>li{
    width: calc((100% - 2rem) / 3);
}
.solution>ul li img{
    max-width: 100%;
    width: 100%;
}
.solution>ul li>a{
    display: block;
    position: relative;
}
.solution>ul li>a:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 30%);
    left:0;
    bottom: 0;
    transform: all 0.5s ease;
    z-index: 1;
    display: none;
}
.solution>ul li>a:hover:after{
    display: block;
}
.solution>ul li a .title-viewmore{
    padding: 1rem 2rem;
}
.solution>ul li a .title-viewmore .title{
    color: #fff;
    font-size: 2.25rem;
    font-family: "Folio";
    margin-bottom: 2rem;
}
.solution>ul li a .title-viewmore a{
    color: #fff;
    padding: 5px 20px;
    font-size: 1.5rem;
    border: 1px solid #fff;
    border-radius: 10px;
}
.solution>ul li a .title-viewmore,.solution>ul li ul li .title{
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.solution>ul li ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
}
.solution>ul li ul li .title{
    color: #fff;
    font-size: 2.25rem;
    font-family: "Folio";
    margin-bottom: 2rem;
    text-align: right;
    padding: 0 1rem;
    width:100%;
}

.news{
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 3rem;
}
.news .title-more{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news .title-more a{
    font-size: 1.125rem;
}
.news .detail{
    margin: 2rem 0;
    font-size: 15px;
}
.news ul{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.news ul li a p{
    text-align: center;
    padding: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;

}
.news ul li{
    position: relative;
    width: calc((100% - 2rem) / 3);
}
.news ul li:after{
    content: "";
    width: 0;
    height: 3px;
    background: #fdb825;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
}
.news ul li:hover:after{
    left: 0%;
    width: 100%;
}


.choose-us-con{
    background: url(../images/choose-us-bg.jpg) no-repeat;
    background-size: cover;
    padding: 3rem 0;

}
.choose-us-con .choose-us{
    max-width: 1400px;
    margin: 0 auto;
}
.choose-us-con .choose-us .h2-title,.choose-us-con .choose-us .detail{
    color: #fff;
    text-align: center;
}
.choose-us-con .choose-us .detail{
    line-height: 1.5;
    margin: 0 0 5rem;
    font-size: 15px;
}
.choose-us-con .choose-us ul{
    display: flex;
    justify-content: space-between;
    color: #fdb825;
    margin-top: 3rem;

}
.choose-us-con .choose-us ul li:hover{
    color: #fff;
} 
.choose-us-con .choose-us ul li p{
    text-align: center;
}
.choose-us-con .choose-us ul li p:nth-child(1){
    font-size: 5rem;
    font-family: Folio;
    margin-bottom: 1rem;
}
.choose-us-con .choose-us ul li p:nth-child(1) span{
    font-size: 1rem;
}
.choose-us-con .choose-us ul li p:nth-child(2),.choose-us-con .choose-us ul li p:nth-child(3){
    line-height: 1.2;
    font-size: 15px;
}
.yellow-line{
    width: 100%;
    height: 1.875rem;
    background-color: #fdb825;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.footer-con{
    background-color: #333e46;
    padding: 2rem 0;
}
.footer-con .footers{
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.footer-con .footers .left-right-con{
    display: flex;
    justify-content: space-between;
    gap: 5%;
    margin-top: 3rem;
}
.footer-con .footers .left-right-con .left-con p{
   font-size: 1.25rem;
   margin: 0 0 2rem;
}
.footer-con .footers .left-right-con .left-con ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-con .footers .left-right-con .left-con ul li{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 15px;
}
.footer-con .footers .left-right-con .left-con ul li a{
    color: #76bbf2;
}
.footer-con .footers .left-right-con .left-con ul li a:hover{
    color: #76bbf2;;
}
.footer-con .footers .left-right-con .right-con{
    max-width: 50%;
}
.footer-con .footers .left-right-con .right-con>p{
    font-size: 2.25rem;
    font-family: "Folio";
    margin-bottom: 2rem;
}
.footer-con .footers .left-right-con .right-con ul{
    display: flex;
    flex-wrap:wrap;
    gap: 1rem;
}
.footer-con .footers .left-right-con .right-con ul li{
    width: 100%;
}
.footer-con .footers .left-right-con .right-con ul li input:not(input[type='submit']),.footer-con .footers .left-right-con .right-con ul li textarea{
    display: block;
    width: 100%;
    background: transparent;
    outline: none;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.footer-con .footers .left-right-con .right-con ul li input:not(input[type='submit']){

    height: 50px;


}
.footer-con .footers .left-right-con .right-con ul li:nth-child(1),.footer-con .footers .left-right-con .right-con ul li:nth-child(2),.footer-con .footers .left-right-con .right-con ul li:nth-child(3){
    width: calc((100% - 2rem) / 3);
}
.footer-con .footers .left-right-con .right-con ul li p{
    padding: 5px;
}
.footer-con .footers .left-right-con .right-con ul li input[type=submit]{
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    border-radius: 5px;
    font-size: 1.25rem;
    background-color: #fdb825;
    border: 1px solid #fff;
}

.copyright{
    text-align: center;
    background-color: #000000;
    color: #fff;
}




/*主页新加*/
.xj_profl{ background:#f1f1f1;}

.xj_wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 3rem;
}


.xj_profl_ul{display: flex;justify-content: space-between; padding:30px 0 0}
.xj_profl_li{background:#fff;width: 23%;padding: 0 20px;position:relative;border-radius:20px;box-shadow:0 0 30px rgba(39,23,23,.1);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out; padding-bottom:50px;}
.xj_profl_li:after{background:url(../images/xj_pro_bg.png) no-repeat;-o-background-size:cover;background-size:cover;width:217px;height:318px;display:block;content:"";position:absolute;top:0;left:0}
.xj_profl_li:before{background:url(../images/xj_pro_bg2.png) no-repeat;-o-background-size:cover;background-size:cover;width:194px;height:162px;display:block;content:"";position:absolute;top:0;right:0}
.xj_profl_li .img{margin-top:-70px;z-index:5;position:relative;max-width: 100%;}
.xj_profl_li .img a{display: block;position: relative;padding-top: 77%;}
.xj_profl_li .img a img{position: absolute;left: 0;top: 0;width: 100%;}


.xj_profl_li:hover{box-shadow:10px 10px 15px #ddd;-webkit-transform:translate(0,-3px);-moz-transform:translate(0,-3px);-ms-transform:translate(0,-3px);-o-transform:translate(0,-3px);transform:translate(0,-3px);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.xj_profl_li h3 a{font-size:24px;color:#1d427a;font-weight:700;z-index:5;position:relative}
.xj_profl_li .box{margin-top:20px}
.xj_profl_li .box p{margin-top:8px;z-index:5;position:relative}
.xj_profl_li .box p span{font-size:16px;color:#333}
.xj_profl_li .more{position:absolute;right:-20px;bottom:-15px; width:60%;}
.xj_profl_li .more img{max-width: 100%;}
.xj_profl_li:hover .more{-webkit-animation:bounce 1s both;-moz-animation:bounce 1s both;-o-animation:bounce 1s both;animation:bounce 1s both}
@-webkit-keyframes bounce{
20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
}
@-moz-keyframes bounce{
20%,53%,80%,from,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
40%,43%{-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
70%{-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
90%{-moz-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
}
@-o-keyframes bounce{
20%,53%,80%,from,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}
40%,43%{-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}
70%{-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}
90%{transform:translate3d(0,-4px,0)}
}
@keyframes bounce{
20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-moz-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-o-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
90%{-webkit-transform:translate3d(0,-4px,0);-moz-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
}


xj_prohot{}
.xj_prohot_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}


.xj_prohot_ul .itemss {position:relative;width:23%;height:315px;border-radius:10px;border:1px solid #f08300;margin-bottom:50px;}
.xj_prohot_ul .itemss:before {content:'';position:absolute;width:0;height:10px;right:0;bottom:0;background-color:rgb(0,205,175);border-radius:10px 0 10px 0;transition:all .3s; z-index:3;}
.xj_prohot_ul .itemss:hover:before,.xj_prohot_ul .itemss1:before {content:'';position:absolute;width:80%;height:10px;right:0;bottom:0;background-color:rgb(0,205,175);border-radius:10px 0 10px 0;}

.xj_tit1{position:absolute;transition:all 0.3s;left:20px;bottom:-10px;transition:all 0.3s; z-index:3;}

.xj_tit2{position:absolute;transition:all 0.3s;left:20px;top:10px;transition:all 0.3s; z-index:3;}



.xj_prohot_ul .tips {font-size:16px;font-weight:bold;}
.xj_prohot_ul .tips1 {
    position: relative;
}
.xj_prohot_ul .tips2 {opacity:0;top:10px;}
.xj_prohot_ul .more {position: relative;width:100px;left: 70%;height:20px;line-height:20px;font-size:16px;text-align:center;transition:all 0.3s;z-index:3;}
.xj_prohot_ul .more1 {/* right:28px; */background-color:#f07f00;}
.xj_prohot_ul .more2 {left:0px;top:0;border:1px solid #00cdaf;background-color:#00cdaf;transition:all 0.3s;opacity:0;}
.xj_prohot_ul .itemss img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all 0.3s; z-index:1;}

.xj_zz{ position:absolute; width:100%; height:100%; background:rgba(0,205,175,0.15); top:0; left:0; z-index:2; display:none;border-radius:10px;}


.xj_prohot_ul .img1 {width:80%;}
.xj_prohot_ul .img2 {width:70%;}
.xj_prohot_ul .img3 {width:70%;}
.xj_prohot_ul .img4 {width:46%;}  
.xj_prohot_ul .img5 {width:58%;}   
.xj_prohot_ul .img6 {width:70%;}





.xj_prohot_ul .itemss1 .img1 {top:60%;left:40%;width:100%;transform:translate(-50%,-50%) scale(1.1);}
.xj_prohot_ul .itemss:hover img {transform:translate(-50%,-50%) scale(1.1);}
.xj_prohot_ul .itemss:hover .xj_zz{ display:block;}



.xj_prohot_ul .itemss:hover .tips2,.xj_prohot_ul .itemss1 .tips2 {opacity:1;transform:translateY(10px);}
.xj_prohot_ul .itemss:hover .more2,.xj_prohot_ul .itemss1 .more2 {opacity:1;transform:translateY(10px);}
.xj_prohot_ul .itemss:hover .tips1,.xj_prohot_ul .itemss1 .tips1 {opacity:0;transform:translateY(10px);}
.xj_prohot_ul .itemss:hover .more1,.xj_prohot_ul .itemss1 .more1 {opacity:0;transform:translateX(10px);}


.xj_about{ background: linear-gradient(to right, #23313c 100%, #23313c 100%); padding:50px 0;}
.xj_about_top{ height:149px; background:url(../images/xj_aboutbg.png) center top no-repeat; font-size:36px; font-weight:bold; text-align:center; padding-top:50px;}


.xj_about_w{ display:flex; justify-content:space-between; background:#fff; border-radius:20px; margin-top:50px; overflow:hidden;}
.xj_about_l{ width:45%; overflow:hidden;}

.xj_about_l img{ width:100%; transition:all 0.4s;}
.xj_about_l a:hover img{ transform:scale(1.05,1.05);}

.xj_about_r{ flex:1; padding:40px;}
.xj_about_r h4{ font-size:2em; font-weight:bold;}
.xj_about_r h4 a:hover{ color:#09F;}
.xj_about_r p{ padding:2em 0 2em; line-height:1.8em;}

.xj_about_b{display:flex; justify-content:space-between;}
.xj_about_b li{ width:25%; text-align:center; border-radius:20px; background:#F3F9FF; box-shadow:0 0 10px rgba(0,0,0,0.15); padding:1em;}
.xj_about_b li span{ font-size:2.5em; font-weight:bold; color:#09F; display:block;}
.xj_about_b li i{ display:block; font-size:0.875em;}

.xj_about_b li:nth-child(2) span{ color:#FF8518;}


@media (min-width:1401px){
    .banner .pager-prev{
        left: calc((100% - 1400px) / 4);
    }
    .banner .pager-next{
        right: calc((100% - 1400px) / 4);
    }
}
@media (max-width:1400px){
    .banner-text,.product-center,.solution,.news,.choose-us,.footers{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1080px){
    .scroll-section .list-four ul{
        flex-wrap: wrap;
    }
    .scroll-section .list-four ul li{
        width: calc((100% - 1rem) / 2);
    }
    .solution>ul{
        flex-wrap: wrap;
    }
    .solution>ul>li{
        width: calc((100% - 1rem) / 2);
    }
    .solution>ul>li:last-child{
        width: 100%;
    }
    .solution>ul li ul{
        flex-direction: row;
    }
    .solution>ul li a .title-viewmore .title,.solution>ul li ul li .title{
        font-size: 1.5rem;
    }
    .banners .banner-text h1{
        margin-bottom: 3rem;
    }
    .banners .banner-text p{
        display: none;
    }
	
	
	.banners{ height:auto;}
	.desc .htitle{ font-size:32px; line-height:36px; margin:0;}
	.home_tit{ margin:0; padding:30px 0;}
	.home_tit p{ width:90%; font-size:1em; line-height:1.5em;}
	.xj_profl_ul{flex-wrap:wrap; padding:60px 10px 0;}
	.xj_profl_li{ width:48%; margin-bottom:60px;}
	.xj_profl_li .img{ margin-top:-50px;}
	
	.xj_profl_li h3 a{ font-size:16px;}
	
	.xj_profl_li .more{ width:50%; bottom:-3px; right:-3px;}
	
	.xj_prohot_ul{ padding:0 10px;}
	.xj_prohot_ul .itemss{ width:48%; height:auto; padding-bottom:60px; overflow:hidden;}
	.xj_tit2{ display:none;}
	.xj_prohot_ul .itemss img{ position:inherit; transform:translate(0,0);}
	.xj_prohot_ul .img2{ width:100%;}
	.xj_prohot_ul .more1{ display:none;}
	
	.xj_tit1{ bottom:8px; left:5;}
	.xj_prohot_ul .tips{ font-size:16px; line-height:25px; height:50px; overflow:hidden;}
	
	.xj_about_top{ background:none; height:60px; font-size:26px; padding:0; text-transform:uppercase;}
	.xj_about_w{ margin:0 10px; flex-wrap:wrap;}
	.xj_about_l{ width:100%;}
	.xj_about_r{ width:100%; padding:40px 20px;}
	.xj_about_r h4{ font-size:2.2em;}
	.xj_about_r p{ font-size:1.2em;}
	
	.xj_foot-tonjhu p,.dbligh-nur p{ font-size:14px;}
	.xj_footer{ padding-top:0; padding-bottom:0;}
}

@media (max-width:980px){
    .product-center .product ul{
        flex-wrap: wrap;
    }
    .product-center .product ul li{
        width: 100%;
    }
}

@media (max-width:785px){
    .solution>ul li ul{
        flex-direction: column;
    }
    .solution>ul li ul li{
        width: 100%;
    }
}

@media (max-width:768px){
    .yc_news{ display:none;}
}

@media (max-width:768px){
    .banners .banner-text h1{
        font-size: 3rem;
    }
    .banners .banner-text p{
        font-size: 1.2rem;
    }
    .banners .banner-text a{
        font-size: 1.5rem;
    }
    .news ul{
        flex-wrap: wrap;
    }
    .news ul li{
        width: 100%;
    }
    .news ul li img{
        width: 100%;
    }
    .choose-us-con .choose-us ul{
        flex-wrap: wrap;
        gap: 3rem 1rem;
    }
    .choose-us-con .choose-us ul li{
        width: calc((100% - 1rem) / 2);
    }
    .footer-con .footers .left-right-con{
        flex-wrap: wrap;
    }
    .footer-con .footers .left-right-con .left-con,  .footer-con .footers .left-right-con .right-con{
        width: 100%;
        max-width: 100%;
    }
    .footer-con .footers .left-right-con .right-con{
        order: 1;
    }
    .footer-con .footers .left-right-con .left-con{
        order: 2;
    }
    .footer-con .footers .left-right-con .right-con ul li:nth-child(1), .footer-con .footers .left-right-con .right-con ul li:nth-child(2), .footer-con .footers .left-right-con .right-con ul li:nth-child(3){
        width: 100%;
    }
    .footer-con .footers .left-right-con .left-con{
        margin-top: 2rem;
    }
}
@media (max-width:500px){
    .scroll-section .list-four ul li{
        width: 100%;
    }
    .solution>ul>li{
        width: 100%;
    }

}
@media (max-width:400px){
    .banners .banner-text p{
        display: none;
    }
    .banners .banner-text h1{
        margin-bottom: 3rem;
    }
}


.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


.xj_lunbo_li img{ width:100%;}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(img/AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#banner{ min-height:650px;}

.grabbing {
    cursor: url(img/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}