@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}

body.hui {
	background-color: #F9F9F9;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.list.kongs,
.list.kongs:hover {
	border: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.m-t-80 {
	margin-top: 80px;
}

/* 加载字体 */
@font-face {
	font-family: pingfangM;
	src: url("../font/PingFang Medium.ttf");
}

@font-face {
	font-family: pingfangL;
	src: url("../font/PingFang Light.ttf");
}

@font-face {
	font-family: pingfangB;
	src: url("../font/PingFang Bold.ttf");
}

@font-face {
	font-family: DIN-R;
	src: url("../font/DIN-Regular.otf");
}
/**/



.m-header-nav,
.m-navbar{
	display: none;
}

/* */
header {
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.3s all;
}

header.header-fixed {
	position: fixed;
	top: 0;
	padding: 15px 0;
	background-color: #f1f1f1;
	transition: 0.3s all;
}

.header {
	width: 82%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.header .logo {
	height: 52px;
}

.header .logo img {
	display: block;
	height: 46px;
}

.header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .nav p {
	position: relative;
}

.header .nav p a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-family: pingfangM;
	line-height: 52px;
	padding: 0 15px;
	margin-left: 25px;
}

.header .nav p:hover>a {
	color: #008065;
}

.header .nav p span {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	padding-top: 15px;
	z-index: 9999;

}

.header .nav p span a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 45px;
	color: #555555;
	text-align: center;
	margin-left: 0;
	padding: 0 0;
	background-color: #FFFFFF;

}

.header .nav p span a:hover {
	background-color: #404340;
	color: #FFFFFF;
}

.header .nav p:hover span {
	display: block;
}

.header .nav p.english {
	margin-left: 15px;
}

header.h-show {
	background-color: #ffffff;
	border-bottom: 1px solid #EAEAEA;
	position: static;
}

header.h-show .header .nav p>a {
	color: #1E1E1E;
}
header.header-fixed .nav p>a{
	color: #282828;
}

/*  */
.banner {
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: #008065;
	position: relative;
	margin-bottom: 100px;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover !important;
    -o-background-size: cover !important; 
    background-size: cover;
}

.banner .wm-pagination {
	bottom: 25px !important;
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .wm-pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	background-color: transparent;
	opacity: 1;
	margin: 0 12px !important;
}

.banner .wm-pagination .swiper-pagination-bullet-active {
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

/*  */
.index-title {
	text-align: center;
}

.index-title p.t1 {
	text-transform: uppercase;
	color: #3F3F3F;
	font-weight: 200;
	font-size: 3.125rem;
}

.index-title p.t2 {
	margin-top: 8px;
	/*font-family: pingfangL;*/
	font-size: 1.625rem;
    margin-bottom: 65px;
    font-weight: 200;
    color: #666;
}
.index-title.pages p.t1 {
    font-weight: 200;
    font-size: 2.5rem;
    color: #000;
}
.index-title.pages p.t2 {
    font-size: 1rem;
}

.index-main01 {
	width: 82%;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.index-main01 .list {
	width: 19%;
	transition: 0.3s all;
	background-color: #F2F2F2;
}

.index-main01 .list p.t1 {
	display: block;
	width: 100%;
}

.index-main01 .list p.t1 img {
	display: block;
	width: 100%;
}

.index-main01 .list p.t2 {
	text-align: center;
	line-height: 60px;
	font-family: pingfangL;
	font-size: 20px;
	text-transform: uppercase;
	color: #919191;
	font-weight: bold;
	transition: 0.3s all;
}

.index-main01 .list:hover {
	background-color: #008065;
	transition: 0.3s all;
}

.index-main01 .list:hover p.t2 {
	color: #ffffff;
	transition: 0.3s all;
}

.index-more a {
	display: block;
	width: 240px;
	margin: 45px auto 100px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	line-height: 60px;
	background-color: rgba(0, 128, 101, 1);
	transition: 0.3s all;
}

.index-more a:hover {
	background-color: rgba(0, 128, 101, .7);
	transition: 0.3s all;
}

.index-main02 {
	width: 100%;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main02 .list {
	width: 50%;
	position: relative;
}

.index-main02 .list:nth-child(1),
.index-main02 .list:nth-child(2) {
	width: 50%;
}

.index-main02 .list:nth-child(3),
.index-main02 .list:nth-child(4),
.index-main02 .list:nth-child(5) {
	width: 33.333%;
}

.index-main02 .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-main02 .list p.t1 img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-main02 .list p.t2 {
	color: #ffffff;
	font-family: pingfangM;
	font-size: 22px;
	position: absolute;
	top: 35px;
	left: 35px;
}

.index-main02 .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.index-main03 {
	width: 82%;
	margin: 65px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.index-main03 .list {
	width: 19%;
	margin-bottom: 65px;
}

.index-main03 .list img {
	display: block;
	max-width: 42%;
	max-height: 100px;
	margin: auto;
}

.index-main04 {
	width: 100%;
	margin: 65px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main04 .list {
	width: calc(100%/3);
	position: relative;
}

.index-main04 .list img {
	display: block;
	width: 100%;
}

.index-main04 .list p {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	text-align: center;
	font-family: pingfangB;
	font-size: 28px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-main05 {
	width: 82%;
	margin: 150px auto 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main05 .list {
	width: 33%;
	text-align: center;
}

.index-main05 .list p.t1 {
	font-family: pingfangM;
	font-size: 16px;
	text-transform: uppercase;
	color: #3F3F3F;
	margin-bottom: 10px;
}

.index-main05 .list p.t2 {
	font-family: pingfangL;
	font-size: 15px;
	text-transform: uppercase;
	color: #6B6B6B;
	margin-bottom: 25px;
}

.index-main05 .list p.t3 a {
	font-family: pingfangM;
	display: block;
	width: 170px;
	margin: auto;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background-color: rgba(0, 128, 101, 1);
	transition: 0.3s all;
}

.index-main05 .list p.t3 a:hover {
	background-color: rgba(0, 128, 101, .7);
	transition: 0.3s all;
}

.index-main05 .list p.t4 {
	color: #6B6B6B;
	font-family: pingfangL;
	font-size: 14px;
	margin-top: 5px;
}

.index-main05 .list p.t4 span {
	color: #008065;
	font-family: DIN-R;
	margin-left: 6px;
	font-size: 15px;
}

.index-main05 .hr {
	height: 200px;
	margin-top: -35px;
	width: 1px;
	background-color: #cccccc;
}

footer {
	width: 100%;
	background-color: #008065;
	padding: 70px 0 10px;
}

.footer {
	width: 82%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .navlist {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .navlist .list p.t1 {
	/* font-family: pingfangM; */
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer .navlist .list p.t2 a {
	/* 	display: block;
	font-family: pingfangR;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 38px; */
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	transition: opacity .3s ease-in-out;

}

.footer a:hover {
	text-decoration: underline;
}

.footer .contact p.t1 {
	/*font-family: pingfangM;*/
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer .contact p.t2 {
	font-family: DIN-R;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.footer .contact p.t3 {
	font-family: pingfangR;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.footer .contact p.t4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .contact p.t4 span,
.footer .contact p.t4 a {
	display: block;
	width: 33%;
	margin-bottom: 25px;
}

.footer .contact p.t4 i {
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}

.footer .banquan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding: 30px 0;
	/*font-family: pingfangR;*/
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	margin-top: 45px;
}

.footer .banquan .s1 {
	display: block;
	margin-right: 15px;
}

.footer .banquan span.s2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
}

.footer .banquan span.s2 a {
	display: block;
	margin: 0 6px;
}

.footer .banquan .s3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer .banquan .s3 img {
	display: block;
	width: 17px;
}

.tips-img img {
	display: block;
	width: 100%;
	max-width: 300px;
}

/*  */

.banner-pages {
	width: 100%;
	position: relative;
}

.banner-pages img {
	display: block;
	width: 100%;
}

.banner-pages p {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 76%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	font-family: pingfangM;
	font-size: 42px;
}

.about-main01 {
	width: 82%;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main01 .right {
	width: 40%;
}

.about-main01 .right img {
	display: block;
	width: 100%;
}

.about-main01 .left {
	width: 60%;
	background-color: #EFEFEF;
	padding: 5% 8%;
}

.about-main01 .left p.t1 {
	color: #404340;
	font-family: pingfangL;
	font-size: 38px;
}

.about-main01 .left p.t2 {
	width: 100px;
	margin: 10px 0 25px;
	height: 1px;
	background-color: #404340;
}

.about-main01 .left .t3 {
	text-transform: uppercase;
	color: #6B6B6B;
}

.about-main01 .left .t4 {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}

.about-main01 .left .t4 .list .li01 {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #6B6B6B;
	font-family: DIN-R;
	font-size: 44px;
	color: #008065;
	position: relative;
}

.about-main01 .left .t4 .list .li01::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #008065;
	position: absolute;
	top: 8px;
	right: 8px;
}

.about-main01 .left .t4 .list .li02 {
	font-size: 13px;
	line-height: 1.6;
	text-transform: uppercase;
	color: #6B6B6B;
	margin-top: 15px;
	text-align: center;
}

.about-main02-w {
	width: 82%;
	margin: 70px auto;
	position: relative;
}

.about-main02-w img.map {
	display: block;
	width: 100%;
}

.about-main02 {
	width: 100%;
	height: 100%;
	padding: 5%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.about-main02 .list-w {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main02 .list-w .list {
	width: 24%;
}

.about-main02 .list-w .list p.t2 {
	font-family: pingfangL;
	font-size: 16px;
	text-transform: uppercase;
	color: #6B6B6B;
	text-align: center;
	margin-top: 15px;
}

.about-main02 .list-w .list p.t1 {
	    font-size: 3.75rem;
	line-height: 80px;
	font-weight: 400;
	color: #008065;
	text-align: center;
}

.about-main02 .list-w .list p.t1-1 {
	font-family: DIN-R;
	    font-size: 4.375rem;
	line-height: 80px;
	color: #008065;
	text-align: center;
}

/* 品牌理念 */
.pinpai-tit {
	padding: 200px 0;
}

.pinpai-main01 {
	width: 82%;
	margin: 20px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

.pinpai-main01 .pic {
	width: 100%;
	margin-bottom: 65px;
}

.pinpai-main01 .pic img {
	display: block;
	width: 100%;
}

.pinpai-main01 .list01 {
	font-family: pingfangL;
	font-size: 38px;
	line-height: 57.66px;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	color: #404340;
	border-bottom: 1px solid #808080;
	padding: 0px 40px 45px 0px;
	margin-left: 50px;
	position: relative;
}

.pinpai-main01 .list01::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #959696;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pinpai-main01 .list02 {
	font-family: pingfangL;
	font-size: 15px;
	line-height: 27.12px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	padding: 50px 0px;
	margin-right: 50px;
}

.pinpai-main02-w {
	width: 100%;
	padding: 100px 0;
	background-image: url("../images/pinpai-4.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.pinpai-main02 {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pinpai-main02 .left {
	width: 45%;
}

.pinpai-main02 .left img {
	display: block;
	width: 100%;
}

.pinpai-main02 .right p.t1 {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: relative;
}

.pinpai-main02 .right p.t1::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.pinpai-main02 .right p.t2 {
	font-family: pingfangL;
	font-size: 42px;
	line-height: 61.73px;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 30px 0;
}

.pinpai-main02 .right p.t3 {
	font-family: DIN-R;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.pinpai-main03 {
	width: 100%;
	margin: 85px auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.pinpai-main03 .img {
	width: 45%;
}

.pinpai-main03 .img img {
	display: block;
	width: 100%;
}

.pinpai-main03 .text-w {
	width: 82%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.pinpai-main03 .text {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.pinpai-main03 .text p.t1 {
	display: inline-block;
	font-family: pingfangL;
	font-size: 38px;
	line-height: 57.66px;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	color: #404340;
	border-bottom: 1px solid #808080;
	padding: 35px 0;
	position: relative;
}

.pinpai-main03 .text p.t1::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #959696;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pinpai-main03 .text .list-w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 85px;
	margin-bottom: 150px;
}

.pinpai-main03 .text .list {
	width: 32%;
	height: 350px;
	background-color: #008065;
	padding: 0px 25px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.pinpai-main03 .text .list .li01 {
	font-family: pingfangL;
	font-size: 29px;
	line-height: 50.3px;
	letter-spacing: 2.9px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 35px;
}

.pinpai-main03 .text .list .li02 {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* 资质荣誉 */
.zizhi-main01 {
	width: 82%;
	margin: 80px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #4E4E4E;
}

.zizhi-main01 .zizhiPicList-l {
	width: 35%;
}

.zizhi-main01 .list-l {
	width: 100%;
	padding: 50px 55px 35px;
}

.zizhi-main01 .list-l .list {
	width: 100%;
}

.zizhi-main01 .list-l .list p.t1 {
	font-family: pingfangL;
	font-size: 32px;
	line-height: 59.54px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.zizhi-main01 .list-l .list p.t2 {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 29.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.zizhi-main01 .zizhiPicList-r {
	width: 65%;
}

.zizhi-main01 .list-r {
	width: 100%;
}

.zizhi-main01 .list-r .list {
	width: 100%;
	height: 500px;
	/*padding: 50px 0;*/
	background-color: #28292b;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.zizhi-main01 .list-r .list img {
	display: block;
	max-width: 90%;
	margin: auto;
	height: 340px;
}

.zizhi-main01 .wm-button {
	width: 30px;
	height: 75px;
	line-height: 75px;
	background-color: #008065;
	text-align: center;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.zizhi-main01 .wm-button i {
	color: #ffffff;
	display: block;
}

.zizhi-main01 .wm-button-next {
	right: 0;
	top: 45%;
}

.zizhi-main01 .wm-button-prev {
	left: calc(100% - 65%);
	top: 45%;
}

/* 新闻列表 */
.newslist-main {
	width: 82%;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newslist-main .list {
	width: 32%;
	margin-bottom: 30px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #cccccc;
	transition: 0.3s all;
}

.newslist-main .list p.t1 {
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}

.newslist-main .list p.t1 img {
	display: block;
	width: 100%;
}

.newslist-main .list p.t2 {
	font-family: pingfangL;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	color: #808080;
	padding: 0 25px;
	margin-bottom: 25px;
}

.newslist-main .list p.t3 {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: pingfangR;
	font-size: 13px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #808080;
}

.newslist-main .list p.t3 span:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.newslist-main .list p.t3 span:last-child i {
	display: block;
	margin-right: 4px;
}

.newslist-main .list:hover {
	background-color: #008065;
	transition: 0.3s all;
}

.newslist-main .list:hover p.t2,
.newslist-main .list:hover p.t3 {
	color: #ffffff;
	transition: 0.3s all;
}

/* 新闻详情 */
.newsshow-main {
	width: 1200px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newsshow-main .hr {
	background-color: #C6C6C6;
	width: 1px;
	margin-top: 55px;
}

.newsshow-main .left {
	width: 850px;
}

.newsshow-main .left h1.tit {
	font-family: pingfangM;
	font-size: 30px;
	color: #000000;
}

.newsshow-main .left .times {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 29.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.newsshow-main .left .content {
	margin: 45px auto 25px;
	font-family: pingfangL;
	font-size: 15px;
	line-height: 29.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.newsshow-main .left .content p {
	margin-bottom: 10px;
}

.newsshow-main .left .content img {
	display: block;
	max-width: 100%;
	margin: 12px auto;
}

.newsshow-main .left .next {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 17.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
	padding: 15px 0;
	border-top: 1px solid #C6C6C6;
	margin-top: 40px;
}

.newsshow-main .left .next:hover {
	color: #008065;
	text-decoration: underline;
}

.newsshow-main .right {
	width: 280px;
	margin-top: 55px;
}

.newsshow-main .right .tit {
	font-family: pingfangR;
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
}

.newsshow-main .right .list {
	width: 100%;
	margin-bottom: 25px;
}

.newsshow-main .right .list p.t1 {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.newsshow-main .right .list p.t1 img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.newsshow-main .right .list p.t2 {
	font-family: pingfangR;
	font-size: 14px;
	line-height: 17.32px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

/* 产品列表 */
.protype-main {
	width: 1200px;
	margin: 80px auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.protype-main .list {
	width: 19%;
}

.protype-main .list a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-family: pingfangR;
	font-size: 16px;
	color: #282828;
}

.protype-main .list a img {
	display: block;
	height: 28px;
	margin-right: 10px;
}

.protype-main .hr {
	background-color: #C6C6C6;
	width: 1px;
}

.prolist-main-w {
	width: 1200px;
	margin: 80px auto;
}

.prolist-main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #C6C6C6;
}

.prolist-main .tit {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.prolist-main .tit span {
	display: block;
	font-weight: 400;
	    font-size: 2.125rem;
    color: #282828;
    letter-spacing: 2px;
}

.prolist-main .tit a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-family: pingfangR;
	font-size: 16px;
	color: #282828;
}

.prolist-main .tit a i {
	display: block;
	margin-left: 7px;
}

.prolist-main .list {
	width: 32%;
}

.prolist-main .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.prolist-main .list p.t1 img {
	display: block;
	width: 100%;
}

.prolist-main .list p.t2 {
	font-size: 1.375rem;
    color: #000;
    letter-spacing: 0;
    line-height: 1.4;
    transition: all .5s ease-in-out;
	margin: 15px 0 10px;
}

.prolist-main .list p.t3 {
	font-family: pingfangR;
	font-size: 13px;
	color: #6D6D6D;
}

.prolist-main.proli {
	width: 1200px;
	margin: 80px auto;
	border-bottom: none;
}

.prolist-main.proli .list {
	margin-bottom: 45px;
}

.prolist-main.proli .tit a {
	display: none;
}

/* 产品详情 */
.location {
	width: 1200px;
	margin: auto;
	font-family: pingfangR;
	font-size: 15px;
	color: #6D6D6D;
	line-height: 50px;
}

.proshow-main {
	width: 1200px;
	margin: 75px auto;
}

.proshow-main .toppic {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.proshow-main .toppic .pic {
	width: 60%;
}

.proshow-main .toppic .pic .proimgSwiper-t {
	margin-bottom: 12px;
}

.proshow-main .toppic .pic .proimgSwiper-t img {
	display: block;
	width: 100%;
}

.proshow-main .toppic .pic .proimgSwiper-b .swiper-slide {
	border-bottom: 2px solid transparent;
	transition: 0.3s all;
}

.proshow-main .toppic .pic .proimgSwiper-b img {
	display: block;
	width: 100%;
}

.proshow-main .toppic .pic .proimgSwiper-b .swiper-slide-thumb-active {
	position: relative;
}

.proshow-main .toppic .pic .proimgSwiper-b .swiper-slide-thumb-active::after {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #008065;
	transition: 0.3s all;
	position: absolute;
	bottom: 0;
}

.proshow-main .toppic .desc {
	width: 37%;
}

.proshow-main .toppic .desc h1 {
	font-size: 2.125rem;
    color: #000;
	/*margin-bottom: 10px;*/
}

.proshow-main .toppic .desc .tips {
	color: #6D6D6D;
	margin-top: 0.8vw;
    font-size: 1rem;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 2;
    font-weight: 500;
}

.proshow-main .toppic .desc .canshu {
	width: 100%;
	margin: 40px 0px;
}

.proshow-main .toppic .desc .canshu p {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.proshow-main .toppic .desc .canshu p span {
	display: block;
}

.proshow-main .toppic .desc .canshu p span.s1 {
	font-family: pingfangR;
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #008065;
	padding: 22px 5px;
	margin-right: 10px;
	text-align: center;
	width: 50px;
}

.proshow-main .toppic .desc .canshu p span.s2 {
	width: calc(100% - 60px);
	font-family: pingfangR;
	font-size: 14px;
	color: #6D6D6D;
	border-bottom: 2px solid #BCBCBC;
	padding: 22px 5px;
	word-break: break-all;
}

.proshow-main .toppic .desc .canshu p:first-child span.s1 {
	border-top: 2px solid #008065 !important;
}

.proshow-main .toppic .desc .canshu p:first-child span.s2 {
	border-top: 2px solid #BCBCBC !important;
}

.proshow-main .toppic .desc .chat {
	width: 150px;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #008065;
	font-family: pingfangR;
	font-size: 16px;
	color: #FFFFFF;
}

.proshow-main .toppic .desc .chat i {
	display: block;
	margin-right: 5px;
	font-size: 26px;
}
.proshow-main .bigpic-list{
	width: 1200px;
	margin: 100px auto 80px;
	position: relative; 
}
.proshow-main .bigpic-list img{
	display: block;
	width: 100%;
}
.proshow-main .bigpic-list .swiper-pagination{
	bottom: -30px;
}
.proshow-main .bigpic-list .swiper-button-next, 
.proshow-main .bigpic-list .swiper-button-prev{
	color: #008065;
}
.proshow-main .bigpic-list .swiper-pagination-bullet-active{
	background: #008065;
}
.proshow-main .content {
	width: 100%;
	margin: 80px auto 40px;
	font-family: pingfangR;
	font-size: 16px;
	line-height: 25.32px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.proshow-main .content p {
	font-family: pingfangR;
	font-size: 16px;
	line-height: 25.32px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	color: #6B6B6B;
	margin-bottom: 15px;
}

.proshow-main .content img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}

/* 案例展示 */
.casetype-main {
	width: 1200px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #C9C9C9;
}

.casetype-main a {
	display: block;
	line-height: 50px;
	    font-size: 1rem;
    color: #777;
    letter-spacing: 0;
	border-bottom: 2px solid #ffffff;
}

.casetype-main a:hover {
	border-bottom: 2px solid #008065;
}

.caselist-main {
	width: 1200px;
	margin: 80px auto;
}

.caselist-main .list {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 25px;
	transition: 0.3s all;
}

.caselist-main .list .left {
	width: 40%;
	padding: 4%;
	float: left;
}

.caselist-main .list .left p.t1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 45px;
}

.caselist-main .list .left p.t1 img {
	display: block;
	height: 50px;
	margin-right: 15px;
}

.caselist-main .list .left p.t1 a {
	display: block;
	/*font-family: pingfangM;*/
	font-weight: 700;
    font-size: 1.25rem;
	color: #000000;
	padding-left: 15px;
	border-left: 1px solid #6B6B6B;
}

.caselist-main .list .left p.t2 {
	width: 60px;
	height: 1px;
	background-color: #008065;
	margin-bottom: 20px;
}

.caselist-main .list .left p.t3 {
	text-transform: uppercase;
	    font-weight: 200;
    font-size: .875rem;
    color: #282828;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
}

.caselist-main .list .left p.t4 {
	margin-top: 50px;
}

.caselist-main .list .left p.t4 a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: pingfangR;
	font-size: 14px;
	color: #282828;
}

.caselist-main .list .left p.t4 a i {
	display: block;
	margin-left: 7px;
}

.caselist-main .list .right {
	width: 60%;
	float: right;
	position: relative;
}

.caselist-main .list .right img {
	display: block;
	width: 100%;
}

.caselist-main .list .right::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 15%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 20px solid #ffffff;
	border-bottom: 15px solid transparent;
}

.caselist-main .list:nth-child(even) .left {
	float: right;
}

.caselist-main .list:nth-child(even) .right {
	float: left;
}

.caselist-main .list:nth-child(even) .right::after {
	right: 0;
	left: auto;
	border-right: 20px solid #ffffff;
	border-left: none;
}

.caselist-main .list:hover {
	box-shadow: 0px 0px 6px #cccccc;
	transition: 0.3s all;
}

/* 案例详情 */
.showcase-main01 {
	width: 1200px;
	margin: 75px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.showcase-main01 img {
	display: block;
	height: 100px;
	margin-right: 40px;
}

.showcase-main01 h1 {
	font-family: pingfangM;
	padding-left: 40px;
	border-left: 1px solid #6B6B6B;
    font-weight: 200;
    font-size: 2.5rem;
    color: #000;
    line-height: 1.4;
}

.showcase-main02 {
	width: 1200px;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.showcase-main02 .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.showcase-main02 .left {
	width: 34%;
	padding: 3%;
}

.showcase-main02 .left p.t1 {
	font-family: pingfangL;
	letter-spacing: 0.68px;
	text-transform: uppercase;
	margin-bottom: 30px;
	    line-height: 1.4;
    font-weight: 200;
    font-size: 2.125rem;
    color: #000;
	
	
}

.showcase-main02 .left p.t2 {
	text-transform: uppercase;
	color: #6B6B6B;
    font-weight: 200;
    font-size: .875rem;
    text-align: justify;
    line-height: 28px;
}

.showcase-main02 .right {
	width: 60%;
	position: relative;
}

.showcase-main02 .right img {
	display: block;
	width: 100%;
}

.showcase-main02 .wm-button {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background-color: #008065;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 99;
	cursor: pointer;
	color: #ffffff;
}

.showcase-main02 .wm-button i {
	display: block;
}

.showcase-main02 .wm-button-next-case {
	left: 0;
	background-color: #ffffff;
	color: #008065;
}

.showcase-main02 .wm-button-prev-case {
	left: -60px;
}

.showcase-main03 {
	width: 1200px;
	margin: 60px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.showcase-main03 .list {
	width: 32%;
}

.showcase-main03 .list p.t1 {
	width: 100%;
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
}

.showcase-main03 .list p.t1 img {
	display: block;
	width: 100%;
}

.showcase-main03 .list p.t2 {
	line-height: 29.32px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	color: #6B6B6B;
	font-weight: 200;
    font-size: 1.125rem;
    color: #000;
}

/* 视频 */
.videos-main01 {
	width: 1200px;
	margin: 80px auto;
	position: relative;
}

.videos-main01 img {
	display: block;
	width: 100%;
}

.videos-main01 p {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.videos-main01 p i {
	font-size: 70px;
	color: #ffffff;
	display: block;
}

.videos-main02 {
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.videos-main02 .list {
	width: 32%;
	background-color: #ffffff;
	padding-bottom: 20px;
	box-shadow: 0px 0px 7px #cccccc;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: 0.3s all;
}

.videos-main02 .list p.t1 {
	display: block;
	width: 100%;
	overflow: hidden;
}

.videos-main02 .list p.t1 img {
	display: block;
	width: 100%;
}

.videos-main02 .list p.t2 {
	font-family: pingfangL;
	font-size: 16px;
	line-height: 29.6px;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	color: #808080;
	padding: 15px;
}

.videos-main02 .list p.t3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: pingfangR;
	font-size: 12px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	color: #727272;
	padding: 0 15px;
}

.videos-main02 .list p.t3 span:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.videos-main02 .list p.t3 span:last-child i {
	display: block;
}

.videos-main02 .list:hover {
	background-color: #008065;
	transition: 0.3s all;
}

.videos-main02 .list:hover p.t2,
.videos-main02 .list:hover p.t3 {
	color: #ffffff;
	transition: 0.3s all;
}

/* 设计理念 */
.sheji-main01 {
	width: 1200px;
	margin: 80px auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sheji-main01 .left {
	width: 50%;
	background-color: #F9F9F9;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.sheji-main01 .left .list {
	width: 100%;
	border-top: 1px solid #888888;
	position: relative;
}

.sheji-main01 .left .list::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #9FA0A0;
	position: absolute;
	top: -3px;
	left: 0;
}

.sheji-main01 .left .list p.t1 {
	font-family: pingfangL;
	font-size: 22px;
	line-height: 50px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	color: #404340;
}

.sheji-main01 .left .list p.t2 {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 18.12px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.sheji-main01 .right {
	width: 50%;
}

.sheji-main01 .right img {
	display: block;
	width: 100%;
}

/* 专属设计 */
.zhuanshu-main {
	width: 1200px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.zhuanshu-main .left {
	width: 50%;
}

.zhuanshu-main .left img {
	display: block;
	width: 100%;
}

.zhuanshu-main .right {
	width: 50%;
	padding: 6%;
}

.zhuanshu-main .right p.t1 {
	font-family: pingfangL;
	font-size: 38px;
	line-height: 62.26px;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	color: #404340;
	margin-bottom: 55px;
}

.zhuanshu-main .right p.t2 {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 20.52px;
	padding-top: 30px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
	border-top: 1px solid #888888;
	position: relative;
}

.zhuanshu-main .right p.t2::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #9FA0A0;
	position: absolute;
	top: -3px;
	left: 0;
}

.zhuanshu-main .centet-w {
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 7%;
	right: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
}

.zhuanshu-main .centet {
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #B2B2B2;
	padding: 4%;
}

.zhuanshu-main .centet .hr {
	width: 1px;
	background-color: #ffffff;
}

.zhuanshu-main .centet .list p.t1 {
	height: 50px;
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
}

.zhuanshu-main .centet .list p.t1 img {
	display: block;
	height: 100%;
	margin: auto;
}

.zhuanshu-main .centet .list p.t2 {
	font-family: pingfangR;
	font-size: 15px;
	line-height: 30.7px;
	letter-spacing: 0.68px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

/* 技术服务 */
.jishufuwu-main01 {
	width: 1200px;
	margin: 80px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jishufuwu-main01 .list {
	width: 100%;
	margin-bottom: 50px;
}

.jishufuwu-main01 .list p.t1 {
	font-family: pingfangL;
	font-size: 38px;
	padding-bottom: 30px;
	line-height: 62.26px;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	color: #404340;
	border-bottom: 1px solid #888888;
	position: relative;
	display: inline-block;
}

.jishufuwu-main01 .list p.t1::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #9FA0A0;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.jishufuwu-main01 .list02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jishufuwu-main01 .list02 p {
	display: block;
	width: 40%;
	font-family: pingfangL;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #6B6B6B;
}

.jishufuwu-main01 .list03 {
	width: 660px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	top: -115px;
	right: 0;
}

.jishufuwu-main01 .list03 .li {
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #6D6D6D;
	margin-left: 20px;
}

.jishufuwu-main01 .list03 .li p.t1 {
	font-family: DIN-R;
	font-size: 56px;
	color: #6B6B6B;
}

.jishufuwu-main01 .list03 .li p.t2 {
	font-family: pingfangL;
	font-size: 20px;
	line-height: 39.46px;
	letter-spacing: 1.16px;
	text-transform: uppercase;
	color: #6B6B6B;
}

/* 售后服务 */
.shouhou-main01 {
	width: 1200px;
	margin: 80px auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shouhou-main01 .left {
	width: 50%;
	background-color: #F9F9F9;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.shouhou-main01 .left .list {
	width: 100%;
	border-top: 1px solid #888888;
	position: relative;
}

.shouhou-main01 .left .list::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #9FA0A0;
	position: absolute;
	top: -3px;
	left: 0;
}

.shouhou-main01 .left .list p.t2 {
	font-family: pingfangL;
	font-size: 13px;
	line-height: 18.12px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #6B6B6B;
	padding-top: 15px;
}

.shouhou-main01 .right {
	width: 50%;
}

.shouhou-main01 .right img {
	display: block;
	width: 100%;
}

.shouhou-main01 .left .list03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shouhou-main01 .left .list03 .li {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #6D6D6D;
	margin-left: 20px;
	position: relative;
}

.shouhou-main01 .left .list03 .li p.t1 {
	font-family: DIN-R;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	width: 45px;
	text-align: center;
	margin: auto;
	background-color: #F9F9F9;
}

.shouhou-main01 .left .list03 .li p.t2 {
	font-family: pingfangL;
	font-size: 18px;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

/* 在线留言 */
.liuyan-main {
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #cccccc;
}

.liuyan-main .left {
	width: 50%;
}

.liuyan-main .left img {
	display: block;
	width: 100%;
}

.liuyan-main .right {
	width: 50%;
	padding: 5% 7%;
}

.liuyan-main .right .index-title {
	margin-bottom: 25px;
}

.liuyan-main .right p.input01 {
	width: 100%;
	margin-bottom: 15px;
}

.liuyan-main .right p.input01 input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 6px;
	border: none;
	border-bottom: 1px solid #919191;
}

.liuyan-main .right p.input01 button {
	display: block;
	width: 100%;
	height: 55px;
	border: none;
	color: #ffffff;
	background-color: #008065;
	font-family: pingfangM;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 25px;
}

.liuyan-main .right p.tips {
	font-family: pingfangL;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #919191;
}

/* 地图 */
.ditu-main {
	width: 1200px;
	height: 500px;
	margin: 100px auto;
}

.ditu-main .container {
	width: 100%;
	height: 100%;
}

.ditu-main .container .content{
	font-size: 14px;
	line-height: 30px;
}

/* 二维码 */
.qrcode-main {
	width: 1200px;
	margin: 130px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.qrcode-main .hr {
	width: 1px;
	height: 180px;
	background-color: #6B6B6B;
}

.qrcode-main .left {
	width: 40%;
}

.qrcode-main .left img {
	height: 80px;
	display: block;
	margin-bottom: 15px;
}

.qrcode-main .left p {
	font-family: DIN-R;
	font-size: 68px;
	color: #000000;
}

.qrcode-main .right {
	width: 35%;
	display: flex;
	justify-content: space-between;
	font-family: pingfangL;
	font-size: 15px;
	line-height: 33.81px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	color: #3F3F3F;
	text-align: center;
}

.qrcode-main .right .list {
	margin-left: 25px;
}

.qrcode-main .right img {
	display: block;
	height: 140px;
	margin-bottom: 12px;
}

/* 加盟 */
.jiameng-main01 {
	width: 1200px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jiameng-main01 .list {
	width: 24%;
	padding: 2% 1%;
	background-color: #ffffff;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}

.jiameng-main01 .list p.t1 {
	font-family: pingfangR;
	font-size: 18px;
	line-height: 31.59px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #000000;
}

.jiameng-main01 .list p.t2 {
	font-family: pingfangL;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #828282;
}

.jiameng-main02-w {
	width: 100%;
	background-color: #F9F9F9;
	padding: 60px 0px;
	margin-bottom: 80px;
}

.jiameng-main02 {
	width: 1200px;
	margin: 80px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jiameng-main02 .list p.t1 {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #000000;
	border-radius: 100%;
	padding: 15px;
	margin-bottom: 15px;
}

.jiameng-main02 .list p.t img {
	display: block;
}

.jiameng-main02 .list p.t2 {
	font-family: pingfangR;
	font-size: 18px;
	line-height: 34.58px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

.jiameng-main03 {
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jiameng-main03 .left {
	width: 50%;
}

.jiameng-main03 .left img {
	display: block;
	width: 100%;
}

.jiameng-main03 .right {
	width: 50%;
	padding: 5% 5%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.jiameng-main03 .right p {
	font-family: pingfangL;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #828282;
}

.jiameng-main03 .right p span {
	font-family: DIN-R;
	font-size: 18px;
	color: #008065;
	margin-right: 2px;
}

.jiameng-main04-w {
	width: 100%;
	background-color: #F9F9F9;
	padding: 80px 0px 60px;
}

.jiameng-main04 {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jiameng-main04 .list {
	text-align: center;
	margin: auto;
}

.jiameng-main04 .list p.t1 {
	height: 50px;
	margin: 0 auto 20px;
	text-align: center;
}

.jiameng-main04 .list p.t1 img {
	display: block;
	height: 100%;
	margin: auto;
}

.jiameng-main04 .list p.t2 {
	font-family: pingfangL;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #828282;
	text-align: center;
}

.jiameng-main04 .hr {
	padding-top: 15px;
	color: #828282;
}

.jiameng-main04 .hr i {
	display: block;
	font-size: 16px;
}

/* 招聘 */
.job-main {
	width: 1200px;
	margin: 80px auto 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.job-main .list {
	width: 32%;
	padding: 35px 0;
	text-align: center;
	border: 1px solid #ffffff;
	transition: 0.3s all;
	background-color: #ffffff;
}

.job-main .list p.t1 {
	height: 85px;
	margin: 0 auto 25px;
	display: block;
	text-align: center;
}

.job-main .list p.t1 img {
	display: block;
	height: 100%;
	margin: auto;
}

.job-main .list p.t2 {
	font-family: pingfangL;
	font-size: 20px;
	line-height: 47.87px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #3F3F3F;
}

.job-main .list:hover {
	box-shadow: 0px 0px 10px #cccccc;
	border: 1px solid #008065;
	transition: 0.3s all;
}

.joblist-main {
	width: 1200px;
	margin: 80px auto 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.joblist-main .tits {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: pingfangM;
	font-size: 18px;
	line-height: 39.63px;
	text-transform: uppercase;
	color: #008065;
}

.joblist-main .tits span.s1 {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: block;
	border-radius: 100%;
	background-color: #008065;
}

.joblist-main .tits span.s2 {
	height: 1px;
	margin-left: 10px;
	background-color: #008065;
	width: calc(100% - 105px);
}

.joblist-main .left {
	width: 260px;
	padding: 15px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.joblist-main .left .list {
	margin-left: 20px;
	margin-top: 10px;
}

.joblist-main .left .list a {
	display: block;
	border-bottom: 1px dashed #008065;
	font-family: pingfangR;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
}

.joblist-main .left .list a:hover {
	color: #008065;
}

.joblist-main .right {
	width: 920px;
	padding: 15px;
	background-color: #ffffff;
}

.joblist-main .right .leixing {
	width: 85%;
	margin: 45px auto;
}

.joblist-main .right .leixing p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.joblist-main .right .leixing p span {
	display: block;
	font-family: pingfangR;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

.joblist-main .right .leixing p a {
	display: block;
	font-family: pingfangR;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #999999;
	margin-left: 10px;
	padding: 0 5px;
}

.joblist-main .right .leixing p a:hover,
.joblist-main .right .leixing p a.hover {
	color: #008065;
	font-weight: bold;
}

.joblist-main .right .joblist-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #EBEBEB;
}

.joblist-main .right .joblist-top p {
	font-family: pingfangM;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
	display: block;
	padding: 0 10px;
	font-weight: bold;
}

.joblist-main .right .joblist {
	width: 100%;
}

.joblist-main .right .joblist .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.joblist-main .right .joblist .list:nth-child(even) {
	background-color: #F7F7F7;
}

.joblist-main .right .joblist p {
	display: block;
	padding: 0 10px;
	font-family: pingfangR;
	font-size: 15px;
	line-height: 46px;
	text-transform: uppercase;
	color: #999999;
}

.joblist-main .right .joblist-top p.t2,
.joblist-main .right .joblist-top p.t3,
.joblist-main .right .joblist p.t2,
.joblist-main .right .joblist p.t3 {
	width: 20%;
}

.joblist-main .right .joblist-top p.t4,
.joblist-main .right .joblist p.t4 {
	width: 20%;
}

.joblist-main .right .joblist-top p.t1,
.joblist-main .right .joblist p.t1 {
	width: 30%;
}

/* 右侧工具栏 */
.tool-list {
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 99999;
}

.tool-list a,
.tool-list p {
	width: 80px;
	padding: 10px 0 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #cccccc;
	margin-top: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 13px;
	color: #008065;
	cursor: pointer;
}

.tool-list i.iconfont {
	display: block;
	font-size: 38px;
}

.tool-list a:hover,
.tool-list p:hover {
	color: #ffffff;
	background-color: #008065
}

.tool-list p.toTop {
	display: none;
}
.tool-list a.wap{display: none;}

/**/

.about-main01 .left p.t1 {
	font-size: 36px;
}

.about-main01 .left .t3 {
    font-weight: 200;
    font-size: .875rem;
    color: #4e4e4e;
    text-align: justify;
    line-height: 2.2;
}

.about-main01 .left .t4 .list .li01 {
	font-size: 42px;
}

.about-main01 .left .t4 .list .li02 {
	font-size: 12px;
}

.gushi-main-w{
	width: 100%;
	margin: 160px auto;
}
.gushi-main{
	width: 82%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gushi-main .list{
	width: 21%;
}
.gushi-main .list p.t1{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.gushi-main .list p.t1 img{
	display: block;
	width: 100%;
}
.gushi-main .list p.t2{
	font-size: 14px;
	color: #9E9F9F;
	text-align: center;
	margin-bottom: 10px;
}
.gushi-main .list p.t3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 40px;
}
.gushi-main .list p.t4{
	color: #008065;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}
.gushi-main .list .t5{
	color: #9E9F9F;
	font-size: 14px;
	line-height: 1.8;
}
.gushi-main .hr{
	width: 3%;
	margin-top: 50px;
}
.gushi-main .hr img{
	display: block;
	width: 100%;
}

.gushi-main01,
.gushi-main02,
.gushi-main03,
.gushi-main04{
		width: 82%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gushi-main01 .list,
.gushi-main02 .list,
.gushi-main03 .list,
.gushi-main04 .list{
	width: 21%;
}
.gushi-main01{
	align-items: center;
	margin-bottom: 20px;
}
.gushi-main01 .list img{
	display: block;
	width: 100%;
}
.gushi-main01 .hr{
	width: 3%;
}

.gushi-main02 .list p.t2{
	font-size: 16px;
	letter-spacing: 3px;
	color: #9E9F9F;
	text-align: center;
	margin-bottom: 5px;
}
.gushi-main02 .list p.t3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 40px;
}
.gushi-main03-w{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.gushi-main03-w:after{
	content: "";
	display: block;
	width: 100%;
	margin: auto;
	height: 1px;
	background-color: #008065;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.gushi-main03 .list{
	color: #008065;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	text-align: center;
}
.gushi-main03 .list span{
	background-color: #ffffff;
	padding: 0 15px;
}
.gushi-main04 .list{
	color: #9E9F9F;
	font-size: 14px;
	line-height: 1.8;
}
/*V2修改页面*/
.v2-about-main {
	width: 1200px;
	margin: 60px auto;
	position: relative;
}
.v2-index-title-w{
	width: 1200px;
	margin: auto;
}
.v2-index-title {
	width: 350px;
	display: flex;
	justify-content: flex-start;
	background-image: url(../images/v2/v2-28.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding-bottom: 20px;
}

.v2-index-title img {
	display: block;
	width: 42px;
	margin-right: 15px;
}

.v2-index-title p .s1 {
	font-size: 23px;
	letter-spacing: 1.84px;
	text-transform: uppercase;
	color: #000000;
	display: block;
}

.v2-index-title p .s2 {
	font-size: 22px;
	color: #040000;
	display: block;
}

.v2-about-main .one {
	width: 100%;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.v2-about-main .one .left {
	width: 300px;
}

.v2-about-main .one .left .list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}

.v2-about-main .one .left .list .li01 {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-right: 15px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #6B6B6B;
	font-family: DIN-R;
	font-size: 34px;
	color: #008065;
	position: relative;
}

.v2-about-main .one .left .list .li01::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #008065;
	position: absolute;
	top: 8px;
	right: 8px;
}

.v2-about-main .one .left .list .li02 {
	font-size: 15px;
	line-height: 1.6;
	text-transform: uppercase;
	color: #6B6B6B;
	text-align: center;
}

.v2-about-main .one .right {
	width: 880px;
}

.v2-about-main .one .right img {
	display: block;
	width: 100%;
}

.v2-about-main .two {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
}

.v2-about-main .two p {
	display: block;
	width: 40%;
	font-size: 13px;
	line-height: 26.65px;
	text-transform: uppercase;
	color: #929393;
	margin-right: 40px;
}

.v2-about-main .two p:nth-child(1) {
	width: 50%;
}

.v2-about-main .two p:nth-child(2) {
	width: 35%;
}

.v2-about-main .three {
	position: absolute;
	top: 0;
	right: 0;
}

.v2-about-main .three p.t1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #008065;
}

.v2-about-main .three p.t2 {
	font-size: 12px;
	line-height: 13.8px;
	text-transform: uppercase;
	color: #008065;
}

.v2-about-main02-w {
	width: 100%;
	background-color: #F7F8F8;
	padding: 100px 0;
	margin-top: 50px;
}

.v2-about-main02 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.v2-about-main02 .left {
	width: 35%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.v2-about-main02 .left .text {
	font-size: 14px;
	line-height: 1.8;
	text-transform: uppercase;
	color: #929393;
}

.v2-about-main02 .right {
	width: 50%;
}

.v2-about-main02 .right img {
	display: block;
	width: 100%;
}

.v2-pinpai-main01-w {
	width: 100%;
	background-color: #F7F8F8;
	padding: 60px 0;
}

.v2-pinpai-main01 {
	width: 1200px;
	margin: 80px auto;
	position: relative;
}

.v2-pinpai-main01 img.bj {
	display: block;
	width: 100%;
}

.v2-pinpai-main01 .one {
	position: absolute;
	top: 8%;
	left: 5%;
}

.v2-pinpai-main01 .one p.t1 {
	font-size: 28px;
	line-height: 51.31px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #000000;
}

.v2-pinpai-main01 .one p.t2 {
	font-size: 13px;
	line-height: 24.61px;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	color: #000000;
}

.v2-pinpai-main01 .two {
	position: absolute;
	top: 8%;
	right: 5%;
	display: flex;
	justify-content: flex-end;
}

.v2-pinpai-main01 .two p {
	display: block;
	width: 140px;
	height: 140px;
	border: 1px solid #040000;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 30px;
}

.v2-pinpai-main01 .two p span {
	display: block;
	color: #040000;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
}

.v2-pinpai-main01 .two p span:first-child {
	margin-bottom: 10px;
}

.v2-pinpai-main02 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.v2-pinpai-main02 .text {
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid #808080;
	padding-top: 25px;
	position: relative;
}

.v2-pinpai-main02 .text:after {
	content: "";
	display: block;
	height: 3px;
	width: 35px;
	background-color: #929393;
	position: absolute;
	top: -3px;
	left: 0;
}

.v2-pinpai-main02 .text p {
	width: 300px;
	font-size: 13px;
	line-height: 21.11px;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	color: #929393;
}

.v2-pinpai-main02 .text p:last-child {
	margin-left: 50px;
}

.v2-pinpai-main03 {
	width: 1200px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.v2-pinpai-main03 .pic {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

.v2-pinpai-main03 .pic img {
	display: block;
	width: 100%;
}

.v2-pinpai-main03 .one .text {
	font-size: 26px;
	line-height: 47.93px;
	letter-spacing: 3.3px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 25px;
}

.v2-pinpai-main03 .two {
	width: 360px;
	font-size: 15px;
	text-transform: uppercase;
	color: #929393;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 25px 0;
}

.v2-pinpai-main04-w {
	width: 100%;
	background-color: #F7F8F8;
	padding: 80px 0;
	margin: 60px auto;
}

.v2-pinpai-main04 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.v2-pinpai-main04 .one .text {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: -0.32px;
	text-transform: uppercase;
	color: #929393;
	margin-top: 35px;
}

.v2-pinpai-main04 .two {
	border-bottom: 1px solid #808080;
	padding-bottom: 25px;
	position: relative;
	font-size: 28px;
	line-height: 47.93px;
	letter-spacing: 3.3px;
	text-transform: uppercase;
	color: #000000;
}

.v2-pinpai-main04 .two:after {
	content: "";
	display: block;
	height: 3px;
	width: 35px;
	background-color: #929393;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.v2-pinpai-main05 {
	width: 1200px;
	margin: 160px auto 20px;
	display: flex;
	justify-content: space-between;
}

.v2-pinpai-main05 .list {
	width: 32%;
}

.v2-pinpai-main05 .list p.t1 {
	border-bottom: 1px solid #808080;
	position: relative;
	font-size: 18px;
	padding-bottom: 10px;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #040000;
}

.v2-pinpai-main05 .list p.t1:after {
	content: "";
	display: block;
	height: 3px;
	width: 35px;
	background-color: #008065;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.v2-pinpai-main05 .list p.t2 {
	font-size: 12px;
	line-height: 30.05px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #040000;
	margin: 15px auto 10px;
}

.v2-pinpai-main05 .list p.t3 {
	display: block;
	width: 100%;
}

.v2-pinpai-main05 .list p.t3 img {
	display: block;
	width: 100%;
}
.v2-pinpai-main06{
	width: 1200px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.v2-pinpai-main06 .list01{
	width: 22%;
}
.v2-pinpai-main06 .list01 img{
	display: block;
	width: 100%;
}
.v2-pinpai-main06 .list{
	width: 24%;
}
.v2-pinpai-main06 .list p.t1{
	display: block;
	width: 100%;
}
.v2-pinpai-main06 .list p.t1 img{
	display: block;
	width: 100%;
}
.v2-pinpai-main06 .list p.t2{
	font-size : 22px;
  line-height : 47.93px;
  letter-spacing : 2.8px;
  text-transform : uppercase;
  color : #7F7F7F;
}
.v2-pinpai-main06 .list p.t3{
	font-size : 14px;
  line-height : 27.18px;
  letter-spacing : -0.32px;
  text-transform : uppercase;
  color : #929393;
}

.v2-sheji-main01{
	width: 1200px;
	margin: 80px auto 120px;
}
.v2-sheji-main01 .one{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.v2-sheji-main01 .one .text{
	font-size : 28px;
  line-height : 1.6;
  letter-spacing : 3.6px;
  text-transform : uppercase;
  color : #000000;
}
.v2-sheji-main01 .two{
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.v2-sheji-main01 .two img{
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.v2-sheji-main01 .two p{
	width: 31%;
	 font-size : 15px;
  line-height : 1.7;
  text-transform : uppercase;
  color : #929393;
}
.v2-sheji-main02{
	width: 1200px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	/*background-color: #CDCED0;*/
	background-color: rgba(205,206,208,0.22);
}
.v2-sheji-main02 .left{
	width: 50%;
	padding: 6%;
}
.v2-sheji-main02 .right{
	width: 50%;
}
.v2-sheji-main02 .right img{
	display: block;
	width: 100%;
}
.v2-sheji-main02 .left p.t1 {
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.76px;
	text-transform: uppercase;
	color: #000000;;
	margin-bottom: 55px;
}

.v2-sheji-main02 .left p.t2 {
	font-size: 13px;
	line-height: 20.52px;
	padding-top: 30px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	color: #929393;
	border-top: 1px solid #888888;
	position: relative;
}
.v2-sheji-main02 .left p.t2::after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #9FA0A0;
	position: absolute;
	top: -3px;
	left: 0;
}
.v2-sheji-main03{
	width: 1000px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.v2-sheji-main03 .hr {
	width: 1px;
	background-color: #008065;
}

.v2-sheji-main03 .list p.t1 {
	height: 60px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.v2-sheji-main03 .list p.t1 img {
	display: block;
	height: 100%;
	margin: auto;
}

.v2-sheji-main03 .list p.t2 {
	font-size: 17px;
	line-height: 30.7px;
	letter-spacing: 0.68px;
	text-transform: uppercase;
	color: #008065;
	text-align: center;
}
.v2-sheji-main04-w{
	width: 100%;
	margin: 50px auto 0;
	background-color: #F7F8F8;
	padding: 60px 0 100px;
}
.v2-sheji-main04{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.v2-sheji-main04 .list{
	width: 23%;
}
.v2-sheji-main04 .list p.t1{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.v2-sheji-main04 .list p.t1 img{
	display: block;
	width: 100%;
}
.v2-sheji-main04 .list p.t2{
	font-size : 16px;
  line-height : 24.27px;
  text-transform : uppercase;
  color : #929393;
  text-align: center;
	margin-bottom: 5px;
}
.v2-sheji-main04 .list p.t3{
	font-size : 16px;
  line-height : 25.2px;
  letter-spacing : 2.4px;
  text-transform : uppercase;
  color : #929393;
	margin-bottom: 30px;
  text-align: center;
  
}
.v2-sheji-main04 .list p.t4{
	font-size : 15px;
  line-height : 24px;
  letter-spacing : 0.68px;
  text-transform : uppercase;
  color : #929393;
}

.v2-fuwu-main01-w{
	width: 100%;
	background-color: #F7F8F8;
	padding: 60px 0;
}
.v2-fuwu-main01{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.v2-fuwu-main01 .one .text{
	font-size : 30px;
  line-height : 49.01px;
  letter-spacing : 3.3px;
  text-transform : uppercase;
  color : #000000;
  margin: 30px 0px 35px;
}
.v2-fuwu-main01 .one .text02{
	font-size : 15px;
  line-height : 27.8px;
  letter-spacing : 0.64px;
  text-transform : uppercase;
  color : #929393;
}
.v2-fuwu-main01 .two{
	width: 45%;
}
.v2-fuwu-main01 .two .list-w{
	display: flex;
	justify-content: space-between;
	transform: translateY(-100px);
}
.v2-fuwu-main01 .two .list{
	width: 120px;
	height: 120px;
	border: 1px solid #008065;
	border-radius: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
.v2-fuwu-main01 .two .list p.t1{
	font-size : 34px;
  color : #008065;
}
.v2-fuwu-main01 .two .list p.t2{
	font-size : 15px;
  line-height : 32.74px;
  letter-spacing : 0.96px;
  text-transform : uppercase;
  color : #008065;
}
.v2-fuwu-main01 .two .text{
	font-size : 15px;
  line-height : 1.6;
  letter-spacing : 0.64px;
  text-transform : uppercase;
  color : #929393;
}
.v2-fuwu-main01 .two .text p{margin-top: 15px;}

.v2-fuwu-main02{
	width: 1200px;
	margin: 120px auto 30px;
	padding: 80px 0px;
	position: relative;
}
.v2-fuwu-main02 .pic{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.v2-fuwu-main02 .pic img{
	display: block;
	width: 100%;
}
.v2-fuwu-main02 .one{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.v2-fuwu-main02 .one .text{
	font-size : 30px;
  line-height : 49.01px;
  letter-spacing : 3.3px;
  text-transform : uppercase;
  color : #000000;
  margin-top: 20px;
}
.v2-fuwu-main02 .two{
	width: 70%;
	font-size : 15px;
  line-height : 24px;
  letter-spacing : 0.6px;
  text-transform : uppercase;
  color : #929393;
}
.v2-fuwu-main03-w{
	width: 100%;
	padding: 90px 0;
	margin-top: 50px;
	background-color: #F7F8F8;
}
.v2-fuwu-main03{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.v2-fuwu-main03 .pic{
	width: 50%;
}
.v2-fuwu-main03 .pic img{
	display: block;
	width: 100%;
}
.v2-fuwu-main03 .right{
	width: 50%;
	padding-left: 10%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.v2-fuwu-main03 .right .two{
	width: 50%;
	margin: auto;
}
.v2-fuwu-main03 .right .two img{
	display: block;
	width: 100%;
}
.v2-fuwu-main03 .right .three{
	font-size : 30px;
  line-height : 49.01px;
  letter-spacing : 3.3px;
  text-transform : uppercase;
  color : #000000;
  margin-bottom: 15px;
}
.v2-fuwu-main03 .right .four{
	font-size : 14px;
  line-height : 1.6;
  letter-spacing : 0.64px;
  text-transform : uppercase;
  color : #929393;
}
