@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/OPPOSans-R.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/OPPOSans-M.ttf);
	font-family:"title";
	}
@font-face{
	src:url(../fonts/OPPOSans-H.ttf);
	font-family:"title2";
	}
@font-face{
	src:url(../fonts/impact.ttf);
	font-family:"en";
	}
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
input:focus,textarea:focus{
	outline:none;
	}
input{
	-webkit-appearance: none;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
.w_all{
	width:84%;
	margin:auto;
	}
.w_all2{
	width:66%;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	font-size: 62.5%;
	background: #fff;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:9;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
header.active,header.active2{
	background: #fff;
}
header .nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;}
header .logo{
	padding: 25px 0;
	height: 46px;
	position:relative;
	z-index: 9;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header.active .logo{
	padding: 15px 0;
	height: 40px;
}
header .logo img{
	display:block;
	height:100%;
	}
header .logo img:last-of-type{
	display: none;
}
header.active .logo img,header.active2 .logo img{
	display: none;
}
header.active .logo img:last-of-type,header.active2 .logo img:last-of-type{
	display: block;
}
header .nav ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
header .nav li{
	position: relative;
	margin-left: 78px;
	line-height: 96px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
header.active .nav li{
	line-height: 70px;
}
header .nav li span{
	color:#fff;
	font-size:1.6rem;
	font-family: "title";
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-transform: uppercase;
	}
header.active .nav li span,header.active2 .nav li span{
	color: #333;
}
header .nav li:hover span{
	color: #f6a522 !important;
}
header .nav li.language span{
	color: #f6a522;
	border-bottom: 1px solid #f6a522;
}
header .nav li i{
    display: none;
}
.navBtn{
	position: relative;
	z-index:99999;
	cursor:pointer;
	display: none;
}
.navBtn span{
	display: block;
	width: 24px;
	height: 2px;
	background:#fff;
	margin:5px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span{
    background: #1b3e87;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-60%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.s_menu{
	position: absolute;
	left: 50%;
	top: 97px;
	background: rgba(255,255,255,0.94);
	box-sizing: border-box;
	width: 120px;
	text-align: center;
	-webkit-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transform-origin: 0 0;
}
.s_menu.active{
	transform: translateX(-50%) scaleY(1);
}
header.active .s_menu{
	top: 71px;
}
.s_menu dl{
	padding: 5px 0;
}
.s_menu dd{
	font-size: 1.4rem;
	color: #333;
	cursor: pointer;
	position: relative;
	line-height: 2;
	padding: 5px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.s_menu dd:hover{
	color: #f39801;
}
/*banner*/
.banner{
	position:relative;
	width:100%;
	height: 100%;
	overflow: hidden;
	}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
}
.banner .swiper-pagination{
	display: none;
	bottom: 3% !important;
	display: flex;
	justify-content: center;
}
.banner .swiper-pagination span{
	width:200px !important;
	height: 2px !important;
	border-radius: 0 !important;
	background: none !important;
	opacity: 1;
	margin: 0 20px !important;
	position: relative;
	display: block;
}
.banner .swiper-pagination span::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.3;
	z-index: 3;
}
.banner .swiper-pagination span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #fff;
	z-index: 3;
}
.banner span.swiper-pagination-bullet-active:before{
	width: 100%;
	-webkit-transition: all 4.5s linear;
	transition: all 4.5s linear;
}
.banner .txt{
	position: absolute;
	left: 50%;
	top: 30%;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	text-align: center;
}
.banner .swiper-slide-active .txt{
	top: 50%;
	opacity: 1;
}
.banner .txt h3{
	font-size: 5.2rem;
	color: #fff;
	font-family: "title";
	line-height: 1.4;
	letter-spacing: 1.2rem;
	font-weight: normal;
}
.more{
	padding: 12px 55px 12px 25px;
	cursor: pointer;
	background: #f39801;
	float: left;
	margin-top: 10%;
	position: relative;
}
.more span{
	color: #fff;
	font-size: 1.6rem;
	display: block;
	position: relative;
	z-index: 2;
}
.more i{
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	width: 40px;
	height: 1px;
	display: block;
}
.more i:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.more:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	background: #201f87;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.more:hover:before{
	opacity: 1;
	width: 100%;
}
.title h3{
	color: #1a1a1a;
	font-size: 2.8rem;
	letter-spacing: 1px;
	margin: 10px 0 20px;
}
.title h4{
	color: #1a1a1a;
	font-size: 1.6rem;
	font-family: "title";
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.title h4:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #f39801;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.title p{
	color: #1a1a1a;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;
}
.index_bar1{
	padding: 5% 0;
}
.index_bar1 .box{
	text-align: center;
}
.index_bar1 .imgs{
	margin-top: 2%;
}
.index_bar1 .imgs img{
	display: block;
	margin: 1% auto;
	max-width: 100%;
}
.index_bar1 .imgs img:nth-of-type(2){
	width: 78%;
}
.index_bar1 ul{
	display: flex;
	justify-content: space-between;
}
.index_bar1 ul li{
	width: 22%;
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.3,0.95,.3,0.95);
	transition: transform 0.5s cubic-bezier(.3,0.95,.3,0.95);
}
.index_bar1 ul li b{
	display: block;
	overflow: hidden;
	width: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar1 ul li:hover b{
	border-color: #f39801;
}
.index_bar1 ul li img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.index_bar1 ul li:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.index_bar1 ul li h3{
	color: #333333;
	font-size: 2rem;
	font-weight: normal;
	font-family: "title";
	margin-top: 5%;
}
.index_bar2{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 7% 0;
}
.title2 h4{
	padding-left: 50px;
}
.title2 h4:before{
	left: 0;
	bottom: 60%;
	-webkit-transform: none;
	transform: none;
}
.index_bar2 .title2 h4{
	color: #fff;
}
.index_bar2 .title2 h3,.index_bar2 .title2 p{
	color: #fff;
}
.index_bar2 dl{
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
}
.index_bar2 dl dd{
	width: 20.5%;
	margin-right: 3%;
	text-align: center;
	letter-spacing: 1px;
}
.index_bar2 dl dd:last-of-type{
	margin-right: 0;
}
.index_bar2 dl dd h6{
	font-size: 2rem;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 6%;
}
.index_bar2 dl dd span{
	font-size: 5.8rem;
	color: #fff;
	font-family:"title2";
	font-weight: bold;
	margin-right: 10px;
	display: block;
	line-height: 1;
}
.index_bar2 dl dd p{
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.8;
}
.index_bar2 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
.index_bar2 ul a{
	display: block;
	width: 25%;
	position: relative;
}
.index_bar2 ul li{
	width: 100%;
	color: #fff;
	padding: 18% 0;
	font-size: 2.2rem;
	text-align: center;
	background: #093394;
}
.index_bar2 ul li b{
	display: block;
	margin: auto;
	position: relative;
	z-index: 3;
}
.index_bar2 ul li b img{
	display: block;
	width: 50px;
	margin: auto;
	padding: 15px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar2 ul a:nth-of-type(2) li{
	background: #0f4699;
}
.index_bar2 ul a:nth-of-type(3) li{
	background: #1149a3;
}
.index_bar2 ul a:nth-of-type(4) li{
	background: #1d56b2;
}
.index_bar2 ul li h5{
	font-weight: normal;
	margin-top: 6%;
	letter-spacing: 1px;
	font-family: "title";
	z-index: 2;
	position: relative;
	text-transform: uppercase;
}
.index_bar2 ul a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #f39801;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_bar2 ul a:hover:before{
	opacity: 1;
	width: 100%;
}
.index_bar2 ul li:hover b img{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.index_bar3{
	padding: 12% 0 8%;
}
.index_bar3 .box{
	display: flex;
	justify-content: space-between;
}
.index_bar3 ul{
	width: 64%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -3%;
}
.index_bar3 ul li{
	width: 25%;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	position: relative;
}
.index_bar3 ul li:before{
	content: "";
	position: absolute;
	left: -4px;
	top: -4px;
	background: url(../images/star.png) no-repeat center/contain;
	width: 7px;
	height: 7px;
}
.index_bar3 ul li:nth-of-type(4n){
	border-right: none;
}
.index_bar3 ul li:nth-child(-n+4){
	border-top: none;
}
.index_bar3 ul li:nth-child(-n+4):before{
	display: none;
}
.index_bar3 ul li img{
	width: 100%;
	display: block;
}
.index_bar3 .right{
	width: 26%;
	position: relative;
}
.index_bar3 .right .bg{
	color: #f2f2f2;
	font-size: 40rem;
	position: absolute;
	left: -12%;
	top: -55%;
	font-family: "en";
	line-height: 1;
}
.title2 h4{
	padding-left: 50px;
}
.title2 h4:before{
	left: 0;
	bottom: 60%;
	-webkit-transform: none;
	transform: none;
}
.index_bar4{
	padding-bottom: 6%;
}
.title2 h4{
	padding-left: 50px;
}
.title2 h4:before{
	left: 0;
	bottom: 60%;
	-webkit-transform: none;
	transform: none;
}
.index_bar4 .box{
	position: relative;
	margin-top: 2%;
}
.index_bar4 .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 48%;
	height: 100%;
	overflow: hidden;
}
.index_bar4 .left b{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_bar4 .left b:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#2d519c;
	opacity: 0.3;
	z-index: 1;
}
.index_bar4 .left:hover b{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index_bar4 .left .txt{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #1b3e87;
	padding: 5% 5%;
	box-sizing: border-box;
	z-index: 3;
}
.index_bar4 ul{
	float: right;
	width: 48%;
}
.index_bar4 ul li{
	border-bottom: 1px solid #eee;
	padding: 4.5% 3%;
	position: relative;
	cursor: pointer;
}
.index_bar4 .box h3{
	font-size: 2.2rem;
	font-weight: normal;
	font-family: "title";
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 .box ul li:hover h3{
	color: #1b3e87;
}
.index_bar4 .box h6{
	display: flex;
	color: #666;
	font-size: 1.6rem;
	font-weight: normal;
	align-items: center;
	margin-bottom: 2.5%;
}
.index_bar4 .box h6 span{
	display: block;
	background:#1b3e87;
	color: #fff;
	border-radius: 30px;
	padding: 6px 25px;
	margin-right: 20px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 .box .left h6{
	color: rgba(255,255,255,0.6);
}
.index_bar4 .box .left h3{
	color: #fff !important;
}
.index_bar4 .box .left h6 span{
	background:rgba(255,255,255,0.2);
}
.index_bar4 .more{
	float: right;
	margin-top: 6%;
}
.more2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3%;
}
.more2 span{
	width: 70%;
	background: #fff;
	height: 1px;
	opacity: 0.3;
}
.more2 i{
	color: #fff;
	font-size: 5rem;
	opacity: 0.3;
}
.more3{
	position: absolute;
	right: -3%;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	padding: 5px 3px 5px 7px ;
	color: #fff;
	background: #201f87;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index_bar4 .box ul li:hover .more3{
	opacity: 1;
	right: 0;
}
.more3 i{
	font-size: 1.4rem;
}
.footer {
	position:relative;
	background: #01001d;
	padding: 3% 0 0;
	}
.footer .box{
	padding: 3% 0;
	display: flex;
	justify-content: space-between;
	flex: 1;
	letter-spacing: 1px;
}
.footer dl dt{
	color:#fff;
	font-size:1.6rem;
	text-transform: uppercase;
	font-family: "title";
	margin-bottom: 20px;
}
.footer dl dd{
	color:rgba(255,255,255,0.6);
	font-size:1.3rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin: 10px 0;
	}
.footer dl dd:hover{
	color:#f39801;
}
.footer .copy{
	border-top: 1px solid rgba(243,243,243,0.2);
}
.footer .copy{
	padding:20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .copy p{
	font-size: 1.4rem;
	color: rgba(255,255,255,0.4);
	}
.footer .copy p span{
	color: rgba(255,255,255,0.4);
	margin-left: 30px;
	}
.footer .copy p a{
	font-size: 1.4rem;
	color: rgba(255,255,255,0.4);
	}
.footer .copy p a:hover{
	color: #fff;
	}
.all_back{
	width: 22px;
	-webkit-transition: all 0.3s lissnear;
	transition: all 0.3s linear;
	cursor: pointer;
	}
.all_back img{
	width: 100%;
}
.ban{
	position: relative;
	height: 42vh;
}
.ban p{
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 4rem;
	color: #fff;
	font-family: "title";
	font-weight: normal;
	opacity: 0;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
	letter-spacing: 0.6rem;
	width: 80%;
	text-align: center;
	text-transform: uppercase;
}
.ban.active p{
	opacity: 1;
	top: 58%;
}
.allbox{
	overflow: hidden;
	padding: 6% 0;
}
.about{
	padding-bottom: 0;
}
.about .contain{
	margin: 3% 0;
}
.allbox p{
	font-size: 1.6rem;
	line-height: 2;
	color: #1a1a1a;
	margin: 1.5% 0;
}
.about .imgs{
	width: 100%;
	padding-bottom: 6%;
	position: relative;
}
.about .imgs:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f7f7f7;
	width: 100%;
	height: 70%;
}
.about .imgs img{
	display: block;
	margin: auto;
	position: relative;
	z-index: 2;
}
.about2{
	padding-bottom: 0;
}
.about2 .bar1{
	display: flex;
	justify-content: space-between;
}
.about2 .bar1 h3{
	width: 50%;
	color: #221f8a;
	font-size: 2.4rem;
	display: flex;
	font-weight: normal;
	font-family: "title";
	align-items: flex-start;
	line-height: 1;
	letter-spacing: 2px;
}
.about2 .bar1 h3 img{
	margin-right: 20px;
	display: block;
}
.about2 .bar1 p{
	width: 50%;
	color: #1a1a1a;
}
.about2 .box2{
	background: #f7f7f7;
	padding: 5% 0 6%;
	margin-top: 6%;
}
.about2 .bar2{
	display: flex;
	justify-content: space-between;
}
.navs{
	margin-top: 1%;
}
.navs span{
	display: block;
	color: #999999;
	font-size: 1.6rem;
	position: relative;
	padding-left: 30px;
	margin: 30px 0;
	cursor: default;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 1px;
}
.navs span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(../images/star2.png) no-repeat center;
	background-size: 70%;
}
.navs span.active,.navs span:hover{
	color: #221f8a;
}
.navs span.active:before{
	background: url(../images/star2s.png) no-repeat center;
	background-size: 70%;
}
.about2 .bar2 h6{
	font-size: 30rem;
	color: #fff;
	font-family: "en";
	font-weight: normal;
	margin-top: -4%;
}
.about2 .bar2 ul{
	width: 60%;
	display: none;
}
.about2 .bar2 ul:first-of-type{
	display: block;
}
.about2 .bar2 ul li{
	padding: 4% 0;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.about2 .bar2 ul li h3{
	color: #1a1a1a;
	font-size: 2rem;
	font-weight: normal;
	font-family: "title";
	padding-left: 60px;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about2 .bar2 ul li h3:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #f39801;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about2 .more3{
	opacity: 1;
	right: 0;
	background: #fff;
	box-shadow: 1.5px 2.598px 9.8px 0.2px rgba(0, 0, 0, 0.1);
}
.about2 .more3 i{
	color: #333;
}
.about2 .bar2 ul li:hover .more3{
	background: #221f8a;
}
.about2 .bar2 ul li:hover .more3 i{
	color: #fff;
}
.about2 .bar2 ul li:hover h3{
	color: #221f8a;
}
.about2 .bar2 ul li:hover h3:before{
	background: #221f8a;
}
.about3 .box{
	display: flex;
	justify-content: space-between;
}
.about3 .box .title{
	width: 38%;
}
.about3 .box ul{
	display: flex;
	justify-content: space-between;
	margin-top: 10%;
}
.about3 .box ul li{
	font-size: 2rem;
	color: #1a1a1a;
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.about3 .box ul li strong{
	font-size: 6.4rem;
	color: #221f8a;
	margin-right: 10px;
	font-family: "title2";
}
.about3 .box .contain{
	width: 50%;
}
.about3 .box .contain p{
	position: relative;
	padding-left: 20px;
}
.about3 .box .contain p:before{
	content: '';
	position: absolute;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #221f8a;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.about3 .box2{
	border-top: 1px solid #ebebed;
	padding-top: 4%;
	margin-top: 4%;
}
.title3{
	font-size: 2.6rem;
	color: #1a1a1a;
	padding-left: 40px;
	position: relative;
	font-weight: bold;
	letter-spacing: 2px;
}
.title3:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #f39801;
	border-radius: 50%;
}
.about3 .box2 ul li{
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
	align-items: center;
}
.about3 .box2 ul li b{
	display: block;
	width: 50%;
}
.about3 .box2 ul li b img{
	display: block;
	width: 100%;
}
.about3 .box2 ul li .txt{
	width: 48%;
	padding: 0 6%;
	box-sizing: border-box;
}
.about3 .box2 ul li p strong{
	display: block;
	font-size: 2.4rem;
	color: #1a1a1a;
	margin-bottom: 10px;
}
.about3 .box3{
	background: #f0f1f2;
	padding: 6% 0;
	margin-top: 6%;
}
.about3 .box3 ul{
	margin-top: 2%;
	display: flex;
	justify-content: space-between;
}
.about3 .box3 ul li{
	width: 31.3%;
}
.about3 .box3 ul li img{
	width: 100%;
	display: block;
}
.about3 .box3 ul li h3{
	margin-top: 5%;
	text-align: center;
	color: #333333;
	font-size: 1.8rem;
	font-weight: normal;
}
.about3 .box4{
	padding-top: 6%;
}
.about3 .box4 .bb{
	margin-top: 2%;
	position: relative;
}
.about3 .box4 .swiper-slide img{
	width: 100%;
	display: block;
}
.about3 .box4 .swiper-slide h3{
	margin-top: 5%;
	text-align: center;
	color: #333333;
	font-size: 1.8rem;
	font-weight: normal;
}
.about4 .title p{
	width: 62%;
}
.about4 ul{
	margin-top: 2%;
}
.about4 ul li{
	position: relative;
	padding: 2% 0;
	overflow: hidden;
}
.about4 ul li:last-of-type{
	padding-bottom: 0;
}
.about4 ul li b{
	display: block;
	width: 50%;
	overflow: hidden;
	float: left;
}
.about4 ul li:nth-of-type(2n) b{
	float: right;
}
.about4 ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about4 ul li:hover b img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.about4 ul li .txt{
	position: absolute;
	right: 0;
	width: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 6%;
	box-sizing: border-box;
}
.about4 ul li:nth-of-type(2n) .txt{
	right: inherit;
	left: 0;
}
.about4 ul li p strong{
	display: block;
	font-size: 2.4rem;
	color: #1a1a1a;
	margin-bottom: 10px;
}
.about5 .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about5 .top .title{
	width: 36%;
}
.about5 .top .img{
	width: 32%;
	margin-right: 10%;
}
.about5 .top .img img{
	width: 100%;
	display: block;
}
.about5 .box2{
	border-top: 1px solid #ebebed;
	padding-top: 4%;
	margin-top: 6%;
}
.about5 ul{
	display: flex;
	flex-wrap: wrap;
}
.about5 ul li{
	width: 31.3%;
	margin-top: 3%;
	margin-right: 3%;
}
.about5 ul li:nth-of-type(3n){
	margin-right: 0;
}
.about5 ul li b{
	display: block;
	width: 100%;
	background: #f5f6f7;
	overflow: hidden;
}
.about5 ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about5 ul li:hover b img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.about5 ul li h3{
	margin-top: 5%;
	text-align: center;
	color: #333333;
	font-size: 1.8rem;
	font-weight: normal;
}
.about6 ul li{
	border-bottom: 1px solid #ebebed;
	padding: 3% 0;
	cursor: default;
}
.about6 ul li:last-of-type{
	border: none;
	padding-bottom: 0;
}
.about6 ul li .bb{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about6 ul li h3{
	color: #1a1a1a;
	font-size: 4rem;
	font-family: "title2";
	width: 18%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 1px;
}
.about6 ul li:hover h3{
	color: #221f8a;
}
.about6 ul li .txt{
	width: 45%;
}
.about6 ul li .txt p{
	color: #333333;
}
.about6 ul li b{
	display: block;
	width: 24%;
	overflow: hidden;
}
.about6 ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about6 ul li:hover b img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.about7 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.about7 ul li{
	width: 31.3%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.about7 ul li img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.about7 ul li:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.about7 ul li p{
	position: absolute;
	left: 0%;
	width: 100%;
	bottom: 0;
	padding: 5%;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
}
.about7 ul li p strong{
	font-size: 2.4rem;
	display: block;
	font-weight: normal;
	font-family: "title";
}
.about7 .bar2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10%;
}
.about7 .bar2 .left{
	letter-spacing: 1px;
}
.about7 .bar2 h3{
	color: #1a1a1a;
	font-size: 3rem;
	margin-bottom: 10%;
	letter-spacing: 2px;
}
.about7 .bar2 p{
	color: #333333;
	font-size: 1.8rem;
	margin: 6% 0;
	cursor: default;
}
.about7 .bar2 p strong{
	background: #221f8a;
	font-size: 2rem;
	color: #fff;
	padding: 4px 12px;
	margin-right: 15px;
	font-weight: normal;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about7 .bar2 p:hover strong{
	background: #f39801;
}
.about7 .bar2 .right{
	width: 55%;
}
.about7 .bar2 .right img{
	width: 100%;
}
.news ul{
	display: flex;
	flex-wrap: wrap;
}
.news ul li{
	width: 31.3%;
	margin-top: 3%;
	margin-right: 3%;
}
.news ul li:nth-of-type(3n){
	margin-right: 0;
}
.news ul li b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.news ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.news ul li:hover b img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news ul li .data{
	color: #999999;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	font-family: "title";
	font-style: italic;
	margin: 6% 0 3%;
}
.news ul li .data span{
	background: #f39801;
	width: 40px;
	height: 1px;
	margin-right: 20px;
}
.news ul li h3{
	color: #1a1a1a;
	font-size: 2rem;
	font-weight: normal;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news ul li:hover h3{
	color: #221f8a;
}
.news ul li p{
	margin: 3% 0;
}
.news ul li .more{
	margin:0;
	background: none;
	padding-left: 0;
}
.news ul li .more span{
	color: #f39801;
}
.news ul li .more i{
	background: #f39801;
}
.news ul li .more i::after{
	background: #f39801;
}
.news ul li .more:before{
	display: none;
}
.news_d {
	overflow: hidden;
}
.back{
	font-size:1.6rem;
	color: #201e8b;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "title";
}
.back:hover{
	color: #f39801;
}
.news_d .box{
	width:50%;
	margin: auto;
}
.news_d .top{
	position: relative;
	border-bottom: 2px solid #f39801;
	padding-bottom: 4%;
}
.news_d .top:before{
	content: '';
	position: absolute;
	left: -50%;
	bottom: -2px;
	width: 200%;
	height: 1px;
	background: #000209;
	opacity: 0.1;
}
.news_d .top h1{
	font-size: 3rem;
	color: #1a1a1a;
	margin-bottom: 1.5%;
	letter-spacing: 3px;
}
.news_d .top h6{
	font-size: 1.6rem;
	color: #f39801;
	font-weight: normal;
}
.news_d .bb{
	margin-top: 6%;
}
.news_d .bb img{
	width: 100%;
	margin: auto;
	display: block;
}
.news_d .bb p{
	margin: 3% 0;
}
.news_d .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2%;
}
.news_d .bottom p{
	color: #999999;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	line-height: 1.4;
	cursor: pointer;
}
.news_d .bottom p:hover{
	color: #f39801;
}
.news_d .bottom .left{
	width: 80%;
}
.totop{
	width: 22px;
	height: 22px;
	border: 1px solid #cccccc;
	padding: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.totop:hover{
	border-color: #f39801;
}
.totop img{
	width: 100%;
}
.video ul li{
	overflow: hidden;
	position: relative;
	margin-top: 5%;
}
.video ul li:first-of-type{
	margin-top: 3%;
}
.video ul li b{
	width: 65%;
	display: block;
	float: left;
	position: relative;
}
.video ul li b img:first-of-type{
	display: block;
	width: 100%;
}
.video ul li .vbtn{
	position: absolute;
	right: -40px;
	bottom: 8%;
	width: 80px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.video ul li:hover .vbtn{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.video ul li .txt{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28%;
}
.video ul li h3{
	color: #1a1a1a;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom:5%;
}
.video ul li:hover h3{
	color: #221f8a;
}
.video ul li:nth-of-type(2n) b{
	float: right;
}
.video ul li:nth-of-type(2n) .vbtn{
	right: inherit;
	left: -40px;
}
.video ul li:nth-of-type(2n) .txt{
	right: inherit;
	left: 0;
}
.nav_p{
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
}
.nav_p ul{
	display: flex;
}
.nav_p ul li{
	color: #666666;
	font-size: 1.8rem;
	margin-right: 50px;
	letter-spacing: 1px;
}
.nav_p ul li.active{
	color: #221f8a;
	font-family: "title";
}
.pro{
	padding-bottom: 6%;
}
.pro > ul{
	display: flex;
	flex-wrap: wrap;
}
.pro > ul > a{
	display: block;
	width: 31.3%;
	margin-right: 3%;
	margin-top: 3%;
	background-color: rgb(247, 247, 247);
	box-shadow: 2.5px 4.33px 20px 0px rgba(4, 3, 61, 0.1);
	padding: 3%;
	box-sizing: border-box;
	overflow: hidden;
}
.pro ul a:nth-of-type(3n){
	margin-right: 0;
}
.pro ul li img{
	margin: 24% auto;
	display: block;
	max-width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.pro ul li:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.pro ul li h3{
	color: #1a1a1a;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro ul li:hover h3{
	color: #221f8a;
}
.pro ul li .more{
	margin: auto;
	float: none;
	width: 84px;
}
.pro_d {
	overflow: hidden;
}
.pro_d .bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6% 0;
}
.pro_d .bar .left{
	width: 50%;
}
.pro_d .bar .left img{
	width: 100%;
	display: block;
}
.pro_d .bar .right{
	width: 46%;
}
.pro_d .bar .right p{
	color: #4c4c4c;
	font-size: 1.6rem;
	margin: 5% 0;
}
.pro_d .bar .right p strong{
	font-size: 1.8rem;
	color: #221f8a;
	display: block;
	margin-bottom: 2%;
	margin-left: -1em;
}
.service ul{
	display: flex;
	flex-wrap: wrap;
}
.service ul li{
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
	background: #f5f6f7;
	overflow: hidden;
}
.service ul li:nth-of-type(4n){
	margin-right: 0;
}
.service ul li img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.service ul li:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.service2 ul li{
	overflow: hidden;
	position: relative;
	margin-top: 5%;
}
.service2 ul li:first-of-type{
	margin-top: 3%;
}
.service2 ul li b{
	width: 50%;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
.service2 ul li b img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service2 ul li:hover img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.service2 ul li .txt{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	padding:0 10%;
	box-sizing: border-box;
}
.service2 ul li h3{
	color: #1a1a1a;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: "title";
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom:5%;
}
.service2 ul li:hover h3{
	color: #221f8a;
}
.service2 ul li:nth-of-type(2n) b{
	float: right;
}
.service2 ul li:nth-of-type(2n) .txt{
	right: inherit;
	left: 0;
}
.service3 .bar{
	position: relative;
	overflow: hidden;
	margin-top: 3%;
}
.service3 .bar .left{
	width: 45%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.service3 .bar .right{
	width: 55%;
	float: right;
	padding: 0 5%;
	box-sizing: border-box;
}
.service3 .bar .right p{
	color: #4c4c4c;
	font-size: 1.6rem;
	margin: 3% 0;
}
.service3 .bar .right p strong{
	font-size: 1.8rem;
	color: #221f8a;
	display: block;
	margin-left: -0.5em;
	margin-bottom: 1%;
}
.resource ul li{
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #E5E5E5;
}
.resource ul li h3{
	width: 25%;
	font-size: 1.8rem;
	font-weight: normal;
	color: #1a1a1a;
}
.resource ul li p{
	font-size: 1.6rem;
	color: #1a1a1a;
	position: relative;
}
.resource ul li p a{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.resource .box2{
	margin-top: 5%;
}
.resource table{
	width: 100%;
	margin-top: 3%;
}
.resource table tr td{
	padding: 20px;
	font-size: 1.6rem;
	color: #666666;
	text-align: center;
}
.resource table tr td a{
	color: #221f8a;
}
.resource table tr td:first-of-type{
	text-align: left;
	padding-left: 3%;
}
.resource table tr:nth-of-type(2n+1) td{
	background: #f7f7f7;
}
.resource table tr:first-of-type td{
	background: #221f8a;
	color: #fff;
	font-size: 1.8rem;
	font-family: "title";
}
.join ul li{
	position: relative;
	width: 78%;
	margin-top: 3%;
}
.join ul li .txt{
	position: absolute;
	left: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.join ul li:last-of-type{
	float: right;
}
.join ul li .txt p{
	color: #fff;
	font-size: 2.2rem;
	font-family: "title";
	letter-spacing: 4px;
}
.join ul li .txt p strong{
	display: block;
	color: #fff;
	font-size: 3rem;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.join .box2{
	padding-top: 6%;
}
.join .box2 .bb{
	margin-top: 2%;
	position: relative;
}
.join .box2 .swiper-slide img{
	width: 100%;
	display: block;
}
.join .box2 .swiper-slide h3{
	margin-top: 5%;
	text-align: center;
	color: #333333;
	font-size: 1.8rem;
	font-weight: normal;
}
.job .box .bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f7f7f7;
	margin-top: 3%;
}
.job .box .bar b{
	display: block;
	width: 50%;
}
.job .box .bar img{
	display: block;
	width: 100%;
}
.job .box .bar .txt{
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
}
.job .box .bar .txt h3{
	font-size: 2.4rem;
	color: #1a1a1a;
	margin-bottom: 3%;
}
.job .box .bar .txt p{
	color: #4c4c4c;
	font-size: 1.8rem;
	position: relative;
	margin: 1% 0;
	padding-left: 15px;
	width: 33.3%;
	box-sizing: border-box;
	float: left;
	line-height: 1.6;
}
.job .box .bar .txt p:last-of-type{
	margin-right: 0;
}
.job .box .bar .txt p:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #221f8a;
	border-radius: 50%;
}
.job .box2{
	margin-top: 6%;
}
.job .box2 .bar{
	background: #fff;
}
.job .box2 .bar .txt{
	padding: 0;
	width: 44%;
}
.job .box3{
	margin-top: 6%;
}
.job .box3 ul{
	margin-top: 3%;
}
.job .box3 ul li .top{
	display: flex;
	justify-content: space-between;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.job .box3 ul li:nth-of-type(2n+1) .top{
	background: #fafafa;
}
.job .box3 ul li:first-of-type .top{
	background: #221f8a !important;
}
.job .box3 ul li:first-of-type .top h6{
	color: #fff !important;
}
.job .box3 ul li h6{
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #666666;
	width: 15%;
	font-size: 1.8rem;
	font-weight: normal;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 0.5px;
}
.job .box3 ul li h6:first-of-type{
	text-align: left;
	padding-left: 4%;
	font-family: "title";
}
.job .box3 ul li.active .top{
	background: #f2f2f2;
}
.job .box3 ul li:hover h6,.job .box3 ul li.active h6{
	color: #221f8a;
}
.job .box3 ul li .bar{
	background: #fff;
	padding:3% 4%;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	background: #f2f2f2;
	display: none;
	position: relative;
}
.job .box3 ul li .bar dl dd:nth-of-type(2){
	margin-top: 2%;
}
.job .box3 ul li .bar dl dd h3{
	font-size:2rem;
	margin-bottom: 15px;
	color: #1a1a1a;
}
.job .box3 ul li .bar dl dd p{
	font-size:1.4rem;
	margin: 10px 0;
	color: #666;
	line-height: 1.6;
}
.job .box3 ul li .more{
	position: absolute;
	right: 5%;
	bottom: 10%;
}
.contact{
	background: #fafafa;
}
.contact ul{
	display:flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 3% 0;
	box-sizing: border-box;
	margin-top: 3%;
}
.contact ul li{
	width: 25%;
	padding: 0 2%;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.contact ul li:last-of-type{
	border: none;
}
.contact ul li b{
	display: block;
	height: 56px;
	width: 56px;
	margin: auto;
	position: relative;
}
.contact ul li b img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact ul li b img:last-of-type{
	opacity: 0;
}
.contact ul li h3{
	font-size: 1.6rem;
	color: #666666;
	font-weight: normal;
	margin: 15px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	letter-spacing: 1px;
}
.contact ul li a{
	font-size: 1.8rem;
	font-family: "title";
	color: #333;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.contact ul li:hover img:first-of-type{
	opacity: 0;
}
.contact ul li:hover img:last-of-type{
	opacity: 1;
}
.contact .online{
	padding: 6% 0 0;
}
.contact .online h6{
	text-align: center;
	font-size: 2.6rem;
	color: #1a1a1a;
	font-family: "title";
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 3%;
}
.contact .online p{
	float: left;
	width: 48%;
	color: #fff;
}
.contact .online p:nth-of-type(2n){
	float: right;
}
.contact .online p input{
	font-size: 1.6rem;
	background: none;
	display: block;
	line-height: 2;
	padding: 10px 20px;
	color: #1a1a1a;
	width: 100%;
	box-shadow: none;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}
.contact .online p:nth-of-type(3n){
	margin-right: 0;
}
.contact .online p:last-of-type{
	width: 100%;
	align-items: flex-start;
	margin-top: 3%;
}
.contact .online p textarea{
	font-size: 1.6rem;
	background: none;
	color: #1a1a1a;
	min-height: 150px;
	width: 100%;
	padding: 1.5%;
	box-shadow: none;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	line-height: 22px;
}
.contact .submit{
	width: 200px;
	margin: auto;
	background: #f39801;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-top: 3%;
}
.contact .submit button{
	background: none;
	line-height: 52px;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
}
.contact .submit:hover{
	background: #221f8a;
}
.btn .ll{
	position: absolute;
	right: 2.5%;
	top: 45%;
	margin:0 5px;
	cursor: pointer;
	width: 20px;
	text-align: center;
	padding: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: 1px solid #999999;
	border-radius: 50%;
	-webkit-transform:translateY(-50%) ;
	transform:translateY(-50%) ;
}
.btn .ll i{
	font-size: 1.4rem;
	line-height: 20px;
	color: #999999;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn .ll:hover{
	border-color: #f39801;
}
.btn .ll:hover i{
	color: #f39801;
}
.btn .lll{
	right: inherit;
	left: 2.5%;
	-webkit-transform:translateY(-50%) rotate(180deg);
	transform:translateY(-50%) rotate(180deg) ;
}
.btn .ll.swiper-button-disabled {
	background: #1a1a1a;
}
.btn .ll.swiper-button-disabled i{
	color: #fff;
	font-weight: normal;
}
.xq{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.6);
	display: none;
}
.xq .bb{
	background: #fff;
	position: absolute;
	left:50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 60%;
	display: flex;
	justify-content: space-between;
	padding: 4%;
	box-sizing: border-box;
	align-items: center;
}
.xq .bb .img{
	width: 35%;
}
.xq .bb .img img{
	width: 100%;
	display: block;
}
.xq .bb .txt{
	width: 58%;
}
.xq .bb .txt p {
	color: #1a1a1a;
	font-size: 1.8rem;
	margin: 2% 0;
}
.xq .bb .txt p strong{
	color: #221f8a;
	font-size: 1.6rem;
	display: block;
}
.close img{
	position: absolute;
	right: 3%;
	top: 5%;
	cursor: pointer;
}
#pages{
    margin: 3% auto 0;
    width: 100%;
}
#pages ul{
	display: flex;
	justify-content: center;
	margin-top: 3%;
}
#pages li span,#pages li a{
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #f2f2f2;
	font-size: 1.4rem;
	margin: 5px;
	border-radius: 50%;
	cursor: pointer;
	display:block;
	color: #333;
}
#pages li.active span,#pages li:hover a{
	background: #221f8a;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#pages li a{
	display: block;
}