/* 多板块通用 start */
a {cursor:pointer;}
.type-page {padding-top:60px;width:1300px;margin:0 auto;}

.typename-box {
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}
.type-name {
	font-size:26px;
}
.typename-line{
    width: 60px;
	margin:15px auto;
	height:5px;
	background:#ffa400;
    display: block;
}
.type-desc {font-size:14px;color:#aaa;}
.type-desc-en {margin-top:5px;font-size:13px;color:#aaa;}

.page-body {
	position: relative;
}
.page-w50 {width:50%;}
.fl {float:left;}
.fr {float:right;}

.page-ul {
	overflow: hidden;
	padding: 10px 0;
}

.pstr {position:relative;}
.psta {position:absolute;}
/* 多板块通用 end */




.yunying-body {padding:20px 15px;
color:#666;
font-size:16px;line-height:26px;
/* color:#082f53; */

}



/* 核心业务 start */
.hxyw-li {width:25%;}
.hxyw-link {width:220px;max-width:90%;line-height:220px;text-align:center;font-size:45px;display:block;margin:0 auto;color:#fff;border-radius:50%;font-weight:600;}
.odd .hxyw-link {background:#082f53;}
.evnt .hxyw-link {background:#ffa400;}

/* 核心业务 end */



/* 运营管理 start */
.yygl-ul {padding:30px 0 10px;}
.yygl-li {width:15%;margin:10px 2% 10px 0;}
.yygl-images {width:100%;}
.yygl-title {text-align:center;font-size:26px;line-height:40px;}

/* 配套设施 start */
.ptss-li {width:15%;margin-right:2%;}
.ptss-link {line-height:22px;padding:15px 0;display:block;}
.ptss-num {border-radius:50%;background:#082f53;color:#fff;display:block;width:22px;text-align:center;}
.ptss-title {margin-left:28px;color:#082f53;}
/* 配套设施 end */

.case-box {
	min-height: 500px
}

.case-box * {
	box-sizing: border-box
}

.case-box li {
	width: 48%;
	margin-right:4%;
	border: 1px solid #eee;
	background: #fff;
	float: left;
	margin-bottom: 30px;
}
.case-box li:hover {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.case-box li {
		opacity: 0
	}
}

.case-box li.showCase {
	animation: showCases .8s forwards;
	-webkit-animation: showCases .8s forwards;
	-moz-animation: showCases .8s forwards;
	-o-animation: showCases .8s forwards
}

.case-box li>a {
	display: block
}

.case-box li img {
	border: 0
}

.case-box li .big-pic {
	width: 100%;
}

.case-nav,.case-box li .big-pic img {
	width: 100%;
	height: 100%
}

.case-box li .case-content {
	width: 100%;
	/* height: 60px; */
	position: relative;
	background: #fff
}
.case-box li .big-pic {position:relative;}
.case-box li .big-pic .case-desc {
	position: absolute;
	line-height: 30px;
	/* top: -30px; */
	left: 0;
	bottom:0;
	width: 100%;
	padding-left: 12px;
	background: rgba(0,0,0,.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
	color: #fff;
}

.case-box li .case-content .case-info {
	padding: 8px 12px
}

.case-box li .case-content .case-info img {
	width: 110px;
	height: 110px;
	float: left
}

.case-box li .case-content .case-info span {
	line-height: 44px;
	color: #555;
	float: left;
	padding-left: 16px
}
.yygl-list-text {
	line-height: 20px;
	color: #555;
	margin-left: 130px
}
.yygl-list-title {font-size:16px;font-weight:600;line-height:20px;padding:5px 0;}
.yygl-list-body {height:80px;overflow:hidden;;}

.case-box li.no-margin {
	margin-right: 0
}

.case-box:after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
	zoom: 1
}

.case-box .error-box {
	width: 100%;
	padding-top: 40px;
	display: none
}

.case-box .error-box .load-error {
	display: block;
	width: 130px;
	height: 130px;
	background: url(../img/loaderror.png) center no-repeat;
	margin: 0 auto
}

.case-box .error-box .load-top {
	margin-top: 12px;
	line-height: 30px;
	font-size: 20px;
	color: #555;
	text-align: center
}

.case-box .error-box .load-bottom {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-bottom: 16px
}

.case-box .error-box .load-box {
	width: 200px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	line-height: 50px;
	padding-left: 10px;
	background: #fff;
	cursor: pointer
}

.case-box .error-box .load-box i {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	background: url(../img/loadagain.png) no-repeat;
	left: 44px;
	top: 50%;
	margin-top: -10.5px
}

.case-box .error-box .load-box span {
	color: #222;
	font-size: 16px
}

.case-box .error-box .load-box:hover {
	background: #0f97ff;
	border: 1px solid transparent
}

.case-box .error-box .load-box:hover i {
	background: url(../img/loadagain.png) 0 -21px no-repeat
}

.case-box .error-box .load-box:hover span {
	color: #fff
}

.case-nav h3,.case-nav h3 a,.case-box .get-big .case-content .case-info span {
	color: #0f97ff
}

.case-nav {
	height: 60px;
	background: #edf2f5
}

.case-nav h3 {
	width: 1100px;
	margin: 0 auto;
	line-height: 60px;
	padding-left: 50px;
	font-weight: 400
}

.case-nav h3 i {
	font-style: normal;
	padding: 0 20px;
	color: #555
}

.case-nav h3 span {
	color: #555
}
/* 运营管理 end */


/* 招商 start */
.gy_jj  {padding:60px 0;}
.gy_jj_web {
	color: #7f7f7f;
    line-height: 29px;
    text-indent: 2em;
color:#fff;}
.gy_jj .typename-box {color:#fff}
/* 招商 end */


/* 传播 start */
.chuanbo-page {max-width:1300px;margin:0 auto;padding:30px 0;}
.part5 {
	background: #f4f4f4;
	padding: 80px 0 60px
}

.part5 h3 {
	font-size: 30px;
	color: #555;
	text-align: center;
	line-height: 55px;
	font-weight: 400
}

.part5 .list-data {
	width: 900px;
	height: 105px;
	display: none;
	margin-bottom:100px;
}

.part5 .list-data li {
	float: left;
	width: 180px;
	margin-right: 50px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(210,209,215,.5);
	border-radius: 10px;
	padding: 20px 12px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height: 105px;
}

.part5 .list-data li:nth-of-type(1) {
	margin-right: 75px;
	width: 185px;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-align: center;
	padding: 0
}

.part5 .list-data li:nth-of-type(1) img {
	width: 100%
}

.part5 .list-data li.start {
	margin-right: 75px;
	width: 185px;
	overflow: hidden;
	padding: 0
}

.part5 .list-data li.start:before,.s-swiper .right .list li p:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.part5 .list-data li.start img {
	width: 100%;
	display: inline-block;
	vertical-align: middle
}

.part5 .list-data li:nth-last-of-type(1) {
	margin-right: 0
}

.part5 .list-data li.end {
	margin-right: 0
}

.part5 .list-data li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.part5 .list-data li .item-data,.part6 h3,.part6 h4,.part6 h5 {
	font-size: 30px;
	color: #0f97ff;
	text-align: center;
	line-height: 40px
}

.part5 .list-data li .item-title {
	font-size: 18px;
	color: #555;
	text-align: center;
	line-height: 25px
}

.s-swiper {
	width: 1034px;
	max-width:100%;
	/* min-height: 665px; */
	/* min-height: 465px; */
}

.s-swiper .left {
	width: 48%;
	/* height: 465px; */
	float: left;
	/* margin-right: 6% */
}

.s-swiper .left img {
	width: 100%;
	height: 100%;
	border: 0
}

.s-swiper .left .img-left,.s-swiper .left .img-right {
	width: 46%;
	/* height: 465px; */
	float: left
}

.s-swiper .left .img-left {
	margin-right: 5%
}

.s-swiper .right {
	width:46%;
	float:right;
}

.s-swiper .right .list {
}

.s-swiper .right .list li {
	/* height: 115px; */
}
.s-swiper .right .list li * {
	line-height: 115px;
}
.s-swiper .right .list li:after {
	content:"";
	display:block;
	clear:both;
}
.s-swiper .right .list li h5 {
	/* width: 150px; */
	font-size: 24px;
	color: #555;
	float: left;
	margin-right:20px;
	text-align: left
}

.s-swiper .right .list li p {
	/* width: 310px; */
	float:left;
	font-size: 16px;
	color: #6c6c6c;
	line-height: 22px
}

.s-swiper .right .list li p span {
	display: inline-block;
	vertical-align: middle
}

.swiper-button-next,.swiper-button-prev {
	width: 23px;
	height: 40px;
	margin-top: -20px;
	background-size: contain;
	position: absolute;
	top: 50%;
	cursor: pointer
}

.swiper-button-prev {
	left: 100px;
	background-image: url(/skin/images/before.png)
}

.swiper-button-next {
	background-image: url(/skin/images/next.png);
	right: 0
}

.swiper-wrap {
	width: 1264px;
	/* margin: 100px auto 0; */
	margin: 0 auto;
	position: relative;
	/* padding-left: 80px */
}

/* 传播 end */



/* 合作业态 start */


.hzyt-li {float:left;margin-right:2%;margin-bottom:20px;}
.hzyt-li.last {margin-right:0;}
.hzyt-li1, .hzyt-li2, .hzyt-li3,.hzyt-li4 {width:49%;height:680px;}
.hzyt-li5, .hzyt-li6 {height:826px;}
.hzyt-li5 {width:59%;}
.hzyt-li6 {width:39%;}

.hzyt-image {display:block;width:100%;height:100%;}

/* 合作业态 end */



/* 战略合作 start */
#tab-title {
	/* height: 50px; */
	/* width: 1200px; */
	margin: 15px 0 0 0
}
#tab-title:after {
	content:"";
	display:block;
	clear:both;
}
#tab-title li {
	float: left;
	height: 50px;
	width: 150px;
	font-size: 22px;
	text-align: center;
	color: #595961;
	margin: 0 12px;
	cursor: pointer;
	position: relative
}

#tab-title li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	content: ' ';
	background-color: #ffa400;
	background-color: transparent\9;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
	transition: all .6s cubic-bezier(.19,1,.22,1)
}

#tab-title li:hover {
	text-decoration: none;
	color: #ffa400
}

#tab-title .li-first {
	/* width: 153px; */
	margin-left: 0;
}

#tab-title .li-last {
	/* width: 153px; */
	margin: 0 0 0 12px
}

.tab-title-border {
	height: 1px;
	margin-bottom: 2px;
	margin-left: 40px;
	margin-bottom:30px;
	/* width: 1200px; */
	background: #e1e1e3
}


.tab-content-li {
	display: none;
	/* height: 594px; */
	/* width: 1200px; */
	font-size: 18px;
	color: #414259
}

#tab-title li.tab-select {
	color: #ffa400
}

#tab-title li.tab-select:after,#tab-title li:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #ffa400
}

.tab-content-li.show {
	display: block
}


#tab-content-text {
	/* margin-left: 40px */
	min-height:327px;
}

.content-info {
	width: 210px;
	height: 244px;
	background: #fff;
	text-align: center;
	float: left;
	margin: 27px 14px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
	border: 1px solid #fff;
	position: relative;
	transition: all .2s
}
.tab-content-li.show {}






/* 战略合作列表 start */

.whole_imgs{width:31.333333%;margin:0 3% 30px 0;height:220px;float:left;
	height:245px;
}
.whole_imgs.last {margin-right:0;}
.whole_imgs a{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #233;
	background-size:100% 100%;
	background-position:0 0;
	transition:all 1s;
}

.grid {
	overflow: hidden;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	/* margin: -0.135em; */
	width: 100%;
	height: 100%;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

.grid a img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.4;
}

.grid a figcaption {
	padding: 5%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid a figcaption::before, .grid a figcaption::after {
	pointer-events: none;
}

.grid a figcaption, .grid a a {
	position: absolute;
	top: 0;
	left:0;
	width: 90%;
	height: 84%;
}
.grid a a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid a h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid a h2 span {
	font-weight: 800;
}

.grid a h2,
.grid a p {
	margin: 0;
}

.grid a p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


a.effect-bubba {
}

a.effect-bubba img {
	opacity: 1.0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

a.effect-bubba:hover img {
	opacity: 0.6;
}
a.effect-bubba figcaption {}
a.effect-bubba figcaption:before,
a.effect-bubba figcaption:after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

a.effect-bubba figcaption:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-bubba figcaption:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


a.effect-bubba h2 {
	padding-top: 25%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

a.effect-bubba p {
	display:block;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

a.effect-bubba:hover figcaption:before,
a.effect-bubba:hover figcaption:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

a.effect-bubba:hover h2,
a.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}








.zlhz-list {float:left;width:15%;margin-right:2%;margin-bottom:15px;}
.zlhz-list.last {margin-right:0;}


/* 战略合作列表 end */




/* 战略合作 end */
