@charset "UTF-8";

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

ul,
dl,
ol {
	list-style: none;
}

img,
fieldset,
input[type="submit"] {
	border: 0 none;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input[type="button"] {
	cursor: pointer;
	border: 0 none;
}

a,
button,
input,
img {
	-webkit-touch-callout: none;
}

img {
	/*pointer-events:none;*/
	/*禁止图片的点击事件，例如长按保存图片*/
}

input,
select,
textarea {
	outline: none;
	font-family: "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.flexbg {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.ct {
	text-align: center;
}

.ri {
	text-align: right;
}

.le {
	text-align: left;
}

.bl {
	display: block;
}

.inbl {
	display: inline-block;
}

.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.line5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.flex-bt {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

html,
body {
	/*禁止用户选择元素*/
	-khtml-user-select: none;
	/*禁止元素点击出现半透明黑色背景*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	width: 100%;
	outline: 0;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	margin: 0;
	position: relative;
}

.border {
	position: relative;
}

.border:hover:after {
	height: 99%;
	width: 100%;
	border-width: 0 0 3px 3px;
	transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}

.border:hover:before {
	height: 99%;
	width: 100%;
	border-width: 3px 3px 0 0;
	transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}

.border:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	right: 0;
	bottom: 0;
	border: solid #212F6C;
	display: block;
	border-width: 0;
	transition: all ease-in-out;
	-webkit-transition: all ease-in-out;
	z-index: 2;
}

.border:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	height: 0;
	width: 0;
	border: solid #212F6C;
	border-width: 0;
	z-index: 2;
	transition: all ease-in-out;
}

.img_wrap {
	overflow: hidden;
}

.img_wrap img {
	transition: all .3s linear;
}

.img_wrap:hover img {
	transform: scale(1.1);
}

.box-shadow {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}

.shadow {
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09);
}

.imgfont_wrap {
	position: relative;
	overflow: hidden;
}

.imgfont_wrap:after {
	padding-top: 57.14%;
	content: "";
	display: block;
}

.imgfont_wrap img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s linear;
}

.imgfont_wrap:hover span {
	background: rgba(0, 0, 0, 0.6);
}

.imgfont_wrap:hover span:before {
	height: 60px;
}

.imgfont_wrap:hover span:after {
	width: 190px;
}

.imgfont_wrap:hover img {
	transform: scale(1.2);
}

.imgfont_wrap span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
}

.imgfont_wrap span:before {
	content: attr(ndata);
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: white;
	line-height: 90px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	height: 0;
	width: 200px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	transition: height .6s ease;
	text-align: center;
	font-family: "微软雅黑";
}

.imgfont_wrap span:after {
	content: attr(mdata);
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 20px;
	color: white;
	line-height: 45px;
	letter-spacing: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 0;
	height: 75px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	transition: width .6s ease;
	font-family: "微软雅黑";
}

.btn-more {
	padding: 6px 0;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	width: 120px;
}

.btn-more.btn-c {
	color: #fff;
}

.btn-mor-c.btn {
	width: 120px;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	color: #333;
}

.btn-more:hover {
	color: #fff;
	border-color: #3c1c6b;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
}

.btn-c {
	position: relative;
	color: #3c1c6b;
	z-index: 2;
	overflow: hidden;
	background: transparent;
}

.btn-c:before,
.btn-c:after,
.btn-c::before,
.btn-c::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background: #3c1c6b;
	border-radius: 50%;
	z-index: -1;
}

.btn-c:before,
.btn-c::before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*     animation: criss-cross-left 0.8s reverse; */
	z-index: -1;
}

.btn-c:after,
.btn-c::after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	/*     animation: criss-cross-right 0.8s reverse; */
	z-index: -1;
}

.btn-c:hover {
	color: #fff;
}

.btn-c:hover:before,
.btn-c:hover::before {
	-webkit-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
}

.btn-c:hover:after,
.btn-c:hover::after {
	-webkit-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px;
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px;
	}

	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px;
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px;
	}

	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}

	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

body {
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif !important;
	font: 14px Helvetica Neue, Helvetica, Microsoft YaHei, Tahoma, Arial, sans-serif;
}

.web {
	min-width: 1200px;
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.form-control {
	transition: background-color 5000s ease-in-out 0s;
}

header {
	height: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s linear;
}

header .logo1 {
	display: none;
}

header .logo2 {
	display: block;
}

header .call-btn {
	line-height: 50px;
	display: block;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #25BCBC;
	width: 200px;
	text-align: center;
}

header .nav .tab {
	float: left;
	padding: 0 10px;
	line-height: 100px;
	height: 100px;
	position: relative;
	font-size: 0;
}

header .nav .a-link {
	vertical-align: middle;
	font-size: 15px;
	color: #1c1d21;
	margin: 0 10px;
}

header .nav .a-link:hover {
	color: #25BCBD;
}

header .nav .a-link:hover:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	height: 6px;
	background: #25BCBD;
}

header .nav .active {
	color: #25BCBD;
}

header .nav .active:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	height: 6px;
	background: #25BCBD;
}

.header1 .logo1 {
	display: block;
}

.header1 .logo2 {
	display: none;
}

.header1 .nav .a-link {
	vertical-align: middle;
	font-size: 15px;
	color: #dddddd;
}

.header1 .nav .active {
	color: #25BCBD !important;
}

.header2,
.header3 {
	background: rgba(255, 255, 255, .9);
}

.header2 .logo1,
.header3 .logo1 {
	display: none;
}

.header2 .logo2,
.header3 .logo2 {
	display: block;
}

.header2~.tophight,
.header3~.tophight {
	height: 100px;
}

.header2 .nav .a-link,
.header3 .nav .a-link {
	color: #1c1d21;
}

.header2 .nav .active,
.header3 .nav .active {
	color: #25BCBD;
}

header .nav .active:after {
	display: none;
}

header .nav .a-link:hover:after {
	display: none;
}

.xq_move {
	transition: all .3s ease-in-out;
	position: absolute;
}

#bar1 {
	position: relative;
	overflow: hidden;
}

.rifix {
	position: fixed;
	right: 30px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 66;
	bottom: 15%;
}

.rifix .icon {
	display: block;
	font-size: 0;
	width: 60px;
	line-height: 60px;
	background: #1a1a1a;
	text-align: center;
	border-bottom: 1px solid #3c3c3c;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.rifix .icon img {
	vertical-align: middle;
}

.rifix .icon:last-of-type {
	border-bottom: 0;
}

.rifix .icon:hover {
	background: #3c3c3c;
}

footer {
	background: #1c1d21;
	padding-top: 80px;
}

footer .div1 {
	width: 350px;
	border-right: 1px solid #333333;
}

footer .box {
	height: 180px;
}

footer .h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 16px;
}

footer .kf {
	margin-top: -50px;
}

footer .kf .imgb {
	margin-right: 20px;
	width: 70px;
	transition: all .3s linear;
	vertical-align: top;
}

footer .kf .imgb:hover {
	transform: scale(1.2);
}

footer .div2 {
	width: 380px;
}

footer .p {
	line-height: 28px;
	font-size: 14px;
	color: #aaaaaa;
}

footer .p a {
	font-size: 14px;
	color: #aaaaaa;
}

footer .p a:hover {
	color: #25BCBC;
}

footer .div3 {
	margin-left: 30px;
}

footer .div3 .h3 {
	margin-bottom: 12px;
	font-size: 16px;
	position: relative;
}

footer .div3 .h3 img {
	position: absolute;
	top: 4px;
	left: -24px;
}

footer .div3 .span {
	font-size: 14px;
	color: #ffffff;
}

footer .div3 .w {
	margin-bottom: 30px;
}

footer .fri-link {
	/*margin-top: 80px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	font-size: 0;
}

footer .fri-link span {
	display: inline-block;
	font-size: 14px;
	color: #aaaaaa;
	vertical-align: top;
	width: 80px;
}

footer .fri-link .a-box {
	width: 1120px;
	vertical-align: top;
	font-size: 0;
}

footer .fri-link .a-box a {
	font-size: 14px;
	color: #aaaaaa;
	margin-right: 16px;
	margin-bottom: 15px;
	display: inline-block;
}

footer .botfont {
	line-height: 60px;
	font-size: 14px;
	color: #666666;
}

.banbg {
	padding-top: 45px;
	padding-bottom: 20px;
}

.banbg .h3 {
	line-height: 50px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	width: 220px;
	text-align: center;
	margin-right: 50px;
	float: left;
	margin-top: 5px;
	border-right: 1px solid #fff;
}

.banbg .form {
	float: left;
	width: 850px;
}

.banbg .form .form-box {
	background: #606166;
	border-radius: 10px;
	height: 60px;
	padding-top: 20px;
	width: 850px;
	position: relative;
}

.banbg .form .select {
	width: 130px;
	float: left;
	position: relative;
	border-right: 1px solid #808188;
	text-align: center;
	margin-left: 0;
	min-height: 20px;
}

.banbg .form .select .layui-form-select .layui-input {
	background: transparent;
	border: 0;
	font-size: 16px;
	color: #ffffff;
	height: 20px;
	text-align: center;
}

.banbg .form .select .layui-form-select dl dd.layui-this {
	background: #25BCBC;
}

.banbg .form .select .layui-form-select .layui-edge {
	border-top-color: #fff;
}

.banbg .form .select select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	font-size: 16px;
	color: #ffffff;
}

.banbg .form .select option {
	color: #333;
}

.banbg .form .select .jt {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.banbg .form .search {
	width: 600px;
	background: transparent;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	vertical-align: top;
}

.banbg .form .search::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.8;
}

.banbg .form .search-btn {
	line-height: 60px;
	width: 60px;
	text-align: center;
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}

.banbg .form .search-btn img {
	vertical-align: middle;
}

.banbg .p {
	padding-left: 30px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 8px;
}

.banbg .p .keyw {
	font-size: 14px;
	color: #ffffff;
	margin-right: 15px;
}

.le-classfiy {
	width: 240px;
	float: left;
}

.le-classfiy .wrap {
	border: 1px solid #eeeeee;
}

.le-classfiy .pot {
	line-height: 60px;
	padding-left: 20px;
	background: #f6f6f6;
	cursor: pointer;
}

.le-classfiy .pot .icon {
	vertical-align: middle;
}

.le-classfiy .pot span {
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	color: #1c1d21;
	margin-left: 10px;
}

.le-classfiy .pot .icon2 {
	display: none;
}

.le-classfiy .open .pot .icon1 {
	display: none;
}

.le-classfiy .open .pot .icon2 {
	display: inline;
}

.le-classfiy .type-list {
	display: none;
	background: #fff;
	padding: 18px 0;
	padding-left: 40px;
}

.le-classfiy .type-list .tab {
	color: #1c1d21;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}

.le-classfiy .type-list .tab:last-of-type {
	margin-bottom: 0;
}

.le-classfiy .type-list .tab:hover {
	color: #25BCBC;
}

.le-classfiy .type-list .act {
	color: #25BCBC;
}

.le-classfiy .topimg {
	width: 100%;
}

.le-classfiy .w {
	margin: 24px 0 0;
}

.le-classfiy .w .layui-input-block {
	margin: 0;
}

.le-classfiy .bj {
	padding: 0 20px 20px;
}

.le-classfiy .layui-form-select dl dd.layui-this {
	background: #25BCBC;
}

.le-classfiy .h6 {
	font-size: 14px;
	color: #0d0b08;
	font-weight: bold;
	margin-bottom: 6px;
}

.le-classfiy .but {
	height: 40px;
	background: #25BCBC;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 20px;
}

.le-classfiy .but:hover {
	opacity: 0.8;
}

.le-classfiy .link-type {
	height: 60px;
	line-height: 60px;
	border: 1px solid transparent;
	padding: 0 20px;
	font-size: 0;
	display: block;
}

.le-classfiy .link-type:hover {
	background: url(../img/jt10.png) no-repeat;
	background-position-y: center;
	background-position-x: 95%;
	border-color: #eeeeee;
}

.le-classfiy .link-type:hover span {
	color: #25BCBC;
}

.le-classfiy .link-type:hover .icon1 {
	background-image: url(../img/nicon-a-1.png);
}

.le-classfiy .link-type:hover .icon2 {
	background-image: url(../img/nicon-a-2.png);
}

.le-classfiy .link-type:hover .icon3 {
	background-image: url(../img/nicon-a-3.png);
}

.le-classfiy .link-type:hover .icon4 {
	background-image: url(../img/nicon-a-4.png);
}

.le-classfiy .link-type:hover .icon5 {
	background-image: url(../img/nicon-a-5.png);
}

.le-classfiy .link-type:hover .icon6 {
	background-image: url(../img/nicon-a-6.png);
}

.le-classfiy .link-type .icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 15px;
	background: no-repeat center;
}

.le-classfiy .link-type span {
	font-size: 16px;
	vertical-align: middle;
	color: #1c1d21;
}

.le-classfiy .link-type .icon1 {
	background-image: url(../img/nicon1.png);
}

.le-classfiy .link-type .icon2 {
	background-image: url(../img/nicon2.png);
}

.le-classfiy .link-type .icon3 {
	background-image: url(../img/nicon3.png);
}

.le-classfiy .link-type .icon4 {
	background-image: url(../img/nicon4.png);
}

.le-classfiy .link-type .icon5 {
	background-image: url(../img/nicon5.png);
}

.le-classfiy .link-type .icon6 {
	background-image: url(../img/nicon6.png);
}

.le-classfiy .link-type.active {
	border-color: #eeeeee;
	background: url(../img/jt10.png) no-repeat;
	background-position-y: center;
	background-position-x: 95%;
}

.le-classfiy .link-type.active span {
	color: #25BCBC;
}

.le-classfiy .link-type.active .icon1 {
	background-image: url(../img/nicon-a-1.png);
}

.le-classfiy .link-type.active .icon2 {
	background-image: url(../img/nicon-a-2.png);
}

.le-classfiy .link-type.active .icon3 {
	background-image: url(../img/nicon-a-3.png);
}

.le-classfiy .link-type.active .icon4 {
	background-image: url(../img/nicon-a-4.png);
}

.le-classfiy .link-type.active .icon5 {
	background-image: url(../img/nicon-a-5.png);
}

.le-classfiy .link-type.active .icon6 {
	background-image: url(../img/nicon-a-6.png);
}

.mar60 {
	margin-top: 60px;
}

.mid-con {
	float: left;
	width: 560px;
	margin: 0 50px;
}

.mid-con .all {
	font-size: 16px;
	float: left;
	color: #999999;
}

.mid-con .type {
	float: right;
}

.mid-con .type a {
	font-size: 16px;
	color: #1c1d21;
}

.mid-con .type a:hover {
	color: #25BCBC;
}

.mid-con .type .active {
	color: #25BCBC;
}

.mid-con .list {
	margin-top: 18px;
}

.mid-con .wrap {
	display: block;
	background: #f6f6f6;
	padding: 30px;
	margin-bottom: 20px;
}

.mid-con .wrap:hover .hover-h3 {
	background-size: 100% 100%;
}

.mid-con .wrap:hover .hei {
	height: 80px;
	padding-top: 25px;
}

.mid-con .type {
	/*width: 400px;*/
	font-size: 0;
	float: left;
}

.mid-con .type .t {
	min-width: 56px;
	line-height: 30px;
	border-radius: 25px;
	font-size: 14px;
	color: #666666;
	background: #ececec;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
}

.mid-con .type:hover {
	color: #25BCBC;
}

.mid-con .type .active {
	color: #25BCBC;
}

.mid-con .vis {
	float: right;
	font-size: 14px;
	color: #666666;
	float: right;
}

.mid-con .vis img {
	vertical-align: middle;
}

.mid-con .vis span {
	vertical-align: middle;
	margin-left: 5px;
}

.mid-con .hei {
	height: 0px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.mid-con .hei p {
	font-size: 15px;
	color: #1c1d21;
	position: relative;
}

.mid-con .hei .green {
	font-size: 14px;
	color: #25BCBC;
	background: #f6f6f6;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: 0 10px;
}

.mid-con .hover-h3 {
	margin-top: 18px;
}

.mid-con .aut {
	font-size: 16px;
	color: #1c1d21;
	margin-top: 10px;
}

.mid-con .aut em {
	font-size: 14px;
	color: #666666;
}

.mid-con .aut span {
	margin-right: 24px;
}

.mid-con .b {
	font-size: 15px;
	color: #1c1d21;
	line-height: 24px;
	margin-top: 28px;
}

.mid-con .h {
	font-weight: bold;
}

.mid-con .f2 {
	text-indent: 2em;
}

.mid-con .h3 {
	font-size: 24px;
	font-weight: bold;
	color: #1c1d21;
	margin-top: 20px;
}

.art-det {
	background: #f6f6f6;
	padding: 25px 30px;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}

.art-det .tit {
	font-size: 18px;
	color: #25BCBC;
	font-weight: bold;
	margin-bottom: 16px;
}

.art-det .p {
	font-size: 16px;
	color: #1c1d21;
}

.hover-h3 {
	display: inline-block;
	font-size: 24px;
	color: #1C1D21;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), color-stop(0, #25BCBC));
	background-image: linear-gradient(180deg, transparent 56%, #25BCBC 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
	font-weight: bold;
}

.hover-h3:hover {
	background-size: 100% 100%;
}

.hover-h3-act {
	background-size: 100% 100%;
}

.page {
	background: #f5f5f5;
	line-height: 60px;
	height: 60px;
	width: 380px;
	font-size: 0;
	margin: 50px auto;
	text-align: center;
}

.page .active {
	background-size: 100% 100%;
}

.page a {
	font-size: 14px;
	color: #1c1d21;
	font-family: PingFang SC;
	line-height: 16px;
}

.page li {
	padding: 0 10px;
	font-size: 14px;
	color: #1c1d21;
	display: inline-block;
}

.page .next img {
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ri-list {
	float: left;
	width: 300px;
}

.ri-list .h3 {
	font-size: 18px;
	color: #1c1d21;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}

.ri-list .h3 .fr {
	font-size: 14px;
	color: #1c1d21;
	padding-top: 4px;
	font-weight: normal;
}

.ri-list .label-box {
	margin: 30px 0;
	font-size: 0;
}

.ri-list .label-box .lab {
	min-width: 64px;
	padding: 0 8px;
	overflow: hidden;
	line-height: 30px;
	border-radius: 25px;
	font-size: 14px;
	color: #666666;
	background: #ececec;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
}

.ri-list .label-box .lab:hover {
	background: #25BCBC;
	color: #fff;
}

.ri-list .label-box .lab.act {
	background: #25BCBC;
	color: #fff;
}

/* .ri-list .label-box .lab:nth-of-type(4n) {
	margin-right: 0;
} */

.ri-list .w {
	display: block;
	margin-bottom: 20px;
}

.ri-list .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.ri-list .case-list {
	margin-top: 20px;
}

.ri-list .case-list .img_wrap {
	width: 50%;
	float: left;
}

.ri-list .case-list .img_wrap img {
	width: 100%;
	height: 113px;
	display: block;
	object-fit: cover;
}

.ri-list .case-list .font {
	float: right;
	width: 50%;
	padding-left: 10px;
	padding-top: 8px;
}

.ri-list .case-list .hover-h3 {
	font-size: 16px;
	line-height: 24px;
	display: inline;
}

.ri-list .case-list .p {
	font-size: 16px;
	color: #1c1d21;
	margin-top: 15px;
}

.ri-list .zx-list {
	margin-top: 20px;
}

.ri-list .zx-list .span {
	display: block;
	font-size: 16px;
	color: #1c1d21;
	margin-bottom: 18px;
}

.ri-list .zx-list .span:hover {
	color: #25BCBC;
}

.marb100 {
	margin-bottom: 100px;
}

.asse * {
	box-sizing: border-box;
}

.asse {
	position: relative;
	padding-top: 100px;
}

.asse .staticimg {
	position: absolute;
	left: 0;
	top: 0;
}

.asse-wrap {
	/* background: #fff;
  border-radius: 5px;
  padding: 40px 40px 70px; */
	background: #fff;
	border-radius: 5px;
	padding: 40px 40px 30px;
	margin-bottom: 54px;
	/* box-shadow: 0 17px 12px #eee; */
	box-shadow: 0 0px 5px #eee;
}

.asse-wrap2 {
	box-shadow: 0 0px 5px #eee;
	margin-bottom: 54px;
}

.asse-wrap .title {
	color: #333;
	font-size: 14px;
}

.asse-wrap .title .tit {
	font-size: 30px;
	font-weight: bold;
	color: #40bfa9;
	margin-right: 10px;
}

.asse-wrap .title p {
	display: inline-block;
}

.asse-wrap .title p span {
	margin: 0 4px;
	color: #fa9e11;
}

.asse-wrap .forms {
	padding: 22px 0;
}

.asse-wrap .forms .name {
	color: #444;
}

.asse-wrap .types-list {
	text-align: center;
	padding: 15px 0;
}

.asse-wrap .types-list li {
	display: inline-block;
	width: 16.66%;
	text-align: center;
}

.asse-wrap .types-list .table-box {
	width: 100%;
	height: 60px;
}

.asse-wrap .types-list .ts {
	color: #666;
	font-size: 14px;
}

.asse-wrap .form-table {
	padding-top: 15px;
}

.asse-wrap .form-table table {
	width: 100%;
}

.asse-wrap .form-table table td {
	vertical-align: top;
	padding: 8px 0;
}

.asse-wrap .form-table table td.td-l {
	width: 90px;
	line-height: 34px;
}

.asse-wrap .form-table table td.td-r {
	padding-right: 20px;
}

.asse-wrap .form-table .arg {
	padding-top: 15px;
	font-size: 13px;
	color: #999;
}

.asse-wrap .form-table .arg label {
	vertical-align: middle;
	position: relative;
}

.asse-wrap .form-table .arg label input[type='checkbox'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.asse-wrap .form-table .arg label input[type='checkbox']:checked+.icon {
	background: url(../img/check.png) no-repeat center center;
	background-size: cover;
	border: 0;
}

.asse-wrap .form-table .arg label .icon {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	box-sizing: border-box;
}

.asse-wrap .form-table .arg a {
	vertical-align: middle;
	color: #999;
}

.asse-wrap .form-table .arg em {
	color: #fa9e11;
}

.asse-wrap .form-table .argtxt {
	padding: 5px 0;
	font-size: 13px;
	color: #666;
}

.asse-wrap .btns {
	display: block;
	width: 133px;
	line-height: 1.5;
	height: 125px;
	background: url(../service/img/gujia/btn1.png) no-repeat center center;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 37px 10px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 40;
}

.asse-wrap .bgline {
	width: 1px;
	height: 400px;
	background-color: #40bfa9;
	margin: 0 auto;
}

.asse-wrap .res {
	padding: 0.75rem 0;
}

.asse-wrap .res .toptis {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.asse-wrap .res .toptis span {
	font-size: 30px;
	color: #40bfa9;
}

.asse-wrap .res .ibox {
	background-color: #f8f8f8;
	padding: 20px;
}

.asse-wrap .res .ibox .clearfix {
	padding: 8px 0;
	line-height: 22px;
}

.asse-wrap .res .ibox .icon {
	margin-right: 5px;
}

.asse-wrap .res .end {
	padding: 15px 0;
}

.asse-wrap .res .end-item {
	margin-bottom: 20px;
}

.asse-wrap .res .end-item .icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.asse-wrap .res .end-item .des {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	padding-left: 15px;
}

.asse-wrap .res .end-item .name {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
}

.asse-wrap .res .end-item p {
	line-height: 1.4;
	color: #666;
}

.asse-wrap2 {
	background: #fff;
	border-radius: 5px;
	width: 1200px;
	padding: 40px 60px 70px;
}

.asse-wrap2 .asse-left {
	padding-top: 80px;
	line-height: 1.5;
}

.asse-wrap2 .asse-left .title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 8px;
}

.asse-wrap2 .asse-left .smtxt {
	font-size: 16px;
	color: #444;
	margin-bottom: 40px;
}

.asse-wrap2 .asse-left .lis {
	line-height: 1.4;
	font-size: 28px;
	color: #40bfa9;
}

.asse-wrap2 .asse-left .lis p {
	background: url(../service/img/gujia/icon_bg1.png) no-repeat left center;
	padding-left: 15px;
}

.asse-wrap2 .asse-left .btnbox {
	margin: 35px 0 0;
}

.asse-wrap2 .asse-left .btnbox .btn-sub {
	width: 176px;
	height: 76px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	background: url(../service/img/gujia/btn2.png) no-repeat;
	display: block;
	color: #fff;
}

.asse-wrap2 .asse-right {
	padding: 30px 0;
}

.asse-wrap2 .asse-right .abox {
	width: 540px;
	height: 350px;
	background: url(../service/img/gujia/bg_box.png) no-repeat center center;
	position: relative;
}

.asse-wrap2 .asse-right .abox .txt {
	position: absolute;
	bottom: 8px;
	font-size: 16px;
	z-index: 77;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 40px;
}

.asse-wrap2 .asse-right .abox .txt span {
	color: #faff7f;
	margin-right: 5px;
}

.asse-wrap2 .asse-right .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #40bfa9;
}

.asse-wrap2 .asse-right .des {
	padding-top: 40px;
	text-align: center;
}

.asse-wrap2 .asse-right .des .item {
	vertical-align: top;
	display: inline-block;
}

.asse-wrap2 .asse-right .des .item:hover {
	background: transparent;
}

.asse-wrap2 .asse-right .des .icon-arrow {
	margin: 50px 30px 0;
}

.asse-wrap2 .asse-right .ava {
	width: 120px;
	height: 120px;
}

.asse-wrap2 .asse-right .names {
	padding: 8px 0 2px;
	font-size: 14px;
}

.asse-wrap2 .asse-right .names span {
	color: #40bfa9;
}

.asse-wrap2 .asse-right p {
	font-size: 14px;
	color: #666;
}

.asse-wrap .types-list .e {
	display: none;
}

.asse-wrap .types-list .active .e {
	display: inline-block;
}

.asse-wrap .types-list .active .f {
	display: none;
}

.asse-wrap .types-list .active .ts {
	color: #40bfa9;
}

.asse-wrap .types-list .table-box img {
	max-width: 45px;
	max-height: 45px;
}

.banner>img {
	width: 100%;
}

.bannerswi .swiper-slide img {
	width: 100%;
}

.bannerswi .container.box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 666;
}

.bannerswi .chang-box {
	position: relative;
	background: #fff;
	width: 180px;
	line-height: 80px;
	height: 80px;
}

.bannerswi .chang-box:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #e1e1e1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.bannerswi .swiper-button-prev,
.bannerswi .swiper-button-next {
	background-size: 8px 14px;
	background-image: url(../img/jt2.png);
}

.bannerswi .swiper-button-prev:hover,
.bannerswi .swiper-button-next:hover {
	background-image: url(../img/jt3.png);
}

.bannerswi .swiper-button-next {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	right: 20px;
}

.bannerswi .swiper-button-prev {
	left: 20px;
}

.bannerswi .swiper-pagination-bullet {
	background: #bcbcbd;
}

.bannerswi .swiper-pagination-bullet-active {
	background: #fff;
}

.bannerswi .swiper-pagination {
	bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
}

.pad88 {
	padding: 80px 0;
}

.plan {
	border-bottom: 1px solid #eeeeee;
}

.plan .hover-h3 {
	font-size: 50px;
	margin-bottom: 24px;
}

.plan .p {
	font-size: 22px;
	color: #1c1d21;
	margin-bottom: 45px;
}

.plan .left {
	float: left;
}

.plan .left .tab {
	display: block;
	width: 200px;
	line-height: 80px;
	font-size: 18px;
	position: relative;
	background: #1c1d21;
	color: #ffffff;
	text-align: center;
}

.plan .left .tab:after {
	content: '';
	display: block;
	margin: 0 20px;
	height: 1px;
	background: #3b3c3f;
}

.plan .left .tab:hover {
	background: #25BCBC;
}

.plan .left .tab:hover:after {
	display: none;
}

.plan .left .tab:hover:before {
	width: 20px;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	background: #25BCBC;
}

.plan .left .active {
	background: #25BCBC;
}

.plan .left .active:before {
	width: 20px;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	background: #25BCBC;
}

.plan .left .active:after {
	display: none;
}

.plan .right-con {
	width: 900px;
	float: right;
}

.plan .right-con .borb {
	padding: 0 18px;
	border-bottom: 1px solid #dddddd;
}

.plan .right-con .h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #1c1d21;
}

.plan .right-con .h3:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	background: #25BCBB;
	margin-right: 5px;
}

.plan .right-con .p {
	font-size: 16px;
	color: #1C1D21;
	line-height: 30px;
	padding-bottom: 30px;
}

.plan .icon-box {
	font-size: 0;
}

.plan .icon-box .w {
	display: inline-block;
	text-align: center;
	width: 13%;
}

.plan .icon-box .w:hover .span {
	color: #25BCBC;
}

.plan .icon-box .w:hover .span:after {
	width: 100%;
}

.plan .icon-box .w:hover .icon1 {
	background-image: url(../img/i-a-1.png);
}

.plan .icon-box .w:hover .icon2 {
	background-image: url(../img/i-a-2.png);
}

.plan .icon-box .w:hover .icon3 {
	background-image: url(../img/i-a-3.png);
}

.plan .icon-box .w:hover .icon4 {
	background-image: url(../img/i-a-4.png);
}

.plan .icon-box .w:hover .icon5 {
	background-image: url(../img/i-a-5.png);
}

.plan .icon-box .w:hover .icon6 {
	background-image: url(../img/i-a-6.png);
}

.plan .icon-box .w:hover .icon7 {
	background-image: url(../img/i-a-7.png);
}

.plan .icon-box .w:hover .icon8 {
	background-image: url(../img/i-a-8.png);
}

.plan .icon-box .w:hover .icon9 {
	background-image: url(../img/i-a-9.png);
}

.plan .icon-box .w:hover .icon10 {
	background-image: url(../img/i-a-10.png);
}

.plan .icon-box .w:hover .icon11 {
	background-image: url(../img/i-a-11.png);
}

.plan .icon-box .active .span {
	color: #25BCBC;
}

.plan .icon-box .active .span:after {
	width: 100%;
}

.plan .icon-box .active .icon1 {
	background-image: url(../img/i-a-1.png);
}

.plan .icon-box .active .icon2 {
	background-image: url(../img/i-a-2.png);
}

.plan .icon-box .active .icon3 {
	background-image: url(../img/i-a-3.png);
}

.plan .icon-box .active .icon4 {
	background-image: url(../img/i-a-4.png);
}

.plan .icon-box .active .icon5 {
	background-image: url(../img/i-a-5.png);
}

.plan .icon-box .active .icon6 {
	background-image: url(../img/i-a-6.png);
}

.plan .icon-box .active .icon7 {
	background-image: url(../img/i-a-7.png);
}

.plan .icon-box .active .icon8 {
	background-image: url(../img/i-a-8.png);
}

.plan .icon-box .active .icon9 {
	background-image: url(../img/i-a-9.png);
}

.plan .icon-box .active .icon10 {
	background-image: url(../img/i-a-10.png);
}

.plan .icon-box .active .icon11 {
	background-image: url(../img/i-a-11.png);
}

.plan .icon-box .icon {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.plan .icon-box .span {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 14px;
	position: relative;
	color: #1c1d21;
	text-align: center;
}

.plan .icon-box .span:after {
	display: block;
	content: '';
	width: 0%;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.5px;
	margin: auto;
	background: #25BCBC;
}

.plan .icon-box .icon1 {
	background-image: url(../img/i1.png);
}

.plan .icon-box .icon2 {
	background-image: url(../img/i2.png);
}

.plan .icon-box .icon3 {
	background-image: url(../img/i3.png);
}

.plan .icon-box .icon4 {
	background-image: url(../img/i4.png);
}

.plan .icon-box .icon5 {
	background-image: url(../img/i5.png);
}

.plan .icon-box .icon6 {
	background-image: url(../img/i6.png);
}

.plan .icon-box .icon7 {
	background-image: url(../img/i7.png);
}

.plan .icon-box .icon8 {
	background-image: url(../img/i8.png);
}

.plan .icon-box .icon9 {
	background-image: url(../img/i9.png);
}

.plan .icon-box .icon10 {
	background-image: url(../img/i10.png);
}

.plan .icon-box .icon11 {
	background-image: url(../img/i11.png);
}

.plan .case-box {
	margin-top: 30px;
}

.plan .case-box .wrap {
	float: left;
	width: 23%;
	margin-left: 2%;
}

.plan .case-box .img_wrap {
	position: relative;
}

.plan .case-box .img_wrap img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

.plan .case-box .img_wrap span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 150px;
}

.plan .case-box .span {
	margin-top: 15px;
	font-size: 14px;
	color: #1c1d21;
	text-align: center;
}

.com-btn {
	width: 116px;
	display: block;
	line-height: 40px;
	height: 40px;
	background: #1c1d21;
	color: #fff;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

.com-btn:hover {
	background: #25BCBC;
}

.project .tit {
	font-size: 30px;
	font-weight: bold;
	color: #1c1d21;
	margin-bottom: 40px;
}

.project span {
	margin-right: 36px;
}

.project .hover-h3 {
	font-size: 30px;
}

.project .wrap {
	margin-bottom: 35px;
}

.project .wrap .h3 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.project .wrap .w {
	display: inline-block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	background: #f4f4f4;
	margin-bottom: 20px;
}

.project .wrap .w .hover-h3 {
	font-size: 16px;
	margin-right: 0;
	display: inline;
	font-weight: normal;
}

.project .wrap .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.all-case .wrap {
	width: 31.5%;
	display: block;
	margin-bottom: 28px;
	float: left;
	margin-bottom: 50px;
	margin-right: 2.5%;
}

.all-case .wrap:nth-of-type(3n) {
	margin-right: 0;
}

.all-case .wrap:hover .hover-h3 {
	background-size: 100% 100%;
}

.all-case .wrap .img_wrap {
	margin-bottom: 28px;
	position: relative;
}

.all-case .wrap .img_wrap:after {
	display: block;
	content: '';
	padding-top: 75%;
}

.all-case .wrap .img_wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	display: block;
}

.all-case .wrap .p {
	font-size: 16px;
	color: #1c1d21;
	margin-top: 10px;
}

.all-case .wrap .hover-h3 {
	display: inline;
	font-size: 24px;
}

.all-case .wrap .hover-h3.line1 {
	display: block;
}

.case-page {
	text-align: center;
	font-size: 0;
}

.case-page li {
	background: #f5f5f5;
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.case-page .turn {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url(../img/jt4.png) no-repeat center;
}

.case-page .turn:hover {
	background-image: url(../img/jt5.png);
}

.case-page .next {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.case-page .getall {
	display: inline-block;
	height: 40px;
	width: 60px;
	line-height: 40px;
}

.question {
	border-bottom: 1px solid #eeeeee;
}

.question .art-tit .hover-h3 {
	font-size: 50px;
}

.question .a-link {
	padding-top: 30px;
	font-size: 18px;
	color: #1c1d21;
}

.question .a-link .tab {
	color: #1c1d21;
}

.question .a-link .tab:hover {
	color: #25BCBC;
}

.question .a-link .act {
	color: #25BCBC;
}

.question .quesswi {
	padding-bottom: 70px;
	margin-top: 70px;
}

.question .quesswi .div1 {
	width: 48.33%;
	float: left;
}

.question .quesswi .div1 .div {
	height: 230px;
	margin-bottom: 40px;
}

.question .quesswi .div1 .div:last-of-type {
	margin-bottom: 0;
}

.question .quesswi .div.div1 {
	height: 500px;
	overflow: hidden;
	margin-right: 3.33%;
}

.question .quesswi .div {
	display: block;
	padding: 30px;
	background: #f6f6f6;
}

.question .quesswi .div:hover .hover-h3 {
	background-size: 100% 100%;
}

.question .quesswi .hover-h3 {
	margin-bottom: 20px;
}

.question .quesswi .p {
	font-size: 15px;
	color: #1c1d21;
	line-height: 24px;
}

.question .quesswi .swiper-pagination-bullet {
	background: #dfdfdf;
	opacity: 1;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
}

.question .quesswi .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #4edac4;
}

.news .art-tit .hover-h3 {
	font-size: 50px;
}

.news .a-link {
	padding-top: 30px;
	font-size: 18px;
	color: #1c1d21;
}

.news .a-link .tab {
	color: #1c1d21;
}

.news .a-link .tab:hover {
	color: #25BCBC;
}

.news .a-link .act {
	color: #25BCBC;
}

.news .newsswi {
	margin-top: 50px;
}

.news .newsswi .wrap {
	display: block;
	width: 100%;
}

.news .newsswi .hover-h3 {
	height: 64px;
}

.news .newsswi .p {
	font-size: 16px;
	color: #1c1d21;
}

.news .newsswi .p span {
	color: #666666;
	margin-left: 16px;
}

.news .com-btn {
	margin: 65px auto 20px;
}

.news .container {
	position: relative;
}

.news .swiper-button-next,
.news .swiper-button-prev {
	opacity: 0.35;
}

.news .swiper-button-next:hover,
.news .swiper-button-prev:hover {
	opacity: 1;
}

.news .swiper-button-prev {
	left: -50px;
}

.news .swiper-button-next {
	right: -50px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.bigtit {
	font-size: 50px;
	color: #1c1d21;
	font-weight: bold;
}

.mintit {
	font-size: 22px;
	color: #1c1d21;
	margin-top: 16px;
}

.boreee {
	border-bottom: 1px solid #eeeeee;
}

.area .wrap {
	margin-top: 55px;
	width: 31.66%;
	border: 1px solid #dddddd;
	border-bottom: 0;
	float: left;
	margin-right: 2.5%;
}

.area .wrap:last-of-type {
	margin-right: 0;
}

.area .wrap .h3 {
	line-height: 100px;
	height: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding-left: 30px;
}

.area .w {
	display: block;
	padding: 25px 30px;
	position: relative;
	border-bottom: 1px solid #ddd;
	z-index: 2;
}

.area .w::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	z-index: -1;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
}

.area .w .bgimg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	z-index: -2;
	opacity: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.area .w .h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}

.area .w .p {
	font-size: 14px;
	color: #666;
	height: 60px;
	overflow: hidden;
}

.area .w:hover .h4 {
	color: #fff;
}

.area .w:hover .p {
	color: #fff;
}

.area .w:hover .bgimg {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.area .w:hover::after {
	opacity: 1;
}

.btn-info {
	background: #25BCBC;
}

.why-box {
	margin-top: 70px;
	position: relative;
}

.why-box .mid-pic {
	position: relative;
	text-align: center;
}

.why-box .mid-pic .bgimg {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	animation: roate 15s linear infinite;
	-webkit-animation: roate 15s linear infinite;
	width: auto !important;
}

.why-box .mid-pic .call-btn {
	width: 206px;
	height: 206px;
	border-radius: 50%;
	background: #25BCBC;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	font-size: 40px;
	color: #ffffff;
	padding-top: 50px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 66;
}

.why-box .mid-pic .call-btn:after {
	pointer-events: none;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
	-moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
	animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.why-box .mid-pic .call-btn:hover {
	-webkit-animation: scalc 1.3s ease-out 500ms infinite;
	-moz-animation: scalc 1.3s ease-out 500ms infinite;
	animation: scalc 1.3s ease-out 500ms infinite;
}

.why-box .mid-pic .allimg {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 6;
}

@-webkit-keyframes scalc {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(28, 207, 179, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(28, 207, 179, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(28, 207, 179, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(28, 207, 179, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(28, 207, 179, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(28, 207, 179, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(28, 207, 179, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes roate {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@keyframes criss-cross-left {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.common_ques .bigtit .fr {
	font-size: 18px;
	color: #1c1d21;
	padding-top: 30px;
}

.common_ques .quesswi {
	margin-top: 65px;
	padding-bottom: 60px;
}

.common_ques .quesswi .swiper-pagination-bullet {
	background: #dfdfdf;
	opacity: 1;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
}

.common_ques .quesswi .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #4edac4;
}

.common_ques .w {
	background: #f6f6f6;
	margin-bottom: 20px;
	padding: 20px 30px;
	width: 48.33%;
	float: left;
	margin-right: 3.33%;
}

.common_ques .w:nth-of-type(2n) {
	margin-right: 0;
}

.common_ques .w .hei {
	height: 0px;
	overflow: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.common_ques .w .heiauto {
	height: 54px;
}

.common_ques .w p {
	padding-top: 10px;
	font-size: 15px;
	color: #1c1d21;
	position: relative;
}

.common_ques .w p .green {
	font-size: 14px;
	color: #25BCBC;
	background: #f6f6f6;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: 0 10px;
}

.common_ques .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.common_ques .icon {
	float: right;
	padding-top: 10px;
	cursor: pointer;
}

.common_ques .icon2 {
	display: none;
}

.deve-lc .lc-box {
	margin-top: 80px;
}

.deve-lc .lc-box .bor-box {
	border: 2px dashed #dddddd;
	text-align: center;
	padding-top: 45px;
	font-size: 0;
}

.deve-lc .lc-box .borg {
	border-color: #30ddc2;
}

.deve-lc .lc-box .w {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.deve-lc .lc-box .h4 {
	font-size: 24px;
	color: #1c1d21;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 28px;
	font-weight: bold;
}

.deve-lc .lc-box .left {
	float: left;
	width: 25%;
}

.deve-lc .lc-box .right {
	width: 70.83%;
	float: right;
}

.deve-lc .lc-box .right .w {
	width: 32.33%;
}

.deve-lc .lc-box .right .jt-box .lc-jt {
	right: -15px;
}

.deve-lc .lc-box .right .jt-box .jt2 {
	position: absolute;
	right: auto;
	top: 0;
	left: -15px;
	bottom: 0;
	margin: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.deve-lc .lc-box .right .jt-box .jt3 {
	margin: 0;
	top: 75px;
	right: -5px;
}

.deve-lc .lc-box .jt-box {
	position: relative;
}

.deve-lc .lc-box .jt-box .lc-jt {
	position: absolute;
	right: -54px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 6;
}

.deve-lc .lc-box .p {
	font-size: 16px;
	color: #1c1d21;
	padding: 0 20px;
	height: 64px;
}

.deve-lc .sh {
	margin-top: 110px;
}

.deve-lc .sh .left {
	width: 50%;
}

.deve-lc .sh .right {
	width: 50%;
	position: relative;
}

.deve-lc .sh .right .w {
	width: 50%;
	margin-bottom: 30px;
}

.deve-lc .sh .right .jt {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.deve-lc .sh .right h4.h4 {
	position: absolute;
	left: 0;
	top: -70px;
	width: 100%;
}

.deve-lc .sh .sh-tit {
	font-size: 32px;
	color: #1c1d21;
	position: relative;
	font-weight: bold;
	padding: 95px 40px 80px;
}

.deve-lc .sh .sh-tit .hover-h3 {
	font-size: 32px;
}

.deve-lc .sh .sh-tit img {
	position: absolute;
}

.deve-lc .sh .sh-tit .icon1 {
	left: 0;
	top: 15px;
}

.deve-lc .sh .sh-tit .icon2 {
	right: 45px;
	bottom: -5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.deve-lc .sh .com-btn {
	margin-left: 50px;
}

.good-case .bigtit {
	margin-bottom: 40px;
}

.good-case .c-tab span {
	font-size: 22px;
	color: #222222;
	font-weight: bold;
	vertical-align: top;
}

.good-case .c-tab .a-box {
	width: 1000px;
	margin-left: 30px;
	vertical-align: top;
	margin-bottom: 15px;
}

.good-case .c-tab .a-box .hover-h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	margin-right: 5px;
	margin-left:5px;
}

.ts-bot {
	padding: 50px 0;
	font-size: 0;
}

.ts-bot .w {
	display: inline-block;
	width: 25%;
}

.ts-bot .w img {
	vertical-align: top;
}

.ts-bot .w .inbl {
	vertical-align: top;
	margin-left: 10px;
	color: #fff;
}

.ts-bot .w .h3 {
	font-weight: bold;
	font-size: 20px;
}

.ts-bot .w .p {
	font-size: 14px;
}

.minc1 .w {
	margin-top: 50px;
	display: block;
	float: left;
	position: relative;
	width: 48.3%;
	margin-right: 3.33%;
}

.minc1 .w:hover .img_wrap img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.minc1 .w:nth-of-type(2n) {
	margin-right: 0;
}

.minc1 .w .img_wrap {
	position: relative;
}

.minc1 .w .img_wrap:after {
	padding-top: 51.8%;
	content: '';
	display: block;
}

.minc1 .w .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.minc1 .w .font {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	padding: 0 6%;
}

.minc1 .w .tit {
	font-size: 24px;
	font-weight: bold;
	color: #1c1d21;
	background: #25BCBC;
	display: inline-block;
	line-height: 40px;
	padding: 0 5px;
}

.minc1 .w .p {
	font-size: 18px;
	color: #ffffff;
	height: 76px;
	margin-top: 20px;
	overflow: hidden;
}

.minc2 .case-b {
	margin-top: 20px;
}

.minc2 .w {
	width: 31.33%;
	float: left;
	margin-right: 2.5%;
	margin-top: 40px;
	position: relative;
}

.minc2 .w:nth-of-type(3n) {
	margin-right: 0;
}

.minc2 .w .img_wrap {
	position: relative;
}

.minc2 .w .img_wrap:after {
	padding-top: 98%;
	content: '';
	display: block;
}

.minc2 .w .img_wrap:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 6;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.minc2 .w .img_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.minc2 .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.minc2 .w:hover .img_wrap img {
	-webkit-transform: scale(1.05);
}

.minc2 .w:hover .img_wrap:before {
	opacity: 0;
}

.minc2 .w .box {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 30px;
	z-index: 7;
}

.minc2 .w .xian {
	height: 84px;
	width: 180px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

.minc2 .w .hover-h3 {
	font-size: 26px;
	display: inline;
	color: #fff;
}

.minc2 .w .p {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 20px;
	height: 122px;
	overflow: hidden;
}

.wish {
	overflow: hidden;
}

.wish .wish-box {
	position: relative;
	margin-top: 40px;
}

.wish .font {
	width: 850px;
	float: left;
	padding-left: 65px;
	padding-top: 20px;
	position: relative;
	background: url(../img/icon13.png) no-repeat top left;
}

.wish .font .p {
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	margin-bottom: 20px;
}

.wish .hover-h3 {
	display: inline;
	font-size: 48px;
	padding: 0 10px;
}

.wish .eng {
	position: absolute;
	right: 0;
	bottom: -30px;
}

.eng {
	font-size: 100px;
	font-weight: bold;
	color: #1c1d21;
	opacity: 0.05;
	line-height: 100px;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.posit {
	overflow: hidden;
}

.posit .ct {
	position: relative;
}

.posit .hover-h3 {
	display: inline;
	font-size: 48px;
	padding: 0 10px;
	vertical-align: top;
	margin-right: 52px;
}

.posit .h3 {
	font-size: 60px;
	vertical-align: top;
	color: #1c1d21;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	margin-bottom: 35px;
}

.posit .icon {
	vertical-align: top;
	position: relative;
	top: -4px;
}

.posit .eng {
	position: absolute;
	left: 0;
	bottom: -30px;
}

.cult .hover-h3 {
	font-size: 48px;
	display: inline;
	padding: 0 10px;
}

.cult .clearfix {
	margin-top: 50px;
}

.cult .font {
	float: left;
	width: 700px;
	text-indent: 2em;
}

.cult .font .p {
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	margin-bottom: 20px;
}

.cult .right {
	background: #f6f6f6;
	width: 500px;
	float: left;
	position: relative;
	font-size: 60px;
	color: #1c1d21;
	font-weight: bold;
	padding-left: 60px;
	padding-top: 50px;
	overflow: hidden;
	height: 250px;
}

.cult .icon {
	vertical-align: top;
	position: absolute;
	top: 50px;
	right: 40px;
}

.cult .eng {
	position: absolute;
	left: 10px;
	bottom: -30px;
}

.ctat .hover-h3 {
	font-size: 48px;
	display: inline;
	padding: 0 10px;
	vertical-align: bottom;
}

.ctat .eng {
	display: inline-block;
	font-size: 48px;
	vertical-align: bottom;
	line-height: 48px;
}

.ctat .font-box {
	margin-top: 70px;
}

.ctat .left {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 0;
}

.ctat .left .h6 {
	margin-bottom: 20px;
}

.ctat .left .p {
	font-size: 18px;
	color: #1c1d21;
	margin-top: 16px;
}

.ctat .w {
	display: inline-block;
	width: 50%;
}

.ctat .h6 {
	font-size: 24px;
	color: #1c1d21;
	font-weight: bold;
}

.ctat .icon {
	margin-bottom: 35px;
}

.ctat .xian {
	display: inline-block;
	width: 180px;
	height: 2px;
	position: relative;
	background: #f6f6f6;
}

.ctat .xian:after {
	position: absolute;
	content: '';
	display: block;
	background: #25BCBC;
	height: 4px;
	width: 24px;
	left: 0;
	right: 0;
	top: -1px;
	margin: auto;
}

.ctat .right {
	width: 505px;
	border-left: 1px solid #dddddd;
	padding: 0 100px;
	float: right;
}

.ctat .right .h6 {
	margin-bottom: 20px;
}

.ctat .right .xian {
	margin-bottom: 38px;
	width: 100%;
}

.ctat .right .xian:after {
	right: auto;
}

.ctat .right .imgb {
	width: 50%;
	float: left;
}

.ctat .right .imgb img {
	width: 100px;
	display: block;
	border: 1px solid #25BCBC;
	margin-bottom: 15px;
}

.ctat .right .imgb .p {
	color: #1c1d21;
	font-size: 16px;
}

.address {
	margin-bottom: 70px;
}

.address .h6 {
	display: inline-block;
	font-size: 24px;
	color: #1c1d21;
	font-weight: bold;
	margin-bottom: 20px;
}

.address .xian {
	display: inline-block;
	width: 100%;
	height: 2px;
	position: relative;
	background: #f6f6f6;
}

.address .xian:after {
	position: absolute;
	content: '';
	display: block;
	background: #25BCBC;
	height: 4px;
	width: 24px;
	left: 0;
	top: -1px;
}

.address .wrap {
	width: 50%;
	float: left;
	font-size: 0;
}

.address .wrap .w {
	display: inline-block;
	width: 25%;
	height: 380px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	position: relative;
}

.address .wrap .bot {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	background: #000;
	height: 40px;
}

.address .wrap .bot span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.address .wrap .active {
	width: 50%;
}

.address .wrap .active .bot {
	background: #25BCBC;
}

.address .wrap .h6 {
	margin-bottom: 25px;
}

.address .font {
	height: 380px;
	background: #f6f6f6;
	padding: 40px 50px;
}

.address .font .p {
	font-size: 18px;
	color: #1c1d21;
	margin-bottom: 12px;
}

.address .font .p span {
	display: inline-block;
	padding-left: 20px;
	width: 90%;
}

.address .font .p img {
	vertical-align: top;
	margin-top: 5px;
}

.grayfont {
	font-size: 14px;
	background: #f6f6f6;
	text-align: center;
	padding: 30px 0;
	margin-top: 60px;
}

.ser .mintit {
	margin-bottom: 60px;
}

.ser .table {
	border: 0;
}

.ser .table li {
	line-height: 64px;
	font-size: 0;
}

.ser .table li>div {
	font-size: 18px;
	color: #1c1d21;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ser .table li>div:first-of-type {
	padding-left: 40px;
	padding-right: 10px;
	width: 280px;
}

.ser .table li>div:nth-of-type(2) {
	width: 680px;
}

.ser .table li>div:nth-of-type(3),
.ser .table li>div:nth-of-type(4) {
	width: 120px;
	text-align: center;
}

.ser .table li:first-of-type {
	background: #f6f6f6;
}

.ser .h5 {
	font-weight: bold;
	font-size: 24px;
	color: #1c1d21;
}

.tech .mintit {
	margin-bottom: 45px;
}

.tech .w {
	float: left;
	width: 270px;
	height: 370px;
	padding-top: 56px;
	margin-right: 40px;
	border: 1px solid #dddddd;
	text-align: center;
}

.tech .w:nth-of-type(4n) {
	margin-right: 0;
}

.tech .w .i {
	font-size: 0;
	height: 50px;
	margin-bottom: 25px;
}

.tech .w .hover-h3 {
	font-size: 20px;
}

.tech .w .xian {
	display: block;
	margin: 0 auto;
	width: 160px;
	margin-top: 30px;
	height: 1px;
	background: #dddddd;
	margin-bottom: 28px;
}

.tech .w .p {
	display: inline;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
}

.tech .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.news-list .w {
	display: block;
	margin-top: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid #dddddd;
}

.news-list .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.news-list .imgb {
	width: 150px;
	height: 112px;
	display: block;
	object-fit: cover;
	float: left;
}

.news-list .font {
	width: 380px;
	float: right;
}

.news-list .hover-h3 {
	width: 100%;
	margin-top: 0;
	margin-bottom: 6px;
}

.news-list .p {
	font-size: 14px;
	color: #1c1d21;
	line-height: 24px;
	height: 50px;
	margin-bottom: 6px;
}

.news-list .t {
	font-size: 14px;
	color: #666666;
}


.bg-box {
	position: relative;
	margin-top: 60px;
}

.bg-box:nth-of-type(2n) .w50 {
	float: right;
	text-align: right;
}

.bg-box:nth-of-type(2n) .w50 img {
	float: right;
}

.bg-box .bg-f {
	height: 130px;
	background: #fff;
}

.bg-box .bg-gray {
	height: 375px;
	background: #f5f5f5;
}

.bg-box .container {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 3;
}

.bg-box .w50 {
	width: 50%;
	text-align: left;
	float: left;
}

.bg-box .w50 img {
	float: left;
}

.bg-box .w50:nth-of-type(2n) {
	padding-top: 60px;
}

.bg-box .hover-h3 {
	font-size: 28px;
	display: inline;
}

.bg-box .h3 {
	font-size: 22px;
	color: #1c1d21;
	margin-top: 80px;
}

.bg-box .p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}

.bg-box .com-btn {
	display: inline-block;
	margin: 0;
	margin-top: 55px;
}

.q-service .iconlist .w {
	height: 300px;
	width: 23.75%;
	margin-right: 1.6%;
}

.q-service .iconlist .w:nth-of-type(4n) {
	margin-right: 0;
}

.iconlist {
	margin-top: 60px;
}

.iconlist .w {
	padding: 0 40px;
	padding-top: 40px;
	float: left;
	border: 1px solid #dddddd;
}

.iconlist .w:hover {
	border-color: #25BCBC;
}

.iconlist .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.iconlist .w:hover .line {
	background: #25BCBC;
}

.iconlist .w .line {
	width: 180px;
	height: 1px;
	background: #ddd;
	margin-top: 40px;
	margin-bottom: 40px;
}

.iconlist .w .hover-h3 {
	font-size: 20px;
	display: inline;
}

.iconlist .w .p {
	margin-top: 15px;
	font-size: 16px;
	color: #1c1d21;
	height: 64px;
	overflow: hidden;
}

.q-yingy .w {
	float: left;
	margin-top: 60px;
	width: 24.16%;
	margin-right: 1.1%;
}

.q-yingy .w:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.q-yingy .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.q-yingy .w:nth-of-type(4n) {
	margin-right: 0;
}

.q-yingy .w .img_wrap {
	z-index: 11;
	margin-bottom: 25px;
	position: relative;
}

.q-yingy .w .img_wrap:after {
	content: '';
	display: block;
	padding-top: 75%;
}

.q-yingy .w .img_wrap img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.q-yingy .w .hover-h3 {
	font-size: 20px;
	display: inline;
}

.q-yingy .w .p {
	font-size: 16px;
	color: #1c1d21;
	margin-top: 16px;
}

.q-all .w50 {
	width: 50%;
	float: left;
}

.q-all .mintit {
	margin-bottom: 50px;
}

.q-all .w {
	margin-bottom: 30px;
	width: 200px;
	text-align: center;
	margin-right: 30px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	padding-top: 40px;
	float: left;
	height: 160px;
	display: block;
}

.q-all .w .imgb {
	line-height: 60px;
	height: 60px;
}

.q-all .w .imgb img {
	vertical-align: middle;
}

.q-all .w .hover-h3 {
	font-size: 18px;
	display: inline;
}

.q-all .allswi {
	text-align: center;
	margin-top: 68px;
}

.q-all .swiper-pagination-bullet {
	background: #25BCBC;
}

.q-muk .mintit {
	margin-bottom: 90px;
}

.q-muk .w {
	text-align: center;
	width: 20%;
	float: left;
	padding: 0 26px;
	height: 220px;
}

.q-muk .w:hover .hover-h3 {
	background-size: 100% 100%;
}

.q-muk .w .hover-h3 {
	font-size: 18px;
	display: inline;
}

.q-muk .w .icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.q-muk .w .p {
	text-align: left;
	font-size: 14px;
	color: #1c1d21;
	margin-top: 15px;
}

.q-tech .iconlist .w {
	width: 31.66%;
	height: 330px;
	margin-bottom: 30px;
	margin-right: 2.5%;
}

.q-tech .iconlist .w:nth-of-type(3n) {
	margin-right: 0;
}

.show-con {
	min-width: 768px;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	width: 80%;
}

.shop-mes .title {
	font-size: 36px;
	color: #222;
}

.shop-mes .title span {
	opacity: 0.11;
}

.showbanner {
	position: relative;
}

.bgimg {
	width: 100%;
}

.mincon {
	margin: 0 auto;
	width: calc(100% - 100px);
	max-width: 1500px;
}

.showbanner .titbox {
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.showbanner .toptit {
	font-size: 46px;
	color: #fff;
	margin-bottom: 14px;
}

.showbanner .p {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}

.showbanner .showimg {
	position: absolute;
	right: 0;
}

.showbanner .mobileimg {
	right: 5%;
	margin-top: 100px;
	width: 30%;
}

.showbanner .pcimg {
	top: 150px;
	width: 70%;
}

.shop-mes {
	background: #f4f4f4;
	padding: 40px;
	width: 50%;
	float: left;
}

.shop-mes ul {
	list-style: circle;
}

.shop-mes ul .font {
	margin-top: 20px;
	/* padding-left: 20px;
	background: url(../img/ico_27.png) no-repeat 3px center; */
}

.shop-mes ul .font .p {
	font-size: 16px;
}

.shop-mes:last-of-type {
	background: transparent;
	padding-left: 100px;
	/*height: calc(100% - 80px);*/
}

.show-w {
	margin-top: 30px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background: #f4f4f4;
	margin-bottom: 50px;
}

.shop-mes .font {
	margin-top: 25px;
}

.shop-mes .p {
	font-size: 20px;
	color: #222;
}

.shop-mes .span {
	margin-top: 8px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.pc-mes {
	margin-top: 120px;
}

.shop-img {
	background: #fff;
	/*text-align: center;*/
	padding: 40px 0;
}



.bot-paging {
	width: 79%;
	left: 10.5%;
	position: fixed;
	bottom: 50px;
	height: 45px;
	z-index: 20;
	transition: all 0.3s ease 0s;
}

.bot-paging .link-info {
	display: block;
	width: 300px;
	height: 46px;
	position: relative;
	overflow: hidden;
	transition: width 0.3s ease 0s;
}

.bot-paging .link-info .link-ico {
	display: block;
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 2;
	background-color: #25BCBD;
	border-radius: 50%;
}

.bot-paging .link-info i {
	display: block;
	width: 100%;
	height: 100%;
}

.bot-paging .link-info .tit-box {
	display: block;
	line-height: 46px;
	height: 46px;
	border-radius: 46px;
	background: #25BCBD;
	position: absolute;
	top: 0;
	min-width: 120px;
	color: #fbf9f6;
	z-index: 1;
	max-width: 300px;
	font-size: 14px;
}

.bot-paging .prev i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_23.png) no-repeat center;
}

.bot-paging .prev .link-ico {
	float: left;
}

.bot-paging .prev .tit-box {
	transform: translateX(0%);
	left: 1px;
	padding: 0 22px 0 55px;
}

.bot-paging .next i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_24.png) no-repeat center;
}

.bot-paging .next .link-ico {
	float: right;
}

.bot-paging .next .tit-box {
	transform: translateX(0%);
	right: 1px;
	padding: 0 55px 0 22px;
}

.bot-paging .retun-list {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 190px;
	margin-left: -95px;
	height: 46px;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.bot-paging .retun-list .chunk-box {
	display: block;
	width: 46px;
	height: 46px;
	float: right;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background: url(../img/ico_26.png) no-repeat center #25BCBD;
}

.bot-paging .retun-list .round-tit {
	display: block;
	width: 180px;
	padding: 0 55px 0 22px;
	position: absolute;
	right: 1px;
	top: 0;
	transform: translateX(0%);
	color: #fff;
	line-height: 46px;
	font-size: 14px;
	background: #25BCBD;
	border-radius: 46px;
	z-index: -1;
}

.bot-paging.long {
	width: 96%;
	left: 2%;
}

/* .bot-paging .link-info:hover {

    width: 300px;
}

.bot-paging .link-info:hover .link-ico {
    background-color: rgba(0, 0, 0, 0.8);
} */

.bot-paging .link-info:hover .tit-box {
	transform: translateX(0);
}

.bot-paging .retun-list:hover {
	width: 190px;
	margin-left: -95px;
}

.bot-paging .retun-list:hover .round-tit {
	transform: translateX(0);
}

.posi {
	margin-top: 30px;
	color: #999;
	font-size: 18px;
	margin-bottom: -50px;
}

.posi a {
	color: #999;
	font-size: 18px;
}

.posi a:hover {
	color: #25BCBC;
}

.posi .active {
	color: #25BCBC;
}

/*# sourceMappingURL=common.css.map */








.deve-bg .wrap:before,
.deve-bg .wrap:after,
.deve-bg .wrap2:before,
.deve-bg .wrap2:after {
	content: '';
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
	height: 100%;
	width: 25%;
	transform: translateY(-100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}

.deve-bg .wrap:after {
	left: 25%;
}

.deve-bg .wrap .wrap2:before {
	left: 50%;
}

.deve-bg .wrap .wrap2:after {
	left: 75%;
}

.deve-bg .wrap:hover:before {
	transition-delay: 0.225s;
}

.deve-bg .wrap:hover:after {
	transition-delay: 0.075s;
}

.deve-bg .wrap:hover .wrap2:before {
	transition-delay: 0.15s;
}

.deve-bg .wrap:hover .wrap2:after {
	transition-delay: 0s;
}

.deve-bg .pad88 {
	border-bottom: 1px solid #dddddd;
}

.deve-bg .wrap2 {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}

.deve-bg .wrap {
	overflow: hidden;
	margin-top: 60px;
	float: left;
	width: 31%;
	height: 370px;
	position: relative;
	z-index: 1;
	margin-right: 3.5%;
}

.deve-bg .wrap:nth-of-type(3n) {
	margin-right: 0;
}

.deve-bg .wrap .imgb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	z-index: -1;
}

.deve-bg .wrap:hover:after,
.deve-bg .wrap:hover:before,
.deve-bg .wrap:hover .wrap2:after,
.deve-bg .wrap:hover .wrap2:before {
	transform: translateY(0);
}

.deve-bg .wrap:hover p {
	height: 184px;
}

.deve-bg .wrap:hover .icon {
	display: none;
}

.deve-bg .wrap .box {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.deve-bg .wrap .font {
	padding: 0 32px;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: all .3s linear;
	z-index: 22;
}

.deve-bg .wrap .h4 {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.deve-bg .wrap p {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-align: left;
	height: 0;
	line-height: 36px;
	transition: all .3s linear;
}

.deve-bg .wrap p:before {
	content: '';
	display: block;
	margin: 18px auto;
	width: 32px;
	height: 2px;
	background: #fff;
}

.b2b-als .bigtit {
	margin-bottom: 60px;
}

.b2b-als .wrap {
	padding: 60px 0 90px;
	background: #f6f6f6;
}

.b2b-als .wrap:nth-of-type(2n) {
	background: #fff;
}

.b2b-als .wrap:nth-of-type(2n) .font {
	float: right;
	padding-left: 45px;
	padding-right: 0;
}

.b2b-als .wrap:hover {
	background: #25BCBC;
}

.b2b-als .wrap .font {
	width: 50%;
	float: left;
	padding-right: 45px;
}

.b2b-als .wrap .imgb {
	float: left;
	width: 50%;
	text-align: center;
}

.b2b-als .wrap .hover-h3 {
	font-size: 28px;
}

.b2b-als .wrap .p {
	font-size: 20px;
	color: #222222;
	margin-top: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}

.b2b-als .wrap .p:last-of-type {
	margin-bottom: 0px;
}

.b2b-als .h5 {
	text-align: center;
	margin-bottom: 45px;
	font-size: 36px;
	color: #1c1d21;
	font-weight: normal;
}

.b2b-als .pad88 {
	border-bottom: 1px solid #dddddd;
}

.do .twrap {
	text-align: center;
}

.do .min-nav {
	margin: 100px 0 60px;
	text-align: center;
	font-size: 0;
}

.do .min-nav .tab {
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	display: inline-block;
	line-height: 48px;
	width: 240px;
	border: 1px solid #dddddd;
}

.do .min-nav .tab:hover {
	border-color: #25BCBC;
	color: #fff;
	background: #25BCBC;
}

.do .min-nav .act {
	border-color: #25BCBC;
	color: #fff;
	background: #25BCBC;
}

.do .wrap {
	width: 47%;
	margin-right: 6%;
	float: left;
}

.do .wrap:nth-of-type(2n) {
	margin-right: 0%;
}

.do .wrap .tit {
	font-weight: bold;
	line-height: 108px;
	position: relative;
}

.do .wrap .tit .titbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
}

.do .wrap .tit h6 {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #fff;
	padding-left: 48px;
	font-weight: bold;
}

.do .wrap .w {
	height: 180px;
	padding: 40px;
	border: 1px solid #dddddd;
	border-top: 0;
	font-size: 0;
}

.do .wrap .font {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 350px;
}

.do .wrap .font .h4 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
}

.do .wrap .font .p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.do .wrap .font .h5 {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
}

.do .wrap .icon {
	vertical-align: middle;
}

.do .pad88 {
	border-bottom: 1px solid #dddddd;
}

.jiazhi .hid {
	height: 500px;
	margin-top: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}

.jiazhi #map {
	height: 600px;
	transform: translateY(-100px);
}


.sec-nav {
	position: fixed;
	top: 75px;
	background: #fff;
	padding: 30px 0;
	left: 0;
	width: 100%;
	line-height: 100%;
}

.sec-nav .wrap {
	width: 31%;
	margin-right: 3.5%;
	float: left;
}

.sec-nav .wrap1 {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	justify-content: space-around;
}

.sec-nav .wrap:nth-of-type(3n) {
	margin-right: 0;
}

.sec-nav .wrap .hover-h3 {
	font-size: 20px;
	margin-bottom: 20px;
	display: inline;
}

.sec-nav .wrap .hover-h3+.box {
	margin-top: 40px;
}

.sec-nav .box {
	margin-bottom: 10px;
	background: #f6f6f6;
	display: block;
	padding: 20px;
	width: 100%;
}

.sec-nav .box .h3 span {
	color: #222222;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.sec-nav .box .h3 .hot {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	background: #fe5558;
	padding: 0 5px;
	line-height: 16px;
	height: 16px;
}

.sec-nav .box .p {
	margin-top: 10px;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
	height: 52px;
}


@charset "UTF-8";

a,
del,
ins {
	text-decoration: none
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom dd .shop-img img,
.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dd img {
	max-width: 100%;
	vertical-align: middle
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family: Helvetica, 'Microsoft YaHei', arial, sans-serif
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
var {
	font-style: normal;
	font-weight: 400
}

li,
ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

q:after,
q:before {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sub,
sup {
	vertical-align: baseline
}

legend {
	color: #000
}

button,
input,
optgroup,
option,
select,
textarea {
	font-style: normal;
	font-weight: 400;
	outline: 0
}

textarea {
	resize: none
}

em,
i,
strong {
	font-style: normal
}

/* a {
	color: #317ee7
}

a:hover {
	color: #fb5651
} */

.clearfix:after {
	clear: both;
	content: '';
	display: table
}

.hidden {
	visibility: hidden
}

.none {
	display: none
}

/* .wrap {
	width: 1200px;
	margin: 0 auto
} */

.menu_nav .wrap .nav .spec-home {
	float: left;
	width: 218px;
	height: 40px
}

.menu_nav .wrap .nav .spec-home h2 {
	line-height: 40px;
	background: #1d5edc;
	text-indent: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.menu_nav .wrap .nav .spec-home h2 a {
	color: #fff;
	padding-left: 6px
}

.menu_nav .wrap .nav .spec-home h2 a:before {
	display: inline-block;
	width: 20px;
	height: 12px;
	content: '';
	background: url(/global/images/icon/menu_new_img.png) no-repeat;
	margin-right: 10px
}

.molbase-home-menu {
	width: 218px;
	height: 440px;
	position: relative;
	margin-top: 2px;
	background-image: linear-gradient(0deg, #545A7B 1%, #09163D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545A7B', endColorstr='#09163D', GradientType=0)
}

.molbase-home-menu .home-menu-cont {
	padding-top: 20px;
	overflow-y: auto
}

.molbase-home-menu .home-menu-cont .item-title {
	height: 36px
}

.molbase-home-menu .home-menu-cont .item-title:hover .item-menu {
	background: #3464C0
}

.molbase-home-menu .home-menu-cont .item-title:hover .hover-main-menu {
	display: block
}

.molbase-home-menu .home-menu-cont .item-title .item-menu {
	line-height: 36px;
	padding-left: 22px
}

.molbase-home-menu .home-menu-cont .item-title .item-menu a {
	font-size: 14px;
	display: block;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu {
	display: none;
	position: absolute;
	left: 218px;
	top: 0;
	width: 314px;
	height: 419px;
	padding: 10px 16px;
	border: 1px solid #CACACA;
	border-left: 0;
	border-top: 0;
	background: #fff
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu h3 {
	font-size: 14px;
	padding: 8px 0 12px;
	border-bottom: solid 1px #CACACA
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu h3 a {
	color: #333
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu h3 a:hover {
	color: #317ee7
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu .hover-menu-list {
	height: 360px;
	margin-top: 16px;
	overflow-y: auto
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu .hover-menu-list ul {
	margin-left: -10px
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu .hover-menu-list ul li {
	float: left;
	width: 134px;
	height: 18px;
	margin: 0 10px 10px
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu .hover-menu-list ul li a {
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.molbase-home-menu .home-menu-cont .item-title .hover-main-menu .hover-menu-list ul li a:hover {
	color: #317ee7
}

.mb-head {
	width: 1200px;
	margin: 20px auto 0
}

.mb-head .slide-box {
	margin: 0 0 0 236px;
	float: left;
	width: 650px;
	height: 420px;
	overflow: hidden;
	position: relative
}

.mb-head .slide-box .head-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}

.mb-head .slide-box .head-nav ul li {
	width: 107.5px;
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	border-right: solid 1px #103545
}

.mb-head .slide-box .head-nav ul li.on,
.mb-head .slide-box .head-nav ul li:hover {
	background: rgba(127, 124, 124, .9)
}

.mb-head .slide-box .head-nav ul li:last-child {
	border-right: 0
}

.mb-head .slide-box .head-nav ul li a {
	color: #fff
}

.mb-head .slide-box .bd li {
	width: 650px;
	height: 420px;
	overflow: hidden
}

.mb-head .slide-box .bd li img {
	display: block;
	width: 100%;
	height: 100%
}

.mb-head .login-on,
.mb-head .login-out {
	float: right;
	height: 420px;
	width: 296px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6
}

.mb-head .login-on .log-btn-box a,
.mb-head .login-out .log-btn-box a {
	width: 121px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 14px;
	vertical-align: top;
	border-radius: 2px;
	border: 1px solid #317EE7
}

.mb-head .login-on .log-btn-box a:hover,
.mb-head .login-out .log-btn-box a:hover {
	border-color: #2C6DC6
}

.mb-head .login-on .info-tips,
.mb-head .login-out .info-tips {
	margin-top: 16px
}

.mb-head .login-on .info-tips li,
.mb-head .login-out .info-tips li {
	padding-left: 22px;
	padding-bottom: 10px;
	position: relative
}

.mb-head .login-on .info-tips li a,
.mb-head .login-out .info-tips li a {
	display: block;
	color: #333;
	width: 233px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mb-head .login-on .info-tips li a:hover,
.mb-head .login-out .info-tips li a:hover {
	color: #317ee7
}

.mb-head .login-on .info-tips li:before,
.mb-head .login-out .info-tips li:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 16px;
	height: 13px;
	background: url(../assets/icons/tips.png) no-repeat
}

.mb-head .login-out {
	padding: 0 19px
}

.mb-head .login-out h3 {
	margin-top: 28px;
	font-size: 16px;
	text-align: center
}

.mb-head .login-out .log-btn-box {
	margin-top: 28px
}

.mb-head .login-out .log-btn-box .login-btn {
	color: #fff;
	background: #317EE7;
	margin-right: 10px
}

.mb-head .login-out .log-btn-box .login-btn:hover {
	background: #2C6DC6
}

.mb-head .login-out .log-btn-box .register-btn:hover {
	color: #2C6DC6
}

.mb-head .login-out .guide-nav {
	margin-top: 25px;
	border-bottom: solid 1px #C9C9C9
}

.mb-head .login-out .guide-nav a {
	display: block;
	float: left;
	width: 128px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px
}

.mb-head .login-out .guide-nav a.on {
	color: #317ee7;
	border-bottom: solid 2px #317ee7
}

.mb-head .login-out .serve-box {
	margin-top: 16px
}

.mb-head .login-out .serve-box ul {
	margin-left: -10px
}

.mb-head .login-out .serve-box ul li {
	margin: 0 0 10px 10px;
	float: left;
	width: 76.6px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #C9C9C9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mb-head .login-out .serve-box ul li a {
	display: block;
	color: #333
}

.mb-head .login-out .serve-box ul li:hover {
	border-color: #317EE7
}

.mb-head .login-out .serve-box ul li:hover a {
	color: #317EE7
}

.mb-head .login-out .login-adv {
	margin-top: 10px;
	height: 256px;
	height: 76px;
	overflow: hidden
}

.mb-head .login-out .login-adv img {
	width: 100%;
	height: 100%
}

.mb-head .login-on {
	background: url(../assets/images/login-bg.jpg) 100% 100% no-repeat
}

.mb-head .login-on h3 {
	margin-top: 44px;
	font-size: 18px;
	text-align: center;
	height: 24px;
	width: 294px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mb-head .login-on .user-order {
	width: 256px;
	margin: 36px 19px
}

.mb-head .login-on .user-order ul li {
	float: left;
	width: 128px;
	text-align: center;
	position: relative
}

.mb-head .login-on .user-order ul li p a {
	font-size: 24px;
	font-weight: 700
}

.mb-head .login-on .user-order ul li:first-child:before {
	position: absolute;
	top: 12px;
	right: 0;
	content: '';
	width: 1px;
	height: 26px;
	background: #716d6d
}

.mb-head .login-on .into-user {
	margin: 30px 20px 0;
	width: 256px;
	height: 47px;
	line-height: 47px;
	text-align: center
}

.mb-head .login-on .into-user a {
	display: block;
	background: #317ee7;
	color: #fff;
	font-size: 14px;
	border-radius: 2px
}

.mb-head .login-on .into-user a:hover {
	background: #2C6DC6
}

.mb-head .login-on .log-btn-box {
	padding: 30px 19px 50px;
	border-bottom: 1px solid #E9E9E9
}

.mb-head .login-on .log-btn-box .buy-btn {
	margin-right: 10px;
	color: #333;
	border: 1px solid #A5A5A5
}

.mb-head .login-on .log-btn-box .buy-btn:hover {
	color: #317ee7;
	border-color: #317ee7
}

.mb-head .login-on .log-btn-box .buy-btn:last-child {
	margin-right: 0
}

.mb-head .login-on .info-tips {
	margin-left: 20px
}

.co-grey {
	color: #999
}

.co-blue {
	color: #317ee7
}

.orange {
	color: #FF3800
}

/* .next,
.prev {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 30px;
	height: 52px
}

.prev {
	left: 0;
	background: url(../assets/icons/prev.png) center no-repeat rgba(0, 0, 0, .4)
}

.next {
	right: 0;
	background: url(../assets/icons/next.png) center no-repeat rgba(0, 0, 0, .4)
} */

.company-slide .next,
.company-slide .prev {
	margin-top: -18px;
}

.company-slide .next {
	right: 1px
}

.baike-content .title,
.deal-content .title {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	position: relative
}

.baike-content .title:after,
.deal-content .title:after {
	position: absolute;
	top: 9px;
	content: '';
	height: 1px;
	background: #EFEFEF
}

.baike-content .title .more-link,
.deal-content .title .more-link {
	font-weight: 400;
	font-size: 12px;
	color: #999;
	float: right
}

.baike-content .title .more-link:hover,
.deal-content .title .more-link:hover {
	color: #317ee7
}

.hot-product .title:after,
.hot-supplier .title:after,
.shop-box .title:after {
	width: 770px;
	left: 76px
}

.brand-box .title:after,
.order-serve .title:after,
.store-serve .title:after {
	width: 222px;
	left: 72px
}

.deal-title,
.product-title,
.serve-title {
	margin: 50px 0 52px;
	width: 1200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 32px
}

.deal-title {
	background: url(../assets/images/title-deal.png) center no-repeat
}

.serve-title {
	background: url(../assets/images/title-serve.png) center no-repeat
}

.product-title {
	background: url(../assets/images/title-product.png) center no-repeat
}

.baike-content {
	width: 1200px;
	margin: 40px auto 0
}

.baike-content .baike-serve {
	float: left;
	width: 218px;
	height: 246px
}

.baike-content .baike-serve ul {
	margin: 14px 0 0 -18px;
	height: 210px
}

.baike-content .baike-serve ul li {
	float: left;
	width: 100px;
	height: 96px;
	line-height: 96px;
	margin: 0 0 19px 18px;
	text-align: center
}

.baike-content .baike-serve ul li img {
	width: 100%;
	height: 100%
}

.baike-content .chart-box {
	float: left;
	width: 650px;
	margin-left: 18px
}

.baike-content .chart-box .chart-nav {
	position: relative
}

.baike-content .chart-box .chart-nav ul {
	margin-left: -15px
}

.baike-content .chart-box .chart-nav ul li {
	float: left;
	margin: 0 15px;
	font-size: 16px;
	padding-bottom: 14px;
	cursor: pointer
}

.baike-content .chart-box .chart-nav ul li.on {
	color: #317ee7;
	position: relative
}

.baike-content .chart-box .chart-nav ul li.on:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #317ee7
}

.baike-content .chart-box .chart-nav .more-link {
	position: absolute;
	top: 0;
	right: 0;
	color: #999
}

.baike-content .chart-box .chart-nav .more-link:hover {
	color: #317ee7
}

.baike-content .chart-box .chart-item {
	height: 164px;
	padding: 30px 24px 16px 20px;
	border: 1px solid #e6e6e6
}

.baike-content .chart-box .chart-item dl {
	width: 606px
}

.baike-content .chart-box .chart-item dl dt {
	width: 120px;
	float: left
}

.baike-content .chart-box .chart-item dl dt p,
.baike-content .chart-box .chart-item dl dt span {
	display: block;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.baike-content .chart-box .chart-item dl dt .col-top {
	margin-top: 6px
}

.baike-content .chart-box .chart-item dl dt .p-name {
	font-size: 14px;
	margin-bottom: 5px
}

.baike-content .chart-box .chart-item dl dt .p-name a {
	color: #333
}

.baike-content .chart-box .chart-item dl dt .p-name a:hover {
	color: #317ee7
}

.baike-content .chart-box .chart-item dl dt .col-buttom {
	margin-top: 22px
}

.baike-content .chart-box .chart-item dl dt .price em {
	color: #FF3800;
	font-size: 18px
}

.baike-content .chart-box .chart-item dl dt .mom {
	margin-top: 5px
}

.baike-content .chart-box .chart-item dl dt .mom span {
	display: inline
}

.baike-content .chart-box .chart-item dl dd {
	float: right;
	width: 480px
}

.baike-content .market-info {
	width: 296px;
	float: right
}

.baike-content .market-info .market-info-list {
	margin-top: 14px;
	border: 1px solid #e6e6e6;
	padding: 10px 14px 0;
	height: 213px;
	width: 296px;
	box-sizing: border-box;
	overflow: hidden
}

.baike-content .market-info .market-info-list ul li {
	height: 32px;
	line-height: 32px
}

.baike-content .market-info .market-info-list ul li a {
	display: block;
	color: #333;
	width: 266px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.baike-content .market-info .market-info-list ul li a:hover {
	color: #317ee7
}

.deal-content .deal-top .hot-product {
	float: left;
	width: 888px
}

.deal-content .deal-top .hot-product .company-slide {
	margin-top: 15px;
	height: 370px;
	position: relative
}

.deal-content .deal-top .hot-product .company-slide .company-bd {
	width: 888px;
	height: 370px
}

.deal-content .deal-top .hot-product .company-slide .company-bd li {
	margin-left: -20px;
	height: 370px
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list {
	float: left;
	width: 207px;
	margin: 0 0 20px 20px
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-img {
	display: block;
	width: 206px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	overflow: hidden
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-img img {
	width: 100%;
	height: 100%
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-detail,
.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-name {
	width: 206px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-name {
	margin-top: 10px;
	font-size: 14px
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-name a {
	color: #333
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-name a:hover {
	color: #317ee7
}

.deal-content .deal-top .hot-product .company-slide .company-bd li .company-list .company-detail {
	margin: 5px 0 10px
}

.deal-content .deal-top .hot-product .company-info {
	margin-top: 23px;
	height: 66px
}

.deal-content .deal-top .hot-product .company-info dl {
	float: left
}

.deal-content .deal-top .hot-product .company-info dl dt {
	float: left;
	width: 48px;
	height: 66px;
	text-align: center;
	position: relative;
	background-image: linear-gradient(250deg, #1983ED 0, #868CF5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1983ED', endColorstr='#868CF5', GradientType=0)
}

.deal-content .deal-top .hot-product .company-info dl dt span {
	display: block;
	color: #fff;
	margin-top: 38px
}

.deal-content .deal-top .hot-product .company-info dl dt span:before {
	position: absolute;
	left: 15px;
	top: 13px;
	content: ''
}

.deal-content .deal-top .hot-product .company-info dl dd {
	float: left;
	margin-left: 2px;
	height: 66px
}

.deal-content .deal-top .hot-product .company-info dl dd a {
	display: block;
	float: left;
	width: 36px;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e9e9e9;
	border-radius: 1px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 10px 10px;
	color: #333
}

.deal-content .deal-top .hot-product .company-info dl dd a:hover {
	color: #317ee7;
	border-color: #317ee7
}

.deal-content .deal-top .hot-product .company-info .company-type {
	width: 166px
}

.deal-content .deal-top .hot-product .company-info .company-type dt span:before {
	width: 18px;
	height: 18px;
	background: url(../assets/icons/class.png) no-repeat
}

.deal-content .deal-top .hot-product .company-info .company-type dd {
	width: 116px
}

.deal-content .deal-top .hot-product .company-info .company-area {
	width: 700px;
	margin-left: 22px
}

.deal-content .deal-top .hot-product .company-info .company-area dt span:before {
	width: 20px;
	height: 20px;
	background: url(../assets/icons/map.png) no-repeat
}

.deal-content .deal-top .hot-product .company-info .company-area dd {
	width: 648px
}

.deal-content .deal-top .hot-product .company-info .company-area dd a {
	width: 36.9px
}

.deal-content .deal-top .brand-box {
	float: right;
	width: 298px
}

.deal-content .deal-top .brand-box .brand-slide {
	margin-top: 14px;
	height: 460px;
	position: relative
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd {
	width: 298px;
	height: 460px;
	overflow: hidden
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li {
	height: 460px;
	margin-left: -20px
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li .brand-list {
	float: left;
	margin: 0 0 20px 20px;
	width: 139px;
	position: relative;
	height: 100px;
	overflow: hidden
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li .brand-list:hover .img-text {
	display: table
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li .brand-list .brand-img {
	width: 139px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li .brand-list .brand-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li .brand-list .img-text {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(49, 126, 231, .85)
}

.deal-content .deal-top .brand-box .brand-slide .brand-bd li .brand-list .img-text a {
	color: #fff;
	line-height: 17px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.deal-content .deal-top .brand-box .brand-slide .brand-hd {
	position: absolute;
	bottom: 12px;
	width: 100%;
	text-align: center
}

.deal-content .deal-top .brand-box .brand-slide .brand-hd ul li {
	font-size: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #A0A0A0;
	border-radius: 10px;
	margin: 0 5px;
	opacity: .7;
	cursor: pointer
}

.deal-content .deal-top .brand-box .brand-slide .brand-hd ul li.on {
	background: #317ee7
}

.deal-content .deal-middle {
	margin-top: 60px
}

.deal-content .deal-middle .shop-box {
	width: 888px;
	float: left
}

.deal-content .deal-middle .shop-box .shop-info {
	margin-top: 14px
}

.deal-content .deal-middle .shop-box .shop-info ul {
	margin-left: -19px
}

.deal-content .deal-middle .shop-box .shop-info ul li {
	float: left;
	width: 207px;
	height: 370px;
	box-sizing: border-box;
	padding: 15px;
	margin-left: 19px;
	border: 1px solid #e6e6e6
}

.deal-content .deal-middle .shop-box .shop-info ul li .choiceness,
.deal-content .deal-middle .shop-box .shop-info ul li .co-grey,
.deal-content .deal-middle .shop-box .shop-info ul li .s-price,
.deal-content .deal-middle .shop-box .shop-info ul li .shop-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 {
	margin-top: 3px
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 p {
	font-size: 14px;
	position: relative
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 p:before {
	position: absolute;
	left: -15px;
	top: 2px;
	content: '';
	width: 5px;
	height: 16px;
	background: #333
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 p .choiceness {
	width: 130px;
	display: inline-block
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 p .more-link {
	color: #999;
	font-size: 12px;
	float: right
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 p .more-link:hover {
	color: #317ee7
}

.deal-content .deal-middle .shop-box .shop-info ul li h4 span {
	margin-top: 6px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top {
	margin-top: 20px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt {
	float: left;
	width: 85px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt .p-name {
	width: 85px;
	height: 34px;
	line-height: 17px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt .p-name a {
	color: #333
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt .p-name a:hover {
	color: #317ee7
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt .describe {
	margin-top: 19px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt .describe .s-price {
	margin-bottom: 4px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dt .describe .s-price em {
	font-weight: 700;
	font-size: 14px;
	color: #FF3800;
	margin-right: 2px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-top dd {
	float: left;
	margin-left: 6px;
	width: 84px;
	height: 100px;
	line-height: 100px;
	text-align: center
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom {
	margin-top: 27px;
	border-top: solid 1px #DCDCDC;
	padding-top: 20px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom dd {
	float: left;
	width: 74px;
	text-align: center
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom dd:last-child {
	margin-left: 26px
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom dd .shop-img {
	display: block;
	width: 70px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	overflow: hidden
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom dd .shop-name {
	margin: 12px 0 4px;
	color: #333
}

.deal-content .deal-middle .shop-box .shop-info ul li .shop-detail-buttom dd .shop-name:hover {
	color: #317ee7
}

.deal-content .deal-middle .shop-box .shop-guide {
	margin-top: 20px
}

.deal-content .deal-middle .shop-box .shop-guide dl {
	float: left
}

.deal-content .deal-middle .shop-box .shop-guide dl dt {
	float: left;
	width: 48px;
	height: 66px;
	background-image: linear-gradient(250deg, #ED3E19 0, #F59486 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED3E19', endColorstr='#F59486', GradientType=0);
	text-align: center
}

.deal-content .deal-botoom .hot-store dt,
.deal-content .deal-botoom .store-serve .open-store .form-item li .store-submit {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E8DC9', endColorstr='#3CC1FF', GradientType=0);
	text-align: center
}

.deal-content .deal-middle .shop-box .shop-guide dl dt span {
	display: block;
	color: #fff
}

.deal-content .deal-middle .shop-box .shop-guide dl dd {
	float: left;
	height: 66px;
	overflow: hidden
}

.deal-content .deal-middle .shop-box .shop-guide dl dd a {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	border: 1px solid #e9e9e9;
	border-radius: 1px;
	color: #333;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.deal-content .deal-middle .shop-box .shop-guide dl dd a:hover {
	color: #317ee7;
	border-color: #317ee7
}

.deal-content .deal-middle .shop-box .shop-guide .guide-mall {
	width: 166px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-mall dt {
	position: relative
}

.deal-content .deal-middle .shop-box .shop-guide .guide-mall dt span {
	margin-top: 38px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-mall dt span:before {
	position: absolute;
	left: 13px;
	top: 13px;
	content: '';
	width: 22px;
	height: 18px;
	background: url(../assets/icons/cart.png) no-repeat
}

.deal-content .deal-middle .shop-box .shop-guide .guide-mall dd {
	width: 116px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-mall dd a {
	width: 36px;
	padding: 0 5px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-shop {
	width: 700px;
	margin-left: 22px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-shop dt span {
	margin-top: 18px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-shop dd {
	width: 648px
}

.deal-content .deal-middle .shop-box .shop-guide .guide-shop dd a {
	max-width: 123px;
	min-width: 36px
}

.deal-content .deal-botoom .star-store ul .top1 dl dt img,
.deal-content .deal-botoom .star-store ul .top2 dl dt img,
.deal-content .deal-botoom .star-store ul .top3 dl dt img {
	max-width: 100%;
	vertical-align: middle
}

.deal-content .deal-middle .order-serve {
	float: right;
	width: 296px
}

.deal-content .deal-middle .order-serve .serve-link {
	margin-top: 14px;
	height: 456px;
	width: 296px;
	overflow: hidden
}

.deal-content .deal-middle .order-serve .serve-link img {
	width: 100%;
	height: 100%
}

.deal-content .deal-botoom {
	margin-top: 60px
}

.deal-content .deal-botoom .hot-supplier {
	width: 888px;
	float: left
}

.deal-content .deal-botoom .star-store ul {
	margin-left: -20px
}

.deal-content .deal-botoom .star-store ul li {
	float: left;
	margin: 20px 0 0 20px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	position: relative
}

.deal-content .deal-botoom .star-store ul li dl dd,
.deal-content .deal-botoom .star-store ul li dl dt {
	float: left
}

.deal-content .deal-botoom .star-store ul li .store-product,
.deal-content .deal-botoom .star-store ul li dl dd h4,
.deal-content .deal-botoom .star-store ul li dl dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.deal-content .deal-botoom .star-store ul li .star-icon {
	position: absolute;
	right: -1px;
	top: -1px
}

.deal-content .deal-botoom .star-store ul .top1,
.deal-content .deal-botoom .star-store ul .top2 {
	width: 433px;
	height: 210px
}

.deal-content .deal-botoom .star-store ul .top1 dl,
.deal-content .deal-botoom .star-store ul .top2 dl {
	height: 48px;
	padding: 27px 20px 13px
}

.deal-content .deal-botoom .star-store ul .top1 dl dt,
.deal-content .deal-botoom .star-store ul .top2 dl dt {
	width: 50px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden
}

.deal-content .deal-botoom .star-store ul .top1 dl dd,
.deal-content .deal-botoom .star-store ul .top2 dl dd {
	width: 290px;
	margin-left: 5px
}

.deal-content .deal-botoom .star-store ul .top1 dl dd h4,
.deal-content .deal-botoom .star-store ul .top2 dl dd h4 {
	height: 20px;
	font-size: 16px;
	width: 280px
}

.deal-content .deal-botoom .star-store ul .top1 dl dd h4 a,
.deal-content .deal-botoom .star-store ul .top2 dl dd h4 a {
	color: #333
}

.deal-content .deal-botoom .star-store ul .top1 dl dd h4 a:hover,
.deal-content .deal-botoom .star-store ul .top2 dl dd h4 a:hover {
	color: #317ee7
}

.deal-content .deal-botoom .star-store ul .top1 dl dd p,
.deal-content .deal-botoom .star-store ul .top2 dl dd p {
	width: 280px;
	margin-top: 6px
}

.deal-content .deal-botoom .star-store ul .top1 .store-product,
.deal-content .deal-botoom .star-store ul .top2 .store-product {
	width: 411px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 10px
}

.deal-content .deal-botoom .star-store ul .top1 .main-product,
.deal-content .deal-botoom .star-store ul .top2 .main-product {
	margin: 13px 20px;
	width: 380px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 20px;
	color: #2A2A2A
}

.deal-content .deal-botoom .star-store ul .top1 .main-product a,
.deal-content .deal-botoom .star-store ul .top2 .main-product a {
	color: #2A2A2A
}

.deal-content .deal-botoom .star-store ul .top1 .main-product a:hover,
.deal-content .deal-botoom .star-store ul .top2 .main-product a:hover {
	color: #317ee7
}

.deal-content .deal-botoom .star-store ul .top1 dl {
	background: #FFFCF5
}

.deal-content .deal-botoom .star-store ul .top1 .store-product {
	color: #BF8F00;
	background: #FFF6DA
}

.deal-content .deal-botoom .star-store ul .top2 dl {
	background: #F7FCFF
}

.deal-content .deal-botoom .star-store ul .top2 .store-product {
	color: #35608F;
	background: #EDF2F6
}

.deal-content .deal-botoom .star-store ul .top3 {
	width: 207px;
	height: 94px
}

.deal-content .deal-botoom .star-store ul .top3 dl {
	padding: 13px 10px;
	height: 39px
}

.deal-content .deal-botoom .star-store ul .top3 dl dt {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	overflow: hidden
}

.deal-content .deal-botoom .star-store ul .top3 dl dd {
	width: 146px;
	margin-left: 4px
}

.deal-content .deal-botoom .star-store ul .top3 dl dd h4,
.deal-content .deal-botoom .star-store ul .top3 dl dd p {
	height: 20px;
	width: 148px
}

.deal-content .deal-botoom .star-store ul .top3 dl dd h4 a {
	color: #333
}

.deal-content .deal-botoom .star-store ul .top3 dl dd h4 a:hover {
	color: #317ee7
}

.deal-content .deal-botoom .star-store ul .top3 .store-product {
	height: 27px;
	line-height: 27px;
	width: 185px;
	padding: 0 10px;
	color: #BF5B3F;
	background: #FBF0ED
}

.deal-content .deal-botoom .hot-store {
	margin-top: 20px;
	width: 888px;
	height: 66px
}

.deal-content .deal-botoom .hot-store dt {
	float: left;
	width: 48px;
	height: 50px;
	padding-top: 16px;
	background-image: linear-gradient(46deg, #1E8DC9 0, #3CC1FF 100%)
}

.deal-content .deal-botoom .hot-store dt span {
	color: #fff
}

.deal-content .deal-botoom .hot-store dd {
	float: left;
	width: 840px;
	height: 66px;
	overflow: hidden
}

.deal-content .deal-botoom .hot-store dd a {
	display: block;
	float: left;
	width: 130px;
	height: 28px;
	line-height: 28px;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	border: 1px solid #e9e9e9;
	border-radius: 1px;
	margin: 0 0 10px 10px
}

.deal-content .deal-botoom .hot-store dd a:hover {
	color: #317ee7;
	border-color: #317ee7
}

.deal-content .deal-botoom .store-serve {
	float: right;
	width: 296px
}

.deal-content .deal-botoom .store-serve .open-store {
	width: 296px;
	margin-top: 15px;
	height: 417px;
	overflow: hidden
}

.deal-content .deal-botoom .store-serve .open-store h4 {
	padding-top: 234px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	position: relative
}

.deal-content .deal-botoom .store-serve .open-store h4:after,
.deal-content .deal-botoom .store-serve .open-store h4:before {
	position: absolute;
	top: 246px;
	content: '';
	width: 73px;
	height: 1px;
	background: #333
}

.deal-content .deal-botoom .store-serve .open-store h4:before {
	left: 26px
}

.deal-content .deal-botoom .store-serve .open-store h4:after {
	right: 26px
}

.deal-content .deal-botoom .store-serve .open-store .form-item {
	margin: 23px 19px
}

.deal-content .deal-botoom .store-serve .open-store .form-item li {
	width: 256px;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	position: relative
}

.deal-content .deal-botoom .store-serve .open-store .form-item li .input-text {
	height: 32px;
	width: 256px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #C9C9C9;
	border-radius: 2px
}

.deal-content .deal-botoom .store-serve .open-store .form-item li .store-submit {
	width: 256px;
	height: 32px;
	color: #fff;
	background-image: linear-gradient(46deg, #1E8DC9 0, #3CC1FF 100%);
	border-radius: 2px;
	border: 0;
	cursor: pointer
}

.deal-content .deal-botoom .store-serve .open-store .form-item li input.error::-webkit-input-placeholder {
	color: #FE2E2E
}

.deal-content .deal-botoom .store-serve .open-store .form-item li input.error::-moz-placeholder {
	color: #FE2E2E
}

.deal-content .deal-botoom .store-serve .open-store .form-item li input.error::-ms-input-placeholder {
	color: #FE2E2E
}

.serve-content .serve-list {
	width: 1200px;
	height: 312px;
	overflow: hidden
}

.serve-content .serve-list ul:hover li,
.serve-content .serve-list ul:hover li .mask {
	width: 184px
}

.serve-content .serve-list ul {
	margin-left: -20px
}

.serve-content .serve-list ul li {
	float: left;
	width: 224px;
	height: 312px;
	overflow: hidden;
	margin: 0 0 0 20px;
	transition: all .3s
}

.serve-content .serve-list ul li:hover {
	width: 382px
}

.serve-content .serve-list ul li:hover .mask {
	display: none
}

.serve-content .serve-list ul li:hover .mask-hover {
	display: block
}

.serve-content .serve-list ul li .mask {
	width: 224px;
	height: 312px;
	background: rgba(0, 0, 0, .5)
}

.serve-content .serve-list ul li .mask h5,
.serve-content .serve-list ul li .mask p {
	height: 25px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.serve-content .serve-list ul li .mask h5 {
	font-size: 18px;
	padding-top: 126px;
	color: #fff
}

.serve-content .serve-list ul li .mask p {
	margin-top: 12px;
	color: #fff
}

.serve-content .serve-list ul li .mask-hover {
	width: 382px;
	height: 312px;
	background: rgba(0, 0, 0, .5);
	display: none
}

.serve-content .serve-list ul li .mask-hover h6 {
	padding-top: 76px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative
}

.serve-content .serve-list ul li .mask-hover h6:after,
.serve-content .serve-list ul li .mask-hover h6:before {
	position: absolute;
	top: 87px;
	content: '';
	width: 42px;
	height: 1px;
	background: #fff
}

.serve-content .serve-list ul li .mask-hover h6:before {
	left: 40px
}

.serve-content .serve-list ul li .mask-hover h6:after {
	right: 40px
}

.serve-content .serve-list ul li .mask-hover p {
	color: #fff;
	margin: 22px auto 0;
	width: 140px;
	text-align: center
}

.serve-content .serve-list ul li .mask-hover .look-btn {
	display: block;
	margin: 28px auto;
	width: 77px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #6598E0;
	background: #fff
}

.serve-content .serve-list ul li .mask-hover .look-btn:hover {
	color: #fb5651
}

.product-content .nav-list {
	margin-left: -20px;
	height: 232px;
	overflow: hidden;
	text-align: center;
}

.product-content .nav-list dl {
	width: 183.3px;
	height: 213px;
	margin: 0 0 20px 20px;
	display: inline-block;
	vertical-align: top;
}
.product-content .nav-list dl:first-of-type{
	margin-left: 0;
}
.product-content >.container{
	padding-left: 0 !important;
}
.product-content .nav-list dl a,
.product-content .nav-list dl dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-content .nav-list dl dt {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #25BCBC
}

.product-content .nav-list dl dd {
	height: 175px;
	padding: 12px 8px 18px;
	border: 1px solid #e6e6e6
}

.product-content .nav-list dl dd a {
	display: block;
	color: #333;
	height: 25px;
	line-height: 25px
}

.product-content .nav-list dl dd a:hover {
	color: #317ee7
}

.product-content .click-more {
	display: block;
	color: #999;
	text-align: center
}

.product-content .click-more:hover {
	color: #317ee7
}
.product-content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-content .hover-h3{
	font-size: 50px;
	margin-bottom: 50px;
}
.bot-paging .link-info{
	background: transparent;
}	
.news{
	padding-bottom: 30px;
}
.heiauto{
	height: auto !important;
}



  .banbg2 .form {
  	display: inline-block;
  	text-align: center;
	 width: 100%;
  }
  
  .banbg2 .form .form-box {
  	background: #fff;
  	border-radius: 10px;
  	height: 60px;
  	padding-top: 20px;
  	width: 850px;
  	position: relative;
  	display: inline-block;
  }
  
  .banbg2 .form .select {
  	width: 160px;
  	float: left;
  	position: relative;
  	border-right: 1px solid #808188;
  	text-align: center;
  	margin-left: 0;
  	min-height: 20px;
  }
  
  .banbg2 .form .select .layui-form-select .layui-input {
  	background: transparent;
  	border: 0;
  	font-size: 16px;
  	color: #333;
  	height: 20px;
  	text-align: center;
  }
  .banbg2 .form  .layui-form-select dl dd{
  	font-size: 16px;
  }
  .banbg2 .form .select .layui-form-select dl dd.layui-this {
  	background: #25BCBC;
  }
  
  .banbg2 .form .select .layui-form-select .layui-edge {
  	border-top-color: #333;
  }
  
  .banbg2 .form .select select {
  	appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
  	background: transparent;
  	border: 0;
  	font-size: 16px;
  	color: #333;
  }
  
  .banbg2 .form .select option {
  	color: #333;
  }
  
  .banbg2 .form .select .jt {
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 10px;
  	margin: auto;
  }
  
  .banbg2 .form .search {
  	width: 600px;
  	background: transparent;
  	padding: 0 30px;
  	color: #333;
  	font-size: 16px;
  	border: 0;
  	appearance: none;
  	-moz-appearance: none;
  	-webkit-appearance: none;
  	background: transparent;
  	vertical-align: top;
  }
  
  .banbg2 .form .search::-webkit-input-placeholder {
  	color: #333;
  	opacity: 0.8;
  }
  
  .banbg2 .form .search-btn {
  	line-height: 60px;
  	width: 60px;
  	text-align: center;
  	background: #309c9f;
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	border-top-right-radius: 10px;
  	border-bottom-right-radius: 10px;
  	cursor: pointer;
  }
  
  .banbg2 .form .search-btn img {
  	width: 24px;
  	vertical-align: middle;
  }
  
  .banbg2 .p {
  	padding-left: 30px;
  	font-size: 14px;
  	color: #333;
  	padding-top: 8px;
  }
  
  .banbg2 .p .keyw {
  	font-size: 14px;
  	color: #333;
  	margin-right: 15px;
  }
  
  
  
  .animated.slideDown {
      -webkit-animation-name:slideDown;
      -moz-animation-name:slideDown;
      -o-animation-name:slideDown;
      animation-name:slideDown
  }
  @-webkit-keyframes slideUp {
      0% {
          -webkit-transform:translateY(0)
      }
      100% {
          -webkit-transform:translateY(-100%)
      }
  }
  @-moz-keyframes slideUp {
      0% {
          -moz-transform:translateY(0)
      }
      100% {
          -moz-transform:translateY(-100%)
      }
  }
  @-o-keyframes slideUp {
      0% {
          -o-transform:translateY(0)
      }
      100% {
          -o-transform:translateY(-100%)
      }
  }
  @keyframes slideUp {
      0% {
          transform:translateY(0)
      }
      100% {
          transform:translateY(-100%)
      }
  }
  .animated.slideUp {
      -webkit-animation-name:slideUp;
      -moz-animation-name:slideUp;
      -o-animation-name:slideUp;
      animation-name:slideUp
  }
  .animated {
      -webkit-animation-duration:.3s;
      -moz-animation-duration:.3s;
      -o-animation-duration:.3s;
      animation-duration:.3s;
      -webkit-animation-fill-mode:both;
      -moz-animation-fill-mode:both;
      -o-animation-fill-mode:both;
      animation-fill-mode:both
  }
  @-webkit-keyframes slideDown {
      0% {
          -webkit-transform:translateY(-100%)
      }
      100% {
          -webkit-transform:translateY(0)
      }
  }
  @-moz-keyframes slideDown {
      0% {
          -moz-transform:translateY(-100%)
      }
      100% {
          -moz-transform:translateY(0)
      }
  }
  @-o-keyframes slideDown {
      0% {
          -o-transform:translateY(-100%)
      }
      100% {
          -o-transform:translateY(0)
      }
  }
  @keyframes slideDown {
      0% {
          transform:translateY(-100%)
      }
      100% {
          transform:translateY(0)
      }
  }
  .animated.slideDown {
      -webkit-animation-name:slideDown;
      -moz-animation-name:slideDown;
      -o-animation-name:slideDown;
      animation-name:slideDown
  }
  
  .link-box .ewm{
	  width: 75px;
	  margin-right: 5px;
  }
  .link-box .font{
	  display: inline-block;
	  font-size: 15px;
	  color: #1c1d21;
	  vertical-align: middle;
	  line-height: 24px;
  }
  
  
  
  @media (max-width: 1700px) {
  	header {
  		height: 80px;
  	}
  
  	header .logo {
  		width: 320px;
  	}
  
  	header .call-btn {
  		width: 180px;
  		font-size: 16px;
  	}
  
  	header .nav .tab {
  		height: 80px;
  		line-height: 80px;
  	}
  
  	.header2~.tophight {
  		height: 80px;
  	}
  }
  
  @media (max-width: 1650px) {
  	header{
  		padding: 0 40rpx;
  	}
  	header .nav .tab .a-link {
  		font-size: 14px;
  		margin: 0 5px;
  	}
  }
  
  @media (max-width: 1500px) {
  	header {
  		height: 80px;
  		padding: 0 15px;
  	}
  
  	header .logo {
  		width: 260px;
  	}
  
  	header .call-btn {
  		width: 150px;
  		font-size: 14px;
  		line-height: 46px;
  	}
  
  	header .nav .tab {
  		padding: 0 10px;
  	}
  
  	header .nav .tab .a-link {
  		font-size: 14px;
  		margin: 0;
  	}
  	.link-box .ewm {
  	    width: 60px;
  	    margin-right: 5px;
  	}
  	.link-box .font {
  	    font-size: 14px;
  	    line-height: 22px;
  	}
  }
  @media (max-width: 1000px) {
  	.showbanner .toptit {
  		font-size: 30px;
  	}
  
  	.showbanner .p {
  		font-size: 14px;
  	}
  }