.index,
.index img {
	width: 100%;
}

.index {
	position: relative;
}

.ffotter {
	font-size: 14px;
	color: #c4902d;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/**/

.main {
	width: 750px;
	margin: 0 auto;
}

.banner {
	width: 100%;
}

.center {
	width: 750px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background: #ebfaf9 url(../images/mbg1.png) no-repeat center bottom;
	min-height: 800px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding: 30px 35px 200px;
}

.titlebg {
	width: 546px;
	height: 156px;
	margin: 0 auto;
	font-size: 36px;
	color: #082f5c;
	font-weight: bold;
	text-align: center;
	line-height: 156px;
	letter-spacing: 3px;
	background: url(../images/titlebg.png) no-repeat center top;
}

.daobg {
	width: 750px;
	height: 162px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	z-index: 3;
	background: url(../images/daobg.png) no-repeat;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding-top: 30px;
}

.daobg a {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #dadcde;
}

.daobg a span {
	margin-top: 20px;
	letter-spacing: 3px;
}

.daobg a.show {
	color: #0eb6b0;
}

.logoList {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.logoList .item {
	margin-bottom: 20px;
}

.logoList .logo {
	margin-bottom: 10px;
}

.logoList .text {
	height: 48px;
	color: #082f5c;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}

.zheng .ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.zheng .ul li {
	width: 319px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFE;
	background: url(../images/nque.png) no-repeat;
	margin-bottom: 30px;
}

.zheng .ul li.li {
	background: url(../images/que.png) no-repeat;
}

.xtitlebg {
	width: 680px;
	height: 56px;
	font-size: 28px;
	color: #082f5c;
	background: url(../images/xtitlebg.png) no-repeat;
	margin-top: 30px;
	margin-bottom: 20px;
}

.xtitlebg span {
	display: inline-block;
	line-height: 56px;
}

.xtitlebg span:nth-child(1) {
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin-right: 20px;
}

.policyNav {
	margin: 0 15px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.policyNav .item1 {
	margin: 15px 0;
	width: 291px;
	height: 96px;
	color: #002d57;
	font-size: 24px;
	line-height: 96px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: url(../images/bgTitle.png) no-repeat;
}

.policyNav .item1.on {
	background: url(../images/active.png) no-repeat;
}

.policyNav .item1 a {
	color: #002d57;
	display: block;
}

.zheng_div {
	display: none;
}
.xxtitlebg{
	width: 394px;
	margin: 0 auto;
	height: 148px;
	line-height: 148px;
	font-size: 36px;
	color: #002d57;
	text-align: center;
	font-weight: bold;
	background: url(../images/xxtitlebg.png) no-repeat;
}
.zhibg{
	width: 698px;
	height: 238px;
	display: flex;
	justify-content: space-between;
	padding: 50px 50px 0px;
	background: url(../images/zhibg.png) no-repeat;
	margin-bottom: 30px;
}

.zhibg .right{
	
}
.zhibg .left{
	
}
.zhibg .right p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
	color: #002d57;
}
.zhibg .right p:nth-child(2){
	margin-top: 20px;
	margin-bottom: 20px;
}
.zhibg .right p:nth-child(2) span{
	font-size: 20px;
	color: #2e9cd0;
	display: inline-block;
	background-color: #effdfb;
	border-radius: 10px;
	padding: 5px;
	margin-right: 10px;
}
.zhibg .right p:nth-child(3){
	font-size: 24px;
	color: #002d57;
}
.zhibg .left{
	font-size: 24px;
	color: #002d57;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.font1 {
	font-size: 24px;
	color: #082f5c;
	line-height: 48px;
}

.font {
	font-size: 24px;
	text-indent: 2em;
	color: #082f5c;
	line-height: 48px;
}

.zhong {
	text-align: center;
}

.mt {
	margin-top: 30px;
}

.mt1 {
	margin-top: 50px;
}

.mt2 {
	margin-top: 20px;
}