/* 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{width:1100px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .logo a img{height:50px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:14px;transition:all 0.4s;}
.header .right a:hover{color:#1B236B;}

#img{
	position: relative;
}
#img img{
	width: 100%;
}
.zt{
    width: 800px;
    position: absolute;
    left: 22%;
    bottom: 0%;
    background: rgba(1,24,65,0.75);
    padding: 20px;   
}
.zt p{
	font-size: 16px;
    color: white;
    line-height: 32px;
}


.rr{
	width: 1100px;
	margin: auto;
	border:2px solid #1B236B;
	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:#1B236B;
}
.rr p a{
	color:black;
}



#top>.left .h{
	font-size: 25px;
	color: #248CAB;
	border-bottom: 3px solid #248CAB;
}
#top{
	width: 1100px;
	margin:25px auto;
	overflow: hidden;
}
#top>.left{
	float: left;
	width: 70%
}
#top>.left h1{
	border-bottom: 3px solid #1B236B;
    margin: 0;
    font-weight: bold;
    color: #1B236B
}
#top>.left h1 img{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
}
#top>.left .you{
	line-height: 50px;
	text-align: center;
	background: #CCCCCC;
	transition:all 0.4s;
	color: white;
	font-size: 18px;
}
#top>.left .you:hover{
	background: #1D9BDD;
	cursor: pointer;
}

.left .dd{
	overflow: hidden;
}
.left .dd p{
	width: 45%;
	float: left;
	margin: 2.5%;
}
.left .dd img{
	width: 100%;
}


#mt{
    width:100%;
}
#mt li{
    border-bottom:#ccc solid 1px;
    margin-bottom:20px;
    transition:all 0.5s;
}
#mt li a{
	width: 570px;
    color:black;
    line-height:40px;
    transition:all 0.5s;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
#mt span{
    float:right;
    line-height:40px;
    color:#555;
}
#mt li:hover{
    border-bottom:#1D9BDD solid 1px;
}
#mt li:hover a{
    color:#1D9BDD;
}
#mt li:hover span{
    color:#1D9BDD;
}




.right{
	float: right;
	width: 25%;
}
.right>p b{
	font-size: 18px;
	color: #1B236B;
}
.right>p{
	border-bottom: 3px solid #1B236B;
	margin:5% 0;
	line-height: 36px;
}
.right>p>img{
	width: 25px;
	height: 25px;
	padding-top: 5px;
	float: left;
	margin-right: 5px;
}
.right>p a{
	font-weight: bold;
	font-size: 18px;
	color: #1B236B
}
.right>p span{
	float: right;
}
.right ul{
	list-style: none;
	margin:5px 5px;
	padding: 0;
}
.right ul li{
	margin: 5px;
	padding: 2px;
	float: left;
	border: 2px solid #ccc;
	width: 26.5%;
	text-align: center;
}
.right .hy li{
	transition:all 0.5s;	
}
.right .hy li:hover{
	border: 2px solid #1D9BDD; 
}
.right .hy li a:hover{
	color: #1D9BDD;
}


.right #hy{
	width: 100%;
}
.right #hy img{
	width: 100%;
}




.lx{
	width: 1100px;
	margin: auto;
}
.lx img{;
	width: 553px;
	height: 70px;
	display: block;
	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%;
		}
		.zt{
			width: 470px;
		}
		.zt p{
			font-size: 13px;
			line-height: 22px;
		}
		#img>h1{
			font-size: 60px;
			top: 15%;
			left: 25%;
		}
	}