/*----通用初始化----*/
.aidao_moshi{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	h1,h2,h3,h4{font-weight: normal;}
	/*间距*/
	.mt5{margin-top    : 5% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml5{margin-left   : 5% !important;}
	.mr5{margin-right  : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	.mt25{margin-top: 20px;}
	.mb25{margin-bottom: 20px;}
	/*字号*/
	.font24{font-size: 24px;}
	.font20{font-size: 20px;}
	.font18{font-size: 18px !important;}
	.font16{font-size: 16px;}
	.font14{font-size: 14px;}
	/*编辑器*/
	.text{font-size: 16px;color: #000;line-height: 2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}

	@media screen and (max-width: 1600px){
		.font20{font-size: 18px;}
		.font18{font-size: 16px !important;}
		.font24{font-size: 20px;}
	}
	@media screen and (max-width: 1200px){
		.mt5{margin-top    : 3% !important;}
		.mb5{margin-bottom : 3% !important;}
		.ml5{margin-left   : 3% !important;}
		.mr5{margin-right  : 3% !important;}
		.pt5{padding-top   : 3% !important;}
		.pb5{padding-bottom: 3% !important;}
		.pl5{padding-left  : 3% !important;}
		.pr5{padding-right : 3% !important;}
		.font24{font-size: 18px;}
		.font20{font-size: 16px;}
		.font16{font-size: 14px;}
		.font14{font-size: 12px;}
		.mt25{margin-top: 10px;}
		.mb25{margin-bottom: 10px;}
	}

/*********************************/
.fl{float: left;}
.fr{float: right;}
.bgfff{background-color: #fff !important;}
body{
	min-width: 1200px;
	overflow-x: auto;
	background-color: #e0dddd;
	font-size: 14px;
	color: #383848;
}
.wrapper{
	width: 1498px;
	margin: 0 auto;
}

@media screen and (max-width: 1600px){
	.wrapper{
		width: 1200px;
	}
}
@media screen and (max-width: 768px){
	.wrapper{
		width: 100%;
		padding: 0 3%;
	}
	body{
		width: 100%;
		min-width: auto;
		overflow-x: hidden;
	}
}
.pubTop{
	padding: 20px 0;
}
.advImg{
	display: block;
	width: 100%;
}
.advImg img{
	display: block;
	width: 100%;
}
.advImgOut2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.advImgOut2 .advImg{
	width: 49%
}
.pubTop .top{
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
}

.pubTop .top .fl{
	color: #000;
}
.pubTop .top .fr{
	display: flex;
	font-size: 16px;
	align-items: center;
}
.pubTop .form{
	display: flex;
	align-items: center;
	color: #000;
}
.pubTop .form select{
	width: 90px;
	height: 40px;
	display: block;
	border: 1px solid #696e72;
	border-right: 0;
}
.pubTop .form input{
	height: 40px;
	width: 160px;
	display: block;
	border: 1px solid #696e72;
	color: #000;
}
.pubTop .form .searchBtn{
	height: 40px;
	width: 45px;
	background-color: #696e72;
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	outline: 0;
	margin-right: 20px;
}
.pubTop .login{
	margin: 0 15px;
}
.pubTop .login a{
	color: #000;
	padding: 0 5px;
	height: 1em;
}
.pubTop .login a:hover{
	color: #f70009;
}
.pubTop .login a:first-child{
	border-right: 1px solid #696e72;
}
.pubTop .weibo{
	display: flex;
	align-items: center;
	color: #000;
}
.pubTop .weibo a{
	color: #000;
}
.pubTop .weibo .weixinBox{
	position: relative;
	padding: 0 15px;
	margin: 0 15px;
	z-index: 2;
}
.pubTop .weibo .weixinBox .ewm{
	position: absolute;
	width: 140px;
	height: 140px;
	left: 0;
	top: 40px;
	display: none;
}
.pubTop .weibo .weixinBox:hover .ewm{
	display: block;
}
.pubTop .weibo .weixinBox::after,.pubTop .weibo .weixinBox::before{
	content: '';
	width: 1px;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	background-color: #696e72;
}
.pubTop .weibo .weixinBox::before{
	left: 0;
	right: auto;
}
.pubTop .weibo img{
	vertical-align: middle;
	margin-right: 5px;
}
.pubTop2{
	padding: 20px 0;
}
.pubTop2 .toplist{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pubTop2 .toplist .logo{
	display: flex;
	align-items: center;
}

.pubTop2 .box{
	/* flex: 1; */
	display: flex;
	padding-left: 20px;
	position: relative;
	border-left: 1px dashed #000;
}
.pubTop2 .box:nth-child(2){
	width: 43%;
}
.pubTop2 .box:nth-child(3),.pubTop2 .box:nth-child(4){
	width: 28.5%;
}
.pubTop2 .box:nth-child(2){
	border-left: 0;
}
.pubTop2 .box .list{
	padding-left: 15px;
}
.pubTop2 .box h3{
	width: 1.5em;
	color: #000;
	font-weight: normal;
	line-height: 1.1em;
	background: #ecf5fd;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.pubTop2 .box .list{
	flex: 1;
	padding-right: 10px;
}
.pubTop2 .box  a{
	display: inline-block;
	color: #011763;
	font-size: 14px;
	line-height: 1.5em;
	white-space: nowrap;
	margin-right: 2px;
	font-size: 12px;
	margin-bottom: 4px;
	padding: 2px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	min-width: 4em;
	text-align: center;
}
.pubTop2 .box a:hover{
	background: #f70009;
	color: #fff;
}
.pubnav{
	background-color: #ecf5fd;
	z-index: 99;
}
.pubnav ul{
	display: flex;
	height: 60px;
	align-items: center;
	font-size: 18px;
	justify-content: center;
}
.pubnav ul a{
	color: #123477;
}
.pubnav ul li{
	border-left: 1px solid #123477;
	height: 1.2em;
	padding: 0 15px;
	line-height: 1.2em;
}
.pubnav ul li:first-child{margin-left: 0;}

.pubnav .menu{
	position: relative;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: none;
	z-index: 10;
	margin-top: 2px;
}
.pubnav .menu:before,.pubnav .menu:after{
	content: "";
	width: 30px;
	height: 3px;
	background: #000;
	position: absolute;
	right: 50%;
	top: 12px;
	margin: 0 -15px 0 0;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.pubnav .menu:after{
	top: auto;
	bottom: 12px;
}
.pubnav .menu.on:before{
	top: 48%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #fff;
}
.pubnav .menu.on:after{
	bottom: 45%;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	background: #fff;
}
.pubnav ul li.on a{
	color: #f70009;
}
.wapBox{
	display: none !important;
}
.footer{
	background: #ecf5fd;
	text-align: center;
}
.footer .footernav{
	max-width: 1400px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}
.footer .footernav li a{
	height: 1em;
	line-height: 1em;
	padding: 0 10px;
	border-left: 1px solid #123477;
	color: #123477;
}
.footer .bottom{
	padding: 20px 0 10px;
	color: #123477;
	font-size: 12px;
	line-height: 1.5em;
}
.footer .bottom p{
	margin-bottom: 15px;
}
.footer .bottom p img{
	vertical-align: middle;
	margin-right: 5px;
}
.footer .bottom p span{
	padding: 0 5px;
}
.friendLink{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ecf5fd;
}
.friendLink .title{
    width: 95px;
    text-align: center;
    padding: 10px;
    background: #fff;
}
.friendLink .title img{
    margin-bottom: 5px;
}
.friendLink ul{
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    padding: 5px 15px;
}
.friendLink ul a{
    display: block;
    padding: 0 10px;
    color: #123477;
    height: 1em;
    line-height: 1em;
    border-left: 1px solid #123477;
}
.friendLink ul li{
    margin: 5px 0;
}
.friendLink ul li:first-child a{border: 0;}

/* 分页 */
.pubPage{
	text-align: center;
	padding: 30px 0;
	background: #f2f1f1;
}
.pubPage *{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}
.pubPage a{
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #595858;
	text-align: center;
}
.pubPage .center{
	border: 1px solid #595858;
	font-size: 0;
}
.pubPage a.prev{
	border-right: 1px solid #595858;
	border-left: 0;
}
.pubPage a.next{
	border-left: 1px solid #595858;
}
.pubPage a{
	border-left: 1px solid #595858;
}
.pubPage a:nth-child(2){border-left: 0;}
.pubPage a.prev,.pubPage a.next{
	width: 75px;
}
.pubPage a.on,.pubPage a:hover{
	color: #fff;
	background: #011763;
}
.pubPage .topage{
	margin-left: 5px;
}
.pubPage .topage input{
	width: 45px;
	background: none;
	outline: 0;
	border: 1px solid #595858;
	text-align: center;
}
.pubPage button{
	border: 1px solid #595858;
	width: 45px;
	background: none;
	outline: 0;
}
@media screen and (max-width: 1600px){
	.pubTop .top .fr{font-size: 14px;}
	.pubTop .weibo img{
		width: 18px;
	}
	.pubnav ul{
		font-size: 14px;
	}
	.pubnav ul li{
		padding: 0 12px;
	}
	.pubTop2 .box h3{
		line-height: 1.4em;
	}
	.pubTop2 .toplist .logo{
		width: 160px;
	}
	.pubTop2 .toplist .logo img{
		width: 100%;
	}
	.footer .footernav{
		max-width: 1200px;
		padding: 20px 15px;
	}
}
@media screen and (max-width: 768px){
	.pubnav{
		position: fixed;
		top: 0;
		left: 0;
		height: 40px;
		width: 100%;
		padding: 0 15px;
	}
	body{
		padding-top: 40px;
	}
	.pubnav .menu{
		display: block;
	}
	.pubnav>ul {
		display: block;
		width: 300px;
		position: absolute;
		background: rgba(0,0,0,.6);
		height: 100%;
		padding: 0;
		left: -330px;
		top: 0;
		padding-top: 40px;
		-weblot-transition: all .5s;
		transition: all .5s;
		overflow-y: auto;
		z-index: 8;
	}
	.pubnav.on>ul{
		left: 0;
	}
	.pubnav ul li{
		height: auto;
	}
	.pubnav>ul>li>a {
		color: #fff;
		padding: 0 8px;
		display: block;
		line-height: 35px;
	}
	.pubTop{
		padding: 10px 0;
	}
	.pubTop .top{
		margin-top: 10px;
	}
	.pubTop .top .fr{
		flex-wrap: wrap;
	}
	.pubTop .top{
		line-height: 30px;
		height: auto;
	}
	.pubTop .form select{
		height: 30px;
		width: 80px;
	}
	.pubTop .form input{
		height: 30px;
		width: 140px;
	}
	.pubTop .form .searchBtn{
		height: 30px;
		width: 35px;
		background-size: 60%;
	}
	.pubTop .form span{
		display: none;
	}
	.pubTop .login {
		margin: 0 10px;
	}
	.pubTop2 .toplist .logo{
		position: fixed;
		height: 32px;
		top: 4px;
		right: 15px;
		z-index: 12;
		width: auto;
	}
	.pubTop2 .toplist .logo img{
		height: 100%;
		width: auto;
	}
	.pubTop2 .box{
		display: block;
		padding: 0;
		width: 100%;
		border: 0;
		margin-bottom: 10px;
		padding: 10px;
	}
	.pubTop2 .toplist{
		display: block;
		margin-bottom: 10px;
	}
	.pubTop2 .box h3{
		width: 100%;
		margin-bottom: 10px;
	}
	.pubTop2{
		padding: 10px 0;
	}
	.pubTop2 .box a{
		font-size: 12px;
	}
	.pcBox{
		display: none !important;
	}
	.wapBox{
		display: block !important;
	}
	.linkSwiper{
		position: relative;
		overflow-x: hidden;
	}
	.linkSwiper .swiper-pagination{
		bottom: 0;
	}
	.footer .footernav{
		font-size: 12px;
		padding: 10px 15px;
	}
	.footer .bottom p{
		margin-bottom: 5px;
	}
	.footer .bottom p span{
		display: block;
	}
	.friendLink{
        display: block;
    }
    .friendLink .title{
        display: flex;
        width: 100%;
        align-items: center;
    }
    .friendLink .title img{
        width: 16px;
        margin-right: 5px;
        margin-bottom: 0;
    }
    .friendLink ul a{
        font-size: 12px;
    }
	.pubPage *{
		display: none;
	}
	.pubPage .center{
		display: flex;
		justify-content: space-between;
		border: 0;
	}
	.pubPage .center .prev,.pubPage .center .next{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		border: 1px solid #595858 !important;
	}
	.pubPage{
		padding: 15px;
	}
}

/* 首页头部轮播 */
.headerAdvBox{
	position: relative;
}
.headerAdvBox .swiper-pagination{
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
}
.headerAdvBox .swiper-pagination span{
	border-radius: 3px;
	margin: 0 5px;
	transition: all .5s;
	opacity: 1;
	vertical-align: middle;
	background-color: #ecf5fd;
}
.headerAdvBox .swiper-pagination span.swiper-pagination-bullet-active{
	width: 30px;
	height: 4px;
	background: #fff;
}

















