* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #3c3c3c;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #3c3c3c;
}
a:hover {
	color: #58b648;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #58b648;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #58b648;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.head {
	width: 1220px;
	margin: 0 auto;
	height: 125px;
	overflow: hidden;
	position: relative;
}
.logo {
	display: block;
	width: 803px;
	height: 125px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.toptell {
	margin-top: 45px;
}
.toptell p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: url(../images/tell.png) no-repeat left center;
	padding-left: 50px;
	line-height: 42px;
	float: left;
	margin-right: 15px;
	margin-top: 16px;
}
.toptell p i {
	font-size: 16px;
	color: #575757;
	font-style: normal;
}
.toptell p span {
	font-size: 30px;
	color: #e70012;
}
.toptell img {
	float: left;
}
.topbar {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/topbar.png) no-repeat center;
	width: 202px;
	height: 31px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.topbar a {
	color: #fff;
	padding: 0 15px;
	line-height: 31px;
}

.search{ position: absolute; right:220px; top:0;}
.search form{ display:flex;}
.search input{ width:200px; height:30px; line-height:30px; box-sizing:border-box; padding:0 10px; border:1px solid #ddd; border-right:0;}
.search input:focus{ border-color:#58b648;}
.search button{width:40px; height:30px; background:url(../images/search.png) no-repeat center #58b648; background-size:25px; cursor:pointer;}


.nav {
	background: #4554a0;
	height: 55px;
	line-height: 55px;
}
.nav li {
	float: left;
	height: 55px;
	overflow: hidden;
	position: relative;
}
.nav li:hover {
	overflow: visible;
}
.nav li a.one {
	width: 120px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	display: block;
	line-height: 55px;
	position: relative;
}
.nav li a.one::after {
	content: " ";
	display: block;
	width: 1px;
	height: 10px;
	background: #e8e8e8;
	position: absolute;
	left: 0;
	top: 24px;
}
.nav li:first-child a.one::after {
	display: none;
}
.nav li.hover a.one, .nav li:hover a.one {
	background: #58b648;
	color: #fff;
}
.nav li ul {
	position: absolute;
	z-index: 99;
	opacity: 0;
	background: #58b648;
	transition: all 0.3s;
	top: 55px;
	overflow: hidden;
	padding-bottom: 10px;
}
.nav li:hover ul {
	opacity: 1;
	width: 120px;
	text-align: center;
}
.nav li ul li {
	float: none;
	line-height: 35px;
	height: 35px;
}
.nav li ul li a {
	color: #fff;
}
.nav li ul li a:hover {
	background: #fff;
	color: #58b648;
	display: block;
}
.slideBox {
	width: 100%;
	height: 635px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 7px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 6px;
	width: 30px;
	height: 7px;
	background: #fff;
	cursor: pointer;
	border-radius: 3px;
}
.slideBox .hd ul li.on {
	background: #58b648;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 635px;
}
.tit {
	text-align: center;
	color: #3c3c3c;
}
.tit span {
	display: block;
	font-size: 38px;
	font-weight: 200;
}
.tit p {
	font-size: 24px;
	margin-top: 5px;
}
.about {
	padding-top: 45px;
	background: url(../images/abg.jpg) no-repeat 200px 200px;
}
.abinfo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.abinfo_left {
	width: 600px;
	margin-top: -10px;
}
.abinfo_left .abtop {
	color: #4554a0;
	font-size: 51px;
	font-weight: bold;
	background: url(../images/abtop.png) no-repeat left center;
	padding-left: 126px;
	margin-left: -42px;
	padding-top: 35px;
	height: 114px;
	box-sizing: border-box;
}
.abinfo_left p {
	font-size: 16px;
	color: #3c3c3c;
	line-height: 36px;
	text-indent:2em;
}
.abinfo_left p span {
	color: #58b648;
	font-weight: bold;
}
.abinfo_right {
	width: 494px;
	height: 287px;
	border: 1px solid #ededed;
	padding: 13px;
	margin-top: 70px;
	margin-right: 30px;
}
.abtab ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 50px;
	justify-content: center;
}
.abtab ul li a {
	color: #5b5b5b;
	font-size: 16px;
	position: relative;
	display: block;
	width: 255px;
	text-align: center;
	padding-top: 80px;
	transition: all 0.3s;
}
.abtab ul li a::after {
	content: " ";
	display: block;
	width: 80px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}
.abtab ul li:first-child a::after {
	background: url(../images/atab.png) no-repeat 0 0;
}
.abtab ul li:first-child+li a::after {
	background: url(../images/atab.png) no-repeat -80px 0;
}
.abtab ul li:first-child+li+li a::after {
	background: url(../images/atab.png) no-repeat -160px 0;
}
.abtab ul li:first-child+li+li+li a::after {
	background: url(../images/atab.png) no-repeat -240px 0;
}
.abtab ul li a::before {
	content: " ";
	display: block;
	width: 1px;
	height: 86px;
	background: #e7e7e7;
	position: absolute;
	left: 0;
	top: 10px;
}
.abtab ul li:first-child a::before {
	display: none;
}
.abtab ul li a:hover {
	color: #58b648;
}
.abtab {
	background: url(../images/atab2.png) no-repeat left bottom;
	height: 170px;
}
.slideTxtBox {
	margin-top: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.slideTxtBox .hd {
	height: 180px;
	background: #ddd;
	position: relative;
	width: 222px;
}
.slideTxtBox .hd ul li {
	cursor: pointer;
	height: 90px;
	text-align: center;
	color: #333;
	box-sizing: border-box;
	padding-top: 25px;
}
.slideTxtBox .hd ul li p {
	font-size: 16px;
}
.slideTxtBox .hd ul li span {
	font-size: 12px;
}
.slideTxtBox .hd ul li.on {
	background: url(../images/j1.png) no-repeat right center #58b648;
	color: rgba(255,255,255,.8);
}
.slideTxtBox .bd ul {
	zoom: 1;
}
.slideTxtBox .bd li {
	float: left;
	text-align: center;
	margin-left: 22px;
	width: 300px;
	position: relative;
}
.slideTxtBox .bd li img {
	width: 300px;
	height: 180px;
	display: block;
}
.slideTxtBox .bd li p {
	line-height: 36px;
	color: #fff;
	background: rgba(0,0,0,.52);
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: all 0.3s;
}
.slideTxtBox .bd li:hover p {
	background: #58b648;
}
.about a.more {
	display: block;
	width: 158px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #4554a0;
	color: #fff;
	font-size: 16px;
	margin: 47px auto 60px auto;
	border-radius: 30px;
}
.news {
	background: url(../images/nbg.jpg) no-repeat right bottom #f9f9f9;
	padding-top: 65px;
	padding-bottom: 85px;
}
.news .picMarquee-left {
	position: relative;
	margin-top: 32px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 25%;
	z-index: 999;
}
.picMarquee-left .hd .prev {
	background: url(../images/j2.png) no-repeat 0 0;
	left: -110px;
}
.picMarquee-left .hd .next {
	background: url(../images/j2.png) no-repeat -70px 0;
	right: -110px;
}
.picMarquee-left .hd .prev:hover, .picMarquee-left .hd .next:hover {
	opacity: 0.8;
}
.news .picMarquee-left .bd {
	overflow: hidden;
}
.news .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.news .picMarquee-left .bd ul li {
	margin: 0 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 370px;
}
.news .picMarquee-left .bd ul li .box {
	width: 370px;
	height: 230px;
	overflow: hidden;
}
.news .picMarquee-left .bd ul li img {
	width: 370px;
	height: 230px;
	transition: all 0.3s;
}
.news .picMarquee-left .bd ul li:hover img {
	transform: scale(1.05, 1.05);
}
.news .picMarquee-left .bd ul li p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}
.news .picMarquee-left .bd ul li span {
	display: block;
	font-size: 12px;
	color: #979797;
	line-height: 20px;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 22px;
	margin-top: 22px;
}
.news2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.news2 .news2_left, .news2 .news2_right {
	width: 550px;
}
.news2 .nt {
	width: 506px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #eee;
	line-height: 38px;
	font-size: 18px;
	color: #27b6a9;
	padding-left: 10px;
	padding-right: 15px;
	position: relative;
	margin-left: 43px;
}
.news2 .nt p {
	float: left;
}
.news2 .nt a {
	float: right;
	font-size: 13px;
	color: #ababab;
}
.news2 ul {
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 15px;
}
.news2 li {
	line-height: 37px;
}
.news2 li a {
	color: #606060;
}
.news2 li a:hover {
	color: #58b648;
}
.news2 li span {
	font-size: 13px;
	color: #9e9e9e;
	float: right;
}
.nt::after {
	content: " ";
	display: block;
	width: 40px;
	height: 38px;
	position: absolute;
	left: -43px;
}
.news2_left .nt::after {
	background: url(../images/nt.png) no-repeat 0 0;
}
.news2_right .nt::after {
	background: url(../images/nt.png) no-repeat -40px 0;
}
.partner_top p {
	font-size: 24px;
	margin-top: 45px;
	position: relative;
	width: 162px;
}
.partner_top span {
	color: #58b648;
	font-weight: bold;
}
.partner_top p::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #27b6a9;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.partner {
	background: #f8f8f8;
	margin-top: 20px;
	padding-top: 28px;
	box-sizing: border-box;
	height: 410px;
}
.partner img {
	width: 220px;
	height: 165px;
	border: 1px solid #e5e5e5;
	margin-bottom: 16px;
	display: block;
	float: left;
	margin-left: 22px;
}
.partner a:first-child img, .partner a:nth-child(6) img {
	margin-left: 0;
}
.map {
	height: 102px;
	background: url(../images/map.png) no-repeat center #46549d;
	position: relative;
}
.map p {
	font-size: 16px;
	color: #fff;
	line-height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
}

.hy{ border-top:1px solid #ddd;}
.hy,.ls{ line-height:50px; display:flex; justify-content: space-between; position:relative; height:50px; overflow:hidden;}
.hy p,.ls p{ width:120px;font-size: 16px; color:#58b648;}
.hy .link,.ls .link{ width:1080px; margin-left:-10px; display:flex;flex-wrap: wrap;}
.hy .link a,.ls .link a{ color:#666; width:200px; margin-left:10px; display:block;}
.hy a.hymore,.ls a.lsmore{ display:block; position:absolute; right:0; top:0; color:#4554a0;}
.hy.height,.ls.height{ height:auto !important;}

.footer {
	background: #161616;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 80px;
}
.footer .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.footer .container ul {
	width: 150px;
}
.footer .container li {
	font-size: 17px;
	line-height: 28px;
	position: relative;
}
.footer .container li a {
	font-size: 13px;
	color: #b2b2b2;
}
.footer ul li:first-child {
	height: 40px;
	margin-bottom: 12px;
}
.footer ul li:first-child::after {
	content: " ";
	display: block;
	width: 21px;
	height: 2px;
	background: #58b648;
	position: absolute;
	bottom: 0;
	left: 5px;
}
.ewm {
	position: absolute;
	text-align: center;
	right: 40px;
	top: 130px;
}
.ewm p {
	font-size: 13px;
	color: #b2b2b2;
	margin-top: 8px;
}
.bottom {
	background: #161616;
	border-top: 1px solid #333;
	height: 95px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.bottom .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.copy {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.copy img {
	margin-left: 18px;
	width: 154px;
	height: 42px;
}
.copy p {
	font-size: 13px;
	color: #858585;
	line-height: 24px;
}
.copy a {
	color: #858585;
}
.ftell {
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	background: url(../images/person.png) no-repeat left center;
	padding-left: 46px;
	line-height: 50px;
}
.banner {
	height: 472px;
}
.position {
	height: 51px;
	line-height: 50px;
	background: linear-gradient(to right, #fff 50%, #f6f6f6 50%);
	overflow: hidden;
}
.position .container {
	background: #f6f6f6;
	height: 51px;
	position: relative;
}
.position .container::after {
	content: " ";
	width: 2000px;
	height: 1px;
	background: #efefef;
	left: 0;
	bottom: 0;
	position: absolute;
}
.position p, .position p a {
	font-size: 12px;
	color: #929292;
}
.position p {
	background: url(../images/mark.png) no-repeat left center;
	padding-left: 18px;
}
.main {
	margin-bottom: 50px;
}
.left {
	width: 180px;
}
.left_top {
	text-align: center;
	background: #4554a0;
	width: 180px;
	height: 124px;
	box-sizing: border-box;
	padding-top: 35px;
	margin-top: -124px;
	position: relative;
	z-index: 99;
}
.left_top p {
	font-size: 18px;
	color: #fff;
}
.left_top span {
	display: block;
	font-size: 17px;
	color: rgba(255,255,255,.6);
	margin-top: 6px;
}
.submenu {
	margin-top: 40px;
}
.submenu li a {
	display: block;
	line-height: 45px;
	color: #4a4a4a;
	text-align: center;
	margin-bottom: 1px;
}
.submenu li a.hover, .submenu li a:hover {
	background: #58b648;
	color: #fff;
}
.right {
	width: 986px;
	margin-top: 20px;
}
.content {
	line-height: 30px;
	width: 940px;
	margin: 0 auto;
}
.content img {
	max-width: 100%;
}
.list {
	margin-top: 40px;
}
.list ul {
	margin-left: -45px;
}
.list li {
	float: left;
	width: 298px;
	margin-left: 45px;
	margin-bottom: 40px;
}
.list li .box {
	width: 298px;
	height: 156px;
	overflow: hidden;
}
.list li img {
	width: 298px;
	height: 156px;
	transition: all 0.3s;
}
.list li p {
	line-height: 25px;
	font-size: 16px;
	height: 70px;
	margin-top: 12px;
	transition: all 0.3s;
}
.list li span {
	font-size: 12px;
	color: #979797;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 22px;
	line-height: 20px;
	display: block;
}
.list li:hover img {
	transform: scale(1.05, 1.05);
}
.photo {
	margin-top: 40px;
}
.photo li {
	width: 197px;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	margin-left: 49px;
}
.photo li .box {
	width: 197px;
	height: 150px;
	overflow: hidden;
}
.photo li img {
	width: 197px;
	height: 150px;
	transition: all 0.3s;
}
.photo li:hover img {
	transform: scale(1.05, 1.05);
}
.photo li p {
	font-size: 16px;
	color: #2e2e2e;
	line-height: 56px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.photo li:hover p {
	color: #58b648;
}
.show {
	width: 980px;
	float: right;
}
.show_top {
	text-align: center;
	margin-top: 30px;
}
.show_top h1 {
	font-weight: normal;
	font-size: 23px;
	color: #3c3c3c;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 28px;
}
.show_top p {
	font-size: 12px;
	color: #979797;
	background: url(../images/time.png) no-repeat center left;
	display: inline-block;
	line-height: 20px;
	padding-left: 22px;
	margin-top: 25px;
}
.show .content {
	margin-top: 30px;
}
.fh {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	color: #646464;
	width: 202px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: 2px solid #dcdcdc;
	transition: all 0.3s;
}
.fh:hover {
	border-color: #4554a0;
	color: #4554a0;
}
.prepage {
	line-height: 36px;
	color: #4554a0;
	margin-top: 45px;
	margin-left: 20px;
}
.prepage a {
	color: #4554a0;
}
.message {
	border: 1px solid #ddd;
}
.mes_top {
	padding: 0 5px 0 15px;
	font-weight: bold;
	font-size: 16px;
	background: #ddd;
	height: 60px;
	line-height: 60px;
}
.message dl {
	height: 66px;
	border-bottom: 1px solid #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.message dl:last-child {
	border: none;
}
.message dt {
	width: 135px;
	line-height: 30px;
}
.message dt span {
	color: red;
	display: inline-block;
	font-size: 12px;
}
.message dd input {
	border: 1px solid #ddd;
	width: 360px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 2px;
}
.message dl.area {
	height: 150px;
}
.message dd textarea {
	border: 1px solid #ddd;
	width: 360px;
	height: 115px;
	border-radius: 2px;
	padding: 5px 10px;
	line-height: 30px;
	font-size: 14px;
}
.message button {
	display: block;
	width: 128px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #46549d;
	color: #fff;
	border-radius: 2px;
	margin-left: 135px;
	cursor: pointer;
	transition: all 0.3s;
}
.message button:hover {
	background: #58b648;
}

.case ul{ margin-left:-20px;}
.case li{ text-align: center; float:left; margin-left: 20px; margin-bottom:10px;}
.case li img{ width:230px;}
.case li p{ line-height:30px;}

.rec li{ border-bottom:1px solid #ddd; padding-bottom:10px; margin-top:20px;}
.rec li a{
	font-size:16px;
}
.rec li span{ display:block; font-size:12px; color:#999; line-height:30px;}
.rec li p{ font-size:13px; color:#999; line-height:25px;}

.noResult h3{ font-weight:normal;}