.banner-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-box .m-index-banner-block {
	width: 100%;
}

.swiper-banner {
	position: relative;
}

.swiper-banner .swiper-pagination {
	bottom: 45px;
}

.swiper-banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 5px;
	opacity: 1;
	background-color: white;
}

.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0 0 15px;
}

.swiper-banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
	background-color: #ffc600 !important;
}

.banner-box .m-index-banner-block .list img {
	display: block;
	width: 100%;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 84px;
	height: 84px;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-banner .swiper-button-next {
	background: url(../img/banner-next.png) no-repeat 0 0;
}

.swiper-banner .swiper-button-prev {
	background: url(../img/banner-prev.png) no-repeat 0 0;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.m-content-block {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
}

/* 新闻公告 */
.m-content-block .news-index-box{
	width: 100%;
	padding: 30px 0;
}
.m-content-block .news-index-box .content{
	width: 1200px;
	margin: 0 auto;
}
.m-content-block .news-index-box .contain{
	width: 1200px;
	margin: 0 auto;
}
.m-content-block .news-index-box .top-title {
	position: relative;
	margin-bottom: 15px;
	background-color:transparent;
}

.m-content-block .news-index-box .top-title h2 {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}
.m-content-block .news-index-box .top-title a.view-more {
	float: right;
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	color: #00307b;
}
.m-content-block .news-index-box .top-title a.view-more .fa-angle-right{
	float: right;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 8px;
}
.m-content-block .news-index-box .top-title:after {
	content: '';
	display: block;
	clear: both;
}
.m-content-block .news-index-box .bottom-news{
	width: 100%;
}
.m-content-block .news-index-box .bottom-news{
	width: 100%;
}
.news-index-box .bottom-news .ft-news{
	float: left;
	width: 600px;
	margin-right: 40px;
}
.news-index-box .bottom-news .ft-news .imgs{
	width: 100%;
	overflow: hidden;
}
.news-index-box .bottom-news .ft-news .imgs img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news-index-box .bottom-news .ft-news .imgs:hover img{
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.news-index-box .bottom-news .ft-news h3{
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-index-box .bottom-news .ft-news h3 a{
	color: #333333;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news-index-box .bottom-news .ft-news h3:hover a{
	color: #00307b;
}
.news-index-box .bottom-news .ft-news .news-time{
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}
.news-index-box .bottom-news .ft-news .news-time img{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.news-index-box .bottom-news .ft-news .news-time:after{
	content: '';
	display: block;
	clear: both;
}
.news-index-box .bottom-news ul.rt-ul{
	float: right;
	width: 560px;
	padding: 15px;
	background-color: #fff;
}
.news-index-box .bottom-news ul.rt-ul li{
	width: 100%;
	margin-bottom: 15px;
}
.news-index-box .bottom-news ul.rt-ul li:last-child{
	margin-bottom: 0;
}
.news-index-box .bottom-news ul.rt-ul li .imgs{
	float: left;
	width: 198px;
	height: 148px;
	margin-right: 22px;
	overflow: hidden;
}
.news-index-box .bottom-news ul.rt-ul li .imgs img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news-index-box .bottom-news ul.rt-ul li .imgs:hover img{
	-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.news-index-box .bottom-news ul.rt-ul li .texts{
	width: calc(100% - 220px);
	float: left;
}
.news-index-box .bottom-news ul.rt-ul li .texts h3{
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 5px;
	max-height: 96px;
	overflow: hidden;
}
.news-index-box .bottom-news ul.rt-ul li .texts h3 a{
	color: #333333;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news-index-box .bottom-news ul.rt-ul li .texts h3:hover a{
	color: #00307b;
}
.news-index-box .bottom-news ul.rt-ul li .texts .news-time{
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}
.news-index-box .bottom-news ul.rt-ul li .texts .news-time img{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
/*重要通知*/
.notice-index-box{
	position: relative;
	width: 100%;
	padding: 30px 0;
	background: url(../img/notice-bg.png) no-repeat center;
	background-size: cover;
}
.notice-index-box .contain{
	width: 1200px;
    margin: 0 auto;
}
.notice-index-box .contain .top-title {
	position: relative;
	background-color:transparent;
}

.notice-index-box .contain .top-title h2 {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}
.notice-index-box .contain .top-title a.view-more {
	float: right;
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	color: #00307b;
}
.notice-index-box .contain .top-title a.view-more .fa-angle-right{
	float: right;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 8px;
}
.notice-index-box .contain .top-title:after {
	content: '';
	display: block;
	clear: both;
}
.notice-index-box .bottom-notice{
	width: 100%;
}
.notice-index-box .bottom-notice ul.notice-ul{
	position: relative;
	width: 100%;
}
.notice-index-box .bottom-notice ul.notice-ul li{
	float: left;
	width: 580px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-top: 15px;
	border-bottom: solid 1px #e3e3e3;
}
.notice-index-box .bottom-notice ul.notice-ul li:nth-child(2n){
	margin-right: 0;
	margin-left: 20px;
}
.notice-index-box .bottom-notice ul.notice-ul li h3{
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.notice-index-box .bottom-notice ul.notice-ul li h3 a{
	color: #333333;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.notice-index-box .bottom-notice ul.notice-ul li h3:hover a{
	color: #00307b;
}
.notice-index-box .bottom-notice ul.notice-ul li p{
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin-bottom: 5px;
	height: 56px;
    overflow: hidden;
}
.notice-index-box .bottom-notice ul.notice-ul li .news-time{
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}
.notice-index-box .bottom-notice ul.notice-ul li .news-time img{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
.notice-index-box .bottom-notice ul.notice-ul:after{
	content: '';
	display: block;
	clear: both;
}
/*查询系统*/
.system-index-box{
	position: relative;
    width: 100%;
    padding: 40px 0;
    background: url(../img/system-bg.png) no-repeat center;
    background-size: cover;
}
.system-index-box .contain{
	width: 1200px;
    margin: 0 auto;
}
.system-index-box .contain .top-title {
	position: relative;
	margin-bottom: 20px;
	background-color:transparent;
}

.system-index-box .contain .top-title h2 {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.system-index-box .contain .top-title:after {
	content: '';
	display: block;
	clear: both;
}
.system-index-box .bottom-system{
	position: relative;
	width: 100%;
}
.system-index-box .bottom-system ul.system-ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.system-index-box .bottom-system ul.system-ul li{
	position: relative;
	width: 360px;
	height: auto;
	padding:10px 30px 70px;
	background-color: #fff;
}
.system-index-box .bottom-system ul.system-ul li:hover img{
	transform: scale(1.1);
}
.system-index-box .bottom-system ul.system-ul li img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.system-index-box .bottom-system ul.system-ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 136px;
	height: 6px;
	margin-left: -68px;
	background-color: #00307b;
	border-radius: 3px;
}
.system-index-box .bottom-system ul.system-ul li .icons{
	width: 84px;
	height: 84px;
	margin: 60px auto 45px;
}
.system-index-box .bottom-system ul.system-ul li .text{
	font-size: 28px;
	text-align: center;
	color: #00307b;
}
/*联系我们*/
.contact-index-box{
	position: relative;
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}
.contact-index-box .contain{
	width: 1200px;
	margin: 0 auto;
}
.contact-index-box .contain .top-title {
	position: relative;
	background-color:transparent;
}

.contact-index-box .contain .top-title h2 {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}
.contact-index-box .contain .top-title:after {
	content: '';
	display: block;
	clear: both;
}
.contact-index-box .bottom-contact{
	width: 100%;
}
.contact-index-box .bottom-contact .ft-footlogo{
	float: left;
	width: 360px;
	margin-top: 50px;
}
.contact-index-box .bottom-contact .rt-info{
	position: relative;
	float: right;
	width: 700px;
}
.contact-index-box .bottom-contact .rt-info .items{
	float: left;
	width: 256px;
	margin-left: 94px;
	margin-top: 20px;
}
.contact-index-box .bottom-contact .rt-info .items h4{
	font-size: 18px;
	color: #999999;
	margin-bottom: 15px;
}
.contact-index-box .bottom-contact .rt-info .items h2{
	font-size: 22px;
	color: #333;
}
.contact-index-box .bottom-contact .rt-info:after{
	content: '';
	display: block;
	clear: both;
}
/* 设备分辨率 */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.swiper-banner .list .banner-text {
		left: 120px;
	}
	.swiper-banner .swiper-pagination {
		padding: 0 120px;
	}
	.m-content-block .first-news-box .contain,
	.quick-index-box .Quick-entry {
		width: 1200px;
	}
	/*快速入口*/
	.quick-index-box .Quick-entry .Quick-area .details .infos span {
		border-radius: 35px 0 35px 0 !important;
		width: 202px !important;
		margin-right: 47px !important;
		margin-bottom: 20px !important;
	}
	.quick-index-box .Quick-entry .Quick-area .details .infos span:nth-child(5n) {
		margin-right: 0 !important;
	}
	.quick-index-box .Quick-entry .Quick-area .details .infos span::before {
		left: 15px !important;
	}
	.quick-index-box .Quick-entry .Quick-area .details .infos span a {
		font-size: 14px !important;
		height: 56px !important;
		line-height: 56px !important;
		padding-left: 35px !important;
		border-radius: 28px 0 28px 0 !important;
	}
}