#banner img {
	width: 100%;
}

#title {
	text-align: center;
	font-size: 36px;
	color: #289fdd;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	/* background: url(../images/titleBG.png) no-repeat center 80%; */
}
#title .text{
	padding: 0 20px 20px 20px;
	position: relative;
	display: inline-block;
}
#title .line1 {
	width: 100%;
	height: 1px;
	background: #c83d3c;
	margin: 10px auto;
	position: absolute;
	left: 0;
	bottom: 3px;
	/* display: none; */
}

#title .line2 {
	width: 50%;
	height: 1px;
	background: #c83d3c;
	margin: 0 auto;
	position: absolute;
	left: 25%;
	bottom: 2px;
	/* display: none; */
}
#gyll{
	background:#edfaf9 url(../images/guodu.jpg) no-repeat center top;
	background-size: 1920px auto;
}

#picstory {
	
	padding-bottom: 60px;
	/* padding-top: 260px; */
	/* margin-top: -94px; */
	z-index: 100;
	position: relative;
}

#picstory .swiper-slide {
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 30px;
	transition: all 0.5s;
}

#picstory .swiper-slide .item {
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 19.6px 0.4px rgba(0, 0, 0, 0.08);
	display: block;
}

#picstory .swiper-slide .img {
	width: 100%;
}

#picstory .swiper-slide .text {
	padding: 10px 20px;
	color: #333333;
	height: 100px;
	line-height: 1.6;
	background: url(../images/icon-more.png) no-repeat 90% 80px;
}

#picstory .swiper-slide:hover {
	margin-top: 0px;
	transition: all 0.5s;
}

#picstory .swiper-slide:hover .text a {
	color: #289fdd;
}

#picstory .device {
	position: relative;
}

#picstory .arrow-left,
#curStory .arrow-left {
	position: absolute;
	left: -20px;
	top: 45%;
}

#picstory .arrow-right,
#curStory .arrow-right {
	position: absolute;
	right: -20px;
	top: 45%;
}

#videostory {
	padding-bottom: 60px;
}

#videostory .left {
	width: 640px;
	position: relative;
}
#videostory .left p{
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0,0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0,0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 0, 0,0.6) 0%, rgba(0, 0, 0, 0) 100%);
	line-height: 1.6;
	color: #ffffff;
	padding: 40px 20px 20px;
	width: 100%;
	box-sizing: border-box;
}
#videostory .left p a{
	color: #ffffff;
}
#videostory .left img{
	width: 100%;
}

#videostory .right {
	width: 520px;
}

#videostory .right .item {
	display: flex;
	margin-bottom: 10px;
	cursor: pointer;
}

#videostory .right .item .fl {
	width: 201px;
	margin-right: 20px;
	position: relative;
}

#videostory .right .item .fl .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	opacity: 1;
	transition: all 0.5s;
}

#videostory .right .item:hover .fl .shadow,
#videostory .right .item.on .fl .shadow {
	opacity: 0;
	transition: all 0.5s;
}

#videostory .right .item .fl img {
	width: 100%;
}

#videostory .right .item .fl .play {
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	transition: all 0.5s;
	transform: scale(1);
}

#videostory .right .item:hover .play,
#videostory .right .item.on .play {
	transition: all 0.5s;
	transform: scale(1.5);
}

#videostory .right .item .fr {
	display: flex;
	flex: 1;
	justify-content: center;
	flex-direction: column;
	line-height: 1.8;
}

#videostory .right .item:hover .fr a,
#videostory .right .item.on .fr a {
	color: #289fdd;
}
#videostory .bottom{
	background: #ffffff;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 0 20px;
}
#videostory .bottom a {
	display: block;
	border-bottom: 1px solid #dedede;
	padding-bottom: 34px;
	padding-top: 20px;
	position: relative;
}
#videostory .bottom a :hover{
	color: #289fdd;
}
#videostory .bottom  a span {
	position: absolute;
	right: 0;
	bottom: 10px;
}
#map {
	height: 730px;
	background: url(../images/map.png) center;
	background-size: 1920px 730px;
}

#map .cont {
	position: relative;
	height: 730px;
}

#map .cont div {
	position: absolute;
	padding-bottom: 10px;
	font-size: 16px;
	color: #000000;
}

#map .cont div span {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #289fdd;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -3.5px;
	opacity: 1;
}

#map .cont div span.on {
	opacity: 0.5;
}

#curStory {
	background: url(../images/curBG.png) no-repeat top center;
	background-size: 1920px;
	padding-bottom: 280px;
}

#curStory .swiper-slide {
	box-sizing: border-box;
	padding: 0 20px;
}

#curStory .swiper-slide img {
	width: 100%;
}

#curStory .swiper-slide .item {
	position: relative;
	display: block;
}

#curStory .swiper-slide .item .text {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	left: 0;
	background: #FFFFFF;
	color: #333333;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}

#curStory .swiper-slide .item .text a:hover {
	color: #289fdd;
}

#curStory .device {
	position: relative;
}

#actlie {
	padding-bottom: 60px;
	/* padding-bottom: 260px;
	background: #f2f7fa url(../images/bottomBG.png) no-repeat center bottom;
	background-size: 1920px auto; */
}

#actlie a {
	width: 590px;
	display: block;
	background: rgb(255, 255, 255) url(../images/icon-jt.png) no-repeat 97% center;
	box-shadow: 0px 10px 19.6px 0.4px rgba(0, 0, 0, 0.08);
	width: 585px;
	height: 84px;
	box-sizing: border-box;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
	padding-right: 80px;
}
#actlie a.item1{
	width: 100%;
}
#actlie a:hover {
	color: #289fdd;
}
#actlieText{
	background: linear-gradient(to bottom,#ffffff,#f2f7fa);
	
}
#actlieText .cont{
	padding-top: 60px;
	box-sizing: border-box;
	padding-left: 138px;
	background: url(../images/jsyBG.png) no-repeat left center;
}
#actlieText .cont p{
	color: #333333;
	font-size: 14px;
	line-height: 2.5;
}
#gysj{
	padding-bottom: 60px;
}
#gysj  .pagination {
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;
	text-align: center;
}

#gysj  .pagination span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 2.5px;
}

#gysj  .pagination .swiper-active-switch {
	background: #289fdd;
}
#gysj .items{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
	width: 1200px;
	box-sizing: border-box;
	padding: 10px 0;

}
#gysj .items .item{
	width: 50%;
	margin: 15px 0;
	padding: 0 20px;
	display: flex;
	box-sizing: border-box;
}
#gysj .items .item .img{
	width: 170px;
	margin-right: 20px;
	overflow: hidden;
}
#gysj .items .item .img img{
	width: 170px;
	height: 94px;
	transition: all 0.5s;
}
#gysj .items .item .text{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#gysj .items .item .text p.t{
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.333;
}
#gysj .items .item .text p.b{
	font-size: 16px;
	color: rgb(153, 153, 153);
}
#gysj .items .item .text p.b span{
	margin-right: 20px;
}
#gysj .items .item:hover p.t{
	color: #289fdd;
}
#gysj .items .item:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
}
#gyll{
	padding-bottom: 60px;
}
#gyll .cont{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gyll .cont a{
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding:20px 40px;
		font-size: 18px;
		color: rgb(51, 51, 51);
}
#gyll .cont a:hover{
	color: #289fdd;
}
#gysp{
	padding-bottom: 310px;
	background: url(../images/bott.png?v=1.1) no-repeat bottom center;
	background-size:1920px ;
}
#gyrw{
	padding-bottom: 60px;
}
#gyrw .left {
	width: 380px;
	position: relative;
}
#gyrw .left .pagination{
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#gyrw .left .pagination span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 2.5px;
}
#gyrw .left .pagination .swiper-active-switch{
	background: #289fdd;
}
#gyrw .right{
	width: 790px;
}
#gyrw .right .top{
	display: flex;
	background: #ffffff;
}
#gyrw .right .top .img{
	width: 360px;
	overflow: hidden;
	margin-right: 25px;
}
#gyrw .right .top .img img{
	transition: all 0.5s;
}
#gyrw .right .top .img img:hover{
	transform: scale(1.2);
	transition: all 0.5s;
}
#gyrw .right .top .text{
	flex: 1;
	line-height: 1.6;
	padding-top: 20px;
	padding-right: 20px;
}
#gyrw .right .top .text .t{
	margin-bottom: 5px;
	display: block ;font-size: 18px;
	color: #333333;
}
#gyrw .right .top .text .t:hover{
	color: #289fdd;
}
#gyrw .right .top .text .b{
	color: #999999;
}
#gyrw .right .top .text .d{
	color: #999;
	margin-top: 20px;
}
#gyrw .right .bottom{
	background: #ffffff;
	height: 309px;
	margin-top: 30px;
	box-sizing: border-box;
	padding:0 20px ;
}
#gyrw .right .bottom a{
	display: block;
	border-bottom: 1px solid #dedede;
	padding-bottom: 11px;
	padding-top: 11px;
	position: relative;
}
#gyrw .right .bottom a span{
	position: absolute;
	right: 0;
	bottom: 10px;
}

#gyrw .right .bottom a:hover{
	color: #289fdd;
}
#gysp .cont{
	display: flex;
	justify-content: space-between;
}
#gysp .cont .item{
	width: 30%;
	overflow: hidden;
	position: relative;
}
#gysp .cont .item a{
	display: block;
	overflow: hidden;
}
#gysp .cont .item img {
	transform: scale(1);
	transition: all 0.5s;
}

#gysp .cont .item:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
}
#gysp .cont .item .play{
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -29px;
	margin-top: -29px;
}
#gysp .cont .item p{
	margin-top: 10px;
	line-height: 1.6;
	text-align: center;
}
#gysp .cont .item p a:hover{
	color: #289fdd;
}