@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	position: relative;
	line-height: 1;
	font-size: 14px;
	color: #333;
}
li {
	list-style:none;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	color:#0FAA3E;
}
p{
	word-wrap:break-word;
	word-break:normal;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.clear20 {
    clear: both;
	width:100%;
    height: 20px;
    overflow: hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/* header */
.header {
	width: 100%;
	height: auto;
}

.header .header_top {
	width: 100%;
	background: #f4f4f4;
	line-height: 30px;
	overflow: hidden;
}
.header .header_top .hearder_topc {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.header .header_top .hearder_topc span, .header .header_top .hearder_topc a {
	color: #666;
}
.header .header_top .top_key span, .header .header_top .top_name span {
	margin: 0 5px;
}
.header_mid {
	max-width: 1200px;
	margin:0 auto;
	overflow:hidden;
}
.header_mid .header_logo {
    width: 775px;
    overflow: hidden;
}
.header_mid .header_logo span {
    width: 290px;
    height: 88px;
    overflow: hidden;
    background: url(/static/images/logo_line.gif) no-repeat right 31px;
	margin-right: 15px;
}
.header_mid .header_logo span img {
    width: 88px;
	height: 88px;
}
.header_mid .header_logo span h3 {
	margin-top: 18px;
	font-size: 32px;
	line-height: 45px;
    letter-spacing: 6px;
}
.header_mid .header_logo span h4 {
	font-size: 15px;
}
.header_mid .header_logo h2 {
    width: 470px;
    font: 14px "Microsoft Yahei";
    color: #000000;
    line-height: 35px;
	margin-top: 25px;
}
.header_mid .header_logo h2 b {
    display: block;
    font-size: 22px;
    color: #1A6AC8;
	font-weight: normal;
	line-height: 26px;
}
.heaer_lx {
    width: 295px;
    margin-top: 14px;
	margin-bottom: 10px;
    overflow: hidden;
}
.heaer_lx i {
    width: 77px;
    overflow: hidden;
    display: block;
    float: left;
}
.heaer_lx i img {
    padding: 2px;
    border: 1px solid #dedede;
    width: 71px;
    height: 71px;
}
.heaer_lx p {
    float: right;
    width: 165px;
    padding-left: 40px;
    margin-top: 10px;
    background: url(/static/images/tel.gif) no-repeat left top;
    font: 14px "Microsoft Yahei";
    color: #333;
    line-height: 24px;
}
.heaer_lx p span {
    display: block;
    font: bold 26px/26px Arial, Helvetica, sans-serif;
    color: #dd2910;
}











/* 导航栏  */
.header_bot {
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav {
	max-width: 1200px;
	width: 100%;
}
.nav .mobNav {
  display: none;
}
.nav .dropdown {
  max-width: 1200px;
}
.nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .menu li {
	width: 11%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav .menu li:last-child a {
  border-right: none;
}
.nav .menu a {
  color: #fff;
  border-right: 1px solid #000;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}
.nav .menu a:hover {
  background: #0FAA3E;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* 底部 */
.m_footer {
	display: none;
}
.footer {
	width: 100%;
	overflow:hidden;
}
.footer-list-lg {
    width: 100%;
    padding: 3rem 0 2rem;
}
.footer-list-lg .container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-list-top {
    display: flex;
    display: -webkit-flex;
    margin-top: 3.2rem;
}
.footer-listleft, .footer-listrt {
    flex: 1;
}

.ftleft-title, .ftrt-title {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
    padding-bottom: 45px;
}

.ftleft-con, .ftrt-con {
    display: flex;
    display: -webkit-flex;
}
.ftleft-con>li:first-child {
    width: 36px;
	flex-shrink:0;
	text-align: center;
}

.ftleft-con img {
	width: 26px;
    height: 26px;
	vertical-align: middle;
}
.ftleft-con>li:nth-child(2) {
    width: 100px;
    text-align: center;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    line-height: 32px;
}
.ft-item2 li {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #191919;
}
.footer-listmid {
    height: 150px;
    width: 1px;
    background: #3E3E3E;
    margin: 0 50px;
    margin-top: 15px;
}
.ftrt-title img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.ftrt-item1 {
    font-size: 1.2rem;
    color: #171717;
    letter-spacing: 1px;
}
.ftrt-item1 .phone {
    height: 3rem;
    line-height: 3rem;
}
.ftrt-item1 p img {
    vertical-align: middle;
    width: 26px;
    height: 26px;
}
.ftrt-con li:nth-child(2) {
    width: 100px;
    margin-left: 15px;
    letter-spacing: 1px;
    color: #0A0A0A;
}
.ftrt-con li:nth-child(2) img {
    width: 100%;
    height: 100%;
}
.ftrt-con li:nth-child(2) p{
    text-align:center;
    line-height: 20px;
}
.footer-list-bottom {
    padding: 2rem 0;
    text-align: center;
    color: #9f9f9f;
    font-size: 1rem;
    background: #2C2C2C;
}
.zwcWidth {
    width: 100%;
    margin: 0 auto;
}
.footer-list-bottom p {
    padding: .5rem 0;
}
.footer-list-bottom p a {
    padding: 0 1rem;
    color: #9f9f9f;
}




/* 首页搜索 */
.index_search {
	max-width: 1200px;
	margin: 0 auto;
	overflow:hidden;
}
.index_search .inpu {
    width: 247px;
    height: 60px;
    background: url(/static/images/20170617142600_151180209.jpg) no-repeat;
}
.index_search .z {
    padding-top: 15px;
}
.index_search .z select {
	float:left;
	height: 30px;
	border-top: 1px solid #DDD;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	border-left: 0;
	color: #666;
}
.clearfix {
    display: block;
}
.nr li {
    line-height: 33px;
    font-size: 14px;
    color: #333;
    float: left;
    width: 100%;
}
.nr li a {
    display: block;
    padding-left: 10px;
    text-decoration: none;
    color: #333;
    float: left;
}
.nr .cur {
	display: block;
	width: 20px;
	margin-right: 5px;
	float: right;
}
.nr li ul {
    display: none;
    color: #666;
    padding: 5px 0 5px 10px;
}
.nr .hover ul {
	display: block;
}
.nr li ul li {
    float: none;
    background-image: none;
    height: 36px;
    line-height: 36px;
    margin-top: 0px;
    font-size: 12px;	
	border-bottom: 1px dashed #eee;	
}
.nr li ul li a {
}

/* 左侧栏目联系方式 */
.mainpro_list .leib2, .mainpro_list_prolist .leib2, .leib, .mainpro_list_art .leib2, .mainxinwen_list .leib2 {
    width: 201px;
    margin-bottom: 20px;
}
.mainpro_list .leib2 .tit, .leib .tit, .lieb1 .tit, .mainpro_list_prolist .leib2 .tit, .mainpro_list_art .leib2 .tit, .mainxinwen_list .leib2 .tit {
    color: #fff;
    font-size: 18px;
    background: #46961F;
    height: 52px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
}
.mainpro_list .leib2 .tit i, .mainpro_list_prolist .leib2 .tit i, .leib .tit i, .lieb1 .tit i, .mainpro_list_art .leib2 .tit i, .mainxinwen_list .leib2 .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.mainpro_list .leib2 .nr, .mainpro_list .lieb1 .area_list, .mainpro_list_prolist .leib2 .nr, .mainpro_list_prolist .lieb1 .area_list, .mainpro_list_art .lieb1 .area_list, .mainxinwen_list .lieb1 .area_list {
    border: 1px solid #ececec;
    padding: 10px 9px 10px;
	overflow:hidden;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainpro_list .leib2 .nr h3, .mainpro_list_prolist .leib2 .nr h3, .mainpro_list_art .leib2 .nr h3, .mainxinwen_list .leib2 .nr h3 {
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    text-indent: 0px;
    font-family: "Microsoft Yahei";
    text-align: center;
    margin-bottom: 10px;
	border-bottom:  1px solid #999;
}
.mainpro_list .leib2 .nr h3 a, .mainpro_list_prolist .leib2 .nr h3 a, .mainpro_list_art .leib2 .nr h3 a, .mainxinwen_list .leib2 .nr h3 a {
    color: #333;
    font-size: 15px;
}
.leib2 .leftlx, .mainpro_list_prolist .leftlx  {
    width: 177px;
    text-align: left;
    padding: 11px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border: 1px solid #ececec;
    display: block;
    margin-bottom: 20px;
}
.mainpro_list .texts, .mainpro_list_prolist .texts, .mainpro_list_art .texts, .mainxinwen_list .texts, .leftlx .dianhua span, dl.news_dl .dt_1, .font_hotline, .rtit, .cptab a, dl.news_dl .dt_1:hover, .sp-title a {
    color: #46961F;
}
.leftlx p {
    padding-top: 10px;
    line-height: 25px;
}


/* 左侧栏目 地区子站列表 */
.lieb1 {
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-bottom: 20px;
}
.lieb1 .area_list li {
	width: 32%;
	margin: 0 0.5%;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

/* 左侧栏目 新闻列表 */
.leib2 .nr .prol_size {
    border-bottom: 1px dashed #dedede;
    height: 36px;
    line-height: 36px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leib2 .nr .prol_size a {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* 右侧固定栏 */
.rtfixed_box {
  width: 64px;
  position: fixed;
  top: 10%;
  right: 30px;
  z-index: 100;
}
.rtfixed_box ul{
    height: 262px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
    padding-top: 1px;
}
.rtfixed_con{
	position: relative;
	margin-top: 21px;
}
.rtfixed_con:hover{
	cursor: pointer;
}
.rtfixed_wx:hover .rtfixed_wx2, .rtfixed_shouji:hover .rtfixed_shouji2{
	display: block;
}
.rtfixed_item2{
	display: none;
	position: absolute;
	top: 0;
	left: -150px;
	font-size: 16px;
	background: #fff;
	padding: 20px;
}
.rtfixed_wx2 img {
	width: 110px;
	height: 110px;
} 
.rtfixed_item1{
	font-size: 12px;
	text-align: center;
}

.rtfixed_btm {
    width: 100%;
    height: 60px;
    text-align: center;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
    font-size: initial;
    margin-top: 10px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rtfixed_btm p:last-child{
    font-size: 12px;
    font-family: "PingFang";
    color: rgb(51, 51, 51);
    margin-top: 8px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
	.footer-list-lg .container {
	    padding: 0 0.5%;
	}
}


@media screen and (max-width: 1100px) {
	.header_bot {
		position: fixed;
		top: 0;
		width: 100%;
		z-index:999;
	}
	.header_top, .header_mid {
		display:none;
	}

  .nav {
    background: #fff;
    position: relative;
    padding: 5px;
  }
  .nav .mobNav {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav .mobNav .toolBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    overflow: hidden;
  }
  .nav .mobNav .menuBtn {
    position: absolute;
    right:5px;
    top:5px;
    height: 35px;
    width: 35px;
    background: #0FAA3E url(/static/images/bar.png) center center no-repeat;
    background-size: 30px;
    border: none;
    outline: none;
    border-radius: 2px;
  }
  .nav .mobNav .menuBtn:active {
    opacity: 0.8;
  }
  .nav .mobNav .menuBtn.close {
    background: #0FAA3E url(/static/images/close.png) center center no-repeat;
    background-size: 30px;
  }
  .nav .mobNav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  .nav .mobNav a img {
    width: 110px;
  }
  .nav .mobNav span {
    width: 35px;
    height: 35px;
  }
  .nav .dropdown {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
  }
  .nav .dropdown .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav .dropdown .menu li {
    width: 100vw;
  }
  .nav .dropdown .menu li:last-child a {
    border-bottom: 0;
  }
  .nav .dropdown .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
    text-indent: 2vw;
    border-bottom: 1px solid #ddd;
  }
  .nav .dropdown.show {
    display: block;
  }
  
	.rtfixed_box {
	 display: none;
	}
  
}
@media screen and (max-width: 950px) {
	.ftleft-con>li:nth-child(2) {
	    font-size: 1rem;
	}
	.ft-item2 li {
	    font-size: 1rem;
	}
	.ftrt-item1 {
	    font-size: 1rem;
	    color: #171717;
	    letter-spacing: 1px;
	}
}
@media screen and (max-width: 900px) {
	.footer-list-lg {
	    width: 100%;
	    padding: 1rem 0 1rem;
	}
	.footer-list-top {
	    display: block;
		margin-top: 1rem;
	}
	.footer-listleft, .footer-listrt {
	    width: 99%;
		margin: 0 auto;
	}
	.footer-listmid {
	    display: none;
	}
	.ftrt-title {
	    display: none;
	}
	.ftleft-title {
	    font-size: 23px;
	    font-weight: 600;
	    color: #000000;
	    letter-spacing: 2px;
	    padding-bottom: 15px;
	}
	.footer-list-bottom {
	    display:none;
	}
	.ftrt-item1 .phone .phone-img {
	    width: 32px;
	    height: 32px;
	}
	.footer {
		margin-bottom: 3rem;
	}
	.m_footer {
		display: block;
		width: 100%;
		height: 3rem;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.m_footer ul li {
		width: 25%;
		height: 3rem;
		line-height: 1.5rem;
		float: left;
		border: 1px solid #fff;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
    	box-sizing: border-box;
		background: #0FAA3E;
		color: #fff;
	}
	.m_footer ul li .iconfont {
		color: #fff;
	}
	.m_footer ul li .name {
		color: #fff;
	}
}

@media screen and (max-width: 450px) {
	.ftleft-con>li:nth-child(2) {
	    font-size: 0.9rem;
	}
	.ft-item2 li {
	    font-size: 0.9rem;
	}
}

@media screen and (max-width: 400px) {
	.ftleft-con>li:nth-child(2) {
	    font-size: 0.8rem;
		flex-shrink:0;
	}
	.ft-item2 li {
	    font-size: 0.8rem;
	}
}







