*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1200px;
}
html,body{
	font-family: 寰蒋闆呴粦;
	position: relative;
	width: 100%;
	min-width: var(--cydl-container-wid);
	color: #2b2b2b;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	display: flex;
}
a{
	text-decoration: none;
	color: #5f5f5f;
}
a:hover{
	color:#0864be ;

}
.amit{
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
/*
@font-face{
	font-family: "鎬濇簮瀹嬩綋";
	src: url(../fonts/SC-BOLD.OTF);
}*/

.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.pages{
	text-align: center;
	padding: 35px 35px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #f5f5f5;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #0864be; 
	color: #fff;
	border: 1px solid #0864be;
}
.header{
	background: #fff;
	padding: 35px 0;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .container .logo{
	display: flex;
	align-items: center;
}
.header .container .nav ul{
	display: flex;
	justify-content: space-between;
}
.header .container .logo span{
	margin-left: 25px;
}
.header .container .nav ul li a{
	display: flex;
	padding: 12px 20px;
	font-size: 14px;
	color: #434343;
}
.header .container .nav ul li{
	margin: 0 5px;
}
.header .container .nav ul li a:hover,.header .container .nav ul li a.active{
	background: #0e42d5;
	color: #fff;
}
.header .container .phone{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .container .phone .icon{
	margin-right: 10px;
}
.header .container .phone span{
	font-size: 20px;
	font-weight: bold;
	color: #434343;
}
.banner{
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination span{
	background: none;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
}
.banner .swiper-pagination span:after{
	content: "";
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px solid #fff;
}
.index1{
	position: relative;
}

.index1 ul{
	display: flex;
	justify-content: space-between;
	background:linear-gradient(to right, #1717cd, #4e17cd); 
	position: absolute;
	top: -70px;
	z-index: 9;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.index1 ul li{
	width: 33.33%;
	padding: 60px 40px;
	border-right: 1px solid #522fd2;
}
.index1 ul li:last-child{
	border-right: none;
}
.index1 ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index1 ul li a .right{
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index1 ul li a .right:after{
	font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
	content: 'next';
	font-size: 20px;
	color: #fff;
}
.index1 ul li a .title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index1 ul li a .title .icon{
	margin-right: 20px;
}
.index1 ul li a .title .text p{
	font-size: 14px;
	color: #dadada;
}
.index1 ul li a .title .text h3{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.index1 ul li a:hover .right{
	background: #fff;
}
.index1 ul li a:hover .right:after{
	color: #1717cd;
}
.index2{
	background: url(../images/about_bg.jpg) no-repeat center top;
	padding-top: 210px;
	padding-bottom: 120px;
}
.index2 .title{

}
.index2 .title h3{
	font-size: 40px;
	color: #434343;
	position: relative;
	font-weight: 400;
	display: flex;
}
.index2 .title h3 span{
	position: relative;
	margin-left: 10px;
}
.index2 .title p{
	font-size: 30px;
	color: #0e42d5;
}
.index2 .box{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.index2 .box .img{
	width: 50%;
}
.index2 .box .img img{
	width: 100%;
	display: flex;
}
.index2 .box .img p{
	height: 20px;
	width: 60%;
	background:linear-gradient(to right, rgba(14,66,213,1), rgba(14,66,213,0) ); 
}
.index2 .box>.text{
	width: calc(50% - 25px);
	padding-top: 25px;
}
.index2 .box>.text .top{

}
.index2 .box>.text .top h3{
	font-size: 24px;
	font-weight: 400;
	padding: 10px 0;
}
.index2 .box>.text .top p{
	color: #dadada;
	font-size: 14px;
}
.index2 .box>.text .top span{
	width: 50px;
	height: 1px;
	display: block;
	background: rgba(14,66,213,1);
	margin-top: 15px;
	
}
.index2 .box>.text .text{
	font-size: 14px;
	color: #434343;
	line-height: 2em;
	margin-top: 20px;
}
.index2 .box>.text .more{
	margin-top: 40px;
}
.index2 .box>.text .more a{
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0e41d6;
	color: #fff;
}
.index3{
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/img_bg.jpg);
}
.index3 .images{
	position: relative;
	margin-top: 40px;
}
.index3 .images .moLeft{
	position: absolute;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	top: 0;
	z-index: 99;
	width: calc((100% - 1200px) / 2);
}
.index3 .images .moRight{
	position: absolute;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	right: 0;
	top: 0;
	z-index: 99;
	width: calc((100% - 1200px) / 2);
}
.index3 .title{
	text-align: center;
}
.index3 .title h3{
	display: flex;
	justify-content: center;
	font-size: 40px;
	color: #434343;
	font-weight: 400;
}
.index3 .title h3 span{
	position: relative;
	margin-left: 10px;
}
.index3 .title p{
	text-align: center;
	font-size: 30px;
	color: #0e42d5;
}
.index3 .images .but{
	padding-top: 25px;
	display: flex;
	justify-content: left;
}
.index3 .images .but>div{
	position: static;
	margin: 0;
	width: 60px;
	height: 60px;
	--swiper-navigation-size: 20px;
	background: linear-gradient(to right,#0e41d5,#0054fb);
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
}
.index3 .images .swiper-slide img{
	width: 100%;
}
.index4{
	background: url(../images/news_bg.jpg) no-repeat center top;
	padding: 100px 0;
}
.index4 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.index4 .title .left{

}
.index4 .title .left h3{
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	position: relative;
	display: flex;
}
.index4 .title .left h3 span{
	position: relative;
}
.index4 .title .left p{
	font-size: 30px;
	color: #fff;
}
.index4 .title .right{

}
.index4 .title .right ul {
	display: flex;
	align-items: center;
}
.index4 .title .right ul li{
	margin-left: 15px;
}
.index4 .title .right ul li a{
	color: #fff;
	font-size: 14px;
	padding: 15px 30px;
}
.index4 .title .right ul li a:hover{
	background: #fff;
	color: #e5253e;
}
.index4 .bottom{
	display: flex;
	justify-content: space-between;
}
.index4 .bottom .left{
	width: 50%;
	box-sizing: border-box;
	padding-top: 20px;
}
.index4 .bottom .left .box{
	
	background: #fff;
	padding: 40px 30px;
}
.index4 .bottom .left .box a img{
	width: 100%;
}
.index4 .bottom .left .box h3{
	font-size: 22px;
	font-weight: 400;
	color: #434343;
	margin-top: 30px;
	line-height: 1.7em;
}
.index4 .bottom .left .box p{
	font-size: 14px;
	color: #b0b0b0;
	margin-top: 20px;
}
.index4 .bottom .left .box span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	width: 55px;
	height: 55px;
	background: #0e42d5;
}
.index4 .bottom .left .box span:after{
	font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
	content: 'next';
	font-size: 20px;
	color: #fff;
}
.index4 .bottom .right{
	width: calc(50% - 25px);
	box-sizing: border-box;
}
.index4 .bottom .right ul li{
	padding: 20px;
	border-bottom: 1px solid #f4405c;
}
.index4 .bottom .right ul li:last-child{
	border-bottom: none;
}
.index4 .bottom .right ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index4 .bottom .right ul li a .img{
	width: 210px;
	box-sizing: border-boxb;
	height: 125px;
	overflow: hidden;
}
.index4 .bottom .right ul li a .img img{
	width: 100%;
}
.index4 .bottom .right ul li a .text{
	width: calc(100% - 230px);
}
.index4 .bottom .right ul li a .text h3{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.7em;
}
.index4 .bottom .right ul li a .text p{
	font-size: 14px;
	color: #f99aa7;
	margin-top: 15px;
}
.index5{
	background: url(../images/link_bg.jpg) no-repeat center top;
	padding: 80px 0;
}
.index5 .title{
	text-align: center;
}
.index5 .title h3{
	display: flex;
	color: #434343;
	font-size: 40px;
	font-weight: 400;
	justify-content: center;
}
.index5 .title h3 span{
	position: relative;
}
.index5 .title p{
	font-size: 30px;
	color: #0e42d5;
}
.index5 .partner{
	margin-top: 45px;
	overflow: hidden;
}
.index5 .partner .swiper-container{
	height: 425px;
	width: 100%;
}
.index5 .partner .swiper-container .swiper-slide{
	width: 220px;
	height: 115px;
	background: #f1fafe;
}
.index5 .partner .swiper-container .swiper-slide a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.index5 .partner{
	/*display: flex;*/
	justify-content: center;
	margin-top: 15px;
}
.index5 .partner .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
}
.index5 .partner .swiper-pagination span{
	width: 10px;
	height: 10px;
	background: #f0f0f0;
	opacity: 1;
	margin:0 5px;
}
.index5 .partner .swiper-pagination span.swiper-pagination-bullet-active{
	background: #0e42d5;
}
.index5 .hezuo{
	margin-top: 35px;
}
.index5 .hezuo .smloTitle p{
	font-size: 24px;
	color: #0e42d5;
	padding-left: 10px;
	border-left: 5px solid #0e42d5;
}
.index5 .hezuo .list{
	overflow: hidden;
	margin-top: 25px;
}
.index5 .hezuo .list .swiper-slide{
	width: 190px;
	height: 90px;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.index5 .hezuo .list .swiper-slide a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 15px;
}
.index5 .hezuo .list .swiper-slide a img{
	width: 100%;
}
.index5 .hezuo .list .swiper-container{
	height: 200px;
}

.index5 .hezuo .more{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.index5 .hezuo .more a{
	width: 160px;
	height: 50px;
	background: linear-gradient(to right,#0e41d4,#0055fc);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.footer{
	background: url(../images/footer_bg.jpg) no-repeat center top;
	padding-bottom: 50px;
}
.footer .top{
	padding: 40px 0;
}	
.footer .top ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .top ul li a {
	font-size: 18px;
	color: #434343;
	font-weight: bold;
}
.footer .top ul li a:hover{
	color: #0e42d5;
}
.footer .bottom{
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
.footer .bottom .left{
	width: 60%;
}
.footer .bottom .left .phone{
	margin-top: 30px;
} 
.footer .bottom .left .phone p{
	font-size: 14px;
	color: #434343;
}
.footer .bottom .left .phone h3{
	font-size: 36px;
	color: #0e42d5;
}

.footer .bottom .left .text{
	margin-top: 15px;
}
.footer .bottom .left .text p{
	font-size: 14px;
	color: #434343;
	line-height: 2em;
}
.footer .bottom .right{

}
.footer .bottom .right .img{
	padding: 20px;
	display: flex;
}
.footer .bottom .right .img img{
	display: flex;

}
.footer .bottom .right p{
	text-align: center;
	font-size: 14px;
	color: #434343;
}
.footer .copy{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .copy .left span{
	font-size: 14px;
	color: #434343;
	margin-right: 10px;
}
.footer .copy .left a{
	font-size: 14px;
	color: #434343;
	margin-right: 10px;
}
.footer .copy .left a:hover{
	color: #0e42d5;
}
.footer .copy .right{
	display: flex;
	
}
.footer .copy .right span{
	font-size: 14px;
	color: #434343;
	margin-left: 10px;
}
.footer .copy .right span a{
	font-size: 14px;
	color: #434343;
	
}
.footer .copy .right span a:hover{
	color: #0e42d5;
}
.rightMo{
	position: fixed;
	top: 35%;
	right: 20px;
	background: #fff;
	width: 180px;
	border-radius: 15px;
	z-index: 999;
	box-sizing: border-box;
	padding: 15px;
}
.rightMo .phone{
	background: #0e42d5;
	border-radius: 5px;
	padding: 8px 0;
}
.rightMo .phone a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.rightMo .phone a span{
	margin-right: 5px;
}
.rightMo .phone a p{
	font-size: 16px;
	color: #fff;
}
.rightMo .mutlite{
	background: #005cff;
	border-radius: 5px;
	padding: 8px 0;
	margin-top: 10px;
}
.rightMo .mutlite a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.rightMo .mutlite a span{
	margin-right: 5px;
}
.rightMo .mutlite a p{
	font-size: 16px;
	color: #fff;
}
.rightMo .year{
	background: #e6090f;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
	padding: 8px 0;
}
.rightMo .year p{
	font-size: 16px;
	color: #fff;
}
.rightMo .year h3{
	font-size: 36px;
	color: #fff;
}
.rightMo .year h3 small{
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
}
.lcation{
	
}
.lcation .container{
	position: relative;
}
.lcation .container p{
	position: absolute;
	top: -40px;
	z-index: 99;
	font-size: 14px;
	color: #fff;
	display: flex;
	margin-left: -5px;
}
.lcation .container p a{
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}
.lcation .container p span{
	margin-left: 5px;
}
.profile1{
	background: url(../images/profile1_bg.jpg) no-repeat center top;
	padding: 70px 0;
}
.profile1 .title{}
.profile1 .title h3{
	font-size: 36px;
	font-weight: 400;
	color: #0e42d5;
}
.profile1 .title p{
	font-size: 14px;
	color: #dadada;
	margin-top: 5px;
}
.profile1 .content{
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}
.profile1 .content .img{
	width: 600px;
}
.profile1 .content .img img{
	width: 100%;
}
.profile1 .content .text{
	width: 540px;
	box-sizing: border-box;
}
.profile1 .content .text .top{
	434343
}
.profile1 .content .text .top h3{
	font-size: 24px;
	color: #434343;
	font-weight: 400;
}
.profile1 .content .text .top p{
	color: #dadada;
	font-size: 14px;
	margin-top: 2px;
}
.profile1 .content .text .pics{
	font-size: 14px;
	color: #6f6f6f;
	line-height: 1.8em;
	margin-top: 25px;
}
.profile1 .content .text .item{
	margin-top: 30px;
}
.profile1 .content .text .item ul{
	display: flex;
	justify-content: space-between;
}
.profile1 .content .text .item ul li{

}
.profile1 .content .text .item ul li .icon{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right,#2f5bda,#0055fb);
	border-radius: 50%;
}
.profile1 .content .text .item ul li h3{
	font-size: 40px;
	color: #434343;
	padding: 5px 0;
}
.profile1 .content .text .item ul li p{
	font-size: 14px;
	color: #6f6f6f;
}

.profile1 .dis{
	color: #6f6f6f;
	font-size: 14px;
	line-height: 2em;
	margin-top: 40px;
} 
.proDay{
	margin-top: 40px;
}
.proDay .top{

}
.proDay .top h3{
	font-size: 24px;
	color: #434343;
	border-left: 5px solid #0e41d5;
	font-weight: 400;
	padding-left: 10px;
}
.proDay .list{
	margin-top: 25px;
}
.proDay .list ul{
	display: flex;
	justify-content: space-between;
}
.proDay .list ul li{
	background: #fcfdff;
	padding: 25px 15px;
	box-sizing: border-box;
	width: calc(20% - 10px);
}
.proDay .list ul li h3{
	font-size: 18px;
	color: #0e41d5;
}
.proDay .list ul li span{
	width: 40px;
	height: 2px;
	display: flex;
	margin: 15px 0;
	background: #0e41d5;
}
.proDay .list ul li p{
	font-size: 14px;
	color: #6f6f6f;
}
.index3 .page_title{

}
.index3 .page_title h3{
	font-size: 30px;
	font-weight: 400;
	color: #0e41d5;
}
.index3 .page_title p{
	font-size: 14px;
	color: #dadada;
}
.index3 .swiper-container{
	overflow: unset;
}
.profile2{
	background: url(../images/bg1.jpg) no-repeat center top;
	padding: 70px 0;
}
.profile2 .title{

}
.profile2 .title h3{
	color: #0e42d5;
	font-size: 30px;
	font-weight: 400;
}
.profile2 .title p{
	font-size: 14px;
	color: #dadada;
}
.profile2 .list{
	margin-top: 40px;
}
.profile2 .list .swiper-slide{
	position: relative;
	padding-bottom: 58px;
}
.profile2 .list .swiper-slide img{
	width: 100%;
}
.profile2 .list .swiper-slide .text{
	background: #fff;
	bottom: 0;
	width: 90%;
	left: 5%;
	position: absolute;
	padding: 45px 40px;
	box-sizing: border-box;
}
.profile2 .list .swiper-slide .text h3{
	color: #434343;
	font-size: 24px;
	font-weight: 400;
}
.profile2 .swiper-pagination{
	right: 5%;
	width: 120px;
	left: auto;
	bottom: 50px;
	display: flex;
}
.profile2 .swiper-pagination span{
	opacity: 1;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
}
.profile2 .swiper-pagination span:after{
	background: #e1e1e1;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.profile2 .swiper-pagination span.swiper-pagination-bullet-active{
	
	border: 1px solid #0e42d5;
}
.profile2 .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #0e42d5;
}
.profile3{
	background: url(../images/bg2.jpg) no-repeat center top;
	padding: 90px 0;
}
.profile3 .title{
	
}
.profile3 .title h3{
	color: #0e42d5;
	font-size: 30px;
	font-weight: 400;
}
.profile3 .title p{
	font-size: 14px;
	color: #dadada;
}
.profile3 .list{
	margin-top: 45px;
}
.profile3 .list ul{
	display: flex;
	flex-wrap: wrap;
}
.profile3 .list ul li{
	width: 100%;
	background: #fbfdff;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 20px;
}
.profile3 .list ul li:nth-child(1){
	width: 60%;
}
.profile3 .list ul li:nth-child(2){
	width: 40%;
	padding-left: ;
}
.profile3 .list ul li h3{
	color: #ff253c;
	font-size: 22px;
}
.profile3 .list ul li .item{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.profile3 .list ul li .item p{
	width: 20%;
	font-size: 16px;
	color: #434343;
	line-height: 2em;
}
.profile3 .list ul li:nth-child(1) .item p{
	width: 33.33%;
}
.profile3 .list ul li:nth-child(2) .item p{
	width: 50%;
}
.profile4{
	background: linear-gradient(to right, #1717cd, #4e17cd);
}
.profile4 ul{
	position: static;
	background: none;
	margin: 0 auto;
}
.news_sidebar{

}
.news_sidebar ul{
	display: flex;
}
.news_sidebar ul li{
	margin-right: 70px;
}
.news_sidebar ul li a{
	height: 95px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #434343;
	border-bottom: 2px solid #fff;
}
.news_sidebar ul li a:hover,.news_sidebar ul li a.active{
	color:#0e42d5;
	border-bottom: 2px solid #0e42d5;
}
.newsList{
	margin-top: 40px;
}
.newsList ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.newsList ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 20px 10px;
}
.newsList ul li a .img{
	overflow: hidden;
	border: 1px solid #fff;
}
.newsList ul li .img img{
	width: 100%;
}
.newsList ul li .text{
	margin-top: 20px;
}
.newsList ul li .text h3{
	color: #434343;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6em;
}
.newsList ul li .text p{
	color: #b0b0b0;
	font-size: 14px;
	margin-top: 10px;
}
.newsList ul li a .more{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #434343;
	margin-top: 15px;
}
.newsList ul li a .more:after{
	font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
	content: 'next';
	font-size: 20px;
	
}
.newsList ul li a:hover{
	position: relative;
	top: -15px;
}
.newsList ul li a:hover .img{
	border: 1px solid #0e42d5;
}
.newsList ul li a:hover .more{
	background: #0e42d5;
	color: #fff;
}
.subDis{
	position: relative;
}
.subDis .subNav{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
}
.subDis .subNav .sub{
	justify-content: space-between;
	display: none;
	padding-bottom: 15px;
}
.subDis .subNav .sub.active{
	display: flex;
}
.subDis .subNav .sub .left{
	width: 50%;
}
.subDis .subNav .sub .right{
	width: 35%;
	padding-bottom: 35px;
}
.subDis .subNav .sub .left ul{
	display: flex;
	flex-wrap: wrap;

}
.subDis .subNav .sub .left ul li{
	margin-right: 85px;
	margin-top: 50px;
}
.subDis .subNav .sub .left ul li a{
	color: #434343;
	font-size: 22px;
}

.subDis .subNav .sub .left ul li.active a,.subDis .subNav .sub .left ul li a:hover{
	color: #0e42d5;
}
.subDis .subNav .sub .right img{
	width: 100%;
}
.down{
	padding-top: 45px;
	background: url(../images/bg3.jpg);
}
.down .title{

}
.down .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.down .title p{
	color: #dadada;
	font-size: 14px;
}
.down .list{
	margin-top: 40px;
}
.down .list ul{

}
.down .list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.down .list ul li h3{
	font-size: 24px;
	color: #434343;
	font-weight: 400;
}
.down .list ul li:hover h3{
	color: #0e42d5;
}
.down .list ul li:hover{
	border-bottom: 1px solid #0e42d5;
}
.down .list ul li a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f5f5f5;
}
.down .list ul li a img:nth-child(1){
	display: block;
}
.down .list ul li a img:nth-child(2){
	display: none;
}
.down .list ul li:hover a{
	border: 1px solid #0e42d5;
	background: #0e42d5;
}
.down .list ul li:hover a img:nth-child(2){
	display: block;
}
.down .list ul li:hover a img:nth-child(1){
	display: none;
}
.make{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center top;
}
.make .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.make .title p{
	color: #dadada;
	font-size: 14px;
}
.make .form{
	margin-top: 40px;
}
.make .form .group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.make .form .group input{
	width: calc(33.3% - 15px);
	height: 50px;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #434343;
	font-size: 14px;
}
.make .form .text{
	margin-top: 20px;
}
.make .form .text textarea{
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	padding: 15px;
	border: none;
	outline: unset;
	color: #434343;
}
.make .form .code{
	margin-top: 20px;
	display: flex;

}
.make .form .code input{
	width: 240px;
	height: 50px;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #434343;
}
.make .form .code img{
	height: 50px;
	margin-left: 5px;
}
.make .form .sub{
	margin-top: 20px;
}
.make .form .sub button{
	width: 220px;
	height: 50px;
	background: linear-gradient(to right,#0e41d5,#0055fb);
	border: none;
	outline: unset;
	color: #fff;
}
.notice{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center top;
}
.notice .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.notice .title p{
	color: #dadada;
	font-size: 14px;
}
.notice .noticeBox{
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px;
}
.notice .noticeBox .list ul li{
	display: flex;
	padding: 20px 0;
}
.notice .noticeBox .list ul li small{
	padding-top: 11px;
}
.notice .noticeBox .list ul li span{
	color: #434343;
	font-size: 22px;
	margin-left: 10px;
}
.notice .noticeBox .sub{
	margin-top: 20px;
}
.notice .noticeBox .sub a{
	width: 220px;
	height: 50px;
	background: linear-gradient(to right,#0e41d5,#0055fb);
	border: none;
	outline: unset;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.line{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
}
.line .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.line .title p{
	color: #dadada;
	font-size: 14px;
}
.line .lineBox{
	background: #fff;
	padding: 30px;
	margin-top: 40px;
}
.line .lineBox .top{
	display: flex;
	justify-content: space-between;
}
.line .lineBox .top .left{
	width: 560px;
}
.line .lineBox .top .left img{
	width: 100%;
}
.line .lineBox .top .right{
	display: flex;
	align-items: center;
	width: 515px;
}
.line .lineBox .top .right h3{
	font-size: 22px;
	color: #434343;
	font-weight: 400;
}
.line .lineBox .top .right span{
	width: 40px;
	height: 2px;
	display: flex;
	background: #0e42d5;
	margin: 15px 0;
}
.line .lineBox .top .right p{
	font-size: 16px;
	color: #434343;
	line-height: 1.8em;
}
.line .lineBox .top .right a{
	width: 160px;
	height: 40px;
	background: linear-gradient(to right,#0e41d5,#0055fb);
	border: none;
	outline: unset;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-top: 20px;
}
.line .lineBox .text{
	margin-top: 40px;
}
.line .lineBox .text h3{
	font-size: 24px;
	color: #0e42d5;
	font-weight: 400;
}
.line .lineBox .text h4{
	font-size: 20px;
	color: #434343;
	margin-top: 35px;
}
.line .lineBox .text p{
	color: #434343;
	font-size: 16px;
	line-height: 2em;
}
.hotels{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
}
.hotels .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.hotels .title p{
	color: #dadada;
	font-size: 14px;
}
.hotels .list{
	margin-top: 40px;
}
.hotels .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hotels .list ul li{
	width: calc(50% - 10px);
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	border: 1px  solid #f5f5f5;
	margin-bottom: 20px;
}
.hotels .list ul li h3{
	font-size: 20px;
	color: #0e42d5;
}
.hotels .list ul li .xing{
	display: flex;
	color: #434343;
	font-size: 16px;
	align-items: center;
	line-height: 2em;
}
.hotels .list ul li .xing .icon{
	display: flex;
	align-items: center;
}
.hotels .list ul li .xing .icon img{
	margin-left: 3px;
}
.hotels .list ul li p{
	color: #434343;
	font-size: 16px;
	line-height: 2em;
}
.hotels .dis{
	margin-top: 25px;
	font-size: 16px;
	color: #434343;
	line-height: 2em;
}
.contact{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
}
.contact .form{
	margin-top: 100px;
}
.contact .form .group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.contact .form .group input{
	width: calc(33.3% - 15px);
	height: 50px;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #434343;
	font-size: 14px;
}
.contact .form .text{
	margin-top: 20px;
}
.contact .form .text textarea{
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	padding: 15px;
	border: none;
	outline: unset;
	color: #434343;
}
.contact .form .code{
	margin-top: 20px;
	display: flex;

}
.contact .form .code input{
	width: 240px;
	height: 50px;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #434343;
}
.contact .form .code img{
	height: 50px;
	margin-left: 5px;
}
.contact .form .sub{
	margin-top: 20px;
}
.contact .form .sub button{
	width: 220px;
	height: 50px;
	background: linear-gradient(to right,#0e41d5,#0055fb);
	border: none;
	outline: unset;
	color: #fff;
}
.contact .form .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.contact .form .title p{
	color: #dadada;
	font-size: 14px;
}
.contact .top{
	display: flex;
	justify-content: space-between;
}
.contact .top .left{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.contact .top .right{
	width: 50%;
}
.contact .top .right img{
	width: 100%;
}
.contact .top .left .box{
	width: 600px;
}
.contact .top .left .box .phone{
	display: flex;
	align-items: center;
}
.contact .top .left .box .phone small{
	font-size: 14px;
	color: #dadada;
	margin-left: 10px;
}
.contact .top .left .box h3{
	font-size: 40px;
	color: #0e42d5;
	margin: 5px 0;
}
.contact .top .left .box .logo{
	margin-top: 70px;
}
.contact .top .left .box .text{
	color: #434343;
	line-height: 2em;
	margin-top: 30px;
}
.contact .top .left .box .code{
	background: #fff;
	display: flex;
	width: 140px;
	height: 140px;
	margin-top: 20px;
}

.partner{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
}
.partner .title h3{
	font-size: 30px;
	color: #0e42d5;
	font-weight: 400;
}
.partner .title p{
	color: #dadada;
	font-size: 14px;
}
.partner .list{
	margin-top: 40px;
}
.partner .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.partner .list ul li{
	padding: 15px;
	width: 20%;
	box-sizing: border-box;
}
.partner .list ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 115px;
}
.partner .media{
	margin-top: 40px;
}
.partner .media .swiper-container{
	height: 320px;
}
.partner .media .swiper-container .swiper-slide{
	height: 90px;
}
.partner .media .swiper-container .swiper-slide a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
}
.partner .media .swiper-container .swiper-slide a img{
	width: 100%;
}
.partner .media .tion{
	margin-top: 35px;
}
.partner .media .tion .swiper-pagination{
	display: flex;
	justify-content: center;
}
.partner .media .tion .swiper-pagination span{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #f0f0f0;
	margin: 0 15px;
}
.partner .media .tion .swiper-pagination span.swiper-pagination-bullet-active{
	background: #0e42d5;
}
.showImg{
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}
.showImg .title{
	text-align: center;
}
.showImg .title h3{
	font-size: 24px;
	font-weight: 400;
}
.showImg .content{
	margin-top: 40px;
	font-size: 14px;
	color: #434343;
	line-height: 2em;
}
.index5 .partner{
    background: none;
}