/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "SimSun";
	color: #000;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "SimSun", "宋体";
	color: #000;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "SimSun", "宋体", serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "SimSun", "宋体";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

@font-face {
	font-family: 'ICLF';
	src: url('../images/Intro Cond Light Free.otf');
}

.header {
	height: 100px;
}

.header-list {
	margin: 0 auto;
	position: relative;
	width: 1600px;
}

.header-list a.logo {
	float: left;
	font-size: 0;
	line-height: 100px;
}

.header-list a.logo img {
	max-height: 90%;
}

.header-list .nav {
	position: absolute;
	left: 400px;
	right: 220px;
	margin: auto;
	top: 0;
	font-size: 0;
	text-align: center;
}

.header-list .nav ul {
	display: inline-block;
	overflow: hidden;
}

.header-list .nav ul li {
	float: left;
	margin-right: 50px;
}

.header-list .nav ul li:last-child {
	margin-right: 0;
}

.header-list .nav ul li a {
	font-size: 18px;
	display: block;
	line-height: 100px;
	position: relative;
	transition: all 0.3s;
}

.header-list .nav ul li a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 3px;
	background: #46ba9c;
	width: 0;
	transition: all 0.3s;
	margin: auto;
}

.header-list .nav ul li a.on {
	color: #46ba9c;
}

.header-list .nav ul li a.on::before {
	width: 100%;
}

.header-list .nav ul li a:hover {
	color: #46ba9c;
}

.header-list .nav ul li a:hover::before {
	width: 100%;
}

.header-list .right {
	float: right;
	line-height: 100px;
	font-size: 0;
	position: relative;
}

.header-list .right a {
	float: left;
	font-size: 0;
}

.header-list .right a.lang {
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/en.png) no-repeat left center;
	margin-left: 40px;
}

.header-list .right span {
	float: left;
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/search.png) no-repeat left center;
	cursor: pointer;
	margin-left: 40px;
}

.header-list .right img {
	cursor: pointer;
}

.header-list .right .search {
	position: absolute;
	right: 0;
	top: 100px;
	border: 1px solid #46ba9c;
	z-index: 9;
	background: #fff;
	width: 270px;
	display: none;
}

.header-list .right .search input {
	border: none;
	font-size: 15px;
	width: 200px;
	float: left;
	height: 40px;
	padding: 0 10px;
}

.header-list .right .search a {
	float: right;
	height: 40px;
	font-size: 15px;
	background: #46ba9c;
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
}

.banner {
	margin: auto;
	max-width: 1920px;
}

.banner .swiper {
	position: relative;
}

.banner .swiper-slide img {
	max-width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 25px !important;
}

.banner .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	opacity: 1;
	background: none;
	border: 1px solid transparent;
	margin: 0 3px;
	position: relative;
}

.banner .swiper-pagination-bullet::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	margin: auto;
	background: #9FA0A2;
	content: "";
	border-radius: 50%;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #fff;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	background: #fff;
}

.product {
	background: #f7f7f7;
	overflow: hidden;
}

.product-list {
	width: 1600px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

/* .product-list .prev{position: absolute;top: 0;bottom: 0;margin: auto;cursor: pointer;right: 430px;z-index: 9;cursor: pointer;} */
.product-list dl {
	float: left;
	width: 20%;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
	box-sizing: border-box;
}

.product-list dl:last-child {
	display: none;
}

.product-list dl .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	display: none;
}

.product-list dl .next {
	display: none;
}

.product-list dl dt {
	position: relative;
}

.product-list dl dt::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: rgba(0, 0, 0, 0.3);
}

.product-list dl dd {
	color: #fff;
}

.product-list dl dd .long {
	position: absolute;
	top: 75px;
	left: 75px;
	left: 50px;
	right: 50px;
	overflow: hidden;
	display: block;
	width: 0;
}

.product-list dl dd .long h3 {
	font-size: 36px;
	font-weight: bold;
}

.product-list dl dd .long p {
	width: 450px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	font-size: 18px;
	padding-bottom: 22px;
	margin-top: 5px;
	width: auto;
}

.product-list dl dd .long span {
	font-size: 16px;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	white-space: pre-line;
}

.product-list dl dd .long em {
	display: block;
	width: 140px;
	height: 42px;
	background: #46ba9c;
	color: #fff;
	border-radius: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	margin-top: 25px;
}

.product-list dl dd .short {
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	left: 50px;
	right: 50px;
	top: 75px;
	overflow: hidden;
	display: block;
}

.product-list dl dd .short span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	text-align: center;
	line-height: 50px;
	margin: auto;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0;
}

.product-list dl dd .short h3 {
	font-size: 24px;
	writing-mode: vertical-rl;
	line-height: 100px;
	font-size: 24px;
	margin-top: 80px;
	margin-top: 30px;
	writing-mode: inherit;
	line-height: initial;
}

.product-list dl.on {
	width: 75%;
}

.product-list dl.on .prev {
	opacity: 1;
}

.product-list dl.on dd .long {
	display: block;
}

.product-list dl.on dd .short {
	display: none;
}

.product-list dl .prev.reverse {
	transform: rotate(180deg);
}

/* .product-list dl dt img{position: relative;}
.product-list dl dd{position: absolute;left: 30px;top: 60px;right: 30px;}
.product-list dl dd span{border: 1px solid rgba(255, 255, 255, 0.3);width: 70px;height: 70px;border-radius: 50%;text-align: center;line-height: 70px;
display: block;}
.product-list dl dd h3{color: #fff;font-weight: normal;font-size: 26px;margin-top: 16px;}
.product-list dl dd p{font-size: 14px;color: #fff;text-transform: uppercase;font-family: 'ICLF';} */

/* .newProduct{position: relative;} */
/* .newProduct .prev{position: absolute;top: 0;bottom: 0;margin: auto;cursor: pointer;} */
/* .newProduct dl dd{} */

.index-title {
	width: 1600px;
	margin: 0 auto 30px;
}

.index-title h3 {
	font-size: 40px;
	color: #333;
	font-weight: normal;
}

.index-title p {
	font-size: 14px;
	color: #999;
}

.news {
	background: #f7f7f7;
	overflow: hidden;
}

.news-list {
	width: 1600px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}

.news-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news-list-left {
	float: left;
	width: 50%;
	position: relative;
}

.news-list-left .hd {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 9;
}

.news-list-left .hd a.prev {
	float: left;
	width: 6px;
	height: 10px;
	background: url(../images/prev.png) no-repeat center;
}

.news-list-left .hd a.next {
	float: right;
	width: 6px;
	height: 10px;
	background: url(../images/next.png) no-repeat center;
}

.news-list-left .hd ul {
	float: left;
	overflow: hidden;
	margin: 1px 7px 0;
}

.news-list-left .hd ul li {
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	font-size: 0;
	margin: 0 3px;
}

.news-list-left .hd ul li.on {
	background: #fff;
}

.news-list-left .bd dl {
	position: relative;
}

.news-list-left .bd dl dt {
	font-size: 0;
	height: 460px;
	overflow: hidden;
}

.news-list-left .bd dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list-left .bd dl dd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 150px 0 20px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-right {
	float: right;
	width: 48%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 40px 30px;
}

.news-list-right .hd {
	position: absolute;
	right: 0;
	top: -70px;
	overflow: hidden;
}

.news-list-right .hd ul {
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.news-list-right .hd ul li {
	float: left;
	margin-left: 35px;
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	transition: all 0.3s;
	background: #f7f7f7;
}

.news-list-right .hd ul li em {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
}

.news-list-right .hd ul li em img {
	position: absolute;
	left: 0;
	top: -20px;
}

.news-list-right .hd ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 8px;
}

.news-list-right .hd ul li:hover {
	background: url(../images/bg.png) no-repeat center;
	background: #46ba9c;
}

.news-list-right .hd ul li:hover em img {
	top: 0;
}

.news-list-right .hd ul li:hover span {
	color: #fff;
}

.news-list-right .hd a.more {
	float: left;
	border: 1px solid #e5e5e5;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.news-list-right .bd div span {
	display: block;
	font-size: 24px;
	color: #666666;
	font-family: "Century Gothic";
}

.news-list-right .bd div h3 {
	font-size: 20px;
	font-weight: normal;
	color: #00946e;
}

.news-list-right .bd div p {
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666;
	margin-top: 5px;
}

.news-list-right .bd ul {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 12px;
}

.news-list-right .bd ul li a {
	overflow: hidden;
	display: block;
	line-height: 40px;
}

.news-list-right .bd ul li a span {
	width: calc(100% - 120px);
	padding-left: 20px;
	float: left;
	font-size: 15px;
	color: #333;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-right .bd ul li a span::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 8px;
	height: 8px;
	background: #dddddd;
	margin: auto;
}

.news-list-right .bd ul li a em {
	float: right;
	font-size: 15px;
	font-family: "Century Gothic";
	color: #999;
}

.news-list-right .bd ul li a:hover span {
	color: #00946e;
}

.news-list-right .bd ul li a:hover span::before {
	background: #00946e;
}

.about {
	background: #f7f7f7;
	overflow: hidden;
}

.about-list {
	width: 1600px;
	margin: 40px auto;
	overflow: hidden;
}

.about-list dl {
	float: left;
	width: 13%;
	margin-right: 1.5%;
	background: #fff;
}

.about-list dl:last-child {
	margin-right: 0;
}

.about-list dl dt {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #dddddd;
	margin: 60px auto 15px;
	transition: all 0.3s;
}

.about-list dl dt span {
	width: 46px;
	height: 46px;
	display: block;
	margin: 37px auto 0;
	overflow: hidden;
	position: relative;
}

.about-list dl dt span img {
	position: absolute;
	left: 0;
	top: -46px;
	transition: all 0.3s;
}

.about-list dl dd {
	text-align: center;
	margin: 0 20px 13px;
}

.about-list dl dd h3 {
	font-weight: normal;
	font-size: 18px;
}

.about-list dl dd p {
	font-size: 14px;
	font-family: 'ICLF';
	color: #999;
	height: 63px;
	overflow: hidden;
}

.about-list dl:hover dt {
	background: url(../images/yuan.png) no-repeat center;
	background: #00946e;
}

.about-list dl:hover dt span img {
	top: 0;
}

.form-contact {
	background: #f7f7f7;
	overflow: hidden;
	padding-bottom: 55px;
}

.form-contact-list {
	background: #fff;
	width: 1600px;
	margin: auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 60px 40px;
}

.form {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 40px;
	right: 0;
	margin: auto;
	overflow: hidden;
}

.form .index-title {
	width: 45.6%;
	margin: 50px 0 20px 0;
}

.form form {
	width: 45.6%;
	margin-top: 35px;
}

.form .input {
	overflow: hidden;
	margin-bottom: 20px;
}

.form .input input {
	float: left;
	width: 31.5%;
	border: 1px solid #d5d5d5;
	padding: 0 20px;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
	margin-right: 2.75%;
}

.form .input input:last-child {
	margin-right: 0;
}

.form .textarea {
	overflow: hidden;
	margin-bottom: 20px;
}

.form .textarea textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	resize: none;
	padding: 15px 20px;
	font-size: 16px;
	height: 120px;
}

.form .code {
	overflow: hidden;
	margin-bottom: 20px;
}

.form .code input {
	float: left;
	width: 69%;
	border: 1px solid #d5d5d5;
	padding: 0 20px;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
	margin: 0;
}

.form .code img {
	height: 40px;
	margin-left: 10px;
}

.form .layui-btn {
	height: 40px;
	background: #46ba9c;
	width: 100%;
	border: none;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}

.contact {
	float: right;
	width: 49.32%;
	border: 1px solid #e5e5e5;
	padding: 9px;
	font-size: 0;
	height: 395px;
}

.contact img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer {
	margin-top: 0;
	background: #1c2228;
	color: #fff;
	overflow: hidden;
}

.footer-nav {
	width: 1600px;
	margin: 60px auto;
	overflow: hidden;
	position: relative;
}

.footer-nav .footer-nav-list {
	float: left;
}

.footer-nav .footer-nav-list li {
	float: left;
	margin-right: 68px;
	margin-right: 110px;
}

.footer-nav .footer-nav-list>ul>li:first-child {
	display: none;
}

.footer-nav .footer-nav-list li:last-child {
	margin-right: 0;
}

.footer-nav .footer-nav-list li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.footer-nav .footer-nav-list li ul {
	margin-top: 20px;
	display: block !important;
}

.footer-nav .footer-nav-list li ul li {
	float: none;
	margin-right: 0;
	line-height: 26px;
}

.footer-nav .footer-nav-list li ul li a {
	color: #fff;
	opacity: 0.6;
	font-size: 15px;
	margin-top: 5px;
}

.footer-nav .footer-nav-list li ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.footer-nav .footer-nav-contact {
	float: left;
	margin-left: 75px;
	position: absolute;
	left: 790px;
	top: 0;
	right: 400px;
	margin: auto;
	width: 195px;
	left: 990px;
	right: 120px;
	width: 150px;
}

.footer-nav .footer-nav-contact p {
	font-size: 15px;
	opacity: 0.6;
	display: none;
}

.footer-nav .footer-nav-contact b {
	font-size: 30px;
	font-family: "arial";
	font-weight: normal;
	display: block;
	margin: 0px 0 20px;
}

.footer-nav .footer-nav-contact div {
	font-size: 16px;
	margin: 5px 0 30px;
	display: none;
}

.footer-nav .footer-nav-contact a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-indent: 40px;
	background: #46ba9c url(../images/service.png) no-repeat 15px center;
}

.footer-nav .footer-nav-code {
	float: right;
	overflow: hidden;
}

.footer-nav .footer-nav-code dl {
	float: left;
	margin-left: 20px;
}

.footer-nav .footer-nav-code dl:first-child {
	margin-left: 0;
}

.footer-nav .footer-nav-code dl dt {
	background: #fff;
	width: 120px;
	height: 120px;
	font-size: 0;
	text-align: center;
	line-height: 120px;
}

.footer-nav .footer-nav-code dl dt img {
	max-width: 100%;
	max-height: 100%;
}

.footer-nav .footer-nav-code dl dd {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.footer-copyright {
	text-align: center;
	height: 60px;
	font-size: 15px;
	color: #bbb;
	line-height: 60px;
	background: #000000;
}

.footer-copyright a {
	font-size: 15px;
	color: #bbb;
}

.rightFixed {
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 999;
}

.rightFixed div {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 0;
	line-height: 50px;
	margin: 2px 0;
	position: relative;
}

.rightFixed div dl {
	position: absolute;
	top: 0;
	right: 65px;
	padding: 8px;
	background: #fff;
	width: 130px;
	display: none;
	border: 1px solid #46ba9c;
}

.rightFixed div dl::before {
	position: absolute;
	right: -7px;
	top: 24px;
	content: "";
	width: 7px;
	height: 10px;
	background: url(../images/right.png) no-repeat center;
}

.rightFixed div dl dt {
	font-size: 20px;
	font-family: arial;
	text-align: center;
	color: #46ba9c;
}

.rightFixed div dl dt img {
	display: block;
	max-width: 100%;
}

.rightFixed div dl dd {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.rightFixed div:hover {
	background: #46ba9c;
}

.rightFixed div:hover dl {
	display: block;
}

.innerBanner {
	font-size: 0;
	max-width: 1920px;
	margin: auto;
	position: relative;
}

.innerBanner img {
	max-width: 100%;
}

.innerBanner div {
	position: absolute;
	left: 0;
	right: 0;
	width: 1600px;
	margin: auto;
	top: 135px;
	z-index: 9;
}

.innerBanner div h3 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

.innerBanner div p {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'ICLF';
	margin-top: 5px;
}

.innerNav-box {
	border-bottom: 1px solid #eeeeee;
}

.innerNav {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.innerNav .innerNav-list {
	float: left;
	overflow: hidden;
	font-size: 16px;
	line-height: 80px;
}

.innerNav .innerNav-list li {
	float: left;
}

.innerNav .innerNav-list li a {
	display: block;
	width: 160px;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
}

.innerNav .innerNav-list li a.on {
	background: #46ba9c;
	color: #fff;
	font-weight: bold;
}

.innerNav .innerNav-list li a:hover {
	background: #46ba9c;
	color: #fff;
	font-weight: bold;
}

.innerNav p {
	float: right;
	font-size: 16px;
	line-height: 80px;
	padding-left: 20px;
	background: url(../images/position.png) no-repeat left center;
}

.innerNav p a {
	font-size: 16px;
}

.innerNav p a:last-child {
	color: #46ba9c;
}

.innerAbout {
	margin: 80px auto;
	width: 1600px;
}

.innerAbout dl {
	zoom: 1;
}

.innerAbout dl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.innerAbout dt {
	float: right;
	width: 50%;
	padding: 20px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
}

.innerAbout dd {
	float: left;
	width: 45%;
}

.innerAbout-title {
	font-size: 36px;
	font-weight: bold;
}

.innerAbout-bg {
	display: block;
	width: 70px;
	height: 6px;
	background: #46ba9c;
	margin: 25px 0 40px;
}

.innerAbout-content {
	font-size: 18px;
}

.innerDevelop {
	margin: 80px auto;
	width: 1600px;
}

.innerDevelop .mySwiper2 {
	position: relative;
}

.innerDevelop .mySwiper2::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	content: "";
	height: 1px;
	background: #dddddd;
}

.innerDevelop .mySwiper2 .swiper-slide {
	text-align: center;
}

.innerDevelop .mySwiper2 .swiper-slide span {
	font-size: 20px;
}

.innerDevelop .mySwiper2 .swiper-slide p {
	border: 1px solid transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: auto;
	position: relative;
	margin-top: 10px;
}

.innerDevelop .mySwiper2 .swiper-slide p::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: #dddddd;
	margin: auto;
	content: "";
	border-radius: 50%;
}

.innerDevelop .mySwiper2 .swiper-slide.swiper-slide-thumb-active p {
	border-color: #46ba9c;
	background: #fff;
}

.innerDevelop .mySwiper2 .swiper-slide.swiper-slide-thumb-active p::before {
	background: #46ba9c;
}

.innerDevelop .mySwiper {
	margin-top: 40px;
	position: relative;
}

.innerDevelop .mySwiper dl {
	width: 1400px;
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
	margin: 10px auto;
	overflow: hidden;
}

.innerDevelop .mySwiper dl dt {
	float: left;
	width: 24.5%;
	font-size: 0;
}

.innerDevelop .mySwiper dl dt img {
	max-width: 100%;
}

.innerDevelop .mySwiper dl dd {
	float: right;
	width: 73.8%;
}

.innerDevelop .mySwiper dl dd .innerDevelop-title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
}

.innerDevelop .mySwiper dl dd .innerDevelop-content {
	margin-top: 20px;
	line-height: 1.7;
	font-size: 18px;
}

.innerDevelop .mySwiper dl dd .innerDevelop-content * {
	max-width: 100%;
}

.innerDevelop .mySwiper .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../images/more.png) no-repeat center;
}

.innerDevelop .mySwiper .swiper-button-next::after {
	display: none;
}

.innerDevelop .mySwiper .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../images/left.png) no-repeat center;
}

.innerDevelop .mySwiper .swiper-button-prev::after {
	display: none;
}

.innerTitle {
	text-align: center;
	padding: 70px 0 35px;
}

.innerTitle h3 {
	font-size: 36px;
	font-weight: bold;
}

.innerTitle p {
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
	color: #999;
}

.innerCulture {
	background: url(../images/join-3-bg-1.png) no-repeat center;
	background-size: cover;
	padding-bottom: 80px;
}

.innerCulture-list {
	width: 1600px;
	margin: auto;
}

.innerCulture-list .swiper-slide {
	height: inherit !important;
	border-radius: 10px;
	overflow: hidden;
}

.innerCulture-list dl {
	background: #fff;
	padding: 50px 40px;
	border-radius: 10px;
	height: 100%;
}

.innerCulture-list dl dt {
	width: 140px;
	height: 140px;
	margin: auto;
	font-size: 0;
	border-radius: 50%;
}

.innerCulture-list dl dt img {
	max-height: 100%;
	max-width: 100%;
}

.innerCulture-list dl dd {
	text-align: center;
}

.innerCulture-list dl dd h3 {
	font-size: 26px;
	margin-top: 30px;
}

.innerCulture-list dl dd span {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "ICLF";
}

.innerCulture-list dl dd em {
	display: block;
	width: 50px;
	height: 1px;
	background: #84d1bd;
	margin: 5px auto 0;
}

.innerCulture-list dl dd p {
	font-size: 16px;
	margin-top: 20px;
}

.innerHonor {
	width: 1600px;
	margin: 45px auto;
	overflow: hidden;
}

.innerHonor dl {
	margin: 15px 2% 15px 0;
	float: left;
	width: 23.5%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.innerHonor dl:nth-child(4n) {
	margin-right: 0;
}

.innerHonor dl dt {
	font-size: 0;
	overflow: hidden;
	height: 235px;
}

.innerHonor dl dt img {
	max-width: 100%;
}

.innerHonor dl dd {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.innerOrganizational {
	background: url(../images/organizational-bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 100px;
}

.innerOrganizational-list {
	text-align: center;
	margin: 0 auto;
	width: 1600px;
}

.innerOrganizational-list * {
	max-width: 100%;
}

.innerCase {
	margin: 40px auto;
	width: 1600px;
	overflow: hidden;
}

.innerCase dl {
	float: left;
	width: 23.5%;
	margin: 20px 2% 20px 0;
}

.innerCase dl:nth-child(4n) {
	margin-right: 0;
}

.innerCase dl dt {
	font-size: 0;
	overflow: hidden;
	height: 250px;
	position: relative;
	background: #000;
}

.innerCase dl dt video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.innerCase dl dt::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.25);
	content: "";
	z-index: 9;
}

.innerCase dl dt img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 8;
}

.innerCase dl dt img.play {
	z-index: 10;
	width: auto;
	height: auto;
	cursor: pointer;
}

.innerCase dl dd {
	height: 80px;
	line-height: 80px;
	background: #f5f5f5;
	text-align: center;
	font-size: 18px;
	padding: 0 20px;
}

.innerCase dl.on dt::before {
	display: none;
}

.innerCase dl.on dt img {
	display: none;
}

.innerService {
	background: #f6f6f6;
	overflow: hidden;
}

.innerService-distribution {
	width: 1600px;
	margin: 190px auto 80px;
	zoom: 1;
}

.innerService-distribution:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.innerService-distribution-img {
	float: left;
	width: 50%;
	font-size: 0;
	text-align: right;
	position: relative;
}

.innerService-distribution-img img {
	position: relative;
}

.innerService-distribution-img h3 {
	position: absolute;
	left: 0;
	right: 24%;
	font-size: 36px;
	color: #fff;
	text-align: center;
	top: -110px;
	line-height: 110px;
}

.innerService-distribution-img::before {
	position: absolute;
	left: 0;
	right: 24%;
	background: linear-gradient(to right, #46ba9c, #46a6ba);
	top: 0;
	bottom: 110px;
	margin-top: -110px;
	content: "";
}

.innerService-distribution-txt {
	float: right;
	background: #fff;
	width: 50%;
}

.innerService-distribution-txt table {
	width: 80%;
	margin: 55px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.innerService-distribution-txt table th {
	background: #02af83;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.innerService-distribution-txt table td {
	padding: 13px 15px;
	font-size: 16px;
	text-align: center;
	min-width: 100px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.innerService-AfterSales {
	width: 1600px;
	margin: 0 auto 100px;
}

.innerService-AfterSales .innerService-AfterSales-list {
	overflow: hidden;
	background: #fff;
}

.innerService-AfterSales .innerService-AfterSales-list dt {
	float: right;
	width: 50%;
}

.innerService-AfterSales .innerService-AfterSales-list dd {
	float: left;
	width: 50%;
	padding: 50px;
	box-sizing: border-box;
}

.innerService-AfterSales .innerService-AfterSales-list dd .innerService-AfterSales-title {
	font-size: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.innerService-AfterSales .innerService-AfterSales-list dd .innerService-AfterSales-content {
	font-size: 16px;
}

.innerService-AfterSales .innerService-AfterSales-list dd .innerService-AfterSales-content * {
	max-width: 100%;
}

.innerService-AfterSales .innerService-AfterSales-list:nth-child(even) dt {
	float: left;
	font-size: 0;
}

.innerService-AfterSales .innerService-AfterSales-list:nth-child(even) dd {
	float: right;
}

.margin-c {
	width: 1600px;
	margin: auto;
}

.clear::after {
	content: " ";
	display: block;
	clear: both;
}

.zpxx-title {
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-top: 75px;
	font-weight: bold;
}

.zpxx-title-e {
	text-align: center;
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
}

.zpxx-text {
	text-align: center;
	color: #333333;
	font-size: 18px;
	margin: 40px 0 30px;
}

.zpxx-text span {
	margin: 0px 25px;
}

.zpxx-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 70px;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

.zpxx-table tr th {
	height: 80px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	background-color: #46ba9c;
}

.zpxx-table tr td {
	height: 80px;
	background-color: #f4f9f8;
	color: #333333;
	font-size: 16px;
	text-align: center;
	max-width: 266px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px;
}

.zpxx-table tr td img {
	transition: 0.4s;
}

.zpxx-table tr td img:hover {
	transform: rotate(360deg);
}

.zpxx-table tr:nth-child(2n+1) td {
	background-color: #e9f3f1;
}

.f6f6f6 {
	background-color: #f6f6f6;
	overflow: hidden;
}

.zwxq {
	width: 1600px;
	margin: 40px auto 50px;
	overflow: hidden;
	padding: 55px 80px 80px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}

.zwxq-btn {
	position: absolute;
	right: 80px;
	top: 104px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #46ba9c;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	line-height: 38px;
	border: 1px solid #46ba9c;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.4s;
}

.zwxq-btn:hover {
	color: #46ba9c;
	background-color: #fff;
}

.zwxq-title {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	padding-right: 135px;
}

.zwxq-text {
	margin-top: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
	padding-right: 135px;
	margin-bottom: 45px;
}

.zwxq-text span {
	color: #333333;
	font-size: 16px;
	margin-right: 60px;
	white-space: nowrap;
}

.zwxq-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

.zwxq-fuwenben * {
	max-width: 100%;
}

.zw-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 1000;
}

.zw-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #fff;
	width: 1070px;
	height: 684px;
}

.zw-xxx {
	cursor: pointer;
	position: absolute;
	transition: 0.4s;
	width: 20px;
	height: 20px;
	top: 28px;
	right: 28px;
	z-index: 666;
}

.zw-xxx:hover {
	transform: rotate(360deg);
}

.zw-xxx img {
	width: 100%;
	height: 100%;
}

.zw-title {
	width: 100%;
	height: 76px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	background-color: #eae6e7;
	line-height: 76px;
	padding-left: 65px;
	position: relative;
	box-sizing: border-box;
}

.zw-title::after {
	content: " ";
	display: block;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 20px;
	background-color: #46ba9c;
}

.zw-form {
	margin-top: 45px;
	box-sizing: border-box;
	padding-right: 40px;
}

.zw-form-item {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	text-align: right;
}

.zw-form-text {
	float: left;
	color: #333333;
	font-size: 16px;
	text-align: right;
	line-height: 48px;
	width: calc(100% - 410px);
}

.zw-form-text span {
	color: #c10115;
}

.zw-form-ipt {
	float: right;
	width: 390px;
	height: 48px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-left: 20px;
	border: 1px solid #e3e3e3;
}

.zw-form-ipt input {
	font-size: 15px;
	border: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.zw-form-item.w100 {
	width: 100%;
	margin-bottom: 40px;
}

.zw-form-item.w100 .zw-form-ipt {
	width: 905px;
	height: 190px;
}

.zw-form-item.w100 .zw-form-text {
	width: calc(100% - 925px);
}

.zw-form-item.w100 .zw-form-ipt textarea {
	font-size: 15px;
	border: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	resize: none;
	outline: none;
}

.zw-form-item.w100 .zw-form-btn {
	float: none;
	display: block;
	margin: 0 auto;
	width: 150px;
	color: #fff;
	height: 48px;
	border-radius: 5px;
	background-color: #46ba9c;
	box-sizing: border-box;
	border: 1px solid #46ba9c;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	transition: 0.4s;
	cursor: pointer;
}

.zw-form-item.w100 .zw-form-btn:hover {
	background-color: #fff;
	color: #46ba9c;
}

.ygtd-list {
	overflow: hidden;
	width: 1600px;
	margin: 60px auto 0;
}

.ygtd-item {
	float: left;
	width: 376px;
	height: 330px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-right: 32px;
	margin-bottom: 32px;
}

.ygtd-item:nth-child(4n) {
	margin-right: 0;
}

.ygtd-item-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.ygtd-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.ygtd-item-img img:hover {
	transform: scale(1.05);
}

.ygtd-item-title {
	padding: 0 20px;
	line-height: 80px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lxfs-content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 20px 20px 20px 65px;
	margin: 35px 0 80px;
}

.lxfs-left {
	float: left;
}

.lxfs-title {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 30px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	width: 540px;
	margin-bottom: 15px;
}

.lxfs-item {
	margin-bottom: 8px;
	color: #333333;
	font-size: 15px;
}

.lxfs-foot {
	margin-top: 30px;
	width: 120px;
}

.lxfs-foot-img {
	width: 120px;
	height: 120px;
}

.lxfs-foot-img img {
	width: 100%;
	height: 100%;
}

.lxfs-foot p {
	text-align: center;
	color: #333333;
	font-size: 15px;
	margin-top: 6px;
}

.lxfs-right {
	float: right;
	width: 900px;
	height: auto;
}

.lxfs-right img {
	width: 100%;
}

.zxly {
	width: 1600px;
	margin: 60px auto 100px;
	height: auto;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 100px 120px 100px 140px;
	overflow: hidden;
}

.zxly-left {
	width: 315px;
	float: left;
}

.zxly-title {
	font-weight: bold;
	color: #333333;
	font-size: 30px;
	font-family: "Arial";
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.zxly-title span {
	font-family: "微软雅黑";
	font-size: 24px;
}

.zxly-text {
	margin-bottom: 60px;
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
}

.zxly-text-p {
	color: #666666;
	font-size: 16px;
}

.zxly-tel {
	color: #46ba9c;
	font-size: 30px;
	font-weight: bold;
	font-family: "Arial";
}

.zxly-right {
	float: right;
	width: 900px;
}

.zxly-right-item {
	width: 100%;
	margin-bottom: 20px;
}

.zxly-right-item::after {
	content: " ";
	display: block;
	clear: both;
}

.zxly-right-item-inner {
	float: left;
	width: auto;
}

.zxly-right-item-text {
	text-align: right;
	float: left;
	color: #666666;
	font-size: 16px;
	line-height: 54px;
	width: 57px;
}

.zxly-right-item-ipt {
	float: left;
	width: 220px;
	height: 54px;
	border: 1px solid #d5d5d5;
	margin-left: 18px;
}

.zxly-right-item-ipt input {
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 16px;
}

.zxly-right-item.textarea .zxly-right-item-ipt {
	width: 814px;
	height: 160px;
}

.zxly-right-item.textarea .zxly-right-item-ipt textarea {
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	font-size: 16px;
	box-sizing: border-box;
	resize: none;
	outline: none;
	border: none;
}

.zxly-right-item.yzm .zxly-right-item-ipt {
	width: 300px;
	margin-right: 17px;
}

.zxly-right-item.yzm img {
	width: 100px;
	height: 40px;
	margin-top: 7px;
}

.zxly-right-item.foot-btn .zxly-right-item-text {
	font-size: 0;
}

.zxly-right-item.foot-btn .zxly-right-item-ipt {
	width: 814px;
	border: none;
}

.zxly-right-item.foot-btn .zxly-right-item-ipt input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #46ba9c;
	cursor: pointer;
	transition: 0.4s;
	border: 1px solid #46ba9c;
}

.zxly-right-item.foot-btn .zxly-right-item-ipt input:hover {
	background-color: #fff;
	color: #46ba9c;
}

.cp-list {
	margin-top: 50px;
}

.cp-nav {
	margin: 30px 0;
}

.cp-nav ul li {
	display: inline-block;
	margin-right: 20px;
}

.cp-nav ul li a {
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #cccccc;
	line-height: 38px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
}

.cp-nav ul li a.on {
	background-color: #46ba9c;
	color: #fff;
	border: 1px solid #46ba9c;
}

.cp-nav ul li a:hover {
	background-color: #46ba9c;
	color: #fff;
	border: 1px solid #46ba9c;
}

.cp-item {
	float: left;
	width: 376px;
	height: 330px;
	margin-right: 32px;
	margin-bottom: 32px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 20px 20px 0 20px;
}

.cp-item-img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.cp-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.cp-item-title {
	line-height: 70px;
	color: #333333;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.cp-item:hover .cp-item-img img {
	transform: scale(1.05);
}

.cp-item:nth-child(4n) {
	margin-right: 0;
}

.cpxq-content {
	position: relative;
	background-color: #f6f6f6;
	overflow: hidden;
}

.cpxq-top {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #eaf5f2, #f6f6f6);
	z-index: 1;
}

.cpxq-content .margin-c {
	position: relative;
	z-index: 10;
}

.cpxq-head {
	width: 100%;
	height: 600px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 85px 80px;
}

.cpxq-head-left {
	float: left;
}

.cpxq-head-left .mySwiper2 {
	width: 600px;
	height: 430px;
	float: right;
}

.cpxq-head-left .mySwiper2 .swiper-slide {
	width: 600px;
	height: 430px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.cpxq-head-left .mySwiper2 .swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
}

.cpxq-head-left .mySwiper {
	width: 140px;
	margin-right: 17px;
	float: left;
	height: 430px;
}

.cpxq-head-left .mySwiper .swiper-slide {
	width: 140px;
	height: 100px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	position: relative;
}

.cpxq-head-left .mySwiper .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #46ba9c;
}

.cpxq-head-left .mySwiper .swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.cpxq-head-right {
	float: right;
	width: 590px;
}

.cpxq-head-right-title {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-top: 25px;
}

.cpxq-head-right-text {
	color: #666666;
	font-size: 30px;
	padding-bottom: 20px;
	font-family: "Arial";
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.cpxq-head-right-list {
	margin-bottom: 75px;
	font-size: 16px;
	line-height: 1.75;
	white-space: pre-line;
}

.cpxq-head-right-item {
	display: inline-block;
	margin-right: 30px;
}

.cpxq-head-right-item:nth-last-child(1) {
	margin-right: 0;
}

.cpxq-head-right-item-title {
	color: #666666;
	font-size: 16px;
}

.cpxq-head-right-item-text {
	color: #333;
	font-size: 24px;
}

.cpxq-head-right-btn {
	margin-right: 20px;
	width: 174px;
	height: 54px;
	text-align: center;
	box-sizing: border-box;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
	transition: 0.4s;
	float: left;
}

.cpxq-head-right-btn:nth-child(1) img {
	margin-top: -3px;
	margin-right: 2px;
	transition: 0.4s;
}

.cpxq-head-right-btn:nth-child(1) {
	background-color: #ff934a;
	border: 1px solid #ff934a;
}

.cpxq-head-right-btn:nth-child(2) {
	background-color: #46ba9c;
	border: 1px solid #46ba9c;
}

.cpxq-head-right-btn:hover {
	margin-top: 5px;
}

.cpxq-foot {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 40px 80px;
	background-color: #fff;
	margin-bottom: 80px;
}

.cpxq-foot-title {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding-left: 23px;
	line-height: 80px;
	position: relative;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.cpxq-foot-title::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 24px;
	background-color: #46ba9c;
}

.cpxq-foot-fuwenben {
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	min-height: 200px;
}

.cpxq-foot-fuwenben * {
	max-width: 100%;
}

.new-list {
	margin-top: 60px;
}

.new-item {
	width: 100%;
	transition: 0.4s;
	height: 300px;
	box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 40px 0 40px 40px;
	position: relative;
}

.new-item-left {
	float: left;
	width: 380px;
	height: 220px;
	margin-right: 45px;
	overflow: hidden;
}

.new-item-left img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.new-item-left:hover img {
	transform: scale(1.05);
}

.new-item-right {
	width: 1070px;
	float: left;
}

.new-item-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	width: 960px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 15px 0;
}

.new-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
	margin-bottom: 30px;
}

.new-item-button {
	width: 124px;
	height: 36px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 36px;
	color: #666666;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 34px;
	transition: 0.4s;
}

.new-item-button:hover {
	background-color: #46ba9c;
	border: 1px solid #46ba9c;
	color: #fff;
}

.new-item-time {
	position: absolute;
	width: 140px;
	height: 40px;
	right: 0;
	top: 50px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-image: url(../images/new-item-time.png);
	background-size: 140px 40px;
	font-size: 18px;
}

.new-item:hover {
	box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.15);
}

.f5f5f5 {
	background-color: #f5f5f5;
	overflow: hidden;
}

.new-info {
	background-color: #fff;
	margin: 30px 0 40px;
	padding: 0 100px;
	overflow: hidden;
}

.new-info-title {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin: 40px 0 10px;
	text-align: center;
}

.new-info-text {
	text-align: center;
	margin-bottom: 25px;
}

.new-info-text span {
	margin: 0 15px;
	color: #999999;
	font-size: 14px;
}

.new-info-text span img {
	margin-right: 5px;
	margin-top: -3px;
}

.new-info-fuwenben {
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
	margin-bottom: 32px;
	min-height: 300px;
	overflow: hidden;
}

.new-info-fuwenben * {
	max-width: 100%;
}

.new-info-foot {
	overflow: hidden;
}

.new-info-foot .new-info-item {
	display: block;
	width: 48%;
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-info-foot .new-info-item em {
	font-size: 16px;
}

.new-info-foot .new-info-item a {
	font-size: 16px;
}

.new-info-foot .new-info-item:nth-child(1) {
	float: left;
}

.new-info-foot .new-info-item:nth-child(2) {
	float: right;
	text-align: right;
}

.new-info-foot a:hover {
	text-decoration: underline;
}

.new-info-btn {
	display: block;
	margin: 50px auto;
	text-align: center;
	background-color: #46ba9c;
	border: 1px solid #46ba9c;
	color: #fff;
	font-size: 16px;
	width: 200px;
	height: 54px;
	line-height: 52px;
	box-sizing: border-box;
	transition: 0.4s;
}

.new-info-btn:hover {
	background-color: #fff;
	color: #46ba9c;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 40px !important;
	margin-top: 40px !important;
}

.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
	background-color: #fff !important;
	font-family: "微软雅黑";
}

.layui-laypage-curr em:nth-child(2) {
	background-color: initial !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #ddd !important;
}

.layui-laypage-prev {
	border: 1px solid #ddd !important;
}

.layui-laypage a {
	border: 1px solid #ddd !important;
}

.layui-laypage-next {
	border: 1px solid #ddd !important;
}

.layui-laypage-em {
	color: #f4f5ec !important;
	background-color: #46ba9c !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #46ba9c !important;
}

.layui-form-select {
	height: 100%;
}

.layui-select-title {
	height: 100%;
}

@media only screen and (min-width: 1450px) and (max-width:1650px) {
	.margin-c {
		width: 1400px;
		margin: auto;
	}

	.header-list {
		width: 1400px;
	}

	.header-list .nav ul li {
		margin-right: 30px;
	}

	.product-list {
		width: 1400px;
	}

	.product-list dl dd .long h3 {
		font-size: 32px;
	}

	.product-list dl dd .long p {
		font-size: 16px;
	}

	.index-title {
		width: 1400px;
	}

	.news-list {
		width: 1400px;
	}

	.about-list {
		width: 1400px;
	}

	.form-contact-list {
		width: 1400px;
	}

	.contact {
		height: auto;
	}

	.index-title h3 {
		font-size: 32px;
	}

	.form .index-title {
		margin: 25px 0 20px 0;
	}

	.footer-nav {
		width: 1400px;
	}

	.innerBanner div {
		width: 1400px;
	}

	.innerNav {
		width: 1400px;
	}

	.innerNav .innerNav-list li a {
		width: 140px;
	}

	.innerAbout {
		width: 1400px;
	}

	.innerAbout dt img {
		max-width: 100%;
	}

	.innerDevelop {
		width: 1400px;
	}

	.innerCulture-list {
		width: 1400px;
	}

	.innerHonor {
		width: 1400px;
	}

	.innerHonor dl dt {
		height: 200px;
	}

	.innerHonor dl dd {
		font-size: 14px;
	}

	.innerOrganizational-list {
		width: 1400px;
	}

	.innerCase {
		width: 1400px;
	}

	.new-item-right {
		width: 870px;
	}

	.cp-item {
		width: 326px;
		height: 290px;
	}

	.cp-item-img {
		height: 200px;
	}

	.layui-laypage {
		margin-top: 20px !important;
		margin-bottom: 30px !important;
	}

	.cpxq-head {
		padding: 35px 30px;
		height: auto;
		overflow: hidden;
	}

	.cpxq-head-left .mySwiper2 {
		width: 500px;
	}

	.cpxq-head-left .mySwiper2 .swiper-slide {
		width: 500px;
	}

	.innerService-distribution {
		width: 1400px;
	}

	.innerService-distribution-img img {
		width: 660px;
	}

	.innerService-distribution-txt table {
		width: 90%;
		margin: 26px auto;
	}

	.innerService-AfterSales {
		width: 1400px;
	}

	.innerService-AfterSales .innerService-AfterSales-list:nth-child(even) dt img {
		max-width: 100%;
	}

	.innerService-AfterSales .innerService-AfterSales-list dd {
		padding: 45px;
	}

	.zwxq {
		width: 1400px;
	}

	.lxfs-title {
		width: 440px;
	}

	.lxfs-right {
		width: 800px;
	}

	.zpxx-title {
		margin-top: 55px;
	}

	.ygtd-list {
		width: 1400px;
	}

	.ygtd-item {
		width: 326px;
		height: 280px;
	}

	.ygtd-item-img {
		height: 220px;
	}

	.ygtd-item-title {
		line-height: 60px;
	}

	.zxly-right {
		width: 900px;
	}

	.zxly {
		width: 1400px;
		padding: 60px 70px 60px 90px;
	}

	.innerDevelop .mySwiper dl {
		width: 1200px;
	}

	.new-item-title {
		width: 760px;
	}
}

@media only screen and (min-width: 1250px) and (max-width:1449px) {
	.margin-c {
		width: 1200px;
		margin: auto;
	}

	.header-list {
		width: 1200px;
	}

	.header-list .nav ul li a {
		font-size: 16px;
	}

	.header-list .nav ul li {
		margin-right: 20px;
	}

	.header-list .right a.lang {
		margin-left: 20px;
	}

	.header-list .right span {
		margin-left: 20px;
	}

	.product-list {
		width: 1200px;
	}

	.product-list dl dd .long h3 {
		font-size: 32px;
	}

	.product-list dl dd .long p {
		font-size: 16px;
	}

	.index-title {
		width: 1200px;
	}

	.news-list {
		width: 1200px;
	}

	.news-list-left .bd dl dt {
		height: 420px;
	}

	.about-list {
		width: 1200px;
	}

	.about-list dl dt span {
		margin: 27px auto 0;
	}

	.about-list dl dt {
		width: 100px;
		height: 100px;
	}

	.form-contact-list {
		width: 1200px;
	}

	.contact {
		height: auto;
	}

	.form .index-title {
		margin: 10px 0 10px 0;
	}

	.index-title h3 {
		font-size: 32px;
	}

	.index-title p {
		font-size: 13px;
	}

	.form form {
		margin-top: 15px;
	}

	.footer-nav {
		width: 1200px;
	}

	.footer-nav .footer-nav-contact {
		left: 900px;
	}

	.footer-nav .footer-nav-list li {
		margin-right: 80px;
	}

	.innerNav {
		width: 1200px;
	}

	.innerNav .innerNav-list {
		font-size: 14px;
	}

	.innerNav p {
		font-size: 14px;
	}

	.innerNav p a {
		font-size: 14px;
	}

	.innerNav .innerNav-list li a {
		width: 120px;
		font-size: 14px;
	}

	.innerAbout {
		width: 1200px;
	}

	.innerAbout dt img {
		max-width: 100%;
	}

	.innerAbout-content {
		font-size: 16px;
	}

	.innerAbout-title {
		font-size: 32px;
	}

	.innerAbout-bg {
		margin: 20px 0;
	}

	.innerDevelop {
		width: 1200px;
	}

	.innerDevelop .mySwiper dl {
		width: 1000px;
	}

	.innerDevelop .mySwiper dl dd .innerDevelop-title {
		font-size: 26px;
		margin-top: 5px;
	}

	.innerDevelop .mySwiper dl dd .innerDevelop-content {
		margin-top: 10px;
		font-size: 16px;
	}

	.innerCulture-list {
		width: 1200px;
	}

	.innerHonor {
		width: 1200px;
	}

	.innerHonor dl dt {
		height: 168px;
	}

	.innerHonor dl dd {
		font-size: 14px;
	}

	.innerOrganizational-list {
		width: 1200px;
	}

	.innerCase {
		width: 1200px;
	}

	.innerBanner div {
		width: 1200px;
	}

	.header-list .nav {
		left: 425px;
	}

	.new-list {
		margin-top: 30px;
	}

	.new-item-right {
		width: 670px;
	}

	.new-item-title {
		width: 560px;
	}

	.new-item-time {
		font-size: 16px;
	}

	.new-info {
		padding: 0 50px;
	}

	.cp-item-title {
		line-height: 54px;
		font-size: 16px;
	}

	.cp-item-img {
		height: 174px;
	}

	.cp-item {
		width: 280px;
		margin-right: 26px;
		height: 245px;
		margin-bottom: 26px;
		padding: 15px 15px 0 15px;
	}

	.layui-laypage {
		width: 100%;
		text-align: center;
		margin-top: 20px !important;
		margin-bottom: 30px !important;
	}

	.cpxq-head {
		height: auto;
		padding: 35px 30px;
		overflow: hidden;
	}

	.cpxq-head-right {
		width: 440px;
	}

	.cpxq-head-left .mySwiper2 {
		width: 500px;
	}

	.cpxq-head-left .mySwiper2 .swiper-slide {
		width: 500px;
	}

	.innerService-distribution {
		width: 1200px;
		margin: 80px auto 50px;
	}

	.innerService-distribution-img img {
		width: 560px;
	}

	.innerService-distribution-txt table {
		width: 95%;
		margin: 15px auto;
	}

	.innerService-distribution-txt table th {
		font-size: 16px;
		line-height: 50px;
	}

	.innerService-distribution-txt table td {
		padding: 9px 15px;
		font-size: 14px;
	}

	.innerService-distribution-img::before {
		bottom: 180px;
		margin-top: -60px;
	}

	.innerService-distribution-img h3 {
		font-size: 22px;
		top: -60px;
		line-height: 60px;
	}

	.innerService-AfterSales {
		width: 1200px;
		margin: 0 auto 100px;
	}

	.innerService-AfterSales .innerService-AfterSales-list:nth-child(even) dt img {
		max-width: 100%;
	}

	.innerService-AfterSales .innerService-AfterSales-list dd {
		padding: 30px;
	}

	.ygtd-list {
		width: 1200px;
	}

	.ygtd-item {
		width: 285px;
		height: 260px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.ygtd-item-img {
		height: 200px;
	}

	.ygtd-item-title {
		line-height: 60px;
	}

	.zwxq {
		width: 1200px;
	}

	.lxfs-title {
		padding-top: 0;
		font-size: 24px;
		padding-bottom: 10px;
		width: 380px;
		margin-bottom: 10px;
	}

	.lxfs-right {
		width: 700px;
	}

	.lxfs-foot {
		margin-top: 15px;
	}

	.lxfs-item {
		margin-bottom: 6px;
	}

	.zpxx-title {
		margin-top: 55px;
	}

	.zxly {
		width: 1200px;
		margin: 50px auto 80px;
		padding: 30px;
	}

	.zxly-right {
		width: 800px;
	}

	.zxly-right-item-ipt {
		width: 189px;
	}

	.zxly-right-item.textarea .zxly-right-item-ipt {
		width: 723px;
	}

	.zxly-right-item.foot-btn .zxly-right-item-ipt {
		width: 725px;
	}
}

.menu_list_bor {
	position: fixed;
	height: 100%;
	width: 100%;
	right: -100%;
	top: 0;
	z-index: 8888;
}

.colse_menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

.menu_right {
	width: 60%;
	width: 70%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	overflow-x: hidden;
}

.menu_top {
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #bbbbbb;
}

.clo {
	line-height: 1rem;
	color: #333;
	font-size: 0.3rem;
	/* width: 1.8rem; */
	margin-left: 0.3rem;
	height: 1rem;
	background-size: auto 0.25rem;
	padding-left: 0.35rem;
}

.menu_list {
	width: 100%;
}

.clo b {
	float: left;
	height: 100%;
	width: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	;
	background: url('../images/fl.png') no-repeat right center;
	background-size: 40%;
}

.clo span {
	display: inline-block;
	line-height: 0.8rem;
	margin-left: 0.1rem;
}

.menu_list>ul>li,
.menu_list>ul>li div>ul>li {
	line-height: 0.8rem;
	*height: 0.8rem;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
}

.menu_list>ul>li div>ul {
	display: none;
}

.menu_list>ul>li>a,
.menu_list>ul>li div>ul>li>a {
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.28rem;
	display: inline-block;
	padding-left: 0.65rem;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu_list ul li a {
	line-height: 0.8rem;
	*height: 0.8rem;
	color: #333;
	font-size: 0.3rem;
	display: inline-block;
	padding-left: 0.65rem;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu_list ul li ul li a {
	border-top: 1px solid #e9e9e9;
	padding-left: 1rem;
}

.menu_list>ul>li div>ul>li {
	border: 0;
	border-top: 1px solid #e9e9e9;
	padding-left: 0.3rem;
}

.menu_list>ul>li div>ul>li>a {
	color: #575757;
}

.menu_list>ul>li>b,
.menu_list>ul>li div>ul>li b {
	position: absolute;
	display: block;
	width: 24%;
	height: 0.8rem;
	right: 0;
	top: 0;
	background: url('../images/fl.png') no-repeat center;
	background-size: 15%;
}

.menu_list>ul>li div>ul>li li {
	border-top: 1px solid #e9e9e9;
}

.menu_list>ul>li div>ul>li li a {
	padding-left: 1.25rem;
	color: #333;
	font-size: 0.28rem;
}

.menu_list>ul>li>b.nex,
.menu_list>ul>li div>ul>li b.nex {
	background: url('../images/nex.png') no-repeat center;
	background-size: 30%;
}

.menu_list>ul>li {
	line-height: 0.8rem;
}

.menu_list>ul>li ul {
	display: none;
}

.menu_list>ul>li ul#ul_2f32ce1b-1f71-4b52-93f7-11b4b723131a {
	height: 5.35rem;
	overflow-y: auto;
}

.wap-header {
	position: fixed;
	top: 0rem;
	left: 0;
	width: 100%;
	height: 1rem;
	z-index: 999;
	transition: all 0.5s;
	display: none;
	background: #fff;
	box-shadow: 0px 1px 3px 0px #f1f7fb;
}

.wap-header .logo-img1 {
	/* display: inline-block; */
}

.wap-header .logo-img2 {
	display: none;
}

.wap-header.on {
	background: #000;
}

.wap-header.on .logo img {
	/* display: none; */
}

.wap-header.on .logo .logo-img2 {
	/* display: inline-block; */
}

.wap-header.on .icon {
	background: #000 url("../images/nav.png") no-repeat center;
	background-size: 0.45rem;
}

/* .header-on{background: #303036;} */
.wap-header .logo {
	/* width: 0.61rem; */
	/* height: 0.63rem; */
	text-align: center;
	line-height: 1rem;
	font-size: 0;
	float: left;
	/* margin-top: 0.18rem; */
	margin-left: 0.25rem;
	height: 1rem;
}

.wap-header .logo img {
	/*max-width: 3.06rem;*/
	max-height: 80%;
	max-width: 5rem;
}

.wap-header .vip {
	float: right;
	/* width: 0.6rem; */
	height: 0.6rem;
	margin-top: 0.2rem;
	font-size: 0;
	margin-right: 0.25rem;
}

.wap-header .vip img {
	max-height: 100%;
}

.wap-header .icon {
	float: right;
	width: 1rem;
	height: 1rem;
	background: url("../images/nav.png") no-repeat center;
	background-size: 0.45rem;
	transition: all 0.35s;
}

@media screen and (max-width: 750px) {
	.rightFixed {
		display: none;
	}

	.header {
		display: none;
	}

	.wap-header {
		display: block;
	}

	.banner {
		margin-top: 1rem;
	}

	.banner .swiper-pagination {
		bottom: 0.12rem !important;
	}

	.banner .swiper-pagination-bullet {
		width: 0.3rem;
		height: 0.3rem;
	}

	.banner .swiper-pagination-bullet::before {
		width: 0.15rem;
		height: 0.15rem;
	}

	.product {
		margin: 0.5rem 0.25rem !important;
	}

	.product-list {
		margin: initial;
		width: auto;
		overflow: initial;
	}

	.product-list dl dt img {
		max-width: 180%;
	}

	.product-list dl dd .long {
		left: 0.5rem;
		right: 0.5rem;
		top: 3rem;
		width: auto;
	}

	.product-list dl dd .long h3 {
		font-size: 0.4rem;
	}

	.product-list dl dd .long span {
		font-size: 0.28rem;
		margin-top: 0.3rem;
		line-height: 0.44rem;
	}

	.product-list dl dd .long p {
		display: none;
	}

	.product-list dl dd .long em {
		display: none;
	}

	.product-list dl dd .short {
		left: 0.5rem;
		right: 0.5rem;
		top: 0.5rem;
	}

	.product-list dl dd .short span {
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.product-list dl dd .short h3 {
		font-size: 0.36rem;
		margin-top: 0.3rem;
	}

	.index-title {
		width: auto;
		margin: 0.25rem;
	}

	.index-title h3 {
		font-size: 0.4rem;
	}

	.index-title p {
		font-size: 0.26rem;
	}

	.news-list-left {
		width: 100%;
	}

	.news-list {
		margin: 0.5rem 0.25rem;
		width: auto;
	}

	.news-list-left .hd {
		right: 0.2rem;
	}

	.news-list-left .hd ul {
		margin: 1px 4px 0;
	}

	.news-list-left .hd ul li {
		margin: 0 2px;
	}

	.news-list-left .bd dl dt {
		height: auto;
	}

	.news-list-left .bd dl dd {
		padding: 0 2.2rem 0 0.2rem;
		font-size: 0.3rem;
	}

	.news-list-right {
		width: 100%;
		padding: 0.4rem;
	}

	.news-list-right .hd {
		display: none;
	}

	.news-list-right .bd div span {
		font-size: 0.36rem;
	}

	.news-list-right .bd div h3 {
		font-size: 0.32rem;
	}

	.news-list-right .bd div p {
		font-size: 0.26rem;
	}

	.news-list-right .bd ul {
		margin-top: 0.2rem;
		padding-top: 0.2rem;
	}

	.news-list-right .bd ul li a {
		line-height: 0.64rem;
	}

	.news-list-right .bd ul li a span {
		font-size: 0.28rem;
		padding-left: 0.3rem;
		width: 4rem;
	}

	.news-list-right .bd ul li a span::before {
		width: 0.1rem;
		height: 0.1rem;
	}

	.news-list-right .bd ul li a em {
		font-size: 0.26rem;
	}

	.about-list {
		margin: 0 0.25rem;
		width: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.about-list dl {
		width: 24%;
		margin: 0.12rem 0;
	}

	.about-list dl dt {
		width: 1.3rem;
		height: 1.3rem;
		margin: 0.5rem auto 0.2rem;
	}

	.about-list dl dt span {
		width: 0.7rem;
		height: 0.7rem;
		margin: 0.3rem auto 0;
	}

	.about-list dl dt span img {
		top: -0.7rem;
		width: 100%;
	}

	.about-list dl dd {
		margin: 0;
	}

	.about-list dl dd h3 {
		font-size: 0.3rem;
	}

	.about-list dl dd p {
		font-size: 0.26rem;
		height: auto;
		margin-bottom: 0.3rem;
	}

	.about-list dl:nth-child(5) {
		width: 32%;
	}

	.about-list dl:nth-child(6) {
		width: 32%;
	}

	.about-list dl:nth-child(7) {
		width: 32%;
	}

	.form-contact {
		padding: 0.5rem 0;
	}

	.form-contact-list {
		width: auto;
		margin: 0 0.25rem;
		padding: 0.3rem;
	}

	.contact {
		display: none;
	}

	.form {
		position: relative;
		left: 0;
	}

	.form .index-title {
		width: auto;
		margin: 0.25rem 0;
	}

	.form form {
		width: auto;
		margin: 0;
	}

	.form .input {
		margin-bottom: 0rem;
	}

	.form .input input {
		margin: 0;
		width: 100%;
		margin-bottom: 0.2rem;
		height: 0.7rem;
		padding: 0 0.25rem;
		font-size: 0.3rem;
	}

	.form .textarea {
		margin-bottom: 0.2rem;
	}

	.form .textarea textarea {
		height: 2rem;
		padding: 0.15rem 0.25rem;
		font-size: 0.3rem;
	}

	.form .code {
		margin-bottom: 0.2rem;
	}

	.form .code input {
		width: 4rem;
		height: 0.7rem;
		padding: 0 0.25rem;
		font-size: 0.3rem;
	}

	.form .code img {
		height: 0.7rem;
		margin-left: 0.3rem;
	}

	.form .layui-btn {
		height: 0.7rem;
		padding: 0 0.25rem;
		font-size: 0.3rem;
	}

	.footer-nav {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.footer-nav .footer-nav-list {
		float: none;
		overflow: hidden;
	}

	.footer-nav .footer-nav-list li {
		margin: 0;
		width: 33.33%;
	}

	.footer-nav .footer-nav-list li a {
		font-size: 0.3rem;
		text-align: center;
		margin: 0.15rem 0;
	}

	.footer-nav .footer-nav-list li ul {
		display: none !important;
	}

	.footer-nav .footer-nav-code {
		float: none;
	}

	.footer-nav .footer-nav-code dl {
		float: none;
		margin: 0.4rem auto 0;
	}

	.footer-nav .footer-nav-code dl dt {
		width: 2.4rem;
		height: 2.4rem;
		line-height: 2.4rem;
		margin: auto;
	}

	.footer-nav .footer-nav-code dl dd {
		margin-top: 0.2rem;
		font-size: 0.28rem;
	}

	.footer-nav .footer-nav-contact {
		display: none;
	}

	.footer-copyright {
		height: auto;
		line-height: initial;
		padding: 0.2rem 0.25rem;
		font-size: 0.26rem;
	}

	.innerBanner {
		margin-top: 1rem;
	}

	.innerBanner div {
		display: none;
	}

	.innerNav {
		width: auto;
		margin: 0;
	}

	.innerNav .innerNav-list {
		float: none;
	}

	.innerNav .innerNav-list li {
		width: 25%;
	}

	.innerNav .innerNav-list li a {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
	}

	.innerNav p {
		float: none;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.26rem;
		margin: 0 0.25rem;
		padding-left: 0.3rem;
		background-size: 0.22rem;
	}

	.innerNav p a {
		font-size: 0.26rem;
	}

	.innerAbout {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.innerAbout dt {
		width: 100%;
		padding: 0.25rem;
	}

	.innerAbout dt img {
		max-width: 100%;
	}

	.innerAbout dd {
		width: 100%;
		margin-top: 0.4rem;
	}

	.innerAbout-title {
		font-size: 0.4rem;
	}

	.innerAbout-bg {
		margin: 0.3rem 0;
		width: 0.7rem;
		height: 0.05rem;
	}

	.innerAbout-content {
		font-size: 0.28rem;
	}

	.innerDevelop {
		width: auto;
		margin: 0.5rem 0;
	}

	.innerDevelop .mySwiper2 {
		margin: 0 0.25rem;
	}

	.innerDevelop .mySwiper2::before {
		bottom: 0.24rem;
	}

	.innerDevelop .mySwiper2 .swiper-slide span {
		font-size: 0.34rem;
	}

	.innerDevelop .mySwiper2 .swiper-slide p {
		width: 0.44rem;
		height: 0.44rem;
		margin-top: 0.2rem;
	}

	.innerDevelop .mySwiper2 .swiper-slide p::before {
		width: 0.2rem;
		height: 0.2rem;
	}

	.innerDevelop .mySwiper {
		margin-top: 0.25rem;
	}

	.innerDevelop .mySwiper dl {
		margin: 0.25rem;
		width: auto;
		padding: 0.5rem;
	}

	.innerDevelop .mySwiper dl dt {
		width: 100%;
	}

	.innerDevelop .mySwiper dl dd {
		width: 100%;
	}

	.innerDevelop .mySwiper dl dd .innerDevelop-title {
		font-size: 0.4rem;
		margin-top: 0.2rem;
	}

	.innerDevelop .mySwiper dl dd .innerDevelop-content {
		margin-top: 0.3rem;
		font-size: 0.28rem;
	}

	.innerDevelop .mySwiper .swiper-button-next {
		display: none;
	}

	.innerDevelop .mySwiper .swiper-button-prev {
		display: none;
	}

	.innerTitle {
		padding: 0.5rem 0;
	}

	.innerTitle h3 {
		font-size: 0.44rem;
	}

	.innerTitle p {
		font-size: 0.26rem;
	}

	.innerCulture {
		padding-bottom: 1rem;
	}

	.innerCulture-list {
		width: auto;
		margin: 0 0.25rem;
	}

	.innerCulture-list dl {
		padding: 0.5rem;
	}

	.innerCulture-list dl dt {
		width: 2rem;
		height: 2rem;
	}

	.innerCulture-list dl dd h3 {
		font-size: 0.4rem;
		margin-top: 0.4rem;
	}

	.innerCulture-list dl dd span {
		font-size: 0.26rem;
	}

	.innerCulture-list dl dd em {
		width: 0.5rem;
	}

	.innerCulture-list dl dd p {
		font-size: 0.28rem;
		margin-top: 0.25rem;
	}

	.innerHonor {
		width: auto;
		margin: 0.5rem 0.25rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.innerHonor dl {
		width: 100%;
		padding: 0.2rem;
		margin: 0.15rem 0;
	}

	.innerHonor dl dt {
		height: auto;
	}

	.innerHonor dl dd {
		font-size: 0.3rem;
		margin-top: 0.2rem;
	}

	.innerOrganizational {
		padding-bottom: 1rem;
	}

	.innerOrganizational-list {
		width: auto;
		margin: 0.25rem;
	}

	.innerCase {
		width: auto;
		margin: 0.25rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.innerCase dl {
		width: 100%;
		margin: 0.15rem 0;
	}

	.innerCase dl dt {
		height: auto;
	}

	.innerCase dl dt img.play {
		width: 0.8rem;
	}

	.innerCase dl dd {
		padding: 0.2rem;
		height: auto;
		font-size: 0.3rem;
		line-height: initial;
	}

	.margin-c {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.new-list {
		margin-top: 0.5rem;
	}

	.new-item {
		height: auto;
		padding: 0.3rem;
		overflow: hidden;
		margin-bottom: 0.4rem;
	}

	.new-item-left {
		width: auto;
		height: auto;
		margin: 0;
		float: none;
	}

	.new-item-time {
		display: none;
	}

	.new-item-right {
		width: auto;
		float: none;
	}

	.new-item-title {
		width: auto;
		font-size: 0.36rem;
		margin: 0.2rem 0;
	}

	.new-item-text {
		font-size: 0.28rem;
		line-height: initial;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.new-item-button {
		font-size: 0.28rem;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 2rem;
		box-sizing: content-box;
	}

	.new-info {
		margin: 0.5rem 0;
		padding: 0 0.25rem;
	}

	.new-info-title {
		font-size: 0.36rem;
		margin: 0.5rem 0 0.2rem;
	}

	.new-info-text {
		margin-bottom: 0.3rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.new-info-text span {
		font-size: 0.24rem;
		display: flex;
		align-items: center;
		margin: 0;
	}

	.new-info-text span img {
		width: 0.24rem;
		margin: 0 0.1rem 0 0;
	}

	.new-info-fuwenben {
		padding: 0.4rem 0;
		font-size: 0.3rem;
		margin-bottom: 0.5rem;
	}

	.new-info-foot .new-info-item {
		width: 100%;
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}

	.new-info-foot .new-info-item a {
		font-size: 0.28rem;
	}

	.new-info-foot .new-info-item em {
		font-size: 0.28rem;
	}

	.new-info-btn {
		width: 3rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		margin: 0.6rem auto;
	}

	.cp-list {
		margin-top: 0.5rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.cp-item {
		width: 100%;
		margin: 0.15rem 0;
		height: auto;
		padding: 0.2rem;
	}

	.cp-item-img {
		height: auto;
	}

	.cp-item-title {
		height: auto;
		line-height: initial;
		font-size: 0.32rem;
		padding: 0.15rem 0;
		margin-top: 0.2rem;
	}

	.cpxq-head {
		height: auto;
		overflow: hidden;
		padding: 0.5rem;
		margin-top: 0.5rem;
	}

	.cpxq-head-right {
		width: 100%;
	}

	.cpxq-head-right-title {
		font-size: 0.4rem;
		margin: 0;
	}

	.cpxq-head-right-text {
		font-size: 0.3rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.cpxq-head-right-list {
		font-size: 0.3rem;
		margin-bottom: 0.5rem;
	}

	.cpxq-head-right-foot {
		display: flex;
		justify-content: space-between;
	}

	.cpxq-head-right-foot a {
		margin: 0;
		width: 2.5rem;
		height: 0.8rem;
		font-size: 0.28rem;
		line-height: 0.8rem;
	}

	.cpxq-head-left {
		width: 100%;
		margin-top: 0.5rem;
	}

	.cpxq-head-left .mySwiper2 {
		width: 100%;
		height: auto;
	}

	.cpxq-head-left .mySwiper2 .swiper-slide {
		width: 100%;
		height: 6rem;
	}

	.cpxq-head-left .mySwiper {
		height: auto;
		margin: 0.25rem 0 0 0;
		width: 100%;
	}

	.cpxq-head-left .mySwiper .swiper-slide {
		height: auto;
	}

	.cpxq-head-left .mySwiper .swiper-slide img {
		position: relative;
	}

	.cpxq-foot {
		margin-bottom: 1rem;
		padding: 0.2rem 0.5rem 0.5rem;
	}

	.cpxq-foot-title {
		line-height: 1rem;
		height: 1rem;
		padding-left: 0.3rem;
		font-size: 0.4rem;
		margin-bottom: 0.5rem;
	}

	.cpxq-foot-title::after {
		width: 0.1rem;
		height: 0.36rem;
	}

	.innerService-distribution {
		width: auto;
		margin: 2rem 0.25rem 0.5rem;
	}

	.innerService-distribution-img {
		width: 100%;
	}

	.innerService-distribution-img img {
		width: 93%;
	}

	.innerService-distribution-img::before {
		bottom: 1rem;
		margin-top: -1.5rem;
	}

	.innerService-distribution-img h3 {
		font-size: 0.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		top: -1.5rem;
	}

	.innerService-distribution-txt {
		width: 100%;
		padding: 0rem;
		box-sizing: border-box;
		margin-top: 0.5rem;
	}

	.innerService-distribution-txt table {
		width: 100%;
		margin: 0;
	}

	.innerService-distribution-txt table th {
		font-size: 0.32rem;
		line-height: 0.8rem;
	}

	.innerService-distribution-txt table td {
		padding: 0.2rem;
		font-size: 0.28rem;
		min-width: 1.2rem;
	}

	.innerService-AfterSales {
		width: auto;
		margin-bottom: 0rem;
	}

	.innerService-AfterSales .innerService-AfterSales-list dt {
		width: 100%;
	}

	.innerService-AfterSales .innerService-AfterSales-list dt img {
		width: 100%;
	}

	.innerService-AfterSales .innerService-AfterSales-list dd {
		width: 100%;
		padding: 0.5rem;
	}

	.innerService-AfterSales .innerService-AfterSales-list dd .innerService-AfterSales-title {
		font-size: 0.4rem;
	}

	.zpxx-title {
		font-size: 0.4rem;
		margin-top: 0.5rem;
	}

	.zpxx-title-e {
		font-size: 0.26rem;
	}

	.zpxx-text {
		margin: 0.4rem 0;
		font-size: 0.3rem;
	}

	.zpxx-text span {
		display: block;
		margin: 0;
	}

	.zpxx-table {
		margin-bottom: 0.75rem;
	}

	.zpxx-table tr .type {
		display: none;
	}

	.zpxx-table tr th {
		height: 1rem;
		font-size: 0.3rem;
	}

	.zpxx-table tr td {
		height: 1rem;
		font-size: 0.3rem;
		padding: 0;
	}

	.zpxx-table tr td img {
		width: 0.4rem;
	}

	.zwxq {
		width: auto;
		margin: 0.5rem 0.25rem;
		padding: 0.35rem;
	}

	.zwxq-title {
		font-size: 0.4rem;
		padding-right: 2rem;
	}

	.zwxq-btn {
		width: 1.75rem;
		height: 0.6rem;
		right: 0.35rem;
		top: 0.35rem;
		font-size: 0.28rem;
		line-height: 0.6rem;
		border: none;
	}

	.zwxq-text {
		margin: 0.3rem 0;
		padding: 0 0 0.3rem;
		font-size: 0.3rem;
	}

	.zwxq-text span {
		margin: 0;
		font-size: 0.3rem;
		display: block;
	}

	.zw-content {
		width: auto;
		left: 0.25rem;
		right: 0.25rem;
		top: 0.25rem;
		bottom: 0.25rem;
		height: 12rem;
	}

	.zw-title {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.32rem;
		padding-left: 0.8rem;
	}

	.zw-title::after {
		width: 0.06rem;
		height: 0.3rem;
		left: 0.4rem;
	}

	.zw-xxx {
		width: 0.3rem;
		height: 0.3rem;
		right: 0.34rem;
		top: 0.35rem;
		font-size: 0;
	}

	.zw-form {
		padding: 0;
		margin: 0.5rem 0.35rem;
		overflow: hidden;
	}

	.zw-form-item {
		width: 100%;
		margin-bottom: 0.25rem;
		display: flex;
		justify-content: space-between;
	}

	.zw-form-text {
		width: 1.4rem;
		font-size: 0.28rem;
		line-height: 0.7rem;
		text-align: left;
	}

	.zw-form-ipt {
		width: 4.8rem;
		margin: 0;
		height: 0.7rem;
	}

	.zw-form-ipt input {
		padding: 0 0.2rem;
		font-size: 0.28rem;
	}

	.zw-form-item.w100 {
		margin-bottom: 0.5rem;
	}

	.zw-form-item.w100 .zw-form-text {
		width: 1.4rem;
	}

	.zw-form-item.w100 .zw-form-ipt {
		width: 4.8rem;
		margin: 0;
		height: 3rem;
	}

	.zw-form-item.w100 .zw-form-ipt textarea {
		padding: 0.15rem 0.2rem;
	}

	.zw-form-item.w100 .zw-form-btn {
		width: 2.5rem;
		height: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.8rem;
		margin: 0 0 0 1.5rem;
	}

	.ygtd-list {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.ygtd-item {
		width: 100%;
		margin: 0 0 0.3rem 0;
		height: auto;
	}

	.ygtd-item-img {
		height: auto;
	}

	.ygtd-item-title {
		line-height: 1rem;
		font-size: 0.3rem;
	}

	.lxfs-content {
		padding: 0.25rem;
		margin: 0.5rem 0;
	}

	.lxfs-title {
		width: auto;
		padding-top: 0;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
		font-size: 0.4rem;
	}

	.lxfs-item {
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}

	.lxfs-foot {
		margin-top: 0.5rem;
	}

	.lxfs-right {
		margin-top: 0.6rem;
		width: auto;
		margin-top: 0.5rem;
	}

	.zxly {
		width: auto;
		margin: 0.5rem 0.25rem;
		padding: 0.5rem;
	}

	.zxly-left {
		width: 100%;
	}

	.zxly-right {
		width: 100%;
	}

	.zxly-title {
		font-size: 0.44rem;
		margin-bottom: 0.3rem;
	}

	.zxly-title span {
		font-size: 0.36rem;
	}

	.zxly-text {
		font-size: 0.28rem;
		margin-bottom: 0.5rem;
	}

	.zxly-text-p {
		font-size: 0.3rem;
	}

	.zxly-tel {
		font-size: 0.5rem;
	}

	.zxly-right {
		margin-top: 0.75rem;
	}

	.zxly-right-item {
		margin-bottom: 0;
	}

	.zxly-right-item-inner {
		width: 100%;
	}

	.zxly-right-item-text {
		height: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.8rem;
		width: 100%;
		text-align: left;
	}

	.zxly-right-item-ipt {
		height: 0.8rem;
		width: auto;
		width: 100%;
		margin: 0;
	}

	.zxly-right-item-ipt input {
		font-size: 0.3rem;
		padding: 0 0.2rem;
	}

	.zxly-right-item.yzm .zxly-right-item-ipt input {
		width: 4rem;
	}

	.zxly-right-item.yzm .zxly-right-item-ipt {
		margin: 0;
		width: auto;
	}

	.zxly-right-item.yzm img {
		width: 1.7rem;
		margin: 0;
		height: 0.8rem;
		margin-left: 0.2rem;
	}

	.zxly-right-item.textarea .zxly-right-item-ipt {
		width: 100%;
		height: 3rem;
	}

	.zxly-right-item.textarea .zxly-right-item-ipt textarea {
		padding: 0.15rem 0.2rem;
		font-size: 0.3rem;
	}

	.zxly-right-item.foot-btn {
		margin-bottom: 0.3rem;
	}

	.zxly-right-item.foot-btn .zxly-right-item-ipt {
		width: 100%;
	}
}

.fynr {clear:both}
.fynr .pagination{padding: 20px 0 20px 0;text-align: center;}
.fynr .pagination li{display: inline-block;margin: 0 5px;width: 30px;height: 30px;line-height: 30px;font-size: 12px;color: #4a4a4a;}

.fynr .pagination li a {border-radius: 4px;display: block;width: 100%;height: 100%;text-align: center;line-height: 30px;background: #f1f1f1;}
.fynr .pagination li span {display: block;height: 50px;font-size: 12px;color: #ababab;}