/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:#747D9C;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#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;
}


.bb{
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}
.bb h2{
	border:1px solid #1D2645;
	box-sizing: border-box;
    margin: 0;
    width: 24%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 5px;
    margin: 0.5%
}
.bb .current{
	background: #747D9C;
	border-color:#747D9C;
	color: white
}



#img{
	position: relative;
}
#img img{
	width: 100%;
}
#img>p{
	position: absolute;
	font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-shadow: 5px 2px 6px #333;
    letter-spacing: 5px;
    left: 16%;
    top: 40%;
    line-height: 55px;
    margin: 0;
}
#img .lg{
	position: absolute;
	width: 250px;
	height: 100px;
	top: 0;
	left: 4%
}
#img .po{
    position: absolute;
    top: 75%;
    left: 83%;
    font-size: 20px;
    line-height: 30px;
}


#top{
	width: 1100px;
	margin:25px auto;
	overflow: hidden;
}
#top>.left{
	float: left;
	width: 70%
}
#top>.left .you{
	line-height: 50px;
	text-align: center;
	background: #ccc;
	transition:all 0.4s;
	font-size: 18px;
}
#top>.left .you:hover{
	background: white;
	border: 1px solid #747D9C;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	color: #747D9C;
}



.left h1{
	border-bottom: 3px solid #1D2645;
    margin: 0;
    color: #1D2645
}
.left h1 img{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
}
.left h1 a{
	color: #1D2645;
	float: right;
	font-size: 20px;
	margin-top: 2%
}
.left .zt{
	overflow: hidden;
}
.left .zt p{
	width: 49%;
	float: left;
	margin: 1.5% 0.5%;
}
.left .zt 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:#747D9C solid 1px;
}
#mt li:hover a{
    color:#747D9C;
}
#mt li:hover span{
    color:#747D9C;
}


.swiper-container{
    width:100%;
}
.swiper-slide{
	overflow:hidden;
}
.swiper-slide img{
	width: 100%;	
}
#t{
	height: 538px;
	overflow-y: scroll;
}



.right{
	float: right;
	width: 25%;
}
.right>.ri{
	overflow-y: scroll;
	height: 1455px;
}
.right>.ri>p{
	border-bottom: 3px solid #1D2645;
	margin: 0;
	line-height: 36px;
	color: #1D2645
}
.right>.ri>p>img{
	width: 25px;
	height: 25px;
	padding-top: 5px;
	float: left;
	margin-right: 5px;
}
.right>.ri>p a{
	font-weight: bold;
	font-size: 18px;
	color: #1D2645
}
.right>.ri>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 .pt{
	overflow: hidden;
}
.right .pt li{
	border: 0;
	width: 44.3%;
}
.right .pt li img{
	width: 100%;
	height: 60px;
}
.right .pt li a{
	border-radius: 4px;
	height: 60px;
	display: block;
	overflow: hidden;
}



.right b{
	font-size: 18px;
}
.right h1{
	margin: 0;
	border-bottom: 3px solid #CCCCCC;
	padding-bottom: 5px;
	padding-left: 34px;
	font-size: 20px;
}
.right h1 a{
	font-weight: bold;
	font-size: 20px;
}
.right h1 a:hover{
	color: #1D2645;
}
.right h1 span{
	float: right;
}


.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: 1000px){
		#header{
			width: 112%;
			margin: 0
		}
		#header img{
			width: 300px;
			height: 120px;
		}
		#header li a{
			font-size: 40px;
		}
		#header>ul{
			margin-top: 25px;
		}
		#img img{
			width: 112%;
		}
		#img>p{
			font-size: 45px;
			left: 18%;
			top: 30%;
			line-height: 60px;
		}
		#img .lg{
			display: none;
		}
		#img .po{
			top: 73%;
			left: 87%;
			line-height: 30px;
		}
		.bb h2{
			font-size: 50px;
		}
		.left h1{
			font-size: 60px;
			overflow: hidden;
		}
		.left h1 img{
			width: 75px;
			height: 75px;
		}
		.left h1 a{
			font-size: 50px;
			margin-top: 1%
		}
		#top>.left{
			float: none;
			width: 100%
		}
		#mt li{
			width: 100%;
			line-height: 70px;
			overflow: hidden;
			margin: 6% 0
		}
		#mt li a{
			width: 100%;
			font-size: 45px;
		}
		#mt span{
			font-size: 40px
		}
		#t{
			height: 739px
		}
		#top>.left .you{
			font-size: 55px;
			line-height: 90px;
		}
		#top>.right{
			width: 100%
		}
		.right>.ri>p>img{
			width: 60px;
			height: 60px;
		}
		.right>.ri>p{
			line-height: 70px;
		}
		.right>.ri>p b{
			font-size: 50px;
		}
		.right>.ri>p a{
			font-size: 50px;
		}
		.right .pt li{
			width: 48.7%;
			float: left;
		}
		.right .pt li a{
			height: 250px
		}
		.right .pt li img{
			height: 250px
		}
	}