@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	letter-spacing: 1px;
}

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;
}

.w_100 {
	width: 100%;
	margin: 0 auto;
}

.w_80 {
	width: 80%;
	margin: 0 auto;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.w_86 {
	width: 86%;
	max-width: 1440px;
	margin: auto;
}

.m-t-80 {
	margin-top: 80px;
}
.m-b-80 {
	margin-bottom: 80px !important;
}

.m-t-60 {
	margin-top: 60px;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-t-0{
	margin-top: 0 !important;
}
img.img {
	display: block;
	width: 100%;
	margin: auto;
}


/**/

.m-header-nav,
.m-navbar {
	display: none;
}


/* */

header {
	width: 100%;
	padding: 15px 0;
	background-color: #ffffff;
	top: 0;
	z-index: 999;
	transition: 0.3s all;
}

.header {
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.header .logo {
	height: 36px;
	transition: 0.3s all;
}

.header .logo img {
	display: block;
	height: 100%;
}

.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: #1E1E1E;
	line-height: 52px;
	padding: 0 15px;
	margin-left: 25px;
}

.header .nav p:hover>a {
	color: #16b777;
}

.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 {
	position: fixed;
	top: 0;
	padding: 5px 0;
	background-color: #f1f1f1;
	box-shadow: 0px 5px 5px #ccc;
	transition: 0.3s all;
}

header.header-fixed .header .logo {
	height: 28px;
	transition: 0.3s all;
}

header.header-fixed .nav p>a {
	color: #282828;
}


/*  */

.banner {
	width: 100%;
	background-color: #16b777;
	position: relative;
}

.index-about-w {
	width: 100%;
	background-image: url(../images/bj-index-about.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 80px;
}

.index-about {
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
}

.index-about .left {
	width: 680px;
}

.index-about .right {
	flex: 1;
	margin-left: 80px;
	padding-top: 60px;
	position: relative;
	padding-right: 5%;
}

.index-about .right p.t1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

.index-about .right .t2 {
	color: #4A4A4A;
	text-align: justify;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.index-about .right .more {
	position: absolute;
	bottom: 0;
	left: 0;
}

.index-about .right .more a {
	display: block;
	width: 150px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	background-color: #16b777;
	transition: 0.3s all;
	border-radius: 20px;
}

.index-about .right .more a:hover {
	background-color: rgba(226, 108, 13, 0.7);
}


/*  */

.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 {
	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;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.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-size: 16px;
	text-transform: uppercase;
	color: #919191;
	font-weight: bold;
	transition: 0.3s all;
}

.index-main01 .list:hover {
	background-color: #16b777;
	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: #16b777;
	transition: 0.3s all;
	border-radius: 30px;
}

.index-more a:hover {
	background-color: rgba(226, 108, 13, 0.7);
	transition: 0.3s all;
}

.index-main02 {
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main02 .list {
	width: calc(100% / 3);
	position: relative;
}

.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-size: 22px;
	position: absolute;
	top: 35px;
	left: 35px;
}

.index-main02 .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.index-main03 {
	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 {
	margin: 65px auto 100px;
	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-size: 28px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index-main05 {
	width: 100%;
	height: 400px;
	background-color: #f2f2f2;
	margin: 60px auto 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.index-main05 p.t1 {
	font-weight: bold;
	font-size: 40px;
}

.index-main05 p.t2 {
	font-size: 16px;
	line-height: 1.8;
	color: #888888;
	margin: 30px auto 35px;
}

.index-main05 p.t3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-main05 p.t3 a {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 15px;
	background-color: #16b777;
	border-radius: 20px;
	transition: 0.3s all;
}

.index-main05 p.t3 a:hover {
	background-color: rgba(226, 108, 13, 0.7);
	transition: 0.3s all;
}

.index-main06 {
	margin: 30px auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main06 .list {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	transition: 0.3s all;
}

.index-main06 .list .pic {
	width: 180px;
}

.index-main06 .list .pic img {
	display: block;
	width: 100%;
}

.index-main06 .list .text {
	flex: 1;
	padding: 10px 18px;
}

.index-main06 .list .text p.t1 {
	font-size: 16px;
}

.index-main06 .list .text p.t2 {
	font-size: 14px;
	color: #6B6B6B;
	line-height: 1.6;
	margin: 10px auto 15px;
	overflow: hidden;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical;  
}

.index-main06 .list .text p.t3 {
	font-size: 14px;
	color: #6B6B6B;
}

.index-main06 .list:hover {
	background-color: #f2f2f2;
}

footer {
	width: 100%;
	background-color: #333;
	padding: 70px 0 10px;
}

.footer {
	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-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .navlist .list p.t2 a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	transition: opacity .3s ease-in-out;
}

.footer .navlist .list.list02 p.t2 {
	height: calc(26px * 6);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer .navlist .list.list02 p.t2 a {
	display: block;
	margin-right: 50px;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .contact p.t1 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .contact p.t2 {
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.footer .contact p.t3 {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	transition: opacity .3s ease-in-out;
}

.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: 14px;
	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;
}


/* 品牌理念 */

.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: #16b777;
	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: #16b777;
	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: #16b777;
	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: #16b777;
	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 {
	margin: 80px auto 0;
	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: 40px auto 50px;
}

.proshow-main .toppic {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.proshow-main .toppic .pic {
	width: 40%;
}

.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: #16b777;
	transition: 0.3s all;
	position: absolute;
	bottom: 0;
}

.proshow-main .toppic .desc {
	width: 57%;
}

.proshow-main .toppic .desc h1 {
	font-size: 28px;
	color: #000;
	margin-bottom: 24px;
}

.proshow-main .toppic .desc .tips {
	color: #6D6D6D;
	font-size: 15px;
	text-align: justify;
	letter-spacing: 2px;
	line-height: 1.8;
	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 #16b777;
	padding: 22px 5px;
	margin-right: 10px;
	text-align: center;
	width: 88px;
}

.proshow-main .toppic .desc .canshu p span.s2 {
	flex: 1;
	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 #16b777 !important;
}

.proshow-main .toppic .desc .canshu p:first-child span.s2 {
	border-top: 2px solid #BCBCBC !important;
}
.proshow-main .toppic .desc .chat-w{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.proshow-main .toppic .desc .chat {
	width:200px;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #16b777;
	font-size: 16px;
	color: #FFFFFF;
	transition: 0.3s all;
}

.proshow-main .toppic .desc .chat i {
	display: block;
	margin-right: 5px;
	font-size: 26px;
}
.proshow-main .toppic .desc .chat:hover{
	opacity: 0.7;
}
.proshow-main .toppic .desc .email{
	color: #6D6D6D;
	line-height: 1.2;
	font-size: 14px;
	margin-left: 30px;
	transition: 0.3s all;
}
.proshow-main .toppic .desc .email span{
	display: block;
	color: #000000;
	font-size: 15px;
}
.proshow-main .toppic .desc .email:hover span{
	color: #16b777;
	text-decoration: underline;
}

.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: #16b777;
}

.proshow-main .bigpic-list .swiper-pagination-bullet-active {
	background: #16b777;
}

.proshow-main .content {
	width: 100%;
	margin: 0px auto;
	font-family: pingfangR;
	font-size: 16px;
	line-height: 1.6;
	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 #16b777;
}

.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: #16b777;
	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: #16b777;
	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: #16b777;
}

.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: #16b777;
	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: #16b777;
	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: #16b777;
	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 #16b777;
	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: #16b777;
}

.joblist-main .tits span.s1 {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: block;
	border-radius: 100%;
	background-color: #16b777;
}

.joblist-main .tits span.s2 {
	height: 1px;
	margin-left: 10px;
	background-color: #16b777;
	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 #16b777;
	font-family: pingfangR;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
}

.joblist-main .left .list a:hover {
	color: #16b777;
}

.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: #16b777;
	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: #16b777;
	cursor: pointer;
}

.tool-list i.iconfont {
	display: block;
	font-size: 38px;
}

.tool-list a:hover,
.tool-list p:hover {
	color: #ffffff;
	background-color: #16b777
}

.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: #16b777;
	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: #16b777;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.gushi-main03 .list {
	color: #16b777;
	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: #16b777;
	position: relative;
}

.v2-about-main .one .left .list .li01::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #16b777;
	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: #16b777;
}

.v2-about-main .three p.t2 {
	font-size: 12px;
	line-height: 13.8px;
	text-transform: uppercase;
	color: #16b777;
}

.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: #16b777;
	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: #16b777;
}

.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: #16b777;
	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 #16b777;
	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: #16b777;
}

.v2-fuwu-main01 .two .list p.t2 {
	font-size: 15px;
	line-height: 32.74px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: #16b777;
}

.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;
}


/*jono*/

.current_position {
	padding: 15px 0;
	background-color: #FFFFFF;
}

.current_position p {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: bold;
}

.current_position p a:before {
	content: "/";
	color: #ccc;
	margin-right: 5px;
}

.current_position p a:first-child:before {
	display: none;
}

.current_position p a:hover {
	color: var(--main-color);
}

.current_position.pro {
	margin-top: -60px;
	position: relative;
	z-index: 9;
	background-color: transparent;
}


/**/

.about-main01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 80px auto 0;
}

.about-main01 .pic {
	width: 50%;
}

.about-main01 .bj {
	width: 50%;
	/*position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;*/
}

.about-main01 .center {
	height: 70%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 888;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-main01 .text {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.about-main01 .text p.t1 {
	color: #000;
	font-size: 2.8rem;
	font-weight: 400;
	border-left: 4px solid #E26C0D;
	padding-left: 10px;
}

.about-main01 .text p.t1 span {
	display: block;
	color: #E26C0D;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

.about-main01 .text p.t2 {
	text-align: justify;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	width: 90%;
	padding-right: 15px;
	margin-top: 45px;
}

.about-main01 .video-img {
	width: 50%;
	position: relative;
}

.about-main01 .video-img .play {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.about-main01 .video-img .play i {
	display: block;
	color: #ffffff;
	font-size: 100px;
}

.about-main01 .video-img .play:hover i {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.about-main02 {
	margin: 90px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.about-main02 .text01 {
	width: 100%;
	color: #333;
	text-align: justify;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 50px;
}

.about-main02 .video {
	width: 50%;
	border-radius: 15px;
	overflow: hidden;
}

.about-main02 .text02 {
	width: 43%;
	color: #333;
	text-align: justify;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}

.about-main02 .text02 .item {
	margin-bottom: 15px;
}

.about-main02 .text02 p.t1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	position: relative;
}

.about-main02 .text02 p.t1:before {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #4470B6;
	position: absolute;
	bottom: -1px;
	left: 50px;
}

.about-main02 .text02 p.t1:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ED7700;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.about-main02 .text02 p.t2 {
	font-size: 15px;
	line-height: 1.6;
	position: relative;
	padding-left: 18px;
	margin-top: 5px;
}

.about-main02 .text02 p.t2:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #4470B6;
	position: absolute;
	left: 0;
	top: 10px;
}

.about-main03-w {
	position: relative;
	margin-bottom: 65px;
}

.about-main03 {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-main03 .list p.t1 {
	height: 38px;
	margin: 0 auto 45px;
	text-align: center;
}

.about-main03 .list p.t1 img {
	display: block;
	height: 100%;
	margin: auto;
}

.about-main03 .list p.t2 {
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
}

.about-main03 .list p.t3 {
	color: #000;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

.about-title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	color: #000000;
	font-size: 3rem;
	font-weight: 700;
	position: relative;
	padding-left: 15px;
	line-height: 40px;
}

.about-title span {
	color: #737373;
	font-size: 2rem;
	font-weight: 400;
	margin-left: 8px;
	line-height: 1.5;
	text-transform: uppercase;
}

.about-title:after {
	content: "";
	display: block;
	width: 5px;
	height: 34px;
	margin: auto;
	background-image: linear-gradient(to bottom, #ED7700 50%, #4470B6 50%);
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.about-main04 {
	margin: 65px auto;
	display: flex;
	justify-content: space-between;
}

.about-main04 .left {
	width: 200px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 3px;
}

.about-main04 .left span {
	display: block;
	font-weight: bold;
}

.about-main04 .right {
	width: 980px;
	position: relative;
}

.about-main04 .right .tips {
	position: absolute;
	bottom: 10px;
	left: 0;
}

.about-main04 .right .tips p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 20px;
	margin-top: 15px;
}

.about-main04 .right .tips p img {
	height: 20px;
	display: block;
	margin-right: 8px;
}

.about-main05-w {
	background-image: url(../images/about/about-bj-04.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 80px 0 40px;
	margin-bottom: 80px;
}

.about-main05 {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main05 .list {
	width: 48.5%;
	padding: 25px 25px;
	background-color: #4470B6;
	border-radius: 0px 12px 0px 12px;
	margin-bottom: 40px;
	position: relative;
}

.about-main05 .list p.t1 {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 800;
}

.about-main05 .list p.t2 {
	font-size: 1.3rem;
	font-weight: 400;
	color: #ffffff;
	margin-top: 8px;
}

.about-main05 .list:after {
	content: "";
	display: block;
	width: 72px;
	height: 105px;
	background-image: url(../images/about/about-bj-05.png);
	position: absolute;
	bottom: -20px;
	left: -25px;
}

.about-main05 .list:before {
	content: "";
	display: block;
	width: 72px;
	height: 105px;
	background-image: url(../images/about/about-bj-06.png);
	position: absolute;
	top: -30px;
	right: -8px;
}

.about-main06 {
	margin: 50px auto 80px;
	display: flex;
	justify-content: space-between;
}

.about-main06 .list {
	width: 32%;
}

.about-main06 .list p.t1 {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.about-main06 .list p.t2 {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
}

.about-main07-w {
	position: relative;
}

.about-main07 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	padding-top: 70px;
}

.about-main07 .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 55px;
}

.about-main07 .item {
	width: 48%;
	margin-bottom: 35px;
}

.about-main07 .item p.t1 {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 12px;
}

.about-main07 .item p.t1:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 2px;
	background-color: rgba(51, 51, 51, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.about-main07 .item p.t2 {
	color: rgba(51, 51, 51, 1);
	font-size: 15px;
}

.about-main07-w .logo-text {
	height: 110px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 25px;
}

.about-main07 .logo-text img {
	display: block;
	height: 100%;
	opacity: .7;
}

.about-main08 {
	margin: 30px auto 180px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-main08 .text {
	width: 100%;
	margin-bottom: 85px;
	color: #333;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8;
}

.about-main08 .list {
	width: 30%;
	text-align: center;
}

.about-main08 .list p.t1 {
	height: 60px;
}

.about-main08 .list p.t1 img {
	display: block;
	height: 100%;
	margin: auto;
}

.about-main08 .list p.t2 {
	color: #000000;
	font-size: 3rem;
	font-weight: 700;
	margin: 25px auto 15px;
}

.about-main08 .list p.t3 {
	color: #333;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}

.about-main08 .hr {
	width: 4px;
	background-color: #D9EEFF;
}


/*20250610*/

.about-main09 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 55px auto 65px;
}

.about-main09 .tit {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}

.about-main09 .tit i {
	display: block;
	font-size: 26px;
	color: rgb(196, 213, 230);
	margin-right: 10px;
	font-weight: normal;
}

.about-main09 .tit .square {
	display: block;
	font-style: normal;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	margin-top: 1px;
	background-color: rgba(27, 95, 156, 0.5);
	transform: rotate(45deg);
}

.about-main09 .item {
	width: 31%;
}

.about-main09 .item p.t1 {
	color: rgba(51, 51, 51, 1);
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 12px;
}

.about-main09 .item p.t1:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 2px;
	background-color: rgba(51, 51, 51, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.about-main09 .item p.t2 {
	color: rgba(51, 51, 51, 1);
	font-size: 15px;
	line-height: 1.4;
}

.about-main09 .text {
	color: rgba(51, 51, 51, 1);
	font-size: 15px;
	line-height: 1.4;
	display: block;
	padding-left: 12px;
	position: relative;
}

.about-main09 .text:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 2px;
	background-color: rgba(51, 51, 51, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.about-main09 .item.item_2 {
	width: 23%;
}

.about-main09 .item.item_3 {
	width: 48%;
}

.about-main09 .text.text_2 {
	width: 48%;
}

.about-main-video {
	/*width: 600px;*/
	display: none;
}

.contact-main {
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.contact-main .left {
	width: 49%;
	padding: 5% 0 5% 6%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #F2F2F2;
}

.contact-main .left p.one {
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}

.contact-main .left p.two {
	color: #888888;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.contact-main .left p.three a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #16b777;
	font-size: 12px;
	color: white;
	margin-bottom: 35px;
}

.contact-main .left p.four {
	font-size: 14px;
	color: #888888;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 35px;
}

.contact-main .left p.four font {
	color: #2c57fe;
}

.contact-main .left p.four span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contact-main .left p.four span em {
	display: block;
	width: 100px;
	font-style: normal;
}

.contact-main .left p.four span a:hover {
	color: #16b777;
	text-decoration: underline;
}

.contact-main .left p.five {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.contact-main .left p.five a {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-right: 30px;
	border-radius: 100%;
	background-color: #16B777;
	text-align: center;
	transition: 0.3s all;
}

.contact-main .left p.five a i {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
}

.contact-main .left p.five a:hover {
	background-color: #e26c0d;
}

.contact-main .right {
	width: 49%;
	padding: 5% 5% 5% 5%;
	/*background-color: #009F95;*/
	background-color: #F2F2F2;
}

.contact-main .right .list-w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-main .right .tit {
	margin-bottom: 50px;
	width: 100%;
}

.contact-main .right .tit p.t1 {
	color: #333333;
	font-size: 24px;
}

.contact-main .right .tit p.t2 {
	font-size: 16px;
	margin-top: 8px;
}

.contact-main .right .list {
	width: 48%;
	margin-bottom: 28px;
}

.contact-main .right .list-2 {
	width: 100%;
}

.contact-main .right .list input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 8px;
	border: 1px solid #888888;
	border-radius: 4px;
	font-size: 15px;
}

.contact-main .right .list textarea {
	display: block;
	width: 100%;
	height: 80px;
	padding: 8px;
	border: 1px solid #888888;
	border-radius: 4px;
	font-size: 15px;
}

.contact-main .right .list input:focus,
.contact-main .right .list textarea:focus {
	border: 1px solid #16B777;
}

.contact-main .right .list button {
	display: block;
	width: 150px;
	height: 40px;
	border: 1px solid #16B777;
	background-color: #16B777;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 4px;
	transition: 0.3s all;
	cursor: pointer;
}

.contact-main .right .list button:hover {
	opacity: 0.7;
}


/**/

.zdf-main01 {
	margin: 60px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zdf-main01 .list {
	width: 32.5%;
	background-color: #CBD8EB33;
	padding: 15px 25px;
	position: relative;
	margin-top: 40px;
}

.zdf-main01 .list p.t1 {
	width: 45%;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.zdf-main01 .list p.t2 {
	width: 45%;
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
}

.zdf-main01 .list p.t3 {
	display: block;
	width: 55%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}


/**/

.zdf-main-tit {
	color: #000000;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
}

.zdf-main-tit:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	background-color: #557CBC;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
}

.zdf-main02-w {
	background-image: url(../images/fuwu/zdf-bj-01.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

.zdf-main02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 0;
	position: relative;
}

.zdf-main02 .left {
	width: 25%;
}

.zdf-main02 .left p.t1 {
	display: inline-block;
	background-color: #D3E5F8;
	text-align: center;
	border-radius: 30px;
	padding: 15px 30px;
	color: rgba(4, 49, 82, 0.60);
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.zdf-main02 .left p.t2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333;
	text-align: justify;
	font-size: 1.5rem;
	font-weight: 400;
	padding-left: 30px;
	line-height: 50px;
}

.zdf-main02 .left p.t2 img {
	display: block;
	width: 20px;
	margin-right: 20px;
}

.zdf-main02 .center {
	width: 40%;
}

.zdf-main02 .right {
	width: 32%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.zdf-main02 .right p.t1 span {
	display: block;
	position: relative;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 28px;
	padding-left: 16px;
}

.zdf-main02 .right p.t1 span:after {
	content: "";
	display: block;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transition: 1s clip-path;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #655;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.zdf-main02 .right p.t1:last-child {
	margin-top: 50px;
}

.zdf-main03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
	padding: 45px 0;
	position: relative;
}

.zdf-main03 .left {
	width: 35%;
}

.zdf-main03 .right {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zdf-main03 .right .li {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.zdf-main03 .right .li i {
	display: block;
	font-size: 3.6rem;
	color: #BCC9D9;
	margin-right: 10px;
}

.zdf-main03 .right .li p.t1 {
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
}

.zdf-main03 .right .li p.t1 span {
	display: block;
	color: #737373;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 5px;
}

.zdf-main04 {
	margin: 0px auto;
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.zdf-main04 .left {
	width: 25%;
}

.zdf-main04 .left span {
	display: block;
	position: relative;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 28px;
	padding-left: 16px;
}

.zdf-main04 .left span:after {
	content: "";
	display: block;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transition: 1s clip-path;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #655;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.zdf-main04 .center {
	width: 40%;
}

.zdf-main04 .right {
	width: 26%;
}

.zdf-main04 .right p.t1 {
	color: #333;
	text-align: justify;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.zdf-main04 .right p.t2 {
	color: #333;
	text-align: justify;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
}

.zdf-main05 {
	margin: 25px auto 60px;
}

.zdf-main05 .text {
	width: 100%;
	color: #333;
	text-align: justify;
	font-size: 1.6rem;
	font-weight: 400;
}

.zdf-main05 .piclist {
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.zdf-main05 .piclist .li {
	width: 280px;
	height: 220px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: 0.3s all;
}

.zdf-main05 .piclist .li.hover {
	width: 640px;
	transition: 0.3s all;
}

.zdf-main05 .piclist .li.hover img {
	width: 100%;
	transition: 0.3s all;
}

.zdf-main02:after,
.zdf-main03:after,
.zdf-main04:after {
	content: "";
	display: block;
	width: 10px;
	margin: auto;
	border-left: 1px dashed #557CBC;
	position: absolute;
	left: -20px;
	bottom: 0;
	top: 0;
}

.zdf-main06 {
	padding: 40px 0;
	background-color: #FFFFFF;
}

.szh-main02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 45px auto 100px;
}

.szh-main02 .left {
	width: 42%;
}

.szh-main02 .right {
	width: 54%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.szh-main02 .right .text {
	width: 100%;
	border-radius: 5px;
	background-color: #F2F7FF;
	background: linear-gradient(360deg, #F2F7FF 0%, #E9F3FC 100%);
	box-shadow: 0px 4px 3px 0px rgba(203, 216, 235, 0.50);
	padding: 60px 35px 40px;
	margin-bottom: 35px;
	position: relative;
}

.szh-main02 .right .text .tit {
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
}

.szh-main02 .right .text p {
	display: block;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}

.szh-main02 .right .text p:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #16b777;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
}

.szh-main02 .right .text span {
	display: block;
	font-size: 14px;
	padding-left: 18px;
	color: #737373;
	margin-bottom: 15px;
}

.szh-main02 .right .text:after {
	content: "";
	display: block;
	width: 40px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 45px;
	background: linear-gradient(90deg, #3E88FF 0%, #F8993A 100%);
}

.szh-main02 .right .text .bj {
	width: 245px;
	height: 109px;
	position: absolute;
	bottom: 0;
	right: 5px;
	background-image: url(../images/szh/szh-bj-01.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.szh-main02 .right .li {
	width: 32%;
	padding: 35px 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #F2F7FF;
	background: linear-gradient(360deg, #F2F7FF 0%, #E9F3FC 100%);
	box-shadow: 0px 4px 3px 0px rgba(203, 216, 235, 0.50);
}

.szh-main02 .right .li p.t1 {
	text-align: center;
	margin-bottom: 10px;
}

.szh-main02 .right .li p.t1 i {
	display: block;
	color: #CBD8EB;
	font-size: 50px;
}

.szh-main02 .right .li p.t2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 5px auto 15px;
}

.szh-main02 .right .li p.t3 {
	color: #737373;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.szh-main02 .right.sh {
	width: 100%;
	margin-bottom: 40px;
}

.szh-main02 .right.sh .li {
	width: 24%;
}


/* 表格整体样式 */

.szh-main02 .right.sh .response-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 0;
	font-size: 15px;
	/* 配合border-radius裁剪内部 */
}


/* 表头单元格样式 */

.szh-main02 .right.sh .response-table th {
	background-color: #f5f7fa;
	color: #333;
	font-weight: 600;
	padding: 14px 16px;
	text-align: left;
	border: 1px solid #dce4eb;
}


/* 内容单元格样式 */

.szh-main02 .right.sh .response-table td {
	padding: 12px 16px;
	border: 1px solid #dce4eb;
	color: #444;
	background-color: #fff;
}

.szh-main03 {
	margin: 45px auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.szh-main03 .left {
	width: 42%;
}

.szh-main03 .right {
	width: 54%;
	border-radius: 5px;
	background-color: #F2F7FF;
	background: linear-gradient(360deg, #F2F7FF 0%, #E9F3FC 100%);
	box-shadow: 0px 4px 3px 0px rgba(203, 216, 235, 0.50);
	padding: 60px 35px 80px;
	color: #737373;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
	background-image: url(../images/szh/szh-bj-02.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 40%;
}

.szh-main03 .right:after {
	content: "";
	display: block;
	width: 40px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 45px;
	background: linear-gradient(90deg, #3E88FF 0%, #F8993A 100%);
}

.szh-main04-w {
	background-image: url(../images/szh/szh-bj-03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 0px 0px 60px;
}

.szh-main04 {
	margin: 45px auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.szh-main04 .left {
	width: 42%;
}

.szh-main04 .right {
	width: 54%;
}

.szh-main04 .right .lists01 {
	display: flex;
	justify-content: space-between;
}

.szh-main04 .right .lists01 .li {
	text-align: center;
}

.szh-main04 .right .lists01 .li p.t1 i {
	color: #4470B6;
	font-size: 4.5rem;
}

.szh-main04 .right .lists01 .li p.t2 {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 20px;
}

.szh-main04 .right .lists01 .hr {
	width: 2px;
	border-radius: 2px;
	background: linear-gradient(180deg, #5AC3FF 0%, #B2E1FE 100%);
	box-shadow: 0px 4px 3px 0px rgba(203, 216, 235, 0.50);
}

.szh-main04 .right .lists02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.szh-main04 .right .lists02 .li {
	width: 50%;
	position: relative;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 16px;
	line-height: 60px;
}

.szh-main04 .right .lists02 .li:after {
	content: "";
	display: block;
	margin: auto;
	width: 10px;
	height: 7px;
	background: linear-gradient(90deg, #3E88FF 0%, #3E88FF 0.01%, #4EBEFF 100%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
/**/
.content-title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	line-height: 40px;
}

.content-title span {
	color: #737373;
	font-size: 2rem;
	font-weight: 400;
	margin-left: 8px;
	line-height: 1.5;
	text-transform: uppercase;
}

.content-title:after {
	content: "";
	display: block;
	width: 5px;
	height: 25px;
	margin: auto;
	background-image: linear-gradient(to bottom, #ED7700 50%, #4470B6 50%);
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}