a {
	text-decoration: none;
}

/* 头部 */
.header {
	width: 100%;
	height: 88px;
	overflow: hidden;
	background-color: #1e4096;
}

.header-content {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.header-left {
	width: 30%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-left img {
	width: 100%;
	 
}

.header-right {
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.logo {
	width: 100px;
	height: 120px;
	position: absolute;
	top: 20px;
	right: 200px;
}

.search {
	position: absolute;
	width: 200px;
	top: 20px;
	right: 0px;
	color: white;
}

.search p {
	font-size: 15px;
	margin-bottom: 5px;
}

.search form {
	position: relative;
}

.search input {
	width: 190px;
	padding-left: 10px;
	height: 28px;
	border-radius: 20px;
	z-index: 99;
	background-color: #fff;
	outline: none;
	border: none;
}

.search input::placeholder {
	color: #78C8F2;
}

.search form img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	right: 10px;
	z-index: 999999;
	cursor: pointer;
}

/* 导航 */

.nav {
	width: 100%;
	height: 50px;
	background-color: #ECEBEB;
 
}

.nav-content {
	width: 1080px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	/* border: 1px solid white; */
	/* position: relative; */
}

.nav-content ul li {
	width: 16%;
	float: left;
	color: black;
	/* border: 1px solid red; */
	text-align: center;
	position: relative;
}

.nav-content ul li a {
	color: black;
}

.nav-content ul li:hover .ul-f {
	display: block;
	width:100%;
}

.nav-content ul li:nth-child(6)::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	background-color: #CCCBCB;
	right: 0px;
	top: 10px;
}

.active a {
	color: red !important;
}

.nav-content ul li::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 30px;
	background-color: #CCCBCB;
	right: 0px;
	top: 10px;
}

.ul-f {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	background: #ECEBEB;
	z-index: 9999;
}

.ul-f li {
	border-top: 1px solid #CCCBCB;
	width:100%;
}

/* content */
.content {
	width: 100%;
	height: 1065px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.content::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 270px;
 
}

.content-con {
	width: 1200px;
	height: 900px;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
}

/* left */
.content-left {
	width: 900px;
	height: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* banner */
.banner {
	width: 100%;
	height: 350px;
	position: relative;
}

.banner img {
	 
	width: 100%;
	height: 210px;
	z-index: 9;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.banner-notic {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 40px;
	color: white;
	line-height: 40px;
	/* padding-left: 10px; */
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	border-bottom-right-radius: 10px;
}

.banner-notic ul {
	position: absolute;
	right: 10px;
	top: 15px;
}

.banner-notic ul li {
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
 
 
/* article1 */
.article1 {
	width: 100%;
	height: 480px;
	background-color: #ffffcc;
	position: relative;
}

.article1-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.article1-body {
	width: 99%;
	height: 190px;
	position: relative;
	float: left;
}

.article1-header p:nth-child(1) {
	float: left;
	margin-left: 20px;
}

.article1-header p:nth-child(2) {
	float: right;
	margin-right: 20px;
}
.article1-header p:nth-child(2) a{
	color: #457FBA;
}
.article1-body-list {
	width: 50%;
	height: 112px;
	position: relative;
	float: left;
	left:18px;
	overflow:hidden;
}

.article1-body-list .renwu {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 20px;
}

 

.article1-body-list .art_text {
	width: 220px;
	position: absolute;
	top: 0px;
	left: 190px;
}
.notice1,.notice2,.notice3,.notice4{
	display: inline-block;
	padding: 2px;
	border-radius: 2px;
	height: 25px;
	color: white;
}
.notice1{
	background-color: #9a8b71;
}
.notice2{
	background-color: #9fc8da;
}
.notice3{
	background-color: #9edcc3;
}
.notice4{
	background-color: #dea1c9;
}
.notice1 img,.notice2 img,.notice3 img,.notice4 img{
	float: left;
	width: 20px;
	height: auto;
}
.notice1 text,.notice2 text,.notice3 text,.notice4 text{
	float: left;
}
.time {
	margin-top: 4px;
	font-size: 12px;
}

.author {
	font-size: 12px;
}

/* article2 */
.article2 {
	width: 100%;
	height: 300px;
	background-color: #ccccff;
	position: relative;
}

.article2-list {
	width: 50%;
	height: 130px;
	position: relative;
	float: left;
}

.article2-header {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.article2-header p:nth-child(1) {
	float: left;
	margin-left: 20px;
	font-size:20px;
}

.article2-header p:nth-child(2) {
	float: right;
	margin-right: 20px;
}
.article2-header p:nth-child(2) a{
	color: #457FBA;
}
.article2-list-body {
	height: 90px;
	margin-top: 10px;
	padding: 0px 20px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

.article2-list-body::before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: 0px;
	width: 300px;
	height: 10px;
	 
}
.bq{
	float: left;
	margin-top: 5px;
}
.article2-list-body-text{
	float: left;
	    width: 90%;
	    margin-left: 2%;
}
.testxl{
	color: #999999 !important;font-size: 12px;
}
.article2-list-body:nth-child(3)::before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: 0px;
	width: 300px;
	height: 10px;
	border-bottom: none;
}

.art2_text {
	width: 180px;
	float: left;
	margin-left: 10px;
}

/* right */
.content-right {
	width: 300px;
	height: 900px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*right-list1  */
.right-list1 {
	padding: 20px;
	height: 780px;
	font-size: 13px;
	background-color: #F3F0DF;
}

.right-title {
	font-size: 18px;
}

.right-g {
	font-size: 16px;
	  
	float: right;
}
.right-g a{
	color: #457FBA;
}
/*  right-list2*/
.right-list2 {
	height: 270px;
	background-color: #5d5d5d;
	border-radius: 10px;
}

.right-list2-header {
	width: 300px;
	height: 50px;
	line-height: 50px;
}

.right-list2-header p:nth-child(1) {
	float: left;	font-size: 18px;


	color: white;
	margin-left: 20px;
}

.right-list2-header p:nth-child(2) {
	float: right;
	margin-right: 20px;
}
.right-list2-header p:nth-child(2) a{
	color: white;
}
.right-list2-content {
	width: 300px;
	height: 500px;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}

.right-list2-content ul {
	position: absolute;
	left: 0px;
	top: 30px;
 
	height: 160px;
    overflow: hidden;
}

.right-list2-content ul li {
	width: 110px;
	float: left;
	margin-left: 26px;
	text-align: center;
	font-size: 12px;	height: 185px;
	color: white;
}

.right-list2-content ul li img {
	width: 80px;
	height: 100px;
}

.upper {
	position: absolute;
	left: 10px;
	top: 80px;
	cursor: pointer;
}

.lower {
	position: absolute;
	right: 10px;
	top: 80px;
	cursor: pointer;
}

/* 友情链接 */
.link {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	position: relative;
	background-color: #f0f0f0;
}

.link ul {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.link ul li {
	float: left;
	background-color: #1E1E1E;
	border-radius: 10px;
	padding: 5px 10px;
	margin-right: 40px;
}
.link ul li a{
	color: #898989;
}
/* 底部 */
.footer {
	width: 100%;
	height: 120px;
	text-align: center;
	color: #898989;
	background-color: #f0f0f0;
	padding-top: 20px;
	position: relative;
}

.footer ul {
	height: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.footer ul li {
	float: left;
	height: 30px;
	margin-right: 20px;
	color: #898989;
}

.footer img {
	margin-top: 20px;
}
@media screen and (max-width: 1000px){
.link ul {
	width: 90%;
}
.header-content{
	width: 100%;
}
.content-left{
	width: 70%;
}
.nav-content{
	width: 100%;
}
.content-con{
	width: 100%;
}
}



/* 友情链接 */
.link {
	width: 100%;
	height: 50px;
	padding-top: 10px;
	position: relative;
	background-color: #f0f0f0;
}

.link ul {
	width: 1000px;
	margin: 0 auto;
}

.link ul li {
	float: left;
	background-color: #f0f0f0;
	border-radius: 10px;
	padding: 5px 10px;
	margin-right: 40px;
}
.link ul li a{
	color: #898989;
}
/* 底部 */
.footer {
	width: 100%;
	height: 120px;
	text-align: center;
	color: #898989;
	background-color: #f0f0f0;
	padding-top: 20px;
	position: relative;
}

.footer ul {
	height: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.footer ul li {
	float: left;
	height: 30px;
	margin-right: 20px;
	color: #898989;
}

.footer img {
	margin-top: 20px;
}


.box{width:100%;height: 350px;margin: 0px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 100%;height: 350px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 100%; height: 350px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;width:300px;height: 40px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}