@charset "utf-8";
*{margin:0;padding:0;}
body{margin:0;padding:0; font-family:"微软雅黑"; font-size:16px; line-height:1.5; cursor:default; color:#333;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#333;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
figure{margin:0}

/*清除浮动*/
.clearfix:after,
.containner:after {
	display: block;
}
.clearfix:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}

.clearfix,
.containner {
	display: block;
}

.clear {
	clear: both;
	margin: 0 auto;
}


/**/
.logo{
	position:absolute;
	left:50%;
	top:30px;
	z-index:9999;
}


/****bannar****/
.gover_top{
	background: url(../images/top_bannar.jpg) center no-repeat;
	height: 485px;
	width: 100%;
}
.main_box{
	background: url(../images/line_bg.jpg) top left repeat-x;
}
.wd_1200{
	width: 1180px;
	margin: 0 auto;
}


.title_box{
	text-align: center;
	padding: 60px 0;
	font-size: 32px;
}
.news_list{
	display: flex;
	justify-content:space-between;
}
.news_list .code_hy{
	width: 200px;
	text-align: center;
}
.news_list a{
	display: block;
	width: 250px;
	height: 122px;
	padding: 30px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	background-size: 100% auto;
}
.news_list a:first-of-type{
	background: url(../images/new_bg1.jpg) center center no-repeat;
}
.news_list a:nth-of-type(2){
	background: url(../images/new_bg2.jpg) center center no-repeat;
}
.news_list a:nth-of-type(3){
	background: url(../images/new_bg3.jpg) center center no-repeat;
}
.ico_link{
	padding-left: 25px;
	background: url(../images/ico_link.png) center left no-repeat;
	color: #006eab;
	font-size: 14px;
	position: absolute;
	bottom: 15px;
	right: 30px;
}

.bg_blue{
	background: #f2f6ff;
	margin-top: 80px;
}

.szbm_box{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.szbm_box .entry_list{
	width: 20%;
	position: relative;
}
.szbm_box .entry_list a{
	background: #4c78eb;
	color: #fff;
	font-size: 18px;
	display: block;
	border-radius: 10px;
	text-align: center;
	line-height: 55px;
	margin: 10px;
}
.szbm_box .entry_list a:hover{
	background: linear-gradient(to bottom, #5eb9ff, #7a94f8);
}
.szbm_box .entry_list .qrcode_list{
	z-index:9;
	padding:20px 10px;
	border:1px solid #d6d7d9;
	border-radius:10px;
	background:#fff;
	position:absolute;
	top:calc(100% + 10px);
	filter:drop-shadow(0px 2px 6px rgba(10,10,10,0.2));
	display:none;
}
.szbm_box .entry_list:hover::before{
	z-index:10;
	content:"";
	position:absolute;
	bottom:-12px;
	left:calc(50% - 22px);
	width:0;
	height:0;
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-bottom:20px solid #d6d7d9;
}
.szbm_box .entry_list:hover::after{
	z-index:10;
	content:"";
	position:absolute;
	bottom:-13px;
	left:calc(50% - 20px);
	width:0;
	height:0;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-bottom:20px solid white;
}
.szbm_box .entry_list:hover .qrcode_list{
	display:flex;
}
.qrcode_list .qrcode_wrapper{}
.qrcode_list .qrcode_wrapper img{
	padding:0 10px;
	width:130px;
	height:130px;
}
.qrcode_list .qrcode_wrapper .text{
	text-align:center;
	padding:4px 10px;
	width:130px;
	display:block;
	color:#4c78eb;
}

.xsq_box{
	display: flex;
	justify-content:space-between;
	margin-bottom: 60px;
}

.xsq_box .xsq_list{
	width: 25%;
	height: 218px;
	text-align: center;
	position: relative;
}
.xsq_box .xsq_list a{
	display: block;
	line-height: 218px;
	color: #fff;
	font-size: 26px;
}
.xsq_box .xsq_list .qrcode_wrapper{
	position: absolute;
	text-align: center;
	width: 100%;
	display: none;
	top:218px;
	color: #fff;
}
.xsq_box .xsq_list .qrcode_wrapper p{
	margin-bottom: 10px;
}
.xsq_box .xsq_list:hover .qrcode_wrapper{
	display: block;
	top:40px;
}


.xsq_box .xsq_zhq{
	background:url(../images/bg_zhq.png) center center no-repeat;
}
.xsq_box .xsq_hnx{
	background:url(../images/bg_hnx.png) center center no-repeat;
}
.xsq_box .xsq_yfq{
	background:url(../images/bg_yfq.png) center center no-repeat;
}
.xsq_box .xsq_zxq{
	background:url(../images/bg_zxq.png) center center no-repeat;
}
.xsq_box .xsq_sgq{
	background:url(../images/bg_sgq.png) center center no-repeat;
}
.xsq_box .xsq_nyq{
	background:url(../images/bg_nyq.png) center center no-repeat;
}
.xsq_box .xsq_hyx{
	background:url(../images/bg_hyx.png) center center no-repeat;
}
.xsq_box .xsq_hsx{
	background:url(../images/bg_hsx.png) center center no-repeat;
}
.xsq_box .xsq_hdx{
	background:url(../images/bg_hdx.png) center center no-repeat;
}
.xsq_box .xsq_qdx{
	background:url(../images/bg_qdx.png) center center no-repeat;
}
.xsq_box .xsq_lys{
	background:url(../images/bg_lys.png) center center no-repeat;
}
.xsq_box .xsq_cns{
	background:url(../images/bg_cns.png) center center no-repeat;
}


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


@media only screen and (min-width: 768px) and (max-width: 1280px) {
    /* ipad 适应 */
	.logo{
		left:65%;
		top:30px;
	}	
	.gover_top{
		background: url(../images/top_bannar.jpg) -450px center no-repeat;
		height: 485px;
	}	
	.wd_1200{
		width: 98%;
	}
	.news_list{
		flex-wrap:wrap;
	}
	.news_list .code_hy{
		width:50%;
		margin-bottom: 20px;
	}
	.news_list a{
		width: 42%;
		height: 120px;
	}
	.szbm_box .entry_list{
		width: 33.33%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	/* moblie 适应 */
	.logo{
		left:510px;
		top:20px;
	}	
	.gover_top{
		background-position:-270px bottom;
		background-size: 300%;
		height: 360px;
	}	
	.wd_1200{
		width: 95%;
	}
	.news_list .code_hy{
		width: 100%;
	}
	.title_box{
		padding: 30px;
	}
	.title_box img{
		width: 50%;
	}
	.news_list{
		display: block;
	}
	.news_list a{
		height: 120px;
		width: 80%;
		padding: 10%;
	}
	.bg_blue{
		margin-top: 30px;
	}
	.szbm_box .entry_list{
		width: 100%;
	}
}
