/* 引入字体包 */
@font-face {
	font-family: FZQKBYSJW;
	src: url('../font/FZQKBYSJW.TTF')
}

/* 基础格式化样式 */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	background: #f5f5f5 no-repeat top center;
	width: 100%;
	font: 16px "Microsoft Yahei";
	-webkit-text-size-adjust: 100%;
	color: #333;
	overflow-x: hidden;
}


ul,ol,li {list-style: outside none none; }


*{ padding:0; margin:0; box-sizing: border-box;}

.top1{background: #35b9b3; color: #fff; height: 50px; font-size: 16px; width:100%; position:absolute; top:0; z-index:9999;}

.w1440{ width:1440px; margin:0 auto;}

.fl{float:left;}
.fr{float:right;}

.txtScroll-top .infoList li{ height:50px; line-height:50px; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
    
.clear{clear:both; display:block; position:relative; }

.select{padding-top: 8px; height: 36px; width: 100px; margin-right:10px;}
.select select{width: 100%; height: 36px; border:none; outline: none; background: none; color: #fff; font-size: 16px;}










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

a:hover {
	color: #a72525;
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

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

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

p {
	word-wrap: break-word
}


img {
	opacity: 1.0;
}

img:hover {
	opacity: 0.8;
}

body {
	width: 100%;
	height: 100%;
}

/* ===================================================================================================================================================================== */

/* 头部样式 */
.header {
	background: rgba(0,0, 0, 0.4);
	position: absolute;
	width: 100%;
}

.header .menu>li:hover>a,
.indexbody .header .menu>li.active>a {
	color: #c19c6a;
}

.header.line {
	border: 0;
}

.header .allcenter {
	width: auto;
	margin: 0 40px;
}

.header .menu>li>a {
	color: #fffefe;
	font-size: 18px;
}

.header .quickmenu span,
.indexbody .header .quickmenu span a {
	color: #fff;
}

.header .quickmenu li span i {
	background-position-y: -24px;
}

.header {
	text-align: center;
	font-size: 0;
	z-index: 2;
	border-bottom: 1px solid rgba(148, 148, 148, 0);
}

.header.line {
	border-bottom: 1px solid rgba(148, 148, 148, 0.5);
}

.header .allcenter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header .logo {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -25px;
	width: 185px;
	height: 50px;
	background: url(../images/b1.png) no-repeat center / contain;
}

/*一级菜单*/
.header .menu {
	display: inline-block;
	padding-right: 0;
}

.header .menu>li {
	display: inline-block;
	position: relative;
	height: 80px;
	line-height: 80px;
}

.header .menu>li:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -6.5px;
	width: 0;
	height: 0;
	border-bottom: 13px solid rgba(148, 148, 148, 0.5);
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	opacity: 0;
}

.header .menu>li:first-child:before {
	display: none;
}

.header .menu>li>a {
	position: relative;
	display: block;
	padding: 0 32px;
	font-size: 20px;
	color: #fff;
	transition: color 0.4s;
	font-family: FZQKBYSJW;
}

.header .menu>li:hover>a,
.header .menu>li.active>a {
	color: #BEAD80;
}

.header .menu>li:hover:before {
	opacity: 1;
	transition: all .2s ease-out 0s;
}

.header .menu>li:hover .secmenu {
	height: 50px;
	transition: all .2s ease-out 0s;
}

.header .menu>li.nochild:hover:before {
	display: none;
}

/*二级菜单*/
.header .menu .secmenu {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 906px;
	height: 0;
	margin-left: -453px;
	line-height: 50px;
	text-align: center;
	z-index: 999;
	overflow: hidden;
}

.header .menu .secmenu li {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .menu .secmenu li:first-child:before {
	display: none;
}

.header .menu .secmenu li:before {
	content: "";
	width: 7px;
	height: 17px;
	background: url(../images/second-menu.png) no-repeat left center;
	position: absolute;
	top: 50%;
	left: -23px;
	margin-top: -8px;
}

.header .menu .secmenu li a {
	font-size: 15px;
	color: #fff;
	display: block;
	transition: all .3s;
	*font-size: 16px;
}

.header .menu .secmenu li:hover a,
.header .menu .secmenu li.active a {
	color: #BEAD80;
}

.secmenu-bg {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(148, 148, 148, 0.5);
	transition: height .2s ease-out 0s;
}

.secmenu-bg.active {
	height: 50px;
	transition: height .2s ease-out 0s;
}

/* 搜索样式 */
.search-box {
	position: absolute;
	top: 10%;
	right: 3%;
}

.search-box .sskb {
	line-height: 37px;
	width: 96%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	font-family: 'FZQKBYSJW';
}

.search-box .ss_box {
	float: right;
	height: 37px;
	width: 311px;
	background-color: #FFF;
	margin-top: 14px;
	border-radius: 25px
}

.search-box .ss_box .srk {
	float: left;
	height: 37px;
	width: 240px;
	margin-left: 20px;
}

.search-box .ss_box .ssbtn {
	float: right;
	height: 27px;
	width: 27px;
	margin-top: 5px;
	margin-right: 20px;
}



/* basic 样式 */

.basic-box {
	width: 100%;

}

.basic-row {}

.basic-dis {
	display: inline-block;
	width: 100%;
}

.basic-bg {
	background: url('../images/b25.png') no-repeat;
	background-size: cover;
	padding: 0 7%;
}

.basic-left-box {
	width: 100%;
	display: inline-block;
}

.basic-left-box {
	width: 50%;
	float: left;
	background-size: 100%;
	margin: 40px 0;
}

.basic-left-box .left-bg .left-bg-box {
	background: url('../images/b3.png') no-repeat;
	margin-right: 20px;
	padding: 20px 30px;
	background-size: cover;
	height: 260px;
}

.basic-left-box .left-bg .travel-box {
	width: 100%;
	display: inline-block;
}

.basic-left-box .left-bg .travel-box .travel-title {
	width: 15%;
	float: left;
	padding: 6% 0;
}

.basic-left-box .left-bg .travel-box .travel-suptitle,
.basic-left-box .left-bg .travel-box .travel-time,
.basic-left-box .left-bg .travel-box .notice {
	width: 85%;
	float: right;
}

.basic-left-box .left-bg .travel-box .travel-title p {
	writing-mode: vertical-lr;
	text-align: center;
	margin: 0 auto;
	background: url(../images/b5.png) no-repeat;
	background-size: 100%;
	font-size: 24px;
	color: #fff;
	padding: 7px;
	letter-spacing: 10px;
	font-family: FZQKBYSJW;
	position: relative;
}

.basic-left-box .left-bg .travel-box .travel-suptitle p {
	color: #fff;
	font-size: 18px;
	padding-top: 6%;
	font-weight: 100;
	text-align: center;
}

.basic-left-box .left-bg .travel-box .travel-time {
	padding-top: 3%;
}

.basic-left-box .left-bg .travel-box .travel-time .timeopen,
.basic-left-box .left-bg .travel-box .travel-time .timestop,
.basic-left-box .left-bg .travel-box .travel-time .timeclose {
	width: 33.333%;
	float: left;

}

.basic-left-box .left-bg .travel-box .travel-time .timeopen .timetitle,
.basic-left-box .left-bg .travel-box .travel-time .timestop .timetitle,
.basic-left-box .left-bg .travel-box .travel-time .timeclose .timetitle {
	color: #fff;
	font-size: 20px;
	padding-top: 6%;
	font-weight: 100;
	text-align: center;

}

.basic-left-box .left-bg .travel-box .travel-time .timeopen .timecontent,
.basic-left-box .left-bg .travel-box .travel-time .timestop .timecontent,
.basic-left-box .left-bg .travel-box .travel-time .timeclose .timecontent {
	color: #FDDCB1;
	font-size: 40px;
	padding-top: 6%;
	font-weight: bolder;
	text-align: center;
}

.basic-left-box .left-bg .travel-box .notice .icon {
	position: relative;
	right: 10px;
	top: -2px;
}

.basic-left-box .left-bg .travel-box .notice .more {
	position: relative;
	left: 10px;
	top: -2px;
}

.basic-left-box .left-bg .travel-box .notice p {
	color: #fff;
	font-size: 22px;
	padding-top: 4%;
	font-weight: 100;
	text-align: right;
	letter-spacing: 5px;
	font-family: FZQKBYSJW;
	position: relative;
	right: 60px;
}

.basic-right-box {
	width: 50%;
	float: left;
	background-size: 100%;
	margin: 40px 0;

}

.basic-right-box .right-bg .right-bg-box {
	background: url('../images/b4.png') no-repeat;
	margin-left: 20px;
	padding: 20px 30px;
	background-size: cover;
	height: 260px;
}

.basic-right-box .right-bg .right-bg-box .activit-box {
	width: 100%;
	display: inline-block;
}

.basic-right-box .right-bg .right-bg-box .activit-left {
	width: 50%;
	float: left;
	position: relative;
}

.basic-right-box .right-bg .right-bg-box .activit-left:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 100%;
	width: 2px;
	height: 200px;
	background-color: #447097;
}

.basic-right-box .right-bg .right-bg-box .activit-left .left-title p {
	background: url(../images/b9.png) no-repeat;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	letter-spacing: 5px;
	font-family: FZQKBYSJW;
	position: relative;
	text-align: center;
	width: 149px;
	padding: 10px;
	margin: 4% 0 0;
}

.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content1 {
	font-size: 20px;
	color: #fff;

	margin-top: 6%;
}

.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content2,
.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content3,
.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content4 {
	font-size: 16px;
	color: #fff;
	margin-top: 6%;
	font-weight: 100;
}

.basic-right-box .right-bg .right-bg-box .activit-right {
	width: 50%;
	float: left;
	margin-top: 3%;
}

.basic-right-box .right-bg .right-bg-box .activit-right .right-box {
	width: 50%;
	float: left;
	margin-bottom: 15%;
}

.basic-right-box .right-bg .right-bg-box .activit-right .right-box p {
	padding-left: 10%;
}

.basic-right-box .right-bg .right-bg-box .activit-right .right-box p img {
	width: 69px;
	height: 71px;
}

.basic-right-box .right-bg .right-bg-box .activit-right .right-box p span {
	font-size: 18px;
	color: #fff;
	word-break: keep-all;
	display: inline-block;
	width: 30%;
	text-align: center;
	position: relative;
	top: 15px;
}

/* video模块样式 */
.basic-box .basic-row .video-box {
	width: 50%;
	float: left;
}

.basic-box .basic-row .newsList-box {
	width: 50%;
	float: left;
}

.basic-box .basic-row .video-box .video-row {
	margin-right: 20px;
	margin-bottom: 40px;
	height: 48vh;
	overflow: hidden;
}

.basic-box .basic-row .newsList-box .newsList-row {
	margin-left: 20px;
	margin-bottom: 40px;
	height: 48vh;
	overflow: hidden;
}

.basic-box .basic-row .video-box .video-row img {
	width: 100%;
	cursor: pointer;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg {
	background: url('../images/b15.png') no-repeat;
	background-size: 100%;
	height: 45vh;
	padding: 4% 30px 0;
	position: relative;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-tag1 {
	font-size: 24px;
	color: #fff;
	font-family: FZQKBYSJW;
	display: inline-block;
	cursor: pointer;
	padding: 10px 30px;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-tag1.active {
	background: url('../images/b99.png') no-repeat;
	background-size: 100%;
	padding: 10px 30px;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-tag2 {
	font-size: 24px;
	color: #fff;
	font-family: FZQKBYSJW;
	display: inline-block;
	cursor: pointer;
	padding: 10px 30px;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-tag2.active {
	background: url('../images/b99.png') no-repeat;
	background-size: 100%;
	padding: 10px 30px;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 {
	display: none;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 {
	display: none;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1.active {
	display: block;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2.active {
	display: block;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 .newsList-more,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 .newsList-more {
	position: absolute;
	top: 10%;
	right: 30px;
	color: #fff;
	font-family: FZQKBYSJW;
	font-size: 18px;
	font-weight: 100;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 ul,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 ul {
	display: inline-block;
	width: 100%;
	margin-top: 2%;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li {
	position: relative;
	padding: 10px 0 10px;
	border-bottom: 1px dashed #fff;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li:after,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li:after {
	content: '';
	position: absolute;
	left: 0;
	background: url(../images/b16.png) no-repeat;
	width: 15px;
	height: 15px;
	top: 16px;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-indent: 10px;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p .title,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p .title {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p .time,
.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p .time {
	position: absolute;
	right: 0;
	width: 30%;
	text-align: right;
}

/* 影像中心 样式 */
.videoCenter-box .videoCenter-row {
	width: 100%;
}

.videoCenter-box .videoCenter-row .videoCenter-bg {
	background: url('../images/b26.png') no-repeat;
	background-size: cover;
}

.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box {
	padding: 3% 7%;
}

.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p {
	font-size: 38px;
	padding-bottom: 4%;
	color: #000;
	text-align: center;
	font-family: FZQKBYSJW;
	letter-spacing: 5px;
	position: relative;
}

.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-more p {
	position: absolute;
	top: 10%;
	right: 7.5%;
	color: #000;
	font-family: FZQKBYSJW;
	font-size: 18px;
	font-weight: 100;
}

.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p:after {
	content: '';
	width: 34px;
	height: 43px;
	position: absolute;
	background: url(../images/b17.png) no-repeat;
	background-size: 100%;
	left: 41%;
	top: 0%;
}

.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p::before {
	content: '';
	width: 34px;
	height: 43px;
	position: absolute;
	background: url(../images/b18.png) no-repeat;
	background-size: 100%;
	right: 41.5%;
	top: 0%;
}

.imgList-box {
	display: inline-block;
	width: 100%;
}

.imgList-box .imgList-left {
	width: 32.14%;
	float: left;
}

.imgList-box .imgList-center {
	width: 35.72%;
	float: left;
}

.imgList-box .imgList-right {
	width: 32.14%;
	float: left;
}

.imgList-box .imgList-left .imgList-img {
	position: relative;
	width: 26.5vw;

}

.imgList-box .imgList-center .imgList-img {
	position: relative;
	width: 28vw;

}

.imgList-box .imgList-right .imgList-img {
	position: relative;
	width: 26.5vw;

}

.imgList-box .imgList-left img {
	width: 100%;
}

.imgList-box .imgList-center img {
	width: 100%;
}

.imgList-box .imgList-right img {
	width: 100%;
}

.imgList-box .imgList-left p,
.imgList-box .imgList-center p,
.imgList-box .imgList-right p {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 0;
	letter-spacing: 3px;
}

.imgList-box .imgList-left .imgList-left-row {
	margin-right: 20px;
}

.imgList-box .imgList-center .imgList-center-row {
	margin-left: 20px;
	margin-right: 20px;
}

.imgList-box .imgList-right .imgList-right-row {
	margin-left: 20px;
}

/* 攻略指南样式 */
.Introduction-box {}

.Introduction-box .Introduction-row {
	width: 100%;
}

.Introduction-box .Introduction-row .Introduction-bg {
	background: url('../images/b25.png') no-repeat;
	background-size: cover;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box {
	padding: 3% 7%;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p {
	font-size: 38px;
	padding-bottom: 4%;
	color: #000;
	text-align: center;
	font-family: FZQKBYSJW;
	letter-spacing: 5px;
	position: relative;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-more p {
	position: absolute;
	top: 10%;
	right: 7.5%;
	color: #000;
	font-family: FZQKBYSJW;
	font-size: 18px;
	font-weight: 100;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p:after {
	content: '';
	width: 34px;
	height: 43px;
	position: absolute;
	background: url(../images/b17.png) no-repeat;
	background-size: 100%;
	left: 41%;
	top: 0%;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p::before {
	content: '';
	width: 34px;
	height: 43px;
	position: absolute;
	background: url(../images/b18.png) no-repeat;
	background-size: 100%;
	right: 41.5%;
	top: 0%;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list {
	display: inline-block;
	width: 100%;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list .list-box {
	width: 25%;
	float: left;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list .list-box .list-row {
	margin: 0 10px;
	position: relative;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list .list-box .listImg {
	width: 100%;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list .list-box .listIcon {
	position: absolute;
	top: 32%;
	left: 43.5%;
	margin: 0 auto;
	text-align: center;
	width: 53px;
	height: 55px;
}

.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list .list-box p {
	position: absolute;
	top: 61%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 2px;
}

/* 底部样式 */
.footer {
	width: 100%;
	height: 271px;
	background: url(../images/b27.png) no-repeat center center;
	border-top: 2px solid #a4605c;
	background-size: cover;
}

.footer a {
	color: #fff;
}

.footer .fLinks {
	width: 86%;
	height: 65px;
	margin: 0 auto;
	line-height: 65px;
	border-bottom: 1px solid #b76c69
}

.fLinks .linkCont {
	width: 950px;
	height: 65px;
	text-align: center;
	margin: 0 auto;
	display: flex;
}

.fLinks .linkCont p,
.fLinks .linkCont a {
	flex: 1;
	color: #fff;

}

.footer .bottom-footer {
	width: 600px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	line-height: 36px;
}

.footer .bottom-footer .code-pic {
	position: absolute;
	top: 60px;
	left: 7px;
}

.footer .bottom-footer .fCont {
	position: absolute;
	width: 465px;
	text-align: center;
	top: 25px;
	right: 7px;
}

/* 响应式部分代码 */
@media screen and (min-width: 1200px) and (max-width: 1500px) {
	.header .menu>li>a {
		padding: 0 15px;
		font-size: 18px;
	}

	.search-box .ss_box {
		width: 200px;
	}

	.search-box .ss_box .srk {
		width: 130px;
	}

	.basic-bg {
		padding: 0 3%;
	}

	.basic-left-box .left-bg .left-bg-box {
		padding: 10px;
		height: 240px;
		margin-right: 10px;
		min-height: auto;
	}

	.basic-left-box .left-bg .travel-box .travel-suptitle p {
		padding-top: 6%;
	}

	.basic-left-box .left-bg .travel-box .travel-title {
		width: 10%;
		padding: 9% 0;
	}

	.basic-left-box .left-bg .travel-box .travel-title p {
		font-size: 18px;
		padding: 9px;
	}

	.basic-left-box .left-bg .travel-box .travel-suptitle p {
		font-size: 16px;
	}

	.basic-left-box .left-bg .travel-box .travel-time .timeopen .timetitle,
	.basic-left-box .left-bg .travel-box .travel-time .timestop .timetitle,
	.basic-left-box .left-bg .travel-box .travel-time .timeclose .timetitle {
		font-size: 18px;
		padding-top: 10%;
	}

	.basic-left-box .left-bg .travel-box .travel-time .timeopen .timecontent,
	.basic-left-box .left-bg .travel-box .travel-time .timestop .timecontent,
	.basic-left-box .left-bg .travel-box .travel-time .timeclose .timecontent {
		font-size: 32px;
	}

	.basic-left-box .left-bg .travel-box .travel-suptitle,
	.basic-left-box .left-bg .travel-box .travel-time,
	.basic-left-box .left-bg .travel-box .notice {
		width: 90%;
	}

	.basic-left-box .left-bg .travel-box .notice p {
		right: 40px;
		font-size: 18px;
	}

	.basic-right-box .right-bg .right-bg-box .activit-left .left-title p {
		font-size: 18px;
		width: 109px;
		padding: 9px;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right .right-box p img {
		width: 49px;
		height: 51px;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right .right-box p span {
		font-size: 16px;
		width: 40%;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right .right-box:nth-child(3) p span {
		width: 52% !important;
	}

	.basic-right-box .right-bg .right-bg-box {
		padding: 10px 15px;
		height: 240px;
		margin-left: 10px;
		min-height: auto;
	}

	.basic-right-box .right-bg .right-bg-box .activit-left {
		width: 55%;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right {
		width: 45%;
		margin-top: 6%;
	}

	.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content1 {
		font-size: 18px;
	}

	.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content2,
	.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content3,
	.basic-right-box .right-bg .right-bg-box .activit-left .left-content .content4 {
		font-size: 14px;
	}

	.basic-right-box .right-bg .right-bg-box .activit-left:after {
		height: 170px;
		top: 30px;
	}

	.basic-left-box,
	.basic-right-box {
		margin: 20px 0;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-tag1 {
		font-size: 18px;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-tag2 {
		font-size: 18px;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 .newsList-more,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 .newsList-more {
		top: 8%;
		font-size: 16px;
	}

	.basic-box .basic-row .video-box .video-row {
		height: 300px;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.basic-box .basic-row .newsList-box .newsList-row {
		height: 300px;
		margin-left: 10px;
		margin-bottom: 20px;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li {
		padding: 6px 0;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p {
		text-indent: 10px;
		font-size: 15px;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p .time,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p .time {
		width: 20%;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg {
		height: 300px;
		padding: 2% 15px 0;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li:after,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li:after {
		top: 12px;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box {
		padding: 3%;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p::before,
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p::before {
		width: 24px;
		height: 33px;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p,
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p {
		font-size: 25px;
		padding-bottom: 2%;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p:after,
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p:after {
		width: 24px;
		height: 33px;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-more p {
		top: 8%;
		font-size: 16px;
	}

	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-more p {
		top: 12%;
		font-size: 16px;
	}

	.imgList-box .imgList-center .imgList-img {
		width: 28.5vw;
	}

	.imgList-box .imgList-left .imgList-img,
	.imgList-box .imgList-center .imgList-img,
	.imgList-box .imgList-right .imgList-img {
		height: auto;
	}

	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box {
		padding: 3% 3%;
	}
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .img-list .list-box .listIcon {
		    top: 25%;
		    left: 39.5%;
	}
}

@media screen and (min-width: 1501px) and (max-width: 1919px) {
	.header .menu>li>a {
		padding: 0 19px;
		font-size: 18px;
	}

	.search-box .ss_box {
		width: 270px;
	}

	.search-box .ss_box .srk {
		width: 200px;
	}

	.basic-left-box .left-bg .left-bg-box {
		padding: 15px 20px;
		height: 260px;
		min-height: auto;
	}

	.basic-right-box .right-bg .right-bg-box {
		padding: 15px 20px;
		height: 260px;
		min-height: auto;
	}

	.basic-right-box .right-bg .right-bg-box .activit-left {
		width: 55%;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right {
		width: 45%;
		margin-top: 5%;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right .right-box p img {
		width: 59px;
		height: 61px;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right .right-box p span {
		width: 35%;
	}

	.basic-right-box .right-bg .right-bg-box .activit-right .right-box:nth-child(3) p span {
		width: 48% !important;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg {
		padding: 2% 20px 0;
		height: 380px;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p .time,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p .time {
		text-align: right;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li {
		padding: 8px 0 8px;
	}

	.basic-box .basic-row .video-box .video-row {
		height: 380px;
	}

	.basic-box .basic-row .newsList-box .newsList-row {
		height: 380px;
	}

	.imgList-box .imgList-left .imgList-img,
	.imgList-box .imgList-center .imgList-img,
	.imgList-box .imgList-right .imgList-img {
		height: auto;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p::before,
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p::before {
		width: 24px;
		height: 33px;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p,
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p {
		font-size: 25px;
		padding-bottom: 2%;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-title p:after,
	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-title p:after {
		width: 24px;
		height: 33px;
	}

	.videoCenter-box .videoCenter-row .videoCenter-bg .videoCenter-bg-box .videoCenter-more p {
		top: 8%;
		font-size: 16px;
	}

	.Introduction-box .Introduction-row .Introduction-bg .Introduction-bg-box .Introduction-more p {
		top: 12%;
		font-size: 16px;
	}

	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content1 li p,
	.basic-box .basic-row .newsList-box .newsList-row .newsList-bg .newsList-content2 li p {
		font-size: 16px;
	}

}


