@charset "utf-8";
.HomeBan{position: relative;}
.HomeBan .HomeBanBox{background: url(../images/loading.gif) no-repeat center center;position: relative;}
.HomeBan .slider{position: relative;}
.HomeBan .item{position: relative;overflow: hidden;}
.HomeBan .item .img{padding-top:8.6rem;}
.HomeBan .item.slick-current .img img{animation: scale linear 6s forwards;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform:scale(1);}
	100%{transform: scale(1.1);-webkit-transform:scale(1.1);}
}

.HomeBan .controls{position: absolute;bottom:1.35rem;left:0;width:100%;text-align: center;z-index:99;}
.HomeBan .controls li{display: inline-block;margin:0 0.1rem;}
.HomeBan .controls li a{color:#fff;opacity: 0.5;font-style: italic;width:0.3rem;text-align: center;position: relative;padding-bottom:0.05rem;transition: all .5s;display: block;}
.HomeBan .controls li a::before{content:"";display: block;width:100%;height:2px;background: #fff;opacity: 0.4;position: absolute;top:100%;left:0;}
.HomeBan .controls li.slick-active a{opacity: 1;width:0.85rem;text-align: left;box-sizing: border-box;padding:0 0.1rem;}
.HomeBan .controls li.slick-active a::before{height:0.05rem;opacity: 1;transform: skewX(-20deg);top:110%;}

@media(max-width:1024px){
	.HomeBan .controls{bottom:1rem;}
	.HomeBan .item .img{padding-top:50%;}
}

@media(max-width:768px){
	.HomeBan .controls{bottom:20px;}
}

.HomeTit{line-height: 1.3;margin-bottom:0.4rem;}
.HomeTit .tit{font-size: 0.5rem;font-weight: bold;color:#111;}
.HomeTit .en{font-size: 0.24rem;font-weight: bold;color:#ddd;text-transform: uppercase;margin-top:0.08rem;opacity: 0.3;}
.HomeTit .zs img{width:0.7rem;}
.HomeTit .dec{font-weight: lighter;margin-top:0.2rem;line-height: 1.68;}

.HomeTit_w .tit{color:#fff;}
.HomeTit_w .en{color:#222d7d;}
.SelectBox{position: relative;padding:0 0.25rem;}
.SelectBox .SelectTxt{}
.SelectBox .SelectTxt span{display: block; padding-right: 0.3rem; background: url(../images/select.svg) no-repeat right center;padding-right:0.6rem;padding-left:0;cursor: pointer;white-space: nowrap;line-height: 0.6rem;color:#999;background-size: 0.14rem;}
.SelectBox .SelectUl{position: absolute; left: 0; right: 0; top: 102%; z-index: 999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none; max-height: 160px; overflow: auto;}
.SelectBox .SelectUl .ul li a{display: block; line-height: 0.36rem; padding: 0 0.3rem; color: #333;border:none;}
.SelectBox .SelectUl .ul li:hover a{background: #222d7d;color:#fff;}
.SelectBox .SelectTxt span.on{color:#000;}

.btn{display: flex;align-items: center;justify-content: center;border-radius: 0.04rem;background: #fba627;height:0.6rem;color:#fff;width:2.1rem;font-size: 0.16rem;}
.btn img{display: inline-block;width:0.18rem;margin-right:0.2rem;}
@media(max-width:1024px){
	.HomeTit{margin-bottom:20px;}
	.HomeTit .tit{font-size: 20px;}
	.HomeTit .en{font-size: 14px;}
	.HomeTit .zs img{width:40px;}
	.btn{height:40px;font-size: 14px;width:120px;}
	.btn img{width:14px;}
	.SelectBox{padding:0 15px;}
	.SelectBox .SelectTxt span{line-height: 40px;padding-right:15px;background-size: 10px;}
	.SelectBox .SelectUl .ul li a{padding:0 15px;line-height: 28px;font-size: 14px;}
	.SelectBox .SelectUl{max-height:100px;}
}

@media(max-width:640px){
	.btn{height: 36px;}
	.SelectBox .SelectTxt span{line-height: 36px;}
}

.HomeSearch{position: absolute;z-index:999;bottom:-0.7rem;padding-left:1.6rem;width:100%;box-sizing: border-box;}
.HomeSearch .HomeSearchBox{background: url(../images/bg1.svg) no-repeat left center;background-size: cover;padding:0.4rem 1.6rem 0.4rem 1.4rem;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.HomeSearch .HomeSearchBox .name{display: flex;align-items: center;color:#fff;font-size: 0.2rem;width:14%;height:0.6rem;}
.HomeSearch .HomeSearchBox .name img{width:0.4rem;display: inline-block;margin-right:0.2rem;}
.HomeSearch .HomeSearchBox dl{display: flex;flex-wrap: wrap;width:82%;margin-left:-1%;justify-content: space-between;}
.HomeSearch .HomeSearchBox dl .SelectBox{background: #fff;border-radius: 0.04rem;}
.HomeSearch .HomeSearchBox dl .inputbox{background: #fff;border-radius: 0.04rem;}
.HomeSearch .HomeSearchBox dl .inputbox input{width:100%;height:0.6rem;box-sizing: border-box;padding:0 0.25rem;font-size: 0.16rem;}
.HomeSearch .HomeSearchBox dl dd{margin-left:1%;width:25%;}
.HomeSearch .HomeSearchBox dl dd:nth-child(2){width:53%;}
.HomeSearch .HomeSearchBox dl dd:nth-child(3){width:19%;}
.HomeSearch .HomeSearchBox dl dd .text{padding:0 0.2rem;color:#fff;font-size: 0.14rem;font-weight: lighter;margin-top:0.15rem;line-height: 1.1;}
.HomeSearch .HomeSearchBox dl dd .text a{display: inline-block;border-bottom:1px solid #fba627;color:#fba627;}

@media(max-width:1024px){
	.HomeSearch{padding-left:0.25rem;bottom:-40px;}
	.HomeSearch .HomeSearchBox{padding:20px 0.25rem 20px 0.6rem;}
	.HomeSearch .HomeSearchBox .name{font-size: 15px;line-height: 40px;}
	.HomeSearch .HomeSearchBox .name img{width:30px;margin-right:10px;}
	.HomeSearch .HomeSearchBox .name{width:20%;}
	.HomeSearch .HomeSearchBox dl{width:76%;}
	.HomeSearch .HomeSearchBox dl .inputbox input{height:40px;font-size: 14px;}
	.HomeSearch .HomeSearchBox dl dd .text{font-size: 12px;}
}

@media(max-width:768px){
    .HomeSearch{margin-top:0;padding-left:0;position: static;}
	.HomeSearch .HomeSearchBox{background: rgba(34,45,125,1);padding:15px;}
	.HomeSearch .HomeSearchBox .name{width:100%;margin-bottom:10px;}
	.HomeSearch .HomeSearchBox .name img{width:24px;}
	.HomeSearch .HomeSearchBox dl{width:100%;}
}

@media(max-width:640px){
	.HomeSearch{padding:15px;}
	.HomeSearch .HomeSearchBox dl dd:nth-child(3){width:99%;}
	.HomeSearch .HomeSearchBox dl .inputbox input{height:36px;}
	.HomeSearch .HomeSearchBox dl dd{width:99%;}
	.HomeSearch .HomeSearchBox dl dd:nth-child(2){width:99%;margin:10px 0;margin-left:1%;}
}

.slick-slide{outline: none;}

.HomeProduct{position: relative;padding:2.3rem 1.6rem 1.3rem 0;overflow: hidden;}
.HomeProduct::before{content:'';display: block;width:12.53rem;height:100%;background: url(../images/bg2.png) no-repeat left center;background-size: 100% 100%;position: absolute;left:0;top:0;}
.HomeProduct .HomeProductBox{position: relative;z-index:9;display: flex;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;}

.HomeProduct .HomeProductBox .slider-for{width:86.5%;}
.HomeProduct .HomeProductBox .slider-for .slick-list{padding-left:1.6rem;}
.HomeProduct .HomeProductBox .slider-for .item{position: relative;margin-right:0.3rem;}
.HomeProduct .HomeProductBox .slider-for .item .img{width:9.6rem;padding-top:5.8rem;border-radius: 0.1rem;}
.HomeProduct .HomeProductBox .slider-for .item .txt{width:6.3rem;border-radius: 0.1rem;background: rgb(255,255,255,0.9);position: absolute;right:0;top:50%;transform: translateY(-50%);box-shadow: 0 0 0.2rem rgba(34,45,125,0.14);padding:0.4rem 0.5rem;}
.HomeProduct .HomeProductBox .slider-for .item .txt .tit{font-size: 0.36rem;font-weight: bold;}
.HomeProduct .HomeProductBox .slider-for .item .txt .num{position: absolute;top:0.48rem;right:0.5rem;font-weight: lighter;color:#999;}
.HomeProduct .HomeProductBox .slider-for .item .txt span{font-size: 0.24rem;font-weight: bold;color:#333;}
.HomeProduct .HomeProductBox .slider-for .item .txt .dec{font-size: 0.18rem;line-height: 0.3rem;margin:0.1rem 0 0.2rem 0;}
.HomeProduct .HomeProductBox .slider-for .item .txt .more a{display: flex;align-items: center;justify-content: center;height:0.6rem;border-radius: 0.04rem;background: #222d7d;color:#fff;width:2rem;font-weight: lighter;}
.HomeProduct .HomeProductBox .slider-for .item .txt .more img{display: inline-block;margin-left:0.15rem;width:0.22rem;}



.HomeProduct .HomeProductNav{width:13.5%;}
.HomeProduct .HomeProductNav .navbox{position: relative;padding-right:0.04rem;position: relative;display: flex;justify-content: flex-end;}
.HomeProduct .HomeProductNav .navbox::before{content:'';display: block;width:1px;height:100%;background: #fba627;position: absolute;right:0.04rem;top:0;}
.HomeProduct .HomeProductNav .navbox i{display: block;width:0.09rem;height:0.09rem;box-sizing: border-box;border:1px solid #fba627;border-radius: 50%;position: absolute;right:0;background: #fff;}
.HomeProduct .HomeProductNav .navbox i:nth-child(1){top:0;}
.HomeProduct .HomeProductNav .navbox i:nth-child(2){bottom:0;}
.HomeProduct .HomeProductNav .navbox .slider-nav{padding:0.2rem 0;max-width:1.8rem;}
.HomeProduct .HomeProductNav .navbox .slider-nav .item{padding:0.05rem 0;margin:0.1rem 0;font-size: 0.2rem;position: relative;line-height: 1.4;}
.HomeProduct .HomeProductNav .navbox .slider-nav .item a{display: block;padding:0 0.25rem;position: relative;z-index:9;}
.HomeProduct .HomeProductNav .navbox .slider-nav .item::before{content:"";display: block;width:100%;height:0.12rem;background-image: linear-gradient(to left, #fba627, rgba(251,166,39,0));position: absolute;right:0;bottom:0;width:0;opacity: 0;transition: all .5s;}
.HomeProduct .HomeProductNav .navbox .slider-nav .item.slick-current::before{width:100%;opacity: 1;}
.HomeProduct .HomeProductNav .navbox .slider-nav .item.slick-current a{color:#222d7d;}

.HomeProduct .slick-arrow{width:1.12rem;height:0.7rem;background: url(../images/arrowbg.png) no-repeat center center;background-size: 100% 100%;position: absolute;font-size: 0;color:transparent;z-index:9;bottom:-0.35rem;}
.HomeProduct .slick-arrow::after{content:'';display: block;width:100%;height:100%;background-repeat: no-repeat;background-size: 0.16rem;background-position: center;position: absolute;left:0;top:0;}
.HomeProduct .slick-arrow.slick-prev::after{background-image: url(../images/prev.png);}
.HomeProduct .slick-arrow.slick-next::after{background-image: url(../images/next.png);}
.HomeProduct .slick-dots{bottom:-0.35rem;right:48%;position: absolute;display: flex;width:5rem;}
.HomeProduct .slick-dots li{width:33.33%;height:2px;background: #d9e2ec;position: relative;}
.HomeProduct .slick-dots li button{display: none;}
.HomeProduct .slick-dots li::after{content:"";display: block;width:100%;height:2px;background: #222d7d;position: absolute;left:0;top:0;width:0;opacity: 0;transition: all .5s;}
.HomeProduct .slick-dots li.slick-active::after{width:100%;opacity: 1;}



.HomeProduct .slick-arrow.slick-prev{right:35%;}
.HomeProduct .slick-arrow.slick-next{right:28%;}

.HomeProduct .slick-arrow:hover{background: url(../images/arrowbgc.png) no-repeat center center;background-size: 100% 100%;}
.HomeProduct .slick-arrow.slick-prev:hover::after{background-image: url(../images/prev_w.png);}
.HomeProduct .slick-arrow.slick-next:hover::after{background-image: url(../images/next_w.png);}

@media(max-width:1024px){
	.HomeProduct{padding:60px 2.5% 60px 2.5%;}
	.HomeProduct .HomeProductBox .slider-for .slick-list{padding-left:0;}
	.HomeProduct .HomeProductBox .slider-for{width:80%;}
	.HomeProduct .HomeProductNav{width:20%;}
	.HomeProduct .HomeProductNav .navbox .slider-nav .item{font-size: 15px;margin:5px 0;padding:2px 0;}
	.HomeProduct .HomeProductNav .navbox .slider-nav .item::before{height:8px;}
	.HomeProduct::before{width:65%;}
	.HomeProduct .HomeProductBox .slider-for .item .img{width:80% !important;padding-top:50%;}
	.HomeProduct .HomeProductBox .slider-for .item .txt{padding:20px;width:50%;}
	.HomeProduct .HomeProductBox .slider-for .item .txt .tit{font-size: 16px;}
	.HomeProduct .HomeProductBox .slider-for .item .txt .num{right:20px;top:20px;}
	.HomeProduct .HomeProductBox .slider-for .item .txt span{font-size: 16px;}
	.HomeProduct .HomeProductBox .slider-for .item .txt .dec{font-size: 14px;line-height: 24px;}
	.HomeProduct .HomeProductBox .slider-for .item .txt .more a{width:120px;height:36px;}
	.HomeProduct .HomeProductBox .slider-for .item .txt .more img{width:15px;}

	.HomeProduct .slick-arrow{width:60px;height:40px;bottom:-20px;}
	
	.HomeProduct .slick-arrow::after{background-size: 14px;}
	.HomeProduct .slick-dots{bottom:-20px;width:50%;right:auto;left:0;}
}

@media(max-width:640px){
	.HomeProduct .HomeProductBox .slider-for{width:100%;}
	.HomeProduct .HomeProductNav{width:100%;}
	.HomeProduct .HomeProductNav .HomeTit{text-align: left;}
	.HomeProduct{padding:30px 2.5% 50px;}
	.HomeProduct .HomeProductNav .navbox .slider-nav{display: none;}
	.HomeProduct .HomeProductBox .slider-for .item{margin-right:0;}
	.HomeProduct .HomeProductBox .slider-for .item .img{width:100% !important;border-radius: 0.1rem 0.1rem 0 0;}
	.HomeProduct .HomeProductBox .slider-for .item .txt{position: static;width:100%;border-radius: 0 0 0.1rem 0.1rem;transform: translateY(0);}
	.HomeProduct .slick-arrow.slick-next{right:0;}
	.HomeProduct .slick-arrow.slick-prev{right:60px;}
	.HomeProduct::before{display: none;}
}





.HomePrice_Inquiry{position: relative;overflow: hidden;}
.HomePrice_Inquiry .img{position: absolute;width:100%;height:100%;top:0;left:0;}
.HomePrice_Inquiry .img::before{content:"";display: block;width:100%;height:100%;background: url(../images/mask1.svg) no-repeat right center;background-size: auto 105%;position: absolute;right:0;top:0;z-index:9;}
.HomePrice_Inquiry .HomePrice_InquiryBox{position: relative;z-index:9;padding:1.48rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.HomePrice_Inquiry .HomeTit{width:2rem;margin-top:0.28rem;}
.HomePrice_Inquiry .HomePrice_Inquiry_form{width:75%;border-radius: 0.1rem;box-shadow: 0 0 0.2rem rgba(34,45,125,0.14);background: #fff;box-sizing: border-box;padding:0.7rem;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox{padding-left:1rem;position: relative;line-height: 0.6rem;display: flex;justify-content: space-between;margin-bottom:0.2rem;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .name{position: absolute;left:0;top:0;width:0.8rem;text-align: right;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .SelectBox{background: #f4f5f7;border-radius: 0.04rem;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .inputtext{border-radius: 0.04rem;background: #f4f5f7;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .inputtext input{padding:0 0.25rem;height:0.6rem;box-sizing: border-box;width:100%;font-size: 0.16rem;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .w35{width:35%;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .w60{width:60%;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputtext_1{display: flex;justify-content: space-between;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputtext_1 em{display: block;padding:0 0.3rem;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup{display: flex;flex-wrap: wrap;justify-content: space-between;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup .w42{width:41%;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup .w55{width:55%;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup .SelectBox{width:100%;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup .inputtext{width:100%;}
.HomePrice_Inquiry .HomePrice_Inquiry_form .formbtn{margin-bottom:0;}

@media(max-width:1024px){
	.HomePrice_Inquiry .HomePrice_InquiryBox{padding:30px 0;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form{padding:30px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox{padding-left:80px;line-height: 40px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .name{width:68px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .inputtext input{height:40px;font-size: 14px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputtext_1 em{padding:0 15px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .w60{width:56%;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .w35{width:42%;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup .w42{width:49%;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputgroup .w55{width:49%;}
}

@media(max-width:768px){
	.HomePrice_Inquiry .HomeTit{width:100%;margin-top:0;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form{width:100%;}
	.HomePrice_Inquiry .img::before{display: none;}
}


@media(max-width:640px){
	.HomePrice_Inquiry .HomePrice_Inquiry_form{padding:15px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox{padding-left:0;flex-wrap: wrap;margin-bottom:15px;line-height: 36px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .name{position: static;text-align: left;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .w60{width:100%;margin-top:5px;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .w35{width:75%;}
	.HomePrice_Inquiry .HomePrice_Inquiry_form .inputbox .inputtext input{height:36px;}
}


.nBan{position: relative;}
.nBan .img{padding-top:5.6rem;}
.nBan .img::after{content:'';display: block;width:100%;height:100%;background: url(../images/banbg.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0;}
.nBan .txt{position: absolute;left:0;width:100%;top:50%;transform: translateY(-50%);line-height: 1.68;color:#fff;}
.nBan .txt b{display: block;width:0.5rem;height:3px;background: #fba627;margin-bottom:0.2rem;}
.nBan .txt .tit{font-size: 0.5rem;font-weight: bold;}
.nBan .txt .en{font-size: 0.2rem;text-transform: uppercase;}

.Current{position: absolute;width:100%;bottom:0;left:0;padding:0.15rem 0;text-align: right;color:#fff;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;font-weight: lighter;}
.Current a,.Current span{color:#fff;display: inline-block;margin:0 0.05rem;}
.Current img{height:0.16rem;}

.pd100{padding:1rem 0;}

.subMenu{line-height: 0.89rem;border-bottom:1px solid #f2f2f2;}
.subMenu ul{display: flex;}
.subMenu ul li{margin-right:0.7rem;font-size: 0.18rem;position: relative;}
.subMenu ul li:last-child{margin-right:0;}
.subMenu ul li a{display: block;}
.subMenu ul li::before{content:'';display: block;width:100%;height:2px;background: #222d7d;position: absolute;bottom:0;left: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:#222d7d;}
.subMenu ul li:hover::before{transform: rotateY(0);opacity: 1;}
.subMenu ul li:hover a{color:#222d7d;}

@media(max-width:1024px){
	.nBan .img{padding-top:40%;}
	.nBan .txt b{width:30px;}
	.nBan .txt .tit{font-size: 20px;}
	.nBan .txt .en{font-size: 14px;}
	.subMenu{line-height: 50px;}
	.subMenu ul{display: block;white-space: nowrap;overflow: auto;}
	.subMenu ul li{font-size: 14px;margin-right:0.3rem;display: inline-block;}
	.Current img{height:12px;}
}

@media(max-width:768px){
	.Current{display: none;}
}

@media(max-width:640px){
	.nBan .img{padding-top:50%;}
	.nBan .txt{top:60%;}
	.nBan .txt .tit{font-size: 18px;}
	.subMenu{line-height: 40px;}

}


/* 新闻资讯 */
.NewsSlider .item{background: #f7f9fa;border-radius: 0.1rem;overflow: hidden;}
.NewsSlider .item a{display: flex;align-items: center;flex-wrap: wrap;}
.NewsSlider .item .img{width:50%;border-radius: 0.1rem;padding-top:4.67rem;}
.NewsSlider .item .txt{width:50%;box-sizing: border-box;padding:0.6rem 1rem;}
.NewsSlider .item .txt .tag{display: inline-block;box-sizing: content-box;line-height: 0.26rem;padding:0 0.1rem;border-radius: 0.2rem 0.2rem 0.2rem 0;border:2px solid #222d7d;color:#222d7d;}
.NewsSlider .item .txt .tit{font-size: 0.26rem;margin-top:0.1rem;}
.NewsSlider .item .txt .dec{line-height: 0.3rem;font-weight: lighter;color:#999;margin:0.3rem 0;}
.NewsSlider .item .txt .date{display: flex;align-items: center;color:#666;margin-bottom:0.5rem;}
.NewsSlider .item .txt .date span{display: flex;align-items: center;font-weight: lighter;}
.NewsSlider .item .txt .date span img{display: inline-block;margin-left:0.15rem;width:0.19rem;}
.NewsSlider .item .txt .date span::before{content:'';display: block;width:1px;height:0.14rem;background: #ddd;margin:0 0.2rem;}
.NewsSlider .slick-dots{position: absolute;bottom:0.6rem;left:calc(50% + 1rem);}
.NewsSlider .slick-dots li{display: inline-block;width:0.12rem;height:0.12rem;background: #cccccc;margin-right:0.2rem;border-radius: 50%;}
.NewsSlider .slick-dots li.slick-active{background: #222d7d;}
.NewsSlider .slick-dots li button{display: none;}
.NewsSlider .slick-arrow{width:0.4rem;height:0.4rem;box-sizing: border-box;border-radius: 50%;border:1px solid #c3c4c4;background: transparent;font-size: 0;color:transparent;position: absolute;bottom:0.5rem;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-repeat: no-repeat;}
.NewsSlider .slick-prev::after{background-image: url(../images/prev1.png);}
.NewsSlider .slick-next::after{background-image: url(../images/next1.png);}
.NewsSlider .slick-prev{right:1.6rem;}
.NewsSlider .slick-next{right:1rem;}
.NewsSlider .slick-arrow:hover{background: #222d7d;border:1px solid #222d7d;}
.NewsSlider .slick-prev:hover::after{background-image: url(../images/prevc1.png);}
.NewsSlider .slick-next:hover::after{background-image: url(../images/nextc1.png);}
.NewsSlider .item:hover .img span{transform: scale(1.05);}


.line{margin:0.5rem 0;width:100%;height:1px;background: #ececec;}

.NewsList ul li{margin-bottom:0.4rem;background: #fafafa;}
.NewsList ul li a{display: block;padding-right:5.7rem;position: relative;padding-left:0.8rem;}
.NewsList ul li .img{width:4.48rem;height:100%;position: absolute;right:0;top:0;}
.NewsList ul li:hover .img span{transform: scale(1.05);}
.NewsList ul li .txt{min-height:2.8rem;align-items: center;display: flex;}
.NewsList ul li .txt .date{width:1.2rem;line-height: 1.1;height:100%;}
.NewsList ul li .txt .date b{display: block;width:0.2rem;height:3px;background: #222d7d;}
.NewsList ul li .txt .date p{font-size: 0.5rem;font-weight: bold;color:#111;margin:0.1rem 0;}
.NewsList ul li .txt .date span{font-size: 0.14rem;color:#666;}
.NewsList ul li .txt .txtbox{border-left:1px solid #e6e6e6;margin-left:0.6rem;padding-left:0.6rem;}
.NewsList ul li .txt .tit{font-size: 0.22rem;}
.NewsList ul li .txt .dec{font-weight: lighter;color:#666;margin:0.2rem 0;}
.NewsList ul li .txt .more{display: flex;align-items: center;font-weight: lighter;color:#222d7d;}
.NewsList ul li .txt .more img{display: inline-block;width:0.14rem;margin-left:0.1rem;}
.NewsList ul li:last-child{margin-bottom:0;}

@media(max-width:1024px){
	.pd100{padding:30px 0;}
	.NewsSlider .item .img{padding-top:30%;}
	.NewsSlider .item .txt{padding:20px 50px;}
	.NewsSlider .item .txt .tag{font-size: 12px;line-height: 20px;}
	.NewsSlider .item .txt .tit{font-size: 16px;}
	.NewsSlider .item .txt .dec{line-height: 24px;font-size: 14px;margin:10px 0;}
	.NewsSlider .slick-dots{bottom:20px;left:55%;}
	.NewsSlider .slick-dots li{width:5px;height:5px;margin-right:10px;}
	.NewsSlider .slick-arrow{width:30px;height:30px;bottom:15px;}
	.NewsSlider .slick-arrow.slick-next{right:50px;}
	.NewsSlider .slick-arrow.slick-prev{right:90px;}
	.line{margin:25px 0;}

	.NewsList ul li{margin-bottom:15px;}
	.NewsList ul li a{padding-right:240px;padding-left:20px;}
	.NewsList ul li .img{width:240px;}
	.NewsList ul li .txt{min-height:1px;padding:20px;flex-wrap: wrap;}
	.NewsList ul li .txt .date p{font-size: 30px;}
	.NewsList ul li .txt .date{width:60px;}
	.NewsList ul li .txt .txtbox{padding-left:20px;margin-left:20px;width:calc(100% - 100px)}
	.NewsList ul li .txt .tit{font-size: 15px;}
	.NewsList ul li .txt .dec{margin:10px 0;}
	.NewsList ul li .txt .date span{font-size: 12px;}
}

@media(max-width:640px){
	.NewsSlider .item .img{width:100%;padding-top:58%;}
	.NewsSlider .item .txt{width:100%;padding:20px;padding-bottom:40px;}
	.NewsSlider .slick-dots{left:20px;}
	.NewsSlider .slick-arrow.slick-next{right:20px;}
	.NewsSlider .slick-arrow.slick-prev{right:60px;}
	.NewsList ul li .img{position: relative;width:100%;padding-top:58%;}
	.NewsList ul li a{padding:0;}
	.NewsList ul li .txt .date{width:20%;}
	.NewsList ul li .txt .txtbox{width:75%;margin-left:0;}
	.NewsList ul li .txt .dec{font-size: 13px;}
}

/* 新闻详情 */
.no_ban {padding-top:1.24rem;}
.no_ban .Top{background: #2b303d;}
.no_ban .Top.on{background: #fff;}

.w1200{width:90%;max-width:12rem;margin:0 auto;}
.NewsInfo .InfoTit{border-bottom:1px solid #e6e6e6;margin-bottom:0.4rem;padding-bottom:0.3rem;}
.NewsInfo .InfoTit h2{font-size: 0.48rem;font-weight: normal;color:#111;}
.NewsInfo .InfoTit .date{font-size: 0.18rem;color:#222d7d;margin-top:0.05rem;}
.NewsInfo .InfoCon{font-size: 0.18rem;font-weight: lighter;}
.NewsInfo .InfoCon img{display: block;margin:0 auto;}
.NewsInfo .InfoPage{padding-top:0.3rem;border-top:1px solid #e6e6e6;margin-top:0.4rem;}
.NewsInfo .InfoPage dl{display: flex;justify-content: space-between;}
.NewsInfo .InfoPage dl dd{max-width:48%;font-size: 0.18rem;font-weight: lighter;line-height: 1.1;border-bottom:1px solid #fff;}
.NewsInfo .InfoPage dl dd:hover{border-bottom:1px solid #222d7d;}
.NewsInfo .InfoPage dl dd{display: flex;}
.NewsInfo .InfoPage dl dd em{white-space: nowrap;padding:0 0.05rem;}
.NewsInfo .InfoPage dl dd:nth-child(2){flex-direction: row-reverse;}

@media(max-width:1024px){
	.no_ban{padding-top:60px;}
	.NewsInfo .InfoTit h2{font-size: 18px;}
	.NewsInfo .InfoTit .date{font-size: 14px;}
	.NewsInfo .InfoCon{font-size: 14px;}
	.NewsInfo .InfoPage dl dd{font-size: 14px;}
}

@media(max-width:640px){
	.NewsInfo .InfoTit h2{font-size: 16px;font-weight: bold;}
	.NewsInfo .InfoPage dl dd{width:100%;}

}


/* 中东专线 */
.ZhongD .ZhongD_part1 .item{position: relative;min-height:8rem;display: flex;align-items: center;background: url(../images/zdbg1.jpg) no-repeat right bottom;background-size: cover;overflow: hidden;}
.ZhongD .ZhongD_part1 .item .img{position: absolute;width:100%;height:100%;}
.ZhongD .ZhongD_part1 .item .img span{background-attachment: fixed;}
.ZhongD .ZhongD_part1 .item .img::after{content:"";display: block;width:3rem;height:101%;position: absolute;top:0;}
.ZhongD .ZhongD_part1 .item:nth-child(2n+1) .img::after{background: url(../images/zdbg1.png) no-repeat center center;background-size: 100% 100%;right:0;}
.ZhongD .ZhongD_part1 .item:nth-child(2n) .img::after{background: url(../images/zdbg2.png) no-repeat center center;background-size: 100% 100%;left:0;}
.ZhongD .ZhongD_part1 .item .txt{width:100%;color:#fff;position: relative;z-index:9;}
.ZhongD .ZhongD_part1 .item .txt .con{font-weight: lighter;margin-bottom:0.8rem;line-height: 2;}
.ZhongD .ZhongD_part1 .item .txt .txtbox{width:48%;}
.ZhongD .ZhongD_part1 .item::before{content:"";display: block;width:10.5rem;height:100%;background: url(../images/img_bg1.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0;z-index:9;}

.ZhongD .ZhongD_part1 .item:nth-child(2n) .txt .txtbox{float:right;}
.ZhongD .ZhongD_part1 .item:nth-child(2n)::before{transform: rotate(180deg);left:auto;right:0;}


.ZhongD .ZhongD_part2{background:#f2f5f9;position: relative;}
.ZhongD .ZhongD_part2::before{content:"";display: block;width:10.5rem;height:100%;background: url(../images/img_bg1.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0;z-index:9;transform: rotate(180deg);left:auto;right:0;}
/* .ZhongD .ZhongD_part2 .PartBox{height:7.1rem;} */
.ZhongD .ZhongD_part2 ul{display: flex;margin-left:-0.5%;position: relative;z-index:9;align-items: center;}
.ZhongD .ZhongD_part2 ul li{margin-left:1.875%;width:14.53125%;position: relative;transition: all .5s;border-radius: 0.1rem;}
.ZhongD .ZhongD_part2 ul li a{display: block;border-radius: 0.1rem;overflow: hidden;}
.ZhongD .ZhongD_part2 ul li .img{padding-top:6.5rem;}
.ZhongD .ZhongD_part2 ul li .img::after{content:'';display: block;width:100%;height:100%;background: linear-gradient(0deg, #222D7D 0%, rgba(0,0,0,0) 100%);position: absolute;top:0;left:0;}
.ZhongD .ZhongD_part2 ul li .txt{position: absolute;color:#fff;bottom:0;padding:0.4rem 0.2rem;width:100%;box-sizing: border-box;border-radius: 0.1rem;overflow: hidden;transition: all .5s;}
.ZhongD .ZhongD_part2 ul li .txt .con{font-weight: lighter;margin-top:0.2rem;display: none;min-width:5rem;}
.ZhongD .ZhongD_part2 ul li .txt .iconbox{width:0.65rem;height:0.65rem;margin:0 auto;display: flex;align-items: center;justify-content: center;}
.ZhongD .ZhongD_part2 ul li .txt .iconbox .img2{display: none;}
.ZhongD .ZhongD_part2 ul li .txt .iconbox img{max-height:100%;}
.ZhongD .ZhongD_part2 ul li .txt .tit{text-align: center;font-size: 0.2rem;margin-top:0.2rem;transition: all .5s;margin-bottom:0;border-radius: 0.1rem;overflow: hidden;}
.ZhongD .ZhongD_part2 ul li .txt .tit::before{opacity: 0;}

.ZhongD .ZhongD_part2 ul li.on{width:32.5%;box-shadow: 13px 16px 10px 0px rgba(6,18,53,0.33);}
.ZhongD .ZhongD_part2 ul li.on .img{padding-top:7.7rem;}
.ZhongD .ZhongD_part2 ul li.on .img::after{opacity: 0;;}
.ZhongD .ZhongD_part2 ul li.on .txt{background: linear-gradient(22deg, #FFFFFF 0%, rgba(255,255,255,0.8) 100%);background-size: cover;color:#333;}
.ZhongD .ZhongD_part2 ul li.on .txt .con{display: block;position: relative;min-height:0.6rem;}
.ZhongD .ZhongD_part2 ul li.on .txt .icon{display: flex;align-items: center;justify-content: flex-start;position: relative;width:100%;}
.ZhongD .ZhongD_part2 ul li.on .txt .icon i{width:0.23rem;height:10px;background: url(../images/more_b.svg) no-repeat center center;background-size: contain;position: absolute;right:0;top:50%;transform: translateY(-50%);}

.ZhongD .ZhongD_part2 ul li.on .txt{padding:0.5rem 0.4rem;}
.ZhongD .ZhongD_part2 ul li.on .txt .icon .iconbox .img1{display: none;}
.ZhongD .ZhongD_part2 ul li.on .txt .icon .iconbox .img2{display: block;}
.ZhongD .ZhongD_part2 ul li.on .txt .icon .iconbox{margin:0;}
.ZhongD .ZhongD_part2 ul li.on .txt .tit::before{opacity: 1;}
.ZhongD .ZhongD_part2 ul li.on .txt .tit{font-size: 0.36rem;margin-left:0.2rem;margin-top:0;;}

@media(max-width:1024px){
	.ZhongD .ZhongD_part1 .item::before{display: none;}
	.ZhongD .ZhongD_part1 .item .img::after{display: none;}
	.ZhongD .ZhongD_part1 .item{min-height:1px;}
	.ZhongD .ZhongD_part1 .item .txt .txtbox{width:100%;padding:5%;}

	.ZhongD .ZhongD_part2 ul li .img{padding-top:4rem;}
	.ZhongD .ZhongD_part2 ul li .txt{padding:20px 5px;}
	.ZhongD .ZhongD_part2 ul li.on .img{padding-top:4.4rem;}
	.ZhongD .ZhongD_part2 ul li .txt .iconbox{width:36px;height:36px;line-height: 36px;}
	.ZhongD .ZhongD_part2 ul li .txt .tit{font-size: 16px;margin-top:10px;}
	.ZhongD .ZhongD_part2 ul li.on .txt{padding:20px;}
	.ZhongD .ZhongD_part2 ul li.on .txt .tit{font-size: 18px;}
	.ZhongD .ZhongD_part2 ul li.on .txt .icon i{width:14px;}
	.ZhongD .ZhongD_part2 ul li .txt .con{min-width:150px;}
}

@media(max-width:768px){
	.ZhongD .ZhongD_part2 ul li .txt .tit{font-size: 14px;}
}

@media(max-width:640px){
	.ZhongD .ZhongD_part1 .item .txt .txtbox{padding:30px 10px;}
	.ZhongD .ZhongD_part2 ul{flex-wrap: wrap;}
	.ZhongD .ZhongD_part2 ul li{width:99.5%;margin-bottom:10px;}
	.ZhongD .ZhongD_part2 ul li.on{width:99.5%;}
	.ZhongD .ZhongD_part2 ul li .txt{background: url(../images/txtbg.png) no-repeat center center;background-size: cover;color:#333;position: static;border-radius: 0 0 0.1rem 0.1rem;padding:15px;}
	.ZhongD .ZhongD_part2 ul li .txt .con{display: block;position: relative;}
	.ZhongD .ZhongD_part2 ul li .txt .icon{display: flex;align-items: center;justify-content: flex-start;position: relative;width:100%;}
	.ZhongD .ZhongD_part2 ul li .txt .icon i{width:14px;height:10px;background: url(../images/more_b.svg) no-repeat center center;background-size: contain;position: absolute;right:0;top:50%;transform: translateY(-50%);}
	.ZhongD .ZhongD_part2 ul li .txt .icon .iconbox .img1{display: none;}
	.ZhongD .ZhongD_part2 ul li .txt .icon .iconbox .img2{display: block;}
	.ZhongD .ZhongD_part2 ul li .txt .icon .iconbox{margin:0;}
	.ZhongD .ZhongD_part2 ul li .txt .tit::before{opacity: 1;}
	.ZhongD .ZhongD_part2 ul li .txt .tit{font-size: 16px;margin-left:0.2rem;margin-top:0;;}
	.ZhongD .ZhongD_part2 ul li.on .txt .tit{font-size: 16px;}
	.ZhongD .ZhongD_part2 ul li.on .txt{padding:15px;}

}



/* 迪拜当地政策 */
.pd50{padding:0.5rem 0 0.9rem 0;}
.Common_Tit{margin-bottom:0.55rem;line-height: 1.5;}
.Common_Tit .tit{font-size: 0.48rem;color:#222d7d;}
.Common_Tit .zs{margin:0.05rem 0 0.2rem 0;}
.Common_Tit .zs img{width:0.7rem;}
.Common_Tit .dec{font-weight: lighter;}

.Dubai_Policies .item{position: relative;padding-left:1rem;padding-bottom:0.7rem;}
.Dubai_Policies .item::before{content:'';display: block;width:1px;height:100%;background: #dfdfdf;position: absolute;left:0.2rem;top:0;}
.Dubai_Policies .item .num{width:0.4rem;height:0.4rem;line-height: 0.4rem;border-radius: 50%;background: #222d7d;color:#fff;font-size: 0.24rem;font-weight: bold;position: absolute;left:0;top:0;text-align: center;}
.Dubai_Policies .item .box{}
.Dubai_Policies .item .tit{font-size: 0.3rem;line-height: 1.2;position: relative;margin-bottom:0.4rem;}
.Dubai_Policies .item .tit::before{content:'';display: block;width:1.5rem;height:0.1rem;background-image: linear-gradient(to right, #fba627, rgba(251,166,39,0));position: absolute;bottom:0;left:0;}
.Dubai_Policies .item .tit em{position: relative;z-index:9;}
.Dubai_Policies .item .con{padding:0.5rem 0.7rem;font-weight: lighter;line-height: 2;border-radius: 0.04rem;background: #ecf2f9;}

.sub_tit{font-size: 0.3rem;line-height: 1.2;position: relative;margin-bottom:0.4rem;}
.sub_tit::before{content:'';display: block;width:1.5rem;height:0.1rem;background-image: linear-gradient(to right, #fba627, rgba(251,166,39,0));position: absolute;bottom:0;left:0;}
.sub_tit em{position: relative;z-index:9;}


@media(max-width:1024px){
	.pd50{padding:30px 0;}
	.Common_Tit .tit{font-size: 20px;font-weight: bold;}
	.Common_Tit .zs img{width:40px;}
	.Dubai_Policies .item{padding-left:70px;padding-bottom:30px;}
	.Dubai_Policies .item::before{left:15px;}
	.Dubai_Policies .item .num{width:30px;height:30px;line-height: 30px;font-size: 18px;}
	.Dubai_Policies .item .tit{margin-bottom:20px;font-size: 18px;font-weight: bold;}
	.Dubai_Policies .item .tit::before{height:5px;width:80px;}
	.Dubai_Policies .item .con{padding:20px;}
	.sub_tit{margin-bottom:20px;font-size: 18px;font-weight: bold;}
	.sub_tit::before{height:5px;width:80px;}
}

@media(max-width:640px){
	.Common_Tit .tit{font-size: 18px;}
	.Dubai_Policies .item{padding-left:50px;}
	.Dubai_Policies .item .con{padding:12px;}
	.Dubai_Policies .item .tit{font-size: 16px;}
	.Dubai_Policies .item .num{font-size: 16px;}
	.sub_tit{font-size: 16px;}
}


/* 供应链合作资源 */
.Supply_Chain .Supply_Chain_part1 .Txt{width:38.5%;}
.Supply_Chain .Supply_Chain_part1 .Txt .con{font-weight: lighter;line-height: 1.7;}
.Supply_Chain .Supply_Chain_part1 .Img{width:50%;border-radius:0.1rem;overflow: hidden;}
.Supply_Chain .Supply_Chain_part1 .Img img{width:100%;}

.Supply_Chain .Supply_Chain_part2{padding:1rem 0;background: #ecf2f9;overflow: hidden;}
.Supply_Chain .Supply_Chain_part2 .PartBox{position: relative;}
.Supply_Chain .Supply_Chain_part2 .bg{width:8.72rem;margin:0 auto; animation: rotate 6s linear infinite;}
.Supply_Chain .Supply_Chain_part2 .center{background: linear-gradient(180deg, #005EA4, #222D7D);box-shadow: 0px 1px 26px 3px rgba(34,45,125,0.49);width:4rem;height:4rem;border-radius: 50%;color:#fff;display: flex;align-items: center;justify-content: center;text-align: center;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);box-sizing: border-box;padding:0.2rem;}
.Supply_Chain .Supply_Chain_part2 .center .tit{font-size: 0.3rem;}
.Supply_Chain .Supply_Chain_part2 .center .dec{font-weight: lighter;margin-top:0.12rem;}
.Supply_Chain .Supply_Chain_part2 ul li{position: absolute;border-radius: 50%;box-shadow: 2px 5px 16px 2px rgba(34,45,125,0.1);background: #fff;display: flex;align-items: center;}
.Supply_Chain .Supply_Chain_part2 ul li img{max-width:70%;max-height:50%;}
.Supply_Chain .Supply_Chain_part2 ul li a{width:100%;text-align: center;}

@media(min-width:767px){
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(1){width:1rem;height:1rem;left:1%;top:80%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(2){width:1.6rem;height:1.6rem;left:5%;top:46%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(3){width:1.3rem;height:1.3rem;left:7%;top:20%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(4){width:1.3rem;height:1.3rem;left:13%;top:86%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(5){width:1.6rem;height:1.6rem;left:20%;top:-5%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(6){width:2rem;height:2rem;left:21%;top:40%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(7){width:1.6rem;height:1.6rem;left:32%;top:76%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(8){width:1rem;height:1rem;left:52%;top:90%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(9){width:1.3rem;height:1.3rem;left:52%;top:-6%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(10){width:1.6rem;height:1.6rem;left:64%;top:68%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(11){width:2rem;height:2rem;left:69%;top:25%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(12){width:1.6rem;height:1.6rem;left:73%;top:-6%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(13){width:1.3rem;height:1.3rem;left:80%;top:59%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(14){width:1.3rem;height:1.3rem;left:85%;top:80%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(15){width:1.6rem;height:1.6rem;left:86%;top:15%;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(16){width:1rem;height:1rem;left:94%;top:45%;}


	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(2n+1){animation: move1 2s linear 0.1s infinite alternate;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(2n+2){animation: move2 2s linear 0.5s infinite alternate;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(3n+2){animation: move2 2.5s linear 0.8s infinite alternate;}
	.Supply_Chain .Supply_Chain_part2 ul li:nth-child(3n+3){animation: move1 2s linear 0.8s infinite alternate;}

}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes move1{
    0%,
    100% {
      -moz-transform: rotate(0deg) translateY(-20px);
      -ms-transform: rotate(0deg) translateY(-20px);
      -webkit-transform: rotate(0deg) translateY(-20px);
      transform: rotate(0deg) translateY(-20px);
    }

    50% {
      -moz-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
      -webkit-transform: rotate(0) translateY(0);
      transform: rotate(0) translateY(0);
    }
}

@keyframes move2{
    0%,
    100% {
      -moz-transform: rotate(0deg) translateY(20px);
      -ms-transform: rotate(0deg) translateY(20px);
      -webkit-transform: rotate(0deg) translateY(20px);
      transform: rotate(0deg) translateY(20px);
    }

    50% {
      -moz-transform: rotate(0) translateY(0);
      -ms-transform: rotate(0) translateY(0);
      -webkit-transform: rotate(0) translateY(0);
      transform: rotate(0) translateY(0);
    }
}



.Message .inputCon{margin-left:-1%;display: flex;flex-wrap: wrap;}
.Message .inputCon .inputbox{width:49%;margin-left:1%;margin-bottom:1%;}
.Message .inputCon .col100{width:99%;}
.Message .inputbox{border-radius: 0.04rem;background: #f4f5f7;position: relative;}
.Message .inputbox input{height:0.5rem;width:100%;box-sizing: border-box;padding:0 0.3rem;font-size: .16rem;font-weight: lighter;}
.Message .inputbox i{color:#ff2121;position: absolute;right:0.2rem;top:50%;transform: translateY(-50%);}
.Message .inputbox textarea{height:1.5rem;padding:0.2rem 0.3rem;font-size: .16rem;font-weight: lighter;width:100%;display: block;}
.Message .formbox{display: flex;align-items: center;}
.Message .formbox .yzm{display: flex;}
.Message .formbox .yzm .inputbox{width:2.8rem;}
.Message .formbox .yzm .yzmbtn{margin-left:0.15rem;width:1.04rem;} 
.Message .formbox .yzm .yzmbtn img{width:100%;}
.Message .formbox button{width:2.5rem;line-height: 0.5rem;border-radius: 0.04rem;background: #fba627;color:#fff;text-align: center;margin-left:0.4rem;}

@media(max-width:1024px){
	.Supply_Chain .Supply_Chain_part1 .Txt{width:45%;}
	.Supply_Chain .Supply_Chain_part2 .PartBox{zoom:0.6;}
	.Message .inputbox input{height:36px;font-size: 14px;}
	.Message .inputbox textarea{height:120px;font-size: 14px;}
	.Message .formbox .yzm .yzmbtn{width:70px;}
	.Message .formbox button{line-height: 36px;width:120px;}
}

@media(max-width:767px){
	.Supply_Chain .Supply_Chain_part1 .Txt{width:100%;}
	.Supply_Chain .Supply_Chain_part1 .Img{width:100%;margin-top:20px;}
	.Supply_Chain .Supply_Chain_part2 .center .tit{font-size: 18px;}
	.Supply_Chain .Supply_Chain_part2 .center .dec{font-size: 16px;}
	.Supply_Chain .Supply_Chain_part2 .bg{display: none;}
	.Supply_Chain .Supply_Chain_part2{padding:30px 0;}
	.Supply_Chain .Supply_Chain_part2 .PartBox{zoom:1;}
	.Supply_Chain .Supply_Chain_part2 .center{position: static;transform: translate(0,0);width:100%;height:auto;padding:20px;border-radius: 10px;margin-bottom:10px;}
	.Supply_Chain .Supply_Chain_part2 .center .dec{font-size: 14px;}
	.Supply_Chain .Supply_Chain_part2 ul{display: flex;flex-wrap: wrap;margin-left:-2%;}
	.Supply_Chain .Supply_Chain_part2 ul li{position: static;margin-left:2%;margin-top:2%;border-radius: 5px;width:23%;height:50px;}
	.Supply_Chain .Supply_Chain_part2 ul li img{max-height:40px;width:auto;}
}

.common_btn a{display: inline-block;font-weight: lighter;color:#fff;line-height: 0.6rem;border-radius: 0.04rem;background: #222d7d;padding:0 0.25rem 0 0.55rem;}
.common_btn a img{display: inline-block;margin-left:0.2rem;}
.common_btn span{display: inline-block;font-weight: lighter;color:#fff;line-height: 0.6rem;border-radius: 0.04rem;background: #222d7d;padding:0 0.25rem 0 0.55rem;}
.common_btn span img{display: inline-block;margin-left:0.2rem;}
.Supply_Chain .Supply_Chain_part1 .Txt .common_btn{margin-top:0.3rem;}
.Middle_East_info .Middle_East_infopart1 .Txt .con{line-height: 2;}
.common_btn a:hover{background: #fba627;}
.common_btn span:hover{background: #fba627;}

@media(max-width:1024px){
	.common_btn a{line-height: 40px;padding:0 15px 0 25px;}
	.common_btn a img{width:16px;margin-left:10px;}
	.common_btn span{line-height: 40px;padding:0 15px 0 25px;}
	.common_btn span img{width:16px;margin-left:10px;}
}

@media(max-width:640px){
	.common_btn a{line-height: 36px;padding:0 10px 0 15px;}
	.common_btn span{line-height: 36px;padding:0 10px 0 15px;}
}

.pd60{padding:0.6rem 0;}
.Middle_East_info .Middle_East_infopart4{background: #ecf2f9;}
.Middle_East_info .Message .inputbox{background: #fff;}

.Middle_East_info .Middle_East_infopart2{background: #ecf2f9;}
.Middle_East_info .Middle_East_infopart2 .text{font-size: 0.2rem;margin-bottom:0.3rem;}
.Middle_East_info .Middle_East_infopart2 ul{display: flex;margin-left:-1%;}
.Middle_East_info .Middle_East_infopart2 ul li{transition: all .5s;margin-left:1%;height:2.3rem;border-radius: 0.1rem;box-shadow: 13px 15px 60px 0px rgba(34,45,125,0.14);background: #fff;width:13%;box-sizing: border-box;padding:0.3rem 0.4rem;}
.Middle_East_info .Middle_East_infopart2 ul li .libox{overflow: hidden;display: flex;align-items: center;justify-content: center;flex-direction: column;height:100%;}
.Middle_East_info .Middle_East_infopart2 ul li .dec{font-weight: lighter;line-height: 0.24rem;display: none;min-width:3.6rem;}
.Middle_East_info .Middle_East_infopart2 ul li .icon .iconbox{width:1rem;height:1rem;line-height: 1rem;border-radius: 50%;background: #f4f8fd;margin:0 auto;text-align: center;}
.Middle_East_info .Middle_East_infopart2 ul li .icon .iconbox img{max-width:0.6rem;}
.Middle_East_info .Middle_East_infopart2 ul li .icon .tit{font-size: 0.18rem;font-weight: bold;color:#222d7d;transition: all .5s;text-align: center;margin-top:0.1rem;}

.Middle_East_info .Middle_East_infopart2 ul li.on{width:29%;}
.Middle_East_info .Middle_East_infopart2 ul li.on .libox{align-items: flex-start;}
.Middle_East_info .Middle_East_infopart2 ul li.on .icon{display: flex;align-items: flex-end;}
.Middle_East_info .Middle_East_infopart2 ul li.on .dec{display: block;margin-top:0.2rem;}
.Middle_East_info .Middle_East_infopart2 ul li.on .icon .iconbox{background: transparent;height:auto;line-height: 1;}
.Middle_East_info .Middle_East_infopart2 ul li.on .icon .tit{font-size: 0.24rem;}

@media(max-width:1024px){
	.Middle_East_info .Middle_East_infopart2 .text{font-size: 15px;margin-bottom:15px;}
	.Middle_East_info .Middle_East_infopart2 ul li{padding:20px 10px;height:180px;}
	.Middle_East_info .Middle_East_infopart2 ul li .icon .iconbox{width:60px;height:60px;line-height: 60px;}
	.Middle_East_info .Middle_East_infopart2 ul li .icon .iconbox img{max-width:30px;}
	.Middle_East_info .Middle_East_infopart2 ul li .icon .tit{font-size: 15px;}
	.Middle_East_info .Middle_East_infopart2 ul li.on .icon .tit{font-size: 18px;}
	.Middle_East_info .Middle_East_infopart2 ul li .dec{min-width:200px;line-height: 1.68;}
}

@media(max-width:768px){
	.Middle_East_info .Middle_East_infopart2 ul{flex-wrap: wrap;}
	.Middle_East_info .Middle_East_infopart2 ul li{width:49%;margin-bottom:1%;height:auto;}
	.Middle_East_info .Middle_East_infopart2 ul li.on{width:49%;}
	.Middle_East_info .Middle_East_infopart2 ul li .libox{align-items: flex-start;}
	.Middle_East_info .Middle_East_infopart2 ul li .icon{display: flex;align-items: flex-end;}
	.Middle_East_info .Middle_East_infopart2 ul li .dec{display: block;margin-top:0.2rem;min-width:1px;}
	.Middle_East_info .Middle_East_infopart2 ul li .icon .iconbox{background: transparent;height:auto;line-height: 1;}
	.Middle_East_info .Middle_East_infopart2 ul li .icon .tit{font-size: 15px;}
	.Middle_East_info .Middle_East_infopart2 ul li.on .icon .tit{font-size: 15px;}

}


.Middle_East_info .Middle_East_infopart3 .img{width:48%;border-radius: 0.1rem;overflow: hidden;}
.Middle_East_info .Middle_East_infopart3 .img img{width:100%;}
.Middle_East_info .Middle_East_infopart3 .txt{width:48%;}
.Middle_East_info .Middle_East_infopart3 .txt li{padding:0.25rem 0;cursor: pointer;}
.Middle_East_info .Middle_East_infopart3 .txt li:not(:last-child){border-bottom:1px solid #f3f3f3;}
.Middle_East_info .Middle_East_infopart3 .txt li .tit{font-size: 0.2rem;padding-right:30px;margin-bottom:0;position: relative;}
.Middle_East_info .Middle_East_infopart3 .txt li .tit i{width:13px;height:13px;background: url(../images/jt_g.png) no-repeat center center;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.Middle_East_info .Middle_East_infopart3 .txt li .con{font-weight: lighter;color:#666;line-height: 0.24rem;display: none;margin-top:0.1rem;}
.Middle_East_info .Middle_East_infopart3 .txt li.on .tit i{background: url(../images/jt_b.png) no-repeat center center;}
.Middle_East_info .Middle_East_infopart3 .txt li.on .tit{color:#222d7d;}

@media(max-width:1024px){
	.pd60{padding:30px 0;}
	.Middle_East_info .Middle_East_infopart3 .txt li{padding:10px 0;}
	.Middle_East_info .Middle_East_infopart3 .txt li .tit{font-size: 16px;}
	.Middle_East_info .Middle_East_infopart3 .txt li .con{line-height: 20px;font-size: 13px;margin-top:5px;}
}

@media(max-width:640px){
	.Middle_East_info .Middle_East_infopart3 .img{width:100%;}
	.Middle_East_info .Middle_East_infopart3 .txt{width:100%;margin-top:10px;}
	.Middle_East_info .Middle_East_infopart3 .txt li .tit{font-size: 15px;}
	.Middle_East_info .Middle_East_infopart3 .txt li .tit i{background-size: 6px;}
	.Middle_East_info .Middle_East_infopart3 .txt li.on .tit i{background-size: 10px;}
}


/* 应用商城 */
.Shop_ban{position: relative;}
.Shop_ban .Current{bottom:0.7rem;}
.n_search .HomeSearchBox dl{width:85%;}
.n_search .HomeSearchBox dl dd:nth-child(1){width:78%;}
.n_search .HomeSearchBox dl dd:nth-child(2){width:20%;}
.shop_bantxt{width:5.5rem;box-sizing: border-box;padding:0.4rem 0.5rem;border-radius: 0.3rem 0 0.3rem 0;background: #fff;color:#333;box-shadow: 0 0 0.2rem rgba(34,45,125,0.14);position: relative;}
.shop_bantxt .icon{width:0.35rem;height:0.35rem;line-height: 0.35rem;position: relative;z-index:9;}
.shop_bantxt .name{font-size: 0.3rem;font-weight: bold;color:#222d7d;margin:0.05rem 0;position: relative;z-index:9;}
.shop_bantxt .text{font-size: 0.18rem;position: relative;z-index:9;}
.i_common{display: block;width:0.28rem;height:0.28rem;box-sizing: content-box;border-radius: 50%;border:1px solid #e4e4e4;display: flex;align-items: center;justify-content: center;text-align: center;font-size: 0.2rem;font-weight: bold;color:#fba627;background: #fff;margin-right:0.1rem;}
.shop_bantxt .tag{display: flex;align-items: center;font-size: 0.2rem;position: relative;z-index:9;}
.shop_bantxt .box{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index:9;}
.shop_bantxt .box .more a{background: #222d7d;border-radius: 0.04rem;color:#fff;display: flex;align-items: center;justify-content: center;padding:0 0.3rem;height:0.5rem;}
.shop_bantxt .box .more a img{max-width:0.23rem;margin-left:0.1rem;display: block;}
.shop_bantxt .en_tit{font-size: 0.6rem;font-weight: bold;color:#edf3f8;text-transform: uppercase;position: absolute;bottom:0.3rem;left:0.4rem;line-height: 1.5;}

.App_Store .App_Store_Hot{padding-top:1.3rem;}
.App_Store .App_Store_Hot .w1600{position: relative;padding-bottom:0.5rem;border-bottom:1px solid #eee;}
.App_Store .App_Store_Hot .lizi-canvas{position: absolute;width:100%;height:100%;top:0;left:0;opacity: 0.5;}

.App_StoreTit{margin-bottom:0.4rem;}
.App_StoreTit .en{font-size: 0.35rem;font-weight: bold;color:#e2e8f4;text-transform: uppercase;}
.App_StoreTit .cn{font-size: 0.4rem;color:#222d7d;line-height: 1;margin-top:-0.3rem;font-weight: bold;}

.App_Store_Hot ul{display: flex;margin-left:-8%;flex-wrap: wrap;}
.App_Store_Hot ul li{width:42%;margin-left:8%;margin-bottom:3%;overflow: hidden;border-radius: 0.3rem 0 0.3rem 0;position: relative;}
.App_Store_Hot ul li .img{width:100%;height:100%;position: absolute;top:0;left:0;}
.App_Store_Hot ul li .txt{position: relative;z-index:9;padding:0.7rem 0.5rem 0.7rem 1.1rem;color:#fff;}
.App_Store_Hot ul li .txt .tit{font-size: 0.3rem;}
.App_Store_Hot ul li .txt .en{font-size: 0.24rem;font-weight: lighter;}
.App_Store_Hot ul li .txt .more{margin-top:0.1rem;font-size: 0.18rem;display: flex;align-items: center;}
.App_Store_Hot ul li .txt .more img{display: block;width:0.23rem;margin-left:0.1rem;}
.App_Store_Hot ul li:hover .img span{transform: scale(1.05);}


.App_Store_List{padding:0.8rem 0;background: url(../images/shop_bg.png) no-repeat top center;background-size: cover;}
.App_Store_List .App_StoreTit{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-end;}
.App_Store_List .App_StoreTit ul li{display: inline-block;margin-left:0.6rem;font-size: 0.2rem;line-height: 0.5rem;position: relative;}
.App_Store_List .App_StoreTit ul li a{display: block;}
.App_Store_List .App_StoreTit ul li::before{content:'';display: block;width:100%;height:2px;background: #222d7d;position: absolute;bottom:0;left:0;opacity: 0;transform: rotateY(90deg);transition: all .5s;}
.App_Store_List .App_StoreTit ul li.on::before{transform: rotateY(0);opacity: 1;}
.App_Store_List .App_StoreTit ul li:hover::before{transform: rotateY(0);opacity: 1;}
.App_Store_List .App_StoreTit ul li.on a{color:#222d7d;}

.App_Store_List .ListBox ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.App_Store_List .ListBox ul li{width:30.33%;margin-left:3%;margin-bottom:2%;box-shadow: 0px 0px 14px 1px rgba(36,41,75,0.1);border-radius: 0.06rem;background: #fff;}
.App_Store_List .ListBox ul li a{display: block;padding:0.2rem;}
.App_Store_List .ListBox ul li .name{display: flex;align-items: center;font-size: 0.2rem;color:#333;font-weight: bold;margin-bottom:0.1rem;}
.App_Store_List .ListBox ul li .img{padding-top:48%;border-radius: 0.05rem;}
.App_Store_List .ListBox ul li:hover .img span{transform: scale(1.05);}
.App_Store_List .ListBox ul li .txt{margin-top:0.15rem;}
.App_Store_List .ListBox ul li .txt .text{position: relative;padding-right:1.2rem;}
.App_Store_List .ListBox ul li .txt .down{position: absolute;right:0;top:50%;transform: translateY(-50%);color:#333;display: flex;align-items: center;}
.App_Store_List .ListBox ul li .txt .down img{width:0.15rem;display: block;margin-left:0.08rem;}
.App_Store_List .ListBox ul li .txt .tit{font-size: 0.2rem;font-weight: bold;color:#222d7d;}
.App_Store_List .ListBox ul li .txt .dec{font-weight: lighter;color:#999;}
.App_Store_List .ListBox ul li .txt .tag dl dd{display: inline-block;margin-right:0.05rem;line-height: 0.3rem;border-radius: 0.04rem;background: #78a1ec;font-weight: lighter;color:#fff;padding:0 0.2rem;margin-top:3px;font-size: 0.14rem;}
.App_Store_List .ListBox ul li .txt .tag{margin:0.2rem 0 0.1rem 0;}

@media(max-width:1024px){
	.shop_bantxt{width:400px;padding:20px;}
	.shop_bantxt .en_tit{font-size: 36px;}
	.shop_bantxt .icon{width:25px;height:25px;line-height: 25px;}
	.shop_bantxt .name{font-size: 18px;}
	.shop_bantxt .text{font-size: 14px;}
	.shop_bantxt .tag{font-size: 14px;}
	.i_common{width:20px;height:20px;font-size: 14px;}
	.shop_bantxt .box .more a{height:36px;padding:0 12px;font-size: 13px;}
	.shop_bantxt .box .more a img{width:16px;}
	.n_search .HomeSearchBox dl{width:80%;}
	.HomeSearch .HomeSearchBox .name{height:40px;}

	.App_Store .App_Store_Hot{padding-top:60px;}
	.App_StoreTit{margin-bottom:20px;}
	.App_StoreTit .en{font-size: 18px;}
	.App_StoreTit .cn{font-size: 20px;margin-top:-15px;}
	.App_Store_Hot ul li .txt{padding:40px;}
	.App_Store_Hot ul li .txt .tit{font-size: 16px;}
	.App_Store_Hot ul li .txt .en{font-size: 14px;}
	.App_Store_Hot ul li .txt .more{font-size: 14px;}
	.App_Store_Hot ul li .txt .more img{width:16px;}
	.App_Store .App_Store_Hot .w1600{padding-bottom:10px;}
	.App_Store_List{padding:30px 0;}
	.App_Store_List .App_StoreTit ul li{font-size: 14px;margin-left:30px;line-height: 40px;}
	.App_Store_List .ListBox ul li a{padding:10px;}
	.App_Store_List .ListBox ul li .name{font-size: 16px;}
	.App_Store_List .ListBox ul li .txt .tit{font-size: 16px;}
	.App_Store_List .ListBox ul li .txt .tag dl dd{font-size: 13px;line-height: 20px;padding:0 10px;margin-right:0;}
}

@media(max-width:768px){
	.App_Store_List .ListBox ul li .txt .text{padding-right:0;}
	.App_Store_List .ListBox ul li .txt .down{position: static;transform: translateY(0);text-align: right;width:100%;font-size: 12px;margin-top:5px;}
	.App_Store_List .ListBox ul li .txt .down img{width:12px;}
}


@media(max-width:640px){
	.shop_bantxt{width:240px;padding:10px;}
	.shop_bantxt .text{display: none;}
	.shop_bantxt .tag{display: none;}
	.shop_bantxt .box .more a{height:28px;}
	.shop_bantxt .en_tit{font-size: 24px;}
	.n_search .HomeSearchBox dl{width:100%;}
	.n_search .HomeSearchBox dl dd:nth-child(1){width:60%;}
	.n_search .HomeSearchBox dl dd:nth-child(2){width:38%;margin:0;margin-bottom:0;}
	.App_Store_List .App_StoreTit ul{width:100%;text-align: center;}
	.App_Store_List .App_StoreTit ul li{margin:0 10px;margin-top:10px;}
	.App_Store_List .ListBox ul li{width:97%;}
	.App_Store_Hot ul li{width:92%;}
	.App_Store_Hot ul li .txt{padding:25px;}
}



/* 应用商城详情 */
.AppStore_Info .AppStore_Info_intro{padding:0.8rem 1rem;border-bottom:1px solid #e6e6e6;display: flex;align-items: center;}
.AppStore_Info .AppStore_Info_intro .txt{display: flex;align-items: center;}
.AppStore_Info .AppStore_Info_intro .txt .icon{width:0.8rem;height:0.8rem;border-radius: 0.05rem;background: #222d7d;text-align: center;line-height: 0.8rem;margin-right:0.36rem;}
.AppStore_Info .AppStore_Info_intro .txt .icon img{max-width:0.45rem;}
.AppStore_Info .AppStore_Info_intro .txt .tit{font-size: 0.4rem;line-height: 1.1;margin-bottom:0.1rem;}
.AppStore_Info .AppStore_Info_intro .txt .star{display: flex;align-items: center;}
.AppStore_Info .AppStore_Info_intro .txt .star dl dd{display: inline-block;width:0.17rem;height:0.17rem;background: url(../images/star.png) no-repeat center center;background-size: contain;margin-right:0.05rem;}
.AppStore_Info .AppStore_Info_intro .txt .star dl dd.on{background-image: url(../images/star_on.png);}
.AppStore_Info .AppStore_Info_intro .txt .star>a{display: flex;align-items: center;margin-left:0.3rem;padding-left:0.3rem;border-left:1px solid #eee;}
.AppStore_Info .AppStore_Info_intro .txt .star>a img{display: inline-block;margin-left:0.1rem;width:0.14rem;}
.AppStore_Info .AppStore_Info_intro .tag{padding-left:0.5rem;margin-left:0.5rem;border-left:1px solid #eee;}
.AppStore_Info .AppStore_Info_intro .tag dl dd{display: inline-block;margin-right:0.05rem;line-height: 0.3rem;border-radius: 0.04rem;background: #78a1ec;font-weight: lighter;color:#fff;padding:0 0.2rem;margin-top:3px;font-size: 0.14rem;}
.AppStore_Info .AppStore_InfoBox{padding:0 1rem;}
.AppStore_Info .AppStore_InfoBox .Box{padding:0.5rem 0;}
.AppStore_Info .AppStore_InfoBox .Box:not(:last-child){border-bottom:1px solid #eeeeee;}
.AppStore_Info .AppStore_InfoBox .Box .BoxTit{display: flex;font-size: 0.3rem;color:#222d7d;flex-wrap: wrap;line-height: 1;align-items: center;margin-bottom:0.25rem;}
.AppStore_Info .AppStore_InfoBox .Box .BoxTit img{display: inline-block;margin-right:0.18rem;max-height:0.28rem;max-width:0.28rem;}
.AppStore_Info .AppStore_InfoBox .Box .Con{font-weight: lighter;line-height: 1.875;}
.AppStore_Info .AppStore_InfoBox .Box .Con p{margin-bottom:0.05rem;}

.AppStore_Info .AppStore_InfoBox .Box_4 ul{display: flex;flex-wrap: wrap;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li{width:25%;box-sizing: border-box;padding:0.2rem 0.35rem;text-align: center;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li:not(:last-child){border-right:1px solid #e6e6e6;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li .icon{width:0.65rem;height:0.65rem;line-height: 0.65rem;margin:0 auto;;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li b{display: block;width:0.3rem;height:3px;background: #222d7d;margin:0.3rem auto 0.2rem;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li .tit{font-size: 0.18rem;margin-bottom:0.2rem;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li .dec{font-weight: lighter;color:#999;}
.AppStore_Info .AppStore_InfoBox .Box_4 ul li:hover .icon{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.AppStore_Info .AppStore_InfoBox .Box_5 ul{display: flex;flex-wrap: wrap;margin-left:-5%;}
.AppStore_Info .AppStore_InfoBox .Box_5 ul li{width:45%;margin:0.2rem 0;margin-left:5%;position: relative;}
.AppStore_Info .AppStore_InfoBox .Box_5 ul li .num{font-size: 0.8rem;font-weight: bold;opacity: 0.1;line-height: 1;position: absolute;left:0;top:15%;transform: translateY(-50%);}
.AppStore_Info .AppStore_InfoBox .Box_5 ul li .tit{font-size: 0.18rem;font-weight: normal;}
.AppStore_Info .AppStore_InfoBox .Box_5 ul li .dec{font-weight: lighter;margin-top:0.05rem;}

.AppStore_Info .AppStore_InfoBox .Box_6 ul{display: flex;flex-wrap: wrap;}
.AppStore_Info .AppStore_InfoBox .Box_6 ul li{border:1px solid #e6e6e6;border-radius: 0.04rem;margin-right:0.4rem;display: flex;align-items: flex-end;padding:0.2rem 0.3rem;line-height: 1.4;margin-bottom:0.1rem;}
.AppStore_Info .AppStore_InfoBox .Box_6 ul li .name{font-size: 0.14rem;color:#999;}
.AppStore_Info .AppStore_InfoBox .Box_6 ul li .txt{}
.AppStore_Info .AppStore_InfoBox .Box_6 ul li .tit{font-size: 0.2rem;font-weight: bold;}
.AppStore_Info .AppStore_InfoBox .Box_6 ul li .price{font-size: 0.24rem;color:#fba627;line-height: 1;margin-left:0.1rem;}
.AppStore_Info .AppStore_InfoBox .Box_6 ul li .price span{font-size: 0.34rem;}

.AppStore_Info .AppStore_InfoBox .Box_7 .Txt{padding-left:3.3rem;position: relative;}
.AppStore_Info .AppStore_InfoBox .Box_7 .Txt .logo{width:2.8rem;border-radius: 0.04rem;border:1px solid #e6e6e6;position: absolute;left:0;top:0;text-align: center;padding:0.3rem;}

@media(max-width:1024px){
	.AppStore_Info .AppStore_Info_intro{padding:30px 0;}
	.AppStore_Info .AppStore_Info_intro .txt .icon{width:50px;height:50px;line-height: 50px;margin-right:20px;}
	.AppStore_Info .AppStore_Info_intro .txt .icon img{max-width:30px;}
	.AppStore_Info .AppStore_Info_intro .txt .tit{font-size: 20px;font-weight: bold;}
	.AppStore_Info .AppStore_Info_intro .txt .star dl dd{width:12px;height:12px;}
	.AppStore_Info .AppStore_Info_intro .txt .star>a{margin-left:15px;padding-left:15px;}
	.AppStore_Info .AppStore_Info_intro .txt .star>a img{width:12px;}
	.AppStore_Info .AppStore_Info_intro .tag{margin-left:25px;padding-left:25px;}
	.AppStore_Info .AppStore_Info_intro .tag dl dd{line-height: 22px;font-size: 13px;padding:0 10px;}
	.AppStore_Info .AppStore_InfoBox{padding:0;}
	.AppStore_Info .AppStore_InfoBox .Box{padding:25px 0;}
	.AppStore_Info .AppStore_InfoBox .Box .BoxTit{font-size: 18px;font-weight: bold;margin-bottom:15px;}
	.AppStore_Info .AppStore_InfoBox .Box .BoxTit img{max-width:20px;max-height:20px;margin-right:10px;}
	.AppStore_Info .AppStore_InfoBox .Box_4 ul li{padding:10px 20px;}
	.AppStore_Info .AppStore_InfoBox .Box_4 ul li .icon{width:40px;height:40px;line-height: 40px;}
	.AppStore_Info .AppStore_InfoBox .Box_4 ul li b{margin:20px auto 10px;}
	.AppStore_Info .AppStore_InfoBox .Box_4 ul li .tit{font-size: 16px;font-weight: bold;margin-bottom:10px;}
	.AppStore_Info .AppStore_InfoBox .Box_5 ul li .tit{font-size: 16px;font-weight: bold;}
	.AppStore_Info .AppStore_InfoBox .Box_5 ul li .num{font-size: 50px;}
	.AppStore_Info .AppStore_InfoBox .Box_6 ul li{padding:15px;margin-right:15px;}
	.AppStore_Info .AppStore_InfoBox .Box_6 ul li .tit{font-size: 16px;margin-top:5px;}
	.AppStore_Info .AppStore_InfoBox .Box_6 ul li .price{font-size: 18px;}
	.AppStore_Info .AppStore_InfoBox .Box_6 ul li .price span{font-size: 22px;}
	.AppStore_Info .AppStore_InfoBox .Box_7 .Txt{padding-left:200px;}
	.AppStore_Info .AppStore_InfoBox .Box_7 .Txt .logo{width:170px;padding:20px;}
}


@media(max-width:640px){
	.AppStore_Info .AppStore_Info_intro{flex-wrap: wrap;}
	.AppStore_Info .AppStore_Info_intro .txt{width:100%;}
	.AppStore_Info .AppStore_Info_intro .txt .tit{font-size: 18px;}
	.AppStore_Info .AppStore_Info_intro .txt .box{width:calc(100% - 80px)}
	.AppStore_Info .AppStore_Info_intro .tag{width:100%;padding-left:0;margin-left:0;border-left:none;margin-top:20px;}
	.AppStore_Info .AppStore_InfoBox .Box_4 ul li{width:50%;padding:10px;}
	.AppStore_Info .AppStore_InfoBox .Box_4 ul li:nth-child(2n){border-right:none;}
	.AppStore_Info .AppStore_InfoBox .Box_5 ul li{width:95%;}
	.AppStore_Info .AppStore_InfoBox .Box_7 .Txt{padding-left:0;}
	.AppStore_Info .AppStore_InfoBox .Box_7 .Txt .logo{position: static;margin-bottom:20px;}
}


/* 查询落地页 */
.Search_Result{background: #ecf2f9;padding:1.3rem 0 1rem 0;}
.Search_Result .Search_ResultBox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Search_Result .Search_ResultLeft{width:31.875%;box-shadow: 13px 15px 60px 0px rgba(34,45,125,0.14);border-radius: 0.1rem;background: #fff;padding:0.35rem;}
.Search_Result .Search_ResultLeft .tit{background: linear-gradient(90deg, #E4ECFB 0%, rgba(228,236,251,0) 100%);border-radius: 0.03rem;border-left:0.04rem solid #fba627;line-height: 0.5rem;font-size: 0.2rem;font-weight: bold;color:#222d7d;padding-left:0.25rem;margin-bottom:0.15rem;}
.Search_Result .Search_ResultLeft ul li{line-height: 0.5rem;border-bottom:1px dashed #e8e8e8;display: flex;flex-wrap: wrap;}
.Search_Result .Search_ResultLeft ul li .name{width:45%;box-sizing: border-box;padding:0 0.2rem 0 0.25rem;position: relative;}
.Search_Result .Search_ResultLeft ul li .name::before{content:'';display: block;width:2px;height:0.2rem;background: #fba627;position: absolute;left:0.05rem;top:50%;transform: translateY(-50%);}
.Search_Result .Search_ResultLeft ul li .text{width:55%;color:#222d7d;}
.Search_Result .Search_ResultRight{width:66.25%;box-shadow: 13px 15px 60px 0px rgba(34,45,125,0.14);border-radius: 0.1rem;background: #fff;padding:0.35rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Search_Result .Search_ResultRight .item{width:45%}
.Search_Result .Search_ResultRight .item .tit{display: flex;flex-wrap: wrap;align-items: center;font-size: 0.24rem;font-weight: bold;color:#fba627;margin-bottom:0.25rem;}
.Search_Result .Search_ResultRight .item .tit img{display: inline-block;max-width:0.28rem;margin-right:0.15rem;}
.Search_Result .Search_ResultRight .item ul{position: relative;}
.Search_Result .Search_ResultRight .item ul::before{content:'';display: block;width:1px;height:88%;background: #e8e8e8;position: absolute;left:0.1rem;top:50%;transform: translateY(-50%);}
.Search_Result .Search_ResultRight .item ul li{padding:0 0.4rem;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;color:#777;padding-bottom:0.3rem;line-height: 1.8;}
.Search_Result .Search_ResultRight .item ul li .dotico{width:0.2rem;height:0.2rem;border-radius: 50%;background: #999999;position: absolute;left:0;top:0.03rem;}
.Search_Result .Search_ResultRight .item ul li .dotico::before,
.Search_Result .Search_ResultRight .item ul li .dotico::after{content:'';display: block;width:100%;height:100%;background: #999999;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}
.Search_Result .Search_ResultRight .item ul li .text .name{font-weight: bold;}
.Search_Result .Search_ResultRight .item ul li:last-child{padding-bottom:0;}

.Search_Result .Search_ResultRight .item ul li .dotico::before{animation: scale_dot 2s linear infinite;}
.Search_Result .Search_ResultRight .item ul li .dotico::after{animation: scale_dot 2s 1s linear infinite;}

.Search_Result .Search_ResultRight .item ul li.on .dotico{background: #fba627;}
.Search_Result .Search_ResultRight .item ul li.on .dotico::before,
.Search_Result .Search_ResultRight .item ul li.on .dotico::after{background: #fba627;}
.Search_Result .Search_ResultRight .item ul li.on .text .name{color:#fba627;}

@keyframes scale_dot{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(2.5);-webkit-transform: scale(2.5);opacity: 0;}
}


.Search_Result .Search_ResultRight .item_wl .tit{color:#222d7d;}
.Search_Result .Search_ResultRight .item_wl ul li.on .dotico{background: #222d7d;}
.Search_Result .Search_ResultRight .item_wl ul li.on .dotico::before,
.Search_Result .Search_ResultRight .item_wl ul li.on .dotico::after{background: #222d7d;}
.Search_Result .Search_ResultRight .item_wl ul li.on .text .name{color:#222d7d;}



@media(min-width:768px){
	.Search_Result .Search_ResultRight .item_wl .tit{flex-direction: row-reverse;}
	.Search_Result .Search_ResultRight .item_wl .tit img{margin-right:0;margin-left:0.15rem;}
	.Search_Result .Search_ResultRight .item_wl ul li{flex-direction: row-reverse;}
	.Search_Result .Search_ResultRight .item_wl ul li .text{text-align: right;}
	.Search_Result .Search_ResultRight .item_wl ul li .dotico{position: absolute;left:auto;right:0;}
	.Search_Result .Search_ResultRight .item_wl ul::before{left:auto;right:0.1rem;}

}

@media(max-width:1024px){
	.Search_Result{padding:60px 0 30px 0;}
	.Search_Result .Search_ResultLeft{padding:20px;}
	.Search_Result .Search_ResultLeft .tit{line-height: 36px;font-size: 18px;padding-left:20px;}
	.Search_Result .Search_ResultLeft ul li .name{padding:0 10px 0 15px;}
	.Search_Result .Search_ResultLeft ul li .name::before{height:14px;left:0;}
	.Search_Result .Search_ResultLeft ul li{line-height: 36px;}
	.Search_Result .Search_ResultRight{padding:20px;}
	.Search_Result .Search_ResultRight .item .tit{font-size: 18px;}
	.Search_Result .Search_ResultRight .item .tit img{max-width:20px;}
	.Search_Result .Search_ResultRight .item ul li{padding:0 30px;padding-bottom:20px;}
}

@media(max-width:768px){
	.Search_Result{padding:30px 0 30px 0;}
	.Search_Result .Search_ResultLeft{width:100%;margin-bottom:10px;}
	.Search_Result .Search_ResultRight{width:100%;}
}

@media(max-width:640px){
	.Search_Result .Search_ResultRight .item{width:100%;margin-bottom:20px;}
	.Search_Result .Search_ResultRight .item ul li .dotico{top:8px;}
	.Search_Result .Search_ResultRight .item ul li{padding-right:0;}
	.Search_Result .Search_ResultRight .item ul li .date{font-size: 12px;}
}


/* 运输服务 */


.Transport_Route .map{text-align: center;}
.Transport_Route .Transport_RouteList{padding:0 1.3rem;}
.Transport_Route .Transport_RouteList .item{padding:0.4rem 0;border-bottom:1px dotted #e6e6e6;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.Transport_Route .Transport_RouteList .item .img{width:2.76rem;padding-top:1.7rem;}
.Transport_Route .Transport_RouteList .item .txt{width:65%;}
.Transport_Route .Transport_RouteList .item .txt .tit{font-size: 0.2rem;}
.Transport_Route .Transport_RouteList .item .txt .dec{font-weight: lighter;margin:0.1rem 0 0.2rem 0;}
.Transport_Route .Transport_RouteList .item .txt dl{display: flex;flex-wrap: wrap;}
.Transport_Route .Transport_RouteList .item .txt dd{padding-right:0.6rem;margin-right:0.6rem;border-right: 1px solid #e6e6e6;}
.Transport_Route .Transport_RouteList .item .txt dd:last-child{padding-right:0;margin-right:0;border-right: 0;}
.Transport_Route .Transport_RouteList .item .txt dd .name{font-size: 0.14rem;color:#999;;}
.Transport_Route .Transport_RouteList .item .txt dd .num{color:#fba627;font-size: 0.24rem;line-height: 1.3;}
.Transport_Route .Transport_RouteList .item .txt dd .num span{font-size: 0.34rem;}
.Transport_Route .Transport_RouteList .item:hover .img span{transform: scale(1.05);}

@media(max-width:1024px){
	.Transport_Route .Transport_RouteList{padding:0;}
	.Transport_Route .Transport_RouteList .item{padding:20px 0;}
	.Transport_Route .Transport_RouteList .item .txt .tit{font-size: 16px;}
	.Transport_Route .Transport_RouteList .item .txt dd .num{font-size: 16px;}
	.Transport_Route .Transport_RouteList .item .txt dd .num span{font-size: 22px;font-weight: bold;}
	.Transport_Route .Transport_RouteList .item .img{width:200px;padding-top:130px;}
	.Transport_Route .Transport_RouteList .item .txt dd{margin-right:30px;padding-right:30px;}
	.Transport_Route .Transport_RouteList .item .txt dd .name{font-size: 12px;}
}

@media(max-width:640px){
	.Transport_Route .Transport_RouteList .item .txt{width:100%;margin-bottom:20px;}
	.Transport_Route .Transport_RouteList .item .img{width:100%;padding-top:58%;}
	.Transport_Route .Transport_RouteList .item .txt dd{margin-right:0;border-right: none;padding:5px !important;border:1px solid #e6e6e6 !important;margin:2px 5px 2px 0;}
}

.Transport_Service .PartBox{padding:1rem 0;overflow: hidden;}
.Transport_Service .PartBox:nth-child(2n){background: #e6effa;}
.Transport_Service .PartImg{width:8.5rem;float:right;}
.Transport_Service .PartTxt{width:37.5%;float:left;padding:0.3rem 0;position: relative;}
.Transport_Service .PartTxt .slider{padding-bottom:1.2rem;}
.Transport_Service .PartTxt .tit{display: flex;}
.Transport_Service .PartTxt .tit img{max-width:0.55rem;max-height:0.44rem;display: inline-block;margin-right:0.15rem;}
.Transport_Service .PartTxt .sub_tit::before{width:0.6rem;}
.Transport_Service .PartTxt .con{font-weight: lighter;line-height: 1.875;margin-bottom:0.6rem;}


.Transport_Service .PartImg .slick-list{margin-left:-0.1rem;}
.Transport_Service .PartImg .item{position: relative;overflow: hidden;border-radius: 0.1rem;margin-left:0.1rem;transition: all .5s;}
.Transport_Service .PartImg .item .img{padding-top:5rem;}
.Transport_Service .PartImg .item .tag{line-height: 0.4rem;padding:0 0.15rem;background: #222d7d;font-size: 0.24rem;font-weight: bold;color:#fff;position: absolute;right:0;top:0;border-radius: 0 0.1rem 0 0.1rem;}
.Transport_Service .PartImg .item:hover .img span{transform: scale(1.05);}

.Transport_Service .PartImg .item.slick-current .tag{background: #fba627;}

.Transport_Service .PartBox:nth-child(2n) .PartImg{float:left;}
.Transport_Service .PartBox:nth-child(2n) .PartTxt{float:right;}

.Transport_Service .slick-arrow{width:1.12rem;height:0.7rem;background: url(../images/arrowbg.png) no-repeat center center;background-size: 100% 100%;position: absolute;font-size: 0;color:transparent;z-index:9;bottom:0;}
.Transport_Service .slick-arrow::after{content:'';display: block;width:100%;height:100%;background-repeat: no-repeat;background-size: 0.16rem;background-position: center;position: absolute;left:0;top:0;}
.Transport_Service .slick-arrow.slick-prev::after{background-image: url(../images/prev.png);}
.Transport_Service .slick-arrow.slick-next::after{background-image: url(../images/next.png);}
.Transport_Service .slick-dots{bottom:0;left:0;position: absolute;display: flex;width:5rem;}
.Transport_Service .slick-dots li{width:33.33%;height:2px;background: #d9e2ec;position: relative;}
.Transport_Service .slick-dots li button{display: none;}
.Transport_Service .slick-dots li::after{content:"";display: block;width:100%;height:2px;background: #222d7d;position: absolute;left:0;top:0;width:0;opacity: 0;transition: all .5s;}
.Transport_Service .slick-dots li.slick-active::after{width:100%;opacity: 1;}
.Transport_Service .slick-arrow:hover{background: url(../images/slick-prev.png) no-repeat center center;background-size: 100% 100%;}
.Transport_Service .slick-arrow.slick-prev:hover::after{background-image: url(../images/prev_w.png);}
.Transport_Service .slick-arrow.slick-next:hover::after{background-image: url(../images/next_w.png);}
.Transport_Service .slick-arrow.slick-prev{right:1.1rem;;}
.Transport_Service .slick-arrow.slick-next{right:0;}
.Transport_Service .slick-pages{font-weight: lighter;position: absolute;bottom:0.4rem;color:#999;}
.Transport_Service .slick-pages #cur{font-size: .24rem;font-weight: bold;color:#333;}

@media(min-width:1025px){
	.Transport_Service .PartImg .item{width:2.4rem !important;}
	.Transport_Service .PartImg .item.slick-current{width:6rem !important;}
}


@media(max-width:1024px){
	.Transport_Service .PartBox{padding:30px 0;}
	.Transport_Service .PartImg{width:58%;}
	.Transport_Service .PartImg .item .img{padding-top:68%;}
	.Transport_Service .PartImg .item .tag{font-size: 14px;line-height: 30px;padding:0 10px;}
	.Transport_Service .PartTxt .tit img{max-width:30px;max-height:25px;}
	.Transport_Service .slick-arrow{width:60px;height:40px;}
	.Transport_Service .PartTxt .slider{padding-bottom:70px;}
	.Transport_Service .slick-arrow::after{background-size: 14px;}
	.Transport_Service .slick-arrow.slick-prev{right:60px;}
	.Transport_Service .slick-pages #cur{font-size: 18px;}
	.Transport_Service .slick-dots{width:90%;}
}

@media(max-width:768px){
	.Transport_Service .PartTxt .con{margin-bottom:20px;}
	.Transport_Service .PartTxt .slider{padding-bottom:55px;}
}

@media(max-width:640px){
	.Transport_Service .PartImg{width:100%;}
	.Transport_Service .PartTxt{width:100%;}
}




/* 海运服务 */
.Sea_Transportation .Sea_Transportationpart1 .name_tit{font-size: 0.2rem;margin:0.2rem 0 0.05rem 0;}
.Sea_Transportation .Sea_Transportationpart1 .box {display: inline-block;width:40%;}
.Sea_Transportation .Sea_Transportationpart1 .box_1{width:100%;}
.Sea_Transportation .Sea_Transportationpart1 .box_1 dl{display: flex;flex-wrap: wrap;}
.Sea_Transportation .Sea_Transportationpart1 .box_1 dl dd{width:40%;}
.Sea_Transportation .Sea_Transportationpart1 .box .ti{color:#222d7d;}
.Sea_Transportation .Sea_Transportationpart1 .box{margin-bottom:0.2rem;}
.Sea_Transportation .Sea_Transportationpart1 .box dl dd{padding-left:0.15rem;position: relative;font-weight: lighter;margin-top:0.05rem;}
.Sea_Transportation .Sea_Transportationpart1 .box dl dd::before{content:"";display: block;width:0.06rem;height:0.06rem;border-radius: 50%;background: #006cdc;border-radius: 50%;position: absolute;left:0;top:50%;transform: translateY(-50%);}

.Sea_Transportation .Sea_Transportationpart2{background: #ecf2f9;}
.Sea_Transportation .Sea_Transportationpart2 .txt li:not(:last-child){border-bottom:1px solid #fff;}
.Sea_Transportation .Sea_Transportationpart2 .txt li .con{line-height: 1.68;color:#333;}

@media(max-width:768px){
	.Sea_Transportation .Sea_Transportationpart1 .name_tit{font-size: 16px;}
	.Sea_Transportation .Sea_Transportationpart1 .box{width:45%;}
	.Sea_Transportation .Sea_Transportationpart1 .box_1{width:100%;}
	.Sea_Transportation .Sea_Transportationpart1 .box_1 dl dd{width:45%;}
}

/* 关于我们 */
.pd80{padding:0.8rem 0;}
.Company .Intro .txt{width:42.5%;}
.Company .Intro .txt .tit{font-size: 0.32rem;font-weight: bold;color:#222d7d;}
.Company .Intro .txt b{display: block;width:0.5rem;height:0.04rem;background: #222d7d;transform: skewX(-40deg);margin:0.1rem 0 0.15rem;}
.Company .Intro .txt .con{font-weight: lighter;line-height: 1.7;}
.Company .Intro .txt .con strong{color:#222d7d;}
.Company .Intro .img{width:50%;}
.Company .Intro .img img{width:100%;}

.Company .AboutNum ul{display: flex;flex-wrap: wrap;}
.Company .AboutNum ul li{width:20%;display: flex;justify-content: center;align-items: center;}
.Company .AboutNum ul li:not(:last-child){border-right:1px solid #ececec;}
.Company .AboutNum ul li .icon{width:0.55rem;height:0.55rem;line-height: 0.55rem;}
.Company .AboutNum ul li .text{font-size: 0.18rem;font-weight: lighter;}
.Company .AboutNum ul li .num{line-height: 1;display: inline-block;position: relative;margin:0.15rem 0;}
.Company .AboutNum ul li .num span{font-size: 0.6rem;font-weight: bold;color:#222d7d;}
.Company .AboutNum ul li .num i{position: absolute;right:0;top:0;}
.Company .AboutNum ul li:hover .icon{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.Company .About_Video{position: relative;}
.Company .About_Video .img{padding-top:44%;}
.Company .About_Video .img::after{content:"";display: block;width:100%;height:100%;position: absolute;background: rgba(43,48,61,0.75);position: absolute;left:0;top:0;}
.Company .About_Video .img .playbtn{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:9;text-align: center;color:#fff;font-size: 0.2rem;cursor: pointer;}
.Company .About_Video .img .playbtn b{display: block;width:0.3rem;height:3px;background: #fba627;margin:0.35rem auto 0.2rem;}
.Company .About_Video .img .play{width:0.6rem;height:0.6rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: rgba(255,255,255,0.3);position: relative;margin:0 auto;}
.Company .About_Video .img .play img{width:0.19rem;object-fit: contain;position: relative;z-index:10;}
.Company .About_Video .img .play::before,
.Company .About_Video .img .play::after{content:'';display: block;width:100%;height:100%;background: #fff;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;}

.Company .About_Video .img .play::before{animation: scale_video 2s linear infinite;}
.Company .About_Video .img .play::after{animation: scale_video 2s 1s linear infinite;}

.Company .About_Video .videoBox{position: absolute;width:100%;height:100%;position: absolute;top:0;left:0;z-index:98;display: none;}
.Company .About_Video .videoBox video{width:100%;height:100%;object-fit: cover;}
.Company .About_Video .videoBox .close{width:0.3rem;height:0.3rem;background: url(../images/close.svg) no-repeat center;background-size: contain;position: absolute;right:0.2rem;top:0.2rem;z-index:99;cursor: pointer;}

@keyframes scale_video{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(2.5);-webkit-transform: scale(2.5);opacity: 0;}
}

@media(max-width:1024px){
	.pd80{padding:30px 0;}
	.Company .Intro .txt .tit{font-size: 18px;}
	.Company .Intro .txt b{width:30px;height:3px;margin:10px 0;}
	.Company .AboutNum ul li .icon{width:30px;height:30px;line-height: 30px;}
	.Company .AboutNum ul li .icon img{max-height:20px;}
	.Company .AboutNum ul li .num span{font-size: 30px;}
	.Company .AboutNum ul li .text{font-size: 14px;}
	.Company .About_Video .img .playbtn{font-size: 14px;}
	.Company .About_Video .img .play{width:40px;height:40px;}
	.Company .About_Video .img .play img{width:10px;}
}

@media(max-width:768px){
	.Company .Intro .txt{width:100%;}
	.Company .Intro .img{width:100%;margin-top:20px;}
	.Company .AboutNum ul li .num{font-size: 10px;}
	.Company .AboutNum ul li .num span{font-size: 24px;}
}

@media(max-width:640px){
	.Company .AboutNum ul li{width:33.33%;border-right:none !important;margin:10px 0;}
}

.HisTory{background: url(../images/hisbg.jpg) no-repeat bottom center;background-size: cover;}
.HisTory .w1600{max-width:11.3rem;}
.HisTory .slider-nav{margin:0 1.4rem;background: url(../images/line.png) repeat-x bottom left;margin-bottom:0.6rem;}
.HisTory .slider-nav .slick-arrow{width:0.4rem;height:0.4rem;box-sizing: border-box;border-radius: 50%;border:1px solid #c3c4c4;background: transparent;font-size: 0;color:transparent;position: absolute;bottom:-0.15rem;z-index:99;}
.HisTory .slider-nav .slick-arrow::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;background-position: center;background-repeat: no-repeat;background-repeat: no-repeat;}
.HisTory .slider-nav .slick-prev::after{background-image: url(../images/prev1.png);}
.HisTory .slider-nav .slick-next::after{background-image: url(../images/next1.png);}
.HisTory .slider-nav .slick-prev{left:-1.4rem;}
.HisTory .slider-nav .slick-next{right:-1.4rem;}
.HisTory .slider-nav .slick-arrow:hover{background: #222d7d;border:1px solid #222d7d;}
.HisTory .slider-nav .slick-prev:hover::after{background-image: url(../images/prevc1.png);}
.HisTory .slider-nav .slick-next:hover::after{background-image: url(../images/nextc1.png);}

.HisTory .slider-nav .item{text-align: center;height:0.7rem;font-size: 0.18rem;line-height: 0.5rem;}
.HisTory .slider-nav .item a{color:#555;}
.HisTory .slider-nav .item span{transition: all .5s;}
.HisTory .slider-nav .item.slick-current{font-size: 0.2rem;color:#222d7d;}
.HisTory .slider-nav .item.slick-current span{font-size: 0.3rem;}
.HisTory .slider-nav .item.slick-current a{color:#222d7d;font-weight: bold;}
.HisTory .slider-nav .item.slick-current{background: url(../images/linec.png) no-repeat bottom center;}

.HisTory .slider-for .item{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.HisTory .slider-for .item .img{width:44%;padding-top:30%;}
.HisTory .slider-for .item .txt{width:51.5%;}
.HisTory .slider-for .item .txt .time{font-size: 0.3rem;color:#d8dde6;line-height: 1;margin-bottom:0.2rem;}
.HisTory .slider-for .item .txt .time span{font-size: 0.72rem;font-weight: bold;}
.HisTory .slider-for .item .txt .con{font-size: 0.18rem;line-height: 1.875;}
.HisTory .slider-for .item .txt .con p{margin-top:0.1rem;}
.HisTory .slider-for .item .txt .con strong{font-size: 0.22rem;color:#222d7d;}


.Zzjg .ZzjgBox{position: relative;}
.Zzjg .ZzjgBox .en{font-size: 1rem;font-weight: bold;color:#f5f5f5;position: absolute;left:0;top:50%;width:100%;text-align: center;transform: translateY(-50%);}
.Zzjg .ZzjgBox .Con{position: relative;z-index:9;text-align: center;}


@media(max-width:1024px){
	.HisTory .slider-nav .item{font-size: 14px;}
	.HisTory .slider-nav .item.slick-current{font-size: 14px;}
	.HisTory .slider-nav .item.slick-current span{font-size: 18px;}
	.HisTory .slider-nav{margin:0 60px;margin-bottom:30px;}
	.HisTory .slider-nav .slick-prev{left:-60px;}
	.HisTory .slider-nav .slick-next{right:-60px;}
	.HisTory .slider-for .item .txt .time{font-size: 16px;}
	.HisTory .slider-for .item .txt .time span{font-size: 20px;}
	.HisTory .slider-for .item .txt .con{font-size: 14px;}
	.HisTory .slider-for .item .txt .con strong{font-size: 16px;}
	.Zzjg .ZzjgBox .en{font-size: 0.6rem;}
}

@media(max-width:640px){
	.HisTory .slider-nav{margin:0 55px 20px;}
	.HisTory .slider-nav .slick-arrow{width:30px;height:30px;}
	.HisTory .slider-nav .slick-next{right:-50px;}
	.HisTory .slider-nav .slick-prev{left:-50px;}
	.HisTory .slider-for .item .img{width:100%;padding-top:68%;}
	.HisTory .slider-for .item .txt{width:100%;margin-top:20px;}
	.HisTory .slider-nav .item{height:50px;line-height: 30px;}
}

.Corporate_Strategy{background: #eff6fb;}
.Corporate_Strategy ul{display: flex;margin-left:-1px;}
.Corporate_Strategy li{width:25%;margin-left:1px;position: relative;transition: all .5s;overflow: hidden;}
.Corporate_Strategy li .img{padding-top:5rem;background: #222d7d;}
/* .Corporate_Strategy li .img::after{content:"";display: block;width:100%;height:100%;background: #10378a;opacity: 0.8;position: absolute;left:0;top:0;} */
.Corporate_Strategy li .img::after{content:"";display: block;width:100%;height:100%;background: url(../images/zlbg.png) repeat-x bottom center;position: absolute;bottom:0;left:0;}
.Corporate_Strategy li .num{font-size: 1rem;font-weight: bold;font-weight: bold;color:#fff;opacity: 0.1;position: absolute;left:0.6rem;line-height: 1;top:0.3rem;}
.Corporate_Strategy li .txt{padding:0.5rem 0.6rem;width:100%;box-sizing: border-box;position: absolute;left:0;bottom:0;color:#fff;}
.Corporate_Strategy li .txt .icon{width:0.56rem;height:0.56rem;line-height: 0.56rem;}
.Corporate_Strategy li .txt .tit{font-size: 0.3rem;font-weight: bold;margin-top:0.15rem;line-height: 1.5;}
.Corporate_Strategy li .txt .dec{font-weight: lighter;margin-top:0.2rem;line-height: 1.875;min-width:5rem;display: none;}

.Corporate_Strategy li.on{width:50%;}
.Corporate_Strategy li.on .txt .dec{display: block;}

@media(max-width:1024px){
	.Corporate_Strategy li .img{padding-top:3.2rem;}
	.Corporate_Strategy li .txt{padding:20px;}
	.Corporate_Strategy li .num{font-size: 30px;top:20px;left:20px;}
	.Corporate_Strategy li .txt .icon{width:36px;height:36px;line-height: 36px;}
	.Corporate_Strategy li .txt .icon img{max-height:26px;}
	.Corporate_Strategy li .txt .tit{font-size: 16px;margin-top:5px;}
	.Corporate_Strategy li .txt .dec{line-height: 1.68;margin-top:10px;min-width:400px;}
	
}

@media(max-width:768px){
	.Corporate_Strategy li .txt .dec{min-width:300px;}
}

@media(max-width:640px){
	.Corporate_Strategy ul{flex-wrap: wrap;}
	.Corporate_Strategy li{width:100%;margin-bottom:1px;}
	.Corporate_Strategy li.on{width:100%;}
	.Corporate_Strategy li .img{padding-top:60%;}
	.Corporate_Strategy li .num{right:20px;top:15px;left:auto;}
	.Corporate_Strategy li .txt .dec{display: block;}
}
.Honor .HonorBox{display: flex;justify-content: flex-end;flex-wrap: wrap;align-items: center;}
.Honor .HonorBox .HonorImg{width:23.375%;}
.Honor .HonorBox .HonorList{width:74.625%;padding:0.5rem 0;box-sizing: border-box;}
.Honor .HonorBox .flipster{position: relative;z-index:99;}
.Honor .HonorBox ul li{-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent 85%,rgba(0,0,0,.2));box-reflect: below 0px linear-gradient(transparent 85%,rgba(0,0,0,.2));}
.Honor .HonorBox ul li .img{padding-top:4.47rem;}
.Honor .HonorBox ul li .img img{object-fit: contain;}
.Honor .HonorBox ul li:hover .img span{transform: scale(1.05);}
.Honor .HonorBox ul li:hover .img img{object-fit: contain;}
.Honor .HonorBox ul li .Button {
	display: inline-block;
	margin: 0;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	-ms-transition: color 300ms ease, background-color 300ms ease;
	-webkit-transition: color 300ms ease, background-color 300ms ease;
	-moz-transition: color 300ms ease, background-color 300ms ease;
	-o-transition: color 300ms ease, background-color 300ms ease;
	transition: color 300ms ease, background-color 300ms ease;}
.Honor .HonorBox ul li .Button.Block {width: 3.24rem;height: 4.47rem;}
.Honor .HonorBox ul li.flip-current{box-shadow: 0 10px 30px rgba(0,0,0,0.2);}

.Honor .HonorBox .flipto-prev,
.Honor .HonorBox .flipto-next{display: block;width:0.4rem;height:0.4rem;border-radius: 50%;border:1px solid rgba(255,255,255,0.5);position: absolute;top:50%;margin-top:-0.3rem;font-size: 0;color:transparent;background-position: center center;background-repeat: no-repeat;border:1px solid #c2c2c2;}
.Honor .HonorBox .flipto-prev{background-image: url(../images/prev1.png);left:5%;}
.Honor .HonorBox .flipto-next{background-image: url(../images/next1.png);right:5%;}

.Honor .HonorBox .flipto-prev:hover,
.Honor .HonorBox .flipto-next:hover{background-color: #222d7d;border:1px solid #222d7d;}
.Honor .HonorBox .flipto-prev:hover{background-image: url(../images/prevc1.png);}
.Honor .HonorBox .flipto-next:hover{background-image: url(../images/nextc1.png);}

@media(max-width:1024px){
	.Honor .HonorBox ul li .img{padding-top:3rem;}
	.Honor .HonorBox ul li .Button.Block{height:3rem;width:2.19rem;}
	.Honor .HonorBox .flipto-prev{left:0;}
	.Honor .HonorBox .flipto-next{right:0;}
}

@media(max-width:640px){
	.Honor .HonorBox .HonorImg{display: none;}
	.Honor .HonorBox .HonorList{padding:0;width:100%;}
	.Honor .HonorBox .flipto-prev,
    .Honor .HonorBox .flipto-next{width:30px;height:30px;}
}


.Customers{background: #f2f5f6;}
.Customers .CustomersBox{text-align: center;}



.Contact_mess{background: url(../images/contactbg.jpg) no-repeat center center;background-size: cover;}
.Contact_mess .Form dl{display: flex;flex-wrap: wrap;margin-left:-2%;}
.Contact_mess .Form dd{width:48%;margin-left:2%;margin-bottom:0.2rem;}
.Contact_mess .Form .inputbox{border-radius: 0.04rem;border:1px solid #dddddd;background: #fff;}
.Contact_mess .Form .inputbox input{height:0.6rem;font-size: 0.16rem;padding:0 0.3rem;width:100%;box-sizing: border-box;}
.Contact_mess .Form .box{display: flex;justify-content: space-between;}
.Contact_mess .Form .box .inputbox{width:31.5%;}
.Contact_mess .Form .col100{width:98%;}
.Contact_mess .Form .inputbox textarea{padding:0.2rem 0.3rem;font-size: 0.16rem;height:2rem;box-sizing: border-box;display: block;width:100%;box-sizing: border-box;}
.choose-box{padding-left:0.3rem;position: relative;cursor: pointer;}
.choose-box input[type="checkbox"] +label::before{
	content:'';
	display:inline-block;
	width:0.18rem;
	height:0.18rem;
	background: url(../images/check.png) no-repeat center;background-size: contain;
	margin-right:0.15rem;
	position: absolute;left:0;top:0.065rem;
}
.choose-box input[type="checkbox"]:checked + label::before{
  background: url(../images/checked.png) no-repeat center;background-size: contain;
}

.choose-box input[type="checkbox"]{
	position:absolute;
	clip:rect(0,0,0,0);z-index:99;
}

.Contact_mess .Form .other *{cursor: pointer;}
.Contact_mess .formbtn .btn{width:4.1rem;line-height: 0.65rem;background: #222d7d;color:#fff;margin:0.1rem auto 0;display: block;font-size: 0.16rem;}
.Contact_mess .formbtn .btn:hover{background: #fba627;color:#fff;}
.Contact_mess .SelectBox .SelectTxt span{background: url(../images/arr.png) no-repeat right center;background-size: 0.16rem;}

@media(max-width:1024px){
	.Contact_mess .Form .inputbox input{height:40px;font-size: 14px;padding:0 15px;}
	.Contact_mess .SelectBox .SelectTxt span{background-size: 10px;}
	.Contact_mess .Form .inputbox textarea{padding:10px 15px;font-size: 14px;height:120px;}
	.choose-box input[type="checkbox"] +label::before{width:14px;height:14px;}
	.choose-box{padding-left:25px;}
	.Contact_mess .formbtn .btn{line-height: 40px;font-size: 14px;width:150px;}
}


@media(max-width:640px){
	.Contact_mess .Form .inputbox input{height:36px;}
	.Contact_mess .Form dd{width:98%;}
	.Contact_mess .formbtn .btn{line-height: 36px;}
}

.Supply_Chain_adNav ul{display: flex;align-items: center;}
.Supply_Chain_adNav ul li{position: relative;}
.Supply_Chain_adNav ul li:not(:last-child){margin-right:0.5rem;padding-right:0.5rem;}
.Supply_Chain_adNav ul li::before{content:"";display: block;width:1px;height:0.5rem;background: #d1d1d1;position: absolute;right:-0.025rem;top:0.2rem;transform: rotate(30deg);}
.Supply_Chain_adNav ul li:last-child::before{display: none;}
.Supply_Chain_adNav ul li .Common_Tit .tit{color:#888;}
.Supply_Chain_adNav ul li .Common_Tit .zs{width:0;transition: all .5s;}
.Supply_Chain_adNav ul li.on .Common_Tit .tit{color:#222d7d;}
.Supply_Chain_adNav ul li.on .Common_Tit .zs{width:0.7rem;}
