/*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 "arial";
	color: #666;
	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: "arial";
	color: #666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "arial";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "arial";
}

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: 'din';
	src: url('DINCond-Medium.otf');
}

body {
	background: #fff;
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	height: 86px;
	background: #fff;
}

.header .logo {
	float: left;
	line-height: 86px;
	font-size: 0;
	margin-left: 88px;
	margin-right: 100px;
}

.header .nav {
	float: left;
}

.header .nav li {
	float: left;
	/* margin-left: 20px; */
	position: relative;
}

.header .nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: inline-block;
	line-height: 86px;
	position: relative;
	transition: all 0.35s;
	padding: 0 15px;
}

.header .nav li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0px;
	width: 1px;
	content: "";
	background: #fff;
	margin: auto;
	transition: all 0.35s;
	opacity: 0;
}

.header .nav li a:hover {
	color: #fff;
	background: rgb(231, 120, 23);
}

.header .nav li a:hover:before {
	opacity: 1;
}

.header .nav li a.on {
	color: #fff;
	background: rgb(231, 120, 23);
}

.header .nav li a.on:before {
	opacity: 1;
}

.header .nav li ul {
	position: absolute;
	top: 86px;
	/* left: -60px; */
	/* right: -60px; */
	background: #fff;
	padding: 10px 20px;
	padding: 0;
	border: 1px solid #eee;
	/* left: -20px; */
	left: 0;
	/* right: -90px; */
}

.header .nav li ul li {
	margin: 0;
	/* width: 100%; */
	float: none;
}

.header .nav li ul li a {
	font-size: 16px;
	line-height: 22px;
	padding: 5px 15px;
	display: block;
	white-space: nowrap;
	/* text-align: center; */
}

.header .nav li ul li a:before {
	display: none;
}

.header .lang-icon {
	float: right;
	overflow: hidden;
}

.header .lang-icon p {
	float: left;
	padding-left: 36px;
	background: url(website.png) no-repeat left center;
	margin-right: 40px;
	height: 86px;
	overflow: hidden;
}

.header .lang-icon p a {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	display: block;
	padding-right: 20px;
	background: url(down.png) no-repeat right center;
	line-height: 86px;
}

.header .lang-icon p:hover .en {
	display: none;
}

.header .lang-icon span {
	float: right;
	width: 115px;
	height: 86px;
	background: #183884;
	text-align: center;
	line-height: 86px;
	font-size: 0;
	cursor: pointer;
}

.header .menu {
	font-size: 24px;
	color: #333;
	float: right;
	line-height: 86px;
	cursor: pointer;
	color: #ea852f;
	margin-right: 30px;
	font-weight: bold;
	display: none;
}

.banner {
	margin-top: 86px;
}

.banner .swiper-button-next {
	right: 3%;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.35) url(next.png) no-repeat center;
	border-radius: 50%;
	transition: all 0.35s;
	opacity: 0;
}

.banner .swiper-button-next:hover {
	background: #ea852f url(next2.png) no-repeat center;
}

.banner .swiper-button-prev {
	left: 3%;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.35) url(prev.png) no-repeat center;
	border-radius: 50%;
	transition: all 0.35s;
	opacity: 0;
}

.banner .swiper-button-prev:hover {
	background: #ea852f url(prev2.png) no-repeat center;
}

.banner .swiper-pagination {
	bottom: 50px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	opacity: 1;
	background: none;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ea852f;
	border-color: #ea852f;
}

.banner .swiper-slide img {
	max-width: 100%;
}

.banner .swiper-slide div {
	position: absolute;
	left: 0;
	right: 0;
	top: 27%;
	color: #fff;
	width: 1400px;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 73%;
}

.banner .swiper-slide div h3 {
	/* margin: 0 22%; */
	/* font-size: 48px;text-align: center;text-transform: capitalize;line-height: 85px; */
}

.banner .swiper-slide div a {
	display: block;
	width: 190px;
	height: 60px;
	margin: 50px 0 0 0;
	border-radius: 60px;
	color: #fff;
	background: rgba(255, 255, 255, 0.9);
	color: #183884;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	text-transform: capitalize;
	width: 152px;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	font-family: "Georgia";
	text-transform: uppercase;
	color: #fff;
	background: #ea852f;
	font-family: arial;
}

.banner:hover .swiper-button-next {
	opacity: 1;
	right: 5%;
}

.banner:hover .swiper-button-prev {
	opacity: 1;
	left: 5%;
}

.about {
	margin: 100px auto;
	width: 1400px;
}

.about dl {
	overflow: hidden;
	position: relative;
}

.about dl dt {
	float: right;
	width: 65%;
	font-size: 0;
}

.about dl dt img {
	max-width: 100%;
}

.about dl dd {
	position: absolute;
	left: 0;
	top: 60px;
	bottom: 60px;
	background: #f7f7f7;
	width: 65%;
	padding: 30px 45px 50px;
	box-sizing: border-box;
}

.about dl dd h3 {
	font-size: 30px;
	font-family: arial;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}

.about dl dd p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
	text-overflow: ellipsis;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about dl dd a {
	display: block;
	width: 190px;
	height: 64px;
	color: #fff;
	background: #ea852f;
	text-align: center;
	line-height: 64px;
	border-radius: 64px;
	font-size: 16px;
	margin-top: 30px;
}

.index-title {
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding: 40px 0 30px;
}

.product {
	background: url(product-bg.png) no-repeat center;
	overflow: hidden;
}

.product .product-list {
	width: 1400px;
	margin: 0 auto 60px;
	overflow: hidden;
}

.product .product-list dl {
	float: left;
	width: 448px;
	margin-bottom: 20px;
	margin-right: 20px;
	background: #fff;
	width: 334px;
}

.product .product-list dl:nth-child(4n) {
	margin-right: 0;
}

.product .product-list dl dt {
	height: 264px;
	font-size: 0;
	text-align: center;
	line-height: 264px;
	overflow: hidden;
	height: 197px;
	line-height: 197px;
}

.product .product-list dl dt img {
	width: 100%;
	height: 100%;
	transition: all 0.35s;
	object-fit: cover;
}

.product .product-list dl dd {
	padding: 20px;
	transition: all 0.35s;
}

.product .product-list dl dd p {
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 3; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: bold;
	/* height: 72px; */
	height: auto;
	/* text-align: justify; */
	/* word-break: break-all; */
}

.product .product-list dl:hover dd {
	background: #183884;
}

.product .product-list dl:hover dd p {
	color: #fff;
}

.engineering {
	padding-top: 50px;
}

.engineering .engineering-list {
	position: relative;
}

/* .engineering .engineering-list .swiper-container{padding-top: 100px;} */
.engineering .engineering-list .swiper-slide dl {
	position: relative;
}

.engineering .engineering-list .swiper-slide dl dt {
	font-size: 0;
	position: relative;
}

.engineering .engineering-list .swiper-slide dl dt:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(24, 56, 132, 0.5);
	content: "";
	z-index: 9;
	transition: all 0.35s;
}

.engineering .engineering-list .swiper-slide dl dt img {
	max-width: 100%;
}

.engineering .engineering-list .swiper-slide dl dd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 80px 15px 35px;
	opacity: 0;
	transition: all 0.35s;
}

.engineering .engineering-list .swiper-slide dl dd h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.engineering .engineering-list .swiper-slide dl dd p {
	font-size: 16px;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.engineering .engineering-list .swiper-slide dl dd img {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.engineering .engineering-list .swiper-slide.swiper-slide-active dl dt:before {
	opacity: 0;
}

.engineering .engineering-list .swiper-slide.swiper-slide-active dl dd {
	opacity: 1;
}

.engineering .engineering-list .swiper-container .swiper-button-next {
	width: 65px;
	height: 65px;
	background: #fff url(next.png) no-repeat center;
	border-radius: 50%;
	background-size: 13px;
	box-shadow: 0 0 5px 1px #e3e3e3;
	right: 24%;
	transition: all 0.35s;
}

.engineering .engineering-list .swiper-container .swiper-button-next:hover {
	background: #ea852f url(next2.png) no-repeat center;
	border-radius: 50%;
	background-size: 13px;
}

.engineering .engineering-list .swiper-container .swiper-button-prev {
	width: 65px;
	height: 65px;
	background: #fff url(prev.png) no-repeat center;
	border-radius: 50%;
	background-size: 13px;
	box-shadow: 0 0 5px 1px #e3e3e3;
	left: 24%;
	transition: all 0.35s;
}

.engineering .engineering-list .swiper-container .swiper-button-prev:hover {
	background: #ea852f url(prev2.png) no-repeat center;
	border-radius: 50%;
	background-size: 13px;
}

.engineering .engineering-list .swiper-container .swiper-pagination {
	top: 0;
	bottom: initial;
	width: 1400px;
	margin: auto;
	right: 0;
	left: 0;
	position: relative;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.engineering .engineering-list .swiper-container .swiper-pagination:after {
	content: "";
	border-top: 2px dashed #f1f1f1;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
}

.engineering .engineering-list .swiper-container .swiper-pagination span {
	width: 25%;
	margin: 0;
	opacity: 1;
	color: #333;
	font-size: 18px;
	background: none;
	height: auto;
	padding-top: 20px;
	position: relative;
	width: 16.666%;
	width: auto;
}

/* .engineering .engineering-list .swiper-container .swiper-pagination span:after{content: "";border-top: 2px dashed #f1f1f1;display: block;position: absolute;
left: 0;right: 0;top: 5px;} */
.engineering .engineering-list .swiper-container .swiper-pagination span:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	width: 12px;
	z-index: 9;
	height: 12px;
	background: #ced8f1;
	border-radius: 50%;
	margin: auto;
}

.engineering .engineering-list .swiper-container .swiper-pagination span.swiper-pagination-bullet-active:before {
	background: #183884;
}

.news {
	width: 1400px;
	margin: 0 auto;
}

.news-list {
	zoom: 1;
}

.news-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news-list dl {
	float: left;
	margin-right: 23px;
	width: 451px;
	transition: all 0.5s;
	width: 332px;
}

.news-list dl:last-child {
	margin-right: 0;
}

.news-list dl dt {
	height: 299px;
	overflow: hidden;
	text-align: center;
	line-height: 299px;
	font-size: 0;
	position: relative;
	cursor: pointer;
	height: 220px;
	line-height: 220px;
}

.news-list dl dt img {
	width: 100%;
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 8;
}

.news-list dl dt img.play {
	width: auto;
	height: auto;
	width: 60px;
	opacity: 0;
	z-index: 9;
}

.news-list dl dt video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list dl dd {
	background: #f7f7f7;
	padding: 25px;
}

.news-list dl dd p {
	font-size: 16px;
	color: #666;
	padding-left: 30px;
	background: url(time.png) no-repeat left center;
	display: none;
}

.news-list dl dd h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	color: #333333;
	margin-top: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 54px;
	transition: all 0.5s;
	/* text-align: justify; */
	/* word-break: break-all; */
}

.news-list dl:hover {
	box-shadow: 0 0 5px 1px rgb(24 56 132 / 15%);
}

.news-list dl:hover dt img {
	transform: scale(1.05);
	opacity: 1;
}

.news-list dl:hover dd h3 {
	color: #183884;
}

.news .more {
	display: block;
	width: 160px;
	height: 46px;
	border-radius: 46px;
	border: 1px solid #d7d7d7;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	margin: 50px auto;
	transition: all 0.35s;
}

.news .more:hover {
	color: #fff;
	border-color: #ea852f;
	background: #ea852f;
}

.cooperation {
	position: relative;
	height: 292px;
	overflow: hidden;
}

.cooperation img {
	position: absolute;
	left: -960px;
	margin-left: 50%;
	top: 0;
}

.cooperation div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 490px;
	margin: auto;
	height: 90px;
}

.cooperation div b {
	font-size: 30px;
	color: #fff;
}

.cooperation div p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.cooperation div a {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 31px;
	height: 31px;
	background: url(cooperation-img01.png) no-repeat center;
	margin: auto;
}

.footer {
	background: #eff0f5;
	overflow: hidden;
	padding: 60px 0 15px;
}

.footer-nav {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-nav .footer-nav-list {
	float: left;
}

.footer-nav .footer-nav-list.hide {
	margin-right: 90px;
}

.footer-nav .footer-nav-list b {
	display: block;
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}

.footer-nav .footer-nav-list ul {}

.footer-nav .footer-nav-list ul li a {
	font-size: 16px;
	color: #666;
	display: block;
	line-height: 30px;
}

.footer-nav .footer-nav-list p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	max-width: 695px;
}

.footer-nav .footer-nav-list:last-child {
	float: right;
	margin: 0;
}

.footer-nav .footer-nav-list dl {
	overflow: hidden;
	margin-bottom: 15px;
}

.footer-nav .footer-nav-list dl dt {
	float: left;
	margin-right: 15px;
	font-size: 0;
}

.footer-nav .footer-nav-list dl dd {
	float: left;
	line-height: 45px;
	font-size: 16px;
}

.footer-copyright {
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #dddee0;
	font-size: 14px;
	margin-top: 30px;
	/* line-height: 55px; */
	padding: 17px 0;
}

.footer-copyright a {
	font-size: 14px;
}

.innerBanner {
	font-size: 0;
	position: relative;
	margin-top: 86px;
}

.innerBanner img {
	max-width: 100%;
}

.innerBanner span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1400px;
	font-size: 48px;
	color: #fff;
	z-index: 9;
	margin: auto;
	height: 72px;
	line-height: 72px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgb(0 0 0);
}

.innerNav-box {
	box-shadow: 0 0 5px 1px #dedede;
}

.innerNav {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.innerNav-list {
	float: left;
}

.innerNav-list li {
	float: left;
	line-height: 78px;
	font-size: 0;
	padding: 0 25px;
	border-right: 1px solid #eeeeee;
	text-align: center;
	box-sizing: border-box;
}

.innerNav-list li:first-child {
	border-left: 1px solid #eeeeee;
}

.innerNav-list li a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	line-height: 22px;
}

.innerNav-list li a:hover {
	color: #e77817;
}

.innerNav-list li a.on {
	background: #e77817;
	color: #fff;
}

.innerNav p {
	float: right;
	font-size: 16px;
	color: #333;
	line-height: 78px;
	padding-left: 40px;
	background: url(position.png) no-repeat left center;
}

.innerNav p a {
	font-size: 16px;
	color: #333;
}

.innerPage {
	margin: 50px auto;
	width: 1400px;
	font-size: 16px;
	line-height: 30px;
	min-height: 300px;
}

.innerPage * {
	max-width: 100%;
	height: auto;
}

.innerProduct {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.innerProduct dl {
	margin: 30px 0;
	overflow: hidden;
	background: #f7f7f7;
	transition: all 0.35s;
}

.innerProduct dl dt {
	float: left;
	width: 448px;
	height: 264px;
	font-size: 0;
	line-height: 264px;
	overflow: hidden;
}

.innerProduct dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerProduct dl dd {
	float: right;
	width: calc(100% - 510px);
	margin-right: 30px;
}

.innerProduct dl dd h3 {
	font-size: 18px;
	color: #183884;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 50px;
}

.innerProduct dl dd p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.innerProduct dl dd span {
	display: block;
	width: 27px;
	height: 27px;
	background: url(right.png) no-repeat center;
	margin-top: 20px;
}

.innerProduct dl:hover {
	background: #183884;
}

.innerProduct dl:hover h3 {
	color: #fff;
}

.innerProduct dl:hover p {
	color: #fff;
}

.innerProduct dl:hover span {
	background: url(right02.png) no-repeat center;
}

.innerProductDetails {
	width: 1400px;
	margin: 50px auto;
}

.innerProductDetails .innerProductDetails-brief dl {
	overflow: hidden;
	transition: all 0.35s;
}

.innerProductDetails .innerProductDetails-brief dl dt {
	float: left;
	width: 448px;
	font-size: 0;
}

.innerProductDetails .innerProductDetails-brief dl dt img {
	max-width: 100%;
}

.innerProductDetails .innerProductDetails-brief dl dd {
	float: right;
	width: calc(100% - 510px);
	margin-right: 30px;
}

.innerProductDetails .innerProductDetails-brief dl dd h3 {
	font-size: 18px;
	color: #183884;
	font-weight: normal;
}

.innerProductDetails .innerProductDetails-brief dl dd p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}

.innerProductDetails .innerProductDetails-brief dl dd span {
	display: block;
	background: url(tel.png) no-repeat left center;
	margin-top: 25px;
	font-size: 18px;
	color: #e77817;
	padding-left: 40px;
	line-height: 30px;
}

.innerProductDetails .innerProductDetails-brief dl dd a {
	display: block;
	width: 275px;
	height: 58px;
	background: #183884 url(money.png) no-repeat 48px center;
	font-size: 16px;
	color: #fff;
	text-indent: 83px;
	line-height: 58px;
	margin-top: 24px;
}

.innerProductDetails-content {
	margin: 30px 0;
}

.innerProductDetails-content-title-box {
	background: #f7f7f7;
	border-bottom: 1px solid #183884;
}

.innerProductDetails-content-title {
	display: flex;
	justify-content: space-between;
}

.innerProductDetails-content-title li {
	float: left;
	font-size: 18px;
	color: #333;
	flex: auto;
	text-align: center;
	line-height: 79px;
	width: auto;
}

.innerProductDetails-content-title li.on {
	background: #183884;
	color: #fff;
}

.innerProductDetails-content-item {
	padding: 30px 0;
	font-size: 16px;
	line-height: 30px;
	display: none;
	min-height: 300px;
	overflow: hidden;
}

.innerProductDetails-content-item.on {
	display: block;
}

.innerProductDetails-content-item * {
	max-width: 100%;
	height: auto;
}
.innerProductDetails-content-item.innerProductDetails-content-item-case {
	
}
.innerProductDetails-content-link {
	padding-right: 170px;
	position: relative;
	border-top: 1px solid #f2f2f2;
	padding-top: 25px;
}

.innerProductDetails-content-link .back {
	border: 1px solid #183884;
	line-height: 46px;
	font-size: 16px;
	line-height: 46px;
	position: absolute;
	right: 0;
	top: 25px;
	width: 144px;
	text-indent: 64px;
	background: url(list.png) no-repeat 32px center;
}

.innerProductDetails-content-link p {
	line-height: 24px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innerProductDetails-content-link p em {
	font-size: 16px;
}

.innerProductDetails-content-link p a {
	font-size: 16px;
}

.innerCooperation {
	margin: 50px auto;
}

.innerCooperation-brief {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}

.innerCooperation-brief dt {
	float: right;
	width: 406px;
	height: 485px;
	overflow: hidden;
	font-size: 0;
	text-align: right;
}

.innerCooperation-brief dt img {
	max-width: 100%;
}

.innerCooperation-brief dd {
	float: left;
	width: calc(100% - 450px);
}

.innerCooperation-brief dd .innerCooperation-brief-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.innerCooperation-brief dd .innerCooperation-brief-list {
	font-size: 16px;
	line-height: 26px;
	margin-top: 25px;
}

.innerCooperation-method {
	background: #f7f7f7;
	overflow: hidden;
	margin: 55px 0;
}

.innerCooperation-method-list {
	width: 1400px;
	margin: 50px auto;
}

.innerCooperation-method-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.innerCooperation-method-type {
	font-size: 16px;
	color: #183884;
	margin-top: 25px;
}

.innerCooperation-method-content {
	font-size: 16px;
	line-height: 26px;
	margin-top: 25px;
}

.innerCooperation-agent-business {
	width: 1400px;
	margin: 50px auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.innerCooperation-agent-business .innerCooperation-agent {
	background: #183884;
	flex: 1;
	padding: 40px 35px 60px;
}

.innerCooperation-agent-business .innerCooperation-business {
	background: #f7f7f7;
	flex: 1;
	padding: 35px;
}

.innerCooperation-agent-business .innerCooperation-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.innerCooperation-agent-business .innerCooperation-content {
	font-size: 16px;
	line-height: 26px;
	margin-top: 25px;
}

.innerCooperation-agent-business .innerCooperation-agent .innerCooperation-title {
	color: #fff;
}

.innerCooperation-agent-business .innerCooperation-agent .innerCooperation-content {
	color: #fff;
}

.innerCooperation-tel {
	margin: 50px auto 0;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #f7f7f7;
	padding: 35px 0;
}

.innerCooperation-tel p {
	width: 1400px;
	margin: 0 auto;
}

.innerEngineer {
	width: 1400px;
	margin: 40px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 20px;
}

.innerEngineer dl {
	float: left;
	width: 448px;
	margin-right: 28px;
	margin-bottom: 30px;
	background: #f7f7f7;
	transition: all 0.35s;
	position: relative;
	top: 0;
}

.innerEngineer dl:nth-child(3n) {
	margin-right: 0;
}

.innerEngineer dl dt {
	height: 296px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	line-height: 296px;
}

.innerEngineer dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerEngineer dl dd {
	/* background: #f7f7f7; */
	padding: 20px;
}

.innerEngineer dl dd h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	/* white-space: nowrap;overflow: hidden;text-overflow: ellipsis; */
	transition: all 0.35s;
}

.innerEngineer dl dd span {
	display: block;
	background: url(time.png) no-repeat left center;
	margin-top: 10px;
	padding-left: 30px;
	font-size: 15px;
	transition: all 0.35s;
}

.innerEngineer dl:hover {
	background: rgba(24, 56, 132, 0.1);
	top: -10px;
}

.innerEngineer dl:hover dd h3 {
	color: #183884;
}

.innerEngineer dl:hover dd span {
	color: #183884;
}

.innerNews {
	width: 1400px;
	margin: 40px auto;
}

.innerNews dl {
	padding: 25px;
	background: #f7f7f7;
	overflow: hidden;
}

.innerNews dl dt {
	float: left;
	width: 511px;
	height: 309px;
	overflow: hidden;
	font-size: 0;
}

.innerNews dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innerNews dl dd {
	float: right;
	width: calc(100% - 540px);
}

.innerNews dl dd em {
	display: block;
	padding-left: 30px;
	font-size: 16px;
	background: url(time.png) no-repeat left center;
	margin-top: 25px;
}

.innerNews dl dd h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 25px;
}

.innerNews dl dd p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.innerNews dl dd span {
	display: block;
	width: 162px;
	height: 48px;
	background: #183884;
	color: #fff;
	border-radius: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	margin-top: 35px;
}

.innerNews ul {
	margin-top: 40px;
	border-top: 2px solid #f1f1f1;
}

.innerNews li a {
	display: block;
	padding: 40px 0;
	border-bottom: 2px solid #f1f1f1;
	font-size: 0;
}

.innerNews li a h3 {
	vertical-align: middle;
	width: 80%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	max-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: inline-block;
}

.innerNews li a span {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	text-align: right;
	overflow: hidden;
}

.innerNews li a span em {
	font-size: 16px;
	padding-left: 30px;
	background: url(time.png) no-repeat left center;
	float: right;
}

.innerDetails {
	width: 1400px;
	margin: 50px auto;
}

.innerDetails .innerDetails-title {
	padding-bottom: 20px;
	border-bottom: 2px solid #f1f1f1;
}

.innerDetails .innerDetails-title h3 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}

.innerDetails .innerDetails-title p {
	font-size: 16px;
	margin-top: 15px;
}

.innerDetails .innerDetails-video {
	margin-top: 50px;
}

.innerDetails .innerDetails-content {
	margin: 30px 0;
	font-size: 16px;
	line-height: 30px;
	min-height: 300px;
}

.innerDetails .innerDetails-content * {
	max-width: 100%;
	height: auto;
}

.innerDetails .innerDetails-link {
	border-top: 2px solid #f1f1f1;
}

.innerDetails .innerDetails-link p {
	margin-top: 20px;
	font-size: 16px;
}

.innerDetails .innerDetails-link p em {
	font-size: 16px;
}

.innerDetails .innerDetails-link p a {
	font-size: 16px;
}

.innerDetails .innerDetails-back a {
	display: block;
	width: 255px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #183884;
	border: 1px solid #183884;
	margin: 50px auto;
	text-indent: 100px;
	background: url(list.png) no-repeat 65px center;
}

.innerContact {
	width: 1400px;
	margin: 40px auto;
}

.innerContact-list-form {
	overflow: hidden;
}

.innerContact-list {
	float: left;
	width: 46.5%;
}

.innerContact-list h3 {
	font-size: 30px;
	color: #183884;
	font-weight: normal;
}

.innerContact-list p {
	font-size: 16px;
	margin-top: 15px;
}

.innerContact-list div {
	margin-top: 25px;
	overflow: hidden;
}

.innerContact-list div em {
	float: left;
	width: 40px;
	font-size: 0;
	line-height: 28px;
}

.innerContact-list div span {
	float: right;
	font-size: 16px;
	width: calc(100% - 40px);
	line-height: 28px;
}

.innerContact-list dl {
	margin-left: 40px;
	overflow: hidden;
	margin-top: 30px;
}

.innerContact-list dl dt {
	float: left;
	width: 140px;
	height: 140px;
	font-size: 0;
	line-height: 140px;
}

.innerContact-list dl dt img {
	max-width: 100%;
	max-height: 100%;
}

.innerContact-list dl dd {
	float: left;
	width: calc(100% - 160px);
	line-height: 140px;
	font-size: 16px;
}

.innerContact-form {
	float: right;
	width: 42%;
	background: #f7f7f7;
	padding: 10px 35px;
	box-sizing: border-box;
}

.innerContact-form h3 {
	font-size: 30px;
	color: #183884;
	font-weight: normal;
}

.innerContact-form span {
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 25px;
}

.innerContact-form input {
	background: #fff;
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 16px;
	margin-top: 15px;
	box-sizing: border-box;
}

.innerContact-form textarea {
	background: #fff;
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 115px;
	padding: 15px 20px;
	font-size: 16px;
	margin-top: 15px;
	box-sizing: border-box;
	resize: none;
}

.innerContact-form .btn {
	display: block;
	width: 180px;
	height: 48px;
	background: #e26304;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin: 25px auto 40px;
}

.innerContact-map {
	height: 600px;
	margin-top: 50px;
}

.innerSupport {
	margin: 40px auto;
	width: 1400px;
	overflow: hidden;
}

.innerSupport dl {
	position: relative;
}

.innerSupport dl dt {
	font-size: 0;
}

.innerSupport dl dt img {
	width: 100%;
}

.innerSupport dl dd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 23px;
	color: #fff;
	font-size: 18px;
	background: rgba(24, 56, 132, 0.6);
	transition: all 0.35s;
}

.innerSupport dl dd p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.innerSupport dl:hover dd {
	background: #183884;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #183884;
}

.layui-laypage a:hover {
	color: #183884;
}

.headerPop {
	width: 100%;
	min-width: 1180px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	position: fixed;
	height: 100%;
	z-index: 9999;
}

.headerPop .hPopCont {
	padding: 50px 58px 135px 60px;
	width: 1062px;
	margin: 0 auto;
	position: relative;
	box-sizing: content-box;
}

.headerPop .hPopCont .close {
	width: 39px;
	height: 39px;
	background: url(close.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 53px;
	cursor: pointer;
}

.headerPop .hPopCont .close:hover {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.headerPop .hPopCont .left {
	width: 482px;
}

.headerPop .hPopCont .left .title {
	padding-bottom: 34px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
}

.headerPop .hPopCont .left .title h5 {
	font-size: 40px;
	color: #e60012;
	font-weight: normal;
	line-height: 54px;
	margin-bottom: 16px;
}

.headerPop .hPopCont .left .title h3 {
	font-size: 45px;
	color: #212121;
	line-height: 48px;
	font-weight: normal;
}

.headerPop .hPopCont .left .text {
	font-size: 14px;
	color: #212121;
	line-height: 25px;
	margin-bottom: 26px;
}

.headerPop .hPopCont .left .prodList {}

.headerPop .hPopCont .left .prodList h5 {
	font-size: 22px;
	color: #e60012;
	font-weight: normal;
	line-height: 60px;
}

.headerPop .hPopCont .left .prodList ul li {
	width: 296px;
	float: left;
	width: 268px;
}

.headerPop .hPopCont .left .prodList ul li:nth-child(even) {
	width: 186px;
	width: 212px;
}

.headerPop .hPopCont .left .prodList ul li a {
	font-size: 14px;
	color: #212121;
	line-height: 25px;
	padding-right: 10px;
}

.headerPop .hPopCont .left .prodList ul li:hover a {
	color: #e60012;
}

.headerPop .hPopCont .right {
	width: 478px;
}

.headerPop .hPopCont .right .title {
	line-height: 42px;
	font-size: 30px;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.headerPop .hPopCont .right .text {
	font-size: 14px;
	line-height: 28px;
	color: #212121;
	margin-bottom: 38px;
}

.headerPop .hPopCont .right .map {
	height: 230px;
	padding: 10px;
	background: #cccccc;
}

.headerPop .hPopCont .right .map img {
	width: 100%;
	height: 100%;
}

.index-search {
	background: #2a2a2a;
	overflow: hidden;
}

.index-search-list {
	margin: 20px auto;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.index-search-list span {
	font-size: 18px;
	color: #e26304;
	padding-left: 30px;
	background: url(hot.png) no-repeat left center;
	background-size: 25px;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
}

.index-search-list ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.index-search-list ul li {
	float: left;
	margin-right: 25px;
}

.index-search-list ul li a {
	font-size: 14px;
	color: #dedede;
	display: block;
	line-height: 36px;
}

.index-search-list ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.index-search-list div {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin-left: 50px;
}

.index-search-list div input {
	border: none;
	height: 36px;
	font-size: 14px;
	width: 250px;
	line-height: 36px;
	float: left;
	margin-left: 10px;
}

.index-search-list div a {
	background: url(search.png) no-repeat center;
	background-size: 18px;
	font-size: 0;
	float: right;
	width: 36px;
	height: 36px;
}

.subclass {
	width: 1400px;
	margin: 40px auto 0;
}

.subclass ul {
	display: flex;
	justify-content: space-between;
}

.subclass ul li {
	margin-right: 20px;
	flex: auto;
}

.subclass ul li:last-child {
	margin-right: 0;
}

.subclass ul li a {
	display: block;
	padding: 8px 15px;
	border: 1px solid #dedede;
	font-size: 16px;
	text-align: center;
}

.subclass ul li a.on {
	background: #e26304;
	color: #fff;
	border-color: #e26304;
}
.innerAbout-title{
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding: 45px 0;
	font-weight: bold;
}
.innerAbout-culture{
	background: url(cultrue-bg.png) no-repeat center;
	overflow: hidden;
	background-size: cover;
}
.innerAbout-culture-list{
	width: 1400px;
	margin: 0px auto 90px;
}
.innerAbout-culture-list{
	overflow: hidden;
}
.innerAbout-culture-list .hd{
	float: left;
	width: 340px;
	width: 260px;
}
.innerAbout-culture-list .hd li{
	/* height: 78px; */
	line-height: 78px;
	background: #fff;
	font-size: 24px;
	font-family: arial;
	color: #333;
	padding: 0 22px;
	position: relative;
	font-size: 22px;
}
.innerAbout-culture-list .hd li:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 1px;
	background: #d0d0d0;
}
.innerAbout-culture-list .hd li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -16px;
	width: 17px;
	height: 29px;
	content: "";
	background: url(arrow.png) no-repeat center;
	margin: auto;
	display: none;
}
.innerAbout-culture-list .hd li.on{
	background: #e77818;
	color: #fff;
}
.innerAbout-culture-list .hd li.on:after{
	display: block;
}
.innerAbout-culture-list .bd{
	float: right;
	width: 1040px;
	background: #fff;
	width: 1120px;
}
.innerAbout-culture-list .bd ul{
	height: auto;
}
.innerAbout-culture-list .bd dl{
	overflow: hidden;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: initial;
	padding: 35px;
}
.innerAbout-culture-list .bd dt{
	/* float: left; */
	display: inline-block;
	vertical-align: middle;
	width: 31.25%;
	font-size: 0;
	float: left;
	line-height: initial;
	margin-right: 30px;
	margin-bottom: 10px;
}
.innerAbout-culture-list .bd dt img{
	max-width: 100%;
}
.innerAbout-culture-list .bd dd{
	/* float: right; */
	/* display: inline-block; */
	/* vertical-align: middle; */
	/* width: 68.75%; */
	box-sizing: border-box;
	/* padding: 35px; */
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.innerAbout-culture-list .bd dd .bd-h3{
	font-size: 24px;
	font-weight: bold;
}
.innerAbout-culture-list .bd dd .bd-div{
	text-align: justify;
	overflow-y: auto;
	padding-right: 20px;
}
.innerAbout-culture-list .bd dd .bd-div::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 2px;
    height: 0px;
}
.innerAbout-honor{
	width: 1400px;
	margin: 0 auto;
}
.innerAbout-honor .swiper-container{
	padding: 30px 0;
	margin-bottom: 100px;
}
.innerAbout-honor .swiper-wrapper{
	align-items: center;
	/* z-index: -1; */
}
.innerAbout-honor .swiper-slide{
	/* transform: scale(0.8); */
	transition: all 0.5s;
	/* z-index: 1; */
}
.innerAbout-honor .swiper-slide.swiper-slide-active{
	/* transform: scale(1.26); */
	/* transform: scale(1.1); */
}
.innerAbout-honor .swiper-slide p{
	padding: 20px;
	/* box-shadow: 0 0 5px 1px #dedede; */
}
.innerAbout-honor .swiper-slide p span{
	display: block;
	font-size: 0;
	height: 275px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.innerAbout-honor .swiper-slide img{
	max-width: 100%;
	/* width: 100%; */
	max-height: 100%;
}
.innerAbout-honor .swiper-slide em{
	font-size: 16px;
	display: block;
	margin-top: 10px;
	color: #333;
	text-align: center;
}
.innerAbout-honor .swiper-container .swiper-button-prev{
	/* position: absolute; */
	left: 0;
	/* bottom: 0; */
	/* right: initial; */
	/* top: initial; */
	width: 33px;
	height: 33px;
	background: url(left.png) no-repeat center;
	background-size: contain;
}
.innerAbout-honor .swiper-container .swiper-button-prev:after{
	display: none;
}
.innerAbout-honor .swiper-container .swiper-button-next{
	/* position: absolute; */
	right: 0;
	/* bottom: 0; */
	/* left: initial; */
	/* top: initial; */
	width: 33px;
	height: 33px;
	background: url(more.png) no-repeat center;
	background-size: contain;
}
.innerAbout-honor .swiper-container .swiper-button-next:after{
	display: none;
}
.innerAbout-honor .swiper-pagination{
	bottom: 70px !important;
}
.innerAbout-honor .swiper-pagination .swiper-pagination-bullet{
	height: 18px;
	width: 18px;
	background-color: #cecece;
	border-radius: 50%;
	opacity: 1;
}
.innerAbout-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #e77818;
	width: 27px;
	height: 27px;
}

.showHonor{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 999;
}
.showHonor .close{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: all 0.35s;
}
.showHonor .close:hover{
	transform: rotate(180deg);
}
.showHonor .slt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 90%;
	max-height: 90%;
	max-width: 90%;
}

.innerAbout-employee{
	position: relative;
}
.innerAbout-employee .pc-slide{
	opacity: 0;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.innerAbout-employee .pc-slide.pcSlideOn{
	opacity: 1;
	z-index: 1;
	position: relative;
}
.innerAbout-employee{
	width: 1400px;
	margin: 0 auto;
}
.innerAbout-employee .view{
	position: relative;
	font-size: 0;
	height: 600px;
}
.innerAbout-employee .view img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.innerAbout-employee .view .swiper-slide{
	overflow: hidden;
}
.innerAbout-employee .view .swiper-slide li{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.innerAbout-employee .view .swiper-slide li:nth-child(even){
	float: right;
}
.innerAbout-employee .view .swiper-slide img{
	width: 100%;
}
.innerAbout-employee .preview{
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
}
.innerAbout-employee .preview .swiper-slide{
	/* width: 340px; */
	/* margin-right: 10px; */
	height: 180px;
}
.innerAbout-employee .preview .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid transparent;
	box-sizing: border-box;
}
.innerAbout-employee .preview .swiper-slide.asdasd img{
	border: 2px solid #e77818;
}
.innerAbout-employee .preview .arrow-left{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	/* height: 72px; */
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	margin: auto;
	text-align: center;
	/* width: 34px; */
	/* height: 34px; */
	/* line-height: 72px; */
}
.innerAbout-employee .preview .arrow-left img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.innerAbout-employee .preview .arrow-right{
	position: absolute;
	right: 0;
	/* top: 33px; */
	top: 0;
	bottom: 0;
	width: 40px;
	/* height: 72px; */
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	margin: auto;
	text-align: center;
	/* width: 34px; */
	/* height: 34px; */
	/* line-height: 72px; */
}
.innerAbout-employee .preview .arrow-right img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.innerAbout-employee .preview .swiper-container{
	/* padding: 0 70px 20px; */
}
.innerAbout-employee .preview .employeeYear-leftShadow{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: #fff;
	z-index: 2;
}
.innerAbout-employee .preview .employeeYear-rightShadow{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: #fff;
	z-index: 2;
}
.innerAbout-employee .preview .swiper-container:before{
	position: absolute;
	left: 70px;
	right: 70px;
	bottom: 35px;
	height: 1px;
	content: "";
	background: #cfcfcf;
	display: none;
}
.innerAbout-employee .preview .swiper-button-next{
	width: 34px;
	height: 34px;
	font-size: 0;
	position: absolute;
	right: 0;
	left: initial;
	top: 55px;
}
.innerAbout-employee .preview .swiper-button-next:after{
	display: none;
}
.innerAbout-employee .preview .swiper-button-prev{
	width: 34px;
	height: 34px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 55px;
}
.innerAbout-employee .preview .swiper-button-prev:after{
	display: none;
}
.innerAbout-employee .preview .swiper-wrapper{
	/* justify-content: center; */
}
.innerAbout-employee .preview .swiper-slide{
	text-align: center;
	cursor: pointer;
}
.innerAbout-employee .preview .swiper-slide span{
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	color: #999;
}
.innerAbout-employee .preview .swiper-slide p{
	width: 28px;
	height: 28px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	margin: auto;
	background: #fff;
}
.innerAbout-employee .preview .swiper-slide p em{
	display: block;
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 8px auto;
	border-radius: 50%;
}
.innerAbout-employee .preview .swiper-slide.swiper-slide-active span{
	color: #e77818;
}
.innerAbout-employee .preview .swiper-slide.swiper-slide-active p em{
	background: #e77818;
}
.innerAbout-employeeYear{
	width: 1400px;
	margin: 0 auto 25px;
}
.innerAbout-employeeYear .swiper-container{
	padding: 0 70px 20px;
}
.innerAbout-employeeYear .employeeYear-leftShadow{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: #fff;
	z-index: 2;
}
.innerAbout-employeeYear .employeeYear-rightShadow{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: #fff;
	z-index: 2;
}
.innerAbout-employeeYear .swiper-container:before{
	position: absolute;
	left: 70px;
	right: 70px;
	bottom: 35px;
	height: 1px;
	content: "";
	background: #cfcfcf;
}
.innerAbout-employeeYear .swiper-button-next{
	width: 34px;
	height: 34px;
	font-size: 0;
	position: absolute;
	right: 0;
	left: initial;
	top: 55px;
	background: none;
}
.innerAbout-employeeYear .swiper-button-next:after{
	display: none;
}
.innerAbout-employeeYear .swiper-button-prev{
	width: 34px;
	height: 34px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 55px;
	background: none;
}
.innerAbout-employeeYear .swiper-button-prev:after{
	display: none;
}
.innerAbout-employeeYear .swiper-wrapper{
	/* justify-content: center; */
}
.innerAbout-employeeYear .preview .swiper-slide{
	text-align: center;
	cursor: pointer;
}
.innerAbout-employeeYear .swiper-slide span{
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	color: #999;
	display: block;
	text-align: center;
}
.innerAbout-employeeYear .swiper-slide p{
	width: 28px;
	height: 28px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	margin: auto;
	background: #fff;
}
.innerAbout-employeeYear .swiper-slide p em{
	display: block;
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 8px auto;
	border-radius: 50%;
}
.innerAbout-employeeYear .swiper-slide.employeeYearOn span{
	color: #e77818;
}
.innerAbout-employeeYear .swiper-slide.employeeYearOn p em{
	background: #e77818;
}

.online{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.online .close{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: all 0.35s;
}
.online .close:hover{
	transform: rotate(180deg);
}
.online .price{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    max-height: 90%;
    max-width: 90%;
}





















@media screen and (max-width: 1700px) {
	.header .logo {
		margin-right: 60px;
	}

	.header .lang-icon p {
		margin-right: 25px;
	}

	.header .lang-icon span {
		width: 105px;
	}
}

@media screen and (max-width: 1600px) {
	.header .logo {
		margin-right: 20px;
		margin-left: 45px;
	}
	.header .nav{
		margin-left: 30px;
	}
	.header .nav li {
		/* margin-left: 25px; */
	}

	.banner .swiper-slide div h3 {
		font-size: 40px;
		line-height: 70px;
	}
}
@media screen and (max-width: 1550px){
	.header .nav{
		margin-left: 15px;
	}
}
@media screen and (max-width: 1500px) {
	.header .logo {
		margin-right: 20px;
		margin-left: 40px;
	}

	.header .nav li {
		/* margin-left: 20px; */
	}
	.header .nav li a{
		padding: 0 10px;
	}
	.about {
		width: 90%;
	}

	.about dl dd p {
		-webkit-line-clamp: 7;
	}

	.product .product-list {
		width: 90%;
	}

	.product .product-list dl {
		width: 32%;
		margin-right: 2%;
		width: 24%;
		margin-right: 1.333%;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination {
		width: 90%;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination span {
		font-size: 16px;
	}

	.news {
		width: 90%;
	}

	.news-list dl {
		width: 32%;
		margin-right: 2%;
		width: 23.5%;
	}

	.footer-nav {
		width: 90%;
	}

	.footer-copyright {
		width: 90%;
	}

	.innerBanner span {
		width: 90%;
	}

	.innerNav {
		width: 90%;
	}

	.innerPage {
		width: 90%;
	}

	.innerProduct {
		width: 90%;
	}

	.innerProductDetails {
		width: 90%;
	}

	.innerCooperation-brief {
		width: 90%;
	}

	.innerCooperation-method-list {
		width: 90%;
	}

	.innerCooperation-agent-business {
		width: 90%;
	}

	.innerCooperation-tel p {
		width: 90%;
	}

	.innerEngineer {
		width: 90%;
	}

	.innerEngineer dl {
		width: 32%;
		margin-right: 2%;
	}

	.innerDetails {
		width: 90%;
	}

	.innerSupport {
		width: 90%;
	}

	.innerContact {
		width: 90%;
	}

	.innerNews {
		width: 90%;
	}

	.subclass {
		width: 90%;
	}
	.innerAbout-culture-list{
		width: 90%;
	}
	.innerAbout-culture-list .bd{
		width: calc(100% - 280px);
	}
	.innerAbout-honor{
		width: 90%;
	}
	.innerAbout-employeeYear{
		width: 90%;
	}
	.innerAbout-employee{
		width: 90%;
	}
	/* .banner .swiper-slide div{width: 90%;} */
}

@media screen and (max-width: 1450px) {
	.header .lang-icon span {
		width: 90px;
	}

	.header .lang-icon p {
		margin-right: 15px;
		padding-left: 30px;
		background-size: 22px;
	}

	.about dl dd p {
		-webkit-line-clamp: 6;
	}
}

@media screen and (max-width: 1400px) {
	.header .menu {
		display: block;
	}

	.header .nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 86px;
		background: #fff;
		border-top: 1px solid #ebebeb;
		display: block;
		margin: 0;
	}

	.header .nav li:first-child {
		text-align: center;
	}

	.header .nav li {
		margin: 0;
		width: 14.28%;
		/* text-align: center; */
		box-sizing: border-box;
		/* padding: 0 20px; */
	}

	.header .nav li ul {
		left: 0;
	}

	.header .nav li ul li {
		padding: 0;
		width: 100%;
	}

	.header .nav li ul li:first-child {
		text-align: left;
	}

	.header .nav li ul li a {
		text-align: left;
	}

	.about dl {}

	/* .banner{margin-top: 172px;} */
	.innerProductDetails-content-title li {
		font-size: 16px;
		padding: 0 20px;
	}

	/* .banner .swiper-slide div{top: 20%;} */
	.engineering .engineering-list .swiper-container .swiper-pagination {
		display: flex;
		justify-content: space-between;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination span {
		width: auto;
	}
}

@media screen and (max-width: 1370px) {
	.about dl dd p {
		-webkit-line-clamp: 5;
	}
	.innerProductDetails-content-item-case div{
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.innerProductDetails-content-item-case div div{
		background: #f5f5f5;
	}
	.innerProductDetails-content-item-case div div div{
		height: 150px !important;
	}
	.innerProductDetails-content-item-case div div div:last-child{
		height: auto !important;
	}
}

@media screen and (max-width: 1300px) {
	.about dl dd p {
		-webkit-line-clamp: 4;
	}

	.footer-nav .footer-nav-list {
		max-width: 600px;
	}

	.banner .swiper-slide div h3 {
		font-size: 30px;
		line-height: 55px;
	}
}
@media screen and (max-width: 1250px){
	.innerProductDetails-content-item-case div div div{
		height: 140px !important;
	}
}
@media screen and (max-width: 1200px) {
	.about dl dd {
		width: 100%;
		position: relative;
		top: initial;
		bottom: initial;
		float: left;
	}

	.about dl dt {
		width: 100%;
	}

	.about dl dt img {
		width: 100%;
	}

	.banner .swiper-slide div a {
		margin-top: 25px;
	}

	/* .footer-nav .footer-nav-list{max-width: 400px;} */
	.innerProductDetails .innerProductDetails-brief dl dd {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	/* .innerProductDetails-content-title{flex-wrap: wrap;}
	.innerProductDetails-content-title li{width: 25%;} */
	.innerCooperation-brief dt {
		display: none;
	}

	.innerCooperation-brief dd {
		width: 100%;
	}

	.innerContact-list {
		width: 100%;
	}

	.innerContact-form {
		width: 100%;
		margin-top: 40px;
	}

	/* .engineering .engineering-list .swiper-container .swiper-pagination span{width: 16.666%;} */
	.innerProductDetails-content-item-case div div div{
		height: 130px !important;
	}
}

@media screen and (max-width: 1100px) {
	.banner .swiper-slide div h3 {
		font-size: 24px;
	}

	.footer-nav .footer-nav-list {
		max-width: 400px;
	}

	.innerProduct dl dt {
		width: 350px;
	}

	.innerProduct dl dd {
		width: calc(100% - 405px);
	}

	.header .nav ul {
		display: flex;
		justify-content: space-around;
	}

	.header .nav ul li {
		width: auto;
		padding: 0;
	}

	.header .nav ul li ul {
		display: block;
		left: -20px;
		left: 0;
	}
	.innerProductDetails-content-item-case div div div{
		height: 120px !important;
	}
	/* .header .nav ul li ul li{padding: 0 20px;} */
}

@media screen and (max-width: 1000px) {
	.banner .swiper-slide div h3 {
		line-height: 40px;
	}

	.banner .swiper-pagination {
		bottom: 20px !important;
	}

	.header .nav ul {
		display: flex;
		justify-content: space-between;
		padding: 0 25px;
	}

	.header .nav ul li {
		width: auto;
	}

	.header .nav ul li ul {
		display: block;
		padding: 10px 0;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination span {
		font-size: 16px;
	}
	.innerProductDetails-content-item-case div div div{
		height: 110px !important;
	}
}

@media screen and (max-width: 900px) {
	.footer-nav .footer-nav-list {
		max-width: 300px;
	}
	.innerProductDetails-content-item-case div div div{
		height: 100px !important;
	}
}



/* æ‰‹æœºç«¯ */
.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('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('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('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;
}

.wap-header.on {
	background: #0070ba;
}

/* .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;*/
	height: 75%;
}

.wap-header .icon {
	float: right;
	width: 1rem;
	height: 1rem;
	background: #183884 url("icon.png") no-repeat center;
	background-size: 0.45rem;
}

@media screen and (max-width: 750px) {
	.header {
		display: none;
	}

	.wap-header {
		display: block;
	}

	.banner {
		margin-top: 1rem;
	}

	.banner .swiper-slide div {
		top: 15%;
		top: 0;
		width: auto;
		margin: auto 0.5rem;
	}

	.banner .swiper-slide div h3 {
		font-size: 0.4rem;
		line-height: 0.6rem;
	}

	.banner .swiper-slide div a {
		width: 2.5rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
		margin-top: 0.2rem;
	}

	.banner .swiper-button-next {
		right: 5%;
		width: 0.5rem;
		height: 0.5rem;
		opacity: 1;
		display: none;
	}

	.banner:hover .swiper-button-next {
		right: 5%;
	}

	.banner .swiper-button-prev {
		left: 5%;
		width: 0.5rem;
		height: 0.5rem;
		opacity: 1;
		display: none;
	}

	.banner:hover .swiper-button-prev {
		left: 5%;
	}

	.banner .swiper-pagination {
		bottom: 0.1rem !important;
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		border: 1px solid #fff;
	}

	.about {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.about dl dt {
		width: 100%;
	}

	.about dl dd {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0.3rem;
		float: left;
	}

	.about dl dd h3 {
		font-size: 0.32rem;
	}

	.about dl dd p {
		font-size: 0.28rem;
		line-height: 0.5rem;
		margin-top: 0.1rem;
	}

	.about dl dd a {
		width: 2.5rem;
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.28rem;
		margin-top: 0.25rem;
	}

	.index-title {
		padding: 0.5rem 0;
		font-size: 0.4rem;
	}

	.product .product-list {
		margin: 0 0.25rem 0.25rem;
		width: auto;
		height: 7rem;
	}

	.product .product-list dl {
		width: 3.4rem;
		margin: 0 0 0.4rem 0;
	}

	.product .product-list dl:nth-child(even) {
		float: right;
	}

	.product .product-list dl dt {
		height: 2rem;
		line-height: 2rem;
	}

	.product .product-list dl dd {
		padding: 0.15rem;
	}

	.product .product-list dl dd p {
		font-size: 0.28rem;
		-webkit-line-clamp: 2;
		height: 0.84rem;
	}

	.engineering {
		padding-top: 0.25rem;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination {
		margin: 0 0.25rem 0.5rem;
		width: auto;
		overflow: auto;
		white-space: nowrap;
		display: block;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination:after {
		display: none;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination span {
		font-size: 0.28rem;
		word-break: break-word;
		padding: 20px 0.1rem 0;
		width: auto;
		width: 25%;
		white-space: normal;
	}

	.engineering .engineering-list .swiper-container .swiper-pagination span:after {
		content: "";
		border-top: 2px dashed #f1f1f1;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 5px;
	}

	.engineering .engineering-list .swiper-container .swiper-button-next {
		width: 0.75rem;
		height: 0.75rem;
		background-size: 0.16rem;
		right: 7%;
		top: 3.2rem;
	}

	.engineering .engineering-list .swiper-container .swiper-button-next:hover {
		background-size: 0.16rem;
	}

	.engineering .engineering-list .swiper-container .swiper-button-prev {
		width: 0.75rem;
		height: 0.75rem;
		background-size: 0.16rem;
		left: 7%;
		top: 3.2rem;
	}

	.engineering .engineering-list .swiper-container .swiper-button-prev:hover {
		background-size: 0.16rem;
	}

	.engineering .engineering-list .swiper-slide dl dd h3 {
		font-size: 0.3rem;
	}

	.engineering .engineering-list .swiper-slide dl dd p {
		display: none;
	}

	.engineering .engineering-list .swiper-slide dl dd img {
		right: 0.25rem;
		width: 0.4rem;
	}

	.engineering .engineering-list .swiper-slide.swiper-slide-active dl dd {
		padding: 0.2rem 1rem 0.2rem 0.2rem;
	}

	.news-list dl {
		width: 100%;
		margin: 0;
		margin-bottom: 0.25rem;
	}

	.news-list dl dd {
		padding: 0.25rem 0.35rem;
	}

	.news-list dl dd p {
		font-size: 0.28rem;
		background-size: 0.3rem;
		padding-left: 0.4rem;
	}

	.news-list dl dd h3 {
		font-size: 0.32rem;
		margin-top: 0.15rem;
		height: auto;
	}

	.news .more {
		width: 2.5rem;
		font-size: 0.28rem;
		margin: 0.5rem auto;
		height: 0.7rem;
		line-height: 0.7rem;
	}

	.cooperation div {
		width: auto;
		left: 0.25rem;
		right: 0.25rem;
		height: 1.5rem;
	}

	.cooperation div b {
		font-size: 0.5rem;
	}

	.cooperation div p {
		font-size: 0.3rem;
		margin-top: 0.15rem;
	}

	.cooperation div a {
		width: 0.5rem;
		height: 0.5rem;
		background-size: 100%;
	}

	.footer {
		padding: 0.6rem 0 0.15rem;
	}

	.footer-nav {
		width: auto;
		margin: 0 0.25rem;
	}

	.footer-nav .footer-nav-list {
		max-width: 100%;
		margin: 0 0 0.25rem 0;
	}

	.footer-nav .footer-nav-list.hide {
		display: none;
	}

	.footer-nav .footer-nav-list b {
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
	}

	.footer-nav .footer-nav-list p {
		font-size: 0.28rem;
		line-height: 0.5rem;
		max-width: 100%;
	}

	.footer-nav .footer-nav-list:last-child {
		float: left;
	}

	.footer-nav .footer-nav-list dl {
		margin-bottom: 0.2rem;
	}

	.footer-nav .footer-nav-list dl dt {
		margin-right: 0.25rem;
	}

	.footer-nav .footer-nav-list dl dt img {
		width: 0.7rem;
	}

	.footer-nav .footer-nav-list dl dd {
		font-size: 0.28rem;
		line-height: 0.7rem;
	}

	.footer-copyright {
		width: auto;
		margin: 0.5rem 0.25rem 0;
		font-size: 0.26rem;
		line-height: 0.44rem;
		padding-top: 0.15rem;
	}

	.innerBanner {
		margin-top: 1rem;
	}

	.innerBanner span {
		font-size: 0.5rem;
	}

	.innerNav {
		width: 100%;
	}

	.innerNav p {
		display: none;
	}

	.innerNav-list {
		width: 100%;
	}

	.innerNav-list li {
		width: 33.333%;
		line-height: 1rem;
		padding: 0;
		text-align: center;
		border-bottom: 1px solid #eeeeee;
	}

	.innerNav-list li a {
		font-size: 0.28rem;
		line-height: 0.4rem;
		min-width: initial;
		line-height: 0.36rem;
	}

	.layui-laypage {
		margin-bottom: 0.5rem;
	}

	.innerPage {
		width: auto;
		margin: 0.5rem 0.25rem;
		font-size: 0.28rem;
		min-height: 4rem;
	}

	.innerProduct {
		width: auto;
		margin: 0 0.25rem;
	}

	.innerProduct dl {
		margin: 0.3rem 0;
	}

	.innerProduct dl dt {
		float: left;
		width: 3rem;
		height: 1.76rem;
		line-height: 1.76rem;
	}

	.innerProduct dl dd {
		float: right;
		width: 3.6rem;
		margin: 0;
		margin-right: 0.15rem;
	}

	.innerProduct dl dd h3 {
		font-size: 0.32rem;
		margin-top: 0.15rem;
	}

	.innerProduct dl dd p {
		font-size: 0.28rem;
		margin-top: 0.1rem;
		line-height: 0.44rem;
		-webkit-line-clamp: 2;
	}

	.innerProduct dl dd span {
		display: none;
	}

	.innerProductDetails {
		margin: 0.5rem 0.25rem;
		width: auto;
	}

	.innerProductDetails .innerProductDetails-brief dl dt {
		width: 100%;
	}

	.innerProductDetails .innerProductDetails-brief dl dd {
		width: 100%;
		margin-right: 0;
	}

	.innerProductDetails .innerProductDetails-brief dl dd h3 {
		font-size: 0.32rem;
		margin-top: 0.2rem;
	}

	.innerProductDetails .innerProductDetails-brief dl dd p {
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-top: 0.1rem;
	}

	.innerProductDetails .innerProductDetails-brief dl dd span {
		font-size: 0.3rem;
		padding-left: 0.6rem;
		background-size: 0.35rem;
		margin-top: 0.25rem;
	}

	.innerProductDetails .innerProductDetails-brief dl dd a {
		margin-top: 0.25rem;
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
		background-size: 0.4rem;
		text-indent: 0;
		text-indent: 2.7rem;
		background-position-x: 2rem;
	}

	.innerProductDetails-content {
		margin: 0.5rem 0;
	}

	.innerProductDetails-content-title-box {
		border-bottom: 1px solid #183884;
		background: #f7f7f7;
	}

	.innerProductDetails-content-title {
		overflow: initial;
		border: none;
		background: none;
		display: block;
		overflow: auto;
		font-size: 0;
		white-space: nowrap;
	}
	.innerProductDetails-content-title::-webkit-scrollbar {
		/*高宽分别对应横竖滚动条的尺寸*/
		width: 0px;
		height: 0px;
	}
	.innerProductDetails-content-title li {
		font-size: 0.28rem;
		padding: 0 0.2rem;
		line-height: 1rem;
		transition: all 0.35s;
		display: inline-block;
		float: none;
	}

	/* .innerProductDetails-content-title li.swiper-slide-active{background: #183884;color: #fff;} */
	.innerProductDetails-content-item {
		min-height: 4rem;
		padding: 0.3rem;
		font-size: 0.28rem;
		line-height: 0.44rem;
	}

	.innerProductDetails-content-link {
		padding: 0.3rem 0 0 0;
	}

	.innerProductDetails-content-link p {
		font-size: 0.28rem;
		line-height: 0.44rem;
	}

	.innerProductDetails-content-link p em {
		font-size: 0.28rem;
	}

	.innerProductDetails-content-link p a {
		font-size: 0.28rem;
	}

	.innerProductDetails-content-link .back {
		display: none;
	}

	.innerCooperation {
		margin: 0.5rem 0;
	}

	.innerCooperation-brief {
		width: auto;
		margin: 0 0.25rem;
	}

	.innerCooperation-brief dt {
		width: 100%;
		height: auto;
		display: block;
	}

	.innerCooperation-brief dd {
		width: 100%;
	}

	.innerCooperation-brief dd .innerCooperation-brief-title {
		font-size: 0.32rem;
		margin-top: 0.25rem;
	}

	.innerCooperation-brief dd .innerCooperation-brief-list {
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-top: 0.2rem;
	}

	.innerCooperation-method {
		margin: 0.5rem 0;
	}

	.innerCooperation-method-list {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.innerCooperation-method-title {
		font-size: 0.32rem;
	}

	.innerCooperation-method-type {
		margin-top: 0.2rem;
		font-size: 0.32rem;
	}

	.innerCooperation-method-content {
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-top: 0.2rem;
	}

	.innerCooperation-agent-business {
		margin: 0.5rem 0.25rem;
		width: auto;
		display: block;
	}

	.innerCooperation-agent-business .innerCooperation-agent {
		padding: 0.5rem;
	}

	.innerCooperation-agent-business .innerCooperation-business {
		padding: 0.5rem;
	}

	.innerCooperation-agent-business .innerCooperation-title {
		font-size: 0.32rem;
	}

	.innerCooperation-agent-business .innerCooperation-content {
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-top: 0.2rem;
	}

	.innerCooperation-tel {
		font-size: 0.28rem;
		width: auto;
		margin: 0.25rem;
		padding: 0.35rem;
	}

	.innerEngineer {
		width: auto;
		margin: 0.5rem 0.25rem 0;
		justify-content: space-between;
		padding-top: 0;
	}

	.innerEngineer dl {
		width: 3.4rem;
		margin: 0 0 0.25rem 0;
		width: 100%;
	}

	.innerEngineer dl:nth-child(even) {
		float: right;
	}

	.innerEngineer dl dd {
		padding: 0.2rem;
	}

	.innerEngineer dl dd h3 {
		font-size: 0.3rem;
	}

	.innerEngineer dl dd span {
		display: block;
		height: 0.4rem;
		background-size: 0.4rem;
		font-size: 0.28rem;
		margin-top: 0.1rem;
	}

	.innerDetails {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.innerDetails .innerDetails-title {
		padding-bottom: 0.3rem;
	}

	.innerDetails .innerDetails-title h3 {
		font-size: 0.36rem;
	}

	.innerDetails .innerDetails-title p {
		font-size: 0.28rem;
		margin-top: 0.15rem;
	}

	.innerDetails .innerDetails-video {
		margin-top: 0.5rem;
	}

	.innerDetails .innerDetails-content {
		margin: 0.3rem 0;
		font-size: 0.28rem;
		line-height: 0.44rem;
		min-height: 4rem;
	}

	.innerDetails .innerDetails-link {
		padding-top: 0.15rem;
	}

	.innerDetails .innerDetails-link p {
		margin-top: 0.1rem;
		font-size: 0.28rem;
	}

	.innerDetails .innerDetails-link p em {
		font-size: 0.28rem;
	}

	.innerDetails .innerDetails-link p a {
		font-size: 0.28rem;
	}

	.innerDetails .innerDetails-back a {
		display: block;
		width: 3rem;
		line-height: 1rem;
		height: 1rem;
		margin: 0.5rem auto;
		font-size: 0.25rem;
		text-indent: 1rem;
		background-position-x: 0.5rem;
		background-size: 0.25rem;
	}

	.innerSupport {
		margin: 0 0.25rem;
		width: auto;
	}

	.innerSupport dl dd {
		padding: 0.1rem 0.2rem;
	}

	.innerSupport dl dd p {
		font-size: 0.32rem;
	}

	.innerContact {
		width: auto;
		margin: 0.5rem 0.25rem;
	}

	.innerContact-list {
		width: 100%;
	}

	.innerContact-list h3 {
		font-size: 0.4rem;
	}

	.innerContact-list p {
		font-size: 0.28rem;
		margin-top: 0.15rem;
		margin-bottom: 0.5rem;
	}

	.innerContact-list div {
		margin-top: 0.25rem;
	}

	.innerContact-list div em {
		width: 0.6rem;
		line-height: 0.4rem;
	}

	.innerContact-list div em img {
		height: 0.4rem;
	}

	.innerContact-list div span {
		line-height: 0.4rem;
		font-size: 0.28rem;
		width: 6.4rem;
	}

	.innerContact-list dl {
		margin: 0.5rem 0 0 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.innerContact-list dl dt {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}

	.innerContact-list dl dd {
		width: 4.8rem;
		float: right;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}

	.innerContact-form {
		width: 100%;
		margin-top: 0.5rem;
		padding: 0.3rem 0.5rem;
	}

	.innerContact-form h3 {
		font-size: 0.4rem;
	}

	.innerContact-form span {
		margin-top: 0.25rem;
		font-size: 0.3rem;
	}

	.innerContact-form input {
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.28rem;
		padding: 0 0.25rem;
		margin-top: 0.1rem;
	}

	.innerContact-form textarea {
		font-size: 0.28rem;
		padding: 0.1rem 0.25rem;
		margin-top: 0.1rem;
		height: 2.5rem;
	}

	.innerContact-form .btn {
		width: 100%;
		height: 0.8rem;
		line-height: 0.8rem;
		margin: 0.25rem 0;
	}

	.innerContact-map {
		margin-top: 0.5rem;
	}

	.innerNews {
		width: auto;
		margin: 0.5rem 0.25rem 0;
	}

	.innerNews dl {
		padding: 0;
	}

	.innerNews dl dt {
		width: 100%;
		height: auto;
	}

	.innerNews dl dt img {
		width: 100%;
	}

	.innerNews dl dd {
		width: 100%;
		padding: 0.25rem 0.4rem 0.4rem;
	}

	.innerNews dl dd em {
		margin: 0;
		font-size: 0.28rem;
		padding-left: 0.5rem;
		background-size: 0.3rem;
	}

	.innerNews dl dd h3 {
		font-size: 0.32rem;
		margin-top: 0.25rem;
	}

	.innerNews dl dd p {
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-top: 0.05rem;
	}

	.innerNews dl dd span {
		width: 2.5rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
		margin-top: 0.35rem;
	}

	.innerNews ul {
		margin-top: 0.5rem;
	}

	.innerNews li a {
		padding: 0.25rem 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.innerNews li a h3 {
		font-size: 0.32rem;
		max-height: 0.96rem;
		width: 4.75rem;
		display: -webkit-box;
	}

	.innerNews li a span {
		width: 2rem;
	}

	.innerNews li a span em {
		font-size: 0.28rem;
		padding-left: 0.5rem;
		background-size: 0.3rem;
	}

	.index-search-list {
		margin: 0.25rem;
	}

	.index-search-list span {
		display: block;
		font-size: 0.3rem;
		padding-left: 0.5rem;
		background-size: 0.35rem;
		text-align: left;
		line-height: 0.6rem;
	}

	.index-search-list ul li {
		margin-right: 0.35rem;
	}

	.index-search-list ul li a {
		font-size: 0.28rem;
		line-height: 0.5rem;
	}

	.index-search-list div {
		display: block;
		margin: 0.15rem 0;
		overflow: hidden;
	}

	.index-search-list div input {
		margin-left: 0.25rem;
		height: 0.7rem;
		line-height: 0.7rem;
		width: 6rem;
		font-size: 0.28rem;
	}

	.index-search-list div a {
		width: 0.7rem;
		height: 0.7rem;
		background-size: 0.35rem;
	}

	.subclass {
		width: auto;
		margin: 0.25rem;
	}

	.subclass ul {
		flex-wrap: wrap;
	}

	.subclass ul li {
		flex: none;
		margin: 0.1rem 0;
	}

	.subclass ul li a {
		font-size: 0.28rem;
		padding: 0.1rem 0rem;
		width: 3.4rem;
		box-sizing: border-box;
	}

	.subclass ul li:last-child {
		/* width: 100%; */
	}

	.subclass ul li:last-child a {
		/* width: 100%; */
	}
	
	.innerAbout-title{
		font-size: 0.4rem;
		padding: 0.4rem 0;
	}
	.innerAbout-culture-list{
		width: auto;
		margin: 0 0.25rem;
	}
	.innerAbout-culture-list .hd{
		width: 100%;
		margin-bottom: 0.25rem;
	}
	.innerAbout-culture-list .hd ul{
		white-space: nowrap;
		font-size: 0;
		overflow: auto;
	}
	.innerAbout-culture-list .hd ul::-webkit-scrollbar {
	    /*高宽分别对应横竖滚动条的尺寸*/
	    width: 0px;
	    height: 0px;
	}
	.innerAbout-culture-list .hd li{
		padding: 0 0.25rem;
		font-size: 0.3rem;
		line-height: 0.7rem;
		height: 0.7rem;
		width: auto;
		transition: all 0.35s;
		display: inline-block;
		margin-right: 0.15rem;
		/* padding: 0; */
	}
	.innerAbout-culture-list .hd li:last-child{
		margin-right: 0;
	}
	.innerAbout-culture-list .hd li:before{
		display: none;
	}
	.innerAbout-culture-list .hd li.on:after{
		display: none;
	}
	.innerAbout-culture-list .hd li.active-nav{
		background: #e77817;
		color: #fff;
	}
	.innerAbout-culture-list .bd{
		float: left;
		width: 100%;
		margin-bottom: 1rem;
	}
	.innerAbout-culture-list .bd dl{
		padding: 0;
	}
	.innerAbout-culture-list .bd dt{
		width: 100%;
	}
	.innerAbout-culture-list .bd dd{
		width: 100%;
		padding: 0.25rem;
		font-size: 0.28rem;
		line-height: 1.5;
	}
	.innerAbout-culture-list .bd dd h3.bd-h3{
		font-size: 0.4rem;
	}
	.innerAbout-culture-list .bd dd div.bd-div{
		font-size: 0.28rem;
		padding: 0;
	}
	.innerAbout-honor{
		width: auto;
		margin: 0 0.25rem;
	}
	.innerAbout-honor .swiper-container{
		/* padding: 0.4rem 0; */
		margin-bottom: 1rem;
		padding: 0;
	}
	.innerAbout-honor .swiper-slide.swiper-slide-active{
		/* margin-left: 0.4rem; */
	}
	.innerAbout-honor .swiper-slide p{
		padding: 0.2rem;
	}
	.innerAbout-honor .swiper-slide p span{
		height: 3.2rem;
	}
	.innerAbout-honor .swiper-slide em{
		font-size: 0.3rem;
		margin-top: 0.1rem;
	}
	.innerProductDetails-content-item-case div{
		justify-content: space-between;
	}
	.innerProductDetails-content-item-case div div{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.innerProductDetails-content-item-case div div div{
		width: 100% !important;
		height: auto !important;
	}
	.innerProductDetails-content-item-case div div div img{
		position: relative !important;
	}
	.innerProductDetails-content-item-case div div div:last-child{
		font-size: 0.26rem !important;
	}
	.showHonor .slt{
		width: 90%;
		height: auto;
	}
	.showHonor .close{
		left: 0;
		top: initial;
		bottom: 0.6rem;
		width: 1rem;
		margin: auto;
		right: 0;
	}
	.innerAbout-employee{
		margin: 0 0.25rem;
		width: auto;
	}
	.innerAbout-employeeYear{
		margin: 0 0.25rem;
		width: auto;
	}
	.innerAbout-employeeYear .swiper-container{
		padding: 0 0.7rem 0.25rem;
	}
	.innerAbout-employeeYear .employeeYear-leftShadow{
		width: 0.7rem;
	}
	.innerAbout-employeeYear .employeeYear-rightShadow{
		width: 0.7rem;
	}
	.innerAbout-employeeYear .swiper-button-next{
		top: 0.94rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.innerAbout-employeeYear .swiper-button-next img{
		width: 100%;
	}
	.innerAbout-employeeYear .swiper-button-prev{
		top: 0.94rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.innerAbout-employeeYear .swiper-button-prev img{
		width: 100%;
	}
	.innerAbout-employeeYear .swiper-slide span{
		font-size: 0.4rem;
	}
	.innerAbout-employeeYear .swiper-slide p{
		width: 0.4rem;
		height: 0.4rem;
	}
	.innerAbout-employeeYear .swiper-slide p em{
		width: 0.2rem;
		height: 0.2rem;
		margin: 0.08rem auto 0;
	}
	.innerAbout-employeeYear .swiper-container:before{
		left: 0.7rem;
		right: 0.7rem;
		bottom: 0.46rem;
	}
	.innerAbout-employeeYear .swiper-slide li{
		width: 100%;
		margin-bottom: 0.15rem;
	}
	.innerAbout-employee .preview .swiper-slide{
		height: 2rem;
	}
	.innerAbout-employee .preview .swiper-slide img{
		
		border: 1px solid transparent;
	}
	.innerAbout-employee .preview .swiper-slide.asdasd img{
		border: 1px solid #e77818;
	}
}