@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
em, i, ul, li, ol {
    list-style-type: none;
    font-style: normal;
}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{  
	border-collapse:collapse;  
	border-spacing:0;  
}  
th,td{  
	padding:0;  
}
img{
	max-width: 100%;
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	margin:0;
	}
dl,dt,dd{padding:0;margin:0;}
.zj_fbq{
	display: table;
    width: 100%;
    height: 100%;
}
.zj_zbq{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}
@font-face {  font-family: ababa;  src: url('../fonts/ababa.ttf');}
/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/** header **/
.header{
	width: 100%;
	height: auto;
	position: fixed;
	top:0;
	left:0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 999;
	transition: all .5s;
}
.logo{
	height: auto;
	float: left;
	padding:15px 0;
}
.logo img{
	height: 60px;
}
.logo_b{
	display: none;
}
.menu{
	height: auto;
	float: right;
	margin-right: 50px;
}
.menu ul{
	height: auto;
}
.menu ul li{
	height: auto;
	float: left;
	margin-left: 50px;
}
.menu_bt{
	height: auto;
	position: relative;
}
.menu_bt a{
	display: block;
	line-height: 90px;
	font-size: 15px;
	color: #fff;
	color: #111;
}
.menu_bt a .iconfont{
	font-size: 12px;
	margin-left: 6px;
	font-weight: bold;
}
.menu_bt a em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);
}

.menu_cd{
	width: 100%;
	height: auto;
	position: absolute;
	top:93px;
	left:0;
	z-index: 999;
	/**
	background: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	**/
	background: #fff;
	padding:30px 0;
	border-bottom: 1px solid #eee; 
	display: none;
}
.menu_tp{
	width: 380px;
	height: 230px;
}
.menu_tp a{
	display: block;
	height: 100%;
}
.menu_xinxi{
	width: calc(100% - 380px);
	height: 230px; 
	padding-left: 6%;
}
.menu_xinxi1{
	height: auto;
}
.cd_li{
	height: auto;
	padding:0 50px;
}
.cd_li a{
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px dashed #ddd;
}
.cd_li a .iconfont{
	float: right;
	font-size: 18px;
}
.cd_li a:hover{
	color: #0d873c;
}


.dh{
	height: auto;
	float: right;
	background: #f2ce1f;
	border-radius: 50px;
	line-height: 40px;
	font-size: 16px;
	color: #111;
	padding:0 15px;
	margin-top: 25px;
	font-weight: bold;
}
.dh .iconfont{
	font-size: 24px;
    margin-right: 6px;
    vertical-align: bottom;
}

.menu_bt a:hover .iconfont{

}
.header:hover{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.header:hover .menu_bt a{
	color: #111;
}
.header:hover .menu_bt a:hover{
	color: #0d873c;
}
.header:hover .menu_bt a:hover em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #0d873c;
    width: 30px; 
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 30px;
     }
}
.header:hover #menu_on .menu_bt a{
	color: #0d873c;
}
.header:hover #menu_on .menu_bt a em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #0d873c;
    width: 30px; 
}
.header:hover .dh{
	background: #0d873c;
	color: #fff;
}

.header:hover .logo_a{
	display: none;
}
.header:hover .logo_b{
	display: block;
}

.headergd{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.headergd .logo_a{
	display: none;
}
.headergd .logo_b{
	display: block;
}
.headergd .menu_bt a{
	color: #111;
}
.headergd .menu_bt a:hover{
	color: #0d873c;
}
.headergd .menu_bt a:hover em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #0d873c;
    width: 30px; 
}
.headergd #menu_on .menu_bt a{
	color: #0d873c;
}
.headergd #menu_on .menu_bt a em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #0d873c;
    width: 30px; 
}
.headergd .dh{
	background: #0d873c;
	color: #fff;
}


.header1{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.header1 .logo_a{
	display: none;
}
.header1 .logo_b{
	display: block;
}
.header1 .menu_bt a{
	color: #111;
}
.header1 .menu_bt a:hover{
	color: #0d873c;
}
.header1 .menu_bt a:hover em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #0d873c;
    width: 30px; 
}
.header1 #menu_on .menu_bt a{
	color: #0d873c;
}
.header1 #menu_on .menu_bt a em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #0d873c;
    width: 30px; 
}
.header1 .dh{
	background: #0d873c;
	color: #fff;
}
/** header **/
.banner{
	height: 100vh;
	overflow: hidden;
}

/** loupan **/
.loupan{
	height: auto;
	padding:80px 0;
}

.sybt{
	height: auto;
	font-size: 48px;
    color: #111;
    text-align: center;
    line-height: 1.2;
}
.sybt span{
	position: relative;
	display: inline-block;
	font-family: "Noto Sans SC";
	font-weight: bold;
}
.sybt span:before{
	content: "";
    position: absolute;
    width: 55px;
    height: 56px;
    background: url(../images/tie_l.png);
    right: -40px;
    top: 30px;
    transform: rotateY(-180deg);
}
.sybt span:after{
	content: "";
    position: absolute;
    width: 55px;
    height: 56px;
    background: url(../images/tie_l.png);
    left: -40px;
    top: 30px;
}
.sybt b{
	color: #0d873c;
    font-size: 36px;
    text-transform: uppercase;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.sybt em{
	display: block;
    font-size: 16px;
    opacity: .7;
    margin-top:12px;
    font-style: normal;
    line-height: 30px;
    font-weight: 400;
    font-family: "微软雅黑";
}

.loupan_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 25px;
}
.loupan_l{
	height: auto;
	padding-right: 10px;
}
.loupan_r{
	height: auto;
	padding-left: 10px;
}
.loupan_tp{
	height: auto;
	margin-bottom: 20px;
}
.loupan_box ul{
	height: auto;
}
.loupan_box ul li{
	height: auto;
}
.loupan_box ul li:nth-child(odd){
	padding-left: 0;
	padding-right: 10px;
}
.loupan_box ul li:nth-child(even){
	padding-right: 0;
	padding-left: 10px;
}
.loupan_box ul li a{
	display: block;
}
.loupan_tp a{
	display: block;
	position: relative;
	overflow: hidden;
}
.loupan_tp a img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.loupan_bg{
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left:0;
	background: url(../images/loupan_bg.png) bottom left;
	background-size: cover;
}
.loupan_box ul li .loupan_bg{
	height: 120px;
}
.loupan_bt{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 15px;
	left:0;
	padding:0 15px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.loupan_r .loupan_bt{
	text-align: right;
}
.loupan_tp a:hover img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}

.sy_more{
	width: 260px;
	height: auto;
}
.sy_more a{
	display: block;
	background: #0d873c;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
}
.sy_more a .iconfont{
	margin-left: 8px;
	font-size: 15px;
}
.sy_more a:hover{
	background: #f2ce1f;
	color: #111;
}
/** loupan **/
/** about **/
.about{
	height: auto;
	padding:80px 0;
	background: #f8f8f8;
}
.about_box{
	height: auto;
	margin-top: 50px;
}
.about_l{
	height: auto;
	margin-top:5%;
}
.about_tm{
	line-height: 1.8;
	font-size: 24px;
	color: #111;
}
.about_wz{
	line-height: 2;
	font-size: 16px;
	color: #111;
	margin-top: 15px;
}
.about_xlm{
	height: auto;
	margin-top: 50px;
}
.about_xlm ul{
	height: auto;
}
.about_xlm ul li{
	height: auto;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 15px;
}
.about_xlm ul li a{
	display: block;
	border:1px solid #0d873c;
	padding:0 35px;
	line-height: 40px;
	color: #0d873c;
	font-size: 16px;
}
.about_xlm ul li a .iconfont{
	margin-left: 6px;
	font-size: 15px;
}
.about_xlm ul li a:hover{
	background: #0d873c;
	color: #fff;
}
.about_xlm ul li:nth-child(1) a{
	background: #0d873c;
	color: #fff;
}
.about_xlm ul li:nth-child(1) a:hover{
	background: #f2ce1f;
	color: #111;
	border:1px solid #f2ce1f;
}
.about_r{
	height: auto;
}
/** about **/
/** yewu **/
.yewu{
	height: auto;
	padding:80px 0 0;
}
.yewu_box{
	height: 680px;
	margin-top: 50px;
	position: relative;
}
.yewu_box .row{
	height: 680px;
	position: relative;
}
.yewu_bg{
	width: 50%;
	height:auto;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding:50px 60px;
}
/**
.yewu_bg:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left:100%;
}**/
.yewu_bt{
	line-height: 2;
	font-size: 30px;
	color: #111;
}
.yewu_bt .iconfont{
	font-size: 36px;
	margin-right: 15px;
	color: #0d873c;
}
.yewu_wz{
	height: 90px;
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.yewu_gd{
	width: 200px;
	height: auto;
	margin-left: 0;
	margin-top: 30px;
}
.yewu_gd a{
	display: block;
	background: #0d873c;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.yewu_gd a .iconfont{
	margin-left: 8px;
	font-size: 15px;
}
.yewu_gd a:hover{
	background: #f2ce1f;
	color: #111;
}
.yewu_box .swiper-button-next, .yewu_box .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: #0d873c; 
}
.yewu_box .swiper-button-next:after, .yewu_box .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
}
.yewu_box .swiper-button-next, .yewu_box .swiper-container-rtl .swiper-button-prev{
	right: 50%;
	margin-right: -85px;
	top:auto;
	bottom: 355px;
}
.yewu_box .swiper-button-prev, .yewu_box .swiper-container-rtl .swiper-button-next{
	left: 50%;
	top:auto;
	bottom: 355px;
}
.yewu_box .swiper-button-next:hover, .yewu_box .swiper-button-prev:hover{
	background: #f2ce1f;
}
.yewu_box .swiper-button-next:hover:after, .yewu_box .swiper-button-prev:hover:after{
	color: #111;
}
/** yewu **/
/** news **/
.news{
	height: auto;
	padding:80px 0;
}
.news_box{
	height: auto;
	margin-top: 25px;
}
/** demo **/
.demo {
	width: 100%;
	position: relative;
}
.tabbtn {
	height: auto;
	text-align: center;
}
.tabbtn li {
	position: relative;
	display: inline-block;
	margin:0 10px;
}
.tabbtn li a {
	display: block;
	height: auto;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #0d873c;
	padding:0 50px;
}
.tabbtn li.current {
}
.tabbtn li.current a {
	background: #f2ce1f;
	color: #111;
}
.tabcon {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.tabcon .subbox {
	position: absolute;
	left: 0;
	top: 0;
}
.tabcon .sublist {
	height: auto;
}
/** demo **/
.news_lb{
	height: auto;
	padding-bottom: 15px;
}
.news_lb ul{
	height: auto;
}
.news_lb ul li{
	height: auto;
	margin-bottom: 30px;
}
.news_lb ul li a{
	display: block;
	background: #f8f8f8;
	padding:25px 35px 35px;
}
.news_date{
	font-size: 16px;
	color: #111;
	font-family: "Noto Sans SC";
}
.news_date span{
	font-size: 36px;
	margin-right: 10px;
	font-weight: bold;
}
.news_bt{
	line-height: 1.8;
	font-size: 18px;
	color: #111;
	margin-top: 5px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_tp{
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.news_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.news_wz{
	height:56px;
	line-height: 28px;
	font-size: 15px;
	color: #333;
	margin-top: 20px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_gd{
	margin-top: 10px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
.news_gd .iconfont{
	font-size: 20px;
	margin-left: 10px;
	vertical-align: bottom;
}
.news_lb ul li a:hover .news_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.news_lb ul li a:hover{
	background: #f2ce1f;
}
.news_lb ul li a:hover .news_gd{
	color: #111;
}
.news_lb ul li:nth-child(even) a:hover{
	background: #0d873c;
}
.news_lb ul li:nth-child(even) a:hover .news_date{
	color: #fff;
}
.news_lb ul li:nth-child(even) a:hover .news_bt{
	color: #fff;
}
.news_lb ul li:nth-child(even) a:hover .news_wz{
	color: #fff;
}
.news_lb ul li:nth-child(even) a:hover .news_gd{
	color: #fff;
}
/** news **/
/** sxy **/
.sxy{
	height: auto;
	padding:80px 0;
	background: #f8f8f8;
}
.sxy_lb{
	height: auto;
	padding-bottom: 15px;
}
.sxy_lb ul{
	height: auto;
}
.sxy_lb ul li{
	height: auto;
	margin-bottom: 30px;
}
.sxy_lb ul li a{
	display: block;
}
.sxy_tp{
	height: auto;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sxy_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.sxy_bt{
	line-height: 35px;
	background: #fff;
	padding:10px 15px;
} 
.sxy_tm{
	padding:0;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.sxy_gd{
	padding:0;
	text-align: right;
}
.sxy_gd .iconfont{
	font-size: 18px;
	color: #0d873c;
}
.sxy_lb ul li a:hover .sxy_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.sxy_lb ul li a:hover .sxy_bt{
	background: #f2ce1f;
}
.sxy_lb ul li a:hover .sxy_gd .iconfont{
	color: #111;
}
.sxy_lb ul li:nth-child(odd) a:hover .sxy_bt{
	background: #0d873c;
}
.sxy_lb ul li:nth-child(odd) a:hover .sxy_tm{
	color: #fff;
}
.sxy_lb ul li:nth-child(odd) a:hover .sxy_gd .iconfont{
	color: #fff;
}
/** sxy **/
/** join **/
.join{
	height: auto;
	padding:80px 0;
	position: relative;
}
.join:after{
	content: "";
	width: 100%;
	height: 58.3%;
	background: url(../images/join.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left:0;
	z-index: -1;
}
.join .sybt{
	color: #fff;
}
.join .sybt b{
	color: #f2ce1f;
}
.join .sybt span:before{
    background: url(../images/tie_l2.png);
}
.join .sybt span:after{
    background: url(../images/tie_l2.png);
}
.join_box{
	height: auto;
	margin-top: 50px;
}
.join_box ul{
	height: auto;
}
.join_box ul li{
	height: auto;
	padding:0;
}
.join_box ul li a{
	display: block;
}
.join_tp{
	height: 300px;
	text-align: center;
	padding:0 15px;
}
.join_tb{
	height: auto;
	color: #fff;
}
.join_tb .iconfont{
	font-size: 54px;
	border:1px solid rgba(255,255,255,0.6);
	padding:15px;
	border-radius: 100%;
}
.join_bt{
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}
.join_box ul li a:hover .join_tp{
	
}
/** join **/
/** link **/
.link{
	height: auto;
	padding-bottom: 80px;
}
.link_bt{
	height: auto;
	color: #111;
	font-size: 24px;
	line-height: 30px;
	position: relative;
}
.link_bt span{
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
	background: #0d873c;
	padding:3px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.link_bt:after{
	content: "";
	width: calc(100% - 230px);
	height: 1px;
	background: #eee;
	position: absolute;
	right: 0;
	top:50%;
}
.link_con{
	height: auto;
	margin-top: 15px;
}
.link_con ul{
	height: auto;
}
.link_con ul li{
	height: auto;
	float: left;
	color: #dbdee2;
	font-size: 14px;
	margin-right: 16px;
	line-height: 30px;
}
.link_con ul li a{
	color: #666;
}
.link_con ul li a:hover{
	color: #0d873c;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer01{
	height: auto;
	background: #0d873c;
	padding:50px 0;
	background: -webkit-linear-gradient(45deg, #0d873c 0%, #0d873c 60%, #f2ce1f 100%);
	background: linear-gradient(45deg, #0d873c 0%,#0d873c 60%,#f2ce1f 100%);
}
.footer_menu{
	height: auto;
	padding-left: 0;
}
.footer_menu ul{
	height: auto;
}
.footer_menu ul li{
	width: 20%;
	height: auto;
}
.footer_bt a{
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.footer_bt a:hover{
	color: #f2ce1f;
}
.footer_xl{
	height: auto;
	margin-top: 15px;
}
.footer_xl p{}
.footer_xl p a{
	line-height: 35px;
	font-size: 15px;
	color: #fff;
}
.footer_xl p a:hover{
	color: #f2ce1f;
}

.footer_lx{
	height: auto;
	padding-right: 0;
}
.footer_con{
	height: auto;
    margin-top: 15px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
}
.footer02{
	height: auto;
	background: #212121;
	padding:15px 0;
	line-height: 25px;
    font-size: 14px;
    color: #fff;
}
.footer02 a{
	color: #fff;
}
.footer02 a:hover{
	color: #f2ce1f;
}
.banquan{
	height: auto;
	padding-left: 0;
}
.jszc{
	height: auto;
	padding-right: 0;
	text-align: right;
}
/** footer **/
.ny_banner{
	height: auto;
	margin-top: 93px;
}
/** ny_cd **/
.ny_cd{
	height: auto;
	border-bottom: 1px solid #ddd;
}
.ny_cd ul{
	height: auto;
	border-left: 1px solid #ddd;
}
.ny_cd ul li{
	height: auto;
	float: left;
	border-right: 1px solid #ddd;
}
.ny_cd ul li a{
	display: block;
	line-height: 65px;
    font-size: 15px;
    color: #111;
    padding: 0 45px;
}
.ny_cd ul li a:hover{
	background: #0d873c;
    color: #fff;
}
#nycd_on a{
	background: #0d873c;
    color: #fff;
}
/** ny_cd **/
/** about **/
.inner{
	height: auto;
	padding:80px 0;
}
.ny_ab{}
.ny_bt{
	height: auto;
	text-align: center;
	font-family: "Noto Sans SC";
}
.ny_bt01{
	line-height: 1.2;
	font-size: 42px;
	color: #111;
}
.ny_bt02{
	line-height: 1.2;
	font-size: 24px;
	color: #c3c3c3;
	text-transform: uppercase;
	margin-top: 10px;
}
.nyab_box{
	height: auto;
	margin-top: 50px;
}
.nyab_wz{
	height: auto;
	line-height: 2;
    font-size: 16px;
    color: #111;
    background: #f8f8f8;
    padding:80px 80px;
    text-indent: 2em;
}
.nyab_wz h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.nyab_wz p, .nyab_wz div{
	margin-bottom: 15px;
}
.nyab_tp{
	height: 391px;
	background: url(../images/nyab_tp.jpg) center center no-repeat;
	background-size: cover;
}

.ny_ab1{
	background: #000;
	background: url(../images/ny_ab1.jpg) center center no-repeat fixed;
	background-size: cover;
}
.ny_ab1 .ny_bt01{
	color: #fff;
}
.nyab1_box{
	height: auto;
	margin-top: 50px;
	text-align: center;
	background: #fff;
	padding:50px 30px;
	border-radius: 30px;
}
.nyab1_box p{
	line-height: 1.6;
	font-size: 18px;
	color: #111;
}
.ab1_bt{
	line-height: 1.6;
	font-size: 36px;
	color: #f2ce1f;
}
.ab1_bt1{
	line-height:1.6;
	font-size: 48px;
	color: #0d873c;
	font-family: "Noto Sans SC";
	font-weight: bold;
}
/** about **/

/** history **/
.ny_fzdsj{
	height: auto;
}
.history_box{
	height: auto;
	margin-top: 50px;
	text-align: center;
}
.time-axis{
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: inline-block;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 93px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 135px;
	position: relative;
	line-height: 45px;
	font-size: 18px;
	color: #141414;
	margin-bottom: 30px;
}
.time-axis-achievement{
	margin: 0;
	text-align: left;
	line-height: 35px;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	width: 70px;
}

.time-axis-date span{
	position: absolute;
	right: -30px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.time-axis-title{
	text-align: left;
}

.time-axis-item:nth-last-child(3) .time-axis-date span{
	border-color: #0d873c;
}

.time-axis-item:nth-last-child(3) .time-axis-date span:after{
	background-color: #0d873c;
	border-color: #0d873c;
}

/** ny_culture **/
.ny_culture{
	background: #f8f8f8;
}
.ny_whbox{
	height: auto;
	margin-top: 50px;
}
.ny_whbox ul{
	height: auto;
}
.ny_whbox ul li{
	height: auto;
}
.whbox_tp{
	height: 600px;
}
.whbox_nr{
	height: 600px;
	background: #fff;
	padding:0 80px;
}
.whbox_bt{
	line-height: 1.8;
	font-size: 30px;
	color: #111;
	border-bottom: 1px dashed #ddd;
}
.whbox_bt .iconfont{
	font-size: 48px;
	color: #0d873c;
	margin-right: 10px;
	vertical-align: middle;
}
.whbox_wz{
	height: auto;
	margin-top: 20px;
	line-height: 35px;
	font-size: 16px;
	color: #111;
}
.whbox_wz span{
	color: #0d873c;
	font-weight: bold;
}
.ny_whbox ul li:nth-child(even) .whbox_tp{
	float: right;
}
/** ny_culture **/
/** ny_lhxz **/
.ny_lhxz{
	height: auto;
}
.lhxz_box{
	height: auto;
	margin-top: 50px;
}
/** ny_lhxz **/
/** ny_team **/
.ny_team{
	height: auto;
	background: #f8f8f8;
}
.team_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.team_box ul{
	height: auto;
}
.team_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.team_box ul li a{
	display: block;
	background: #fff;
	padding:50px 50px;
}
.team_tp{
	height: auto;
	overflow: hidden;
}
.team_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.team_bt{
	text-align: center;
	line-height: 1.8;
	margin-top: 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	font-size: 18px;
	color: #111;
}
.team_box ul li a:hover .team_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.team_box ul li a:hover{
	background: #0d873c;
}
.team_box ul li a:hover .team_bt{
	color: #fff;
}
.team_box ul li:nth-child(even) a:hover{
	background: #f2ce1f;
}
.team_box ul li:nth-child(even) a:hover .team_bt{
	color: #111;
}
/** ny_team **/
/** history **/
/** xydc **/
.ny_xydc{
	height: auto;
}
.xydc_box{
	height: auto;
	margin-top: 50px;
	line-height: 2;
    font-size: 16px;
    color: #111;
    text-indent: 2em;
}
.xydc_box h2{
	font-size: 24px;
    margin-bottom: 20px;
}
.xydc_box p, .xydc_box div{
	margin-bottom: 15px;
}
.xydc_tp{
	height: auto;
	margin-top: 50px;
}
.xydc_tp ul{
	height: auto;
}
.xydc_tp ul li{
	height: auto;
}

.ny_hzxm{
	height: auto;
	background: #f8f8f8;
}
.hzxm_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.hzxm_box ul{
	height: auto;
}
.hzxm_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.hzxm_box ul li a{
	display: block;
	background: #fff;
	padding:35px 35px;
}
.hzxm_bt{
	line-height: 30px;
	font-size: 24px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	position: relative;
	padding-left: 15px;
}
.hzxm_bt:before{
	content: "";
	width: 3px;
	height: 26px;
	background: #0d873c;
	position: absolute;
	top:50%;
	margin-top: -13px;
	left:0;
}
.hzxm_tp{
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.hzxm_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.hzxm_box ul li a:hover .hzxm_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.hzxm_box ul li a:hover .hzxm_bt{
	color:#0d873c;
}
/** xydc **/
/** honor **/
.ny_honor{
	height: auto;
}
.honor_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.honor_box ul{
	height: auto;
}
.honor_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.honor_box ul li a{
	display: block;
	border:1px solid #eee;
	padding:30px;
	background: #fff;
}
.honor_tp{
	height: auto;
	overflow: hidden;
}
.honor_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.honor_boxtd img{
	height: 253px;
}
.honor_bt{
	background: #0d873c;
    color: #fff;
    padding:5px 15px;
    text-align: center;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.honor_box ul li a:hover{
	background: #0d873c;
}
.honor_box ul li a:hover .honor_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
} 
.honor_box ul li a:hover .honor_bt{
	background: #fff;
	color: #111;
}
.honor_box ul li:nth-child(even) a:hover{
	background: #f2ce1f;
}
.ny_honor1{
	background: #f8f8f8;
}
.ny_honor1 .honor_box ul li a{
	border: 1px solid #fff;
}
/** honor **/
/** team **/
.hxtd_bt{
	background: #f2ce1f;
    color: #111;
    padding: 5px 15px;
    text-align: center;
    margin-top: 5px;
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.hxtd_bt span{
	font-weight: bold;
	margin-right: 10px;
}
.dot_dot1{}
.dot_dot1 p, .dot_dot1 div{
	margin-bottom: 10px !important;
	text-indent: 0!important;
}
.team_img{
	height: auto;
	text-align: center;
}
.team_img1{
	height: auto;
}
.team_xbt{
	padding-top: 10px;
    line-height: 35px;
    font-size: 18px;
    color: #111;
    text-align: center;
}
.team_xbt span{
	 font-weight: bold;
	 margin-right: 15px;
	 font-size: 22px;
}
.team_nri{
	height: auto;
	padding-left: 50px;
}
.team_cyjl{
	font-size: 30px;
	color: #111;
}
.team_jlnr{
	height: auto;
	margin-top: 15px;
}
/** team **/
/** guihua **/
.ny_guihua{
	height: auto;
}
.guihua_box{
	height: auto;
	margin-top: 50px;
}
.guihua_l{
	padding:80px 80px;
	background: #f8f8f8;
}
.guihua_l1{
	min-height: 500px;
}
.guihua_bt{
	line-height: 45px;
	font-size: 30px;
	color: #111;
}
.guihua_wz{
	height: auto;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
}
.guihua_wz p, .guihua_wz div{
	margin-bottom: 10px;
}
.guihua_r{
	height: auto;
	padding:0;
}
.guihua_r1{
	min-height: 500px;
	background: url(../images/guihua_r1.jpg) center center no-repeat;
	background-size: cover;
}

.guihua_box1{
	height: auto;
}
.guihua_l2{
	float: right;
	min-height: 800px;
}
.guihua_r2{
	min-height: 800px;
	background: url(../images/guihua_r2.jpg) center center no-repeat;
	background-size: cover;
}
/** guihua **/
/** yewu **/
.ny_cd1 ul li{
	border-bottom: 1px solid #ddd;
}
.ny_cd1 ul li a{
	padding:0 25px;
}
.ny_ywwzjs{
	height: auto;
	margin-top: 50px;
	background: #0d873c;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    padding:30px 80px;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.nyyew{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.nyyew ul{
	height: auto;
}
.nyyew ul li{
	height: auto;
	margin-bottom: 30px;
}
.nyyew ul li .loupan_bt{
	text-align: center;
}
.nyyew .loupan_tp{
	margin-bottom: 0;
}
/** yewu **/
/** page **/
.page{
	height: auto;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display:inline-block;
	margin:0 3px;
}
.page ul li a{
	display: block;
	line-height: 30px;
	font-size: 13px;
	border:1px solid #ddd;
	padding:0 15px;
}
.page ul li a:hover{
	background: #0d873c;
	color: #fff;
}
#page_on a{
	background: #0d873c;
	color: #fff;
}
/** page **/
/** news **/
.nysjfl{
	height: auto;
	margin-top: 35px;
}
.nysjfl ul{
	height: auto;
	text-align: center;
}
.nysjfl ul li{
	display: inline-block;
	margin: 0 10px 20px;
}
.nysjfl ul li a{
	display: block;
	line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0d873c;
    padding: 0 50px;
}
.nysjfl ul li a:hover{
	background: #f2ce1f;
    color: #111;
}
.nysjfl ul li.nysjfl_on a{
	background: #f2ce1f;
    color: #111;
}
.ny_xw{
	height: auto;
	margin-top: 30px;
}


.ny_csgs{
	height: auto;
	margin-top: 30px;
}
.ny_csgs ul{
	height: auto;
	text-align: center;
}
.ny_csgs ul li{
	display: inline-block;
	margin:0 5px 10px;
}
.ny_csgs ul li a{
	display: block;
	line-height: 25px;
	font-size: 15px;
	color: #111;
	border:1px solid #ddd;
	padding:3px 25px;
	border-radius: 50px;
}
.ny_csgs ul li a:hover{
	background: #f2ce1f;
	border:1px solid #f2ce1f;
}
.ny_csgs ul li.csgs_on a{
	background: #f2ce1f;
	border:1px solid #f2ce1f;
}
/** ny_mbxdh **/
.ny_mbxdh{
	height:auto;
	line-height: 55px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.mbxdh_home{
	height: auto;
	float: left;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.mbxdh_home a{
	display: block;
	padding:0 20px;
	font-size: 20px;
	color: #0d873c;
}
.mbxdh_home a:hover{
	color: #f2ce1f;
}
.mbxdh_dh{
	height: auto;
	float: left;
	padding-left: 20px;
	font-size: 14px;
}
.mbxdh_dh a{
	color: #666;
}
.mbxdh_dh i{
	margin:0 8px;
	color: #999;
}
.mbxdh_dh a:hover{
	color: #0d873c;
}
/** ny_mbxdh **/
/** dot_box **/
.dot_box{
	height: auto;
}
.dot_bt {
    line-height: 1.6;
    font-size: 36px;
    color: #111;
    text-align: center;
    font-weight: 500;
}
.dot_bt1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    color: #999;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}
.dot_dot{
	height: auto;
	margin-top: 40px;
	line-height: 1.8;
	font-size: 16px;
	color: #444;
}
.dot_dot img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.dot_dot p, .dot_dot div{
	margin-bottom: 30px;
	text-indent: 2em;
}
.xddot_syxq{
    height: auto;
    margin-top:50px;
}
.xddot_syxq01{
    height: auto;
    padding-left: 0;
}
.xddot_syxq01 p{
    line-height:30px;
    font-size: 16px;
    color: #949494;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    margin:0;
}
.xddot_syxq01 p a{
    color: #6b6b6b;
}
.xddot_syxq01 p a:hover{
    color: #0d873c;
}
.xddot_syxq02{
    height: auto;
    padding-right: 0;
}
.fanhui_lb{
    width: 180px;
   float: right;
   margin-top: 10px;
}
.fanhui_lb a{
    display: block;
    line-height:40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #0d873c;
}
.fanhui_lb a .iconfont{
	margin-left: 10px;
}
.fanhui_lb a:hover{
    background: #f2ce1f;
    color: #111;
}
/** dot_box **/
/** news **/
/** sxy **/
.ny_sxy{
	height: auto;
	margin-top: 50px;
}
.ny_sxy .sxy_bt{
	background: #f8f8f8;
}


.nysxy_box{
	height: auto;
	margin-top: 50px;
	background: #0d873c;
    color: #fff;
    padding:35px 35px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nysxy_box p,.nysxy_box div{
	margin-bottom: 15px;
}

.nysxy_libox{
	height: auto;
	margin-top: 50px;
}
.nysxy_stitle{
	line-height: 35px;
	font-size: 30px;
	color: #111;
	padding-left: 15px;
	position: relative;
}
.nysxy_stitle:before{
	content: "";
	width: 4px;
	height: 30px;
	background: #0d873c;
	position: absolute;
	top:50%;
	left:0;
	margin-top: -15px;
}
.nysxy_slb{
	height: auto;
	margin-top: 35px;
}
.nysxy_slb ul{
	height: auto;
}
.nysxy_slb ul li{
	height: auto;
	margin-bottom: 30px;
}
.nysxy_slbk{
	height: auto;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
	padding:30px;
}
.slbk_img{
	height: auto;
}
.slbk_tm{
	line-height: 35px;
	font-size: 24px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 15px;
}
.slbk_wen{
	height: auto;
	min-height: 75px;
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;
	color: #999;
}
.nysxy_libox1{
	margin-top: 20px;
}
.nysxy_libox1 .sxy_lb{
	margin-top: 35px;
}

/** ny_tongdian **/
.ny_tongdian{
	background: #f8f8f8;
}
.tongdian_box{
	height: auto;
	margin-top: 50px;
}
.tongdian_tp{
	height: auto;
	padding-right:3%;
}
.tongdian_nr{
	height: auto;
	margin-top: 3%;
}
.tongdian_nr ul{
	height: auto;
}
.tongdian_nr ul li{
	height: auto;
	margin-bottom: 15px;
}
.tongdian_wz{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #0d873c;
	border-radius: 50px;
	padding:8px 30px;
}
.tongdian_nr ul li:nth-child(even) .tongdian_wz{
	background: #f2ce1f;
	color: #111;
}
/** ny_tongdian **/
/** ny_funeng **/
.ny_funeng{}
.funeng_lb{
	height: auto;
	margin-top: 50px;
}
.funeng_lb ul{
	height: auto;
}
.funeng_lb ul li{
	height: auto;
	margin-bottom: 30px;
}
.funeng_bx{
	height: auto;
	text-align: center;
	border:1px dashed rgba(0,0,0,0.1);
	padding:30px 15px;
	border-radius: 15px;
}
.funeng_tb{
	height: auto;
	line-height: 1;
	color: #0d873c;
}
.funeng_tb .iconfont{
	font-size: 48px;
}
.funeng_bt{
	line-height: 35px;
	font-size: 24px;
	color: #111;
	margin-top: 10px;
}
.funeng_wz{
	height: auto;
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	min-height: 50px;
}
/** ny_funeng **/
/** sxy **/
/** contact **/
.ny_lxwm{
	height: auto;
	margin-top: 50px;
}
.ny_lxwm ul{
	height: auto;
}
.ny_lxwm ul li{
	height: auto;
}
.lxwm_bg{
	height: auto;
	background: #f8f8f8;
	border-radius: 30px;
	padding:50px 50px;
	text-align: center;
}
.lxwm_tb{
	height: auto;
}
.lxwm_tb .iconfont{
	font-size: 90px;
	color: #0d873c;
}
.lxwm_bt{
	line-height: 1.2;
	font-size: 18px;
	color: #666;
}
.lxwm_info{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	margin-top: 15px;
	min-height: 40px;
}
.lxwm_info span{
	font-size: 36px;
	color: #0d873c;
	font-weight: bold;
	font-family: "Noto Sans SC";
}
.lxwm_ditu{
	height: auto;
	margin-top: 50px;
}
.bd_dt{
	height: 600px;
}

.contact_tiao{
	padding:50px 0;
	text-align: center;
	font-size: 36px;
	color: #fff;
	line-height: 1.8;
	background: url(../images/contact_tiao.jpg) center center no-repeat;
	background-size: cover;
}

/** city_lxfs **/
.city_lxfs{
	background: #f8f8f8;
}
.city_lxcon{
	height: auto;
    margin-top: 50px;
}
.city_lxcon ul{
	height: auto;
}
.city_lxcon ul li{
	height: auto;
	margin-bottom: 20px;
}
.city_bg{
	background: #fff;
	padding:10px 20px;
	line-height: 30px;
	font-family: "Noto Sans SC";
	box-shadow: 3px 3px 3px #eee;
}
.city_gsmc{
	width: 120px;
	float: left;
}
.city_gsmc a{
	font-size: 18px;
	color: #111;
	display: block;
    font-weight: 500;
}
.city_gsmc a:hover{
	color: #0d873c;
}
.city_lxdh{
	width: calc(100% - 120px);
	float: left;
	font-size: 16px;
	color: #333;
}
.city_lxdh span{
	margin-left: 10px;
}
.city_lxdh span a{
	color: #333;
	display: inline-block;
}
.city_lxdh span a:hover{
	color: #0d873c;
}
/** city_lxfs **/
/** contact **/
/** join **/
.mxdm_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.mxdm_box ul{
	height: auto;
}
.mxdm_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.mxdm_box ul li a{
	display: block;
	border:1px solid #ddd;
	border-radius: 15px;
	padding:30px;
}
.mxdm_tp{
	height: auto;
	overflow: hidden;
}
.mxdm_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.mxdm_bt{
	line-height: 2;
	font-size: 16px;
	color: #111;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 15px;
}
.mxdm_box ul li a:hover .mxdm_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.mxdm_box ul li a:hover .mxdm_bt{
	color: #0d873c;
}

.ny_mxjjr{
	background: #f8f8f8;
}
.mxjjr_box{
	height: auto;
	margin-top: 50px;
}
.mxjjr_zj{
	width: 100%;
	height: auto;
}
.mxjjr_zj a{
	display: block;
	background: #fff;
	padding:30px 30px;
	border-radius: 15px;
}
.mxjjr_tp{
	height: auto;
	overflow: hidden;
}
.mxjjr_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.mxjjr_bt{
	line-height: 1.8;
	font-size: 16px;
	color: #111;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 15px;
}
.mxjjr_zj a:hover .mxjjr_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.mxjjr_zj a:hover .mxjjr_bt{
	color: #0d873c;
}

/** ny_liyou **/
.ny_liyou{
	height: auto;
	padding-bottom: 32px;
}
.liyou_box{
	height: auto;
	margin-top: 68px;
}
.liyou_box ul{
	height: auto;
}
.liyou_box ul li{
	height: auto;
	margin-bottom: 48px;
}
.liyou_bg{
	height: auto;
	background: #f8f8f8;
	padding:15px 15px 40px;
	border-radius: 15px;
	position: relative;
}
.liyou_num{
	width: 160px;
	background: #0d873c;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    font-size: 18px;
    padding:5px 0;
    position: absolute;
    top:-18px;
    left:50%;
    margin-left: -80px;
}
.liyou_bt{
	line-height: 35px;
	font-size: 22px;
	color: #111;
	margin-top: 30px;
    text-align: center;
}
.liyou_wz{
	height: auto;
	margin-top: 15px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #444;
}
/** ny_liyou **/
/** ny_fuli **/
.ny_fuli{
	background: #f8f8f8;
	padding-bottom: 50px;
}
.fuli_byu{
	height: auto;
	margin-top: 35px;
    padding:0 15px;
}
.byu_nr{
	background: #0d873c;
    color: #fff;
    padding:40px 30px;
    text-align: center;
}
.byu01{
	line-height: 1.8;
	font-size: 36px;
}
.byu02{
	line-height: 1.2;
	font-size: 24px;
}
.fuli_box{
	height: auto;
	margin-top: 50px;
}
.fuli_box ul{
	height: auto;
}
.fuli_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.fuli_bg{
	background: #fff;
	padding:35px 35px;
	text-align: center;
}
.fuli_tb{
	height: auto;
}
.fuli_tb .iconfont{
	font-size: 48px;
	color: #0d873c;
}
.fuli_num{
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 18px;
}
.fuli_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	margin-top: 10px;
	min-height: 60px;
}
/** ny_fuli **/
/** ny_lbyhs **/
.ny_lbyhs{
	height: auto;
	padding-bottom: 50px;
}
.lbyhs_box{
	height: auto;
	margin-top: 50px;
}
.lbyhs_box ul{
	height: auto;
}
.lbyhs_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.lbyhs_box ul li a{
	display: block;
	line-height: 30px;
}
.lbyhs_tp{
	height:auto;
	overflow: hidden;
}
.lbyhs_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.lbyhs_bt{
	background: #f8f8f8;
	padding:10px 0;
}
.lbyhs_bt01{
	padding-left:10px;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding-right: 8px;
}
.lbyhs_bt01 .iconfont{
	margin-right:10px;
}
.lbyhs_bt02{
	padding:0;
	text-align: right;
	color: #999;
	padding-right: 2px;
}
.lbyhs_bt02 .iconfont{
	font-size: 24px;
}
.lbyhs_box ul li a:hover .lbyhs_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.lbyhs_box ul li a:hover .lbyhs_bt{
	background: #0d873c;
}
.lbyhs_box ul li a:hover .lbyhs_bt01{
	color: #fff;
}
.lbyhs_box ul li a:hover .lbyhs_bt02{
	color: #fff;
}
/** ny_lbyhs **/

/** join **/
/** map **/
.ny_wzmap{
	height: auto;
}
.inner_map{
	height: auto;
	margin-top: 50px;
}
.inner_map ul{
	height: auto;
}
.inner_map ul li{
	height: auto;
	border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}
.inmap_bt{
	height: auto;
}
.inmap_bt a{
	line-height: 35px;
    font-size: 18px;
    color: #111;
}
.inmap_bt a i{
	margin-right: 10px;
    color: #0d873c;
}
.inmap_bt a:hover{
	color: #0d873c;
}
.inmap_fl{
	height: auto;
	margin-top: 5px;
}
.inmap_fl a{
	float: left;
    line-height: 30px;
    font-size: 15px;
    margin-right: 25px;
    color: #333;
}
.inmap_fl a i{
	margin-right: 8px;
    color: #0d873c;
}
.inmap_fl a:hover{
	color: #0d873c;
}
.inmap_fl1{
	height: auto;
	margin-top: 5px;
}
.inmap_fl1a{
	height: auto;
	padding-left: 0;
}
.inmap_fl1a a{
	line-height: 25px;
    font-size: 15px;
    color: #333;
}
.inmap_fl1a a i{
	margin-right: 8px;
    color: #0d873c;
}
.inmap_fl1a a:hover{
	color: #0d873c;
}
.inmap_fl1b{
	height: auto;
	padding-left: 0;
}
.inmap_fl1b a{
	float: left;
    line-height: 25px;
    font-size: 14px;
    margin-right: 25px;
    color: #444;
}
.inmap_fl1b a span{
	margin-right: 8px;
    color: #999;
}
.inmap_fl1b a:hover{
	color: #0d873c;
}
/** map **/



/* 大屏幕 */
@media (min-width: 1400px) {
	.container{
		width: 80%;
	}
	.header .container{
		width: 86%;
	}
	.menu_cd .container{
		width: 80%;
	}
}


@media (min-width: 1400px) and (max-width: 1500px) {
	.menu ul li{
		margin-left: 35px;
	}
	.about_l{
		margin-top: 0;
	}
	.about_xlm{
		margin-top: 30px;
	}
	.tongdian_nr{
		margin-top: 0;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.container{
		width: 85%;
	}
	.header .container{
		width: 95%;
	}
	.menu_cd .container{
		width: 85%;
	}
	.menu ul li{
		margin-left: 30px;
	}
	.about_l{
		margin-top: 0;
	}
	.about_xlm{
		margin-top: 30px;
	}
	.logo{
		padding:20px 0;
	}
	.logo img{
		height: 50px;
	}
	.menu{
		margin-right: 25px;
	}
	.dh{
		font-size: 15px;
	}
	.dh .iconfont{
		font-size: 20px;
	}
	.menu_xinxi{
		padding-left: 15px;
	}
	.nyab_wz{
		padding:80px 60px;
	}
	.team_box ul li a{
		padding:35px 35px;
	}
	.hzxm_bt{
		font-size: 20px;
	}
	.honor_box ul li a{
		padding:15px;
	}
	.dot_bt{
		font-size: 30px;
	}
	.mxdm_box ul li a{
		padding:20px;
	}
	.liyou_wz{
		height: 56px;
	}
	.fuli_bt{
		line-height: 26px;
    	font-size: 15px;
    	min-height: 52px;
	}
	.contact_tiao{
		font-size: 28px;
	}
	.footer02{
		font-size: 13px;
	}
	.tongdian_nr{
		margin-top: 0;
	}

}

@media (min-width: 1000px) and (max-width: 1199px) {
	.container{
		width: 90%;
	}
	.header .container{
		width: 95%;
	}
	.menu_cd .container{
		width: 95%;
	}
	.menu ul li{
		margin-left: 30px;
	}
	.about_l{
		margin-top: 0;
	}
	.about_xlm{
		margin-top: 30px;
	}
	.logo{
		padding:20px 0;
	}
	.logo img{
		height: 50px;
	}
	.menu{
		margin-right: 25px;
	}
	.dh{
		font-size: 15px;
		display: none;
	}
	.dh .iconfont{
		font-size: 20px;
	}
	.menu_xinxi{
		padding-left: 15px;
	}
	.nyab_wz{
		padding:80px 50px;
	}
	.team_box ul li a{
		padding:25px 25px;
	}
	.hzxm_bt{
		font-size: 20px;
	}
	.honor_box ul li a{
		padding:15px;
	}
	.dot_bt{
		font-size: 30px;
	}
	.mxdm_box ul li a{
		padding:20px;
	}
	.liyou_wz{
		height: 56px;
	}
	.fuli_bt{
		line-height: 26px;
    	font-size: 15px;
    	min-height: 52px;
	}
	.contact_tiao{
		font-size: 28px;
	}
	.footer02{
		font-size: 12px;
	}
	.menu_tp{
		width: 330px;
		height: 200px;
	}
	.menu_xinxi{
		width: calc(100% - 330px);
    	height: 200px;
	}
	.cd_li a{
		line-height: 40px;
    	font-size: 15px;
	}
	.menu_bt a{
		font-size: 14px;
	}
	.cd_li{
		padding:0 35px;
	}
	.loupan_bt{
		font-size: 16px;
	}
	.about_xlm ul li a{
		padding: 0 20px;
    	line-height: 35px;
    	font-size: 14px;
	}
	.yewu_bg{
		padding:25px 30px;
	}
	.yewu_bt{
		font-size: 24px;
	}
	.yewu_bt .iconfont{
		font-size: 32px;
	}
	.yewu_wz{
		margin-top: 10px;
	}
	.yewu_box{
		height: 500px;
	}
	.yewu_box .row{
		height: 500px;
	}
	.yewu_gd{
		margin-top: 20px;
	}
	.yewu_box .swiper-button-prev, .yewu_box .swiper-container-rtl .swiper-button-next{
		bottom: 285px;
	}
	.yewu_box .swiper-button-next, .yewu_box .swiper-container-rtl .swiper-button-prev{
		bottom: 285px;
	}
	.news_lb ul li a{
		padding: 15px 25px 25px;
	}
	.news_date span{
		font-size: 30px;
	}
	.join_bt{
		font-size: 18px;
	}
	.join_tp{
		height: 260px;
	}
	.footer_menu ul li{
		padding:0 8px;
	}
	.footer_bt a{
		line-height: 30px;
    	font-size: 16px;
	}
	.footer_xl p a{
		line-height: 32px;
    	font-size: 14px;
	}
	.footer_xl{
		margin-top: 10px;
	}
	.ny_cd ul li a{
		padding:0 30px;
	}
	.nyab_wz h2{
		font-size: 22px;
	}
	.ab1_bt1{
		font-size: 42px;
	}
	.whbox_nr{
		padding:0 30px;
	}
	.hzxm_box ul li a{
		padding:25px 25px;
	}
	.honor_bt{
		line-height: 25px;
    font-size: 15px;
	}
	.fuli_bg{
		padding:25px 25px;
	}
	.tongdian_nr{
		margin-top: 0;
	}
	.city_lxcon ul li{
		width: 100%;
	}

}
@media (min-width: 769px) and (max-width: 999px) {
	.container{
		width: 95%;
	}
	.header .container{
		width: 98%;
	}
	.menu_cd .container{
		width: 98%;
	}
	.menu ul li{
		margin-left: 18px;
	}
	.about_l{
		margin-top: 0;
	}
	.about_xlm{
		margin-top: 30px;
	}
	.logo{
		padding:27px 0;
	}
	.logo img{
		height: 36px;
	}
	.menu{
		margin-right: 25px;
	}
	.dh{
		font-size: 15px;
		display: none;
	}
	.dh .iconfont{
		font-size: 20px;
	}
	.menu_xinxi{
		padding-left: 15px;
	}
	.nyab_wz{
		padding:80px 35px;
		font-size: 14px;
	}
	.team_box ul li a{
		padding:25px 25px;
	}
	.hzxm_bt{
		font-size: 18px;
	}
	.honor_box ul li a{
		padding:15px;
	}
	.dot_bt{
		font-size: 30px;
	}
	.mxdm_box ul li a{
		padding:20px;
	}
	.liyou_wz{
		height: auto;
	}
	.fuli_bt{
		line-height: 26px;
    	font-size: 15px;
    	min-height: auto;
	}
	.contact_tiao{
		font-size: 24px;
	}
	.footer02{
		font-size: 12px;
	}
	.menu_tp{
		width: 300px;
		height: 200px;
	}
	.menu_xinxi{
		width: calc(100% - 300px);
    	height: 200px;
	}
	.cd_li a{
		line-height: 40px;
    	font-size: 13px;
	}
	.menu_bt a{
		font-size: 13px;
	}
	.cd_li{
		padding:0 25px;
	}
	.loupan_bt{
		font-size: 16px;
	}
	.about_xlm ul li a{
		padding: 0 20px;
    	line-height: 35px;
    	font-size: 14px;
	}
	.yewu_bg{
		padding:25px 30px;
	}
	.yewu_bt{
		font-size: 24px;
	}
	.yewu_bt .iconfont{
		font-size: 32px;
	}
	.yewu_wz{
		margin-top: 10px;
	}
	.yewu_box{
		height: 500px;
	}
	.yewu_box .row{
		height: 500px;
	}
	.yewu_gd{
		margin-top: 20px;
	}
	.yewu_box .swiper-button-prev, .yewu_box .swiper-container-rtl .swiper-button-next{
		bottom: 285px;
	}
	.yewu_box .swiper-button-next, .yewu_box .swiper-container-rtl .swiper-button-prev{
		bottom: 285px;
	}
	.news_lb ul li a{
		padding: 15px 25px 25px;
	}
	.news_date span{
		font-size: 30px;
	}
	.join_bt{
		font-size: 16px;
	}
	.join_tp{
		height: 220px;
	}
	.footer_menu ul li{
		padding:0 8px;
	}
	.footer_bt a{
		line-height: 30px;
    	font-size: 16px;
	}
	.footer_xl p a{
		line-height: 32px;
    	font-size: 14px;
	}
	.footer_xl{
		margin-top: 10px;
	}
	.ny_cd ul li a{
		padding:0 15px;
		font-size: 14px;
	}
	.nyab_wz h2{
		font-size: 18px;
	}
	.ab1_bt1{
		font-size: 36px;
	}
	.ab1_bt{
		font-size: 28px;
	}
	.whbox_nr{
		padding:0 30px;
	}
	.hzxm_box ul li a{
		padding:25px 25px;
	}
	.honor_bt{
		line-height: 25px;
    font-size: 15px;
	}
	.fuli_bg{
		padding:25px 25px;
	}
	.sybt{
		font-size: 42px;
	}
	.sybt span:before{
		top:23px;
	}
	.sybt span:after{
		top:23px;
	}
	.xydc_box h2{
		font-size: 18px;
	}
	.xydc_box{
		font-size: 14px;
	}
	.honor_box ul li{
		width: 50%;
	}
	.hzxm_box ul li{
		width: 50%;
	}
	.news_lb ul li{
		width: 50%;
	}
	.sxy_lb ul li{
		width: 50%;
	}
	.team_box ul li{
		width: 50%;
	}
	.nyyew ul li{
		width: 50%;
	}
	.mxdm_box ul li{
		width: 50%;
	}
	.liyou_box ul li{
		width: 100%;
	}
	.fuli_box ul li{
		width: 50%;
	}
	.byu01{
		font-size: 26px;
	}
	.byu02{
		font-size: 18px;
	}
	.lxwm_bg{
		padding:25px 25px;
	}
	.lxwm_tb .iconfont{
		font-size: 64px;
	}
	.lxwm_bt{
		font-size: 16px;
	}
	.lxwm_info span{
		font-size: 30px;
	}
	.lxwm_info{
		font-size: 14px;
	}
	.bd_dt{
		height: 400px;
	}
	.tongdian_nr{
		margin-top: 0;
	}
	.city_lxcon ul li{
		width: 100%;
	}
}
/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#111;font-size: 15px;}
.navbar-nav li a:hover{ color:#0d873c;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#0d873c;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.logo_boxlist img{
	height: 40px;
	margin-top: 5px;
}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#0d873c;
	}
	
.ban{
	height: auto;
	margin-top: 50px;
}
.ban .swiper-button-prev, .ban .swiper-container-rtl .swiper-button-next{
	left:20px;
}
.ban .swiper-button-next, .ban .swiper-container-rtl .swiper-button-prev{
	right: 20px;
}	
.ban .swiper-button-next:after, .ban .swiper-button-prev:after{
	font-size: 30px;
}

.loupan{
	padding:40px 0;
}
.sybt{
	font-size: 30px;
}
.sybt b{
	font-size: 20px;
}	
.sybt em{
	font-size: 14px;
	margin-top: 8px;
}	
.sybt span:before{
	display: none;
}
.sybt span:after{
	display: none;
}

.loupan_box{
	margin-top: 20px;
	padding-bottom: 15px;
}
.loupan_l{
	padding-right: 15px;
}
.loupan_tp{
	margin-bottom: 10px;
}
.loupan_bt{
	bottom: 10px;
	line-height: 30px;
    font-size: 16px;
}
.loupan_box ul li:nth-child(odd){
	padding-right: 5px;
}
.loupan_box ul li:nth-child(even){
	padding-left: 5px;
}
.loupan_r{
	padding-left: 15px;
}
.loupan_bt{
	text-align: center;
}
.loupan_r .loupan_bt{
	text-align: center;
}
.sy_more{
	width: 60%;
}
.sy_more a{
	line-height: 40px;
    font-size: 15px;
}
.about{
	padding:40px 0;
}
.about_box{
	margin-top: 20px;
}
.about_l{
	margin-top: 0;
}
.about_tm{
	font-size: 18px;
}
.about_wz{
	font-size: 15px;
	margin-top: 10px;
}
.about_xlm{
	margin-top: 25px;
}
.about_xlm ul li{
	margin-right: 5px;
    margin-bottom: 10px;
}
.about_xlm ul li a{
	padding: 0 30px;
    line-height: 35px;
    font-size: 14px;
}
.about_r{
	margin-top: 20px;
}
.yewu{
	padding:40px 0 0;
}
.yewu_box{
	margin-top: 20px;
	height: 340px;
}
.yewu_box .container{
	width: 100%;
	padding:0;
}
.yewu_box .row{
	width: 100%;
	height: 340px;
	margin:0 auto;
}
.yewu_bg{
	width: 70%;
	padding: 20px 30px;
}
.yewu_bt{
	line-height: 1.2;
    font-size: 22px;
}
.yewu_bt .iconfont{
	font-size: 28px;
    margin-right: 10px;
}
.yewu_wz{
	height: 50px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    -webkit-line-clamp: 2;
}
.yewu_gd{
	width: 70%;
	margin-top: 15px;
}
.yewu_gd a{
	line-height: 35px;
    font-size: 14px;
}
.yewu_box .swiper-button-prev, .yewu_box .swiper-container-rtl .swiper-button-next{
	bottom: 188px;
	left: auto;
	right: 40px;
}
.yewu_box .swiper-button-next, .yewu_box .swiper-container-rtl .swiper-button-prev{
	bottom: 188px;
	right: 0;
    margin-right: 0;
}
.yewu_box .swiper-button-next, .yewu_box .swiper-button-prev{
	width: 35px;
	height: 35px;
}
.yewu_box .swiper-button-next:after, .yewu_box .swiper-button-prev:after{
	font-size: 16px;
}

.news{
	padding:40px 0;
}
.news_box{
	margin-top: 15px;
}
.tabbtn li{
	margin:0 5px 10px;
}
.tabbtn li a{
	line-height: 35px;
    font-size: 15px;
    padding: 0 20px;
}
.tabcon{
	margin-top: 15px;
}
.news_lb ul li{
	width: 100%;
	margin-bottom: 15px;
}
.news_lb ul li a{
	padding: 15px 25px 25px;
}
.news_date{
	font-size: 15px;
}
.news_date span{
	font-size: 30px;
}
.news_bt{
	font-size: 16px;
}
.news_tp{
	margin-top: 10px;
}
.news_wz{
	height: 50px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}
.news_gd{
	margin-top: 5px;
    line-height: 25px;
}
.news_box .news_lb ul li:nth-child( n + 4){
	display: none;
}
.news_lb{
	padding-bottom: 10px;
}
.sxy{
	padding:40px 0;
}
.sxy_lb ul{
	padding:0 8px;
}
.sxy_lb ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.sxy_bt{
	line-height: 30px;
	padding: 5px 10px;
}
.sxy_tm{
	font-size: 15px;
}
.sxy_gd .iconfont{
	font-size: 16px;
}
.sxy_lb{
	padding-bottom: 10px;
}
.news_box .sxy_lb ul li:nth-child( n + 5){
	display: none;
}
.join{
	padding:40px 0 0;
}
.join_box{
	margin-top: 25px;
}
.join_tp{
	height: 150px;
	padding: 0 10px;
}
.join_tb .iconfont{
	font-size: 30px;
	padding: 12px;
}
.join_bt{
	margin-top: 15px;
	font-size: 15px;
}
.footer01{
	padding:20px 0;
}
.footer_menu{
	display: none;
}
.footer_lx{
	padding:0 15px;
}
.footer_bt a{
	line-height: 30px;
    font-size: 16px;
}
.footer_con{
	margin-top: 5px;
    line-height: 26px;
    font-size: 14px;
}
.banquan{
	padding:0 15px;
}
.jszc{
	padding:0 15px;
	text-align: left;
}
.footer02{
	font-size: 12px;
}
.footer_con a{
	color: #fff;
}
.footer_con a:hover{
	color: #f2ce1f;
}
/** phone_dbzx **/
.phone_dbzx{
	width:100%;
	height: auto;
	padding:5px;
	background: #0d873c;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999999;
	border-top:1px solid rgba(255,255,255,0.1);
}
.phone_dbzx ul{
	height: auto;
}
.phone_dbzx ul li{
	height: auto;
}
.phone_dbzj{
	height: auto;
}
.phone_dbzj a{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}
.phone_dbtb{
	height: auto;
	line-height: 22px;
}
.phone_dbtb .iconfont{
	font-size: 24px;
}
.phone_dbwz{
	font-size: 14px;
	line-height: 20px;
}
.phone_dbxian{
	width: 1px;
	height: 30px;
	background: rgba(255,255,255,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
	position: absolute;
	top:50%;
	margin-top: -15px;
	right: 0;
}
.warp{
	padding-bottom: 57px;
}
/** phone_dbzx **/
.ny_banner{
	margin-top: 50px;
}
.ny_cd ul li{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.ny_cd ul li a{
	line-height: 45px;
    font-size: 15px;
    padding: 0 20px;
}
.inner{
	padding:40px 0;
}
.ny_bt01{
	font-size: 26px;
}
.ny_bt02{
	font-size: 16px;
	margin-top: 5px;
}
.nyab_box{
	margin-top: 25px;
	padding: 0 15px;
}
.nyab_wz{
	font-size: 15px;
	padding: 20px 20px;
	line-height: 1.8;
}
.nyab_wz h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.nyab_tp1{
	height: 200px;
	background: url(../images/nyab_tp.jpg) center center no-repeat;
    background-size: cover;
}
.nyab1_box{
	margin-top: 25px;
	padding: 30px 20px;
    border-radius: 20px;
    width: 92%;
}
.nyab1_box p{
	font-size: 15px;
}
.ab1_bt{
	line-height: 1.4;
    font-size: 20px;
    margin-top: 5px;
}
.ab1_bt1{
	line-height: 1.4;
    font-size: 28px;
    margin-top: 5px;
}
.history_box{
	margin-top: 25px;
	padding:0 15px;
}
.time-axis-item{
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 110px;
	line-height: 35px;
}
.time-axis:before{
	left:83px;
}
.time-axis-date span{
	right: -20px;
}
.time-axis-achievement{
	line-height: 32px;
}
.ny_whbox{
	margin-top: 25px;
	padding:0 15px;
}
.whbox_tp{
	height: 300px;
}
.whbox_nr{
	height: auto;
	padding:15px 22px 22px;
}
.whbox_bt{
	font-size: 22px;
}
.whbox_bt .iconfont{
	font-size: 36px;
}
.whbox_wz{
	margin-top: 15px;
    line-height: 28px;
    font-size: 14px;
}
.lhxz_box{
	margin-top: 25px;
	padding:0 15px;
}
.team_box{
	margin-top: 25px;
	padding-bottom: 10px;
}
.team_box ul{
	padding:0 8px;
}
.team_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.team_box ul li a{
	padding:15px 15px;
}
.team_bt{
	line-height: 1.2;
    margin-top: 10px;
    font-size: 15px;
}
.page ul li{
	margin: 0 2px 5px;
}
.page ul li a{
	line-height: 26px;
    font-size: 12px;
    padding: 0 8px;
}
.xydc_box{
	margin-top: 25px;
	font-size: 15px;
	padding:0 15px;
	line-height: 1.8;
}
.xydc_box h2{
	font-size: 18px;
    margin-bottom: 10px;
}
.xydc_tp{
	margin-top: 25px;
	padding:0 10px;
}
.xydc_tp ul li{
	margin-bottom: 15px;
}
.ny_xydc{
	padding-bottom: 25px;
}
.hzxm_box{
	margin-top: 25px;
	padding-bottom: 10px;
}
.hzxm_box ul{
	padding:0 8px;
}
.hzxm_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.hzxm_box ul li a{
	padding:15px 15px;
}
.hzxm_bt{
	line-height: 25px;
    font-size: 16px;
    padding-left: 12px;
}
.hzxm_bt:before{
	width: 2px;
    height: 20px;
    margin-top: -10px;
}
.hzxm_tp{
	margin-top: 12px;
}
.honor_box{
	margin-top: 25px;
	padding-bottom: 10px;
}
.honor_box ul{
	padding:0 8px;
}
.honor_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.honor_box ul li a{
	padding:12px;
}
.honor_bt{
	padding: 2px 10px;
	margin-top: 5px;
    line-height: 25px;
    font-size: 13px;
}
.guihua_box{
	margin-top: 25px;
	padding:0 15px;
}
.guihua_l{
	padding:30px 30px;
}
.guihua_bt{
	line-height: 35px;
    font-size: 20px;
}
.guihua_wz{
	margin-top: 10px;
    line-height: 28px;
    font-size: 15px;
}
.guihua_l1{
	min-height: auto;
}
.guihua_box1{
	padding:0 15px;
}


.ny_cd1 ul li a{
	padding: 0 15px;
}
.nyyew{
	margin-top: 25px;
	padding-bottom: 10px;
}
.loupan_bg{
	height: 90px;
}	
.nyyew ul{
	padding:0 8px;
}
.nyyew ul li{
	margin-bottom: 15px;
	padding:0 7px;
}

.nysjfl{
	margin-top: 20px;
}
.nysjfl ul li{
	margin:0 5px 10px;
}
.nysjfl ul li a{
	line-height: 35px;
    font-size: 15px;
    padding: 0 20px;
}
.ny_xw{
	margin-top: 15px;
}

.dot_box{
	padding:0 15px;
}
.dot_bt{
	font-size: 24px;
}
.dot_bt1{
	font-size: 14px;
	padding-bottom: 15px;
}
.dot_dot{
	margin-top: 20px;
	font-size: 15px;
}
.dot_dot p, .dot_dot div{
	margin-bottom: 15px;
}
.xddot_syxq{
	margin-top: 25px;
}
.xddot_syxq01{
	padding:0;
}
.xddot_syxq02{
	padding:0;
}
.xddot_syxq01 p{
	line-height: 28px;
    font-size: 14px;
}
.fanhui_lb{
	width: 160px;
	float: none;
	margin-top: 20px;
}
.fanhui_lb a{
	line-height: 35px;
    font-size: 14px;
}

.ny_sxy{
	margin-top: 25px;
}
.mxdm_box{
	margin-top: 25px;
	padding-bottom: 10px;
}
.mxdm_box ul{
	padding:0 8px;
}
.mxdm_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.mxdm_box ul li a{
	padding:12px 12px;
}
.mxdm_bt{
	font-size: 15px;
	margin-top: 8px;
}
.mxjjr_box{
	margin-top: 25px;
	padding:0 15px;
}
.mxjjr_zj a{
	padding:15px 15px;
}
.mxjjr_bt{
	font-size: 15px;
	margin-top: 10px;
}
.mxjjr_box .swiper-button-prev, .mxjjr_box .swiper-container-rtl .swiper-button-next{
	left:20px;
}
.mxjjr_box .swiper-button-next, .mxjjr_box .swiper-container-rtl .swiper-button-prev{
	right: 20px;
}	
.mxjjr_box .swiper-button-next:after, .mxjjr_box .swiper-button-prev:after{
	font-size: 30px;
}

.liyou_box{
	margin-top: 42px;
}
.liyou_num{
	width: 120px;
	line-height: 24px;
	font-size: 16px;
    padding: 5px 0;
    top: -17px;
    margin-left: -60px;
}
.liyou_bg{
	padding: 10px 10px 30px;
}
.liyou_bt{
	line-height: 30px;
    font-size: 18px;
    margin-top: 25px;
}
.liyou_wz{
	margin-top: 5px;
	line-height: 25px;
    font-size: 15px;
}
.liyou_box ul li{
	margin-bottom: 32px;
}
.ny_liyou{
	padding-bottom: 23px;
}
.fuli_byu{
	margin-top: 20px;
}
.byu_nr{
	padding:20px 15px;
}
.byu01{
	font-size: 24px;
}
.byu02{
	line-height: 1.6;
    font-size: 14px;
}
.fuli_box{
	margin-top: 25px;
}
.fuli_box ul{
	padding:0 8px;
}
.fuli_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.fuli_bg{
	padding:15px 15px;
}
.fuli_tb .iconfont{
	font-size: 30px;
}
.fuli_num{
	font-size: 14px;
	line-height: 26px;
}
.fuli_bt{
	line-height: 25px;
    font-size: 15px;
    margin-top: 5px;
    min-height: 50px;
}
.ny_fuli{
	padding-bottom: 25px;
}
.ny_lbyhs{
	padding-bottom: 25px;
}
.lbyhs_box{
	margin-top: 20px;
}
.lbyhs_box ul{
	padding:0 8px;
}
.lbyhs_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.lbyhs_box ul li a{
	line-height: 25px;
}
.lbyhs_bt{
	padding:5px 0;
}
.lbyhs_bt01{
	padding-left: 6px;
    font-size: 13px;
    padding-right: 0;
}
.lbyhs_bt01 .iconfont {
    margin-right: 6px;
    font-size: 12px;
}
.lbyhs_bt02 .iconfont {
    font-size: 18px;
}

.ny_lxwm{
	margin-top: 25px;
}
.lxwm_bg{
	padding:30px 30px;
	border-radius: 10px;
}
.lxwm_tb .iconfont{
	font-size: 56px;
}
.lxwm_bt{
	font-size: 16px;
}
.lxwm_info{
	line-height: 25px;
    font-size: 14px;
    min-height: auto;
}
.lxwm_info span{
	font-size: 28px;
}
.ny_lxwm ul li{
	margin-bottom: 15px;
}
.lxwm_info span a{
	color: #0d873c;
}
.lxwm_info span a:hover{
	color: #f2ce1f;
}
.lxwm_ditu{
	margin-top: 10px;
	padding:0 15px;
}
.bd_dt{
	height: 280px;
}
.contact_tiao{
	padding:30px 15px;
	font-size: 18px;
	line-height: 1.6;
}

.inner_map{
	margin-top: 25px;
	padding:0 15px;
}
.inner_map ul li{
	padding:10px 0;
}
.inmap_bt a{
	line-height: 30px;
    font-size: 16px;
}
.inmap_fl a{
	font-size: 14px;
}
.inmap_bt a{
	font-size: 16px;
}
.inmap_fl a{
	font-size: 14px;
}
.ny_ab1{
	background: url(../images/ny_ab1.jpg) center center no-repeat;
    background-size: cover;
}

.ny_csgs{
	margin-top: 20px;
}
.ny_csgs ul li{
	margin: 0 3px 6px;
}
.ny_csgs ul li a{
	font-size: 14px;
	padding: 2px 20px;
}
.nysxy_box{
	margin-top: 25px;
	width: 96%;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding:20px 20px;
    line-height: 25px;
    font-size: 14px;
}
.nysxy_box p, .nysxy_box div {
    margin-bottom: 10px;
}
.nysxy_libox{
	margin-top: 25px;
}
.nysxy_stitle{
	line-height: 30px;
    font-size: 22px;
}
.nysxy_stitle:before{
	width: 3px;
    height: 26px;
    margin-top: -13px;
}
.nysxy_slb{
	margin-top: 20px;
}
.nysxy_slb ul li{
	width: 100%;
	margin-bottom: 15px;
}
.nysxy_slbk{
	padding:15px;
	border-radius: 10px;
}
.slbk_tm{
	line-height: 28px;
    font-size: 18px;
}
.slbk_wen{
	min-height: auto;
    margin-top: 6px;
    line-height: 22px;
    font-size: 14px;
}
.nysxy_libox1{
	margin-top: 15px;
}
.nysxy_libox1 .sxy_lb{
	margin-top: 25px;
}
.tongdian_box{
	margin-top: 25px;
}
.tongdian_tp{
	padding-right: 15px;
}
.tongdian_nr{
	margin-top: 30px;
}
.tongdian_wz{
	    line-height: 25px;
    font-size: 15px;
}
.funeng_lb{
	margin-top: 25px;
}
.funeng_lb ul{
	padding:0 8px;
}
.funeng_lb ul li{
	width: 50%;
	padding:0 7px;
	margin-bottom: 15px;
}
.funeng_bx{
	padding:20px 10px;
}
.funeng_tb .iconfont {
    font-size: 36px;
}
.funeng_bt{
	line-height: 28px;
    font-size: 16px;
}
.funeng_wz{
	margin-top: 5px;
    line-height: 22px;
    font-size: 13px;
    min-height: 44px;
}
.funeng_lb ul li:nth-child(3) .funeng_wz,.funeng_lb ul li:nth-child(4) .funeng_wz{
	min-height: 66px;
}

.ny_ywwzjs{
	margin-top: 25px;
	width: 96%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 20px;
    line-height: 25px;
    font-size: 14px;
}


.team_img{
	padding:0;
}
.team_xbt{
	line-height: 30px;
    font-size: 16px;
}
.team_xbt span{
	font-size: 20px;
}
.team_nri{
	padding:0;
	margin-top: 15px;
}
.team_cyjl{
	font-size: 22px;
}
.dot_dot1 p, .dot_dot1 div {
    margin-bottom: 5px !important;
}
.hxtd_bt{
	padding: 2px 10px;
    margin-top: 5px;
    line-height: 25px;
    font-size: 13px;
}
.hxtd_bt span{
	margin-right: 5px;
}

.city_lxcon{
	margin-top: 20px;
}
.city_bg{
	line-height: 26px;
}
.city_gsmc{
	width: 100px;
}
.city_gsmc a{
	font-size: 16px;
}
.city_lxdh{
	width: calc(100% - 100px);
	font-size: 15px;
}
.city_lxcon ul li{
	margin-bottom: 12px;
}

.honor_boxtd img{
	height: 175px;
}

}
/** 移动端 **/
/** index **/


