.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  color: white;
  padding: 0 3%;
  display: flex;
  align-items: center;
  z-index: 999;
}
.header.active{
	background: white;
	color: black;
	box-shadow: 0 0 10px 3px #f5f5f7;
	display: flex!important;
}
.logo {
  width: 15%;
}

.logo img {
  max-width: 100%;
}
.logo .img2{
	display: none;
}
.header.active .logo .img1{
	display: none;
}
.header.active .logo .img2{
	display: block;
}
.header.active .nav .yuyan select{
	color: black;
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
	display:inline-block;width:40px;height:40px;text-align:center;font-family:'Arial';background-color:#cb0010;line-height: 38px;  margin: 10px;color: #ffffff;border-radius: 50%;
}
.pages-turn a{display:inline-block;width:40px;height:40px;color:#000000; text-align:center;font-family:'Arial';background-color:#FFFFFF;line-height: 38px; margin: 10px; border:1px solid #e1e1e1; border-radius: 50%;}

.pages-turn a.on, .pages-turn a:hover{color:#fff;background-color:#cb0010;line-height: 38px;}
.nav {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
}

.nav .u {
  width: 80%;
  margin-left: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .u li {
  font-size: 16px;
}

.nav .yuyan {
  position: absolute;
  right: 0;
}

.nav .yuyan select {
  border: 0;
  background: none;
  color: white;
  font-size: 13px;
}

.other {
  width: 12%;
  margin-left: 3%;
  display: flex;
  justify-content: space-between;
}


.other i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
}


.other i.erweia {
  position: relative;
  font-size: 35px;
}
.other i.erweia .ewm-box{
	display: none;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	width: 140px;
	height: 180px;
	/* background-color: #FFFFFF; */
	box-shadow: 0px 0px 20px 0px rgba(109, 109, 109, 0.15);
	background-image: url(../img/ewm-bg.png);
	padding: 24px 12px 12px;
}
.other i.erweia:hover .ewm-box{
	display: block;
}
.other i.erweia .ewm-box img{
	display: block;
	width: 100%;
}
.other i.erweia .ewm-box .text{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #343434;
	line-height: 1;
	margin-top: 13px;
	text-align: center;
}
.tansuo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 54px;
  background: #d60d1d;
  color: white;
  transition: all 0.3s;
}


.tansuo i {
  margin-left: 10px;
  display: flex;
}
.ggBanner {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ggBanner>img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}

.ggBanner .content1400 {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
}

.ggBanner .content1400 .fontS40 {
	text-transform: uppercase;
}

.ggBanner .content1400 .fontS54 {
	font-weight: 700;
}
.ggBanner .content1400 .line{
	width: 80px;
	height: 3px;
	background: #FFFFFF;
	margin-top: 40px;
}
.ggBanner .content1400 .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #EEEEEE;
	line-height: 30px;
	margin-top: 38px;
	text-align: center;
}

.footer {
  width: 100%;
  background: url(../img/footer.png) no-repeat bottom;
  background-size: cover !important;
  padding: 56px 0 10px;
  border-top: 3px solid #d60d1d;
}


.footer .content1400 {
  padding: 20px 0;
}

.footer .t {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .t label {
  display: flex;
}

.footer .t label input {
  width: 400px;
  height: 50px;
  padding-left: 20px;
}

.footer .t label span {
  width: 90px;
  height: 50px;
  background: #d60d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}

.footer .c {
  display: flex;
  margin-top: 50px;
}


.footer .c .l {
  width: 70%;
  border-top: 1px solid #e5e5e517;
  border-right: 1px solid #e5e5e517;
  border-bottom: 1px solid #e5e5e517;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  padding-right: 10%;
}


.footer .c .l ul div {
  font-size: 22px;
}

.footer .c .l ul li {
  height: 40px;
  font-size: 14px;
  color: #858585;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.footer .c .l ul li:hover {
  color: white;
  transform: translate(10px);
}


.footer .c .r {
  width: 30%;
  border-top: 1px solid #e5e5e517;
  border-bottom: 1px solid #e5e5e517;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.quanshiqian {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quanshiqian li a{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(255, 255, 255, 0.062);
}

.quanshiqian li a i{
  font-size: 25px;
}
.quanshiqian li+li{
  margin-left: 15px;
}
.erwei{
  color: #858585;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.erwei p{
  margin-top: 10px;
}

.footer .b{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding-top: 20px;
}


.footer .b .l{
  display: flex;
  flex-direction: column;
}

.footer .b .l p{
  margin: 5px 0;
}
.footer .b .l .fontS13{
  color: #858585;
}
.footer .b .r p{
  margin: 5px 0;
}

.footer .b .r{
  color: #858585;
}


.colored {
  color: #d60d1d;
}

.coloblack {
  color: #333333;
}

.colowhite {
  color: white;
}

.zhanwei{
  height: 100px;
  width: 100%;
}
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/modal-bg.jpg);
	background-size: cover;
	z-index: 999;
	padding: 0 8% 0 6.25%;
	display: none;
	align-items: center;
}
.modal.active1{
	display: flex;
}
.modal .shadow-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.modal .content{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	position: relative;
	width: 100%;
	z-index: 2;
}
.modal .content .l{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.modal .content .l .en{
	font-size: 40px;
	font-family: FacileSans;
	font-weight: 400;
	color: #FFE082;
	line-height: 50px;
	text-transform: uppercase;
}
.modal .content .l .en span{
	display: block;
}
.modal .content .l .zh{
	font-size: 40px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 1;
	margin-top: 60px;
}
.modal .content .l .des{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 40px;
	letter-spacing: 18px;
}
.modal .content .l .l-b{
	font-size: 15px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
}
.modal .content .l .l-b span{
	font-size: 24px;
	font-weight: bold;
}
.modal .content .r{
	margin-left: 100px;
	flex: 1;
}
.modal .content .r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.modal .content .r li,
.modal .content .r i{
	width: 20.1%;
}
.modal .content .r li:not(:nth-child(n+5)){
	margin-bottom: 93px;
}
.modal .content .r li .li-title{
	border-top: 1px solid rgba(241, 241, 241, 0.22);
	padding-top: 25px;
	font-size: 24px;
	font-family: PingFang;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 18px;
}
.modal .content .r li .li-text{
	font-size: 15px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 35px;
	transition: all 0.5s;
}
.modal .content .r li .li-text:hover{
	opacity: 0.8;
	transform: translateX(10px);
}
.modal .content .r li .li-text a{
	color: #fff;
}
.modal .close{
	position: absolute;
	top: 6%;
	right: 4.2%;
	color: #fff;
	cursor: pointer;
}
.modal .close .icon-guanbi{
	font-size: 32px;
}
.modal .close .text{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 4px;
}
.common-nav{
	height: 93px;
	box-shadow: 0px 10px 10px 0px rgba(207, 207, 207, 0.1);
}
.common-nav .swiper-slide{
	width: auto;
	line-height: 93px;
	position: relative;
	margin-right: 70px;
}
.common-nav .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: transparent;
}
.common-nav .swiper-slide:hover::before,
.common-nav .swiper-slide.active::before{
	background: #D60D1D;
}
.common-nav .swiper-slide a{
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	display: block;
}
.common-nav .swiper-slide.active a,
.common-nav .swiper-slide:hover a{
	color: rgba(214, 13, 29, 1);
}


.pagination ul {
	display: flex;
	justify-content: center;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 14px;
	color: #666666;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgba(212, 212, 212, 1);
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	
	/* width: 102px;
	color: #666666;
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 22px; */
}
.pagination ul li:first-child .iconfont,
.pagination ul li:last-child .iconfont{
	font-size: 14px;
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(214, 12, 24, 1);
	border-color: rgba(214, 12, 24, 1);
	color: #fff;
}
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
	background-color: transparent;
	color: rgba(214, 12, 24, 1);
	border-color: rgba(214, 12, 24, 1);
}
.pagination ul li:first-child:hover a,
.pagination ul li:last-child:hover a{
	color: rgba(214, 12, 24, 1);
}
.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
@media (max-width:1500px) {
	.modal .content .r li .li-title{
		font-size: 22px;
	}
	.modal .content .l .en{
		font-size: 30px;
	}
	.modal .content .r li:not(:nth-child(n+5)){
		margin-bottom: 40px;
	}
	.modal{
		padding: 0 6% 0 4.25%;
	}
	.modal .content .l .des{
		letter-spacing: 8px;
	}
}
@media (max-width:1400px) {
	.modal .content .r li .li-title{
		font-size: 20px;
	}
	.modal .content .l .zh{
		font-size: 30px;
	}
	.modal .content .l .en{
		font-size: 24px;
	}
	.modal .content .r{
		margin-left: 40px;
	}
	.modal .content .r li, .modal .content .r i{
		width: 23%;
	}
	.modal .content .r li .li-text{
		line-height: 30px;
	}
}
@media (max-width:1199px) {
	.modal .content .l{
		width: 350px;
	}
	.modal .content .l .en{
		font-size: 20px;
		line-height: 1.8;
	}
	.modal .content .r li .li-title{
		padding-top: 15px;
		font-size: 18px;
	}
	.modal .content .l .des{
		line-height: 1.5;
		letter-spacing: 0;
	}
	.modal .content .l .zh{
		margin-top: 40px;
		font-size: 26px;
	}
	.modal .content .r li:not(:nth-child(n+5)){
		margin-bottom: 25px;
	}
	.modal .content .r li .li-title{
		margin-bottom: 10px;
	}
}
@media(max-width:1000px){
	.modal.active1{
		display: none;
	}
  .nav{
    display: none;
    position: absolute;
    top: 100px;
    flex-wrap: wrap;
    background: white;
    width: 100%;
    right: 0;
    flex-direction: column;
    padding: 40px 0;
    box-shadow: 0 0 10px 3px #f5f5f7;
  }
  .nav .yuyan{
    position: relative;
  }
  
  .nav .u{
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  
  .nav .u li{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 45px;
  }
  .nav .u li a{
      color: #333;
  }
  .banner .banner_wenzi{
    padding-right: 10%;
  }
  .footer .c{
    flex-wrap: wrap;
  }
  .footer .c .l{
    width: 100%;
    padding-right: 0;
  }
  .footer .c .r{
    width: 100%;
    align-items: center;
  }
  .header{
    /* background: white; */
    /* color: #333333; */
    justify-content: space-between;
  }
  .nav .yuyan select{
    color: #333333;
  }
  .other {
    width: 20%;
  }
  .logo{
    width: 250px;
    flex-shrink: 0;
  }
}

@media(max-width:800px){
  .footer .t{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer .t label{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .c .l{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .footer .c .l ul{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .footer .c .l ul div{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .footer .c .l ul div::after{
    content: "\e636";
    font-family: "iconfont";
    position: absolute;
    right: 10px;
    transform: rotate(90deg);
  }
  
  .footer .c .l ul li{
    display: none;
  }
  .footer .b{
    flex-wrap: wrap;
  }
  
  .footer .b .l{
    width: 100%;
  }
  .footer .t label input{
    max-width: 70%;
  }
}
@media (max-width:768px) {
    .tansuo{
        width: 120px;
        height: 45px;
        line-height: 45px;
    }
    .banner .mySwipera .swiper-pagination{
        display: none;
    }
	.other i.erweia .ewm-box{
		width: 100px;
		height: 140px;
		padding-top: 14px;
	}
	.common-nav .swiper-slide{
		margin-right: 20px;
	}
	.common-nav .swiper-slide{
		line-height: 50px;
	}
	.common-nav{
		height: 50px;
	}
	.footer .t label input{
        width: 300px;
        max-width: 100%;
    }
    .footer .t form{
        width: 100%;
    }
}
@media (max-width:500px) {
    .footer{
        padding-top: 20px;
    }
    .footer .t label input{
        flex: 1;
        width: 100%;
    }
	.logo{
		width: 160px;
	}
	.footer .c .l ul div{
		font-size: 16px;
	}
}