html{
	min-width: 1350px;
}
body{
	font-size: 1.4rem;
	min-width: 1350px;
}
.img-responsive{
	max-width: 100%;
	height: auto;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.containerr{
	width: 1350px;
	margin: 0 auto;
}
.body{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 40px 12% 40px 8%;
	transition: .5s;
}
.head{
	background: rgba(0,0,0,.9);
	padding: 15px 12% 15px 8%;
}
.top{
	display:flex;
	justify-content:space-between;
}
.logo{
	position: relative;
	z-index: 100;
}
.xunjia:after{
	content:"";
	display:block;
	clear:both;
}
.xunjia a{
	display:block;
	float:left;
	color:#000;
	background:#fff;
	line-height:42px;
	padding:0px 25px;
	border-radius:3px;
	font-weight:normal;
	transition:.3s;
}
.xunjia a:hover{
	color:#fff;
	background:#967ADE;
}
.topmu{
	display:none;
}
.head .topmu{
	display:block;
}
.topmu ul{
	display:flex;
	justify-content:center;
}
.topmu ul li{
	padding:0px 20px;
}
.topmu ul li a{
	display:block;
	color:#fff;
	font-size:1.6rem;
	line-height:50px;
	position:relative;
}
.topmu ul li a:after{
	position:absolute;
	content:"";
	display:block;
	width:0;
	height:2px;
	bottom:0;
	left:50%;
	background:#fff;
	transition:.3s;
}
.topmu ul li a:hover:after,.topmu ul li.cur a:after{
	width:100%;
	left:0;
}
@media (max-width:1450px) {
	.topmu ul li{
		padding:0px 15px;
	}
	.topmu ul li a{
		font-size:1.5rem;
	}
}
.logo img{
	height: 50px;
}
.nav-case{
	line-height: 50px;
	font-size: 1.6rem;
	cursor: pointer;
	color: #fff;
	position: relative;
	padding-right: 30px;
	z-index: 100;
}
.nav-case a{
	color: #fff;
}
.nav-case a:hover{
	color:#fff;
}
.nav-case:after{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
	height: 50px;
	background: url(../images1/cmenu.svg) center no-repeat;
	background-size: 10px auto;
	top: 0;
}
.nav-casee:after{
	content:"";
	background: url(../images1/jmenu.svg) center no-repeat;
	background-size: 16px auto;
}
.nav-logo{
	position: fixed;
	right: 45px;
	height: 40px;
	top: 50%;
	margin-top: -17px;
	cursor: pointer;
	padding-right: 19px;
}
.nav-logo p{
	color: #fff;
	line-height: 18px;
	text-align: right;
	margin: 10px 0px 0px;
	opacity: 0;
	transition: .3s;
}
.nav-logo:hover p{
	opacity: 1;
}
.nav-logo i{
	display: block;
	height: 50px;
	width: 14px;
	padding: 16px 0px 0px;
	transition: .3s;
}
.nav-logo:hover i{
	padding: 0px 0px 0px;
}
.nav-logo i:before{
	content: "";
	display: block;
	width: 2px;
	height: 34px;
	float: left;
	background: #fff;
	transition: .3s;
}
.nav-logo:hover i:before{
	opacity: 0;
}
.nav-logo i:after{
	content: "";
	display: block;
	float: right;
	width: 2px;
	height: 34px;
	background: #fff;
	transition: .3s;
}
.nav-logo:hover i:after{
	height: 50px;
}
.menu{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;
	transform: scale(0);
}
.menuu{
	transform: scale(1);
}
.mncont{
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	transition: .3s;
}
.menuu .mncont{
	opacity: 1;
}
.menu>i{
	display: block;
	position: fixed;
	right: 45px;
	top: 50%;
	padding: 20px 0;
	margin-top: -20px;
	cursor: pointer;
}
.menu>i:after{
	display: block;
	content: "";
	height: 1px;
	width: 0px;
	background: rgba(255,255,255,.8);
	transition: .5s;
}
.menuu>i:after{
	width: 50px;
}
.menu ul{
	width: 55%;
	float: left;
	position: relative;
	height: 100%;
	padding-top: 10%;
	border-right: 1px rgba(255,255,255,.15) solid;
}
.menu ul li{
	padding-left: 40%;
}
.menu ul li a{
	display: block;
	color: rgba(255,255,255,.4);
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	position: relative;
	padding-left: 100px;
	transition: .3s;
}
.menu ul li a span{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: -15px;
	font-family: Avenir,arial;
	font-size: 1.4rem;
	transform: rotate(-90deg);
	color: rgba(255,255,255,.3);
}
.menu ul li a:hover,.menu ul li.cur a{
	color: #fff;
}
@media (max-width:1450px) {
	.menu ul li a{
		font-size: 2.2rem;
		line-height: 70px;
		height: 70px;
	}
}
.menu .contact{
	width: 45%;
	position: relative;
	height: 100%;
	float: right;
}
.menu .contact section>big{
	display: block;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}
.menu .contact section>big:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 15px 0px;
}
.menu .contact section{
	position: absolute;
	top: 35%;
	left: 10%;
	color: rgba(255,255,255,.8);
	letter-spacing: 1px;
	line-height: 30px;
}
.banner{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background: #0166DD url(../images/bgbg.png) no-repeat center;
	background-size: 2320px 646px;
	height: 546px;
}
.banner .container{
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.banner .text {
	max-width: 535px;
	color: #fff;
}
.banner .text h1 {
	font-family: PingFangSC-Light;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36px;
	font-weight: normal;
}
.banner .text .subtitle {
	font-family: PingFangSC-Semibold;
	font-size: 50px;
	line-height: 70px;
	margin-top: 8px;
	font-weight: bold;
}
.banner .text p.desc {
	font-family: PingFangSC-Regular;
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 8px;
}
.banner .text .more-btn {
	margin-top: 48px;
}
.banner .img {
	max-width: 500px;
	padding-top: 6%;
}
.more-btn {
	background: #FFFFFF;
	box-shadow: 0 8px 16px 0 rgba(0,37,95,0.16);
	border-radius: 4px;
	font-family: PingFangSC-Medium;
	color: #0042B1;
	text-align: center;
	display: inline-block;
	height: 56px;
	line-height: 56px;
	width: 192px;
	box-shadow: 0 8px 32px 0 rgba(0,0,0,0.30);
	font-size: 2.4rem;
}
.title{
	text-align: center;
}
.title big{
	display: block;
	font-size: 3.6rem;
	color: #1b469c;
	font-weight: bold;
}
.title p{
	max-width: 360px;
	height: 2px;
	background: rgba(0,0,0,.2);
	margin: 14px auto 0;
	display: block;
	position: relative;
}
.title p i{
	display: block;
	width: 60px;
	height: 4px;
	background: #1b469c;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -30px;
}
.title p:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px #1b469c solid;
	border-left: 7px transparent solid;
	border-right: 7px transparent solid;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -5px;
}
.xiaoguo{
	padding: 55px 0px;
	background: rgba(0,0,0,.05);
}
.xiaoguo ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 55px 0px 0px;
}
.xiaoguo ul li{
	width: 250px;
}
.xiaoguo ul li span{
	display: block;
	height: 250px;
	border-radius: 130px;
	background: #1b469c;
	box-shadow: 0 8px 20px 0 rgba(27,70,156,0.3);
}
.xiaoguo ul li span i{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 18px;
	position: relative;
	top: 10px;
	text-align: center;
	box-shadow: 0 8px 20px 0 rgba(9,26,59,0.2);
}
.xiaoguo ul li span small{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 26px;
	text-align: center;
}
.xiaoguo ul li big{
	display: block;
	margin-top: 30px;
	font-size: 2.2rem;
	font-weight: normal;
	color: #5e5d9f;
	text-align: center;
}
.title{
	text-align: center;
}
.title big{
	display: block;
	font-size: 3.5rem;
	margin-bottom: 15px;
	color: #303233;
}
.title span{
	display: block;
	font-size: 1.8rem;
	line-height: 22px;
	color: #868684;
}
.fangan{
	padding: 40px 0px;
}
.fangan ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.fangan ul li{
	width: 18.5%;
	border: 2px rgba(0,0,0,.05) solid;
	padding: 35px 20px 40px;
	margin: 15px 0;
	text-align: center;
}
.fangan ul li>i{
	display: block;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 53px auto;
}
.fangan ul li>big{
	display: block;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding: 15px 0 12px;
	color: #303233;
}
.fangan ul li>section{
	display: block;
	line-height: 24px;
	font-size: 1.2rem;
	color: #9c9b9a;
	height: 120px;
	letter-spacing: 1px;
}
.fangan ul li>span{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.fangan ul li>span a{
	box-sizing: border-box;
	width: 95px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #0088ff;
	border-radius: 20px;
	cursor: pointer;
	color: #0088ff;
	font-size: 1.2rem;
	text-decoration: none;
}
.fangan ul li>span a:last-child{
	background: #e8f5ff;
}
.title span{
	display: block;
	margin: 20px 0px 0px;
	font-size: 2.4rem;
	color: #333333;
	line-height: 36px;
}
.title span font{
	color: #1b469c;
}
.yxiao{
	background: #e8ecf5 url(../images/yxbg.png) no-repeat center;
	padding: 80px 0px;
}
.yxiao h3{
	font-weight: bold;
	text-align: center;
	padding: 35px 0px;
}
.yxiao section{
	text-align: center;
}
.yxiao section img{
	max-width: 100%;
	height: auto;
}
.yxiao>a{
	display: block;
	color: #1b469c;
	width: 228px;
	height: 48px;
	border-radius: 24px;
	background: #fff;
	text-align: center;
	font-size: 2.2rem;
	line-height: 48px;
	margin: 30px auto 0;
	transition: .3s;
}
.yxiao>a:hover{
	color: #fff;
	background: #1b469c;
}
.xsping{
	padding: 80px 0px 50px;
}
.xsping ul{
	margin: 60px 0px 0px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.xsping ul li{
	width: 23%;
	margin-right: 2.6666666666666666%;
	margin-bottom: 30px;
}
.xsping ul li:nth-child(4n+0){
	margin-right: 0;
}
.xsping ul li a{
	display: block;
	position: relative;
}
.xsping ul li a span{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: .3s;
}
.xsping ul li a:hover span{
	opacity: 1;
}

footer{
	background: #000;
	padding: 0px 6%;
}
.bottom{
	padding: 110px 0px 66px;
	border-bottom: 1px rgba(255,255,255,.2) solid;
}
.bottom .btlogo{
	float: left;
	width: 18%;
	padding: 5px 0px 0px;
}
.bottom .btlogo img{
	max-width: 190px;
}
.bottom .about{
	float: left;
	width: 42%;
	color: #fff;
	line-height: 30px;
	padding-right: 10%;
}
.bottom .btmenu{
	width: 15%;
	float: left;
}
.bottom .ewm{
	float: right;
	color: #fff;
	text-align: right;
}
.bottom .btmenu ul li a{
	color: #fff;
	line-height: 34px;
}
.bottom .ewm span{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 32px;
}
.bottom .ewm big{
	display: block;
	font-size: 3.0rem;
	font-family: arial;
	font-weight: bold;
	margin: 5px 0px 13px;
}
.bottom .ewm i img{
	width: 110px;
	height: auto;
}
.copy{
	color: #fff;
	line-height: 30px;
	padding: 45px 0px;
}
.copy a{
	color:#fff;
}.side{	position:fixed;	right:0;	top:70%;	margin-top:-68px;	z-index:999;}.side ul li{	margin:2px 0px;	height:67px;	position:relative;	width:77px;}.side ul li a{	display:flex;	display:-webkit-flex;	background:#ef1111;	width:77px;	border-radius:2px 0px 0px 2px;	position:absolute;	height:100%;	top:0;	left:0;}.side ul li:first-child a{	transition:.3s;}.side ul li:first-child:hover a{	width:87px;	left:-10px;}.side ul li a span{	display:block;	width:77px;	text-align:center;	font-size:1.2rem;	line-height:20px;	padding:15px 0px 5px;}.side ul li:last-child a{	width:230px;	transition:.5s;}.side ul li:last-child:hover a{	left:-153px;}.side ul li a span p{	color:#fff;	line-height:20px;	font-weight:normal;	margin:5px 0px 0px;}.side ul li a span i{	display:block;	height:22px;	background-position:center;	background-repeat:no-repeat;}.side ul li a small{	display:block;	font-size:2.0rem;	font-family:arial;	color:#fff;	white-space:nowrap;	width:153px;	text-align:center;	position:relative;	line-height:67px;}.side ul li a small:after{	content:"";	display:block;	position:absolute;	width:1px;	background:#fff;	height:80%;	left:0;	top:10%;	opacity:.6;}