@charset "utf-8";
.mobile-wrap{
	overflow: hidden;
	background: url(../img/bg.png) no-repeat center top;
}
#banner{ width: 1200px; position: relative; margin: 10px auto;}
#banner img{
	width: 100%;
}

.module-1{ margin: 10px 0;}
.news-pic-box{
	width: 820px;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-pic-box .pic img{
	display: block;
	width: 820px;
	height: 440px;
}
.news-pic-box .con{
	position: absolute;
	height: 40px;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	padding-left:20px;
}
.news-pic-box .con h2{
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.swiper-pagination{
	text-align: right;
	padding-right: 10px;
}
.swiper-pagination .swiper-pagination-bullet{
	background-color: #fff;
}
.news-pic-box .swiper-button-prev,.news-pic-box .swiper-button-next{
	color: #fff;
	background-color: rgba(0,0,0,0.1);
}
.news-pic-box:hover .swiper-button-prev,.news-pic-box:hover .swiper-button-next{
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.news-pic-box:hover .swiper-button-prev:hover,.news-pic-box:hover .swiper-button-next:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.9);
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px;
}

.right-box{
	float: right;
}
/* 通知公告 */
.notice{
	width: 355px;
	height: 260px;
	background-color: #fff;
	border-top: 3px solid #065FBB;
	padding: 15px;
	margin-bottom: 15px;
}
.notice .title{
	font-size: 20px;
	font-weight: bold;
}
.notice .title a{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.notice .title a:hover{
	color: #065FBB;
}
.notice .list{
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
	margin-top: 8px;
}
.notice .list a{
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.notice .list a:hover{
	color: #065FBB;
}

/* 登录 */
.login{
	width: 355px;
	height: 165px;
	background-color: #fff;
	border-top: 3px solid #065FBB;
	padding: 15px;
}
.login .title{
	font-size: 20px;
	font-weight: bold;
}
.login .title a{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.login .title a:hover{
	color: #065FBB;
}
.login-box{
	overflow: hidden;
}
.login-box .form-box{
	float: left;
}
.login-box .form-block{
	margin-top: 12px;
}
.login-box .form-box input{
	width: 235px;
	height: 38px;
	background-color: #f1f1f1;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	padding-left: 30px;
}
.login-box .form-block.name input{
	background: #f1f1f1 url(../img/icon-07.png) no-repeat 10px center;
	background-size: 12px auto;
}
.login-box .form-block.password input{
	background: #f1f1f1 url(../img/icon-08.png) no-repeat 10px center;
	background-size: 12px auto;
}
.login-box .form-btn{
	float: right;
	padding-top: 12px;
}
.login-box .form-btn a,
.login-box .form-btn button{
	display: block;
	width: 80px;
	height: 88px;
	padding: 0;
	font-size: 16px;
	line-height: 88px;
	text-align: center;
	color: #fff;
	background-color: #065FBB;
	cursor: pointer;
}
.login-box .form-btn a:hover,
.login-box .form-btn button:hover{
	background-color: #0052AE;
}
.login-box .login-con h2{
	text-align: center;
	color: #0044CC;
	font-size: 16px;
	padding: 20px 0 25px;
	font-weight: normal;
}
.login-box .login-con div{
	text-align: center;
}
.login-box .login-con div a{
	display: inline-block; 
	margin: 0 5px;
	font-size: 14px;
	background-color: #065FBB;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.login-box .login-con div a:hover{
	background-color: #0044CC;
}
/* module-2 */
.module-2{
	width: 1200px;
	margin: 20px auto 0;
}
.list-box{
	width: 590px;
	height:385px;
	background-color: #fff;
	padding: 0 15px 15px;
	border-top: 3px solid #DFDFDF;
}
.list-box .box-title{
	font-size: 20px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
}
.list-box .box-title span{
	border-top: 3px solid #065FBB;
	padding: 0 15px;
	padding-top: 12px;
	margin-top: -12px;
	margin-left: -15px;
}
.list-box .box-title a{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.list-box .box-title a:hover{
	color: #065FBB;
}
.list-box .list-con{
	border-top: 1px solid #f1f1f1;
}
.list-box .list-con .list-hot{
	overflow: hidden;
	display: block;
	padding: 10px 0;
}
.list-box .list-con .list-hot .pic{
	float: left;
	margin-right: 15px;
}
.list-box .list-con .list-hot .pic img{
	display: block;
	width: 140px;
	background-size: cover;
	background-color: #f1f1f1;
}
.list-box .list-con .list-hot .con .title{
	font-size: 22px;
	font-weight: bold;
	color: #065FBB;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list-box .list-con .list-hot .con .date{
	font-size: 14px;
	color: #888;
	margin-bottom: 8px;
}
.list-box .list-con .list-hot .con .describe{
	font-size: 14px;
	color: #000;
}
.list-box .list{
	border-top: 1px solid #f1f1f1;
	padding-top: 8px;
}
.list-box .list a{
	position: relative;
	padding-right:50px;
	display: block;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	background: url(../img/list.png) no-repeat left 14px;
}
.list-box .list a:hover{
	color: #065FBB;
}
.list-box .list a span{
	position: absolute;
	right: 0;
	/* float: right; */
	font-size: 14px;
	color: #888;
}

/* 会员标志 */
.module-3{
	width: 1200px;
	margin: 20px auto 0;
	background-color: #fff;
	padding: 15px;
	position: relative;
}
.module-3 .box-title{
	font-size: 20px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
}
.module-3 .box-title span{
	border-top: 3px solid #065FBB;
	padding: 0 15px;
	padding-top: 12px;
	margin-top: -12px;
	margin-left: -15px;
}
.module-3 .box-title a{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.module-3 .box-title a:hover{
	color: #065FBB;
}
.module-3 .logo-pic-box{
	overflow: hidden;
}
.module-3 img{
	width: 185px;
	height: 100px;
	display: block;
	background-color: #f1f1f1;
}
.module-3 .swiper-button-prev,.module-3 .swiper-button-next{
	color: #fff;
	background-color: rgba(0,0,0,0.05);
}
.module-3:hover .swiper-button-prev,.module-3:hover .swiper-button-next{
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.module-3:hover .swiper-button-prev:hover,.module-3:hover .swiper-button-next:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.9);
}


.module-4{
	width: 1200px;
	margin: 20px auto 0;
	background-color: #fff;
	padding: 0 15px 0px;
	position: relative;
	border-top: 3px solid #DFDFDF;
}
.module-4 .box-title{
	font-size: 20px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
}
.module-4 .box-title span{
	border-top: 3px solid #065FBB;
	padding: 0 15px;
	padding-top: 12px;
	margin-top: -12px;
	margin-left: -15px;
}
.module-4 .box-title a{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.module-4 .box-title a:hover{
	color: #065FBB;
}
.module-4 .video-box{
	overflow: hidden;
}
.module-4 img{
	width: 280px;
	height: 195px;
	display: block;
	background-color: #f1f1f1;
}
.module-4 .video-box span{
	display: block; 
	text-align: center; 
	padding: 10px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.module-4 .video-box a:hover{
	color: #065FBB;
}
.module-4 .swiper-button-prev,.module-4 .swiper-button-next{
	color: #fff;
	background-color: rgba(0,0,0,0.05);
}
.module-4:hover .swiper-button-prev,.module-4:hover .swiper-button-next{
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.module-4:hover .swiper-button-prev:hover,.module-4:hover .swiper-button-next:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.9);
}


/* 友情链接 */
.link-box{
	width: 1200px;
	margin: 20px auto 0;
	background-color: #fff;
	padding: 0 15px 20px;
	position: relative;
}
.link-box .box-title{
	color: #065FBB;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 12px;
}
.link-box .link-con a{
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	
	#banner{ width: 100%; min-width: 100%; position: relative;}
	
}




















