/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#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: 100%;
	text-align:center;
	background: rgb(31,90,129);
	color:white;
	margin:25px auto;
}
h2{
	background:rgb(23,39,75);
}




.rr{
	width: 1100px;
	margin: auto;
	border:2px solid #2a8acc;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.rr p{
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
}
.rr p b{
	color:#2a8acc;
}
.rr p a{
	color:black;
}


.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 34px;
}
.tt li:hover{
	background: #2a8acc;
}
.tt li:hover a{
	color:white;
}



.butt{
	width:1100px;
	margin: auto;
	margin-top: 25px;
}
.butt input{
	width:50%;
	height:40px;
	float: left;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	background:#b9c5eb;
	border: none;
}
.butt input:nth-child(2){
	float: none;
}
.butt .current{
	background-color:#2a8acc;
	color:#fff;
}

.tu{
	max-width:1100px;
	margin: auto;
	height:560px;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
}
.tu li{
	position:absolute;
	top:0;
	left:0;
	float:left;
	display:none;
}






.wt{
	width: 1100px;
	margin: auto;
}
.wt li{
	float: left;
	width: 25%;
	text-align: center;
	background: #b9c5eb;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
}
.wt .current{
	background: #2a8acc;
    color: #fff;
}
.jj{
	width: 1100px;
	margin: auto;	
}
.jj>div{
	display: none;
}
.jj>div>h2{
	background: white;
	text-align: center;
	font-size: 20px;
}
.jj p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}

.al li{
	float: left;
	width: 33%;
	text-align:center;
	background: #b9c5eb;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
}
.al .current{
	background: #2a8acc;
    color: #fff;
}
.al2 h2{
	font-size: 18px;
	background: white;
	text-align: center;
}
.al2>div{
	display: none;
}


.yx{
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:538px;
	float:left;
	margin-right:20px;
	border:1px solid gray;
	margin-bottom:20px;
	background: white;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	background: #2a8acc;
	color:white;
}
.yx>li>h2 a{
	color:white;
}
.yx>li>h2 span{
	float:right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}



.zj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.zj>div{
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid gray;
	width: 538px;
	float: left;
}
.zj>div>div{
	overflow: hidden;
}
.zj div img{
	width: 120px;
	height:147px;
	float: left;
}
.zj .zj2>p{
	margin-left: 140px;
	line-height: 30px;
}
.zj div p span{
	float: right;
}
.zj div p b{
	font-size: 20px;
}
.zj>div>p{
	margin-left: 5px;
}



.top_zt,.top_zt1,.top_zt2,.top_zt3{
	width:1100px;
	margin:auto;
}
.top_zt>li{
	float: left;
	width: 366px;
}
.top_zt1>li{
	float: left;
	width: 547px;
}
.top_zt2>li{
	float: left;
	width: 1100px;
}
.top_zt3>li{
	float: left;
	width: 275px;
}
.top_zt>li>a>img{
	height:90px;
	width:100%;
}
.top_zt1>li>a>img{
	height:90px;
	width:100%;
}
.top_zt2>li>a>img{
	height:90px;
	width:100%;
}
.top_zt3>li>a>img{
	height:90px;
	width:100%;
}


.lx{
	width: 1100px;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
	}
