﻿/*导航顶部*/
.header *{	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 176px;
	background: rgba(255,255,255,1);
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.header .left {
	width: 12%
}
.header .left a .img1 {
	margin-top:11px;
}
.header .left .img2 {
	display: none;
}
.bannerzw div{padding:88px; clear:both;}
.bannerzw div.onzw{padding:26px !important;}
.toptel{font-size:12px; color:#888888; margin-top:0px;}
.toptel div{ float:right;}
.toptel span{ color: #096; font-weight:bold;}
.toptel .telword{ float:right; display:block; height:31px; line-height:31px; margin-right:16px;}
.toptel .weibo a{ float:right; width:23px; height:24px; background:url(../images/weibo.gif); margin-right:10px; margin-top:5px;}
.toptel .weixin a{ float:right; width:23px; height:24px;background:url(../images/weixin.gif); margin-right:10px; margin-top:5px;}
.toptel .weixin{ position:relative;}
.toptel .weixin div { left:-38px;top:30px; position:absolute; z-index:50055; display:NONE;}
.toptel .weixin div IMG{ width:100PX;}
.toptel .weixin:HOVER div{ display:block;}
.toptel .qq a{ float:right; width:23px; height:24px;background:url(../images/qq.gif); margin-right:10px; margin-top:5px;}
.topnum{ background:url(../images/telline.jpg) bottom right no-repeat; width:346px; height:63px; line-height:63px;}
.topnum span{ font-size:14px; color:#00427a; float:left; margin-left:16px;}
.topnum h2{ font-size:36px; color:#009b4d;  float:right; line-height:63px;}
.header .navbody{	background:#009b4d; margin-top:16px; border-bottom:2px #00427a solid;transition: all .5s ease 0s;}
.header .nav {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 100%;
	line-height: 50px;
	display: block;
	width:1200px; margin:0 auto;

}
.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
	padding:0 18px;
	background:url(../images/menurline.jpg) right center no-repeat;
}
.header .navbar_nav li:last-child{background: none;}
.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 4px;
	background: #00427a;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all .5s ease 0s;
}
.header .navbar_nav li:hover:after {
	width: 100%;
	left: 0%;
}
.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 16px;
}
.header .navbar_nav li:hover a {
	color: #fff;
}
.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative
}
.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png.html) no-repeat;
	background-size: 100% 100%;
	display: block
}
.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
	width: 120%;
	left: -10%
}
.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #00427a;
}
.header.on {
	background: #fff;
	border-bottom: 1px solid #ccc;
	height:68px;
}

.header.on .toptel ,.header.on .topnum{
	display: none;
}
.header.on .left .img1 {
	display: none
}
.header.on .container{ position:relative;}
.header.on .left .img2 {
	display: block; width:80px; position: absolute; top:0px; left:0px;
}
.header.on .navbar_nav{ float:right;}
.header.on .navbar_nav li{
	padding:0 8px;
	}
.header.on .navbar_nav li a {
	color: #fff
}
.header.on .navbar_nav li:hover a {
	color: #fff
}
.header.on .bannerzw{ padding:34px;}
#navToggle {
	display: none
}
.m_nav {
	position: fixed;
	top: 0;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%)
}
.m_nav.open {
	transform: translateX(0)
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box
}
.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto
}
.m_nav .logo img {
	display: block;
	margin: 0px auto;
	height:90px;
}
.m_nav .ul {
	margin-top: 8px
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%
}
.m_nav .ul li .dropdown_menu {
	display: none
}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: none
}
.banner {
	width: 100%
}
.banner img {
	width: 100%
}
@media screen and (max-width:992px) {
.header,.header.on {
	height:52px;
}
.header .toptel ,.header .topnum{
	display: none;
}
.bannerzw div{padding:26px; clear:both;}
.bannerzw div.onzw{padding:26px !important;}
.header .left .img1 {
	display: none
}
.header .container{ position:relative;}
.header .left .img2 {
	display: block; width:80px; position: absolute; top:0px; left:12px;
}
.header .navbar_nav{ float:right;}
.header .navbar_nav li{padding:0 8px;	}
.header.navbar_nav li a {color: #fff}
.header.on .navbar_nav li:hover a {	color: #fff}
.header.on .bannerzw{ padding:34px;}
.header {
	padding: 0;
}
.header #navToggle {
	height: 100%;
	padding: 0px 15px 20px 15px;
	margin-right: 0px;
	display: inline-block;
	float: right
}
.header #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: 19px
}
.header #navToggle span:before, .header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0
}
.header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
	background: #fff
}
.header #navToggle span:before {
	top: 8px
}
.header #navToggle span:after {
	bottom: 10px
}
.header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg)
}
.header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg)
}
.header #navToggle.open span {
	background: 0 0
}
.header #navToggle.open span:before, .header #navToggle.open span:after {
	background: #fff
}
.header .nav {
	display: none
}

}

.flogobody{ margin-top:45px; margin-bottom:45px;}
.flogobody h4{ color:#545454; padding:16px 0;}
.flogobody .a-img{ position:relative; z-index:1; display: inline-block;/*border: 2px solid #21ad42;  border-radius: 50%;overflow: hidden; */}
.flogobody .a-img:after{ content:""; position: absolute;  z-index:3;top: 0px;bottom: 0px; left: 0px; right: 0px; /*border: 5px solid #fff; border-radius: 50%;*/}
.flogobody .a-img img { transition: all .5s linear 10ms;}
.flogobody .a-img img:nth-child(2){ position:absolute; z-index: 2;top:74px; left:50%; }
.flogobody a{ display:block;}
.flogobody .a-img img:first-child {
	opacity: 1;
}
.flogobody .a-img img:nth-child(2) {
	opacity: 0;
	transform:translate(-50%,-50%) rotateY(180deg);
	-ms-transform:translate(-50%,-50%) rotateY(180deg);
	-moz-transform:translate(-50%,-50%) rotateY(180deg);
	-webkit-transform:translate(-50%,-50%) rotateY(180deg);
	-o-transform:translate(-50%,-50%) rotateY(180deg);
}
.flogobody .a-img:hover img:first-child {
	opacity: 0;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.flogobody .a-img:hover img:nth-child(2) {
	opacity: 1;
	transform:translate(-50%,-50%) rotateY(360deg);
	-ms-transform:translate(-50%,-50%) rotateY(360deg);
	-moz-transform:translate(-50%,-50%) rotateY(360deg);
	-webkit-transform:translate(-50%,-50%) rotateY(360deg);
	-o-transform:translate(-50%,-50%) rotateY(360deg);
}
.lfooter { display:none}
.edgebj{height:800px;  overflow: hidden;    background: #f5f5f5;}
.edge{padding-top:40px;height:700px;}
.edge h3{text-align: center; margin-bottom: 39px;}
.edge_title h3 span{display: block;  height: 62px; font-size:39px; color:#00427a; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}

.edge h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.edge h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.edge ul{height:70px; margin-bottom: 10px;}
.edge ul li{float:left; width:396px;height:70px; line-height: 70px;background: #00427a no-repeat center;margin-left: 6px; }
.edge ul li a{display: block;height:70px;text-align: center;line-height: 70px; font-size: 22px; font-weight: bold; color:#FFF; }
.edge ul li:nth-child(1){margin-left: 0;}
.edge ul li .ed1{background:url("../images/e1.png.html") no-repeat 9%;}
.edge ul li .ed2{background:url("../images/e2.png.html") no-repeat 9%;}
.edge ul li .ed3{background:url("../images/e3.png.html") no-repeat 9%;}
.edge ul li .ed4{background:url("../images/e3.png.html") no-repeat 9%;}
.edge ul li .ed5{background:url("../images/e3.png.html") no-repeat 9%;}
.edge ul li .ed6{background:url("../images/e3.png.html") no-repeat 9%;}
.edge ul li.cur{background: #009b4d no-repeat center;}
.edge .edsm{padding:20px 20px 0 56px; height:490px; background:#FFF; }
.edge .edsm dl{padding-top:59px;float:left; width:405px; height:334px;}
.edge .edsm dl dt{padding-left:22px; margin-bottom: 49px;}
.edge .edsm dl dt span{display: block; font-size: 28px; line-height: 28px; font-weight: bold; color:#264d98;}
.edge .edsm dl dt span i{display:block; font-size: 24px; font-weight: normal; margin-top: 14px; line-height: 24px; }
.edge .edsm dl dd p{height:175px;}
.edge .edsm dl dd p em{display:block;padding-left:22px; font-size: 16px; line-height:25px;  margin-bottom: 24px; color:#4c4c4c; background:url("../images/y2.png") no-repeat left 10%;    }
.edge .edsm dl dd a{display: block; width:122px; height:38px; text-align: center; line-height: 38px;background:url("../images/wzbj2.png") no-repeat center; margin-left: 22px; float:left; font-size: 16px; color:#FFF; font-weight: bold; margin-right: 22px;}
.edge .edsm dl dd strong{display: block;float:left; font-size: 14px; line-height: 15px; height:38px; font-weight: normal; color:#666666;}
.edge .edsm dl dd strong b{display: block; font-weight: bold; font-size: 24px; line-height: 25px; color:#1a1a1a; font-family:"Arial";}
.edge .edt{float:right; width:650px; height:451px;}
.edge .edt img{}


.edge .edsm2{padding:20px 20px 0 36px; height:490px; background:#FFF; }
.edge .edsm2 dl{padding-top:26px;float:left; width:405px; height:334px;}
.edge .edsm2 dl dt{padding-left:22px; margin-bottom: 26px;}
.edge .edsm2 dl dt span{display: block; font-size: 26px; line-height: 26px; font-weight: bold; color:#264d98;}
.edge .edsm2 dl dt span i{display:block; font-size: 24px; font-weight: normal; margin-top: 14px; line-height: 24px; }
.edge .edsm2 dl dd p{height:175px;}
.edge .edsm2 dl dd p em{display:block;padding-left:22px; font-size: 16px; line-height:25px;  margin-bottom: 24px; color:#4c4c4c;  }
.edge .edsm2 dl dd a{display: block; width:122px; height:38px; text-align: center; line-height: 38px;background:url("../images/wzbj2.png") no-repeat center; margin-left: 22px; float:left; font-size: 16px; color:#FFF; font-weight: bold; margin-right: 22px;}
.edge .edsm2 dl dd strong{display: block;float:left; font-size: 14px; line-height: 15px; height:38px; font-weight: normal; color:#666666;}
.edge .edsm2 dl dd strong b{display: block; font-weight: bold; font-size: 24px; line-height: 25px; color:#1a1a1a; font-family:"Arial";}


.xunpan {
	color:#FFF;
    height: 200px;
}
.xunpan p.bigtxt {
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 60px;
}.xunpan p {
    font-size: 20px;
}.xunpan .zixun {
    width: 454px;
    *padding-right: 80px;
    padding-top: 40px;
    position: relative;
    text-align: center;
}.xunpan .zixun .zx {
    width: 302px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #176200;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ffe825;
}.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}.xunpan .zixun .tel s {
    width: 26px;
    height: 28px;
    background-position: 0 -1px;
    margin-right: 16px;
}.xunpan .zixun .tel {
    border: 1px solid #65b44e;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: arial;
    font-weight: 700;
    border-radius: 30px;
}


.wdys{ padding:50px 0;}
.wdys h3{text-align: center; margin-bottom: 39px;}
.wdys h3 span{display: block;  height: 82px; font-size:39px; color:#00427a; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}
.wdys h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.wdys h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.wdys h3 b{ font-size:60px; color:#f95927;}
.wdysbg{ background:url(../images/wdys.jpg) no-repeat center; width:100%; height:562px; position:relative;}
.wdysbg div{ font-size:15px; position:absolute;}
.wdysbg .wdys1{ width:190px; top:103px; left:0;}
.wdysbg .wdys2{ width:200px; top:103px; right:0;}
.wdysbg .wdys3{ width:210px; top:312px; left:0;}
.wdysbg .wdys4{ width:200px; top:332px; right:0;}
.wdysbg .wdys5{ width:210px; top:485px; left:591px;}

.aboutbody{ background:url(../images/aboutbg.jpg) no-repeat;background-size:100% 100%; }
.aboutbody .cont{ position:relative;  height:1006px;}
.aboutbody .alogo{ position:absolute; right:156px; top:102px;}
.aboutbody .aboutword{ padding:20px; background-color: rgba(0, 66, 122, 0.8); width:648px;position:absolute; left:148px; top:327px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:30px;}
.aboutbody .aboutword p{color:#FFF; padding:30px 0;}

footer{ background:#00427a; height: auto;}
footer .fmenu{ border-bottom:6px #03a538 solid; }
footer .fnav{ width:1200px; margin:0 auto;}
footer .fnav li{ float:left; background:url(../images/menurline.jpg) no-repeat right center;}
footer .fnav li:last-child{ background:none;}
footer .fnav li a{ color:#fff;padding:22px 44px; display:block; font-size:14px;}
footer .fnav li a:hover { background-color:#03a538;}
footer .footw{ color:#fff; line-height:28px; padding:28px 0;}
footer .footw h3{ font-size:20px; margin-bottom:12px;}
footer a{ color:#fff !important;}


.conleft{float:left;width:678px;font-family:微软雅黑;color:#333;}
.conleft p{height:65px;line-height:65px;padding:0 0 20px 70px;margin:0px;margin-top:0px;border-bottom:1px solid #ddd;}
.conleft span{ font-size:15px;}
.conright{float:left;margin:0px;margin-right:30px;display:inline;}


.path-box{padding:12px 0px; background-color: #EEE; margin-bottom:20px;}
.path{ display:inline-block; float:left; line-height:30px; font-size:12px; }
.path a{ display:inline-block;  color:#333;}
.path a:hover{color:#21ad42;}
.path a:after{ content:">"; display:inline-block; margin:0px 6px; color:#999; transition-duration: .3s;}

#inside-nav{ float:right; display:inline-block; width:auto;  margin:0px; overflow:hidden; font-size:0px;}
#inside-nav .panel{ float:left; border:none; margin:0px;  background:none; box-shadow:none;}
#inside-nav .panel-heading{ display:none; width:100%; border-radius:0px; overflow:hidden;padding:0px; background:none;}
#inside-nav .panel-heading a{ position:relative; z-index:1; display:inline-block; width:100%; font-size:14px; line-height:38px; font-weight:bold; color:#fff; text-align:center; border:1px solid #f2f2f2; background:#21ad42; }
#inside-nav .panel-heading a.collapsed{ color:#333;  background:#fff; }
#inside-nav .panel-heading a:after{ content:"+"; position: absolute;  z-index:-1;width:38px;height: 38px;bottom: 0px; right: 0%; font-size:18px; font-weight:normal; color:#fff;transform:rotate(45deg); transition-duration: .3s;}
#inside-nav .panel-heading a.collapsed:after{ content:"+"; position: absolute;  z-index:-1;width:38px;height: 38px;bottom: 0px; right: 0%;font-size:18px;font-weight:normal; color:#999;transform:rotate(0deg); transition-duration: .3s;}

#inside-nav .panel-body{ border:none; padding:0px; margin:0px;}
#inside-nav .panel-body a{ display:inline-block; padding:0px 10px; font-size:12px; line-height:30px; color:#333;}
#inside-nav .panel-body a:hover{color:#21ad42;}
#inside-nav .panel-body a.on{ background:#21ad42; color:#fff;}

@media(max-width:768px) {
#inside-nav{ float:inherit; width:100%;}
.path{ display:none; float:left; line-height:30px; font-size:12px; }

#inside-nav .panel{ width:100%;}
#inside-nav .panel-heading{ display:inline-block; padding:0px 15px;}

#inside-nav .panel-collapse{ padding:0px 15px; margin-top:-1px;}
#inside-nav .panel-body{  border:1px solid #f2f2f2; padding:15px 0px; margin:0px;}
#inside-nav .panel-body a{ display:inline-block; width:100%; padding:0px 10px; font-size:12px; line-height:36px; color:#333; text-align:center;}
#inside-nav .panel-body a:hover{color:#21ad42;}
#inside-nav .panel-body a.on{ background:#f7f7f7;color:#21ad42;}
}

.inside-title{position: relative;z-index: 1; line-height:1.5em; margin-bottom:30px; text-align:center;}
h3, .h3 {font-size: 24px;}
.lybody{ margin-bottom:28px;}
.lybody h3 {margin-bottom: 30px;}
#about1{  padding:30px 0px; line-height:24px;}
#about1 h3{ margin-bottom:30px;}
.about1-img{ float:right;}
@media(max-width:992px) {
.about1-img{ float:right; margin-top:76px;}
}
@media(max-width:768px) {
#about1 h3,#about1 .about1-img{ text-align:center;}
.about1-img{ float:right; margin-top:0px; margin-bottom:20px;}
.lybody p{ margin:0 15px;}
}
.lybody img {
    max-width: 100%;
}.lybody .mgtop20{ clear:both; margin-top:20px; background-color:#f3f3f3; padding-top:20px;}
.lybody .pd10{ padding:10px;}

.fancybox-img { display:block; text-align:center; overflow:hidden;}
.fancybox-img img{ transform:scale(1); transition:all .4s ease; height:200px; }
.fancybox-img:hover img{ transform:scale(1.1); }
.fancybox-img p{ margin:15px 0px;color:#666;}
.fancybox-img:hover p{ margin:15px 0px;color:#21ad42;}

.news{ width:100%; overflow:hidden;}
.news .t,.fuwu .t{ background:url(../images/leftimg.gif.html) no-repeat left;height:40px; padding-left:16px; line-height:40px; clear:both;  border-bottom:1px #dddddd solid;}
.news .t span,.fuwu .t span{ float:right;  font-size:12px;}
.news .t span a,.fuwu .t span a{ color:#CCC;}
.news ul{ width:100%;}
.news ul li{ list-style:none; height:30px; line-height:30px;  overflow:hidden; border-bottom:1px dashed #dddddd;background:url(../images/ii4.gif.html) no-repeat 2px 16px; text-indent:14px;}
.news ul li a{ font-size:12px; color:#555555; font-family:"微软雅黑";}
.news ul li span{ float:right; font-size:12px; color:#555; font-family:"微软雅黑";}

.news{ border-bottom:1px #CCCCCC solid; padding:20px 0;}
.newsword{padding-left:20px;}
.news p {margin-bottom: 0.5rem;}
.news p.title > a {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    padding-top: 20px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.news span.category > a:visited {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
	color: #093;
    font-weight: normal;
    text-decoration: none;
}
.news  span.wp-new-ar-pro-time {
    display: block;
    font-family: arial;
    font-size: 13px;
    padding-top: 2px;
    color: rgb(217, 217, 217);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.news  p.abstract {
    line-height: 140%;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    color:#999;
    font-weight: normal;
    text-decoration: none;
}


.news-top{ text-align:center; border-bottom:1px solid #ebebeb; padding-bottom:10px;}
.news-top h3{ font-size:24px; margin:10px 0px;}
.news-top span{ font-size:12px; color:#999;}
.news-body{ margin:30px 0px;}

.news-tj>div{ background:#fafafa; padding:30px;}
.news-tj p{ font-size:18px; margin-bottom:0px;}
.news-tj li { border-bottom:1px dashed #ebebeb; padding:10px 0px; margin-top:10px;}
.news-tj li .news-tjtitle{ display:inline-block; width:100%; font-size:14px; color:#666;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.news-tj li .news-tjtext{ margin-bottom:20px; width:100%; font-size:13px; color:#999; display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news-tj li a:hover{ color:#21ad42;}
.news-tj li span{ font-size:12px; color:#999;}
@media (max-width:1200px){
.news-tj>div{ background:#fafafa; padding:25px 20px;}
}
@media (max-width:992px){
.news-tj{ display:none;}
}

.news-page{ margin-bottom:40px; overflow:hidden; }
.news-page p,.news-page a{ display:inline-block; box-sizing:border-box; float:left; padding:0px 10px; width:50%; color:#999; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.news-page p:nth-child(2),.news-page a:nth-child(2){ text-align:right;}
.news-page a:hover{ color:#e50012;}
.news-page span{color:#999;}


/*新闻详情*/
.pagination{ margin:30px 0px;}
.pagination>li>a{ color:#666;}
.pagination>li>a:hover{ color:#21ad42; background:#f7f7f7;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ color:#fff; background:#21ad42; border-color:#21ad42;}
/*翻页按钮*/

.news-page{ overflow:hidden; }
.news-page p,.news-page a{ display:inline-block; box-sizing:border-box; float:left; padding:0px 10px; width:50%; color:#999; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.news-page p:nth-child(2),.news-page a:nth-child(2){ text-align:right;}
.news-page a:hover{ color:#e50012;}
.news-page span{color:#999;}


.tit {
        font-size: 26px;
        text-align: center;
        margin: 25px 0;
    }
.tit {
        text-align: center;
        margin: 20px 0;
    }
    
    .titch {
        display: block;
        color: #424141;
        font-weight: bold;
        font-size: 32px;
    }
    
    .titen {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        margin: 6px 0;
        color: #6cb830;
    }
    
    .lin {
        width: 80px;
        height: 4px;
        background: #00427a;
        margin: 0 auto;
        display: block;
    }

.chi {
        margin-bottom: 5px;
        color: #292929;
        letter-spacing: 2px;
        font-weight: bold;
    }
    
    .eng {
        text-transform: uppercase;
        font-weight: 100;
        font-size: 16px;
        color: #b9b9b9;
    }
    
    .lin2 {
        width: 55px;
        height: 3px;
        background: #80b62a;
        margin: 10px auto 0;
    }
    
    .gybt {
        position: absolute;
        right: 40px;
        top: -10px;
        display: block;
        padding: 5px 20px;
        background: #11920b;
        color: #fff;
        text-align: center;
        font-size: 18px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }
    
    .ptgyl {
        width: 550px;
        float: right;
        position: relative;
        border: 1px solid #b7b7b7;
        margin-top: 45px;
    }
    
    .ptgyr {
        width: 680px;
        float: left
    }
    
    .clear {
        clear: both;
    }
    
    .gybt2 {
        position: absolute;
        left: 40px;
        top: -10px;
        display: block;
        padding: 5px 20px;
        background: #11920b;
        color: #fff;
        text-align: center;
        font-size: 18px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }
    
    .ptgynr {
        padding: 50px;
    }
    
    .ptgyl2 {
        width: 550px;
        float: left;
        position: relative;
        border: 1px solid #e9e9e9;
        margin-top: 33px;
    }
    
    .ptgyr2 {
        width: 680px;
        float: right
    }
    
    .clear {
        clear: both;
    }
    
    .ptgy {
        margin-bottom: 30px;
    }
/* typo */
.qhd-content .typo:before, .qhd-content .typo:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.qhd-content .typo:after {
	clear: both;
}
.qhd-content .typo {
*zoom:1;
	margin-bottom: 0;
}
.qhd-content .typo .typo_text {
	overflow: hidden;
#zoom:1;
}
.qhd-content .typo .typo_img {
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
.qhd-content .typo .typo_img img {
	display: block;
}
.qhd-content .typo .imgtoright {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.qhd-content ul, .qhd-content ol {
	line-height: 1.8;
}
.qhd-content ul li, .qhd-content ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.qhd-content hr {
	border-color: #ccc;
	margin: 15px 0;
}.qhd-content hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    height: 1px;
    font-size: 0;
    margin: 25px 0;
    clear: both;
    *margin: 17px 0;
}
.bnum{ font-size:38px !important; font-style:italic;}


.c1{width:100%;margin:0 auto;margin-top:20px;display:block;}
.c1 li{float:left;position:relative;width:290px;height:400px;overflow:hidden;margin:0 5px; list-style:none;}
.c1 li a.img{display:block;padding:15px;}
.c1 li h3{color:#fff;font-size:22px;padding:15px 0;}
.c1 li span{display:block;font-size:15px;font-weight:normal;color:#fff;line-height:30px;height:125px;}
.c1 li .cha{width:100px;height:30px;border:1px solid #fff;line-height:30px;text-align:center;color:#fff;margin-top:20px;}

.c1 li:nth-child(1){background: #c42126}
.c1 li:nth-child(2){background: #f3b90d}
.c1 li:nth-child(4){background: #92bf28}
.c1 li:nth-child(3){background: #009b4d}

.c1 li .simg{display:block;position:absolute;bottom:0px;transition: 0.4s;cursor:pointer;}
.c1 li .simg img{width:310px;height:180px;cursor:pointer;}

.c1 li:hover .simg{
    transform: translateY(100%);
    transition: 0.4s;
}
.ys{ padding-top: 100px;background: #f5f5f5;padding-bottom: 60px;}
.ys_con{ margin-top: 98px;}
.ys1 .tempWrap,.ys3 .tempWrap{ float: left;}
.ys2 .tempWrap,.ys4 .tempWrap{ float: right;}

.ys_con .ys1,.ys_con .ys2,.ys_con .ys3,.ys_con .ys4{ position: relative;height: 360px;margin-bottom: 60px;}
.ys_con dt{ display: block;width: 600px;height: 360px;}
.ys_con dt em{ display: block;width: 600px;height: 360px;}
.ys_con dt img{ display: block;width: 600px;height: 360px;}
.ys_con .ys_t{ position: absolute;left: 490px;bottom:24px;}
.ys_con .ys_t li{ float: left;margin: 0 6px;width:12px ;height: 12px;border-radius: 6px;background: #fff;opacity: 0.3;}
.ys_con .ys_t li.cur{ background: #ffffff;opacity: 1;}

.ys1 .ys_t,.ys3 .ys_t{ position: absolute;left: 490px;bottom:24px;}
.ys2 .ys_t,.ys4 .ys_t{ position: absolute;left: 638px;bottom:24px;}

.ys_con dd h3{display: block;padding-top: 120px;font-size: 30px;line-height:36px ;color: #000000;padding-bottom: 5px;}
.ys_con dd p{font-size: 16px;line-height:28px ;color: #666;}
.ys_con .ys1 dd,.ys_con .ys3 dd{float: left;padding-left: 110px;width: 490px; }
.ys_con .ys2 dd,.ys_con .ys4 dd{float: left;padding-right: 110px;width: 490px;text-align: right; }
.ys_con .ys1 h3{background:url(../images/ys_ic1.png) no-repeat left 45px;}
.ys_con .ys2 h3{background:url(../images/ys_ic2.png) no-repeat right 45px;}
.ys_con .ys3 h3{background:url(../images/ys_ic3.png) no-repeat left 45px;}
.ys_con .ys4 h3{background:url(../images/ys_ic4.png.html) no-repeat right 45px;}
.ys_con .ys1:hover h3{background:url(../images/ys_ic1h.png) no-repeat left 45px;}
.ys_con .ys2:hover h3{background:url(../images/ys_ic2h.png) no-repeat right 45px;}
.ys_con .ys3:hover h3{background:url(../images/ys_ic3h.png) no-repeat left 45px;}
.ys_con .ys4:hover h3{background:url(../images/ys_ic4h.png.html) no-repeat right 45px;}


.dz ul{ padding-top: 40px;height: 190px;}
.dz li{ float: left;width: 160px;height:160px ;border-radius: 95px;margin:0 40px ;box-sizing: border-box;position: relative;background:url(../images/dz_ul.png) no-repeat center !important;}
.dz li em{width: 80px;height: 80px;display: block;overflow:hidden;margin: 36px auto 0; }
.dz li em img{ width: 80px;height: 80px;display: block; transition: all 0.3s;}
.dz li span{ display: block;font-size: 20px;line-height: 30px;color: #333333;text-align: center;}
.dz li:before{ display: block;width: 12px;height:12px ;background: #e1e1e1;content: "";border-radius: 6px;position: absolute;left: -46px;top: 95px;z-index: 99;}
.dz li:after{ display: block;width: 12px;height:12px ;background: #e1e1e1;content: "";border-radius: 6px;position: absolute;right: -46px;top: 95px;z-index: 99;}
.dz li:hover { background: 0;box-shadow: 0 0 35px rgba(3,145,24,0.75);}
.dz li:hover span{color: #083e72;}
.dz li:hover:before,.dz li:hover:after{background: #078427; z-index: 100;}
.dz li:hover em img:nth-child(1) {margin-top:-80px;}
.dz h4{display: block;padding-top: 80px;font-size:20px ;color: #333333;line-height:24px ;text-align: center;font-weight: normal;}
.dz h5{text-align: center;font-size:16px ;line-height:16px ;color: #b2b2b2;padding-top: 16px;font-weight: normal;}
.dz h5 b{ font-size: 26px;color: #3f3a39;margin-left:10px ;}
.dz .zx{ height: 40px;line-height: 40px;width: 356px;text-align: center;font-size: 16px;color: #fff;text-align: center;background: #e60012;margin: 16px auto 0;display: block;}

.lc{margin-top: 45px;margin-bottom: 45px;height: 115px;background:url(../images/lc_bg.jpg) no-repeat center;}
.lc h3{float: left;padding-top:46px ;padding-left: 58px;font-size: 24px;line-height:24px;color: #ffffff;font-weight: normal;margin-right: 77px;}
.lc p{float: left;height: 85px;line-height: 115px;color: #666;}
.lc p span{line-height: 85px;color: #fff;display: inline-block;font-size: 22px;padding: 0 20px;}
.lc p span:hover{ color: #fff;}
.popover-title{ font-weight:bold !important;}

.tempWrap{overflow:hidden; position:relative; width:558px; height:372px}



















/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {
	.container {width: 1200px;}
	#html5zoo-1{ height:552px;}
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
.container, .container-fluid {
     padding-right: 2px;
     padding-left: 2px; 
	 #html5zoo-1{ height:335px !important;}
}
.wdysbg {background: url(../images/wdyss.jpg) no-repeat center; height:448px;}
.wdysbg .wdys1{ width:190px; top:93px; left:0;}
.wdysbg .wdys2{ width:180px; top:93px; right:0;}
.wdysbg .wdys3{ width:210px; top:262px; left:0;}
.wdysbg .wdys4{ width:180px; top:282px; right:0;}
.wdysbg .wdys5{ width:210px; top:395px; left:481px;}
.aboutbody .cont {height: 706px;}
.aboutbody .alogo {
    position: absolute;
    right: 66px;
    top: 52px;

}.aboutbody .alogo img{	height:138px;}
.aboutbody .aboutword {
    padding: 20px;
    background-color: rgba(0, 66, 122, 0.8);
    width: 748px;
    position: absolute;
    left: 68px;
    top: 207px;
}footer .fnav{ width:950px;}
footer .fnav li a {
    padding: 22px 28px;
}.row {
    margin-right: 0px;
   margin-left: 0px; 
}
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.header .navbar_nav li {    padding: 0 6px;}
.header .nav { width:1000px;}
.header.on .navbar_nav li a {padding: 0 12px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
.por .zixun{ display:none;}
.xunpan p.bigtxt { text-align:center;    font-size: 18px;    padding-bottom: 10px;    padding-top: 20px;}
.xunpan p {text-align:center;    font-size: 16px;}
.xunpan {    height: 100px;}
.wdysbg{ background: none;width:100%; height:auto; position: inherit;}
.wdysbg div{ font-size:18px; position: inherit;}
.wdysbg .wdys1{ width:100%; background: url(../images/wdm1.jpg) no-repeat;background-size:100% 100%; padding-top:120px; padding-right:410px; height:310px;}
.wdysbg .wdys2{ width:100%; background: url(../images/wdm2.jpg) no-repeat;background-size:100% 100%; padding-top:130px; padding-left:320px; height:310px;}
.wdysbg .wdys3{  width:100%; background: url(../images/wdm3.jpg) no-repeat;background-size:100% 100%; padding-top:120px; padding-right:410px; height:310px;}
.wdysbg .wdys4{  width:100%; background: url(../images/wdm4.jpg) no-repeat;background-size:100% 100%;  padding-top:130px; padding-left:320px; height:310px;}
.wdysbg .wdys5{  width:100%; background: url(../images/wdm5.jpg) no-repeat;background-size:100% 100%;  padding-top:130px; padding-left:320px; height:310px;}
.aboutbody .cont{ height:300px;}
.aboutbody .alogo { display:none;}
.aboutbody .aboutword{ padding:10px; background-color: rgba(0, 66, 122, 0.8); width:90%;position:absolute; left:5%; top:40px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:20px;}
.aboutbody .aboutword p{color:#FFF; padding:15px 0; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; height:122px;}
h3 i{ font-size:18px !important;}
footer .footw{ text-align:center; line-height:20px;border-top:6px #03a538 solid;}
footer .fmenu{ display:none;}
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
.por .zixun{ display:none;}
.xunpan p.bigtxt { text-align:center;    font-size: 18px;    padding-bottom: 10px;    padding-top: 20px;}
.xunpan p {text-align:center;    font-size: 16px;}
.xunpan {    height: 100px;}
.wdysbg{ background: none;width:100%; height:auto; position: inherit;}
.wdysbg div{ font-size:15px; position: inherit;}
.wdysbg .wdys1{ width:100%; background: url(../images/wdm1.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:210px;}
.wdysbg .wdys2{ width:100%; background: url(../images/wdm2.jpg) no-repeat;background-size:100% 100%; padding-top:90px; padding-left:180px; height:210px;}
.wdysbg .wdys3{  width:100%; background: url(../images/wdm3.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:210px;}
.wdysbg .wdys4{  width:100%; background: url(../images/wdm4.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:210px;}
.wdysbg .wdys5{  width:100%; background: url(../images/wdm5.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:210px;}
.aboutbody .cont{ height:300px;}
.aboutbody .alogo { display:none;}
.aboutbody .aboutword{ padding:10px; background-color: rgba(0, 66, 122, 0.8); width:90%;position:absolute; left:5%; top:40px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:20px;}
.aboutbody .aboutword p{color:#FFF; padding:15px 0; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; height:122px;}
h3 i{ font-size:13px !important;}
footer .footw{ text-align:center; line-height:20px;border-top:6px #03a538 solid;}
footer .fmenu{ display:none;}
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
.por .zixun{ display:none;}
.xunpan p.bigtxt { text-align:center;    font-size: 18px;    padding-bottom: 10px;    padding-top: 20px;}
.xunpan p {text-align:center;    font-size: 16px;}
.xunpan {    height: 100px;}
.wdysbg{ background: none;width:100%; height:auto; position: inherit;}
.wdysbg div{ font-size:15px; position: inherit;}
.wdysbg .wdys1{ width:100%; background: url(../images/wdm1.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:180px;}
.wdysbg .wdys2{ width:100%; background: url(../images/wdm2.jpg) no-repeat;background-size:100% 100%; padding-top:90px; padding-left:180px; height:180px;}
.wdysbg .wdys3{  width:100%; background: url(../images/wdm3.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:180px; margin-bottom:50px;}
.wdysbg .wdys4{  width:100%; background: url(../images/wdm4.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:180px;}
.wdysbg .wdys5{  width:100%; background: url(../images/wdm5.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:180px;}
.aboutbody .cont{ height:300px;}
.aboutbody .alogo { display:none;}
.aboutbody .aboutword{ padding:10px; background-color: rgba(0, 66, 122, 0.8); width:90%;position:absolute; left:5%; top:40px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:20px;}
.aboutbody .aboutword p{color:#FFF; padding:15px 0; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; height:122px;}
h3 i{ font-size:13px !important;}
footer .footw{ text-align:center; line-height:20px;border-top:6px #03a538 solid;}
footer .fmenu{ display:none;}

.ptgyl2 {width: 100%;float:none;}
.ptgyr {width: 100%;float:none;}
.ptgyr2 {width: 100%;float:none;}
.qhd-content .typo .typo_img{ float:none;}
.typo_text{ margin-left:10px; margin-right:10px;}
.qhd-content .typo .imgtoright{ padding:0; margin:0;}
.c1 li{ float:none; width:100%;}
.c1 li .simg img{ width:460px;}

.ys_con {    margin-top: 0px;}
.tempWrap{overflow:hidden; position:relative; width:100%; height:283px;}
.ys_con .ys1 dd, .ys_con .ys3 dd {
    float: left;
    padding-left: 2px;
    width: 100%;
	padding-bottom:30px;
}
.ys_con .ys2 dd, .ys_con .ys4 dd {
    float: left;
	padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: left;
}
.dz li {
    float: left;
    width: 130px;
    height: 160px;
    border-radius: 95px;
    margin: 0 20px;
    box-sizing: border-box;
    position: relative;
    background: url(../images/dz_ul.png) no-repeat center !important;
}
.dz li:before,.dz li:after { display:none}
.dz li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.grlc{ display:none}
.edge_title h3 span {
    font-size: 28px;
}
.edge ul li a {
    font-size: 16px;
}
.edge .edsm2 {
    padding: 0px;
    height: auto;
}

.edge .edsm2 dl {
    float: none;
    width: 100%;
    height:  auto;
}
.edge .edsm2 dl dd p {
    height: auto;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.flogobody h4{ padding:20px 10px;}
.edge .edsm dl dd a{ margin-left:0px;}
footer .footw{ padding:10px 0;}
.ptgyl { width:auto}
.ptgynr {
    padding: 50px 10px 10px;
}
.ys_con dd h3{ font-size:26px;}

.flogobody .a-img img{ width:80px;}
.flogobody .a-img img:nth-child(2) {    top: 38px;
}
.flogobody{    margin-top: 25px;
    margin-bottom: 25px;}

.lfooter {
	width: 100%;
	height: 70px;
	background-color: #00427a;
	position: fixed;
	bottom: 0px;
	display:block;
	border-top:2px #03a538 solid;
	z-index:9999;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}

.fancybox-img img {
    height: 128px;
}
.wdys h3 span{ font-size:28px;height:52px;}
.wdys h3 b {
    font-size: 28px;
}
.edge_title h3 span {
    display: block;
    height: 52px;
}
img.inzzrr { height:158px;}

.conleft{ width:100%; float:none; height:320px;}
.conright{ float:none; clear:both;}
.lybody p {margin: 0;}

.ys_con .ys1 h3 {    background: url(../images/ys_ic1.png) no-repeat left 5px;}
.ys_con dd h3 {    padding-top: 80px;}
.ys_con .ys2 h3 {    background: url(../images/ys_ic2.png) no-repeat right 5px;}




}


@media (max-width: 360px) {
.fancybox-img img {
    height: 108px;
}	

img.inzzrr { height:158px !important;}
.flogobody h4 {
	font-size:12px;
	padding: 20px 6px;
}

}

.zzrr{ margin-bottom:16px;}




.join-list-box{ margin-bottom:40px;}
.join-list-box li{ padding:15px 0px;}
.join-list-box li:nth-child(Odd){ background:#fff;}
.join-list-box li:nth-child(even){ background:#fbfbfb;}
.join-list-box li:hover{ background:#f0f0f0;}

.join-list{ margin:0px;}
.join-list .panel-default{ border:none;box-shadow:none;}
.join-list .panel-heading{ border:none; background:none; box-shadow:none;}
.join-list .panel-default{ background:none;}

.join-list .panel-heading a{ position:relative; z-index:1; display:block; padding-right:30px; color:#333; }
.join-list .panel-heading a:after{ content:"+"; position: absolute;  z-index:-1; top: 0px;right: 0%; font-size:32px; color:#21ad42; font-weight:normal;transform:rotate(45deg); transition:all .3s;}
.join-list .panel-heading a.collapsed:after{ content:"+"; position: absolute;  z-index:-1; top: 0px;right: 0%;transform:rotate(0deg); color:#333; }
.join-list .panel-heading a p{ font-size:18px; color:#21ad42;}
.join-list .panel-heading a span{ display:inline-block; max-width:100%;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}

.join-list .panel-body{ background:#fafafa; padding:30px;}

.closef{ bottom:-68px; transition:all .3s;}
.openf{ bottom:0px; transition:all .3s;}


/*home_news*/

.home_news {
	position: relative;
	padding: 55px 0 60px;
	overflow: hidden;
	background: #f6f6f6;
}

@media (max-width: 1025px) {
	.home_news {
		padding: 45px 0;
	}

}

.home_news .home_newstitle {
	text-align: center;
	font-size: 0;
	margin: 35px auto 0;
	position: relative;
}

@media (max-width: 1445px) {
	.home_news .home_newstitle {
		margin: 25px auto 0;
	}
}

@media (max-width: 767px) {
	.home_news .home_newstitle {
		margin: 15px auto 0;
	}
}

.home_news .home_newstitle li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dbdbdb;
	width: 130px;
	height: 34px;
	cursor: pointer;
	line-height: 32px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 10px 10px;
}

@media (max-width: 1445px) {
	.home_news .home_newstitle li {
		padding: 0 5px;
		margin: 0 7px 10px;
		width: 120px;
	}
}

@media (max-width: 992px) {
	.home_news .home_newstitle li {
		padding: 0 5px;
		margin: 0 5px 8px;
		width: 110px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newstitle li {
		font-size: 12px;
		width: 140px;
	}
}

@media (max-width: 321px) {
	.home_news .home_newstitle li {
		font-size: 12px;
		width: 100px;
	}
}

.home_news .home_newstitle .active {
	background: #009b4d;
	border: 1px solid #009b4d;
	color: #fff;
}

.home_news .home_newsmain {
	position: relative;
	margin: 50px auto 40px;
}

@media (max-width: 1025px) {
	.home_news .home_newsmain {
		margin: 35px auto 40px;
	}
}

@media (max-width: 992px) {
	.home_news .home_newsmain {
		margin: 25px auto 20px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain {
		margin: 20px auto 10px;
	}
}

.home_news .home_newsmain .hnews {
	display: none;
}

.home_news .home_newsmain .hnews .part .left {
	float: left;
	background: #fff;
	width: 41%;
}

@media (max-width: 1230px) {
	.home_news .home_newsmain .hnews .part .left {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left {
		width: 44%;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left {
		width: 100%;
		margin: 0 auto 15px;
	}
}

.home_news .home_newsmain .hnews .part .left .pic {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.home_news .home_newsmain .hnews .part .left .pic:after {
	content: "";
	display: block;
	padding-bottom: 66.3%;
}

.home_news .home_newsmain .hnews .part .left .pic time {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	padding: 15px 5px 5px;
	background: #25e376;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left .pic time {
		width: 70px;
		height: 70px;
		padding: 5px 5px 5px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .pic time {
		width: 60px;
		height: 60px;
		padding: 5px 5px 5px;
	}
}

.home_news .home_newsmain .hnews .part .left .pic time big {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left .pic time big {
		font-size: 30px;
		line-height: 38px;
		height: 38px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .pic time big {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
	}
}

.home_news .home_newsmain .hnews .part .left .pic time small {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .pic time small {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
	}
}

.home_news .home_newsmain .hnews .part .left .txt {
	padding: 25px 20px 30px;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .left .txt {
		padding: 20px 15px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .txt {
		padding: 15px 10px;
	}
}

.home_news .home_newsmain .hnews .part .left .txt span {
	display: block;
	position: relative;
	height: 24px;

	line-height: 24px;
	color: #212121;
	font-size: 16px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .txt span {
		height: 20px;
		line-height: 20px;
	}
}

.home_news .home_newsmain .hnews .part .left .txt p {
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .left .txt p {
		margin: 5px 0 0 0;
	}
}

.home_news .home_newsmain .hnews .part .list {
	position: relative;
	padding: 0 0 0 80px;
	width: 59%;
	float: left;
}

@media (max-width: 1230px) {
	.home_news .home_newsmain .hnews .part .list {
		width: 50%;
		padding: 0 0 0 30px;
	}
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list {
		width: 56%;
		padding: 0 0 0 20px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list {
		width: 100%;
		padding: 0;
	}
}

.home_news .home_newsmain .hnews .part .list li {
	margin: 0 0 17px 0;
	position: relative;
}

.home_news .home_newsmain .hnews .part .list li .item {
	background: #fff;
	width: 100%;
	padding: 0 0 0 100px;
	min-height: 100px;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item {
		min-height: 70px;
		padding: 0 0 0 70px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item {
		min-height: 60px;
		padding: 0 0 0 60px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item:hover time {
	background: #009b4d;
}

.home_news .home_newsmain .hnews .part .list li .item:hover time big {
	color: #fff;
}

.home_news .home_newsmain .hnews .part .list li .item:hover time small {
	color: #fff;
}

.home_news .home_newsmain .hnews .part .list li .item:hover .txt span {
	color: #009b4d;
}

.home_news .home_newsmain .hnews .part .list li .item time {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	padding: 15px 5px 5px;
	background: #c5cfd4;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item time {
		width: 70px;
		height: 70px;
		padding: 5px 5px 5px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item time {
		width: 60px;
		height: 60px;
		padding: 5px 5px 5px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item time big {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item time big {
		font-size: 30px;
		line-height: 38px;
		height: 38px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item time big {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item time small {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item time small {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item .txt {
	padding: 25px 20px 5px;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt {
		padding: 10px 10px 5px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt {
		padding: 8px 10px 5px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item .txt span {
	display: block;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
	height: 24px;

	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt span {
		line-height: 20px;
		height: 20px;
	}
}

.home_news .home_newsmain .hnews .part .list li .item .txt p {
	display: block;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

@media (max-width: 992px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt p {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.home_news .home_newsmain .hnews .part .list li .item .txt p {
		margin: 2px 0 0 0;
	}
}


.f-l {
  float: left;
}
.f-r {
  float: right;
}

/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  border-radius:16px;
}
.vcenter2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: left;
}
.newbb h3{text-align: center; margin-bottom: 39px;}
.newbb h3 span{display: block;  height: 82px; font-size:39px; color:#00427a; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}
.newbb h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.newbb h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.newbb h3 b{ font-size:60px; color:#f95927;}



.morez {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 220px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 16px;
	border-radius: 30px;
	text-align: center;
	background: #21ad42;
	z-index: 1;
}

@media (max-width: 1200px) {
	.morez {
		width: 180px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}
}

@media (max-width: 992px) {
	.morez {
		width: 120px;
		height: 34px;
		font-size: 12px;
		line-height: 34px;
	}
}

.morez:hover:before {
	left: 0;
}

.morez:before {
	content: "";
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #25e376;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.morez a {
	display: block;
	color: #fff;
	position: relative;
	z-index: 5;
}
