﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	margin:auto;
}

.after:after{
	content:'';
	display: block;
	clear: both;
}





/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*****************************面包屑导航*****************************/
/*面包屑导航*/
.wraps{
	max-width: 1200px;
	padding: 0 10px;
	margin: auto;
}
.wraps i{
	display: inline-block;
	padding-right: 5px;
}
.breadcrumbs{
	width: 100%;
	min-height: 62px;
	line-height:62px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
    background-color: #fff;
}
.breadcrumbs em{
	font-style: normal;
}
.breadcrumbs .wraps a{color: #888;}
.breadcrumbs .wraps a + *:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../images/mbx.png) no-repeat center;
	margin: 0 5px;
}
.breadcrumbs .wraps span:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../images/mbx.png) no-repeat center center;
	margin: 0 5px;
}
.breadcrumbs span{
	color: #28649f;
}
/*面包屑导航*/
/******************************面包屑导航*********************************/
/*******************************分页*****************************************/
.pages{ height: 32px; text-align: center; margin-bottom: 80px;overflow: hidden;margin-top: 80px;}
.pages a{ display: inline-block;}
.pages .fir,.pages .end{
width: 60px;
height: 32px;
background: #f4f4f4;
color: #626262;	
font-size: 14px;
line-height: 32px;
text-align: center;
margin-right: 10px;
}
.pages .prev,.pages .next{margin-right: 10px; width: 80px; height: 32px;  background: #f4f4f4;  color: #333; text-align: center; line-height: 32px;  font-size: 14px;}
.pages .on{ color: #fff;background: #f1ab2e;}
.pages .number a{ width: 36px; height: 32px; text-align: center; line-height: 32px;color: #626262; font-size: 14px;}
.pages .number a.on{ color: #f1ab2e;background: #fff;}
.pages .text{ display: inline-block; width: 32px; height: 32px; text-align: center; line-height: 32px;  background: #FFFFFF; color: #08c357; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/


/*头部——pc端*/
.header{
	height:90px;
	background-color: #29649F;
	position: absolute;
    z-index: 1;
    width: 100%;
}
.header .nav_{
	margin: 0 auto;
}
.header .nav_ li{
	float: left;
	text-align: center;
	line-height: 90px;
}

.header .nav_ li a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 100%;
	/*padding-left: 24px;*/
}
@media screen and (min-width: 768px) {
	.header .nav_{
		width: 750px;
	}
	.header .nav_ li:not(:nth-child(4)){
		width:11%;
	}
	.header .logo{
		width: 200px;
	}
	.header .nav_ li a{
		font-size: 14px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 992px) {
	.header .nav_{
		width: 930px;
	}
	.header .logo{
		width: 238px;
	}
	.header .nav_ li a{
		font-size: 16px;
		padding-left: 24px;
	}
}
@media screen and (min-width: 1200px) {
	.header .nav_{
		width: 1200px;
	}
	.header .logo{
		width: 298px;
		height: 200px;
	}
	.header .nav_ li:not(:nth-child(4)){
		width:12%;
	}
}
.header .nav_ li.on a{
	color: #E8C449;
	background: url(../images/yzy_icon_1.png) left top no-repeat;
}
/*头部——移动端*/
.top{
	padding: 15px;
}
.top li{
	float: left;
	font-size: 18px;
	color: #15599A;
}
.top li:last-child{
	float: right;
	width: 6.7%;
}
.top li:first-child{
	width: 30%;
	padding-right: 15px;
	border-right: 1px dashed #15599A;
	margin-right: 12px;
}
.logo_xs img{
	width: 100%;
}
.nav_list{
	width:100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	position: fixed;
	display: none;
	z-index: 999;
}
.nav_list li+li a{
	border-top:1px solid #E8E6E6;
}
.nav_list li{
	line-height: 50px;
	padding: 0 15px;
}
.nav_list li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	color: #15599A;
	background: url(../images/arrow.png) 98% center no-repeat;
	background-size: 10px 17px;
}
.nav_list li.on a{
	color: #fff;
	border-top-color: #15599A;
	background: url(../images/arrow_1.png) 98% center no-repeat;
	background-size: 10px 17px;
}
.nav_list li.on{
	background-color: #15599A;
}

/*底部——pc端*/
/*测试
.footer {
	margin-top: 200px;  
}*/
/*foot2*/
.foot2{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #234E75;
	color: #fff;
}
/*foot1*/
.foot1{
	background-color: #31669B;
}
.foot_list{
	border-bottom: 1px solid #4373A3;
	margin:0 auto;
}
.foot_list li,.foot_list2 li{
	float: left;
	text-align: center;
}
.foot_list li a{
	color:#97BDE2;
	display: inline-block;
}
.foot_list li a:after{
	display:block;
	content:'';
	width:20px;
	margin: 10px 0 0;
	border-top:2px solid #F0A728;
}
.foot_list2{
	margin:0 auto;
}
.foot_list2 li+li {
	border-left: 1px solid #4B79A7;
}
.code{
	float: left;
}
.code dd{
	color: #fff;
	text-align: center;
	margin-top: 14px;
}
.foot_infomation{
	width: 75%;
}
.foot_infomation p{
	color: #fff;
	float: left;
	margin:0 20px 20px 0;
}
.foot_infomation p em{
	font-style: normal;
	color: #97BDE2;
}
@media screen and (min-width: 768px) {
	.foot_list,.foot_list2{
		width:750px;
	}
	.foot_list li{
		width:16.66%;
		padding:12px 0;
	}
	.foot_list2 li{
		height: 136px;
	}
	.foot_list2 li:first-child{
		line-height: 136px;
	}
	.foot_list2 li:nth-child(1){
		width: 26%;
	}
	.foot_list2 li:nth-child(2){
		width: 37%;
	}
	.foot_list2 li:nth-child(3){
		width: 37%;
	}
	.foot_infomation{
		text-align: left;
		width: 88%;
		margin: 23px auto 0;
	}
	.foot_infomation p{
		font-size: 14px;
	}
	.foot_list2 li a img{
		width: 150px;
		height: 43px;
	}
	.code dt img{
		width: 50px;
		height: 50px;
	}
	.foot_list2{
		padding:20px 0;
	}
	.code{
		margin:30px 0 0 30px;
	}
}
@media screen and (min-width: 992px) {
	.foot_list,.foot_list2{
		width:950px;
	}
	.foot_list li{
		padding:25px 0 20px;
	}
	.foot_list2 li{
		height: 148px;
	}
	.foot_list2 li:first-child{
		line-height: 148px;
	}
	.foot_list2 li:nth-child(1){
		width: 30%;
	}
	.foot_list2 li:nth-child(3){
		width: 30%;
	}
	.foot_list2 li:nth-child(2){
		width: 40%;
	}
	.foot_infomation{
		width: 75%;
		margin: 23px auto 0;
	}
	.foot_infomation p{
		font-size: 16px;
	}
	.foot_list2 li a img{
		width: 209px;
		height: 60px;
	}
	.code dt img{
		width: 84px;
		height: 84px;
	}
	.foot_list2{
		padding:20px 0;
	}
	.code{
		margin:20px 0 0 30px;
	}
}
@media screen and (min-width: 1200px) {
	.foot_list,.foot_list2{
		width:1200px;
	}
	.foot_list2 li{
		height: 148px;
	}
	.foot_list2 li:nth-child(1){
		width: 24%;
	}
	.foot_list2 li:nth-child(3){
		width: 24%;
	}
	.foot_list2 li:nth-child(2){
		width: 52%;
	}
	.foot_infomation{
		margin: 42px auto 0;
	}
}
/*底部——移动端*/
.visible-xs .foot2{
	height: 48px;
	line-height: 48px;
	font-size: 12px;
}
.visible-xs .code+.code{
	margin-left: 5px;
}
.visible-xs .code dt img{
	width: 50px;
}
.visible-xs .code dd,
.visible-xs .foot_infomation p{
	font-size: 12px;
}
.visible-xs .foot_infomation p{
	margin:10px 0 0 0;
	text-align: left;
	float: none;
}
.visible-xs .foot_list2 {
	padding: 15px 5px 15px 10px;
}

.visible-xs .foot_infomation{
	width:100%;
	padding-left: 15px;
}

@media screen and (min-width: 350px) {
	.visible-xs .foot_list2 li:first-child{
		width: 41%;
	}
	.visible-xs .foot_list2 li:nth-child(2){
		width: 59%;
	}
	.visible-xs .foot_list2 li:first-child dl{
		margin-top:10px;
	}
	.visible-xs .foot_list2 li{
		height: 100px;
	}
}
@media screen and (max-width: 349px) {
	.visible-xs .foot_list2 li:first-child{
		width: 100%;
	}
	.visible-xs .foot_list2 li:nth-child(2){
		width: 100%;
	}
	.foot_list2 li+li{
		border:0;
	}
	.visible-xs .foot_infomation{
		padding: 0;
	}
}
/*加载更多*/
.dropload-down{
    background-color:#F2F2F2;
}
.dropload-down .dropload-load{
    padding: 3% 0 3% 47%;
    background: url(../images/loading.gif) no-repeat 40% center /5.2%;
    color: #999999;
    display: block;
}
.dropload-refresh
{
     color: #999999;
    
    display: block;
    text-align: center;
    padding:3% 0  ;
}
.dropload-down .dropload-noData{
    color: #999999;
    display: block;
    text-align: center;
    padding:3% 0  ;
}
/*加载更多*/
