﻿@charset "utf-8";
/* 新闻中心 */
.nBan{position: fixed;top:0;left:0;width:100%;}
.nBan .item{position: relative;overflow: hidden;}
.nBan .item .img{padding-top:9.6rem;}
.nBan .item .txt{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);text-align: center;z-index:99;color:#fff;line-height: 1.4;}
.nBan .item .txt .cn{font-size: .48rem;}
.nBan .item .txt .en{font-size: .48rem;font-weight: lighter;text-transform: uppercase;margin-top:0.1rem;}

.subMenu{border-bottom:1px solid #eee;}
.subMenu ul{display: flex;justify-content: center;flex-wrap: wrap;line-height: 1rem;}
.subMenu ul li{padding:0 0.1rem;margin:0 0.3rem;position: relative;}
.subMenu ul li::before{content:'';display: block;width:100%;height:2px;background: #ff7500;position: absolute;left:0;bottom:0;transition: all .5s;transform: rotateY(90deg);opacity: 0;}
.subMenu ul li.on::before{transform: rotateY(0);opacity: 1;}
.subMenu ul li.on a{color:#ff7500;}
.subMenu ul li:hover::before{transform: rotateY(0);opacity: 1;}
.subMenu ul li:hover a{color:#ff7500;}

.Main{background: #fff;position: relative;z-index:998;margin-top:9.6rem;overflow: hidden;}
.pd100{padding:1rem 0;}

.NewsSlider .item{}
.NewsSlider .item a{}
.NewsSlider .item .img{width:55.625%;padding-top:5rem;}
.NewsSlider .item:hover .img span{transform: scale(1.05);}
.NewsSlider .item .txt{width:40.625%;padding-top:0.4rem;}
.NewsSlider .item .txt .date{font-weight: lighter;color:#333;}
.NewsSlider .item .txt .tit{line-height: 1.5;margin:0.3rem 0;}
.NewsSlider .item .txt .dec{font-weight: lighter;line-height: 2;color:#666;}
.NewsSlider .slick-dots{position: absolute;left:59.375%;display: flex;align-items: center;width:calc(40.625% - 2rem);bottom:0.6rem;}
.NewsSlider .slick-dots li{width:50%;height:1px;background: #eee;position: relative;}
.NewsSlider .slick-dots li button{display: none;}
.NewsSlider .slick-dots li::after{content:'';display: block;width:100%;height:2px;background: #ff7500;position: absolute;bottom:0;left:0;width:0;transition: all .5s;opacity: 0;}
.NewsSlider .slick-dots li.slick-active::after{opacity: 1;width:100%;}
.NewsSlider .slick-arrow{width:0.6rem;height:0.6rem;border-radius: 50%;border:1px solid #eee;position: absolute;right:0;bottom:0.3rem;font-size: 0;color:transparent;background-color: transparent;z-index:99;}
.NewsSlider .slick-arrow::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;background-position: center;background-repeat: no-repeat;background-size: 0.2rem;}
.NewsSlider .slick-prev::after{background-image: url(../images/slick_prevg.svg);}
.NewsSlider .slick-next::after{background-image: url(../images/slick-nextg.svg);}
.NewsSlider .slick-prev{right:0.8rem;}
.NewsSlider .slick-arrow:hover{background: #ff7500;border:1px solid #ff7500;}
.NewsSlider .slick-prev:hover::after{background-image: url(../images/slick-prevw.svg);}
.NewsSlider .slick-next:hover::after{background-image: url(../images/slick-nextw.svg);}

.NewsList{margin-top:1rem;}
.NewsList ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.NewsList ul li{width:30.33%;margin-left:3%;margin-bottom:3%;}
.NewsList ul li .img{padding-top:56%;}
.NewsList ul li:hover .img span{transform: scale(1.05);}
.NewsList ul li .txt{padding-top:0.3rem;}
.NewsList ul li .txt .name {float: right;color: #666;font-size: 0.16rem;}
.NewsList ul li .txt .date{font-weight: lighter;color:#666;margin-bottom:0.05rem;}
.NewsList ul li .txt .tit{font-size: 0.22rem;line-height: 0.36rem;height:0.72rem;transition: all .3s;}
.NewsList ul li .txt .dec{font-weight: lighter;line-height: 0.3rem;height:0.6rem;color:#666;margin:0.2rem 0 0.4rem 0;}
.NewsList ul li .txt .more{line-height: 0.44rem;border-radius: 0.44rem;transition: all .5s;display: inline-block;}
.NewsList ul li:hover .txt .more{text-align: center;background: #ff7500;color:#fff;padding:0 0.3rem;}
.NewsList ul li:hover .txt .tit{text-decoration: underline;}


@media(max-width:1024px){
    .nBan .item .img{padding-top:6rem;}
    .Main{margin-top:6rem;}
    .NewsSlider .item .img{padding-top:4rem;}
    .NewsSlider .item .txt{padding-top:0.2rem;}
    .subMenu ul{line-height: 0.6rem;}
}

@media(max-width:768px){
    .nBan .item .img{padding-top:3.2rem;}
    .Main{margin-top:3.2rem;}
    .nBan .item .txt .cn{font-size: 0.3rem;}
    .nBan .item .txt .en{font-size: 0.3rem;}
    .subMenu ul li{padding:0;margin:0 0.2rem;}
    .pd100{padding:0.4rem 0;}
    .NewsList{margin-top:0.5rem;}
    .NewsSlider .item .img{width:100%;padding-top:56%;}
    .NewsSlider .item .txt{width:100%;padding-bottom:0.7rem;}
    .NewsSlider .item .txt .tit{margin:0.15rem 0;}
    .NewsSlider .slick-dots{width:calc(100% - 2rem);bottom:0.25rem;left:0;}
    .NewsSlider .slick-arrow{bottom:0;width:0.5rem;height:0.5rem;}
    .NewsSlider .slick-arrow.slick-prev{right:0.7rem;}
    .NewsList ul li .txt .tit{font-size: 0.18rem;line-height: 0.3rem;height:0.6rem;}
    .NewsList ul li .txt .dec{margin:0.2rem 0;}

}


@media(max-width:640px){
    .NewsList ul li{width:47%;}
}


/* 新闻详情 */
.Main_nomargin{margin-top:1rem;}
.Main_nomargin0{margin-top:0;}
.bg{background: #f7f9fc;}

.Info .InfoCon{width:74%;}
.Info .InfoCon .tit{text-align: left;padding-bottom:0.25rem;margin-bottom:0.5rem;border-bottom:1px solid #ebebeb;}
.Info .InfoCon .tit h2{}
.Info .InfoCon .tit .date{font-weight: lighter;margin-top:0.1rem;color:#333;}
.Info .InfoCon .tit .date span{display: inline-block;margin-right:0.5rem;}
.Info .InfoCon .SinglePage img{display: block;margin:0 auto;border-radius: 0.1rem;}
.Info .InfoCon .SinglePage{font-weight: lighter;color:#333;line-height: 2;font-size: 0.18rem;}
.Info .Infopage{margin-top:0.5rem;padding-top:0.4rem;padding-bottom:0.4rem;border-top:1px solid #ebebeb;position: relative;padding-right:2rem;border-bottom:1px solid #ebebeb;}
.Info .Infopage .goback a{line-height: 0.48rem;width:1.6rem;display: flex;align-items: center;justify-content: center;border-radius: 0.48rem;background: #ff7500;color:#fff;font-weight: lighter;position: absolute;right:0;top:0.5rem;}
.Info .Infopage .goback a img{display: block;margin-left:5px;width:0.16rem;}
.Info .Infopage dl dd{line-height: 0.42rem;font-weight: lighter;color:#999;}

.Info .InfoOther{width:20%;position: relative;}
.Info .InfoOther .InfoOtherBox{position: sticky;}
.Info .InfoOther .share{padding-left:0.4rem;background: url(../images/share.png) no-repeat left center;background-size: 0.2rem;margin-bottom:0.5rem;}
.Info .InfoOther .share ul li{display: inline-block;position: relative;margin-right:0.1rem;}
.Info .InfoOther .share ul li a{display: block;width:0.48rem;height:0.48rem;line-height: 0.48rem;border-radius: 50%;background: #cccccc;text-align: center;display: flex;align-items: center;justify-content: center;}
.Info .InfoOther .share ul li a img{width:0.23rem;}
.Info .InfoOther .share ul li .share-qrcode{position: absolute;left:50%;bottom:115%;padding:5px;background: #fff;width:110px;transform: translateX(-50%);box-shadow: 0 0 10px rgba(25,107,202,0.2);border-radius: 10px;box-sizing: border-box;display: none;}
.Info .InfoOther .share ul li:hover .share-qrcode{display: block;}
.Info .InfoOther .share ul li:hover a{background: #ff7500;}

.Info .InfoOther .name_tit{font-size: 0.24rem;margin-bottom:0.2rem;;}
.Info .InfoOther .otherlist .item{margin-bottom:0.3rem;}
.Info .InfoOther .otherlist .item .img{padding-top:64%;border-radius: 0.1rem;}
.Info .InfoOther .otherlist .item .txt{padding-bottom:0.2rem;border-bottom:1px solid #ebebeb;}
.Info .InfoOther .otherlist .item .txt .date{margin:0.2rem 0 0.1rem;font-weight: lighter;color:#666;}
.Info .InfoOther .otherlist .item .txt .tit{line-height: 0.26rem;height:0.52rem;}
.Info .InfoOther .otherlist .item:hover .img span{transform: scale(1.05);}

@media(max-width:1024px){
    .Main_nomargin{margin-top:0.7rem;}
}

@media(max-width:640px){
    .Info .Infopage{padding-right:0;}
    .Info .Infopage .goback a{position: static;margin-bottom:20px;}
    .Info .InfoCon{width:100%;}
    .Info .InfoOther{width:100%;margin-top:30px;}
    .Info .InfoOther .otherlist .slick-list{margin-left:-0.2rem;}
    .Info .InfoOther .otherlist .item{margin-left:0.2rem;}
    .Info .InfoOther .slick-arrow{width:0.4rem;height:0.4rem;border-radius: 50%;border:1px solid #eee;position: absolute;right:2%;top:22%;transform: translateY(-50%);font-size: 0;color:transparent;background-color: transparent;z-index:99;}
    .Info .InfoOther .slick-arrow::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;background-position: center;background-repeat: no-repeat;background-size: 0.2rem;}
    .Info .InfoOther .slick-prev::after{background-image: url(../images/slick_prevg.svg);}
    .Info .InfoOther .slick-next::after{background-image: url(../images/slick-nextg.svg);}
    .Info .InfoOther .slick-prev{right:auto;left:2%;}
    .Info .InfoOther .slick-arrow:hover{background: #ff7500;border:1px solid #ff7500;}
    .Info .InfoOther .slick-prev:hover::after{background-image: url(../images/slick-prevw.svg);}
    .Info .InfoOther .slick-next:hover::after{background-image: url(../images/slick-nextw.svg);}

}

/* 案例详情 */
.nBan_case{padding-top:0.7rem;}
.nBan_case .item .img{padding-top:7.8rem;}
.Main_case{margin-top:8.5rem;}

.CaseInfo .CaseInfoPart1 .PartBox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.CaseInfo .CaseInfoPart1 .PartBox .txt{width:50.625%;}
.CaseInfo .CaseInfoPart1 .PartBox .txt .tit{text-transform: uppercase;}
.CaseInfo .CaseInfoPart1 .PartBox .txt .tag{color:#ff7500;}
.CaseInfo .con{line-height: 2;font-weight: lighter;margin-top:0.3rem;}

.CaseInfo .CaseInfoPart1 .PartBox .img{width:43.75%;}
.CaseInfo .CaseInfoPart1 .PartBox .img img{width:100%;}

.CaseInfo .CaseInfoPart2 .PartBox{background: #f0f4fa;padding:0.8rem;}
.CaseInfo .CaseInfoPart3 .text{text-align: center;line-height: 2;}
.CaseInfo .CaseInfoPart3 .item{margin-top:1rem;}
.CaseInfo .CaseInfoPart3 .item .box{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.CaseInfo .CaseInfoPart3 .item .box .img{width:43.75%;}
.CaseInfo .CaseInfoPart3 .item .box .img img{width:100%;}
.CaseInfo .CaseInfoPart3 .item .box .txt{width:50.625%;}
.CaseInfo .CaseInfoPart3 .item .tag{color:#ff7500;font-weight: bold;margin-top:0.6rem;line-height: 2;}
.CaseInfo .CaseInfoPart3 .item:nth-child(2n) .box{flex-direction: row-reverse;}
.CaseInfo .CaseInfoPart3 .item .box_text{padding:0.8rem;margin-top:1rem;background: #fffde4;}
.CaseInfo .CaseInfoPart3 .item:nth-child(2n+1) .box_text{background: #e3fff3;}

.CaseInfo .CaseInfoPart4{padding-top:0;}
.CaseInfoPart4 .item{margin-left:0.25rem;position: relative;overflow: hidden;}
.CaseInfoPart4 .item .img{padding-top:6.07rem;transition: all .5s;opacity: 0.3;}
.CaseInfoPart4 .item .img::after{content:'';width:100%;height:100%;background: url(../images/case_bg.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0;transition: all .5s;opacity: 0;}
.CaseInfoPart4 .slick-list{padding:0 2.4rem;margin-left:-0.25rem;}
.CaseInfoPart4 .item .txt{position: absolute;left:0;bottom:0;color:#fff;max-width:8.5rem;padding:0.6rem;transition: all .5s;opacity: 0;}
.CaseInfoPart4 .item .txt .dec{font-weight: lighter;line-height: 1.875;margin:0.2rem 0 0.3rem;}
.common_more{width:1.86rem;line-height: 0.55rem;border-radius: 0.55rem;background: #FF7500;box-shadow: 0px 14px 32px 0px rgba(12,73,158,0.5);color:#fff;font-weight: lighter;text-align: center;}
.mb30{margin-bottom:0.3rem;}

.CaseInfoPart4 .item.slick-current .txt .tit{animation:fadeInLeftSmall 1s .4s ease both;}
.CaseInfoPart4 .item.slick-current .txt .dec{animation:fadeInLeftSmall 1s .8s ease both;}
.CaseInfoPart4 .item.slick-current .txt .common_more{animation:fadeInLeftSmall 1s 1.2s ease both;}
.CaseInfoPart4 .item.slick-current .txt{opacity: 1;}
.CaseInfoPart4 .item.slick-current .img{opacity: 1;}
.CaseInfoPart4 .item.slick-current .img::after{opacity: 1;}

.slider_com .slick-arrow{width:0.6rem;height:0.6rem;border-radius: 50%;background: #ff7500;position: absolute;top:50%;transform: translateY(-50%);z-index:99;font-size: 0;color:transparent;}
.slider_com .slick-arrow::after{content:'';display: block;width:100%;height:100%;background-position: center;background-repeat: no-repeat;background-size: 0.21rem;position: absolute;left:0;top:0;}
.slider_com .slick-prev::after{background-image: url(../images/jt_left.png);}
.slider_com .slick-next::after{background-image: url(../images/jt_right.png);}
.slider_com .slick-prev{left:1.3rem;}
.slider_com .slick-next{right:1.3rem;}

.Message{background-position:left center;background-repeat: no-repeat;background-size: cover;}
.Message .MessageBox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;overflow: hidden;}
.Message .MessageBox .txt{width:42.5%;color:#fff;}
.Message .MessageBox .Form{width:50.5%;background: #FFFFFF;box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.32);padding:0.5rem;}
.Message .MessageBox .Form ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
.Message .MessageBox .Form ul li{width:48%;margin-left:2%;margin-bottom:0.3rem;position: relative;}
.Message .MessageBox .Form ul li i{color:#FF0000;position: absolute;right:0.15rem;top:0.18rem;}
.Message .MessageBox .Form ul li .text{height:0.54rem;border-radius: 0.05rem;border:1px solid #eee;width:100%;display: block;box-sizing: border-box;padding:0 0.2rem;}
.Message .MessageBox .Form ul li textarea.text{height:1.38rem;border-radius: 0.05rem;border:1px solid #eee;width:100%;display: block;box-sizing: border-box;padding:0.1rem 0.2rem;}
.Message .MessageBox .Form ul li.col100{width:100%;}
.Message .MessageBox .Form .formbtn button{width:100%;height:0.55rem;line-height: 0.55rem;border-radius: 0.55rem;background: #ff7500;color:#fff;text-align: center;}
.Message .MessageBox .Form ul li .text:focus{box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);border: 1px solid #FF7B0C;}
.Message .MessageBox .Form ul li textarea.text:focus{box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.1);border: 1px solid #FF7B0C;}


@media(max-width:1024px){
    .pd100{padding:0.4rem 0;}
    .nBan_case .item .img{padding-top:5rem;}
    .Main_case{margin-top:5.7rem;}
    .CaseInfoPart4 .item .img{padding-top:4.2rem;}
    
}

@media(max-width:768px){
    .nBan_case .item .img{padding-top:4rem;}
    .Main_case{margin-top:4.7rem;}
    .CaseInfo .CaseInfoPart1 .PartBox .txt{width:100%;margin-bottom:0.3rem;}
    .CaseInfo .CaseInfoPart1 .PartBox .img{width:100%;}
    .CaseInfo .CaseInfoPart2 .PartBox{padding:0.3rem;}
    .CaseInfo .CaseInfoPart3 .item .box .txt{width:100%;margin-bottom:0.3rem;}
    .CaseInfo .CaseInfoPart3 .item .box .img{width:100%;}
    .CaseInfo .CaseInfoPart3 .item{margin-top:0.4rem;}
    .CaseInfo .CaseInfoPart3 .item .box_text{margin-top:0.4rem;padding:0.3rem;}
    .CaseInfoPart4 .slick-list{padding:0;}
    .slider_com .slick-arrow{width:0.4rem;height:0.4rem;}
    .slider_com .slick-arrow::after{background-size: 0.16rem;}
    .slider_com .slick-next{right:0.1rem;}
    .slider_com .slick-prev{left:0.1rem;}
    .CaseInfoPart4 .item .txt{padding:0.3rem 0.6rem;max-width:5rem;margin:0.15rem 0;}
    .common_more{width:1.4rem;line-height: 0.4rem;border-radius: 0.4rem;}
    .Message .MessageBox .Form{padding:0.3rem;}
    .Message .MessageBox .Form ul li input{height:0.4rem;}
    .Message .MessageBox .Form ul li{margin-bottom:0.2rem;}
    .Message .MessageBox .Form ul li textarea{height:1rem;}
    .Message .MessageBox .Form ul li i{top:0.08rem;}
    .Message .MessageBox .Form .formbtn button{height:0.4rem;border-radius: 0.4rem;line-height: 0.4rem;}

}

@media(max-width:640px){
    .nBan_case .item .img{padding-top:3rem;}
    .Main_case{margin-top:3.7rem;}
    .Message .MessageBox .txt{width:100%;}
    .Message .MessageBox .Form{width:100%;margin-top:0.3rem;}

}

/* 方案设计 */
.bgColor{background: #f8faf9;}
.SchemeDesign .item{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.SchemeDesign .item .img{width:58.75%;border:1px solid #eee;overflow: hidden;}
.SchemeDesign .item .img img{width:100%;transition: all .5s;}
.SchemeDesign .item .txt{width:41.25%;padding:0.2rem 0.6rem;border-bottom:1px solid #eee;}
.SchemeDesign .item:not(:last-child){margin-bottom:0.9rem;}
.SchemeDesign .item:nth-child(2n+1){flex-direction: row-reverse;}
.SchemeDesign .item .con{font-weight: lighter;line-height: 2;margin-top:0.2rem;min-height:2.52rem;}
.SchemeDesign .item:hover .img img{transform: scale(1.05);}

@media(max-width:1024px){
    .SchemeDesign .item .txt{border-bottom:none;padding:0 0.3rem;}
    .SchemeDesign .item .con{min-height:1px;}
    .SchemeDesign .item:not(:last-child){margin-bottom:0.4rem;}
}

@media(max-width:768px){
    .SchemeDesign .item .img{width:100%;}
    .SchemeDesign .item .txt{width:100%;padding:0;margin-bottom:0.2rem;}
}

/* 特色服务 */
.com_dec{font-weight: lighter;line-height: 2;max-width:7.1rem;margin:0.3rem auto;}
.com_dec1{max-width:100%;}
.FeaturedServices .FsPart1 .PartBox ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
.FeaturedServices .FsPart1 .PartBox ul li{width:48%;margin-left:2%;margin-bottom:2%;}
.FeaturedServices .FsPart1 .PartBox ul li .img{padding-top:50%;}
.FeaturedServices .FsPart1 .PartBox ul li:hover .img span{transform: scale(1.05);}
.FeaturedServices .FsPart2{background: url(../images/tsbg.jpg) no-repeat center center;background-size: cover;}
.FeaturedServices .FsPart2 .PartBox ul{display: flex;flex-wrap: wrap;margin-left:-1%;}
.FeaturedServices .FsPart2 .PartBox ul li{width:32.33%;margin-left:1%;margin-bottom:1%;}
.FeaturedServices .FsPart2 .PartBox ul li .img{padding-top:55%;}
.FeaturedServices .FsPart2 .PartBox ul li:hover .img span{transform: scale(1.05);}

@media(max-width:1024px){
    .com_dec{margin:0.1rem 0 0.3rem;}
}

@media(max-width:640px){
    .FeaturedServices .FsPart2 .PartBox ul li{width:49%;}
}

/* 精益智造 */
.Manufacturing .ManufacturingPart1 .con{margin-top:0.5rem;}

.Manufacturing .ManufacturingPart2 .item{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.Manufacturing .ManufacturingPart2 .item .img{width:58.75%;border:1px solid #eee;overflow: hidden;padding-top:4.98rem;}
.Manufacturing .ManufacturingPart2 .item .img img{width:100%;transition: all .5s;}
.Manufacturing .ManufacturingPart2 .item .txt{width:41.25%;padding:0.2rem 0.6rem;border-bottom:1px solid #eee;}
.Manufacturing .ManufacturingPart2 .item{margin-top:0.9rem;}
.Manufacturing .ManufacturingPart2 .item:nth-child(2n+1){flex-direction: row-reverse;}
.Manufacturing .ManufacturingPart2 .item .dec{font-weight: lighter;line-height: 2;margin-top:0.2rem;min-height:2.52rem;}
.Manufacturing .ManufacturingPart2 .item:hover .img img{transform: scale(1.05);}

.Manufacturing .ManufacturingPart2 .item .tit{display: flex;align-items: center;}
.Manufacturing .ManufacturingPart2 .item .tit .icon{width:0.75rem;height:0.75rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right:0.2rem;}
.Manufacturing .ManufacturingPart2 .item .tit .icon img{max-width:0.4rem;}

@media(max-width:1024px){
    .Manufacturing .ManufacturingPart2 .item .txt{border-bottom:none;padding:0 0.3rem;}
    .Manufacturing .ManufacturingPart2 .item .dec{min-height:1px;}
    .Manufacturing .ManufacturingPart2 .item{margin-top:0.4rem;}
    .Manufacturing .ManufacturingPart2 .item .img{padding-top:3.6rem;}
    .Manufacturing .ManufacturingPart2 .item .tit .icon{width:0.5rem;height:0.5rem;margin-right:0.1rem;}
    .Manufacturing .ManufacturingPart2 .item .tit .icon img{max-width:0.25rem;}
}

@media(max-width:768px){
    .Manufacturing .ManufacturingPart2 .item .img{width:100%;padding-top:56%;}
    .Manufacturing .ManufacturingPart2 .item .txt{width:100%;padding:0;margin-bottom:0.2rem;}
}

/* 安装交付 */
.color{color:#ff7500;}
.Delivery .DeliveryPart1 .PartBox{display: flex;align-items: center;flex-wrap: wrap;background: #fffaf5;}
.Delivery .DeliveryPart1 .PartBox .txt{width:50%;padding:0.3rem 0.8rem;}
.Delivery .DeliveryPart1 .PartBox .txt .con{margin-top:0.3rem;}
.Delivery .DeliveryPart1 .PartBox .txt .con p{margin-top:0.18rem;}
.Delivery .DeliveryPart1 .PartBox .img{width:50%;}
.Delivery .DeliveryPart1 .PartBox .img img{width:100%;}
.Delivery .DeliveryPart2{padding-top:1rem;}
.Delivery .DeliveryPart2 .PartBox ul{display: flex;flex-wrap: wrap;margin-left:-1%;}
.Delivery .DeliveryPart2 .PartBox ul li{width:24%;margin-left:1%;margin-bottom:1%;background: #f8f8f8;}
.Delivery .DeliveryPart2 .PartBox ul li .img{padding-top:57%;}
.Delivery .DeliveryPart2 .PartBox ul li .txt{padding:0.45rem;}
.Delivery .DeliveryPart2 .PartBox ul li .txt .dec{margin-top:0.1rem;line-height: 1.875;font-weight: lighter;color:#666;}
.Delivery .DeliveryPart2 .PartBox ul li:hover .img span{transform: scale(1.05);}

@media(max-width:1024px){
    .Delivery .DeliveryPart1 .PartBox .txt{padding:0.3rem;}
    .Delivery .DeliveryPart1 .PartBox .txt .con p{margin-top:0.1rem;}
    .Delivery .DeliveryPart2 .PartBox ul li .txt{padding:0.2rem;}
    .Delivery .DeliveryPart2{padding-top:0.4rem;}
}

@media(max-width:768px){
    .Delivery .DeliveryPart1 .PartBox .txt{width:100%;}
    .Delivery .DeliveryPart1 .PartBox .img{width:100%;}
    .Delivery .DeliveryPart2 .PartBox ul li{width:49%;}
}

/* 技术中心 */
.bgColor_1{background: #f7f9fc;}
.MainLeft{width:22.5%;}
.SubMenu_left .name{line-height: 0.8rem;color:#fff;padding:0 0.2rem 0 0.3rem;background: #186ee7;display: flex;align-items: center;justify-content: space-between;}
.SubMenu_left .name .icon{width:0.35rem;}
.SubMenu_left ul li{background: #f0f4fa;}
.SubMenu_left ul li:not(:last-child) em{border-bottom:0.02rem solid #f0f4fa;}
.SubMenu_left ul li em{display: block;line-height: 0.8rem;padding:0 0.4rem 0 0.3rem;font-size: 0.22rem;position: relative;overflow: hidden;}
.SubMenu_left ul li em a{display: block;}
.SubMenu_left ul li em b{width:0.4rem;height:100%;background: url(../images/submore.png) no-repeat center center;position: absolute;right:0.1rem;top:0;transition: all .5s;cursor: pointer;}
.SubMenu_left ul li.on em b{background: url(../images/submore_o.png) no-repeat center center;}
.SubMenu_left ul li dl{padding:0.2rem 0.3rem;background: #fff;display: none;}
.SubMenu_left ul li dl dd{padding:0.1rem 0;padding-left:0.2rem;position: relative;font-weight: lighter;}
.SubMenu_left ul li dl dd::before{content:'';display: block;width:0.03rem;height:0.03rem;background: #666;border-radius: 50%;position: absolute;left:0;top:0.22rem;}
.SubMenu_left ul li dl dd.on a{text-decoration: underline;color:#ff7500;}
.SubMenu_left ul li dl dd.on::before{background: #ff7500;}
.SubMenu_left ul li dl dd:hover a{text-decoration: underline;color:#ff7500;}
.SubMenu_left ul li dl dd:hover::before{background: #ff7500;}
/* .SubMenu_left ul li.on dl{display: block;} */
.MainRight{width:71.875%;}
.SubMenu_left ul li.on em a{color:#ff7500;}

.DownLoad ul{display: flex;flex-wrap: wrap;margin-left:-1.5%;}
.DownLoad ul li{width:31.83%;margin-left:1.5%;margin-bottom:2%;position: relative;background: #fff;}
.DownLoad ul li .img{padding-top:85%;opacity: 0;transition: all .5s;}
.DownLoad ul li .img::after{content:'';display: block;width:100%;height:100%;background: #ff7500;opacity: 0.7;position: absolute;left:0;top:0;}
.DownLoad ul li .txt{position: absolute;left:0;top:0;width:100%;height:100%;padding:0.35rem;}
.DownLoad ul li .txt .date{font-weight: lighter;color:#999999;}
.DownLoad ul li .txt .tit{font-size: 0.22rem;line-height: 0.32rem;margin-top:0.08rem;}
.DownLoad ul li .txt .btn{position: absolute;bottom:0;left:0;padding:0.32rem;width:100%;}
.DownLoad ul li .txt .btn a{display: flex;width:100%;justify-content: space-between;align-items: center;}
.DownLoad ul li .txt .btn .btnbox{display: flex;align-items: center;}
.DownLoad ul li .txt .btn .btnbox i{display: block;width:0.18rem;height:0.18rem;background-position: center;background-size: contain;background-repeat: no-repeat;background-image: url(../images/download.png);margin-left:0.1rem;}
.DownLoad ul li .txt .btn .icon{width:0.48rem;}

.DownLoad ul li:hover .txt .btn .btnbox i{background-image: url(../images/download_w.png);}
.DownLoad ul li:hover .img{opacity: 1;}
.DownLoad ul li:hover .txt .btn .btnbox span{text-decoration: underline;color:#fff;}
.DownLoad ul li:hover .txt .date{color:#fff;}
.DownLoad ul li:hover .txt .tit a{color:#fff;}

@media(max-width:1024px){
    .SubMenu_left .name{line-height: 0.6rem;padding:0 0.2rem;}
    .SubMenu_left ul li em{line-height: 0.6rem;padding:0 0.2rem;font-size: 0.18rem;}
    .SubMenu_left ul li dl{padding:0.2rem;}
    .SubMenu_left ul li dl dd{padding:0.06rem 0;padding-left:0.12rem;}
    .DownLoad ul li .txt{padding:0.25rem;}
    .DownLoad ul li .txt .tit{font-size: 0.18rem;line-height: 0.28rem;}
    .DownLoad ul li .txt .btn{padding:0.15rem 0.25rem;}
}

@media(max-width:768px){
    .MainLeft{width:100%;} 
    .MainRight{width:100%;margin-top:0.3rem;} 
    .DownLoad ul li .txt .btn .icon{width:0.36rem;}
}

@media(max-width:640px){
    .DownLoad ul li{width:48.5%;}
}

/* 产品中心 */
.Product{background: transparent;}
.ProductINtro .left{width:53.75%;}
.ProductINtro .left .eng{font-size: 1.4rem;font-weight: bold;text-transform: uppercase;color:#ff7500;line-height: 1;}
.ProductINtro .left .search_box{margin-top:0.8rem;max-width:5.8rem;border-bottom:1px solid #ff7500;padding-right:0.5rem;position: relative;}
.ProductINtro .left .search_box input{height:0.5rem;width:100%;box-sizing: border-box;}
.ProductINtro .left .search_box button{width:0.5rem;height:100%;background: url(../images/search.png) no-repeat center center;background-size: 0.22rem;position: absolute;right:0;top:0;}


.ProductINtro .right{width:37.5%;}
.ProductINtro .right .con{font-weight: lighter;line-height: 2;margin-top:0.25rem;}

.subMenu_pro ul{justify-content: flex-start;}
.subMenu_pro ul li{margin-left:0;}
.subMenu_pro ul li:not(:last-child){margin-right:0.6rem;}

.Product .SubMenu_left ul li{background: #fff;}
.ProductList ul li{margin-bottom:0.4rem;background: #f0f4fa;}
.ProductList ul li a{display: flex;flex-wrap: wrap;}
.ProductList ul li .img{width:50%;padding-top:3.7rem;}
.ProductList ul li .txt{width:50%;padding:0.55rem 0.7rem;position: relative;}
.ProductList ul li .txt .dec{font-weight: lighter;color:#666;margin:0.2rem 0 0.4rem;line-height: 2;}
.ProductList ul li .txt .more{width:1.5rem;line-height: 0.44rem;border-radius: 0.44rem;background: #ff7500;color:#fff;text-align: center;font-weight: lighter;}
.ProductList ul li .txt::before{content:"";display: block;width:100%;height:2px;background: #ff7500;position: absolute;bottom:0;left:0;opacity: 0;width:0;transition: all .5s;}
.ProductList ul li:hover .txt::before{width:100%;opacity: 1;}
.ProductList ul li:hover .txt .more{background: #186ee7;}
.ProductList ul li:nth-child(2n) a{flex-direction: row-reverse;}
.ProductList ul li:hover .img span{transform: scale(1.05);}

@media(max-width:1024px){
    .ProductINtro .left .eng{font-size: 0.8rem;}
    .ProductINtro .left .search_box{max-width:4rem;}
    .ProductList ul li .img{padding-top:2.8rem;}
    .ProductList ul li .txt{padding:0.3rem;}
}

@media(max-width:768px){
    .Product{background: #f0f4fa;}
    .ProductINtro .left{width:100%;}
    .ProductINtro .right{width:100%;margin-top:0.4rem;}
    .ProductINtro .left .search_box{margin-top:0.4rem;}
}

@media(max-width:640px){
    .ProductINtro .left .eng{font-size: 0.6rem;}
    .ProductINtro .right .con{margin-top:0.15rem;}
    .ProductList ul li .img{width:100%;padding-top:62%;}
    .ProductList ul li .txt{width:100%;}

}

.ProductList_1 ul li:nth-child(2n) a{flex-direction: row;}

.Product_bj_list1 ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
.Product_bj_list1 ul li{width:48%;margin-left:2%;margin-bottom:2%;background: #fff;transition: all .5s;}
.Product_bj_list1 ul li:hover{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);}
.Product_bj_list1 ul li a{display: flex;align-items: center;}
.Product_bj_list1 ul li .img{width:50%;height:2.5rem;display: flex;align-items: center;justify-content: center;}
.Product_bj_list1 ul li .img img{max-height:100%;transition: all .5s;}
.Product_bj_list1 ul li:hover .img img{transform: scale(1.05);}
.Product_bj_list1 ul li .txt{width:50%;padding:0.3rem;}
.Product_bj_list1 ul li .txt .dec{font-weight: lighter;color:#666;line-height: 2;margin:0.1rem 0 0.3rem 0;}
.Product_bj_list1 ul li .txt .more{font-weight: lighter;color:#666;display: flex;align-items: center;}
.Product_bj_list1 ul li .txt .more i{display: inline-block;width:0.22rem;height:0.2rem;background: url(../images/jt_g.svg) no-repeat center center;background-size: cover;margin-left:0.1rem;}

.Product_bj_list2 ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
.Product_bj_list2 ul li{width:31.33%;margin-left:2%;margin-bottom:2%;background: #fff;transition: all .5s;}
.Product_bj_list2 ul li:hover{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);}
.Product_bj_list2 ul li a{display: block;padding:0.3rem;}
.Product_bj_list2 ul li .img{height:2.8rem;display: flex;align-items: center;justify-content: center;}
.Product_bj_list2 ul li .img img{max-height:100%;transition: all .5s;}
.Product_bj_list2 ul li .txt{text-align: center;margin-top:0.15rem;}
.Product_bj_list2 ul li:hover .img img{transform: scale(1.05);}


@media(max-width:1024px){
    .Product_bj_list2 ul li .img{height:1.8rem;}
}

@media(max-width:640px){
    .Product_bj_list1 ul li{width:98%;}
    .Product_bj_list2 ul li{width:48%;}
}


/* 产品详情 */
.subMenu_pro .w1600{position: relative;}
.subMenu_pro .goback{position: absolute;right:0;font-weight: lighter;color:#ff7500;top:50%;transform: translateY(-50%);font-size: 0.16rem;}
.subMenu_pro .goback a{display: flex;align-items: center;color:#ff7500;}
.subMenu_pro .goback img{display: block;margin-right:0.1rem;width:0.16rem;}

.ProductInfo .PinfoIntro .w1600{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.ProductInfo .PinfoIntro .img{width:49%;}
.ProductInfo .PinfoIntro .txt{width:45%;}
.ProductInfo .PinfoIntro .txt .tag{color:#ff7500;margin-bottom:0.05rem;}
.ProductInfo .PinfoIntro .txt .con{font-weight: lighter;line-height: 2;margin:0.2rem 0 0.5rem 0;}
.ProductInfo .PinfoIntro .txt .btn{display: flex;flex-wrap: wrap;}
.ProductInfo .PinfoIntro .txt .btn a{display: flex;align-items: center;margin-right:0.3rem;line-height: 0.5rem;border-radius: 0.5rem;padding:0 0.4rem;color:#fff;font-weight: lighter;background: #ff7500;}
.ProductInfo .PinfoIntro .txt .btn a img{display: block;margin-right:0.1rem;width:0.21rem;}
.ProductInfo .PinfoIntro .txt .btn a:nth-child(2){background: #186ee7;margin-right:0;}

.ProTit{padding-left:0.4rem;position: relative;font-weight: lighter;line-height: 1.5;margin-bottom:0.45rem;}
.ProTit::before{content:'';display: block;width:0.1rem;height:0.1rem;border-radius: 0.1rem;border:1px solid #ff7500;position: absolute;left:0;top:50%;transform: translateY(-50%);}

.ProMiaoshu .ProBox{display: flex;flex-wrap: wrap;background: #eaf3ff;align-items: center;}
.ProMiaoshu .ProBox .img{width:50%;}
.ProMiaoshu .ProBox .txt{width:50%;padding:0.4rem 0.8rem;}
.ProMiaoshu .ProBox .txt .con{font-weight: lighter;color:#222;margin-top:0.3rem;line-height: 2;}

.ProYoushi{background: #f7f9fc;}
.ProYoushi ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
.ProYoushi ul li{width:31.33%;margin-left:2%;margin-bottom:2%;}
.ProYoushi ul li .img{padding-top:58%;}
.ProYoushi ul li .txt{padding:0 0.3rem 0 0.35rem;margin-top:0.2rem;}
.ProYoushi ul li .txt .tit{position: relative;}
.ProYoushi ul li .txt .tit::before{content:"";display: block;width:0.08rem;height:0.24rem;border-radius: 0 0.08rem 0.08rem 0;background: #f6ab00;position: absolute;left:-0.35rem;top:50%;transform: translateY(-50%);}
.ProYoushi ul li .txt .dec{font-weight: lighter;line-height: 2;margin-top:0.1rem;color:#666;}
.ProYoushi ul li:nth-child(3n+2) .txt .tit::before{background: #cbe197;}
.ProYoushi ul li:nth-child(3n+3) .txt .tit::before{background: #adddf7;}
.ProYoushi ul li:hover .img span{transform: scale(1.05);}

.ProZhibiao{background: #fff;}
.ProZhibiao .ProBox table{border:1px solid #eee;width:100%;font-size: 0.18rem;}
.ProZhibiao .ProBox table td,.ProZhibiao .ProBox table th{border:1px solid #eee;height:0.7rem;box-sizing: border-box;padding:0.05rem 0.1rem;text-align: center;}
.ProZhibiao .ProBox table th{font-size: 0.24rem;background: #ecf5ed;font-weight: normal;}

.ProDuibi{background: #f7f9fc;padding-bottom:0;}
.ProDuibi .ProBox ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
.ProDuibi .ProBox ul li{width:48%;margin-left:2%;margin-bottom:1%;background: #fff;display: flex;align-items: center;justify-content: space-between;padding:0.15rem 0.4rem;min-height:1.56rem;transition: all .5s;}
.ProDuibi .ProBox ul li .icon{width:0.7rem;border-radius: 50%;}
.ProDuibi .ProBox ul li .txt{width:calc(100% - 1.1rem);}
.ProDuibi .ProBox ul li .txt .dec{font-weight: lighter;line-height: 2;margin-top:0.05rem;}
.ProDuibi .ProBox ul li:hover{box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);}

.ProApply{background: #f7f9fc;}
.ProApply .slick-list{margin-left:-0.4rem;}
.ProApply .item{margin-left:0.4rem;}
.ProApply .item .img{padding-top:56%;}
.ProApply .item .txt{padding:0.3rem;}
.ProApply .item .txt .dec{font-weight: lighter;margin-top:0.2rem;}
.ProApply .item .txt .dec strong{}
.ProApply .slider{padding-bottom:0.5rem;}
.ProApply .slick-dots{position: absolute;left:50%;bottom:0;transform: translateX(-50%);display: flex;align-items: center;}
.ProApply .slick-dots li{margin:0 0.2rem;width:0.1rem;height:0.1rem;border-radius: 50%;background: #eee;position: relative;cursor: pointer;;}
.ProApply .slick-dots::before{content:'';width:80%;height:1px;background: #eee;position: absolute;left:50%;top:50%;transform: translateX(-50%);}
.ProApply .slick-dots li button{display: none;}
.ProApply .slick-dots li.slick-active{background: #ff7500;}

@media(max-width:1024px){
    .ProductInfo .PinfoIntro .txt .con{margin-bottom:0.3rem;}
    .ProMiaoshu .ProBox .txt{padding:0.3rem;}
}

@media(max-width:768px){
    .ProductInfo .PinfoIntro .img{width:100%;}
    .ProductInfo .PinfoIntro .txt{width:100%;margin-top:0.2rem;}
    .ProductInfo .PinfoIntro .txt .btn a{padding:0 0.2rem;line-height: 0.4rem;margin-right:0.2rem;}
    .ProTit{font-weight: bold;margin-bottom:0.3rem;padding-left:0.3rem;}
    .ProZhibiao .ProBox table{font-size: 0.16rem;}
    .ProZhibiao .ProBox table th{font-size: 0.18rem;}
    .ProDuibi .ProBox ul li{padding:0.2rem;}
    .ProDuibi .ProBox ul li .icon{width:0.5rem;}
    .ProDuibi .ProBox ul li .txt{width:calc(100% - 0.7rem);}
    .ProApply .item .txt{padding:0.2rem;}
}

@media(max-width:640px){
    .ProMiaoshu .ProBox .txt{width:100%;}
    .ProMiaoshu .ProBox .img{width:100%;}
    .ProYoushi ul li{width:48%;}
    .ProYoushi ul li .txt{padding:0 0.2rem;}
    .ProYoushi ul li .txt .tit::before{left:-0.2rem;}
    .ProZhibiao .ProBox{overflow: auto;}
    .ProZhibiao .ProBox table{width:1000px;}
    .ProDuibi .ProBox ul li{width:98%;}
}

/* 解决方案 */
.SolutionPart1{background: url(../images/sobg.jpg) no-repeat center center;background-size: cover;}
.SolutionPart1 .PartBox1 .slider{}
.SolutionPart1 .PartBox1 .slick-list{margin-left:-0.4rem;}
.SolutionPart1 .PartBox1 .item{margin-left:0.4rem;}
.SolutionPart1 .PartBox1 .item .img{padding-top:60%;}
.SolutionPart1 .PartBox1 .item .txt{text-align: center;margin-top:0.2rem;}
.SolutionPart1 .PartBox1 .item:hover .img span{transform: scale(1.05);}
.SolutionPart1 .PartBox2{padding-top:0.8rem;}
.SolutionPart1 .PartBox2 .Con{white-space: nowrap;overflow-x: auto;}
.SolutionPart1 .PartBox2 .Con table{width:100%;border:1px solid #fff;}
.SolutionPart1 .PartBox2 .Con table td{border:1px solid #fff;background: #dfebf9;font-size: 0.18rem;font-weight: lighter;padding:0.1rem 0.3rem;height:0.8rem;}
.SolutionPart1 .PartBox2 .Con table .trTit td{font-size: 0.2rem;font-weight: normal;color:#fff;background: #206fe4;}
.SolutionPart1 .slick-arrow{top:45%;}
.SolutionPart1 .slick-prev{left:-0.3rem;}
.SolutionPart1 .slick-next{right:-0.3rem;}



.SolutionPart2{padding-bottom:0;}
.SolutionPart2 .PartBox1{}
.SolutionPart2 .PartBox1 .hd{text-align: center;margin-bottom:0.5rem;}
.SolutionPart2 .PartBox1 .hd li{display: inline-block;margin:0 0.2rem;min-width:1.8rem;line-height: 0.58rem;border-radius: 0.58rem;box-sizing: border-box;text-align: center;background: #f8f8f8;}
.SolutionPart2 .PartBox1 .hd li a{display: block;padding:0 0.2rem;}
.SolutionPart2 .PartBox1 .hd li.on{background: #ff7500;}
.SolutionPart2 .PartBox1 .hd li.on a{color:#fff;}
.SolutionPart2 .PartBox1 .hd li:hover{background: #ff7500;}
.SolutionPart2 .PartBox1 .hd li:hover a{color:#fff;}
.SolutionPart2 .PartBox1 .bd .box{display: flex;align-items: center;flex-wrap: wrap;background: #f8f8f8;}
.SolutionPart2 .PartBox1 .bd .box .txt{width:50%;padding:0.4rem 0.8rem;}
.SolutionPart2 .PartBox1 .bd .box .txt .con{font-weight: lighter;margin-top:0.2rem;line-height: 2;}
.SolutionPart2 .PartBox1 .bd .box .img{width:50%;}
.SolutionPart2 .PartBox1 .bd .box .img img{width:100%;}


.SolutionPart2 .PartBox2{background: #fffaf5;margin-top:0.6rem;padding:0.8rem;}
.SolutionPart2 .PartBox2 .tit{color:#ff7500;}
.SolutionPart2 .PartBox2 .Box{display: flex;flex-wrap: wrap;}
.SolutionPart2 .PartBox2 .Box .item{width:50%;padding-right:0.8rem;border-right:1px solid #ffdfc4;line-height: 2;font-weight: lighter;}
.SolutionPart2 .PartBox2 .Box .item:nth-child(2n){padding-right:0;padding-left:0.8rem;border-right:none;}
.SolutionPart2 .PartBox2 .Box .item img{margin-top:0.3rem;}

.Solution_ban{position: relative;}
.Solution_ban .v_btn{position: absolute;bottom:0.6rem;left:50%;transform: translateX(-50%);line-height: 0.6rem;border-radius: 0.6rem;background: #fff;box-shadow: 0 0.05rem 0.2rem rgba(12,73,158,0.2);font-weight: lighter;padding:0 0.3rem;white-space: nowrap;}
.Solution_ban .v_btn a{font-weight: bold;text-decoration: underline;color:#ff7500;display: inline-block;margin-right:0.1rem;}


@media(max-width:1024px){
    .SolutionPart2 .PartBox1 .hd li{line-height: 0.4rem;min-width:1rem;margin:0 0.1rem;}
    .SolutionPart2 .PartBox1 .bd .box .txt{padding:0.3rem;}
    .SolutionPart2 .PartBox2{padding:0.3rem;}
    .SolutionPart2 .PartBox2 .Box .item{padding-right:0.3rem;}
    .SolutionPart2 .PartBox2 .Box .item:nth-child(2n){padding-left:0.3rem;}
    .SolutionPart1 .PartBox2{padding-top:0.4rem;}
}

@media(max-width:768px){
    .SolutionPart1 .slick-prev{left:5px;}
    .SolutionPart1 .slick-next{right:5px;}
    .SolutionPart1 .PartBox2 .Con table td{font-size: 0.16rem;padding:0.1rem;height:0.6rem;min-width:1rem;}
    .SolutionPart1 .PartBox2 .Con table .trTit td{font-size: 0.18rem;}
    .Solution_ban .v_btn{line-height: 0.4rem;padding:0 0.2rem;bottom:0.3rem;}

    .SolutionPart2 .PartBox2 .Box{display: block;}
    .SolutionPart2 .PartBox2 .Box .item{width: 100%;padding-right: 0;border-right: 0;padding-bottom: 15px;}
    .SolutionPart2 .PartBox2 .Box .item:nth-child(2n){padding-left: 0;}
}

@media(max-width:640px){
    .SolutionPart2 .PartBox1 .hd{margin-bottom:0.3rem;}
    .SolutionPart2 .PartBox1 .hd li{margin:2px;}
    .SolutionPart2 .PartBox1 .hd li a{padding: 0 0.1rem;}
    .SolutionPart2 .PartBox1 .bd .box .txt{width:100%;}
    .SolutionPart2 .PartBox1 .bd .box .img{width:100%;}
}

/* 关于我们 */
.About .txt{max-width:11.8rem;margin:0 auto;}
.About .txt .tit{color:#ff7500;text-transform: uppercase;}
.About .txt .con{font-weight: lighter;line-height: 2;}
.About .img img{width:100%;}

.About2 .txt{max-width:8.9rem;padding:1.4rem 0 1rem 0;}
.About2 .txt .tag{color:#ff7500;margin:0.1rem 0 0.3rem 0;}
.About2 .txt .con{font-weight: lighter;line-height: 2;}
.About2 .img{}
.About2 .img img{width:100%;margin-top:-4rem;}

@media(max-width:1024px){
    .About2 .txt{padding:0.8rem 0 0.4rem 0;max-width:6rem;}
    .About2 .img img{margin-top:-2rem;}
}

@media(max-width:768px){
    .About2 .txt{width:100%;padding:0.4rem 0;max-width:100%;}
    .About2 .img img{margin-top:0;}
}

.AboutNum{padding:0.6rem 0;background: #fff;}
.AboutNum ul{display: flex;flex-wrap: wrap;}
.AboutNum ul li{width:25%;text-align: center;position: relative;}
.AboutNum ul li::before{content:"";display: block;width:1px;height:80%;background: #eee;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.AboutNum ul li:first-child::before{display: none;}
.AboutNum ul li .num{font-size: 0.36rem;font-weight: bold;}
.AboutNum ul li .text{font-size: 0.18rem;font-weight: lighter;}

@media(max-width:768px){
    .AboutNum{padding:0.3rem 0;}
    .AboutNum ul li .num{font-size: 0.24rem;}
}

@media(max-width:640px){
    .AboutNum ul{margin-left:-2%;}
    .AboutNum ul li{margin-left:2%;margin-bottom:2%;border:1px solid #eee;width:48%;padding:0.2rem 0;}
    .AboutNum ul li::before{display: none;}
}


.Global{background: url(../images/aboutbg1.jpg) no-repeat center center;background-size: cover;}
.Global .GlobalBox{max-width:11.7rem;margin:0 auto;position: relative;}
.Global .GlobalBox img{width:100%;}
.Global .GlobalBox li{position: absolute;}
.Global .GlobalBox li .dotbox{display: block;width:0.12rem;height:0.12rem;border-radius: 50%;background: #186ee7;text-align: center;z-index:9;position: relative;transform: rotateX(70deg);transform-style: preserve-3d;}
.Global .GlobalBox li .dotbox::before,
.Global .GlobalBox li .dotbox::after{content:'';display: block;width:100%;height:100%;background: #186ee7;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}

.Global .GlobalBox li .dotbox::before{animation: scale 2s linear infinite;}
.Global .GlobalBox li .dotbox::after{animation: scale 2s 1s linear infinite;}

@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(4.5);-webkit-transform: scale(4.5);opacity: 0;}
}

.Global .GlobalBox li .dotbox i{display: block;width:0.14rem;height:0.2rem;background: url(../images/map_add.png) no-repeat center center;background-size: contain;position: absolute;left:50%;margin-left:-0.07rem;bottom:0.3rem;transform: rotateX(-70deg);transform-style: preserve-3d;}
.Global .GlobalBox li .text{line-height: .4rem;padding:0 0.2rem;background: #186ee7;color:#fff;font-size: 0.24rem;position: absolute;white-space: nowrap;}
.Global .GlobalBox li::before{content:"";display: block;width:1px;background: #186ee7;transform-style: preserve-3d;position: absolute;}
.Global .GlobalBox li:nth-child(1){top:14%;left:13%;}
.Global .GlobalBox li:nth-child(1)::before{height:1.2rem;transform: rotateZ(20deg);top:0%;left:-0.15rem;}
.Global .GlobalBox li:nth-child(1) .text{top:1.1rem;left:-1.85rem;}
.Global .GlobalBox li:nth-child(2){top:45%;left:60%;}
.Global .GlobalBox li:nth-child(2)::before{height:1.4rem;transform: rotateZ(-35deg);bottom:-0.05rem;left:-0.35rem;;}
.Global .GlobalBox li:nth-child(2) .text{top:-1.4rem;left:-2.4rem;}
.Global .GlobalBox li:nth-child(3){top:38%;left:79%;}
.Global .GlobalBox li:nth-child(3)::before{height:1.4rem;transform: rotateZ(50deg);bottom:-0.15rem;left:0.6rem;;}
.Global .GlobalBox li:nth-child(3) .text{top:-1.2rem;left:0.5rem;}
.Global .GlobalBox li:nth-child(4){top:57%;left:79%;}
.Global .GlobalBox li:nth-child(4)::before{height:2.2rem;transform: rotateZ(70deg);top:-0.7rem;left:-0.95rem;;}
.Global .GlobalBox li:nth-child(4) .text{top:0.6rem;left:-3.5rem;}

@media(max-width:1024px){
    .Global .GlobalBox li .text{font-size: 0.18rem;}
    .Global .GlobalBox li:nth-child(1) .text{left:-1.4rem;}
}

@media(max-width:768px){
    .Global .GlobalBox li .text{font-size: 0.16rem;}
    .Global .GlobalBox li:nth-child(1) .text{left:-0.9rem;}
}

@media(max-width:640px){
    .Global .GlobalBox{zoom:0.7;}
}

.History{position: relative;}
.History .bg{position: absolute;width:100%;height:100%;position: absolute;left:0;top:0;}
.History .bg img{transition: all .5s;}
.History .bg::after{content:'';display: block;width:100%;height:100%;background: url(../images/histroybg.png) no-repeat center center;background-size: cover;position: absolute;left:0;top:0;}
.History .w1600{position: relative;z-index:9;}
.History .History_con{max-width:11.8rem;height:7.6rem;}
.History .History_con .slick-list{margin-left:-1rem;}
.History .History_con .item{padding-top:0;transition: all .3s;margin-left:1rem;}
.History .History_con .item .box{position: relative;padding:0 0.6rem;}
.History .History_con .item .line{position: relative;width:0.2rem;position: absolute;left:0;top:0;height:100%;}
.History .History_con .item .line::after{content:'';width:1px;height:100%;background: #e1e1e1;margin:0 auto;display: block;margin-top:0.1rem;}
.History .History_con .item .time{font-size: 2.2rem;color:#cbe19a;opacity: 0.15;font-weight: bold;position: absolute;left:0;top:-1.8rem;opacity: 0;transition: all .5s;}
.History .History_con .item .txt{max-width:4.2rem;}
.History .History_con .item .txt .year{font-weight: bold;}
.History .History_con .item .txt .con{line-height: 2;height:1.6rem;overflow: auto;padding-right:0.15rem;margin-top:0.2rem;}

.History .History_con .item .dotbox{display: block;width:0.1rem;height:0.1rem;border-radius: 50%;background: #e1e1e1;text-align: center;z-index:9;position: absolute;top:0.1rem;left:50%;transform: translateX(-50%);}
.History .History_con .item .dotbox::before,
.History .History_con .item .dotbox::after{content:'';display: block;width:100%;height:100%;background: #e1e1e1;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}

.History .History_con .item .dotbox::before{animation: scale 2s linear infinite;}
.History .History_con .item .dotbox::after{animation: scale 2s 1s linear infinite;}

.History .History_con .item.slick-current{padding-top:1.4rem;}
.History .History_con .item.slick-current .time{opacity: 0.15;}
.History .History_con .item.slick-current .line::after{background: #cbe19a;}
.History .History_con .item.slick-current .dotbox,
.History .History_con .item.slick-current .dotbox::before,
.History .History_con .item.slick-current .dotbox::after{background: #cbe19a;}

.History .History_time .slider{padding:0 0.5rem;}
.History .History_time .slick-arrow{width:0.4rem;height:0.4rem;position: absolute;top:50%;transform: translateY(-50%);font-size: 0;color:transparent;background: transparent;z-index:99;}
.History .History_time .slick-arrow::after{content:'';display: block;width:100%;height:100%;background-position: center;background-repeat: no-repeat;position: absolute;top:0;left:0;background-size: 0.15rem;}
.History .History_time .slick-prev::after{background-image: url(../images/next_g.svg);transform: rotate(180deg);}
.History .History_time .slick-next::after{background-image: url(../images/next_g.svg);}
.History .History_time .slick-prev{left:0;}
.History .History_time .slick-next{right:0;}
.History .History_time .slick-prev:hover::after{background-image: url(../images/next_o.svg);transform: rotate(180deg);}
.History .History_time .slick-next:hover::after{background-image: url(../images/next_o.svg);}
.History .History_time .item{text-align: center;font-size: 0.2rem;}
.History .History_time .item a{color:#555;}
.History .History_time .item.slick-current a{color:#cbe19a;}

@media(max-width:1024px){
    .History .History_con{max-width:9rem;height:6rem;}
    .History .History_con .slick-list{margin-left:-0.5rem;}
    .History .History_con .item{margin-left:0.5rem;}
    .History .History_con .item .time{font-size: 1.8rem;}
    .History .History_time .item{font-size: 0.18rem;}
}

@media(max-width:768px){
    .History{background: #f8f8f8;}
    .History .bg{display: none;}
    .History .History_con{max-width:100%;height:auto;margin-bottom:0.4rem;}
    .History .History_con .item.slick-current{padding-top:0;}
    .History .History_con .item.slick-current .time{line-height: 1;top:50%;left:50%;transform: translate(-50%,-50%);font-size: 1rem;}
    .History .History_con .item .box{padding-right:0;}
}







.Contact{background: url(../images/aboutbg2.jpg) no-repeat center center;background-size: cover;}
.white{color:#fff;}
.about_con{margin:0.2rem auto 0.5rem;max-width:10.9rem;}
.about_con span{color:#186ee7;}
.about_con strong{font-size: 0.42rem;}

.Contact .ContactBox ul{display: flex;flex-wrap: wrap;margin-left:-1%;}
.Contact .ContactBox ul li{width:32.33%;margin-left:1%;margin-bottom:1%;background: rgba(255,255,255,0.07);border: 1px solid rgba(255,255,255,0.14);color:#fff;text-align: center;padding:0.5rem;}
.Contact .ContactBox ul li .name{display: flex;align-items: center;justify-content: center;font-weight: lighter;margin-bottom:0.15rem;}
.Contact .ContactBox ul li .name img{max-height:0.26rem;max-width:0.26rem;display: inline-block;margin-right:0.15rem;}
.Contact .ContactBox ul li .text{font-size: 0.22rem;font-weight: bold;line-height: 1.4;}
.Contact .ContactBox ul li:nth-child(2) .text{font-size: 0.4rem;line-height: 1;}


@media(max-width:1024px){
    .Contact .ContactBox ul li{padding:0.2rem;}
    .Contact .ContactBox ul li .text{font-size: 0.18rem;}
    .Contact .ContactBox ul li:nth-child(2) .text{font-size: 0.24rem;}
    .about_con{margin:0.1rem 0 0.3rem 0;}
    .about_con strong{font-size: 0.3rem;}
}

@media(max-width:640px){
    .Contact .ContactBox ul li{width:99%;}
}

/* 首页 */
.HomeTit {margin-bottom:0.5rem;}
.HomeTit .tit{font-size: 0.5rem;}
.HomeTit .dec{font-size: 0.18rem;line-height: 2;font-weight: lighter;color:#666;max-width:8.9rem;margin:0 auto;margin-top:0.1rem;}

@media(max-width:1024px){
    .HomeTit {margin-bottom:0.3rem;}
    .HomeTit .tit{font-size: 0.36rem;}
}

@media(max-width:768px){
    .HomeTit {margin-bottom:0.3rem;}
    .HomeTit .tit{font-size: 0.26rem;font-weight: bold;}
    .HomeTit .dec{line-height: 1.8;}
}


.mc_b_s3 {width: 100%;overflow: hidden;}
.he_syp2 {position: relative;width: 100%;height: 200vh;}
.mc_bs3_videobox {width: 100vw;height: 100vh;position: relative;z-index: 1;overflow: hidden;}
.mc_bs3_videobox .mc_bs3_videowrap .img{padding-top:100vh;}
.he_syp2 .mc_bs3_video {width: 80%;}
.mc_bs3_video,
.mc_bs3_videowrap::before,
.mc_bs3_videowrap{}
.mc_bs3_videobox.act .mc_bs3_video {opacity: 1;}
.mc_bs3_video {height: auto;max-width: none;position: absolute;transform: translate(-50%, -50%);left: 50%;top: 50%;min-height: 100vh;transition: inherit;}
.mc_bs3_videowrap{position: absolute;left: 50%;top: 50%;z-index: -1;transform: translate(-50%, -50%);width: 100vw;height: 100vh;max-width: none;overflow: hidden;}
.mc_bs3_svg{position: absolute;left: 50%;top: 50%;z-index: 5;transform: translate(-50%, -50%);width: 100%;object-fit: cover;z-index: 998;opacity: 1;height:100%;max-width:none;}
.mc_bs3_svg {width: 100%;}
.mc_bs3_svg img{position: absolute;width:100%;height:100%;left:0;top:0;}
.mc_bs3_videowrap {width: 100vw;height: 100vh;overflow: hidden;}
.mc_bs3_videowrap::before {width: 110%;}
.mc_bs3_title {position: absolute;top: 30%;left: 0;width: 100%;text-align: center;}
.mc_bs3_videobox.act .mc_bs3_title {opacity: 0;display: none;}
.mc_bs3_videobox.act .mc_bs3_videowrap::before {opacity: 0;}
.mc_bs3_videobox .mc_bs3_video {opacity: 0;}
.mc_bs3_videobox.act .mc_bs3_video {opacity: 0;}
.mc_bs3_videobox.end .HomeLogo{opacity: 0;}
.mc_bs3_videowrap .gray_bg {width: 100%;height: 100%;position: absolute;top: 50%;transform: translateY(-50%);left: 0;background: #f9f9f9;z-index: 99;}
.mc_bs3_videobox.act .mc_bs3_videowrap .gray_bg {display: none;}
.mc_bs3_videobox.end .mc_bs3_svg {opacity: 1;z-index: 99;}
.mc_bs3_videobox.end .HomeP2 {z-index: 999;}
.he_syp2 .HomeLogo{width:100%;height:100%;position: absolute;left:0;top:0;}
.he_syp2 .HomeLogo .bg{background: #000;position: absolute;left:0;top:0;width:100%;height:100%;transition: all .5s;z-index:9;}
.he_syp2 .HomeLogo.on .bg{background: transparent;}
.he_syp2 .HomeLogo .txt{position: absolute;top:61%;width:100%;left:0;text-align: center;z-index:999;color:#000;font-size: 0.3rem;font-weight: lighter;letter-spacing: 0.05rem; transition: all .8s;}
.he_syp2 .HomeLogo.on .txt{transform: scale(1.5) translateY(1rem);opacity: 0;}
.he_syp2.on .HomeLogo .txt{transform: translateY(1rem) scale(1.5);opacity: 0;}
.mc_b_s3.off .HomeLogo{opacity: 0 !important;}

@media(min-width:1024px){
    .mc_b_s3.on{z-index: 10000;position: relative;background: #fff;}

}
@media(max-width:1024px){
    .he_syp2 .HomeLogo{display: none;}    
    .he_syp2{height:auto;}
    .mc_bs3_videobox .mc_bs3_videowrap .img{padding-top:60vh;}
    .mc_bs3_videobox{height:auto;}
    .mc_bs3_videowrap{height:auto;position: static;width:100%;transform: translate(0,0);}
}


.HomeSolu .HomeSoluBox ul{display: flex;margin-left:-0.1rem;}
.HomeSolu .HomeSoluBox ul li{width:14.375%;margin-left:0.1rem;overflow: hidden;position: relative;}
.HomeSolu .HomeSoluBox ul li .img{padding-top:5.6rem;}
.HomeSolu .HomeSoluBox ul li .img::before,
.HomeSolu .HomeSoluBox ul li .img::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;z-index:1;transition: all .5s;}
.HomeSolu .HomeSoluBox ul li .img::before{background: #f5aa23;opacity: 0.8;}
.HomeSolu .HomeSoluBox ul li:nth-child(2) .img::before{background: #cbe19a;}
.HomeSolu .HomeSoluBox ul li:nth-child(3) .img::before{background: #aeddf6;}
.HomeSolu .HomeSoluBox ul li:nth-child(4) .img::before{background: #fffac7;}
.HomeSolu .HomeSoluBox ul li .img::after{left:auto;right:0;background: linear-gradient(47deg, #F5AA23 , rgba(255,255,255,0));}
.HomeSolu .HomeSoluBox ul li:nth-child(2) .img::after{background: linear-gradient(47deg, #cbe19a , rgba(255,255,255,0));}
.HomeSolu .HomeSoluBox ul li:nth-child(3) .img::after{background: linear-gradient(47deg, #aeddf6 , rgba(255,255,255,0));}
.HomeSolu .HomeSoluBox ul li:nth-child(4) .img::after{background: linear-gradient(47deg, #fffac7 , rgba(255,255,255,0));}
.HomeSolu .HomeSoluBox ul li .show_txt{position: absolute;top:50%;left:0;transform: translateY(-50%);width:100%;text-align: center;z-index:9;transition: all .5s;}
.HomeSolu .HomeSoluBox ul li .show_txt .dec{font-weight: lighter;color:#666;margin-top:0.05rem;}
.HomeSolu .HomeSoluBox ul li .hide_txt{width:100%;bottom:0;padding:0.4rem 0.8rem;max-width:82%;position: absolute;bottom:0;left:0;z-index:9;opacity: 0;}
.HomeSolu .HomeSoluBox ul li .hide_txt .icon{width:0.6rem;height:0.6rem;line-height: 0.6rem;transition: all .5s .5s;transform: translateY(1rem);opacity: 0;}
.HomeSolu .HomeSoluBox ul li .hide_txt .dec{font-weight: lighter;color:#666;line-height: 2;transition: all .5s .6s;transform: translateY(1rem);opacity: 0;}
.HomeSolu .HomeSoluBox ul li .hide_txt .tit{margin:0.3rem 0 0.15rem 0;transition: all .5s .7s;transform: translateY(1rem);opacity: 0;;}

.HomeSolu .HomeSoluBox ul li.on{width:56.875%;}
.HomeSolu .HomeSoluBox ul li.on .img::before{left:0;transform: rotateY(90deg);}
.HomeSolu .HomeSoluBox ul li.on .img::after{right:0;}
.HomeSolu .HomeSoluBox ul li.on .show_txt{opacity: 0;top:0;}
.HomeSolu .HomeSoluBox ul li.on .hide_txt{opacity: 1;}
.HomeSolu .HomeSoluBox ul li.on .hide_txt .icon{opacity: 1;transform: translateY(0);}
.HomeSolu .HomeSoluBox ul li.on .hide_txt .dec{opacity: 1;transform: translateY(0);}
.HomeSolu .HomeSoluBox ul li.on .hide_txt .tit{opacity: 1;transform: translateY(0);}

@media(max-width:1024px){
    .HomeSolu .HomeSoluBox ul li .img{padding-top:4.2rem;}
    .HomeSolu .HomeSoluBox ul li .hide_txt{padding:0.3rem;}
    .HomeSolu .HomeSoluBox ul li .hide_txt .tit{margin:0.2rem 0 0.1rem;}
    .HomeSolu .HomeSoluBox ul li .hide_txt .icon{width:0.42rem;height:0.42rem;line-height: 0.42rem;}
    .HomeSolu .HomeSoluBox ul li .hide_txt .icon img{max-height:0.42rem;}
}

@media(max-width:768px){
    .HomeSolu .HomeSoluBox ul{margin-left:-1%;flex-wrap: wrap;}
    .HomeSolu .HomeSoluBox ul li{width:49%;margin-left:1%;margin-bottom:1%;}
    .HomeSolu .HomeSoluBox ul li.on{width:49%;}
    .HomeSolu .HomeSoluBox ul li .img{padding-top:3rem;}
    .HomeSolu .HomeSoluBox ul li .show_txt{opacity: 0;top:0;}
    .HomeSolu .HomeSoluBox ul li .hide_txt{opacity: 1;}
    .HomeSolu .HomeSoluBox ul li .hide_txt .icon{opacity: 1;transform: translateY(0);}
    .HomeSolu .HomeSoluBox ul li .hide_txt .dec{opacity: 1;transform: translateY(0);}
    .HomeSolu .HomeSoluBox ul li .hide_txt .tit{opacity: 1;transform: translateY(0);}
    .HomeSolu .HomeSoluBox ul li .img::before{left:0;transform: rotateY(90deg);}
    .HomeSolu .HomeSoluBox ul li .img::after{right:0;}
    .HomeSolu .HomeSoluBox ul li .hide_txt .dec{line-height: 1.8;}
}

@media(max-width:640px){
    .HomeSolu .HomeSoluBox ul li .hide_txt{padding:0.2rem;max-width:100%;}
}

.HomeCase{overflow: hidden;}
.HomeCase .item{position: relative;}
.HomeCase .item .img{padding-top:9.6rem;}
.HomeCase .item .img .mask{display: block;width:100%;height:100%;position: absolute;left:0;top:0;}
.HomeCase .item .txt{position: absolute;bottom:1.2rem;width:100%;left:0;}
.HomeCase .item .txt .tit{font-size: 0.5rem;color:#000;}
.HomeCase .item .txt .dec{font-size: 0.18rem;color:#555;line-height: 2;margin:0.1rem 0 0.3rem 0;}
.HomeCase .item .txt .more{display: inline-block;width:1.86rem;line-height: 0.56rem;border-radius: 0.56rem;background: #ff7500;color:#fff;text-align: center;font-size: 0.18rem;}
/* .HomeCase .item:hover .img span{transform: scale(1.05);} */
.HomeCase .item .txt .txtbox{max-width:6.6rem;}
.HomeCase .item.right .txt .txtbox{text-align: right;}
.HomeCase .item.right .txt .w1600{display: flex;justify-content: flex-end;}
.HomeCase .item.slick-current .txt .tit{animation:fadeInUp 1s .5s ease both;}
.HomeCase .item.slick-current .txt .dec{animation:fadeInUp 1s .8s ease both;}
.HomeCase .item.slick-current .txt .more{animation:fadeInUp 1s 1.2s ease both;}

.HomeCase .slick-arrow{transition: all .5s;opacity: 0;}
.HomeCase .slick-prev{left:-0.5rem;}
.HomeCase .slick-next{right:-0.5rem;}
.HomeCase:hover .slick-prev{left:0.7rem;opacity: 1;}
.HomeCase:hover .slick-next{right:0.7rem;opacity: 1;}

.HomeCase .item.slick-current .img img{animation: img_scale linear 6s forwards;}
@keyframes img_scale{
	0%{transform: scale(1);-webkit-transform:scale(1);}
	100%{transform: scale(1.1);-webkit-transform:scale(1.1);}
}

@media(max-width:1024px){
    .HomeCase .item .img{padding-top:6rem;}
    .HomeCase .item .txt{bottom:0.3rem;}
    .HomeCase .item .txt .tit{font-size: 0.3rem;}
    .HomeCase .item .txt .dec{font-size: 0.16rem;line-height: 1.8;margin:0.1rem 0 0.2rem 0;}
    .HomeCase .item .txt .more{width:1.4rem;line-height: 0.4rem;font-size: 0.16rem;}
}

@media(max-width:768px){
    .HomeCase .item .txt .tit{}
    .HomeCase .item .img{padding-top:4rem;}
    .HomeCase .item .txt .txtbox{max-width:64%;}
}

@media(max-width:640px){
    .HomeCase .item .img{padding-top:3.2rem;}
}


.HomeNews{background: url(../images/hnewsbg.jpg) no-repeat center center;background-size: cover;}
.HomeNews .HomeTit{margin-bottom:0.3rem;}
.HomeNews .tab_nav{text-align: center;margin-bottom:0.3rem;}
.HomeNews .tab_nav ul{display: flex;justify-content: center;font-weight: lighter;}
.HomeNews .tab_nav ul li{padding:0 0.3rem;position: relative;}
.HomeNews .tab_nav ul li::before{content:"";display: block;width:0.04rem;height:0.04rem;background: #666;border-radius: 50%;position: absolute;left:-0.02rem;top:50%;margin-top:-0.02rem;}
.HomeNews .tab_nav ul li:first-child::before{display: none;}
.HomeNews .tab_nav ul li.on{font-weight: normal;}
.HomeNews .tab_nav ul li.on a{color:#ff7500;}

/* .HomeNews .slick-list{margin-left:-0.1rem;}
.HomeNews .item{margin-left:0.1rem;} */
.HomeNews .HomeNewsBox{position: relative;}
.HomeNews .HomeNewsBox .tab_con{position: absolute;width:100%;top:0.5rem;left:0;opacity: 0;visibility: hidden;transition: all .3s;}
.HomeNews .HomeNewsBox .tab_con.on{position: relative;top:0;opacity: 1;visibility: visible;}
.HomeNews .item a{display: block;position: relative;}
.HomeNews .item .img{padding-top:85%;opacity: 0;transition: all .5s;transform: rotateY(90deg);}
.HomeNews .item .img::after{content:"";display: block;width:100%;height:100%;background: url(../images/hnbg.png) no-repeat center center;background-size: cover;position: absolute;left:0;top:0;}
.HomeNews .item .txt{position: absolute;width:100%;height:100%;padding:0.4rem;top:0;left:0;display: flex;flex-direction: column;justify-content: center;transition: all .5s;}
.HomeNews .item .txt .date{font-weight: lighter;color:#999;}
.HomeNews .item .txt .tit{line-height: 1.533;margin:0.1rem 0 0.2rem 0;}
.HomeNews .item .txt .dec{font-weight: lighter;color:#666;line-height: 0.3rem;transition: all .5s;height:0.9rem;}
.HomeNews .item .txt .more{display: flex;align-items: center;font-weight: lighter;margin-top:0.4rem;}
.HomeNews .item .txt .more i{display: block;width:0.25rem;height:0.25rem;background: url(../images/jt_g.svg) no-repeat center center;background-size: contain;margin-left:0.1rem;}
.HomeNews .item:hover .img{opacity: 1;transform: rotateY(0);}
.HomeNews .item:hover .txt .dec{height:0;overflow: hidden;opacity: 0;}
.HomeNews .item:hover .txt{color:#fff;}
.HomeNews .item:hover .txt .tit{}
.HomeNews .item:hover .txt .date{color:#fff;}
.HomeNews .item:hover .txt .more i{background-image: url(../images/jt_w.svg);}


.HomeMore{margin:0.5rem auto 0;width:1.86rem;line-height: 0.56rem;font-size: 0.18rem;box-sizing: content-box;border-radius: 0.56rem;border:1px solid #666;;}
.HomeMore a{display: block;text-align: center;font-weight: lighter;}
.HomeMore:hover{background: #ff7500;border:1px solid #ff7500;}
.HomeMore:hover a{color:#fff;}

@media(max-width:1024px){
    .HomeNews .item .txt{padding:0.25rem;}
    .HomeMore{width:1.4rem;line-height: 0.4rem;font-size: 0.16rem;margin-top:0.3rem;}
}

@media(max-width:640px){
    .HomeNews .item .img{opacity: 1;transform: rotateY(0);}
    .HomeNews .item .txt{color:#fff;}
    .HomeNews .item .txt .tit{}
    .HomeNews .item .txt .date{color:#fff;}
    .HomeNews .slider{padding:0 0.3rem;}
    .HomeNews .item .txt .dec{color:#fff;}
}




.HomePartner{padding-bottom:0;}
.HomePartner .HomePartnerBox{background: url(../images/hpartnerbg.jpg) no-repeat center center;background-size: cover;}
.HomePartner .HomePartnerBox .load-partner{position: relative;}
.HomePartner .HomePartnerBox .load-partner li{height: 1.3rem;line-height: 1.3rem;border-radius: 0.1rem;border:1px solid #f3f3f3;background: #fff;margin:0.15rem;text-align: center;display: flex;align-items: center;justify-content: center;transition: all .5s;}
.HomePartner .HomePartnerBox .load-partner li img{border-radius: 0.1rem;max-height:1rem;}
.HomePartner .HomePartnerBox .load-partner li:hover{transform: translate3d(0,-8px,0);border:1px solid #186ee7;box-shadow: 0 0 10px rgba(0,0,0,0.1);}


@media(max-width:1024px){
    .HomePartner .HomePartnerBox .load-partner li{margin:0.05rem;line-height: 0.9rem;height:0.9rem;}
    .HomePartner .HomePartnerBox .load-partner li img{max-height:0.5rem;}
}

@media(max-width:640px){
}


/* 首页关于我们 */
.HomeMore_1{background: #ff7500;border:1px solid #ff7500;}
.HomeMore_1 a{color:#fff;}
.HomeAbout .container{background: #eef3f8;}
.HomeAbout{ position: relative;overflow: hidden;}
.HomeAbout .panel_com{padding:0;position: relative;z-index:9;width:9rem;}
.HomeAbout .panel{ position: relative; height: 100vh;;}
.HomeAbout .panel_1{position: relative;width:25.5rem;z-index:10;}
.HomeAbout .panel_1 .Box{width:21.44rem;position: relative;}
.HomeAbout .panel_1 .img{height:100%;position: absolute;left:0;top:0;width:100%;}
.HomeAbout .panel_1 .Box{display: flex;align-items: center;height:100%;}
.HomeAbout .panel_1 .txt{width:95%;max-width:16rem;margin-left:1.6rem;position: relative;z-index:9;text-align: right;color:#fff;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;}
.HomeAbout .panel_1 .txt .tit{font-size: 0.5rem;}
.HomeAbout .panel_1 .txt .con{font-weight: lighter;line-height: 2;max-width:6.2rem;}
.HomeAbout .panel_1 .txt .HomeMore{margin:0.8rem 0 0 0;}
.HomeAbout .panel_1 .txt .tag{margin:0.2rem 0 0.4rem 0;}
.HomeAbout .panel_1 .aboutimg{position: absolute;right:1.5rem;top:0;height:100%;}
.HomeAbout .panel_1 .aboutimg .pic{height:100%;transform: skewX(-12deg);border-left: 0.6rem solid #ff7500;width: 3.8rem;overflow: hidden;position: relative;}
.HomeAbout .panel_1 .aboutimg .pic .picbox{height:100%;transform: translateX(-1rem);}
.HomeAbout .panel_1 .aboutimg .pic .picbox .banpc{height:100%;width:3.2rem;background-size: cover;background-repeat: no-repeat;background-position: center;box-sizing: content-box;transform: skewX(12deg);width:700%;position: relative;}
.HomeAbout .panel_1 .aboutimg .pic .picbox .banpc::after{content:'';display: block;width:100%;height:100%;background: #186ee7;opacity: 0.3;position: absolute;left:0;top:0;}
.HomeAbout .panel_1 .aboutimg::before{content:'';display: block;width:1px;height:100%;border-left:1px solid #fff;transform: skewX(-12deg);position: absolute;left:-0.5rem;top:0;opacity: 0.3;}

.HomeAbout .panel_com{left:-9rem;position: relative;height:100%;}
.HomeAbout .panel_com .txt{margin-top:1.5rem;position: relative;padding-left:0.6rem;z-index:9;}
.HomeAbout .panel_com .txt .line{width:1px;height:100%;background-image: linear-gradient(to bottom, #ff7500, rgba(255,255,255,0));position: absolute;left:0;top:0;}
.HomeAbout .panel_com .txt .line::after{content:"";display: block;width:0.1rem;height:0.1rem;background: #ff7500;border-radius: 50%;position: absolute;left:-0.05rem;top:0;}
.HomeAbout .panel_com .txt .num{font-size: 1rem;color:#ff7500;line-height: 1.3;font-weight: bold;}
.HomeAbout .panel_com .txt .text{font-size: 0.3rem;font-weight: lighter;letter-spacing: 0.05rem;}
.HomeAbout .panel_com .item{position: relative;}
.HomeAbout .panel_com .img{position: absolute;}
.HomeAbout .panel_2 .img{bottom:0;left:-50%;width:200%;height:100%;}
.HomeAbout .panel_2 .img img{height:100%;}
.HomeAbout .panel_2 .img .bg1{height:100%;}

.HomeAbout .panel_3 .img{top:-1.4rem;left:0;}
.HomeAbout .panel_4 .Box{display: flex;align-items: flex-start;}
.HomeAbout .panel_4 .Box .even{margin-left:1.5rem;}
.HomeAbout .panel_4 .img{top:5%;left:-15%;width:110%;}
.HomeAbout .panel_5 .Box{display: flex;align-items: flex-start;}
.HomeAbout .panel_5 .Box .even{margin-left:1rem;}
.HomeAbout .panel_5 .img{top:15%;left:0;width:80%;}
.HomeAbout .panel_6 .img{bottom:0;width:120%;left:-10%;}
.HomeAbout .panel_7 .img{top:0;width:120%;left:-10%;}



.HomeAbout .even .txt{margin-top:5.6rem;}
.HomeAbout .even .txt .line{background-image: linear-gradient(to bottom, #186ee7, rgba(255,255,255,0));}
.HomeAbout .even .txt .line::after{background: #186ee7;}
.HomeAbout .even .txt .num{color:#186ee7;}




@media (min-width: 1025px) {
	.HomeAbout .container{ display: flex; flex-wrap: nowrap; width: 700%; }
    .HomeAbout .ani{ opacity: 0; transform: translateY(20px); }
    .HomeAbout .anil{ opacity: 0; transform: translateX(1rem); }
	.HomeAbout .ani{transition: all 1s;}
    .HomeAbout .anil{transition: all 1s;}
	.HomeAbout .ani:first-child{ transition-delay: .2s;}
	.HomeAbout .ani:nth-child(2){ transition-delay: .4s;}
	.HomeAbout .ani:nth-child(3){ transition-delay: .6s;}
	.HomeAbout .ani:nth-child(4){ transition-delay: .8s;}
	.HomeAbout .ani:nth-child(5){ transition-delay: 1s;}
	.HomeAbout .active .ani{ opacity: 1; transform: translateY(0);}

    
	.HomeAbout .anil:first-child{ transition-delay: .2s;}
	.HomeAbout .anil:nth-child(2){ transition-delay: .4s;}
	.HomeAbout .anil:nth-child(3){ transition-delay: .6s;}
	.HomeAbout .anil:nth-child(4){ transition-delay: .8s;}
	.HomeAbout .anil:nth-child(5){ transition-delay: 1s;}
	.HomeAbout .active .anil{ opacity: 1; transform: translateX(0);}
}
@media (max-width: 799px) {
	.HomeAbout .swiper-container{ height: 100vh; width: 100%;}
	.HomeAbout .panel{ height: 100%;}

}



@media(max-width:1024px){
    .mc_section{margin-top:0.7rem;}
    .HomeAbout .panel_1{width:100%;}
    .HomeAbout .panel_1 .aboutimg .pic{transform: skewX(0);width:100%;border-left:none;}
    .HomeAbout .panel_1 .aboutimg .pic .picbox{transform: translateX(0);}
    .HomeAbout .panel_1 .aboutimg{position: static;width:100%;height:5rem;margin-top:0.2rem;}
    .HomeAbout .panel_1 .aboutimg .pic .picbox .banpc{transform: skewX(0);width:100%;}
    .HomeAbout .panel_1 .Box{width:100%;left:0;padding:0.6rem 0;height:auto;}
    .HomeAbout .panel_1 .txt{margin:0 auto;}
    .HomeAbout .panel_1 .txt .tit{font-size: 0.3rem;}
    .HomeAbout .panel_1 .txt .HomeMore{margin-top:0.3rem;}
    .HomeAbout .panel_1 .txt .tag{margin:0.1rem 0;}
    .HomeAbout .panel_com{width:100%;left:0;width:50%;padding:0.25rem 0.15rem;}
    .HomeAbout .panel{height:auto;}
    .HomeAbout .panel_com .img{display: none;}
    .HomeAbout .container{display: flex;flex-wrap: wrap;}
    .HomeAbout .panel_com .txt{margin-top:0;}
    .HomeAbout .even .txt{margin-top:0;}
    .HomeAbout .panel_4,.HomeAbout .panel_5{width:100%;padding:0;}
    .HomeAbout .panel_4 .Box,
    .HomeAbout .panel_5 .Box{width:100%;}
    .HomeAbout .panel_4 .Box .old,
    .HomeAbout .panel_5 .Box .old{width:50%;padding:0.25rem 0.15rem;}
    .HomeAbout .panel_4 .Box .even,
    .HomeAbout .panel_5 .Box .even{width:50%;margin-left:0;padding:0.25rem 0.15rem;}
    .HomeAbout .panel_com .txt .num{font-size: 0.5rem;}
    .HomeAbout .panel_com .txt .text{font-size: 0.18rem;letter-spacing: 0;}
}

@media(max-width:640px){
    .HomeAbout .panel_1 .aboutimg{height:3rem;}
    .HomeAbout .panel_com .txt{padding-left:0.3rem;}
    .HomeAbout .panel_com .txt .num{font-size: 0.3rem;}
}


.arrdown{-webkit-animation: rightan 1.5s infinite;-webkit-animation-fill-mode: both; color:#fff; height:auto; position:absolute; bottom:0px; right:5%; z-index:998; text-align:center;color:#333;text-align: center;font-size: 0.18rem;}
.arrdown>img{display: block;width:1.34rem;margin:0 auto;}
.arrdown p{margin-top:0rem;font-size: 0.12rem;}

@keyframes rightan{
    0%{bottom: 7%;opacity: 0;}
    50%{bottom: 5%;opacity: 1;}
    100%{bottom: 4%;opacity: 0;}
}

@-webkit-keyframes rightan{
    0%{bottom: 7%;opacity: 0;}
    50%{bottom: 5%;opacity: 1;}
    100%{bottom: 4%;opacity: 0;}
}

.HomeBan{position: relative;}
.HomeLogo .arrdown{left:50%;right:auto;transform: translateX(-50%);}

@media(max-width:1024px){
    .arrdown>img{width:0.6rem;}
}

.VideoInfo{max-width:10.6rem;padding:0.28rem;border-radius: 0.16rem;background: #fff;position: relative;width:90%;margin:0 auto;}
.VideoInfo video{width:100%;display: block;}
.VideoInfo .tit{font-size: 0.24rem;margin-top:0.2rem;}



@media(max-width:640px){
    .VideoInfo{padding:0.1rem;}
    .mfp-close{background: #f08200;border:1px solid #f08200;right:-0.2rem;top:-0.2rem;opacity: 1;}
    .VideoInfo .tit{font-size: 0.18rem;margin:0.15rem 0;;}
}






