﻿body {
	font: 14px 微软雅黑;
	text-align: left;
	background: #fff;
	color: #333;
}

body,
h3,
p,
form,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body,
form{
	position: relative
}

td {
	text-align: left
}

img {
	border: 0
}

a {
	color: #333;
	text-decoration: none;
	transition: all .4s;
}
a:active{
	color:#f60;
}
input{
	border:0;
	padding:0;
}

/*头部*/
.container{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	width: 500px;
}
.top{
	height: 148px;
	padding: 28px 0;
	box-sizing: border-box;
}
.top>div{
	display: inline-block;
	vertical-align: top;
}
.top>div{
	*display: inline;
}
.top_tell{
	width: 358px;
	float: right;
}
.top_tell>div img{
	float: left;
    margin-right: 18px;
}
.top_tell>div span{
	display: inline-block;
    vertical-align: top;
}
.top_tell>div span{
	*display: inline;
}

.top_tell div.title {
	text-align: left;
	float: left; 

	width: 100%;
	height: 31px;
	
	font-size: 24px;
    color: #f1990d;
    font-weight: bold;
}

/*.top_tell>div span:nth-child(2){
	font-size: 16px;
	color: #3a9995;
}
.top_tell>div span:nth-child(3){
	font-size: 30px;
	color: #3a9995;
	font-weight: bold;
	margin-top: -8px;
}*/
.top_tell>div span{
	font-size: 16px;
	color: #6457a3;
}
.top_tell>div span+span{
	font-size: 30px;
	color: #6457a3;
	font-weight: bold;
	margin-top: -8px;
}
.top_tell p{
	font-size: 24px;
	color: #f1990d;
	font-weight: bold;
}
/*头部end*/

/*导航*/
.nav{
	height: 50px;
	background: #38b266;
}
.nav_box{
	font-size: 0;
}
.nav_box > li{
    display: inline-block;
    vertical-align: middle;
	width: 125px;

    *width: 9.9%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #358683;
}
.nav_box > li{
    *display: inline;
}
.nav_box > li + li + li + li + li + li + li + li + li{
	border: none;
	background: #f1990d;
}
.nav_box > li:last-child a{
	font-size: 20px;
	font-weight: bold;	
}
.nav_box>li:last-child a:hover{
	background: none;
}
.nav_box li a{
	display: block;
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	transition: all 0.8s;
}
.nav_box li a:hover{
	background: #d78401;
	color: #fff;
}
.active{
	background: #f1990d;
}
.nav_box li .sub-nav {
	position: absolute;
	top: 198px;
	list-style: none;
	
	background-color: #f1990d;
	display: none;
	z-index: 2;
	padding: 6px 0;
	*margin-left: -60px;
}

.nav_box li .sub-nav li {
	text-align: center;
	clear: left;
	width: 125px;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.nav_box li .sub-nav li a {
	height: 34px;
	line-height: 34px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	display: inline-block;
	color: #fff;
}

.nav_box li .sub-nav li a:hover {
	color: #fff;
}
/*导航end*/

/*内页导航*/
.single_banner{
	position: relative;
}
.single_banner img{
	display: block;
	max-width: 100%;
}
.child_nav{
	position: absolute;
	bottom: 0;
	/*left: 50%;
	transform: translate(-50%,0);*/
    width: 100%;
    text-align: center;
}
.child_nav li{
	display: inline-block;
	padding: 0 8px;
}
.child_nav li{
	*display: inline;
}
.child_nav li a.intro{
 background: #064b16;
	
}


.child_nav li a{
	padding: 12px 46px;
	display: block;
	font-size: 18px;
	color: #fff;
	background: #25ad41;
	font-weight: bold;
}
.child_nav li a:hover{
	background: #f1990d;
}
.child_nav li .active{
	background: #f1990d;
}
/*内页导航end*/

/*友情链接*/



/* 移动端样式保持原样 */
@media screen and (min-width: 769px) {
	.index_title{
		font-size: 16px;
		color: #959595;
		text-align: center;
		margin: 0px auto;
		background-color: #f7f6f2;
		margin-top: 5px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.index_title h3{
		font-size: 40px;
		color: #000;
	}
	.index_title h3 span{
		color: #3a9995;
	}

}




/*面包屑导航*/
.little_nav{
	border-bottom: 1px solid #c8c8c8;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #7e7e7e;
}
.little_nav a{
	color: #7e7e7e;
}
.little_nav span,.little_nav a:hover{
	color: #3a9995;
}



.n_title{
	height: 138px;
	line-height: 138px;
	text-align: center;
	background: url(/n_img/n_title_bg.png) no-repeat center bottom;
}
.n_title h3{
	font-size: 38px;
	color: #23b0aa;
}
.n_title span{
	color: #ff9900;
}



.link_title{
	padding: 36px 0 14px 0;
	margin: 0 auto;
	border-bottom: 2px solid #e0e0e0;
	position: relative;
}
.link_title em{
    position: absolute;
    width: 92px;
    height: 6px;
    background: #3a9995;
    display: inline-block;
    bottom: -3px;
    left: 50%;
    margin-left: -46px;
}
.link_wrap{
	width: 100%;
	margin: 0;
	padding-top: 30px;
	box-sizing: border-box;
}
.link_box li{
	width: 200px !important;
	height: 60px !important;
	border: none !important;
}
/*友情链接end*/

/*底部*/



.footer_box{
	background: #2baf4c;
	padding: 30px 0;
}
.footer_box>div{
	font-size: 0;
}
.footer_box>div>div{
	display: inline-block;
	vertical-align: middle;
}
.footer_box>div>div{
	*display: inline;
}
.footer_box>div .left{
	width: 60%;
}
.footer_box>div .middle{
	width: 10%;
}
.footer_box>div .middle img{
	width: 140px;
}


.footer_box>div .right{
	width: 30%;
	*width: 22%;
	padding-left: 80px;
    box-sizing: border-box;
}
.footer_box>div .left ul{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.footer_box>div .left ul{
	*display: inline;
}
.footer_box>div .left ul li h3{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.footer_box>div .left ul li span{
	width: 36px;
	border-bottom: 1px solid #75b8b5;
	display: block;
    margin: 14px 0 10px 0;
}
.footer_box>div .left ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.footer_box>div .left ul li a:hover{
	color: #ec970c;
}
.footer_box>div .right span{
	font-size: 16px;
	color: #fff;
}
.footer_box>div .right em{
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
}





@media screen and (min-width: 769px) {
	.bottom{
		background: #064b16;
		padding: 30px 0;
		text-align: center;
	}
	.bottom .content{
		width: 1000px;
		margin: 0 auto;
	}
	.bottom span{
		font-size: 14px;
		color: #fff;
		padding-right: 80px;
	}
	.bottom p{
		font-size: 14px;
		color: #fff;
		padding-top: 16px;
	}

	.bottom .content {
        width: 100%;
       
    }
    
    .bottom span {
        display: block;
        padding: 5px 0;
    }
	.fen{ display: none;

	}
	
}


.bottom{
	background: #064b16;
	padding: 0px 0;
	padding-top: 5px;
	text-align: center;
}
.bottom .content{
	width: 1000px;
	margin: 0 auto;
	line-height: 30px;
}
.bottom span{
	font-size: 14px;
	color: #fff;
	padding-right: 80px;
}
.bottom p{
	font-size: 14px;
	color: #fff;
	padding-top: 16px;
}

.bottom .content {
	width: 100%;
	padding: 0;
}

.bottom span {
	display: block;
	padding: 0px 0;
}
.fen{	background: #ccc; height: 40px;

}




/*在线咨询*/
.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:20px; padding-bottom:20px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:70px; height:70px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-sina{background:url(../images/r_sina.png) 0px 0px no-repeat;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; /*background-color:#6da9de;*/ text-decoration:none; display:block;}
.izl-rmenu a.btn-sina,.izl-rmenu a.btn-qq:visited{background:url(../images/r_sina.png) 0px 0px no-repeat; /*background-color:#6da9de;*/ text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; /*background-color:#78c340;*/}
.izl-rmenu .btn-wxzx{background: url(../images/r_wxzx.png) 0px 0px no-repeat;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic,.izl-rmenu .btn-wxzx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; /*background-color:#fbb01f;*/}
.izl-rmenu .btn-phone:hover{background-color:#ec970c;}
.izl-rmenu .btn-phone .phone{background-color:#ec970c; position:absolute; width:160px; left:-160px; top:0px; line-height:70px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; /*background-color:#666666;*/ display:none;}
/*.izl-rmenu .btn-top:hover{border: 1px solid #ec970c;}*/


	
	
/*分页样式*/
.fanye {
	width: 100% !important;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	margin-right: 0px;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 10px;
}
.fanye a.total{
	max-width: 120px;
	width: auto
}

.fanye a {
	max-width: 40px;
	min-width: 20px;
	height: 28px;
	border: 1px solid #dce0e0!important;
	text-align: center;
	margin: 0 0px;
	cursor: pointer;
	line-height: 28px;
	color: #666666;
	font-size: 13px;
	display: inline-block;
    background: #fafafa;
	
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;

  
}

.fanye .block {
	background-color: #3a9995;
	border-color: #3a9995;
	color: #FFFFFF;
}

.fanye .current {
	background-color: #3a9995;
	border-color: #3a9995;
	color: #FFFFFF;
}



.article_next{margin-bottom:15px;}
.article_next li{height:40px; line-height:40px; border-bottom: 1px dashed #ccc;}
.article_next li a:hover{color:#900;}
.info_about li{width: 47%; float: left; border-bottom: 1px dashed #ccc;  margin-left: 15px; line-height: 35px;text-indent: 0.2em;white-space: nowrap;   text-overflow:ellipsis;  overflow:hidden;}	
.info_about li a{font-size: 14px;}