header,section,footer,aside,nav,main,article,figure{
    display: block; 
}
body, div, a,img,input,p,a,ul,ol,li, table, 
			th, tr, td, form, fieldset,ul,h2,h3,h4,h5{
			    margin:0;
			    padding:0;
			    border:none;
			    list-style-type:none;
				font-family: "微软雅黑"}
			a{ text-decoration:none;}
			input{
				background-color: none;
			}
.row{margin: 0;}
a:hover{
	text-decoration: none;
}
@media (max-width:980px){
	body{
		position: relative;
		width: 980px !important;
	}
}
/*返回顶部*/
#backBox{
	position: fixed;
	bottom:80px;
	right:40px;
	z-index: 9999;
	background-color: #fff;
	width: 32px;	
	height: 32px;
	border-radius: 3px;	
	}
/*#backBox:hover{background-color: #ff0000;}*/
.backTop{
	width: 32px;	
	height: 32px;
	cursor: pointer;
	background: url(../img/backTop.png) 0 0 no-repeat;
}
.backTop:hover{background-image: url(../img/backTop-2.png);}
/*首页样式*/
/*第一部分*/
@media only screen and (min-width:1100px) {
	
	.g-firstblock .m-banner{
		height:750px\9;
		height:100vh;
	 
	}
	.f-sro-photobox{
		height:750px\9;
		height:100vh;
	    
	}
}
.g-firstblock{position:relative;}
@media only screen and (min-width:1440px) {
	
	.g-firstblock .m-banner{
		height:800px\9;
	    height:100vh;
	    
	}
	.f-sro-photobox{
		height:800px\9;
	    height:100vh;
	}
}

.g-firstblock .m-banner{
	position: relative;
	overflow:hidden;
	padding: 0;
	}
.g-firstblock .m-banner .row{
	margin: 0;
}
/*轮播图片*/
.f-sro-photobox{
	overflow: hidden;
}
.f-sro-photobox img{
	width: 100%;
	height: auto;
}
/*控制按钮重置*/
.swiper-pagination-bullet{
	width: 70px;
    height: 5px;
    display: inline-block;
    background: #fff;
    opacity: 1;
    border-radius: inherit !important;
}
.swiper-pagination-bullet-active{
	opacity: 1;
	background: #226a2b;
}
/*头部样式*/
.m-header{
	position: absolute;
	top:24px;
	left:50%;
	width: 1010px;
	height: 76px;
	z-index: 999;
	margin-left: -480px;	
	border-radius: 6px;
	background-color: #FFFFFF;opacity:0.8;
}
.m-logo,.m-menu,.f-user{float: left;}
.m-logo{height: 76px;}
.m-logo img{margin: 16px 24px 0 13px;}
.m-menu{height: 76px;}
.m-menu-ul{height: 76px;}
.m-menu-ul>li{
	display:block;
	cursor: pointer;
	padding:36px 16px 20px 16px;
	position: relative;
	float:left;}
.m-menu-ul>li>a{
	color:#333 ;
	text-decoration: none;
}
.u-secMenu-contain{
	text-align:center;
	position: absolute;
	top:90px;
	min-width:300px;
	width: 515px;
	max-width: 960px;
	left:-30px;
	height:38px;
	background-color:#FFFFFF;
	opacity: 0.9;
	border-radius: 4px;
}
.u-secMenu-ul{
	display:inline-block;	
	padding: 0 10px;
	height:38px;
}
.u-secMenu-ul li{display:inline;float:left;height: 38px;line-height: 38px;}
.u-secMenu-ul li a{display: block;width: auto;color:#333;text-decoration: none;padding: 0 16px;}
.active{background-color: #777777;color:#fff !important;}
/*.active-a{background-color: #777777;color:#fff !important;}*/
.f-user img{margin: 26px 0 0 30px;}

/*标志语*/
.t-indextitle{position: absolute;width: 400px;height: auto;top:180px;left:50%;margin-left: -200px;z-index: 999;}
.t-indextitle h1{text-align: center;line-height: 50px;font-size: 40px;font-weight: lighter;color:#236B2C;font-family: "微软雅黑";text-shadow: 1px 1px 1px #fff;}
/*四项*/
.f-fouritems{width: 100%;position: relative;overflow: hidden;}
.blackBg{
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
}
.f-fouritems h1{
	position: absolute;
	left:50%;top:50%;
	width: 144px;height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: -72px;
	margin-top:-20px;
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
	font-size:34px;
	z-index: 999;}
.f-fouritems img{width:100%;height: auto;transition: all 0.6s; }
.f-fouritems:hover img{
	/*transform: scale(1.1, 1.1);
    transition: transform 1s ease 0s;*/
    transform: scale(1.1);
}
.f-fouritems:hover .blackBg{
	opacity: 0;
}
/*.active-b{color:#1fd235 !important;}*/
/*底部样式*/
/*.m-footer{
	height: 166px;
	background-color: #363636;
	margin-top: -2px;
}
.f-link{
	margin-top: 20px;
	margin-bottom: 18px;
	color: #fff;
	font-size: 20px;
}
.f-link-list a{
	display:inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-right: solid 1px #fff;
	margin:4px;
	padding: 0 15px;
}
.f-link-list a:nth-child(4){
	border-right:none;
}
.f-link-list a:hover{color: #1fd235;}*/

/*新底部样式19.04*/
/*底部样式*/
.m-footer{
	height: 180px;
	background-color: #363636;
	margin-top: -2px;
}
.m-footer .m-footer-container{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.m-footer .m-footer-container .left-contact{
	float: left;
	width: 600px;
	height: auto;
	padding-top: 20px;
}
.m-footer .m-footer-container .left-contact h3{
	margin: 0;
	color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.m-footer .m-footer-container .left-contact p{
	color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.m-footer .m-footer-container .right-contact{
	float: right;
	width: 600px;
	height: auto;
	padding-top: 15px;
}
.m-footer .m-footer-container .right-contact .linkpic{
	float: right;
	width: 120px;
	height: auto;
	margin-left: 20px;
	text-align: center;
	font-size:14px;
	color: #fff;
}
.m-footer .m-footer-container .right-contact .linkpic img{
	display: block;
	width: 100%;
	height: auto;
}
/*智新泽地页面*/
/*公司简介*/
.m-CompanyProfile{height: auto;}
.m-CompanyProfile h1{font-size: 40px;color: #236b2c;text-align: center;margin:34px 0 21px 0;}
.m-CompanyProfile p{
	/* margin-bottom: 38px; */
	}
/*影片播放*/
.m-videoPlayer{background-color: #212121;}
.u-videoShow{margin: 18px 0;}
/*发展史时间轴*/
.m-historyShow{position: relative;overflow: hidden;}
.bg-1{
	position: absolute;
	top:-100px;
	right:0
}
.bg-2{
	position: absolute;
	bottom:0;
	left:-40px;
}
.m-historyList h1{font-size: 40px;color: #236b2c;text-align: center;margin:34px 0 21px 0;}
.timeline{height: auto;padding-left: 20px;}
.timeline .dot{width:12px;height:12px;border-radius:6px;background-color: #3D3D3D;}
.timeline .u-dot-left{float: left;}
.timeline .u-dot-left img{margin: 10px 16px 0 0;}
.timeline .t-list-right{float:left;width: calc(100% - 42px);}
.timeline ul{height: auto;border-left:solid 2px #3d3d3d;margin-left: 5px;}
.timeline ul li{margin-bottom:30px;}
.timeline h1{
	font-size:34px;font-weight: bold;
	color: #3d3d3d;text-align: left;
	margin-bottom:10px;margin-top: 0;
}
.timeline a{text-decoration: none;}
.timeline h1:hover{
	color: #e70014;
	text-decoration: none;
}
/*核心价值*/
.m-coreValue{background-color: #efefef;height: auto;overflow: hidden;}
.t-coreValue-title h1{
	font-size: 40px;
	color: #236b2c;
	text-align: center;
	margin:0 0 21px 0;
}
/*.t-coreValue-titleBox{float: left;width: 45%;}*/
.m-service-jz{float:right;width:55%;position: relative;}
.t-coreValue-titleBox{
	width:440px;
	height: 175px;
	margin:-88px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:105%;
	top:50%;	
	}
.u-textContain-1{
	width:440px;
	height: 175px;
	margin: 0 auto;
	}
.t-coreValue-title p{
	/* text-align: center; */
	}
.m-service-jz img{width: 100%;height: auto;/*min-height: 420px;*/}
/*运营机制*/
.m-operating{background-color: #212121;height: auto;overflow: hidden;padding: 0px 0;}
.m-operating .m-service-jz{float:left;width:55%;}
.m-operating .t-coreValue-title h1{color: #fff;}
.m-operating .t-coreValue-title p{color: #fff;margin-bottom:20px;}
.m-operating .t-coreValue-titleBox{
	width:480px;
	height:384px;
	margin:-192px auto 0 auto;
	position: absolute;
	z-index: 999;
	left:110%;
	top:50%;	
}


/*优势服务*/
.m-AdvantageService{background-color: #efefef;height: auto;overflow: hidden;padding-bottom: 65px;}
.m-AdvantageBox h1{
	font-size: 40px;
	color: #236b2c;
	text-align: center;
	margin:34px 0 21px 0;
}
.m-AdvantageBox .serviceItems{width: 100%;}
.m-AdvantageBox .serviceItems img{
	display: block;
	width: 50px;
	height: 50px;
	margin:36px auto 30px auto;
}
.m-AdvantageBox .serviceItems h3{
	font-size:20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 8px;
}
.serviceItems a{color: #333;text-decoration: none;}
.m-AdvantageBox .serviceItems h3:hover{
	color:#236b2c;
}
.m-AdvantageBox .serviceItems p{text-align: center;}
/*投融资服务*/
.m-financing{background-color:#212121;}
.m-financing .t-coreValue-title h1{
	font-size: 40px;
	color: #fff;
	/* text-align: center; */
	margin:0 0 21px 0;
}
.m-financing .t-coreValue-title p{
	/* text-align: center; */
	color: #fff;}
.m-financing .t-coreValue-titleBox .u-textContain-1{
	/* width: 260px; */
	}
.m-financing .t-coreValue-titleBox{
	/* width:260px; */
	height:120px;
	margin:-60px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:110%;
	top:50%;	
}
/*优势服务2*/
.m-AdvantageBox{background-color:#efefef;}
.m-AdvantageBox .serviceItems ul{
	padding:0 23px;
}
.m-AdvantageBox .serviceItems{margin-bottom: 48px;}
.m-AdvantageBox .serviceItems ul li{
	width: 20%;
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
}
.m-AdvantageBox .serviceItems .servie-show{
	overflow: hidden;
	width:100%;
	height: auto;	
	margin-bottom: 6px;
}
.m-AdvantageBox .serviceItems .servie-show .servie-showBox{
	display: block;
	width: 100%;
	height: auto ;
	overflow: hidden;
}
.m-AdvantageBox .serviceItems .servie-show img{
	margin: 0;
	width:100%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 6px;
	transition: all 0.6s;
}
.m-AdvantageBox .serviceItems .servie-show:hover img{
	/*transform: scale(1.1, 1.1);
    transition: transform 1s ease 0s;*/
    transform: scale(1.1);
    opacity: 0.8;
	filler:alpha(opacity:80);
	-moz-opacity: 0.8;
}
	
/*发展目标*/
.m-DevelopmentBox{
	background-image: url(../img/img-four-photo.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.u-Development h1{
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin:70px 0 21px 0;
}
.u-Development p{
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}

/*人工智能产业园*/
/*人工智能-1*/
.m-Artificial .t-coreValue-titleBox h1{
	/* text-align: right;
	margin-bottom:6px; */
}
.m-Artificial .t-coreValue-titleBox  p{
	/* text-align: right; */
}
.m-Artificial .t-coreValue-titleBox h3{
	color:#333;
	font-size: 18px;
	text-align: right;
	margin-bottom:24px;
}
.m-Artificial .t-coreValue-titleBox .u-textContain-1{
	/* width: 280px;
	height: 200px; */
}
.m-Artificial .t-coreValue-titleBox{
	/* width:280px; */
	height:200px;
	margin:-100px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:110%;
	top:50%;
	/*border:solid 1px red;*/	
}
/*人工智能-2*/ 
.m-Artificial-2 .t-coreValue-titleBox h1{
	/* text-align: right;
	margin-bottom:6px; */
	color: #fff;
}
.m-Artificial-2 .t-coreValue-titleBox  p{
	/* text-align: right;
	width: 278px; */
	color: #fff;
}
.m-Artificial-2 .t-coreValue-titleBox h3{
	color:#fff;
	font-size: 18px;
	text-align: right;
	margin-bottom:24px;
}
.m-Artificial-2 .t-coreValue-titleBox .u-textContain-2{
	/* width: 278px; */
}
.m-Artificial-2 .t-coreValue-titleBox{
	/* width:278px; */
	height:224px;
	margin:-112px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:110%;
	top:50%;
	/*border:solid 1px red;*/	
}
/*人工智能-3*/
.m-Artificial-3 .t-coreValue-titleBox h1{
	text-align: center;
	margin-bottom:6px;
}
.m-Artificial-3 .t-coreValue-titleBox  p{
	/* text-align: right; */
}
.m-Artificial-3 .t-coreValue-titleBox h3{
	color:#333;
	font-size: 18px;
	text-align: right;
	margin-bottom:24px;
}
.m-Artificial-3 .t-coreValue-titleBox .u-textContain-1{
	/* width: 270px; */
}
.m-Artificial-3 .t-coreValue-titleBox{
	/* width:270px; */
	height:190px;
	margin:-95px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:110%;
	top:50%;
	/*border:solid 1px red;*/
}
/*人工智能产业园*/
.m-IndustrialBox{
	background-image: url(../img/img-bg-6.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.m-IndustrialBox .bg-gray{
	position: relative;
	left:46%;
	width: 464px;
	height: 287px;
	background-image: url(../img/img-gray.png);
	background-repeat: no-repeat;
	background-size:464px 287px ;
	margin:50px 0;

}
.m-IndustrialBox .bg-gray h1{
	font-size: 40px;
	color: #fff;
	text-align: left;
	padding: 20px 0 0 20px;
	margin-bottom:6px ;
	margin-top: 0;
}
.m-IndustrialBox .bg-gray h3{
	color:#fff;
	font-size: 18px;
	text-align: left;
	margin-bottom:24px;
	padding-left: 20px;
}
.m-IndustrialBox .bg-gray p{
	text-align: left;
	color: #fff;
	width: 400px;
	padding-left: 20px;
}
/*六大优势*/
.m-Six-advantagesBox{background-color: #EFEFEF;position: relative;}
.m-Six-advantagesBox .u-six-black-left{
	float: left;
	width: 45%;	
	height: auto;
	background-color: #212121;
}
.u-six-black-left .u-textContain-3{
	/* width: 254px; */
	height: auto;
	float: right;
	margin-right:10%;
}
.u-six-black-left .u-textContain-3 h1{
	font-size: 40px;
	color: #fff;
	text-align:right;
	margin-bottom:14px ;
	margin-top:30px;
}
.u-six-black-left .u-textContain-3 h3{
	color:#fff;
	font-size: 18px;
	text-align: right;
	margin-bottom:42px;
}
.u-six-black-left .u-textContain-3 h2{
	color:#fff;
	font-size:24px;
	text-align: right;
	margin-bottom:12px;
}
.u-six-black-left .u-textContain-3 p{
	color:#fff;
	/* text-align: right; */
	width: 254px;
	margin-bottom: 30px;
}
.m-Six-advantagesBox .u-textContain-4{
	position: absolute;
	z-index: 999;
	left:50%;
	top:50%;
	width: 380px;
	height: 178px;
	margin-top: -86px;
}
.m-Six-advantagesBox .u-textContain-4 h1{
	color:#236B2C;
	font-size:20px;
	font-weight: 500;
	line-height: 24px;
}
.m-Six-advantagesBox .u-textContain-4 p{
	font-size: 14px;
}
/*区位环境*/
.m-environmentBox{
	background-color: #EFEFEF;
	position: relative;
}
.m-environmentBox .u-textContain-5{
	/* width: 30%; */
	height:176px;
	margin-right: 20px;
	position: absolute;
	top:50%;
	margin-top: -88px;
}
.m-environmentBox .u-textContain-5 h1{
	color:#236B2C;
	font-size:40px;
	font-weight: 500;
	line-height: 40px;
	text-align:right;
}
.m-environmentBox .u-textContain-5 p{
	/* text-align: right; */
}
.m-environmentBox .u-environment-map{
	float: right;
	width: 66%;
	height: auto;
}
.m-environmentBox .u-environment-map img{
	width: 100%;
	height: auto;
	margin: 0 0 0 175px;
}
/*产业氛围优势*/
.m-atmosphere{
	background-color: #212121;
}
.m-atmosphere-2{
	background-color: #EFEFEF;
}
.m-atmosphere-4{
	background-color: #EFEFEF;
}
.m-atmosphere .t-coreValue-titleBox h1{
	text-align: right;
	margin-bottom:6px;
	font-size: 26px;
	color: #fff;
}
.m-atmosphere-2 .t-coreValue-titleBox h1{
	color: #236B2C;
}
.m-atmosphere-4 .t-coreValue-titleBox h1{
	color: #236B2C;
}
.m-atmosphere .t-coreValue-titleBox  p{
	/* text-align: right; */
	color: #fff;
}
.m-atmosphere-2 .t-coreValue-titleBox  p{
	color: #333;
}
.m-atmosphere-4 .t-coreValue-titleBox  p{
	color: #333;
}
.m-atmosphere .t-coreValue-titleBox .u-textContain-1{
	/* width: 280px; */
}
.m-atmosphere .t-coreValue-titleBox{
	width:280px;
	height:154px;
	margin:-77px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:110%;
	top:50%;
	/*border:solid 1px red;*/
}
.m-atmosphere-4 .t-coreValue-titleBox{
	width:280px;
	height:280px;
	margin:-140px auto 0 auto;
	position: absolute;
	z-index: 999;
	right:110%;
	top:50%;
	/*border:solid 1px red;*/
}
/*人工智能产业园*/
.m-IndustrialBox-2{
	background-image: url(../img/img-bg-4.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 400px;
	}
.m-IndustrialBox-3{
	background-image: url(../img/img-bg-7.jpg);
}
.m-IndustrialPark-2 .u-Development h1{
	color: #236B2C;
	text-align: left;
}
.m-IndustrialPark-2 .u-Development h3{
	color: #fff;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
}
.m-IndustrialPark-2 .u-Development p{
	text-align: left;
}
.m-IndustrialBox-3 .u-Development h2{
	color: #fff;
	font-size:28px;
	text-align: left;
	line-height: 34px;
	margin-top: 90px;
	margin-bottom: 20px;
}
/*智能小鸡*/
.m-chickenBox{position: relative;}
.m-chickenBox .u-photo-chicken{
	position: relative;	
}
.m-chickenBox .u-photo-chicken img{
	width: 100%;
	height: auto;
	margin-top:-15%;
	text-align: center;
}
.m-chickenBox .u-photo-chicken p{
	position: absolute;
	top:77%;
	left:18%;
}

/*登录*/
.m-loginbox2{
	width:424px;
	height:400px;
	position: absolute;
	left:50%;
	top:150px;
	margin-left: -212px;
	z-index: 99;
	background-color:#e4e4e4;
}
.m-loginbox{
	width: 960px;
	height: auto;
	position: absolute;
	left:50%;
	top:150px;
	margin-left: -480px;
	z-index: 99;	
}
.m-login{
	width:300px;
	height: auto;
	padding: 25px 6px 25px;
	margin: 0 auto;
}
.m-login:after{
	clear: both;
}
.loginway{
	height: 24px;
    line-height: 24px;
    font-size: 22px;
    color: #3c3c3c;
    margin-top: 9px;
    padding-bottom: 8px;
  /*  font-weight: 700;*/
}
.login-items{
	width:288px;
    color: #6c6c6c;
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
}
.login-items label{
	display: block;
    width:24px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    left:14px;
    top:0;
    outline: 0;
}
.login-items>input{
	width:250px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left:22px;
    outline: none;
    color: #333;
    margin-left:20px;
}
.repass{
	float: left;
}
.otherlogin{
	float: left;
}
.login-btn{
	width:100%;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #9ac73f;
	border: none;
	border-radius: 20px;
	color: #fff;
	font-size:22px;
	outline: none;
}
.login-items a{
	color:#333;
	text-decoration: none;
	float: right;
	margin-left: 10px;
}
.otherlogin a{
	margin-left: 15px;
}
.login-items a:hover{
	color:#ff6700;
}
/*注册样式*/
.registered{
	text-align: center;
}
.getpassword,.resend{
	background-color: #7f7e7e;
	text-align: center;
	height: 36px;
	line-height:36px;
	width:100px;
	border-radius:18px;
	position: absolute;
	right:-120px;
	top:0;
	color: #fff;
	border:none;
	outline: none;
	display: block;
}
/*找回密码*/
.m-header3{
	width: 960px;margin: 0 auto;
}
/*希垦科技园*/
.m-xk-advantagesBox{
	background-color: #212121;
	position: relative;
	padding: 0px 0;
	overflow: hidden;
}
.m-service-xk{
	float: left;
	width: 46%;
}
.m-xk-advantagesBox .u-textContain-4 h1{
	color:#fff;
	font-size:20px;
	font-weight: 500;
	line-height: 24px;
}
.m-xk-advantagesBox .u-textContain-4 p{
	color: #fff;
}
/*创梦空间样式*/
.tougao{
	width: 296px;
	height: 66px;
	line-height:66px;
	text-align: center;
	font-size: 36px;
	background-color:#94be41;
	color: #fff;
	border:none;
	outline: none;
	border-radius: 10px;
}
.m-cmkj p{
	width: 920px;
	margin:42px auto;
}
.m-cmkj img{
	display: table-cell;
	margin: 0 auto;
}


 
/*园区服务*/
.m-yqfw{
	width: 860px;
	height: auto;
	margin:43px auto;
}
.m-yqfw h1{
	margin-bottom: 16px;
}
.m-yqfw h2{
	text-align: center;
}
.m-yqfw .g-fourservice{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 120px;
}
.m-yqfw .g-fourservice li{
	float: left;
	width: 200px;
	margin-left: 20px;
	height: 242px;
	border:solid 2px #676767;
	position: relative;
}
.m-yqfw .g-fourservice li .csfw{
	display: block;
	width: 60px;
	height: 60px;
	margin: 34px auto 28px;
}
.m-yqfw .g-fourservice li .gszc{
	display: block;
	width: 90px;
	height: 60px;
	margin: 34px auto 28px;
}
.m-yqfw .g-fourservice li .zscq{
	display: block;
	width: 58px;
	height: 70px;
	margin: 24px auto 28px;
}
.m-yqfw .g-fourservice li .xmsb{
	display: block;
	width: 60px;
	height: 56px;
	margin: 38px auto 28px;
}
.m-yqfw .g-fourservice li h1{
	font-family: "微软雅黑";
	font-size: 24px;
	width: 100%;
	text-align: center;
	line-height: 36px;
	margin: 0;
	color: #676767;
}
.m-yqfw .g-fourservice>li>p{
	font-family: "微软雅黑";
	font-size: 16px;
	width: 164px;
	text-align:left;
	line-height:24px;
	margin: 0 auto;
}
.linkbox{
	position: absolute;
	width: 248px;
	height: 300px;
	left:-26px;
	top:-33px;
	border:solid 2px #005e15;
	box-shadow: 2px 2px 7px #3f6748;
	background-color: #EFEFEF;
	z-index: 99;
	display: none;
}
.linkbox h2{
	font-size: 20px;
	text-align: center;
	width: 100px;
	height: auto;
	margin: 28px auto;
	font-weight: bold;
}
.linkbox p{
	font-size: 14px;
	text-align: left;
	width: 164px !important;
	height: auto;
	margin: 28px auto;

}
.linkbox .shenqing{
	display: block;
	font-size: 16px;
	width:100px;
	text-align:center;
	height:30px;
	line-height: 30px;
	color: #fff;
	background-color: #005e15;
	position: absolute;
	bottom: 30px;
	left:74px;
	text-decoration: none;
}
.m-yqfw .g-threeservice{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.m-yqfw .g-threeservice li{
	float: left;
	width: 273px;
	margin-left: 20px;
	height: 198px;
	border:solid 2px #676767;
	position: relative;
}
.m-yqfw .g-threeservice li .jrfw{
	display: block;
	width: 95px;
	height: 45px;
	margin: 40px auto 28px;
}
.m-yqfw .g-threeservice li .yqfw{
	display: block;
	width: 102px;
	height: 56px;
	margin: 29px auto 28px;
}
.m-yqfw .g-threeservice li .rssb{
	display: block;
	width: 90px;
	height: 60px;
	margin: 25px auto 28px;
}
.m-yqfw .g-threeservice li h1{
	font-family: "微软雅黑";
	font-size: 24px;
	width: 100%;
	text-align: center;
	line-height: 36px;
	margin: 0;
	color: #676767;
}
.m-yqfw .g-threeservice>li>p{
	font-family: "微软雅黑";
	font-size: 16px;
	width: 246px;
	text-align:center;
	line-height:24px;
	margin: 0 auto;
}
.linkbox2{
	position: absolute;
	width: 298px;
	height: 254px;
	left:-14px;
	top:-33px;
	border:solid 2px #005e15;
	box-shadow: 2px 2px 7px #3f6748;
	background-color: #EFEFEF;
	z-index: 99;
	display: none;
}
.linkbox2 h2{
	font-size: 20px;
	text-align: center;
	width: 100px;
	height: auto;
	margin: 28px auto;
	font-weight: bold;
}
.linkbox2 p{
	font-size: 14px;
	text-align: left;
	width: 240px !important;
	height: auto;
	margin: 28px auto;

}
.linkbox2 .shenqing{
	display: block;
	font-size: 16px;
	width:100px;
	text-align:center;
	height:30px;
	line-height: 30px;
	color: #fff;
	background-color: #005e15;
	position: absolute;
	bottom: 30px;
	left:99px;
	text-decoration: none;
}
/*特色服务*/
.m-CharacterBox{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 43px;
}
.m-CharacterBox h1{
	font-size: 48px;
    color: #236b2c;
    text-align: center;
    margin: 34px 0 21px 0;
}
.m-CharacterBox h2{
	text-align: center;
	margin-bottom: 120px;
}
.m-CharacterBox .blackbgbox{
	width: 100%;
	height: 386px;
	background-color: #212121;
	/*margin-bottom:50px ;*/
}
.m-CharacterBox .blackbgbox .threitems{
	width: 870px;
	height: 386px;
	margin: 0 auto;
}
.m-CharacterBox .blackbgbox .threitems li{
	float: left;
	width: 290px;
	height: 386px;
	position: relative;
	overflow: hidden;
}
.m-CharacterBox .blackbgbox .threitems li>img{
	display: block;
	width: auto;
	height:386px;
}
.m-CharacterBox .blackbgbox .threitems a{
	width: 290px;
	height: 386px;
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.8);
}
.m-CharacterBox .blackbgbox .threitems a:hover{
	text-decoration: none !important;
	background-color: rgba(6,52,16,0.8);
}
.m-CharacterBox .blackbgbox .threitems a>img{
	display: block;
	width: 65px;
	height: 64px;
	margin: 112px auto 48px;
}
.m-CharacterBox .blackbgbox .threitems a>h1{
	font-family: "微软雅黑";
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 36px;
    margin: 0;
    color: #fff;
    margin-bottom: 40px;
}
.m-CharacterBox .blackbgbox .threitems a>p{
	font-family: "微软雅黑";
    font-size: 16px;
    width:200px;
    text-align:left;
    line-height: 24px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 40px;
    display: none;
}
/*个人中心*/
.m-personmenu{
	width: 75px;
	height: 40px;
	float: right;
	margin-right:30px ;
	margin-top:26px ;
}
.Head-portrait{
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border:solid 1px #1FD235;
	overflow:hidden;
	float: left;
	margin-top: 4px;
}
.Head-portrait img{
	width: 100%;
	height: auto;
	display: table-cell;
}
.m-personmenuBox{
	float: left;
	cursor: pointer;
}
.m-personmenuBox .user{
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 4px 4px 0 6px;
}
.closeBtn{
	display: block;
	float: left;
	font-size: 14px;
	color: #000;
	margin: 8px 0 0 0;
}
.secondmenu{
	width: 140px;
	height: 130px;
	margin-top: 56px;
	margin-left: 12px;
	background-image: url(../img/person/menubg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	display: none;
}
.secondmenu li{
	width: 100%;
	height: auto;
}
.secondmenu li a{
	display: block;
	color: #141414;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	border-bottom: solid 1px #c5c8cd;
}
.secondmenu li a:hover{
	background-color: #515862;
	color: #fff;
	text-decoration: none;
}
.park-notice{
	width: 860px;
	height: auto;
	position: absolute;
	left:50%;
	top:-50px;
	margin-left: -430px;
	z-index: 99;
}
.left-notice{
	width: 200px;
	height: 106px;
	background-color:#005e15;
	float: left;
}
.left-notice h3{
	font-size: 18px;
	color: #efefef;
	text-align: center;
	margin-top: 24px;
}
.left-notice h1{
	font-size: 24px;
	color: #efefef;
	text-align: center;
	margin-top: 12px;
}
.right-news{
	width: 660px;
	height: 106px;
	background-color:#9ac640;
	float: left;
	position: relative;
}
.notice{
	position: absolute;
	left:22px;
	top:42px;
}
.right-news .news{
	width: 500px;
	height: 36px;
	line-height: 36px;
	position:absolute;
	top:34px;
	left:54px;
	overflow: hidden;
}
.right-news .news a{
	color: #fff !important;
}
.m-certification{
	width: 860px;
	height: auto;
	min-height: 300px;
	margin: 0 auto 30px;
	padding: 24px 0;
	background-color: #fff;
}
.left-certification{
	float: left;
	width: 276px;
	height: auto;
	border-right: solid 1px #efefef;
}
.userBox{
	width: 130px;
	height: 130px;
	border-radius: 65px;
	border:solid 4px #9ac640;
	overflow: hidden;
	margin: 10px auto;
}
.userBox img{
	width: 100%;
	height: auto;
	display: table-cell;
}
.user-name{
	font-size: 16px;
	text-align: center;
	width: 160px;
	line-height: 24px;
	margin: 10px auto 0;
}
.state img{
	width: 20px;
	height: auto;
	margin: 0 6px;
}
.state{
	width:88px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto;
}
.Apply{
	display: block;
	width:150px;
	height: 38px;
	line-height: 38px;
	background-color: #9AC640;
	border-radius: 4px;
	color: #fff;
	font-size:18px;
	margin: 20px auto 6px; 
	text-align: center;
	text-decoration: none;
}
.Apply:hover{
	text-decoration: none;
	color: #fff;
}
.right-items{
	width: 582px;
	height: auto;
	float: left;
}
.right-items h2{
	font-size: 18px;
	margin-left: 32px;
	line-height: 24px;
	margin-top: 4px;
}
.permissions{
	width: 420px;
	height: auto;
	margin: 36px auto 0;
}
.permissions li{
	float: left;
	width: 120px;
	height:180px;
	margin-left: 30px; 
	position: relative;
}
.permissions li .gray{
	display: block;
	width: 120px;
	height: 140px;
	border:solid 1px #7e7e7e;
	background-image: url(../img/person/wybx-1.jpg);
	background-position:center 24px; 
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
	color: #7e7e7e;
}
.gray-2{
	background-image: url(../img/person/fwjn-1.jpg) !important;
}
.gray-22{
	background-image: url(../img/person/fwjn-1.jpg) !important;
}
.gray-3{
	background-image: url(../img/person/wyjn-1.jpg) !important;
}
.gray-33{
	background-image: url(../img/person/wyjn-1.jpg) !important;
}
.permissions li .gray:hover{
	border:solid 1px #005e15;
	color: #005e15;
	text-decoration: none;
}
.gray-1:hover{
	background-image: url(../img/person/wybx-2.jpg) !important;
}
.gray-2:hover{
	background-image: url(../img/person/fwjn-2.jpg) !important;
}
.gray-3:hover{
	background-image: url(../img/person/wyjn-2.jpg) !important;
}
.permissions .jilu{
	display: block;
	width: 120px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	margin-top: 12px;
}
.permissions .bxjl{
	display: block;
	width: 120px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	margin-top: 12px;
}
.permissions .fwjn{
	display: block;
	width: 120px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	margin-top: 12px;
}
.permissions .wyfjn{
	display: block;
	width: 120px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #7e7e7e;
	margin-top: 12px;
}
.m-permissions{
	width: 100%;
	height: auto;
	background-color: #212121;
	padding-top: 30px;
}
.m-permissions h1{
	font-size: 30px;
	text-align: center;
	width: 100%;
	color: #fff;
	text-transform:uppercase;
}
.m-permissions h3{
	font-size: 30px;
	text-align: center;
	width: 100%;
	margin-top:10px;
	margin-bottom: 30px;
	color: #fff;
}
.permissions-ul{
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 100px;
}
.permissions-ul li{
	width: 120px;
	height: 276px;
	margin:0 80px 0;
	float: left;
	position: relative;
}
.permissions-ul li .icons{
	width: 120px;
	height: 120px;
}
.hdbm{
	background-image: url(../img/person/hdbm.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
.cyds{
	background-image: url(../img/person/cyds.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
 .xmtd{
	background-image: url(../img/person/xmtd.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
.yykf{
	background-image: url(../img/person/yykf.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
.hyyd{
	background-image: url(../img/person/hyyd.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
.wddd{
	background-image: url(../img/person/wddd.png);
	background-repeat: no-repeat;
	margin-top: 100px;
}
.permissions-ul li h4{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 16px;
	
}
.permissions-ul li .sign{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	margin: 10px 0 6px;
	display: none;
}
.permissions-ul li .sign-1{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	margin: 10px 0 6px;
	display: none;
}
.permissions-ul li .sign-2{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	margin: 10px 0 6px;
	display: none;
}
.permissions-ul li .sign-3{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	margin: 10px 0 6px;
	display: none;
}
.permissions-ul li .sign-4{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	margin: 10px 0 6px;
	display: none;
}
.permissions-ul li .sign-5{
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	margin: 10px 0 6px;
	display: none;
}
.permissions-ul li .sign:hover{
	text-decoration: none;
	border:none;
	background-color: #9AC640;
	color: #fff;
}
.permissions-ul li .jilu{
	display: block;
	font-size: 12px;
	width: 100%;
	text-align: center;
	height: 16px;
	line-height: 16px;
	color: #fff;
	display: none;
}
.permissions-ul li .jilu:hover{
	text-decoration: none;
	color: #9AC640;
}
.m-dynamic{
	width: 100%;
	height: auto;
	padding:60px 0;
}
.m-dynamic h1{
	font-size: 30px;
	text-align: center;
	width: 100%;
	color: #005e15;
	text-transform:uppercase;
}
.m-dynamic h3{
	font-size: 30px;
	text-align: center;
	width: 100%;
	margin-top:10px;
	margin-bottom: 30px;
	color: #515862;
}
.m-dynamic .maincon{
	width: 860px;
	height: auto;
	min-height: 540px;
	background-color: #fff;
	margin: 0 auto;
}
.m-dynamic .maincon .tabmenu{
	width: 100%;
	height: 78px;
}
.m-dynamic .maincon .tabmenu li{
	width: 172px;
	height: 78px;
	float: left;
}
.m-dynamic .maincon .tabmenu li a{
	display: block;
	width: 112px;
	height: 78px;
	font-size: 18px;
	text-align: center;
	line-height: 78px;
	color: #515862;
	margin: 0 auto;
	border-bottom: solid 2px #515862;
}
.m-dynamic .maincon .tabmenu li a:hover{
	width: 172px;
	text-align: center;
	text-decoration: none;
	background-color: #005E15;
	border:none;
	color: #fff;
}
.m-dynamic .maincon .tancon{
	width: 100%;
	height: auto;
	padding: 0 30px;
	margin-top: 65px;
	padding-bottom: 24px;
}
.m-dynamic .maincon .tancon
.m-dynamic .maincon .tancon .conlist li{
	width: 100%;
	height: auto;
}
.m-dynamic .maincon .tancon .conlist li .leftphot{
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
}
.m-dynamic .maincon .tancon .conlist li .leftphot img{
	width: 100%;
	height: auto;
	display: table-cell;
}
.m-dynamic .maincon .tancon .conlist li .rightcon{
	width: 444px;
	height: auto;
	float: right;
}
.title{
	width: 100%;
	height: auto;
}
.title h3{
	width: 250px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #212121;
	float: left;
	font-weight: bold;
	margin: 0;
	text-align: left;
}
.title .date{
	float: right;
	font-size: 13px;
	color: #515862;
	margin-top:7px;
}
.m-dynamic .maincon .tancon .conlist li .rightcon p{
	width: 100%;
	height: auto;
	line-height: 24px;
	font-size: 13px;
	color: #515862;
	margin-top: 26px;
	margin-bottom: 30px;
}
.m-dynamic .maincon .tancon .conlist li .rightcon .view{
	display: block;
	width: 76px;
	height: 24px;
	line-height: 24px;
	color: #515862;
	font-size: 14px;
	text-align: center;
	border:solid 1px #515862;
}
.m-dynamic .maincon .tancon .conlist li .rightcon .view:hover{
	text-decoration: none;
	background-color: #9AC640;
	color: #fff;
	border:none;
}
.m-dynamic .maincon .tancon .conlist li .newsdetail{
	font-size: 15px;line-height: 24px;
	color: #333;
}
.m-dynamic .maincon .tancon .conlist .more{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: right;
	color: #b5b5b5;
	margin-top: 24px;
}
.m-dynamic .maincon .tancon .conlist .more:hover{
	color: #9AC640;
	text-decoration: none;
}
/*我要入驻*/
.m-application{
	width: 100%;
	height: auto;
	padding: 72px 0;
	background-color: #212121;
}
.m-application h1{
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.m-application a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.t-welcome{
	position: absolute;
	top:300px;
    left: 50%;
    width: 960px;
    height: 120px;
    z-index: 999;
    margin-left: -480px;
    
}
.t-welcome h1{
	font-size:60px;
	font-weight: bold;
    line-height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.t-welcome h3{
	font-size:28px;
    margin-top: 0;
    color: #fff;
}
.m-Internet{
	width: 100%;
	height: auto;
}
.m-Internet h1{
	font-size: 36px;
	color: #006014;
	line-height: 42px;
	text-transform: uppercase;	
	text-align: center;
	padding-top: 60px;
}
.m-Internet h3{
	font-size:38px;
	color: #505762;
	line-height: 48px;
	text-align: center;
	padding-bottom: 40px;
}
.m-Internet .photoshow{
	width: 100%;
	height:655px;
	position: relative;
}
.m-Internet .photoshow img{
	display: block;
	width: 100%;
	height:655px;
}
.m-Internet .photoshow .t-introduce{
	width:870px;
	height: auto;
	padding: 30px 48px;
	background-color: #efefef;
	position: absolute;
	left:50%;
	bottom: -110px;
	margin-left: -435px;
}
.m-Internet .t-introduce p{
	font-size: 16px;
	line-height: 20px;
	
}
.m-photobox{
	border-bottom: solid 2px #efefef;
	padding-top: 238px;
	padding-bottom: 170px;
}
.m-photobox img{
	display: block;
	width: 700px;
	height: 605px;
	margin: 0 auto 76px;
}
.m-photobox a{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #006014;
}
/*合作联盟*/
.m-alliances{
	width: 100%;
	height: auto;
}
.m-alliances img{
	display: block;
	width: 100%;
	height: auto;
}
.photo-all{
	width: 880px;
	height:390px;
	margin: 0 auto;
	position: relative;
}
.u-cooperation{
	width: 840px;
	height:170px;margin: 0 auto;
	position: relative;
}
.u-cooperation h1{
	text-align:left;
	margin-left: 100px;
	margin-top:78px;
}
.u-cooperation a{
	text-align:left;
	margin-left: 100px;
}
.u-cooperation img{
	position: absolute;
	right:0;
	bottom:0;
}
/*投融资服务*/
.m-financnews{
	width: 100%;
	height: auto;
	background-color: #faf9f9;
}
.m-financnews .photoleft{
	float: left;
	width: 55%;
}
.m-financnews .photoleft img{
	display: block;
	width: 100%;
	height: auto;
}
.m-financnews .tetxrigfht{
	float: left;
	width: 45%;
	
}
.m-financnews .tetxrigfht ul{
	width: 100%;
	height: auto;
	padding-left: 30px;
}
.m-financnews .tetxrigfht ul li{
	width: 100%;
	border-bottom: solid 1px #bfbdbc;
	padding: 30px 0 30px 0;
	
}
.m-financnews .tetxrigfht ul li h3{
	text-align: left;
	font-size: 28px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	line-height: 32px;	
}
.m-financnews .tetxrigfht ul li a{
	display: block;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	line-height:20px;
	color: #333;
}
.m-financnews .tetxrigfht ul li:first-child a{
	padding-bottom: 20px;
}
.m-financnews .tetxrigfht ul li:last-child{
	border-bottom: none;
}
.wyhz{
	position: absolute;
    top: 45%;
    left: 50%;
    width: 960px;
    height: 76px;
    z-index: 999;
    margin-left: -480px;
    border-radius: 6px;
}
.wyhz a{
	padding:6px 30px;
	font-size: 32px;
	color: #fff;
	background-color: #005e15;
	border-radius: 4px;
	margin-left: 30px;
}
/*交流展示*/
.m-communication{
	width: 100%;
	height: auto;
	padding: 60px;
	background-color:#212121;
}
.communicae-left{
	float: left;
	width: 60%;
	height: auto;
}
.communicae-left img{
	width: 100%;
}
.communicae-right{
	float: left;
	width: 40%;
	background-color: #34363a;
}
.communicae-right .news-up{
	padding: 16px 24px 24px 24px;
}
.communicae-right .news-up .info{
	margin-bottom: 10px;
}
.communicae-right .news-up .info h5{
	font-size: 16px;
	float: left;
	color: #fff;
}
.communicae-right .news-up .info span{
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
}
.communicae-right .news-up a{
	display: block;
	color: #fff;
	font-size: 12px;
}
.communicae-right .news-down{
	padding: 16px 24px 24px 24px;
	background-color: #fff;
}
.communicae-right .news-down .info{
	margin-bottom: 10px;
}
.communicae-right .news-down .info h5{
	font-size: 16px;
	float: left;
	color: #333;
	
}
.communicae-right .news-down .info span{
	display: block;
	float: right;
	color: #333;
	font-size: 12px;
}
.communicae-right .news-down a{
	display: block;
	color: #333;
	font-size: 12px;
}
.hiring{
	width: 810px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.hiring img{
	width: 100%;
	height: auto;
}
.m-entrepreneurs .more{
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 72px 0 110px 0;
}
.club{
	width: 100%;
	height:auto;
	position: relative;
	
}
.club img{
	display: block;
	width: 100%;
}
.clubtext{
	width: 540px;
	height: 230px;
	background-image: url(../img/ruzhu/cyan.png);
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 99;
	position: absolute;
	left:50%;
	bottom: 0;
	margin-left: -270px;
}
.clubtext h1{
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin-top: 50px;
}
.clubtext h3{
	font-size: 42px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.qyj .sc-content{
	margin-top: 60px;
	width: 140%;
	margin-left: -20%;;
} 
.qyj .sc-content h2{
	text-align: center;
	font-size: 24px;
}
.qyj .sc-content h3{
	text-align: center;
	font-size: 14px;
	padding-bottom:10px;
}
.qyj .sc-content p{
	text-align: center;
	font-size:14px;
}
.liubai{
	height:50px;
}
/*清除浮动*/
.clearfix{clear: both;}
.g-secblock {
  margin-top: -50px;
}

