/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}



#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
}
#header{
	display:flex;
}


h1{
	text-align:center;
	color: white;
	width: 100%;
	margin:25px auto;
	background: rgb(3,114,143);
	border-radius: 15px;
}
h1 p{
	background: rgb(111,189,254);
	width: 75%;
	margin: 0 auto;
	padding: 10px 15px;
}
h2{
	background:rgb(111,189,254);
}


.bg{
	background: rgb(190,243,254);
	width: 100%;
}

.tt{
	position: relative;
}
.tt>.i{
	display: none;
	position: absolute;
	left: 540px;
	top:46px;
	z-index: 1
}
.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white;
	position: relative;
	z-index: 0
}
.tt>p a{
	color:black;
	font-size:35px;
}
.tt>p span{
	background: rgb(111,189,254);
	padding: 23px 0;
	z-index: -1;
	position: absolute;
	left: 0;
	transition: padding 0.5s;
}
.tt>p:hover span{
	padding: 23px 550px;
}

.tup{
	display: block;
	margin: auto;
	width: 737px;
}




input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.btn input{
	width:49.2%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
}
.btn .current{
	background-color:rgb(3,114,143);
	color:#fff;
}

.tu{
	max-width:1000px;
	margin: auto;
	height:680px;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
}
.tu li{
	position:absolute;
	top:0;
	left:0;
	float:left;
	display:none;
	width: 1000px;
}
.tu li img{
	display: block;
	margin: auto;
}




.yx{	
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>div{
	width:351px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	background: white;
}
.yx2>div{
	width: 528px;
}
.yx>div>h2{
	margin:0;
	padding:0 5px 0 5px;
}
.yx>div>h2 a{
	color:black;
}
.yx>div>h2 span{
	float:right;
}
.yx>div>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>div>p{
	margin-left:5px;
}






.dl{
	width: 1000px;
	margin: auto;
	overflow: hidden;
	background: white;
}
.dl>div{
	float: left;
}
.dl>div>a img{
	width: 300px;
}
.dl>div>p{
	width: 300px;
	text-align: center;
	font-size: 20px;
}
.dl>p{
	margin-left: 350px;
	font-size: 25px;
}


.dl2{
	width: 900px;
	margin: auto;
	overflow: hidden;
	background: white;
	padding-left: 80px;
	box-sizing: border-box;
}
.dl2>div{
	float: left;
}
.dl2>div>a img{
	width: 250px;
	height: 250px;
}
.dl2>div>p{
	width: 250px;
	text-align: center;
	font-size: 15px;
}
.dl2>p{
	margin-left: 350px;
	font-size: 25px;
}






#top_pb{
	width:1100px;
	margin: auto;
	overflow: hidden;
}
#top_pb>ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:99px;
}
#top_pb>ul>li{
	margin-bottom:15px;
	text-align:center;
}
#top_pb>ul>li:nth-child(1) img{
	height: 60px;
	/*width: 150px;*/
}
#top_pb>ul>li:nth-child(2) img{
	height: 75px;
}
#top_pb>ul>li>p{
	text-align:center;
/*	font-size:20px;*/
font-size: 16px;
	margin:0;
	padding:10px 0;

}




#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;
}

.bj{
	background: rgb(111,189,254);
	padding-top: 25px;
	width: 100%;
}


#img{
	width:100%;
}
#a{
	display: block;
	margin: auto;
}



.bj img{
	display: block;
	margin: auto;
}
.bj>#p{
	text-align:center;
	font-size:12px;
	margin:auto;
	padding: 25px 0;
}
.bj>#p a{
	margin-right:5px;
	font-size:12px;
}