* {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
body {
	color: #333;
	overflow-X: hidden
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
	font: 15px/1.5 Microsoft Yahei, 微软雅黑, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif
}
table,
td,
tr,
th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px
}
ol,
ul {
	list-style: none
}
li {
	list-style-type: none
}
img {
	vertical-align: middle;
	border: 0
}
address,
cite,
code,
em,
th {
	font-weight: normal;
	font-style: normal
}
.clear {
	clear: both;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "."
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
.fl {
	float: left
}
.fr {
	float: right
}
@font-face {
	font-family: "impact";
	src: url(../fonts/impact.ttf)
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none
}
textarea {
	-webkit-appearance: none
}
input {
	border-radius: 0
}
.w1400 {
	width: 1400px;
	margin: 0 auto
}
@media screen and (max-width:1440px) {
	.w1400 {
		width: 94%
	}
}
header {
	width: 100%;
	height: 110px;
	z-index: 99;
	position: absolute
}
header .logo {
	width: 211px;
	height: 100%;
	float: left;
	display: block;
	margin-top: 44px
}
header .logo img {
	max-width: 100%
}
header .top_search_icon {
	background: url(../images/top_search.png) right center no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 14px;
	float: right;
	cursor: pointer;
	transform: scale(1);
	transition: .6s ease-in-out;
	transition-duration: .5s;
	margin-top: 50px;
	background-size: cover
}
header .top_tel {
	width: 32px;
	height: 32px;
	float: right;
	position: relative;
	margin-top: 50px;
	margin-left: 15px
}
header .top_tel img {
	display: block;
	width: 100%;
	cursor: pointer
}
header .top_tel a {
	color: #fff;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #ffffff11;
	opacity: 0.8;
}
header .top_tel a:hover {
	opacity: 1;
}
header .top_tel p {
	display: block;
	line-height: 40px;
	overflow: hidden;
	padding: 0 30px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .3);
	background: #123C96;
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: none;
}
header .top_nav {
	width: 1002px;
	margin: 0 auto;
	background: url(../images/nav_bg.png) center top no-repeat;
	background-size: 100%
}
.menu-button {
	position: relative;
	display: none;
	padding: 0;
	background: none;
	color: #ddd;
	cursor: pointer;
	line-height: 70px;
	font-weight: 700;
	font-size: 14px;
	font-size: 0
}
.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px
}
.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 100%;
	height: 70px;
	display: inline-block;
	text-align: center
}
.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666
}
.menu-button::after {
	position: absolute;
	content: "";
	right: 20px;
	top: 27px;
	height: 6px;
	width: 24px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 1;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.menu-button::before {
	position: absolute;
	content: "";
	right: 20px;
	top: 40px;
	height: 3px;
	width: 24px;
	border-bottom: 2px solid #fff;
	z-index: 1;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}
.flexnav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: block;
	overflow: visible;
	width: 70%;
	height: 100%;
	margin: 0 auto
}
.flexnav:after {
	content: "";
	display: table;
	clear: both
}
.flexnav>li {
	float: left
}
.flexnav li {
	width: 16.6666%;
	float: left;
	position: relative
}
.flexnav li:before {
	content: "";
	display: block;
	width: 11px;
	height: 7px;
	background: url(../images/jt01.png) center no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	opacity: 0;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	transition: all .4s ease
}
.flexnav li:hover:before,
.flexnav li.active:before {
	top: 10px;
	opacity: 1
}
.flexnav>li.item-with-ul>a {
	padding-right: 40px
}
.flexnav li a {
	position: relative;
	display: block;
	text-align: center;
	height: 70px;
	font-size: 18px;
	color: #0e1b2c;
	padding-top: 20px;
	text-decoration: none;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in
}
.flexnav ul li a {
	width: 80px;
	font-weight: 400;
	font-size: 18px;
	padding: 13px 25px;
	text-align: center;
	transition: all .5s
}
.flexnav li a span {
	overflow: hidden;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
.flexnav li a span img {
	margin-top: -38px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.flexnav li:hover>a,
.flexnav li.active:hover>a {
	z-index: 2;
	color: #123C96
}
.flexnav li.active>a {
	color: #123C96
}
.flexnav ul {
	position: absolute;
	top: auto;
	left: 0;
	display: block;
	padding: 0
}
.flexnav>li>ul {
	left: 50%;
	right: 0;
	margin-left: -65px
}
.flexnav ul ul {
	margin-left: 100%;
	top: 0
}
.flexnav li ul li {
	position: relative;
	overflow: hidden
}
.flexnav li ul.show li {
	overflow: visible
}
.flexnav li ul li a {
	background: rgba(255, 255, 255, .3)
}
.flexnav ul li ul li a {
	background: #253136
}
.flexnav ul li ul li ul li a {
	background: #2c3b40
}
.flexnav li ul.open {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 1
}
.flexnav li ul.open li {
	overflow: visible;
	max-height: 100px
}
.flexnav li ul.open ul.open {
	margin-left: 100%;
	top: 0
}
.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 46px;
	height: 80px;
	display: inline-block;
	text-align: center
}
.flexnav .touch-button:hover {
	cursor: pointer
}
.flexnav .touch-button::after {
	height: 0;
	width: 0;
	content: "";
	border: 6px solid transparent;
	border-top-color: #fff;
	display: block;
	position: absolute;
	top: 37px;
	left: 17px
}
.flexnav>li:hover>.touch-button::after,
.sm-screen .submenu-open::after {
	border-top-color: #ca1511
}
.flexnav ul li .touch-button {
	width: 39px;
	height: 39px;
	background: rgba(255, 255, 255, .05);
	border-top-color: transparent
}
.flexnav ul li .touch-button::after {
	top: 15px
}
.flexnav.lg-screen ul li .touch-button::after {
	border-left-color: #ddd;
	border-top-color: transparent;
	border-width: 5px
}
.flexnav.lg-screen ul li:hover>.touch-button::after {
	border-left-color: #ca1511
}
.flexnav.sm-screen ul li .touch-button::after {
	border-width: 5px;
	left: 14px;
	top: 17px
}
.flexnav li .item-with-ul {
	width: 234%;
	left: -67%;
	height: 0;
	overflow: hidden;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	z-index: 999
}
.flexnav li:hover .item-with-ul {
	height: auto;
	left: -67%;
	background: #f8f8f8;
	border-top: 3px solid #123C96;
	z-index: 999
}
.flexnav .item-with-ul a {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0 5px;
	border-bottom: 1px solid #eee;
	position: relative
}
.item-with-ul a:hover {
	color: #123C96;
	background-color: #fff
}
.item-with-ul a em {
	display: block;
	width: 0;
	height: 1px;
	overflow: hidden;
	margin: 18px 10px 0 0;
	padding: 0;
	float: left;
	background-color: #123C96;
	-webkit-transition: all .5s;
	-moz-transition: all .25s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	left: 0;
	bottom: 0
}
.item-with-ul a:hover em {
	width: 100%
}
.search_wrap {
	width: 100%;
	height: 100%;
	background: #123C96;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none
}
.search_wrap .search_in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 70%;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #666;
	transition: all 0.5s;
	box-sizing: border-box
}
.search_in input::placeholder {
	color: rgba(255, 255, 255, .4);
	font-size: 20px
}
.search_in input.serach {
	width: 100%;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: rgba(255, 255, 255, .4);
	position: relative;
	border: none;
	background: none;
	outline: none;
	box-sizing: border-box;
	text-indent: 0
}
.search_in .sub {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 5;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/top_search2.png) center center no-repeat;
	border: none;
	outline: none;
	box-sizing: border-box;
	opacity: .4;
	transition: all .4s ease
}
input::-ms-clear {
	display: none
}
input::-ms-reveal {
	display: none
}
.search_in .sub:hover {
	opacity: 1
}
.search_close {
	position: absolute;
	z-index: 9;
	display: block;
	right: 10%;
	top: 10%;
	margin-top: -11px;
	width: 50px;
	height: 50px;
	background: url(../images/close.png) no-repeat center;
	background-size: 100% !important;
	cursor: pointer;
	transition-duration: .5s
}
.show1 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.search_wrap.show1 .search_in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1) translate(-50%, -50%);
	opacity: 1
}
.search_wrap.show1 .search_close {
	transform: scale(1)
}
@media screen and (max-width:1440px) {
	header .top_nav {
		width: 902px;
		height: 66px
	}
	.flexnav li:before {
		top: 0
	}
	.flexnav li:hover:before,
	.flexnav li.active:before {
		top: 5px
	}
	.flexnav li a {
		font-size: 17px;
		height: 66px
	}
}
@media screen and (max-width:1366px) {
	header {
		height: 90px;
		top: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}
	header .topbox {
		height: 100%
	}
	header .logo {
		width: 211px;
		height: 100%;
		position: relative;
		margin-top: 0
	}
	header .logo img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
	header .top_nav {
		width: 63%;
		height: 100%;
		background: none;
		margin: 0;
		float: right;
		margin-right: 2%
	}
	.flexnav {
		width: 100%
	}
	.flexnav li:before {
		background: none
	}
	.flexnav li a {
		height: 90px;
		line-height: 90px;
		color: #fff;
		padding-top: 0
	}
	.flexnav li.active>a,
	.flexnav li:hover>a,
	.flexnav li.active:hover>a {
		color: #fff;
		font-weight: bold
	}
	header .top_search_icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		margin-top: 25px
	}
	header .top_tel {
		width: 40px;
		height: 40px;
		margin-top: 25px
	}
	header .top_tel p {
		top: 45px
	}
}
@media screen and (max-width:1079px) {
	header {
		height: 70px;
		animation-name: none !important
	}
	header.hide1 .topbox {
		display: none
	}
	header .top_tel {
		display: none
	}
	header .top_tel img {
		margin: 19px 4px 20px 0
	}
	header .top_nav {
		width: 100%;
		max-width: 100%;
		float: none
	}
	header .top_tel01 {
		display: block;
		margin-top: 22px;
		width: 30px;
		height: 30px;
		margin-left: 0;
	}
	header .top_tel img {
		margin: 0
	}
	.flexnav {
		height: 0;
		background-color: #fff;
		overflow: hidden;
		width: 100%;
		position: fixed;
		left: 0;
		top: 70px;
		z-index: 10;
		color: #666;
		transition: all .3s ease
	}
	.flexnav.show {
		height: 100%;
		border-top: 1px solid #ededed;
		padding: 14px 0 0;
		overflow: visible;
		overflow-y: auto;
		z-index: 999999
	}
	.flexnav li {
		float: none;
		width: 90%;
		border-bottom: 1px solid #ededed;
		margin: 0 auto
	}
	.flexnav li a {
		min-height: 60px;
		line-height: 60px;
		width: 30%;
		height: auto;
		font-size: 18px;
		margin: 0 auto;
		padding: 0 0;
		font-weight: bold;
		color: #555
	}
	.flexnav li a i {
		bottom: 5px
	}
	.flexnav li:hover>a,
	.flexnav li.active>a {
		color: #123C96
	}
	.flexnav li.active:hover>a {
		color: #123C96
	}
	.flexnav li:after {
		background: none
	}
	.flexnav li span {
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: url(../images/navdown.png) center no-repeat;
		position: absolute;
		right: 25%;
		top: 19px;
		z-index: 999999;
		transition-duration: .5s;
		-ms-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s
	}
	.flexnav li.on span {
		transform: rotate(180deg)
	}
	.flexnav li .item-with-ul {
		width: 100%;
		box-shadow: none;
		display: none;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
		height: auto;
		position: static
	}
	.flexnav li:hover .item-with-ul {
		padding: 10px
	}
	.flexnav .item-with-ul a {
		background: #f7f7f7
	}
	.flexnav .item-with-ul a:last-child {
		border: 0
	}
	.item-with-ul a em {
		display: none
	}
	header .top_search_icon {
		margin-top: 20px;
		margin-right: 0
	}
	.menu-button {
		display: block;
		width: 64px;
		line-height: 64px;
		float: right
	}
	.menu-button.cur::before {
		transform: rotate(-45deg);
		top: 34px
	}
	.menu-button.cur::after {
		transform: rotate(45deg);
		top: 35px;
		border-bottom: 0
	}
}
@media screen and (max-width:767px) {
	header {
		background: #9aa4a5;
		position: fixed
	}
	.search_wrap .search_in {
		width: 90%
	}
}
.apple-banner {
	width: calc(100% - 40px);
	margin: 20px auto;
	height: 830px;
	background: #123C96;
	border-radius: 30px 30px 0 30px;
	position: relative;
	overflow: hidden
}
.apple-banner:after {
	content: "";
	display: block;
	width: 82%;
	max-width: 1558px;
	height: 209px;
	background: url(../images/zg_bg1.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 2
}
.apple-banner .swiper-container {
	width: 100%;
	height: 100%
}
.apple-banner .swiper-container img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
	width: 10%;
	height: 100%;
	top: 0;
	background: none;
	margin: 0
}
.apple-banner .swiper-container .swiper-button-prev {
	left: 0
}
.apple-banner .swiper-container .swiper-button-next {
	right: 0
}
.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease
}
.apple-banner .swiper-button-prev span {
	background: rgba(0, 0, 0, 0.3) url(../images/arrows1.png) center center no-repeat;
	left: 20px
}
.apple-banner .swiper-button-next span {
	background: rgba(0, 0, 0, 0.3) url(../images/arrows2.png) center center no-repeat;
	right: 20px
}
.apple-banner .swiper-button-prev:hover span,
.apple-banner .swiper-button-next:hover span {
	opacity: .7
}
.apple-banner .w1400 .swiper-pagination {
	width: 17px;
	top: auto;
	bottom: 54px !important;
	text-align: left
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50% !important;
	border: 2px solid #123C96;
	background: none;
	margin: 6px 0 !important;
	cursor: pointer;
	opacity: 1;
	border-radius: 0;
	transition: all .4s ease
}
.apple-banner .swiper-pagination-bullet-active {
	background: #123C96
}
.apple-banner .bannertext {
	position: absolute;
	left: 10%;
	color: #fff;
	top: 45%;
	transform: translateY(-50%)
}
.apple-banner .bannertext p {
	font-size: 80px;
	font-family: Youshebiaotihei
}
.apple-banner .bannertext span {
	font-size: 22px;
	position: relative;
	display: block
}
.apple-banner .bannertext a {
	display: block;
	width: 232px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #123C96;
	font-size: 18px;
	margin-top: 55px
}
.apple-banner .bannertext a img {
	margin-left: 10px;
	transition: all .4s ease
}
.apple-banner .bannertext a:hover img {
	margin-left: 15px
}
@media screen and (max-width:1499px) {
	.apple-banner {
		width: 100%;
		height: 730px
	}
}
@media screen and (max-width:1366px) {
	.apple-banner {
		height: 630px;
		margin-top: 0
	}
	.apple-banner .swiper-pagination-bullet {
		width: 12px;
		height: 12px
	}
}
@media screen and (max-width:1079px) {
	.apple-banner {
		height: 550px;
		border-radius: 0
	}
	.apple-banner:after {
		display: none
	}
	.apple-banner .w1400 .swiper-pagination {
		bottom: 30px !important;
		background: none;
		width: 100%;
		text-align: center
	}
	.apple-banner .swiper-pagination-bullet {
		margin: 0 4px !important;
		border: 1px solid #fff
	}
	.apple-banner .bannertext {
		left: 3%;
		width: 70%
	}
	.apple-banner .bannertext p {
		font-size: 36px
	}
	.apple-banner .bannertext span {
		font-size: 16px
	}
	.apple-banner .bannertext em {
		display: none
	}
	.apple-banner .bannertext a {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 35px
	}
	.apple-banner .bannertext a img {
		display: none
	}
}
@media screen and (max-width:1023px) {
	.apple-banner {
		height: 550px
	}
}
@media screen and (max-width:920px) {
	.apple-banner {
		height: 450px
	}
}
@media screen and (max-width:767px) {
	.apple-banner {
		height: 300px;
		margin-top: 70px
	}
	.apple-banner .swiper-button-prev span,
	.apple-banner .swiper-button-next span {
		width: 44px;
		height: 44px;
		background-size: 44px 44px
	}
	.apple-banner .swiper-button-prev span {
		left: 10px
	}
	.apple-banner .swiper-button-next span {
		right: 10px
	}
	.apple-banner .bannertext p {
		font-size: 24px
	}
	.apple-banner .bannertext span {
		font-size: 13px
	}
	.apple-banner .bannertext a {
		width: 100px;
		font-size: 14px;
		height: 34px;
		line-height: 34px;
		margin-top: 15px
	}
	.apple-banner .w1400 .swiper-pagination {
		bottom: 15px !important
	}
}
@media screen and (max-width:600px) {
	.apple-banner {
		height: 250px
	}
}
@media screen and (max-width:500px) {
	.apple-banner {
		height: 220px
	}
}
@media screen and (max-width:375px) {
	.apple-banner {
		height: 200px
	}
}
@media screen and (max-width:320px) {
	.apple-banner {
		height: 180px
	}
}
.adminbuy_allbt .btyw {
	display: block;
	font-size: 50px;
	line-height: 56px;
	color: #123C96;
	font-family: impact !important;
	text-transform: uppercase
}
.adminbuy_allbt p {
	font-size: 24px;
	color: #333;
	display: flex;
	display: flex;
	display: -webkit-flex;
	align-items: center
}
.adminbuy_allbt p i {
	display: block;
	width: 250px;
	height: 1px;
	background: #ddd;
	margin-left: 13px
}
.adminbuy_more {
	display: block;
	width: 147px;
	height: 43px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	background: #123C96;
	background: linear-gradient(135deg, #123C96 0%, #123C96 30%, #123C96 100%);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center
}
.adminbuy_more img {
	margin-left: 17px;
	transition: all .4s ease
}
.adminbuy_more:hover img {
	margin-left: 20px
}
@media screen and (max-width:1080px) {
	.adminbuy_allbt {
		text-align: center
	}
	.header .logo img {
		height: 50px
	}
	.adminbuy_allbt .btyw {
		font-size: 42px;
		line-height: 42px
	}
	.adminbuy_allbt p {
		justify-content: center
	}
	.adminbuy_allbt p i {
		display: none
	}
}
@media screen and (max-width:767px) {
	.adminbuy_allbt .btyw {
		font-size: 32px;
		line-height: 32px
	}
	.adminbuy_allbt p {
		font-size: 20px
	}
	.adminbuy_more {
		width: 120px;
		height: 39px;
		font-size: 14px
	}
	.adminbuy_more img {
		margin-left: 7px;
		width: 7px
	}
	.adminbuy_more:hover img {
		margin-left: 10px
	}
}
.adminbuy_about {
	padding-top: 30px;
	position: relative;
	z-index: 5
}
.adminbuy_about .baquality {
	position: absolute;
	right: 5%;
	top: -335px;
	z-index: 3;
	width: 92px
}
.adminbuy_about .baquality img {
	width: 100%
}
.adminbuy_about .left {
	width: 574px;
	float: left
}
.adminbuy_about .left img {
	max-width: 100%
}
.adminbuy_about .left img.sj {
	display: none
}
.adminbuy_about .right {
	width: calc(100% - 646px);
	float: right
}
.adminbuy_about .right .abcont {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	color: #666;
	margin-top: 50px;
	max-height: 240px;
	min-height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical
}
.adminbuy_about .right .adminbuy_more {
	margin-top: 60px
}
@media screen and (max-width:1699px) {
	.adminbuy_about .baquality {
		width: 60px;
		right: 4%;
		top: -245px
	}
}
@media screen and (max-width:1499px) {
	.adminbuy_about .baquality {
		width: 50px;
		right: 3%;
		top: -215px
	}
}
@media screen and (max-width:1366px) {
	.adminbuy_about .baquality {
		width: 40px;
		right: 2%;
		top: -170px
	}
	.adminbuy_about .left {
		width: 500px
	}
	.adminbuy_about .right {
		width: calc(100% - 540px)
	}
	.adminbuy_about .right .abcont {
		margin-top: 30px
	}
	.adminbuy_about .right .adminbuy_more {
		margin-top: 30px
	}
}
@media screen and (max-width:1080px) {
	.adminbuy_about {
		padding-top: 20px
	}
	.adminbuy_about .baquality {
		display: none
	}
	.adminbuy_about .left {
		width: 100%;
		border-radius: 20px;
		overflow: hidden
	}
	.adminbuy_about .left img {
		display: none
	}
	.adminbuy_about .left img.sj {
		display: block
	}
	.adminbuy_about .right {
		width: 100%
	}
	.adminbuy_about .right .abcont {
		margin-top: 15px;
		text-align: center
	}
	.adminbuy_about .right .adminbuy_more {
		margin: 20px auto
	}
}
@media screen and (max-width:767px) {
	.adminbuy_about {
		padding-top: 10px
	}
	.adminbuy_about .left {
		border-radius: 10px
	}
	.adminbuy_about .right .abcont {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
		height: 120px;
		-webkit-line-clamp: 5
	}
}
.adminbuy_tjpro {
	width: calc(100% - 40px);
	margin: -40px auto 0;
	background: #123C96;
	border-radius: 0 30px 30px 30px;
	padding: 180px 0 145px;
	position: relative
}
.adminbuy_tjpro:before {
	content: "";
	display: block;
	width: 82%;
	max-width: 1558px;
	height: 209px;
	background: url(../images/zg_bg1.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 2;
	transform: rotate(180deg)
}
.adminbuy_tjpro:after {
	content: "";
	display: block;
	width: 82%;
	max-width: 1060px;
	height: 77px;
	background: url(../images/tj_bg1.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	z-index: 2
}
.adminbuy_tjpro .w1400 {
	position: relative;
	z-index: 6
}
.adminbuy_tjpro .adminbuy_allbt {
	width: 35%;
	float: left
}
.adminbuy_tjpro .adminbuy_allbt .btyw {
	color: #fff
}
.adminbuy_tjpro .adminbuy_allbt p {
	color: #fff
}
.adminbuy_tjpro .adminbuy_allbt i {
	background: rgba(255, 255, 255, .3)
}
.adminbuy_tjpro .jttop .proml {
	width: 60%;
	float: right;
	height: 75px;
	overflow: hidden
}
.adminbuy_tjpro .jttop .proml a {
	font-size: 16px;
	color: #fff;
	opacity: .7;
	display: block;
	width: 20%;
	float: left;
	padding-right: 30px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .4s ease
}
.adminbuy_tjpro .jttop .proml a:hover {
	opacity: 1
}
.adminbuy_tjpro .jttop .proml a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/mlico1.png) center no-repeat;
	margin-right: 12px
}
.adminbuy_tjpro .tjbox {
	width: 100%;
	margin-top: 55px;
	overflow: hidden;
	padding-bottom: 20px;
	min-height: 200px
}
.adminbuy_tjpro .tjbox ul li {
	width: 23.5%;
	float: left;
	background: #fff;
	padding: 20px;
	position: relative
}
.adminbuy_tjpro .tjbox ul li .pic {
	width: 100%;
	height: 230px;
	position: relative;
	display: block;
	overflow: hidden
}
.adminbuy_tjpro .tjbox ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .6s ease
}
.adminbuy_tjpro .tjbox ul li .name {
	font-size: 16px;
	color: #282828;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .4s ease
}
.adminbuy_tjpro .tjbox ul li p {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 17px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}
.adminbuy_tjpro .tjbox ul li p img {
	margin-right: 8px
}
.adminbuy_tjpro .tjbox ul li .more {
	display: block;
	width: 134px;
	height: 40px;
	background: #eee;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	transition: all .4s ease
}
.adminbuy_tjpro .tjbox ul li .more em {
	display: block;
	width: 9px;
	height: 14px;
	background-size: 100%;
	background: url(../images/jt04.png) center no-repeat;
	margin-left: 14px;
	transition: all .4s ease
}
.adminbuy_tjpro .tjbox ul li:hover .pic img {
	transform: scale(1.1)
}
.adminbuy_tjpro .tjbox ul li:hover .name {
	color: #123C96
}
.adminbuy_tjpro .tjbox ul li:hover .more {
	background: #123C96;
	color: #fff
}
.adminbuy_tjpro .tjbox ul li:hover .more em {
	margin-left: 17px;
	background: url(../images/jt03.png) center no-repeat
}
@media screen and (max-width:1499px) {
	.adminbuy_tjpro {
		width: 100%
	}
}
@media screen and (max-width:1440px) {
	.adminbuy_tjpro {
		margin-top: -25px;
		padding: 140px 0 130px
	}
	.adminbuy_tjpro .tjbox {
		margin-top: 40px
	}
	.adminbuy_tjpro .jttop .proml a {
		width: 25%
	}
}
@media screen and (max-width:1199px) {
	.adminbuy_tjpro {
		margin-top: -15px
	}
	.adminbuy_tjpro .tjbox {
		margin-top: 30px
	}
	.adminbuy_tjpro .jttop .proml a {
		width: 33.3333%
	}
	.adminbuy_tjpro .tjbox ul li .name {
		font-size: 18px
	}
	.adminbuy_tjpro .tjbox ul li p {
		font-size: 15px
	}
	.adminbuy_tjpro .tjbox ul li .more {
		font-size: 15px
	}
	.adminbuy_tjpro .tjbox ul li .more em {
		width: 7px;
		height: 11px;
		background-size: 100%
	}
}
@media screen and (max-width:1080px) {
	.adminbuy_tjpro {
		margin-top: 40px;
		padding: 50px 0;
		border-radius: 0
	}
	.adminbuy_tjpro:before,
	.adminbuy_tjpro:after {
		display: none
	}
	.adminbuy_tjpro .adminbuy_allbt {
		width: 100%
	}
	.adminbuy_tjpro .jttop .proml {
		width: 100%;
		margin-top: 20px;
		height: 68px
	}
	.adminbuy_tjpro .jttop .proml a {
		width: 20%;
		padding: 0 15px;
		margin-bottom: 10px
	}
	.adminbuy_tjpro .tjbox {
		margin-top: 15px
	}
}
@media screen and (max-width:880px) {
	.adminbuy_tjpro .jttop .proml a {
		width: 25%
	}
	.adminbuy_tjpro .tjbox ul li .pic {
		height: 180px;
		padding: 15px
	}
}
@media screen and (max-width:767px) {
	.adminbuy_tjpro {
		margin-top: 30px
	}
	.adminbuy_tjpro .jttop .proml a {
		width: 33.3333%
	}
	.adminbuy_tjpro .tjbox ul li .pic {
		height: 200px
	}
	.adminbuy_tjpro .tjbox ul li .name {
		font-size: 16px
	}
	.adminbuy_tjpro .tjbox ul li p {
		font-size: 14px
	}
	.adminbuy_tjpro .tjbox ul li .more {
		font-size: 14px;
		width: 120px;
		transition: all 0s ease
	}
	.adminbuy_tjpro .tjbox ul li .more em {
		margin-left: 7px
	}
	.adminbuy_tjpro .tjbox ul li:hover .more em {
		margin-left: 10px
	}
}
@media screen and (max-width:550px) {
	.adminbuy_tjpro {
		padding: 40px 0
	}
	.adminbuy_tjpro .jttop .proml a {
		padding: 0 15px 0 0;
		width: 50%
	}
	.adminbuy_tjpro .tjbox {
		margin-top: 10px
	}
	.adminbuy_tjpro .tjbox ul li {
		padding: 15px
	}
	.adminbuy_tjpro .tjbox ul li .pic {
		height: 150px
	}
	.adminbuy_tjpro .tjbox ul li .name {
		font-size: 15px;
		margin: 5px 0
	}
	.adminbuy_tjpro .tjbox ul li p img {
		display: none
	}
}
@media screen and (max-width:413px) {
	.adminbuy_tjpro .tjbox ul li .pic {
		height: 130px
	}
}
.adminbuy_cpzs .adminbuy_allbt {
	text-align: center
}
.adminbuy_cpzs .adminbuy_allbt p {
	justify-content: center
}
.adminbuy_cpzs .adminbuy_allbt p i {
	width: 89px;
	margin: 0 13px
}
.adminbuy_cpzs .w1400 {
	position: relative;
	z-index: 5
}
.adminbuy_cpzs ul {
	margin-top: 50px;
	min-height: 200px
}
.adminbuy_cpzs ul li {
	width: 23.35%;
	float: left;
	margin-right: 2.2%;
	background: #fff;
	padding: 20px;
	margin-bottom: 55px;
	border: 1px solid #ddd;
	position: relative
}
.adminbuy_cpzs ul li:nth-child(4n) {
	margin-right: 0
}
.adminbuy_cpzs ul li .pic {
	width: 100%;
	height: 230px;
	position: relative;
	display: block;
	overflow: hidden
}
.adminbuy_cpzs ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .6s ease
}
.adminbuy_cpzs ul li .name {
	font-size: 16px;
	color: #282828;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .4s ease
}
.adminbuy_cpzs ul li p {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 17px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}
.adminbuy_cpzs ul li p img {
	margin-right: 8px
}
.adminbuy_cpzs ul li .more {
	display: block;
	width: 134px;
	height: 40px;
	background: #eee;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	transition: all .4s ease
}
.adminbuy_cpzs ul li .more em {
	display: block;
	width: 9px;
	height: 14px;
	background-size: 100%;
	background: url(../images/jt04.png) center no-repeat;
	margin-left: 14px;
	transition: all .4s ease
}
.adminbuy_cpzs .adminbuy_more {
	margin: 20px auto 0
}
.adminbuy_cpzs ul li:hover .pic img {
	transform: scale(1.1)
}
.adminbuy_cpzs ul li:hover .name {
	color: #123C96
}
.adminbuy_cpzs ul li:hover .more {
	background: #123C96;
	color: #fff
}
.adminbuy_cpzs ul li:hover .more em {
	margin-left: 17px;
	background: url(../images/jt03.png) center no-repeat
}
@media screen and (max-width:1440px) {
	.adminbuy_cpzs ul {
		margin-top: 40px
	}
}
@media screen and (max-width:1366px) {
	.adminbuy_cpzs ul li {
		width: 23.5%;
		margin-right: 2%
	}
}
@media screen and (max-width:1199px) {
	.adminbuy_cpzs ul {
		margin-top: 30px
	}
	.adminbuy_cpzs ul li {
		width: 32%;
		margin-bottom: 45px
	}
	.adminbuy_cpzs ul li:nth-child(4n) {
		margin-right: 2%
	}
	.adminbuy_cpzs ul li:nth-child(3n) {
		margin-right: 0
	}
	.adminbuy_cpzs ul li .name {
		font-size: 18px
	}
	.adminbuy_cpzs ul li p {
		font-size: 15px
	}
	.adminbuy_cpzs ul li .more {
		font-size: 15px
	}
	.adminbuy_cpzs ul li .more em {
		width: 7px;
		height: 11px;
		background-size: 100%
	}
}
@media screen and (max-width:1080px) {
	.adminbuy_cpzs {
		padding: 40px 0
	}
}
@media screen and (max-width:880px) {
	.adminbuy_cpzs ul li .pic {
		height: 180px;
		padding: 15px
	}
}
@media screen and (max-width:767px) {
	.adminbuy_cpzs ul {
		margin-top: 20px
	}
	.adminbuy_cpzs ul li {
		width: 48.5%;
		margin-right: 3%
	}
	.adminbuy_cpzs ul li:nth-child(3n) {
		margin-right: 3%
	}
	.adminbuy_cpzs ul li:nth-child(2n) {
		margin-right: 0
	}
	.adminbuy_cpzs ul li .pic {
		height: 200px
	}
	.adminbuy_cpzs ul li .name {
		font-size: 16px
	}
	.adminbuy_cpzs ul li p {
		font-size: 14px
	}
	.adminbuy_cpzs ul li .more {
		font-size: 14px;
		width: 120px;
		transition: all 0s ease
	}
	.adminbuy_cpzs ul li .more em {
		margin-left: 7px
	}
	.adminbuy_cpzs ul li:hover .more em {
		margin-left: 10px
	}
	.adminbuy_cpzs .adminbuy_more {
		margin-top: 10px
	}
}
@media screen and (max-width:550px) {
	.adminbuy_cpzs ul li {
		padding: 15px
	}
	.adminbuy_cpzs ul li .pic {
		height: 150px
	}
	.adminbuy_cpzs ul li .name {
		font-size: 15px;
		margin: 5px 0
	}
	.adminbuy_cpzs ul li p img {
		display: none
	}
}
@media screen and (max-width:413px) {
	.adminbuy_cpzs ul li .pic {
		height: 130px
	}
}
.adminbuy_zxzx {
	width: calc(100% - 40px);
	margin: -20px auto 0;
	background: #123C96;
	border-radius: 30px 0 30px 30px;
	padding: 180px 0 145px;
	position: relative
}
.adminbuy_zxzx:before {
	content: "";
	display: block;
	width: 82%;
	max-width: 1558px;
	height: 209px;
	background: url(../images/zg_bg1.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 2;
	transform: rotateX(180deg)
}
.adminbuy_zxzx:after {
	content: "";
	display: block;
	width: 82%;
	max-width: 1060px;
	height: 77px;
	background: url(../images/tj_bg1.png) center bottom no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	z-index: 2
}
.adminbuy_zxzx .w1400 {
	position: relative;
	z-index: 6
}
.adminbuy_zxzx .zxzxtop .adminbuy_allbt {
	width: 50%;
	float: left
}
.adminbuy_zxzx .zxzxtop .adminbuy_allbt .btyw,
.adminbuy_zxzx .zxzxtop .adminbuy_allbt p {
	color: #fff
}
.adminbuy_zxzx .zxzxtop .adminbuy_allbt i {
	background: rgba(255, 255, 255, .3)
}
.adminbuy_zxzx .zxzxtop .btn {
	width: 50%;
	float: right;
	text-align: right
}
.adminbuy_zxzx .zxzxtop .btn p {
	display: inline-block;
	width: 138px;
	height: 51px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-left: 12px;
	cursor: pointer
}
.adminbuy_zxzx .zxzxtop .btn p.on,
.adminbuy_zxzx .zxzxtop .btn p:hover {
	background: #fff;
	color: #123C96;
}
.adminbuy_zxzx ul {
	margin-top: 55px;
	display: none;
	min-height: 200px
}
.adminbuy_zxzx ul.on {
	display: block
}
.adminbuy_zxzx ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #fff;
	padding: 30px 35px;
	transition: all .4s ease
}
.adminbuy_zxzx ul li:nth-child(3n) {
	margin-right: 0
}
.adminbuy_zxzx ul li .name {
	font-size: 20px;
	color: #333;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .4s ease
}
.adminbuy_zxzx ul li .ms {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.adminbuy_zxzx ul li .libtom {
	border-top: 1px solid #ddd;
	padding-top: 15px
}
.adminbuy_zxzx ul li .libtom time {
	font-size: 16px;
	color: #999
}
.adminbuy_zxzx ul li .libtom .more {
	font-size: 16px;
	color: #999;
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .4s ease
}
.adminbuy_zxzx ul li .libtom .more em {
	display: block;
	width: 9px;
	height: 14px;
	background-size: 100%;
	background: url(../images/jt04.png) center no-repeat;
	margin-left: 12px;
	transition: all .4s ease
}
.adminbuy_zxzx ul li:hover {
	box-shadow: 0 1px 25px rgba(0, 0, 0, .3)
}
.adminbuy_zxzx ul li:hover .name {
	color: #123C96
}
.adminbuy_zxzx ul li:hover .more {
	color: #123C96
}
.adminbuy_zxzx ul li:hover .more em {
	margin-left: 15px;
	background: url(../images/jt05.png) center no-repeat
}
@media screen and (max-width:1499px) {
	.adminbuy_zxzx {
		width: 100%
	}
}
@media screen and (max-width:1440px) {
	.adminbuy_zxzx {
		padding: 140px 0 120px
	}
	.adminbuy_zxzx ul {
		margin-top: 40px
	}
}
@media screen and (max-width:1199px) {
	.adminbuy_zxzx ul {
		margin-top: 30px
	}
	.adminbuy_zxzx ul li {
		width: 49%;
		padding: 30px
	}
	.adminbuy_zxzx ul li:nth-child(3n) {
		margin-right: 2%
	}
	.adminbuy_zxzx ul li:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (max-width:1080px) {
	.adminbuy_zxzx {
		width: 100%;
		border-radius: 0;
		padding: 50px 0 30px;
		margin-top: 0
	}
	.adminbuy_zxzx:before,
	.adminbuy_zxzx:after {
		display: none
	}
	.adminbuy_zxzx .zxzxtop .adminbuy_allbt .btyw {
		text-align: left
	}
	.adminbuy_zxzx .zxzxtop .adminbuy_allbt p {
		justify-content: flex-start
	}
	.adminbuy_zxzx .zxzxtop .btn p {
		width: 120px;
		height: 43px;
		line-height: 42px;
		font-size: 16px
	}
	.adminbuy_zxzx ul {
		margin-top: 20px
	}
}
@media screen and (max-width:767px) {
	.adminbuy_zxzx {
		padding: 40px 0 30px
	}
	.adminbuy_zxzx .zxzxtop .btn p {
		height: 39px;
		line-height: 38px;
		font-size: 14px;
		margin-left: 8px
	}
	.adminbuy_zxzx ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
	.adminbuy_zxzx ul li:nth-child(3n) {
		margin-right: 0
	}
}
@media screen and (max-width:550px) {
	.adminbuy_zxzx .zxzxtop .adminbuy_allbt {
		width: 100%
	}
	.adminbuy_zxzx .zxzxtop .adminbuy_allbt .btyw {
		text-align: center
	}
	.adminbuy_zxzx .zxzxtop .adminbuy_allbt p {
		justify-content: center
	}
	.adminbuy_zxzx .zxzxtop .btn {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: center
	}
	.adminbuy_zxzx .zxzxtop .btn p {
		margin: 15px 5px 0
	}
}
.adminbuy_hzlc {
	background: url(../images/adminbuy_hzlcbg.png) center no-repeat
}
.adminbuy_hzlc .adminbuy_allbt {
	text-align: center
}
.adminbuy_hzlc .adminbuy_allbt p {
	justify-content: center
}
.adminbuy_hzlc .adminbuy_allbt p i {
	width: 89px;
	margin: 0 13px
}
.adminbuy_hzlc ul {
	margin: 55px 0 70px;
	overflow: hidden
}
.adminbuy_hzlc ul li {
	width: 12.14285%;
	margin-right: 2.5%;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	padding: 30px 15px;
	text-align: center;
	transition: all .4s ease
}
.adminbuy_hzlc ul li:hover {
	margin-top: 10px
}
.adminbuy_hzlc ul li:nth-child(7n) {
	margin-right: 0
}
.adminbuy_hzlc ul li img {
	transition: all 1s ease
}
.adminbuy_hzlc ul li:hover img {
	transform: rotateY(360deg)
}
.adminbuy_hzlc ul li em {
	display: block;
	width: 23px;
	height: 1px;
	background: #ddd;
	margin: 20px auto
}
.adminbuy_hzlc ul li p {
	font-size: 20px;
	color: #444;
	margin-bottom: 17px
}
.adminbuy_hzlc ul li span {
	font-size: 20px;
	color: #ddd;
	font-weight: bold
}
.adminbuy_hzlc ul li:nth-child(2n) {
	border: 1px solid #123C96;
	background: #123C96;
	margin-top: 80px
}
.adminbuy_hzlc ul li:nth-child(2n):hover {
	margin-top: 70px
}
.adminbuy_hzlc ul li:nth-child(2n) em {
	background: rgba(255, 255, 255, .3)
}
.adminbuy_hzlc ul li:nth-child(2n) p {
	color: #fff
}
.adminbuy_hzlc ul li:nth-child(2n) span {
	color: rgba(255, 255, 255, .3)
}
@media screen and (max-width:1440px) {
	.adminbuy_hzlc ul li img {
		width: 48px
	}
}
@media screen and (max-width:1199px) {
	.adminbuy_hzlc ul li {
		padding: 20px 10px
	}
	.adminbuy_hzlc ul li img {
		width: 40px
	}
	.adminbuy_hzlc ul li em {
		margin: 15px auto
	}
	.adminbuy_hzlc ul li p {
		font-size: 16px
	}
}
@media screen and (max-width:1080px) {
	.adminbuy_hzlc {
		padding: 50px 0
	}
	.adminbuy_hzlc ul {
		margin: 20px 0 0;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap
	}
	.adminbuy_hzlc ul li:nth-child(2n) {
		margin-top: 0
	}
	.adminbuy_hzlc ul li:nth-child(2n):hover {
		margin-top: 10px
	}
}
@media screen and (max-width:880px) {
	.adminbuy_hzlc {
		padding: 50px 0 40px
	}
	.adminbuy_hzlc ul li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 10px
	}
	.adminbuy_hzlc ul li:nth-of-type(4),
	.adminbuy_hzlc ul li:nth-of-type(7) {
		margin-right: 0
	}
	.adminbuy_hzlc ul li:nth-of-type(5),
	.adminbuy_hzlc ul li:nth-of-type(6),
	.adminbuy_hzlc ul li:nth-of-type(7) {
		width: 32%
	}
	.adminbuy_hzlc ul li:hover,
	.adminbuy_hzlc ul li:nth-child(2n):hover {
		margin-top: 0
	}
}
@media screen and (max-width:767px) {
	.adminbuy_hzlc {
		padding: 40px 0 30px;
		display: none
	}
}
@media screen and (max-width:550px) {
	.adminbuy_hzlc ul li {
		width: 32%
	}
	.adminbuy_hzlc ul li:nth-of-type(3) {
		margin-right: 0
	}
	.adminbuy_hzlc ul li:nth-of-type(4) {
		margin-right: 2%
	}
	.adminbuy_hzlc ul li:nth-of-type(4),
	.adminbuy_hzlc ul li:nth-of-type(5),
	.adminbuy_hzlc ul li:nth-of-type(6),
	.adminbuy_hzlc ul li:nth-of-type(7) {
		width: 49%
	}
	.adminbuy_hzlc ul li:nth-of-type(5) {
		margin-right: 0
	}
	.adminbuy_hzlc ul li em {
		margin: 10px auto
	}
	.adminbuy_hzlc ul li p {
		margin-bottom: 10px
	}
}
.adminbuy_lx {
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #123C96;
	border-radius: 30px;
	padding: 128px 0;
	position: relative;
	overflow: hidden
}
.adminbuy_lx:before {
	content: "";
	display: block;
	width: 66%;
	max-width: 1236px;
	height: 29px;
	background: url(../images/adminbuy_lxbg.png) top no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100%
}
.adminbuy_lx:after {
	content: "";
	display: block;
	width: 66%;
	max-width: 1236px;
	height: 29px;
	background: url(../images/adminbuy_lxbg.png) top no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	background-size: 100%
}
.adminbuy_lx font {
	position: absolute;
	right: 13.5%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 132px;
	color: rgba(255, 255, 255, .08);
	font-weight: bold;
	text-transform: uppercase
}
.adminbuy_lx .w1400 {
	position: relative;
	z-index: 5;
	padding: 0 117px
}
.adminbuy_lx .number {
	float: left
}
.adminbuy_lx .number p {
	font-size: 18px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center
}
.adminbuy_lx .number p:before {
	content: "";
	display: block;
	width: 41px;
	height: 2px;
	background: #fff;
	margin-right: 14px
}
.adminbuy_lx .number span {
	font-size: 50px;
	color: #fff;
	font-weight: bold
}
.adminbuy_lx .adminbuy_more {
	width: 172px;
	float: right;
	margin-top: 30px;
	background: #fff;
	color: #123C96
}
@media screen and (max-width:1440px) {
	.adminbuy_lx {
		padding: 88px 0
	}
	.adminbuy_lx font {
		font-size: 100px
	}
	.adminbuy_lx .number span {
		font-size: 44px
	}
	.adminbuy_lx .adminbuy_more {
		margin-top: 20px
	}
}
@media screen and (max-width:1199px) {
	.adminbuy_lx font {
		font-size: 84px;
		right: 80px
	}
	.adminbuy_lx .w1400 {
		padding: 0 50px
	}
	.adminbuy_lx .number span {
		font-size: 38px
	}
}
@media screen and (max-width:1080px) {
	.adminbuy_lx {
		padding: 50px 0;
		width: 100%;
		border-radius: 0
	}
	.adminbuy_lx font {
		display: none
	}
	.adminbuy_lx:before,
	.adminbuy_lx:after {
		display: none
	}
}
@media screen and (max-width:767px) {
	.adminbuy_lx {
		padding: 30px 0;
		border-top: 1px solid rgba(255, 255, 255, .2)
	}
	.adminbuy_lx .w1400 {
		padding: 0 20px
	}
	.adminbuy_lx .number p {
		font-size: 16px
	}
	.adminbuy_lx .number p:before {
		width: 30px;
		height: 1px;
		margin-right: 5px
	}
	.adminbuy_lx .number span {
		font-size: 28px
	}
	.adminbuy_lx .adminbuy_more {
		width: 150px;
		margin-top: 15px
	}
}
@media screen and (max-width:550px) {
	.adminbuy_lx .w1400 {
		padding: 0 10px
	}
	.adminbuy_lx .number p {
		font-size: 15px
	}
	.adminbuy_lx .number p:before {
		width: 20px
	}
	.adminbuy_lx .number p {
		font-size: 16px
	}
	.adminbuy_lx .number span {
		font-size: 20px
	}
	.adminbuy_lx .adminbuy_more {
		width: 130px;
		margin-top: 10px
	}
}
footer .fttop {
	margin-top: 45px
}
footer .fttop .one {
	padding-bottom: 29px;
	border-bottom: 1px solid #ddd
}
footer .fttop .one img {
	height: 65px;
}
footer .fttop .one .fotvav {
	width: 40%;
	height: 64px;
	line-height: 64px;
	float: right;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: end
}
footer .fttop .one .fotvav a {
	display: block;
	width: 50%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end
}
footer .fttop .one .fotvav a:before {
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background: #123C96;
	margin-right: 14px
}
footer .fttop .two {
	margin: 36px 0 25px;
	overflow: hidden
}
footer .fttop .two .left {
	width: 47%;
	float: left
}
footer .fttop .two .left .fotewm {
	float: left;
	width: 156px
}
footer .fttop .two .left .fotewm .kuang {
	width: 122px;
	height: 122px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	float: left
}
footer .fttop .two .left .fotewm img {
	max-width: 100%;
	max-height: 100%
}
footer .fttop .two .left .fotewm p {
	width: 20px;
	float: left;
	height: 122px;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-left: 14px;
	line-height: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center
}
footer .fttop .two .left .ftlxfs {
	float: right;
	width: calc(100% - 196px)
}
footer .fttop .two .left .ftlxfs dd {
	width: 100%;
	overflow: hidden;
	margin: 4px 0 26px
}
footer .fttop .two .left .ftlxfs dd em {
	display: block;
	width: 41px;
	height: 43px;
	border-radius: 5px;
	background: #cac7c4;
	float: left;
	margin-right: 13px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center
}
footer .fttop .two .left .ftlxfs dd .lxzi {
	float: left;
	font-size: 14px;
	color: #333;
	width: calc(100% - 54px)
}
footer .fttop .two .left .ftlxfs dd p {
	font-size: 15px;
	color: #999;
	max-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word
}
footer .fttop .two ul.right {
	width: 40%;
	float: right;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end
}
footer .fttop .two ul.right li {
	width: 50%;
	float: left
}
footer .fttop .two ul.right li a {
	font-size: 15px;
	color: #999;
	margin-bottom: 14px;
	padding-left: 36px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: right;
	transition: all .4s ease
}
footer .fttop .two ul.right li a:hover {
	color: #123C96
}
footer .fttop .indlink {
	background: #f8f7f7;
	padding: 15px 27px;
	overflow: hidden;
	margin-bottom: 40px
}
footer .fttop .indlink .left {
	float: left
}
footer .fttop .indlink .left p {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center
}
footer .fttop .indlink .left p em {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #123C96 url(../images/link.png) center no-repeat;
	margin-right: 9px
}
footer .fttop .indlink .right {
	float: left
}
footer .fttop .indlink .right a {
	font-size: 15px;
	color: #999;
	line-height: 30px;
	padding-left: 15px;
	transition: all .4s ease
}
footer .fttop .indlink .right a:hover {
	color: #123C96
}
footer .foot_copy {
	width: 100%;
	overflow: hidden;
	background: #123C96
}
footer .foot_copy_main p {
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: rgba(255, 255, 255, .8);
	margin: 0;
	padding: 0;
	font-size: 16px
}
footer .foot_copy_main p a {
	color: rgba(255, 255, 255, .8);
	font-size: 16px
}
footer .foot_copy_main p a:hover {
	color: #fff
}
@media screen and (max-width:1366px) {
	footer .fttop .one img {
		width: 120px
	}
	footer .fttop .one .fotvav {
		height: 50px;
		line-height: 50px
	}
}
@media screen and (max-width:1199px) {
	footer .fttop .one .fotvav a {
		font-size: 18px
	}
	footer .fttop .two .left .ftlxfs {
		width: calc(100% - 176px)
	}
	footer .fttop .two .left .ftlxfs dd p {
		font-size: 14px
	}
	footer .fttop .two ul.right li a {
		font-size: 14px
	}
}
@media screen and (max-width:1080px) {
	footer .fttop {
		margin-top: 40px
	}
	footer .fttop .one {
		padding-bottom: 20px
	}
	footer .fttop .one .fotvav a {
		font-size: 16px
	}
	footer .fttop .two {
		margin: 26px 0 30px
	}
	footer .fttop .two .left .fotewm {
		width: 122px
	}
	footer .fttop .two .left .fotewm p {
		width: 100%;
		margin: 5px 0 0 0;
		line-height: 30px;
		height: 30px;
		justify-content: center
	}
	footer .fttop .two .left .ftlxfs {
		width: calc(100% - 140px)
	}
	footer .fttop .two ul.right li a {
		padding-left: 10px
	}
	footer .foot_copy {
		padding: 15px 0
	}
	footer .foot_copy_main p {
		font-size: 15px;
		float: left;
		height: 30px;
		line-height: 30px
	}
	footer .foot_copy_main p a {
		font-size: 15px
	}
}
@media screen and (max-width:880px) {
	footer .fttop .two .left .ftlxfs dd {
		margin: 0 0 18px
	}
}
@media screen and (max-width:767px) {
	footer .fttop {
		margin-top: 30px
	}
	footer .fttop .one .fotvav {
		width: calc(100% - 180px);
		display: block
	}
	footer .fttop .two .left {
		width: 100%
	}
	footer .fttop .two .left .ftlxfs {
		width: calc(100% - 180px)
	}
	footer .fttop .two .left .ftlxfs dd em {
		width: 80px;
		height: 60px
	}
	footer .fttop .two .left .ftlxfs dd .lxzi {
		width: calc(100% - 100px);
		font-size: 16px
	}
	footer .fttop .two .left .ftlxfs dd .lxzi p {
		font-size: 18px;
		margin-top: 5px;
		max-height: 60px
	}
	footer .fttop .two ul.right {
		display: none
	}
	footer .fttop .indlink {
		display: none
	}
	footer .foot_copy_main p {
		float: none;
		text-align: center;
		height: auto;
		font-size: 14px;
		line-height: 26px
	}
}
@media screen and (max-width:600px) {
	footer .fttop .one {
		border: 0
	}
	footer .fttop .one img {
		width: 100px
	}
	footer .fttop .one .fotvav {
		width: calc(100% - 130px);
		height: 40px;
		line-height: 40px
	}
	footer .fttop .one .fotvav a {
		font-size: 14px;
		color: #666
	}
	footer .fttop .one .fotvav a:before {
		width: 2px;
		margin-right: 5px
	}
	footer .fttop .two {
		margin: 0 0 20px
	}
	footer .fttop .two .left .fotewm {
		width: 100%
	}
	footer .fttop .two .left .fotewm .kuang {
		width: 140px;
		height: 140px;
		margin: 0 auto;
		float: none
	}
	footer .fttop .two .left .fotewm p {
		margin: 10px 0 0 0;
		line-height: normal;
		height: auto
	}
	footer .fttop .two .left .ftlxfs {
		width: 100%;
		margin-top: 10px;
		display: none
	}
	footer .fttop .two .left .ftlxfs dd {
		margin-bottom: 12px
	}
	footer .fttop .two .left .ftlxfs dd em {
		width: 60px
	}
	footer .fttop .two .left .ftlxfs dd .lxzi {
		font-size: 14px;
		padding-top: 5px
	}
	footer .fttop .two .left .ftlxfs dd .lxzi p {
		font-size: 16px
	}
	footer .foot_copy_main .sjy {
		display: none
	}
}
@media screen and (max-width:374px) {
	footer .fttop .one {
		overflow: hidden
	}
	footer .fttop .one img {
		display: none
	}
	footer .fttop .one .fotvav {
		width: 100%
	}
	footer .fttop .one .fotvav a {
		justify-content: center
	}
}
.admin_banner {
	width: 100%;
	height: 540px;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 280px 0 0;
	position: relative
}
.admin_banner img {
	display: block;
	width: 1920px;
	height: 540px;
	overflow: hidden;
	margin: -270px 0 0 -960px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%
}
.admin_banner .adminba_text {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: rgba(255, 255, 255, .6)
}
.adminba_text p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold
}
.adminba_text em {
	display: block;
	width: 120px;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	padding: 0;
	background-color: rgba(255, 255, 255, .3)
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.admin_banner .adminba_text {
		width: 94%
	}
}
@media (max-width:1366px) {
	.admin_banner {
		margin: 0 auto
	}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.admin_banner {
		height: 450px;
		padding: 250px 0 0
	}
	.admin_banner img {
		display: block;
		width: 1600px;
		height: 450px;
		overflow: hidden;
		margin: -225px 0 0 -800px
	}
	.admin_banner .adminba_text {
		width: 94%
	}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.admin_banner {
		height: 440px;
		padding: 230px 0 0
	}
	.admin_banner img {
		display: block;
		width: 1564px;
		height: 440px;
		overflow: hidden;
		margin: -220px 0 0 -782px
	}
	.admin_banner .adminba_text {
		width: 94%
	}
	.adminba_text p {}
	.adminba_text span {
		max-height: 60px;
		line-height: 30px;
		font-size: 16px
	}
	.adminba_text em {
		width: 56px;
		height: 4px
	}
}
@media screen and (min-width:1080px) and (max-width:1279px) {
	.admin_banner {
		height: 440px;
		padding: 230px 0 0
	}
	.admin_banner img {
		display: block;
		width: 1564px;
		height: 440px;
		overflow: hidden;
		margin: -220px 0 0 -782px
	}
	.admin_banner .adminba_text {
		width: 94%
	}
	.adminba_text span {
		max-height: 60px;
		line-height: 30px;
		font-size: 16px
	}
	.adminba_text em {
		width: 56px;
		height: 4px
	}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.admin_banner {
		height: 400px;
		padding: 200px 0 0
	}
	.admin_banner img {
		display: block;
		width: 1280px;
		height: 400px;
		overflow: hidden;
		margin: -200px 0 0 -640px
	}
	.admin_banner .adminba_text {
		width: 94%
	}
	.adminba_text span {
		max-height: 60px;
		line-height: 30px;
		font-size: 16px
	}
	.adminba_text em {
		width: 56px;
		height: 4px
	}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.admin_banner {
		height: 360px;
		padding: 190px 0 0
	}
	.admin_banner img {
		display: block;
		width: 1280px;
		height: 360px;
		overflow: hidden;
		margin: -180px 0 0 -640px
	}
	.admin_banner .adminba_text {
		width: 94%
	}
	.adminba_text span {
		max-height: 60px;
		line-height: 30px;
		font-size: 15px
	}
	.adminba_text em {
		width: 48px;
		height: 3px;
		margin: 15px 0
	}
}
@media (max-width:767px) {
	.admin_banner {
		height: 240px;
		padding: 180px 0 0;
		margin-top: 70px
	}
	.admin_banner img {
		display: block;
		width: 854px;
		height: 240px;
		overflow: hidden;
		margin: -120px 0 0 -427px
	}
	.admin_banner .adminba_text {
		width: 92%
	}
	.adminba_text p {
		height: 30px;
		line-height: 30px;
		font-size: 26px;
		display: none
	}
	.adminba_text span {
		max-height: 44px;
		line-height: 22px;
		font-size: 14px
	}
	.adminba_text em {
		width: 40px;
		height: 2px;
		margin: 10px 0;
		display: none
	}
}
@media (max-width:375px) {
	.admin_banner {
		height: 180px;
		padding: 120px 0 0
	}
	.admin_banner img {
		display: block;
		width: 818px;
		height: 230px;
		overflow: hidden;
		margin: -115px 0 0 -409px
	}
	.adminba_text p {
		height: 26px;
		line-height: 26px;
		font-size: 26px
	}
	.adminba_text span {
		max-height: 48px;
		line-height: 24px;
		font-size: 14px
	}
	.adminba_text em {
		width: 40px;
		height: 2px;
		margin: 10px 0
	}
}
@media (max-width:320px) {
	.adminba_text p {
		height: 24px;
		line-height: 24px;
		font-size: 18px
	}
}
.n_nav_box {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	background: #fff
}
.n_nav_box .n_nav {
	width: 1400px;
	font-size: 0;
	margin: 0 auto
}
.n_nav_box1 .n_nav {
	display: none
}
.n_nav::-webkit-scrollbar {
	display: none
}
.n_nav a {
	font-size: 16px;
	line-height: 70px;
	color: #3c3c3c;
	display: inline-block;
	padding: 0 5px;
	width: 20%;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: .5s;
	flex-grow: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.nav_na .n_nav a {
	width: 25%
}
.n_nav a+a:after {
	content: "";
	width: 1px;
	height: 16px;
	display: block;
	background: #e5e5e5;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	transition: 0s;
	z-index: 0
}
.n_nav a:before {
	content: "";
	width: 0;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .5s;
	z-index: -1;
	opacity: 0;
	background: #123C96
}
.n_nav a:hover:before,
.n_nav a.on:before {
	width: 100%;
	opacity: 1
}
.n_nav a:hover,
.n_nav a.on {
	font-weight: bold
}
.n_nav_box .n_position {
	max-width: 50%;
	height: 60px;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.n_nav_box .n_position p {
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #a6a6a6;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
	margin: 0;
	padding: 0
}
.n_nav_box1 .n_position {
	max-width: 100%;
	float: left
}
.n_nav_box1 .n_position p {
	text-align: left
}
.n_position:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/home.png) center bottom no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
	opacity: .6
}
.n_position a {
	font-size: 15px;
	color: rgba(255, 255, 255, .6);
	position: relative;
	transition: .4s
}
.n_position a:hover {
	color: rgba(255, 255, 255, 1)
}
.n_position i {
	font-size: 15px;
	color: rgba(255, 255, 255, .6);
	display: inline-block;
	margin: 0;
	padding: 0 8px;
	font-family: arial;
	position: relative;
	top: -1px
}
.n_position span {
	font-size: 15px;
	color: rgba(255, 255, 255, .6)
}
@media (max-width:1440px) {
	.n_nav_box {
		width: 94%
	}
}
@media (max-width:1366px) {
	.n_nav_box .n_nav {
		width: 100%
	}
}
@media (max-width:800px) {
	.n_nav_box .n_position {
		width: 100%;
		max-width: inherit;
		float: inherit
	}
	.n_nav_box .n_position p {
		text-align: left
	}
	.n_nav_box .n_nav {
		width: 100%;
		float: inherit
	}
}
@media (max-width:767px) {
	.n_nav_box {
		width: 100%;
		margin: 0 auto
	}
	.n_nav_box .n_position {
		height: auto;
		padding: 0 10px
	}
	.n_nav_box .n_position p {
		height: auto;
		line-height: 30px;
		padding: 7px 0
	}
	.n_nav a {
		height: 44px;
		line-height: 44px;
		font-size: 15px
	}
	.n_position a,
	.n_position span {
		font-size: 14px
	}
}
@media (max-width:375px) {
	.n_nav a {
		font-size: 14px
	}
}
@media (max-width:320px) {
	.n_nav a {
		font-size: 13px
	}
}
.adminbuym_AboutUs {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0;
	padding: 60px 0;
	background: #fff url(../images/n_about_bg.jpg) center bottom no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminbuym_AboutUs .adminbuyAb_main {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.adminbuyAbCon_tit {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 30px;
	text-align: center;
	color: #333;
	font-weight: bold
}
.adminbuyAb_text {
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	margin: 0 auto;
	padding: 0
}
.adminbuyAb_text p {
	line-height: 30px;
	font-size: 16px
}
.txt_main {
	width: 100%;
	margin: 0 auto;
	position: relative
}
.txt_main ul {
	width: 1400px;
	margin: 0 auto
}
.txt_main ul li {
	width: 24.9%;
	float: left;
	position: relative;
	padding: 0 10px
}
.txt_main ul li .text {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.txt_main ul li .text span {
	font-size: 50px;
	line-height: 52px;
	font-weight: bold;
	color: #123C96;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: inline-block
}
.txt_main ul li:hover .text span {
	transform: translateY(-5px)
}
.txt_main ul li .text span svg {
	display: block;
	width: 100%;
	height: 60px
}
.txt_main ul li .text p {
	font-size: 17px;
	line-height: 36px;
	color: #242424;
	margin-top: 5px
}
.admin_title {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0
}
.admin_title span {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: rgba(40, 40, 40, 0.1);
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	text-transform: Uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0
}
.admin_title p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #303030;
	font-size: 34px;
	text-align: center;
	margin: 0 auto 10px;
	padding: 0
}
.admin_title i {
	display: block;
	width: 150px;
	height: 23px;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	position: relative
}
.admin_title i:before {
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%
}
.admin_title i:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%
}
.admin_title i img {
	width: 23px
}
.adminabout_part3 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0;
	background: #f9f9f9
}
.adminabout_part3 .adminaboutPart3_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminaboutPart3_main ul {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1)
}
.adminaboutPart3_main ul li {
	width: 22.75%;
	overflow: hidden;
	margin: 0 3% 0 0;
	padding: 40px 1%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	border: 1px solid #d5d6d8;
	border-radius: 10px;
	position: relative
}
.adminaboutPart3_main ul li:nth-child(4) {
	margin: 0
}
.adminaboutPart3_main ul li:after {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminaboutPart3_main ul li:hover:after {
	background: #123C96;
	width: 100%
}
.adminaboutPart3_main ul li .adminaboutPart3_icon1,
.adminaboutPart3_main ul li .adminaboutPart3_icon2,
.adminaboutPart3_main ul li .adminaboutPart3_icon3,
.adminaboutPart3_main ul li .adminaboutPart3_icon4 {
	width: 154px;
	height: 154px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminaboutPart3_main ul li .adminaboutPart3_icon1 {
	background: url(../images/ababoutpart2_icon01.png) center center no-repeat;
	background-size: 154px 154px;
	position: relative;
	z-index: 1
}
.adminaboutPart3_main ul li .adminaboutPart3_icon2 {
	background: url(../images/ababoutpart2_icon02.png) center center no-repeat;
	background-size: 154px 154px;
	position: relative;
	z-index: 1
}
.adminaboutPart3_main ul li .adminaboutPart3_icon3 {
	background: url(../images/ababoutpart2_icon03.png) center center no-repeat;
	background-size: 154px 154px;
	position: relative;
	z-index: 1
}
.adminaboutPart3_main ul li .adminaboutPart3_icon4 {
	background: url(../images/ababoutpart2_icon04.png) center center no-repeat;
	background-size: 154px 154px;
	position: relative;
	z-index: 1
}
.adminaboutPart3_main ul li:hover .adminaboutPart3_icon1 {
	background: url(../images/ababoutpart2_icon1.png) center center no-repeat;
	background-size: 154px 154px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg)
}
.adminaboutPart3_main ul li:hover .adminaboutPart3_icon2 {
	background: url(../images/ababoutpart2_icon2.png) center center no-repeat;
	background-size: 154px 154px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg)
}
.adminaboutPart3_main ul li:hover .adminaboutPart3_icon3 {
	background: url(../images/ababoutpart2_icon3.png) center center no-repeat;
	background-size: 154px 154px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg)
}
.adminaboutPart3_main ul li:hover .adminaboutPart3_icon4 {
	background: url(../images/ababoutpart2_icon4.png) center center no-repeat;
	background-size: 154px 154px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg)
}
.adminaboutPart3_main ul li .adminaboutPart3_text {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0
}
.adminaboutPart3_main ul li .adminaboutPart3_text p {
	width: 100%;
	overflow: hidden;
	line-height: 56px;
	color: #333;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1
}
.adminaboutPart3_main ul li .adminaboutPart3_text p:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #123C96;
	display: block;
	margin: 0 auto
}
.adminaboutPart3_main ul li .adminaboutPart3_text span {
	display: block;
	width: 80%;
	overflow: hidden;
	line-height: 34px;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.adminaboutPart3_main ul li:hover .adminaboutPart3_text p,
.adminaboutPart3_main ul li:hover .adminaboutPart3_text span {
	color: #fff
}
.adminaboutPart3_main ul li:hover .adminaboutPart3_text p:after {
	background: #fff
}
.adminabout_part5 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 80px 0 0;
	background: #123C96;
	background: #fff url(../images/eyaboutpart5_bg.jpg) no-repeat;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminabout_part5 .admin_title p {
	color: #fff
}
.adminabout_part5 .admin_title i:before,
.adminabout_part5 .admin_title i:after {
	background: #fff
}
.adminabout_part5 .adminaboutPart5_main {
	width: 1400px;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	background: #fff
}
.adminaboutPart5_main .swiper-container3 {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 20px 0 0;
	position: relative
}
.adminaboutPart5_main .swiper-container3 .swiper-slide {
	border-bottom: 3px solid #ddd
}
.adminaboutPart5_main .swiper-container3 .swiper-slide:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	left: 0;
	background: #123C96;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: absolute;
	bottom: -3px
}
.adminaboutPart5_main .swiper-container3 .swiper-slide:hover:after {
	width: 100%
}
.adminaboutPart5_main .swiper-container3 .swiper-slide .adminaboutPart5_img {
	width: 100%;
	height: 270px;
	margin: 0 auto 10px;
	padding: 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.adminaboutPart5_main .swiper-container3 .swiper-slide .adminaboutPart5_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.adminaboutPart5_main .swiper-container3 .swiper-slide .adminaboutPart5_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminaboutPart5_main .swiper-container3 .swiper-slide:hover .adminaboutPart5_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}
.adminaboutPart5_main .swiper-container3 .swiper-slide .adminaboutPart5_name {
	width: 100%;
	height: 40px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative
}
.adminaboutPart5_main .swiper-container3 .swiper-slide .adminaboutPart5_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	transition: all .4s ease
}
.adminaboutPart5_main .swiper-container3 .swiper-slide:hover .adminaboutPart5_name a {
	color: #123C96
}
@media (max-width:1440px) {
	.adminbuym_AboutUs .adminbuyAb_main {
		width: 94%
	}
	.txt_main ul li .text span {
		font-size: 40px;
		line-height: 46px
	}
	.adminabout_part3 {
		padding: 60px 0
	}
	.adminabout_part3 .adminaboutPart3_main {
		width: 94%
	}
	.adminaboutPart3_main ul {
		width: 100%;
		border: 0
	}
	.adminabout_part5 {
		padding: 70px 0 0
	}
	.adminabout_part5 .adminaboutPart5_main {
		width: 94%
	}
	.adminaboutPart5_main .swiper-container3 {
		margin-bottom: 10px
	}
}
@media (max-width:1366px) {
	.adminaboutPart3_main ul li {
		width: 23.5%;
		margin: 0 2% 0 0
	}
	.txt_main ul {
		width: 100%
	}
}
@media (max-width:1280px) {
	.adminaboutPart3_main ul li .adminaboutPart3_text span {
		font-size: 16px
	}
}
@media (max-width:1200px) {
	.txt_main ul li .text p {
		font-size: 16px
	}
}
@media (max-width:1080px) {
	.adminbuyAbCon_tit {
		font-size: 29px
	}
	.adminaboutPart3_main ul li .adminaboutPart3_text span {
		font-size: 14px
	}
	.adminaboutPart5_main .swiper-container3 {
		margin-bottom: 0
	}
	.adminaboutPart5_main .swiper-container3 .swiper-slide:after {
		display: none
	}
}
@media (max-width:1024px) {
	.adminbuyAbCon_tit {
		font-size: 28px
	}
}
@media (max-width:800px) {
	.txt_main ul li {
		width: 50%
	}
	.txt_main ul li .text span {
		font-size: 36px;
		line-height: 40px
	}
	.adminabout_part3 {
		padding: 60px 0 45px
	}
	.adminaboutPart3_main ul li {
		width: 49%;
		margin: 0 2% 15px 0;
		padding: 30px 2%
	}
	.adminaboutPart3_main ul li .adminaboutPart3_icon1,
	.adminaboutPart3_main ul li .adminaboutPart3_icon2,
	.adminaboutPart3_main ul li .adminaboutPart3_icon3,
	.adminaboutPart3_main ul li .adminaboutPart3_icon4 {
		width: 120px;
		height: 120px
	}
	.adminaboutPart3_main ul li .adminaboutPart3_icon1,
	.adminaboutPart3_main ul li .adminaboutPart3_icon2,
	.adminaboutPart3_main ul li .adminaboutPart3_icon3,
	.adminaboutPart3_main ul li .adminaboutPart3_icon4 {
		background-size: 120px
	}
	.adminaboutPart3_main ul li:nth-child(4) {
		margin:0 0 15px 0
	}
	.adminaboutPart3_main ul li:nth-child(2n+2) {
		margin: 0 0 15px 0
	}
	.adminaboutPart3_main ul li .adminaboutPart3_text {
		margin: 0 auto
	}
	.adminaboutPart3_main ul li .adminaboutPart3_text span {
		font-size: 18px;
		width: 60%;
		line-height: 28px;
		max-height: 56px;
		margin: 20px auto 0
	}
}
@media (max-width:767px) {
	.adminbuym_AboutUs {
		padding: 30px 0
	}
	.adminbuyAbCon_tit {
		font-size: 24px
	}
	.admin_title {
		margin-bottom: 20px
	}
	.admin_title p {
		font-size: 26px
	}
	.txt_main {
		display: none
	}
	.adminabout_part3 {
		padding: 40px 0 25px
	}
	.adminabout_part5 {
		padding: 35px 0 40px;
		background-size: cover
	}
}
@media (max-width:425px) {
	.txt_main ul li {
		width: 100%
	}
	.txt_main ul li .text {
		padding: 30px 0 5px 0
	}
	.adminbuyAb_text p {
		font-size: 15px;
		line-height: 28px
	}
	.adminaboutPart3_main ul li .adminaboutPart3_text p {
		font-size: 18px
	}
	.adminaboutPart3_main ul li .adminaboutPart3_text span {
		font-size: 14px;
		width: 90%
	}
	.adminaboutPart3_main ul li {
		margin: 0 2% 10px 0
	}
	.adminaboutPart3_main ul li:nth-child(2n+2) {
		margin: 0 0 10px 0
	}
	.adminabout_part3 {
		padding: 30px 0
	}
	.adminabout_part5 {
		padding: 30px 0
	}
}
@media (max-width:375px) {
	.adminaboutPart3_main ul li {
		width: 100%;
		margin: 0 0 10px 0
	}
	.adminaboutPart3_main ul li .adminaboutPart3_text span {
		margin: 20px auto 0
	}
}
@media (max-width:320px) {
	.adminaboutPart3_main ul li {
		padding: 30px 1%
	}
}
.adminbuym_News {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 60px;
	background: #f9f9f9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminbuym_News .adminbuyNews_list {
	width: 1400px;
	margin: 60px auto 0;
	padding: 0
}
.adminbuyNews_list ul li {
	width: 32%;
	margin: 0 auto;
	transition: all 0.5s;
	float: left;
	margin: 0 2% 60px 0;
	position: relative
}
.adminbuyNews_list ul li .news_text {
	padding: 70px 35px 35px 35px;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	z-index: 1
}
.adminbuyNews_list ul li:after {
	content: "";
	height: 100%;
	background: #123C96;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	display: block;
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 0
}
.adminbuyNews_list ul li:nth-child(3n+3) {
	margin-right: 0
}
.adminbuyNews_list ul li .time {
	position: absolute;
	top: -25px;
	left: 35px;
	padding: 10px 20px;
	background: #888;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminbuyNews_list ul li .time span {
	font-size: 18px;
	color: rgba(255, 255, 255, .4)
}
.adminbuyNews_list ul li .time p {
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	font-weight: bold
}
.adminbuyNews_list ul li .text a.name {
	color: #333;
	font-size: 20px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.adminbuyNews_list ul li .text p {
	color: #999;
	font-size: 15px;
	line-height: 24px;
	height: 72px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.adminbuyNews_list ul li .text a.more {
	color: #999;
	line-height: 28px;
	background: url(../images/news_more.png) 70px center no-repeat;
	vertical-align: middle;
	width: 100%;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminbuyNews_list ul li:hover .news_text {
	background: none
}
.adminbuyNews_list ul li:hover:after {
	width: 100%
}
.adminbuyNews_list ul li:hover .time {
	background: #123C96
}
.adminbuyNews_list ul li:hover .text a.name {
	color: #fff;
	font-weight: bold
}
.adminbuyNews_list ul li:hover .text p {
	color: #fff
}
.adminbuyNews_list ul li:hover .text a.more {
	color: #fff;
	background: url(../images/news_more_on.png) right center no-repeat
}
@media (max-width:1440px) {
	.adminbuym_News .adminbuyNews_list {
		width: 94%
	}
}
@media (max-width:1199px) {
	.adminbuym_News {
		padding: 30px 0 40px
	}
	.adminbuym_News .adminbuyNews_list {
		margin: 50px auto 0
	}
	.adminbuyNews_list ul li {
		margin: 0 2% 40px 0
	}
	.adminbuyNews_list ul li:nth-child(3n+3) {
		margin: 0 0 50px 0
	}
	.adminbuyNews_list ul li .news_text {
		padding: 65px 25px 25px
	}
	.adminbuyNews_list ul li .time p {
		font-size: 26px
	}
}
@media (max-width:1024px) {
	.adminbuyNews_list ul li {
		width: 49%
	}
	.adminbuyNews_list ul li:nth-child(3n+3) {
		margin: 0 2% 40px 0
	}
	.adminbuyNews_list ul li:nth-child(2n+2) {
		margin: 0 0 40px 0
	}
}
@media (max-width:767px) {
	.adminbuym_News {
		padding: 20px 0 40px
	}
	.adminbuyNews_list ul li {
		width: 100%;
		margin: 0 0 60px 0
	}
	.adminbuyNews_list ul li:last-child {
		margin: 0 0 40px 0
	}
	.adminbuyNews_list ul li .time {
		left: 5%
	}
	.adminbuyNews_list ul li .news_text {
		padding: 70px 5% 35px
	}
	.adminbuyNews_list ul li .text a.name {
		font-size: 18px
	}
}
@media (max-width:375px) {
	.adminbuym_News {
		padding: 0 0 40px
	}
	.adminbuyNews_list ul li {
		margin: 0 0 40px 0
	}
	.adminbuyNews_list ul li .time {
		top: -15px;
		padding: 10px 12px
	}
	.adminbuyNews_list ul li .time span {
		font-size: 16px
	}
	.adminbuyNews_list ul li .time p {
		font-size: 24px;
		line-height: 20px
	}
}
.admin_NyNewsdetail {
	width: 1400px;
	overflow: hidden;
	margin: 30px auto 20px;
	padding: 0;
	background: #fff
}
.admin_NyNewsdetail .NyNewsdetail_title {
	width: 100%;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 4%;
	background: #123C96
}
.admin_NyNewsdetail .NyNewsdetail_title:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 30px;
	background: #fff;
	margin-right: 2%;
	vertical-align: middle
}
.admin_NyNewsdetail .contmain {
	width: 100%;
	margin: 0 auto;
	padding: 30px 3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.admin_NyNewsdetail .NyNewsdetail_tips {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 25px;
	color: #999;
	font-size: 15px;
	margin: 0 auto 30px
}
.admin_NyNewsdetail .NyNewsdetail_tips ul li {
	width: 20%;
	border-radius: 30px;
	padding: 5px 0 5px 0;
	margin: 0 1% 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #777
}
.admin_NyNewsdetail .NyNewsdetail_tips ul li span {
	width: auto;
	border-radius: 30px;
	display: inline-block;
	margin: 0 0 0 4%;
	text-align: center
}
.admin_NyNewsdetail .NyNewsdetail_con {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
	color: #565656;
	font-size: 16px;
	text-align: justify;
	overflow-wrap: break-word;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	line-height: 32px;
	margin: 32px 0 24px;
}
.NyNewsdetail_con p,
.NyNewsdetail_con div,
.NyNewsdetail_con table,
.NyNewsdetail_con tr,
.NyNewsdetail_con td,
.NyNewsdetail_con video,
.NyNewsdetail_con img {
	max-width: 100% !important;
	max-height: 100% !important;
	line-height: 30px
}
.fvopvideo {
	width: 80% !important;
	height: 480px !important;
	margin: 0 auto 20px;
	position: relative;
	z-index: 99
}
.admin_NyNewsdetail .admin_PrevNext {
	margin: 40px auto 0
}
.admin_PrevNext i {
	display: block;
	width: 100%;
	height: 27px;
	margin: 20px auto;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	position: relative
}
.admin_PrevNext i:before {
	content: "";
	width: 47%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%
}
.admin_PrevNext i:after {
	content: "";
	width: 47%;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%
}
.admin_PrevNext {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff
}
.admin_PrevNext ul li {
	width: 50%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.admin_PrevNext ul li a {
	line-height: 40px;
	color: #666;
	font-size: 16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.admin_PrevNext ul li:last-child {
	text-align: right
}
.admin_PrevNext ul li:hover a {
	color: #123C96
}
@media (max-width:1440px) {
	.admin_NyNewsdetail {
		width: 94%
	}
}
@media screen and (max-width:1439px) and (min-width:1281px) {
	.admin_NyNewsdetail .ot_time ul li {
		width: 25%
	}
	.admin_NyNewsdetail .ot_time ul li span {
		width: 68%
	}
}
@media (max-width:1280px) {
	.NyNewsdetail_con p,
	.NyNewsdetail_con div {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		color: #565656;
		font-size: 16px;
		text-align: justify;
		text-indent: 0;
		margin: 0 auto;
		padding: 0
	}
	.NyNewsdetail_con .img {
		width: 80%;
		text-align: center
	}
	.NyNewsdetail_con p span,
	.NyNewsdetail_con span,
	.NyNewsdetail_con p em,
	.NyNewsdetail_con em {
		color: #565656 !important;
		font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
		font-size: 16px !important
	}
	.NyNewsdetail_con table tr td p {
		text-indent: 0 !important
	}
	.NyNewsdetail_con img {
		display: inline-block;
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		margin: 0 auto;
		padding: 0;
		text-indent: 0 !important
	}
}
@media screen and (max-width:1279px) and (min-width:1201px) {
	.admin_NyNewsdetail .ot_time ul li {
		width: 25%
	}
	.admin_NyNewsdetail .ot_time ul li span {
		width: 68%
	}
}
@media (max-width:1200px) {
	.admin_NyNewsdetail {
		margin: 10px auto 20px
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 25%
	}
	.admin_NyNewsdetail .ot_time ul li span {
		width: 68%
	}
}
@media (max-width:1080px) {
	.admin_NyNewsdetail .NyNewsdetail_title {
		font-size: 28px
	}
	.admin_NyNewsdetail .admin_PrevNext {
		margin: 20px auto 0
	}
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 22%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 28%
	}
}
@media (max-width:1024px) {
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 25%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 30%
	}
}
@media screen and (max-width:1023px) and (min-width:801px) {
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 29%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 36%
	}
}
@media (max-width:800px) {
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 30%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 36%
	}
	.fvopvideo {
		width: 100% !important;
		height: 400px !important
	}
}
@media (max-width:768px) {
	.admin_NyNewsdetail {
		width: 92%;
		margin: 20px auto 0
	}
	.admin_NyNewsdetail .NyNewsdetail_title {
		font-size: 24px;
		line-height: 42px
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 38%
	}
	.admin_NyNewsdetail .NyNewsdetail_con {
		width: 100%;
		min-height: 300px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		line-height: 28px;
		color: #565656;
		font-size: 15px;
		text-align: justify
	}
	.NyNewsdetail_con p,
	.NyNewsdetail_con div {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #565656;
		font-size: 15px;
		text-align: justify;
		text-indent: 0;
		padding: 0
	}
	.NyNewsdetail_con p span,
	.NyNewsdetail_con span,
	.NyNewsdetail_con p em,
	.NyNewsdetail_con em {
		color: #565656 !important;
		font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
		font-size: 15px !important
	}
	.admin_NyNewsdetail .admin_PrevNext {
		margin: 0 auto
	}
	.admin_PrevNext i:before,
	.admin_PrevNext i:after {
		width: 45%
	}
	.admin_PrevNext ul li {
		width: 100%;
		text-align: left !important;
		font-size: 15px
	}
	.admin_PrevNext ul li a {
		font-size: 15px
	}
	.fvopvideo {
		height: 260px !important
	}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 49%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 65%
	}
}
@media (max-width:425px) {
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 49%;
		font-size: 14px;
		margin: 0 1% 10px 0
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 65%;
		margin: 0 auto;
		display: inherit
	}
	.admin_NyNewsdetail .NyNewsdetail_tips {
		margin-bottom: 10px
	}
	.admin_PrevNext i:before,
	.admin_PrevNext i:after {
		width: 40%
	}
}
@media screen and (max-width:390px) and (min-width:376px) {
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 54%
	}
}
@media (max-width:375px) {
	.admin_NyNewsdetail .NyNewsdetail_title {
		line-height: 42px;
		font-size: 20px
	}
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 65%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 70%;
		margin: 0 auto
	}
}
@media (max-width:374px) {
	.admin_NyNewsdetail .NyNewsdetail_title {
		line-height: 36px;
		font-size: 18px
	}
	.admin_NyNewsdetail .NyNewsdetail_tips ul li {
		width: 100%;
		padding: 5px 5%
	}
	.admin_NyNewsdetail .ot_time ul li {
		width: 82%
	}
}
#fengye {
	text-align: center;
	margin: 40px auto 0;
	color: #555;
	font-size: 15px
}
.adminbuym_News #fengye {
	margin: 0 auto
}
#fengye table {
	margin: 0 auto
}
#fengye a {
	display: inline-block;
	padding: 0 15px;
	background: #f0f0f0;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #333;
	font-size: 15px
}
#fengye a:hover {
	background: #123C96;
	color: #fff
}
#fengye a.pnnum1 {
	background: #123C96;
	color: #fff
}
#fengye input {
	display: inline-block;
	padding: 0 5px;
	background-color: #123C96;
	width: 40px !important;
	height: 32px !important;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none
}
#fengye .p_input {
	display: inline-block;
	padding: 0 15px;
	background: #ddd;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	color: #333;
	cursor: default
}
.adminbuym_video #fengye {
	margin: 0 auto
}
@media (max-width:767px) {
	#fengye {
		margin: 0 auto;
		font-size: 0
	}
	#fengye input,
	#fengye .p_input {
		display: none
	}
	#fengye a {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		border-radius: 4px
	}
	#fengye a#firstpage,
	#fengye a#uppage,
	#fengye a#downpage,
	#fengye a#endpage {
		display: inline-block
	}
	#fengye table tr td {
		font-size: 0
	}
}
@media (max-width:375px) {
	#fengye {
		margin: 0 auto
	}
}
@media screen and (max-width:374px) and (min-width:321px) {
	#fengye a {
		padding: 0 4%
	}
}
@media (max-width:320px) {
	#fengye {
		margin: 0 auto
	}
	#fengye a {
		padding: 0 12px
	}
}
.adminbuym_products {
	width: 100%;
	background: #f8f8f8
}
.adminbuym_products .pro_main {
	width: 1400px;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminbuym_products .adminbuyPro_Left {
	width: 24%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left
}
.adminbuym_products .adminbuyPro_Right {
	width: 74%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right
}
.adminbuym_products .adminbuyPro_Right ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #fff;
	padding: 20px;
	margin-bottom: 55px;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 5px
}
.adminbuym_products .adminbuyPro_Right ul li:nth-child(3n) {
	margin-right: 0
}
.adminbuym_products .adminbuyPro_Right ul li .pic {
	width: 100%;
	height: 230px;
	position: relative;
	display: block;
	overflow: hidden
}
.adminbuym_products .adminbuyPro_Right ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .6s ease
}
.adminbuym_products .adminbuyPro_Right ul li .name {
	font-size: 16px;
	color: #282828;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .4s ease
}
.adminbuym_products .adminbuyPro_Right ul li p {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 17px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}
.adminbuym_products .adminbuyPro_Right ul li p img {
	margin-right: 8px
}
.adminbuym_products .adminbuyPro_Right ul li .more {
	display: block;
	width: 134px;
	height: 40px;
	background: #eee;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	transition: all .4s ease
}
.adminbuym_products .adminbuyPro_Right ul li .more em {
	display: block;
	width: 9px;
	height: 14px;
	background-size: 100%;
	background: url(../images/jt04.png) center no-repeat;
	margin-left: 14px;
	transition: all .4s ease
}
.adminbuym_products .adminbuyPro_Right ul li:hover .pic img {
	transform: scale(1.1)
}
.adminbuym_products .adminbuyPro_Right ul li:hover .name {
	color: #123C96
}
.adminbuym_products .adminbuyPro_Right ul li:hover .more {
	background: #123C96;
	color: #fff
}
.adminbuym_products .adminbuyPro_Right ul li:hover .more em {
	margin-left: 17px;
	background: url(../images/jt03.png) center no-repeat
}
@media (max-width:1440px) {
	.adminbuym_products .pro_main {
		width: 94%
	}
}
@media (max-width:1366px) {
	.adminbuym_products .adminbuyPro_Right ul li {
		width: 23.5%;
		margin-right: 2%
	}
}
@media (max-width:1280px) {
	.adminbuym_products .pro_main {
		padding: 40px 0
	}
	.adminbuym_products .adminbuyPro_Right ul li {
		width: 32%;
		margin-bottom: 45px
	}
	.adminbuym_products .adminbuyPro_Right ul li:nth-child(4n) {
		margin-right: 2%
	}
	.adminbuym_products .adminbuyPro_Right ul li:nth-child(3n) {
		margin-right: 0
	}
	.adminbuym_products .adminbuyPro_Right ul li .name {
		font-size: 18px
	}
	.adminbuym_products .adminbuyPro_Right ul li p {
		font-size: 15px
	}
	.adminbuym_products .adminbuyPro_Right ul li .more {
		font-size: 15px
	}
	.adminbuym_products .adminbuyPro_Right ul li .more em {
		width: 7px;
		height: 11px;
		background-size: 100%
	}
	.adminbuym_products #fengye {
		margin: 20px auto 0
	}
}
@media (max-width:1080px) {
	.adminbuym_products .adminbuyPro_Left {
		width: 100%
	}
	.adminbuym_products .adminbuyPro_Right {
		width: 100%
	}
}
@media screen and (max-width:880px) {
	.adminbuym_products .adminbuyPro_Right ul li .pic {
		height: 180px;
		padding: 15px
	}
}
@media (max-width:768px) {
	.adminbuym_products .pro_main {
		width: 92%;
		padding: 40px 0
	}
	.adminbuym_products .adminbuyPro_Right ul li {
		width: 48.5%;
		margin-right: 3%
	}
	.adminbuym_products .adminbuyPro_Right ul li:nth-child(3n) {
		margin-right: 3%
	}
	.adminbuym_products .adminbuyPro_Right ul li:nth-child(2n) {
		margin-right: 0
	}
	.adminbuym_products .adminbuyPro_Right ul li .pic {
		height: 200px
	}
	.adminbuym_products .adminbuyPro_Right ul li .name {
		font-size: 16px
	}
	.adminbuym_products .adminbuyPro_Right ul li p {
		font-size: 14px
	}
	.adminbuym_products .adminbuyPro_Right ul li .more {
		font-size: 14px;
		width: 120px;
		transition: all 0s ease
	}
	.adminbuym_products .adminbuyPro_Right ul li .more em {
		margin-left: 7px
	}
	.adminbuym_products .adminbuyPro_Right ul li:hover .more em {
		margin-left: 10px
	}
	.adminbuym_products .adminbuyPro_Right .adminbuy_more {
		margin-top: 10px
	}
	.adminbuym_products #fengye {
		margin: 0 auto
	}
}
@media screen and (max-width:550px) {
	.adminbuym_products .adminbuyPro_Right ul li {
		padding: 15px
	}
	.adminbuym_products .adminbuyPro_Right ul li .pic {
		height: 150px
	}
	.adminbuym_products .adminbuyPro_Right ul li .name {
		font-size: 15px;
		margin: 5px 0
	}
	.adminbuym_products .adminbuyPro_Right ul li p img {
		display: none
	}
}
@media screen and (max-width:413px) {
	.adminbuym_products .adminbuyPro_Right ul li .pic {
		height: 130px
	}
}
.nyPro_list {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding: 0
}
.nyPro_list dl dd {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e6e7ec;
	border-radius: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nyPro_list dl dd:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0)
}
.nyPro_list dl dd:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #123C96;
	position: absolute;
	z-index: 0;
	border-radius: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}
.nyPro_list dl dd:hover:before {
	width: 100%
}
.nyPro_list dl dd .nyProList_img {
	width: 27%;
	height: 220px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nyPro_list dl dd .nyProList_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative
}
.nyPro_list dl dd .nyProList_img a img.nyPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.nyPro_list dl dd:hover .nyProList_img a img.nyPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}
.nyPro_list dl dd .nyProList_img a i {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	background: rgba(0, 0, 0, .3) url(../images/more1.png) center center no-repeat;
	background-size: 48px 48px;
	position: absolute;
	z-index: 2;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.nyPro_list dl dd:hover .nyProList_img a i {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}
.nyPro_list dl dd .nyProList_img a:after {}
.nyPro_list dl dd .nyProList_text {
	width: 73%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
	float: right;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nyPro_list dl dd .nyProList_text .nyProList_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.nyPro_list dl dd .nyProList_text .nyProList_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_name a {
	color: #fff
}
.nyPro_list dl dd .nyProList_text .nyProList_ms {
	width: 100%;
	overflow: hidden;
	margin: 25px auto;
	padding: 0
}
.nyPro_list dl dd .nyProList_text .nyProList_ms p {
	width: 100%;
	height: 75px;
	overflow: hidden;
	line-height: 25px;
	color: #999;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_ms p {
	color: rgba(255, 255, 255, 0.8)
}
.nyPro_list dl dd .nyProList_text .nyProList_tips {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p {
	display: inline-block;
	width: auto;
	max-width: 50%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #aaa;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p em {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 2px 0;
	vertical-align: middle
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:first-child em {
	background: url(../images/icon_a.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(2) em {
	background: url(../images/icon_e.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(3) em {
	background: url(../images/icon_b.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p:nth-child(4) em {
	background: url(../images/icon_d.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd .nyProList_text .nyProList_tips p span,
.nyPro_list dl dd .nyProList_text .nyProList_tips p a {
	color: #333
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p {
	color: rgba(255, 255, 255, 0.8)
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p span,
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p a {
	color: #fff
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:first-child em {
	background: url(../images/icon_a_on.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(2) em {
	background: url(../images/icon_e_on.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(3) em {
	background: url(../images/icon_b_on.png) center center no-repeat;
	background-size: 18px 18px
}
.nyPro_list dl dd:hover .nyProList_text .nyProList_tips p:nth-child(4) em {
	background: url(../images/icon_d_on.png) center center no-repeat;
	background-size: 18px 18px
}
.admin_xgpro {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	background-color: #f5f5f5
}
.admin_xgpro .admin_xgpro_title {
	text-align: center;
	background: #123C96
		/*url(../images/hd_bg.jpg) center center no-repeat*/
	;
	background-size: cover;
	padding: 20px
}
.admin_xgpro .admin_xgpro_title p {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #fff
}
.admin_xgpro .admin_xgpro_title p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/mulu_tlt.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px
}
.admin_xgpro .admin_xgpro_title span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase
}
.admin_xgpro .admin_xgpro_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.admin_xgpro_list ul li {
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
	background-color: #fff;
	border: 1px solid #e6e7ec;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 20px;
	float: left;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.admin_xgpro_list ul li .pic {
	width: 100%;
	height: 230px;
	position: relative;
	display: block;
	overflow: hidden
}
.admin_xgpro_list ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .6s ease
}
.admin_xgpro_list ul li .name {
	font-size: 18px;
	color: #282828;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition: all .4s ease
}
.admin_xgpro_list ul li p {
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}
.admin_xgpro_list ul li p img {
	margin-right: 8px
}
.admin_xgpro_list ul li .more {
	display: block;
	width: 134px;
	height: 40px;
	background: #eee;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	transition: all .4s ease
}
.admin_xgpro_list ul li .more em {
	display: block;
	width: 9px;
	height: 14px;
	background-size: 100%;
	background: url(../images/jt04.png) center no-repeat;
	margin-left: 14px;
	transition: all .4s ease
}
.admin_xgpro_list ul li:hover .pic img {
	transform: scale(1.1)
}
.admin_xgpro_list ul li:hover .name {
	color: #123C96
}
.admin_xgpro_list ul li:hover .more {
	background: #123C96;
	color: #fff
}
.admin_xgpro_list ul li:hover .more em {
	margin-left: 17px;
	background: url(../images/jt03.png) center no-repeat
}
.adminbuym_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	background-color: #fff
}
.adminbuym_Xgwz .adminbuyXgwz_title {
	text-align: center;
	background: #123C96
		/*url(../images/hd_bg.jpg) center center no-repeat*/
	;
	background-size: cover;
	padding: 20px
}
.adminbuym_Xgwz .adminbuyXgwz_title p {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #fff
}
.adminbuym_Xgwz .adminbuyXgwz_title p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/mulu_tlt1.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px
}
.adminbuym_Xgwz .adminbuyXgwz_title span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase
}
.adminbuym_Xgwz .adminbuyXgwz_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 10px 10px;
	min-height: 150px
}
.adminbuym_Xgwz .adminbuyXgwz_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.adminbuym_Xgwz .adminbuyXgwz_list ul li a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #303030;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 10px 0 30px;
	background: #fafafa url(../images/icon4.png) 15px 20px no-repeat;
	background-size: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.adminbuym_Xgwz .adminbuyXgwz_list ul li a:hover {
	color: #123C96;
	background: #f5f5f5 url(../images/icon5.png) 15px 20px no-repeat;
	background-size: 10px 10px
}
@media screen and (max-width:1440px) and (min-width:1360px) {
	.nyPro_list dl dd .nyProList_img {
		width: 28%;
		height: 220px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 72%
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		padding: 0 16px 0 0
	}
}
@media screen and (max-width:1359px) and (min-width:1280px) {
	.nyPro_list {
		margin: 0 auto 40px
	}
	.nyPro_list dl dd .nyProList_img {
		width: 29%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 71%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_ms,
	.nyPro_list ul li .nyProList_text .nyProList_tips {
		margin: 5px auto
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		width: 50%
	}
}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.nyPro_list {
		margin: 0 auto 40px
	}
	.nyPro_list dl dd .nyProList_img {
		width: 31%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 69%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_ms,
	.nyPro_list ul li .nyProList_text .nyProList_tips {
		margin: 5px auto
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		width: 50%
	}
}
@media (max-width:1199px) {
	.nyPro_list {
		margin: 0 auto 40px
	}
	.nyPro_list dl dd .nyProList_img {
		width: 38%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 62%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_ms,
	.nyPro_list ul li .nyProList_text .nyProList_tips {
		margin: 5px auto
	}
	.nyPro_list dl dd .nyProList_text .nyProList_name a {
		font-size: 18px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		height: 30px;
		line-height: 30px;
		width: 50%;
		font-size: 14px
	}
	.adminbuym_Xgwz .Xgwz_tit {
		padding: 12px
	}
	.Xgwz_tit span {
		font-size: 34px
	}
}
@media (max-width:1080px) {
	.nyPro_list dl dd {
		margin: 0 auto 20px
	}
	.nyPro_list dl dd .nyProList_img {
		width: 27%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 73%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_name a {
		font-size: 18px
	}
	.adminbuym_Xgwz {
		margin: 20px auto
	}
	.adminbuym_Xgwz .adminbuyXgwz_title {
		text-align: left;
		padding: 10px 20px;
		background: #123C96
	}
	.adminbuym_Xgwz .adminbuyXgwz_title p {
		display: inline-block;
		margin: 0 10px 0 0;
		font-size: 24px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title span {
		display: inline-block;
		font-size: 18px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title p:before {
		display: none
	}
	.adminbuym_Xgwz .Xgwz_tit {
		padding: 10px 10px 10px 20px
	}
	.adminbuym_Xgwz .adminbuyXgwz_list {
		padding: 20px 20px 10px;
		min-height: auto
	}
	.Xgwz_tit p {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		min-width: 88px;
		margin: 0 10px 0 0;
		padding: 0;
		float: left
	}
	.Xgwz_tit span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 28px
	}
	.adminbuym_Xgwz .Xgwz_list {
		padding: 10px 20px
	}
	.admin_xgpro .admin_xgpro_list {
		padding: 20px 20px 10px
	}
	.admin_xgpro_list ul li {
		width: 49%;
		margin-right: 2%
	}
	.admin_xgpro_list ul li:nth-child(2n+2) {
		margin: 0 0 40px 0
	}
}
@media (max-width:1023px) {
	.nyPro_list dl dd .nyProList_img {
		width: 36%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 64%;
		height: 205px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_ms,
	.nyPro_list ul li .nyProList_text .nyProList_tips {
		margin: 5px auto
	}
	.nyPro_list dl dd .nyProList_text .nyProList_name a {
		font-size: 18px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		height: 30px;
		line-height: 30px;
		width: 50%
	}
	.nyPro_list dl dd .nyProList_text .nyProList_btn {
		position: absolute;
		right: 0;
		bottom: 0;
		width: auto;
		margin: 0
	}
	.adminbuym_Xgwz {
		margin: 20px auto
	}
	.adminbuym_Xgwz .adminbuyXgwz_title {
		text-align: left;
		padding: 10px 20px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title p {
		display: inline-block;
		margin: 0 10px 0 0;
		font-size: 24px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title span {
		display: inline-block;
		font-size: 18px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title p:before {
		display: none
	}
	.adminbuym_Xgwz .Xgwz_tit {
		padding: 10px 10px 10px 20px
	}
	.adminbuym_Xgwz .adminbuyXgwz_list {
		padding: 20px 20px 10px
	}
	.Xgwz_tit p {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		min-width: 88px;
		margin: 0 10px 0 0;
		padding: 0;
		float: left
	}
	.Xgwz_tit span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 28px
	}
	.adminbuym_Xgwz .Xgwz_list {
		padding: 10px 20px
	}
	.admin_xgpro_list ul li {
		width: 49%
	}
	.admin_xgpro_list ul li:nth-child(2n+2) {
		margin: 0 0 60px 0
	}
}
@media (max-width:767px) {
	.nyPro_list {
		margin: 0 auto 20px
	}
	.nyPro_list dl dd {
		margin: 0 auto 20px
	}
	.nyPro_list dl dd .nyProList_img {
		width: 100%;
		height: 280px;
		margin: 0 auto 10px
	}
	.nyPro_list dl dd .nyProList_text {
		width: 100%;
		height: auto;
		padding: 0
	}
	.nyProList_text .nyProList_name a {
		height: 40px;
		line-height: 40px;
		font-size: 18px
	}
	.nyPro_list dl dd .nyProList_text .nyProList_ms {
		margin: 5px auto
	}
	.nyProList_text .nyProList_ms p {
		height: auto;
		max-height: 48px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: inherit
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips {
		margin: 10px auto;
		display: none
	}
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		height: 30px;
		line-height: 30px;
		max-width: 100%
	}
	.nyProList_text .nyProList_tips dl dd {
		width: 48%;
		height: 30px;
		line-height: 30px;
		margin: 0 4% 0 0;
		padding: 0
	}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) {
		margin: 0
	}
	.nyPro_list dl dd .nyProList_text .nyProList_btn {
		width: 100%;
		margin: 0 auto
	}
	.nyProList_text .nyProList_btn a {
		width: 48%;
		height: 40px;
		line-height: 38px;
		margin: 0;
		float: left
	}
	.nyProList_text .nyProList_btn a:first-child {
		margin: 0 4% 0 0
	}
	.nyPro_list dl dd .nyProList_text .nyProList_name a {
		height: auto;
		line-height: 30px;
		font-size: 18px;
		white-space: inherit;
		text-overflow: inherit;
		word-break: break-all
	}
	.adminbuym_Xgwz {
		margin: 20px auto
	}
	.adminbuym_Xgwz .adminbuyXgwz_title {
		text-align: left;
		padding: 10px 20px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title p {
		display: inline-block;
		margin: 0 10px 0 0;
		font-size: 22px
	}
	.adminbuym_Xgwz .adminbuyXgwz_title span {
		display: inline-block;
		font-size: 15px;
		display: none
	}
	.adminbuym_Xgwz .adminbuyXgwz_title p:before {
		display: none
	}
	.adminbuym_Xgwz .Xgwz_tit {
		padding: 10px 10px 10px 20px
	}
	.adminbuym_Xgwz .adminbuyXgwz_list {
		padding: 20px 20px 10px
	}
	.Xgwz_tit p {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		min-width: 88px;
		margin: 0 10px 0 0;
		padding: 0;
		float: left
	}
	.Xgwz_tit span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 24px
	}
	.adminbuym_Xgwz .Xgwz_list {
		padding: 10px 20px
	}
	.admin_xgpro {
		display: none
	}
	.admin_xgpro .admin_xgpro_title p {
		font-size: 22px
	}
	.admin_xgpro_list ul li {
		width: 49%
	}
	.admin_xgpro_list ul li:nth-child(2n+2) {
		margin: 0 0 60px 0
	}
}
@media (max-width:425px) {
	.nyPro_list dl dd .nyProList_text .nyProList_tips p {
		width: 100%
	}
	.admin_xgpro {
		background: #fff
	}
	.admin_xgpro .admin_xgpro_list {
		padding: 20px 0 10px
	}
	.admin_xgpro_list ul li {
		margin: 0 2% 40px 0
	}
	.admin_xgpro_list ul li:nth-child(2n+2) {
		margin: 0 0 40px 0
	}
	.admin_xgpro_list ul li a.more:after {
		left: 38%
	}
}
@media (max-width:375px) {
	.nyPro_list dl dd .nyProList_img {
		height: 252px
	}
	.admin_xgpro_list ul li {
		width: 100%;
		margin: 0 0 40px 0
	}
	.admin_xgpro_list ul li:nth-child(2n+2) {
		margin: 0 0 40px 0
	}
	.admin_xgpro_list ul li a.more:after {
		left: 44%
	}
}
@media (max-width:320px) {
	.nyPro_list dl dd .nyProList_img {
		height: 210px
	}
	.adminbuym_Xgwz .Xgwz_tit {
		padding: 6px 12px
	}
	.Xgwz_tit span {
		font-size: 22px
	}
	.adminbuym_Xgwz .Xgwz_list {
		padding: 10px
	}
}
.h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto 20px
}
.cp_type {}
.cp_type .hd {
	text-align: center;
	background: #123C96
		/*url(../images/hd_bg.jpg) center center no-repeat*/
	;
	background-size: cover;
	padding: 20px
}
.cp_type .hd p {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #fff
}
.cp_type .hd p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/mulu_tlt.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px
}
.cp_type .hd span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase
}
.cp_type .bd {
	padding: 20px 10px 10px;
	background-color: #fff
}
.cp_type .bd ul li {
	margin: 0 auto 10px
}
.cp_type .bd ul li:last-child {
	border: 0
}
.cp_type .bd ul li.on {}
.cp_type .bd ul li p {
	height: 60px;
	line-height: 60px;
	background-color: #fafafa
}
.cp_type .bd ul li p a {
	display: block;
	width: 95%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 60px;
	color: #303030;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../images/mulu1.png) center center no-repeat;
	cursor: pointer;
	float: left
}
.cp_type .bd ul li div {
	display: none
}
.cp_type .bd ul li div a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #666;
	font-size: 15px;
	margin: 0 auto 1px;
	padding: 0 20px 0 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff url(../images/icon4.png) 20px center no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.cp_type .bd ul li div a:first-child {
	border-top: 0
}
.cp_type .bd ul li p:hover,
.cp_type .bd ul li.on p {
	background-color: #123C96
}
.cp_type .bd ul li p:hover a,
.cp_type .bd ul li.on p a {
	color: #fff
}
.cp_type .bd ul li p:hover span {
	background: url(../images/mulu2.png) center center no-repeat
}
.cp_type .bd ul li.on p span {
	background: url(../images/mulu3.png) center center no-repeat
}
.cp_type .bd ul li div a:hover {
	color: #123C96;
	background: #f5f5f5 url(../images/icon5.png) 20px center no-repeat
}
.cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #303030;
	background: #f1f1f1;
	width: 92%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}
.cp_type .bd ul a.ckqb:hover {
	background: #123C96;
	color: #fff
}
.cp_type .bd ul li a.proAllBtn {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #303030;
	font-size: 16px;
	text-align: center;
	background-color: #fafafa;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.cp_type .bd ul li a.proAllBtn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/jt3.png) center center no-repeat;
	margin: -4px 0 0 10px;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.cp_type .bd ul li a.proAllBtn:hover {
	color: #fff;
	background-color: #123C96
}
.cp_type .bd ul li a.proAllBtn:hover i {
	background: url(../images/jt0.png) center center no-repeat;
	margin: -4px 0 0 20px
}
@media screen and (max-width:1440px) and (min-width:1200px) {
	.cp_type .bd ul li p a {
		font-size: 15px
	}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.cp_type .hd {
		padding: 15px
	}
	.cp_type .bd ul li p {
		height: 50px;
		line-height: 50px
	}
	.cp_type .bd ul li p a {
		padding: 0 0 0 12px;
		line-height: 50px;
		font-size: 15px
	}
	.cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
		padding: 0 12px 0 28px
	}
	.cp_type .bd ul li div a {
		background: url(../images/icon4.png) 12px center no-repeat
	}
	.cp_type .bd ul li div a:hover {
		color: #123C96;
		background: url(../images/icon5.png) 12px center no-repeat
	}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.cp_type {
		margin: 0
	}
	.cp_type .hd p:before {
		display: none
	}
	.cp_type .hd {
		background: #123C96 url(../images/mulu3.png) 96.8% center no-repeat;
		padding: 10px 10px 10px 20px;
		text-align: left;
		overflow: hidden
	}
	.cp_type .hd.on {
		background: #123C96 url(../images/mulu4.png) 96.8% center no-repeat
	}
	.cp_type .hd p {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		min-width: 88px;
		margin: 0 10px 0 0;
		padding: 0;
		float: left
	}
	.cp_type .hd span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 18px
	}
	.cp_type .bd {
		display: none;
		padding: 20px 20px 10px
	}
	.cp_type .bd ul li:last-child {
		border: 0
	}
	.cp_type .bd ul li p a {
		width: 90%;
		line-height: 56px;
		font-size: 15px
	}
	.cp_type .bd ul li div a {
		font-size: 14px
	}
	.cp_type .bd ul li p {
		height: 56px;
		line-height: 56px
	}
	.cp_type .bd ul li div a {
		height: 48px;
		line-height: 48px
	}
	.cp_type .bd ul li p span {
		background-size: 20px;
		width: 10%;
		float: right
	}
	.cp_type .bd ul li.on p span {
		background-size: 20px
	}
	.cp_type .bd ul li p:hover span {
		background-size: 20px
	}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.cp_type {
		margin: 0
	}
	.cp_type .hd p:before {
		display: none
	}
	.cp_type .hd {
		background: #123C96 url(../images/mulu3.png) 97% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden
	}
	.cp_type .hd.on {
		background: #123C96 url(../images/mulu4.png) 97% center no-repeat
	}
	.cp_type .hd p {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
		padding: 0
	}
	.cp_type .hd span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 18px
	}
	.cp_type .bd {
		display: none;
		padding: 20px 20px 10px
	}
	.cp_type .bd ul li:last-child {
		border: 0
	}
	.cp_type .bd ul li p a {
		width: 89%;
		line-height: 56px;
		font-size: 15px
	}
	.cp_type .bd ul li div a {
		font-size: 14px
	}
	.cp_type .bd ul li p {
		height: 56px;
		line-height: 56px
	}
	.cp_type .bd ul li div a {
		height: 48px;
		line-height: 48px
	}
	.cp_type .bd ul li p span {
		background-size: 20px;
		width: 11%;
		float: right
	}
	.cp_type .bd ul li.on p span {
		background-size: 20px
	}
	.cp_type .bd ul li p:hover span {
		background-size: 20px
	}
}
@media screen and (max-width:767px) {
	.cp_type {
		margin: 0
	}
	.cp_type .hd p:before {
		display: none
	}
	.cp_type .hd {
		background: #123C96 url(../images/mulu3.png) 97% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden
	}
	.cp_type .hd.on {
		background: #123C96 url(../images/mulu4.png) 97% center no-repeat
	}
	.cp_type .hd p {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
		padding: 0
	}
	.cp_type .hd span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		display: none
	}
	.cp_type .bd {
		display: none;
		padding: 20px 20px 10px
	}
	.cp_type .bd ul li:last-child {
		border: 0
	}
	.cp_type .bd ul li p a {
		width: 85%;
		line-height: 48px;
		font-size: 15px;
		padding: 0 0 0 20px
	}
	.cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
		font-size: 14px
	}
	.cp_type .bd ul li p {
		height: 48px;
		line-height: 48px
	}
	.cp_type .bd ul li p span {
		background-size: 20px;
		width: 15%;
		float: right
	}
	.cp_type .bd ul li.on p span {
		background-size: 20px
	}
	.cp_type .bd ul li p:hover span {
		background-size: 20px
	}
}
@media screen and (max-width:320px) {
	.cp_type .hd {
		padding: 6px 12px
	}
	.cp_type .hd p {
		font-size: 20px;
		margin: 0 5px 0 0
	}
	.cp_type .hd span {
		font-size: 14px
	}
	.cp_type .bd ul li p a {
		width: 83%;
		padding: 0 0 0 12px
	}
	.cp_type .bd ul li p span {
		width: 17%
	}
	.cp_type .bd ul li div a {
		padding: 0 12px 0 28px;
		background: url(../images/icon4.png) 12px center no-repeat
	}
}
.admin_NyProDetail {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fafafa
}
.admin_NyProDetail .adminbuyProDetail_con {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.adminbuyProDetail_con .adminbuyProDetail_left {
	width: 24%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right
}
.adminbuyProDetail_con .adminbuyProDetail_right {
	width: 73%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left
}
.adminbuyProDetail_right .adminbuyProDetail_ConTit {
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.adminbuyProDetail_ConTit p {
	width: 100%;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding: 0 3%;
	border-bottom: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff
}
.adminbuyProDetail_ConTit p:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 27px;
	background: #123C96;
	margin-right: 2%;
	margin-bottom: 4px;
	vertical-align: middle
}
.adminbuyProDetail_right .adminbuyProDetail_ConText {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #555;
	font-size: 15px;
	margin: 0 auto;
	padding: 30px 3%;
	background: #fff;
	overflow-wrap: break-word;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	line-height: 32px;
	margin: 32px 0 24px;
}
.adminbuyProDetail_ConText img,
.adminbuyProDetail_ConText table,
.adminbuyProDetail_ConText tr,
.adminbuyProDetail_ConText td,
.adminbuyProDetail_ConText p,
.adminbuyProDetail_ConText span,
.adminbuyProDetail_ConText div,
.adminbuyProDetail_ConText video,
.adminbuyProDetail_ConText embed {
	max-width: 100% !important;
	max-height: 100%
}
.adminbuyOrder_msg {
	background: #fff
}
.adminbuyOrder_msg #admin_msg.admin_msg {
	width: 70%;
	float: left;
	margin: 0 auto
}
.adminbuyOrder_msg #admin_msg.admin_msg ul {
	width: 100%;
	float: left;
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li h4 {
	display: none !important
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li .msg_ipt1 input,
.adminbuyOrder_msg #admin_msg.admin_msg ul li .msg_option {
	color: #666 !important
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li {
	width: 49%;
	float: left;
	clear: none
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(2n+2) {
	margin-left: 2% !important
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(7),
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(8),
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(9),
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(10) {
	width: 100%
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(10) {
	margin-bottom: 0px !important
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(8),
.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(10) {
	margin-left: 0 !important
}
.adminbuyOrder_msg #admin_msg.admin_msg ul li .msg_ipt1,
.adminbuyOrder_msg #admin_msg.admin_msg ul li .msg_ipt12,
.adminbuyOrder_msg #admin_msg.admin_msg ul li .msg_ipt2 {
	width: 100% !important
}
.adminbuyOrder_msg .admin_msg .msg_btn input {
	margin: 0px 15px 0 0;
	background: #333;
	color: #fff;
	transition: all .4s ease
}
.adminbuyOrder_msg .admin_msg .msg_btn input:hover {
	background: #123C96
}
.adminbuyOrder_msg .msg_btn input.msg_btn1 {
	background: #123C96;
	transition: all .4s ease
}
.adminbuyOrder_msg .msg_btn input.msg_btn1:hover {
	background: #123C96
}
.pd_order {
	width: 28%;
	float: right;
	padding: 68px 3%;
	margin: 20px 2% 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #123C96;
	position: relative
}
.pd_order .pic {
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	left: 25%;
	top: 10%
}
.pd_order .pic span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: circleScale1 4s linear infinite;
	-moz-animation: circleScale1 4s linear infinite;
	-ms-animation: circleScale1 4s linear infinite;
	animation: circleScale1 4s linear infinite
}
.pd_order .pic span:nth-of-type(2) {
	animation-delay: 1s
}
.pd_order .pic span:nth-of-type(3) {
	animation-delay: 2s
}
.pd_order .pic img {
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 13%;
	bottom: 13%
}
.pd_order .txt {
	padding: 20px 0 0;
	color: #fff
}
.pd_order .txt span {
	font-size: 20px;
	display: block
}
.pd_order .txt p {
	font-size: 14px;
	opacity: .8;
	margin: 20px auto 40px
}
.pd_order .txt a {
	display: block;
	width: 110px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	padding-left: 10%;
	margin: 0 auto;
	background: #333 url(../images/pd_order_b.jpg) 18% center no-repeat;
	color: #fff;
	background-size: 15px 11px;
	transition: all .4s ease
}
.pd_order .txt a:hover {
	background: #123C96 url(../images/pd_order_b.jpg) 18% center no-repeat;
	background-size: 15px 11px
}
.adminbuyProDetail_right .admin_PrevNext {
	margin: 0 auto 40px;
	padding: 0 3% 40px
}
@keyframes circleScale1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
#admin_msg input::-webkit-input-placeholder,
#admin_msg textarea::-webkit-input-placeholder {
	color: #666
}
#admin_msg input:-moz-placeholder,
#admin_msg textarea:-moz-placeholder {
	color: #666
}
#admin_msg input::-moz-placeholder,
#admin_msg textarea::-moz-placeholder {
	color: #666
}
#admin_msg input:-ms-input-placeholder,
#admin_msg textarea:-ms-input-placeholder {
	color: #666
}
#admin_msg input::-ms-input-placeholder,
#admin_msg textarea::-ms-input-placeholder {
	color: #666
}
@media (max-width:1440px) {
	.pd_order .pic {
		left: 23%
	}
}
@media screen and (max-width:1399px) and (min-width:1367px) {
	.pd_order {
		padding: 62px 3%
	}
}
@media (max-width:1366px) {
	.pd_order {
		padding: 62px 3%
	}
	.pd_order .pic {
		left: 22%
	}
}
@media (max-width:1308px) {
	.pd_order {
		padding: 72px 3%
	}
}
@media (max-width:1280px) {
	.adminbuyProDetail_right .adminbuyProDetail_ConText {
		width: 100%;
		overflow: hidden;
		line-height: 30px;
		color: #555;
		font-size: 15px;
		margin: 0 auto;
		padding: 30px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff
	}
	.adminbuyProDetail_ConText img,
	.adminbuyProDetail_ConText table,
	.adminbuyProDetail_ConText tr,
	.adminbuyProDetail_ConText td,
	.adminbuyProDetail_ConText p,
	.adminbuyProDetail_ConText span,
	.adminbuyProDetail_ConText div,
	.adminbuyProDetail_ConText video,
	.adminbuyProDetail_ConText embed {
		height: auto !important;
		max-width: 100% !important;
		max-height: 100%;
		line-height: 30px;
		color: #555;
		font-size: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: normal;
		word-break: break-all
	}
	.NyNewsdetail_con p span,
	.NyNewsdetail_con span,
	.NyNewsdetail_con p em,
	.NyNewsdetail_con em {
		color: #565656 !important;
		font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
		font-size: 15px !important
	}
	.pd_order {
		padding: 72px 2%
	}
	.pd_order .pic {
		left: 20%
	}
}
@media (max-width:1200px) {
	.pd_order {
		padding: 62px 3%
	}
	.pd_order .txt a {
		background: #333 url(../images/pd_order_b.jpg) 18% center no-repeat;
		background-size: 15px 11px
	}
}
@media (max-width:1080px) {
	.pd_order {
		padding: 65px 2%
	}
	.adminbuyProDetail_con .adminbuyProDetail_left,
	.adminbuyProDetail_con .adminbuyProDetail_right {
		width: 100%
	}
	.adminbuyProDetail_con .adminbuyProDetail_left {
		margin: 0 auto 20px
	}
	.adminbuyProDetail_ConTit p {
		font-size: 22px
	}
	.pd_order .pic {
		left: 22%
	}
	.pd_order .txt span {
		font-size: 18px
	}
	.pd_order .txt a {
		background: #333;
		padding: 0
	}
}
@media screen and (max-width:955px) and (min-width:824px) {
	.pd_order {
		padding: 75px 2%
	}
}
@media (max-width:800px) {
	.admin_NyProDetail {
		padding: 0
	}
	.adminbuyProDetail_con .adminbuyProDetail_left,
	.adminbuyProDetail_con .adminbuyProDetail_right {
		width: 100%
	}
	.adminbuyProDetail_con .adminbuyProDetail_left {
		margin: 0 auto 20px
	}
	.pd_order .pic {
		left: 14%
	}
}
@media (max-width:767px) {
	.admin_NyProDetail {
		margin: 20px auto;
		padding: 0
	}
	.adminbuyProDetail_con .adminbuyProDetail_left,
	.adminbuyProDetail_con .adminbuyProDetail_right {
		width: 100%;
		margin: 0 auto
	}
	.adminbuyProDetail_con .adminbuyProDetail_right {
		margin: 0 auto 0
	}
	.adminbuyProDetail_right .admin_PrevNext {
		margin: 0 auto;
		padding: 0 3%
	}
	.adminbuyOrder_msg #admin_msg.admin_msg {
		width: 100%
	}
	.adminbuyOrder_msg #admin_msg.admin_msg ul li {
		width: 100%
	}
	.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(2n+2) {
		margin-left: 0 !important
	}
	.pd_order {
		display: none
	}
}
@media (max-width:425px) {
	.admin_NyProDetail {
		background: #fff
	}
	.adminbuyOrder_msg #admin_msg.admin_msg {
		width: 100%
	}
	.adminbuyOrder_msg #admin_msg.admin_msg ul li {
		width: 100%
	}
	.adminbuyOrder_msg #admin_msg.admin_msg ul li:nth-child(2n+2) {
		margin-left: 0 !important
	}
	.pd_order {
		display: none
	}
	.adminbuyProDetail_con .adminbuyProDetail_right {
		margin: 0 auto
	}
}
@media (max-width:320px) {
	.adminbuyOrder_msg #admin_msg.admin_msg .msg_ipt2 input {
		width: 94px !important
	}
}
.pro_detail_main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 40px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.pro_detail_main .NyProDetail_Pic {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.pro_detail_main .pro_detail_img {
	width: 480px;
	height: 480px;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	border: 1px solid #eaeaea;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.pro_detail_img .pro_detail_img_main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative
}
.pro_detail_img_main img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pro_detail_main .pro_detail_text {
	width: 60%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 30px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.pro_detail_text>p {
	width: 100%;
	height: auto;
	min-height: 40px;
	max-height: 80px;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: justify;
	margin: 0 auto 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: inherit;
	overflow: hidden
}
.pro_detail_text em {
	background: #eee;
	width: 100%;
	height: 1px;
	display: block;
	margin: 0 auto 30px;
	position: relative
}
.pro_detail_text em:after {
	content: "";
	display: inline-block;
	width: 20%;
	height: 5px;
	background: #123C96;
	bottom: -3px;
	left: 0;
	position: absolute
}
.pro_detail_text .jyms {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.pro_detail_text .jyms dd {
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.pro_detail_text .jyms dd span {
	color: #303030;
	font-weight: bold
}
.pro_detail_text .jyms dd h1 {
	display: inline
}
.pro_detail_text ul {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
.pro_detail_text ul li {
	width: 24%;
	height: 120px;
	overflow: hidden;
	margin: 0 1% 0 0;
	padding: 20px 0 20px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fafafa
}
.pro_detail_text ul li:nth-child(4) {
	margin: 0
}
.pro_detail_text ul li i {
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%
}
.pro_detail_text ul li:first-child i {
	background: #fff url(../images/icon_pd_a.png) center center no-repeat
}
.pro_detail_text ul li:nth-child(2) i {
	background: #fff url(../images/icon_pd_b.png) center center no-repeat
}
.pro_detail_text ul li:nth-child(3) i {
	background: #fff url(../images/icon_pd_c.png) center center no-repeat
}
.pro_detail_text ul li:nth-child(4) i {
	background: #fff url(../images/icon_pd_d.png) center center no-repeat
}
.pro_detail_text ul li p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #303030;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0
}
.pro_detail_text ul li span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	margin: 0 auto;
	padding: 0 8%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.pro_detail_text .pro_detail_btn {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 0
}
.pro_detail_btn img {
	float: left
}
.pro_detail_btn .txt {
	float: left;
	margin: 32px
}
.pro_detail_btn .txt span {
	font-size: 22px;
	font-weight: bold
}
.pro_detail_btn .txt p {
	font-size: 16px;
	color: #999
}
.pro_detail_btn a {
	display: block;
	width: 20%;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 32px auto;
	padding: 0;
	float: right;
	background: #123C96;
	transition: all .4s ease
}
.pro_detail_btn a:hover {
	background: #123C96
}
.prodetail_img {
	width: 40%;
	height: 440px;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
#preview {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative
}
.list-h li {
	float: left
}
#spec-n5 {
	width: 100%;
	height: 70px;
	margin-top: 10px
}
#spec-left {
	width: 16px;
	height: 70px;
	float: left;
	cursor: pointer;
	margin-top: 3px
}
#spec-right {
	width: 16px;
	height: 70px;
	float: left;
	cursor: pointer;
	margin-top: 3px
}
#spec-list {
	width: 440px;
	float: left;
	margin-left: 2px;
	display: inline
}
#spec-list ul {}
#spec-list ul li {
	float: left;
	display: inline;
	padding: 0;
	width: 18.4%;
	height: 70px;
	margin: 0 2% 0 0
}
#spec-list ul li:last-child {
	margin: 0
}
#spec-list ul li p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ececec;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
#spec-list ul li:hover p {
	border: 1px solid #123C96
}
#spec-list ul li img {
	display: block;
	max-width: 92%;
	max-height: 94%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.jqzoom {
	position: relative;
	width: 100%;
	height: 386px;
	padding: 0;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.jqzoom img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eaeaea;
	display: none;
	text-align: center;
	overflow: hidden;
	left: 102% !important;
	top: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.bigimg {}
.jqZoomPup {
	width: 200px !important;
	height: 200px !important;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/mask.png) 0 0 repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move
}
#spec-list {
	position: relative;
	width: 100%;
	margin: 0
}
#spec-list div {
	width: 100% !important;
	height: 70px !important;
	margin: 0
}
#ceshi {
	display: block;
	margin: auto !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.prodetail_img a.videoIco {
	left: 20px !important;
	bottom: 20px !important;
	z-index: 99 !important
}
.Warning {
	width: 100% !important;
	height: 100% !important
}
@media screen and (max-width:1279px) and (min-width:1200px) {
	.jqzoom {
		height: 328px
	}
	.pro_detail_btn img {
		width: 15%
	}
	.pro_detail_btn .txt {
		margin: 22px
	}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main {
		width: 100%;
		padding: 0
	}
	.prodetail_img {
		width: 45%;
		position: inherit;
		float: left
	}
	#preview,
	#spec-n5,
	#spec-list,
	.jqzoom {
		width: 100%
	}
	.jqzoom {
		height: 335px
	}
	.pro_detail_main .pro_detail_text {
		width: 52%
	}
	.pro_detail_text .pro_detail_btn {
		width: 100%
	}
	.zoomdiv {
		left: 104% !important
	}
	.pro_detail_btn img {
		width: 15%
	}
	.pro_detail_btn .txt {
		margin: 22px
	}
	.pro_detail_btn a {
		width: 16%;
		font-size: 16px
	}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.pro_detail_btn img {
		width: 15%
	}
	.pro_detail_btn .txt {
		margin: 10px
	}
	.pro_detail_btn a {
		width: 16%;
		font-size: 16px;
		margin: 20px auto
	}
	.prodetail_img {
		height: 375px
	}
	.jqzoom {
		height: 330px
	}
}
@media screen and (max-width:1023px) and (min-width:801px) {
	.pro_detail_main {
		width: 100%;
		margin: 0 auto 20px
	}
	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 0 20px
	}
	#preview {
		width: 100%
	}
	.jqzoom {
		width: 100%;
		height: 340px
	}
	.pro_detail_main .pro_detail_text {
		width: 100%;
		padding-top: 0;
		height: auto
	}
	.pro_detail_text>p {
		font-size: 22px;
		line-height: 32px
	}
	.pro_detail_text .jyms {
		margin: 10px auto;
		padding: 12px 16px;
		height: auto
	}
	.pro_detail_text .jyms dd {
		height: auto;
		max-height: 100px
	}
	#spec-n5 {
		width: 100%
	}
	#spec-list {
		width: 100%
	}
	.zoomdiv,
	.jqZoomPup {
		display: none !important
	}
	.pro_detail_btn img {
		display: none
	}
	.pro_detail_btn .txt {
		margin: 10px
	}
	.pro_detail_btn .txt p {
		font-size: 14px
	}
	.pro_detail_btn a {
		width: 20%;
		font-size: 14px;
		margin: 20px auto
	}
}
@media (max-width:800px) {
	.pro_detail_btn img {
		display: block
	}
}
@media (max-width:768px) {
	.pro_detail_main {
		width: 100%;
		margin: 0 auto 20px
	}
	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px
	}
	#preview {
		width: 100%
	}
	.jqzoom {
		width: 100%;
		height: 285px
	}
	.pro_detail_main .pro_detail_text {
		width: 100%;
		padding-top: 0;
		height: auto;
		min-height: 260px;
		padding-bottom: 48px
	}
	.pro_detail_text>p {
		font-size: 22px;
		line-height: 32px
	}
	.pro_detail_text .jyms {
		margin: 10px auto;
		padding: 12px;
		height: auto
	}
	#spec-n5 {
		width: 100%;
		height: 60px
	}
	#spec-list {
		width: 100%
	}
	#spec-list ul li {
		height: 60px
	}
	.zoomdiv,
	.jqZoomPup {
		display: none !important
	}
}
@media screen and (max-width:767px) and (min-width:426px) {
	.pro_detail_btn img {
		display: none
	}
	.pro_detail_btn .txt {
		margin: 0 4% 0 0;
		width: 65%
	}
	.pro_detail_btn a {
		margin: 18px auto;
		width: 30%;
		font-size: 16px
	}
}
@media (max-width:425px) {
	.pro_detail_text ul li {
		width: 49%;
		margin: 0 1% 3px 0
	}
	.pro_detail_text ul li:nth-child(2n+2) {
		margin: 0 0 3px 0
	}
	.pro_detail_text .pro_detail_btn {
		margin: 0 auto
	}
	.pro_detail_btn img {
		display: none
	}
	.pro_detail_btn .txt {
		margin: 22px 4% 0 0;
		width: 65%
	}
	.pro_detail_btn .txt p {
		display: none
	}
	.pro_detail_btn a {
		margin: 18px auto;
		width: 30%;
		font-size: 16px
	}
}
@media (max-width:1440px) {
	.pro_detail_main .NyProDetail_Pic {
		width: 94%
	}
	.admin_NyProDetail .adminbuyProDetail_con {
		width: 94%
	}
}
@media (max-width:1280px) {
	.prodetail_img {
		width: 44%
	}
	.pro_detail_main .pro_detail_text {
		width: 56%
	}
	.pro_detail_text>p {
		font-size: 28px
	}
	.pro_detail_text .jyms p {
		font-size: 15px
	}
}
@media (max-width:1200px) {
	.pro_detail_main {
		margin: 0 auto;
		padding: 40px 0
	}
}
@media (max-width:1080px) {
	.pro_detail_text>p {
		font-size: 22px;
		height: auto;
		min-height: 32px;
		max-height: 64px;
		line-height: 32px;
		margin: 0 auto 20px
	}
}
@media (max-width:800px) {
	.pro_detail_main {
		margin: 0 auto;
		padding: 20px 0
	}
	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		float: inherit
	}
	.pro_detail_main .pro_detail_text {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit
	}
	.jqzoom {
		width: 100%;
		height: 440px
	}
	#spec-n5 {
		height: 88px;
		margin: 10px 0
	}
	#spec-list ul li {
		height: 88px
	}
	.pro_detail_text .jyms {
		padding: 0;
		display: none
	}
}
@media (max-width:767px) {
	.pro_detail_main .NyProDetail_Pic {
		width: 92%
	}
	.admin_NyProDetail {
		margin: 0 auto
	}
	.admin_NyProDetail .adminbuyProDetail_con {
		width: 92%
	}
	.jqzoom {
		width: 100%;
		height: 300px
	}
	#spec-n5 {
		height: 70px;
		margin-top: 10px
	}
	#spec-list ul li {
		height: 70px
	}
	.pro_detail_text>p {
		margin: 0 auto 10px
	}
	.pro_detail_text .jyms p {
		margin: 0 auto 10px
	}
}
@media (max-width:425px) {
	.pro_detail_main .NyProDetail_Pic {
		padding: 0
	}
}
@media (max-width:320px) {
	.jqzoom {
		width: 100%;
		height: 240px
	}
	#spec-n5 {
		height: 60px;
		padding-top: 10px
	}
	#spec-list ul li {
		height: 60px
	}
	.pro_detail_text>p {
		font-size: 18px
	}
}
.adminbuym_video {
	width: 100%;
	background: #f8f8f8;
	padding: 60px 0;
	min-height: 250px
}
.adminbuym_video:before {
	content: "";
	width: 1400px;
	height: 8px;
	background: #123C96;
	display: block;
	margin: 0 auto
}
.adminbuym_video .case_main {
	width: 1400px;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	padding: 60px 3%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminbuym_video ul li {
	width: 31%;
	height: auto;
	margin: 0 3.5% 50px 0;
	padding: 0;
	background-color: #f8f8f8;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminbuym_video ul li:nth-child(3n+3) {
	margin: 0 0 50px
}
.adminbuym_video ul li .adminbuyVideo_img {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	position: relative
}
.adminbuym_video ul li .adminbuyVideo_img a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative
}
.adminbuym_video ul li .adminbuyVideo_img a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.adminbuym_video ul li .adminbuyCase_img a:after {
	background: url(../images/ck_icon.png) center center no-repeat
}
.adminbuym_video ul li .adminbuyVideo_text {
	padding: 20px
}
.admin_honor ul li .adminbuyVideo_text {
	text-align: center
}
.adminbuym_video ul li .adminbuyVideo_text a.VideoName {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #303030;
	font-size: 22px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.admin_honor ul li .adminbuyVideo_text a.VideoName {
	margin: 0 auto 10px
}
.adminbuym_video ul li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4)
}
.adminbuym_video ul li:hover .adminbuyVideo_text a.VideoName {
	color: #123C96
}
.adminbuym_video ul li .adminbuyVideo_text p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin: 10px auto 15px;
	padding: 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.adminbuym_video ul li .adminbuyVideo_text a.VideoBtn {
	display: inline-block;
	width: auto;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #999;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 0 30px;
	border: 1px solid #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminbuym_video ul li .adminbuyVideo_text a.CaseBtn i {
	background: url(../images/jt1.png) center center no-repeat
}
.adminbuym_video ul li:hover .adminbuyVideo_text a.VideoBtn {
	color: #fff;
	border: 1px solid #eceef0;
	background: #123C96
}
.adminbuym_video ul li:hover .adminbuyVideo_text a.CaseBtn i {
	background: url(../images/jt0.png) center center no-repeat;
	margin: -3px 0 0 15px
}
@media (max-width:1440px) {
	.adminbuym_video:before,
	.adminbuym_video .case_main {
		width: 94%
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 280px
	}
}
@media (max-width:1366px) {
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 270px
	}
}
@media (max-width:1280px) {
	.adminbuym_video {
		padding: 40px 0
	}
	.adminbuym_video .case_main {
		padding: 40px 3%
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 250px
	}
}
@media (max-width:1200px) {
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 240px
	}
}
@media (max-width:1080px) {
	.adminbuym_video .case_main {
		padding: 40px 3%
	}
	.adminbuym_video ul li {
		width: 31.333333%;
		height: auto;
		margin: 0 3% 40px 0;
		padding: 0
	}
	.adminbuym_video ul li:nth-child(3n+3) {
		margin: 0 0 40px
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 220px
	}
	.adminbuym_video ul li .adminbuyVideo_text {
		padding: 15px 20px 20px
	}
	.adminbuym_video ul li .adminbuyVideo_text a.VideoName {
		font-size: 18px
	}
	.adminbuym_video ul li .adminbuyVideo_text p {
		margin: 5px auto 15px
	}
}
@media (max-width:1024px) {
	.adminbuym_video .case_main {
		padding: 30px 3%
	}
	.adminbuym_video ul li {
		width: 31.333333%;
		height: auto;
		margin: 0 3% 30px 0;
		padding: 0
	}
	.adminbuym_video ul li:nth-child(3n+3) {
		margin: 0 0 30px
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 210px
	}
}
@media (max-width:800px) {
	.adminbuym_video ul li {
		width: 48.5%;
		height: auto;
		margin: 0 3% 30px 0;
		padding: 0
	}
	.adminbuym_video ul li:nth-child(3n+3) {
		margin: 0 3% 30px 0
	}
	.adminbuym_video ul li:nth-child(2n+2) {
		margin: 0 0 30px
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 230px
	}
}
@media (max-width:768px) {
	.adminbuym_video {
		padding: 20px 0
	}
	.adminbuym_video:before {
		width: 92%
	}
	.adminbuym_video .case_main {
		width: 92%;
		padding: 20px 3%
	}
}
@media (max-width:425px) {
	.adminbuym_video ul li {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 0;
		float: inherit
	}
	.adminbuym_video ul li:nth-child(2n+2),
	.adminbuym_video ul li:nth-child(3n+3) {
		margin: 0 auto 20px
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 230px
	}
	.adminbuym_video ul li .adminbuyVideo_text a.VideoBtn {
		padding: 0 20px
	}
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 220px
	}
}
@media (max-width:375px) {
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 220px
	}
}
@media (max-width:320px) {
	.adminbuym_video ul li .adminbuyVideo_img {
		height: 200px
	}
}
.adminbuym_order {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
	background: #f8f8f8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.adminbuym_order .adminbuyOrder_main {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.adminbuyOrder_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px
}
.adminbuyOrder_msg ul li.adminbuyOrderForm_ipt {
	width: 46%;
	overflow: hidden;
	margin: 0 8% 20px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
	float: left
}
.adminbuyOrder_msg ul li.adminbuyOrderForm_ipt:nth-child(2n+2) {
	margin: 0 0 20px
}
.adminbuyOrder_msg ul li.adminbuyOrderForm_area {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	float: inherit
}
.adminbuyOrder_msg ul li p {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	margin: 0 auto;
	padding: 0
}
.adminbuyOrder_msg ul li p font {
	color: #f00
}
.adminbuyOrder_msg ul li input {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
	border: none;
	background: none;
	outline: none
}
.adminbuyOrder_msg ul li textarea {
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	padding: 10px 0;
	border: none;
	background: none;
	outline: none;
	resize: none
}
.adminbuyOrder_msg .adminbuyOrderForm_btn {
	width: 160px;
	height: 50px;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 0
}
.adminbuyOrder_msg .adminbuyOrderForm_btn input {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	text-indent: 30px;
	margin: 0;
	padding: 0;
	background: #303030 url(../images/jt0.png) 110px 15px no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.adminbuyOrder_msg .adminbuyOrderForm_btn input:hover {
	background: #123C96 url(../images/jt0.png) 110px 15px no-repeat
}
.adminbuym_order .adminbuyOrder_msg .pd_order {
	padding: 52px 5%
}
.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
	width: 190px;
	height: 190px;
	left: 25%;
	top: 5%
}
.adminbuym_order .adminbuyOrder_msg .pd_order .pic img {
	width: 149px;
	height: 149px;
	bottom: 11%
}
.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
	font-size: 30px;
	width: 100%
}
.adminbuym_order .adminbuyOrder_msg .pd_order .txt p {
	font-size: 15px
}
@media (max-width:1440px) {
	.adminbuym_order .adminbuyOrder_main {
		width: 94%
	}
}
@media screen and (max-width:1439px) and (min-width:1367px) {
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 28px
	}
}
@media (max-width:1366px) {
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 34px 5%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt {
		padding: 180px 0 0
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 28px
	}
}
@media screen and (max-width:1323px) and (min-width:1281px) {
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 37px 5%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 26px
	}
}
@media (max-width:1280px) {
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 22%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 25px
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 39px 5%
	}
}
@media (max-width:1200px) {
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		margin: 20px 0 20px 2%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 20%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 22px
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt p {
		font-size: 14px
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 44px 4%
	}
}
@media (max-width:1080px) {
	.adminbuym_order {
		padding: 40px 0
	}
	.adminbuyOrder_main {
		padding: 0 0 0 40px
	}
	.adminbuyOrder_msg ul li.adminbuyOrderForm_ipt {
		width: 47%;
		overflow: hidden;
		margin: 0 6% 20px 0
	}
	.adminbuyOrder_msg ul li.adminbuyOrderForm_ipt:nth-child(2n+2) {
		margin: 0 0 20px
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 17%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 22px
	}
}
@media (max-width:1024px) {
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 16%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 21px
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 46px 4%
	}
}
@media screen and (max-width:1023px) and (min-width:955px) {
	.adminbuyOrder_main {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 15%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 46px 2%
	}
}
@media screen and (max-width:954px) and (min-width:824px) {
	.adminbuyOrder_main {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 9%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 56px 2%
	}
}
@media screen and (max-width:823px) and (min-width:801px) {
	.adminbuyOrder_main {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 5%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 45px 2%
	}
}
@media (max-width:800px) {
	.adminbuyOrder_main {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 5%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 46px 2%
	}
}
@media (max-width:768px) {
	.adminbuym_order {
		padding: 20px 0
	}
	.adminbuym_order .adminbuyOrder_main {
		width: 92%;
		margin: 0 auto 20px
	}
	.adminbuyOrder_msg ul li.adminbuyOrderForm_ipt {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 0
	}
	.adminbuyOrder_msg ul li.adminbuyOrderForm_ipt:nth-child(2n+2) {
		margin: 0 auto 20px
	}
	.adminbuyOrder_msg ul li p {
		line-height: 30px
	}
	.adminbuyOrder_msg .adminbuyOrderForm_btn {
		margin: 20px 0 0
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order {
		padding: 50px 3%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .pic {
		left: 1%
	}
	.adminbuym_order .adminbuyOrder_msg .pd_order .txt span {
		font-size: 19px
	}
}
.admin_honor ul li {
	padding: 0 20px
}
.admin_honor ul li .adminbuyVideo_img a img {
	max-width: 94%;
	max-height: 94%;
	width: auto;
	height: auto
}
.admin_honor ul li .adminbuyVideo_img a:after {
	display: none
}
.admin_honor ul li .adminbuyVideo_text {
	border-top: 1px solid #ddd
}
.NylxTitle {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0
}
.NylxTitle span {
	display: block;
	width: 100%;
	height: 56px;
	overflow: hidden;
	line-height: 56px;
	color: rgba(0, 0, 0, 0.06);
	font-family: "Impact";
	font-size: 60px;
	margin: 0 auto;
	padding: 0
}
.NylxTitle p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 34px;
	font-weight: bold;
	margin: -20px auto 10px;
	padding: 0
}
.NylxTitle i {
	display: block;
	width: 60px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #123C96
}
.NyContactUs {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0
}
.NyContactUs .NyContactUs_Infor {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #f9f9f9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.NyContactUs_Infor .NyContactUsInfor_Main {
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0
}
.NyContactUsInfor_Main .NyContactUsInfor_Con {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #fff
}
.NyContactUsInfor_Con .NyContactUs_Ewm {
	width: 28.5%;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 40px;
	background: #123C96
		/*url(../images/bg1.jpg) center center no-repeat*/
	;
	background-size: cover;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.NyContactUs_Ewm p {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0
}
.NyContactUs_Ewm span {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.NyContactUs_Ewm span img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0
}
.NyContactUsInfor_Con .NyContactUs_Lxfs {
	width: 71.5%;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 67px 0;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.NyContactUs_Lxfs ul li {
	width: 33.333333%;
	height: auto;
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid #e6e6e6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.NyContactUs_Lxfs ul li:nth-child(3) {
	border: 0
}
.NyContactUs_Lxfs ul li img {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 20px;
	padding: 0
}
.NyContactUs_Lxfs ul li span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0
}
.NyContactUs_Lxfs ul li p {
	width: 100%;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	color: #999;
	font-size: 18px;
	text-align: center;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0
}
.NyContactUs .NyContactUs_Map {
	width: 1400px;
	height: auto;
	margin: 60px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.NyMap {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.NyMap .dz_map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.NyMap .dz_map #container {
	height: 120%
}
@media (max-width:1560px) {
	.NylxTitle span {
		height: 52px;
		line-height: 52px;
		font-size: 56px
	}
	.NylxTitle p {
		font-size: 34px
	}
	.NyContactUs .NyContactUs_Infor {
		padding: 60px
	}
	.NyContactUs_Infor .NyContactUsInfor_Main {
		width: 100%
	}
	.NyContactUs .NyContactUs_Map {
		width: 100%;
		margin: 60px auto;
		padding: 0 60px
	}
	.NyMap {
		height: 480px
	}
}
@media (max-width:1440px) {
	.NylxTitle span {
		height: 50px;
		line-height: 50px;
		font-size: 52px
	}
	.NylxTitle p {
		font-size: 32px
	}
	.NyContactUs .NyContactUs_Infor {
		padding: 60px 40px
	}
	.NyContactUs .NyContactUs_Map {
		padding: 0 40px
	}
}
@media (max-width:1366px) {
	.NylxTitle {
		margin: 0 auto 30px
	}
	.NylxTitle span {
		height: 44px;
		line-height: 44px;
		font-size: 48px
	}
	.NylxTitle p {
		height: 36px;
		line-height: 36px;
		font-size: 30px
	}
	.NylxTitle i {
		height: 3px
	}
	.NyContactUs_Lxfs ul li span {
		font-size: 16px
	}
	.NyContactUs_Lxfs ul li p {
		font-size: 16px
	}
	.NyMap {
		height: 440px
	}
}
@media (max-width:1280px) {
	.NyContactUsInfor_Con .NyContactUs_Ewm {
		height: 230px;
		padding: 30px
	}
	.NyContactUsInfor_Con .NyContactUs_Lxfs {
		height: 230px;
		padding: 57px 0
	}
	.NyMap {
		height: 400px
	}
}
@media (max-width:1200px) {
	.NylxTitle {
		margin: 0 auto 20px
	}
	.NylxTitle span {
		height: 44px;
		line-height: 44px;
		font-size: 46px
	}
	.NylxTitle p {
		height: 32px;
		line-height: 32px;
		font-size: 28px
	}
	.NylxTitle i {
		width: 56px;
		height: 3px
	}
	.NyMap {
		height: 380px
	}
}
@media (max-width:1080px) {
	.NyContactUs .NyContactUs_Infor {
		padding: 40px
	}
	.NyContactUsInfor_Con .NyContactUs_Ewm {
		height: 220px;
		padding: 20px
	}
	.NyContactUsInfor_Con .NyContactUs_Lxfs {
		height: 220px;
		padding: 52px 0
	}
	.NyContactUs .NyContactUs_Map {
		margin: 40px auto
	}
	.NyMap {
		height: 360px
	}
}
@media (max-width:1024px) {
	.NyMap {
		height: 340px
	}
}
@media (max-width:800px) {
	.NyContactUs .NyContactUs_Infor {
		padding: 40px 30px
	}
	.NyContactUsInfor_Con .NyContactUs_Ewm {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 40px 20px;
		float: inherit
	}
	.NyContactUsInfor_Con .NyContactUs_Lxfs {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 40px 20px;
		float: inherit
	}
	.NyContactUs_Lxfs ul li span {
		font-size: 15px
	}
	.NyContactUs_Lxfs ul li p {
		font-size: 15px
	}
	.NyContactUs .NyContactUs_Map {
		padding: 0 30px
	}
	.NyMap {
		height: 320px
	}
}
@media (max-width:767px) {
	.NylxTitle span {
		height: 32px;
		line-height: 32px;
		font-size: 34px
	}
	.NylxTitle p {
		height: 30px;
		line-height: 30px;
		font-size: 22px;
		margin: -15px auto 10px
	}
	.NylxTitle i {
		width: 48px;
		height: 2px
	}
	.NyContactUs .NyContactUs_Infor {
		padding: 20px 12px
	}
	.NyContactUsInfor_Con .NyContactUs_Ewm {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 20px 20px;
		float: inherit
	}
	.NyContactUsInfor_Con .NyContactUs_Lxfs {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 20px;
		float: inherit
	}
	.NyContactUs_Lxfs ul li {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid #e6e6e6;
		float: inherit
	}
	.NyContactUs_Lxfs ul li img {
		margin: 0 auto 10px
	}
	.NyContactUs .NyContactUs_Map {
		margin: 20px auto;
		padding: 0 12px
	}
	.NyMap {
		height: 300px
	}
}
#KFRightScreen {
	z-index: 999 !important
}
.kfview {
	width: 50px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	border-radius: 20px 0 0 20px;
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.kfview .kfbtn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 10px 10px;
	cursor: pointer
}
.kfbtn p i {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.kfbtn p i.kfhidd {
	background: url(../images/kf_jt1.png) center center no-repeat;
	background-size: 30px
}
.kfbtn:hover p i.kfhidd {
	background: url(../images/kf_jt2.png) center center no-repeat;
	background-size: 30px
}
.kfbtn p i.kfOpen {
	background: url(../images/kf_jt3.png) center center no-repeat;
	background-size: 30px
}
.kfbtn:hover p i.kfOpen {
	background: url(../images/kf_jt4.png) center center no-repeat;
	background-size: 30px
}
.kfview .kfMain {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.kfMain ul li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0
}
.kfMain ul li a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 10px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.kfMain ul li a p {
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd
}
.kfMain ul li:nth-child(1) a {
	padding: 0 10px
}
.kfMain ul li:nth-child(1) a p {
	padding: 5px 0 10px;
	border-top: 1px solid #ddd
}
.kfMain ul li a p i {
	display: block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.kfMain ul li a p i.kfico {
	background: url(../images/kf_ico03.png) center center no-repeat;
	background-size: 30px
}
.kfMain ul li a p i.telIco {
	background: url(../images/kf_ico03.png) center center no-repeat;
	background-size: 30px
}
.kfMain ul li a p i.gzico {
	background: url(../images/kf_ico04.png) center center no-repeat;
	background-size: 27px
}
.kfMain ul li a p i.ddIco {
	background: url(../images/kf_ico05.png) center center no-repeat;
	background-size: 30px
}
.kfMain ul li:hover a p i.kfico {
	background: url(../images/kf_ico3.png) center center no-repeat;
	background-size: 30px
}
.kfMain ul li:hover a p i.telIco {
	background: url(../images/kf_ico3.png) center center no-repeat;
	background-size: 30px
}
.kfMain ul li:hover a p i.gzico {
	background: url(../images/kf_ico4.png) center center no-repeat;
	background-size: 27px
}
.kfMain ul li:hover a p i.ddIco {
	background: url(../images/kf_ico5.png) center center no-repeat;
	background-size: 30px
}
.kfMain ul li.kftop a p {
	border: 0
}
.kfMain ul li.kftop a p span {
	display: none
}
.kfMain ul li.kftop a p i {
	display: block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}
.kfMain ul li.kftop a p i.topico {
	background: url(../images/kf_top1.png) center center no-repeat;
	background-size: 28px
}
.kfMain ul li.kftop:hover a p i.topico {
	background: url(../images/kf_top2.png) center center no-repeat;
	background-size: 28px
}
.kfMain ul li.kfewm a img {
	display: none;
	width: 103px;
	height: 103px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 60px;
	max-width: inherit;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%)
}
.kfMain ul li.kfewm:hover a img {
	display: block
}
.kfMain ul li .pf_tel {
	display: none;
	font-size: 16px;
	color: #666;
	width: 200px;
	height: 102px;
	line-height: 30px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 60px;
	padding: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%)
}
.kfMain ul li .pf_tel b {
	display: block;
	color: #123C96;
	font-size: 20px
}
.kfMain ul li:hover .pf_tel {
	display: block
}
.kfMain ul li a span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 16px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0
}
@media (max-width:1440px) {
	.kfMain ul li.kftop a p i {
		margin: 0 auto
	}
}
@media (max-width:800px) {
	.kfMain ul li.kfewm {
		display: none
	}
}
/*
  使用 .article-content 作为基础选择器，
  这样样式具有良好的可复用性。
*/
.article-content {
	/* 设置文章内容区域的整体字体和颜色 */
	font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
	color: #333;
	/* 深灰色文字，比纯黑更柔和 */
	line-height: 1.8;
	/* 设置一个舒适的行高，增加可读性 */
}
/* --- 样式化内部的各种元素 --- */
/* 段落样式 */
.article-content p {
	margin-top: 0;
	margin-bottom: 20px;
	/* 段落之间增加间距 */
	font-size: 16px;
}
/* ==========================================================================
   文章内容样式 (.article-content)
   - 统一作用域，确保所有样式在 .article-content 容器内生效
   - 优化了选择器，移除了全局污染
   - 整理和注释，方便维护
   ========================================================================== */
/* --- 1. 基础容器和排版 --- */
.article-content {
	position: relative;
	font-size: 16px;
	color: #262626;
	line-height: 1.8;
	word-wrap: break-word;
	/* 确保长单词或URL能正常换行 */
}
/* --- 2. 段落与链接 --- */
.article-content p {
	margin-top: 0;
	/* 避免与标题的 margin-top 叠加 */
	margin-bottom: 20px;
	/* line-height 继承自 .article-content，无需重复设置 */
}
.article-content a {
	color: #206be7;
	text-decoration: none;
	/* 推荐：移除下划线，悬停时再显示 */
}
.article-content a:hover {
	text-decoration: underline;
}
.adminbuy_cn img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}
.adminbuy_cn p {
	text-wrap: inherit !important;
	line-height: 30px
}
.adminbuy_cn p span {
	text-wrap: inherit !important;
}
/* --- 3. 标题 (H1, H2, H3) --- */
/* 统一设置标题的通用边距和行高 */
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 700;
	/* 加粗标题，更醒目 */
	color: #1a1a1a;
}
/* 二级标题 - 带左侧装饰条 */
.article-content h2 {
	font-size: 22px;
	/* 稍微增大字号 */
	padding-left: 12px;
	border-left: 6px solid #4F9CEE;
	/* 边框可以稍细一点 */
}
/* 三级标题 - 加粗强调 */
.article-content h3 {
	font-size: 18px;
	/* 合并了之前的重复规则，保留了加粗效果 */
}
/* --- 4. 引用 (Blockquote) --- */
.article-content blockquote {
	padding: 15px 20px;
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #555555;
	background-color: #f5f5f5;
	border-left: 5px solid #ccc;
	/* 通常引用只用左边框强调 */
	border-radius: 3px;
}
/* 清除引用内段落的默认边距，让其与引用框贴合 */
.article-content blockquote p {
	margin: 0;
}
/* --- 5. 媒体元素 (图片, 视频等) --- */
/* --- 5. 媒体元素 (图片, 视频等) --- */
.article-content img,
.article-content video,
.article-content audio,
.article-content embed,
.article-content iframe {
	/* 关键点1：将元素转换为块级元素，这是使用 margin auto 实现居中的前提 */
	display: block;
	/* 关键点2：设置左右外边距为 auto，实现水平居中 */
	/* 同时设置一个合适的上下外边距，让图片与上下文有呼吸感 */
	margin: 20px auto;
	/* 关键点3：实现自适应大小（响应式） */
	max-width: 60% !important;
	height: auto;
	border-radius: 4px;
	/* 可以给圆角稍微大一点，更柔和 */
}
/* --- 6. 代码块 (<pre>) --- */
.article-content pre {
	padding: 20px;
	margin-bottom: 20px;
	overflow: auto;
	word-break: break-all;
	line-height: 1.5;
	background-color: #f5f2f0;
	border-radius: 3px;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	/* 使用等宽字体 */
}
/* --- 7. 表格 (Table) --- */
.article-content table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	/* 使用 collapse 模式，边框更简洁 */
	border-spacing: 0;
	font-size: 16px;
	word-break: break-all;
	border: 1px solid #ddd;
	/* 给整个表格一个外边框 */
}
/* 单元格和表头样式 */
.article-content table th,
.article-content table td {
	padding: 10px 12px;
	/* 增大内边距，更舒适 */
	text-align: center;
	border: 1px solid #ddd;
	/* 每个单元格都有边框 */
}
/* 表头样式 */
.article-content table th {
	font-weight: bold;
	background-color: #f9f9f9;
}
/* 斑马条纹 - 奇数行（保持与原样式一致） */
.article-content tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.pagination .st {
	font-family: 宋体
}
.text-secondary {
	text-align: center;
	padding: 20px 0;
}