@charset "utf-8";

.b {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.over {
	overflow: hidden;
}

.relative {
	position: relative;
	z-index: 1;
}

.absolute {
	position: absolute;
	z-index: 1;
}

.fixed {
	position: fixed;
	z-index: 1;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.hide {
	display: none;
}

.w100 {
	width: 100%;
}

.max-w100 {
	max-width: 100%;
}

.max-h100 {
	max-height: 100%;
}

.middle {
	vertical-align: middle;
}

.border-box {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.trans {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.trans span {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.trans::before,
.trans::after {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.trans.trans-1000 {
	-webkit-transition: all 1000ms ease 0s;
	-moz-transition: all 1000ms ease 0s;
	-ms-transition: all 1000ms ease 0s;
	-o-transition: all 1000ms ease 0s;
	transition: all 1000ms ease 0s;
}

.slide-absolute-img {
	position: relative;
}

.slide-absolute-img img {
	position: absolute;
	left: -10000px;
	right: -10000px;
	top: -10000px;
	bottom: -10000px;
	z-index: 1;
	margin: auto;
}

.rotate-prev {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.rotate-next {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.img-center {
	text-align: center;
	overflow: hidden;
	background: #999;
}

.img-center::before {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	content: '';
}

.img-center img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

/*新站*/
a,
i,
span {
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

#warp {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

#warp .wow {
	visibility: hidden;
}

#warp a {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

#warp .img {
	font-size: 0;
}

#warp .icon {
	font-size: 0;
}

.cw1600 {
	width: 94%;
	max-width: 1440px;
	margin: 0 auto;
}

.cw1200 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

/*公告样式*/
a:hover {
	color: #3274b7;
}

.b_pic {
	overflow: hidden;
}

.b_pic .img img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.b_pic:hover .img img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.z-pic {
	position: relative;
}

.z-pic img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
}

.z-pic i {
	width: 100%;
	display: inline-block;
}

.cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.clear_both {
	zoom: 1;
}

.clear_both:after {
	content: "";
	display: block;
	clear: both;
}

.dis {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.loader {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	z-index: 99999;
	background: rgba(255, 255, 255, .5) url(../fonts/loader.svg) no-repeat center 40% / auto auto;
}

.select-none {
	background: url(../images/img8.png) no-repeat 91% center;
	background-size: 11px !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/*箭头循环*/
@-webkit-keyframes sP1 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-moz-keyframes sP1 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-ms-keyframes sP1 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@keyframes sP1 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-webkit-keyframes sP2 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.5;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-moz-keyframes sP2 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.5;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-ms-keyframes sP2 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.5;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@keyframes sP2 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.5;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-webkit-keyframes sP3 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.5;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.2;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-moz-keyframes sP3 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.5;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.2;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-ms-keyframes sP3 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.5;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.2;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@keyframes sP3 {
	0% {
		opacity: 1;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.5;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0.2;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-webkit-keyframes sP4 {
	0% {
		opacity: 0.5;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.2;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-moz-keyframes sP4 {
	0% {
		opacity: 0.5;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.2;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-ms-keyframes sP4 {
	0% {
		opacity: 0.5;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.2;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@keyframes sP4 {
	0% {
		opacity: 0.5;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0.2;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-webkit-keyframes sP5 {
	0% {
		opacity: 0.2;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-moz-keyframes sP5 {
	0% {
		opacity: 0.2;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-ms-keyframes sP5 {
	0% {
		opacity: 0.2;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);

		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@keyframes sP5 {
	0% {
		opacity: 0.2;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-webkit-keyframes sP6 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-moz-keyframes sP6 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@-ms-keyframes sP6 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

@keyframes sP6 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-moz-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(45px);
		-moz-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
}

/*字体*/
.fz0 {
	font-size: 0px;
}

.fz10 {
	font-size: 10px;
	color: #333;
}

.fz12 {
	font-size: 12px;
	color: #333;
}

.fz14 {
	font-size: .95rem !important;
	color: #333;
}

.fz16 {
	font-size: 16px;
	color: #333;
}

.fz18 {
	font-size: 18px;
	color: #333;
}

.fz20 {
	font-size: 20px;
	color: #333;
}

.fz22 {
	font-size: 22px;
	color: #333;
}

.fz24 {
	font-size: 24px;
	color: #333;
}

.fz26 {
	font-size: 26px;
	color: #333;
}

.fz28 {
	font-size: 28px;
	color: #333;
}

.fz30 {
	font-size: 30px;
	color: #333;
}

.fz32 {
	font-size: 32px;
	color: #333;
}

.fz34 {
	font-size: 34px;
	color: #333;
}

.fz36 {
	font-size: 36px;
	color: #333;
}

.fz38 {
	font-size: 38px;
	color: #333;
}

.fz40 {
	font-size: 40px;
	color: #333;
}

.fz42 {
	font-size: 42px;
	color: #333;
}

.fz44 {
	font-size: 44px;
	color: #333;
}

.fz46 {
	font-size: 46px;
	color: #333;
}

.fz48 {
	font-size: 48px;
	color: #333;
}

.fz50 {
	font-size: 50px;
	color: #333;
}

.fz70 {
	font-size: 70px;
	color: #333;
}

/*头部样式*/
#header {
	width: 100%;
	max-width: 1920px;
	background: #fff;
	border-top: 5px solid #3274b7;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	margin: auto;
}

#header .one {
	padding: 18px 0;
}

#header .one .left .logo {
	width: 166px;
}

#header .one .left .txt {
	margin-left: 30px;
	margin-top: -5px;
}

#header .one .left .txt .text-one {
	color: #333;
}

#header .one .left .txt .text-two {
	color: #888;
	margin-top: -2px;
}

#header .one .right {}

#header .one .right .search {
	width: 258px;
	height: 38px;
	background: #f6f6f6;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	padding: 0 14px;
}

#header .one .right .search form {
	height: 100%;
}

#header .one .right .search form .input {
	width: 200px;
	height: 100%;
	border: none;
	padding: 0 3px;
}

#header .one .right .search form .btn {
	width: 18px;
	height: 100%;
	background: url(../images/img1.png) no-repeat center;
	background-size: 100%;
}

#header .one .right .phone {
	vertical-align: middle;
	color: #3274b7;
	font-weight: bold;
	margin-left: 36px;
	margin-top: 3px;
}

#header .one .right .phone img {
	vertical-align: middle;
	margin-right: 12px;
	margin-top: -3px;
}

#header .one .right .share {
	margin-left: 36px;
	margin-top: 10px;
	margin-top: 2px;
}

#header .one .right .share .list {
	width: 32px;
	height: 32px;
	opacity: 1 !important;
	overflow: hidden;
	background-size: 100% !important;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

#header .one .right .share .list:nth-child(1) {
	background: url(../images/img4.png) no-repeat center;
	margin-left: 0;
}

#header .one .right .share .list:nth-child(2) {
	background: url(../images/img3.png) no-repeat center;
}

#header .one .right .share .list:nth-child(3) {
	background: url(../images/img106.png) no-repeat center;
}

/*#header .one .right .share .list:nth-child(3){ width:auto; line-height:32px; text-align:center; background:none; color:#666;}*/
#header .one .target {
	margin-top: 2px;
}

#header .one .target .icon {
	width: 18px;
	cursor: pointer;
}

#header .one .target .icon:nth-child(2) {
	margin-left: 16px;
}

#header .two {
	width: 100%;
	border-top: 1px solid #e9e9e9;
}

#header .two .item {
	position: relative;
	margin: 0 34px;
}

#header .two .item .text-one {
	padding: 20px 0;
}

#header .two .item.onn {
	font-weight: bold;
	color: #3274b7;
	text-decoration: underline;
	text-decoration-color: #3274b7;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

#header .two .item .cur .text-one {
	font-weight: bold;
	color: #3274b7;
}

#header .two .item .nav-two {
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: -150px;
	z-index: 2;
}

#header .two .item .nav-two .ites-one {
	width: 220px;
	height: 100%;
	background: #3374b5;
	_padding: 10px 0;
}

#header .two .item .nav-two .ites-one .swiper-container {
	height: 100%;
	_cursor: move;
}

#header .two .item .nav-two .ites-one .swiper-container .swiper-slide {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	_border-radius: 6px 0 0 6px;
	_padding-left: 20px;
	_margin-top: 10px;
}

#header .two .item .nav-two .ites-one .swiper-container .swiper-slide.cur {
	background: #fff;
	color: #3274b7;
}

#header .two .item .nav-two .ites-one .swiper-container .swiper-slide:hover {
	background: #fff;
	color: #3274b7;
}

#header .two .item .nav-two .ites-one .swiper-container .swiper-slide:nth-child(1) {
	margin-top: 0;
}

#header .two .item .nav-two .ites-two {
	width: 0;
	height: 100%;
	max-height: 750px;
	overflow: auto;
	background: #fff;
}

#header .two .item .nav-two .ites-two.line {
	position: relative;
}

#header .two .item .nav-two .ites-two.line::before {
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
}

#header .two .item .nav-two .ites-two .itns {
	width: 100%;
	height: 100%;
	padding: 15px 30px;
}

#header .two .item .nav-two .ites-two .itns .swiper-container {
	height: 100%;
	_cursor: move;
}

#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide {
	width: 100%;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #666;
	margin-top: 20px;
}

#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide.cur {
	color: #3374b5;
}

#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide:hover {
	color: #3374b5;
}

#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide.arrow.cur {
	background: url(../images/img104.png) no-repeat right center;
	background-size: 9px !important;
}

#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide:nth-child(1) {
	margin-top: 0;
}

#header-block {
	width: 100%;
	height: 143px;
}

#header .two .item .nav-two.auto {
	height: auto;
	left: -67px;
}

#header .two .item .nav-two.auto .ites-one {
	width: 196px;
	padding: 0;
}

#header .two .item .nav-two.auto .ites-one .swiper-container .swiper-slide {
	border-radius: 0;
	padding: 0;
	margin: 0;
}

#header .two .item:hover .nav-two {
	display: block;
}


/*搜索框*/
#header-search {
	width: 100%;
	max-width: 1920px;
	background: #fff;
	border-top: 1px solid #333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 6;
	padding: 10px 0;
	margin: auto;
}

#header-search .input {
	width: 96%;
	height: 40px;
	background: #fff;
	border: 1px solid #333;
	padding: 0 10px;
}

#header-search .btn {
	width: 22px;
	height: 40px;
	cursor: pointer;
	background: url(../images/img1.png) no-repeat center;
	background-size: 100%;
}

/*手机导航*/
#header-nav {
	width: 100%;
	max-height: 80%;
	text-align: center;
	overflow-y: auto;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	margin: 0 auto;
}

#header-nav .slide {
	width: 100%;
	color: #c4a487;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	position: relative;
	padding: 14px 0;
}

#header-nav .slide .text-one {
	color: #fff;
}

#header-nav .slide .two {
	width: 100%;
}

#header-nav .slide .two .text-two {
	width: 100%;
	opacity: 0.8;
	margin-top: 10px;
}

#header-nav .slide .two .text-two a {
	opacity: 0.8;
	color: #fff;
}

#header-nav .slide.to::before {
	width: 22px;
	height: 22px;
	background: url(../images/img249.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 4%;
	top: 16px;
	z-index: 2;
	content: '';
	transition: all 300ms ease 0s;
}

#header-nav .slide.cur::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#header-nav .slide.none {
	border-bottom: none;
}

/*悬浮样式*/
#float {}

#float .one {
	position: relative;
	z-index: 5;
}

#float .one .main {
	width: 100px;
	overflow: hidden;
	box-shadow: 0 0 10px 1px #dbdbdb;
	border-radius: 6px;
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 3;
}

#float .one .main .item {
	width: 100%;
	background: #fff;
	border-top: 8px solid #3274b7;
	padding: 16px 0;
}

#float .one .main .item .slide {
	width: 100%;
	padding: 10px 0;
}

#float .one .main .item .slide .icon {
	width: 36px;
	margin: auto;
}

#float .one .main .item .slide .text {
	width: 100%;
	color: #666;
	margin-top: 6px;
}

#float .one .main .code {
	width: 100%;
	background: #f3f3f3;
	padding: 10px;
}

#float .one .main .code .img {
	width: 100%;
}

#float .one .main .code .txt {
	width: 100%;
	line-height: 1.4;
	color: #666;
	margin-top: 8px;
}

#float .one .title {
	width: 20px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	color: #3274b7;
	border: 1px solid #ccc;
	position: fixed;
	right: -30px;
	top: 40%;
	z-index: 2;
	padding: 4px;
}

#float .two {
	width: 100%;
	max-width: 1920px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 6;
	margin: auto;
}

#float .two::before {
	width: 100%;
	max-width: 1920px;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	content: '';
}

#float .two .item {
	width: 90%;
	max-width: 900px;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 46px 110px 70px;
	margin: 10% auto 0;
}

#float .two .item .shutdown {
	width: 30px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 2;
}

#float .two .item .title {
	width: 100%;
}

#float .two .item .title .text-one {
	width: 100%;
	color: #333;
}

#float .two .item .title .text-two {
	width: 100%;
	margin-top: 16px;
}

#float .two .item .title .text-two b {
	color: #666;
}

#float .two .item .title .text-two span {
	color: #3274b7;
	margin-left: 20px;
}

#float .two .item .form {
	width: 100%;
	margin-top: 32px;
}

#float .two .item .form .textarea {
	width: 100%;
	height: 110px;
	border: 1px solid #ccc;
	resize: none;
	padding: 12px;
}

#float .two .item .form .slide {
	width: 100%;
}

#float .two .item .form .slide .input {
	width: 100%;
	height: 40px;
	color: #666;
	border: 1px solid #ccc;
	padding: 0 12px;
	margin-top: 20px;
}

#float .two .item .form .slide.cur .input {
	width: 32%;
	margin-right: 2%;
}

#float .two .item .form .slide.cur .input:nth-child(3) {
	margin-right: 0;
}

#float .two .item .form .btn {
	cursor: pointer;
	color: #3274b7;
	border: 2px solid #3274b7;
	border-radius: 50px;
	box-shadow: 0 0 5px 1px #3274b7;
	padding: 10px 36px;
	margin: 40px auto 0;
}

#float .thr {
	width: 100%;
	max-width: 1920px;
	background: #f4f4f4;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	margin: auto;
}

#float .thr .cw1600 {
	position: relative;
	padding: 40px 0;
}

#float .thr .cw1600 .inside-title-two {
	background: none;
	padding-bottom: 0;
}

#float .thr .cw1600 .shutdown {
	width: 106px;
	line-height: 20px;
	cursor: pointer;
	background: #333;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 4px 14px;
	margin: auto;
}

#float .thr .cw1600 .shutdown .text {
	color: #fff;
	margin-right: 4px;
	margin-top: 1px;
}

#float .thr .cw1600 .shutdown .arrow {
	width: 45px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

#float .thr .cw1600 .shutdown .arrow i {
	width: 15px;
	text-align: center;
	font-size: .95rem !important;
	font-style: normal;
	color: #fff;
	position: absolute;
}

#float .thr .cw1600 .shutdown .arrow i.i1 {
	opacity: 1;
	left: -45px;
	-webkit-animation: sP1 1s linear infinite;
	-moz-animation: sP1 1s linear infinite;
	-ms-animation: sP1 1s linear infinite;
	animation: sP1 1s linear infinite;
}

#float .thr .cw1600 .shutdown .arrow i.i2 {
	opacity: 1;
	left: -30px;
	-webkit-animation: sP2 1s linear infinite;
	-moz-animation: sP2 1s linear infinite;
	-ms-animation: sP2 1s linear infinite;
	animation: sP2 1s linear infinite;
}

#float .thr .cw1600 .shutdown .arrow i.i3 {
	opacity: 1;
	left: -15px;
	-webkit-animation: sP3 1s linear infinite;
	-moz-animation: sP3 1s linear infinite;
	-ms-animation: sP3 1s linear infinite;
	animation: sP3 1s linear infinite;
}

#float .thr .cw1600 .shutdown .arrow i.i4 {
	opacity: 1;
	left: 0;
	-webkit-animation: sP4 1s linear infinite;
	-moz-animation: sP4 1s linear infinite;
	-ms-animation: sP4 1s linear infinite;
	animation: sP4 1s linear infinite;
}

#float .thr .cw1600 .shutdown .arrow i.i5 {
	opacity: 0.5;
	left: 15px;
	-webkit-animation: sP5 1s linear infinite;
	-moz-animation: sP5 1s linear infinite;
	-ms-animation: sP5 1s linear infinite;
	animation: sP5 1s linear infinite;
}

#float .thr .cw1600 .shutdown .arrow i.i6 {
	opacity: 0.2;
	left: 30px;
	-webkit-animation: sP6 1s linear infinite;
	-moz-animation: sP6 1s linear infinite;
	-ms-animation: sP6 1s linear infinite;
	animation: sP6 1s linear infinite;
}

#float .thr .cw1600 .item {
	cursor: move;
	margin-top: 20px;
}

#float .thr .cw1600 .item .swiper-slide {
	width: 16%;
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 30px 0 20px;
	margin-right: 1%;
}

#float .thr .cw1600 .item .swiper-slide .img {
	width: 60%;
	margin: auto;
}

#float .thr .cw1600 .item .swiper-slide .img i {
	padding-top: 100%;
}

#float .thr .cw1600 .item .swiper-slide .title {
	width: 90%;
	color: #333;
	margin: 20px auto 10px;
}

#float .thr .cw1600 .item .swiper-slide .text {
	width: 90%;
	color: #3274b7;
	margin: auto;
}

#float .thr .cw1600 .item .swiper-slide:hover {
	border-color: #3274b7;
}

#float .thr .cw1600 .item .swiper-scrollbar {
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 20px;
}

#float .four {
	width: 100%;
	max-width: 750px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	margin: auto;
}

#float .four .slide {
	width: 33.33%;
	border-right: 1px solid #ccc;
	padding: 12px 0;
}

#float .four .slide .icon {
	width: 36px;
	margin: auto;
}

#float .four .slide .text {
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

#float .four .slide:nth-child(3) {
	border-right: none;
}

/*广告样式*/
#banner {
	width: 100%;
	position: relative;
}

#banner .swiper-wrapper {
	width: 100%;
	height: 550px;
}

#banner .swiper-wrapper .swiper-slide {
	width: 100%;
	text-align: center;
}

#banner .swiper-wrapper .swiper-slide .slide-text {
	width: max-content;
	position: absolute;
	padding: 20px 50px;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #000;
	border-radius: 5px;
	letter-spacing: 0.5em;
	font-family: fantasy;
}

#banner .swiper-wrapper .swiper-slide .slide-text-1 {
	top: 45%;
	left: 40%;
	background: rgba(238, 238, 238, 0.5);
}

#banner .swiper-wrapper .swiper-slide .slide-text-2 {
	top: 45%;
	left: 30%;
	background: rgba(238, 238, 238, 0.5);
}

#banner .swiper-wrapper .swiper-slide .slide-text-3 {
	top: 45%;
	left: 40%;
	background: rgba(238, 238, 238, 0.5);
}

#banner .swiper-wrapper .slide-text-1-p1 {
	font-weight: bolder;
	font-size: 2.2em;
	margin-bottom: 1em;
	font-weight: bold;
}

#banner .swiper-wrapper .slide-text-1-p2 {
	font-size: 1.8em;
	margin-bottom: .8em;
}

#banner .swiper-wrapper .slide-text-1-p3 {
	font-size: 1.4em;
}

#banner .swiper-prev {
	width: 60px;
	position: absolute;
	left: 50px;
	top: 46%;
	z-index: 2;
}

#banner .swiper-next {
	width: 60px;
	position: absolute;
	right: 50px;
	top: 46%;
	z-index: 2;
}

#banner.none {
	box-shadow: 0 0 10px 1px #ccc;
}

/*手机版-广告*/
#phone-banner {
	width: 100%;
	overflow: hidden;
	font-size: 0;
	position: relative;
	z-index: 2;
}

#phone-banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	font-size: 0;
}

#phone-banner .swiper-switch {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 4% !important;
	z-index: 2;
	margin: 0 auto;
}

#phone-banner .swiper-switch {
	width: 100%;
	text-align: center;
	font-size: 0;
}

#phone-banner .swiper-switch span {
	width: 8px;
	height: 8px;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	background: none;
	font-size: 0;
	border: 1px solid #3274b7;
	margin: 0 6px !important;
}

#phone-banner .swiper-switch span.swiper-pagination-bullet-active {
	background: #3274b7;
}

/*底部样式*/
#footer {}

#footer .footer-title {
	width: 100%;
	font-size: 18px;
	color: #fff;
}

#footer .one {
	width: 100%;
	background: #4b5051;
	padding: 60px 0;
}

#footer .one .logo {
	width: 166px;
}

#footer .one .contents {
	width: 430px;
	margin-left: 46px;
	margin-top: 4px;
}

#footer .one .contents .brief {
	width: 100%;
	line-height: 2;
	color: #fff;
	margin: 16px 0 20px;
}

#footer .one .contents .code {
	width: 100%;
}

#footer .one .contents .code .slide {
	width: 100px;
	margin-left: 4px;
}

#footer .one .contents .code .slide .img {
	width: 100%;
}

#footer .one .contents .code .slide .txt {
	width: 100%;
	color: #fff;
	margin-top: 10px;
}

#footer .one .contents .code .slide:nth-child(1) {
	margin-left: 0;
}

#footer .one .nav {
	width: 200px;
	margin-left: 90px;
}

#footer .one .nav .ites {
	width: 100%;
	margin-top: 24px;
}

#footer .one .nav .ites .slide {
	width: 49%;
	margin-top: 12px;
}

#footer .one .nav .ites .slide a {
	color: #fff;
}

#footer .one .nav .ites .slide a:hover {
	color: #3274b7;
}

#footer .one .nav .ites .slide:nth-child(-n+2) {
	margin-top: 0;
}

#footer .one .form {
	width: 560px;
}

#footer .one .form .item {
	width: 100%;
	margin-top: 20px;
}

#footer .one .form .item .slide {
	width: 100%;
}

#footer .one .form .item .slide .input {
	width: 48%;
	height: 46px;
	color: #ccc;
	border: 1px solid #a5a8a8;
	padding: 0 10px;
}

#footer .one .form .item .textarea {
	width: 100%;
	height: 80px;
	color: #ccc;
	border: 1px solid #a5a8a8;
	resize: none;
	padding: 10px;
	margin: 10px 0;
}

#footer .one .form .item .btn {
	width: 100%;
	height: 46px;
	cursor: pointer;
	background: #3274b7;
	color: #fff;
}

#footer .two {
	width: 100%;
	line-height: 1.6;
	background: #4b5051;
	border-top: 1px solid #575b5c;
	padding: 20px 0;
}

#footer .two .text {
	width: 60px;
	color: #999;
}

#footer .two .item {
	width: 80%;
}

#footer .two .item .slide {
	color: #999;
	margin-left: 10px;
}

#footer .two .item .slide:hover {
	color: #fff;
}

#footer .thr {
	width: 100%;
	line-height: 1.6;
	background: #3d4142;
	padding: 20px 0;
}

#footer .thr .left {
	color: #888;
	margin-top: 2px;
}

#footer .thr .left a {
	color: #888;
}

#footer .thr .left span {
	color: #888;
}

#footer .thr .right .list {
	width: 22px;
	height: 22px;
	background-size: 100% !important;
	padding: 0;
	margin: 0;
}

#footer .thr .right .list:nth-child(1) {
	background: url(../images/img77.png) no-repeat center;
}

#footer .thr .right .list:nth-child(2) {
	background: url(../images/img78.png) no-repeat center;
	margin-left: 16px;
}

#float-four-block {
	width: 100%;
}

#footer .thr .beian {
	float: left;
	width: 300px;
	margin-left: 15px;
}

#footer .thr .beian a {
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}

#footer .thr .beian a p {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 5px;
	color: #939393;
	font-size: 13px;
}

@media screen and (max-width: 750px) {
	#footer .thr .beian {
		width: 100%;
		margin: 0;
	}

	#footer .thr .beian a p {
		font-size: .95rem !important;
	}
}

/*首页*/
#index {}

#index .one {
	padding: 64px 0 80px;
}

#index .one .inside-products-keyword {
	margin-top: 20px;
}

#index .one .inside-products-list {
	margin-top: 36px;
}

#index .two {
	width: 100%;
	background: #f4f4f4 url(../images/img7.jpg) no-repeat top center;
	background-size: 100%;
	padding: 60px 0 86px;
}

#index .two .item {
	margin-top: 60px;
}

#index .two .item .slide {
	width: 19%;
	min-height: 300px;
	background: #fff;
	padding-top: 40px;
	margin-right: 1.25%;
}

#index .two .item .slide .icon {
	width: 64px;
	margin: auto;
}

#index .two .item .slide .icon img:nth-child(1) {
	display: block;
}

#index .two .item .slide .icon img:nth-child(2) {
	display: none;
}

#index .two .item .slide .title {
	width: 80%;
	color: #333;
	margin: 14px auto;
}

#index .two .item .slide .brief {
	width: 60%;
	line-height: 1.6;
	color: #888;
	margin: auto;
}

#index .two .item .slide:hover {
	background: #3274b7;
	box-shadow: 0 0 10px 1px #3274b7;
}

#index .two .item .slide:hover .icon img:nth-child(1) {
	display: none;
}

#index .two .item .slide:hover .icon img:nth-child(2) {
	display: block;
}

#index .two .item .slide:hover .title {
	color: #fff;
}

#index .two .item .slide:hover .brief {
	color: #fff;
}

#index .two .item .slide.none {
	margin-right: 0;
}

#index .thr {
	padding: 80px 0;
}

#index .thr .contents {
	width: 43.75%;
	margin-top: 20px;
}

#index .thr .contents .title {
	width: 100%;
}

#index .thr .contents .title .text-one {
	width: 100%;
	color: #666;
}

#index .thr .contents .title .text-two {
	width: 100%;
	color: #333;
}

#index .thr .contents .brief {
	width: 100%;
	line-height: 2;
	color: #888;
	margin: 30px 0 60px;
	height: 250px !important;
	overflow: auto;
	overflow-y: hidden;
}

#index .thr .contents .brief p {
	margin: 15px 0;
}

#index .thr .contents .item {
	width: 100%;
}

#index .thr .contents .item .slide {
	width: 23.5%;
	margin-right: 2%;
}

#index .thr .contents .item .slide .text-one {
	width: 100%;
	color: #333;
}

#index .thr .contents .item .slide .text-two {
	width: 100%;
	color: #888;
	margin-top: 12px;
}

#index .thr .contents .item .slide.none {
	margin-right: 0;
}

#index .thr .contents .more {
	vertical-align: middle;
	color: #333;
	border: 2px solid #999;
	border-radius: 50px;
	padding: 12px 40px;
	margin-top: 0;
}

#index .thr .contents .more img {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

#index .thr .img {
	width: 50%;
	background-size: contain !important;
}

#index .thr .img i {
	padding-top: 67.5%;
}

#index .four {
	width: 100%;
	background-size: cover !important;
	padding: 54px 0 76px;
}

#index .four .item {
	width: 94%;
	max-width: 1600px;
	margin: 46px auto 0;
	position: relative;
	/*margin-top:46px;*/
}

#index .four .item .swiper-prev {
	width: 60px;
	height: 60px;
	background: url(../images/img100.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 2;
}

#index .four .item .swiper-next {
	width: 60px;
	height: 60px;
	background: url(../images/img101.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 40%;
	z-index: 2;
}

#index .four .item .swiper-container {
	width: 100%;
}

#index .four .item .swiper-container .swiper-slide {
	/*width:32%;*/
	position: relative;
	margin: 10px;

}

#index .four .item .swiper-container .swiper-slide .img {
	width: 100%;
}

/* #index .four .item .swiper-container .swiper-slide .img::before{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:3; content:'';} */
/* #index .four .item .swiper-container .swiper-slide .img::after{ width:100%; height:100%; opacity:0; background:url(../images/img103.png) repeat-x center; background-size:100% 100%; position:absolute; top:0; left:0; z-index:3; content:'';} */
#index .four .item .swiper-container .swiper-slide .img i {
	padding-top: 58.53%;
}

/* #index .four .item .swiper-container .swiper-slide .title{ width:100%; opacity:0; color:#fff; position:absolute; bottom:32px; left:0; right:0; z-index:4; padding:0 48px;} */
#index .four .item .swiper-container .swiper-slide .img .cate {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: rgba(34, 110, 188, 0.7);
	color: #fff;
	padding: 15px 30px;
	z-index: 5;
	font-size: 18px;
}

#index .four .item .swiper-container .swiper-slide .bot {
	padding: 30px;
	background: #fff;
}

#index .four .item .swiper-container .swiper-slide .title {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	/* margin-bottom: 20px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#index .four .item .swiper-container .swiper-slide .brief {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	height: calc(24px * 3);
	overflow: hidden;
}

/* #index .four .item .swiper-container .swiper-slide.swiper-slide-active .img::before{ opacity:0;} */
/* #index .four .item .swiper-container .swiper-slide.swiper-slide-active .img::after{ opacity:1;} */
/* #index .four .item .swiper-container .swiper-slide.swiper-slide-active .title{ opacity:1;} */
#index .four .item .swiper-container .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#index .four .item .swiper-container .swiper-pagination span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: none;
	border: 1px solid #226ebc;
	border-radius: 50%;
	margin: 0 10px;
}

#index .four .item .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: #226ebc;
}

#index .five {
	width: 100%;
	background: #fff;
	padding: 58px 0 76px;
}

#index .five img {
	margin-top: 20px;
	max-width: 100%;
}

#index .five .inside-cooperation-one {
	margin-top: 32px;
}

#index .five .inside-cooperation-one .top {
	background: #fff;
}

#index .six {
	padding: 56px 0 76px;
}

#index .six .item {
	width: 100%;
	height: 430px;
	margin-top: 30px;
}

#index .six .item .left {
	width: 28.125%;
	height: 100%;
	background-size: cover !important;
}

#index .six .item .right {
	width: 69.125%;
	height: 100%;
}

#index .six .item .right .category {
	width: 48%;
	height: 100%;
	border: 1px solid #e5e5e5;
	padding: 26px;
}

#index .six .item .right .category .title {
	width: 100%;
	line-height: 26px;
}

#index .six .item .right .category .title .text-one {
	color: #333;
}

#index .six .item .right .category .title .text-two {
	color: #226ebc;
}

#index .six .item .right .category .img {
	width: 100%;
	margin: 22px 0;
}

#index .six .item .right .category .img i {
	padding-top: 42.5%;
}

#index .six .item .right .category .ites {
	width: 100%;
	height: 106px;
}

#index .six .item .right .category .ites .swiper-slide {
	width: 100%;
	height: 20px !important;
	margin-bottom: 20px;
}

#index .six .item .right .category .ites .swiper-slide .text-one {
	width: 76%;
	line-height: 18px;
}

#index .six .item .right .category .ites .swiper-slide .text-one a {
	color: #333;
}

#index .six .item .right .category .ites .swiper-slide .text-two {
	color: #999;
}

#index .six .item .right .category .ites .swiper-slide:hover .text-one a {
	color: #226ebc;
}

#index .six .item .right .category .ites .swiper-slide.none {
	margin-bottom: 0;
}

/*内页-公共样式*/
.inside-title {
	width: 100%;
	text-align: center;
}

.inside-title .text-one {
	font-size: 40px;
	color: #333;
	font-family: 'HZGB';
}

.inside-title .text-one img {
	max-width: 100%;
}

.inside-title .text-two {
	font-size: 20px;
	color: #333;
	margin-top: 20px;
}

.inside-title-two {
	width: 100%;
	background: url(../images/img17.jpg) repeat-x center bottom;
	padding-bottom: 28px;
}

.inside-title-two span {
	width: 100%;
	height: 24px;
	line-height: 22px;
	display: block;
	font-size: 24px;
	color: #333;
	border-left: 5px solid #004ba0;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.inside-title-thr {
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #282828;
}

.inside-more {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #e9e9e9;
	color: #3274b7;
	padding: 10px 0;
	margin-top: 40px;
}

.inside-more img {
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -2px;
}

/*内页-面包屑*/
#crumbs {
	font-size: .95rem !important;
	color: #999;
	border-bottom: 1px solid #f0f0f0;
	padding: 22px 0;
}

#crumbs a {
	font-size: .95rem !important;
	color: #666;
}

#crumbs span {
	font-size: .95rem !important;
	color: #999;
}

#crumbs a:hover {
	color: #225ac5;
}

/*内页-内页导航*/
#current {
	width: 100%;
	height: 56px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#current .cw1600 {
	height: 100%;
}

#current .cw1600 .one {
	width: 30%;
	height: 100%;
	border-right: 1px solid #e5e5e5;
}

#current .cw1600 .one .home {
	width: 18%;
	height: 100%;
}

#current .cw1600 .one .select {
	width: 82%;
	height: 100%;
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}

#current .cw1600 .two {
	width: 70%;
	height: 100%;
	position: relative;
}

#current .cw1600 .two .swiper-container {
	height: 100%;
	cursor: move;
	z-index: 3;
}

#current .cw1600 .two .swiper-container .swiper-wrapper {
	height: 100%;
}

#current .cw1600 .two .swiper-container .swiper-wrapper .swiper-slide {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	color: #666;
	position: relative;
	z-index: 3;
	margin-left: 28px;
}

#current .cw1600 .two .swiper-container .swiper-wrapper .swiper-slide.cur {
	color: #3274b7;
	font-weight: bold;
}

#current .cw1600 .two.none .swiper-container {
	cursor: auto;
}

/*内页-产品中心-搜索*/
.inside-products-keyword {
	width: 100%;
}

.inside-products-keyword .form {
	width: 320px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 16px;
	margin: auto;
}

.inside-products-keyword .form form {
	height: 100%;
}

.inside-products-keyword .form form .input {
	width: 260px;
	height: 100%;
	color: #bdbdbd;
}

.inside-products-keyword .form form .btn {
	width: 20px;
	height: 100%;
	background: url(../images/img81.png) no-repeat center;
	background-size: 100%;
}

.inside-products-keyword .item {
	width: 100%;
	margin-top: 20px;
}

.inside-products-keyword .item .text-one {
	color: #999;
}

.inside-products-keyword .item .text-two {
	color: #666;
	margin-left: 14px;
}

.inside-products-keyword .item .text-two:hover {
	color: #3274b7;
}

.inside-products-keyword .item .text-two:nth-child(2) {
	margin-left: 0;
}

/*内页-产品中心-列表*/
.inside-products-list {
	width: 100%;
	margin-top: 64px;
}

.inside-products-list .left {
	width: 20%;
	max-height: 516px;
	background: #fff;
	box-shadow: 0 0 10px 1px #f1f1f1;
	padding: 20px 0 !important;
	overflow: hidden;

}

.inside-products-list .left .mCustomScrollBox {
	padding: 0 20px;
}

.inside-products-list .left .mCSB_scrollTools {
	right: 1px;
}

.inside-products-list .left .mCSB_scrollTools .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.32) !important;
}

.inside-products-list .left .item {
	width: 100%;
	margin-top: 2px;
}

.inside-products-list .left .item .title {
	width: 100%;
	cursor: pointer;
	background: #ededed;
	background-size: 20px !important;
	color: #666;
	padding: 16px 24px;
}

.inside-products-list .left .item .title a {
	color: #666;
}

.inside-products-list .left .item .ites {
	width: 100%;
	padding: 20px 24px;
}

.inside-products-list .left .item .ites .slide {
	width: 100%;
	margin-top: 12px;
}

.inside-products-list .left .item .ites .slide a {
	color: #888;
}

.inside-products-list .left .item .ites .slide a:hover {
	color: #3274b7;
}

.inside-products-list .left .item .ites .slide.cur {
	background: url(../images/img82.jpg) no-repeat left center;
	background-size: 10px !important;
	padding-left: 24px;
}

.inside-products-list .left .item .ites .slide.cur a {
	color: #3274b7;
}

.inside-products-list .left .item .ites .slide:nth-child(1) {
	margin-top: 0;
}

.inside-products-list .left .item:hover .title {
	background: #3274b7;
	color: #fff;
}

.inside-products-list .left .item.cur .title {
	background: #3274b7 url(../images/img80_1.png) no-repeat 92% center;
	color: #fff;
}

.inside-products-list .left .item:nth-child(1) {
	margin-top: 0;
}

.inside-products-list .left[data-products-category-total] .item .title {
	background: #ededed url(../images/img79.png) no-repeat 92% center;
}

.inside-products-list .left[data-products-category-total] .item.cur .title {
	background: #3274b7 url(../images/img80.png) no-repeat 92% center;
}

.inside-products-list .left[data-products-category-total] .item.cur .title a {
	color: #fff;
}

.inside-products-list .left[data-products-category-total] .item.cur .ites {
	display: block;
}

.inside-products-list .left[data-products-category-total] .item:hover .title {
	background: #3274b7 url(../images/img79.png) no-repeat 92% center;
}

.inside-products-list .left[data-products-category-total] .item:hover .title a {
	color: #fff;
}

.inside-products-list .left[data-products-category-total] .item.cur:hover .title {
	background: #3274b7 url(../images/img80.png) no-repeat 92% center;
}

.inside-products-list .left[data-products-category-total] .item.cur:hover .title a {
	color: #fff;
}

.inside-products-list .right {
	width: 77.5%;
}

.inside-products-list .right .select {
	width: 100%;
	height: 60px;
	background-position: 96%;
	border: 1px solid #ccc;
	padding: 0 24px;
	margin-bottom: 20px;
}

.inside-products-list .right .item .slide {
	width: 45%;
	border: 1px solid #ccc;
	padding: 40px;
	margin: 2% 15px 0;
}

.inside-products-list .right .item .slide .other a {
	border: 1px solid #ccc;
	padding: 10px;
	background: #e4e3e3;
	border-radius: 20px;
	margin-top: 20px;
}

.inside-products-list .right .item .slide .other a:hover {
	border: 1px solid #3274b7;
	background: #3274b7;
	color: #fff;
}

.inside-products-list .right .item .slide .img {
	width: 38.2%;
}

.inside-products-list .right .item .slide .img i {
	padding-top: 100%;
}

.inside-products-list .right .item .slide .contents {
	width: 54%;
	margin-top: 6px;
}

.inside-products-list .right .item .slide .content {
	width: 100%;
	margin: 6px;
}

.inside-products-list .right .item .slide .content .flex {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
}

.inside-products-list .right .item .slide .content .flex span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.inside-products-list .right .item .slide .content .flex1 {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
	font-size: 18px;
}

.inside-products-list .right .item .slide .contents .title {
	width: 100%;
}

.inside-products-list .right .item .slide .contents .title a {
	color: #333;
}

.inside-products-list .right .item .slide .contents .tag {
	width: 100%;
	color: #3274b7;
	margin-top: 10px;
}

.inside-products-list .right .item .slide .contents .brief {
	width: 100%;
	line-height: 1.6;
	color: #888;
	margin-top: 10px;
}

.inside-products-list .right .item .slide .contents .other {
	width: 100%;
	margin-top: 26px;
}

.inside-products-list .right .item .slide .contents .other .btn-one {
	background: #888;
	color: #fff;
	border-radius: 20px;
	padding: 7px 14px;
}

.inside-products-list .right .item .slide .contents .other .btn-two {
	background: #fff;
	color: #888;
	border: 2px solid #888;
	border-radius: 20px;
	padding: 5px 12px;
	margin-left: 20px;
}

.inside-products-list .right .item .slide:hover {
	box-shadow: 0 0 10px 1px #ccc;
}

.inside-products-list .right .item .slide:hover .contents .other .btn-one {
	background: #3274b7;
}

.inside-products-list .right .item .slide:hover .contents .other .btn-two {
	color: #3274b7;
	border-color: #3274b7;
}

.inside-products-list .right .item .slide:nth-child(-n+2) {
	margin-top: 0;
}

/*内页-详细内容*/
.inside-detail {
	width: 100%;
	margin-top: 60px;
}

.inside-detail .slide {
	width: 100%;
	margin-top: 20px;
}

.inside-detail .slide h3,
.inside-detail .slide .p-h3 {
	width: 100%;
	height: 24px;
	line-height: 22px;
	display: block;
	font-size: 24px;
	color: #333;
	border-left: 5px solid #004ba0;
	padding-left: 12px;
	box-sizing: border-box;
	margin-top: 24px;
}

.inside-detail .slide p {
	padding-top: 10px;
}

.inside-detail .slide .editor {
	margin-top: 10px;
}

.inside-detail .slide .editor table td {
	border-bottom: 1px solid #e8e8e8;
}

.inside-detail .slide:nth-child(1) {
	margin-top: 0;
}

/*内页-相关产品*/
.inside-related-products {
	width: 100%;
	margin-top: 90px;
}

.inside-related-products .item {
	cursor: move;
	margin-top: 60px;
}

.inside-related-products .item .swiper-slide {
	width: 19%;
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 50px 0 26px;
	margin-right: 1.25%;
}

.inside-related-products .item .swiper-slide .img {
	width: 60%;
	margin: auto;
}

.inside-related-products .item .swiper-slide .img i {
	padding-top: 100%;
}

.inside-related-products .item .swiper-slide .title {
	width: 90%;
	color: #333;
	margin: 20px auto 10px;
}

.inside-related-products .item .swiper-slide .text {
	width: 90%;
	color: #3274b7;
	margin: auto;
}

.inside-related-products .item .swiper-slide:hover {
	border-color: #3274b7;
}

.inside-related-products .item .swiper-scrollbar {
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 20px;
}

/*内页-合作企业1*/
.inside-cooperation-one {
	width: 100%;
}

.inside-cooperation-one .top {
	width: 100%;
	background: #f4f4f4;
	padding: 3.75% 3.75% 0;
}

.inside-cooperation-one .top .item {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}

.inside-cooperation-one .top .item .img {
	width: 46.35%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.inside-cooperation-one .top .item .img .swiper-slide {
	width: 100%;
}

.inside-cooperation-one .top .item .img .swiper-slide i {
	padding-top: 50.14%;
}

.inside-cooperation-one .top .item .contents {
	width: 50%;
}

.inside-cooperation-one .top .item .contents .swiper-slide {
	width: 100%;
}

.inside-cooperation-one .top .item .contents .swiper-slide .title {
	width: 100%;
	color: #000;
}

.inside-cooperation-one .top .item .contents .swiper-slide .brief {
	width: 100%;
	line-height: 1.8;
	color: #888;
	margin-top: 22px;
}

.inside-cooperation-one .bot {
	width: 100%;
}

.inside-cooperation-one .bot .swiper-attr {
	width: 50%;
	margin-top: 26px;
}

.inside-cooperation-one .bot .swiper-attr .swiper-switch {
	margin-top: 4px;
}

.inside-cooperation-one .bot .swiper-attr .swiper-switch span {
	width: 12px;
	height: 12px;
	display: inline-block;
	opacity: 1 !important;
	background: #ccc;
	margin-left: 18px;
}

.inside-cooperation-one .bot .swiper-attr .swiper-switch span.swiper-pagination-bullet-active {
	background: #3274b7;
}

.inside-cooperation-one .bot .swiper-attr .swiper-switch span:nth-child(1) {
	margin-left: 0;
}

.inside-cooperation-one .bot .swiper-attr .swiper-arrow {}

.inside-cooperation-one .bot .swiper-attr .swiper-arrow .swiper-prev {
	width: 13px;
	height: 24px;
	background: url(../images/img22.png) no-repeat center;
	background-size: 100% !important;
	margin-right: 26px;
}

.inside-cooperation-one .bot .swiper-attr .swiper-arrow .swiper-prev.swiper-button-disabled {
	background: url(../images/img20.png) no-repeat center;
}

.inside-cooperation-one .bot .swiper-attr .swiper-arrow .swiper-next {
	width: 13px;
	height: 24px;
	background: url(../images/img23.png) no-repeat center;
	background-size: 100% !important;
}

.inside-cooperation-one .bot .swiper-attr .swiper-arrow .swiper-next.swiper-button-disabled {
	background: url(../images/img21.png) no-repeat center;
}

/*内页-合作企业2*/
.inside-cooperation-two {
	width: 100%;
	margin-top: 140px;
}

.inside-cooperation-two .slide {
	width: 16.66%;
	background: #fff;
	border: 1px solid #eaeef9;
	position: relative;
	margin-top: -1px;
	margin-left: -1px;
}

.inside-cooperation-two .slide::before {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	border-bottom: 3px solid #3274b7;
	box-shadow: 0 0 10px 1px #3274b7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	content: '';
}

.inside-cooperation-two .slide img {
	max-width: 80%;
	max-height: 80%;
	z-index: 3;
}

.inside-cooperation-two .slide i {
	padding-top: 55.6%;
}

.inside-cooperation-two .slide:hover::before {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

/*产品中心*/
#products.list {
	padding: 25px 0 140px;
}

#products.detail {
	padding: 40px 0 110px;
}

#products.detail .left {
	width: 73.75%;
}

#products.detail .right {
	width: 22.5%;
}

#products.detail .right .right-title {
	width: 100%;
	background: #ddd;
	color: #333;
	padding: 16px 22px;
}

#products.detail .right .item {
	width: 100%;
}

#products.detail .right .item .slide {
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 20px 0 24px;
	margin-top: 20px;
}

#products.detail .right .item .slide .img {
	width: 50%;
	margin: auto;
}

#products.detail .right .item .slide .img i {
	padding-top: 100%;
}

#products.detail .right .item .slide .title {
	width: 90%;
	color: #333;
	margin: 16px auto 0;
}

#products.detail .right .item .slide .text {
	width: 90%;
	color: #3274b7;
	margin: 6px auto 0;
}

#products.detail .right .item .slide:hover {
	box-shadow: 0 0 10px 1px #ccc;
}

#products.detail .one {
	width: 100%;
}

#products.detail .one .img {
	width: 58%;
}

#products.detail .one .img .big-img {
	width: 76.4%;
	border: 1px solid #e9e9e9;
}

#products.detail .one .img .big-img i {
	padding-top: 100%;
}

#products.detail .one .img .small-img {
	width: 20%;
	position: relative;
}

#products.detail .one .img .small-img::before {
	width: 100%;
	display: block;
	padding-top: 382.7%;
	content: '';
}

#products.detail .one .img .small-img .fa-absolute {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#products.detail .one .img .small-img .ites {
	width: 100%;
	height: 82%;
	padding-bottom: 1px;
	padding-right: 1px;
}

#products.detail .one .img .small-img .ites .swiper-slide {
	width: 100%;
	cursor: pointer;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}

#products.detail .one .img .small-img .ites .swiper-slide img {
	max-width: 80%;
	max-height: 80%;
}

#products.detail .one .img .small-img .ites .swiper-slide i {
	padding-top: 100%;
}

#products.detail .one .img .small-img .ites .swiper-slide.cur {
	border-color: #3274b7;
}

#products.detail .one .img .small-img .ites .swiper-slide.none {
	margin-bottom: 0;
}

#products.detail .one .img .small-img .arrow {
	width: 100%;
	border: 1px solid #e9e9e9;
	margin-top: 30px;
}

#products.detail .one .img .small-img .arrow div {
	width: 50%;
	cursor: pointer;
	background-size: 100% !important;
}

#products.detail .one .img .small-img .arrow div i {
	padding-top: 100%;
}

#products.detail .one .img .small-img .arrow .swiper-prev {
	background: url(../images/img88.jpg) no-repeat center;
}

#products.detail .one .img .small-img .arrow .swiper-prev.swiper-button-disabled {
	background: url(../images/img86.jpg) no-repeat center;
}

#products.detail .one .img .small-img .arrow .swiper-next {
	background: url(../images/img89.jpg) no-repeat center;
	border-left: 1px solid #e9e9e9;
}

#products.detail .one .img .small-img .arrow .swiper-next.swiper-button-disabled {
	background: url(../images/img87.jpg) no-repeat center;
}

#products.detail .one .contents {
	width: 39%;
}

#products.detail .one .contents .title {
	width: 100%;
	margin-top: 16px;
}

#products.detail .one .contents .tag {
	width: 100%;
	color: #3274b7;
	margin-top: 8px;
}

#products.detail .one .contents .brief {
	width: 100%;
	margin-top: 54px;
}

#products.detail .one .contents .brief .text-one {
	width: 100%;
}

#products.detail .one .contents .brief .text-two {
	width: 100%;
	line-height: 1.8;
	color: #888;
	margin-top: 16px;
}

#products.detail .one .contents .share {
	width: 100%;
	line-height: 30px;
	margin-top: 40px;
}

#products.detail .one .contents .share .text {
	color: #888;
}

#products.detail .one .contents .share .slide {
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

#products.detail .one .contents .share .slide:nth-child(2) {
	background: url(../images/img90.png) no-repeat center;
	margin-left: 0;
}

#products.detail .one .contents .share .slide:nth-child(3) {
	background: url(../images/img91.png) no-repeat center;
}

#products.detail .one .contents .share .slide:nth-child(4) {
	background: url(../images/img92.png) no-repeat center;
}

#products.detail .one .contents .share .slide:nth-child(5) {
	background: url(../images/img93.png) no-repeat center;
}

#products.detail .one .contents .submit {
	width: 100%;
	margin-top: 50px;
}

#products.detail .one .contents .submit .btn {
	padding: 16px 46px;
}

#products.detail .one .contents .submit .btn:nth-child(1) {
	background: #3274b7;
	color: #fff;
	border: 2px solid #3274b7;
}

#products.detail .one .contents .submit .btn:nth-child(2) {
	background: #fff;
	color: #888;
	border: 2px solid #888;
	margin-left: 10px;
}

/*解决方案*/
#case.list {
	padding: 80px 0 120px;
}

#case.list .one {
	width: 100%;
}

#case.list .one .item {
	width: 100%;
}

#case.list .one .item .slide {
	width: 100%;
	height: 468px;
	background: #e5e5e5;
}

#case .one .inside-detail .slide p b {
	width: 100%;
	height: 24px;
	line-height: 22px;
	display: block;
	font-size: 24px;
	color: #333;
	border-left: 5px solid #fff;
	padding-left: 12px;
	box-sizing: border-box;
	margin-top: 24px;
}

#case .one .inside-detail .slide p {
	font-size: 16px;
}

#case.list .one .item .slide .img {
	width: 50%;
	height: 100%;
	background-size: cover !important;
	text-align: center;
}

#case.list .one .item .slide .contents {
	width: 50%;
	height: 100%;
	padding: 70px 50px;
}

#case.list .one .item .slide .contents .main {
	width: 80%;
	height: 100%;
	position: relative;
}

#case.list .one .item .slide .contents .main .title {
	width: 100%;
}

#case.list .one .item .slide .contents .main .title a {
	color: #333;
}

#case.list .one .item .slide .contents .main .brief {
	width: 100%;
	line-height: 2;
	color: #888;
	margin-top: 15px;
}

#case.list .one .item .slide .contents .main .more {
	vertical-align: middle;
	background: #fff;
	border: 1px solid #b8b8b8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px 40px;
}

#case.list .one .item .slide .contents .main .more img {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 24px;
}

#case.detail {
	padding: 70px 0 100px;
}

#case.detail .one {
	width: 100%;
}

#case.detail .one .title {
	width: 100%;
	color: #333;
}

/*合作企业*/
#cooperation {
	padding: 80px 0 100px;
	font-size: 0;
}

#cooperation img {
	max-width: 100%;
}

/*新闻资讯*/
#info {
	padding: 80px 0 110px;
}

#info .info-total {
	width: 100%;
}

#info .info-total .info-left {
	width: 73.75%;
}

#info .info-total .info-right {
	width: 22.5%;
}

#info .info-total .info-right .info-right-form {
	width: 100%;
}

#info .info-total .info-right .info-right-form .top {
	width: 100%;
	vertical-align: middle;
}

#info .info-total .info-right .info-right-form .top img {
	width: 28px;
	vertical-align: middle;
}

#info .info-total .info-right .info-right-form .top a {
	display: inline-block;
	vertical-align: middle;
	font-size: .95rem !important;
	color: #929292;
	margin-left: 20px;
}

#info .info-total .info-right .info-right-form .top a:hover {
	color: #525252;
}

#info .info-total .info-right .info-right-form .top a.cur {
	color: #525252;
}

#info .info-total .info-right .info-right-form .bot {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 8px;
	margin-top: 20px;
}

#info .info-total .info-right .info-right-form .bot .input {
	width: 80%;
	height: 20px;
	color: #666;
}

#info .info-total .info-right .info-right-form .bot .btn {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/img42.png) no-repeat center;
	background-size: 100%;
}

#info .info-total .info-right .info-right-img {
	width: 100%;
}

#info .info-total .info-right .info-right-img:nth-child(2) {
	margin-top: 40px;
}

#info .info-total .info-right .info-right-img:nth-child(3) {
	margin-top: 20px;
}

#info .info-total .info-right .info-right-item {
	width: 100%;
	margin-top: 24px;
}

#info .info-total .info-right .info-right-item .title {
	width: 100%;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
}

#info .info-total .info-right .info-right-img .info-bj {
	background: #f6f6f6;
	height: 260px;
}

#info .info-total .info-right .info-right-img .info-item {
	padding: 10px;
	color: #000;
}

#info .info-total .info-right .info-right-img .info-item1 {
	line-height: 1.5;
}

#info .info-total .info-right .info-right-img .title {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #000;
	padding: 20px 0;
}

#info .info-total .info-right .info-right-item .ites {
	width: 100%;
	margin-top: 16px;
}

#info .info-total .info-right .info-right-item .ites .slide {
	width: 100%;
	position: relative;
	padding-left: 10px;
	margin-top: 10px;
}

#info .info-total .info-right .info-right-item .ites .slide::before {
	width: 4px;
	height: 4px;
	background: #666666;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	content: '';
}

#info .info-total .info-right .info-right-item .ites .slide:nth-child(1) {
	margin-top: 0;
}

/*新闻列表*/
#info.list {}

#info.list .one {
	width: 100%;
}

#info.list .one .item {
	width: 100%;
}

#info.list .one .item .slide-one {
	width: 100%;
	background: url(../images/img17.jpg) repeat-x bottom center;
	padding-bottom: 36px;
}

#info.list .one .item .slide-one .img {
	width: 18.6%;
	background: #ccc;
}

#info.list .one .item .slide-one .img i {
	padding-top: 63.63%;
}

#info.list .one .item .slide-one .contents {
	width: 78%;
	padding-top: 4px;
}

#info.list .one .item .slide-one1 {
	width: 100%;
	background: url(../images/img17.jpg) repeat-x bottom center;
	padding-bottom: 10px;
}

#info.list .one .item .slide-one1 .gb-title {
	display: flex;
	margin: 10px;
}

#info.list .one .item .slide-one1 .gb-title .title {
	width: 60%;
	margin: 0 15px;
}

#info.list .one .item .slide-one1 .gb-title .bh,
#info.list .one .item .slide-one1 .gb-title .time {
	width: 10%;
	margin: 0 15px;
}


#info.list .one .item .slide-one .contents .time {
	width: 100%;
	color: #a7a7a7;
}

#info.list .one .item .slide-one .contents .title {
	width: 100%;
	margin: 8px 0;
}

#info.list .one .item .slide-one .contents .title a {
	color: #282828;
}

#info.list .one .item .slide-one .contents .brief {
	width: 100%;
	line-height: 1.5;
	color: #a7a7a7;
}

#info.list .one .item .slide-one:hover .contents .title a {
	color: #3274b7;
}

#info.list .one .item .slide-two {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	position: relative;
	padding: 32px 0;
}

#info.list .one .item .slide-two .title {
	width: 100%;
}

#info.list .one .item .slide-two .title .text-one {
	width: 74%;
}

#info.list .one .item .slide-two .title .text-one a {
	color: #282828;
}

#info.list .one .item .slide-two .title .text-two {
	color: #a7a7a7;
}

#info.list .one .item .slide-two .brief {
	width: 100%;
	line-height: 1.4;
	color: #a7a7a7;
	margin-top: 12px;
}

#info.list .one .item .slide-two .more {
	width: 38px;
	opacity: 0;
	background: url(../images/img39.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 2;
	margin-top: -19px;
}

#info.list .one .item .slide-two:hover {
	background-image: linear-gradient(to right, #f1f1f1, #fff);
	padding-left: 100px;
}

#info.list .one .item .slide-two:hover .title a {
	color: #3274b7;
}

#info.list .one .item .slide-two:hover .more {
	opacity: 1;
}

#info.list .one .item .slide-two:nth-child(2) {
	border-top: none;
}

/*新闻详细*/
#info.detail {}

#info.detail .one {
	width: 100%;
	background: url(../images/img17.jpg) repeat-x bottom left;
	padding-bottom: 40px;
}

#info.detail .one .time {
	color: #3274b7;
}

#info.detail .one .title {
	color: #282828;
	margin-top: 12px;
}

#info.detail .two {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	padding-bottom: 20px;
	margin-top: 24px;
}

#info.detail .two .two-text {
	width: 100%;
}

#info.detail .two .two-text .two-detail h4,
#about .one .brief-one h3 {
	width: 100%;
	height: 24px;
	line-height: 22px;
	display: block;
	font-size: 24px;
	color: #333;
	border-left: 5px solid #004ba0;
	padding-left: 12px;
	box-sizing: border-box;
	margin: 20px 0;
}

#info.detail .two .two-text .two-detail .qcdw {
	max-height: 150px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#info.detail .two .two-text .two-detail .qcdw p {
	margin: 5px;
}

#info.detail .two .two-text h3 {
	font-weight: 600;
	color: #000;
	font-size: 22px;
	margin: 10px 0;
}

#info.detail .two .two-text p {
	margin: 10px 0;
}

#info.detail .two .share {
	width: 44px;
	position: absolute;
	right: 0;
	bottom: -95px;
	z-index: 2;
}

#info.detail .two .share .ites {
	width: 44px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 50px;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 2;
	padding: 22px 0;
	margin-bottom: -40px;
}

#info.detail .slide p{
	line-height: 2;
}

#info.detail .slide h3,
#info.detail .slide .p-h3 {
	display: inline-block;
	padding-right: 10px;
	font-size: 1.3em;
	border-bottom: 2px dashed #004ba0;
	border-radius: 5px;
}

#info.detail .slide h3::before,
#info.detail .slide .p-h3::before {
	content: '';
	border-left: 2px dashed #004ba0;
	padding-left: 10px;
	border-radius: 5px;
}

#info.detail .two .share .ites a {
	width: 100%;
	background-size: 27px;
	padding: 0;
	margin: 0 0 16px;
}

#info.detail .two .share .ites a:nth-child(1) {
	background: url(../images/img47.png) no-repeat center;
}

#info.detail .two .share .ites a:nth-child(1):hover {
	background: url(../images/img47_1.png) no-repeat center;
}

#info.detail .two .share .ites a:nth-child(2) {
	background: url(../images/img48.png) no-repeat center;
}

#info.detail .two .share .ites a:nth-child(2):hover {
	background: url(../images/img48_1.png) no-repeat center;
}

#info.detail .two .share .ites a:nth-child(3) {
	background: url(../images/img49.png) no-repeat center;
}

#info.detail .two .share .ites a:nth-child(3):hover {
	background: url(../images/img49_1.png) no-repeat center;
}

#info.detail .two .share .target {
	width: 44px;
	cursor: pointer;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}

#info.detail .two .share .target1 {
	width: 70px;
	height: 45px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	background: #cfd1d3;
	color: #fff;
}

#info.detail .two .share:hover .ites {
	height: 120px;
	opacity: 1;
}

#info.detail .two .share:hover .target {
	transform: rotate(180deg);
}

#info.detail .thr {
	width: 100%;
	margin-top: 40px;
}

#info.detail .thr .text {
	width: 100%;
	color: #3274b7;
}

#info.detail .thr .text a {
	color: #666;
}

#info.detail .thr .text:nth-child(2) {
	margin-top: 14px;
}

/*走进赢润*/
#about {}

/*企业简介*/
#about .one {
	padding: 80px 0;
}

#about .one .brief-one {
	width: 75%;
	line-height: 1.6;
	color: #666;
	margin: 50px auto 0;
	font-size: 16px;
}

#about .one .brief-one p span {
	width: 100%;
	height: 24px;
	line-height: 22px;
	display: block;
	font-size: 22px;
	color: #333;
	padding-left: 12px;
	box-sizing: border-box;
	margin: 20px 0;
}

#about .one .brief-two {
	width: 75%;
	color: #333;
	margin: 60px auto 0;
}

#about .one .item-one {
	width: 100%;
	margin-top: 40px;
}

#about .one .item-one .slide {
	width: 12%;
	margin: 0 3%;
}

#about .one .item-one .slide .title {
	color: #3274b7;
}

#about .one .item-one .slide .text {
	color: #666;
	margin-top: 10px;
}

#about .one .item-two {
	width: 100%;
	height: 600px;
	margin-top: 40px;
}

#about .one .item-two .swiper-wrapper {
	height: 100%;
}

#about .one .item-two .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

#about .one .item-two .swiper-switch {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
}

#about .one .item-two .swiper-switch span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: none;
	border: 1px solid #888;
	border-radius: 50%;
	position: relative;
	margin: 0 10px;
}

#about .one .item-two .swiper-switch span::before {
	width: 50%;
	height: 50%;
	opacity: 0;
	background: #888;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	content: '';
}

#about .one .item-two .swiper-switch span.swiper-pagination-bullet-active::before {
	opacity: 1;
}

#about .one .item-thr {
	width: 100%;
	max-width: 1200px;
	margin: 36px auto 0;
}

#about .one .item-thr .slide-one {
	width: 100%;
	background: #f4f4f4;
	padding: 40px 50px;
}

#about .one .item-thr .slide-one .img {
	width: 64px;
	margin-top: 16px;
}

#about .one .item-thr .slide-one .contents {
	width: 990px;
	margin-left: 40px;
}

#about .one .item-thr .slide-one .contents .title {
	width: 100%;
	color: #333;
}

#about .one .item-thr .slide-one .contents .brief {
	width: 100%;
	line-height: 1.4;
	color: #888;
	margin-top: 6px;
}

#about .one .item-thr .slide-two {
	width: 100%;
}

#about .one .item-thr .slide-two .slide {
	width: 23.5%;
	background: #f4f4f4;
	padding: 40px 0 30px;
	margin-right: 2%;
	margin-top: 2%;
}

#about .one .item-thr .slide-two .slide .img {
	width: 64px;
	margin: auto;
}

#about .one .item-thr .slide-two .slide .title {
	width: 90%;
	color: #333;
	margin: 10px auto;
}

#about .one .item-thr .slide-two .slide .brief {
	width: 90%;
	line-height: 2;
	color: #888;
	margin: auto;
}

#about .one .item-thr .slide-two .slide:nth-child(4n) {
	margin-right: 0;
}

/*企业文化*/
#about .two {
	width: 100%;
	background: #f4f4f4 url(../images/img56.jpg) no-repeat top center;
	background-size: 100%;
	padding: 70px 0 80px;
}

#about .two .item {
	width: 100%;
	background: #fff;
	margin-top: 46px;
}

#about .two .item .slide {
	width: 33.33%;
	height: 200px;
	display: flex;
	align-items: center;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 0 30px;
}

#about .two .item .slide .img {
	width: 80px;
}

#about .two .item .slide .contents {
	width: 210px;
	margin-left: 32px;
}

#about .two .item .slide .contents .title {
	width: 100%;
	color: #333;
}

#about .two .item .slide .contents .brief {
	width: 100%;
	line-height: 1.8;
	color: #888;
	margin-top: 10px;
}

#about .two .item .slide:nth-child(3n) {
	border-right: none;
}

#about .two .item .slide:nth-child(-n+3) {
	border-top: none;
}

/*荣誉资质*/
#about .thr {
	padding: 70px 0 90px;
}

#about .thr .item {
	width: 100%;
	position: relative;
	margin-top: 46px;
}

#about .thr .item .swiper-prev {
	width: 30px;
	height: 30px;
	background: url(../images/img66.png) no-repeat center;
	background-size: 100% !important;
	position: absolute;
	left: -60px;
	top: 44%;
	z-index: 2;
}

#about .thr .item .swiper-prev.swiper-button-disabled {
	background: url(../images/img64.png) no-repeat center;
}

#about .thr .item .swiper-next {
	width: 30px;
	height: 30px;
	background: url(../images/img67.png) no-repeat center;
	background-size: 100% !important;
	position: absolute;
	right: -60px;
	top: 44%;
	z-index: 2;
}

#about .thr .item .swiper-next.swiper-button-disabled {
	background: url(../images/img65.png) no-repeat center;
}

#about .thr .item .swiper-container {
	width: 100%;
}

#about .thr .item .swiper-container .swiper-slide {
	width: 23.5%;
	cursor: pointer;
	position: relative;
	margin-right: 2%;
}

#about .thr .item .swiper-container .swiper-slide::before {
	width: 100%;
	height: 100%;
	background: url(../images/img63.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	margin: auto;
	content: '';
}

#about .thr .item .swiper-container .swiper-slide i {
	padding-top: 135.71%;
}

#about .thr .item .swiper-container .swiper-slide.none {
	margin-right: 0;
}

/*服务承诺*/
#service {}

#service .one {
	padding-top: 80px;
}

#service .one .item {
	width: 100%;
	background: #f4f6f8;
	padding: 60px 40px 50px;
	margin-top: 40px;
}

#service .one .item .title {
	width: 100%;
	color: #282828;
}

#service .one .item .ites {
	width: 100%;
	margin-top: 46px;
}

#service .one .item .ites .slide {
	width: 100%;
	margin-top: 20px;
}

#service .one .item .ites .slide .number {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	background: url(../images/img69.png) no-repeat center;
	background-size: contain;
}

#service .one .item .ites .slide .number b {
	width: 100%;
	line-height: 14px;
	color: #fff;
}

#service .one .item .ites .slide .contents {
	width: 1000px;
	margin-top: 8px;
	margin-left: 14px;
}

#service .one .item .ites .slide .contents .title {
	width: 100%;
	color: #3274b7;
}

#service .one .item .ites .slide .contents .brief {
	width: 100%;
	color: #888;
	margin-top: 4px;
}

#service .one .item .ites .slide:nth-child(1) {
	margin-top: 0;
}

#service .two {
	background: url(../images/img17.jpg) repeat-x bottom center;
	padding: 70px 0 80px;
}

#service .two .item {
	width: 100%;
}

#service .two .item .slide {
	width: 47.5%;
	margin-top: 60px;
}

#service .two .item .slide .contents {
	width: 460px;
}

#service .two .item .slide .contents .title {
	width: 100%;
	border-bottom: 1px solid #acadb1;
	padding-bottom: 12px;
}

#service .two .item .slide .contents .brief {
	width: 100%;
	line-height: 1.6;
	color: #929292;
	margin-top: 16px;
}

#service .two .item .slide .img {
	width: 80px;
}

#service .thr {
	padding: 80px 0 100px;
}

#service .thr .item {
	width: 100%;
	margin-top: 60px;
}

#service .thr .item .slide {
	width: 100%;
	margin-top: 32px;
}

#service .thr .item .slide .title {
	width: 100%;
	color: #3274b7;
}

#service .thr .item .slide .brief {
	width: 100%;
	line-height: 1.8;
	color: #888;
	margin-top: 14px;
}

#service .thr .item .slide:nth-child(1) {
	margin-top: 0;
}

#service .thr .img {
	width: 100%;
	margin-top: 32px;
}

/*联系我们*/
#contact {
	padding: 70px 0 100px;
}

#contact .item {
	width: 100%;
	padding-top: 70px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

#contact .item .item-1 {
	display: flex;
	margin: 15px 0;
}

#contact .item .item-1 h4,
#contact .item .item-1 p {
	margin: 5px 0;
	text-align: center;
}

#contact .item .left {
	width: 66%;
}

#contact .item .left .contents {
	width: 100%;
}

#contact .item .left .contents .title {
	width: 100%;
	color: #303c49;
}

#contact .item .left .contents .ites {
	width: 100%;
	margin-top: 46px;
}

#contact .item .left .contents .ites .slide {
	width: 100%;
	margin-top: 20px;
}

#contact .item .left .contents .ites .slide .text-one {
	width: 90px;
	color: #888;
	margin-right: 4px;
}

#contact .item .left .contents .ites .slide .text-two {
	width: 50%;
	color: #333;
}

#contact .item .left .contents .ites .slide:nth-child(1) {
	margin-top: 0;
}

#contact .item .left .map {
	width: 100%;
	height: 470px;
	border: 1px solid #e2e2e2;
	padding: 3px;
	margin-top: 46px;
}

#contact .item .right {
	width: 28.3%;
}

#contact .item .right .title {
	width: 100%;
	background: url(../images/img75.png) no-repeat center;
	background-size: 100% 100%;
	padding: 16px 24px 54px;
}

#contact .item .right .title .text-one {
	width: 100%;
	color: #666;
}

#contact .item .right .title .text-two {
	width: 100%;
	color: #333;
	margin-top: 10px;
}

#contact .item .right .form {
	width: 100%;
	margin-top: 24px;
}

#contact .item .right .form .slide {
	width: 100%;
	margin-top: 14px;
}

#contact .item .right .form .slide .text {
	width: 100%;
	color: #666;
	margin-bottom: 6px;
}

#contact .item .right .form .slide .text span {
	color: red;
}

#contact .item .right .form .slide .input {
	width: 100%;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 0 14px;
}

#contact .item .right .form .slide .textarea {
	width: 100%;
	height: 210px;
	border: 1px solid #cfcfcf;
	resize: none;
	padding: 14px;
}

#contact .item .right .form .slide:nth-child(1) {
	margin-top: 0;
}

#contact .item .right .form .btn {
	width: 100%;
	height: 56px;
	cursor: pointer;
	background: #3879c2;
	color: #fff;
	border-radius: 4px;
	margin-top: 24px;
}

/*H5兼容*/
@media only screen and (max-width:1680px) {
	#footer .one .logo {
		width: 140px;
	}

	#footer .one .form {
		width: 460px;
	}

	#footer .one .nav {
		margin-left: 60px;
	}

	#footer .one .contents {
		width: 420px;
		margin-top: 0;
		margin-left: 36px;
	}
}

@media only screen and (max-width:1440px) {
	#header .one {
		padding: 16px 0;
	}

	#header .one .left .logo {
		width: 128px;
		margin-top: 6px;
	}

	#header .one .left .txt {
		margin-left: 10px;
		margin-top: 0;
	}

	#header .one .left .txt .text-one {
		font-size: 18px;
	}

	#header .two {}

	#header .two .item {
		margin: 0 24px;
	}

	#header .two .item .text-one {
		padding: 16px 0;
	}

	#banner .swiper-prev {
		width: 40px;
	}

	#banner .swiper-next {
		width: 40px;
	}

	#case.list {
		padding: 60px 0 100px;
	}

	#case.list .one .item .slide {
		height: 400px;
	}

	#case.list .one .item .slide .contents {
		padding: 50px 40px;
	}

	#case.list .one .item .slide .contents .main .title {
		font-size: 18px;
	}

	#case.list .one .item .slide .contents .main .brief {
		font-size: 12px;
		margin-top: 30px;
	}

	#case.list .one .item .slide .contents .main .more {
		font-size: .95rem !important;
		padding: 12px 20px;
	}

	#case.detail {
		padding: 50px 0 70px;
	}

	#case.detail .one .title {
		font-size: 26px;
	}

	.inside-detail {
		margin-top: 40px;
	}

	.inside-title-two {
		padding-bottom: 24px;
	}

	.inside-title-two span {
		height: 20px;
		line-height: 18px;
		font-size: 20px;
		border-width: 4px;
		padding-left: 10px;
	}

	.inside-detail .slide .editor {
		margin-top: 26px;
	}

	#footer .one {
		padding: 36px 0;
	}

	#footer .one .logo {
		width: 120px;
	}

	#footer .one .contents {
		width: 380px;
		margin-left: 26px;
	}

	#footer .one .nav {
		margin-left: 40px;
	}

	#footer .one .form {
		width: 420px;
	}

	.inside-title .text-one {
		font-size: 32px;
	}

	.inside-title .text-one img {
		width: 220px;
	}

	.inside-title .text-two {
		font-size: 16px;
		margin-top: 12px;
	}

	#about .one {
		padding: 60px 0;
	}

	#about .one .brief-one {
		font-size: 12px;
		margin: 30px auto 0;
	}

	#about .one .item-one {
		margin-top: 32px;
	}

	#about .one .item-one .slide .title {
		font-size: 30px;
	}

	#about .one .item-one .slide .text {
		font-size: 12px;
		margin-top: 6px;
	}

	#about .one .item-two {
		margin-top: 32px;
	}

	#about .one .brief-two {
		font-size: 20px;
		margin: 32px auto 0;
	}

	#about .one .item-two {
		height: 400px;
	}

	#about .one .item-two .swiper-switch {
		bottom: 24px;
	}

	#about .two {
		padding: 50px 0 60px;
	}

	#about .two .item {
		margin-top: 32px;
	}

	#about .two .item .slide {
		height: 160px;
	}

	#about .two .item .slide .img {
		width: 68px;
	}

	#about .two .item .slide .contents {
		width: 80%;
		margin-left: 22px;
	}

	#about .two .item .slide .contents .title {
		font-size: 16px;
	}

	#about .two .item .slide .contents .brief {
		line-height: 1.6;
		font-size: 12px;
		margin-top: 8px;
	}

	#contact {
		padding: 50px 0 60px;
	}

	#contact .item {
		padding-top: 40px;
		margin-top: 32px;
	}

	.inside-products-list .left {
		padding: 16px;
	}

	.inside-products-list .left .item .title {
		background-size: 16px !important;
		font-size: .95rem !important;
		padding: 12px 20px;
	}

	.inside-products-list .left .item .ites {
		padding: 16px;
	}

	.inside-products-list .left .item .ites .slide {
		font-size: 12px;
	}

	.inside-products-list .right .slide {
		padding: 24px;
	}

	.inside-products-list .right .slide .img {
		width: 40%;
	}

	.inside-products-list .right .slide .contents {
		margin-top: 0;
	}

	.inside-products-list .right .slide .contents .title {
		font-size: 16px;
	}

	.inside-products-list .right .slide .contents .tag {
		font-size: 16px;
	}

	.inside-products-list .right .slide .contents .brief {
		font-size: 12px;
	}

	.inside-products-list .right .slide .contents .other {
		margin-top: 16px;
	}

	.inside-products-list .right .slide .contents .other .btn-one {
		font-size: 12px;
	}

	.inside-products-list .right .slide .contents .other .btn-two {
		font-size: 12px;
		margin-left: 10px;
	}

	#index .one {
		padding: 40px 0 60px;
	}

	.inside-detail .slide {
		margin-top: 60px;
	}

	/*#header .two .item .nav-two{ height:180px;}
	#header .two .item .nav-two .ites-one{ width:200px; padding:20px 0 20px 30px;}
	#header .two .item .nav-two .ites-one .swiper-container .swiper-slide{ padding-left:16px;}
	#header .two .item .nav-two .ites-two .itns{ padding:26px;}
	#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide{ margin-top:16px;}
	#header .two .item .nav-two .ites-two .itns .swiper-container .swiper-slide.arrow.cur{ background-size:7px !important;}*/
	#header .two .item .nav-two .ites-two {
		max-height: 500px;
	}
}

@media only screen and (max-width:1280px) {

	#header .one .right .phone {
		font-size: 20px;
	}

	#current {
		height: 50px;
	}

	#current .cw1600 .one .select {
		font-size: 12px;
	}

	#current .cw1600 .two .swiper-slide {
		font-size: 12px;
		margin-left: 20px;
	}

	.inside-related-products {
		margin-top: 60px;
	}

	.inside-related-products .item {
		margin-top: 40px;
	}

	#footer .footer-title {
		font-size: 16px;
	}

	#footer .one {
		padding: 26px 0;
	}

	#footer .one .logo {
		width: 106px;
	}

	#footer .one .contents .brief {
		font-size: 12px;
		margin: 10px 0;
	}

	#footer .one .contents .code .slide {
		width: 80px;
	}

	#footer .one .contents .code .slide .txt {
		font-size: 12px;
	}

	#footer .one .nav {
		margin-left: 20px;
	}

	#footer .one .nav .ites .slide {
		font-size: 12px;
		margin-top: 8px;
	}

	#footer .one .form {
		width: 360px;
	}

	#footer .one .form .item {
		margin-top: 16px;
	}

	#footer .one .form .item .slide .input {
		height: 36px;
		font-size: 12px;
		padding: 0 8px;
	}

	#footer .one .form .item .textarea {
		height: 64px;
		font-size: 12px;
		padding: 8px;
	}

	#footer .one .form .item .btn {
		height: 40px;
		font-size: .95rem !important;
	}

	#cooperation {
		padding: 40px 0 60px;
	}

	.inside-cooperation-one .top {
		padding: 2.75% 2.75% 0;
	}

	.inside-cooperation-one .top .item .contents .swiper-slide .title {
		font-size: 20px;
	}

	.inside-cooperation-one .top .item .contents .swiper-slide .brief {
		font-size: 12px;
		margin-top: 10px;
	}

	.inside-cooperation-one .bot .swiper-attr {
		margin-top: 16px;
	}

	.inside-cooperation-one .bot .swiper-attr .swiper-switch span {
		width: 10px;
		height: 10px;
		margin-left: 12px;
	}

	.inside-cooperation-two {
		margin-top: 60px;
	}

	#info.list {
		padding: 50px 0 60px;
	}

	#info.detail {
		padding: 50px 0;
	}

	#info .info-total {}

	#about .one {
		padding: 40px 0;
	}

	.inside-title .text-one {
		font-size: 28px;
	}

	.inside-title .text-one img {
		width: 180px;
	}

	#about .one .brief-one {
		margin: 24px auto 0;
	}

	#about .one .item-one {
		margin-top: 28px;
	}

	#about .one .item-one .slide {
		margin: 0 2%;
	}

	#about .one .item-one .slide .title {
		font-size: 28px;
	}

	#about .one .item-thr .slide-one {
		padding: 30px 40px;
	}

	#about .one .item-thr .slide-one .contents {
		width: 80%;
		margin-left: 30px;
	}

	#about .one .item-thr .slide-one .contents .title {
		font-size: 20px;
	}

	#about .one .item-thr .slide-one .contents .brief {
		font-size: 12px;
	}

	#about .one .item-thr .slide-two .slide {
		padding: 30px 0;
	}

	#about .one .item-thr .slide-two .slide .img {
		width: 54px;
	}

	#about .one .item-thr .slide-two .slide .title {
		font-size: 20px;
	}

	#about .one .item-thr .slide-two .slide .brief {
		line-height: 1.8;
		font-size: 12px;
	}

	#about .two .item .slide {
		height: 130px;
	}

	#about .two .item .slide .img {
		width: 60px;
	}

	#about .thr {
		padding: 40px 0 50px;
	}

	#about .thr .item {
		width: 90%;
		margin: 30px auto 0;
	}

	.inside-title-thr {
		font-size: 20px;
	}

	#service .one .item {
		padding: 30px 20px;
		margin-top: 24px;
	}

	#service .one .item .ites {
		margin-top: 30px;
	}

	#service .one .item .ites .slide {
		margin-top: 16px;
	}

	#service .one .item .ites .slide .contents {
		width: 90%;
	}

	#service .one .item .ites .slide .contents .title {
		font-size: 16px;
	}

	#service .one .item .ites .slide .contents .brief {
		font-size: .95rem !important;
	}

	#service .two {
		padding: 30px 0 40px;
	}

	#service .two .item .slide {
		margin-top: 40px;
	}

	#service .two .item .slide .contents .title {
		font-size: 16px;
	}

	#service .two .item .slide .contents .brief {
		font-size: 12px;
		margin-top: 10px;
	}

	#service .two .item .slide .contents {
		width: 82%;
	}

	#service .two .item .slide .img {
		width: 14%;
	}

	#service .thr {
		padding: 40px 0 60px;
	}

	#service .thr .item {
		margin-top: 40px;
	}

	#service .thr .item .slide .brief {
		margin-top: 10px;
	}

	#service .thr .img {
		margin-top: 24px;
	}

	#index .two {
		padding: 40px 0px 46px;
	}

	#index .two .item {
		margin-top: 36px;
	}

	#index .two .item .slide {
		min-height: 260px;
		padding-top: 30px;
	}

	#index .two .item .slide .icon {
		width: 60px;
	}

	#index .two .item .slide .title {
		font-size: 20px;
	}

	#index .two .item .slide .brief {
		font-size: 12px;
	}

	#index .thr {
		padding: 46px 0;
	}

	#index .thr .contents .title .text-one {
		font-size: 18px;
	}

	#index .thr .contents .title .text-two {
		font-size: 26px;
	}

	#index .thr .contents .brief {
		font-size: 12px;
		margin: 20px 0 30px;
	}

	#index .thr .contents .item .slide .text-one {
		font-size: 30px;
	}

	#index .thr .contents .item .slide .text-two {
		font-size: 12px;
		margin-top: 8px;
	}

	#index .thr .contents .more {
		font-size: 12px;
		padding: 8px 22px;
		margin-top: 46px;
	}

	#index .thr .contents .more img {
		width: 10px;
	}

	#products.detail .one .img .small-img .ites {
		height: 84%;
	}

	#products.detail .one .img .small-img .arrow {
		margin-top: 10px;
	}

	#products.detail .one .contents .title {
		font-size: 22px;
		margin-top: 0;
	}

	#products.detail .one .contents .tag {
		font-size: 18px;
	}

	#products.detail .one .contents .brief {
		margin-top: 20px;
	}

	#products.detail .one .contents .brief .text-one {
		font-size: 16px;
	}

	#products.detail .one .contents .brief .text-two {
		font-size: .95rem !important;
		margin-top: 10px;
	}

	#products.detail .one .contents .share {
		line-height: 24px;
		margin-top: 16px;
	}

	#products.detail .one .contents .share .text {
		font-size: 12px;
	}

	#products.detail .one .contents .share .slide {
		width: 24px;
		height: 24px;
	}

	#products.detail .one .contents .submit {
		margin-top: 30px;
	}

	#products.detail .one .contents .submit .btn {
		font-size: .95rem !important;
		padding: 10px 26px;
	}

	#products.detail .right .right-title {
		font-size: 18px;
		padding: 14px 18px;
	}

	#products.detail .right .item .slide {
		padding: 14px 0 18px;
		margin-top: 16px;
	}

	#products.detail .right .item .slide .title {
		font-size: 12px;
		margin: 10px auto 0;
	}

	#products.detail .right .item .slide .text {
		font-size: .95rem !important;
		margin: 3px auto 0;
	}

	#index .six .item .right .category .ites .swiper-slide .text-one {
		width: 70%;
	}
}

@media only screen and (max-width:1180px) {
	#header .one .left .logo {
		width: 100px;
	}

	#header .one .left .txt .text-one {
		font-size: 16px;
	}

	#header .one .right .search {
		width: 200px;
		height: 35px;
		padding: 0 10px;
	}

	#header .one .right .search form .input {
		width: 150px;
	}

	#header .one .right .search form .btn {
		background-size: 80%;
	}

	#header .one .right .phone {
		font-size: 16px;
		margin-left: 16px;
		margin-top: 4px;
	}

	#header .one .right .phone img {
		width: 28px;
		margin-right: 8px;
	}

	#header .one .right .share {
		margin-left: 16px;
		margin-top: 4px;
	}

	#header .one .right .share .list {
		width: 26px;
		height: 26px;
	}

	#header .one .right .share .list:nth-child(2) {
		margin-left: 10px;
	}

	#header .two .item {
		margin: 0 20px;
	}

	#header .two .item .text-one {
		font-size: .95rem !important;
	}

	#footer .one .logo {
		width: 98px;
	}

	#footer .one .contents {
		width: 220px;
	}

	#footer .one .contents .brief {
		line-height: 1.8;
	}

	#footer .one .contents .code .slide {
		width: 150px;
	}

	#footer .one .contents .code .slide .txt {
		font-size: .95rem !important;
		margin-top: 6px;
	}

	#footer .one .nav {
		width: 180px;
	}

	#footer .one .nav .ites {
		margin-top: 12px;
	}

	#footer .one .form {
		width: 320px;
	}

	#footer .one .form .item .slide .input {
		height: 34px;
	}

	#footer .one .form .item .textarea {
		height: 54px;
	}

	#footer .one .form .item .btn {
		height: auto;
		padding: 12px 0;
	}

	.inside-products-list .right .item .slide {
		padding: 20px;
	}

	.inside-products-list .right .item .slide .contents {
		width: 58%;
	}

	.inside-products-list .right .item .slide .contents .title {
		font-size: .95rem !important;
	}

	.inside-products-list .right .item .slide .contents .tag {
		font-size: .95rem !important;
		margin-top: 6px;
	}

	.inside-products-list .right .item .slide .contents .brief {
		margin-top: 6px;
	}

	.inside-products-list .right .item .slide .contents .other {
		margin-top: 20px;
	}

	.inside-products-list .right .item .slide .contents .other .btn-one {
		padding: 6px 12px;
	}

	.inside-products-list .right .item .slide .contents .other .btn-two {
		padding: 4px 10px;
		margin-left: 10px;
	}
}

@media only screen and (max-width:1080px) {
	#index .six .item .right .category .ites .swiper-slide .text-one {
		width: 60%;
	}
}

@media only screen and (max-width:980px) {
	#float .thr {
		display: block;
	}

	#products.detail .left {
		width: 100%;
	}

	#products.detail .right {
		display: none;
	}

	#warp .wow {
		visibility: visible !important;
	}

	#header .one .left .logo {
		margin-top: 0;
	}

	#header .one .left .txt {
		display: none;
	}

	#header .one .right {
		float: left;
	}

	#header .one .right .search {
		display: none;
	}

	#header .one .right .phone {
		margin-left: 10px;
		margin-top: 0;
	}

	#header .one .right .phone img {
		display: none;
	}

	#header .one .right .share {
		display: none;
	}

	#header .one .target {
		display: block;
	}

	#header .two {
		display: none;
	}

	.inside-related-products {
		margin-top: 40px;
	}

	.inside-related-products .item .swiper-slide {
		width: 30%;
		padding: 30px 0 24px;
	}

	#footer .one .logo {
		display: none;
	}

	#footer .one .contents {
		margin-left: 0;
	}

	#footer .one .form {
		width: 280px;
	}

	#footer .two {
		padding: 12px 0;
	}

	#footer .thr {
		padding: 12px 0;
	}

	#footer .thr .left {
		width: 80%;
	}

	.inside-cooperation-one .top {
		padding: 0;
	}

	.inside-cooperation-one .top .item {
		padding: 0;
	}

	.inside-cooperation-one .top .item .img {
		width: 50%;
		float: left;
		position: relative;
	}

	.inside-cooperation-one .top .item .contents {
		width: 50%;
	}

	.inside-cooperation-one .top .item .contents .swiper-slide {
		width: 100%;
		padding: 16px 0;
	}

	.inside-cooperation-one .top .item .contents .swiper-slide .brief,
	.inside-cooperation-one .top .item .contents .swiper-slide .title {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.inside-cooperation-one .bot .swiper-attr {
		width: 100%;
	}

	.inside-cooperation-one .bot .swiper-attr .swiper-switch {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}

	.inside-cooperation-one .bot .swiper-attr .swiper-arrow {
		display: none;
	}

	#info .info-total {}

	#info .info-total .info-left {
		width: 100%;
	}

	#info .info-total .info-right {
		display: none;
	}

	#info.detail .one {
		padding-bottom: 20px;
	}

	#info.detail .one .time {
		font-size: 16px;
	}

	#info.detail .one .title {
		font-size: 20px;
		margin-top: 10px;
	}

	.inside-title .text-one {
		font-size: 24px;
	}

	.inside-title .text-one img {
		width: 160px;
	}

	.inside-title .text-two {
		font-size: .95rem !important;
		margin-top: 10px;
	}

	#about .one .brief-one {
		width: 100%;
	}

	#about .one .item-one .slide {
		width: 15%;
	}

	#about .one .item-two {
		height: 360px;
	}

	#about .one .item-two .swiper-switch {
		bottom: 16px;
	}

	#about .one .item-two .swiper-switch span {
		width: 12px;
		height: 12px;
		margin: 0 8px;
	}

	#about .two {
		padding: 30px 0 40px;
	}

	#about .two .item {
		margin-top: 24px;
	}

	#about .two .item .slide {
		height: 100px;
		padding: 0 16px;
	}

	#about .two .item .slide .img {
		width: 50px;
	}

	#about .two .item .slide .contents {
		margin-left: 12px;
	}

	#about .two .item .slide .contents .title {
		font-size: .95rem !important;
	}

	#about .two .item .slide .contents .brief {
		font-size: 10px;
		margin-top: 4px;
	}

	#about .thr {
		padding: 40px 0;
	}

	#about .thr .item {
		margin: 24px auto 0;
	}

	#about .thr .item .swiper-prev {
		width: 24px;
		height: 24px;
		left: -40px;
	}

	#about .thr .item .swiper-next {
		width: 24px;
		height: 24px;
		right: -40px;
	}

	#contact {
		padding: 30px 0 40px;
	}

	#contact .item {
		padding-top: 30px;
		margin-top: 22px;
	}

	#contact .item .left .contents .title {
		font-size: 18px;
	}

	#contact .item .left .contents .ites {
		margin-top: 24px;
	}

	#contact .item .left .contents .ites .slide {
		margin-top: 12px;
	}

	#contact .item .left .contents .ites .slide .text-one {
		font-size: 12px;
	}

	#contact .item .left .contents .ites .slide .text-two {
		font-size: 12px;
	}

	#contact .item .left .map {
		height: 360px;
		margin-top: 24px;
	}

	#contact .item .right {
		width: 30%;
	}

	#contact .item .right .title {
		padding: 12px 16px 36px;
	}

	#contact .item .right .title .text-one {
		font-size: .95rem !important;
	}

	#contact .item .right .title .text-two {
		font-size: 20px;
		margin-top: 6px;
	}

	#contact .item .right .form {
		margin-top: 20px;
	}

	#contact .item .right .form .slide {
		margin-top: 12px;
	}

	#contact .item .right .form .slide .input {
		height: 40px;
		padding: 0 10px;
	}

	#contact .item .right .form .slide .textarea {
		height: 140px;
		padding: 10px;
	}

	#contact .item .right .form .btn {
		height: auto;
		font-size: 16px;
		padding: 12px 0;
		margin-top: 16px;
	}

	.inside-products-keyword .form {
		width: 280px;
		height: 46px;
	}

	.inside-products-keyword .form form .input {
		width: 220px;
	}

	.inside-products-list .left {
		display: none;
	}

	.inside-products-list .right {
		width: 100%;
	}

	.inside-products-list .right select {
		display: block;
	}

	#index .two {
		padding: 36px 0;
	}

	#index .two .item {
		margin-top: 24px;
	}

	#index .two .item .slide {
		min-height: 210px;
		padding-top: 20px;
	}

	#index .two .item .slide .icon {
		width: 46px;
	}

	#index .two .item .slide .title {
		font-size: 16px;
		margin: 10px auto;
	}

	#index .two .item .slide .brief {
		width: 80%;
	}

	#index .thr .contents {
		width: 100%;
	}

	#index .thr .img {
		width: 100%;
		height: 260px;
	}

	#index .thr .img i {
		display: none;
	}

	#index .four {
		padding: 36px 0;
	}

	#index .four .item .swiper-prev {
		width: 46px;
		height: 46px;
		left: 5%;
	}

	#index .four .item .swiper-next {
		width: 46px;
		height: 46px;
		right: 5%;
	}

	#index .four .item .swiper-container .swiper-slide {
		width: 600px;
	}

	#index .four .item .swiper-container .swiper-switch span {
		width: 12px;
		height: 12px;
		margin: 0 6px;
	}

	#index .six {
		padding: 40px 0;
	}

	#index .six .item {
		height: auto;
		margin-top: 24px;
	}

	#index .six .item .left {
		display: none;
	}

	#index .six .item .right {
		width: 100%;
	}

	#index .six .item .right .category {
		width: 100%;
	}

	.inside-detail .slide {
		margin-top: 40px;
	}

	#products.detail {
		padding: 30px 0 60px;
	}

	#products.detail .one .img .small-img .ites {
		height: 82%;
	}

	#products.detail .one .img .small-img .ites .swiper-slide {
		margin-bottom: 6px;
	}

	#products.detail .one .img .small-img .arrow {
		margin-top: 16px;
	}

	#products.detail .one .contents .title {
		font-size: 20px;
		margin-top: 10px;
	}

	#products.detail .one .contents .tag {
		font-size: 16px;
		margin-top: 6px;
	}

	#products.detail .one .contents .brief {
		margin-top: 30px;
	}

	#products.detail .one .contents .brief .text-one {
		font-size: 16px;
	}

	#products.detail .one .contents .brief .text-two {
		font-size: .95rem !important;
		margin-top: 10px;
	}

	#products.detail .one .contents .share {
		line-height: 24px;
		margin-top: 20px;
	}

	#products.detail .one .contents .share .text {
		font-size: 12px;
	}

	#products.detail .one .contents .share .slide {
		width: 24px;
		height: 24px;
		margin-left: 6px;
	}

	#products.detail .one .contents .submit {
		margin-top: 30px;
	}

	#products.detail .one .contents .submit .btn {
		font-size: .95rem !important;
		padding: 8px 20px;
	}

	#float .thr .cw1600 {
		padding: 30px 0;
	}

	#float .thr .cw1600 .item {
		margin-top: 16px;
	}

	#float .thr .cw1600 .item .swiper-slide {
		width: 20%;
	}
}

@media only screen and (max-width:750px) {
	#index .four .item .swiper-container .swiper-slide .bot {
		padding: 15px;
	}

	#header-block {
		height: 56px;
	}

	.select-none {
		background-size: 7px !important;
	}

	#banner {
		display: none;
	}

	#phone-banner {
		display: block;
	}

	#float .one .main {
		width: 60px;
		right: 0;
	}

	#float .one .main .item {
		border-width: 5px;
		padding: 4px 0;
	}

	#float .one .main .item .slide {
		padding: 6px 0;
	}

	#float .one .main .item .slide .icon {
		width: 20px;
	}

	#float .one .main .item .slide .text {
		font-size: 10px;
		margin-top: 4px;
	}

	#float .one .main .code {
		padding: 6px;
	}

	#float .one .main .code .txt {
		font-size: 10px;
		margin-top: 4px;
	}

	#current .cw1600 {
		width: 100%;
	}

	#current .cw1600 .one .home {
		display: none;
	}

	#current .cw1600 .one .select {
		width: 100%;
		border: none;
	}

	#case.list {
		padding: 40px 0 60px;
	}

	#case.list .one .item .slide {
		height: auto;
		margin-top: 20px;
	}

	#case.list .one .item .slide .img {
		width: 100%;
		float: left;
		background: none;
	}

	#case.list .one .item .slide .img img {
		display: block;
		margin: 0 auto;
	}

	#case.list .one .item .slide .contents {
		width: 100%;
		padding: 40px 30px;
	}

	#case.list .one .item .slide .contents .main .more {
		position: relative;
		margin-top: 40px;
	}

	#case.list .one .item .slide:nth-child(1) {
		margin-top: 0;
	}

	#case.detail {
		padding: 40px 0 60px;
	}

	#case.detail .one .title {
		font-size: 20px;
	}

	.inside-title-two {
		background: none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	.inside-title-two span {
		height: 16px;
		line-height: 14px;
		font-size: 16px;
		border-width: 3px;
	}

	.inside-detail .slide .editor {
		margin-top: 10px;
	}

	.inside-related-products {
		margin-top: 30px;
	}

	.inside-related-products .item {
		margin-top: 20px;
	}

	.inside-related-products .item .swiper-slide {
		width: 36%;
	}

	#footer .one .contents {
		width: 54%;
	}

	#footer .one .nav {
		width: 40%;
		margin-left: 6%;
	}

	#footer .one .form {
		width: 100%;
		margin-top: 16px;
	}

	#cooperation {
		padding: 30px 0 40px;
	}

	#crumbs {
		font-size: 12px;
		padding: 16px;
	}

	#crumbs a {
		font-size: 12px;
	}

	#crumbs span {
		font-size: 12px;
	}

	.inside-cooperation-one .top .item .contents .swiper-slide .title {
		font-size: 16px;
	}

	.inside-cooperation-one .top .item .contents .swiper-slide .brief {
		font-size: 10px;
	}

	.inside-cooperation-one .bot .swiper-attr .swiper-switch span {
		width: 8px;
		height: 8px;
		margin-left: 8px;
	}

	.inside-cooperation-two {
		margin-top: 40px;
	}

	.inside-cooperation-two .slide {
		width: 20%;
	}

	#info .info-total {}

	#info.list {
		padding: 30px 0 40px;
	}

	#info.list .one .item .slide-one {
		padding-bottom: 20px;
	}

	#info.list .one .item .slide-one .img {
		width: 28%;
	}

	#info.list .one .item .slide-one .contents {}

	#info.list .one .item .slide-one .contents .time {
		font-size: 16px;
	}

	#info.list .one .item .slide-one .contents .title {
		font-size: 16px;
		margin: 6px 0;
	}

	#info.list .one .item .slide-one .contents .brief {
		font-size: 12px;
	}

	#info.list .one .item .slide-two {
		padding: 20px 0;
	}

	#info.list .one .item .slide-two .title .text-one {
		font-size: 16px;
	}

	#info.list .one .item .slide-two .title .text-two {
		font-size: 16px;
	}

	#info.list .one .item .slide-two .brief {
		line-height: 1.6;
		font-size: 12px;
		margin-top: 10px;
	}

	#info.list .one .item .slide-two .more {
		width: 30px;
		left: 20px;
	}

	#info.list .one .item .slide-two:hover {
		padding-left: 70px;
	}

	#info.list .one .item .slide-one1 .gb-title {
		display: flex;
		flex-direction: column;
		margin: 10px;
	}

	#info.list .one .item .slide-one1 .gb-title .kuan {
		width: 100%;
	}

	.inside-more {
		font-size: .95rem !important;
		padding: 16px 0;
		margin-top: 30px;
	}

	.inside-more img {
		width: 26px;
		margin-top: -4px;
	}

	#info.detail {
		padding: 36px 0;
	}

	#info.detail .one {
		padding-bottom: 16px;
	}

	#info.detail .one .time {
		font-size: .95rem !important;
	}

	#info.detail .one .title {
		font-size: 16px;
		margin-top: 6px;
	}

	#info.detail .two .two-text p {
		font-size: 16px;
	}

	#info.detail .two .two-text p img {
		width: 100%;
	}

	#about .one .item-one .slide {
		width: 20%;
	}

	#about .one .brief-two {
		font-size: 16px;
		margin: 20px auto 0;
	}

	#about .one .item-thr {
		margin: 20px auto 0;
	}

	#about .one .item-thr .slide-one {
		padding: 20px 30px;
	}

	#about .one .item-thr .slide-one .img {
		width: 50px;
		margin-top: 10px;
	}

	#about .one .item-thr .slide-one .contents {
		margin-left: 24px;
	}

	#about .one .item-thr .slide-one .contents .title {
		font-size: 16px;
	}

	#about .one .item-thr .slide-one .contents .brief {
		font-size: 10px;
	}

	#about .one .item-thr .slide-two .slide {
		padding: 24px 0;
	}

	#about .one .item-thr .slide-two .slide .img {
		width: 50px;
	}

	#about .one .item-thr .slide-two .slide .title {
		font-size: 16px;
		margin: 8px auto;
	}

	#about .one .item-thr .slide-two .slide .brief {
		font-size: 10px;
	}

	#about .two {
		background-size: cover !important;
	}

	#about .two .item .slide {
		width: 50%;
		height: 120px;
	}

	#about .two .item .slide .img {
		display: none;
	}

	#about .two .item .slide .contents {
		width: 100%;
		margin: 0;
	}

	#about .two .item .slide:nth-child(-n+3) {
		border-top: 1px solid #e7e7e7;
	}

	#about .two .item .slide:nth-child(3n) {
		border-right: 1px solid #e7e7e7;
	}

	#about .two .item .slide:nth-child(-n+2) {
		border-top: none;
	}

	#about .two .item .slide:nth-child(2n) {
		border-right: none;
	}

	.inside-title-thr {
		font-size: 16px;
	}

	#service .one {
		padding-top: 40px;
	}

	#service .one .item {
		padding: 20px 16px;
	}

	#service .one .item .ites {
		margin-top: 20px;
	}

	#service .one .item .ites .slide .number {
		width: 36px;
		height: 36px;
	}

	#service .one .item .ites .slide .number b {
		line-height: 12px;
		font-size: 12px;
	}

	#service .one .item .ites .slide .contents {
		margin-top: 0;
		margin-left: 10px;
	}

	#service .one .item .ites .slide .contents .title {
		font-size: .95rem !important;
	}

	#service .one .item .ites .slide .contents .brief {
		font-size: 12px;
		margin-top: 2px;
	}

	#service .two .item .slide {
		width: 49%;
		margin-top: 30px;
	}

	#service .two .item .slide .contents {
		width: 100%;
	}

	#service .two .item .slide .contents .title {
		font-size: .95rem !important;
	}

	#service .two .item .slide .contents .brief {
		height: 32px;
		line-height: 16px;
		font-size: 10px;
		margin-top: 6px;
	}

	#service .two .item .slide .img {
		display: none;
	}

	#service .thr {
		padding: 30px 0 40px;
	}

	#service .thr .item {
		margin-top: 20px;
	}

	#service .thr .item .slide .title {
		font-size: 12px;
	}

	#service .thr .item .slide .brief {
		font-size: 12px;
		margin-top: 6px;
	}

	#index .one {
		padding: 30px 0 40px;
	}

	#index .one .inside-products-list {
		margin-top: 30px;
	}

	.inside-products-list .right .select {
		height: 56px;
		background-size: 12px !important;
		padding: 0 20px;
	}

	.inside-products-list .right .item .slide {
		padding: 16px 12px;
		margin: 2% 9px 0;
		text-align: center;
	}

	.inside-products-list .right .item .slide .img {
		width: 80%;
		float: none;
		display: block;
		margin: auto;
	}

	.inside-products-list .right .item .slide .contents {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.inside-products-list .right .item .slide .contents .title {
		font-size: 12px;
	}

	.inside-products-list .right .item .slide .contents .tag {
		font-size: 12px;
		margin-top: 4px;
	}

	.inside-products-list .right .item .slide .contents .brief {
		font-size: .95rem !important;
		margin-top: 4px;
	}

	.inside-products-list .right .item .slide .contents .other {
		margin-top: 10px;
	}

	.inside-products-list .right .item .slide .contents .other .btn-one {
		font-size: 10px;
		margin-right: 10px;
	}

	.inside-products-list .right .item .slide .contents .other .btn-two {
		font-size: 10px;
		margin-left: 0;
	}

	#index .two {
		background-size: cover !important;
	}

	#index .two .item {
		text-align: center;
		font-size: 0;
	}

	#index .two .item .slide {
		width: 40%;
		margin: 15px 10px;
	}

	#index .two .item .slide.none {
		margin-right: 2%;
	}

	/* #index .two .item .slide:nth-child(-n+3) {
		margin-top: 0;
	}

	#index .two .item .slide:nth-child(3n) {
		margin-right: 0;
	} */

	#index .four {
		padding: 30px 0;
	}

	#index .four .item {
		margin-top: 24px;
	}

	#index .four .item .swiper-prev {
		width: 32px;
		height: 32px;
	}

	#index .four .item .swiper-next {
		width: 32px;
		height: 32px;
	}

	#index .four .item .swiper-container .swiper-slide {
		width: 400px;
	}

	#index .four .item .swiper-container .swiper-switch {
		margin-top: 24px;
	}

	#index .four .item .swiper-container .swiper-switch span {
		width: 8px;
		height: 8px;
	}

	#index .five {
		padding: 30px 0 40px;
	}

	#index .five .inside-cooperation-one {
		margin-top: 20px;
	}

	#index .six .item .right .category {
		padding: 16px;
	}

	#index .six .item .right .category .title .text-one {
		font-size: 20px;
	}

	#index .six .item .right .category .title .text-two {
		font-size: .95rem !important;
	}

	#index .six .item .right .category .img {
		margin: 16px 0;
	}

	#index .six .item .right .category .ites .swiper-slide {
		margin-bottom: 10px;
	}

	#index .six .item .right .category .ites .swiper-slide .text-one {
		width: 70%;
		font-size: 12px;
	}

	#index .six .item .right .category .ites .swiper-slide .text-two {
		font-size: 12px;
	}

	#products.list {
		padding: 40px 0 80px;
	}

	.inside-products-list {
		margin-top: 30px;
	}

	.inside-detail .slide {
		margin-top: 30px;
	}

	#products.detail .one .img {
		width: 100%;
	}

	#products.detail .one .img .small-img .ites {
		height: 81%;
	}

	#products.detail .one .contents {
		width: 100%;
	}

	#float .thr .cw1600 {
		padding: 20px 0;
	}

	#float .thr .cw1600 .inside-title-two {
		border: none;
	}

	#float .thr .cw1600 .item .swiper-slide {
		width: 25%;
	}

	#float .one {
		display: none;
	}

	#float .four {
		display: block;
	}

	#float .four .slide {
		width: 50%;
	}

	#float-four-block {
		display: block;
	}
}

@media only screen and (max-width:640px) {
	#header .one .right .phone {
		display: none;
	}

	#header-nav .slide {
		padding: 10px 0;
	}

	#header-nav .slide .text-one {
		font-size: .95rem !important;
	}

	#header-nav .slide .two .text-two {
		font-size: 12px;
	}

	#header-nav .slide.to::before {
		width: 14px;
		height: 14px;
		top: 16px;
	}

	.inside-cooperation-one .top .item .img {
		width: 100%;
	}

	.inside-cooperation-one .top .item .contents {
		width: 100%;
	}

	.inside-cooperation-two .slide {
		width: 25%;
	}

	#about .thr .item .swiper-container .swiper-slide {
		width: 32%;
	}
}

@media only screen and (max-width:540px) {
	#service .one .item .ites .slide .contents {
		width: 86%;
	}
}

@media only screen and (max-width:480px) {
	#header-search {
		padding: 6px 0;
	}

	#header-search .input {
		width: 92%;
		height: 36px;
	}

	#header-search .btn {
		height: 36px;
	}

	#current .cw1600 .one .select {
		padding: 0 20px 0 6px;
	}

	#current .cw1600 .two .swiper-container .swiper-wrapper .swiper-slide {
		margin-left: 20px;
	}

	#float .one .main {
		width: 40px;
		top: 35%;
	}

	#float .one .main .item .slide .text {
		display: none;
	}

	#float .one .main .code .txt {
		display: none;
	}

	#case.list .one .item .slide .contents {
		padding: 20px 16px;
	}

	#case.list .one .item .slide .contents .main .title {
		font-size: 16px;
	}

	#case.list .one .item .slide .contents .main .brief {
		font-size: .95rem !important;
		margin-top: 16px;
	}

	#case.list .one .item .slide .contents .main .more {
		font-size: 12px;
		padding: 8px 12px;
		margin-top: 16px;
	}

	#case.list .one .item .slide .contents .main .more img {
		margin-left: 10px;
	}

	#case.detail {
		padding: 30px 0 50px;
	}

	.inside-related-products .item .swiper-slide {
		width: 44%;
		padding: 16px 0 14px;
	}

	.inside-related-products .item .swiper-slide .title {
		font-size: .95rem !important;
		margin: 16px auto 6px;
	}

	.inside-related-products .item .swiper-slide .text {
		font-size: .95rem !important;
	}

	#footer .footer-title {
		font-size: .95rem !important;
	}

	#footer .one .contents .brief {
		font-size: .95rem !important;
	}

	#footer .one .nav .ites {
		margin-top: 10px;
	}

	#footer .one .nav .ites .slide {
		font-size: .95rem !important;
		margin-top: 8px;
	}

	#footer .one .form {
		margin-top: 20px;
	}

	#footer .one .form .item {
		margin-top: 10px;
	}

	#footer .two .text {
		font-size: .95rem !important;
	}

	#footer .two .item .slide {
		font-size: .95rem !important;
	}

	#footer .thr .left {
		font-size: .95rem !important;
	}

	#footer .thr .left a {
		font-size: .95rem !important;
	}

	#footer .thr .left span {
		font-size: .95rem !important;
	}

	#footer .thr .right {
		margin-top: 14px;
	}

	#footer .thr .right .list {
		width: 18px;
		height: 18px;
	}

	#footer .thr .right .list:nth-child(2) {
		margin-left: 10px;
	}

	#crumbs {
		font-size: 10px;
		padding: 12px;
	}

	#crumbs a {
		font-size: 10px;
	}

	#crumbs span {
		font-size: 10px;
	}

	.inside-cooperation-two .slide {
		width: 33.33%;
	}

	#info.list .one .item .slide-one {
		padding-bottom: 16px;
	}

	#info.list .one .item .slide-one .img {
		display: none;
	}

	#info.list .one .item .slide-one .contents {
		width: 100%;
		padding: 0;
	}

	#info.list .one .item .slide-one .contents .time {
		font-size: .95rem !important;
	}

	#info.list .one .item .slide-one .contents .title {
		font-size: .95rem !important;
		margin: 4px 0;
	}

	#info.list .one .item .slide-one .contents .brief {
		line-height: 1.6;
		font-size: 10px;
	}

	#info.list .one .item .slide-two {
		padding: 16px 10px;
	}

	#info.list .one .item .slide-two .title .text-one {
		font-size: .95rem !important;
	}

	#info.list .one .item .slide-two .title .text-two {
		font-size: .95rem !important;
	}

	#info.list .one .item .slide-two .brief {
		line-height: 1.6;
		font-size: 10px;
	}

	#info.list .one .item .slide-two:hover {
		padding-left: 10px;
	}

	#info.list .one .item .slide-two:hover .more {
		opacity: 0;
	}

	.inside-more {
		font-size: 12px;
		padding: 12px 0;
		margin-top: 20px;
	}

	.inside-more img {
		width: 20px;
	}

	#info.detail .one .time {
		font-size: 12px;
	}

	#info.detail .one .title {
		font-size: .95rem !important;
		margin-top: 6px;
	}

	#info.detail .two {
		padding-bottom: 40px;
		margin-top: 20px;
	}

	#info.detail .two .share {
		width: 36px;
		bottom: -18px;
	}

	#info.detail .two .share .ites {
		width: 36px;
	}

	#info.detail .two .share .ites a {
		background-size: 66% !important;
		margin: 0 0 10px;
	}

	#info.detail .two .share .target {
		width: 36px;
	}

	#info.detail .two .share:hover .ites {
		height: 94px;
	}

	.inside-title .text-one {
		font-size: 20px;
	}

	.inside-title .text-one img {
		width: 130px;
	}

	.inside-title .text-two {
		font-size: 12px;
		margin-top: 10px;
	}

	#about .one {
		padding: 30px 0;
	}

	#about .one .brief-one {
		line-height: 1.8;
		font-size: 10px;
		margin: 14px auto 0;
	}

	#about .one .item-one {
		margin-top: 20px;
	}

	#about .one .item-one .slide {
		width: 24%;
		margin: 0 0.5%;
	}

	#about .one .item-one .slide .title {
		font-size: 20px;
	}

	#about .one .item-one .slide .text {
		font-size: 10px;
		margin-top: 4px;
	}

	#about .one .item-two {
		height: 300px;
	}

	#about .one .item-two .swiper-switch {
		bottom: 12px;
	}

	#about .one .item-two .swiper-switch span {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}

	#about .one .brief-two {
		line-height: 1.6;
		font-size: .95rem !important;
		margin: 16px auto 0;
	}

	#about .one .item-thr .slide-one {
		padding: 16px 24px;
	}

	#about .one .item-thr .slide-one .img {
		width: 46px;
	}

	#about .one .item-thr .slide-one .contents {
		width: 70%;
		margin-left: 16px;
	}

	#about .one .item-thr .slide-two .slide {
		width: 49%;
		padding: 20px 0 16px;
	}

	#about .one .item-thr .slide-two .slide:nth-child(2n) {
		margin-right: 0;
	}

	#about .thr .item .swiper-prev {
		width: 20px;
		height: 20px;
		left: -28px;
	}

	#about .thr .item .swiper-next {
		width: 20px;
		height: 20px;
		right: -28px;
	}

	#about .thr .item .swiper-container .swiper-slide {
		width: 49%;
	}

	#service .one {
		padding-top: 30px;
	}

	#service .one .item {
		padding: 16px 10px;
	}

	#service .one .item .ites .slide .number {
		width: 30px;
		height: 30px;
	}

	#service .one .item .ites .slide .number b {
		line-height: 10px;
		font-size: 10px;
	}

	#service .one .item .ites .slide .contents {
		width: 80%;
	}

	#service .one .item .ites .slide .contents .title {
		font-size: 12px;
	}

	#service .one .item .ites .slide .contents .brief {
		font-size: 10px;
	}

	#service .two .item .slide {
		margin-top: 24px;
	}

	#service .two .item .slide .contents .title {
		font-size: 12px;
		padding-bottom: 8px;
	}

	#service .two .item .slide .contents .brief {}

	#contact {
		padding: 30px 0 40px;
	}

	#contact .item {
		padding-top: 20px;
		margin-top: 20px;
	}

	#contact .item .left {
		width: 100%;
	}

	#contact .item .left .contents .title {
		font-size: 16px;
	}

	#contact .item .left .map {
		width: 90%;
		display: block;
		height: 240px;
		margin: 20px auto 40px;
	}

	#contact .item .right {
		width: 100%;
	}

	#contact .item .right .title {
		padding: 10px 16px 30px;
	}

	#contact .item .right .title .text-one {
		font-size: 12px;
	}

	#contact .item .right .title .text-two {
		font-size: 16px;
	}

	#index .one .inside-products-keyword {
		margin-top: 16px;
	}

	.inside-products-keyword .form {
		width: 220px;
		height: 42px;
		padding: 0 10px;
	}

	.inside-products-keyword .form form .input {
		width: 160px;
		font-size: 12px;
	}

	.inside-products-keyword .form form .btn {
		width: 16px;
	}

	.inside-products-keyword .item {
		line-height: 1.6;
		margin-top: 16px;
	}

	.inside-products-keyword .item .text-one {
		font-size: 16px;
	}

	.inside-products-keyword .item .text-two {
		font-size: .95rem !important;
		margin-left: 8px;
	}

	.inside-products-list .right .select {
		height: 46px;
		font-size: .95rem !important;
		padding: 0 10px;
	}

	#index .two {
		padding: 24px 0;
	}

	#index .two .item {
		margin-top: 16px;
	}

	#index .two .item .slide {
		min-height: 164px;
		padding-top: 16px;
	}

	#index .two .item .slide .icon {
		width: 36px;
	}

	#index .two .item .slide .title {
		font-size: .95rem !important;
		margin: 6px auto;
	}

	#index .two .item .slide .brief {
		font-size: .95rem !important;
	}

	#index .thr {
		padding: 24px 0;
	}

	#index .thr .img {
		height: 180px;
	}

	#index .thr .contents .title .text-one {
		font-size: .95rem !important;
	}

	#index .thr .contents .title .text-two {
		font-size: 16px;
	}

	#index .thr .contents .brief {
		font-size: .95rem !important;
		margin: 16px 0 20px;
		height: 200px;
	}

	#index .thr .contents .brief p {
		line-height: 1.5;
	}

	#index .thr .contents .item .slide .text-one {
		font-size: 20px;
	}

	#index .thr .contents .item .slide .text-two {
		font-size: 10px;
		margin-top: 4px;
	}

	#index .thr .contents .more {
		font-size: .95rem !important;
		padding: 7px 18px;
		margin-top: 26px;
	}

	#index .four .item .swiper-prev {
		top: 34%;
	}

	#index .four .item .swiper-next {
		top: 34%;
	}

	#index .four .item .swiper-container .swiper-pagination {
		display: none;
	}

	#index .four .item .swiper-container .swiper-slide {
		width: 280px;
	}

	#index .four .item .swiper-container .swiper-slide .title {
		font-size: .95rem !important;
		bottom: 16px;
		padding: 0 0;
	}

	#index .six {
		padding: 30px 0;
	}

	#index .six .item {
		margin-top: 20px;
	}

	#index .six .item .right .category {
		padding: 10px;
	}

	#index .six .item .right .category .title .text-one {
		font-size: 16px;
	}

	#index .six .item .right .category .title .text-two {
		font-size: 12px;
	}

	#index .six .item .right .category .img {
		margin: 10px 0;
	}

	#index .six .item .right .category .ites .swiper-slide {
		margin-bottom: 6px;
	}

	#index .six .item .right .category .ites .swiper-slide .text-one {
		width: 100%;
		font-size: .95rem !important;
	}

	#index .six .item .right .category .ites .swiper-slide .text-two {
		display: none;
	}

	#products.list {
		padding: 30px 0 40px;
	}

	#products.detail .one .img .small-img .ites {
		height: 82%;
	}

	#products.detail .one .contents .title {
		font-size: 16px;
	}

	#products.detail .one .contents .tag {
		font-size: .95rem !important;
		margin-top: 4px;
	}

	#products.detail .one .contents .brief {
		margin-top: 16px;
	}

	#products.detail .one .contents .brief .text-one {
		font-size: .95rem !important;
	}

	#products.detail .one .contents .brief .text-two {
		font-size: 12px;
		margin-top: 6px;
	}

	#float .thr .cw1600 .item {
		margin-top: 10px;
	}

	#float .thr .cw1600 .item .swiper-slide {
		width: 32%;
		padding: 14px 0;
		margin-right: 2%;
	}

	#float .thr .cw1600 .item .swiper-slide .img {
		width: 80%;
	}

	#float .thr .cw1600 .item .swiper-slide .title {
		font-size: .95rem !important;
		margin: 12px auto 6px;
	}

	#float .thr .cw1600 .item .swiper-slide .text {
		font-size: .95rem !important;
	}

	#float .four .slide .icon {
		width: 30px;
	}

	.inside-products-list .right .item .slide .content .flex a {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 10px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.inside-products-list .right .item .slide .content .flex1 {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 10px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
	}
}

@media only screen and (max-width:380px) {
	#about .two .item .slide {
		padding: 0 10px;
	}

	#about .thr {
		padding: 30px 0;
	}

	#about .thr .item {
		width: 86%;
		margin: 20px auto 0;
	}

	.inside-products-list .right .item .slide .contents .other .btn-one {
		padding: 5px 8px;
		margin-right: 4px;
	}

	.inside-products-list .right .item .slide .contents .other .btn-two {
		padding: 3px 6px;
	}

	#products.detail .one .img .small-img .ites {
		height: 83%;
	}

	#float .thr .cw1600 .item .swiper-slide {
		width: 49%;
	}

	#float .four .slide {
		padding: 10px 0;
	}

	#float .four .slide .icon {
		width: 26px;
	}

	#float .four .slide .text {
		font-size: 12px;
		margin-top: 8px;
	}
}

/* 微析样式 开始 */
.ser-img h3 {
	margin: 20px 0;
}

.bg-tu {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
	border: 1px solid #d1def8;
	border-radius: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.pc-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
	padding: 10px;
}

.pc-3 {
	flex: 0 0 auto;
	width: 25%
}

.pc-6 {
	flex: 0 0 auto;
	width: 50%
}

.pc-9 {
	flex: 0 0 auto;
	width: 75%
}

.pc-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}


.bg-zz {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
	border: 1px solid #d1def8;
	border-radius: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: flex;
	flex-direction: column;
}



.ser-bj img {
	display: flex;
	justify-content: center;
	text-align: center;
}

.ry-tu {
	display: flex;
}

.tuju img {
	margin: 10px 5px;
}

.ry-tu1 {
	display: flex;
	flex-direction: column;
	margin: 10px;
	text-align: left;
	justify-content: center;
}

.ser-bj,
.ser-bj1 {
	background-color: #3ca2e6 !important;
	border-radius: 10px;
	margin: 20px 10px;
}

.liucheng {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 0;
}

.liucheng span {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.img-tit {
	font-family: '华文行楷', '行楷', sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: rgb(0, 165, 206);
	display: flex;
	align-items: center;
}

.img-con {
	color: rgb(0, 165, 206);
	text-indent: 2em;
	font-size: 18px;
}

.jg-con {
	color: rgb(0, 165, 206);
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}

.yq-con {
	color: rgb(0, 165, 206);
	border-radius: 10px;
	font-size: 18px;
}

@media only screen and (max-width:750px) {
	.m-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.m-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.m-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.m-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.m-10 {
		flex: 0 0 auto;
		width: 82.66666667%
	}

	.m-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.ser-bj {
		margin: 20px 6px;
	}

	.ser-bj1 {
		margin: 20px 24px;
	}

	.m-ry {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
}

/* 分页样式  开始*/