@charset "utf-8";
/* CSS Document */
* {margin: 0px;padding: 0px;}

html {height: 100%;}

body {
	font-size: 14px;
	line-height: 1.5;
	color: #444;
	height: 100%;
	background: #f4f3f2;
}

div, p, span {
	font-size: 14px;
}

ol, ul {
	list-style: none;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #3698ff;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

input {
	border: none;
	font-family: "Microsoft Yahei";
	outline: none;
}

input[type="button"] {
	cursor: pointer;
}

.red {
	color: #96000c;
}

.mid {
	width: 1000px;
	margin: 0 auto;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

h3 {
	font-size: 18px;
	color: #523f38;
	font-weight: bolder;
}
@font-face {
	src: url("../font/SourceHanSerifCN-Bold-2.otf");
	font-family: Bold;
}
@font-face {
	src: url("../font/SourceHanSerifCN-Medium-6.otf");
	font-family: Medium;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: unset;
} /*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 4px;
	background-color: unset;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
	background-color: #cdc4c1;
}
.ul2:after,
.ul3:after,
.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0;
}

#servicebanner .swiper-slide .imgbox:hover{
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

/*newlive*/
.ul2box ul{
	margin: 60px -20px 0;
}
.ul2box ul li{
	width: 33.3333333%;
	height: 250px;
	float: left;
	padding: 20px 10px;
	box-sizing: border-box;
}
.ul2box ul li a{
	display: block;
	background: #fff;
	overflow: hidden;
	padding: 10px 10px 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.ul2box ul li a img{
	width: 100%;
	height: 250px;
}
.ul2box ul li a h4,
.ul2box ul li a p{
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 10px;
}
.ul2box ul li a h4{
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ul2box ul li a h4.pd{
	padding-bottom: 20px;
}
.ul2box ul li a p{
	padding-bottom: 10px;
	font-size: 14px;
}
/** index **/
/*首页导航*/
.subleft {
	position: fixed;
	left: 30px;
	top: 0;
	width: 240px;
	height: 790px;
	z-index: 88;
	background: url(../images/navbg.png) no-repeat;
	background-size: 100% 100%;
}

.subleft .logo{
	width: 170px;
	height: 179px;
	margin: 26px auto 169px;
}
.subleft .logo img{
	width: 100%;
	height: 100%;
}

#menu {
	position: relative;
	z-index: 2;
	width: 130px;
	margin: 0 auto;
}

#menu li {
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 20px;
}

#menu li:last-child {
	margin-bottom: 0;
}

#menu a {
	display: block;
	height: 35px;
	text-align: center;
	line-height:35px;
	color: #fff;
	font-weight: bold;
	width: 130px;
	font-family: Bold;
	font-size: 18px;
}

#menu li.active a{
	background: url("../images/left_nav_bg.png") no-repeat;
	background-size: contain;
	color: #0b6e97;
	position: relative;
}

.section{
	position: relative;
	background: url(../images/body_bg1.jpg) no-repeat;
	background-size:100% 100%;
}
.section1{
	background:#fff;
}

.section6{
	position: relative;
}
.section1.active .pfoot{
	position: fixed;
	background: #75d3ed;
	bottom: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	padding: 15px 0;
	width: 100vw;
}
.section1.active .pfoot a{
	font-size: 16px;
	color: #fff;
	margin: 0 10px;
}



.cont1 {
	height: 80%;
	width: 1100px;
	margin: 0px auto 0px;
}

.top_con {
	width: 1060px;
	position: absolute;
	top: 0;
	left: 1050px;
	margin-left: -520px;
	z-index: 999;
}



.top_right {
	width: 545px;
	margin-top: 47px;
}

.lab_con {
	float: left;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: url(../images/search_bg.png) no-repeat;
	margin-right: 5px;
}

.lable_con_input {
	display: block;
	float: left;
	width: 220px;
	height: 50px;
	line-height: 50px;
	color: #999;
	background: none;
	padding-left: 20px;
	font-size: 16px;
}

.lable_con_btn {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: none;
}
/*slect*/

a.login_a {
	display: inline-block;
	width: 133px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(-18deg, #1b7ce2 0%, #82e1f6 100%), linear-gradient(#02836f, #02836f);/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(-18deg, #1b7ce2 0%, #82e1f6 100%), linear-gradient(#02836f, #02836f); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-18deg, #1b7ce2 0%, #82e1f6 100%), linear-gradient(#02836f, #02836f);
	background: linear-gradient(-18deg, #1b7ce2 0%, #82e1f6 100%), linear-gradient(#02836f, #02836f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1b7ce2, endColorstr=#82e1f6);
	border-radius: 25px;
}

a.login_a:hover {
	color: #1b7ce2;
}

#login_go1 {
	width: 50px;
	height: 24px;
}

#login_go1 h3 {
	font-weight: normal;
	font-size: 12px;
}

#login_go1 h3 img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: block;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, .5);
}

#login_go1 h3 span {
	width: 100%;
	display: block;
	text-align: center;
}

#login_go1 h3:hover {
	color: #107f78;
}

#login_go1 .navsub {
	width: 80px;
	margin-left: -10px;
	border-top: 2px solid #107f78!important;
	display: none;
	font-size: 12px;
	text-align: center;
	background: #107f78!important;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

#login_go1 .navsub a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	padding: 5px 0;
}

#login_go1 .navsub a:hover {
	background: #96000c;
	color: #fff;
}



a.indexMore {
	position: absolute;
	bottom: -139px;
	right: 16px;
	width: 85px;
	height: 64px;
	margin-left: -47px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	background: url(../images/icon-more.png) right center no-repeat;
	letter-spacing: 2px;
	z-index: 999;
	font-family: Medium;
}
a.indexMore:hover {
	cursor: pointer;
	color: #333;
}
.mapbox{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	height: 441px;
}


.slideGroup {
	width: 1100px;
	text-align: left;
}

.slideGroup .parHd {
	width: 100%;
	height: 136px;
	position: absolute;
	top: 95px;
	left: 0;
	z-index: 10;
	background: url(../images/indexulbg.jpg) no-repeat;
}

.slideGroup .parHd ul{
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	height: 136px;
	box-sizing: border-box;
}
.slideGroup .parHd ul .pubtitle{
	position: absolute;
	width: 110px;
	height: 210px;
	right: 0;
	bottom: 0;
}

.slideGroup .parHd ul .pubicon{
	position: absolute;
	width: 218px;
	height: 210px;
	right: 166px;
	bottom: 0;
}
.slideGroup .parHd ul .pubtitle img,
.slideGroup .parHd ul .pubicon img{
	width: 100%;
	height: 100%;
}
.slideGroup .parHd ul li {
	float: left;
	cursor: pointer;
	text-align: right;
	display: inline;
	font-size: 16px;
	width: 16px;
	padding: 11px ;
	margin-right: 38px;
	font-family: "Medium";

}
.slideGroup .parHd ul li div{
	font-size: 16px;
	width: 16px;
	display: inline-block;
	line-height: 18px;
}
.slideGroup .parHd ul li.on{
	border: 1px solid #75d3ed;
	background: #d1f6ff;
}
.slideGroup .parHd ul li:last-child {
	text-align: left;
}
.slideGroup .parHd ul li a {
	color: #333;
	display: inline-block;
	line-height: 18px;
	margin-right: 10%;
	font-family: "Medium";
}
.slideGroup .parHd ul li:last-child a{
	margin-left: 10%;
}
.slideGroup .slideBox {
	zoom: 1;
	position: relative;
	min-height: 300px;
}

/*服务*/
#servicebanner{
	position: relative;
	height: 440px;
}
#servicebanner:after{
	display: block;
	content: '';
	width: 1200px;
	height: 163px;
	background: url(../images/bg6.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 0;
	bottom: -135px;
	left: 50%;
	margin-left: -600px;
}
#servicebanner .swiper-container{
	width: 1040px;
	padding: 30px 0;
}
#servicebanner .swiper-slide .imgbox{
	width: 160px;
	height: 420px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	margin: 0 auto;
	box-sizing: border-box;
}
#servicebanner .swiper-slide .imgbox:hover{
	cursor: pointer;
	position: relative;
	margin-top: -5px;
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
#servicebanner .swiper-slide .imgbox img{
	width: 100%;
	height: 100%;
}
#servicebanner .swiper-button-next,
#servicebanner .swiper-button-prev{
	width: 32px;
	height: 58px;
}





/*文化资讯*/
.newsLeft {
	float: right;
	width: 470px;
	height: 385px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.newsLeft span.img_con {
	display: block;
	width: 100%;
	height: 270px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.newsLeft span.img_con img {
	display: block;
	width: 100%;
	height: 270px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*.newsLeft span.img_con:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}*/

.newsLeft h3 {
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	line-height: 24px;
	margin-bottom: 20px;
}
.newsLeft p {
	width: 100%;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsLeft:hover a h3, .newsLeft:hover p {
	color: #fff;
}

.newsLeft:hover {
	background: #3698ff;
	box-shadow: 0 0 12px #333;
}

.newsLeft:hover span.time {
	color: #cfa3a6;
}

.newsRight {
	float: left;
	width: 560px;
	cursor: pointer;
	box-sizing: border-box;
}


.newsRight ul li {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	height: 103px;
	padding: 12px;
	margin-bottom: 22px;
}

.newsRight ul li:last-child {
	margin-bottom: 0;
}

.newsRight ul li:hover {
	background: #3698ff;
	color: #fff;
	box-shadow: 0 0 8px #333;
}

.newsRight ul li:hover a, .newsRight ul li:hover h3, .newsRight ul li:hover span
{
	color: #fff;
}

.newsRight ul li .imgbox {
	float: left;
	width: 135px;
	height: 103px;
	margin-right: 20px;
	overflow: hidden;
}

.newsRight ul li img {
	width: 135px;
	height: 103px;
	float: left;
	margin-right: 10px;
}

/*.newsRight ul li .imgbox:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}*/

.newsRight ul li h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #5b3f2e;
}

.newsRight ul li .text{
	height: 44px;
	color: #5b3f2e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsRight ul li a:hover h3, .newsRight ul li:hover span.time_btm_infor {
	color: #fff;
}

.newsRight ul li:hover  .text {
	color: #fff;
}



/* footer */
footer {
	background: #231e1b;
	width: 100%;
	padding: 30px 0;
	color: #988e8a;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 999;
}


/*2018 4 26*/
.slideGroup .parHd_2 {
	width: 100%;
	margin: 0 auto 50px;
	min-height: 60px;
	position: relative;

}

.slideGroup .parHd_2 ul li {
	float: left;
	cursor: pointer;
	font-size: 20px;
	width: 50%;
	text-align: right;
	display: inline;
	font-size: 18px;
}
.slideGroup .parHd_2_2 ul li{width:33.33%;}
.slideGroup .parHd_2 ul li:last-child {
	text-align: left;
}
.slideGroup .parHd_2_2 ul li:last-child {
	text-align:right;
}
.slideGroup .parHd_2 ul li a {
	display: inline-block;
	height: 38px;
	line-height: 36px;

	padding-top: 20px;
	margin-right: 20%;
	color: #81665d;
}

.slideGroup .parHd_2 ul li:last-child a {
	margin-left: 20%;
}

.slideGroup .parHd_2 ul li.on a {

	color: #96000c;
	font-weight: bolder;
}

.slideGroup .slideBox {
	zoom: 1;
	position: relative;
	min-height: 300px;
	padding-top: 180px;
}





.slideGroup .parHd_4 {
	width: 100%;
	margin: 0 auto 50px;
	min-height: 60px;
	position: relative;
	background: url(../images/indexH2Line.png) top center no-repeat;
}

.slideGroup .parHd_4 ul li {
	float: left;
	cursor: pointer;
	font-size: 20px;
	width: 25%;
	text-align: center;
	display: inline;
	font-size: 18px;
}

.slideGroup .parHd_4 ul li a {
	display: inline-block;
	height: 38px;
	line-height: 36px;
	background: url(../images/indexH2Bg2.png) top center no-repeat;
	padding-top: 20px;
	color: #81665d;
}
.slideGroup .parHd_4 ul li.on a {
	background-image: url(../images/indexH2Bg.png);
	color: #96000c;
	font-weight: bolder;
}
.slideGroup3 .slideBox{ min-height:425px;}

@media ( max-width : 1440px) {


	.slideGroup .slideBox {
		margin-top: 0;
	}
	.slideGroup .parHd {
		margin-bottom: 20px;
	}
	a.indexMore {
		bottom: -110px;
	}
	.section3 a.indexMore {
		bottom: -200px;
	}
	.section4 a.indexMore {
		bottom: -140px;
	}

}

.cgydLst li h3{
	height: 150px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

/*场馆预定*/
.venue{
	margin-top: 20px;
	height: 432px;
	width: 1100px;
	position: relative;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

.venue .swiper-container {
	width: 100%;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.venue .swiper-slide {
	background-size: cover;
	background-position: center;
}

.venue .gallery-top {
	height: 432px;
	width: 100%;

}
.venue  .gallery-top img{
	display: block;
	width: 750px;
	height: 432px;
}
.venue  .gallery-top  .swiper-button-next{
	position: absolute;bottom: 40px;left: 0;
}
.venue  .gallery-top  .swiper-button-prev{
	position: absolute;bottom: 40px;right: 370px;
}
.venue  .gallery-top .des{
	width: 350px;
	height: 100%;
}
.venue  .venueBottom{
	width: 750px;
	height: 144px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	z-index: 9;

}
.venue  .venueBottom .toleft,.venue  .venueBottom .toright{
	width: 15px;
	height: 25px;

}
.venue  .venueBottom .toleft,.venue  .venueBottom .toright:hover{
	cursor: pointer;
}
.venue  .venueBottom .toleft{
	background: url("../images/icon-left.png");
	position: absolute;
	left: 20px;
	bottom: 55px;
}
.venue  .venueBottom .toright{
	background: url("../images/icon-right.png");
	position: absolute;
	right: 20px;
	bottom: 55px;
}
.venue .gallery-thumbs {
	height: 144px;
	box-sizing: border-box;
	width: 640px;
}
.venue .gallery-thumbs .swiper-slide {
	border: 2px solid #fff;
	width: 136px;
	height: 96px;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.venue .gallery-thumbs .swiper-slide:hover{
	cursor: pointer;
}
.venue .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
}
.venue .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.venue .des{background: #fff}

.venue .des .title{
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-size: 24px;
	padding:  0 35px;
	margin-bottom: 30px;
	background: #3698ff;
}
.venue .des .list ul li{
	height: 30px;
	line-height: 30px;
	padding:  0 35px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.venue .des .list ul li span:nth-of-type(1){
	color: #999;
}
.venue .des .list ul li:nth-of-type(6){
	overflow: unset;
	white-space:pre-wrap;
}

.venue .des .btn1 ,.venue .des .btn2 {
	width: 136px;
	height: 46px;
	border-radius: 10px;
	color: #666;
	line-height: 46px;
	background: #e9e9e9;
	text-align: center;
	display: inline-block;
	margin-top: 35px;

}
.venue .des .btn1:hover,.venue .des .btn2:hover{
	cursor: pointer;
}
.venue .des .btn1{
	margin-left: 35px;
}
.venue .des .btn2{
	background: #3698ff;
	color: #fff;
	margin-left: 10px;
}
.venue .des .btn1 i,.venue .des .btn2 i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../images/icon-btn1.png");
	margin-right: 8px;
	vertical-align: middle;
}
.venue .des .btn2 i{
	background: url("../images/icon-btn2.png");
}
/*数字展馆*/
.pavilion{
	margin: 0 -15px;
}
.pavilion li{float:left; width:25%; text-align:center; padding:15px;box-sizing: border-box;}
.pavilion li a{ display:block;position:relative;cursor: pointer;box-shadow: 0px 0px 12px rgba(0,0,0)}
.pavilion li a img{    display: block;width: 100%;height: 290px;margin-top: 56px;}
.pavilion li a:hover{ box-shadow:0px 0px 20px rgba(0,0,0,0.1);}
.pavilion li a div{width:100%; height:50px; position:absolute;left:0;bottom:0; }
.pavilion li a div p{ display:block; padding:0 15px;
	background-image: linear-gradient(90deg,
	rgba(117, 211, 237, 0.5) 0%,
	rgba(11, 104, 163, 0.5) 100%),
	linear-gradient(
			rgba(0, 0, 0,.5),
			rgba(0, 0, 0, .5));
	background-blend-mode: normal,
	normal;

	line-height:50px; font-size:18px;color:#fff; text-align:center;height: 50px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*文旅活动*/
.ul1{
	margin:0 -10px;
}
.ul1 li{
	width: 25%;
	padding: 0px 10px;
	height: 430px;
	float: left;
	box-sizing: border-box;
}
.ul1 li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: left;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.ul1 li a img{
	width: 100%;
	height: 200px;
}
.ul1 li a .licon{
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
	height: 230px;
	position: relative;
}
.ul1 li a .licon h3{
	font-size: 16px;
	max-height: 45px;
	overflow: hidden;
	margin-bottom: 10px;
}
.ul1 li a .licon p{
	color:#666;
	overflow: hidden;
	text-align: left;
}
.ul1 li a .licon span{
	display: block;
	position: absolute;
	bottom: 25px;
	left: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: solid 1px #02c8ff;
	color: #02c8ff;
	padding: 5px 15px;
}
.ul1 li:nth-child(2) a img,
.ul1 li:nth-child(4) a img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.ul1 li a:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.indexbox1{
	height: 472px;
	width: 100%;
	position: relative;
}
.indexbox1 img{
	width: 100%;
	height: 100%;
}
.indexbox1 .right{
	box-sizing: border-box;
	position: absolute;
	width: 360px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 80px 70px;
	background: -webkit-linear-gradient(top, rgba(27,146,139,0.7), rgba(123, 218, 216, 0.7)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, rgba(27,146,139,0.7), rgba(123, 218, 216, 0.7)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom,  rgba(27,146,139,0.7), rgba(123, 218, 216, 0.7)); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom,  rgba(27,146,139,0.7), rgba(123, 218, 216, 0.7)); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(27,146,139,0.7), endColorstr=rgba(123, 218, 216, 0.7));
}
.indexbox1 .right h3{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}
.indexbox1 .right a{
	display: block;
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin-top: 50px;
}

/*志愿者*/
.volunteerbox .ul3{
	width: 700px;
}
.volunteerbox .ul3 li{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 15px;
	margin-bottom: 20px;
}
.volunteerbox .ul3 li a{
	position: relative;
	display: block;
}
.volunteerbox .ul3 li a img{
	position: absolute;
	width: 140px;
	height: 100px;
	top: 0;
	left: 0;
}
.volunteerbox .ul3 li a .txt{
	margin-left: 150px;
	min-height: 100px;
}
.volunteerbox .ul3 li a .txt h3{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
}
.volunteerbox .ul3 li a .txt div{
	max-height: 46px;
	overflow: hidden;
}
.volunteerbox .ul3 li a .txt div p,
.volunteerbox .ul3 li a .txt div span{
	margin: 0 !important;
	font-size: 14px!important;
	line-height: 22px!important;
}
.volunteerbox .volunteerright{
	width: 360px;
	height: 430px;
	position: relative;
}
.volunteerbox .volunteerright img{
	width: 100%;
}
.volunteerbox .volunteerright .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
	font-size: 30px;
	top: 0;
	left: 0;
	z-index: 0;
	box-sizing: border-box;
	text-align: center;
	padding-top: 140px;
}
/*景区景点*/

.pic{
	width: 1100px;
	margin: 0 auto;
}
.pic .picRow{
	width: 100%;
	height: 250px;
}
.pic .picRow .picItem{
	width: 31.3%;
	box-sizing: border-box;
	height: 220px;
	float: left;
	margin: 1%;
	position: relative;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	overflow: hidden;
}

.pic .picRow .picItem img{
	width: 100%;
	height: 100%;
}
.pic .picRow .picItem:hover img{
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.pic .picRow .picItem span{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(117, 211, 237, 1) 0%, rgba(11, 104, 163, 1) 100%), linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	background-blend-mode: normal, normal;
	opacity: 0.8;
	box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pic .picRow:nth-of-type(2) .picItem:nth-of-type(1){
	width: 64.6%;
}
.pic .picRow:nth-of-type(2) .picItem:nth-of-type(2){
	background: url("../images/moreScenicspot.png");
	background-size: 100% 100%;
	cursor: pointer;
}
/*二维码*/
.code{
	width: 126px;
	height: 318px;
	background-image: linear-gradient(-18deg, rgba(112, 206, 241, 1) 0%, rgba(54, 152, 255, 1) 100%), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1));
	background-blend-mode: normal, normal;
	position: fixed;
	top: 50%;
	margin-top: -63px;
	right: 97px;
	z-index: 11;
}
.code .erweima{
	width: 106px;
	height: 254px;
	background: url("../images/code-bg.png")repeat-y;
	margin: 10px;
}
.code .erweima img{
	display: block;
	padding: 7px;
	background: #fff;
	margin: 9px;
	float: left;

}
.code .erweima span{
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 2;
	text-align: center;
	color: #fff;
}
.code .erweima .line:nth-of-type(1){
	margin-bottom: 15px;
}
.code .erweima .line:nth-of-type(2){
	margin-top: 15px;
}
.code .erweima .line{
	width: 100%;
	height: 1px;
	background: url("../images/code_line.png");
	background-size: 100% 100%;
}
.code .top-arrow{
	display: block;
	margin: 0 auto;
	width: 26px;
	height: 14px;
	background: url("../images/top-arrow.png");
	background-size:100% 100% ;
}
.code .top{
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
}
.slideBg{
	width:90%
}
.slideBg img{
	display: block;
	width: 100%;
}
/*banner*/
.banner{
	height: 100%;
}
.banner img{
	height: 100%;
	width: 100vw;
}

.slideGroup2 .slidebox2{margin-top: 40px}
.song-img{
	width: 100%;
	height: 210px;
	background: url("../images/song1.png") center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.song-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.song-img:hover img{
	transform: scale(1.5, 1.5);
	transition: all 3s;
}
.song-text{
	width: 100%;
	min-height: 130px;
	background: #fff;
	position: relative;
}
.song-text .song-text-bottom{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}

.song-text .song-text-title{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 15px;
	padding: 0px 20px;
	height: 48px;
	line-height:24px;
	overflow: hidden;
}
.song-text .song-text-item{
	padding: 0px  20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.song-text .song-text-item i{
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.song-text .song-text-item:nth-of-type(3){
	padding: 10px  20px;
}
.song-text .song-text-bottom .song-text-item:nth-of-type(1) i{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url("../images/icon-time2.png");
	background-size: 100% 100%;
	color: #999;
}
.song-text .song-text-bottom  .song-text-item:nth-of-type(2) i{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url("../images/addressicon.png");
	background-size: 100% 100%;
	color: #999;
}
.song-bottom{
	background: #fff;
	height: 50px;
}
.song-bottom .song-bottom-appointment span{
	width: 90px;
}
.song-bottom .song-bottom-appointment span:nth-of-type(1){
	color: #999;
}
.song-bottom .song-bottom-appointment span:nth-of-type(2){
	padding-left: 10px;
}
.song-bottom .song-bottom-appointment{
	float: left;
	width: 100px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.song-bottom .song-bottom-btn{
	width: 130px;
	background: #df5b50;
	color: white;
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: center;
}


.song{
	height: 390px;
	width: 31%;
	float: left;
	margin: 0 2% 0 0;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}


.song:nth-of-type(4){margin-right: 0px}

.ul12 li{
	width: 275px;
	height: 195px;
	margin: 0 24px 30px 0;
	float: left;
	position: relative;
	cursor: pointer;
}
.ul12#live1 li:after{
	display: block;
	width: 44px;
	height: 44px;
	content: '';
	background: url(../images/icon-video.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: 30%;
	z-index: 1;
}
.ul12#live1 li:nth-child(1):after{
	display: block;
	width: 116px;
	height: 116px;
	content: '';
	background: url(../images/icon-video.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	top: 30%;
	z-index: 0;
}
.ul12 li a,
.ul12 li a .imgbox,
.ul12 li a .imgbox img{
	display: block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.ul12 li a .txtbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: #fff;
}
.ul12 li a .txtbox h2{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.ul12 li a .txtbox .txt{
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	display: none;
}
.ul12 li a .txtbox .txt p,
.ul12 li a .txtbox .txt span{
	line-height: 22px!important;
	font-size: 14px!important;
	text-indent: 0!important;
}
.ul12 li:nth-child(3),
.ul12 li:nth-child(5){
	margin-right: 0;
}
.ul12 li:nth-child(1){
	width: 496px;
	height: 420px;
	margin-right: 30px;
}
.ul12 li:nth-child(1) .txtbox{
	padding: 10px 5px 25px 5px;
}
.ul12 li:nth-child(1) .txtbox .txt{
	display: block;
	padding: 0 15px;
}
.ul12 li a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.certify{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.certify .swiper-container{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.certify .swiper-slide{
	width: 670px;
	height: 355px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}

.certify .swiper-slide a,
.certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}


@media ( max-width : 1440px) {
	.subleft {
		left: 00px;
		top: 0;
		width: 206px;
		height: 582px;
	}
	.subleft .logo{
		width: 110px;
		height: 119px;
		margin: 50px auto 105px;
	}
	#menu{
		width: 80px;
	}
	#menu a{
		font-size: 15px;
		width: 80px;
		height: 22px;
		line-height: 22px;
	}
	.top_right {
		margin-top: 35px;
	}
	.top_right{
		width: 435px;
	}
	a.login_a,
	.lab_con,
	.lable_con_input{
		height: 36px;
		line-height: 36px;
	}
	.lab_con{
		width: 270px;
		background-size: 100% 100%;
	}
	.indexiconbox{
		width: 1000px;
		margin-top: 8%;
	}
	.indexiconbox .img1{
		width: 140px;
		top: 215px;
	}
	.indexiconbox .img2{
		width: 160px;
	}
	.indexiconbox .img3{
		width: 590px;
	}
	.cont1{
		width: 100%;
	}
	.slideGroup,
	.slideGroup .parHd ul{
		width: 1000px;
		margin: 0 auto;
	}
	.slideGroup .parHd,
	.slideGroup .parHd ul{
		height: 100px;
	}

	.slideGroup .parHd{
		top: 50px;
	}
	.slideGroup .parHd ul{
		position: relative;
		left: 50px;
		padding-top: 7px;
	}
	.slideGroup .slideBox{
		margin-top: 0;
		padding-top: 130px;
		left: 50px;
	}
	.slideGroup .parHd ul .pubtitle{
		width: 75px;
		height: 140px;
	}
	.slideGroup .parHd ul li{
		margin-right: 15px;
		padding: 4px 6px;
	}

	.section3 a.indexMore,
	.section4 a.indexMore ,
	.section5 a.indexMore{
		bottom: -50px;
	}
	.section2 a.indexMore{
		bottom: -35px;

	}

	.ul5{
		margin-top: 0;
	}
	.venue .gallery-top,
	.venue{
		height: 390px;
	}
	.venue{
		width: 1000px;
		margin-top: 0;
	}
	.venue .venueBottom{
		width: 710px;
		height: 120px;
	}
	.venue .gallery-top img{
		width: 710px;
		height: 100%;
	}
	.venue .gallery-thumbs{
		width: 710px;
		height: 120px;
		padding: 0 20px;
	}
	.venue .gallery-thumbs .swiper-slide{
		height: 76px;
	}
	.venue .gallery-top .des{
		width: 290px;
	}
	.venue .des .btn1{
		margin-left: 16px;
	}
	.venue .des .btn1, .venue .des .btn2{
		width: 110px;
	}
	.venue .venueBottom .toleft,.venue .venueBottom .toright{
		bottom: 45px;
	}
	.ul6{
		margin-top: 10px;
	}
	.ul2box ul li{
		padding-top: 0;
		height: auto;
	}
	.ul6 li a .libox img{
		height: 130px;
	}
	.slideGroup .parHd ul .pubicon{
		width: 200px;
		height: auto;
		right: 75px;
	}
	.mapbox iframe{
		width: 1000px!important;
		height: 440px!important;
	}
	.slideGroup .parHd ul li a{
		font-size: 14px;
		line-height: 16px;
	}
	.ul1 li{
		height: 400px;
	}
	.ul1 li a .licon{
		height: 200px;
	}
	#servicebanner{
		height: 360px;
	}
	#servicebanner:after{
		width: 1000px;
		height: 130px;
		margin-left: -500px;
		bottom: -50px;
	}
	#servicebanner .swiper-container{
		padding: 10px 20px;
		width: 800px;
	}
	#servicebanner .swiper-slide .imgbox{
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}
	#servicebanner .swiper-slide .imgbox{
		width: 120px;
		height: 305px;
	}
	.indexbox1{
		height: 410px;
	}
	.volunteerbox .ul3{
		width: 620px;
	}
	/*二维码*/
	.code{
		right: 10px;
		width: 100px;
	}
	.code .erweima{
		width: 80px;
	}
	.code .erweima img{
		width: 48px;
	}
	/*景点*/
	.pic{width: 967px;}
	.pic .picRow .picItem {height: 180px;}
	.pic .picRow {height: 200px}

	.top_con{left: 800px;}
	.ul12 li{
		width: 225px;
	}
	.ul12 li:nth-child(1){
		width: 416px;
	}
	.newsLeft{
		width: 420px;
		height: 345px;
	}
	.newsRight{
		width: 510px;
	}
	.newsRight ul li{
		height: 90px;
	}
	.mapbox img{
		width: 100%;
	}

}
.searbut {
	width: 40px;
	height: 30px;
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	text-align: center;
	padding: 0;
}
.searbut i {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.tsk .tskheader{
	padding: 30px 0 0;
	height: 100px;
}
.tsk .nav1 li{
	float: left;
}
.tsk .nav1 li a{
	height: 40px;
	line-height: 40px;
	display: block;
	padding:0 20px;
	border-radius: 4px;
	margin: 0 0 0 15px;
	font-size: 18px;
}
.tsk .nav1 li.active a,
.tsk .nav1 li:hover a{
	background: #a75b42;
	color: #fff;
}
.tsk .bannerbox{
	padding: 0;
	height: 820px;
	overflow: visible;
	position: relative;
}
.tsk.tsk1 .indexsearchbox .searbut{
	background: #a75b42;
}
.tsk.tsk2 .nav1 li.active a,
.tsk.tsk2 .nav1 li:hover a,
.tsk.tsk2 .indexsearchbox .searbut{
	background: #a82222;
	color: #fff;
}
.tsk.tsk3 .nav1 li.active a,
.tsk.tsk3 .nav1 li:hover a,
.tsk.tsk3 .indexsearchbox .searbut{
	background: #7e8767;
	color: #fff;
}
.tsk.tsk4 .nav1 li.active a,
.tsk.tsk4 .nav1 li:hover a,
.tsk.tsk4 .indexsearchbox .searbut{
	background: #b79d7f;
	color: #fff;
}
.tsk.tsk5 .nav1 li.active a,
.tsk.tsk5 .nav1 li:hover a,
.tsk.tsk5 .indexsearchbox .searbut{
	background: #98676b;
	color: #fff;
}
.tsk.tsk6 .nav1 li.active a,
.tsk.tsk6 .nav1 li:hover a,
.tsk.tsk6 .indexsearchbox .searbut{
	background: #b54946;
	color: #fff;
}
.tsk .indexsearchbox{
	width: 1000px;
	height: 96px;
	line-height: 96px;
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	position: absolute;
	bottom:-47px;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
	opacity: 1;
	overflow: hidden;
	border: none;
}

.tsk .indexsearchbox .searchInput{
	width: 100%;
	height: 96px;
	line-height: 96px;
	padding: 0 100px 0 40px ;
	font-size: 20px;
}
.tsk .indexsearchbox .searbut{
	width: 96px;
	height: 96px;
	padding: 28px 0 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	top: 0;
	right: 0;
}
.tsk .tsk2 .indexsearchbox .searbut{
	background: #5c678a;
}
.tsk .tsk3 .indexsearchbox .searbut{
	background: #498b8e;
}
.tsk .indexsearchbox .searbut i{
	width: 44px;
	height: 44px;
	background: url(../images/icon-search1.png) no-repeat;
}
.tsk .pubtitle{
	position: relative;
	margin: 30px 0 50px;
	text-align: center;
}
.tsk .pubtitle .titleleft {
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.tsk .pubtitle .titleleft:after,
.tsk .pubtitle .titleleft:before{
	display: block;
	content: '';
	width: 315px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 20px;
}
.tsk .pubtitle .titleleft:before{
	left: -200%;
}
.tsk .pubtitle .titleleft:after{
	right: -200%;
}
.tsk .pubtitle .titleleft h2{
	font-size: 32px;
	font-family: 'Medium';
}
.tsk .pubtitle .titleleft p{
	font-size: 24px;
	color: #999999;
	font-family: 'Medium';
	position: absolute;
	width: 1000px;
	top: -40px;
	left: 50%;
	margin-left: -500px;
}
.tsk .pubtitle .titleleft img{
	display: block;
	margin: 0 auto;
}
.tsk .pubtitle .titlemore{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	border: solid 1px #999;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 5px;
}
.tsk .pubtitle .titlemore:before,
.tsk .pubtitle .titlemore:after{
	display: none;
}
.tsk .pubtitle.white .titlemore,
.tsk .pubtitle.white .titleleft p,
.tsk .pubtitle.white .titleleft h2{
	color: #fff;
}
.tsk .pubtitle.white .titleleft:after,
.tsk .pubtitle.white .titleleft:before{
	background: #fff;
}
.tsk .pubtitle.white .titlemore{
	border-color: #fff;
}

.ul11{
	margin: 0 -15px;
}
.ul11 li{
	width: 25%;
	padding: 0 15px;
	float: left;
}
.ul11 li a{
	display: block;
	background: #fff;
	padding: 10px;
}
.ul11 li a .imgbox{
	height: 290px;
}
.ul11 li a .imgbox img{
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.ul11 li a h2{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	padding: 0 10px;
}
.ul11 li a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ul11.w3 li{
	width: 33.333333%;
}
.ul11.w3 li a .imgbox{
	height: 230px;
}
.ul14{
}
.ul14 li{
	width: 275px;
	height: 195px;
	margin: 0 24px 30px 0;
	float: left;
	position: relative;
}
.ul14#live5 li:after{
	display: block;
	width: 44px;
	height: 44px;
	content: '';
	background: url(../images/icon-video.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: 30%;
	z-index: 1;
}
.ul14#live5 li:nth-child(1):after{
	display: block;
	width: 116px;
	height: 116px;
	content: '';
	background: url(../images/icon-video.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	top: 30%;
	z-index: 0;
}
.ul14 li a,
.ul14 li a .imgbox,
.ul14 li a .imgbox img{
	display: block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.ul14 li a .txtbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: #fff;
}
.ul14 li a .txtbox h2{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.ul14 li a .txtbox .txt{
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	display: none;
}
.ul14 li a .txtbox .txt p,
.ul14 li a .txtbox .txt span{
	line-height: 22px!important;
	font-size: 14px!important;
	text-indent: 0!important;
}
.ul14 li:nth-child(3),
.ul14 li:nth-child(5){
	margin-right: 0;
}
.ul14 li:nth-child(1){
	width: 566px;
	height: 420px;
	margin-right: 30px;
}
.ul14 li:nth-child(1) .txtbox{
	padding: 10px 5px 25px 5px;
}
.ul14 li:nth-child(1) .txtbox .txt{
	display: block;
	padding: 0 15px;
}
.ul14 li a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tskbottombanner{
	position: relative;
	height: 400px;
}
.tskbottombanner .swiper-container{
	height: 100%;
}
.tskbottombanner .swiper-container .swiper-wrapper{
	padding: 30px 0;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a{
	padding: 10px;
	background: #fff;
	display: block;
	height: 390px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .imgbox{
	height: 210px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .imgbox img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox{
	padding: 10px 10px 10px 10px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox h2{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt{
	height: 90px;
	overflow: hidden;
	line-height: 30px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .txtbox a,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .txtbox img{
	display: none!important;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt{
	height: 72px;
	overflow: hidden;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt p,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a .txtbox .txt span{
	line-height: 24px!important;
	font-size: 14px!important;
	text-indent: 0!important;
}
.tskbottombanner .swiper-button-next,
.tskbottombanner .swiper-button-prev{
	width: 50px;
	height: 86px;
}
.tskbottombanner .swiper-button-prev{
	background: url(../images/icon-arrow-left2.png) no-repeat;
	background-size: 100% 100%;
	left: -100px;
}
.tskbottombanner .swiper-button-next{
	background: url(../images/icon-arrow-right2.png) no-repeat;
	background-size: 100% 100%;
	right: -100px;
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover {
	background: -webkit-linear-gradient(left,#c7ad8e,#a17d5e);
	background: -moz-linear-gradient(left,#c7ad8e,#a17d5e);
	background: linear-gradient(left,#c7ad8e,#a17d5e);
	background: -ms-linear-gradient(left,#c7ad8e,#a17d5e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#c7ad8e, endColorstr=#a17d5e);
}
.tskbottombanner .swiper-container .swiper-wrapper#live9 .swiper-slide a:hover {
	background: -webkit-linear-gradient(left,#91cccd,#4a8d8f);
	background: -moz-linear-gradient(left,#91cccd,#4a8d8f);
	background: linear-gradient(left,#91cccd,#4a8d8f);
	background: -ms-linear-gradient(left,#91cccd,#4a8d8f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#91cccd, endColorstr=#4a8d8f);
}
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover h2,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover .txt p,
.tskbottombanner .swiper-container .swiper-wrapper .swiper-slide .a:hover .txt span{
	color: #fff!important;
	background: none!important;
}
.tsk .section1{
	padding: 120px 0 70px;
	height: auto;
}
.tsk .section2{
	padding: 70px 0;
}
.tsk.tsk1 .section2{
	background: url(../images/tskbg1.jpg) no-repeat center top;
}
.tsk.tsk2 .section2{
	background: url(../images/tskbg2.jpg) no-repeat center top;
}
.tsk.tsk3 .section2{
	background: url(../images/tskbg3.jpg) no-repeat center top;
}
.tsk.tsk4 .section2{
	background: url(../images/tskbg4.jpg) no-repeat center top;
}
.tsk.tsk5 .section2{
	background: url(../images/tskbg5.jpg) no-repeat center top;
}
.tsk.tsk6 .section2{
	background: url(../images/tskbg6.jpg) no-repeat center top;
}
.tsk .section2 .ul12{
	padding: 40px 0 50px;
}
.tsk .section3{
	background: #f7f5f2;
	padding: 120px 0 120px;
}

.ul13{
	position: relative;
}
.ul13 li{
	width: 400px;
	height: 400px;
	float: left;
	position: relative;
}
.ul13 li:nth-child(2),
.ul13 li:nth-child(3){
	height: 200px;
}
.ul13 li:nth-child(3){
	position: absolute;
	left: 400px;
	top: 200px;
}
.ul13 li a,
.ul13 li a img{
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.ul13 li a h2{
	display: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	height: 80px;
	padding: 20px 20px 0;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 60px;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0,0,0,0), endColorstr=rgba(0,0,0,1));
}
.ul13 li:hover {
	transform: scale(1.1,1.1);
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	z-index: 11;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.tsk .bannerbox #banner .swiper-pagination{
	width: 40px;
	height: 250px;
	left: auto;
	right: 50px;
	top: 50%;
	margin-top: -125px;
	display: block;
}
.tsk .bannerbox #banner .swiper-pagination .swiper-pagination-bullet{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #e80707;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: none;
	border-radius: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.tsk *{
	box-sizing: border-box;
}

.parBd3 .imgbox img{
	width: 100%;
}