/* 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;
	padding-top: 10px;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}




#img{
	position: relative;
}
#img img{
	width: 100%;
}
#img>p{
	position: absolute;
	font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 5px 2px 6px #333;
    letter-spacing: 5px;
    left: 32%;
    top: 10%;
    line-height: 55px;
    margin: 0;
}
.zt{
    width: 700px;
    position: absolute;
    right: 5%;
    top: 25%;
    background: rgba(1,24,65,0.75);
    padding: 20px;   
}
.zt p{
	font-size: 15px;
    color: white;
    line-height: 30px;
}





h1{
	width: 1100px;
	text-align:center;
	color:#006FEB;
	margin:25px auto;
	font-size: 45px;
}

hr{
	width: 57px;
	height: 5px;
	background: #006FEB;
	border:none;
}


h2{
	background: #009FFF;
}


.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 100%;
	text-align: center;
	font-weight:bold;
	font-size: 35px;
	line-height: 60px;
}
.tt li a:hover{
	color: #009FFF;
}




.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;
}
.yx2>li{
	width: 351px;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	color:white;
}
.yx>li>h2 a{
	color:white;
	float: right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}


.top_dl2{
	width: 1100px;
	margin:20px auto;
	border:1px solid gray;
}
.top_dl2>h2{
	margin:0;
	padding:0 5px 0 5px;
	text-align:right;
}
.top_dl2>h2 a{
	color:white;
}
.top_dl2>.div{
	display:flex;
	background: white;
}
.top_dl2>.div>.zj_img{
	margin:25px 100px 0 140px;
	display:flex;
}
.top_dl2>.div>.zj_img>img{
	width:220px;
	height:230px;
}
.top_dl2>.div>.zj_img>p{
	text-align:center;
	margin-left:20px;
	line-height:30px;
	width: 224px;
}
.top_dl2>.div>.zj_img>p>b>span{
	font-weight:normal;
}
.top_dl2>.div>.zj_div{
	margin-left:80px;
}



.yj{
	width: 1100px;
	border:1px solid gray;
	overflow: hidden;
	margin: auto;
}


.an{
	width:1100px;
	margin: auto;
	display: flex;
}
.an input{
	width:100%;
	height:40px;
	text-align:center;
	font-size:16px;
	background: #E68C1E;
	color:white;
}
.an div{
	background: #000;
    border: #fff solid 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 195px;
    height: 62px;
    margin: 0.5% 3%;
}
.an div img{
	width: 100%;
	height: 62px;
}
.an .current{
	background-color:#009FFF;
	border-color: #009FFF
}
#pt div{
	margin: 0.5% 1%;
}
#fl{
	width: 900px;
	margin:25px auto;
	background: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fl a{
	font-size: 16px;
	line-height: 32px;
	flex: 0 0 48%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.more{
	width: 1100px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #009FFF;
    border:1px solid #009FFF;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.more:hover{
	color:white;
	background:#006FEB;
}



.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:25px auto;
}
.lx img{;
	width: 100%;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		.tt li{
			font-size: 34px;
		}
		#img img{
			width: 112%;
		}
		#img>p{
			font-size: 30px;
			top: 15%;
			line-height: 35px;
			left: 27%
		}
		.zt{
			width: 600px;
			left: 35%
		}
		.zt p{
			line-height: 22px;
			font-size: 12px;
		}
	}
