body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",arial;
}
li{list-style-type: none;}
a{ text-decoration: none;}
body{ margin: auto; min-width: 320px;}
input,textarea{ outline:0; resize:none; border:none; _border:0; margin:0; padding:0;}
li{ list-style-type: none;}
a{ text-decoration: none;}
img{ vertical-align: middle; max-width: 100%;}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.li_img{display:table; text-align:center; *position:relative; *overflow:hidden;}
.li_img a{display:table-cell; vertical-align:middle; *position:absolute; *left:50%; *top:50%;}
.li_img a img{*position:relative; *left:-50%; *top:-50%;}
.fl{ float: left;}
.fr{ float: right;}
.d_none{
	display: none;
}
.con{
	width: 1200px;
	margin: auto;
}





.header{
	width: 100%;
	height: 84px;
	/*background: url(/uploads/image/eimages/top_bg.png) repeat-x left top;*/
	background: #f2f2f2;
	background-size: auto 100%;
	position: relative;
}
.header .con{
	height: 100%;
}
.logo{
	height: 100%;
}
.logo ul {
	height: 100%;
	display: table;
	text-align: center;
	*position: relative;
	*overflow: hidden;
}

.logo ul li {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 50%;
	*top: 50%;
}

.logo ul li img {
	*position: relative;
	*left: -50%;
	*top: -50%;
}
.nav{
	height: 100%;
	margin-right: 2%;
}
.nav>li{
	width: 90px;
	height: 100%;
	float: left;
	text-align: center;
	margin-right: 20px;
	line-height: 84px;
	position: relative;
}
.nav>li>a{
	font-size: 16px;
	color: #333333;
}
.nav>li>a{
	padding-bottom: 10%;
}
.nav>li:hover>a{
	color: #00994c;
	padding-bottom: 10%;
	border-bottom: 2px solid #00994c;
}
.nav .cur >a{
	color: #00994c;
	padding-bottom: 10%;
	border-bottom: 2px solid #00994c;
}
.nav>li ol{
	display: none;
	width: 117%;
	position: absolute;
	top: 100%;
	background: #00994c;
	padding: 3% 0;
	z-index: 99999;
}
.nav>li:hover ol{
	display: block;
}
.nav>li ol li{
	line-height: 28px;
	font-size: 14px;
}
.nav>li ol li a{
	color: #ffffff;
}

.gouwu{
	line-height: 20px;
	margin-right: 2%;
	margin-top: 30px;
	font-size: 14px;
}
.gouwu p{
	display: inline-block;
	color: #333333;
}
.gouwu p a{
	display: inline-block;
	color: #333333;
}
.gouwu p:first-of-type{
	margin-right: 10px;
}
.gouwu p:last-of-type{
	color: #ed1d26;
}
.lang{
	line-height: 84px;
}
.lang a{
	font-size: 16px;
	color: #333333;
}


.hide-menu{
	width: 4.4%;
	min-width: 20px;
	height: 100%;
	display: none;
}
.menu_click{
	width: 100%;
}
.menu_click img{
	width: 100%;
}
.hide-menu ul{
	display: none;
	position: absolute;
	top: 100%;
	right: 3.125%;
	background: #00994c;
	width: 120px;
	padding: 1% 0;
	z-index: 99999;
}
.hide-menu ul li{
	line-height: 28px;
	font-size: 14px;
	text-align: center;
}
.hide-menu ul li a{
	color: #ffffff;
}














.main{
	width: 100%;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	vertical-align: middle;
}


.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 0;
  background: #767676;
  opacity: 1;
  margin: 0 3px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets  .swiper-pagination-bullet-active {
  background: #00994c;
}
.icp{
	width: 100%;
	background: linear-gradient(to bottom, #ffffff 60%, #f1f1f1 40%);
}
.icp_tit{
	text-align: center;
	margin-top: 3%;
	color: #00994c;
	line-height: 30px;
}
.icp_tit h4{
	font-size: 26px;
	font-weight: normal;
}
.icp_tit p{
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 1%;
}
.icp_con{
	width: 100%;
	position: relative;
	margin-top: 3%;
}
.icp_con img{
	width: 100%;
}


.icp_con .swiper-button-next,.icp_con .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 43px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
}
.icp_con .swiper-button-prev{
	background: url(/uploads/image/eimages/prev.png) no-repeat;
	background-size: 100% 100%;
	left: -65px;
}
.icp_con .swiper-button-next{
	background: url(/uploads/image/eimages/next.png) no-repeat;
	background-size: 100% 100%;
	right: -65px;
}

.jj{
	margin: 5% 0;
}
.jj_top h4{
	height: 27px;
	font-size: 20px;
	color: #333333;
	line-height: 27px;
	padding-left: 10px;
	border-left: 3px solid #1c3577;
}
.jj_nav{
	margin-top: 0.3%;
	margin-left: 5%;
}
.jj_nav li{
	float: left;
	font-size: 16px;
	line-height: 17px;
	padding: 0 20px;
	border-right: 1px solid #494949;
}
.jj_nav li:last-of-type{
	border-right: none;
}
.jj_nav li a{
	color: #333333;
}
.jj_nav li:hover a{
	color: #00994c;
}
.jj_nav .cur a{
	color: #00994c;
}
.more{
	margin-top: 0.3%;
}
.more a{
	font-size: 16px;
	color: #333333;
}

.jj_list{
	margin-top: 2.5%;
}
.jj_list ul li{
	width: 24%;
	float: left;
	margin-right: 1.333333%;
}
.jj_list ul li:last-of-type{
	margin-right: 0;
}
.jj_list ul li a{
	display: block;
}
.jj_list ul li a img{
	width: 100%;
}
.jj_list ul li a p{
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 20px;
	margin-top: 6%;
}


.yyal{
	width: 100%;
	background: url(/uploads/image/eimages/yy_bg.png) no-repeat left top;
	background-size: 100% 100%;
}
.yyal .con{
	position: relative;
}
.yyal h3{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	padding: 5% 0 3% 0;
	font-size: 26px;
}
.yyal_l{
	width: 13.5%;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.yyal_l ul{
	width: 100%;
	float: left;
	margin-top: 102%;
	margin-left: 1px;
}
.yyal_l ul li{
	width: 100%;
	font-size: 20px;
	line-height: 33px;
	border-right: 2px solid transparent;
	margin-bottom: 20%;
	box-sizing: border-box;
	text-align: center;
}
.yyal_l ul li:hover{
	border-right: 2px solid #1c3577;
}
.yyal_l ul li:hover a{
	color: #04a152;
}
.yyal_l ul .cur{
	border-right: 2px solid #1c3577;
}
.yyal_l ul .cur a{
	color: #04a152;
}
.yyal_l ul li a{
	display: block;
	color: #ffffff;
}

.yyal_r{
	width: 86.5%;
	color: #ffffff;
	padding-bottom: 5.8%;
}
.yyal_text{
	width: 50.5%;
	margin-left: 2.5%;
}
.yyal_text h4{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 3%;
}
.yyal_text p,.yyal_text h5,.yyal_text ul{
	font-size: 16px;
	line-height: 36px;
}
.yyal_text h5{
	color: #e90000;
}
.yyal_text strong{
	color: #e90000;
}
.yyal_text a{
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	background: url(/uploads/image/eimages/more_ico.png) no-repeat right center;
	padding: 2px 0;
	padding-right: 20px;
}
.yyal_img{
	width: 43%;
}
.yyal_img img{
	width: 100%;
}

.inews{
	margin-top: 4.2%;
	margin-bottom: 8%;
}
.inews .con>div{
	width: 30.75%;
	float: left;
	margin-right: 3.875%;
}
.inews .con>div:last-of-type{
	margin-right: 0;
}
.inews_tit{
	padding-bottom: 5%;
	border-bottom: 1px solid #d9d9d9;
}
.inews_tit p{
	display: inline-block;
	font-size: 18px;
	line-height: 21px;
	color: #04a152;
	text-indent: 8px;
	border-left: 5px solid #04a152;
}
.inews_tit a{
	float: right;
	font-size: 14px;
	color: #787878;
	line-height: 21px;
}
.inews_img{
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 2px 4px;
	margin-top: 6%;
}
.inews_img img{
	width: 100%;
}
.dsyy,.dsyy img{
	width: 100%;
}
.brief_text{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 1%;
}
.inews_list{
	width: 100%;
}
.inews_list li{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #c3c3c3;
}
.inews_list li a{
	color: #666666;
	display: block;
	float: left;
	width: 100%;
}
.inews_list li a:hover{
	color: #04a152;
	display: block;
	float: left;
	width: 100%;
}
.inews_list li a .fl{
	width: 66%;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}

.footer{
	width: 100%;
}
.f_in{
	width: 100%;
	padding: 3.5% 0;
	background: #222222;
}
.f_in .con>div{
	min-height: 175px;
}
.f_in1{
	width: 29%;
	float: left;
	border-right: #b5b5b5 1px solid;
}
.f_in1 h4{
	font-size: 14px;
	color: #b5b5b5;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 4%;
}
.f_inp{
	width: 52%;
	font-size: 14px;
	line-height: 1.8em;
	padding: 0 2%;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	background: none;
	color: #b5b5b5;
}
.f_sub{
	font-size: 14px;
	line-height: 1.8em;
	padding: 1px 5%;
	color: #ffffff;
	background: #04a152;
}
.fx{
	margin-top: 9%;
}
.fx ul li{
	float: left;
	margin-right: 4%;
}
.fx ul li a{
	display: block;
	width: 100%;
}
.fx ul li a img{
	width: 100%;
}

.f_nav{
	width: 14.6666%;
	float: left;
	/*background: url(/uploads/image/eimages/f_xian.png) no-repeat left top;*/
	padding-left: 5%;
}
.f_nav dt{
	margin-bottom: 7%;
}
.f_nav dt a{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.f_nav dd{
	margin-bottom: 6%;
	line-height: 14px;
}
.f_nav dd a{
	font-size: 14px;
	color: #b5b5b5;
}

.bottom{
	background: #333333;
	font-size: 14px;
	color: #b5b5b5;
	line-height: 20px;
	padding: 0.8% 0;
}
.bottom a{
	color: #b5b5b5;
}


/*ny*/
.ny_main{
	padding: 2.6% 0 5% 0;
}
.ny_left{
	width: 200px;
}
.nyl_tit{
	background: url(/uploads/image/eimages/nyl_tit_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.nyl_tit h3,.nyl_tit p{
	display: inline-block;
	line-height: 3.2em;
	color: #ffffff;
}
.nyl_tit h3{
	font-size: 18px;
}
.nyl_tit p:first-of-type{
	font-size: 16px;
}
.nyl_tit p:last-of-type{
	font-size: 14px;
	text-transform: uppercase;
}
.nyl_menu{
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.nyl_menu >ul >li{
	font-size: 16px;
	font-weight: bold;
	line-height: 3.2em;
	border-bottom: 1px solid #e1e1e1;
}
.nyl_menu >ul >li >p{
	display: block;
	height: 100%;
	color: #333333;
	padding-left: 12%;
}
.nyl_menu >ul >li:hover >p{
	color: #00994c;
}
.nyl_menu >ul >li >p span{
	margin-right: 6px;
}


.nyl_menu >ul >li ol{
	display: none;
	padding-bottom: 10%;
	padding-left: 12%;
}
.nyl_menu >ul >li:first-of-type ol{
	display: block;
}
.nyl_menu > ul > li > a.cur {
    color: #00994c;
}
.nyl_menu >ul >li ol li{
	font-size: 14px;
	line-height: 2.6em;
}
.nyl_menu >ul >li ol li a{
	color: #666666;
}
.nyl_menu >ul >li:hover >a{
	color: #00994c;
}
.nyl_menu >ul >li a{
	display: block;
	height: 100%;
	color: #333333;
	padding-left: 10%;
}
.nyl_contact{
	width: 100%;
	margin-top: 20%;
}
.nyl_info{
	font-size: 14px;
	color: #333333;
	line-height: 2.5em;
	padding: 5% 5% 15% 5%;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.ny_right{
	width: 80%;
}
.weizhi{
	padding-bottom: 1%;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 1%;
}
.weizhi li{
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 1em;
}
.weizhi li a{
	color: #666666;
}
.weizhi img{
	vertical-align: top;
}
.ny_con{
	width: 100%;
	margin-top: 3.5%;
}



/*about*/
.about_con{
	width: 98%;
	padding: 0 1%;
}
.about_text{
	font-size: 16px;
	line-height: 2.8em;
	color: #666666;
	text-indent: 2em;
}
.solve_text{
	font-size: 16px;
    line-height: 2.8em;
    color: #666666;
    text-indent: 2em;
}
.about_text b{
	color: #00994c; 
	font-size: 18px;
}
.about_img{
	margin-top: 5%;
}
.about_img li{
	width: 47%;
	float: left;
	margin-right: 6%;
}
.about_img li:nth-of-type(2n){
	margin-right: 0;
}
.about_img img{
	width: 100%;
}
.about_text ul {
    margin-top: 5%;
}
.about_text ul li {
    width: 43%;
    float: left;
    margin-right: 6%;
}
.about_text img{
	width: 100%;
}
.news_text {
    font-size: 16px;
    line-height: 2.8em;
    color: #666666;
    text-indent: 2em;
}
.newslist {
    width: 100%;
}
.news_text ul li {
    margin-top: 15px;
    clear: both;
    border-bottom: dotted 2px #a8a8a8;
    background: url(/uploads/image/edimages/icon_19.png) no-repeat left 13px;
    line-height: 250%;
}
.news_text ul li a {
    color: #666666;
}
.news_text ul li span{
	float:right;
}
.news_text ul li a:hover{
	color: #04a152;
}
/*cpzx*/
.cp_list li{
	width: 28.75%;
	float: left;
	margin-right: 6.875%;
	margin-bottom: 3%;
}
.cp_list li:nth-of-type(3n){
	margin-right: 0;
}
.cp_list li a{
	display: block;
}
.cp_list li a img{
	width: 100%;
}
.cp_list li a p{
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 2em;
	margin-top: 4%;
	text-align: center;
}


/*cpxq*/
.xq1,.xq2{
	width: 100%;
}
.xq_img{
	width: 44.58%;
	float: left;
}
.xq_img img{
	width: 100%;
}
.xq1_f{
	width: 52%;
	float: right;
}
.xq1_f h3{
	font-size: 20px;
	line-height: 1.7em;
	margin-top: 2%;
}

.xq1_f p{
	font-size: 16px;
	color: #666666;
	line-height: 2.2em;
	margin-top: 3%;
}
.xq1_f ul b{
	color: #333333;
}
.xq1_f ul a{
	display: inline-block;
	width: 140px;
	font-size: 18px;
	line-height: 2em;
	padding: 1.1% 0;
	margin: 0 0;
	text-align: center;
	margin-top: 5%;
	color: #ffffff;
}
.xq1_f ul a:first-of-type{
	background: #00994c;
	margin-right: 6%;
}
.xq1_f ul a:last-of-type{
	background: #ec1c24;
}


.xq2{
	color: #333333;
	margin-top: 2%;
}
.xq2 h5{
	font-size: 16px;
	line-height: 2.2em;
}
.xq2 p{
	font-size: 14px;
	line-height: 2.5em;
}
.xq2 ul:first-of-type li{
	width: 100%;
	float: left;
}
.xq2 ul:first-of-type li p{
	float: left;
	margin-right: 10%;
}
.xq2 ul:first-of-type li:last-of-type p{
	margin-right: 3%;
}
.xq2 ul:nth-of-type(3),.xq2 ul:nth-of-type(4){
	margin-top: 4%;
}




/*ny3*/

.shop input[type='checkbox']{  
	display: none;
}  
.shop input[type='checkbox'] label:before{  
	content: '';  
	width: 12px;  
	height: 12px; 
	margin-right: 4px;
	margin-top: 2px; 
	vertical-align: middle;  
	display: inline-block;   
	border: 1px solid #aaaaaa;  
	float: left;
}  
.shop input[type='checkbox']:checked label:before{  
	width: 18px;  
	height: 15px;  
	border: none;
	margin-right: 0px;
	margin-top: 0px;
	background: url(/uploads/image/eimages/gou.png) no-repeat; 
}

.shops table{
	width: 100%;
	text-align: center;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 3.5%;
}
.shops table tr:first-of-type th:first-of-type input[type='checkbox'] label:before{
	margin-top: 12px; 
}
.shops table tr:first-of-type th:first-of-type input[type='checkbox']:checked label:before{
	margin-top: 10px; 
}
.shops table tr:not(:last-of-type) td{
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.shops table tr th{
	font-size: 14px;
	color: #757575;
	font-weight: normal;
	line-height: 2.5em;
	background: #f7f7f7;
}
.shops table tr th:first-of-type,.shop table tr td:first-of-type{
	width: 48px;
	padding-left: 10px;
}
.shops table tr label{
	float: left;
}
.shops table tr th:nth-of-type(2),.shops table tr td:nth-of-type(2){
	width: 90px;
}
.shops table tr td:nth-of-type(2) img{
	max-width: 100%;
}
.shops table tr td{
	min-height: 138px;
}
.shops table tr td:nth-of-type(3){
	width: 44%;
	font-size: 14px;
	color: #555555;
	text-align: left;
	padding-left: 5%;
	padding-right: 15%;
}
.shops table tr td:nth-of-type(4),.shops table tr td:nth-of-type(6){
	font-size: 16px;
	color: #00994c;
	font-weight: bold;
}
.shops table tr td:nth-of-type(5){
	width: 104px;
}
.shops table tr td:nth-of-type(5) input,.shuliang input{
	width: 48px;
	height: 28px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	color: #777777;
	text-align: center;
}
.shops table tr td:nth-of-type(5) span,.shuliang span{
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	line-height: 26px;
	color: #777777;
	text-align: center;
}
.shops table tr td:last-of-type{
	width: 110px;
}
.shops table tr td:last-of-type a{
	color: #777777;
	font-size: 14px;
}
.jiesuan>.fl{
	line-height: 50px;
}
.all{
	font-size: 14px;
	color: #2f2f2f;
}
.all input[type='checkbox'] label:before{
	margin-top: 18px; 
}
.all input[type='checkbox']:checked label:before{
	margin-top: 16px; 
}
.delete a{
	margin-left: 50px;
	font-size: 14px;
	color: #a09e9e;
}
.jiesuan .fr p{
	font-size: 14px;
	color: #2f2f2f;
	line-height: 43px;
}
.jiesuan .fr p span{
	color: #c50000;
}
.jiesuan .fr p span:nth-of-type(2){
	font-size: 30px;
}

.jiage{
	display: none;
	margin-top: 5px;
	width: 100%;
}
.jiage span{
	display: inline-block;
	color: #00994c;
	font-weight: bold;
}
.xiaoji span{
	font-size: 18px;
}
.shuliang{
	display: none;
	margin-top: 5px;
}

/* 修改密码 */
.login_p{
	width: 32%;
	margin-right: 30%;
}
.login_p h3{
	background: url(/uploads/image/eimages/login_titx.png) repeat-x left center;
	text-align: center;
	font-size: 18px;
	color: #3b3b3b;
	font-weight: normal;
	line-height: 1em;
}
.login_p h3 span{
	width: 30%;
	display: inline-block;
	background: #ffffff;
}
.login_p>p{
	text-align: right;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10%;
}
.login_p>p a{
	color: #777777;
}
.login_p>p a span{
	color: #e30117;
}


/*login*/
.login_main{
	padding-top: 6%;
	padding-bottom: 14%;
}
.login_img{
	width: 42%;
	margin-left: 5%;
	text-align: center;
}
.login_r{
	width: 32%;
	margin-right: 8.6%;
}
.login_r h3{
	background: url(/uploads/image/eimages/login_titx.png) repeat-x left center;
	text-align: center;
	font-size: 18px;
	color: #3b3b3b;
	font-weight: normal;
	line-height: 1em;
}
.login_r h3 span{
	width: 30%;
	display: inline-block;
	background: #ffffff;
}
.login_r>p{
	text-align: right;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10%;
}
.login_r>p a{
	color: #777777;
}
.login_r>p a span{
	color: #e30117;
}
.login_box{
	width: 100%;
}
.login_box li{
	display: table;
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 2% 0;
	margin-bottom: 8%;
}
.login_box li p{
	display: table-cell;
	vertical-align: middle;
}
.login_box li p:first-of-type{
	width: 9.32%;
	border-right: 1px solid #dcdcdc;
}
.login_box li p:nth-of-type(2){
	width: 90.68%;
	padding: 0 3%;
}
.login_box li p:nth-of-type(2) input{
	width: 100%;
	height: 100%;
	color: #a4a3a3;
}


.login_cz{
	width: 100%;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 18px;
}
.login_cz .fl input[type='checkbox']{  
	display: none;
}  
.login_cz .fl input[type='checkbox'] label:before{  
	content: '';  
	width: 12px;  
	height: 12px; 
	margin-right: 4px;
	margin-top: 2px; 
	vertical-align: middle;  
	display: inline-block;   
	border: 1px solid #aaaaaa;  
	float: left;
}  
.login_cz .fl input[type='checkbox']:checked label:before{  
	width: 18px;  
	height: 15px;  
	border: none;
	margin-right: 0px;
	margin-top: 0px;
	background: url(/uploads/image/eimages/gou.png) no-repeat; 
}
.login_cz a{
	color: #3b3b3b;
}
.submit{
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background: #00994c;
	padding: 3% 0;
	margin-top: 15%;
}


.zuce li{
	position: relative;
	margin-bottom: 5%;
}
.zuce li:after{
	content: "*";
	color: #ff0000;
	position: absolute;
	right: -5%;
	top: 20%;
}
.zuce_but{
	margin-top: 3%;
}



/*grzx*/
.gr_left{
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
.gr_tit{
	width: 100%;
	font-size: 17px;
	color: #ffffff;
	background: #00994c;
	padding: 4% 0;
	text-indent: 6%;
}
.gr_list{
	min-height: 220px;
	padding: 15% 6%;
}
.gr_list >div{
	display: table;
}
.gr_list >div>div{
	display: table-cell;
	vertical-align: top;
}
.gr_ico{
	width: 17.6%;
}
.gr_llist h5{
	font-size: 15px;
	color: #333333;
	margin-bottom: 10%;
}
.gr_llist ul li{
	width: 100%;
	font-size: 15px;
	margin-bottom: 15%;
}
.gr_llist ul li a{
	color: #888888;
}
.gr_llist ul li a:hover{
	color: #00994c;
}
.gr_top{
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	background: #f3f3f3;
	line-height: 2em;
	padding-left: 2%;
}
.gr_top a{
	font-size: 13px;
	color: #555555;
	margin-right: 4%;
}
.gr_top a:last-of-type{
	margin-right: 0;
}
.gr_top a:hover{
	color: #00994c;
}


.gr_tt{
	display: table;
	width: 100%;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 2em;
	color: #2b2b2b;
	margin: 2% 0;
}
.gr_tt li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.gr_tt li:first-of-type{
	text-align: left;
	text-indent: 2%;
}

.gr_con{
	width: 100%;
}
.dd{
	width: 100%;
	margin-bottom: 4%;
}
.dd:last-of-type{
	margin-bottom: 0;
}
.ddxx{
	width: 100%;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	background: #f5f5f5;
}
.ddxx p{
	display: inline-block;
	color: #666666;
	font-size: 12px;
	line-height: 22px;
}
.ddxx p:first-of-type{
	margin-left: 1%;
	margin-right: 8%;
}
.dd ul{
	display: table;
	width: 100%;
}
.dd ul li{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	text-align: center;
	color: #2b2b2b;
	font-size: 14px;
}
.dd ul li a{
	color: #2b2b2b;
}
.gr_tt li:first-of-type,.dd ul li:first-of-type{
	width: 37.5%;
}
.dd ul li:first-of-type{
	padding: 1% 0;
}
.dd ul li:first-of-type div{
	width: 23.6%;
	min-width: 50px;
	display: inline-block;
}

.dd ul li:first-of-type p{
	width: 75%;
	display: inline-block;
	color: #555555;
}
.gr_tt li:nth-of-type(2),.dd ul li:nth-of-type(2){
	width: 6.7%;
}
.gr_tt li:nth-of-type(3),.dd ul li:nth-of-type(3){
	width: 13%;
}
.gr_tt li:nth-of-type(4),.dd ul li:nth-of-type(4){
	width: 20%;
	display: none;
}
.gr_tt li:nth-of-type(5),.dd ul li:nth-of-type(5){
	width: 12.5%;
}
.gr_tt li:nth-of-type(6),.dd ul li:nth-of-type(6){
	width: 15%;
}
.gr_tt li:nth-of-type(5),.dd ul li:nth-of-type(5),.gr_tt li:nth-of-type(7),.dd ul li:nth-of-type(7){
	min-width: 60px;
}

.jy{
	display: none;
	width: 100%;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	background: #f5f5f5;
}
.jy p{
	float: left;
	width: 25%;
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
.jy p a{
	color: #2b2b2b;
}

.fenye{
	width: 100%;
	margin-top: 8%;
	text-align: center;
}



/*tjdd*/
.tjdd{
	width: 100%;
	padding: 3% 0 8% 0;
}
.xzdz{width: 100%;}
.xzdz_tit{
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	background: #f3f3f3;
	line-height: 2em;
	padding-left: 1%;
	font-size: 15px;
}
.xzdz_con{
	padding: 0 1%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e6e6e6;
}
.xzdz_add{
	padding: 0 17%;
	width: 90%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e6e6e6;
}
.xzdz_listadd li{
	width: 310px;
	min-height: 140px;
	float: left;
	border: 1px solid #e6e6e6;
	padding: 1% 1%;
	font-size: 15px;
	box-sizing: border-box;
	margin-right: 5%;
	margin-top: 2%;
}
.xzdz_list li{
	width: 310px;
	min-height: 140px;
	float: left;
	border: 1px solid #e6e6e6;
	padding: 1% 1%;
	font-size: 15px;
	box-sizing: border-box;
	margin-right: 5%;
	margin-top: 2%;
}
.xzdz_listadd li:nth-of-type(3n){
	margin-right: 0;
}
.xzdz_list li:nth-of-type(3n){
	margin-right: 0;
}
.dz_top{
	color: #555555;
	line-height: 1.8em;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 2%;
}
.dz_top p{
	display: inline-block;
}
.dz_top p:first-of-type{
	margin-right: 4%;
}
.dz_in,.dz_dh{
	color: #777777;
	line-height: 1.5em;
}
.xzdz_list li a{
	display: none;
	color: #d9010e;
}

.xzdz_list .cur{
	background: url(/uploads/image/eimages/gou1.png) no-repeat right bottom;
}
.xzdz_list .cur a{
	display: block;
}
.xzdz_listadd li a{
	display: none;
	color: #d9010e;
}

.xzdz_listadd .cur{
	background: url(/uploads/image/eimages/gou1.png) no-repeat right bottom;
}
.xzdz_listadd .cur a{
	display: block;
}
.dz_cz{
	margin: 1% 0 0 0;
}
.dz_cz a{
	font-size: 15px;
	color: #d9010e;
}

.xdz{
	width: 100%;
	padding: 2% 0 3% 0;
	border-bottom: 1px solid #e6e6e6;
}
.xdz ul{
	width: 550px;
}
.xdz ul li{
	width: 100%;
	display: table;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 2%;
}
.xdz ul li>div{
	display: table-cell;
	vertical-align: top;
}
.xdz ul li input,.xdz ul li textarea{
	width: 100%;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	color: #888888;
	line-height: 1.5em;
	padding: 1% 3%;
	float: left;
	font-size: 15px;
}

.xdz ul li>div:first-of-type{
	width: 6.5em;
	padding-right: 0.5em;
	text-align: right;
}
.xdz ul li>div select{
	width: 31.6%;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	float: left;
	margin-right: 2.6%;
	text-align: center;
	color: #888888;
	padding: 0.3em 0;
	padding-left: 3%;
	font-size: 15px;
}
.xdz ul li>div select:last-of-type{
	margin-right: 0;
}
.guhua input:first-of-type{
	width: 34%;
	margin-right: 2.6%;
}
.guhua input:nth-of-type(2){
	width: 63.4%;
}
.shezhi{
	font-size: 15px;
}
.shezhi input[type='checkbox']{  
	display: none;
}  
.shezhi input[type='checkbox'] label:before{  
	content: '';  
	width: 12px;  
	height: 12px; 
	margin-right: 4px;
	margin-top: 8px; 
	vertical-align: middle;  
	display: inline-block;   
	border: 1px solid #aaaaaa;  
	float: left;
}  
.shezhi input[type='checkbox']:checked label:before{  
	width: 18px;  
	height: 15px;  
	border: none;
	margin-right: 0px;
	margin-top: 6px;
	background: url(/uploads/image/eimages/gou.png) no-repeat; 
}

.zffs{
	width: 100%;
	padding: 2% 0 3% 0;
	border-bottom: 1px solid #e6e6e6;
}
.zffs h4{
	font-size: 16px;
	line-height: 2em;
	color: #333333;
}
.zffs ul{
	width: 100%;
	padding: 1% 0;
}
.zffs ul li{
	width: 98px;
	height: 31px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	line-height: 29px;
	text-align: center;
	color: #333333;
	font-size: 12px;
}
.zffs ul li:first-of-type{
	margin-left: 2%;
}
.zffs ul .cur{
	color: #d9010e;
	border: 1px solid #d9010e;
	background: url(/uploads/image/eimages/gou2.png) no-repeat right bottom;
}

.spxx{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.spxx_top{
	font-size: 15px;
	margin: 2% 0;
}
.spxx_top p{
	color: #2b2b2b;
}
.spxx_top a{
	color: #d9010e;
}
.spxx_top a img{
	margin-right: 5px;
	vertical-align: middle;
}
.sp_info{
	width: 100%;
}
.sp_info li{
	width: 100%;
	display: table;
	margin: 1% 0;
}
.sp_info li>div{
	display: table-cell;
	vertical-align: middle;
}
.sp_info li>div:first-of-type{
	width: 7.5%;
	min-width: 40px;
}
.sp_info li>div:nth-of-type(2){
	width: 27%;
	padding-left: 5%;
	font-size: 14px;
	line-height: 1.4em;
	color: #555555;
}
.sp_info li>div:nth-of-type(3){
	width: 35%;
	text-align: center;
	font-size: 15px;
	color: #333333;
}
.sp_info li>div:nth-of-type(3) span:first-of-type{
	margin-right: 10px;
}
.sp_info li>div:nth-of-type(4){
	text-align: right;
	font-size: 16px;
	color: #00994c;
}

.zongjie{
	width: 100%;
	font-size: 15px;
}
.zongjie ul{
	display: inline-block;
	float: right;
	margin-top: 2%;
}

.zongjie ul li{
	display: table;
	margin-bottom: 5%;
}
.zongjie ul li p{
	display: table-cell;
}
.zongjie ul li p:first-of-type{
	width: 8em;
	text-align: right;
	color: #2f2f2f;
}
.zongjie ul li p:nth-of-type(2){
	color: #d9010e;
}
.zongjie ul li:last-of-type p:nth-of-type(2){
	font-size: 26px;
	font-weight: bold;
}

.tijiao{
	width: 100%;
	margin-top: 4%;
}
.tijiao a{
	display: block;
	width: 155px;
	background: #ec1c24;
	float: right;
	font-size: 21px;
	line-height: 2.3em;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}




/* kefu */

.kefu{
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -136px;
	z-index: 9999;
}
.kefu_but{
	width: 19px;
	float: left;
	text-align: center;
	background: #00994c;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 4px;
	border-radius: 6px 0 0 6px;
	overflow: hidden;
	margin-top: 55px;
}
.kefu_box{
	width: 145px;
	height: 272px;
	float: left;
	border: 4px solid #00994c;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background: #ffffff;
}
.kefu1{
	padding: 0 10px;
	border-bottom: 4px solid #00994c;
}
.kefu1 p{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e7e6e6;
	box-sizing: border-box;
	font-size: 12px;
	color: #666666;
}
.kefu1 p a{
	color: #666666;
}
.kefu1 p:first-of-type a{
	font-size: 14px;
	color: #00994c;
}
.kefu1 p:last-of-type a{
	border-bottom: none;
}
.kefu1 p img{
	margin-right: 10px;
}
.kefu2{
	padding: 10px 4px;
}
.kefu2 h4{
	font-size: 14px;
	color: #00994c;
	font-weight: normal;
}
.kefu2 p{
	font-size: 16px;
	color: #00994c;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
}

/*搜索框*/
.ss{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 100%;
}
.ss h4{
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin:2% 0;
}
.ss .search{
	width: 29%;
	margin-top: 5px;
}