:root{
    --color1: #3483f9;
    --color2: #25d7fd;
}
.page-section-icon-container,
.page-section-products-container,
.page-section-about-container,
.page-section-customer-container,
.page-section-projects-container,
.page-section-honor-container,
.page-section-team-container,
.page-section-contact-container
{max-width: 1400px;margin: 0 auto;width: 100%;box-sizing: border-box;}
.page-section-span{width: 50px;height: 3px;background: var(--color1);margin: 0 auto;}
a:hover{color: var(--color1);}
/* banner */
.page-section-banner{max-width: 1920px;margin: 0 auto;}
.page-section-banner img{display: block;max-width: 100%;}

/* icon */
.page-section-icon-img{width: 76px;height: 76px;background: linear-gradient(90deg, var(--color2) 0%, var(--color1) 100%);border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-right: 22px;transition: all .5s ease-in-out;}
.page-section-icon-img-ig{transition: all .3s ease-in-out;}
.page-section-icon-box{width: 23%;display: flex;justify-content: center;align-items: center;}
.page-section-icon-all{display: flex;justify-content: space-between;margin: 50px 0;}
.page-section-icon-size-p{font-size: 18px;font-weight: 900;color: #212121;line-height: 1;margin-bottom: 15px;transition: all .3s ease-in-out;}
.page-section-icon-size-s{font-size: 14px;font-weight: 400;color: #212121;line-height: 1;}
.page-section-icon-img:hover img{transform: rotateY(180deg);}
.page-section-icon-img:hover{background: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);}
.page-section-icon-box:hover .page-section-icon-size-p{color: var(--color1);}
@media (max-width:1400px) {
    .page-section-icon-img{width: 65px;height: 65px;}
    .page-section-span{width: 45px;height: 2px;}
}
@media (max-width:1366px) {
    .page-section-icon-size{width: 55%;}
}
@media (max-width:1024px) {
    .page-section-icon-img{width: 50px;height: 50px;margin-right: 15px;}
    .page-section-icon-img-ig {max-width: 50%;}
    .page-section-icon-size-p{font-size: 18px;}
    .page-section-icon-size {width: 62%;}
    .page-section-icon-all{margin: 40px 0;}
}
@media (max-width:768px) {
    .page-section-icon-box{width: 24%;flex-direction: column;justify-content: unset;}
    .page-section-icon-size-p{font-size: 16px;margin: 10px 0;text-align: center;}
    .page-section-icon-img{margin-right: 0;}
    .page-section-icon-size{width: 90%;}
    .page-section-icon-size-s{text-align: center;}
    .page-section-icon-all{margin: 30px 0;}
}
@media (max-width:450px) {
    .page-section-icon-all{flex-wrap: wrap;}
    .page-section-icon-box{width: 100%;flex-direction: row;margin-bottom: 25px;}
    .page-section-icon-size-p,.page-section-icon-size-s{text-align: inherit;}
    .page-section-icon-img{margin-right: 35px;}
    .page-section-icon-box:nth-of-type(4){margin-bottom: 0;}
    .page-section-icon-size{width: 70%;}
    .page-section-icon-img{width: 60px;height: 60px;}
}
/* product */
.page-section-product-tit{font-size: 22px;font-weight: bold;color: #212121;line-height: 1;text-align: center;margin: 20px 0 50px;text-transform: capitalize;}
.page-section-product-list{display: flex;justify-content: space-between;margin-bottom: 40px;;align-items: center;flex-wrap: wrap;}
.page-section-product-list li{width: 23%;margin-bottom: 30px;}
.page-section-product-picture-img{display: block;width: 100%;transition: all .3s ease-in-out;}
.page-section-product-picture{margin-bottom: 20px;border-radius: 5px;overflow: hidden;}
.page-section-product-item-name-p{font-size: 16px;font-weight: bold;color: #333333;line-height: 1.5;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: -webkit-box;}
.page-section-product-item-name-a{font-size: 14px;font-weight: 400;color: var(--color1);line-height: 1;display: block;margin-top: 10px;}
.page-section-product-item{display: flex;justify-content: space-between;align-items: center;}
.page-section-product-item-name{width: 100%;}
.page-section-product-picture:hover img{transform: scale(1.1);}
@media (max-width:1400px) {
    .page-section-product-item-name-a{margin-top: 15px;font-size: 14px;}
    .page-section-product-list li{margin-bottom: 20px;}
}
@media (max-width:1366px) {
    .page-section-product-item-name-a{margin-top: 10px;}
    .page-section-product-picture{margin-bottom: 10px;}
    .page-section-product-list li{margin-bottom: 20px;}
}
@media (max-width:1280px) {
    .page-section-product-list{margin-bottom: 30px;}
}
@media (max-width:1024px) {
    .page-section-product-item-name-p{font-size: 14px;}
    .page-section-product-item-name-a{font-size: 14px;}
    .page-section-product-item-name{width: 100%;}
}
@media (max-width:450px) {
    .page-section-product-list li{width: 48%;}
    .page-section-product-item-name-a{margin-top: 5px;font-size: 14px;}
    .page-section-product-list{margin-bottom: 30px;}
}
/* about */
.page-section-about-content{display: flex;justify-content: center;align-items: center;padding: 50px 0;}
.page-section-about-l{width: 37%;border-radius: 5px;overflow: hidden;}
.page-section-about-l img{display: block;max-width: 100%;transition: all .3s ease-in-out;}
.page-section-about-r{width: 63%;padding-left: 5%;box-sizing: border-box;}
.page-section-about-introduce-p1{font-size: 22px;font-weight: bold;color: #161616;line-height: 1;margin-bottom: 20px;}
.page-section-about-introduce-p2{font-size: 16px;font-weight: 400;color: #666666;line-height: 30px;text-align: justify;-webkit-box-orient: vertical;-webkit-line-clamp: 9;overflow: hidden;display: -webkit-box;}
.page-section-about-introduce>div{width: 50px;height: 2px;background: var(--color1);margin-bottom: 20px;}
.page-section-about{background: #f7f7f7;}
.page-section-about-l:hover img{transform: scale(1.1);}


@media (max-width:1400px) {
    .page-section-about-introduce-p1{margin-bottom: 20px;line-height: 1;font-size: 24px;}
    .page-section-about-introduce-p2{font-size: 14px;}
    .page-section-about-introduce>div{width: 45px;height: 2px;margin-bottom: 20px;}
}
@media (max-width:1366px) {
    .page-section-about-r{padding-left: 3%;width: 50%;}
    .page-section-about-l{width: 40%;}
    .page-section-about-introduce-p1{font-size: 22px;margin-bottom: 15px;}
}
@media (max-width:1024px) {
    .page-section-about-introduce-p1{margin-bottom: 15px;line-height: 1.5;font-size: 20px;}
    .page-section-about-introduce-p2{font-size: 14px;line-height: 1.5;}
    .page-section-about-content{padding: 35px 0;}
}
@media (max-width:768px) {
    .page-section-about-introduce-p1{font-size: 18px;line-height: 1.3;margin-bottom: 10px;}
    .page-section-about-introduce>div{margin-bottom: 15px;}
    .page-section-about-content{padding: 50px 0;}
}
@media (max-width:450px) {
    .page-section-about-content{flex-direction: column;}
    .page-section-about-l{width: 100%;}
    .page-section-about-r{width: 100%;margin-top: 30px;padding-left: 0;}
    .page-section-about-content{padding: 30px 0;}
}
/* customer */
.page-section-customer-content{display: flex;justify-content: space-between;align-items: center;}
.page-section-customer-l{width: 20%;padding-right: 50px;box-sizing: border-box;}
.page-section-customer-l-tit{font-size: 22px;text-transform: capitalize;font-weight: bold;color: #212121;line-height: 1;}
#page-section-customer-f{width: 80%;padding: 50px 0;overflow: hidden;}
.page-section-customer-box{width: 100%;margin: auto;padding: 30px;border: 1px solid #eee;box-sizing: border-box;}
.page-section-customer-size{margin: 20px 0;}
.page-section-customer-size-p{font-size: 16px;font-weight: 400;color: #666666;line-height: 24px;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;display: -webkit-box;}
.page-section-customer-client{display: flex;align-items: center;}
.page-section-customer-profile{margin-right: 20px;}
.page-section-customer-name-p1{font-size: 16px;font-weight: bold;color: #003333;line-height: 1;margin-bottom: 10px;}
.page-section-customer-name-p2{font-size: 14px;font-weight: 400;color: var(--color1);line-height: 1;}
.page-section-customer-l>div{width: 50px;height: 3px;background: var(--color1);margin-bottom: 20px;}
.swiper-customer-next, .swiper-customer-prev{display: none;}
#page-section-customer-f .swiper-pagination{display: none;}
.page-section-customer-star>em{font-size: 20px;color: var(--color1);}
.page-section-customer-alls{position: relative;overflow: hidden;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);border-radius: 5px;}
.page-section-customer-x1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0;border-top-color: transparent;border-right-color: transparent;border-bottom-color: transparent;border-left-color: var(--color1);position: absolute;bottom: 0;left: 0;-webkit-transition: all 0.7s;transition: all 0.6s;z-index: -1;}
.page-section-customer-x2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0;border-top-color: transparent;border-left-color: transparent;border-bottom-color: transparent;border-right-color: var(--color1);position: absolute;top: 0;right: 0;-webkit-transition: all 0.7s;transition: all 0.6s;z-index: -1;}
.page-section-customer-alls:hover {border-color: var(--color1);}
.page-section-customer-alls:hover .page-section-customer-x1{border-width: 350px 0 0 350px;}
.page-section-customer-alls:hover .page-section-customer-x2{border-width: 0 350px 350px 0;}
.page-section-customer-alls:hover .page-section-customer-star>em{color: #fff;}
.page-section-customer-alls:hover p{color: #fff;}
@media (max-width:1400px) {
    .page-section-customer-l-tit{line-height: 1;}
    .page-section-customer-size-p{font-size: 14px;}
    .page-section-customer-star>em{font-size: 20px;}
    .page-section-customer-l>div{margin-bottom: 20px;width: 45px;height: 2px;}
}
@media (max-width:1366px) {
    .page-section-customer-content{padding:  0;}
    .page-section-customer-l{width: 20%;}
    #page-section-customer-f{width: 80%;}
}
@media (max-width:1024px) {
    .page-section-customer-l{padding-right: 20px;width: 20%;}
    .page-section-customer-f{width: 80%;padding: 35px 0;}
    .page-section-customer-box{padding: 20px;}
    .page-section-customer-size-p{font-size: 14px;}
    .page-section-customer-name-p1{margin-bottom: 5px;font-size: 16px;}
    .page-section-customer-name-p2{font-size: 12px;}
    .page-section-customer-size{margin: 10px 0;}
    .page-section-customer-star em{font-size: 18px;color: var(--color1);}
}
@media (max-width:768px) {
    #page-section-customer-f .swiper-pagination {display: block;bottom: 0;}
    .page-section-customer-content{flex-direction: column;}
    .page-section-customer-l{padding-right: 0;width: 100%;}
    .page-section-customer-l>div{margin-bottom: 15px;width: 40px;height: 2px;}
    .page-section-customer-f{width: 100%;margin-top: 20px;}
    #page-section-customer-f{width: 100%;padding: 20px 0 35px;box-sizing: border-box;}
    .page-section-customer-box{width: 100%;}
    #page-section-customer-f .swiper-pagination-bullet-active{background: var(--color1);}
    .page-section-customer-container{padding: 35px 20px;}
}
@media (max-width:450px) {
    #page-section-customer-f{padding: 0 0 30px 0;}
    .page-section-customer-box{width: 95%;box-sizing: border-box;margin: 20px auto;}
}
/* Projects */
.page-section-projects-list{display: flex;justify-content: space-between;margin-bottom: 50px;}
.page-section-projects-container .page-section-projects-list li{width: 32%;}
.page-section-projects-picture{border-radius: 5px 5px 0px 0px;overflow: hidden;}
.page-section-projects-picture img{display: block;max-width: 100%;transition: all .3s ease-in-out;}
.page-section-projects-size{padding: 25px;border: 1px solid #E5E5E5;border-radius: 0px 0px 5px 5px;}
.page-section-projects-size-p1{font-size: 18px;font-weight: bold;color: #333333;line-height: 1; margin-bottom: 15px;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: -webkit-box;}
.page-section-projects-size-p1 p{transition: all .3s ease-in-out;}
.page-section-projects-size-p2{font-size: 16px;font-weight: 400;color: #333333;line-height: 24px;margin-bottom: 15px;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;display: -webkit-box;}
.page-section-projects-size-a{font-size: 16px;font-weight: 400;color: var(--color1);line-height: 1;}
.page-section-projects-tit{font-size: 22px;font-weight: bold;color: #212121;line-height: 1;text-align: center;margin:30px 0 40px;text-transform: capitalize;}
.page-section-projects-container .page-section-projects-list li:hover .page-section-projects-picture img{transform: scale(1.1);}
.page-section-projects-container .page-section-projects-list li:hover .page-section-projects-size-p1{color: var(--color1);}
@media (max-width:1400px) {
    .page-section-projects-size-p1{font-size: 16px;margin-bottom: 10px;}
    .page-section-projects-size-p2{font-size: 14px;margin-bottom: 10px;}
    .page-section-projects-size{padding: 20px;}
    .page-section-projects-size-a{font-size: 13px;}
}
@media (max-width:1024px) {
    .page-section-projects-size{padding: 20px;}
}
@media (max-width:768px) {
    .page-section-projects-size{padding: 15px;}
    .page-section-projects-size-p2{font-size: 14px;line-height: 1.5;margin-bottom: 10px;}
    .page-section-projects-list{margin-bottom: 50px;}
}
@media (max-width:450px) {
    .page-section-projects-list{flex-wrap: wrap;margin-bottom: 20px;}
    .page-section-projects-container .page-section-projects-list li{width: 100%;margin-bottom: 30px;}
}
/* video */
.page-section-video{max-width: 1920px;margin: 0 auto;position: relative;}
.page-section-video-content-play{width: 60px;height: 60px;background: rgba(56,83,216,0);border-color: #fffefe00;border-radius: 50%;position: relative;display: flex;justify-content: center;align-items: center;}
.page-section-video-content-play em{color: var(--color1);font-size: 34px;}
.page-section-video-content-play::after,.page-section-video-content-play::before{content: "";display: block;position: absolute;top: 0;left: 0;width: 95%;height: 95%;border-radius: 50%;border: 1px solid var(--color1);opacity: 0;padding: 0px;}
.page-section-video-content-play::after{animation: aperture 1.5s ease infinite .4s;-webkit-animation: aperture 1.5s ease infinite .4s;}
.page-section-video-content-play::before{animation: aperture 1.5s ease infinite; -webkit-animation: aperture 1.5s ease infinite;}
.page-section-video-bg-img{display: block;width: 100%;}
.page-section-video-content{position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;top: 0;}
.page-section-video-content-con{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.page-section-video-content-p1{font-size: 24px;font-weight: bold;color: #212121;line-height: 30px;}
.page-section-video-content-p{margin-top: 55px;}
@keyframes aperture {0% {opacity: 1;transform: scale(1)}100% {opacity: 0;transform: scale(1.5)}}
@media (max-width:1400px) {
    .page-section-video-content-p1{font-size: 20px;}
}
@media (max-width:1024px) {.page-section-video-content-p {margin-top: 20px;}
.page-section-video-content-p1{font-size: 18px;}
}
@media (max-width:768px) {
    .page-section-video-content-p1{font-size: 20px;}
}
@media (max-width:450px) {
    .page-section-video-content{position: unset;background: url(/images/ppage/t5/video.jpg)center no-repeat;background-size: cover;}
    .page-section-video-bg{display: none;}
    .page-section-video-content-con{padding: 50px 0;}
    .page-section-video-content-play{margin-right: 0;}
    .page-section-video-content-p1{font-size: 16px;}
}
/* honor */
.page-section-honor-tit{font-size: 22px;margin: 30px 0 50px;font-weight: bold;color: #212121;line-height: 1;text-align: center;text-transform: capitalize;}
.page-section-honor-list li{width: 100%;}
.page-section-honor-list{display: flex;justify-content: space-between;margin-bottom: 90px;}
.page-section-honor-list li>img{display: block;max-width: 100%;transition: all .3s ease-in-out;}
#page-section-honor-list .swiper-slide img{max-width: 100%;transition: all .3s ease-in-out;}
#page-section-honor-list .swiper-pagination{display: none;}
.page-section-honor{padding: 50px 0;}
.page-section-honor-img img{display: block;max-width: 100%;}
.page-section-honor-all{overflow: hidden;}
#page-section-honor-list .swiper-wrapper .swiper-slide{text-align: center;}
.page-section-honor-size{margin-top: 20px;}
.page-section-honor-name{font-size: 18px;font-weight: 500;text-transform: uppercase;}
.page-section-honor-img{overflow: hidden;padding: 10px;box-sizing: border-box;border-radius: 5px;display: flex;justify-content: center;}
.page-section-honor-all:hover .page-section-honor-img img{transform: scale(1.05);}
#page-section-honor-list{overflow: hidden;}
@media (max-width:1024px) {
    .page-section-honor{padding: 35px 0;}
}
@media (max-width:768px) {
    .page-section-honor-list{margin-bottom: 50px;}
    #page-section-honor-list .swiper-pagination{display: block;bottom: 0;}
    #page-section-honor-list .swiper-pagination-bullet-active{background: var(--color1) !important;}
    .page-section-honor {padding: 30px 0;}
    #page-section-honor-list{padding-bottom: 20px;}
}
@media (max-width:450px) {
    #page-section-honor-list{padding-bottom: 20px;}
}
/* team */
.page-section-team-img img{display: block;max-width: 100%;padding: 5px;box-sizing: border-box;transition: all .3s ease-in-out;}
.page-section-team-list{display: flex;justify-content: space-between;}
.page-section-team-list-box{position: relative;background: #E3E3E3;box-shadow: 0px 8px 10px 0px rgba(38,38,38,0.13);transition: all .3s ease-in-out;}
.page-section-team-name-p1{font-size: 16px;font-weight: bold;color: #212121;line-height: 1;text-align: center;margin-bottom: 10px;transition: all .3s ease-in-out;}
.page-section-team-name-p2{font-size: 12px;text-align: center;font-weight: 400;color: #666666;line-height: 1;}
.page-section-team-name{padding: 38px 0;}
.page-section-team-ioce{width: 43px;height: 43px;background: #EFEEEE;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto;transition: all .3s ease-in-out;}
.page-section-team-ioce em{font-size: 20px;font-weight: 600;transition: all .3s ease-in-out;}
.page-section-team-box{background: url(/images/ppage/t5/team-span.png)no-repeat center;background-position: bottom;position: absolute;bottom: 0px;width: 100%;left: 0;background-size: contain;}
.page-section-team-tit{font-size: 22px;font-weight: bold;color: #212121;line-height: 1;text-align: center;margin: 30px 0 50px;text-transform: capitalize;}
.page-section-team{padding: 50px 0;background: #f9f9f9;}
.page-section-team-list-box:hover .page-section-team-ioce{background: var(--color1);}
.page-section-team-list-box:hover .page-section-team-ioce em{color: #fff;}
.page-section-team-img{filter: blur(1px);padding: 0px;box-sizing: border-box;transition: all .3s ease-in-out;}
.page-section-team-list-box:hover .page-section-team-img{filter: blur(0);padding: 0;}
.page-section-team-list-btn{display: none;}
.page-section-team-list-box:hover{border: 1px solid var(--color1);display: block;box-sizing: border-box;}
.page-section-team-list-box:hover .page-section-team-name-p1{color: var(--color1);}
.page-section-team-list-box:hover .page-section-team-ioce em{transform: rotateY(180deg);}
@media (max-width:1024px) {
    .page-section-team-name{padding: 20px 0;}
    .page-section-team-name-p1{font-size: 16px;}
    .page-section-team-name-p2{font-size: 12px;}
    .page-section-team{padding: 35px 0;}
}
@media (max-width:768px) {
    .page-section-team{padding: 30px 0;}
    .page-section-team-name{padding: 15px 0;}
    .page-section-team-name-p1{font-size: 16px;}
    .page-section-team-ioce{width: 35px;height: 35px;}
    .page-section-team-ioce em{font-size: 20px;}
    .page-section-team-box{background-size:100% 100%;}
}
@media (max-width:450px) {
    .page-section-team-box{background-size: 100% 100%;}
    .page-section-team-list-btn{display: block;}
    .page-section-team-img img{width: 100%;}
    .swiper-team-next,.swiper-team-prev{width: 45px;height: 45px;background: var(--color1);border-radius: 5px;display: flex;justify-content: center;align-items: center;}
    .page-section-team-list-btn{display: flex;margin-top: 30px;justify-content: center;}
    .swiper-team-next{margin-right: 30px;}
    .swiper-team-next img, .swiper-team-prev img{max-width: 45%;}
}
/* contact */
.page-section-contact-l{width: 60%;padding: 30px 40px;border: 1px solid #E5E5E5;box-shadow: 0px 8px 10px 0px rgba(38,38,38,0.16);border-radius: 5px;}
.page-section-contact-all{display: flex;justify-content: center;align-items: center;}
.page-section-contact-r{width: 35%;padding-left: 5%;box-sizing: border-box;}
.page-section-contact-img{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.page-section-contact-size-p1{font-size: 16px;font-weight: bold;color: #161616;line-height: 1;margin-bottom: 10px;}
.page-section-contact-size-p2,.page-section-contact-size-p3{font-size: 14px;font-weight: 400;color: #666666;line-height: 1.5;}
.page-section-contact-r-box{display: flex;align-items: center;border: 1px solid #E5E5E5;border-radius: 10px;padding: 35px 28px;border-left: 4px solid var(--color1);transition: all .3s ease-in-out;position: relative;overflow: hidden;}
.page-section-contact-r-box:nth-of-type(2){margin: 20px 0;}
.page-section-contact-tit{font-size: 24px;font-weight: bold;color: #212121;line-height: 1;text-align: center;margin: 25px 0 50px 0;text-transform: capitalize;}
.page-section-contact-container{padding: 50px 0;}
.page-section-contact-r-box p{transition: all .3s ease-in-out;}
.page-section-contact-img em{font-size: 39px;color: var(--color1);}
.inquiry-form{position: relative;display: flex;-ms-flex-pack: justify;justify-content: space-between;flex-wrap: wrap;}
.page-section-contact-l .send-inquiry .inquiry-form input{position: relative;box-sizing: border-box;margin-bottom: 25px;padding-left: 10px;width: 49%;height: 50px;border: 1px solid #D5D5D5;outline: none;border-radius: 5px;}
.page-section-contact #feedbackForm .send-btn{border: none !important;width: 100%;background-color: var(--color1);border-radius: 10px;margin: 20px 0;transition: all .3s ease-in-out;height: 50px;display: flex;cursor: pointer;align-items: center;font-weight: bold;color: #FFF;text-align: center;justify-content: center;}
.page-section-contact #feedbackForm .send-btn>div{color: #fff !important;}
.page-section-contact #feedbackForm .send-btn .span:nth-child(2){display: none;}
#feedbackForm .send-btn:hover{background: var(--color1);box-shadow: 1px 1px 5px 0px #818080;border: none;border-radius: 5px;overflow: hidden;}
.send-inquiry {margin-top: 20px;margin-top: 20px;display: flex;flex-direction: column;justify-content: space-between;}
.page-section-contact-l .send-inquiry textarea{padding: 10px 0px 0px 10px;box-sizing: border-box;width: 100%;outline: none;height: 200px;border: 1px solid #D5D5D5;resize: none;border-radius: 5px;font-family: auto;}
.hvr-bounce-to-right-y:before, .hvr-bounce-to-right:before{background: var(--color1);}
.send-inquiry .inquiry-form input:focus, .send-inquiry .inquiry-form textarea:focus{border-color: var(--color1);}
.page-section-contact-r-box::after{position: absolute;width: 100%;height: 100%;content: '';background: var(--color1);left: -100%;top: 0;z-index: -1;transition: all .4s ease-in-out;}
.page-section-contact-r-box:hover .page-section-contact-img em{color: #fff;}
.page-section-contact-r-box:hover p{color: #fff;}
.page-section-contact-r-box:hover:after{left: 0;}
@media (max-width:1366px) {
    .page-section-contact-r{padding-left: 3%;}
}
@media (max-width:1024px) {
    .page-section-contact-container{padding: 35px 0;}
    .page-section-contact-l{width: 55%;padding: 30px;box-sizing: border-box;}
    .page-section-contact-r{width: 45%;}
    .page-section-contact-r-box{padding: 20px;}
    .page-section-contact-size-p1{margin-bottom: 10px;}
    .page-section-contact-p{font-size: 18px;margin-bottom: 15px;}
    .page-section-contact-size-p2, .page-section-contact-size-p3{line-height: 1.5;font-size: 14px;}
    .page-section-contact-img em{font-size: 32px;}
    .page-section-contact-r-box:nth-of-type(2){margin: 25px 0;}
}
@media (max-width:768px) {
    .page-section-contact-all{flex-direction: column-reverse;}
    .page-section-contact-l{width: 100%;}
    .page-section-contact-r{width: 100%;padding-left: 0%;margin-bottom: 20px;}
}
@media (max-width:450px) {
    .page-section-contact-r{display: none;}
    .page-section-contact-l{padding: 20px;}
    .page-section-contact-p{font-size: 20px;margin-bottom: 20px;}
    .page-section-contact-container{padding: 30px 0;}
    .page-section-liaison-r-input input{height: 50px;}
    .page-section-liaison-r-input>em{top: 25px;}
    .page-section-liaison-r-input{margin-bottom: 5px;}
}
/* public */
@media (max-width:1400px) {
    .page-section-honor-container,.page-section-icon-container, .page-section-products-container, .page-section-about-container, .page-section-customer-container, .page-section-projects-container, .page-section-team-container, .page-section-contact-container{padding-left: 20px;padding-right: 20px;}
    .page-section-product-tit,.page-section-customer-l-tit,.page-section-projects-tit,.page-section-honor-tit,.page-section-team-tit,.page-section-contact-tit{font-size: 20px;}
    .page-section-product-tit,.page-section-projects-tit,.page-section-honor-tit,.page-section-team-tit,.page-section-contact-tit{margin: 20px 0 50px;}
}
@media (max-width:1366px) {
    .page-section-product-tit,.page-section-projects-tit,.page-section-honor-tit,.page-section-team-tit,.page-section-contact-tit{margin: 20px 0 30px;}
}
@media (max-width:768px) {
    .page-section-product-tit, .page-section-customer-l-tit, .page-section-projects-tit, .page-section-honor-tit, .page-section-team-tit, .page-section-contact-tit{font-size: 18px;margin: 20px 0 30px;line-height: 1;}
    .page-section-span{width: 40px;height: 2px;}
}
/* iconfont */
@font-face {font-family: "iconfont"; /* Project id  */src: url('/images/ppage/t5/iconfont.ttf') format('truetype');}
.iconfont {font-family: "iconfont" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon-xingxing:before {content: "\e642";}
.icon-tubiao_youxiang:before {content: "\e61d";}
.icon-dizhi_:before {content: "\e616";}
.icon-fenxiang:before {content: "\e647";}
.icon-dianhua9:before {content: "\e886";}
.icon-bofang:before {content: "\e60a";}
  
header{top: 60px;}
.head-nav{height: 90px;}
.frbanner-text{color: #fff;position: absolute;left: 10vw;bottom: 10vw;right: 38vw;}
.frbanner-p1{font-size: 36px;font-weight: bold;color: #ffff9f;line-height: 1.2;}
.frbanner-p2{font-size: 24px;margin-top: 15px;line-height: 1.2;}
.frbanner-line{width: 100%;height: 1px;background: #fff;margin: 20px 0;}
.frbanner-li{position: relative;padding-left: 20px;margin-bottom: 15px;line-height: 1;}
.frbanner-li:last-child{margin-bottom: 0;}
.frbanner-li::before{content: '';position: absolute;left: 0;top: 10px;width: 8px;height: 8px;border-radius: 50%;background: #fff;}
@media (max-width:1440px) {
    header{top: 30px;}
    .frbanner-p1{font-size: 30px;}
    .frbanner-p2{font-size: 20px;}
}
@media (max-width:1280px) {
    .frbanner-text{left: 5vw;right: 35vw;}
}
@media (max-width:1024px) {
    .frbanner-text{right: 15vw;}
    .frbanner-p1{font-size: 24px;}
    .frbanner-p2{font-size: 18px;}
    .frbanner-li{margin-bottom: 5px;}
}
@media (max-width:990px) {
    .head-logo img{height: 60px;}
}

.page-section-rendez,.page-section-service{padding: 50px;}
.page-section-rendez-container,.page-section-service-container{max-width: 1400px;margin: 0 auto;width: 100%;box-sizing: border-box;}
.page-section-rendez-content{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page-section-rendez-title{font-size: 32px;text-align: center;font-weight: bold;margin-bottom: 40px;line-height: 1.2;}
.page-section-redez-l{width: 64%;box-shadow:  0 3px 15px 3px rgba(0, 0, 0, 0.3)}
.page-section-redez-l .img{height: 100%;}
.page-section-redez-l .img img{width: 100%;height: 100%;}
.page-section-redez-r{color: #fff;width: 34%;background: #3aacad;padding: 60px 30px;box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.3);}
.page-section-redez-r .r-list{margin: 30px 0;}
.page-section-redez-r .r-li{color: #ffff9f;margin-bottom: 10px;}
.page-section-redez-r .r-li:last-child{margin-bottom: 0;}
@media (max-width: 1400px) {
    .page-section-rendez,.page-section-service{padding: 50px 20px;}
}
@media (max-width:1280px) {
    .page-section-redez-l{width: 60%;}
    .page-section-redez-r{width: 38%;padding: 30px;}
}
@media (max-width:1024px) {
    .page-section-rendez-content{flex-direction: column-reverse;}
    .page-section-rendez-title{margin-bottom: 20px;}
    .page-section-redez-l,.page-section-redez-r{width: 100%;}
    .page-section-redez-r{margin-bottom: 20px;}
}


.page-section-service .page-section-service-content{display: flex;justify-content: space-between;flex-wrap: wrap;}
.page-section-service .service-l{width: 50%;}
.page-section-service .service-l .img{height: 100%;}
.page-section-service .service-l .img img{width: 100%;height: 100%;object-fit: cover;}
.page-section-service .service-r{width: 50%;color: #fff;background: #3aacad;padding: 40px 60px;box-sizing: border-box;}
.page-section-service .r-title{font-size: 32px;margin-bottom: 30px;}
.page-section-service .r-list{max-width: 30px 0;}
.page-section-service .r-li{position: relative;font-size: 18px;padding-left: 20px;margin-bottom: 20px;}
.page-section-service .r-li::before{content: '';position: absolute;top: 10px;left: 0;width: 8px;height: 8px;border-radius: 50%;background: #fff;}
.page-section-service .service-r a{display: block;width: 260px;height: 60px;line-height: 60px;text-align: center;color: #000;border: 2px solid #000;font-weight: 600;position: relative;overflow: hidden;transition: all .2s linear;z-index: 1;}
.page-section-service .service-r a:hover{color: #fff;background: #000;}
@media (max-width: 1400px) {
    .page-section-service .service-r a {font-size: 14px;width: 210px;height: 50px;line-height: 50px;}
}
@media (max-width:1024px) {
    .page-section-service .service-l,.page-section-service .service-r{width: 100%;}
}
@media (max-width:768px) {
    .page-section-service .r-title{font-size: 26px;}
    .page-section-service .r-title,.page-section-service .r-li{margin-bottom: 10px;}
}
@media (max-width:500px) {
    .page-section-service .service-r{padding: 20px 30px;}
    .page-section-service .r-li{font-size: 16px;}
    .page-section-service .service-r a{width: 200px;height: 40px;line-height: 40px;}
}
.page-section-projects-list{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}
.page-section-projects-container .page-section-projects-list li{width:100%}
@media (max-width:768px){.page-section-projects-list{grid-template-columns:repeat(2,1fr)}
}
.page-section-icon-img{ background: #fff;}

.page-section-team-box{background:none !important;bottom:10px;width:60%;left:10px}
.page-section-team-name{background:rgba(255,255,255,.4) !important}
.page-section-team-ioce{display:none}
.page-section-team-name-p2{ color: #000;}
.page-section-icon-img { background: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);width: 55px;height: 55px;padding: 10px;}


.kche-wrap-width,.kche-wrap-width1{clear:both;margin:0 auto;width:100%;padding:15px 0;max-width:1600px;box-sizing:border-box}
.kche-t58 .kche-template-item{position:relative;display:flex;align-items:center;justify-content:center;padding:0 15px 15px}
.kche-t58 .kche-template-item h5,
.kche-t58 .kche-template-item h2{font-weight:var(--fontbold6,600);font-size:24px;margin:0;padding:0}
.kche-t58 .kche-template-item .kche-t58-line{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:50px;height:3px;background:var(--color,#000)}
.kche-text-align-c{text-align:center}
.kche-flex-jc-sb{display:flex;flex-wrap:wrap;justify-content:space-between}
.kche-flex-item3{width:32%;margin:10px 0}
.kche-t42 .kche-item-img{overflow:hidden}
.kche-t42 .kche-item-img img{transition:all .1s linear;max-width:100%}
.kche-t42 .kche-item-img img:hover{transform:scale(1.02)}
.kche-t42 .kche-item-title strong{font-size:18px}
@media (max-width:540px){.kche-flex-item3{width:49%}}
@media (max-width:415px){.kche-flex-item3{width:100%}}

