/*Top003190 */
.Top003190 {
	position: fixed;
	z-index: 100;
	left: 0;
	width: 100%;
	top: 0;
	height: 90px;
	background-color: #FFFFFF;
	color: #333;
}

.Top003190 .auto {
	max-width: 1330px;
	padding: 0 15px;
}

.Top003190 .logo {
	display: table;
	height: 90px;
}

.Top003190 .logo a {
	display: table-cell;
	vertical-align: middle;
}

.Top003190 .logo img {
	/* height: calc(84 / 16 * 1em); */
}

.Top003190.hover .logo .white,
.Top003190:not(.hover) .logo .red {
	display: none;
}

.header-common .logo .red {
	display: block !important;
}

.Top003190.hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.header-common {
	position: initial !important;
	background: #fff;
}

@media (min-width:1025px) {
	.Top003190 .logo {
		float: left;
	}
}

@media (max-width:1024px) {
	.Top003190 {
		background: #fff;
	}

	.Top003190 .logo {
		height: calc(60 / 16 * 1em);
	}

	.Top003190 .logo img {
		/* height: calc(70 / 16 * 1em); */
	}

	.Top003190 .auto:after {
		display: none;
	}

	.Top003190 .auto {
		height: 90px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.Top003190 .logo .white {
		display: none;
	}

	.Top003190 .logo .red {
		display: block !important;
	}

	.open-menu i {
		background: #c1c1c1;
	}

	.has-multi aside .op-multi,
	.has-sub span a {
		color: #fff !important;
	}
	.Top003190.hover menu li span a, .header-common menu li span a{
		color: #FFFFFF;
	}
}

.Top003190 .top-right,
.Top003190 .top-right a {
	color: #fff;
}

.Top003190 .top-right .open-search {
	position: relative;
	float: right;
	margin: 5px 0 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../img/sousuo.png) no-repeat center #ededed;
	cursor: pointer;
	background-size: 50%;
}

.Top003190 .top-right a:hover {
	color: rgba(145, 196, 47, 1);
}

.Top003190 .top-right dt {
	margin-left: calc(30 / 1920 * 100vw);
}

.Top003190 .subsidiary {
	position: relative;
	z-index: 100;
}

.Top003190 .subsidiary aside {
	border: 1px solid #fff;
	background: url(../images/Top003190-lang.svg) no-repeat right calc(20 / 16 * 1em) center;
	cursor: pointer;
	background-size: auto calc(4 / 16 * 1em);
}

.Top003190 .subsidiary ul {
	position: absolute;
	z-index: 100;
	width: 200%;
	right: 0;
	background-color: rgba(145, 196, 47, 0.8);
	top: calc(100% - 1px);
	border: 1px solid #fff;
	padding: 10px;
	display: none;
}

.Top003190 .subsidiary li a {
	display: block;
	line-height: 2;
	transition: 0.3s;
}

.Top003190 .subsidiary li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	padding-left: 10px;
}

@media (min-width:1025px) {
	.Top003190 .top-right {
		margin-left: calc(100 / 1920 * 100vw);
		float: right;
		margin-top: calc(18 / 16 * 1em);
		display: none;
	}

	.Top003190 .top-right>* {
		float: left;
	}

	.Top003190 .top-right dd {
		font-size: calc(18 / 16 * 1em);
		line-height: calc(40 / 18 * 1em);
	}

	.Top003190 .subsidiary aside {
		line-height: calc(40 / 16 * 1em);
		padding-left: calc(21 / 16 * 1em);
		padding-right: calc(43 / 16 * 1em);
	}
}

@media (max-width:1024px) {
	.Top003190 .top-right {
		display: flex;
		align-items: center;
	}

	.Top003190 .top-right dd {
		font-size: 1em;
		line-height: calc(40 / 16 * 1em);
	}

	.Top003190 .subsidiary aside {
		line-height: 2;
		padding-left: 0.5em;
		padding-right: 2em;
		background-position: right 1em center;
	}
}

.Top003190 menu li span {
	transition: all .3s;
	text-align: center;
	display: block;
	line-height: calc(70 / 18 * 1em);
	font-size: calc(18 / 16 * 1em);
}

.Top003190 menu li span a {
	color: #333;
	text-align: center;
	font-weight: 700;
}

/* .Top003190 menu li span a i {
	display: none;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	text-transform:uppercase;
	color: #007AFF;
	transform: translateY(-15px);
	line-height: 34px;
} */
.Top003190.hover menu li span a,
.header-common menu li span a {
	color: #333;
}

.Top003190 menu li {
	margin-right: calc(65 / 1920 * 100vw);
	height: 90px;
}

.Top003190 menu li .sub {
	background-color: #fff;
	display: none;
	width: 200px;
}

.Top003190 menu li .sub dt {
	line-height: 2.5;
	font-weight: 100;
}

.Top003190 menu li .sub dt a {
	color: #111;
	padding: 0 15px;
}

.Top003190 menu li .sub dt a:hover {
	text-decoration: underline;
}

.Top003190 menu li.aon span a,
.Top003190 menu li:hover span a {
	color: #007AFF;
	padding-bottom: 15px;
	border-bottom: 2px solid #007AFF;
}

/* .Top003190 menu li:hover span a i,.Top003190 menu li.aon span a i {
	display: block;
} */
.Top003190 menu li:hover span,
.Top003190 menu li.aon span {
	transform: translateY(0px);
	transition: all .3s;
}

@media (min-width:1025px) {
	.Top003190 menu {
		float: right;
	}

	.Top003190 menu ul{
		float: right;
	}
	.Top003190 menu li {
		float: left;
		padding: calc(15 / 16 * 1em) 0;
		position: relative;
	}

	.Top003190 menu li .sub {
		left: -15px;
		width: 150px;
		margin: 0;
		position: absolute;
		top: 90px;
		z-index: 222;
		border-top: 2px solid #007AFF;
	}

	.Top003190 menu li .sub dl {
		overflow: hidden;
		color: #000000;
		margin-left: 0px !important;
	}

	.Top003190 menu li .sub dt {
		float: left;
		padding-left: 15px;
		color: #000000;
		width: 100%;
		line-height: 44px;
		border-bottom: 1px solid #f1f1f1;
	}
}

@media (max-width:1024px) {
	.Top003190 .open-menu {
		width: calc(40 / 16 * 1em);
		height: calc(40 / 16 * 1em);
	}

	.Top003190 menu {
		position: fixed;
		left: -100%;
		top: calc(100 / 16 * 1em);
		width: 40%;
		background: #0070c0;
		bottom: 0;
		padding: 3vw;
		transform: translateX(-100%);
		opacity: 0;
		transition: 0.5s;
		box-shadow: 2px 2px 10px rgb(136 136 136 / 30%);
	}

	.menu-show .Top003190 menu {
		opacity: 1;
		transform: translateX(0);
		left: 0;
		z-index: 2222;
	}

	.Top003190 menu ul {
		height: 100%;
		overflow: auto;
	}

	.Top003190 menu li {
		height: auto !important;
	}

	.Top003190 menu li span {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.Top003190 menu li.aon span a,
	.Top003190 menu li:hover span a {
		color: #fff;
	}

	.Top003190 menu li span a i {
		display: none !important;
	}

	.Top003190 menu li span {
		text-align: left;
		font-size: calc(16 / 16 * 1em);
	}

	.Top003190.hover menu li span a,
	.header-common menu li span a {
		color: #fff;
	}

	.Top003190 menu li:hover span,
	.Top003190 menu li.aon span {
		transform: translateY(0);
	}
}

/*Banner003192 */
.Banner003192 {
	position: relative;
}

@media (min-width:1025px) {
	.Banner003192 .wap {
		display: none;
	}
}

@media (max-width:1024px) {
	.Banner003192 .pc {
		display: none;
	}

	.Banner003192 {
		margin-top: 90px;
	}
}

.Banner003192 li.slick-slide {
	position: relative;
}

.Banner003192 [class*=txt-style-] {
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 10;
}

.Banner003192 .tit {
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: calc(65 / 1920 * 100vw);
	margin-bottom: calc(20 / 65 * 1em);
	transition: 0.3s;
}

.Banner003192 .sub-tit {
	font-size: calc(30 / 1920 * 100vw);
	line-height: 1.2;
	transition: 0.3s 0.3s;
}

.Banner003192 .txt-style-1 {
	left: calc(485 / 1920 * 100vw);
	top: calc(321 / 960 * 100%);
}

.Banner003192 .txt-style-1 .tit {
	transform: translateX(30px);
	opacity: 0;
}

.Banner003192 .txt-style-1 .sub-tit {
	height: 1.2em;
	text-align: justify;
	transform: translateX(30px);
	opacity: 0;
}

.Banner003192 .ani-show .txt-style-1 .tit,
.Banner003192 .ani-show .txt-style-1 .sub-tit {
	transform: translateX(0);
	opacity: 1;
}

.Banner003192 .txt-style-1 .sub-tit:after {
	display: inline-block;
	content: '';
	width: 100%;
}

.Banner003192 .txt-style-2 {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Banner003192 .txt-style-2 .ytable {
	height: 100%;
}

.Banner003192 .open-video {
	display: block;
	margin: 0 auto;
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	background: url(../images/Banner003192-play.png) no-repeat center center;
	background-size: contain;
	margin-bottom: calc(60 / 1920 * 100vw);
	cursor: pointer;
	transform: translateY(30px);
	opacity: 0;
	transition: 0.3s;
}

.Banner003192 .txt-style-2 .tit {
	transform: translateY(30px);
	opacity: 0;
	transition-delay: 0.3s;
}

.Banner003192 .txt-style-2 .sub-tit {
	letter-spacing: calc(9 / 1920 * 100vw);
	transform: translateY(30px);
	opacity: 0;
	transition-delay: 0.6s;
}

.Banner003192 .ani-show .open-video,
.Banner003192 .ani-show .txt-style-2 .tit,
.Banner003192 .ani-show .txt-style-2 .sub-tit {
	transform: translateY(0);
	opacity: 1;
}

.Banner003192 .txt-style-3 {
	left: 0;
	width: 100%;
	top: calc(281 / 960 * 100%);
}

.Banner003192 .txt-style-3 .auto {
	max-width: 1330px;
	width: 90%;
}

.Banner003192 .txt-style-3 .tit {
	transform: translateX(30px);
	opacity: 0;
}

.Banner003192 .txt-style-3 .sub-tit {
	transform: translateX(30px);
	opacity: 0;
}

.Banner003192 .ani-show .txt-style-3 .tit,
.Banner003192 .ani-show .txt-style-3 .sub-tit {
	transform: translateX(0);
	opacity: 1;
}

.Banner003192 .slick-pages {
	position: absolute;
	left: calc(141 / 1920 * 100vw);
	bottom: calc(66 / 960 * 100%);
	color: #fff;
	z-index: 20;
	font-size: calc(20 / 1920 * 100vw);
}

.Banner003192 .slick-dots {
	position: absolute;
	right: calc(141 / 1920 * 100vw);
	bottom: calc(66 / 960 * 100%);
	z-index: 20;
}

.Banner003192 .slick-dots li {
	float: left;
	width: calc(30 / 1920 * 100vw);
	height: 3px;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0.5;
	margin-left: 10px;
}

.Banner003192 .slick-dots li button {
	display: none;
}

.Banner003192 .slick-dots li.slick-active {
	opacity: 1;
}


/* 关于我们 */
.about-container {
	width: 100%;
	background: url(../img/about-bg.png) left center no-repeat;
	position: relative;
}

.about-wrap {
	width: 100%;
	max-width: 1330px;
	margin: auto;
	overflow: hidden;
	padding: 0 15px;
}

.about-left {
	float: left;
	width: 48%;
	padding: 95px 2% 95px 0;
}

.common-wrap h1 {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 25px;
}

.common-wrap h1 span {
	font-size: 48px;
	opacity: .11;
	text-transform: uppercase;
	display: block;
	/* transform: translateY(-90px); */
	margin-top: -90px;
}

.common-wrap h1::before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #007AFF;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.about-left p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 40px;
}

.about-left .shuju-list {
	display: flex;
	justify-content: space-between;
}

@font-face {
	font-family: harml;
	src: url(../font/方正粗黑宋简体.ttf);
}

.about-left .shuju-list dt {
	font-size: 16px;
	color: #999;
	text-align: left;
}

.about-left .shuju-list dt b {
	display: block;
	font-size: 40px;
	color: #333;
	font-family: harml;
}

.common-wrap a.xq {
	display: inline-block;
	width: 215px;
	height: 60px;
	background: #007AFF;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	position: relative;
}

.about-wrap a.xq {
	margin-top: 75px;
}

.common-wrap a.xq:hover {
	opacity: .8;
}

.common-wrap a.xq::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../img/xq-right.png) no-repeat;
	position: absolute;
	top: 28px;
	right: 35px;
}

.about-right {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	background: url(../uploadfiles/about-right.jpg) no-repeat;
	background-size: cover;
}

@media (max-width:1024px) {
	.about-wrap {
		padding: 0 15px;
	}

	.about-left {
		float: none;
		width: 100%;
		padding: 30px 0;
	}

	.about-right {
		width: 100%;
		position: initial;
		min-height: 550px;
	}
}

@media (max-width:540px) {
	.about-left .shuju-list {
		display: inherit;
	}

	.about-left .shuju-list dt {
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}

	.common-wrap h1 {
		font-size: 32px;
		padding-bottom: 30px
	}

	.common-wrap h1 span {
		margin-top: -70px;
		font-size: 30px;
	}

	.common-wrap h1::before {
		bottom: 0
	}

	.about-wrap a.xq {
		margin-top: 45px;
	}

	.common-wrap a.xq {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.common-wrap a.xq::before {
		top: 18px;
		right: 5px;
	}
}

@media (max-width:470px) {
	.about-right {
		min-height: 400px;
	}
}

/* 荣誉 */
.honor-container {
	width: 100%;
	padding: 95px 0;
	background: url(../img/rongyu-bg.jpg) no-repeat;
	background-size: cover;
}

.honor-wrap {
	max-width: 1330px;
	width: 100%;
	margin: auto;
}

.title-top {
	overflow: hidden;
}

.title-top h1 {
	float: left;
}

.title-top a {
	float: right;
}

.rongyu li {
	/* width: 25%;
    float: left; */
	text-align: center;
	position: relative;
	/* background: #fff; */
	padding: 3%;
}

.rongyu li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/yy2_03.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 30px;
}

.rongyu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: #fff;
	position: relative;
}

.rongyu li .pic {
	/* padding-bottom: 1.58vw; */
	border: 1px solid #f1f1f1;
}

.rongyu li .Ispic {
	padding-bottom: 60%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.slick-dots {
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
}

.slick-dots li {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	float: left;
	font-size: 0;
	padding: 0;
	margin: 0 10px;
	text-align: center;
	line-height: 28px;
}

.slick-dots li button {
	font-size: 0;
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	background: #fff;
	border-radius: 100%;
}

.slick-dots .slick-active button {
	background: #007AFF;
	width: 13px;
	height: 13px;
}

.slick-dots .slick-active:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #007AFF;
	border-radius: 50%;
	clip: rect(0 28px 7px 0);
	animation: zhuan 2s infinite linear;
}

@keyframes zhuan {
	0% {
		transform: rotate(-360deg);
	}

	100% {
		transform: rotate(0);
	}
}

@media (max-width:1024px) {
	.honor-container {
		padding: 30px 0;
	}
}

/*
 .Floor001134 为demo编号
 */
.Floor001134 {
	background-color: #f8fafc;
	position: relative;
	padding: 95px 0;
}

.Floor001134 .auto {
	padding: 0 15px;
}

.Floor001134::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(../img/cp-bg.jpg) no-repeat;
}

.Floor001134 .left,
.Floor001134 .right {
	float: left;
	width: 50%;
}

.Floor001134 .left {
	position: relative;
	z-index: 2;
}

.Floor001134 .list {
	position: relative;
	overflow: hidden;
}

.Floor001134 .list::before,
.Floor001134 .list::after {
	position: absolute;
	content: '';
	left: 15px;
	width: 1px;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.2);
}

.Floor001134 .list::before {
	top: -30px;
}

.Floor001134 .list::after {
	bottom: -30px;
}

.Floor001134 .scroll {
	height: 100%;
	overflow: auto;
}

.Floor001134 .list ul {
	padding-left: 15%;
	overflow: hidden;
}

.Floor001134 .list li {
	width: 44%;
	margin-right: 6%;
	float: left;
	padding-bottom: 23px;
}

.Floor001134 .list li a {
	display: block;
	border: 10px solid rgba(255, 255, 255, 0.2);
}

.Floor001134 .list li img {
	width: 100%;
}

.Floor001134 .list li:hover a {
	border-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.Floor001134 .product {
	text-align: center;
	padding-left: 20%;
}

.Floor001134 .product figure {
	padding: 0 15%;
}

.Floor001134 .product figure img {
	width: 100%;
}

.Floor001134 .product h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 0 0;
}

.Floor001134 .product p {
	line-height: 24px;
	overflow: hidden;
	color: #888;
	height: 72px;
	text-align: left;
}

.Floor001134 .product .more {
	padding-left: 28px;
	padding-right: 55px;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	background: url(../images/Floor001134-more.png) no-repeat 85% center #4a7eb8;
	font-size: 16px;
	border-radius: 3px;
}

.Floor001134.common-wrap h1 {
	text-align: right;
	margin-bottom: 45px;
}

.Floor001134.common-wrap h1 span,
.Floor001134.common-wrap h1::before {
	left: auto;
	right: 0;
}

.Floor001134.common-wrap a.xq {
	margin-top: 45px;
}

.Floor001134 .jspContainer {
	overflow: hidden;
	position: relative;
}

.Floor001134 .jspPane {
	position: absolute;
}

.Floor001134 .jspVerticalBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
}

.Floor001134 .jspCap {
	display: none;
}

.Floor001134 .jspTrack {
	display: none;
}

.Floor001134 .jspArrow {
	position: absolute;
	top: 50%;
	background: #007AFF;
	text-indent: -20000px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	z-index: 10;
}

.Floor001134 .jspArrow::before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -5px;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: 0;
}

.Floor001134 .jspArrowUp::before {
	border-top: 0;
	border-bottom: 5px solid #fff;
	margin-top: -2px;
}

.Floor001134 .jspArrowUp {
	margin-top: -30px;
}

.Floor001134 .jspArrowDown {
	margin-top: 30px;
}

.Floor001134 .jspDisabled {
	background: rgba(255, 255, 255, .55);
	cursor: default;
}

.Floor001134 .jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

@media (max-width:1024px) {
	.Floor001134 {
		padding: 30px 0;
	}
}

@media(max-width:768px) {
	.Floor001134 {
		padding: 0;
	}

	.Floor001134 .auto {
		padding: 0;
	}

	.Floor001134 .left,
	.Floor001134 .right {
		float: none;
		width: auto;
	}

	.Floor001134 .left {
		padding: 3% 0 3% 3%;
		background: rgb(74, 126, 184);
		background: -moz-linear-gradient(45deg, rgba(74, 126, 184, 1) 0%, rgba(74, 148, 184, 1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(74, 126, 184, 1) 0%, rgba(74, 148, 184, 1) 100%);
		background: linear-gradient(135deg, rgba(74, 126, 184, 1) 0%, rgba(74, 148, 184, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a7eb8', endColorstr='#4a94b8', GradientType=1);
	}

	.Floor001134::before {
		display: none;
	}

	.Floor001134 .product {
		padding: 2% 0;
	}

	.Floor001134 .list ul {
		padding-left: 8%;
	}

	.Floor001134 .right {
		padding: 3%;
		height: auto !important;
	}
}

@media(max-width:480px) {
	.Floor001134 .list li a {
		border-width: 5px;
	}
}

/*Floor003129 */
.Floor003129 {
	width: 100%;
	background: url(../img/xq-bg.jpg) no-repeat;
	background-size: cover;
}

.Floor003129 .auto {
	max-width: 1330px;
	width: 100%;
	padding: 95px 15px;
}

.Floor003129 .title {
	margin-bottom: 3.6875em;
	position: relative;
}

.Floor003129 .title .name {
	font-size: 2.625em;
	color: #333;
}

.Floor003129 .title .name:after {
	display: inline-block;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #007AFF;
	margin-left: 22px;
	vertical-align: middle;
}

.Floor003129 .title p {
	margin: 0;
	font-size: 0.875em;
}

.Floor003129 .title .more {
	position: absolute;
	width: 3.125em;
	height: 3.125em;
	border: 1px solid #b9b9b9;
	right: 0;
	top: 50%;
	border-radius: 50%;
	background: url(../images/Floor003129-icon.svg) no-repeat center;
	background-size: 1em auto;
	margin-top: -1.5625em;
	transition: 0.3s;
}

.Floor003129 .title .more:hover {
	border-color: #007AFF;
	background-color: #007AFF;
	background-image: url(../images/Floor003129-icon-white.svg);
}

.Floor003129 .list label {
	border: solid 1px #dedede;
	font-size: 0.875em;
	line-height: 1.7142;
	padding: 0 0.5714em;
	display: inline-block;
	transition: 0.3s;
}

.Floor003129 .list a:hover label {
	border-color: #007AFF;
	background-color: #007AFF;
	color: #fff;
}

.Floor003129 .list .tit {
	font-size: 1.25em;
	color: #333333;
	margin: 1em 0;
}

.Floor003129 .list ol .tit {
	line-height: 1.6;
}

.Floor003129 .list .txt p {
	margin: 0;
	color: #666666;
	font-size: 0.875em;
	line-height: 1.7142;
}

.Floor003129 .list time {
	color: #999999;
	padding-right: 3.4375em;
	background: url(../img/right.png)no-repeat right center;
	background-size: 1em auto;
	display: inline-block;
}

.Floor003129 .list ol time {
	margin-top: 3em;
}

.Floor003129 .list ol .pic {
	overflow: hidden;
	margin-bottom: 2.5em;
}

.Floor003129 .list ol .Ispic {
	padding-bottom: 59.091%;
	transition: 0.3s ease-out;
}

.Floor003129 .list a:hover .Ispic {
	transform: scale(1.1);
}

@media (min-width:1025px) {
	.Floor003129 .list {
		position: relative;
		z-index: 1;
	}

	.Floor003129 .list:before {
		position: absolute;
		content: '';
		left: 37.286%;
		width: 1px;
		height: 100%;
		background-color: #f2f2f2;
		top: 0;
	}

	.Floor003129 .list ol {
		float: left;
		width: 31.429%;
	}

	.Floor003129 .list li {
		float: right;
		width: 57.143%;
		border-bottom: 1px solid #f2f2f2;
	}

	.Floor003129 .list li a {
		height: 12.1875em;
	}

	.Floor003129 .list li:nth-of-type(1) a {
		height: 9.625em;
	}

	.Floor003129 .list li:nth-of-type(1) a .ytable-cell {
		vertical-align: top;
	}

	.Floor003129 .list li .txt {
		position: relative;
		padding-right: 8.75em;
	}

	.Floor003129 .list li time {
		position: absolute;
		right: 0;
		top: 50%;
		line-height: 2;
		margin-top: -1em;
	}
}

@media (max-width:1024px) {
	.Floor003129 .auto {
		padding: 30px 15px;
	}

	.Floor003129 .list ol {
		margin-bottom: 2em;
	}

	.Floor003129 .list li {
		border-top: 1px solid #f2f2f2;
		padding: 2em 0;
	}

	.Floor003129 .list li time {
		margin-top: 2em;
	}
}

/*Bottom003191 */
.Bottom003191 {
	background-color: #121416;
	color: #fff;
}

.Bottom003191 section {
	max-width: 1330px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}

.footer_jianju{
	padding: 60px 15px;
}

.footer_yangshi li a strong{
	font-size: calc(20 / 16 * 1em);
	color: #ffffff;
	line-height:calc(20 / 16 * 1em) ;
/*	margin-bottom: 30px;*/
	display: block;
}

.footer_yangshi li{

	font-size: 14px;
	color: #a9a9a9;
	line-height: 15px;
	margin-bottom: 15px;
	display: block;
	color: #fff;

}
.footer_yangshi li a{
	font-size: 14px;
	color: #a9a9a9;
	line-height: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer_yangshi li span{
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	margin-bottom: 15px;
}
.footer_yangshi li span i{
	line-height: 30px;
}


.footer_yangshi_1 li{
	
}


.footer_yangshi_1 li a strong{
	font-size: calc(20 / 16 * 1em);
	color: #ffffff;
	line-height:calc(20 / 16 * 1em) ;
	margin-bottom: 30px;
	display: block;
}



.footer_yangshi_1 li{
	float: left;
	width: 50%;
	font-size: 14px;
	color: #a9a9a9;
	line-height: 15px;
	margin-bottom: 15px;
	display: block;
}

.footer_yangshi_1 li a{
	width: 100%;
}

.footer_yangshi_1 li span{
	font: 15px;
	color: #a9a9a9;
	line-height: 15px;
	margin-bottom: 15px;
}
.footer_yangshi_1 li span i{
	line-height: 30px;
}


.Bottom003191 a {
	color: rgba(255, 255, 255, 0.5);
}

.Bottom003191 a:hover {
	color: #da251d;
}

.Bottom003191 .b-bottom {
	background-color: #060709;
	padding: calc(33 / 16 * 1em) 0;
	color: rgba(255, 255, 255, 0.5);
}

.Bottom003191 .b-bottom .auto {
	font-size: calc(14 / 16 * 1em);
}

.Bottom003191 .b-bottom nav a {
	display: inline-block;
}

.Bottom003191 .b-bottom nav a:not(:last-child)::after {
	display: inline-block;
	content: '  ·  ';
	margin: 0 calc(10 / 14 * 1em);
	color: rgba(255, 255, 255, 0.5);
}

.Bottom003191 .b-top {
	padding: 80px 0 80px 0;
}

.Bottom003191 .b-top nav dt {
	font-size: calc(20 / 16 * 1em);
}

.Bottom003191 .b-top nav dt a:not(:hover) {
	color: #fff;
}

.Bottom003191 .b-top nav dd {
	line-height: calc(34 / 16 * 1em);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Bottom003191 .logo img {
	height: calc(64 / 16 * 1em);
}

.Bottom003191 .hotline dl {
	margin-top: calc(36 / 16 * 1em);
}

.Bottom003191 .hotline dt {
	opacity: 0.5;
	margin-bottom: calc(6 / 16 * 1em);
}

.Bottom003191 .hotline dd {
	font-family: fantasy;
	font-size: calc(28 / 16 * 1em);
}

.Bottom003191 .code {
	margin-bottom: calc(34 / 16 * 1em);
}

.Bottom003191 .code img {
	height: calc(103 / 16 * 1em);
}

.Bottom003191 .contact li {
	line-height: calc(20 / 16 * 1em);
	padding: calc(10 / 16 * 1em) 0;
	position: relative;
	padding-left: calc(60 / 16 * 1em);
}

.Bottom003191 .contact li span {
	position: absolute;
	left: 0;
	top: calc(10 / 16 * 1em);
	height: calc(20 / 16 * 1em);
	overflow: hidden;
	text-align: justify;
	width: calc(60 / 16 * 1em);
}

.Bottom003191 .contact li span:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
}

@media (min-width:1025px) {

	.Bottom003191 .b-top .left,
	.Bottom003191 .b-top .right {
		width: calc(230 / 1330 * 100%);
	}

	.Bottom003191 .b-top .mid {
		width: calc((1330 - 230 * 2) / 1330 * 100%);
	}

	.Bottom003191 .b-top nav {
		width: 80%;
		margin: 0 auto;
		max-width: calc(664 / 16 * 1em);
		overflow: hidden;
	}

	.Bottom003191 .b-top nav dl {
		float: left;
		max-width: calc(100 / 16 * 1em);
	}

	.Bottom003191 .b-bottom .fl,
	.Bottom003191 .b-bottom .fr {
		max-width: 45%;
	}

	.Bottom003191 .b-top nav dt {
		margin-bottom: 2em;
	}
}

@media (max-width:1024px) {
	.Bottom003191 .logo {
		text-align: center;
	}

	.Bottom003191 .b-bottom .copyright {
		margin-top: 1em;
	}

	.Bottom003191 .b-bottom .copyright a {
		display: inline-block;
	}

	.mid {
		display: none;
	}

	.Bottom003191 .b-top {
		padding: 40px 0;
		text-align: center;
	}

	.Bottom003191 .b-top nav {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 2em 0;
		margin: 2em 0;
	}

	.Bottom003191 .b-top nav dl {
		margin: 0 !important;
	}

	.Bottom003191 .b-top nav dl:not(:last-child) {
		margin-bottom: 1em !important;
	}

	.Bottom003191 .b-top nav dd {
		display: inline-block;
		margin-right: 1em;
	}

	.Bottom003191 .b-bottom {
		text-align: center;
	}

	.Bottom003191 .hotline dl {
		margin-top: calc(16 / 16 * 1em);
	}

	.Bottom003191 .contact li {
		padding-left: 0;
	}

	.Bottom003191 .contact li span {
		position: initial;
	}

	.Bottom003191 .contact li span:after {
		display: none;
	}
}


.menu-container {
	position: relative;
/*	margin-top: 90px;*/
}


@media screen and (min-width: 1000px){
	.weizhidaohang{
		width: 100%;
		display: inline-block;
		    margin: 15px 0;
	}
	.daohangbeijing{
		height: 152px;
		margin-top: -76px;
		background-color: #0070c0;
		max-width: 100%;
		display: inline-block;
	}
	.dingwei{
		margin-top: -165px;
		    clear: both;
		    width: 100%;
		    display: inline-block;
	}
	.yemianbiaoti strong{
		display: block;
		font-size: 40px;
		line-height: 30px;
		font-weight: bold;
		margin-bottom: 30px;
		color: #ffffff;
	}
	.yemianbiaoti span{
		display: block;
		font-size: 30px;
		line-height: 40px;
		font-weight: 800;
		color: #ffffff;
	}

	.none_1000{
		display: block;
	}
	
	
}
@media only screen and (max-width: 1000px) {
	.daohangbeijing{
		display: none;
		/* height: 120px;
		margin-top: 0px;
		background-color: #0070c0;
		max-width: 100%;
		display: inline-block; */
	}
	.dingwei{
/*		height: 125px;*/
		padding-top: 10px;
		background-color: #0070c0;
	}

	.yemianbiaoti strong{
		display: block;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		margin-bottom: 15px;
		color: #ffffff;
	}
	.yemianbiaoti span{
		display: block;
	    font-size: 16px;
	    line-height: 20px;
	    font-weight: 100;
	    color: #ffffff;
	    letter-spacing: 1px;
	}


	.weizhidaohang{
		padding-top: 30px;
	}

	.none_1000{
		display: none !important;
	}

	.guanyu-wrap{
		padding: 30px 15px !important;
	}

	
	
	
}



.yemiandingwei{
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.yemiandingwei svg{
	line-height: 20px;
	color: #fff;
	float: left;
	margin-right: 10px;
}
.yemiandingwei i{
	margin: 0 15px;
}
.yemiandingwei a{
	color: #fff;
}





.weizhidaohang li{
	float: left;
	font-size: 16px;
}
.weizhidaohang li a{
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
}
.weizhidaohang li a:hover{
	border-bottom: 2px solid #fff;
	
}
.weizhidaohang li i{
	margin:0 30px;
	color: #ffffff;
}




.menu-container .menu {
	position: absolute;
	
	left: 0;
	line-height: 30px;
	filter: Alpha(opacity=90);
	/* background: #38806a; */
}

.menu-container .menu,
.menu-container .menu * {
	transition: .3s ease-in-out;
}

@media (max-width:1024px) {
	.menu-container .menu .auto {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.menu-container .menu .auto {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.menu-container .menu .auto {
	position: relative;
	max-width: 1330px;
	width: 100%;
	margin: auto;
	z-index: 5;
	padding: 0 15px;
}

.menu-container .menu,
.menu-container .menu * {
	transition: .3s ease-in-out;
}

.menu-container .menu nav {
	float: left;
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.menu-container .menu nav {
		float: none;
		width: 100%;
	}
}

.menu-container .menu,
.menu-container .menu * {
	transition: .3s ease-in-out;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}



.menu-container .menu nav li {
	float: left;
}

.menu-container .menu nav li a {
	color: #ffffff;
	    font-size: 16px;
	    line-height: 16px;
	    display: inline-block;
	    position: relative;
	    padding-right: 60px;
	    /* border-right: 1px solid rgb(255 255 255 / 50%); */
}

.menu-container .menu .currents a,
.menu-container .menu .currents {
	color: #d5d5d5;
}

.menu-container .menu .currents {
	float: right;
	padding: 10px 0 10px 25px;
	background: url(../img/shouye-bn.png) no-repeat left center;
	background-size: 12%;
}

.menu-container .menu .currents a,
.menu-container .menu .currents {
	color: #d5d5d5;
}

.menu-container .menu .currents span,
.menu-container .menu .currents a:hover {
	color: #fff;
}

.menu-container .menu nav li.aon a,
.menu-container .menu nav li a:hover {
	color: #fff;
	
}

.menu-container .menu nav li.aon a:after,
.menu-container .menu nav li a:hover:after {
	bottom: 4px;
	transition: all .3s;
}

.menu-container .menu nav li a:after {
	content: "";
	width: 1px;
	height: 16px;
	overflow: hidden;
	/* background: #ea2929; */
	border:1px solid #fff;
	
	margin: 0 30px;
	border-radius: 100%;
	transform: translateX(-50%);
	transition: all .3s;
}

@media only screen and (max-width: 1000px) {
	.menu-container .menu .currents {
		display: none;
	}
}

@media (max-width:620px) {
	.menu-container .menu {
		position: inherit;
	}
}

/* 关于我们 */
.guanyu-wrap {
/*	max-width: 1330px;*/
	width: 100%;
	margin: auto;
	padding:30px 15px;
}

.zizhi-wrap{
	padding: 0 15px;
}

.jianjie-wrap h2,.zizhi-wrap h2{
	margin-top: 50px;
	font-size: 33px;
	color: #0362b9;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "微软雅黑";
	font-weight: 900;
}
.jianjie-wrap h3,.zizhi-wrap h3{
	margin: 0 0 45px;
	font-size: 20px;
	color: #4f5356;
	font-family: "微软雅黑";
	font-weight: 900;
}
.guanyu-container h1 {
	font-size: 34px;
	text-align: center;
	position: relative;
	margin: 0 0 50px 0;
}

.guanyu-container h1::before {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background: #007AFF;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

/*RighInfo002519 */
/* .RighInfo002519{ padding:2% 0;} */
.RighInfo002519 p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-bottom: 15px;
}

.RighInfo002519 .list_img_group {
	margin: 3% 0;
}

.RighInfo002519 .list_img_group li {
	text-align: center;
}

.tedian{
	width: 100%;
	text-align: left;
	font-family: "微软雅黑";
}
.tedian li{
	margin-bottom: 45px;
	font-family: "微软雅黑";
	position: relative;
	border-left: 1px solid #eee;
	padding-left: 4%;
	width: 33%;
	float: left;
	box-sizing: border-box;
}


.tedian li i {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #ef8c0e;
    position: absolute;
    left: -1px;
    top: 12px;
}

.tedian li span{
	display: block;
	margin-top: 10px;
	line-height: 24px;
}


.tedian li strong{
		font-size: 40px;
		letter-spacing: 1px;
		font-stretch: normal;
		font-weight: 800;
		color: #ef8c0e;
	
}
.tedian li span i{
		font-size: 16px;
		font-style: normal;
		font-stretch: normal;
		font-weight: 400;
		letter-spacing: 2px;
		color: #ee2815;
}



@media(min-width:641px) {
	.RighInfo002519 .list_img_group li {
		float: left;
		width: 32.34375%;
	}

	.RighInfo002519 .list_img_group li:nth-child(2) {
		width: 33.828125%;
		margin: 0 0.492578125%;
	}
}

@media(max-width:640px) {
	.RighInfo002519 .list_img_group li {
		margin: 2% 0;
	}
}

.rongyu-wrap {
	padding: 30px 0;
	background: url(../img/rongyu-bg.jpg) no-repeat;
	background-size: cover;
}
.zizhi-wrap{
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
}

.rongyu-wrap .slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -30px;
	padding: 0;
	background: none;
	font-size: 0;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
	background: #007AFF;
	opacity: .7;
}

.rongyu-wrap .slick-next {
	right: 0;
}

.rongyu-wrap .slick-arrow:hover {
	opacity: 1;
}

.rongyu-wrap .slick-arrow:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -11px;
}

.rongyu-wrap .slick-prev:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-left: -5px;
}

.rongyu-wrap li .tit {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.rongyu-wrap li:hover .tit {
	color: #007AFF;
}

/* 企业文化 */
/*æ–‡åŒ–*/
.wenhua-wrap section {
	max-width: 1330px;
	width: 100%;
	margin: auto;
}

.wenhua-wrap .culture {
	position: relative;
	z-index: 1;
	padding: 30px 15px;
}

.wenhua-wrap .culture:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 62%);
}

.wenhua-wrap .culture ul {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.wenhua-wrap .culture li {
	vertical-align: top;
	color: #fff;
}

.wenhua-wrap .culture li aside {
	font-size: 24px;
	margin: 15% 0 6% 0;
}

.wenhua-wrap .culture li p {
	line-height: 32px;
	font-size: 20px;
}

@media(min-width:481px) {
	.wenhua-wrap .culture ul {
		display: table;
		width: 100%;
	}

	.wenhua-wrap .culture li {
		display: table-cell;
		width: 33.333333%;
		padding-left: 5%;
	}

	.wenhua-wrap .culture li:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
}

@media(min-width:481px) and (max-width:640px) {
	.wenhua-wrap .culture li img {
		height: 40px;
	}
}

@media(max-width:640px) {
	.wenhua-wrap .culture li aside {
		font-size: 18px;
	}

	.wenhua-wrap .culture li p {
		line-height: 24px;
		font-size: 16px;
	}
}

@media(max-width:480px) {
	.wenhua-wrap .culture {
		background-size: cover;
	}

	.wenhua-wrap .culture li {
		padding: 5%;
		margin: 0 5%;
	}

	.wenhua-wrap .culture li aside {
		margin: 6% 0;
	}

	.wenhua-wrap .culture li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		margin-bottom: 3%;
	}
}

.wenhua-wrap h1 {
	margin-top: 0;
	color: #fff;
}

.wenhua-wrap h1::before {
	background: #fff;
}


/* .partner-center .links{margin: 4.38vw auto 3.28vw;position: relative;} */
.partner-wrap {
	max-width: 1330px;
	width: 100%;
	margin: auto;
	padding: 40px 15px;
}

.partner-center .slider {
	padding: 0 50px;
}

.partner-center .Ispic {
	height: 93px;
	background-size: contain;
}

.partner-center .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 10;
}

.partner-center .slick-prev {
	left: 0;
	transform: rotate(180deg);
}

.partner-center .slick-next {
	right: 0;
}

.partner-center .slick-arrow:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -8px;
}


/* 新闻 */
/*PicList003140 */
.news-container1 {
	font-family: 'SourceHanSansCN-Regular';
}

.news-container1 .auto {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
}

.news-container ol {
	border-bottom: 1px dotted #ececec;
	padding-bottom: 2.4375em;
}

.news-container ol time {
	margin-bottom: 1.5em;
}

.news-container ol .more {
	display: block;
	width: 10em;
	line-height: 3.125em;
	color: #fff;
	background-color: #007AFF;
	text-align: center;
}

.news-container ol .more:after {
	display: inline-block;
	content: '';
	margin-left: 1em;
	background: url(../img/xq-right.png) no-repeat;
	width: 16px;
	height: 6px;
	vertical-align: middle;
	background-size: contain;
}

.news-container ol p {
	margin-bottom: 2.5em;
}

.news-container li a {
	display: block;
	border-bottom: 1px dotted #ececec;
	padding: 2.25em 1.2em;
	transition: 0.3s;
}

.news-container .tit {
	font-size: 1.375em;
	color: #333;
}

.news-container a:hover .tit {
	color: #007AFF;
}

.news-container p {
	color: #999;
	font-size: 0.875em;
	line-height: 1.71428;
}

.news-container li p {
	min-height: 3.42856em;
}

.news-container time {
	color: #999;
	display: inline-block;
}

.news-container li time {
	padding-right: 2em;
	background: url(../img/right.png) no-repeat right center;
	background-size: 1em auto;
	margin-top: 1.5em;
}

.news-container li a:hover time {
	background-image: url(../img/right-h.png);
}

.news-container li a:hover {
	background-color: #fff;
	box-shadow: 0 0.625em 4.375em rgba(0, 0, 0, 0.08);
}

.news_wk{
	width: 100%;
	margin-bottom: 60px;
}

.news_wk .auto {
	/*max-width: 1330px;
	width: 100%;*/
/*	margin: 0 auto;*/
	padding: 0 15px;
}


.news_style{
	

}

.news_style li{
	width: 100%;
	display: block;

}

.news_style li a{
	width: 100%;
	display:inline-block;
	padding:30px 0;
	border-bottom: 1px solid #eee;
}

.news_style li a:hover{
	background-color: #f7f7f7;
}

.news_style li a:hover .news_wenzi span{
	background: #0070c0;
	color: #fff;
}

.news_style li a:hover .news_wenzi aside{
	color: #0070c0;
	font-weight: 600;
}

.news_style li a:hover .news_riqi h2, .news_style li a:hover .news_riqi time{
	color: #0070c0;
}


.news_wenzi aside{
	font-size: 18px;
	color: #111;
	line-height: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	font-weight: 400;
}




.news_wenzi span{
	background: #f1f1f1;
	color: #999;
	font-size: 15px;
	line-height: 32px;
	padding: 0 30px;
	height: 32px;
	display: inline-block;

}

.tupian_right{
	float: right !important;
}

.news_tupian img{
	width: 100%;
	height: 160px;
	overflow: hidden;
}

@media (min-width:1025px) {

	.news_riqi{
	width: 15%;
	float: left;
	margin-top: 15px;
	border-right: 3px solid #c8c8c8;
	}

	.news_riqi h2{
	font-family: "微软雅黑";
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #9c9d9d;
	}

	.news_riqi time{
	font-family: Helvetica Neue;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #919191;
	}

	.news_wenzi{
	width: 85%;
	float: right;
	padding-left:45px;
	padding-right: 45px;
	margin-top: 15px;
	}
	.news_wenzi p{
		font-size: 15px;
		color: #666;
		line-height: 30px;
		margin-bottom: 15px;
		height: 60px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}

}
@media (max-width:1024px) {
	.news_riqi{
	width: 20%;
	float: left;
	margin-top: 15px;
	border-right: 3px solid #c8c8c8;
	}

	.news_riqi h2{
	font-family: "微软雅黑";
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #9c9d9d;
	}
	.news_riqi time{
	font-family: Helvetica Neue;
	font-size: 14px;
	font-weight: 400;
	color: #919191;
	}

	.news_wenzi{
	width: 80%;
	float: right;
	padding-left:30px;
	padding-right: 0px;
	margin-top: 15px;
	padding-top: 10px;
	}
	.news_wenzi p{
		font-size: 15px;
		color: #999;
		line-height: 30px;
		margin-bottom: 15px;
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;white-space: nowrap;
	}
}

@media (min-width:1025px) {
	.news-container ol .img {
		width: 31.429%;
	}

	.news-container ol .txt {
		padding-left: 3.125em;
	}

	.news-container li {
		float: left;
		width: 48.215%;
	}

	.news-container li:not(:nth-of-type(2n)) {
		margin-right: 3.57%;
	}
}

@media (max-width:1024px) {
	.news-container .auto {
		margin-bottom: 2em;
	}

	.news-container ol .img {
		margin-bottom: 2em;
	}
}

/* 公告 */
/*TextList002855 */
.gongg-wrap {
	max-width: 1330px;
	width: 100%;
	margin: auto;
	padding: 40px 15px;
}

.gonggao-container li {
	line-height: 4.5625em;
	border-bottom: 1px dotted #a8a8a8;
}

.gonggao-container li:hover a {
	color: #007AFF;
}

.gonggao-container li time {
	float: right;
	color: #c8c8c8;
	margin-left: 15px;
}

@media(min-width:481px) {
	.gonggao-container li {
		font-size: 16px;
	}
}

/*新闻详情 */
.newsdtails-center {

/*	padding: 45px 15px !important;*/
}

.newsdtails-center .name {
	border-bottom: 1px dotted #cecece;
	text-align: center;
	margin-bottom: 37px;
}

.newsdtails-center .name h1 {
	margin: 0 0 30px 0;
	color: #333;
	line-height: 2;
	font-weight: 600;
}

.newsdtails-center .time {
	color: #515151;
	padding-bottom: 1.72vw;
	line-height: 16px;
	display: flex;
	justify-content: center;
}

.newsdtails-center .share {
	margin-left: 30px;
}

.newsdtails-center .time time,
.newsdtails-center .share,
.newsdtails-center .share>* {
	display: inline-block;
	vertical-align: middle;
}

.newsdtails-center .share em {
	font-style: normal;
}

.newsdtails-center .edit-info {
	line-height: 2.5625em;
	color: #1e1e1e;
	text-align: justify;
	padding-bottom: 4vw;
}

.newsdtails-center .edit-info img {
	display: block;
	margin: auto;
}

.newsdtails-center .edit-info p {
	text-indent: 2em;
	line-height: 32px;
}


.newsdtails-center .info-page {
/*	border: solid 1px #eee;*/
}



.newsdtails-center .info-page dd {
	line-height: 36px;
	border: solid 1px #eee;
}

.newsdtails-center .info-page dd a {
	padding: 0 20px;
	display: block;
	text-align: left;
}

.newsdtails-center .info-page dd a:hover {
	color: #007AFF;
}

@media(min-width:641px) {
	/*.newsdtails-center .info-page dd {
		float: left;
		width: 50%;
	}*/

	.newsdtails-center .info-page dd:nth-child(2) {
		border-left: 1px solid #eee;
	}


	.newsdtails-center .time,
	.newsdtails-center .info-page dd a,
	.newsdtails-center .edit-info {
		font-size: 16px;
	}

	.dot{
		margin-left: -1px;
	}
}

@media(max-width:640px) {
	.newsdtails-center .info-page dd:nth-child(2) {
		border-top: 1px solid #eee;
	}

	.newsdtails-center .share {
		display: block;
		padding-top: 10px;
	}

	.newsdtails-center .time {
		display: block;
	}
	.dot{
		margin-top: -1px;
	}
}

/* 产品 */
.product-wrap {
	max-width: 1330px;
	width: 100%;
	margin: auto;
}

.product-container .Ptit {
	position: relative;
	margin: 0;
	text-align: center;
}

.product-container .Ptit:before {
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}

.product-container .Ptit span {
	color: #007AFF;
	font-weight: normal;
	font-size: 24px;
	background: #fff;
	padding: 0 45px;
	position: relative;
	z-index: 3;
}

.product-container ul {
	list-style: none;
}

.product-container .List {
	padding-top: 3%;
	padding-bottom: 4%;
}

.product-container .List ul {
	float: left;
	width: 49%;
}

.product-container .List ul:last-child {
	float: right;
}

.product-container .List li {
	transition: all 0.5s ease-out 0s;
	position: relative;
}

.product-container .List .pic {
	display: block;
	overflow: hidden;
}

.product-container .List .pic img {
	transition: all 0.5s ease-out 0s;
}

.product-container .List .tit {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 0 3%;
	font-size: 18px;
	color: #333333;
	line-height: 47px;
	height: 48px;
	border: 1px solid #f3f3f3;
	border-top: none;
	transition: all 0.5s ease-out 0s;
}

.product-container .List .tit span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 30px;
}

.product-container .List .tit i {
	background: url(../images/PicList002220-icon.png) no-repeat;
	display: block;
	width: 18px;
	height: 15px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -9px;
}

.product-container .List ul:first-child li:first-child {
	margin-bottom: 3.3%;
}

.product-container .List li:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
	transform: translate3d(0, -2px, 0);
}

.product-container .List li:hover .tit {
	color: #007AFF;
}

.product-container .List li:hover .pic img {
	transform: scale3d(1.04, 1.04, 1.04);
}

.product-container .ListAll {
	padding: 30px 0;
}

.product-container .ListAll ul {
	position: relative;
	overflow: hidden;
}

.product-container .ListAll li {
	float: left;
	width: 23%;
	margin: 5px 1% 15px;
	padding: 10px;
	border: 1px solid #ececec;
	background: #f8f8f8;
	transition: all 0.5s ease-out 0s;
}

.product-container .ListAll .pic {
	display: block;
	border: 1px solid #f1f1f1;
	overflow: hidden
}

.product-container .ListAll .pic img {
	transition: all 0.5s ease-out 0s;
}

.product-container .ListAll h4 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0 5px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.product-container .ListAll h4 a {
	color: #728391;
}

.product-container .ListAll li:hover .pic img {
	transform: scale3d(1.04, 1.04, 1.04);
}

.product-container .ListAll li:hover {
	background: #e5e5e5;
}

.product-container .ListAll li:hover h4 a {
	color: #007AFF;
}

@media(max-width:767px) {
	.product-container .ListAll li {
		width: 31.33334%
	}

	.product-container .List .tit {
		font-size: 16px;
	}

	.product-container .Ptit span {
		font-size: 20px;
	}
}

@media(max-width:480px) {
	.product-container .ListAll li {
		width: 48%
	}

	.product-container .List ul {
		width: 100%;
		float: none !important;
	}

	.product-container .List ul:first-child li {
		margin-bottom: 3.3%;
	}
}


/* 产品详情 */
.product-details {
	padding: 30px 0 1%;
}

.productd-wrap {
	max-width: 1330px;
	width: 100%;
	margin:40px auto;
}

.product-details .list_img {
	float: left;
	width: 55.6%;
	position: relative;
}

.product-details .big_img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 80%;
}

.product-details .big_img li,
.product-details .big_img li figure {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}

.product-details .big_img li figure {
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s;
	transform: scale(1.0);
	border: none;
	cursor: pointer;
}

.product-details .big_img li figure:hover{
	transform: scale(1.15);
}

.product-details .list {
	padding: 42px 0 42px 82.9%;
}

.product-details .list .bd {
	position: relative;
}

.product-details .list a {
	position: absolute;
	width: 17.1%;
	height: 40px;
	right: 0;
	background: url(../img/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;
	cursor: pointer;
}

.product-details .list a.prev {
	top: 0;
}

.product-details .list a.next {
	bottom: 0;
	background-image: url(../img/RighInfo002254-btn_next.png);
}

.product-details .list a.prevStop,
.product-details .list a.nextStop {
	cursor: default;
}

.product-details .list li {
	height: 130px;
	position: relative;
}

.product-details .list li figure {
	position: absolute;
	left: 0;
	width: 97%;
	top: 9px;
	bottom: 15px;
	background-size: contain;
    border: 1px solid #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
}

.product-details .list li.on figure {
	border: 2px solid #007AFF;
}

.product-details .right_info {
	width: 100%;
}

.product-details .right_info h1,
.product-details .right_info h3,
.product-details .right_info p {
	margin: 0;
	padding: 5% 0;
	border-bottom: 1px solid #e7e8e8;
}

.product-details .right_info h1 {
	padding: 7% 0;
	color: #007AFF;
	font-size: 26px;
}

.product-details .right_info h3 {
	font-size: 18px;
	font-weight: normal;
}

.product-details .right_info p {
	line-height: 30px;
	color: #999;
	margin-bottom: 10%;
}

.product-details .right_info a {
	display: inline-block;
	border: 1px solid #fdf3f2;
	padding: 10px 5%;
	color: #007AFF;
	transition: 0.4s;
}

.product-details .right_info a:hover {
	background-color: #007AFF;
	color: #fff;
}

.product-details .tab {
	padding: 3% 0;
}

.product-details .tab .h1_tab {
	margin: 0;
	border-bottom: 1px solid #e7e8e8;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.product-details .tab .h1_tab span {
	float: left;
	padding: 0 5%;
	line-height: 50px;
	background-color: #f2f2f3;
	margin-right: 4px;
	cursor: pointer;
}

.product-details .tab .h1_tab span.on {
	background-color: #007AFF;
	color: #fff;
}

.product-details .tab .info {
	padding-top: 3%;
}

.product-details .ul_download li {
	border-bottom: 1px solid #d1d1d3;
	line-height: 34px;
	background: url(../images/RighInfo002254-icon_download.png) no-repeat right center;
	padding: 10px 0;
}

.product-details .ul_download li a {
	padding: 0 38px;
	background: url(../images/RighInfo002254-icon.png) no-repeat left center;
}

@media (max-width:1024px) {
	.productd-wrap {
		padding: 0 15px;
	}
}

@media(max-width:768px) {

	.product-details .list_img,
	.product-details .right_info {
		float: none;
		width: auto;
	}
}

@media(max-width:640px) {
	.product-details .list li {
		height: 100px;
	}

	.product-details .right_info h1 {
		font-size: 20px;
	}

	.product-details .right_info h3 {
		font-size: 16px;
	}
}

@media(max-width:480px) {
	.product-details .list {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.product-details .list a {
		height: 28px;
	}

	.product-details .list li {
		height: 80px;
	}

	.product-details .tab .h1_tab {
		font-size: 14px;
	}

	.product-details .tab .h1_tab span {
		padding: 0 3%;
	}
}

/* 厂房设备 */

.product-container .works-wrap li {
	padding: 0;
	background: none;
	border: 0;
	border-bottom: 2px solid #ececec;
}

.product-container .works-wrap h4 {
	padding: 15px 0;
}

.product-container .works-wrap h4 a {
	display: block;
	text-align: left;
	position: relative;
}

.product-container .works-wrap h4 a i {
	display: inline-block;
	width: 16px;
	height: 6px;
	background: url(../img/right.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 10px;
}

.product-container .works-wrap li:hover {
	background: none;
	border-bottom-color: #007AFF;
}

.product-container .works-wrap li:hover h4 a i {
	background: url(../img/right-h.png) no-repeat;
}

/* 联系我们 */

.map-wrap{
	width: 100%;
	display: block;
}

.map{
	width: 100%;
	height: 656px;
}



.contact-wrap {
	padding: 30px 15px;
}

.contact-container .map {
	width: 100%;
	height:700px;
}

.contact-container .map #map {
	height: 100%;
	width: 100%;
}

.contact-list {
	width: 100%;
	box-shadow: 0 0 10px #efefef;
	justify-content: space-between;
	position: relative;
	z-index: 222;
	background: rgb(255 255 255 / 70%);
	border: 1px solid #fff;
}

.contact-left {
	box-sizing: border-box;
	width: 100%;
	

}

.contact-left h4 {
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 20px;
	font-family: "微软雅黑";
	line-height: 2;
	font-weight: 600;
	letter-spacing: 1px;
}

.contact-left h4::before {
	content: "";
	display: block;
	width: 4px;
	height: 25px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 12px;
}

.contact-right {
	padding: 7%;
	text-align: left;
	background-size: cover;
	color: #333;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.contact-right h4, .zhuying h4 {
	margin-bottom: 30px;

	font-family: "微软雅黑";
	line-height: 2;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: 600;
	color: #111;
}

.contact-right p {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 1px;
	color: #111;
	font-family: "微软雅黑";
	margin-bottom: 10px;
	font-weight: 400;
}

.contact-right p .huanhang{
	display: inline-block;
    padding-left: 70px;
}

.zhuying{
	
	text-align: left;
	padding: 7%;
}

.zhuying p{
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 15px;
	color: #111;
	font-family: "微软雅黑";
}





/*form-wrap*/
/* .form-wrap{ padding-bottom:5%;} */
.form-wrap dl {
	width: 100%;
    /* float: left; */
    padding-left: 25px;
    min-height: 40px;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
   
}

.form-wrap dl.odd {
	margin-left: 4%;
}

.layui-form-radio>*{
	color: #fff;
}
.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i{
	color: #fff;
}

.form-wrap dt {
	color: #fff;
    font-size: 14px;
    /* position: absolute; */
    /* left: 0; */
    width: 100%;
    text-align: left;
    line-height: 40px;
    box-sizing: border-box;
}

.form-wrap .text {
	border: 1px solid rgb(255 255 255 / 60%);
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    color: #5b5b5b;
    font-size: 14px;
    background: rgb(255 255 255 / 90%);
    box-sizing: border-box;
}

.form-wrap .text:hover,.form-wrap textarea:hover{
	background: #fff;
	border:1px solid #fff;
}

.form-wrap dl.dl {
	width: 100%;
	float: none;
	max-width: none;
	box-sizing: border-box;
}

.xingbie_w{
	float: left;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	margin-top: 3px;
    margin-right: 15px;
}

.xingbie{
	float: left;
}

.form-wrap textarea {
	border: 1px solid rgb(255 255 255 / 60%);
	overflow: hidden;
	resize: none;
	width: 100%;
	height: 150px;
	padding: 10px;
	color: #5b5b5b;
	font-size: 14px;
	line-height: 30px;
	background: rgb(255 255 255 / 90%);
	box-sizing: border-box;
}

.form-wrap .btn {
	display: inline-block;
	line-height: 40px;
	min-width: 140px;
	margin-right: 20px;
	background-color: #f3f3f3;
	color: #728391;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	border: none;
	cursor: pointer;
}

.form-wrap .submitbtn {
	color: #007AFF;
	background-color: #fff;
}



.zizhimokuai,.shebeimokuai{
	display: inline-block;
}

.zizhimokuai li span,.shebeimokuai li span{
	font-size: 16px;
	transition: 0.3s ease 0s;
	background: #fff;
	padding:8% 4%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
}
.zizhimokuai li span img{
	display: inline-block;
	vertical-align: middle;
	transition: 0.25s linear 0s;
	width: 80%;
	 height: 80%; 
	max-height:330px;
	max-width: 90%;
	margin: 10px 10%;
	transform: scale(1);
}

.shebeimokuai li span img{
	display: inline-block;
	vertical-align: middle;
	transition: 0.25s linear 0s;
	width: 90%;
	/* height: 80%; */
	max-height: 80%;
	max-width: 90%;
	margin: 10px 5%;
	transform: scale(1);
}

.zizhimokuai li span:hover img{
	transform: scale(1.1);
}


.shebeimokuai li span:hover img{
	transform: scale(1.1);
	cursor: pointer;
}


.zizhimokuai li span h4,.shebeimokuai li span h4{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zizhimokuai li span:hover h4{
	background-color: #0070c0;
	color: #fff;
}


.shebeimokuai li span:hover h4{
	background-color: #0070c0;
	color: #fff;

}

.xilie_title{
	margin-bottom: 15px;
}

.xilie_title li{
	font-size: 18px !important;
	color: #111;
	font-weight: 700;
	padding: 0 20px !important;
}

.chanping_title{
	width: 100%;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding:10px 15px;
}


.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: none !important;
}


.chanping_title h4{
	width: 100%;
	font-size: 18px;
	color: #111;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	letter-spacing: 1px;

}
.chanping_title p{
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}
.tupian_wk{
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	width: 100%;
	padding: 15px;
}

.tupian_wk img{
	width: 100%;
	height: auto;
}

.shengming{
	font-size: 16px;
	line-height: 36px;
	padding: 60px 30px !important;
	text-align: center;
	height: 300px;
	font-weight: 700;
	color: #0070c0;
}


@media (max-width:1024px){

	.yichu{
	overflow: scroll;
	}

	.yichu_gundong{
		white-space: nowrap;
	    min-width: 600px;
	    overflow: scroll;
	}
}

.bg_tr{
	background-color: #ddd;
}
.bg_tr1{
	background: #f1f1f1;
}
.layui-table th,.layui-table td{
	text-align: center !important;
}

.layui-elem-quote{
	border-left: 5px solid #007aff !important;
}


.ban{
	width: 100%;
	overflow: hidden;
}

.ban img{
	width: 100%;
	position: relative;
}

/* 创建动画 */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* 设置元素的初始样式 */
.fadeInUp {
opacity: 0;
animation-name: fadeInUp;
animation-duration: 1s;
animation-fill-mode: both;}

.fadeInUp {
opacity: 0;
animation-name: none;
animation-fill-mode: none;
}
.fade-in-up-visible {
opacity: 1;
animation-name: fadeInUp;
animation-duration: 1s;
animation-fill-mode: both;
animation-delay: 0.2s;
}

.fade-in-up-visible1 {
opacity: 1;
animation-name: fadeInUp;
animation-duration: 3s;
animation-fill-mode: both;
animation-delay: 0.5s;
}

.fade-in-up-visible2 {
opacity: 1;
animation-name: fadeInUp;
animation-duration: 2s;
animation-fill-mode: both;
animation-delay: 0.6s;
}


.qiyemianmao{
/*	width: 100%;*/
	display: inline-block;
}

.qiyemianmao li span{
	font-size: 16px;
	transition: 0.3s ease 0s;
	background: #fff;
	padding: 0;
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
/*	border: 1px solid #eee;*/
}
.qiyemianmao li span img{
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s linear 0s;
	width: 100%;
	transform: scale(1);
}

.qiyemianmao li span:hover{
/*	border: 1px solid #ef8c0e;*/
}

.qiyemianmao li span:hover img{
	transform: scale(1.1);
	}
.qiyemianmao li h4{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: 400;
}
.qiyemianmao li:hover h4{
/*	background-color: #0070c0;*/
	color: #0070c0;
}


.zoomImgBox{
	margin-bottom: 30px;
}


/*首页*/
.banner_style{
	width: 100%;
	position: relative;
	overflow: hidden;
}


.banner_style img{
		display: inline-block;
	    vertical-align: middle;
	    transition: 0.5s linear 0s;
	    width: 110%;
	    transform: scale(1);
	    height: 100%;

	}

	.banner_text_1_wk{
		position: absolute;
		
		left: 0;
		width: 100%;
	}


	.banner_text_1{
		font-family: "微软雅黑";
/*		width: 100%;*/
		margin: 0 auto;
	}

	.banner_text_1 span{
		color: #fff;
		font-weight: 600;
		letter-spacing: 0px;
		margin-bottom: 15px;
		display: block;
	}

	.banner_text_1 h1{
		color: #fff;
		font-weight: 600;
		letter-spacing: 2px;
		margin-bottom: 15px;
		margin-bottom: 15px;
	}

	.banner_text_1 i{
		border-bottom: 2px solid #fff;
		width: 100px;
		height: 2px;
		display: inline-block;
	}

	.banner_text_1 h2{
		color: #fff;
		font-weight: 200;
		letter-spacing: 2px;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.tedian_wk{
		width: 100%;
		background: linear-gradient(90deg, rgb(4 81 185 / 90%) 0%, rgb(29 134 193 / 90%) 50%, rgb(4 81 185 / 90%) 90%);
	/*		background: url(../img/tedian_bg.png);*/
		background-size: 100% 100%;
		box-shadow: 0 0px 10px 0px rgb(0 0 0 / 30%);
		z-index: 1;
		position: absolute;
		bottom: 0;
		left: 0;

	}

	.tedian_wrap{
		/*width: 100%;
		max-width: 1330px;
		margin: 0 auto;
		padding: 45px 15px 0 15px;
*/
	}

	.tedian_1{
		width: 100%;
		text-align: left;
		display: inline-block;
	}

	.tedian_icon{
		float: left;
	}

	.tedian_1 img{
		width: 100%;
	}

	.tedian_1 h2{
		font-family: SourceHanSansCN-Bold;
		font-weight:600;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #ffffff;
		float: left;
		
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}

	.tedian_1 p{
		float: left;
		font-family: SourceHanSansCN-Medium;
		
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 1px;
		color: #ffffff;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}


@media screen and (min-width: 1400px){

	.banner_text_1{
		max-width: 1330px !important;
	}

	/*.layui-carousel-ind{
		top: -200px !important;
	}*/

	.contact_wk .form-wrap dl textarea{
		height: 150px !important;
	}


}


@media screen and (min-width: 1200px){	



	.banner_text_1_wk{
		top: 25%;
	}

	/*.layui-carousel-ind{
		top: -160px !important;
	}*/

	.banner_text_1{
		max-width: 1150px;
	}

	.banner_text_1 span{
		font-size: 30px;
		line-height: 40px;
	}

	.banner_text_1 h1{
		font-size: 50px;
		line-height: 70px;
	}


	.banner_text_1 h2{
		font-size: 24px;
		line-height: 40px;
	}


	.tedian_1{
		padding:45px 0px 45px 0;
	}

	.tedian_icon{
		width: 24%;
	}

	.tedian_1 h2{
		width: 76%;
		font-size: 24px;
		margin-top: 12px;
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.tedian_1 p{
		width: 75%;
		font-size: 15px;
		padding-left: 15px;
	}

	.contact_pd{
		padding: 120px 30px 110px 30px;
		margin-right: 15px;
	}

	.contact_wk .form-wrap dl textarea{
		height: 150px !important;
	}

	.neiye_wrap{
		padding: 60px 0px;
	}

	.neiye_wrap_con{
		padding: 60px 15px;
	}

	.news_wk{
		padding-top: 60px;
	}

	.COMPANY_wrap{
		padding: 120px 15px;
	}

	.COMPANY_wrap_xinwen{
		padding: 120px 0 60px 0;
	}


	.COMPANY_wenzi{
		padding: 0;
	}

	.COMPANY_wenzi strong{
		margin-left: -130px;
		font-size: 133px;
		line-height: 98px;
	}

	.COMPANY_wenzi h2{
		font-size: 40px;
		margin-top: -70px;
		margin-bottom: 45px;

	}

	.title_mk{
		margin-bottom: 45px;
	}

	.margin_im{
		margin-bottom: 30px !important;
	}

	.title_mk h2{
		font-size: 40px;
		font-weight: 600;
	}

	.title_mk span{
		font-size: 15px;
	font-weight: 400;
	}

	.zhongdian{
		font-size: 16px !important;
	}

	.COMPANY_wenzi p{
		font-size: 15px;
		line-height: 30px;
	}

	.COMPANY_wenzi ul{

		margin-top: 75px;
	}

	.COMPANY_wenzi li{
		width: 33%;
		padding-left: 30px;
	}

	.COMPANY_wenzi li h3{
		font-size: 38px;
		line-height: 40px;

	}

	.COMPANY_wenzi li span{
		font-size: 15px;
		line-height: 15px;
	}

	.COMPANY_wenzi li i{
		top: 12px;
	}

	.COMPANY_img{
		float: right !important;
		padding-left:60px;
	}

	.COMPANY_wenzi a{
		margin-top: 75px;
	}

	.shebei_img_wk{
		height: 540px;
	}

	.shebei_wz{
		height: 96px;
		padding: 0 60px;
		line-height: 96px;
		font-size: 36px;
	}

	.shebei_wz span{
		margin:0 45px;
	}

	.shebei_wz i{
		font-size: 44px !important;
		line-height: 96px;
		margin-top: 4px;
	}

	.chanpin_img{
		height: 300px;

	}

}

@media screen and (min-width: 992px) and (max-width:1200px){
	
	.banner_text_1_wk{
		top: 20%;
	}

	/*.layui-carousel-ind{
		top: -160px !important;
	}*/

	.banner_text_1{
		max-width: 960px;
	}

	.banner_text_1 span{
		font-size: 24px;
		line-height: 30px;
	}

	.banner_text_1 h1{
		font-size: 44px;
		line-height: 70px;
	}

	

	.banner_text_1 h2{
		font-size: 20px;
		line-height:30px;
	}

	.tedian_1{
		padding:30px 0;
	}

	.tedian_icon{
		width: 24%;
	}

	.tedian_1 h2{
		width: 75%;
		font-size:20px;
		margin-top: 8px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.tedian_1 p{
		width: 75%;
		font-size: 14px;
		padding-left: 10px;
	}

	.contact_pd{
		padding: 90px 30px 60px 30px;
		margin-right: 15px;
	}

	.contact_wk .form-wrap dl textarea{
		height: 120px !important;
	}

	.neiye_wrap{
		padding: 45px 0;
	}

	.neiye_wrap_con{
		padding: 45px 15px;
	}

	.news_wk{
		padding-top: 45px;
	}

	.COMPANY_wrap{
		padding: 90px 15px;
	}

	.COMPANY_wrap_xinwen{
		padding: 90px 0 30px 0;
	}

	.COMPANY_wenzi{
		padding: 0;
	}

	.COMPANY_wenzi strong{
		margin-left: -75px;
		font-size: 110px;
		line-height: 98px;
	}

	.COMPANY_wenzi h2{
		font-size: 30px;
		margin-top: -55px;
		margin-bottom: 45px;

	}

	.margin_im{
		margin-bottom: 15px !important;
	}

	.title_mk{
		margin-bottom: 30px;
	}

	.title_mk h2{
		font-size: 30px;
		font-weight: 600;
	}

	.title_mk span{
		font-size: 15px;
	font-weight: 400;
	}

	.zhongdian{
		font-size: 15px !important;
	}

	.COMPANY_wenzi p{
		font-size: 14px;
		line-height:26px;
	}

	.COMPANY_wenzi ul{

		margin-top: 40px;
	}

	.COMPANY_wenzi li{
		width: 33%;
		padding-left: 15px;
	}

	.COMPANY_wenzi li h3{
		font-size: 30px;
		line-height: 30px;

	}

	.COMPANY_wenzi li span{
		font-size: 14px;
		line-height: 14px;
	}

	.COMPANY_wenzi li i{
		top: 7px;
	}

	.COMPANY_img{
		float: right !important;
		padding-left:60px;
	}

	.COMPANY_wenzi a{
		margin-top: 60px;
	}

	.shebei_img_wk{
		height: 440px;
	}

	.shebei_wz{
		height: 80px;
		padding: 0 60px;
		line-height: 80px;
		font-size: 28px;
	}

	.shebei_wz span{
		margin:0 30px;
	}

	.shebei_wz i{
		font-size: 36px !important;
		margin-top: 4px;
	}

	.chanpin_img{
		height: 210px;

	}
}

@media only screen and (max-width: 992px) and (min-width: 769px){

	.layui-container{
		width: 88% !important;
	}
	
	.banner_text_1_wk{
		top: 20%;
	}

	/*.layui-carousel-ind{
		top: -245px !important;
	}*/

	.banner_text_1{
		max-width: 720px;
	}

	.banner_text_1 span{
		font-size: 24px;
		line-height: 30px;
	}

	.banner_text_1 h1{
		font-size: 44px;
		line-height: 70px;
	}

	

	.banner_text_1 h2{
		font-size: 20px;
		line-height:30px;
	}

	.tedian_1{
		padding:15px 0;
		border-bottom: 1px solid rgb(255 255 255 / 10%);
	}

	.tedian_icon{
		width: 18%;
	}

	.tedian_1 h2{
		width: 80%;
		font-size:20px;
		margin-top: 14px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.tedian_1 p{
		width: 80%;
		font-size: 14px;
		padding-left: 10px;
	}

	.contact_pd{
		padding: 60px 15px 45px 15px;
		margin-right: 15px;
	}

	.contact_wk .form-wrap dl textarea{
		height: 90px !important;
	}

	.contact_wk .form-wrap .btn{
		min-width: 100px !important;
	}

	.neiye_wrap{
		padding: 45px 0;
	}

	.neiye_wrap_con{
		padding: 45px 15px;
	}

	.news_wk{
		padding-top: 45px;
	}

	.COMPANY_wrap{
		padding: 60px 15px;
	}

	.COMPANY_wrap_xinwen{
		padding: 60px 0 0px 0;
	}

	.COMPANY_wenzi{
		padding: 0;
	}

	.COMPANY_wenzi strong{
		margin-left: -75px;
		font-size: 110px;
		line-height: 98px;
	}

	.COMPANY_wenzi h2{
		font-size: 30px;
		margin-top: -55px;
		margin-bottom: 45px;

	}

	.title_mk{
		margin-bottom: 30px;
	}

	.margin_im{
		margin-bottom: 15px !important;
	}

	.title_mk h2{
		font-size: 30px;
		font-weight: 600;
	}

	.title_mk span{
		font-size: 15px;
	font-weight: 400;
	}

	.zhongdian{
		font-size: 15px !important;
	}

	.COMPANY_wenzi p{
		font-size: 14px;
		line-height:26px;
	}

	.COMPANY_wenzi ul{

		margin-top: 40px;
	}

	.COMPANY_wenzi li{
		width: 33%;
		padding-left: 15px;
	}

	.COMPANY_wenzi li h3{
		font-size: 30px;
		line-height: 30px;

	}

	.COMPANY_wenzi li span{
		font-size: 14px;
		line-height: 14px;
	}

	.COMPANY_wenzi li i{
		top: 7px;
	}

	.COMPANY_img{
		padding-left:0px;
		height: 600px;
		overflow: hidden;
		margin-bottom: 60px;
	}

	.COMPANY_wenzi a{
		margin-top: 60px;
	}


	.shebei_img_wk{
		height: 360px;
	}

	.shebei_wz{
		height: 60px;
		padding: 0 30px;
		line-height: 60px;
		font-size: 20px;
	}

	.shebei_wz span{
		margin:0 30px;
	}

	.shebei_wz i{
		font-size: 26px !important;
		margin-top:1px;
	}


	.chanpin_img{
		height: 260px;

	}


	

}

@media only screen and (max-width: 768px){

	.banner_text_1_wk{
		top: 10%;
	}

	/*.layui-carousel-ind{
		top: -435px !important;
	}*/

	.layui-carousel-arrow{
		top: 55% !important;
	}

	.banner_text_1{
		max-width: 100%;
		padding: 0 20px;
	}

	.banner_text_1 span{
		font-size: 16px;
		line-height: 20px;
	}

	.banner_text_1 h1{
		font-size: 24px;
		line-height: 48px;
	}

	

	.banner_text_1 h2{
		font-size: 14px;
		line-height:28px;
	}

	.tedian_1{
		padding:15px 0;
		border-bottom: 1px solid rgb(255 255 255 / 10%);

	}

	.tedian_icon{
		width: 18%;
		max-width: 90px;
	}

	.tedian_1 h2{
		width: 75%;
		font-size:18px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.tedian_1 p{
		width: 75%;
		font-size: 14px;
		padding-left: 10px;
	}

	.contact_pd{
		padding: 30px 15px 30px 15px;
	}

	.contact_wk .form-wrap dl textarea{
		height: 120px !important;
	}

	.neiye_wrap{
		padding: 30px 0px;
	}




	.news_wk{
		padding-top: 30px;
	}

	.COMPANY_wrap{
		padding: 30px 0px;
	}

	.COMPANY_wrap_xinwen{
		padding: 30px 0 0 0;
	}

	.COMPANY_wenzi{
		overflow: hidden;
	}

	.COMPANY_wenzi strong{
		margin-left: -8px;
		font-size: 70px;
		line-height: 70px;
	}

	.COMPANY_wenzi h2{
		font-size: 20px;
		margin-top: -30px;
		margin-bottom: 20px;

	}

	.margin_im{
		margin-bottom: 0px !important;
	}

	.title_mk{
		margin-bottom: 30px;
	}

	.title_mk h2{
		font-size: 20px;
		font-weight: 600;
	}

	.title_mk span{
		font-size: 15px;
	font-weight: 400;
	}

	.zhongdian{
		font-size: 15px !important;
	}

	.COMPANY_wenzi p{
		font-size: 14px;
		line-height:26px;
	}

	.COMPANY_wenzi ul{

		margin-top: 40px;
	}

	.COMPANY_wenzi li{
		width: 33%;
		padding-left: 15px;
	}

	.COMPANY_wenzi li h3{
		font-size: 26px;
		line-height: 30px;

	}

	.COMPANY_wenzi li span{
		font-size: 14px;
		line-height: 20px;
	}

	.COMPANY_wenzi li i{
		top: 7px;
	}

	.COMPANY_img{
		padding-left:0px;
		height: 330px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.COMPANY_wenzi a{
		margin-top: 60px;
	}


	.shebei_img_wk{
		height: 300px;
	}
	
	.shebei_wz{
		height: 80px;
		padding: 0 30px;
		line-height: 80px;
		font-size: 20px;
	}

	.shebei_wz span{
		margin:0 30px;
	}

	.shebei_wz i{
		font-size: 26px !important;
		margin-top:1px;
	}


	.chanpin_img{
		height: 180px;

	}

	.chanpin_wz{
		font-size: 15px;
	}


	.padding_15{
		padding:0px !important;
	}



}


.COMPANY_container{
	width: 100%;
	background: url(../img/bg_gsbj.png) no-repeat;
	background-size: 100% auto;
	background-position:left bottom;
}

.COMPANY_wrap{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.COMPANY_wenzi{
	font-family: "微软雅黑";
	padding: 0;
}

.COMPANY_wenzi strong{
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	letter-spacing: -7px;
	color: #000000;
	opacity: 0.04;
}

.COMPANY_wenzi h2{
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #000000;
	text-align: left;
}

.COMPANY_wenzi p{
	
	font-weight: 400;
	margin-bottom: 15px;
	text-align: justify;
	letter-spacing: 1px;
	color: #000;
}

.COMPANY_wenzi ul{
	width: 100%;
}

.COMPANY_wenzi li{
	width: 33%;
	float: left;
	border-left: 1px solid #eee;
	position: relative;
}

.COMPANY_wenzi li h3{
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ee2815;
	margin-bottom: 10px;

}

.COMPANY_wenzi li span{
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #252525;
}

.COMPANY_wenzi li i{
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #ee2815;
	position: absolute;
	left: -1px;
	
}

.COMPANY_wenzi a{
	font-size: 14px;
	line-height: 14px;
	color: #333;
	display: inline-block;
}

.COMPANY_wenzi a i{
	margin-left: 10px;
}

.COMPANY_wenzi a:hover{
	color: #007aff ;
}

.COMPANY_img{
	float: right !important;
}

.COMPANY_img img{
	width: 100%;
}




.wrap_f2{
	width: 100%;
	background: #fff;
	padding: 0px 0;
}


.title_mk{
	width: 100%;
	position: relative;
}


.title_mk h2{
	font-family: SourceHanSansCN-Bold;
	
	margin-right: 15px;
	
	font-stretch: normal;
	letter-spacing: 2px;
	color: #000000;
	display: inline-block;
}

.title_mk span{
	
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.title_mk span i{
	margin-right: 5px;
}

.shebei_wk{
	width:100%;
	border: solid 4px #fff;
	background: #fff;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.shebei_title{display: none;}

.shebei_wk:hover {
	border: solid 4px #0477b8;
}

.shebei_wk:hover .shebei_title{
	display: block !important;
	width:80%;
	background: rgb(4 81 185 / 50%);
	color: #fff;
	height:80%;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	position: absolute;
	top: 10%;
	left: 10%;
	text-align: center;
	line-height: 180px;
}

.shebei_wk img{
	width: 100%;
/*	height: 210px;*/
}

/*.shebei_title{
	background: #e3e3e3;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}*/



.shebei_style{
	width: 100%;
	border: 4px solid #fff;
	background: #fff;
	padding: 2.5%;
	position: relative;
	overflow: hidden;
}

.shebei_style:hover{
	border: 4px solid #0477b8;
}

.shebei_img_wk{
	width: 100%;
	overflow: hidden;
}

.shebei_style img{
	min-width: 100%;
	height: 100%;
	transition: 1s linear 0s;
	transform: scale(1.0);
}


.shebei_img_wk:hover{
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

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



.shebei_wz{
	position: absolute;
	bottom: 2.5%;
	left: 2.5%;
	background: linear-gradient(90deg, rgb(4 81 185 / 90%) 0%, rgb(29 134 193 / 90%) 50%, rgb(4 81 185 / 90%) 90%);
	width: 95%;
	font-family: "微软雅黑";font-weight: 400;
	vertical-align: middle;
	color: #fff;
}

.shebei_wz i{
	float: left;
	}


/*.shebei_wz span{
	font-size:40px;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;

}*/



.shebei_wz h3{
	letter-spacing: 1px;
	float: left;

}


.chanpin_img{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 2px solid #eee;
/*	height: 300px;*/
	text-align: center;
	padding: 4px;
	position: relative;
	cursor: pointer;

}


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

.chanpin_img img{
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	transition: 1s ease 0s;
}

.chanpin_wz{
	line-height: 20px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

.zhezhao{
	background: rgba(0, 0, 0, 0);
	position: absolute;
    top: 0%;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    transition: height 0.5s;
    font-size: 40px;
    color: #fff;
	
}

.zhezhao i{
	opacity: 0;
}

.chanpin_img:hover .zhezhao{
	background: rgb(2 41 93 / 50%) !important;
	height: 100%;
	line-height: 100%;
}

.chanpin_img:hover .zhezhao i{
	opacity: 1;
	font-size: 50px;
}


.chanpin_wk{
	position: relative;
	width: 100%;
	padding-bottom: 78px;
}

.button_next{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	border: 2px solid #eee;
	background: #fff;
	line-height: 44px;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.button_next i,.button_right i{
	font-size: 20px;
	line-height: 44px;
	
}

.button_next:hover ,.button_right:hover{
	border: 2px solid rgb(4 81 185);
	color: rgb(4 81 185);
}


.button_right{
	cursor: pointer;
	position: absolute;
	left: 60px;
	bottom: 0;
	width: 48px;
	height: 48px;
	border: 2px solid #eee;
	background: #fff;
	line-height: 44px;
	text-align: center;
}

.button_huakuai{
	position: absolute;
	right: 0;
	bottom: 22px;
	width: 40px;
	height: 4px;
	background: #fff;
	width: 90px;
	
}

.button_huakuai ul{
	width: 100%;
}

.button_huakuai ul li{
	float: left;
	width: 30px;
	margin-left: 15px;
	height: 4px;
	background: #eee;
}

.huakuai_on{
	background:#106abe !important;
}


@media(max-width:1100px){

	.wrap_f3{
		width: 100%;
		background-image: url(../img/aa.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
	}


	.chanpin_wz{
		font-size: 15px;
	}
}

@media(min-width:1100px){

	.wrap_f3{
		width: 100%;
		background-image: url(../img/aa.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}


	.chanpin_wz{
		font-size: 18px;
	}
}



.bg_jianbian{
	width: 100%;
	background: linear-gradient(90deg, rgb(4 81 185 / 90%) 0%, rgb(29 134 193 / 90%) 50%, rgb(4 81 185 / 90%) 90%);
}

.rongyu_jx{
	width: 100%;
	background: transparent !important;
	height: 100%;
	display: inline-block;
}

.rongyu_jx ul{
	display: block;
	margin: 0 -15px;
}

.rongyu_jx li{
	width: 50%;
	float: left;
	padding: 15px;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.rongyu_jx li img{
	height: 100%;
	border: 10px solid #fff;
	width: 100%;
}

.color_white{
	color: #fff !important;
}


.contact_wk{
	background: linear-gradient(-356deg, 
		#1d86c1 0%, 
		#0451b9 100%), 
	linear-gradient(
		#0477b8, 
		#0477b8);
	box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.1);
}

.contact_wk h4{
	font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    font-family: "微软雅黑";
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact_wk .form-wrap dl{
	padding: 0 !important;
}


.rongyu_wk{
	text-align: left;
}

.rongyu_wk a{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

.title_mk a{
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	font-size: 14px;
	line-height: 14px;
}


.padding_15{
	padding: 0 15px;
}


.wangzhan_jianshe{
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	width: 100%;
	border-top: 1px solid #333;
	padding-top: 30px;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
}

.wangzhan_jianshe p{
	display: inline-block;
	margin-right: 10px;
	color: #999;
	margin-bottom: 15px;
}

.wangzhan_jianshe p a{
	color: #999;
}

.wangzhan_jianshe p a:hover{
	color: #fff;
}

.footer_none_1{
		display: block;
	}






@media screen and (min-width: 992px){

	

	.footer_none{
		display: block;
	}
	.footer_logo{
		    float: left;
	    width: 70%;
	    margin-top: 0;
	    margin-right: 30%;
	    margin-bottom: 15px;
	}
	.jszc{
		float: right !important;
		margin-right: 0 !important;
	}
}

@media (min-width:768px) and (max-width: 992px){

	.footer_logo{
		
		float: left;
	    width: 70%;
	    margin-top: 0;
	    margin-right: 30%;
	    margin-bottom: 15px;
		
	}

	.footer_yangshi{
		width:74%;
		float: left;
	}

	.jszc{
/*		float: right;*/
		margin-right: 0;
	}

	.footer_none_1{
		display: none !important;
	}

	.db_logo{
		margin-top: 75px !important;
	}

	.db_logo img{
		width: 100% !important;
	}

}


@media (max-width: 768px){



	.footer_logo{
		
		width: 70%;
		margin-right: 30%;
		margin-bottom:15px;
		
	}

	.footer_yangshi{
		width:100%;
	}

	.footer_none{
		display: none !important;
	}
	.footer_none_1{
		display: none !important;
	}

	.jszc{
/*		float: right;*/
		margin-right: 0;
	}
}


@media (max-width:768px){
	.zizhimokuai li span{
/*		height: 40vw;*/
	}
}


.fanye{
/*	float: right;*/
	font-size: 15px;
	margin-top: 60px;
	display: inline-block;
}

.fanye ul{
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	height: 40px;
}

.fanye li {
/*	width:44px;*/
	float: left;
	border-right: 1px solid #999;
	
}

.fanye li button{
	min-width: 44px;
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	border: none;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	float: left;
	font-size: 15px;
}

.fanye li button:hover{
	background: #0070c0;
	color: #fff;
	cursor: pointer;
}