.banner .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #01b4ee;
	border: 2px solid white;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.newslist .news-img img {
	width: 100%;
	transition: .3s;
}

.liusou {
	overflow: hidden;
	background: #eeeeee;
	padding: 20px 0;
}

.liusou .fl {
	float: left;
}

.liusou .fl p {
	font-size: 18px;
	color: #999999;
	line-height: 40px;
}

.liusou .fr {
	float: right;
}

.liusou .fr input {
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	background: #bfbfbf;
	color: #333333;
	padding: 0 20px;
	border: none;
	border-radius: 20px;
	outline: none;
	vertical-align: middle;
	padding-right: 60px;
}

.liusou .fr button {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 60px;
	background: url(/static/image/b_sou.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	outline: none;
	margin-left: -40px;
	cursor: pointer;
}

.chanpin {
	overflow: hidden;
	padding-top: 3%;
}

.channav {
	overflow: hidden;
	text-align: center;
}

.channav ul li {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 40px;
	display: inline-block;
	margin: 0 20px;
	padding: 0 10px;
	border-radius: 5px;
	background: #636363;
}

.channav ul li a {
	color: white;
}

.channav ul li:hover {
	background: #18731b;
}

.listchan {
	overflow: hidden;
	margin: 20px 0;
	/*padding: 20px 0;*/
}

.listchan ul {
	margin-right: -3%;
}

.listchan ul li {
	width: 23%;
	margin-right: 2%;
	float: left;
	cursor: pointer;
	padding: 2%;
	text-align: center;
	/*box-shadow: 2px 2px 6px rgba(0, 0, 0, .7);*/
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
}

.listchan ul li:first-child {
	width: 48%;
	padding: 0;
}

.listchan ul li:nth-child(2) {
	padding: 5% 2%;
}

.listchan ul li:nth-child(3) {
	padding: 5% 2%;
}

.listchan ul li img {
	width: 100%;
	display: block;
	margin: auto;
}

.listchan ul li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #414346;
}

.listchan ul li a {
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
	width: 200px;
	border: 1px dashed #d8b28a;
	margin-bottom: 20px;
}

.listchan ul li a span {
	margin-left: 20px;
	display: inline-block;
	width: 35px;
	height: 9px;
	background: url(/static/image/jian_h.png) no-repeat;
	background-size: 100% 100%;
}

.listchan ul li a:hover {
	background: #18731b;
	color: white;
}

.listchan ul li a:hover span {
	background: url(/static/image/jian_w.png) no-repeat;
	background-size: 100% 100%;
}

.tillp {
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
}

.tillp h2 {
	font-size: 30px;
	position: relative;
	font-weight: bold;
}

.green h2 {
	color: #18731b;
}

.blues h2 {
	color: #08770e;
}

.tillp h2:before {
	content: "";
	display: block;
	width: 10%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 25%;
	background: #eaeaea;
}

.tillp h2:after {
	content: "";
	display: block;
	width: 10%;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 25%;
	background: #eaeaea;
}

.tillp .ying {
	text-transform: uppercase;
	color: #888888;
}

.tillp p {
	font-size: 18px;
	line-height: 34px;
}

.write p {
	color: white;
}

.write .ying {
	text-transform: uppercase;
	color: white;
}

.hid .swiper-button-prev.swiper-button-white {
	background-image: url(/static/image/fpver.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.hid .swiper-button-next.swiper-button-white {
	background-image: url(/static/image/fnext.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.fangan {
	/*background: url(/static/image/fanganbg.jpg) no-repeat;*/
	background-size: 100% 100%;
	overflow: hidden;
}

.hid {
	position: relative;
}

.indfangan {
	overflow: hidden;
}

.indfangan .list {
	overflow: hidden;
}

.indfangan .duo {
	font-size: 16px;
	display: block;
	line-height: 40px;
	width: 200px;
	border: 1px dashed #d8b28a;
	margin-bottom: 20px;
	margin: 20px auto;
	text-align: center;
}

.indfangan .duo span {
	margin-left: 20px;
	display: inline-block;
	width: 35px;
	height: 9px;
	background: url(/static/image/jian_h.png) no-repeat;
	background-size: 100% 100%;
}

.indfangan ul {
	margin-right: -2%;
}

.indfangan ul li {
	width: 23%;
	margin-right: 2%;
	float: left;
	position: relative;
}

.indfangan ul li img {
	width: 100%;
	display: block;
}

.indfangan ul li .infos {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 20px;
}

.indfangan ul li h3 {
	font-size: 26px;
	width: 30px;
	margin: auto;
	color: white;
	border-bottom: 2px solid white;
	margin-bottom: 10px;
}

.indfangan ul li p {
	font-size: 16px;
	color: white;
	text-transform: uppercase;
}

.indfangan ul li p.ying {
	font-size: 14px;
}

.fangan .fbanner {
	padding-bottom: 50px;
}

.fangan .swiper-slide {
	position: relative;
	box-shadow: 0px 14px 10px rgb(0 0 0 / 70%);
	border-radius: 160px/40px;
	/* padding-top: 100px; */
}

.fangan .fbanner img {
	width: 100%;
	display: block;
}

.fangan .fbanner .box {}

.fangan .fbanner .box h3 {
	font-size: 22px;
	color: #000000
}

.fangan .fbanner .box p {
	font-size: 14px;
	color: #e60012
}

.zizhi {
	background: url(/static/image/zizhibg.jpg) no-repeat;
	background-size: 100% 100%;
}

.swiper-button-next {
	outline: none;
}

.swiper-button-prev {
	outline: none;
}

.youshi {
	overflow: hidden;
	margin-top: 20px;
}

.youshibox {
	overflow: hidden;
	padding: 20px 0;
}

.youshibox img {
	display: block;
	width: 100%;
}

.youshibox .fl {
	float: left;
	width: 49%;
	position: relative;
}

.youshibox .fl:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    background: #D2D2D2;
    top: 0;
    left: 9%;
    z-index: -1;
}
.youshibox .fl ul li {
	display: -webkit-flex;
    display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.youshibox .fl ul li .shu {
    font-size: 30px;
    border-radius: 50%;
    /* float: left; */
    color: white;
    background: #18731b;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    font-style: italic;
    line-height: 60px;
   
}

.youshibox .fr {
	float: right;
	width: 49%;
}

.youshibox .fl .tes {
    margin-left: 4%;
    float: right;
    width: 78%;
}

.youshibox .fl .tes h3 {
	font-size: 20px;
	font-weight: bold;
	color: #18731b;
	margin-bottom: 10px;
}

.youshibox .fl .tes p {
	font-size: 14px;
	color: #666666;
}

.gong .bgs {
	/*background: url(/static/image/gongbg.jpg) no-repeat;*/
	background-size: 100% 100%;
	padding: 3% 0 8% 0;
}

.gong .wanlist {
	margin-top: -5%;
}

.gong .wanlist .news-con h3 {
	text-align: center;
}

.gong .newslist {
	margin-right: -2%;
}

.gong .newslist li {
	float: left;
	width: 31.33%;
	/*padding: 20px;*/
	margin-bottom: 20px;
	background: whitesmoke;
	margin-right: 2%;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.gong .newslist li .news-con {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgb(68 68 68 / 67%);
	padding: 3% 0;
}

.gong .newslist li .news-con h3 {
	color: white;
}

.indexnew .quan .fl {
	width: 50%;
}

.indexnew .quan {
	overflow: hidden;
	display: none;
}

.indexnew .quan ul {
	display: block;
}

.indexnew .quan .fl .newslist li {
	/* float: left; */
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

.indexnew .quan .fr {
	float: right;
	width: 48%;
}

.indexnew .quan dl {
	overflow: hidden;
	margin-bottom: 20px;
}

.indexnew .quan dt {
	float: left;
	width: 16%;
}

.indexnew .quan dt span {
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 10px;
	background: #057ae8;
	color: white;
}

.indexnew .quan dt p {
	text-align: center;
	font-size: 14px;
}

.indexnew .quan dd {
	float: right;
	width: 80%;
	margin: 0;
}

.indexnew .quan dd h3 {
	font-size: 18px;
	color: #494949;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.indexnew .quan dd p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indexnew .quan dd:hover h3 {
	color: #3356ac;
}

.mosenew {
	display: block;
	width: 140px;
	font-size: 18px;
	border: 1px Solid #E7E7E7;
	text-align: center;
	float: right;
	margin: 20px 0;
	line-height: 40px;
	border-radius: 20px;
}

.mosenew a {
	display: block;
}

.mosenew:hover a {
	color: #007AFF;
}

.yqing {
	overflow: hidden;
	margin: 50px 0 30px 0;
}

.yqing h3 {
	font-size: 16px;
	border-bottom: 1px Solid #dcdcdc;
	position: relative;
	line-height: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.yqing h3:before {
	content: "";
	width: 80px;
	height: 6px;
	background: #158a3d;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.yqing .mose {
	float: right;
}

.yqing a {
	display: inline-block;
	font-size: 14px;
	color: #313131;
	margin: 0 10px;
}

.pros {
	padding-top: 30px;
	margin-bottom: 50px;
}

.pros h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
}

.pros h3 a {
	margin-top: 10px;
	font-weight: 100;
	float: right;
	font-size: 20px;
	color: #7f7f7f;
}

.boxpro ul li {
	overflow: hidden;
	/*display: flex;*/
	padding: 20px 0;
}

.boxpro ul li:nth-child(odd) .img {
	float: right;
	width: 50%;
	overflow: hidden;
}

.boxpro ul li:nth-child(even) .img {
	float: left;
	width: 50%;
	/*border-radius: 10px;*/
	/*border-bottom-right-radius:10px ;
	border-top-right-radius: 10px;*/
	overflow: hidden;
}

.boxpro ul li .img img {
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.boxpro ul li .img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.boxpro ul li:nth-child(odd) .wen {
	width: 50%;
	float: left;
	/*	background: url(/static/image/bgwen.png)no-repeat;*/
	background-size: 100% 100%;
	/*min-height: 434px;*/
	/*min-height:320px;*/
	/*height:516px;*/
	/*border-radius: 10px;*/
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.boxpro ul li:nth-child(even) {
	background: url(/static/image/bgyou.jpg) no-repeat;
	background-size: 100% 100%;
}

.boxpro ul li:nth-child(even) .wen {
	width: 50%;
	float: right;
	/*background: url(/static/image/bgwenhui.png)no-repeat;*/
	background-size: 100% 100%;
	/*min-height:320px;*/
	/*height:516px;*/
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	/*border-radius: 10px;*/
	overflow: hidden;
}

.ben {
	width: 100%;
	padding: 2% 4%;
}


/*.boxpro ul li:nth-child(even) .ben {
	padding-left: 5%;
}*/


/*.boxpro ul li:nth-child(2) .wen .ben {
	float: left;
	text-align: left;
	
}

.boxpro ul li:nth-child(1) .wen .ben {
	float: right;
	text-align: right;
	
}*/

.boxpro ul li h3 {
	font-size: 80px;
	font-weight: bold;
	color: #eeeeee;
	text-transform: uppercase;
	margin-top: 0;
}

.boxpro ul li:nth-child(even) h3 {
	color: #ffffff;
}

.boxpro ul li h4 {
	font-size: 80px;
	font-weight: bold;
	color: #111111;
	font-family: "Î¢ÈíÑÅºÚ";
	margin-top: -80px;
	padding-left: 20px;
	height: 68px;
	overflow: hidden;
}

.boxpro ul li h4 span {
	font-size: 18px;
	display: inline-block;
	margin-top: -42px;
	vertical-align: middle;
	margin-left: -20px;
}

.boxpro ul li h5 {
	font-size: 20px;
	font-weight: bold;
	color: #057ae8;
	margin-top: 0px;
	position: relative;
	line-height: 50px;
	margin-bottom: 0px;
}

.boxpro ul li h5:after {
	content: "";
	display: block;
	clear: both;
}

.boxpro ul li h5 span {
	float: left;
	margin-right: 20px;
}

.boxpro ul li h5 img {
	width: 102px;
	float: left;
	display: inline-block;
	vertical-align: bottom;
	margin-top: -50px;
}

.boxpro ul li p {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #7a7a7a;
	padding-left: 20px;
	position: relative;
}

.boxpro ul li p:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	background: red;
	left: 0;
}

.boxpro ul li a {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	background: #057ae8;
	color: white;
	width: 140px;
	border-radius: 20px;
	line-height: 40px;
	margin: 20px 0;
	margin-right: 30px;
}

.boxpro ul li .xian {
	font-size: 20px;
	color: #057ae8;
	font-weight: bold;
}

.indexnew {
	margin-bottom: 30px;
}

.indexnew .til {
	text-align: center;
	font-size: 2rem;
	color: #222222;
	line-height: 34px;
	font-weight: bold;
	position: relative;
}

.indexnew .til:before {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	left: 25%;
}

.indexnew .til:after {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	right: 25%;
}

.tilp {
	text-align: center;
	color: #999999;
	margin: 20px 0;
	font-size: 14px;
}

.newnav {
	text-align: center;
	margin: 20px 0;
}

.newnav li {
	display: inline-block;
	font-size: 14px;
	border-radius: 20px;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
}

.newnav li.on {
	background: #75bb36;
	color: white;
}

.wanlist ul {
	/*display: none;*/
}

.newslist li {
	float: left;
	width: 33.33%;
	padding: 10px;
}

.newslist li a {
	display: block;
	border: 1px solid #eee;
	transition: .3s;
}

.newslist .news-img {
	overflow: hidden;
}

.newslist .news-img img {
	width: 100%;
	transition: .3s;
}

.indexnew .newslist .fl {
	width: 24%;
	border-right: 1px solid #afafaf;
	padding: 2%;
	margin-top: 20px;
}

.news-con {
	padding: 2%;
	float: right;
	width: 74%;
}

.news-con h3 {
	padding-top: 5px;
	color: #333;
	font-size: 16px;
	/*height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-con span {
	display: block;
	font-size: 12px;
	color: #999;
}

.news-con p {
	padding-top: 15px;
	font-size: 14px;
	color: #666;
	/*height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newslist li a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.newslist li a:hover .news-img img {
	transform: scale(1.1);
}

.newslist li a:hover h3 {
	color: #75bb36;
}

.newslist li .fl span {
	margin: 10px 0 0 0;
	color: #585858;
	font-size: 18px;
	display: inline-block;
	position: relative;
}

.newslist li .fl p {
	font-size: 14px;
	color: #a7a7a7;
}

.item {
	overflow: hidden;
	display: none;
}

.item .duo {
	font-size: 16px;
	display: block;
	line-height: 40px;
	width: 200px;
	border: 1px dashed #d8b28a;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
}

.item .duo span {
	margin-left: 20px;
	display: inline-block;
	width: 35px;
	height: 9px;
	background: url(/static/image/jian_h.png) no-repeat;
	background-size: 100% 100%;
}


/*.newslist li span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: url(/static/image/mosew.png) no-repeat;
	background-size: 100% 100%;
	top: 5px;
	right: -30px;
}*/


/*.newslist li a:hover span {
	color: #75bb36;
}*/


/*.newslist li a:hover span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: url(/static/image/moseb.png) no-repeat;
	background-size: 100% 100%;
	top: 5px;
	right: -30px;
}*/

@media(max-width:768px) {
	.channav {
		overflow: hidden;
		text-align: left;
	}
	.channav ul li {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 40px;
		display: inline-block;
		margin: 0 2px;
		padding: 0 10px;
		border-radius: 5px;
		background: #636363;
		margin-bottom: 6px;
	}
	.liusou .fl p {
		font-size: 14px;
		line-height: 20px;
	}
	.liusou .fr {
		margin-top: 20px;
		float: right;
		width: 100%;
	}
	.liusou .fr input {
		float: left;
		font-size: 14px;
		width: 80%;
		padding-right: 20px;
		padding: 0 4%;
	}
	.liusou .fr button {
		display: inline-block;
		vertical-align: middle;
		height: 40px;
		width: 60px;
		margin-left: 0%;
		float: right;
		width: 20%;
		max-width: 58px;
	}
	.listchan ul li:first-child {
		width: 100%;
		padding: 0;
	}
	.listchan ul li {
		width: 47%;
		margin-right: 2%;
		float: left;
		cursor: pointer;
		padding: 20px 2%;
		text-align: center;
		/* box-shadow: 2px 2px 6px rgb(0 0 0 / 70%);*/
		margin-bottom: 20px;
	}
	.listchan ul li img {
		width: auto;
		display: block;
		/* min-height: 86px; */
		height: 90px;
		max-width: 100%;
	}
	.listchan ul li:first-child img {
		width: auto;
		display: block;
		/* min-height: 86px; */
		height: auto;
		max-width: 100%;
	}
	.listchan ul li a {
		font-size: 14px;
		display: inline-block;
		line-height: 40px;
		width: 120px;
		border: 1px dashed #d8b28a;
		margin-bottom: 20px;
	}
	.listchan ul li a span {
		margin-left: 4px;
		display: inline-block;
		width: 35px;
		height: 9px;
		background: url(/static/image/jian_h.png) no-repeat;
		background-size: 100% 100%;
	}
	.listchan ul li:nth-child(2) {
		padding: 2%;
	}
	.listchan ul li:nth-child(3) {
		padding: 2%;
	}
	.listchan ul li h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 60px;
		color: #414346;
	}
	.news-con h3 {
		padding-top: 5px;
		color: #333;
		font-size: 14px;
	}
	.indfangan ul li {
		width: 48%;
		margin-bottom: 20px;
	}
	.indfangan ul li .infos {
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 10px;
	}
	.yqing h3 {
		font-size: 14px;
		border-bottom: 1px Solid #dcdcdc;
		position: relative;
		line-height: 40px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.indfangan ul li h3 {
		font-size: 20px;
		width: 30px;
	}
	.indfangan ul li p {
		font-size: 14px;
	}
	.indfangan ul li p.ying {
		font-size: 12px;
	}
	/*.fangan .fbanner img {
		max-width: 120px;
	}*/
	.fangan .fbanner .box {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.fangan .fbanner .box h3 {
		font-size: 16px;
		color: #000000;
	}
	.tillp h2 {
		font-size: 18px;
	}
	.tillp p {
		font-size: 14px;
		line-height: 34px;
	}
	.fangan .swiper-slide {
		position: relative;
	}
	.hid .swiper-button-prev.swiper-button-white {
		width: 30px;
		height: 30px;
	}
	.hid .swiper-button-next.swiper-button-white {
		width: 30px;
		height: 30px;
	}
	.fangan .fbanner .box p {
		font-size: 12px;
		color: #e60012;
	}
	.gong .newslist li {
		float: left;
		width: 47.33%;
		margin-bottom: 20px;
		background: whitesmoke;
		margin-right: 2%;
	}
	.indexnew .newslist li {
		width: 100%;
	}
	.indexnew .quan .fl {
		width: 100%;
	}
	.indexnew .quan .fr {
		float: right;
		width: 100%;
	}
	.indexnew .quan dt {
		float: left;
		width: 22%;
	}
	.indexnew .quan dd {
		float: right;
		width: 72%;
		margin: 0;
	}
	.mosenew {
		display: block;
		float: none;
		margin: auto;
	}
	.boxpro ul li:nth-child(odd) .wen {
		width: 100%;
		float: left;
	}
	.boxpro ul li:nth-child(even) .wen {
		width: 100%;
		float: right;
	}
	.boxpro ul li:nth-child(odd) .img {
		float: right;
		width: 100%;
		overflow: hidden;
	}
	.boxpro ul li:nth-child(even) .img {
		float: left;
		width: 100%;
		/* border-radius: 10px; */
		overflow: hidden;
	}
	.pros {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	.ben {
		width: 100%;
		padding: 0;
	}
	.boxpro ul li h3 {
		font-size: 20px;
		font-weight: bold;
		color: #eeeeee;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 0;
	}
	.boxpro ul li h4 {
		font-size: 20px;
		font-weight: bold;
		color: #111111;
		font-family: "Î¢ÈíÑÅºÚ";
		margin-top: 0;
		padding-left: 20px;
		height: auto;
		overflow: hidden;
	}
	.boxpro ul li h4 span {
		font-size: 14px;
		display: inline-block;
		margin-top: 0px;
		vertical-align: middle;
		margin-left: 0px;
	}
	.boxpro ul li h5 {
		font-size: 14px;
		font-weight: bold;
		color: #057ae8;
		margin-top: 0px;
		position: relative;
		line-height: 50px;
		margin-bottom: 0px;
	}
	.boxpro ul li h5 span {
		float: left;
		margin-right: 20px;
	}
	.boxpro ul li h5 img {
		width: 50px;
		float: left;
		display: inline-block;
		vertical-align: bottom;
		margin-top: -12px;
	}
	.boxpro ul li p {
		font-size: 14px;
		line-height: 26px;
		font-weight: bold;
		color: #7a7a7a;
		padding-left: 20px;
		position: relative;
	}
	.boxpro ul li a {
		display: inline-block;
		font-size: 14px;
		text-align: center;
		background: #057ae8;
		color: white;
		width: 90px;
		border-radius: 20px;
		line-height: 30px;
		margin: 20px 0;
		margin-right: 30px;
	}
	.boxpro ul li {
		overflow: hidden;
		/* display: flex; */
		padding: 20px 0;
	}
	.chanpin .chanfl {
		background: #057ae8;
		width: 100%;
		float: left;
		height: auto;
		max-height: initial;
		padding: 2%;
		overflow: hidden;
	}
	.chanpin .chanfl h2 {
		float: none;
		width: auto;
		line-height: 28px;
		font-size: 18px;
		color: white;
		/* height: 400px; */
		margin-left: 0px;
		/* margin: 0 auto; */
		/* writing-mode: vertical-lr; */
		writing-mode: initial;
	}
	.chanpin .chanfl p {
		float: none;
		width: auto;
		line-height: 24px;
		font-size: 14px;
		color: white;
		/* height: 400px; */
		/* margin: 0 auto; */
		writing-mode: vertical-lr;
		writing-mode: initial;
	}
	.chanpin .chanimg {
		width: 100%;
		float: left;
		margin: 20px 0;
	}
	.youshibox .fl {
		float: left;
		width: 100%;
	}
	.youshibox .fr {
		float: none;
		width: 100%;
	}
	.chanfr {
		display: none;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
	.swiper-slide img {
		display: block;
		width: auto;
		/* max-width: 100%; */
		position: relative;
		left: 50%;
		height: 200px;
		transform: translate(-50%, 0%);
		/*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
	}
	.swiper-slide {
		overflow: hidden;
	}
	.youshibox .fl ul li .shu {
		font-size: 30px;
		border-radius: 50%;
		 float: left; 
		color: white;
		background: #18731b;
		width: 60px;
		height: 60px;
		overflow: hidden;
		
		text-align: center;
		justify-content: center;
		font-style: italic;
		line-height: 60px;
	
	}
	.youshibox .fl .tes h3 {
		font-size: 16px;
		font-weight: bold;
		color: #18731b;
		margin-bottom: 10px;
	}
	.fangan .swiper-slide {
		position: relative;
		box-shadow: 0px 4px 10px rgb(0 0 0 / 70%);
		border-radius: 0px/0px;
		/* padding-top: 100px; */
	}
}