body{background: #fff;}


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; }

button, input, select, textarea { outline: 0; }

li, ol, ul { list-style: none; }

b, strong { font-weight: 400; }

a{text-decoration:none;color:#666;}
a:hover,a:visited,a:link{text-decoration: none;}
img { vertical-align: middle; border: 0;}
.clearfix:after{content:" ";display:block;clear:both;}
.sec{
	padding:60px 0;
}
.sec .title{
	text-align: center;
	margin-bottom:60px;
}
.sec .title-text{
	font-size:30px;
	color:#181818;
	text-align: center;
	position: relative;
	display:inline-block;
}

/*banner*/
.pc-gmbanner{background:url(../images/banner.jpg) no-repeat center top/auto 100% #4700D8;height:535px;}

 .pc-gmbanner .top-btn{
	margin-top:235px;
	margin-left:10px;
}
.pc-gmbanner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid rgba(255,255,255,0.8);
	border-radius: 4px;
	margin-right:10px;
	transition: all ease 0.3s;
}
.mobile-gmbanner{background:url(../images/mobile-gmbanner.jpg) no-repeat center center/100% auto;height:450px;}
.pc-gmbanner .banner-text{
	padding-top:148px;
	width:510px;
}
.pc-gmbanner .banner-text h3{
	color:#fff;
	font-size:36px;
	margin-bottom:30px;
}
.pc-gmbanner .banner-text p{
	color:#fff;
	font-size:18px;
	text-align: justify;
	line-height:24px;

	margin-bottom:20px;
}
.pc-gmbanner .banner-text span{
	color:#fff;
	font-size:14px;
	display: inline-block;
	background: url(../images/check2.png) no-repeat left center;
	padding-left:20px;
	margin-right:20px;
}
.pc-gmbanner .top-btn a:hover{
	background: #37aaa5;
}
@media screen and (max-width: 750px){
.mobile-gmbanner{
    height: 225px;
}
}
.part5{
	height:676px;
}
.part5.sec .title {
    margin-bottom: 110px;
}
.part5 .item-box{
	margin-bottom:70px;
	margin-top:40px;
	border:1px solid #ddd;
}
.part5 .item-box li{
	float:left;
	width:35%;
	border-right:1px solid #ddd;
	padding:50px 15px 60px;
	position: relative;
	background: #fff;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.part5 .item-box li:last-child{
	border-right: none;
}

.part5 .item-box .item-title{
	text-align: center;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.part5 .item-box .item-title .title-text{
	font-size:18px;
	font-weight:bold;
	color:#37aaa5;
	display: block;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.part5 .item-box .item-title .title-text i{
	font-size:40px;
	color:#37aaa5;
	opacity: 0.2;
	font-style:italic;
	vertical-align: sub;
}
.part5 .item-box .item-title span{
	font-size:14px;
	color:#666;
	display:block;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    height:40px;
}
.part5 .item-box .item-title p{
	text-align: left;
	padding:0;
	margin-top:15px;
	font-size:14px;
}
.part5 .item-box .item-text{
	display:none;
   opacity: 0;
    -webkit-transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, -webkit-transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s;
    transition: visibility .5s ease, opacity .5s ease, transform .3s ease .15s, -webkit-transform .3s ease .15s;
}
.part5 .item-box .item-text p{
	text-align: justify;
	font-size:14px;
	color:#666;
	line-height: 24px;
	opacity: 0;
	padding:0;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.part5 .item-box .item-text p.bb{
	font-weight:bold;
	margin-top:15px;
}
/*.mp-part5 .item-box .item:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
   background: #fff;
   z-index:-1;
    -webkit-transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
}*/
.part5 .item-box .item.active{
	width:65%;
	border-right:none;
}
.part5 .item-box .item.active>div{
	    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
	width:100%;
    border:1px solid #37aaa5;
    padding:20px;
    min-height: 460px;
}
.part5 .item-box .item.active .item-text{
	opacity: 1;
	display: block;
}
.part5 .item-box .item.active .item-text p{
	opacity: 1;
}
.part5 .item-box .item.active .title-text{
	margin-bottom:20px;
}
.part5 .item-box .item.active .item-title span{
	height: auto;
}
.part5 .item-box .item.active .item-title .title-text{
	color:#37aaa5;
}
.part5 .item-box .item.active>div{
	position: absolute;
	top:-70px;
	left:0;
}
.part5 .item-box .item.active .item-title p{
	display:none;
}
.part5 .item-box .item .item-text dd{
	font-size:14px;
	margin-top:10px;
	text-align: left;
	position: relative;
	padding-left:10px;
	text-align: justify;
	 transition: background .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease;
}
.part5 .item-box .item .item-text dd:before{
	content: "";
	display:block;
	position: absolute;
	top:8px;
	left:0;
	width:4px;
	height:4px;
	border-radius: 2px;
	background: #37aaa5;
}

.part3{
	background:#f7f9fc url(../images/gmgz_12.png) no-repeat center bottom;
}
.part4{
	background:#f7f9fc;
}
.part4 .gzfa{
	margin-top:60px;
}
.part4 .fa-list{
	float:left;
	width:32.5%;
}
.part4 .fa-list:nth-child(2){
	margin:0 1%;
	text-align: center;
}
.part4 .fa-list:nth-child(2) img{
	max-width:100%;
}

.part4 .gzfa .fa-list .cont p{
	font-size:14px;
	color:#666;
	padding:0;
	margin-top:15px;
	height:80px;
	text-align: left;
}
.part4 .gzfa .fa-list .cont span{
	font-size:18px;
	color:#37aaa5;
	font-weight:bold;
	text-align: right;
	display:block;
}
.part4 .gzfa .fa-list.fa-list-r{
	float:right;
}
.part4 .gzfa .fa-list.fa-list-r .cont span{
	font-size:18px;
	color:#37aaa5;
	font-weight:bold;
	text-align:left;
	display:block;
}
.part4 .gzfa .fa-list.fa-list-r .cont p{
	text-align: left;
}
.part4 .gzfa .fa-list.fa-list-r .cont p a{
	color:#37aaa5;
}
.part4 .gzfa .fa-list .cont.jl{
	margin-top:60px;
}

.part4 p.pra{
	font-size:14px;color:#333;line-height: 24px;
	margin-bottom:20px;
	text-align: left;
	padding:0 0 0 10px;
	border-left:2px solid #37aaa5;
	text-align: justify;
}
.part2 .fa{
	padding:20px 10px;
	border:1px dashed #ddd;
	margin-top:35px;
	position: relative;
	text-align: center;
}
.part2 .fa span{
	display:inline-block;
	padding:8px 30px;
	background: #37aaa5;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	position: absolute;
	left:0;
	top:-20px;
}
.part2 .fa img{
	max-width:100%;
}
.part3 .pic img{
	max-width:100%;
}
@media only screen and (max-width:1002px ) {
	.mp-part5 .item-box li{
		width:20%;
	}
	.mp-part5 .item-box .item.active{
		width:40%;
	}

}
@media screen and (max-width: 750px){

}
@media only screen and (max-width:520px ) {
	.part4 .fa-list:nth-child(2){
	display:none;
}
.part4 .fa-list{
	width:100%;
}
.part4 .gzfa .fa-list .cont span,.part4 .gzfa .fa-list .cont p{
	text-align: left;
}
.part4 .gzfa .fa-list .cont.jl{
	margin-top:20px;
}
	.part5 .item-box{
		border:none;
	}
	.part5 .item-box li{
		width:100%;
		margin-bottom:15px;
		background: none;
		padding:0;
		border-right:none;
	}
	.part5 .item-box .item-text{
		display:block;
		opacity: 1;
	}
	.part5 .item-box .item-text p{
		opacity: 1;
	}
	.part5 .item-box .item.active{
		width:100%;
	}
	.part5 .item-box .item.active>div{
		position: relative;
		top:0;
	}
	.part5 .item-box .item>div {
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
    width: 100%;
    border: 1px solid #37aaa5;
    padding: 20px;
    min-height: 398px;}
    .flex-nav.mp-nav ul li a{
    	font-size:14px;
    }
    .part5.sec .title,.sec .title{
    	margin-bottom:30px;
    }
    .sec{
    	padding:30px 0;
    }
    .sec .title-text{
    	font-size:24px;
    }

}

@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 320px) and (max-width: 750px) {
	
.part5 ul li{
	height:auto;
}
.part5 ul li a{
	height:26px;
	border-radius: 4px;
	overflow: hidden;
}
.part5 ul li a img{
	vertical-align: middle;
}

	.mobile-banner{
	height:225px;
 		}
}


@media only screen and (max-width: 750px) {
	
}
}