/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}


#header{
	overflow: hidden;
}
#header>img{
	float: left;
}
#header>ul{
	list-style:none;
	float: right;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}




#img img{
	width: 100%;
}



h1{
	width: 1100px;
	text-align:center;
	background: rgb(31,90,129);
	color:white;
	margin:25px auto;
}
h2{
	background:rgb(23,39,75);
}



.ul2{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top:500px;
	right: 0;
}
.ul2 li{
	background: rgb(31,90,129);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.i1{
	position: fixed;
	right: -20%;
	top:490px;
	width: 160px;
	height: 50px;
}
.i2{
	position: fixed;
	right: -20%;
	top:540px;
	width: 160px;
	height: 50px;
}


.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:35px;
}



.img{
	height:494px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:30px;
	border:#ccc solid 1px;
	margin: auto;
	width:1100px;
}
.img a{
	border:2px solid gray;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.4s;

}
.img a p:hover{
	color:yellow;
}
.img img {
    width: 531px;
    height: 700px;
    }




.zj{
	width: 1100px;
	overflow: hidden;
	margin:25px auto;
}
.zj>.dl{
	float: left;
	width: 280px;
}
.zj>.dl>img{
	width: 100%;
	height: 290px;
}
.zj>.dl>p{
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.zj>.ri{
	margin-left: 320px;
	/*border: 1px solid black;*/
	width: 778px;
	overflow: hidden;
}
/*.zj .ris p{
	text-indent: 2em;
	line-height: 30px;
}
.zj .ris{
	height: 380px;
	overflow-y:scroll;
	padding: 5px 15px;
}
*/



#al,#al2,#al3,#al4,#al5{
	max-width:1000px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#al li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al li a{
	font-size:20px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al li:hover{
	border:#eee solid 1px;
	background-color:#ffa200;
}
#al li:hover a{
	color:#fff;
}



#al2 li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al2 li a{
	font-size:20px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al2 li:hover{
	border:#eee solid 1px;
	background-color:#ffa200;
}
#al2 li:hover a{
	color:#fff;
}


#al3 li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al3 li a{
	font-size:20px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al3 li:hover{
	border:#eee solid 1px;
	background-color:#ffa200;
}
#al3 li:hover a{
	color:#fff;
}



#al4 li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al4 li a{
	font-size:20px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al4 li:hover{
	border:#eee solid 1px;
	background-color:#ffa200;
}
#al4 li:hover a{
	color:#fff;
}



#al5 li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al5 li a{
	font-size:20px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al5 li:hover{
	border:#eee solid 1px;
	background-color:#ffa200;
}
#al5 li:hover a{
	color:#fff;
}

	.btn{
	max-width:1000px;
	margin:20px auto;
	text-align:center;
	background-color:rgb(53,96,190);
	transition:all 0.5s;
}
.btn a{
	font-size:20px;
	font-weight:bold;
	color:#ccc;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.btn:hover{
	background-color:#ffa200;
}
.btn:hover a{
	color:#fff
}




.rr{
	width: 1100px;
	margin: auto;
	border:2px solid black;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.rr p{
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
}
.u{
	margin: 0;
	padding: 0;
	width: 1100px;
	margin: auto;
	list-style: none;
	overflow: hidden;
}
.u li{
	float: left;
	width: 550px;
	line-height: 34px;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.swiper-container{
    width:1100px;
	margin: auto;
	margin-top:30px;
}
.swiper-slide{
	height:500px;
	overflow:hidden;
	width: 550px;
}
.swiper-slide img{
	height:500px;
	width: 500px;
}



#top_zt{
	width:1100px;
	margin:auto;
}
#top_zt>a>img{
	height:90px;
	width:100%;
}
#top_zt1{
	width: 1100px;
	margin: auto;
}
#top_zt1>a>img{
	height:90px;
	width:363px;
	float: left;
}

#top_zt2{
	width: 1100px;
	margin: auto;
}
#top_zt2>a>img{
	height:90px;
	width:547px;
	float:left;
}
#top_zt1{
	margin:auto;
	width:1100px;
}

.lx{
	width: 1100px;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}





.mnbox{
	max-width:1100px;
	margin: auto;
	margin-top:20px;
	position:relative;
	height:309px;
	background:#fff;
	border:#2a8acc solid 2px;
	box-sizing: border-box;
}
.mn{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mn li{
	width:219px;
	height:50px;
	position:absolute;
	background:#b9c5eb;
	cursor:pointer;
	transition:all 0.5s;
}
.mn li span{
	width:100px;
	font-size:20px;
	line-height:33px;
	display:block;
	transition:all 0.5s;
	padding-left: 75px;
	padding-top: 5px;
}
.mn li:hover{
	background:#2a8acc;
}
.mn li:hover span{
	color:#fff;
}
.mn .current{
	background:#2a8acc;
	color:#fff;
}
.mn li .current2{
	color:#fff;
}
.mn li:nth-child(1){
	top:0;
	left:0;
	border-bottom:#eee solid 1px; 
}
.mn li:nth-child(2){
	top:0px;
	left:219px;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(3){
	top:0px;
	left:438px;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(4){
	top:0px;
	left: 657px;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(5){
	top:0px;
	left: 876px;
}
.showbox{
	position:absolute;
	width:1096px;
	height:254px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top: 50px;
	padding: 20px 40px;
	box-sizing: border-box;
}
.mnshow{
	display:none;
}
.mnshow h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color:#111;
	background: white;
}
.mnshow p{
	font-size:16px;
	line-height:32px;
	text-indent: 2em;
}
.mnshow span{
	color:#016ebe;
	font-size:16px;
	font-weight:bold;
}
.mnshow strong{
	color:#111;
	font-size:16px;
	font-weight:bold;
}



.mnbox1{
	max-width:1100px;
	margin: auto;
	margin-top:20px;
	position:relative;
	height:385px;
	background:#fff;
	border:#2a8acc solid 2px;
	box-sizing: border-box;
}
.mn1{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mn1 li{
	width:274px;
	height:50px;
	position:absolute;
	background:#b9c5eb;
	cursor:pointer;
	transition:all 0.5s;
}
.mn1 li span{
	width:100px;
	margin: auto;
	font-size:20px;
	line-height:33px;
	display:block;
	transition:all 0.5s;
	padding-left: 75px;
    padding-top: 5px;
}
.mn1 li:hover{
	background:#2a8acc;
}
.mn1 li:hover span{
	color:#fff;
}
.mn1 .current{
	background:#2a8acc;
	color:#fff;
}
.mn1 li .current2{
	color:#fff;
}
.mn1 li:nth-child(1){
	top:0;
	left:0;
	border-bottom:#eee solid 1px;
}
.mn1 li:nth-child(2){
	top:0px;
	left:274px;
	border-bottom:#eee solid 1px;
}
.mn1 li:nth-child(3){
	top:0px;
	left:548px;
	border-bottom:#eee solid 1px;
}
.mn1 li:nth-child(4){
	top:0px;
	left:822px;
	border-bottom:#eee solid 1px;
}
.showbox1{
	position:absolute;
	width:1020px;
	height:293px;
	overflow:scroll;
	overflow-x:hidden;
	padding:20px 40px;
	margin-top: 50px;
}
.mnshow1{
	display:none;
}
.mnshow1 h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color:#111;
	background: white;
}
.mnshow1 p{
	font-size:16px;
	line-height:32px;
	text-indent: 2em;
}
.mnshow1 span{
	color:#016ebe;
	font-size:16px;
	font-weight:bold;
}
.mnshow1 strong{
	color:#111;
	font-size:16px;
	font-weight:bold;
}
@media screen and (max-width: 1200px){
	.mnbox{
		width: 1100px;
	}
	.mnbox1{
		width: 1100px;
	}
}