.NavCon {
	min-height: 100px;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.logoBox img {
	width: 484px;
	height: 83px;
}

.NavList ul {
	/* width: 625px; */
	display: flex;
}

.NavList {
	display: flex;
	margin-left: 30px;
}

.NavList li a {
	font-size: 18px;
	line-height: 44px;
}

.NavList li {
	margin: 40px 10px 0 10px;
}

.activeNav a{
	color:orange ;
}

.souPic {
	width: 20px;
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 15px;
}

.othreBox>a {
	font-size: 18px;
	color: #999;
	display: block;
	position: absolute;
	top: 15px;
	left: -60px;
}
.NavConFlex .othreBox>a{
	display: none;
}

.closeIcon {
	display: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.navIcon {
	width: 65px;
	margin-top: 12px;
	height: 60px;
	cursor: pointer;
	margin-left: 20px;
}

.othreBox {
	display: flex;
	position: relative;
}
.newnavBox{
	min-height: 80px;
	position: relative;
	z-index: 99;
}

.souBox {
	width: 100%;
	border: 1px solid #b6b6b6;
	border-radius: 5px;
	line-height: 35px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	display: none;
}
.NavConFlex .NavCon{
	box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.12);
	margin: 30px auto;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
}
.NavConFlex{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}
.upPic{
	margin-top: -130px;
}

.souBox input {
	line-height: 35px;
	padding: 0 20px;
	font-size: 16px;
	width: 90%;
	position: relative;
	border: none;
}

.souBox button {
	background: url(../img/sousuoIcon.png) no-repeat left center;
	background-size: 25px;
	font-size: 18px;
	padding-left: 40px;
	line-height: 35px;
	border: none;
	cursor: pointer;
	margin-left: 48px;
}

.openNav {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}

.openCon {
	width: 800px;
	height: 100%;
	background-color: #fff;
	border-right: 4px solid orange;
}

.openimg {
	position: relative;
	padding: 20px;
}

.closeNav {
	width: 30px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 50px;
}

.openList {
	padding: 10px 20px;
}

.openList ul>li {
	position: relative;
}

.openList ul>li a>img {
	width: 15px;
	cursor: pointer;
	right: 20px;
	position: absolute;
	top: 10px;
}

.openList ul>li p {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	position: relative;
	line-height: 40px;
}

.openList ul>li p:before,
.newsTop p:before {
	content: "";
	width: 40px;
	height: 3px;
	background-color: orange;
	position: absolute;
	bottom: 2px;
}

.openList ol {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.openList ol li {
	font-size: 17px;
	margin-right: 15px;
	line-height: 35px;
}

.leftPic,
.RightPic {
	position: absolute;
	cursor: pointer;
	bottom: 40%;
	z-index: 9;
}

.leftPic {
	left: 40px;
}

.RightPic {
	right: 40px;
}

.indexPic li p {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 23px;
	bottom: 0;
	line-height: 60px;
	padding: 0 10px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsContent {
	padding-top: 60px;
	background-color: #f6f6f6;
}

.newslist01 {
	background-color: #fff;
	padding: 10px 0;
	margin-top: 30px!important;
}
.newsTop {
	position: relative;
}

.newsTop p {
	position: relative;
	font-size: 25px;
	color: #000;
	font-weight: bold;
	line-height: 40px;

}

.moreBox {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.moreBox span {
	font-size: 15px;
}

.newslist01 {
	margin: 20px auto;
}

.newslist01 h1,
.newslist01 h1 a {
	color: #000;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}

.newslist01 p {
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
	padding: 0 10px;
}

.newsList {
	width: 100%;
	background-color: #f6f6f6;
	padding: 20px 0;
	margin: 20px 0;
}

.textFirst {
	width: 350px;
	padding-top: 20px;
}
.listFirst{
	background-color: #fff;
	padding-left: 20px;
}

.imgFirst {
	width: 1000px;
}

.imgFirst img {
	width: 100%;
	border-radius: 10px;
}

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

.textFirst h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 20px;
}

.textFirst p {
	font-size: 15px;
	line-height: 35px;
	min-height: 500px;
}

.textFirst span {
	font-size: 15px;
	color: #999;
}

.newsList ul {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}

.newsList ul li {
	width: 330px;
}

.newsList ul li img {
	width: 100%;
	height: 206px;
	border-radius: 10px;
}

.newsList ul li p {
	font-size: 15px;
	line-height: 35px;
	-webkit-line-clamp: 2;
}

/* 多行省略 */
.newsList ul li p,.titleBox p,.TopList ul li a p,.bottomList ul li p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.duocaiCon {
	position: relative;
	min-width: 1400px;
}

.positionList {}

.rightXm li {
	position: absolute;
	font-size: 15px;
	background-color: #78B432;
	padding: 5px 10px;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.rightXm li:nth-child(1) {
	top: 23%;
	left: 38%;
}

.rightXm li:nth-child(2) {
	top: 30%;
	left: 45%;
}

.rightXm li:nth-child(3) {
	top: 30%;
	left: 64.5%;
}

.rightXm li:nth-child(4) {
	top: 33%;
	left: 74%;
}

.rightXm li:nth-child(5) {
	top: 12%;
	left: 76%;
}

.rightXm li:nth-child(6) {
	top: 44%;
	left: 70.5%;
}

.rightXm li:nth-child(7) {
	top: 49%;
	left: 75%;
}

.rightXm li:nth-child(8) {
	top: 44%;
	left: 81.5%;
}

.rightXm li:nth-child(9) {
	top: 54%;
	left: 75%;
}

.leftText {
	position: absolute;
	width: 350px;
	height: 380px;
	left: 10%;
	top: 30%;
}
.textItem{
	display: none!important;
}
.textItem:nth-child(1){
	display: block;
}
.activeAdd{
	background-color: #FFA200!important;
}
.textItem h4{
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.textItem p{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	text-indent: 2em;
}
.duocaiBox,.videoBox,.videoBox ul,.bannerPic{
	margin-top: 30px;
}
.videoBox{
	width: 1030px;
}
.videoBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.videoBox ul li{
	width: 320px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.videoBox ul li a>img{
	width: 100%;
	border-radius: 10px;
	height: 203px;
}

.videoBox ul li:nth-child(1){
	width: 100%;
	margin-bottom: 15px;
}
.videoBox ul li:nth-child(1) img{
	height: 645px;
}


.titleBox p{
	font-size: 15px;
	margin-top: 10px;
	line-height: 30px;
	height: 60px;
	-webkit-line-clamp: 2;
}
.titleBox img{
	position: absolute;
	bottom: 85px;
	left: 15px;
}
.videoBox ul li:nth-child(1) .titleBox{
	position: absolute;
	width: 100%;
	padding: 50px 10px 10px 10px;
	bottom: 0;
	display: flex;
	background: url(../img/bg01.png)no-repeat left bottom;
	background-size: 100% 100%;
}
.videoBox ul li:nth-child(1) .titleBox p{
	text-align: center;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 35px;
}
.videoBox ul li:nth-child(1) .titleBox img{
	position: initial;
	height: 26px;
	width: 26px;
	margin-top: 10px;
}
.picBox{
	width: 325px;
	margin-top: 30px;
}
.jcaiBox {
	display: flex;
	justify-content: space-between;
}
.bannerPic{
	height: 865px;
	overflow: hidden;
}
.bannerPic  li img{
	width: 100%;
	height: 203px;
	border-radius: 10px;
}
.picCon{
	position: relative;
	padding-bottom: 50px;
}
.picCon .swiper-pagination{
	font-size: 15px;
	color: #0096EA;
	bottom: 18px;
	width: 40px;
	left: 65%;
}
.picDonw,.picUp{
	position: absolute;
	cursor: pointer;
	width: 30px;
	bottom: 10px;
}
.picDonw{
	right: 10%;
}
.picUp{
	left: 50%;
}

.meiliImg ul li img:nth-child(2){
	display: none;
}

.meiliImg ul{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 50px;
}
.meiliBox{
	margin: 50px auto;
}
.bannerxiangmu {
	padding-bottom: 100px!important;
}
.bannerxiangmu li p{
	font-size: 16px;
	text-align: center;
	margin: 20px;
}

.yasha_know .swiper-pagination-bullet{
	display: inline-block;
	    width: 10px;
	    height: 10px;
	    border-radius: 9px;
	    background: #dcdcdc;
	    margin: 0 5px;
	    cursor: pointer;
	    opacity: 0.8;
	    margin: 0 15px!important;
}
.yasha_know .swiper-pagination-bullet-active{
	    background: #0096EA;
}

/* 海南自贸港 */
.TopList{
	margin: 30px auto!important;
	display: flex;
	justify-content: space-between;
}
.bigImg{
	width: 680px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.bigImg img{
	width: 100%;
	border-radius: 10px;
	height: 408px;
}
.TopList ul{
	width: 680px;
}
.bigImg p{
	background: url(../img/bg01.png) no-repeat left bottom;
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	padding: 50px 10px 10px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.TopList ul li a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}
.TopList ul li a img{
	width: 325px;
	max-height: 203px;
	border-radius: 10px;
	
}
.TopList ul li:nth-child(2) a{
	margin-bottom: 0;
}
.TopList ul li a p{
	font-size: 16px;
	width: 315px;
	margin: 20px;
	line-height: 30px;
	-webkit-line-clamp: 5;
	max-height: 150px;
}

.bottomList ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.bottomList ul li{
	width: 325px;
}
.bottomList ul li img{
	width: 100%;
	border-radius: 10px;
	height: 178px;
}
.bottomList ul li p{
	line-height: 35px;
	font-size: 16px;
	height: 70px;
	-webkit-line-clamp: 2;
}
.timeBox p{
	font-size: 16px;
}
.timeBox{
	margin-left: 15px;
}
.timeBox>p{
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 5px;
}
#countdown p span{
	font-size: 35px;
	letter-spacing: 12px;
	background: url(../img/timeBg.png) no-repeat center center;
	background-size: 100%;
	color: #fff;
	padding: 2px 0px 2px 7px;
	margin-right: 5px;
}

/* 屏幕分辨率小于1440时用的样式 */
@media screen and (max-width: 1440px) {
	.videoBox ul li:nth-child(1) img{
		height: 570px;
	}
	.videoBox ul li a>img{
		height: 180px;
	}
	.bigImg img{
		height: 370px;
	}
	.souBox button{
		margin-left: 32px;
	}
	#countdown p span{
		font-size: 30px;
	}
	.logoBox img{
		width: 370px;
		height: 63.5px;
	}
	.NavList{
		margin-left: 25px;
	}
	.NavList ul{
		/* width: 620px; */
	}
	.timeBox>p{
		font-size: 14px;
		line-height: 25px;
	}
	.navIcon{
		width: 55px;
		height: 56px;
		margin-top: 7px;
		margin-left: 10px;
	}
	.NavList li{
		margin: 30px 4px 0 10px;
	}
	.closeIcon{
		margin-top: 0px;
		margin-left: 20px;
	}
	.souPic{
		/* margin-top: 24px; */
	}
	.othreBox>a{
		/* margin-top: 26px; */
	}
	.newsList ul li{
		width: 285px;
	}
	.newsList ul li img{
		height: 180px;
	}
	.imgFirst{
		width: 880px;
	}
	.textFirst{
		width: 300px;
	}
	.textFirst p{
		height: 400px;
		min-height: auto;
	}
	.rightXm li:nth-child(1){
		top: 19%;
	}
	.rightXm li:nth-child(2){
		top: 27%;
	}
	.rightXm li:nth-child(3){
		top: 28%;
		left: 62.5%;
	}
	.rightXm li:nth-child(4){
		left: 71%;
	}
	.rightXm li:nth-child(8){
		top: 43%;
	}
	.rightXm li:nth-child(9){
		top: 55%;
	}
	.rightXm li:nth-child(6){
		top: 38%;
	}
	.rightXm li:nth-child(7){
		top: 46%;
		left: 73.4%;
	}
	.videoBox{
		width: 910px;
	}
	.picBox,.videoBox ul li{
		width: 293px;
	}
	.bannerPic li img{
		height: 180px;
	}
	.bannerPic{
		height: 780px;
	}
	.bigImg{
		width: 600px;
	}
	.TopList ul li a img{
		width: 285px;
	}
	.TopList ul li a p{
		-webkit-line-clamp: 4;
		max-height: 120px;
		width: 275px;
	}
	.bottomList ul li{
		width: 285px;
	}
	.TopList ul{
		width: 600px;
	}
	
	
	
	
	
	
	
	
	
}








