* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.14rem;
	color: #333333;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-top: 0.8rem;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.nav {
	width: 100%;
	height: 0.8rem;
	background: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}


.nav .nav-box {
	width: 12rem;
	margin: 0 auto;
	height: 0.8rem;
	overflow: hidden;
}

.nav .nav-box .logo-box {
	padding: 0.135rem 0.39rem;
	margin-right: 0.16rem;
	float: left;
}

.nav .nav-box .logo-box>img {
	height: 0.5rem;
}

.nav .nav-box .nav-list {
	float: left;
	padding: 0.19rem 0;
}

.nav .nav-box .nav-list .nav-li {
	line-height: 0.42rem;
	font-size: 0.22rem;
	padding: 0 0.33rem;
	float: left;
	color: #999999;
	cursor: pointer;
}


.nav .nav-box .nav-list .nav-li.active {
	color: #2C89D6;
}

.nav .nav-box .nav-list .nav-li.active:after {
	content: '';
	display: block;
	width: 0.2rem;
	height: 2px;
	background: #2c89d6;
	margin: 0 auto;
}
.banner-box{
	width: 100%;
}
.banner-box .swiper-slide>img{
	display: block;
	width: 100%;
}
.menu-list{
	width: 100%;
	background: url(../images/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 0.75rem;
	margin-top: -0.48rem;
}
.menu-list .til{
	font-size: 0.4rem;
	color: #112d58;
	text-align: center;
}
.menu-list .subhead{
	font-size: 0.24rem;
	text-align: center;
	color: #556781;
	margin-top: 0.2rem;
}
.menu-list .subhead>span{
	padding: 0 0.14rem;
}
.menu-list .menu-box{
	width: 12rem;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0.75rem;
	padding-bottom: 0.7rem;
}
.menu-list .menu-box .menu-li{
	width: 2.54rem;
	height: 3rem;
	border-radius: 0.1rem;
	background: #FFFFFF;
	box-shadow: 0 0 0.12rem rgba(109, 63, 237,0.1);
	margin: 0 0.23rem;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.menu-list .menu-box .menu-li img{
	display: block;
	width: 0.86rem;
	height: 0.86rem;
	margin: 0 auto;
}
.menu-list .menu-box .menu-li p{
	font-size: 0.3rem;
	color: #112D58;
	text-align: center;
	margin-top: 0.4rem;
}
.detail-box{
	width: 12rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0.8rem 0;
}
.detail-box .detail-left, .detail-box .detail-right{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 0 0.45rem;
}
.detail-box .detail-left .detail-img, .detail-box .detail-right .detail-img{
	display: block;
}
.detail-box .detail-til{
	display: inline-block;
	font-size: 0.35rem;
	font-weight: bold;
	color: #112D58;
	padding: 0.22rem 0.5rem 0 0;
	background: url(../images/til_bg.png) no-repeat;
	background-position-x: right;
	background-position-y: top;
	background-size: 75%;
	margin-bottom: 0.4rem;
}
.detail-box .text{
	font-size: 0.2rem;
	color: #112D58;
	margin-bottom: 0.5rem;
	line-height: 0.4rem;
}
.detail-box .text-list{
	margin-bottom: 0.7rem;
}
.detail-box .text-list ul{
	list-style-type: none;
	overflow: hidden;
	padding-left: 0.45rem;
}
.detail-box .text-list ul li{
	width: 50%;
	float: left;
	margin-bottom: 0.3rem;
	font-size: 0.18rem;
	color: #112D58;
}
.detail-box .text-list ul li:before{
	content: '';
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #007AFF;
	margin-right: 0.16rem;
}
.detail-box .detail-btn button{
	width: 1.44rem;
	height: 0.47rem;
	border-radius: 0.05rem;
	background: -moz-linear-gradient(top, #51baf6 0%, #5a84fd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51baf6), color-stop(100%,#5a84fd));
    background: -webkit-linear-gradient(top, #51baf6 0%,#5a84fd 100%);
    background: -o-linear-gradient(top, #51baf6 0%,#5a84fd 100%);
    background: -ms-linear-gradient(top, #51baf6 0%,#5a84fd 100%);
    background: linear-gradient(to bottom, #51baf6 0%,#5a84fd 100%);
    color: #FFFFFF;
	font-size: 0.22rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.detail-bg{
	background-size: contain;
	background-position-y: top;
	background-repeat: no-repeat;
}
.footer{
	width: 100%;
	background: #142840;
	padding: 0.54rem 0 0.2rem;
}
.footer .footer-box{
	width: 12rem;
	margin: 0 auto;
}
.footer .footer-box .footer-til{
	margin-bottom: 0.6rem;
}
.footer .footer-box .footer-til>img{
	display: block;
	height: 0.4rem;
}
.footer .footer-box .footer-ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.footer .footer-box .footer-ul dl{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 0.22rem;
	float: left;
}
.footer .footer-box .footer-ul dl dt{
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
}
.footer .footer-box .footer-ul dl dd{
	font-size: 0.14rem;
	color: #999999;
	margin-bottom: 0.15rem;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.footer .footer-box .footer-ul .ewm-box{
	text-align: center;
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.footer .footer-box .footer-ul .ewm-box>img{
	width: 1.2rem;
	
}
.footer .footer-box .footer-ul .ewm-box>p{
	text-align: center;
	font-size: 0.14rem;
	color: #999999;
	margin-top: 0.16rem;
}
.copy-right{
	width: 100%;
	height: 0.94rem;
	background: #09131f;
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.94rem;
	text-align: center;
}
.mao{
	display: block;
	width: 100%;
	height: 0.8rem;
	margin-top: -0.8rem;
}
