@charset "gb2312";
/*初始化样式*/
body {
	padding: 0px;
	margin: 0px auto;
	/*设置字体*/
	font-size: 14px;
	line-height: 24px;
	font-family: "宋体";
	color: #282828;
	/*设置宽度*/
	width: 100%;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul, li, form, dl, dt, dd, div {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ul, .ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}
select, input, textarea {
	border-radius: 0;
	color: #000;
}
input:focus {
	outline: none;
}
/*强制去除表单自带的样式*/ 
input, button, select, textarea {
	outline: none;/*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
	resize: none;/*-webkit-appearance:none;*/
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}
figure, figcaption {
	margin: 0px;
	padding: 0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border: none;
	border: 0;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/*清楚浮动*/
.w1366 {
	max-width: 1150px;
	margin: 0 auto;
}
.clear{
	clear: both;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*导航*/
#header {
	width: 100%;
}
.top {
	height: 34px;
	line-height: 34px;
	color: #888888;
	border-bottom: 1px solid #e4e4e4;
}
.weixin {
	cursor: pointer;
	background: url(../images/weixin.png) left center no-repeat;
	padding-left: 25px;
	position:relative;
}
.weixin img{display:none;}
.weixin:hover img{
display:block;
position: absolute;
left: 0px; top: 21px;
}
.menu {
	background: #01a671;
}
.menu dd {
	width: 12.5%;
	text-align: center;
	float: left;
	height: 45px;
	line-height: 45px;
}
.menu a {
	color: #fff;
	display: block;
}
.menu dd:hover {
	background: #012b75;
}
.hover {
	background: #012b75;
}
.hover a {
	background: none;
}
@media screen and (max-width: 1024px) {
.top{
	display: none;
}
.menu{
	font-size: 12px;
}
.menu dd {
	width: 25%;
	text-align: center;
	float: left;
	height: 45px;
	line-height: 45px;
	border: 1px solid #80d3b8;
}	
}
/*轮播图*/
.swiper-container.pc{
	width: 100%;
	height: 540px;
}
.swiper-container.wap{
	width: 100%;
	height: 300px;
	display: none;
}
@media screen and (max-width: 1024px) {
.swiper-container.pc{
	width: 100%;
	height: 540px;
	display: none;
}
.swiper-container.wap{
	width: 100%;
	height: 175px;
	display: block;
}
.swiper-container.wap .swiper-slide{
	background-size: cover;
}	
}
/*搜索*/
.search {
	background: url(../images/serach.png) center repeat-x;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #bad9c7;
}
.search span {
	display: inline-block;
	color: #7c7c7c;
}
.search span a {
	color: #7c7c7c;
}
.search .text_input {
	color: #000000;
	outline:none;
	border: 1px solid #01a671;
	padding: 3px;
	line-height: 20px;
	box-sizing: border-box;
	background: #fff;
}

.search .search_submit {
	color: #fff;
	outline:none;
	padding: 3px;
	line-height: 22px;
	background: #01a671;
}

@media screen and (max-width: 1024px) {
.search .left{
	display: none;
}
.search .right{width:100%;padding: 0;}
.search input {
	margin-right: 10px;
}
.search .text_input{width: 30%;}
.search strong{
	float: right;
}	
}
/*首页烦恼*/
.index-fannao{
	background: url(../images/index-fannao.jpg) top center no-repeat;
	min-height: 1000px;
	background-size: cover;
	padding-top: 50px;
}
.fannao1{
	border: #01ac71 solid 3px;
	text-align: center;
	border-radius: 30px;
	position: relative;
	padding: 40px 0;
}
.fannao1 h4{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	font-size: 25px;
	background: #e9faf2;
	color: #008c5f;
	max-width: 627px;
	margin: 0 auto;
	font-weight: bold;
	margin-top: -15px;
}
.fannao1 dd{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
}
.fannao2{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #08327a;
	margin-top: 50px;
	margin-bottom: 15px;
}
.fannao2 p{
	font-weight: normal;
	font-size: 14px;
	color: #08327a;
}
.fannao3{padding-top:  60px;}
.fannao3 li{
	width: 48%;
	word-wrap: break-word;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-left:  1%;
}
.fannao3 li img{vertical-align: middle;float: left;}
.fannao3 li .r_box{width: 50%;vertical-align: middle;float: left;padding-left:  30px;}
.fannao3 li hr{
	margin: 15px 0;
	border: none;
	border-top: 1px solid #0f8d3b;
}
.fannao3 li dd{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
}
.fannao3 .right dd{
	text-align: right;
}
.fannao3 li dd span{
	background: #01a671;
	color: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
}
.fannao3 .right span{
	margin-right: 0;
	margin-left: 20px;
}
@media screen and (max-width: 1024px) {
.fannao3 li img{float: none;display: block;margin:10px auto}
.fannao3 li .r_box{width: 100%;float: none;padding-left: 0;}
.index-fannao{
	padding-top: 50px;
	padding-bottom: 50px;
}	
.fannao1 {
	padding: 40px 20px;
}	
.fannao1 h4{
	max-width: 280px;
	font-size: 20px;
	padding: 0 10px;
}
.fannao3{
	background: none;
}	
.fannao3 li{
	width: 100%;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.fannao3 img{
	display: block;
}
.fannao3 .right dd{
	text-align: left;
	padding-left: 70px;
}
.fannao3 .right span{
	position: absolute;
	left: 0;
}	
}
/*首页选择*/
.index-choose{
	height: 500px;
	margin-top: 45px;
	background: url(../images/index-choose.jpg) center no-repeat;
}
.index-choose .right h3{
	font-size: 38px;
	color: #08327a;
	margin: 47px 47px 47px 0;
}
.index-choose .right li{
	border: 2px solid #01a671;
	height: 38px;
	margin-bottom: 28px;
	border-radius: 20px;
	line-height: 42px;
	color: #282828;
	font-size: 16px;
	font-weight: bold;
	padding-left: 55px;
	position: relative;
	background: url(../images/index-choose-ico.png) left 16px center no-repeat;
}
.index-choose .right li dd{
	position: absolute;
	color: #0f3f30;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	background: #fff;
	top: 30px;
	padding: 0 10px;
	left: 45px;
}
@media screen and (max-width: 1024px) {
.index-choose {
	height: auto;
	margin: 0;
}	
.index-choose .right h3{
	margin: 0;
	margin-bottom: 20px;
	font-size: 30px;
}	
.index-choose .right li{
	height: auto;
	margin-bottom: 15px;
}
.index-choose .right li dd{
	position: static;
	padding: 0 ;
	background: none;
}	
}
/*首页优势*/
.index-ys{
	background: url(../images/index-ys.png) center no-repeat;
	min-height: 980px;
	background-size: cover;
}
.index-ys-title{
	color: #fff;
	text-align: center;
	padding-top: 130px;
	font-size: 16px;
	margin-bottom: 35px;
}
.index-ys-title strong{
	font-size: 25px;
}
.index-ys-con li{
	float: left;
	max-width: 260px;
	margin-right: 185px;
	text-align: center;
	margin-bottom: 60px;
	color: #fff;
	padding: 0;
}
.index-ys-con li:nth-child(3n){
	margin-right: 0;
}
.index-ys-con li img{
	max-width: 100%;
	height: auto;
}
.index-ys-con li span{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	display: block;
}
@media screen and (max-width: 1024px) {
.index-ys{
	background: #01a671;
}	
.index-ys-title{
	padding-top: 30px;
}
.index-ys-con li{
	margin-right: 0px;
	min-height: 350px;
	margin-bottom: 15px;
}	
}
/*首页应用*/
.index-yy{
	height: 630px;
}
.index-yy-title{
	padding-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.index-yy-title strong{
	color: #08327a;
	font-size: 25px;
	margin-bottom: 50px;
}
.index-yy-con li{
	cursor: pointer;
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.index-yy-con li span{
	margin-top: 10px;
	display: block;
}
.index-yy-con li:hover span{
	color: #fff;
}
@media screen and (max-width: 1024px) {
.index-yy{
	padding: 0;
}
.index-yy-title{
	padding-top: 30px;
	margin-bottom: 30px;
}	
.index-yy-con li{
	margin-bottom: 20px;
}
.index-yy-con li:nth-child(5){
	margin-left: 0 !important;
}
.index-yy-con li img{
	height: auto;
}
.ih-item.circle{
	width: auto;
	height: auto;
}
.ih-item.circle .img{
	width: auto;
	height: auto;
}	
}
/*首页关于我们*/
.index-abo{
	padding-top: 140px;
	background: url(../images/index-about.png) center no-repeat;
	height: 960px;
}
.abo-con-r{
	margin-left: 40px;
	padding-top: 65px;
	max-width: 560px;
}
.abo-con-r h3{
	color: #08327a;
	font-size: 25px;
}
.abo-con-r span{
	color: #c6c6c6;
	display: inline-block;
	margin-left: 15px;
	font-weight: normal;
}
.abo-con-r p{
	margin: 40px 0;
	line-height: 26px;
}
.abo-con-r a{
	display: block;
	background: #01a671;
	width: 115px;
	line-height: 40px;
	text-align: center;
}
.index-hz{
	text-align: center;
}
.index-hz-title{
	background: url(../images/hz.png) center no-repeat;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 40px;
}
.index-hz-title dd{
	width: 100px;
	background: #f2f2f2;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
.index-abo{
	background: #f2f2f2;
	padding-top: 30px;
	height: auto;
}
.abo-con-r{
	padding-top: 15px;
	margin-left: 0;
}
.abo-con-r p{
	margin: 15px 0;
}
.index-hz img{
	max-width: 100%;
	margin-bottom: 15px;
}	
.index-hz-title{
	margin: 15px 0;
}
}
/*首页新闻*/
.maple-tab {
    width: 100%;
}
.maple-tab ul {
	margin-top: 55px;
    width: 100%;
    overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.maple-tab ul li {
    list-style-type: none;
    float: left;
    width: 98px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
	padding-bottom: 16px;
	font-weight: bold;
}
.swiper1{
	height: auto;
	padding: 35px 0;
}
.maple-tab .active {
    border-bottom: 2px solid #029c6a;
}
.index-n-l{
	max-width: 540px;
	color: #939393;
	margin-right: 60px;
}
.index-n-l .ntitle{
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	color: #029c6a;
	font-weight: bold;
	font-size: 16px;
}
.index-n-r{
	max-width: 550px;
	border-bottom: 1px dashed #c8c8c8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.index-n-r a{
	color: #282828;
	font-size: 16px;
	display: block;
}
.index-n-r p{
	color: #939393;
	margin-top: 10px;
}
.ndate{
	color: #bebebe;
	float: left;
	text-align: center;
	width: 85px;
	margin-right: 25px;
}
.ndate dd{
	font-size: 25px;
	font-weight: bold;
	color: #282828;
}
.index-n-r:hover .ndate{
	background: #029c6a;
	color: #fff;
	transition: 500ms;
}
.index-n-r:hover .ndate dd{
	color: #fff;
}

.swiper2{
	height: 120px;
}
.swiper2 .swiper-button-prev{
	left: 0;
	top: 110px;
	width: 46px;
	height: 25px;
}
.swiper2 .swiper-button-next{
	left: 50px;
	top: 110px;
	width: 46px;
	height: 25px;
}
.wtitle{
	float: left;
	font-size: 16px;
}
.wtitle dd{
	color: #c7c7c7;
}
.w-con{
	float: right;
	width: 100%;
	max-width: 960px;
	padding: 20px 50px;
	background: #f4f4f4;
	min-height: 120px;
}
.w-con a{
	color: #0f3f30;
	width: 33%;
	display: inline-block;
	line-height: 27px;
}
@media screen and (max-width: 1024px) {
.maple-tab ul{
	margin-top: 15px;
}	
.swiper1{
	padding: 15px 0;
}
.index-n-l{
	margin: 0;
	padding: 0;
}
.swiper2{
	display: none;
}
.index-n-r{
	padding: 0;
}	
}
/*友情链接*/
.ylink{
	padding: 55px 0;
}
.ylink-l{
	float: left;
	border-right: 1px solid #dbdbdb;
	color: #029c6a;
	font-size: 16px;
	margin-right: 55px;
	padding-right: 15px;
}
.ylink-l dd{
	font-size: 14px;
	color: #282828;
}
.ylink-r{
	float: left;
	max-width: 970px;
}
.ylink-r a{
	width: 97px;
	display: inline-block;
	color: #282828;
}
@media screen and (max-width: 1024px) {
.ylink{
	padding: 15px 0;
}
}

.ylink_apply{float: left;display: block;color: #c1c1c1;text-align: center;width: 100%;}
.ylink_apply_page{padding: 15px 0;border-bottom: 1px #eee solid;}
.ylink_apply_page form div{margin: 10px 0;}
.ylink_apply_page_tit{border-bottom: 2px #1d9254 solid;font-size: 16px;cursor: pointer;padding-bottom: 16px;font-weight: bold;text-align: center;margin-bottom: 15px;}
/*底部*/
.icp_img{width:117px;height: 40px;overflow: hidden;display: inline-block;position: absolute;margin-left:15px;margin-top:5px;}
.footer {
	height: auto;
	color: #fff;
}
.footer-content {
	height: 45px;
	background: #01a671;
	color: #1b1b1b;
}
.footer-content dd {
	width: 14%;
	line-height: 45px;
	text-align: center;
	float: left;
}
.footer-content dd a{
	color: #fff;
}
.footer-info {
	color: #fff;
	padding: 30px 0 20px;
	background: #343d44;
}
.footer-info-m{
	margin-left: 100px;
	width: 560px;
}
.footer-info-m dd{
	margin-right: 30px;
	float: left;
	width: 320px;
	margin-bottom: 15px;
}
.footer-info-m dd hr{
	border:none;
	border-top: 1px solid #71787c;
	margin:5px 0 5px 32px;
	width: 30px;
}
.footer-info-m dd:nth-child(2),.footer-info-m dd:nth-child(4){
	margin-right: 0px;
	float: right;
	width: 210px;
}
.footer-info-m dd span{
	padding-left: 32px;
	display: block;
	line-height: 1.6;
}
.footer-info-m dd:nth-child(1) span:nth-child(1){
	background: url(../images/f1.png) left no-repeat;font-size: 18px;
}
.footer-info-m dd:nth-child(2) span:nth-child(1){
	background: url(../images/f2.png) left no-repeat;font-size: 18px;
}
.footer-info-m dd:nth-child(3) span:nth-child(1){
	background: url(../images/f3.png) left no-repeat;font-size: 18px;
}
.footer-info-m dd:nth-child(4) span:nth-child(1){
	background: url(../images/f4.png) left no-repeat;font-size: 18px;
}
.footer-copy{
	height: 48px;
	line-height: 48px;
	background: #252d33;
}
@media screen and (max-width: 1024px) {
.footer-content {
	display: none;
}
.footer-info {
	display: none;
}
.footer-copy{
	height: 96px;
}	
}

.slide {
	width: 50px;
	height: 250px;
	position: fixed;
	top: 50%;
	margin-top: -126px;
	background: #1d9254;
	right: 0;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}
.slide ul {
	list-style: none;
}
.slide .icon li {
	width: 49px;
	height: 50px;
	background: url(../images/icon.png) no-repeat;
}
.slide .icon .up {
	background-position: -330px -120px;
}
.slide .icon li.qq {
	background-position: -385px -73px;
}
.slide .icon li.tel {
	background-position: -385px -160px;
}
.slide .icon li.wx {
	background-position: -385px -120px;
}
.slide .icon li.down {
	background-position: -330px -160px;
}
.slide .info {
	top: 50%;
	height: 147px;
	position: absolute;
	right: 100%;
	background: #018D75;
	width: 0px;
	overflow: hidden;
	margin-top: -73.5px;
	transition: 0.5s;
	border-radius: 4px 0 0 4px;
}
.slide .info.hover {
	width: 145px;
}
.slide .info li {
	width: 145px;
	color: #CCCCCC;
	text-align: center;
}
.slide .info li p {
	padding: 15px;
	text-align: left;
}
.slide .info li.qq p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #00DFB9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00DFB9;
	border-radius: 5px;
}
.slide .info li.qq p a:hover {
	color: #FFFFFF;
	border: none;
	background: #00E0DB;
}
.slide .info li div.img {
	height: 100%;
	background: #DEFFF9;
	margin: 15px;
}
.slide .info li div.img img {
	width: 100%;
	height: 100%;
}
/*控制菜单的按钮*/
.index_cy {
	width: 30px;
	height: 30px;
	background: url(../images/index_cy.png);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 140px;
	background-position: 62px 0;
	cursor: pointer;
}
.index_cy2 {
	width: 30px;
	height: 30px;
	background: url(../images/index_cy.png);
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 140px;
	background-position: 30px 0;
	cursor: pointer;
}

/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width: 1050px) {
.slide {
	display: none;
}
#btn {
	display: none;
}
}