@charset "utf-8";

/*======Reset style======*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

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

html,
body {
	width: 100%;
	height: 100%;
	min-height: 1080px
}

a {
	text-decoration: none;
	color: #fffeda;
	transition: color .7s;
}

a:hover {
	color: #fffeda;
	transition: color .7s;
}

@font-face {
	font-family: FZYS;
	src: url('https://img-cloud.voc.com.cn/fonts/FZBiaoYS_GBK_YS.TTF');
}

@font-face {
	font-family: FZCYS;
	src: url('https://img-cloud.voc.com.cn/fonts/FZCYSJW.TTF');
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.main1200 {
	width: 1200px;
	margin: 0 auto;
}

.flex_bttween {
	display: flex;
	justify-content: space-between;
}

.flex_center {
	align-items: center;
}


body {
	font: 16px/26px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	font-family: FZYS;
	color: #cefdf6;
	overflow-y: hidden;
	background: #eaf7f6;
	_background-image: url(about:blank);
	_background-attachment: fixed;
}

body::after {
	content: '';
	position: fixed;
	left: -5%;
	top: -5%;
	width: 110%;
	height: 110%;
	filter: blur(50px);
	background-image: url(../images/banner_img.jpg);
	background-size: 120% 120%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1
}

.backleft {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: url(../images/backleft_icon.png) center no-repeat;
	background-size: 63% auto;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	cursor: pointer;
	transform: translate3d(0, 0, 2px)
}

#wrapper {
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.5);
}

.wrapper-scroll {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.wrapper-scroll .main {
	width: 11520px;
	height: 100%;
}

.wrapper-scroll .banner {
	float: left;
	position: relative;
	height: 100%;
	width: 1920px;
	color: #bd8417;
	background: url(../images/banner_img.jpg) left top no-repeat #b7e3e0;
	background-size: 100% auto;
}

.wrapper-scroll .banner::after {
	display: none;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 1080px;
	width: 100px;
	background-image: url(../images/banner_img.jpg);
	background-position: right top;
	background-repeat: no-repeat
}

@keyframes glowing {
	0% {
		box-shadow: 100px 0 80px #b8e3e1;
	}

	100% {
		box-shadow: 80px 10px 70px #b8e3e1;
	}
}

.wrapper-scroll .banner .logo {
	width: 1115px;
	height: 152px;
	margin: 162px auto 20px;
	background: url(../images/top-logo.png) no-repeat;
	background-size: 100% auto;
	animation: fadeInDown 1s both;
}

.wrapper-scroll .banner .title {
	font-size: 65px;
	font-family: FZCYS;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.11em;
	animation: fadeInDown 1s .6s both;
}

.wrapper-scroll .banner .title2 {
	font-size: 20px;
	line-height: 35px;
	font-family: Microsoft YaHei;
	margin-top: 38px;
}

.wrapper-scroll .banner .title2 dl {
	display: flex;
	width: 834px;
	margin: 0 auto;
}

.wrapper-scroll .banner .title2 dl:nth-child(1) {
	animation: fadeInDown 1s .8s both;
}

.wrapper-scroll .banner .title2 dl:nth-child(2) {
	animation: fadeInDown 1s 1s both;
}

.wrapper-scroll .banner .title2 dl:nth-child(3) {
	animation: fadeInDown 1s 1.2s both;
}

.wrapper-scroll .banner .title2 dt {
	font-weight: 700;
	padding-right: 6px;
}

.wrapper-scroll .banner .title2 dd {
	width: 740px;
}

.wrapper-scroll .banner .navbar {
	width: 1000px;
	margin: 350px auto 0;
	display: flex;
	justify-content: space-between;
}

.wrapper-scroll .banner .navbar li {
	cursor: pointer;
}

.wrapper-scroll .banner .navbar li:nth-child(1) {
	animation: bounceIn 1s 1.8s both;
}

.wrapper-scroll .banner .navbar li:nth-child(2) {
	animation: bounceIn 1s 2s both;
}

.wrapper-scroll .banner .navbar li:nth-child(3) {
	animation: bounceIn 1s 2.2s both;
}

.wrapper-scroll .banner .navbar li:nth-child(4) {
	animation: bounceIn 1s 2.4s both;
}

.wrapper-scroll .banner .navbar li:nth-child(5) {
	animation: bounceIn 1s 2.6s both;
}

.wrapper-scroll .banner .navbar li:nth-child(6) {
	animation: bounceIn 1s 2.8s both;
}

/* ===主体内容=== */
.inbox {
	float: left;
	display: flex;
	width: 9600px;
	height: 100%;
	background: url(../images/body_bg.jpg) left top no-repeat #b7e3e0;
	background-size: 100% auto;
}

.inbox_row {
	width: 1200px;
	height: 650px;
	margin: 168px auto 0;
	padding: 0 360px;
	box-sizing: content-box;
	background: url(../images/main_row_bg.png) 360px bottom no-repeat;
	background-size: 1200px auto;
	overflow: hidden;
}

.main_title {
	width: 1200px;
	height: 157px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.main_title img {
	display: block;
	margin: 0 auto;
}

/* ===活动简介=== */
.hdjj_row {
	display: flex;
}

.hdjj_row p:nth-child(1) {
	width: 466px;
	height: 315px;
	margin: 95px 40px 0 53px;
	text-indent: 2em;
	line-height: 36px;
	color: #fffeda;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.pic_list1,
.pic_list1 img {
	width: 601px;
	height: 339px;
	background-color: #fff;
	border-radius: 20px;
}

.pic_list1 {
	position: relative;
	margin-top: 82px;
	overflow: hidden;
}

.pic_list1 p {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	padding: 0 26px;
	z-index: 111;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fffeda;
}

.pic_list1 a::after,
.focus_row .bd li a::after {
	content: "";
	width: 100%;
	height: 174px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	background: url(../images/opacity_bg.png) left bottom repeat-x;
}

/* ===爽玩岳阳=== */
.focus_row {
	float: left;
	margin: 82px 36px 0 40px;
	width: 601px;
	height: 339px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.focus_row .hd {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 17px;
	display: inline-block;
	padding: 13px 19px;
	border-radius: 18px;
	background-color: rgba(0, 0, 0, 0.3);
}

.focus_row .hd ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.focus_row .hd ul li {
	margin: 0 0 0 5px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
}

.focus_row .hd ul li.on {
	width: 24px;
	border-radius: 6px;
	opacity: 1;
}

.focus_row .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.focus_row .bd li {
	zoom: 1;
}

.focus_row .bd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.focus_row .bd p {
	position: absolute;
	bottom: 11px;
	left: 24px;
	width: 72%;
	z-index: 111;
	color: #fffeda;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ===爽玩岳阳-右侧-新闻=== */
.news_list1 {
	float: left;
	width: 485px;
	height: 340px;
	margin-top: 82px;
	overflow: hidden;
}

.news_list1 dt {
	padding-bottom: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: solid 1px #62bba6;
}

.news_list1 dt h4 {
	color: #fffeda;
	font-size: 22px;
	font-weight: normal;
	font-family: FZCYS;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_list1 dt p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list1 dt p a:hover {
	text-decoration: underline;
}

.news_list1 dd {
	line-height: 36px;
	display: flex;
	align-items: center;
}

.news_list1 dd::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #fffeda;
	border-radius: 50%;
}

.news_list1 dd a {
	flex: 1;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===视频e播报=== */
.main_row3 {
	width: 1294px;
	margin: 160px auto 0;
	padding: 0 313px;
	box-sizing: content-box;
	overflow: hidden;
}

.pic_list_row {
	width: 1294px;
	position: relative;
	margin-top: 40px;
}

.pic_list_row .hd .prev,
.pic_list_row .hd .next {
	display: block;
	width: 47px;
	height: 52px;
	cursor: pointer;
	position: absolute;
	top: 219px;
}

.pic_list_row .hd .prev {
	background: url("../images/arrow-l.png") left center no-repeat;
	left: 0;
}

.pic_list_row .hd .next {
	background: url("../images/arrow-r.png") right center no-repeat;
	right: 0;
}

.pic_list_row .bd {
	width: 1200px;
	margin-left: 47px;
	overflow: hidden;
}

.pic_list_row .bd ul {
	overflow: hidden;
	zoom: 1;
}

.pic_list_row .bd ul li {
	float: left;
	margin: 0 26px 0 0;
	width: 280px;
	height: 489px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.pic_list_row .bd ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_list_row .bd ul li p {
	width: 100%;
	padding: 135px 20px 0;
	color: #fffeda;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	height: 174px;
	background: url(../images/opacity_bg.png) left bottom repeat-x;
}

.pic_list_row .bd ul li a::after {
	content: "";
	width: 100%;
	height: 489px;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	background: url(../images/video_icon.png) center no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
}

/* ===大v玩转岳阳=== */
.main_row5 {
	width: 1200px;
	margin: 160px auto 0;
	padding: 0 360px;
	box-sizing: content-box;
	overflow: hidden;
}

.pic_list_row2 {
	width: 1200px;
	position: relative;
	margin-top: 40px;
}

.pic_list_row2 .hd .prev,
.pic_list_row2 .hd .next {
	display: block;
	width: 47px;
	height: 52px;
	cursor: pointer;
	position: absolute;
	top: 244px;
}

.pic_list_row2 .hd .prev {
	background: url("../images/arrow-l.png") left center no-repeat;
	left: 0;
}

.pic_list_row2 .hd .next {
	background: url("../images/arrow-r.png") right center no-repeat;
	right: 0;
}

.pic_list_row2 .bd {
	width: 1200px;
	margin-left: 80px;
	overflow: hidden;
}

.pic_list_row2 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.pic_list_row2 .bd ul li {
	float: left;
	margin: 0 20px 0 0;
	width: 245px;
	height: 534px;
	text-align: center;
	overflow: hidden;
	background: url("../images/pic_list2_bg.png") no-repeat;
}

.pic_list_row2 .bd ul li img {
	width: 173px;
	height: 173px;
	margin: 52px auto 0;
	border-radius: 50%;
}

.pic_list_row2 .bd ul li dl {
	width: 176px;
	margin: 50px auto;
}

.pic_list_row2 .bd ul li dl dt {
	color: #3cab9a;
	font-size: 22px;
	font-family: FZCYS;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pic_list_row2 .bd ul li dl dt a {
	color: #3cab9a;
}

.pic_list_row2 .bd ul li dl dd {
	text-align: left;
	color: #97a4a2;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

/* ===媒体风采=== */
.main_row6 {
	width: 1200px;
	margin: 160px 360px 0;
}

.main_row6_in {
	position: relative;
	width: 1200px;
	height: 560px;
	margin-top: 24px;
	overflow: hidden
}

.main_row6_in .swiper-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2700px;
	margin-left: -1350px;
	padding-top: 16px;
	height: 560px;
	z-index: 10;
	overflow: hidden;
}

.main_row6_in .swiper-container .swiper-slide {
	width: 900px;
	height: 505px;
}

.main_row6_in .swiper-container .swiper-slide .ssbox {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0
}

.main_row6_in .swiper-container .swiper-slide .ssbox img {
	width: 900px !important;
	height: 505px !important;
}

.main_row6_in .swiper-container .swiper-slide-next .ssbox {
	box-shadow: 0px 0px 16px 4px rgba(0, 51, 40, 0.25);
}

.main_row6_in .swiper-container .swiper-slide-next .ssbox h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
	width: 100%;
	color: #fffeda;
	font-weight: 400;
	text-align: center;
	padding: 15px 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_row6_in .swiper-container .swiper-slide .ssbox::after {
	content: "";
	width: 100%;
	height: 174px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	background: url(../images/opacity_bg.png) left bottom repeat-x;
}

.main_row6_in .swiper-container .swiper-slide.swiper-slide-active .ssbox,
.main_row6_in .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide .ssbox,
.main_row6_in .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide .ssbox {
	opacity: 1;
	transition: opacity .3s
}