


fieldset,
img {
	border: 0;
	vertical-align: middle;
}

q:before,
q:after {
	content: '';
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	overflow-x: hidden;
	background: #fff;
	line-height: 190%;
	box-sizing: border-box;
	color: #5a5a5a;
	font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif;
	font-size: 14px;
    /*letter-spacing: 0.05em;*/
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #030303;
	text-decoration: none;
	/* 后加 */
	cursor:pointer;
}

a:link {
	text-decoration: none !important;
}

a:active {
	border: none;
	text-decoration: none !important
}

a:visited {
	list-style: none;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

ul,
li,
dl,
em {
	list-style: none;
	font-style: normal;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.ov {
	overflow: hidden
}

.hover:hover {
	color: #037ADB !important;
	cursor: pointer;
	font-weight: bold;
}

.big:hover {
	transform: scale(1.1, 1.1) !important;
}

.big {
	transition: all 0.6s;
}


.m1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pnav{overflow: visible !important;}
#time {
	color: #007F37;
	font-size: 16px;
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/* head */
.logo img {
	width: 100%;
}

.logo img:hover {
	transform: scale(1.1);
	transition: .9s all;
}

.header {
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 99;
	position: relative;
	top: 0;
	left: 0;
}

.header.current .black_bg01 {
	display: block;
}

/* 首页头部颜色原#208952 */
.topWrap {
	width: 100%;
	background-color: #037adb;
}

.top {
	height: 42px;
	line-height: 42px;
	width: 1200px;
	margin: 0 auto;

	box-sizing: border-box;
}
.top .g-inp{

color: rgba(255, 255, 255, 0.6);

line-height: 42px;

font-size: 14px;
}

/* .top .g-inp {
	width: 290px;
	height: 25px;
	float: right;
	position: relative;
	top: -3px;
}

.top .g-inp input {
	width: 255px;
	height: 25px;
	background: rgba(255, 255, 255, .7);
	border: none;
	position: relative;
	top: -8px;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 15px;
}

.top .g-inp span {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: rgba(255, 255, 255, .7);
	border-radius: 50%;
	float: right;
}

.top .g-inp span img {
	width: 16px;
	height: auto;
	position: relative;
	top: -9px;
	left: 4px;
	cursor: pointer;
} */
.top ul{
	margin: 10px 0px;
}
.top ul li {
	float: left;
	position: relative;
	
}

.top ul li img {
	width: 21px;
	height: auto;
	float: left;
	padding: 0 15px;
}

.top_lf {
	float: left;
}

.top_rt {
	float: right;
}


#topbar{}
#topbar{
	position: relative;
	z-index: 999999999;
	overflow: visible;
	height: 43px;
}
#topbar .g-uul li {
	height: 21px;
	overflow: visible;	
}
#topbar .g-uul .wximg{
	width: 137px;
    height: 137px;
/*    background: rgba(244,244,244);*/
    display: none;
    position: absolute;
    z-index: 999999999;
    bottom: -148px;
	left: -13px;
	text-align: center;
}
#topbar .g-uul li .wximg .wimg{
	width: 117px;
	height: 117px;
    margin: 8px -5px;
}
#topbar .g-uul li .wximg span{
	color: #000;
	font-size: 14px;
	display: inline;
}
#topbar .g-uul li:hover .wximg{
	display: block;
}

#topbar ul .fl_bor{
	width: 1px;
	height: 21px;
	border-right: 1px dashed rgba(255,255,255,.7);
}
#topbar ul li .fl_img2 {
	width: 21px;
	height: auto;
	float: left;
	padding: 0 15px;
}
#topbar ul li .fl_img1 {
	width: 14px;
	height: auto;
	float: left;
	padding: 0 15px;
}
#topbar ul li span {
	width: 30px;
    height: 20px;
    color: rgba(255,255,255,0.7);
    position: relative;
    /*bottom: 10px;
    left: -10px;*/
}

/* 导航 */
.m-nav {
	width: 100%;
	height: 55px;
	background: rgba(255, 255, 255, .5);
	background-size: 100% 100%;
	position: absolute;
	top: 95px;
	z-index: 9999;
}

.m-nav ul li {
	width: 10%;
	height: 55px;
	float: left;
	font-size: 17px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
}

.m-nav ul li img {
	margin-left: 8px;
}

.m-nav ul li:hover {
	background-color: #1069c0;
	cursor: pointer;
}

.m-nav ul li a {
	color: rgba(255, 255, 255, .8);

}

/* 首页头部颜色2 原#33a163 */
.slide_box{
	background-color: #0185eb;
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	/* 修改 */
    margin-top: -2px;
   /* 修改 */
}

/* 首页通知栏标签 */
.slide_box .slide_left{
	width: 87px;
	height: 47px;
	text-align: center;
	line-height: 50px;
	border-bottom-right-radius: 13px;
	background: #d21d00;
	border-left: 3px solid #ff654d;
	color:#fff;
	font-size: 15px;
	margin-top: 6.5px;
}
.slide_box .slide_news{
    width: 1088px;
}
.slide_box .slide_news li{
    float: left;
    margin-right: 40px;
    line-height: 60px;
    font-size: 16px;
}
.slide_box .slide_news li a{color: #fff;}
.slide_box .slide_news li a{
    color: rgba(255, 255, 255, 1);
}
.slide_box .slide_news li span{
    color: #cacaca;
    margin-left:10px;
    font-size:13px;
}



/* 首页-页脚 */

/* 首页-页脚-原过渡色 to right,#007938, #01802f 50%, #007938 100%*/
.m-footer {
	width: 100%;
	background: linear-gradient(to right,#0185eb, #037adb 50%, #0185eb 100%);
}

.m-footer .g-foot_to {
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	line-height: 50px;
	padding-left: 310px;
	box-sizing: border-box;
}

.m-footer .g-foot_to span {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.m-footer .g-foot_to ul {
	float: left;
}

.m-footer .g-foot_to ul li {
	float: left;
	margin-right: 20px;
	position: relative;
}

.m-footer .g-foot_to ul .xian::before {
	position: absolute;
	left: -11px;
	bottom: 17px;
	content: "";
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, .5);
}

.m-footer .g-foot_to ul li a {
	color: rgba(255, 255, 255, 1);
	font-size: 15px;
}

.m-footer .g-foot_bo {
	width: 100%;
	min-height: 77px;
	padding: 40px 0;
}

.m-footer .g-foot_bo .g-foot_title {
	width: 538px;
	float: left;
}

.m-footer .g-foot_bo .g-foot_title .g-title_fl {
	float: right;
	margin-right: 60px;
}

.m-footer .g-foot_bo .g-foot_title p {
	color: rgba(255, 255, 255, .8);
	text-align: left;
}

.m-footer .g-foot_bo .g-foot_logo {
	width: 580px;
	float: left;
	position: relative;
}

.m-footer .g-foot_bo .g-foot_logo::before {
	position: absolute;
	left: 622px;
	top: -6px;
	content: "";
	width: 1px;
	height: 90px;
	background: rgba(255, 255, 255, .2);
}

.m-footer .g-foot_bo .g-foot_logo img {
	width: auto;
	height: 75px;
	margin-left: 110px;
}

/* 首页-封底-原色#005f1f*/
.m-footer .g-foot_foot {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #025496;
	color: rgba(255, 255, 255, .8);
}


/* 首页外头尾 */
/* header */
.m-header {
	width: 100%;
	height: auto;
	overflow: visible;
	/* overflow: hidden; */
}

.m-header .g-header_to {
	width: 100%;
	height: 42px;
	/* overflow: hidden; */
	background-color: #037adb;
}

.m-header .g-header_to .shijian {
	float: left;
}

.m-header .g-header_to .shijian p {
	float: left;
	line-height: 42px;
	color: rgba(255, 255, 255, .8);
}

#time {
	margin-right: 10px;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.m-header .g-header_to .huiyuan {
	float: right;
	margin-top: 8px;
}

.m-header .g-header_to .huiyuan dl dt {
	float: left;
	color: #fff;
	margin-right: 20px;
}

.m-header .g-header_to .huiyuan dl dd {
	float: left;
	color: #fff;
	margin-right: 10px;
	position: relative;
}

.m-header .g-header_to .huiyuan dl dd::before {
	position: absolute;
	left: -12px;
	bottom: 3px;
	content: "";
	width: 2px;
	height: 18px;
	background: rgba(255, 255, 255, .7);
}

.m-header .g-header_to .huiyuan dl img {
	width: auto;
	height: 28px;
}

.m-header .g-header_bo {
	width: 100%;
	/* height: 52px; */
	padding: 15px 0;
	height: auto;
	overflow: visible;

}

.pnav{ height: 50px; overflow: visible !important; }

.m-header .g-header_bo dl {
	max-width: 490px;
	float: left;
	overflow: visible;
}

.m-header .g-header_bo dl dt {
	float: left;
}

.m-header .g-header_bo dl dt img {
	width: auto;
	height: 82px;
}

.m-header .g-header_bo dl dd {
	float: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 52px;
	margin-left: 20px;
	position: relative;
}

.m-header .g-header_bo dl dd::before {
	position: absolute;
	left: -12px;
	bottom: 10px;
	content: "";
	width: 2px;
	height: 28px;
	background: rgba(0, 0, 0, .8);
}

.m-header .g-header_bo dl dd a {
	color: #0c8842;
}

.m-header .g-header_bo ul {
	float: right;
	text-align: right;
	max-width: 800px;
	overflow: visible;
}

.m-header .g-header_bo ul li {
	float: left;

	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	margin-left: 16px;
}
.m-header .g-header_bo ul li:hover a::before,.m-header .g-header_bo ul li.on a::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	content: "";
	width: 35px;
	height: 3px;
	background: #0185eb;
}




/* foot */
.m-foot{
	width: 100%;
	min-height: 140px;
	background: #0b9857;
	padding: 30px 0;
}
.m-foot .g-foot_top{
	min-height: 60px;
	background: #0b9857;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.m-foot .g-foot_top a{
	width: 415px;
	display: block;
	height: 60px;
	margin:  0 auto;
}
.m-foot .g-foot_top a img{
	width: auto;
	height: 60px;
	float: left;
	margin-right: 15px;
}
.m-foot .g-foot_top a p{
	font-size: 25px;
	color: #fff;
	float: left;
	line-height: 60px;
	font-weight: bold;
}
.m-foot .g-foot_bot{
	height: 80px;
}
.m-foot .g-foot_bot p{
	font-size: 15px;
	color: rgba(255,255,255,.7);
	float: left;
	height: 30px;
	width: 100%;
	text-align: center;
}




.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color:  #037adb;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 2;
	color:  #037adb;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
    background-color: #037adb;
    border-color: #037adb;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

