@charset "utf-8";

/* HTML5 定义 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

em {
	display: block;
	font-style: normal;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

/*文字大小根据设备(浏览器)自动调整*/
a {
	font-family: "futura-condensed-medium", "PingFangSC-Regular", "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
	text-decoration: none;
	font-size: 100%;
	color: #666;
}

/*去掉链接（包括图片链接）的虚线边框*/
a,
area {
	blr: expression(this.onFocus=this.blur())
}

/* for IE */
:focus {
	outline: none;
}

/* for Firefox */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: center;
	margin: 0;
	color: #444;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-family: "futura-condensed-medium", "PingFangSC-Regular", "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 100%;
}

body,
td,
input,
select,
textarea {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	width: 100%;
}

img,
object,
embed,
video {
	max-width: 100%;
	border: 0;
}

ol,
ul,
li {
	list-style: none
}

li,
img,
label,
input,
select {
	vertical-align: middle;
}

input,
textarea {
	-webkit-appearance: none;
	appearance: none;
	/*去除input默认样式*/
	border-radius: 0;
	font-family: "futura-condensed-medium", "PingFangSC-Regular", "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:visited,
a:link,
a:active,
a:focus,
li,
div {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*解决手机版点击背景问题*/
}

* {
	-webkit-text-size-adjust: none;
	/*解决webkit内核浏览器强制最小字体*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*css3过渡效果*/
::before,
::after {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.clear::after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}

.wrapper {
	width: 100%;
	padding: 0 0.1rem;
}

/*通用标题*/
.title {
	background-image: url(../images/title_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	text-align: center;
}

.title .title-content {
	display: inline-block;
	padding: 0 8.4%;
	position: relative;
}

.title .title-content::before,
.title .title-content::after{
	display: block;
	content: "";
	width: 0.315rem;
	height: 0.3rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.title .title-content::before {
	left: 0;
	background-image: url(../images/title_icon1.png);
}

.title .title-content::after {
	right: 0;
	background-image: url(../images/title_icon2.png);
}

.title .title-content h3 {
	line-height: 0.225rem;
	font-family: "Noto Sans SC";
	font-size: 0.18rem;
	color: #3d3d3d;
}

.title .title-content p {
	line-height: 0.1rem;
	font-size: 0.08rem;
	color: #999;
}

.titles {
	text-align: center;
}

.titles h3 {
	line-height: 0.22rem;
	font-family: "Noto Sans SC";
	font-size: 0.18rem;
	font-weight: bold;
	color: #377ec1;
}

.titles p {
	line-height: 0.11rem;
	font-size: 0.08rem;
	color: #3d3d3d;
}

/**/
#load_span {
	line-height: 0.25rem;
	margin-top: 0.2rem;
	font-size: 0.14rem;
	color: #000;
}

/*头部*/
.header {
	position: relative;
	height: 0.5rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0.095rem rgb(235, 235, 235, 0.74);
	box-shadow: 0 0 0.095rem rgb(235, 235, 235, 0.74);
}

.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header .wrapper .logo {
	height: 0.365rem;
}

.header .wrapper .logo img {
	display: block;
	height: 100%;
}

.header .language {
	position: absolute;
	top: 0.185rem;
	right: 0.42rem;
}

.header .language a {
	display: block;
	width: 0.195rem;
	height: 0.13rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header .language .cn {
	background-image: url(../images/cn_ico.png);
}

.header .language .en {
	background-image: url(../images/en_ico.png);
}

.header .navico {
	display: block;
	width: 0.2rem;
	position: absolute;
	top: 0.16rem;
	right: 0.1rem;
}

.header .navico p span {
	display: block;
	width: 0.2rem;
	height: 0.02rem;
	margin: 0.03rem 0;
	background: #007fc6;
}

/*底部*/
.footer {
	background: #0089da;
	overflow: hidden;
}

.footer .logo {
	margin: 0.3rem 0 0.4rem;
	text-align: center;
}

.footer .logo img {
	width: 37%;
}

.footer .footer-contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-contact .left {
	width: 71.4%;
	padding: 0 0.075rem 0 0.195rem;
}

.footer-contact .left>div {
	padding-left: 0.425rem;
	position: relative;
	text-align: left;
}

.footer-contact .left .tel {
	line-height: 0.325rem;
	margin-bottom: 0.15rem;
	font-size: 0.2rem;
	color: #fff;
}

.footer-contact .left .tel::after {
	display: block;
	content: "";
	width: 0.295rem;
	height: 0.295rem;
	background: url(../images/icon_tel.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-contact .left .add {
	min-height: 0.325rem;
	line-height: 0.19rem;
	font-size: 0.14rem;
	color: #fff;
}

.footer-contact .left .add::after {
	display: block;
	content: "";
	width: 0.255rem;
	height: 0.325rem;
	background: url(../images/icon_add.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0.02rem;
	transform: translateY(-50%);
}

.footer-contact .right {
	width: 28.2%;
	text-align: center;
}

.footer-contact .right img {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}

.footer-contact .right p {
	line-height: 0.175rem;
	padding: 0.065rem 0 0.06rem;
	font-size: 0.12rem;
	color: #fff;
}

.footer .copyright {
	position: relative;
	padding: 0.075rem 0 0.085rem;
	text-align: center;
}

.footer .copyright::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}

.footer .copyright p {
	line-height: 0.175rem;
	font-size: 0.13rem;
	color: #fff;
}

.footer .copyright p:first-child {
	margin-bottom: 0.04rem;
}

.footer .copyright p a {
	font-size: 0.13rem;
	color: #fff;
}

.footer .copyright p a i {
	display: inline-block;
	width: 0.11rem;
	height: 0.125rem;
	margin: -0.02rem 0.025rem 0 0;
	background: url(../images/icon_beian.png) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}

/*轮播图*/
.carousel {
	position: relative;
	overflow: hidden;
}

.carousel .swiper-slide {
	overflow: hidden;
}

.carousel .swiper-slide .coverbg {
	width: 100%;
	padding-top: 48.6667%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel .paginations {
	position: absolute;
	bottom: 0.165rem;
	font-size: 0;
	z-index: 2;
}

.carousel .paginations .swiper-pagination-bullet {
	width: 0.165rem;
	height: 0.035rem;
	margin: 0 0.015rem;
	border-radius: 0.035rem;
	background: #fff;
	opacity: 1;
}

.carousel .paginations .swiper-pagination-bullet-active {
	background: #377dc0;
	-webkit-box-shadow: 0 0 4px rgb(255, 255, 255, 0.6);
	box-shadow: 0 0 4px rgb(255, 255, 255, 0.6);
}

/*首页主打产品*/
.index-mainpro {
	padding-top: 7.3333%;
}

.index-mainpro .content {
	margin-top: 4.933%;
	border-radius: 0.09rem;
	overflow: hidden;
}

.index-mainpro .content .swiper-slide {
	overflow: hidden;
}

.index-mainpro .content .coverbg {
	width: 100%;
	padding-top: 49%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*首页解决方案*/
.index-solution {
	padding-top: 7.3333%;
}

.index-solution .lists {
	margin-top: 5.86667%;
}

.index-solution .lists ul {
	font-size: 0;
}

.index-solution .lists li {
	display: inline-block;
	width: 25%;
	position: relative;
}

.index-solution .lists li::after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.index-solution .lists li:last-child::after {
	display: none;
}

.index-solution .lists li a {
	display: block;
}

.index-solution .lists li .pic {
	width: 100%;
	padding-top: 279.2%;
	position: relative;
	overflow: hidden;
}

.index-solution .lists li .pic::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.index-solution .lists li .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.index-solution .lists li .txt {
	width: 90%;
	line-height: 0.185rem;
	padding-bottom: 0.085rem;
	font-size: 0.11rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.index-solution .lists li .txt::after {
	display: block;
	content: "";
	width: 0.35rem;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

/*首页产品中心*/
.index-products {
	padding: 7.3333% 0 9.2%;
	background: #f5f5f5;
}

.index-products .title {
	margin-bottom: 4.93333%;
}

.index-products section {
	line-height: 0.14rem;
	font-size: 0.1rem;
	color: #333;
}

.index-products .lists {
	margin-top: 6.9%;
}

.index-products .lists ul {
	font-size: 0;
	margin: 0 -1.1%;
}

.index-products .lists li {
	display: inline-block;
	width: 50%;
	padding: 0 1.1%;
	margin-bottom: 7.2%;
}

.index-products .lists .pic {
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.index-products .lists .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.index-products .lists .txt {
	padding: 0.025rem 0.105rem 0.045rem;
	background: #fff;
	text-align: left;
	position: relative;
}

.index-products .lists .txt::after {
	display: block;
	content: "";
	width: 0.095rem;
	height: 0.095rem;
	background: url(../images/icon_triangle.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0%;
	right: 0;
}

.index-products .lists .txt span {
	display: block;
	line-height: 0.18rem;
	font-size: 0.09rem;
	color: #999;
	position: relative;
}

.index-products .lists .txt span::after {
	display: block;
	content: "";
	width: 0.23rem;
	height: 0.01rem;
	background: #3b80c2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index-products .lists .txt h3 {
	line-height: 0.175rem;
	margin-top: 0.035rem;
	font-size: 0.11rem;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-products .lists .btn_box {
	margin-top: 2.8%;
	text-align: center;
	font-size: 0;
}

.index-products .lists .btn_box a {
	display: inline-block;
	min-width: 1.01rem;
	height: 0.275rem;
	background: #3b87d4;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
}

.index-products .lists .btn_box a span {
	display: inline-block;
	line-height: 0.155rem;
	padding-right: 0.11rem;
	margin: 0.06rem auto;
	font-size: 0.1rem;
	color: #fff;
	position: relative;
}

.index-products .lists .btn_box a span::after {
	display: block;
	content: "";
	width: 0.045rem;
	height: 0.065rem;
	background: url(../images/icon_arrow_right_white.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/*首页关于我们*/
.index-about {
	padding-top: 7.3333%;
}

.index-about .title {
	margin-bottom: 6.26667%;
}

.index-about section {
	line-height: 0.22rem;
	margin: 0.2rem 0;
	font-size: 0.12rem;
	color: #333;
	text-align: justify;
}

.index-about .btn_box {
	margin-top: 7.9%;
	text-align: center;
	font-size: 0;
}

.index-about .btn_box a {
	display: inline-block;
	min-width: 1.01rem;
	height: 0.275rem;
	background: #3b87d4;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
}

.index-about .btn_box a span {
	display: inline-block;
	line-height: 0.155rem;
	padding-right: 0.11rem;
	margin: 0.06rem auto;
	font-size: 0.1rem;
	color: #fff;
	position: relative;
}

.index-about .btn_box a span::after {
	display: block;
	content: "";
	width: 0.045rem;
	height: 0.065rem;
	background: url(../images/icon_arrow_right_white.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/*首页新闻资讯*/
.index-news {
	padding: 7.73333% 0 13.733%;
}

.index-news .title {
	margin-bottom: 7.86667%;
}

.index-news .lists li {
	margin-bottom: 0.155rem;
}

.index-news .lists a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.index-news .lists a .pic {
	width: 39.4%;
	padding-top: 26%;
	position: relative;
	overflow: hidden;
}

.index-news .lists a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.index-news .lists a .txt {
	width: 57%;
	text-align: left;
}

.index-news .lists a .txt h4 {
	line-height: 0.21rem;
	padding-bottom: 0.03rem;
	margin-bottom: 0.095rem;
	border-bottom: 1px dashed #cfcfcf;
	font-size: 0.13rem;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-news .lists a .txt p {
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
	line-height: 0.115rem;
	font-size: 0.1rem;
	color: #999;
}

.index-news .lists a .txt span {
	display: inline-block;
	line-height: 0.135rem;
	padding-left: 0.13rem;
	font-size: 0.12rem;
	color: #a2a2a2;
	position: relative;
}

.index-news .lists a .txt span::after {
	display: block;
	content: "";
	width: 0.085rem;
	height: 0.075rem;
	background: url(../images/icon_data.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.index-news .btn_box {
	margin-top: 7.7%;
	text-align: center;
	font-size: 0;
}

.index-news .btn_box a {
	display: inline-block;
	min-width: 1.01rem;
	height: 0.275rem;
	background: #3b87d4;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
}

.index-news .btn_box a span {
	display: inline-block;
	line-height: 0.155rem;
	padding-right: 0.11rem;
	margin: 0.06rem auto;
	font-size: 0.1rem;
	color: #fff;
	position: relative;
}

.index-news .btn_box a span::after {
	display: block;
	content: "";
	width: 0.045rem;
	height: 0.065rem;
	background: url(../images/icon_arrow_right_white.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/*首页底部轮播*/
.index-album {
	position: relative;
	overflow: hidden;
}

.index-album .coverbg {
	width: 100%; 
	padding-top: 66%; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.index-album .tit {
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	line-height: 0.395rem; 
	padding: 0 0.1rem; 
	background: rgba(0, 0, 0, 0.6); 
	font-size: 0.125rem; 
	color: #fff; 
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-album .btn {
	width: 0.27rem; 
	height: 0.565rem; 
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	cursor: pointer; 
	z-index: 2;
}

.index-album .btn-prev {
	left: 3.90625%; 
	background: url(../images/arrow_left_white.png) no-repeat;
	background-size: 100%;
}

.index-album .btn-next {
	right: 3.90625%; 
	background: url(../images/arrow_right_white.png) no-repeat;
	background-size: 100%;
}

/*内页BANNER*/
.banner {
	overflow: hidden;
}

.banner .coverbg {
	width: 100%;
	padding-top: 56.133%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*内页二级导航*/
.subNavbar {
	height: 0.405rem;
	overflow: hidden;
	position: relative;
}

.subNavbar::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.subNavbar .list {
	height: 0.455rem;
	padding-bottom: 0.05rem;
	overflow-x: auto;
}

.subNavbar .list::-webkit-scrollbar {
	display: none;
}

.subNavbar .list ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.subNavbar1 .list ul {
	justify-content: center;
}

.subNavbar .list li {
	flex-shrink: 0;
	min-width: 25%;
	height: 0.405rem;
	padding: 0 1%;
	text-align: center;
	position: relative;
}

.subNavbars .list li {
	min-width: 33.333%;
}

.subNavbar .list li.active::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #377ec1;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.subNavbar .list li a {
	display: block;
	line-height: 0.4rem;
	padding: 0 0.05rem;
	font-size: 0.12rem;
	color: #333;
}

.subNavbar .list li.active a {
	color: #377ec1;
}

.subWrapper {
	position: relative;
}

.s_finger {
	display: block;
	width: 0.38rem;
	height: 0.54rem;
	background: url(../images/icon_finger.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.345rem;
	right: 0.15rem;
}

/*关于我们*/
.about {
	padding-top: 5.333%;
}

.about .titles {
	margin-bottom: 0.135rem;
}

.about .content section {
	line-height: 0.22rem;
	font-size: 0.12rem;
	color: #333;
	text-align: justify;
}

/*企业相册*/
.album {
	padding: 5.46667% 0;
}

.album .titles {
	margin-bottom: 6.4%;
}

.album .content ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.album .content li {
	width: 48.3%;
	margin-bottom: 4.4%;
}

.album .content li a {
	display: block;
	width: 100%;
	padding-top: 66.76%;
	position: relative;
	overflow: hidden;
}

.album .content li a img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.album .content li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0.21rem;
	padding: 0 1%;
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.12rem;
	color: #fff;
	text-align: center;
}

/*产品中心*/
.products {
	padding: 5.46667% 0;
}

.products .titles {
	margin-bottom: 6.9%;
}

.products .content ul {
	font-size: 0;
	margin: 0 -1.1%;
}

.products .content li {
	display: inline-block;
	width: 50%;
	padding: 0 1.1%;
	margin-bottom: 7.2%;
}

.products .content .pic {
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}

.products .content .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.products .content .txt {
	padding: 0.025rem 0.105rem 0.045rem;
	background: #f9f9f9;
	text-align: left;
	position: relative;
}

.products .content .txt::after {
	display: block;
	content: "";
	width: 0.095rem;
	height: 0.095rem;
	background: url(../images/icon_triangle.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0%;
	right: 0;
}

.products .content .txt span {
	display: block;
	line-height: 0.18rem;
	font-size: 0.09rem;
	color: #999;
	position: relative;
}

.products .content .txt span::after {
	display: block;
	content: "";
	width: 0.23rem;
	height: 0.01rem;
	background: #3b80c2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.products .content .txt h3 {
	line-height: 0.175rem;
	margin-top: 0.035rem;
	font-size: 0.11rem;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*产品详情*/
.porducts-details .product-pic {
	position: relative;
	overflow: hidden;
}

.porducts-details .product-pic .coverbg {
	width: 100%;
	padding-top: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.porducts-details .product-pic .paginations {
	position: absolute;
	bottom: 4.667%;
	font-size: 0;
	z-index: 2;
}

.porducts-details .product-pic .paginations .swiper-pagination-bullet {
	width: 0.08rem;
	height: 0.08rem;
	margin: 0 0.025rem;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 1;
}

.porducts-details .product-pic .paginations .swiper-pagination-bullet-active {
	background: #fff;
}

.pro-tit {
	padding: 0.13rem 0.44rem;
	position: relative;
}

.pro-tit h3 {
	line-height: 0.25rem;
	font-size: 0.18rem;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.pro-tit a {
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	background: #377ec1;
	border-radius: 0.25rem;
	border: 1px solid #377ec1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pro-tit a.prevone {
	left: 0.095rem;
}

.pro-tit a.nextone {
	right: 0.095rem;
}

.pro-tit a::after {
	display: block;
	content: "";
	width: 0.045rem;
	height: 0.065rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro-tit a.disabled {
	background: #fff;
	border-color: #d9d9d9;
}

.pro-tit a.prevone::after {
	background: url(../images/icon-prevone-white.png) no-repeat;
	background-size: cover;
}

.pro-tit a.prevone.disabled::after {
	background: url(../images/icon-prevone-blue.png) no-repeat;
	background-size: cover;
}

.pro-tit a.nextone::after {
	background: url(../images/icon-nextone-white.png) no-repeat;
	background-size: cover;
}

.pro-tit a.nextone.disabled::after {
	background: url(../images/icon-nextone-blue.png) no-repeat;
	background-size: cover;
}

.porducts-details .pro-details {
	padding-top: 4.6667%
}

.porducts-details .pro-details .titles {
	padding-bottom: 0.07rem;
	border-bottom: 1px solid #d2d2d2;
}

.porducts-details .pro-details .pro-txt {
	padding: 0.2rem 0;
}

.porducts-details .pro-details .pro-txt img {
	display: inline-block;
}

/*查询*/
.search {
	padding: 5.46667% 0;
}

.search .titles {
	margin-bottom: 7.5%;
}

.search .item {
	display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 64%;
	margin: 0 auto;
    margin-bottom: 2%;
}

.search .item input {
	width: 100%;
	line-height: 0.2rem;
	padding: 1px 2px 1px 3px; 
	border: 1px solid #000; 
	font-size: 0.12rem;
	color: #424242;
}

.search #Code {
	width: 65%;
}

.search .item .codeimg {
	height: 0.24rem;
}

.search input.buttom {
	width: 1.01rem;
    height: 0.275rem;
    line-height: 0.275rem;
    margin: 0.07rem auto;
    background: #3b87d4;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.12rem;
    color: #fff;
    overflow: hidden;
}

.search table th,
.search table td {
	line-height: 0.3rem;
	font-size: 0.12rem;
}

/*新闻资讯*/
.news {
	padding: 5.46667% 0;
}

.news .titles {
	margin-bottom: 7.5%;
}

.news .content li {
	margin-bottom: 0.155rem;
}

.news .content a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.news .content a .pic {
	width: 39.4%;
	padding-top: 26%;
	position: relative;
	overflow: hidden;
}

.news .content a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.news .content a .txt {
	width: 57%;
	text-align: left;
}

.news .content a .txt h4 {
	line-height: 0.21rem;
	padding-bottom: 0.03rem;
	margin-bottom: 0.095rem;
	border-bottom: 1px dashed #cfcfcf;
	font-size: 0.13rem;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news .content a .txt p {
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
	line-height: 0.115rem;
	font-size: 0.1rem;
	color: #999;
}

.news .content a .txt span {
	display: inline-block;
	line-height: 0.135rem;
	padding-left: 0.13rem;
	font-size: 0.12rem;
	color: #a2a2a2;
	position: relative;
}

.news .content a .txt span::after {
	display: block;
	content: "";
	width: 0.085rem;
	height: 0.075rem;
	background: url(../images/icon_data.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*新闻详情*/
.news-details {
	padding-top: 4.5333%;
}

.news-details .newstit {
	line-height: 0.225rem;
	margin-bottom: 0.025rem;
	font-size: 0.15rem;
	color: #393939;
}

.news-details .time {
	line-height: 0.185rem;
	font-size: 0.11rem;
	color: #b5b5b5;
}

.news-details .content {
	line-height: 0.16rem;
	padding: 0.2rem 0;
	font-size: 0.12rem;
	color: #333;
}

.news-details .content img {
	display: inline-block;
}

.news-details .newsfoot {
	border-top: 1px solid #eee;
}

.news-details .newsfoot .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-details .newsfoot a {
	display: block;
	width: 48%;
	line-height: 0.38rem;
	font-size: 0.1rem;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*常见问题*/
.question-list li {
	margin-bottom: 3.2%;
}

.question-list .titles {
	line-height: 0.245rem;
	padding: 0 0.32rem 0 0.085rem;
	margin: 0;
	background: #3b87d4;
	border-radius: 0.5rem;
	font-size: 0.1rem;
	color: #fff;
	text-align: left;
	position: relative;
}

.question-list .titles::after {
	display: block;
	content: "";
	width: 0.065rem;
	height: 0.045rem;
	background: url(../images/icon_arrow_down_white.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0.13rem;
	transform: translateY(-50%);
}

.question-list .titles i {
	font-size: 0.16rem;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
}

.question-list .titles span {
	display: inline-block;
	max-width: 93%;
	margin-left: 0.065rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.question-list .text {
	display: none;
	padding: 0.16rem 0.135rem;
	margin-top: -0.065rem;
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 0.1rem;
	line-height: 0.15rem;
	font-size: 0.095rem;
	color: #666;
	text-align: justify;
}

/*解决方案*/
.solution {
	padding: 5.46667% 0 6.5333%;
}

.solution .titles {
	margin-bottom: 0.16rem;
}

.solution .contents {
	overflow: hidden;
}

.solution .subTit {
	display: inline-block;
	max-width: 105%;
	line-height: 0.225rem;
	padding: 0 14.667%;
	margin: 0 -0.1rem;
	font-family: "Noto Sans SC";
	font-size: 0.15rem;
	font-weight: bold;
	color: #333;
	position: relative;
}

.solution .subTit::before,
.solution .subTit::after {
	display: block;
	content: "";
	width: 0.44rem;
	height: 0.05rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.solution .subTit::before {
	left: 0.9333%;
	background: url(../images/icon_left_line.jpg) no-repeat;
	background-size: 100% auto;
}

.solution .subTit::after {
	right: 0.9333%;
	background: url(../images/icon_right_line.jpg) no-repeat;
	background-size: 100% auto;
}

.solution .tag {
	font-size: 0;
}

.solution .tags {
	margin-top: 0.13rem;
}

.solution .tag span {
	display: inline-block;
	line-height: 0.245rem;
	padding: 0 0.11rem;
	background: #3b87d4;
	border-radius: 0.5rem;
	font-size: 0.11rem;
	color: #fff;
}

.solution .tags span {
	margin: 0 0.065rem 0.105rem;
}

.solution section {
	line-height: 0.2rem;
	font-size: 0.11rem;
	color: #333;
	text-align: justify;
}

.solution section.mid {
	text-align: center;
}

.solution .bigPic {
	margin: 0.36rem auto 0.225rem;
	overflow-x: auto;
	scrollbar-width: none;
}

.solution .bigPic::-webkit-scrollbar {
	display: none;
}

.solution .bigPic img {
	max-width: inherit;
	width: 200%;
}

.solution .finger {
	display: inline-block;
	width: 0.38rem;
	height: 0.54rem;
	margin: 0 auto;
	background: url(../images/icon_finger.png) no-repeat;
	background-size: 100%;
	-webkit-animation: move 2s infinite linear; 
	-moz-animation: move 2s infinite linear; 
	animation: move 2s infinite linear;
}

@-webkit-keyframes move {
	0%,100% {opacity: 1;-webkit-transform: translate(-0.15rem,0);}
	50% {opacity: 1;-webkit-transform: translate(0,0);}
}

@-moz-keyframes move {
	0%,100% {opacity: 1;-moz-transform: translate(-0.15rem,0);}
	50% {opacity: 1;-moz-transform: translate(0,0);}
}

@keyframes move {
	0%,100% {opacity: 1;transform: translate(-0.15rem,0);}
	50% {opacity: 1;transform: translate(0,0);}
}

/*联系我们*/
.contact {
	padding-top: 5.4667%;
}

.contact .titles {
	margin-bottom: 4.4%;
}

.contact .content li {
	padding-left: 14.1%;
	margin-bottom: 5.5%;
	text-align: left;
}

.contact .content li h4 {
	line-height: 0.215rem;
	font-size: 0.12rem;
	color: #377ec1;
}

.contact .content li p {
	line-height: 0.195rem;
	font-size: 0.11rem;
	color: #999;
}

.mapbox {
	position: relative;
	width: 100%;
	padding-top: 67.4667%;
	overflow: hidden;
}

.map {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.input-card {
	width: 280px;
}

.input-card h4 {
	font-weight: bold;
	border-bottom: 2px solid #666;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.input-card p {
	font-size: 14px;
}

.amap-info-sharp {
	height: 9px;
	width: 16px;
	top: -1px;
	left: 50%;
	margin-left: -8px;
	background: url(../images/map.png) 0 0 no-repeat;
}

/*在线留言*/
.contact form {
	max-width: 74%;
	margin: 0 auto;
}

.contact form .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4.5%;
}

.contact form .item:last-child {
	align-items: baseline;
}

.contact form .item p {
	width: 93%;
	height: 0.34rem;
	line-height: 0.34rem;
	padding-left: 0.335rem;
	background: #f5f5f5;
	border-radius: 0.05rem;
	position: relative;
	overflow: hidden;
}

.contact form .item .codeBox {
	padding-right: 0.6rem;
}

.contact form .item p input[type=text] {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 0.12rem;
	color: #333;
}

.contact form .item p input::-webkit-input-placeholder{
	color: #b5b5b5;
}

.contact form .item p input::-moz-placeholder{
	color: #b5b5b5;
}

.contact form .item p input:-moz-placeholder{
	color: #b5b5b5;
}

.contact form .item p input:-ms-input-placeholder{
	color: #b5b5b5;
}

.contact form .item p i {
	display: block; 
	width: 0.185rem; 
	height: 0.34rem; 
	position: absolute; 
	top: 0; 
	left: 0.075rem;
}

.contact form .item p i.user {
	background: url(../images/icon_message.png) 0 0 no-repeat;
	background-size: 100% auto;
}

.contact form .item p i.phone {
	background: url(../images/icon_message.png) 0 -0.34rem no-repeat;
	background-size: 100% auto;
}

.contact form .item p i.mail {
	background: url(../images/icon_message.png) 0 -0.68rem no-repeat;
	background-size: 100% auto;
}

.contact form .item p i.code {
	background: url(../images/icon_message.png) 0 -1.02rem no-repeat;
	background-size: 100% auto;
}

.contact form .item p .imgCode {
	position: absolute;
	top: 50%;
	right: 0.07rem;
	transform: translateY(-50%);
	width: 0.46rem;
	height: 0.22rem;
}

.contact form .item span {
	font-size: 0.12rem;
	color: #d52e25;
}

.contact form .item textarea {
	width: 93%;
	line-height: 0.18rem;
	padding: 0.08rem 0.135rem;
	background: #f5f5f5;
	border: none;
	border-radius: 0.05rem;
	font-size: 0.12rem;
	color: #333;
	position: relative;
	overflow: hidden;
	resize: none;
}

.contact form .item textarea::-webkit-input-placeholder{
	color: #b5b5b5;
}

.contact form .item textarea::-moz-placeholder{
	color: #b5b5b5;
}

.contact form .item textarea:-moz-placeholder{
	color: #b5b5b5;
}

.contact form .item textarea:-ms-input-placeholder{
	color: #b5b5b5;
}

.contact form .btns {
	width: 1.01rem;
	height: 0.275rem;
	line-height: 0.275rem;
	margin: 0.07rem auto 0.405rem;
	background: #3b87d4;
	border: none;
	border-radius: 0.5rem;
	font-size: 0.1rem;
	color: #fff;
	overflow: hidden;
}