@charset "utf-8";
/* CSS Document */

body{ font-size:14px; color:#000; background:#FFF;    -webkit-text-size-adjust:none;-webkit-font-smoothing: subpixel-antialiased;-moz-osx-font-smoothing: grayscale;  margin:0px; padding:0px;word-break:break-all;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100% }ul,li,p{ list-style-type:none; padding:0px; margin:0px;}img{ border:0px;}
a:link {color:#000;text-decoration: none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
a:visited {text-decoration: none;color: #000;}a:hover {text-decoration: none;color: #000;}a:active {text-decoration: none;color: #333;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;   box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}
.header {
    background: #f5f5f6;
    height: 35px;
    float: left;
    line-height: 35px;
    width: 100%;
    color: #333;
}
.headerl{ float:left; line-height:40px;}.headerr{ float: right; line-height:40px;}
.w-all{ display:none;}
.banner{width:100%; overflow:hidden; margin:0 auto; }.banner img{ width:100%; display:block;}
.swiper img{ width:100%; display:block;}
body{box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;}
 body{font-family:"Microsoft Yahei";}
.main{ max-width:1400px; margin:0 auto; overflow:hidden;} .maina{ max-width:1400px; margin:0 auto; }
.header-active{ display: flex;box-shadow: 12px 12px 25px rgb(0 0 0 / 12%); justify-content: space-between; }
.logo{ float:left; overflow:hidden; width: auto;  margin-top:10px; margin-bottom:0px;}  .logo img{ width:100%; display:block;}
.headh{ width:100%; display:block; transition: all 0.9s; background:#FFF;}
.nav {width:auto; display:block; float: left;}
.nav li {
	float: left;
	position: relative;
	width:auto; z-index:9999;
	}
.nav a {
	 color:#FFF;
	display: block;
	font-size:16px;
	padding: 0px 30px;
line-height:70px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease; 
	
}
.nav li:hover a {
	
color:#fff; 
}
.current a{
	color:#fff; background: #009b4d;}
	
	
.header-active{ background:#fff;transition: all 0.9s;}


.nav li:hover { background: #009b4d;
}

#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 70px;
	visibility: hidden;
	z-index: 1;
	width:auto;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);left: 50%;
    transform: translateX(-50%);

}
li:hover ul#submenu {
	opacity: 1;
	top: 70px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;

}
#submenu li {
	float: none;
	width: 100%;
	overflow:hidden;white-space:nowrap;
	border-bottom:0PX solid #ccc;


	



}
#submenu a:hover {
	background: #f66e00;
	color:#FFF;

}
#submenu a {
background: rgba(255, 255, 255,1);
		font-weight:100;
			padding: 10px 20px;
				font-size:14px;
				text-align:left;
				min-width:64px;
				color:#000;
					line-height:25px;
}

.lv_toptel {
    float: right;
    background: url(tel.png) no-repeat center left;
    text-indent: 75px;
    background-size: 50px 50px;
    background-position: 20px center;
    font-size: 24px; font-weight:bold; font-family:"Microsoft Yahei";
    padding-right: 2%;
 
    overflow: hidden;
    height: 100px;
    line-height: 100px;
}
 .topheader {
    justify-content: space-between;
    height: 70px;
    background: #3db45e; margin-top:10px;
}

.com-title{ width:100%; overflow:hidden; text-align:center; margin-top:50px;}
.com-title p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #f2f2f2;
}
.com-title p:nth-child(2) {
    font-size: 42px;
    font-weight: bold;
    color: #3db45e;
    margin-top: -30px;
}
.com-title p:nth-child(3) {
    font-size: 16px;
 
    color: #666;

}


.titlenav {
	width:100%; overflow:hidden;
    margin-top: 20px; color:#FFFFFF!important;
}


.titlenav  ul {
  text-align: center;

}
.titlenav li{ display:inline-block; overflow:hidden; margin-left:20px; font-size:16px; 
width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #f1efef;
    border-radius: 6px;

}	
	
.titlenav li:hover a{ display:block;
    background-color: #01bc66;
    color: #FFFFFF !important;
}	
	
	
.on a{ display:block;
    background-color: #01bc66 !important;
    color: #FFFFFF !important;
}	
	
	
	
	.boxx{ width:100%; overflow:hidden; margin-top:30px; margin-bottom:40px;}	



.boxx li{  overflow:hidden;width:23.5%;transition: all 0.6s;  margin-bottom:2%; float:left; margin-right:1%;position: relative;} 

.boxx li:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background: #01bc66;
    z-index: 1;
    transition: all .5s ease;
}

.boxx li:hover:before {
    content: '';
    position: absolute;
	bottom:0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #01bc66;
    z-index: 1;
    transition: all .5s ease;
}












.boxx img{ width:100%; display:block;transition: all 0.6s;aspect-ratio: 16/10;object-fit: cover; transition: all 0.3s;}
.boxx li:hover{  box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);}		
.boxx li p{font-size: 18px;
    box-sizing: border-box;
    padding: 18px; background:#FFF; text-align:center;
    color: #333;
    border: #f5f5f5 1px solid;}

.boxx li:hover .imgs img {
    transform: scale(1.1);
}
/*.boxx li:hover p{ background:#01bc66; color:#fff;}*/

.pro-list {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 42px;
    margin-bottom: 27px;
}

.bjf9{ width:100%; overflow:hidden; background:#f9f9f9; padding-bottom:50px; background:url(index2_29.jpg) no-repeat; background-size:cover;}
.aboutus{ float:left; overflow:hidden; margin-top:50px; padding-bottom:40px; width:45%;} 

.aboutus img{ width:100%; display:block;}
.aboutusr{ width:50%; float:right; overflow:hidden; overflow:hidden;}

.aboutusrh1{ width:100%; overflow:hidden; font-size:36px; font-weight:bold; text-align: left; margin-top:50px; }

.aboutusrh2{ width:100%; overflow:hidden; line-height:1.8; color:#666; font-size:16px; margin-top:20px;}

.but1{ width:180px; float:left; margin-top:50px; overflow:hidden; background:#01bc66; position:relative; text-align:center; line-height:50px; z-index:2; font-size:18px; color:#FFF;  bottom:0px; left:0px;border-radius: 50px;}
.but1 a{ color:#FFF;}
.but1:after {
    content: "";
    width: 0px;
    height: 50px;
    background: #009b4d;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: -1;
    border-radius: 3px;
}

.but1:hover:after {
    width: 100%;
}

    .out_container{
      width: 100%;
	  overflow:hidden; margin-bottom:0px;

      position: relative;
 padding-top:20px;
    }
    .in_container{
      width:90%;
	  overflow:hidden;

      margin: 0 auto;
      overflow: hidden;
    }


.swiper_btnb{ background: url(btn.png) no-repeat;
    transform: rotate(180deg);
    width: 52px;
    height: 52px;
--swiper-navigation-size:0;
    right: 0;
    top: 50%;
    bottom: 0;
    outline: none;
    border-radius: 50%;
    background-size: 100% 100%;}

.swiper_btnbc{ background: url(btn.png) no-repeat;

    width: 52px;
    height: 52px;
--swiper-navigation-size:0;
    left: 0;
    top: 50%;
    bottom: 0;
    outline: none;
    border-radius: 50%;
    background-size: 100% 100%;}
.boxli{ float:left; overflow:hidden;} 
.boxliimg{ width:100%; overflow:hidden;object-fit: cover;
    transition: all 0.3s;
}
.boxliimg img{ width:100%; display:block;aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: all 0.3s;}

.boxli p {transition: all .25s ease;
    font-size: 18px;
    box-sizing: border-box;
    padding: 18px;
    background: #FFF;
    text-align: center;
    color: #333;
    border: #f5f5f5 1px solid;
}
.boxli:hover{  box-shadow: 0px 5px 37px 3px rgba(0, 0, 0, 0.08);}		
.boxli:hover p{ background:#01bc66; color:#fff;}


.th_coun_area {
    background: #008000;
    padding: 90px 0 55px; text-align:center; display:block;
}
.indexnews{ width:45%; float:left; overflow:hidden; background:#f8f8f8;  padding:40px; margin-top:50px;}
.indexnewsa{ width:100%; color:#afafaf; overflow:hidden;font-size: 24px;}
.indexnewsb{ width:100%; overflow:hidden; margin-top:15px; margin-bottom:15px; font-size:18px; font-weight:bold;}
.indexnewsc{ width:100%; overflow:hidden; color:#999; line-height:1.5; font-size:16px;}
.indexnewsd{ width:100%; overflow:hidden; margin-top:20px; margin-bottom:20px; } .indexnewsd img{ width:100%; display:block;}
.picnewhc{ width:100%; line-height:180%; font-size:14px; overflow:hidden; color:#666; margin-top:10px;}
.picnewhcd{ width:100px; float:left; line-height:250%; overflow:hidden; margin-top:20px;  color:#CCC; text-align:center;}
.picnewhcd a{ color:#999; font-size:16px;border:#999 1px solid; display:block;}
.picnewhcd a:hover{ background:#3db45e; color:#FFF; display:block;border:#3db45e 1px solid;}

.ind{ width:50%; float:right; overflow:hidden;margin-top:50px;}
.ind li{ width:100%; overflow:hidden;  border-bottom:1px solid #f8f8f8;  padding:30px;transition: all .25s ease;}
 .inda{ width:100%; overflow:hidden; font-size:18px; font-weight:900;}
  .indac{ width:100%; overflow:hidden; font-size:16px; color:#999; margin-top:10px; margin-bottom:5px;}
  .indb{ width:100%; overflow:hidden; font-size:18px; font-weight:bold; }
 
   .indc{ width:100%; overflow:hidden; line-height:1.5; color:#999; font-size:16px;}
 
 .ind li:hover{ background:#3db45e; color:#FFF !important;}
  .ind li:hover .inda{ color:#FFF !important;}
 .ind li:hover .indac{ color:#FFF;}
 
  .ind li:hover .indc{ color:#FFF;}
 
 .xianb{width: 50px; margin-top:5px;
    height: 3px;
    background: #3db45e;}
 
 
.end {
    overflow: hidden;
    width: 100%;
    background: #182c44;
    color: #fff;
    padding: 80px 0 0 0; margin-top:50px;
}
.medf {
    width: 100%;
    background: #000;
    overflow: hidden;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #CCC;
    text-align: center;
}


.medf{ width:100%; background:#182c44; overflow:hidden; text-align: left; padding-top:10px; padding-bottom:10px; color:#CCC; text-align:center;}
.foontes{ width:10%; overflow:hidden; float:left; font-size:16px; margin-bottom:10px;}

.xoan{border-top: 1px solid rgba(255, 255, 255, 0.10); overflow:hidden; width:100%; padding-top:30px; padding-bottom:30px;}
.foontes a{ color:#000; margin-top:5px; font-size:17px;}

.medf a{ color:#ccc;}
.foontes p a{ color:#fff; font-size:14px; line-height:180%; margin-top:10px;}
.txtct{color:#fff; font-size:17px; width:30%; margin-left:8%; overflow:hidden;  line-height:180%; float:left;}.txtct a{ color:#FFF;}
.weix{ overflow:hidden; float: right;}.weix p{ text-align:center; margin-top:10px;}
.weix img{ width:140px; display:block;} 
.txtct p{ color: rgba(255, 255, 255, .66);margin-top:10px; line-height:180%; font-size:16px;}

.endright{display: flex; float:right;}
.endright ul {
    margin-left: 50px;
}



.endright ul li p {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.endright ul li a {
    font-size: 15.5px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    opacity: 0.6;
    transition: 1s;
}
footer .box1 .list1 .tt2 {
    font-size: 14px;
    color: rgba(255, 255, 255, .66);
    padding: 11px 0;
    line-height: 20px;
}


.tt2 div {
    font-size: 34px;
    color: #fff;
    font-family: 'Impact';
    line-height: 40px;
}
 .rig_about2 {
    width: 100%;
    overflow: hidden;
    line-height: 180%;
    margin-bottom: 50px; font-size:16px;
}
 .infon{ line-height:180%; margin-bottom:50px; margin-top:0px; overflow:hidden;}
 .bannern{width:100%; overflow:hidden;  position:relative}.bannern img{ width:100%; display:block;}
.txtn{ width:100%; overflow:hidden; text-align:center;  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); position:absolute; font-size:34px; font-family:"Microsoft Yahei"; font-weight:400; color:#FFF;  text-shadow: 2px 2px 2px #333;}
 

.news-two {
    float: right;
    width: 60%;
    margin: 0 0px;
}.netr {
    width: 100%;
}
.news-two li {
 width:100%; overflow:hidden;
	padding: 16px 16px 16px;
		border-bottom: 1px solid #f7f7f7;
}




.news-two li:hover{ background:#f7f7f7;	border-bottom: 1px solid #fff;}


.news-two li:hover  .two-title { color:#009b4d;}


.news-two li a {
	display: block
}
.news-two .two-title {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-two .desc {
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-two .date {

	padding: 20px 0;transition: all 0.3s;
 float:left; width:10%;
}

.rig_about2{ width:100%; overflow:hidden; line-height:180%; margin-top:0px; margin-bottom:50px;}

.news-four {
	overflow: hidden;
	zoom: 1;
	background-color: #f7f7f7;
	padding: 18px 40px 15px 50px
}
.news-four li {
	border-bottom: 1px solid #e6e6e6
}
.news-four li:last-child {
	border: 0
}
.news-four a {
	position: relative;
	display: block;
	padding: 48px 90px 51px 90px;
	background: url("inewarr.png")98%  center no-repeat;transition: all 0.3s;
}

.news-four a:hover{background: url("inewarr.png")100%  center no-repeat  }


.news-four .date {
	position: absolute;
	left: 0;
	top: 31px
}
.news-four .four-title {font-weight: normal;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.news-four .desc {
	display: none;
	font-size: 0;
	line-height: 36px;
	color: #888;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

 .page_show { margin: 20px 0; width:100%; text-align:center; overflow:hidden; }
.page_show a { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; border-radius: 5px; }
.page_show a:hover, .page_show a.page_current { background: #009b4d; color: #FFF; text-align:center; }
.news-two .date span, .news-two .date b, .news-four .date span, .news-four .date b {
	display: block;
	font-size: 50px;
	line-height: 48px;
	font-weight: bold
}
.news_ {
    text-align: center;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0PX;
}.data {
    margin-bottom: 30px;
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}.xxnre {
	width:100%;
    display: block;
    line-height: 180%;
    margin-bottom: 50px;
}
.contact {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 90px 0;
    flex-wrap: wrap; width:100%;
}
.xxnre{ widows:100%; display:block; line-height:180%; margin-bottom:50px;}
.contact li {
    width: 24%;

    display: flex;
    padding: 60px 2%;transition: 1s;cursor:pointer; border:1px solid #dedede;
}


.data {
    margin-bottom: 30px;
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.news_ {
    text-align: center;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0PX;
}
.contactleft{ width:10%; float:left; overflow:hidden;} .contactleft img{ width:100%; display:block;}
.contactleftr{ width:70%; margin-left:20px; float:right; overflow:hidden; font-size:18px; font-weight:bold; font-family: "Microsoft Yahei"; color:#009b4d;}

.contactleftr p{ font-weight:normal; font-size:16px; color:#000;}


.formBox {
    overflow: hidden;
    width: 100%;
    border: 0px solid #E5E5E5;
    /*padding: 30px 200px 0px 200px;*/
}
.formBox input {
    float: left;
    width: 48%;
    margin-top: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    line-height: 37px;
    height: 49px;
    color: #555555;
    font-size: 16px;
    padding: 5px 20px;
    background: #fff;
}
.formBox textarea {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    background: #fff;
    line-height: 26px;
    height: 167px;
    color: #555555;
    font-size: 16px;
    padding: 10px 20px;
}
._r {
    float: right !important;
}
.formBox .submit {
    float: left;
    width: 27.7%;
    margin: 52px auto 0 auto;
    background: #009b4d;
    color: #fff;
    font-size: 18px;
    line-height: 62px;
    height: 62px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    padding: 0;
    opacity: 1;
}
.inxex_bjb {
    background: #f8f8f8;
    overflow: hidden;
    margin-bottom: 20px;
}
.navq {
	float: left; overflow:hidden;
/*	margin-top:15px;*/
}

.navq li {
	float: left;
	position: relative;
	width:auto; border-right:0px solid #CCC;
	}
.navq a {


	display: block;
	font-size:17px;
	padding: 30px 20px;
line-height:20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}
.navq li:hover a {
	
color:#009b4d;
}

	
.navq li:before {
	content: "";
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	width: 0px;
	height: 3px;
	margin: 15px auto;
	background-color: #009b4d;
	transition: 0.2s 0.2s;
}
.navq li:hover:before {
	width: 60%;
}



.navq li a.current { color: #009b4d}








.navqright{
	float:right;
	overflow:hidden;
	line-height:80px;
	font-size:14px;
	background-image: url(zbb1.png);
	background-repeat: no-repeat;
	background-position: 0px 25px; text-indent:2em;
}




.navq li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.nav_snav a{ color:#009b4d;}


.navq li:last-child:after{ display:none;}
.xxnrt {
    width: 100%;
    overflow: hidden;
    line-height: 180%;
    margin-bottom: 30px;
}
.portel {
    color: #fff !important;  font-family:"Microsoft Yahei";
    font-size: 16px; 
    text-align: center;
background: linear-gradient(to right, #3db45e, #009b4d);
    width: 240px;
    border-radius: 7px;
    padding: 13px 0;
    display: block;
    margin-top: 87px;
}
.pordmaore{ width:48%; float:left; overflow:hidden;} .pordmaore img{ width:100%; display:block;}
.pordmaoreright{ width:48%; float:right; overflow:hidden; line-height:2;}


.news_f {
    text-align: left;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0PX;
}.news_g {
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0PX; color: #666;
}.xiangx {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #CCCCCC; font-weight:bold; font-family:"Microsoft Yahei";

    line-height: 180%;
    font-size: 22px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;
}
 .infonf{ line-height:180%; margin-bottom:50px; margin-top:50px; overflow:hidden;}
 
 
 
 .kqrx{ width:100%; overflow:hidden; border-bottom:1px solid #f8f8f8; margin-top:50px; padding-bottom:50px;}
.kq{ width:60%; float:left; overflow:hidden;}
.kq h1{ width:100%; margin-top:10px; margin-bottom:10px;}
.kqr{ width:35%; float:right; overflow:hidden;}
.kqr img{ width:100%; display:block;}

.zizz{ width:100%; overflow:hidden;}
.zizz li{ width:18%; float:left; overflow:hidden;margin-right:2%; margin-bottom:15px;}
.zizz  h3{ margin-bottom:20px;}
.zizz li img{ width:100%; overflow:hidden; display:block;}

.zizz li p{ width:100%; overflow:hidden; text-align:center;}

.kqrx1{ width:100%; overflow:hidden; border-bottom:1px solid #f8f8f8; margin-top:50px; padding-bottom:50px;}
.kq1{ width:60%; float: right; overflow:hidden;}
.kq1 h1{ width:100%; margin-top:10px; margin-bottom:10px;}
.kqr1{ width:35%; float: left; overflow:hidden;}
.kqr1 img{ width:100%; display:block;}
 
 
 
 
 .yqwh{ width:100%; overflow:hidden;  font-size:24px; text-align:center; font-weight:bold;}
.yqwh1{ width:60%; margin:0 auto; overflow:hidden; line-height:2; font-size:16px; text-align:center; margin-top:20px;}
.liyan{ width:100%; background:#f8f8f8; padding-top:50px; padding-bottom:50px; margin-top:50px; margin-bottom:50px;}
.liyan1{ width:100%; overflow:hidden; text-align:center; font-size:24px; font-weight:bold;}.liyan2{ width:100%; overflow:hidden; text-align:center; font-size:24px; margin-top:10px;}

.liyan3{ width:80%; margin:0 auto; overflow:hidden; margin-top:50px;}
.liyan3 ul{display: table;
margin:0 auto;

text-align: center; }
.liyan3 li{ float: left;  overflow:hidden; padding-left:30px; padding-right:30px; width:20%; }

.liyan3 li p{ color:#999;}
.liyan3 li h5 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 151, 103, 0.7);
    padding: 0 25px;
    background: linear-gradient(to right, #019966 0%, #6bb552 100%);
    border-radius: 40px;
    color: #fff;
}
