body {
	color: #575757;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

a:hover {
	color: #009b4c;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1300px;
	margin: 0 auto;
	max-width: 92%;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

video {
	vertical-align: middle;
	background: #000;
	width: 100%;
}
.row{
	margin: -10px;
}
.col-2{
	width: 50%;
	float: left;
	padding: 10px;
}
.col-4{
	width: 25%;
	float: left;
	padding: 10px;
}
/**/

.header .logo {
	width: 257px;
}
.header .nav {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.header .flex{
	justify-content: space-between;
}
.header .nav>li>a {
	display: block;
	line-height: 102px;
	color: #696969;
	position: relative;
	padding: 0 27px;
}
.header .nav>li:last-child>a{
	padding-right: 0;
}
.header .nav>li:last-child:hover>a{
	background: none;
}
.header .nav>li.on a,
.header .nav>li:hover a {
	color: #fff;
	background:#009b4c;
}

.hidden {
	display: none;
}
.footer{
	color: #fff;
	background: #009b4c;
	font-size: 16px;
}
.footer .bd a{
	color: #c4e6d5;
}
.footer .bd {
	display: flex;
	padding: 50px 0;
	justify-content: space-between;
}
.footer .bd .code{
	display: flex;
	font-size: 14px;
	text-align: center;
}
.footer .bd .code>div{
	margin-left: 25px;
	width: 140px;
}
.footer .bd .code img{
	margin-bottom: 10px;
}
.footer .bd ul{
	line-height: 36px;
	margin-top: 15px;
}
.footer .bd h4{
	font-size: 22px;
}
.footer .bd p{
	line-height: 24px;
}
.footer .bd .tel{
	font-weight: bold;
	font-size: 30px;
	padding-left: 50px;
	margin: 50px 0 10px;
	background: url(../images/home_61.png) left center no-repeat;
}
.footer .bd .logo{
	font-size: 18px;
	letter-spacing: 3px;
}
.footer .bd .logo p{
	margin-top: 5px;
}
.footer .ft{
	text-align: center;
	border-top: 1px solid #1bb767;
	color: #c4e6d5;
	font-size: 14px;
	padding: 30px 0;
}

.banner img{
	width: 100%;
}
.banner dl{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	font-size: 24px;
	text-transform: uppercase;
	transform: translate(0,-50%);
	color: #fff;
}
.banner dl dt{
	font-weight: bold;
	font-size: 60px;
	padding-bottom: 10px;
}
.banner .swiper-pagination-bullet{
	background: #fff;
}
.homepage .container,.header .container,.footer .container{
	width: 1600px;
}
.homepage .more{
	display: inline-block;
	color: #009b4c;
	border: 1px solid #009b4c;
	border-radius: 20px;
	padding: 6px 20px;
	font-size: 16px;
}
.homepage .title{
	text-align: center;
	color: #838383;
	font-size: 18px;
}
.homepage .title h2{
	font-weight: bold;
	color: #009b4c;
	padding-bottom: 10px;
	font-size: 56px;
}
.homepage .a .bd{
	padding: 85px 0;
	background:url(../images/home_12.jpg) top right no-repeat #f3f2f2;
}
.homepage .a .title{
	text-align: left;
	font-size: 14px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.homepage .a .title h2{
	font-size: 36px;
}
.homepage .a .bd p{
	color: #838383;
	line-height: 36px;
	font-size: 18px;
}
.homepage .a .bd dt{
	font-size: 30px;
}
.homepage .a .bd dd{
	margin: 5px 0 80px;
	text-transform: uppercase;
}
.homepage .a .bd .more{
	margin-top: 80px;
}
.homepage .a .bd .box{
	padding-left: 30px;
}
.homepage .a .ft{
	background: url(../images/home_14.jpg) center no-repeat fixed;
	height: 245px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	background-size: cover;
}
.homepage .a .ft h4{
	font-weight: bold;
	font-size: 22px;
}
.homepage .a .ft h4 span{
	font-size: 48px;
}
.homepage .a .ft img{
	margin-right: 20px;
}
.homepage .b{
	padding: 60px 0;
	background: url(../images/home_16.jpg) repeat;
}
.homepage .b .bd{
	margin-top: 60px;
}
.homepage .b .map{
	position: relative;
	width: 744px;
	max-width: 100%;
	height: 569px;
	background: url(../images/map.png) center no-repeat;
	background-size: 100% 100%;
}
.homepage .b .dropdown{
	position: absolute;
}
.homepage .b .dropdown i{
	display: block;
	width: 23px;
	height: 27px;
	opacity: 0.5;
	background: url(../images/add.png) center no-repeat;
}
.homepage .b .dropdown:hover i{
	opacity: 1;
}
.homepage .b .dropdown:hover  .dropmenu{
	display: block;
}
.homepage .b .p1{
	left: 160px; top: 145px;
}
.homepage .b .p2{
	left: 53%; top: 160px;
}
.homepage .b .p3{
	left: 67%; top: 190px;
}
.homepage .b .p4{
	left: 62%; top: 240px;
}
.homepage .b .p5{
	left: 70%; top: 180px;
}
.homepage .b .dropmenu{
	position: absolute;
	top: -110px;
	left: 40px;
	width: 614px;
	height: 580px;
	border: 1px solid #6aaf90;
	background: #fff;
	padding-top: 15px;
	border-radius: 20px;
	color: #7b7b7b;
	font-size: 16px;
	line-height: 24px;
	z-index: 99;
	display: none;
	overflow: hidden;
}
.homepage .b .dropmenu::after{
	content: '';
	display: inline-block;
	width:0;
		height:0;
		border-top:12px solid transparent;
		border-bottom:12px solid transparent;
		border-right:12px solid #fff;
	position: absolute;
	left: -12px;
	top: 115px;
}
.homepage .b .dropmenu img{
	display: block;
	margin: 0 auto;
}
.homepage .b .dropmenu ul{
	position: absolute;
}
.homepage .b .box ul{
	display: flex;
	flex-wrap: wrap;
}
.homepage .b .box ul li{
	text-align: center;
	font-size: 18px;
	width: 33.333%;
	position: relative;
	padding: 20px 15px;
}
.homepage .b .box ul li::after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	background: #999;
	right: 0;
	top: 20px;
	bottom: 20px;
}
.homepage .b .box ul li:nth-child(3)::after,.homepage .b .box ul li:last-child::after{
	display: none;
}
.homepage .b .box ul li:nth-child(1)::before,.homepage .b .box ul li:nth-child(2)::before,
.homepage .b .box ul li:nth-child(3)::before{
	content: '';
	display: block;
	position: absolute;
	background: #999;
	height: 1px;
	right: 0;
	left: 0;
	bottom: 0;
}
.homepage .b .box ul li h4{
	font-size: 24px;
	padding-bottom: 10px;
}
.homepage .b .box ul li h4 span{
	font-size: 48px;
	color: #e4b218;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}
.homepage .b .box>p{
	font-size: 16px;
	line-height: 36px;
	color: #6a6a6a;
	margin: 40px 0 30px;
}
.homepage .b .box dd{
	text-transform: uppercase;
	margin-bottom: 30px;
}
.homepage .b .box dt{
	font-weight: bold;
	font-size: 30px;
}
.homepage .c .hd{
	background: url(../images/home_15.jpg) center no-repeat fixed;
	background-size: cover;
	height: 306px;
	position: relative;
	padding-top: 80px;
	margin-bottom: 70px;
}
.homepage .c .hd .title,.homepage .c .hd .title h2{
	color: #fff;
}
.homepage .c .hd .tabtitle{
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	transform: translate(-50%,0);
}
.homepage .c .hd .tabtitle a{
	display: block;
	border-radius: 5px 5px 0 0;
	background: #009b4c;
	text-align: center;
	color: #fff;
	margin: 0 10px;
	width: 142px;
	line-height: 45px;
	transition: all 0.3s;
}
.homepage .c .hd .tabtitle li:hover a,.homepage .c .hd .tabtitle li.on a{
	font-size: 24px;
	line-height: 57px;
	background: #fcc50c;
	font-weight: bold;
}
.homepage .c .bd{
	padding-bottom: 50px;
	position: relative;
}
.homepage .c .bd a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	 -webkit-justify-content: center;
	        justify-content: center;
	background: rgba(0,0,0,0.7);
}
.homepage .c .bd .swiper-slide:hover a{
	opacity: 1;
}
.homepage .c .bd .pic{
	width: 100%;
}
.homepage .c .bd a img{
	border-radius: 50%;
	width: 173px;
	height: 173px;
	margin-bottom: 20px;
}
.homepage .c .bd a dt{
	font-size: 24px;
}
.homepage .c .bd a dd{
	font-size: 16px;
	color: #cdc9c9;
	margin-top: 10px;
}
.homepage .c .bd a dl{
	background: url(../images/home_31.png) bottom center no-repeat;
	padding-bottom: 50px;
}
.homepage .c .bd .swiper{
	padding-bottom: 50px;
}
.homepage .c .bd .swiper-button-next, .homepage .c .bd .swiper-button-prev{
	position: absolute;
	bottom: 20px;
	top: auto;
	color: #ccc;
}
.homepage .c .bd .swiper-button-next{
	right: 50%;
	margin-right: -50px;
}
.homepage .c .bd .swiper-button-prev{
	left: 50%;
	margin-left: -50px;
}
.homepage .c .bd .swiper-button-next:after,.homepage .c .bd  .swiper-button-prev:after{
	font-size: 22px;
}
.homepage .d{
	background:url(../images/home_23.jpg) right bottom no-repeat #f4f4f4;
	padding: 70px 0 110px;
}
.homepage .d .hd{
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
	align-items: flex-end;
}
.homepage .d .title h2{
	font-size: 36px;
}
.homepage .d .title {
	text-align: left;
}
.homepage .d .tabtitle{
	display: flex;
	font-size: 16px;
}
.homepage .d .tabtitle a{
	display: block;
	border: 1px solid #999;
	padding: 4px 25px;
	margin-left: 20px;
	border-radius: 20px;
}
.homepage .d .tabtitle li:hover a,.homepage .d .tabtitle li.on a{
	border-color: #53c88c;
	color: #53c88c;
}
.homepage .d .left{
	border-left: 1px solid #ccc;
}
.homepage .d .left li{
	padding: 30px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.homepage .d .left li a::after{
	content: '>';
	position: absolute;
	right: 0;
	bottom: 0;
}
.homepage .d .left li a{
	position: relative;
	padding-right: 15px;
	border-left: 10px solid transparent;
}
.homepage .d .left .btn{
	padding: 30px 0 0 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.homepage .d .left .btn a{
	display: block;
	background: url(../images/home_41.png) left center no-repeat;
	padding-left: 50px;
	line-height: 40px;
}
.homepage .d .left dl{
	margin-right: 30px;
	text-align: center;
}
.homepage .d .left dl dd{
	color: #7b7b7b;
}
.homepage .d .left dl dt{
	font-size: 56px;
}
.homepage .d .left p{
	line-height: 23px;
	color: #736f6f;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.homepage .d .left h4{
	font-size: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.homepage .d .left li:hover a::after,.homepage .d .left li:hover dd,.homepage .d .left li:hover p{
	color: #009b4c;
}
.homepage .d .right{
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	position: relative;
}
.homepage .d .right::after{
	content: '';
	display: block;
	width: 143px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%,0);
	height: 16px;
	background: url(../images/line.png) center no-repeat;
}
.homepage .d .right .swiper{
	margin-bottom: -85px;
}
.homepage .d .right .swiper-slide{
	padding-bottom: 85px;
}
.homepage .d .right dl{
	position: absolute;
	background: #009b4c;
	color: #fff;
	width: 293px;
	height: 239px;
	left: 0;
	padding: 50px 35px;
	bottom: 0;
}
.homepage .e .bd ul li p{
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
.homepage .d .right dl dt{
	font-size: 36px;
}
.homepage .d .right dl .more{
	background: #b3e1ca;
	margin-top: 25px;
}
.homepage .d .right img{
	width: 100%;
}
.homepage .d .right .swiper-pagination{
	text-align: left;
	padding-left: 35px;
	bottom: 30px;
}
.homepage .d .right .swiper-pagination-bullet{
	border-radius: 0;
	opacity: 1;
	width: 30px;
	height: 6px;
	background: none;
	border: 1px solid #53c88c;
}
.homepage .d .right .swiper-pagination-bullet-active{
	background: #53c88c;
}
.homepage .e{
	padding: 70px 0;
}
.homepage .e .bd{
	margin: 50px 0;
}
.homepage .e .bd ul{
	display: flex;
	flex-wrap: wrap;
}
.homepage .e .bd ul li{
	transition: all 0.3s;
	 width: 21%;
	 position: relative;
	 overflow: hidden;
}
.homepage .e .bd ul li .flex{
	align-items: stretch;
	font-size: 16px;
}
.homepage .e .bd ul li .flex_item{
	width: 0;
	background: #efefef;
	height: 0;
	line-height: 30px;
	overflow: hidden;
}
.homepage .e .bd ul li.on{
	width: 36%;
}
.homepage .e .bd ul li.on .flex_item{
	width: auto;
	height: 250px;
	padding: 40px 30px 0;
} 
.homepage .e .bd ul li.on .line i{
	border: 2px solid #009b4c;
	background: #fff;
}
.homepage .e .bd ul li .pic{
	width: 352px;
	text-align: center;
	font-size: 18px;
	max-width: 100%;
}
.homepage .e .bd ul li .pic img{
	width: 100%;
	height: 250px;
}
.homepage .e .bd ul li dl{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.homepage .e .bd ul li dd{
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}
.homepage .e .bd ul li .line{
	position: relative;
	margin: 30px 0 10px;
}
.homepage .e .bd ul li::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 39px;
	border-bottom: 1px dashed #ccc;
}
.homepage .e .bd ul li .line i{
	display: block;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #a0a0a0;
}
.homepage .e .ft{
	text-align: center;
}
/**/
.tabtitle_info{
	text-align: center;
	font-size: 18px;
	padding: 30px 0;
}
.tabtitle_info li{
	display: inline-block;
}
.tabtitle_info li+li{
	margin-left: 60px;
}
.tabtitle_info li a{
	display: inline-block;
	padding: 10px 30px;
	color: #80807b;
	border-bottom: 2px solid transparent;
}
.tabtitle_info li.on a,.tabtitle_info li:hover a{
	color: #494949;
	border-bottom: 2px solid #009b4c;
}
.title_info{
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-size: 72px;
	color: #f0f0f0;
	font-weight: bold;
	margin-top: 50px;
}
.title_info b{
	position: absolute;
	font-size: 40px;
	bottom: 0;
	color: #333;
	bottom: 13px;
	left: 50%;
	transform: translate(-50%,0);
}
.title_info b::after{
	content: '';
	display: block;
	width: 52px;
	height: 4px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%,0);
	background: #009b4c;
}
.buju h3{
	border-bottom: 1px solid #ddd;
	font-size: 32px;
	font-weight: bold;
	margin: 85px 0 50px;
	color: #363636;
}
.buju h3 span{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 5px solid #009b4c;
}
.buju{
	padding-bottom: 80px;
}
.buju .bd a{
	display: block;
	color: #949494;
	line-height: 24px;
	height: 186px;
	background: #e2f6ec;
	padding:35px 22px;
	font-size: 16px;
}
.buju .bd a h4{
	font-size: 24px;
	margin-bottom: 20px;
}
.buju .bd a:hover{
	color: #fff;
	background: #009b4c;
}
/**/
.chanyelian {
	margin: 50px 0 200px;
}
.chanyelian>ul>li{
	display: flex;
	margin-bottom: -110px;
	position: relative;
}
.chanyelian>ul>li::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 95px;
	border-left: 2px dashed #009b4c;
}
.chanyelian>ul>li:last-child::after{
	display: none;
}
.chanyelian>ul>li .circle{
	display: block;
	width: 93px;
	position: relative;
	height: 93px;
	z-index: 10;
	border-radius: 50%;
	background: #009b4c;
	text-align: center;
	line-height: 93px;
}
.chanyelian>ul>li .flex_item h4{
	padding: 0 40px;
	font-size: 20px;
	color: #009b4c;
	margin-top: 13px;
	border-bottom: 2px solid #009b4c;
}
.chanyelian>ul>li .flex_item h4 span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid #009b4c;
}
.chanyelian>ul>li .flex_item p{
	color: #757575;
	line-height: 24px;
	margin: 20px 40px 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.chanyelian>ul>li .flex_item ul{
	display: flex;
	flex-wrap: wrap;
	margin: -3px 43px -3px 43px;
}
.chanyelian>ul>li .flex_item ul li{
	/*width: 33.33%;*/
	padding: 3px;
}
.chanyelian>ul>li li img{
	width: 100%;
}
.chanyelian>ul>li:nth-child(even) h4{
	text-align: right;
}
/**/
.productlists {
	margin-top: 40px;
}
.productlists .col-4 a{
	display: block;
	border: 1px solid #eee;
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	color: #6f6f6f;
}
.productlists .col-4 a span{
	display: block;
	background: url(../images/7_05.png) center no-repeat;
	width: 71px;
	height: 69px;
	position: absolute;
	top: -15px;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	padding-right: 10px;
}
.productlists .col-4 a dt{
	color: #4e4e4e;
	font-size: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.productlists .col-4 a dl{
	padding: 7px 15px;
	line-height: 38px;
	border-top: 1px solid #eee;
}
.productlists .col-4 a dl dd{
	border-top: 1px solid #eee;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.productlists .col-4 a img{
	width: 100%;
}

/**/

.honer .col-4 a{
	display: block;
	color: #636363;
	background: #f2f2f2;
}
.honer .col-4 a:hover{
	background: #009b4c;
	color: #fff;
}
.honer .col-4 img{
	width: 100%;
}
.honer .col-4 .box{
	padding: 40px 30px;
}
.honer .col-4 .box p{
	margin-top: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.honer .col-4 .box b{
	font-size: 28px;
}
/**/
.newslist .hd{
	width: 783px;
	margin: 30px auto 0;
	max-width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 30px;
	overflow: hidden;
}
.newslist .hd input{
	width: 100%;
	height: 53px;
	padding-left: 20px;
	font-size: 14px;
}
.newslist .hd button{
	height: 53px;
	background: #cbcbcb;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
}
.newslist li{
	margin-top: 40px;
}
.newslist li dl{
	border: 1px solid #ddd;
	border-radius: 8px;
	width: 78px;
	text-align: center;
	position: relative;
	padding: 10px 0;
	color: #999999;
	margin-right: 40px;
}
.newslist li dl dd{
	font-size: 35px;
	line-height: 35px;
	margin-top: 5px;
}
.newslist li p{
	color: #736f6f;
	font-size: 16px;
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newslist li h4{
	font-size: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newslist li .flex_item{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.newslist li a:hover{
	color: #fff;
	background: #009b4c;
}
.newslist li a:hover .flex_item,.newslist li a:hover dl{
	border-color:  #009b4c;
}
.newslist li a:hover dl,.newslist li a:hover p{
	color: #fff;
}
.newslist li a:hover dl::after{
	content: '';
	display: block;
	position: absolute;
	right: -10px;
	width: 1px;
	background: #96e8be;
	top: 15px;
	bottom: 15px;
}
.pages{
	text-align: center;
	padding: 50px 0;
}
.pages a{
	display: inline-block;
	border: 1px solid #ddd;
	color: #797979;
	line-height: 36px;
	padding: 0 15px;
}
.pages a.focus,.pages a:hover{
	background: #009b4c;
	color: #fff;
	border-color: #009b4c;
}
/**/
.newsitem .hd{
	text-align: center;
	padding: 50px 0 20px;
	border-bottom: 1px dashed #ccc;
}
.newsitem .hd h1{
	font-size: 30px;
}
.newsitem .hd h4 span{
	margin-top: 20px;
	font-size: 18px;
	background: url(../images/11_05.png) left center no-repeat;
	display: inline-block;
	padding-left: 30px;
	color: #999898;
}
.newsitem .bd{
	padding: 30px 0;
	font-size: 18px;
	line-height: 36px;
}
.newsitem .bd p{
	text-indent: 2em;
	padding: 20px 0;
}
.newsitem .bd img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.newsitem .ft{
	padding: 50px 0;
	border-top: 1px dashed #ccc;
}
.newsitem .ft a{
	display: block;
	background: #fafafa;
	padding: 30px;
	border-bottom: 5px solid #d5ece0;
	font-size: 18px;
}
.newsitem .ft a dt{
	font-size: 16px;
	color: #a2a2a2;
	margin-bottom: 10px;
}
.newsitem .ft a dd{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsitem .ft a dt::before{
	content: " ";
	    display: inline-block;
	    height: 7px;
	    width: 7px;
	    border-width: 0 0 1px 1px;
	    border-color: #009b4c;
		vertical-align: middle;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
}
.newsitem .ft .col-2:last-child{
	text-align: right;
}
.newsitem .ft .col-2:last-child a dt::before{
	display: none;
}
.newsitem .ft .col-2:last-child a dt::after{
	content: " ";
	    display: inline-block;
	    height: 7px;
	    width: 7px;
	    border-width: 1px 1px 0 0;
	    border-color: #009b4c;
		vertical-align: middle;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
}
/**/
.joinus {
	font-size: 18px;
	color: #777777;
	padding-bottom: 70px;
}
.joinus dd{
	line-height: 36px;
	padding: 40px;
	border: 1px solid #ddd;
	border-top: none;
	display: none;
}
.joinus ul{
	padding-bottom: 30px;
}
.joinus h3{
	font-weight: bold;
}
.joinus .btn{
	display: inline-block;
	width: 187px;
	line-height: 54px;
	background: #009b4c;
	color: #fff;
	text-align: center;
}
.joinus dt{
	display: flex;
	align-items: center;
	line-height: 78px;
	border-left: 7px solid #009b4c;
	padding-left: 30px;
	background: #f3f3f3;
	cursor: pointer;
}
.joinus dt span{
	display: block;
	width: 40px;
	background: #009b4c;
	color: #fff;
	text-align: center;
	margin-left: 60px;
	font-weight: bold;
}
.joinus dl{
	margin-top: 28px;
}
/**/
.ln {
	padding: 100px 0 60px;
}
.ln .bd{
	position: relative;
	margin-bottom: 45px;
}
.ln .bd .box{
	position: absolute;
	top: -55px;
	right: 0;
	width: 557px;
	max-width: 100%;
	padding: 50px 35px;
	font-size: 16px;
	background: #f8f8f8;
	color: #80807b;
	line-height: 36px;
	border-top: 10px solid #009b4c;
}
.ln .bd .box h3{
	color: #494949;
	padding-bottom: 30px;
	font-size: 20px;
}
.ln .bd .box p{
	position: relative;
}
.ln .bd .box p::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -10px;
	top: -5px;
	border-top: 2px solid #009b4c;
	border-left: 2px solid #009b4c;
}
.ln .bd .box p::after{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: -10px;
	bottom: -5px;
	border-bottom: 2px solid #009b4c;
	border-right: 2px solid #009b4c;
}
/**/
.stroy{
	font-size: 16px;
	line-height: 36px;
	margin-top: 80px;
}
.stroy li{
	display: flex;
	position: relative;
	padding-bottom: 30px;
}
.stroy li::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 1px solid #ddd;
}
.stroy li .circle{
	display: block;
	background: #fff;
	width: 22px;
	margin: 0 30px;
	height: 22px;
	position: relative;
	border-radius: 50%;
	border: 2px solid #d3d3d3;
}
.stroy li .circle::before{
	content: '';
	display: block;
	width: 10px;
	border-radius: 50%;
	background: #d3d3d3;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 10px;
	
}
.stroy li dl{
	padding:15px 25px;
	border: 1px solid #ddd;
	height: 153px;
	position: relative;
	margin-top: -30px;
}
.stroy li dl::after{
	content: '';
	display: block;
	width: 23px;
	height: 28px;
	position: absolute;
	right: -23px;
	top: 30px;
	background: url(../images/3_05.jpg) center no-repeat;
}
.stroy li dl span{
	font-size: 30px;
	color: #292222;
}
.stroy li:nth-child(odd) dl::after{
	right: auto;
	left:-23px ;
	background: url(../images/3_09.jpg) center no-repeat;
}
.stroy li:hover dl dt,.stroy li:hover dl dt span{
	color: #009b4c;
}
.stroy li:hover .circle{
	border-color: #009b4c;
}
.stroy li:hover .circle::before{
	background: #009b4c;
}
/**/
.newsbox .a{
	background: #f8f8f8;
	padding: 50px 0 20px;
	margin-bottom: 30px;
}
.newsbox .a .bd{
	position: relative;
}
.newsbox .a .swiper-button-next,.newsbox .a  .swiper-button-prev{
	color: #999;
	margin-top: -80px;
}
.newsbox .a .swiper-button-next{
	right: -40px;
}
.newsbox .a  .swiper-button-prev{
	left: -40px;
}
.newsbox .a .swiper-button-next:hover,.newsbox .a  .swiper-button-prev:hover{
	color: #009b4c;
}
.newsbox .a .swiper-button-next:after,.newsbox .a .swiper-button-prev:after{
	font-size: 26px;
}
.newsbox .a .swiper{
	padding-bottom: 50px;
}
.newsbox .a .swiper .swiper-pagination-bullet-active{
	background: #f8f8f8;
	border: 1px solid #009b4c;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
.newsbox a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.newsbox a dd{height:60px;overflow:hidden}
.newsbox a dl{
	padding: 0 15px;
}
.newsbox a dl span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #009b4c;
	color: #fff;
	border-radius: 6px;
	vertical-align: top;
	margin-top: -20px;
	padding: 5px 20px;
}
.newsbox a img{
	width: 100%;
}
.newsbox .b a{
	margin-top: 20px;
}
/***/
.contantus{
	background: url(../images/bg.jpg) bottom center no-repeat #fcfefd;
}
.contantus .hd{
	padding: 30px 0;
	font-size: 16px;
	text-align: center;
}
.contantus .hd dt{
	font-weight: bold;
	padding: 10px 0;
}
.contantus .bd{
	padding: 90px 60px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}
.contantus .bd .right{
	text-align: right;
}
.contantus .bd .right p{
	font-size: 18px;
	line-height: 32px;
	color: #919191;
}
.contantus .bd .right dt{
	font-size: 24px;
	font-weight: bold;
	color: #009b4c;
}
.contantus .bd .right dd{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
}
.contantus .bd .right dd::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 3px;
	margin-top: 15px;
	vertical-align: top;
	background: #009b4c;
}
.contantus .bd .right .btn{
	display: inline-block;
	background: #009b4c;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
	margin-top: 50px;
}
.contantus .bd .left{
	display: flex;
	color: #939393;
}
.contantus .bd .left .code{
	width: 220px;
	margin-left: -80px;
	text-align: center;
	padding:110px 20px 20px;
	border: 5px solid #eeeeee;
}
.contantus .bd .left img{
	width: 160px;
	margin-bottom: 5px;
	border: 7px solid #eeeeee;
}
.contantus .bd .left dt{
	font-weight: bold;
	font-size: 70px;
	position: relative;
	color: #009b4c;
}
.contantus .bd .left dd::after{
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	margin-top: 15px;
	background: #009b4c;
}
/**/
.ln .bd_left {
	padding-bottom: 120px;
}
.ln .bd_left .row{
	float: right;
	width: 50%;
	margin-top: 37px;
}
.ln .bd_left .box{
	top: -200px;
	right: auto;
	left: 0;
}
/**/
.jieshao{
	background: url(../images/bg1.jpg) left top no-repeat;
}
.jieshao .bd {
	padding: 120px 0;
	position: relative;
}

.jieshao .bd::before{
	content: '';
	display: block;
	background: #f7f7f7;
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.jieshao .bd:nth-child(odd)::before{
	right: auto;
	left: 0;
}
.jieshao .bd:nth-child(odd) .txt{
	padding: 0 0 0 40px;
}
.jieshao .bd .card{
	height: 465px;
	position: relative;
	background: #009b4c;
	display: flex;
	align-items: center;
	padding-left: 50px;
	color: #fff;
}
.jieshao .bd .card>span{
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 106px;
	line-height: 80px;
	opacity: 0.06;
}
.jieshao .bd .card img{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}
.jieshao .bd ul{
	position: relative;
	z-index: 10;
	margin-top: 50px;
	line-height: 30px;
}
.jieshao .bd h3{
	position: relative;
	z-index: 9;
}
.jieshao .bd h3 span{
	font-size: 36px;
}
.jieshao .bd .txt{
	padding-right: 40px;
}
.jieshao .bd p{
	color: #80807b;
	font-size: 16px;
	line-height: 36px;
}
.jieshao .bd p+p{
	margin-top: 30px;
}
/**/
.company .title{
	border-bottom: 1px solid #ddd;
	    font-size: 32px;
	    font-weight: bold;
	    margin: 30px 0 ;
	    color: #363636;
}
.company .title span{
	display: inline-block;
	    padding-bottom: 10px;
	    border-bottom: 5px solid #009b4c;
}
.company .a{
	color: #80807b;
	font-size: 18px;
	line-height: 36px;
}
.company .a h4{
	padding: 10px 0 30px;
}
.company .a .row{
	text-align: center;
}
.company .a .row dt{
	padding-top: 30px;
	color: #009b4c;
}
.company .a .row dt span{
	font-size: 48px;
}
.company .a .bd{
	margin-top: 40px;
	padding: 50px;
	position: relative;
}
.company .a .bd video{
	width: 780px;
	max-width: 100%;
	height: 435px;
}
.company .a .bd::before{
	content: '';
	display: block;
	height: 317px;
	position: absolute;
	left: 0;
	top: 0;
	background: #f1f1f1;
	width: 100%;
}
.company .a .bd .flex{
	position: relative;
	z-index: 9;
	align-items: stretch;
	font-size: 30px;
	color: #009b4c;
}
.company .a .bd h3{
	border-left: 5px solid #009b4c;
	padding-left: 13px;
	margin-top: 80px;
}
.company .b .col-2 a{
	display: block;
	overflow: hidden;
	position: relative;
}
.company .b .col-2 a:hover img{
	transform: scale(1.1);
}
.company .b .col-2 a img{
	width: 100%;
}
.company .b .col-2 a .box{
	position: absolute;
	left: 25px;
	top: 40px;
	width: 323px;
	height: 358px;
	padding: 50px 18px;
	font-size: 16px;
	color: #717171;
	background: rgba(255,255,255,0.8);
}
.company .b .col-2 a .box::before{
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: #717171;
	position: absolute;
	left: 18px;
	bottom: 50px;
}
.company .b .col-2 a .box:hover::before{
	background: #fff;
}
.company .b .col-2 a .box dt{
	font-size: 24px;
	margin: 30px 0 20px;
}
.company .b .col-2 a i{
	display: inline-block;
	background-image: url(../images/4_13.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}
.company .b .col-2 a .i2{
	width: 72px;
	background-position: -658px 0;
}
.company .b .col-2 a:hover .box{
	background: #009b4c;
	color: #fff;
}
.company .b .col-2 a:hover .box i{
	background-image: url(../images/4_13_on.png);
}
.company .b .bd{
	padding: 20px 0 70px;
}
.company .b .col-4 a{
	display: block;
	height: 290px;
	background: #f7f7f7;
	position: relative;
	padding: 50px 18px;
	font-size: 12px;
	color: #717171;
}
.company .b .col-4 a dt{
	font-size: 20px;
	margin: 30px 0 15px;
}
.company .b .col-4 a b{
	position: absolute;
	color: #e9e9e9;
	font-size: 32px;
	top: 20px;
	right: 18px;
}
.company .b .col-4 a i{
	display: inline-block;
	width: 51px;
	height: 55px;
	background: url(../images/4_12.png);
	background-repeat: no-repeat;
}
.company .b .col-4 a::after{
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: #cbcbcb;
	position: absolute;
	left: 18px;
	bottom: 50px;
}
.company .b .col-4 .i2{
	background-position: -329px 0;
}
.company .b .col-4 .i3{
	background-position: -665px 0;
}
.company .b .col-4 .i4{
	background-position: -993px 0;
}
.company .b .col-4 .i5{
	background-position:0 -314px;
}
.company .b .col-4 .i6{
	background-position: -332px -314px;
}
.company .b .col-4 .i7{
	background-position: -657px -314px;
}
.company .b .col-4 .i8{
	background-position: -993px -314px;
}
.company .b .col-4 a:hover i{
	background: url(../images/4_12_on.png);
}
.company .b .col-4 a:hover{
	color: #fff;
	background: #009b4c;
}

.mask{
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.8);
}
.mask .search{
	display: flex;
	width: 1295px;
	max-width: 95%;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mask .search button{
	height: 70px;
	border-radius: 70px;
	margin-left: 15px;
	font-size: 24px;
	padding: 0 50px;
	color: #fff;
	background: #009b4d;
}
.mask .search input{
	width: 100%;
	border: 2px solid #fff;
	height: 70px;
	font-size: 18px;
	color: #fff;
	background: none;
	border-radius: 70px;
	padding: 0 20px;
}









@media screen and (min-width:1366px) and (max-width:1550px) {}

@media screen and (min-width:1201px) and (max-width:1365px) {
	
}

@media screen and (min-width:980px) and (max-width:1200px) {
	
}

@media screen and (min-width:769px) and (max-width:979px) {
	.header .nav ul>li>a {
		font-size: 16px;
	}

	.header .logo {
		width: 230px;
	}

}

@media (max-width:768px) {

	.header .logo {
		width: 100px;
	}
	.header{
		padding: 10px 0;
		position: relative;
	}

	.header .nav {
		display: none;
		border-top: 1px solid #eee;
		font-size: 14px;
		margin-top: 10px;
	}
	.header .flex{
		display: block;
		
	}
	.header .nav>li>a{
		padding: 0 15px;
		line-height: 40px;
	}
	.m_nav {
		position: absolute;
		right: 15px;
		top: 15px;
		width: 25px;
		z-index: 99;
	}

	.m_nav i {
		display: block;
		height: 2px;
		background: #999;
		margin-bottom: 6px;
	}

	.header .nav ul {
		display: block;
	}

	.header .nav ul>li>a {
		font-size: 14px;
	}

	.cross i:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.cross i:nth-of-type(2) {
		opacity: 0;
	}

	.cross i:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}


	/**/
	.footer .bd{
		display: none;
	}
	.footer .ft{
		padding: 10px;
	}
	.tabtitle_info{
		white-space: nowrap;
		overflow-x: scroll;
		font-size: 14px;
		padding: 10px 0;
	}
	.tabtitle_info li+li{
		margin-left: 10px;
	}
	.tabtitle_info li a{
		padding: 10px;
	}
	.newslist li dl{
		margin-right: 10px;
	}
	.newslist li h4{
		font-size: 16px;
	}
	.newslist li{
		margin-top: 15px;
	}
	.pages{
		padding: 20px 0;
	}
	.newsbox .a .swiper-button-next{
		right: 0;
	}
	.newsbox .a .swiper-button-prev{
		left: 0;
	}
	.newsbox .b .col-4{
		width: 100%;
	}
	.newsbox a{
		font-size: 14px;
		line-height: 24px;
	}
	.newsbox .a{
		padding-top: 20px;
	}
	.newsitem .hd{
		padding: 20px 0;
	}
	.newsitem .hd h1{
		font-size: 20px;
	}
	.newsitem .bd{
		font-size: 14px;
		line-height: 24px;
	}
	.newsitem .ft .col-2{
		width: 100%;
	}
	.newsitem .ft{
		padding: 20px 0;
	}
	.joinus dt{
		display: block;
		padding: 15px;
		line-height: 25px;
		position: relative;
	}
	.joinus dt span{
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		height: 100%;
		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;
	}
	.joinus{
		font-size: 14px;
	}
	.joinus dd{
		padding: 15px;
	}
	.ln .bd .box{
		position: static;
		font-size: 14px;
		line-height: 24px;
		padding: 15px;
	}
	.ln .ft{
		margin-bottom: 20px;
	}
	.ln{
		padding: 30px 0;
	}
	.ln .bd_left{
		padding: 0;
	}
	.ln .bd_left .row{
		width: 100%;
		float: none;
		margin: 0;
		height: 96px;
	}
	.ln .bd{
		margin-bottom: 20px;
	}
	.honer .col-4,.productlists .col-4 {
		width: 50%;
	}
	.honer{
		padding: 30px 0;
	}
	.honer .col-4 .box{
		padding: 15px;
	}
	.honer .col-4 .box b{
		font-size: 20px;
	}
	.productlists .col-4 a dt,.productlists .col-4 a,.productlists .col-4 a span{
		font-size: 14px;
	}
	.productlists{
		margin: 0;
		padding: 10px 0 30px;
	}
	.jieshao .bd .flex{
		display: block;
	}
	.jieshao .bd::before{
		display: none;
	}
	.jieshao .bd{
		padding: 20px 0;
	}
	.jieshao .bd .txt,.jieshao .bd:nth-child(odd) .txt{
		padding: 0;
	}
	.visible-xs{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	.jieshao .bd p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.jieshao .bd p+p{
		margin-top: 15px;
	}
	.jieshao .bd .card{
		padding-left: 20px;
	}

	.contantus .hd .col-4{
		width: 50%;
		font-size: 14px;
	}
	.contantus .hd .col-4 dd{
		height: 38px;
	}
	.contantus .bd{
		display: block;
		padding: 15px;
	}
	.contantus .bd .left{
		display: block;
	}
	.contantus .bd .left .code{
		margin: 15px 0 0;
	}
	.contantus .bd .right{
		text-align: left;
		margin-top: 15px;
	}
	.contantus .bd .right .btn{
		margin-top: 15px;
		font-size: 14px;
	}
	.contantus .bd .right p{
		font-size: 14px;
		line-height: 24px;
	}
	.contantus .bd .right dd,.company .a .row dt span,.company .title{
		font-size: 22px;
	}
	.contantus .bd .right dt{
		font-size: 16px;
	}
	.company .a,.stroy{
		font-size: 14px;
		line-height: 24px;
	}
	.company .a .row .col-4{
		width: 33.333%;
	}
	.company .a .row dt{
		padding-top: 15px;
	}
	.company .a .bd .flex{
		display: block;
		font-size: 16px;
	}
	.company .a .bd{
		padding: 15px;
	}
	.company .a .bd h3{
		margin: 0 0 15px 0;
	}
	.company .a .bd video{
		height: 250px;
	}
	.company .b .col-2 {
		width: 100%;
	}
	.company .b .col-2 a .box{
		height: 280px;
		padding: 15px;
		top: 25px;
	}
	.company .b .col-4{
		width: 50%;
	}
	.company .b .bd{
		padding: 20px 0;
	}
	.stroy li dl{
		height: auto;
		padding: 10px;
	}
	.title_info{
		font-size: 40px;
	}
	.title_info b{
		font-size: 24px;
	}
	.chanyelian>ul>li .flex_item p{
		margin: 10px 0;
		-webkit-line-clamp: 6;
	}
	.chanyelian>ul>li .flex_item h4{
		padding: 0 15px;
	}
	.chanyelian>ul>li .flex_item ul li{
		/*width: 50%;*/
	}
	.chanyelian>ul>li .flex_item ul{
		margin: 0;
	}
	.chanyelian>ul>li .circle{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.chanyelian>ul>li .circle img{
		width: 30px;
	}
	.chanyelian{
		margin:30px 0 150px;
	}
	.buju h3{
		font-size: 22px;
		margin: 30px 0 15px;
	}
	.buju .bd .col-4{
		width: 50%;
	}
	.buju{
		padding-bottom: 30px;
	}
	.banner dl dt{
		font-size: 28px;
	}
	.banner dl{
		font-size: 12px;
	}
	.homepage .a .bd{
		padding: 30px 0;
	}
	.homepage .a .title h2{
		font-size: 22px;
	}
	.homepage .a .bd .col-2{
		width: 100%;
	}
	.homepage .a .title{
		margin-bottom: 20px;
	}
	.homepage .a .bd .box{
		padding: 0;
	}
	.homepage .a .bd dd{
		margin: 5px 0;
	}
	.homepage .a .bd dt{
		font-size: 18px;
	}
	.homepage .a .bd p{
		font-size: 14px;
		line-height: 24px;
	}
	.homepage .a .bd .more{
		margin-top: 20px;
	}
	.homepage .a .ft .col-4{
		width: 100%;
	}
	.homepage .a .ft{
		height: auto;
		padding: 20px 0;
	}
	.homepage .a .ft img{
		width: 45px;
	}
	.homepage .a .ft h4 span{
		font-size: 24px;
	}
	.homepage .b .col-2{
		width: 100%;
	}
	.homepage .b .box ul li h4 span{
		font-size: 24px;
	}
	.homepage .b .box ul li h4,.homepage .b .box>p{
		font-size: 14px;
	}
	.homepage .b .box ul li{
		width: 50%;
		font-size: 14px;
	}
	.homepage .b .box>p{
		line-height: 24px;
		margin: 15px 0;
	}
	.homepage .b .box ul li:nth-child(1)::before,
	.homepage .b .box ul li::after, 
	.homepage .b .box ul li:nth-child(2)::before, 
	.homepage .b .box ul li:nth-child(3)::before{
		display: none;
	}
	.homepage .b .map{
		height: 300px;
		background-size: 100% 100%;
	}
	.homepage .c .hd .tabtitle{
		font-size: 14px;
		width: 100%;
	}
	.homepage .c .hd .tabtitle a{
		width: 100%;
		margin: 0;
		line-height: 36px;
	}
	.homepage .c .hd .tabtitle li{
		flex: 1;
		padding: 0 5px;
	}
	.homepage .c .hd .tabtitle li:hover a, .homepage .c .hd .tabtitle li.on a{
		font-size: 16px;
		line-height: 46px;
	}
	.homepage .d .hd{
		display: block;
		margin-bottom: 0;
	}
	.homepage .d .col-2{
		width: 100%;
	}
	.homepage .d .left{
		border: none;
	}
	.homepage .title h2{
		font-size: 30px;
	}
	.homepage .c .hd{
		margin-bottom: 30px;
	}
	.homepage .c .bd a img{
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
	}
	.homepage .c .bd a dd{
		font-size: 12px;
	}
	.homepage .c .bd a dt{
		font-size: 14px;
	}
	.homepage .c .bd a dl{
		padding-bottom: 25px;
	}
	.homepage .d .tabtitle{
		margin-top: 20px;
	}
	.homepage .d .tabtitle li{
		flex: 1;
		padding: 0 5px;
		text-align: center;
	}
	.homepage .d .tabtitle a{
		margin-left: 0;
		padding: 4px 0;
		font-size: 14px;
	}
	.homepage .d .left li{
		padding: 15px 0;
	}
	.homepage .d .left dl dt{
		font-size: 30px;
	}
	.homepage .d .left li{
		font-size: 14px;
	}
	.homepage .d .left h4{
		font-size: 16px;
	}
	.homepage .d .right dl dt{
		font-size: 24px;
	}
	.homepage .e .bd ul li{
		margin-bottom: 20px;
		padding: 5px;
	}
	.homepage .e .bd ul li,.homepage .e .bd ul li.on{
		width: 50%;
	}
	.homepage .e .bd ul li.on .flex_item,.homepage .e .bd ul li::before{
		display: none;
	}
	.homepage .e .bd ul li .pic img{
		height: auto;
	}
	.homepage .e .bd ul li .pic{
		font-size: 14px;
	}
	.homepage .e .bd ul li .line{
		display: none;
	}
	.homepage .e .bd ul li p{
		margin-top: 10px;
	}
	.homepage .e .bd{
		margin: 20px 0;
	}
	.homepage .e{
		padding: 30px 0;
	}
	.homepage .title,.homepage .b ul li{
		font-size: 14px;
	}
	.homepage .d .title h2{
		font-size: 30px;
	}
	.homepage .a .bd .col-2 video{
		height: 250px;
	}
	.banner img{
		height: 250px;
		object-fit: cover;
	}
	.homepage .b .box dt{
		font-size: 24px;
	}
	.homepage .d{
		padding-top: 30px;
	}

	.jieshao .bd ul,.jieshao .bd h3{
		margin-top: 15px;
	}
	.homepage .b .p1{
		left: 50%;
		top: 80px;
	}
	.homepage .b .p2{
		left: 20%;
		top: 70px;
	}
	.homepage .b .p3{
		left: 65%;
		top: 100px;
	}
	.homepage .b .p4{
		left: 60%;
		top: 140px;
	}
	.homepage .b .dropdown:hover .dropmenu{
		display: none;
	}
	.newslist .hd button,.newslist .hd input{
		font-size: 14px;
		height: 40px;
	}
	.mask .search button{
		font-size: 14px;
		height: 40px;
		padding: 0 10px;
	}
	.mask .search input{
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}










}

