@charset "utf-8";
/* CSS Document */

/*top*/

.top_box {
	background: url(../img/top_bg.jpg) no-repeat center top;
	height: 44px;
	line-height: 44px;
	color: #fff;
}
.fzlc .top_box{
	height: 44px;
	line-height: 44px;
	color: #fff;
	background-image: linear-gradient(90deg, #00B6E7 0%, #5AC9EE 27%, #0099DC 100%);
}
.top_box p {
	float: right !important;
	color: #fff;
	padding-right: 15px;
}

#header {
	height: 95px;
	line-height: 95px;
	position: relative;
	z-index: 66;
}

.header_box {
	background: #fff;
	position: relative;
}

.nav_box {
	float: right;
	padding-right: 165px;
}

.nav_box li {
	float: left;
	margin: 0 22px;
}

.nav_box li>a {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	display: block;
	background: url(../img/nav_bg.png) no-repeat right center;
	padding-right: 20px;
}

.logo {
	float: left;
	padding-left: 30px;
}

.sub-nav {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, .3);
	left: 0;
	top: 95px;
	text-align: center;
	display: none;
	z-index: 77;
}

.sub-nav dl {
	padding-left: 40px;
}

.sub-nav a {
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	font-weight: bold;
}

.sub-nav a:hover {
	color: #158172;
}

.search_on .search_box {
	border: 1px solid #1b1b1b;
}

.search_box {
	position: absolute;
	right: 33px;
	top: 27px;
	border: 1px solid #0096d6;
	transition: all 0.3s;
	border-radius: 3px;
	width: 45px;
	height: 42px;
	line-height: 38px;
	background: #fff;
	overflow: hidden;
}

.search_icon {
	width: 45px;
	height: 42px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	cursor: pointer;
	z-index: 66;
	background: url(../img/sou.png) no-repeat center;
}

.search_cha {
	background: url(../img/search_cha.png) no-repeat center;
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	right: 10px;
	z-index: 22;
	top: 15px;
	display: none;
	cursor: pointer;
}

.search_li {
	display: none;
}

.text01 {
	width: 220px;
	border: none;
	text-indent: 10px;
	vertical-align: middle;
}

.text02 {
	width: 220px;
	border: 1px solid #0096d6;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 40px;
}

.anniu1 {
	background: url(../img/sou.png) no-repeat center;
	width: 45px;
	height: 42px;
	border: none;
	vertical-align: middle;
}

.anniu2 {
	background: url(../img/sou.png) no-repeat center;
	width: 45px;
	height: 42px;
	border: none;
	vertical-align: middle;
	margin-left: -6px;
}

.navbar-toggle {
	border: 1px solid #000;
}

.navbar-toggle span {
	background: #000;
}

@media (min-width:992px) and (max-width:1500px) {
	.nav_box {
		padding-right: 65px;
	}
	.nav_box li {
		float: left;
		margin: 0 4px;
	}
	.logo img {
		width: 180px;
	}
	.logo {
		padding-left: 15px;
	}
	.search_box {
		right: 15px;
	}
}

@media (max-width:991px) {
	#header {
		height: auto;
		line-height: 24px;
	}
	.top_box {
		height: 32px;
		line-height: 32px;
	}
	.search_li {
		display: block;
		margin-bottom: 5px !important;
	}
	.search_box {
		display: none;
	}
	.nav_box {
		width: 100%;
		padding-right: 0;
	}
	.nav_box li {
		float: none;
		margin: 0;
		padding: 0;
		line-height: 30px;
	}
	.nav_box li a {
		background: none;
		font-size: 14px;
	}
	.nav_box li a:hover {
		background: #179fda;
		color: #fff;
	}
	.logo img {
		width: 180px;
	}
	.logo {
		padding-left: 15px;
		padding-top: 3px;
	}
	.sub-nav {
		display: none !important;
	}
}

/*banner*/

#banner {
	position: relative;
	z-index: 22;
}

.banner_txt {
	position: relative;
	z-index: 66;
	top: 157px;
	width: 594px;
	left: 95%;
	color: #fff;
}

.banner_txt h2 {
	font-size: 48px;
	font-family: "宋体";
}

.banner_txt h3 {
	margin-top: 32px;
	font-size: 18px;
}

.banner_txt a {
	display: block;
	width: 234px;
	height: 48px;
	line-height: 48px;
	text-indent: 45px;
	color: #00758f;
	margin-top: 35px;
	background: url(../img/banner_img1.png) no-repeat 150px center #fff;
}

@media (min-width:992px) and (max-width:1500px) {
	.banner_txt {
		top: 100px;
		left: 55%;
	}
}

@media (max-width:991px) {
	.banner_txt {
		top: 100px;
		width: 350px;
		left: 50%;
		padding: 0 20px;
	}
	.banner_txt h2 {
		font-size: 24px;
	}
	.banner_txt h3 {
		margin-top: 20px;
		font-size: 18px;
	}
	.banner_txt a {
		margin-top: 15px;
	}
	#banner .container-fluid {
		padding: 0;
	}
}

@media(max-width:449px) {
	.banner_txt {
		display: none;
	}
}

/*首页平台服务*/

.homeservice_box {
	height: 116px;
	background: #158172;
}

.homeservice_wrap h2 {
	width: 238px;
	height: 116px;
	line-height: 116px;
	float: left;
	font-size: 24px;
	text-indent: 28px;
	color: #fff;
}

.homeservice_ul {
	width: calc(100% - 0px);
	float: right;
}

.homeservice_ul li {
	padding-top: 20px;
	text-align: center;
	width: 14.285%;
	float: left;
}

.homeservice_ul li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.homeservice_ul li:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.homeservice_ul li a {
	color: #fff;
}

.homeservice_ul li span {
	display: block;
}

.homeservice_last a {
	display: block;
	width: 70px;
}

.homeservice_last p {
	font-size: 16px;
	display: block;
	width: 40px;
	font-weight: bold;
	padding-top: 15px;
	float: left;
}

.homeservice_last h5 {
	background: url(../img/homeservice_img6.png) no-repeat center bottom;
	width: 19px;
	height: 9px;
	float: right;
	margin-top: 50px;
}

@media(max-width:991px) {
	.homeservice_box {
		height: auto;
	}
	.homeservice_ul {
		width: 100%;
		float: none;
		padding-bottom: 15px;
	}
	.homeservice_wrap h2 {
		float: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 20px;
	}
	.homeservice_last a {
		margin: 0 auto;
	}
	.homeservice_last p {
		font-size: 15px;
	}
}

/**首页园区新闻***/

.homenews_box {
	background: #fff;
	padding-top: 56px;
}

.homenews_tit li {
	border-top: 4px solid #e4e4e4;
	text-align: center;
	padding-bottom: 30px;
	cursor: pointer;
	width: 48%;
}

.homenews_tit li span {
	font-size: 18px;
	display: block;
	padding-top: 20px;
}

.homenews_tit .active {
	color: #158172;
	border-top: 4px solid #158172;
	background: url(../img/homenews_tit.png) no-repeat center bottom;
}

.homenews_tab {
	display: none;
	background: #e3e7ea;
	padding-top: 50px;
	padding-bottom: 60px;
}

.homenews_tab li {
	padding: 0 50px;
}

.homenews_tab li img {
	width: 100%;
	display: block;
}

.homenews_txt {
	position: relative;
	z-index: 66;
	background: rgba(0, 0, 0, 0.5) !important;
	margin-top: -121px;
	padding: 15px 18px 30px;
}

.homenews_txt span {
	color: #fff;
}

.homenews_txt_box {
	padding-top: 10px;
}

.homenews_txt_box h4 {
	text-overflow: ellipsis;
	color: #fff;
	width: 184px;
	height: 42px;
	float: left;
}

.homenews_txt_box h5 {
	background: url(../img/homenews_img1.png) no-repeat right center;
	width: 29px;
	height: 21px;
	float: right;
}

@media (min-width:768px) and (max-width:1200px) {
	.homenews_tab li {
		padding: 0 20px;
	}
	.homenews_txt_box h4 {
		width: 130px;
	}
}

@media(max-width:767px) {
	.homenews_tab li {
		padding: 0 16px;
		margin-bottom: 20px;
	}
	.homenews_txt_box h4 {
		width: 100px;
	}
	.homenews_box {
		padding-top: 56px;
	}
	.homenews_txt {
		padding: 15px 10px 29px;
	}
	.homenews_tit li span {
		font-size: 16px;
		display: block;
		padding-top: 15px;
	}
	.homenews_tab {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.homeservice_ul li {
		width: 33.33333%;
	}
}

@media(max-width:600px) {
	.homenews_tab li {
		padding: 0 100px;
		margin-bottom: 30px;
	}
	.homenews_txt_box h4 {
		width: 150px;
	}
	.homenews_txt {
		padding: 15px 18px 29px;
	}
}

@media(max-width:449px) {
	.homenews_tab li {
		padding: 0 40px;
		margin-bottom: 30px;
	}
	.homenews_txt_box h4 {
		width: 100px;
	}
	.homeservice_ul li {
		width: 50%;
	}
}

/**首页最新政策***/

.zxzc {
	height: 100px;
	background: #00a68e;
}

.zxzc_box {
	line-height: 100px;
}

.zxzc_box span {
	color: #fff;
	font-size: 18px;
	float: left;
}

.zxzc_box a {
	color: #fff;
	height: 54px;
	line-height: 54px;
	text-align: center;
	width: 294px;
	background: url(../img/homenews_img1.png) no-repeat 200px center #0096d6;
	margin-top: 24px;
	float: right;
	display: block;
}

@media (min-width:768px) and (max-width:991px) {
	.zxzc {
		height: auto;
	}
	.zxzc_box span {
		color: #fff;
		font-size: 16px;
	}
	.zxzc_box a {
		width: 200px;
		background: url(../img/homenews_img1.png) no-repeat 150px center #0096d6;
	}
}

@media(max-width:767px) {
	.zxzc {
		height: auto;
	}
	.zxzc_box {
		line-height: 30px;
	}
	.zxzc_box span {
		float: none;
		padding-top: 20px;
		display: block;
		font-size: 16px;
	}
	.zxzc_box a {
		float: none;
		margin-top: 10px;
		margin-bottom: 15px;
		width: 200px;
		background: url(../img/homenews_img1.png) no-repeat 150px center #0096d6;
	}
}

/**首页简介**/

.homeabout {
	background: url(../img/home_about.jpg) no-repeat top center;
	padding-top: 40px;
}

.homeabout_box {
	text-align: center;
}

.homeabout_box h1 {
	font-size: 30px;
	color: #4a4a4a;
}

.homeabout_box h3 {
	font-size: 18px;
	color: #666666;
	padding-top: 20px;
}

.homeabout_box span {
	padding-top: 30px;
	display: block;
	width: 640px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.homeabout_box img {
	padding-bottom: 50px;
}

@media(max-width:767px) {
	.homeabout {
		padding-top: 20px;
	}
	.homeabout_box h1 {
		font-size: 20px;
		color: #4a4a4a;
	}
	.homeabout_box h3 {
		font-size: 16px;
		padding-top: 15px;
	}
	.homeabout_box span {
		padding-top: 15px;
		display: block;
		width: auto;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.homeabout_box img {
		padding-bottom: 20px;
	}
}

/***首页园区运营***/

.operation {
	background: #e3e7ea;
	text-align: center;
}

.operation_box h1 {
	font-size: 30px;
	color: #4a4a4a;
	padding-top: 42px;
}

.operation_a {
	display: block;
	width: 94px;
	height: 24px;
	background: #dc567c;
	color: #fff;
	margin: 0 auto;
	color: #fff;
	border-radius: 10px;
	line-height: 24px;
	margin-top: 22px;
}

.operation_wrap {
	padding-top: 22px;
	padding-bottom: 60px;
}

.operation_ul li img {
	display: block;
	width: 100%;
}

.operation_ul li h3 {
	height: 78px;
	line-height: 78px;
	color: #fff;
	text-indent: 35px;
	text-align: left;
	font-size: 18px;
}

.operation_ul li h4 {
	background: #fff;
	color: #666666;
	padding: 30px 24px;
	text-align: left;
}

.operation_li1 {
	background: url(../img/homenews_img1.png) no-repeat 200px center #00a68e;
}

.operation_li2 {
	background: url(../img/homenews_img1.png) no-repeat 200px center#762375;
}

.operation_li3 {
	background: url(../img/homenews_img1.png) no-repeat 200px center #29bfe0;
}

.operation_li4 {
	background: url(../img/homenews_img1.png) no-repeat 200px center #3aac41;
}

@media (min-width:768px) and (max-width:1200px) {
	.operation_li1 {
		background: url(../img/homenews_img1.png) no-repeat 180px center #00a68e;
	}
	.operation_li2 {
		background: url(../img/homenews_img1.png) no-repeat 180px center#762375;
	}
	.operation_li3 {
		background: url(../img/homenews_img1.png) no-repeat 180px center #29bfe0;
	}
	.operation_li4 {
		background: url(../img/homenews_img1.png) no-repeat 180px center #3aac41;
	}
	.operation_ul li {
		padding-bottom: 20px;
	}
}

@media(min-width:450px) and (max-width:767px) {
	.operation_li1 {
		background: url(../img/homenews_img1.png) no-repeat 150px center #00a68e;
	}
	.operation_li2 {
		background: url(../img/homenews_img1.png) no-repeat 150px center#762375;
	}
	.operation_li3 {
		background: url(../img/homenews_img1.png) no-repeat 150px center #29bfe0;
	}
	.operation_li4 {
		background: url(../img/homenews_img1.png) no-repeat 150px center #3aac41;
	}
	.operation_ul li h3 {
		height: 58px;
		line-height: 58px;
		text-indent: 10px;
		font-size: 16px;
	}
	.operation_ul li {
		padding-bottom: 20px;
	}
}

@media(max-width:449px) {
	.operation_ul li {
		padding: 0 20px 20px;
	}
	.operation_box h1 {
		font-size: 20px;
		padding-top: 20px;
	}
	.operation_a {
		margin-top: 15px;
	}
	.operation_ul li h3 {
		height: 58px;
		line-height: 58px;
		font-size: 16px;
	}
	.operation_wrap {
		padding-bottom: 20px;
	}
}

/****首页联系****/

.homecontact {
	background: #479E9c;
}

.homecontact_box {
	height: 90px;
}

.homecontact_box li {
	padding: 28px 50px 0;
}

.homecontact_box li img {
	float: left;
	margin-right: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.homecontact_box li:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.homecontact_box li h2 {
	color: #fff;
	display: block;
	padding-top: 10px;
}

@media(min-width:768px) and (max-width:1200px) {
	.homecontact_box li {
		padding: 28px 0px 0;
	}
}

@media(max-width:767px) {
	.homecontact_box li {
		padding: 15px 15px 0;
	}
	.homecontact {
		padding-bottom: 15px;
	}
}

/****底部导航~~版权***/

.bottom {
	background: url(../img/bottom_bg.jpg) no-repeat top center;
	position: relative;
}
.fzlc .bottom{
	background: url(../img/bottom_bg2.jpg) no-repeat top center;
	position: relative;
}
.bottom_box {
	padding-top: 48px;
	padding-left: 50px;
}

.bottom_box ul {
	border-bottom: 2px solid #479E9c;
	padding-bottom: 50px;
}

.bottom_box li {
	margin-bottom: 10px;
}

.bottom_box li dl {
	margin-top: 20px;
}

.bottom_box li dl dd a {
	font-weight: normal;
	font-size: 16px;
}

.bottom_box li dl dd strong {
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
}

.bottom_box li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.ewm {
	margin-top: 20px;
	display: block;
}

.copyright {
	text-align: center;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}

@media(max-width:991px) {
	.bottom {
		background: #0096d6;
	}
	.bottom_box {
		padding-top: 25px;
		padding-left: 15px;
	}
	.bottom_box ul {
		padding-bottom: 15px;
	}
	.bottom_box li dl dd strong {
		font-size: 14px;
		display: inline;
	}
	.bottom_box li dl dd a {
		font-size: 14px;
	}
	.bottom_box li a {
		font-size: 16px;
	}
}

/**返回顶部按钮**/

.back {
	background: url(../img/back.jpg) no-repeat center;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 65px;
	bottom: 418px;
	cursor: pointer;
}

@media(max-width:991px) {
	.back {
		width: 45px;
		height: 45px;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}

/**********公司简介**********/

.about {
	border-top: 2px solid #efefef;
}

.about_t {
	background: url(../img/about_tit.jpg) no-repeat top center;
}

.about_tit {
	padding-top: 25px;
	height: 128px;
}

.about_tit a {
	font-size: 16px;
	padding-right: 5px;
}

.about_tit a:hover {
	color: #0899d7;
}

.about_tit h2 {
	font-size: 30px;
	padding-top: 15px;
}

.about_box {
	border-top: 4px solid #0899d7;
	overflow: hidden;
}

.about_c {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}

.about_boximg {
	padding: 0;
}

.about_boximg img {
	display: block;
	width: 100%;
}

.about_boxtxt1 {
	padding: 60px 210px 0px 60px;
}

.about_boxtxt1 h2 {
	font-size: 30px;
	color: #4a4a4a;
}

.about_boxtxt1 span {
	padding-top: 50px;
	display: block;
	line-height: 30px;
}

.about_con a {
	display: block;
	width: 158px;
	height: 46px;
	background: #158172;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 50px;
	float: left;
	margin-top: 40px;
	margin-bottom: 22px;
}

.about_con_a1 {
	background: #e39f46 !important;
	margin-right: 13px;
	margin-top: 88px !important;
}

.about_con_a2 {
	background: #2bbfe0 !important;
	margin-right: 13px;
	margin-top: 88px !important;
}

.about_con_a3 {
	background: #ed423a !important;
	margin-top: 88px !important;
}

.about_conl_wrap {
	padding-top: 50px;
	padding-right: 57px;
}

.about_conr_wrap {
	padding-top: 50px;
	padding-left: 57px;
}

.about_conl {
	border-right: 1px solid #dcdcdc;
}

.about_con {
	background: #fff;
}

.about_con h3 {
	font-size: 18px;
	color: #4a4a4a;
	font-weight: bold;
}

.about_con span {
	display: block;
	padding-top: 45px;
}

@media (min-width:768px) and (max-width:1200px) {
	.about_boxtxt1 {
		padding: 20px 30px 0px 30px;
	}
	.about_boxtxt1 span {
		padding-top: 15px;
		line-height: 25px;
	}
	.about_boxtxt1 h2 {
		font-size: 20px;
	}
	.about_con a {
		width: 100px;
	}
	.about_conr_wrap {
		padding-left: 30px;
	}
	.about_con_a1 {
		margin-right: 5px;
	}
	.about_con_a2 {
		margin-right: 5px;
	}
	.about_conl_wrap {
		padding-right: 30px;
	}
}

@media(max-width:767px) {
	.about_boxtxt1 {
		padding: 20px 30px 10px 30px;
	}
	.about_boxtxt1 h2 {
		font-size: 20px;
	}
	.about_boxtxt1 span {
		padding-top: 20px;
	}
	.about_conl_wrap {
		padding-top: 20px;
	}
	.about_conl {
		border: none;
	}
	.about_con {
		padding: 0 30px;
	}
	.about_con span {
		padding-top: 15px;
	}
	.about_conl_wrap {
		padding-right: 0;
	}
	.about_conr_wrap {
		padding-left: 0;
		padding-top: 0px;
	}
	.about_con a {
		width: 100px;
		margin-top: 15px;
	}
	.about_con_a1 {
		margin-right: 5px;
		margin-top: 15px !important;
	}
	.about_con_a2 {
		margin-right: 5px;
		margin-top: 15px !important;
	}
	.about_con_a3 {
		margin-top: 15px !important;
	}
	.about_tit {
		padding-top: 10px;
		height: 80px;
	}
	.about_tit a {
		font-size: 16px;
		padding-right: 5px;
	}
	.about_tit h2 {
		font-size: 18px;
		padding-top: 10px;
	}
	#about .container-fluid {
		padding: 0;
	}
}

/**甬港发展历程**/

.fzlc {
	background: #fff;
}

.fzlc_box h2 {
	padding-top: 76px;
	font-size: 30px;
	color: #4a4a4a;
}

.fzlc_ul {
	padding-top: 66px;
}

.fzlc_ul li {
	padding-bottom: 100px;
	padding-right: 30px;
}

.fzlc_ul li h3 {
	height: 7px;
}

.fzlc_ul li h4 {
	padding-top: 16px;
	font-size: 24px;
	padding-bottom: 26px;
}

@media(max-width:767px) {
	.fzlc_ul li {
		padding-bottom: 40px;
		padding-right: 15px;
	}
	.fzlc_box h2 {
		padding-top: 20px;
		font-size: 18px;
	}
	.fzlc_ul {
		padding-top: 20px;
	}
}

/****园区资讯****/

.zixun {
	border-top: 2px solid #efefef;
}

.zixun_tit {
	padding-top: 25px;
	height: 128px;
}

.zixun_t {
	border-bottom: 4px solid #158172;
	background: #fff;
}

.zixun_tit a {
	font-size: 16px;
	padding-right: 5px;
}

.zixun_tit a:hover {
	color: #158172;
}

.zixun_tit h2 {
	font-size: 30px;
	padding-top: 15px;
}

.zixun_titl {
	float: left;
}

.zixun_titr {
	float: right;
	margin-top: 40px;
}

.zixun_titr a {
	display: block;
	float: left;
	background: url(../img/zixun_tit.png) no-repeat left center;
	padding-left: 40px;
	margin-left: 50px;
}

.zixun_titr a:hover {
	background: url(../img/zixun_tit_hover.png) no-repeat left center;
}

.zixun_titr .active {
	color: #158172;
	background: url(../img/zixun_tit_hover.png) no-repeat left center;
}

.zixun_box {
	background: #e3e7ea;
}

.zixun_box .homenews_tab {
	display: block;
}

/*********/

.zixun_m {
	background: #fff;
}

.zixun_main {
	padding-top: 86px;
}

.zixun_main h3 {
	color: #1a1a1a;
	padding-top: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}

.zixun_main h3:hover {
	color: #158172;
}

.zx_txt {
	padding-top: 20px;
	height: 100px;
	color: #969696;
	font-size: 14px;
}

.zx_txt:hover {
	color: #969696;
}

.zixun_main li {
	border-bottom: 1px solid #666;
	padding-bottom: 50px;
	width: 40%;
	margin: 0 50px 45px;
}

.zixun_main li a {
	color: #4a4a4a;
}

@media (min-width:768px) and (max-width:1200px) {
	.zixun_main li {
		width: 40%;
		margin: 0 25px 45px;
	}
}

@media(max-width:767px) {
	.zixun_main li {
		width: 100%;
		margin: 0 0 25px;
		padding: 0 30px 20px;
	}
	.zx_txt {
		height: auto;
	}
	#zixun .container-fluid {
		padding: 0;
	}
	.zixun_tit a {
		font-size: 14px;
	}
	.zixun_tit h2 {
		font-size: 18px;
		padding-top: 10px;
	}
	.zixun_tit {
		padding-top: 15px;
		height: 80px;
	}
	.zixun_titr {
		margin-top: 20px;
	}
	.zixun_main {
		padding-top: 30px;
	}
	.zx_txt {
		padding-top: 8px;
	}
	.zixun_titr a {
		margin-left: 5px;
	}
}

@media(max-width:449px) {
	.zixun_titr {
		float: left;
	}
	.zixun_tit {
		height: 120px;
	}
}

/**园区新闻**/

.news {
	background: #fff;
	min-height: 400px;
}

.news_box {
	padding-top: 40px;
}

.news_box li {
	margin-bottom: 50px;
}

.news_l {
	float: left;
	width: 33%;
}

.news_l img {
	width: 100%;
}

.news_r {
	float: left;
	width: 60%;
	padding-left: 60px;
}

.news_r h3 {
	font-size: 20px;
	color: #4a4a4a;
	padding-top: 20px;
}

.news_txt {
	padding-top: 30px;
	color: #969696;
}

.news_more {
	margin-top: 40px;
	width: 136px;
	height: 38px;
	border: 1px solid #969696;
	line-height: 38px;
	text-align: center;
}

.news_more:hover {
	background: #158172;
	color: #fff;
	border: none;
}

@media (min-width:768px) and (max-width:991px) {
	.news_r h3 {
		font-size: 16px;
		padding-top: 5px;
	}
	.news_txt {
		padding-top: 5px;
	}
	.news_more {
		margin-top: 5px;
	}
}

@media(max-width:767px) {
	.news_l {
		display: none;
	}
	.news_box {
		padding-top: 20px;
	}
	.news_r {
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	.news_r h3 {
		font-size: 16px;
		padding-top: 15px;
	}
	.news_txt {
		padding-top: 15px;
	}
	.news_more {
		margin-top: 15px;
	}
	.news_box li {
		margin-bottom: 30px;
	}
}

/**新闻内页**/

.news_nytxt {
	padding: 60px 70px 52px;
}

.news_nytit {
	text-align: center;
	background: #efefef;
	padding-top: 40px;
	padding-bottom: 20px;
}

.news_nytit h2 {
	font-size: 20px;
	color: #2a2a2a;
}

.news_nytit span {
	padding-top: 15px;
	display: block;
}

@media(max-width:767px) {
	.news_nytxt {
		padding: 30px 15px 30px;
	}
}

/**园区运营**/

#yunying .container-fluid {
	padding: 0;
}

.yunying {
	border-top: 2px solid #efefef;
}

.yunying_tit {
	padding-top: 25px;
	height: 128px;
}

.yunying_t {
	border-bottom: 4px solid #158172;
	background: #fff;
}

.yunying_tit a:hover {
	color: #0899d7;
}

.yunying_tit h2 {
	font-size: 30px;
	padding-top: 15px;
}

.yunying_titl {
	float: left;
}

.yunying_titl a {
	font-size: 16px;
	padding-right: 5px;
}

.yunying_titr {
	float: right;
	margin-top: 40px;
}

.yunying_titr a {
	display: block;
	float: left;
	font-size: 16px;
	background: url(../img/zixun_tit.png) no-repeat left center;
	padding-left: 40px;
	margin-left: 15px;
}

.yunying_titr a:hover {
	background: url(../img/zixun_tit_hover.png) no-repeat left center;
	color:#158172
}

.yunying_titr .active {
	color: #158172;
	background: url(../img/zixun_tit_hover.png) no-repeat left center;
	color: #158172;
}

@media(min-width:768px) and (max-width:991px) {
	.yunying_tit {
		padding-top: 25px;
		height: 145px;
	}
	.yunying_titr {
		float: left;
		margin-top: 15px;
		margin-left: -20px;
	}
}

@media(max-width:991px) {
	.yunying_tit h2 {
		font-size: 18px;
		padding-top: 15px;
		padding-top: 5px;
	}
	.yunying_titl {
		float: none;
	}
	.yunying_t .navbar-toggle {
		margin-top: -40px;
	}
	.yunying_titr {
		float: none;
		margin-top: 10px;
		margin-left: -20px;
		width: 100%;
	}
	.yunying_titr a {
		display: block;
		float: none;
		margin-left: 0px;
	}
	.yunying_tit {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.yunying_tit a {
		font-size: 14px;
	}
	.yunying_tit {
		padding-top: 25px;
		height: auto;
	}
}

.yunying_box {
	background: #fff;
}

.yunying_fwpt {
	background: url(../img/operationny_bg.jpg) no-repeat top center;
	text-align: center;
	padding-top: 43px;
}

.yunying_fwpt h2 {
	font-size: 24px;
}

.yunying_fwpt h3 {
	padding-top: 40px;
}

.yunying_fwpt h4 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 28px;
}

.fwpt_box {
	margin-top: 80px;
	margin-left: -7px;
}

.fwpt_box li {
	padding: 0 0 0 7px;
	margin-bottom: 7px;
}

.fwpt_box li img {
	width: 100%;
}

.nyhonor {
	padding-top: 48px;
}

.nyhonor_ul li {
	margin-bottom: 30px;
}

.nyhonor_ul {
	margin-bottom: 20px;
}

.nyhonor_ul li img {
	width: 100%;
}

.nyhonor_ul li span {
	display: block;
	border: 1px solid #e1e1e1;
	font-size: 18px;
	padding: 20px 0 40px 40px;
}

@media(max-width:767px) {
	.yunying_fwpt h2 {
		font-size: 18px;
	}
	.yunying_fwpt {
		padding-top: 20px;
	}
	.yunying_fwpt h3 {
		padding: 15px 15px 0;
	}
	.fwpt_box {
		margin-top: 20px;
	}
	.yunying_fwpt h4 {
		font-size: 18px;
		color: #666666;
		font-weight: bold;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.nyhonor {
		padding-top: 5px;
	}
	.nyhonor_ul li span {
		font-size: 15px;
		padding: 10px 0 20px 20px;
	}
}

@media(max-width:449px) {
	.fwpt_box li {
		padding: 0 30px;
	}
}

/***绿建智慧专业园***/

.lujian_box {
	padding-top: 56px;
}

.lujian_l {
	width: 36%;
	float: left;
}

.lujian_l img {
	width: 100%;
}

.lujian_about {
	position: absolute;
	z-index: 66;
	top: 10px;
	left: 50px;
}

.lujian_img img {
	width: 100%;
}

.lujian_r {
	width: 63.5%;
	float: left;
	position: relative;
}

.lujian_r h1 {
	padding-top: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.lujian_r span {
	padding-top: 40px;
	display: block;
	color: #fff;
	line-height: 30px;
	padding-right: 72px;
}

.lujian_txt {
	margin-top: 30px;
	line-height: 30px;
}

.lujian_txt p {
	margin-top: 30px;
}

.lskj_tit h2 {
	font-size: 24px;
	color: #00a68e;
	font-weight: bold;
	background: url(../img/lskj_tit.png) no-repeat left center;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	float: left;
	width: 178px;
}

.lskj_tit h3 {
	float: right;
	background: url(../img/lskj_bg.png) no-repeat center;
	height: 36px;
	width: calc(100% - 178px);
}

.lskj {
	margin-top: 40px;
}

.lskj_txt {
	margin-top: 28px;
	line-height: 30px;
	padding-bottom: 62px;
}

.gkxd {
	background: #fff;
	border-top: 1px solid #dee0e0;
}

.gkxd_box h1 {
	padding-top: 46px;
	font-size: 28px;
	color: #2a2a2a;
	font-weight: bold;
}

.gkxd_ul {
	padding-top: 30px;
}

.gkxd_ul li {
	width: 168px;
	height: 43px;
	line-height: 43px;
	text-indent: 38px;
	background: url(../img/gkxd_img.png) no-repeat 110px center #158172;
	float: left;
	margin-right: 20px;
	margin-bottom: 45px;
}

.gkxd_ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

@media (min-width:768px) and (max-width:991px) {
	.lujian_about {
		left: 30px;
		right: 30px;
	}
	.lujian_r h1 {
		padding-top: 20px;
		font-size: 20px;
	}
	.lujian_r span {
		padding-top: 20px;
		line-height: 24px;
		padding-right: 0px;
	}
}

@media (max-width:767px) {
	.lujian_img {
		position: relative;
		z-index: 2;
	}
	.lujian_about {
		position: absolute;
		z-index: 66;
		left: 30px;
		right: 30px;
		top: 10px;
	}
	.lujian_img img {
		width: 100%;
	}
	.lujian_l {
		display: none;
	}
	.lujian_r {
		width: 100%;
		float: none;
		position: relative;
		height: auto;
		padding-right: 0;
	}
	.lujian_r h1 {
		padding-top: 20px;
		font-size: 18px;
		text-align: center;
	}
	.lujian_r span {
		padding-top: 30px;
		line-height: 28px;
		padding-bottom: 15px;
		padding-right: 0px;
	}
	.lujian_box {
		padding-top: 20px;
	}
	.lujian_txt {
		margin-top: 5px;
		line-height: 24px;
		padding: 0 30px;
	}
	.lujian_txt p {
		margin-top: 15px;
	}
	.lskj_txt {
		padding: 0 15px 20px;
		margin-top: 10px;
	}
	.lskj {
		margin-top: 15px;
	}
	.lskj_tit h2 {
		font-size: 19px;
	}
	.gkxd_box {
		padding: 0 30px;
	}
	.gkxd_box h1 {
		padding-top: 15px;
	}
	.gkxd_ul li {
		margin-bottom: 12px;
	}
	.gkxd_ul {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.gkxd_box h1 {
		font-size: 18px;
	}
	.gkxd_ul li a {
		font-size: 14px;
	}
}

@media(max-width:500px) {
	.lujian_about {
		overflow: hidden;
		text-overflow: ellipsis;
		height: 200px;
		top: 5px;
	}
	.lujian_img {
		padding-bottom: 15px;
	}
	.lujian_img img {
		height: 200px;
	}
	.lujian_r span {
		padding-top: 5px;
		line-height: 20px;
	}
}

@media(max-width:449px) {
	.gkxd_ul li {
		width: 100%;
		float: none;
		margin-bottom: 12px;
	}
	.gkxd_ul li a {
		font-size: 14px;
	}
}

/**文化文化创意专业园**/

.wenchuang_tit h2 {
	font-size: 24px;
	color: #722270;
	font-weight: bold;
	background: url(../img/wenchuang.png) no-repeat left center;
	height: 48px;
	line-height: 38px;
	padding-left: 60px;
	float: left;
	width: 178px;
}

.wenchuang_tit h3 {
	float: right;
	background: url(../img/lskj_bg.png) no-repeat center;
	height: 36px;
	width: calc(100% - 178px);
}

.wenchuang {
	margin-top: 40px;
}

.wenchuang_txt {
	margin-top: 28px;
	line-height: 30px;
	padding-bottom: 62px;
}

@media(max-width:767px) {
	.wenchuang {
		margin-top: 15px;
	}
	.wenchuang_tit h2 {
		font-size: 19px;
	}
	.wenchuang_txt {
		padding: 0 15px 20px;
		margin-top: 10px;
	}
}

/**信息科技专业园**/

.xinxi_span {
	padding-top: 20px !important;
}

.cxxxkj {
	padding-top: 50px;
}

.cxxxkj h2 {
	text-align: center;
	font-size: 20px;
	color: #1a1a1a;
	font-weight: bold;
}

.cxxxkj_box {
	margin-top: 40px;
	border-top: 1px solid #eeeeee;
}

.cxxxkj_ul {
	padding: 40px 0 50px 0;
}

.cxxxkj_ul li {
	cursor: pointer;
}

.cxxxkj_ul li img {
	width: 100%;
}

@media (min-width:768px) and (max-width:1200px) {
	.xinxi_span {
		height: 120px;
		overflow: hidden;
	}
}

@media(max-width:767px) {
	.xinxi_span {
		height: 160px;
		overflow: hidden;
	}
	.cxxxkj {
		padding-top: 10px;
	}
	.cxxxkj_box {
		margin-top: 15px;
	}
	.cxxxkj_ul {
		padding: 20px 0 20px 0;
	}
	.cxxxkj h2 {
		font-size: 16px;
	}
}

@media(max-width:550px) {
	.xinxi_span {
		height: 124px;
		overflow: hidden;
		line-height: 24px;
	}
}

/**奉化新材料园****/

.yqcg {
	padding-top: 60px;
}

.yqcg h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.yqcg_ul li img {
	width: 100%;
}

.yqcg_ul li {
	margin-bottom: 20px;
}

.yqcg_box {
	padding-top: 34px;
}

.fhnews_ul li h3 {
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
}

.fhnews {
	margin-top: 50px;
}

.fhnews_ul li {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
}

.fhnews_ul li:last-child {
	border-bottom: none;
}

.fhnews_ul li span {
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 170px;
}

.fhnews_ul li a:hover {
	color: #666666;
}

@media(max-width:767px) {
	.yqcg {
		padding-top: 10px;
	}
	.yqcg_box {
		padding-top: 15px;
	}
	.yqcg h2 {
		font-size: 16px;
	}
	.fhnews_ul li {
		margin-bottom: 15px;
	}
	.fhnews_ul li span {
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.fhnews_ul {
		padding: 0 15px;
	}
	.fhnews {
		margin-top: 5px;
	}
}

/******平台服务*******/

.ptfw {
	padding-top: 46px;
	background: #fff;
}

.ptfw_tit h2 {
	float: left;
	font-size: 24px;
	color: #1a1a1a;
}

.ptfw_tit a {
	float: right;
	font-size: 24px;
	color: #1a1a1a;
}

.ptfw_wrap {
	padding-top: 34px;
}

.ptfw_l {
	float: left;
	width: 38%;
}

.ptfw_r {
	float: right;
	width: 55%;
}

.ptfw_r1 {
	width: 100%;
}

.ptfw_dl h3 {
	height: 44px;
	color: #fff;
	text-align: center;
	background: rgb(0, 0, 0, 0.5);
	line-height: 44px;
	position: relative;
	z-index: 66;
	margin-top: -44px;
}

.ptfw_l img {
	width: 100%;
	transition: transform 0.5s;
}

.ptfw_l img:hover {
	transform: scale(1.05);
}

.ptfw_dl dd {
	margin-bottom: 24px;
}

.ptfw_dl dd img {
	width: 100%;
}

.ptfw_box li {
	margin-bottom: 50px;
}

.ptfw {
	padding-bottom: 34px;
}

@media(max-width:767px) {
	.ptfw_l {
		display: none;
	}
	.ptfw_r {
		float: none;
		width: 100%;
	}
	.ptfw_box {
		padding: 0 30px;
	}
	.ptfw_box li {
		margin-bottom: 10px;
	}
	.ptfw_wrap {
		padding-top: 15px;
	}
	.ptfw {
		padding-bottom: 0px;
		padding-top: 20px;
	}
	.ptfw_tit h2 {
		font-size: 16px;
	}
	.ptfw_tit a {
		font-size: 16px;
	}
}

/******致良知*******/

.zlz {
	background: #fff;
	padding-top: 80px;
}

.zlz_ul li {
	border-radius: 50px;
	background: #fff;
	position: relative;
	margin-bottom: 60px;
}

.zlz_ul li h4 {
	text-align: center;
	padding-top: 38px;
}

.zlz_hover {
	border-radius: 50%;
	background: rgb(0, 0, 0, 0.5);
	position: absolute;
	height: 352px;
	width: 92.5%;
	z-index: 66;
	text-align: center;
	display: none;
}

.zlz_hover span {
	display: block;
	border: 1px solid #aaa7a3;
	color: #fff;
	line-height: 24px;
	padding-top: 150px;
	width: 95%;
	height: 95%;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 50%;
}

.zlz_li {
	border-radius: 50%;
	height: 352px;
	border: 10px solid #dadada;
}

.zlz_bg1 {
	background: url(../img/zhiliang_img.png) no-repeat center;
}

.zlz_bg2 {
	background: url(../img/zhiliang_img1.png) no-repeat center;
}

.zlz_bg3 {
	background: url(../img/zhiliang_img2.png) no-repeat center;
}

.zlz_bg4 {
	background: url(../img/zhiliang_img3.png) no-repeat center;
}

.zlz_bg5 {
	background: url(../img/zhiliang_img4.png) no-repeat center;
}

.zlz_bg6 {
	background: url(../img/zhiliang_img5.png) no-repeat center;
}

@media (min-width:992px) and (max-width:1200px) {
	.zlz_li {
		height: 292px;
	}
	.zlz_hover {
		height: 292px;
		width: 90.5%;
	}
	.zlz_hover span {
		padding-top: 120px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.zlz_li {
		height: 224px;
	}
	.zlz_hover {
		height: 218px;
		width: 88.5%;
	}
	.zlz_hover span {
		padding-top: 100px;
	}
}

@media(max-width:767px) {
	.zlz {
		padding-top: 30px;
	}
	.zlz_ul li {
		border-radius: 50px;
		background: #fff;
		position: relative;
		margin-bottom: 20px;
	}
	.zlz_li {
		border-radius: 0;
		height: 250px;
		border: 2px solid #dadada;
	}
	.zlz_hover {
		border-radius: 0;
		height: 250px;
		width: 90%;
	}
	.zlz_hover span {
		border: 1px solid #aaa7a3;
		color: #fff;
		line-height: 24px;
		padding-top: 100px;
		border-radius: 0;
	}
	.zlz_box {
		padding: 0 30px;
	}
}

/*******新三板私董会*********/

.sanban {
	background: #fff;
	padding-top: 60px;
}

.sanban_tit span {
	background: url(../img/sanban_tit_bg.jpg) repeat-x bottom;
	display: block;
	height: 4px;
	width: 100%;
	padding-bottom: 16px;
}

.sanban_tit h2 {
	font-size: 24px;
	background: url(../img/sanban_tit_bg1.jpg) no-repeat left top;
	padding-top: 15px;
	color: #1a1a1a;
	font-weight: bold;
}

.sanban_l {
	float: left;
	width: 58%;
}

.sanban_r {
	float: right;
	width: 40%;
}

.sanban_wrap {
	padding-top: 52px;
}

.sanban_txt {
	line-height: 30px;
}

.sanban_l img {
	padding-top: 50px;
}

.sanban_r img {
	display: block;
	width: 100%;
}

.moshi {
	padding-top: 100px;
}

.moshi_tit {
	border-top: 1px solid #dddddd;
}

.moshi_tit h2 {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: bold;
	text-align: center;
	width: 140px;
	margin: -15px auto 0;
	background: #fff;
}

.moshi_tit h2 span {
	color: #75c6e9;
	padding-right: 10px;
}

.moshi_box {
	padding-top: 34px;
}

.moshi_box img {
	width: 100%;
}

.wqsdh {
	padding-top: 50px;
}

.wqsdh_box {
	padding-top: 34px;
	padding-bottom: 80px;
}

.wqsdh_box img {
	width: 100%;
}

@media(max-width:767px) {
	.sanban {
		padding-top: 20px;
	}
	.sanban_box {
		padding: 0 30px;
	}
	.sanban_tit h2 {
		font-size: 16px;
	}
	.sanban_l {
		float: none;
		width: 100%;
	}
	.sanban_r {
		float: none;
		width: 100%;
	}
	.sanban_wrap {
		padding-top: 15px;
	}
	.sanban_l img {
		padding-top: 15px;
	}
	.sanban_r {
		padding: 20px 80px 0;
	}
	.moshi {
		padding-top: 40px;
	}
	.wqsdh {
		padding-top: 25px;
	}
	.wqsdh_box {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media(max-width:500px) {
	.sanban_r {
		padding: 20px 20px 0;
	}
}

/****甬创服务联盟******/

.yongchuang {
	background: #fff;
}

.yongchuang_tit img {
	float: left;
}

.yongchuang_tit h3 {
	background: url(../img/sanban_tit_bg.jpg) repeat-x bottom;
	display: block;
	height: 4px;
	width: 100%;
	padding-top: 72px;
}

.yongchuang_tit1 {
	float: left;
	padding-left: 24px;
	padding-top: 15px;
}

.yongchuang_tit1 h2 {
	background: url(../img/sanban_tit_bg1.jpg) no-repeat top left;
	padding-top: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
}

.yongchuang_box {
	padding-top: 50px;
}

.yongchuang_txt {
	padding-top: 56px;
	line-height: 30px;
}

.yongchuang_imgl {
	float: left;
	width: 46%;
}

.yongchuang_imgl img {
	width: 100%;
}

.yongchuang_imgr {
	float: right;
	width: 46%;
}

.yongchuang_imgr img {
	width: 100%;
}

.yongchuang_img {
	padding-top: 96px;
}

.rzqy {
	padding-top: 75px;
}

.rzqy_ul {
	padding-top: 40px;
}

.rzqy_ul li {
	padding-bottom: 15px;
}

.rzqy_ul li img {
	width: 100%;
}

.yczj {
	background: url(../img/yczj_bg.jpg) repeat-x;
	margin-top: 70px;
}

.yczj_box h2 {
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

.yczj_ul {
	padding-top: 40px;
}

.yczj_ul li h3 {
	width: 4px;
	height: 40px;
	float: left;
}

.yczj_ul li {
	margin-bottom: 30px;
}

.yczj_txt {
	float: left;
	padding-left: 10px;
}

.yczj_txt h5 {
	padding-top: 10px;
}

@media(max-width:767px) {
	.yongchuang_box {
		padding: 15px 30px 0;
	}
	.yongchuang_tit1 h2 {
		font-size: 16px;
	}
	.yongchuang_txt {
		padding-top: 10px;
	}
	.yongchuang_img {
		padding-top: 20px;
	}
	.rzqy {
		padding-top: 30px;
	}
	.moshi_tit h2 {
		font-size: 18px;
		margin: -11px auto 0;
	}
	.rzqy_ul {
		padding-top: 15px;
	}
	.rzqy_ul li {
		padding: 0 20px 10px;
	}
	.yczj {
		background: url(../img/yczj_bg.jpg) repeat;
		margin-top: 10px;
	}
	.yczj_box h2 {
		padding-top: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.yczj_ul {
		padding-top: 20px;
	}
}

@media(max-width:449px) {
	.yongchuang_imgl {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.yongchuang_imgr {
		float: none;
		width: 100%;
	}
}

/***创业创新学院****/

.chuangye {
	background: #fff;
	padding-top: 60px;
}

.cycxjj_l {
	float: left;
	width: 45%;
	padding-top: 20px;
	line-height: 35px;
}

.cycxjj_r {
	float: right;
	width: 47%;
}

.cycxjj_r img {
	width: 100%;
}

.cycxjj {
	padding-top: 40px;
}

.xycd {
	padding-top: 60px;
}

.xycd .moshi_tit h2 {
	width: 220px;
}

.xycd_ul {
	padding-top: 40px;
}

.xycd_ul li {
	padding: 0 10px;
}

.xycd_ul li img {
	width: 100%;
}

.xycd_txt {
	line-height: 30px;
	padding: 60px 20px 46px;
}

.xycd_ul li {
	margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1200px) {
	.cycxjj_l {
		padding-top: 0px;
		line-height: 30px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.cycxjj_l {
		padding-top: 0px;
		line-height: 24px;
	}
	.cycxjj_r {
		padding-top: 30px;
	}
}

@media(max-width:767px) {
	.cycxjj_l {
		float: none;
		width: 100%;
		padding-top: 0;
		line-height: 24px;
	}
	.cycxjj_r {
		float: none;
		width: 100%;
		padding: 15px 30px 0;
	}
	.chuangye_box {
		padding: 0 30px;
	}
	.chuangye {
		padding-top: 20px;
	}
	.cycxjj {
		padding-top: 15px;
	}
	.xycd {
		padding-top: 25px;
	}
	.xycd_ul {
		padding-top: 20px;
	}
	.xycd_txt {
		padding: 0 0 15px;
	}
}

/***赛事培训****/

.saishi {
	background: #fff;
	padding-top: 60px;
}

.saishi_ul {
	padding-top: 60px;
}

.saishi_ul li h3 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bababa;
}

.saishi_ul li img {
	width: 100%;
}

.saishi_ul li {
	margin-bottom: 50px;
}

@media(max-width:767px) {
	.saishi {
		padding-top: 20px;
	}
	.saishi_box {
		padding: 0 30px;
	}
	.saishi_ul {
		padding-top: 20px;
	}
	.saishi_ul li {
		margin-bottom: 20px;
	}
}

/*******投资基金********/

.touzi {
	border-top: 2px solid #efefef;
	background: #fff;
}

.touzi_tit {
	border-top: 4px solid #0899d7;
}

.touzi_tit_ul li {
	float: left;
	padding: 0 68px;
	background: url(../img/touzi_tit_bg.jpg) no-repeat right center;
}

.touzi_tit_ul li a {
	width: 130px;
	display: block;
	text-align: center;
	border-bottom: 3px solid #fff;
}

.touzi_tit_ul li a.active {
	color: #0096d6;
	border-bottom: 3px solid #0096d6;
}

.touzi_tit_ul li a:hover {
	color: #0096d6;
	border-bottom: 3px solid #0096d6;
}

.touzi_tit_ul li:last-child {
	background: none;
}

.touzi_tit_ul {
	margin: 0 auto;
	width: 70%;
	height: 45px;
	line-height: 45px;
}

.touzi_tit {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
}

.touzi_box {
	padding-top: 56px;
}

.jjgl_img img {
	width: 100%;
}

.jjgl_ul {
	padding-top: 68px;
	padding-bottom: 90px;
}

.jjgl_ul li {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.jjgl_li {
	height: 180px;
	background: url(../img/touzi_img.png) no-repeat center;
	text-align: center;
}

.jjgl_li span {
	font-size: 30px;
	color: #e9bd80;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}

.jjgl_li h2 {
	font-size: 20px;
	color: #1a1a1a;
	font-weight: bold;
	padding-top: 24px;
}

.jjgl_txt {
	padding: 40px 20px 0;
}

@media (min-width:992px) and (max-width:1200px) {
	.jjgl_ul li {
		width: 33%;
	}
	.touzi_tit_ul li {
		padding: 0 40px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.jjgl_ul li {
		width: 33%;
	}
	.touzi_tit_ul li {
		padding: 0 15px;
	}
	.touzi_tit_ul {
		width: 56%;
	}
	.touzi_tit_ul li a {
		width: 100px;
	}
}

@media(max-width:767px) {
	.jjgl_ul li {
		width: 50%;
		height: 330px;
		overflow: hidden;
	}
	.touzi_tit_ul li {
		padding: 0 10px;
	}
	.touzi_tit_ul {
		width: 100%;
		align-self: center;
	}
	.jjgl_ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.touzi_tit_ul li a {
		width: 80px;
	}
	.touzi_box {
		padding: 15px 30px 0;
	}
	.touzi {
		padding: 0;
	}
	.jjgl_txt {
		padding: 10px 20px 0;
	}
}

@media(max-width:500px) {
	.jjgl_ul li {
		width: 100%;
		height: auto;
	}
}

/****合作基金******/

.hzjj_box {
	padding-top: 50px;
}

.hzjj_box h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #1a1a1a;
	line-height: 30px;
}

.hzjj_txt {
	padding: 60px 60px 0;
	text-align: center;
	font-size: 16px;
}

.hzjj_ul {
	padding-top: 50px;
	padding-bottom: 70px;
}

.hzjj_ul li {
	background: #efefef;
	height: 98px;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.hzjj_c {
	padding-top: 43px;
	padding-left: 70px;
}

.hzjj_c span {
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	border-radius: 50%;
}

.hzjj_c h3 {
	float: left;
	padding-left: 32px;
}

@media(max-width:767px) {
	.hzjj_box {
		padding: 20px 30px 0;
	}
	.hzjj_box h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #1a1a1a;
	}
	.hzjj_txt {
		padding: 5px 0px 0;
		font-size: 14px;
	}
	.hzjj_ul {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.hzjj_c h3 {
		padding-left: 25px;
	}
	.hzjj_c {
		padding-left: 35px;
	}
}

/********投行服务******/

.txfw_box {
	padding: 35px 55px 0;
}

.txfw_box h2 {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: bold;
	text-align: center;
}

.txfw_box h3 {
	padding-top: 40px;
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.txfw_txt {
	padding-top: 40px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 40px;
}

.txfw_ul {
	padding-top: 40px;
}

.txfw_ul li {
	text-align: center;
	margin-bottom: 20px;
}

.txfw_ul li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.txfw_ul li:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.txfw_ul li h4 {
	padding-top: 20px;
	color: #040203;
}

.bgcz {
	padding-top: 40px;
	padding-bottom: 70px;
}

.bgcz h5 {
	text-align: center;
	font-size: 24px;
	color: #1a1a1a;
	font-weight: bold;
}

.bgcz h6 {
	padding-top: 38px;
	text-align: center;
	font-size: 16px;
}

@media(max-width:767px) {
	.txfw_box {
		padding: 20px 30px 0;
	}
	.txfw_box h2 {
		font-size: 16px;
	}
	.txfw_box h3 {
		padding-top: 15px;
		font-size: 14px;
		color: #1a1a1a;
		text-align: center;
		font-weight: normal;
		line-height: 24px;
	}
	.txfw_txt {
		padding-top: 10px;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 15px;
	}
	.txfw_ul li {
		margin-bottom: 20px;
	}
	.bgcz {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.bgcz h5 {
		font-size: 16px;
	}
	.bgcz h6 {
		font-size: 14px;
		line-height: 24px;
		padding-top: 10px;
	}
}

/******入驻指南******/

.ruzhu {
	border-top: 2px solid #efefef;
	background: #fff;
}

.ruzhu_box {
	padding-top: 46px;
}

.hyrz h2 {
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}

.hyrz h3 {
	padding-top: 30px;
	font-size: 16px;
	color: #666666;
}

.hyrz {
	text-align: center;
}

.hyrz img {
	padding-top: 38px;
}

.rzbz {
	background: #efefef;
	border-top: 1px solid #bbbbbb;
	padding-bottom: 30px;
}

.rzbz h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 38px;
}

.ruzhu_tit h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.rzbz h3 {
	padding-top: 32px;
	text-align: center;
	font-size: 16px;
	color: #1b1b1b;
}

.ruzhu_titbg {
	background: url(../img/ruzhu_tit.png) no-repeat center bottom;
	height: 2px;
	width: 28px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

.xmyq {
	padding-top: 38px;
}

.xmyq_ul {
	padding-top: 94px;
}

.xmyq_ul li {
	position: relative;
	padding-right: 60px;
}

.xmyq_li {
	border: 1px solid #d4d4d4;
	height: 300px;
	border-bottom: 6px solid #c9c9c9;
}

.xmyq_img {
	position: absolute;
	left: 200px;
	top: -66px;
}

.xmyq_txt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #1b1b1b;
	background: url(../img/xmyq_txt_bg.png) repeat-x bottom center;
	padding-bottom: 18px;
}

.xmyq_txt {
	padding: 34px 24px 0 26px;
}

.xmyq_txt p {
	padding-top: 38px;
}

.rzlc {
	padding-top: 52px;
}

.rzlc_box {
	padding: 21px 100px 0;
	width: 100%;
}

.rzlc_box img {
	width: 100%;
}

.rzlc_box img:last-child {
	padding-top: 38px;
}

.sxcl {
	padding-top: 56px;
}

.sxcl h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding-top: 18px;
}

.sxcl_ul {
	padding-top: 32px;
}

.sxcl_ul li {
	border: 1px solid #b2b2b2;
	height: 624px;
	padding: 0;
}

.sxcl_ul li:last-child {
	border-left: none;
}

.sxcl_ul li h4 {
	height: 58px;
	background: #efefef;
	padding-top: 18px;
	padding-left: 40px;
	font-size: 16px;
	color: #5ba8de;
	font-weight: bold;
}

.sxcl_txt {
	padding: 50px 32px 0 40px;
}

.gsdj {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 80px;
}

.gsdj_ul {
	padding-top: 35px;
}

.gsdj_ul li {
	float: left;
	padding-right: 37px;
}

.gsdj_ul li strong {
	color: #0096d6;
}

.gsdj p {
	padding-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

@media (min-width:768px) and (max-width:991px) {
	.xmyq_txt {
		padding: 24px 10px 0 10px;
	}
	.xmyq_txt p {
		padding-top: 10px;
	}
	.xmyq_img img {
		width: 65px;
	}
	.xmyq_img {
		left: 112px;
		top: -53px;
	}
	.sxcl_txt {
		padding: 15px 10px 0 10px;
	}
}

@media(max-width:767px) {
	.ruzhu {
		padding: 0;
	}
	.ruzhu_box {
		padding: 20px 30px 0;
	}
	.hyrz h2 {
		font-size: 16px;
		line-height: 30px;
	}
	.hyrz h3 {
		padding-top: 5px;
		font-size: 14px;
	}
	.hyrz img {
		padding-top: 15px;
	}
	.rzbz h2 {
		padding-top: 15px;
		font-size: 16px;
	}
	.rzbz h3 {
		padding-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.xmyq {
		padding-top: 15px;
	}
	.ruzhu_tit h2 {
		font-size: 16px;
	}
	.xmyq_ul li {
		padding-right: 15px;
		margin-bottom: 70px;
	}
	.xmyq_ul li:last-child {
		margin-bottom: 0px;
	}
	.xmyq_img img {
		width: 65px;
	}
	.xmyq_img {
		right: 60px;
		top: -53px;
		left: auto;
	}
	.xmyq_txt h3 {
		font-size: 16px;
	}
	.rzlc {
		padding-top: 20px;
	}
	.rzlc_box {
		padding: 15px 0 0;
	}
	.rzlc_box img:last-child {
		padding-top: 20px;
	}
	.sxcl_ul li {
		border: 1px solid #b2b2b2;
		height: auto;
		padding: 0;
		margin-bottom: 15px;
	}
	.sxcl h3 {
		padding-top: 10px;
	}
	.sxcl_ul li:last-child {
		border-left: 1px solid #b2b2b2;
	}
	.sxcl_txt {
		padding: 15px 10px 20px 20px;
	}
	.sxcl_ul {
		padding-top: 15px;
	}
	.sxcl {
		padding-top: 20px;
	}
	.gsdj {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.gsdj_ul {
		padding-top: 15px;
	}
	.gsdj_ul li {
		padding-right: 10px;
	}
	.gsdj p {
		padding-top: 0px;
		font-size: 14px;
	}
}

/***联系我们****/

.ditu {
	padding-top: 50px;
}

.ditu img {
	width: 100%;
}

.contact_ul {
	padding-top: 70px;
	padding-bottom: 78px;
}

.contact_ul li h2 {
	background: url(../img/contact_img1.png) no-repeat left center;
	height: 50px;
	line-height: 50px;
	padding-left: 78px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.contact_ul li span {
	background: url(../img/contact_img2.png) no-repeat left center;
	height: 50px;
	line-height: 50px;
	padding-left: 78px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	display: block;
}

.contact_txt {
	padding-left: 78px;
	font-size: 16px;
	line-height: 30px;
}

@media(max-width:767px) {
	.ditu {
		padding-top: 20px;
		height: 220px;
		width: 800px;
		position: relative;
		left: 40%;
		margin-left: -400px;
	}
	.contact_box {
		padding: 0 30px;
	}
	.contact_txt {
		padding-left: 0px;
		font-size: 14px;
		padding-top: 15px;
	}
	.contact_ul li {
		margin-bottom: 15px;
	}
	.contact_ul li h2 {
		height: 50px;
		line-height: 50px;
		padding-left: 60px;
		font-size: 16px;
	}
	.contact_ul li span {
		height: 50px;
		line-height: 50px;
		padding-left: 60px;
		font-size: 16px;
	}
	.contact_ul {
		padding-top: 60px;
		padding-bottom: 10px;
	}
}

/******最新政策******/

.policy {
	background: #fff;
	border-top: 2px solid #efefef;
	padding: 0 0 50px 0;
}

.policy .about_t {
	border-bottom: 4px solid #0899d7;
}

.policy_tit {
	background: url(../img/policy_img.png) no-repeat left center;
	height: 148px;
	line-height: 148px;
}

.policy_wrap {
	padding-top: 52px;
	position: relative;
}

.policy_ul {
	width: 68%;
	float: left;
}

.policy_ul li {
	background: #f9f9f9;
	padding: 16px 95px 20px 22px;
	margin-bottom: 50px;
	border-bottom: 10px solid #c7c7c7;
}

.policy_tit span {
	color: #fff;
	float: left;
	font-size: 36px;
	font-weight: bold;
	margin-left: 50px;
}

.policy_tit1 {
	float: left;
	padding-left: 40px;
	margin-top: 25px;
}

.policy_tit1 h2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.policy_tit1 h3 {
	font-size: 14px;
	color: #fff;
	padding-top: 30px;
}

.zhankai {
	text-align: center;
	margin-top: 52px;
	font-size: 16px;
	cursor: pointer;
}

.shouqi {
	text-align: center;
	background: url(../img/policy_shou.png) no-repeat center top;
	padding-top: 18px;
	margin-top: 52px;
	display: none;
	font-size: 16px;
	cursor: pointer;
}

.policy_txt {
	height: 100px;
	overflow: hidden;
	font-size: 16px;
	padding-top: 25px;
}

.policy_r {
	width: 30%;
	position: absolute;
	right: 0;
	top: 52px;
}

.policy_r h3 {
	font-size: 24px;
	border-bottom: 3px solid #0096d6;
	padding-bottom: 12px;
}

.policy_r ul li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #cccccc;
	background: url(../img/policy_r_img1.png) no-repeat left center;
	padding-left: 15px;
}

.policy_r ul li:hover {
	background: url(../img/policy_r_img2.png) no-repeat left center;
}

.policy_r ul li:hover a {
	color: #269ed9 !important;
}

.policy_fanhui {
	padding-top: 26px;
}

.policy_fanhui a {
	display: block;
	color: #269ed9;
	background: url(../img/policy_r_fanhui.png) no-repeat right center;
	width: 80px;
	font-size: 16px;
}

@media (min-width:992px) and (max-width:1200px) {
	.policy_ul li {
		padding: 10px 10px 20px 15px;
	}
}

@media(max-width:991px) {
	.policy_ul li {
		padding: 10px 10px 20px 15px;
	}
	.policy_ul {
		width: 100%;
		float: none;
	}
	.policy_r {
		float: none;
		display: none;
	}
}

@media(max-width:767px) {
	.policy_tit {
		background: #0096d6;
		height: 80px;
		line-height: 80px;
		overflow: hidden;
	}
	.policy_tit1 h2 {
		font-size: 16px;
	}
	.policy_tit1 h3 {
		font-size: 14px;
		padding-top: 10px;
	}
	.policy_tit1 {
		margin-top: 20px;
	}
	.policy_tit span {
		margin-left: 20px;
	}
	.policy_txt {
		font-size: 14px;
	}
	.policy_wrap {
		padding-top: 20px;
	}
	.policy_ul li {
		margin-bottom: 20px;
		border-bottom: none;
	}
	.policy {
		padding-bottom: 0;
	}
	.policy_box {
		padding: 0 30px;
	}
}

@media(max-width:449px) {
	.policy_tit span {
		display: none;
	}
	.policy_tit1 {
		padding-left: 0px;
		margin-top: 0px;
	}
	.policy_tit {
		height: auto;
		line-height: auto;
		padding: 10px;
	}
}

.scxq a {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 10px 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

.aboutLogo {
	
	background-color: #fff;
}

.aboutLogo img {
	width:50%;
	display: block;
	margin: auto;
	padding-top: 5%;
}

.box {
	background: #fff;
	padding: 0 5%;
	padding-bottom: 5%;
}

.box p {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	text-indent: 2.4rem;
}

.taxtBody {
	width: 100%;
	padding: 60px 0;
	height: 70%;
	position: relative;
}

.taxtBody::before {
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/bg.png) no-repeat center center;
	background-size: cover;
}

.taxtBody .ul {
	position: relative;
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-bottom: 100px;
}

.taxtBody .ul::before {
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: rgba(42, 78, 96, 0.3);
	border-radius: 20px;
}

.taxtBody .ul::after {
	content: "发展历程";
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: -32px;
	width: 64px;
	height: 64px;
	background-color: #197291;
	text-align: center;
	line-height: 56px;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.taxtBody .ul li {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10PX;
	width: 70%;
	padding: 3%;
	float: left;
	font-size: 14px;
	list-style: none;
}

.taxtBody .ul .lf {
	margin-top: 50px;
}

.taxtBody .ul .ri {
	margin-bottom: 50px;
}

.taxtBody .ul .lfBox, .taxtBody .ul .riBox {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.taxtBody .ul .lfBox .time {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #197291;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: -13%;
	top: 12px;
}

.taxtBody .ul .riBox .time {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #197291;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: -13%;
	top: 12px;
}

.ri::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: inherit;
	left: -10px;
	border-right: 10px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -10px;
	top: 28px;
}

.lf::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -10px;
	top: 28px;
}
.el-timeline-item__timestamp {
	color: #fff !important;
	font-weight: 600!important;
	font-size: 16px!important;
	font-style: italic!important;
}

.el-card {
	background-color: rgba(255, 255, 255, 0.5) !important;
	border: none !important
}

.el-timeline {
	width: 61%;
	margin: 0 auto !important
}
.small{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.titleS {
	text-align: center;
	font-size:2.4rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 26px;
	position: relative;
   
}
.titleS::after{
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color:#0097d6;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;

}
@media (max-width: 768px) {
	.aboutLogo img {
		width: 100%;
	}
	.taxtBody .ul .lfBox .time {
		right: -15%;
		top: -46px;
	}
	.taxtBody .ul .riBox .time {
		left: -10%;
		top: -48px;
	}
	.el-timeline {
        width: 80%;
        margin: 0 auto;
    }
}