@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 .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%;
}












.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{width:80%; margin:0 auto;display:flex; justify-content:space-between; background:#fff; border-radius:20px; margin-top:50px; margin-bottom:120px; 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 (max-width:1080px){

	

	.xj_about{ padding:0;}
	.xj_about_top{ background:none; 
    font-size: 3.75rem;
    font-weight: bold;
    font-family: "Folio";
	padding:0; text-transform:uppercase; color:#fff;
	height:auto;
	line-height:1.5em;
	}
	.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;}

}






.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.png) 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;
}
@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;
    }
}

@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){
    .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;
    }
}