@charset "utf-8";
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body,span{
padding:0;margin:0;}
ul,li{list-style:none;}
img{border:0 none;}
a{ text-decoration:none !important; color:#4a4a4a; font-family:"微软雅黑"; }
.fl{float:left;}
.fr{float:right;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
body{ font-family:"微软雅黑"; font-size:14px; color:#666666; line-height:24px; }
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;} 
.clearfix { zoom:1;}
/****最小宽度****/
@media(max-width:449px){
	.col-xss-12{width:100%;}
}
@media(max-width:449px){
	.col-xss-6{width:50%;}
}
@media(max-width:449px){
	.col-xss-4{width:33.3333333%;}
}
@media(max-width:600px){
	.col-xxs-12{width:100%;}
}
@media(max-width: 767px){
	.container-fluid{
		padding: 0 15px;
	}
}
/**新闻*/
/*.news li{ overflow: hidden; border-bottom:1px dashed #666; padding-bottom:5px; height:38px;
line-height:38px;padding-top:5px;}
.news li a{font-size:14px; color:#000; }*/
/*.newstitle {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.news_message{
	height:30px;
	line-height:30px;
	text-align:center;	
}*/
/*分页*/
.pager{overflow:hidden;  text-align:left; margin-top:80px !important; margin-bottom: 0;}
.pager span a{ font-size:14px; display:inline-block; color:#0065d6; line-height:20px; width:50%;
	background: #b5b5b5;
	height: 45px;
	float: left;
	text-align: center;
	line-height: 45px;
}
/*.pager span a:hover{
	background: #fd9827;
}*/
.pager span a.active{
	background: #fd9827;
}
@media(max-width:767px){
	.pager{ 
		margin-bottom:15px;
		margin-top:15px !important;
	}	
}

/*banner*/
#banner{
    position: relative;
    z-index:-1;
}
#banner  .swiper-container .swiper-pagination{
	bottom:50px;
}
#banner  .swiper-container .swiper-pagination-bullet{
	width: 50px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
	margin: 0 10px;
}
#banner .swiper-container .swiper-pagination-bullet-active{
	background: #0064b2;
}
#banner .swiper-slide img{
	width: 100%;
}
@media(max-width:991px){
	#banner  .swiper-container .swiper-pagination{
		bottom:30px;
	}
	#banner .swiper-container .swiper-pagination-bullet{
		width: 30px;
		margin: 0 5px;	
	}
}
@media(max-width:500px){
	#banner  .swiper-container .swiper-pagination{
		bottom:15px;
	}
	#banner .swiper-container .swiper-pagination-bullet{
		width: 15px;
		margin: 0 3px;	
	}
}
/* 导航按钮 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #0064b2;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello h4{
	font-size: 14px;
	color: #000;
	line-height: 23px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../img/cha.png) no-repeat;
}
/*.menu_li a{
	background: url(../img/arrow_icon2.png) no-repeat 200px center #fff;
	transition: all 0.5s;
}*/
#mobileMenu .menu_li>a{
	position: relative;
}
#mobileMenu .menu_li>a::after {
    content: "";
    display: block;
    background: url(../img/arrow_icon2.png) no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 25px;
    top: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_li.on{
	background: #0064b2;
	color: #fff;
}
.menu_li.on a::after{
	transform: rotate(180deg);
}
#mobileMenu .menu .menu_li.on>a{
	color: #fff;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #0064b2;
    text-decoration: none;
    color:#fff;
}
.menu_dl{
	display: none;
}
.menu_dl dd a{
	background: #f5f5f5;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
   	.nav{
		display: none;
    }
    #navToggle{
		display: block;
	}
}

.page-box{
    height: 34px;
    text-align: center;
    margin-top: 80px;
}
.page-box a{
    display: inline-block;
    height: 34px;
    border: 1px solid #dcdcdc;
    line-height: 34px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    margin: 0px 3.5px;
}
.page-box a.page-on{
    color: #fff;
    background-color: #0064b2;
    border: 1px solid #0064b2;
}
.page-box span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0px 3.5px;
    color: #fff;
    background-color: #0064b2;
    border: 1px solid #0064b2;
}