* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

body {
	color: #333
}

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: 14px/1.5 Microsoft Yahei, 微软雅黑, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif
}

table,
td,
tr,
th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px
}

ol,
ul {
	list-style: none
}

li {
	list-style-type: none
}

img {
	vertical-align: middle;
	border: 0
}

address,
cite,
code,
em,
th,
i {
	font-weight: normal;
	font-style: normal;
	margin-right: 1%;
}

.clear {
	clear: both;
	*zoom: 1
}

.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
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background-color: #e6e6e6;
	border-radius: 0px
}

::-webkit-scrollbar-thumb {
	background-color: #2b3aa1;
	border-radius: 4px
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #2b3aa1;
	border-radius: 4px
}

@font-face {
	font-family: "BEBAS";
	src: url('../fonts/bebas.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: 1450px) {
	.w1400 {
		width: 90%
	}
}

@media screen and (max-width: 1023px) {
	.w1400 {
		width: 94%
	}
}

header .top_one {
	width: 100%;
	height: 35px;
	/* background: #333; */
	background: linear-gradient(87deg, #4d65af, #21a171, #d7835fbf);
}

header .top_one p {
	color: #fff;
	float: left;
	line-height: 35px
}

header .top_one .top1_r {
	float: right;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	font-size: 16px
}

header .top_one .top1_r img {
	margin-right: 5px
}

header .top_two {
	width: 100%;
	height: 100px;
	padding: 0 3%;
	display: flex;
	align-items: center;
}

header .top_two .logo {
	float: left;
	width: 25%;
}

header .top_two .logo img {
	height: 80px
}

header .top_two nav {
	width: 70%;
	height: 100%;
	float: right;
}

header .top_two nav .nav {
	height: 100%
}

.menu_open {
	display: none
}

header .top_two .nav_ul {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex
}

header .top_two .nav_ul .nav_item {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.nav_item>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 94px;
	color: #555;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative
}

.nav_item>a em {
	display: block;
	width: 0;
	height: 3px;
	overflow: hidden;
	margin: 0;
	background-color: #2b3aa1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}

.nav_item:hover>a,
.nav_item>a.navon {
	color: #2b3aa1
}

.nav_item:hover>a em,
.nav_item>a.navon em {
	width: 50px
}

.mdrop {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #f3f3f3;
	z-index: 10;
	text-align: center;
}

.customer {
	width: 200px !important;
	background-color: rgba(241, 242, 246, 1);
}

.mdr-cont>ul>li {
	display: inline-block;
	width: 100%;
}

.mdr-cont>ul>li:last-child {
	margin-right: 0;
}

.mdr-cont>ul>li>a {
	line-height: 56px;
	font-size: 14px;
	color: #333333;
	padding: 0 6px;
}

.nav_item_open {
	width: 140%;
	height: auto;
	position: absolute;
	left: -20%;
	top: 100px;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(34px);
	transform: translateY(34px);
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}

.mdr-cont>ul>li:hover {
	background-color: #fff;
	border-bottom: none;
}

.mdr-cont>ul>li:hover>a,
.mdr-cont>ul>li.on>a {
	color: #0058a8;
}

.ab_top .nav_item_open {
	background-color: #fff
}

.nav_item:hover .nav_item_open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.subopen {
	display: none
}

.nav_item2 {
	width: 100%
}

.nav_item2 a {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.ab_top .nav_item2 a {
	color: #565656
}

.nav_item2:hover a {
	background-color: #e64b4b;
	color: #fff
}

.hcover {
	display: none
}

.top_ss {
	float: right;
	width: calc(42% - 380px);
}

.top_ss .sr {
	width: 80%;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #999;
	padding-left: 8px;
	border: 1px solid #ededed;
	outline: none
}

.top_ss .tj {
	width: 20%;
	height: 30px;
	float: left;
	border: 1px solid #ededed;
	outline: none;
	border-left: 0;
	background: #fff;
	background: url(../images/serach.png) center center no-repeat
}

@media screen and (max-width: 1299px) {
	header .top_two .logo {
		margin-top: 23px;
	}

	.nav_item>a {
		font-size: 16px
	}

	.top_ss {
		float: right;
		width: calc(42% - 240px);
		margin-top: 35px
	}
}

@media screen and (max-width: 1080px) {
	header .top_two {
		height: 80px
	}

	header .top_two {
		position: relative
	}

	header .top_two .logo {
		margin-top: 10px;
		margin-bottom: 10px
	}

	header .top_two nav {
		width: 100%;
		height: auto;
		position: absolute;
		left: -100%;
		background: #fff
	}

	header .top_two .nav_ul li {
		width: 100%
	}

	.menu_open {
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		padding: 5px 0;
		border: 1px solid #eaeaea;
		position: fixed;
		top: 55px;
		right: 5%;
		box-sizing: border-box;
		z-index: 999999;
		cursor: pointer
	}

	.menu_open i {
		height: 2px;
		width: 50%;
		background-color: #2b3aa1;
		display: block;
		margin: 5px auto
	}

	.menu_open:active {
		background-color: #2b3aa1;
		border: 1px solid #2b3aa1
	}

	.menu_open:active i {
		background-color: #fff
	}

	.nav {
		width: 50%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -50%;
		z-index: 9999999;
		background-color: #2b3aa1
	}

	.hcover {
		display: block;
		width: 50%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		position: fixed;
		right: -50%;
		top: 0;
		z-index: 9999999
	}

	.nav_ul {
		margin: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 10px;
		text-align: left;
		display: block !important
	}

	.nav_item {
		float: none;
		margin: 0;
		width: 100%;
		height: 70px;
		position: relative
	}

	.nav_item:after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 1px solid #17247f
	}

	.nav_item>a {
		display: block;
		height: 70px;
		line-height: 70px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0;
		font-size: 16px;
		color: #fff !important;
		padding: 0 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}

	.nav_item>a:active {
		background-color: #0065a4
	}

	.nav_item>a:after {
		display: none
	}

	.nav_item>a:hover,
	.nav_item>a.navon {
		background: #17247f
	}

	.nav_item:hover>a em,
	.nav_item>a.navon em {
		display: none
	}

	.nav_item i {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: block
	}

	.nav_item i:after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		margin-bottom: -4px;
		border: 1px solid rgba(255, 255, 255, .5);
		border-top: 0;
		border-left: 0;
		position: absolute;
		bottom: 50%;
		right: 22px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.nav_item_open {
		width: 50%;
		height: 100%;
		margin: 0;
		box-shadow: none;
		background-color: #2b3aa1;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		position: fixed;
		left: -50%;
		top: 0;
		border-top: none
	}

	.subopen {
		display: block
	}

	.subopen a {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 16px;
		color: rgba(255, 255, 255, .8);
		background: rgba(0, 0, 0, .1);
		text-indent: 30px;
		position: relative
	}

	.subopen a:before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		bottom: 50%;
		left: 22px;
		margin-bottom: -4px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: 1px solid rgba(255, 255, 255, .5);
		border-right: 0;
		border-bottom: 0
	}

	.nav_item2 {
		position: relative
	}

	.nav_item2 a {
		width: 100%;
		display: block;
		line-height: 30px;
		height: 50px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		margin: 0;
		padding: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #fff;
		font-size: 14px
	}

	.nav_item2:after {
		content: '';
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}

	.top_ss {
		float: right;
		margin-right: 60px;
		width: calc(100% - 340px);
		margin-top: 20px
	}

	.top_ss .sr {
		height: 40px;
		line-height: 40px
	}

	.top_ss .tj {
		height: 40px
	}
}

@media screen and (max-width: 1023px) {
	.menu_open {
		right: 3%
	}
}

@media screen and (max-width: 767px) {
	header .top_one {
		display: none
	}

	.menu_open {
		top: 14px
	}

	.top_ss {
		width: 100%;
		margin: 0 0 10px;
		display: none;
	}

	.ab_about2 ul li .ttx em {
		font-size: 38px !important;
	}
}

.apple-banner {
	width: 100%;
	overflow: hidden
}

.apple-banner .swiper-container1 {
	width: 100%;
	position: relative
}

.apple-banner .swiper-container1 .swiper-slide img {
	width: 100%
}

.apple-banner .swiper-container1 .swiper-button-prev,
.apple-banner .swiper-container1 .swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
	margin: 0
}

.apple-banner .swiper-container1 .swiper-button-prev {
	left: 0
}

.apple-banner .swiper-container1 .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 .swiper-container-horizontal>.swiper-pagination-bullets,
.apple-banner .swiper-pagination-custom,
.apple-banner .swiper-pagination-fraction {
	top: auto;
	bottom: 40px
}

.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: none;
	border: 1px solid #fff;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 0;
	opacity: 1;
	border-radius: 50%
}

.apple-banner .swiper-pagination-bullet-active {
	background: #fff
}

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

	.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.apple-banner .swiper-pagination-custom,
	.apple-banner .swiper-pagination-fraction {
		bottom: 20px
	}

	.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 .swiper-pagination {
		bottom: 12px
	}

	.apple-banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 2px
	}

	.apple-banner .swiper-pagination-bullet span {
		width: 10px;
		height: 10px
	}

	.apple-banner .swiper-pagination-bullet i {
		height: 10px
	}
}

@media screen and (max-width: 600px) {
	.apple-banner .swiper-container1 .swiper-slide {
		overflow: hidden
	}

	.apple-banner .swiper-container1 .swiper-slide img {}
}

@media screen and (max-width: 500px) {
	.apple-banner .swiper-container1 .swiper-slide {}

	.apple-banner .swiper-container1 .swiper-slide img {}
}

@media screen and (max-width: 375px) {
	.apple-banner .swiper-container1 .swiper-slide {}

	.apple-banner .swiper-container1 .swiper-slide img {}
}

@media screen and (max-width: 320px) {
	.apple-banner .swiper-container1 .swiper-slide {}

	.apple-banner .swiper-container1 .swiper-slide img {}
}

.indbt_box {
	font-size: 28px;
	font-weight: bold;
	color: #2b3aa1;
	margin-bottom: 35px
}

.indbt_box span {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
	font-weight: 400
}

@media screen and (max-width: 1023px) {
	.indbt_box {
		margin-bottom: 25px
	}
}

@media screen and (max-width: 767px) {
	.indbt_box {
		margin-bottom: 20px;
		font-size: 24px
	}

	.indbt_box span {
		font-size: 12px
	}
}

.web_tjpro {
	padding: 60px 0 40px;
	background: #f5f5f5;
	position: relative;
	min-height: 400px
}

.web_tjpro ul {
	width: 100%
}

.web_tjpro ul li {
	width: 48.5%;
	height: 260px;
	float: left;
	margin-right: 3%;
	background: #fff;
	padding: 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	transition: all .4s ease
}

.web_tjpro ul li:hover {
	box-shadow: 2px 2px 16px rgba(0, 0, 0, .1)
}

.web_tjpro ul li:nth-child(2n) {
	margin-right: 0
}

.web_tjpro ul li .indtjpro_img {
	display: block;
	position: relative;
	width: 38%;
	height: 100%;
	float: left;
	overflow: hidden
}

.web_tjpro ul li .indtjpro_img img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	transition: all .5s ease
}

.web_tjpro ul li:hover .indtjpro_img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}

.web_tjpro ul li .indtjpro_tit {
	width: 59%;
	float: right
}

.web_tjpro ul li .indtjpro_tit .indtjpro_name {
	font-size: 20px;
	max-width: 100%;
	overflow: hidden;
	display: block;
	transition: all .4s ease
}

.web_tjpro ul li:hover .indtjpro_tit .indtjpro_name {
	color: #2b3aa1
}

.web_tjpro ul li .indtjpro_tit p {
	color: #999;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 20px 0
}

.web_tjpro ul li .indtjpro_tit .indtjpro_more {
	position: relative;
	font-size: 16px;
	transition: all .4s ease
}

.web_tjpro ul li:hover .indtjpro_tit .indtjpro_more {
	color: #2b3aa1
}

.web_tjpro ul li .indtjpro_tit .indtjpro_more:after {
	content: "";
	display: block;
	width: 37px;
	height: 9px;
	background: url(../images/morejt.png) center no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 45px;
	top: 6px;
	transition: left .4s ease
}

.web_tjpro ul li:hover .indtjpro_tit .indtjpro_more:after {
	left: 55px;
	background-position: 0 -9px
}

.indmore_ck {
	display: block;
	width: 20%;
	line-height: 48px;
	font-size: 16px;
	background: #2b3aa1;
	text-align: center;
	color: #fff;
	transition: all .4s ease;
	margin: auto;
	border-radius: 4px;
}

.indmore_ck:hover {
	background: #2b3aa1
}

.indmore_ck img {
	margin-left: 8px;
	transition: all .4s
}

.indmore_ck:hover img {
	margin-left: 12px
}

@media screen and (max-width: 1299px) {
	.web_tjpro ul li {
		margin-bottom: 30px
	}
}

@media screen and (max-width: 1023px) {
	.web_tjpro {
		padding: 40px 0 50px
	}

	.web_tjpro ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}

	.web_tjpro ul li .indtjpro_tit .indtjpro_name {
		font-size: 18px
	}
}

@media screen and (max-width: 767px) {
	.web_tjpro {
		padding: 30px 0 50px
	}

	.indmore_ck {
		width: 200px;
	}
}

@media screen and (max-width: 500px) {
	.web_tjpro ul li {
		display: block !important;
		height: auto
	}

	.web_tjpro ul li .indtjpro_img {
		width: 100%;
		height: 210px;
		margin-bottom: 10px
	}

	.web_tjpro ul li .indtjpro_tit {
		width: 100%
	}

	.web_tjpro ul li .indtjpro_tit .indtjpro_name {
		font-size: 17px
	}

	.web_tjpro ul li .indtjpro_tit p {
		margin: 10px 0;
		height: 50px;
		-webkit-line-clamp: 2
	}
}

/* 
.web_case {
	padding: 80px 0 60px;
	overflow: hidden;
	min-height: 400px
}

.web_case .indcase_box {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px
}

.web_case .indcase_box ul {
	margin-top: 10px
}

.web_case .indcase_box ul li {
	width: 32%;
	float: left;
	position: relative
}

.web_case .indcase_box ul li .indcase_img {
	width: 100%;
	display: block
}

.web_case .indcase_box ul li .indcase_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.web_case .indcase_box ul li em {
	color: #fff;
	font-size: 16px;
	padding: 5px 25px;
	background: rgba(0, 0, 0, .5);
	top: 15px;
	left: 15px;
	position: absolute
}

.web_case .indcase_box ul li .text {
	width: 100%;
	padding: 34px 6%;
	background: #ebebeb;
	transition: all .4s ease
}

.web_case .indcase_box ul li:hover .text {
	background: #2b3aa1
}

.web_case .indcase_box ul li .text a {
	font-size: 20px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	transition:
}

.web_case .indcase_box ul li:hover .text a {
	color: #fff
}

.web_case .indcase_box ul li .text p {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #666
}

.web_case .indcase_box ul li:hover .text p {
	color: #fff
}

.web_case .indcase_box .swiper-pagination-bullet {
	width: 12px;
	height: 12px
}

.web_case .indcase_box .swiper-pagination-bullet-active {
	background: #2b3aa1
}

@media screen and (max-width: 1023px) {
	.web_case {
		padding: 60px 0 30px
	}
}

@media screen and (max-width: 767px) {
	.web_case {
		padding: 50px 0 25px
	}
} */

.web_about {
	padding: 10% 0;
	overflow: hidden;
	background: url(../images/about_bg.jpg) top no-repeat;
	background-size: cover
}

.web_about .text {
	padding: 50px 35px;
	background: rgb(33 161 113 / 40%);
	border-radius: 10px
}

.web_about .text .bt {
	font-weight: 400;
	color: #fff;
	font-size: 38px;
	line-height: 38px;
}

.web_about .text .bt span {
	font-size: 27px;
	letter-spacing: 5px;
}

.web_about .text p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 24px 0 30px
}

.web_about a {
	width: 146px;
	height: 40px;
	line-height: 40px;
	background: #d7835f;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 16px
}

.web_about a img {
	margin-left: 7px;
	transition: all .4s
}

.web_about a:hover img {
	margin-left: 11px
}

@media screen and (max-width: 1023px) {
	.web_about {
		padding: 60px 0
	}
}

@media screen and (max-width: 767px) {
	.web_about {
		padding: 50px 0
	}

	.web_about .text {
		width: 100%;
		padding: 30px
	}

	.web_about .text .bt {
		font-size: 22px
	}

	.web_about .abcont {
		margin: 14px 0 20px
	}
}

.web_new {
	padding: 60px 0 70px;
	overflow: hidden;
	min-height: 400px
}

.web_new ul {
	width: 100%
}

.web_new ul li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 35px 20px;
	position: relative;
	overflow: hidden
}

.web_new ul li:nth-child(4n) {
	margin-right: 0
}

.web_new ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #2b3aa1;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s
}

.web_new ul li:hover:after {
	opacity: 1;
	top: 0
}

.web_new ul li .indnew_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	height: 56px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.web_new ul li:hover .indnew_name {
	color: #fff;
	position: relative;
	z-index: 1
}

.web_new ul li em {
	display: block;
	width: 35px;
	height: 2px;
	background: #2b3aa1;
	margin: 20px 0
}

.web_new ul li:hover em {
	position: relative;
	z-index: 1;
	background: #fff
}

.web_new ul li time {
	color: #999;
	font-size: 16px
}

.web_new ul li:hover time {
	position: relative;
	z-index: 1;
	color: #fff
}

.web_new ul li p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 7px 0 30px
}

.web_new ul li:hover p {
	position: relative;
	z-index: 1;
	color: #fff
}

.web_new ul li .indnew_more {
	color: #2b3aa1;
	font-size: 16px;
	position: relative
}

.web_new ul li:hover .indnew_more {
	position: relative;
	z-index: 1;
	color: #fff
}

.web_new ul li .indnew_more:after {
	content: "";
	display: block;
	width: 22px;
	height: 13px;
	background: url(../images/morejt3.png) center no-repeat;
	position: absolute;
	left: 72px;
	top: 6px;
	transition: all .4s ease
}

.web_new ul li:hover .indnew_more:after {
	background: url(../images/morejt2.png) center no-repeat;
	left: 76px
}

.web_new .indmore_ck {
	position: static;
	margin: 46px auto 0
}

@media screen and (max-width: 1023px) {
	.web_new {
		padding: 40px 0 50px
	}

	.web_new .indmore_ck {
		margin-top: 20px
	}

	.web_new ul li {
		width: 48%;
		margin-bottom: 20px;
		margin-right: 4%
	}

	.web_new ul li:nth-child(4n) {
		margin-right: 4%
	}

	.web_new ul li:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width: 767px) {
	.web_new {
		padding: 30px 0 40px
	}

	.web_new .indmore_ck {
		margin-top: 10px
	}
}

@media screen and (max-width: 500px) {
	.web_new ul li {
		width: 100%;
		margin-right: 0
	}

	.web_new ul li:nth-child(4n) {
		margin-right: 0
	}
}

.mybanner {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.mybanner img {
	display: block;
	overflow: hidden;
	width: 100%
}

@media screen and (max-width: 1199px) and (min-width:1080px) {
	.mybanner {
		width: 100%;
		height: 300px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative
	}

	.mybanner img {
		display: block;
		overflow: hidden;
	}
}

@media screen and (max-width: 1079px) and (min-width:768px) {
	.mybanner {
		width: 100%;
		height: 260px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative
	}

	.mybanner img {
		display: block;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.mybanner {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0
	}

	.mybanner img {
		display: block;
	}
}

.ab_crumb {
	width: 100%;
	height: 70px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1)
}

.ab_crumb .w1400 {
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}

.ab_crumb .w1400 span {
	color: #999
}

.ab_crumb img {
	margin-right: 7px;
	vertical-align: middle !important
}

.ab_allbox {
	min-height: 400px;
	padding: 60px 0;
}
.ab_allbox .producttop{width: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    max-width: 1400px;
    position: relative;}
.ab_about {
	padding-bottom: 0 !important
}

.ab_aboutbt {
	width: 100%;
	text-align: center
}

.ab_aboutbt p {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase
}

.ab_aboutbt span {
	font-size: 30px
}

.ab_about .nygsjj {
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
}

.ab_about .nygsjj p {
	font-size: 16px;
	line-height: 32px
}

.ab_about .nygsjj p,
.ab_about .nygsjj img,
.ab_about .nygsjj video {
	width: 100% !important;
	max-width: 100%;
	height: auto !important
}

.sbdtxg {
	width: 23px;
	margin: 30px auto 40px
}

.sbdtxg:before {
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	background-image: url(../images/tb35.png);
	background-size: 100% 100%
}

.sbdtxg:after {
	content: "";
	display: block;
	margin-top: 4px;
	width: 100%;
	height: 17px;
	background-image: url(../images/tb35h.png);
	background-size: 100% 100%;
	animation: sb1 2s infinite
}
@keyframes sb1 {
	0% {
		opacity: 0;
		transform: translateY(0)
	}

	60% {
		opacity: 1;
		transform: translateY(10px)
	}

	100% {
		opacity: 0;
		transform: translateY(20px)
	}
}

@media screen and (max-width: 1079px) {
	.ab_allbox {
		padding: 40px 0
	}

	.ab_about .ab_aboutbt p {
		font-size: 30px;
		line-height: 30px
	}

	.ab_about .ab_aboutbt span {
		font-size: 34px
	}

	.ab_about .nygsjj {
		margin-top: 20px
	}
}

@media screen and (max-width: 767px) {
	.ab_allbox {
		padding: 35px 0
	}

	.ab_about .ab_aboutbt p {
		font-size: 26px;
		line-height: 26px
	}

	.ab_about .ab_aboutbt span {
		font-size: 26px
	}

	.ab_about .nygsjj {
		margin-top: 10px
	}

	.sbdtxg {
		margin: 20px auto
	}
}

.ab_about2 {
	/* padding: 60px 0; */
	overflow: hidden;
	/* background: url(../images/pro_bg.png) bottom no-repeat; */
	/* background-size: cover */
}

.ab_about2 ul {
	margin-top: 40px
}

.ab_about2 ul li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	background: rgb(255 255 255 / 67%);
	border-radius: 8px;
	padding: 30px 20px;
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s
}

.ab_about2 ul li:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
	transform: translateY(-10px)
}

.ab_about2 ul li:nth-child(4n) {
	margin-right: 0
}

.ab_about2 ul li .ttx {
	position: relative;
	text-align: center;
}

.ab_about2 ul li .ttx em {
	font-size: 55px;
	font-weight: bold;
	background-image: linear-gradient(-35deg, #ffdb9e 10%, #f04113 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-family: none;

}

.ab_about2 ul li em:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(43, 58, 161, .2);
	border-radius: 50%;
	position: absolute;
	right: 22%;
	bottom: 5px;
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	opacity: .5
}

.ab_about2 ul li:hover em:after {
	right: 18%;
	bottom: 0
}

.ab_about2 ul li p {
	font-size: 24px;
	text-align: center;
	margin: 20px 0 10px
}

.ab_about2 ul li span {
	color: #666;
	text-align: center;
	display: block;
	font-size: 16px
}

.ab_about .ab_about2 {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/pro_bg.png) bottom no-repeat;
	background-size: cover
}

.ab_about .ab_about2 ul {
	margin-top: 40px
}

.ab_about .ab_about2 ul li {
	width: 31%;
	margin-right: 2%;
	float: left;
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s
}

.ab_about .ab_about2 ul li:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
	transform: translateY(-10px)
}

.ab_about .ab_about2 ul li:nth-child(4n) {
	margin-right: 0
}

.ab_about .ab_about2 ul li em {
	display: block;
	width: 60px;
	height: 50px;
	margin: 0 auto;
	position: relative
}

.ab_about .ab_about2 ul li em:before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	z-index: 2
}

.ab_about .ab_about2 ul li em:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(43, 58, 161, .2);
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 5px;
	transition-duration: .4s;
	-ms-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	opacity: .5
}

.ab_about .ab_about2 ul li:hover em:after {
	right: 5px;
	bottom: 0
}

.ab_about .ab_about2 ul li:nth-of-type(1) em:before {
	background: url(../images/qywhico.png) no-repeat
}

.ab_about .ab_about2 ul li:nth-of-type(2) em:before {
	background: url(../images/qywhico.png) 0 -45px no-repeat
}

.ab_about .ab_about2 ul li:nth-of-type(3) em:before {
	background: url(../images/qywhico.png) 0 -90px no-repeat
}

.ab_about .ab_about2 ul li:nth-of-type(4) em:before {
	background: url(../images/qywhico.png) 0 -135px no-repeat
}

.ab_about .ab_about2 ul li p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px
}

.ab_about .ab_about2 ul li span {
	color: #666;
	text-align: center;
	display: block;
	font-size: 16px
}

@media screen and (max-width: 1079px) {
	.ab_about2 {
		padding: 50px 0 35px
	}

	.ab_about2 ul {
		margin-top: 30px
	}

	.ab_about2 ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 15px;
		padding: 20px 15px
	}

	.ab_about2 ul li:nth-child(2n) {
		margin-right: 0
	}

	.ab_about .ab_about2 {
		padding: 50px 0 35px
	}

	.ab_about .ab_about2 ul {
		margin-top: 30px
	}

	.ab_about .ab_about2 ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 15px;
		padding: 20px 15px
	}

	.ab_about .ab_about2 ul li:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width: 767px) {
	.ab_about2 {
		padding: 40px 0 25px
	}

	.ab_about2 ul {
		margin-top: 20px
	}

	.ab_about2 ul li p {
		font-size: 20px;
		margin: 10px 0 5px
	}

	.ab_about2 ul li span {
		font-size: 14px
	}

	.ab_about .ab_about2 {
		padding: 40px 0 25px
	}

	.ab_about .ab_about2 ul {
		margin-top: 20px
	}

	.ab_about .ab_about2 ul li {
		width: 100% !important;
	}

	.ab_about .ab_about2 ul li p {
		font-size: 20px;
		margin: 10px 0 5px
	}

	.ab_about .ab_about2 ul li span {
		font-size: 14px
	}
}

.ab_about .ab_about3 {
	padding: 60px 0;
	overflow: hidden;
	background: #2b3aa1
}

.ab_about .ab_about3 .ab_aboutbt p {
	color: #fff
}

.ab_about .ab_about3 .ab_aboutbt span {
	color: #fff
}

.ab_about .ab_about3 .ab_about3lbo {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	padding-bottom: 40px
}

.ab_about .ab_about3 .ab_about3lbo .abhonor {
	height: 270px;
	border-radius: 40px 0 0 0;
	background-color: #fff;
	padding: 30px;
	border-bottom: 3px solid #d24140;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-image: linear-gradient(-45deg, #d24140 45%, #fff 45%);
	background-size: 150% 100%;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s
}

.ab_about .ab_about3 .ab_about3lbo .abhonor:hover {
	background-size: 130% 100%;
	box-shadow: 3px 7px 10px rgba(0, 0, 0, .3);
	transform: translateY(-8px)
}

.ab_about .ab_about3 .abhonor .abhonor_l {
	width: 58%;
	float: left
}

.ab_about .ab_about3 .abhonor .abhonor_l em {
	display: block;
	width: 60px;
	height: 56px;
	background: url(../images/ab_honorico.png) no-repeat
}

.ab_about .ab_about3 .abhonor .abhonor_l p {
	font-size: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0
}

.ab_about .ab_about3 .abhonor .abhonor_l a {
	color: #2b3aa1;
	font-size: 16px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s
}

.ab_about .ab_about3 .abhonor:hover .abhonor_l a {
	font-weight: bold
}

.ab_about .ab_about3 .abhonor .honorimg {
	display: block;
	width: 40%;
	height: 100%;
	position: relative;
	float: right
}

.ab_about .ab_about3 .abhonor .honorimg img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%
}

.ab_about .ab_about3 .ab_about3lbo .swiper-pagination {
	width: 100%;
	height: 12px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0 !important
}

.ab_about .ab_about3 .ab_about3lbo .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0.5;
	background-color: #fff
}

.ab_about .ab_about3 .ab_about3lbo .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1
}

@media screen and (max-width: 1079px) {
	.ab_about .ab_about3 {
		padding: 40px 0
	}

	.ab_about .ab_about3 .ab_about3lbo .abhonor {
		height: 320px
	}
}

@media screen and (max-width: 767px) {
	.ab_about .ab_about3 {
		padding: 35px 0
	}

	.ab_about .ab_about3 .ab_about3lbo .abhonor {
		height: 270px;
		padding: 15px
	}

	.ab_about .ab_about3 .abhonor .abhonor_l p {
		font-size: 16px
	}

	.ab_about .ab_about3 .abhonor .abhonor_l a {
		font-size: 14px
	}
}

.ab_allbox .pro_left {
	flex: 0 0 23%;
    position: sticky;
    top: 0;
    align-self: flex-start;
	overflow-y: auto;
	z-index: 100;
}

.pro_left .h_left {
	width: 100%;
	margin: 0 auto 20px
}

.pro_left .cp_type {
	background-color: #fff
}

.pro_left .cp_type .hd {
	background: #2b3aa1 url(../images/protype_bt.png) no-repeat 254px 10px;
	padding: 12px 20px 16px 32px;
	position: relative
}

.pro_left .cp_type .hd b {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #fff
}

.pro_left .cp_type .hd:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 48px;
	background: url(../images/lb_line.png) center center no-repeat;
	position: absolute;
	left: 20px;
	top: 24px
}

.pro_left .cp_type .hd b span {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: "BEBAS"
}

.pro_left .cp_type .hd b img {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle
}

.pro_left .cp_type .hd p {
	font-size: 14px;
	color: rgba(255, 255, 255, .35)
}

.pro_left .cp_type .bd {
	border-top: 0;
	padding: 20px 10px 10px;
	background: #fff;
	border: 1px solid #E8EDF2
}

.pro_left .cp_type .bd ul li {
	margin: 0 auto 10px
}

.pro_left .cp_type .bd ul li.on {
	border: 0
}

.pro_left .cp_type .bd ul li p {
	height: 60px;
	line-height: 60px;
	background-color: #f7f7f7;
	position: relative
}

.pro_left .cp_type .bd ul li p a {
	display: block;
	width: 100%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pro_left .cp_type .bd ul li p span {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/mulu1.png) center center no-repeat;
	background-size: 20px 20px
}

.pro_left .cp_type .bd ul li:hover p span {
	background: url(../images/mulu3.png) center center no-repeat;
	background-size: 20px 20px
}

.pro_left .cp_type .bd ul li div {
	display: none
}

.pro_left .cp_type .bd ul li.on div {
	display: block
}

.pro_left .cp_type .bd ul li div a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #454545;
	font-size: 15px;
	margin: 0 auto 1px;
	padding: 0 20px 0 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff url(../images/icon4.png) 20px center no-repeat
}

.pro_left .cp_type .bd ul li div a:first-child {
	border-top: 0
}

.pro_left .cp_type .bd ul li p:hover,
.pro_left .cp_type .bd ul li.on p {
	background-color: #2b3aa1
}

.pro_left .cp_type .bd ul li p:hover a,
.pro_left .cp_type .bd ul li.on p a {
	color: #fff
}

.pro_left .cp_type .bd ul li.on p span {
	background: url(../images/mulu2.png) center center no-repeat;
	background-size: 20px 20px
}

.pro_left .cp_type .bd ul li div a:hover {
	color: #2b3aa1;
	background: url(../images/icon5.png) 20px center no-repeat
}

.pro_left .cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 94%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}

.pro_left .cp_type .bd ul a.ckqb:hover {
	background: #e30614;
	color: #fff
}

.pro_left .cp_type .bd ul .lastflli {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, #65ae46, #1e91c6);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.pro_left .cp_type .bd ul .lastflli:hover {
	background-image: linear-gradient(45deg, #1e91c6, #1e91c6)
}

@media screen and (max-width: 1199px) and (min-width:1080px) {
	.pro_left .cp_type .bd ul li div a {
		padding: 0 20px 0 40px
	}
}

@media screen and (max-width: 1079px) {
	.ab_allbox .pro_left {
		width: 100%;
		margin-bottom: 20px
	}

	.pro_left .cp_type {
		margin: 0
	}

	.pro_left .cp_type .hd {
		background: #2b3aa1 url(../images/down1.png) 96% center no-repeat
	}

	.pro_left .cp_type .hd.on {
		background: #2b3aa1 url(../images/up1.png) 96% center no-repeat
	}
}

@media screen and (max-width: 1023px) {
	.pro_left .cp_type .bd {
		display: none
	}

	.pro_left .cp_type .bd ul li:last-child {
		border: 0
	}

	.pro_left .cp_type .bd ul li p {
		height: 60px;
		line-height: 60px
	}

	.pro_left .cp_type .bd ul li p a {
		width: 90%;
		font-size: 16px;
		line-height: 60px
	}

	.pro_left .cp_type .bd ul li p span {
		width: 10%;
		background-size: 20px
	}

	.pro_left .cp_type .bd ul li.on p span {
		background-size: 16px
	}

	.pro_left .cp_type .bd ul li p:hover span {
		background-size: 16px
	}

	.pro_left .cp_type .hd p:before {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.pro_left .cp_type .bd ul li p a {
		line-height: 48px;
		font-size: 16px
	}

	.pro_left .cp_type .bd ul li div a {
		font-size: 14px
	}

	.pro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px
	}

	.pro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px
	}

	.pro_left .cp_type .bd ul li p span {
		width: 48px;
		height: 48px;
		right: 10px
	}

	.pro_left .cp_type .bd ul li.on p span {
		background-size: 20px
	}

	.pro_left .cp_type .bd ul li p:hover span {
		background-size: 20px
	}
}

@media screen and (max-width: 320px) {
	.pro_left .cp_type .hd {
		background: #2b3aa1 url(../images/down1.png) 96% center no-repeat
	}

	.pro_left .cp_type .hd.on {
		background: #2b3aa1 url(../images/up1.png) 96% center no-repeat
	}
}

.ab_allbox .pro_right {
	    flex: 1;
	    min-width: 0;
	    margin-left: 2%;
}

.ab_allbox .pro_right img {
	width: 100%;
}

.ab_allbox .pro_right .nygsjj {
	border: 1px solid #ddd;
	padding: 2%;
}

.ab_allbox .pro_right .nygsjj h3 {
	font-size: 36px;
	font-weight: bold;
	color: rgba(0, 70, 156, 1);
}

.ab_allbox .pro_right .nygsjj .text p {
	padding: 2% 0;
	line-height: 2;
	font-size: 18px;
}

.pro_right .pro_list {
	width: 100%;
	height: auto;
	margin: 0 auto -20px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.pro_list ul {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.pro_list ul li {
	width: 32%;
	height: auto;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(20, 49, 49, 0.1);
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.pro_list ul li:nth-child(3n+3) {
	margin: 0 0 20px
}

.pro_list ul li .abpro_con {
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.pro_list ul li .abpro_con .abpro_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}

.pro_list ul li .abpro_con .abpro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.pro_list ul li .abpro_con .abpro_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
}

.pro_list ul li:hover .abpro_con .abpro_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.pro_list ul li .abpro_con .abpro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px auto 0;
	padding: 0;
	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
}

.pro_list ul li .abpro_con .abpro_name a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0
}

.pro_list ul li .abpro_con .abpro_name a i {
	display: none
}

.pro_list ul li .abpro_con .abpro_name em {
	display: block;
	width: 30px;
	height: 2px;
	overflow: hidden;
	background-color: #2b3aa1;
	margin: 8px auto 0;
	padding: 0
}

.pro_list ul li:hover .abpro_con {
	padding: 10px
}

.pro_list ul li:hover .abpro_con .abpro_name {
	height: 100%;
	padding: 104px 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0, .4);
	margin-top: 0
}

.pro_list ul li:hover .abpro_con .abpro_name a {
	height: auto;
	color: #fff
}

.pro_list ul li:hover .abpro_con .abpro_name a i {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
	background: url(../images/more1.png) center center no-repeat;
	background-size: 50px 50px
}

.pro_list ul li:hover .abpro_con .abpro_name em {
	background-color: #fff
}

.ab_allbox .pro_right .height {
	height: 20px
}

@media screen and (max-width: 1360px) {
	.pro_list ul li .abpro_con .abpro_name a {
		font-size: 15px
	}

	.pro_list ul li .abpro_con {
		height: 240px
	}

	.pro_list ul li .abpro_con .abpro_img {
		height: 180px
	}

	.pro_list ul li:hover .abpro_con .abpro_name {
		padding: 50px 10px 10px
	}
}

@media screen and (max-width: 1280px) {
	.pro_list ul li:hover .abpro_con .abpro_name a i {
		margin: 0 auto 20px
	}
}

@media screen and (max-width: 1079px) {
	.ab_allbox .pro_right {
		width: 66%
	}

	.pro_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0
	}

	.pro_list ul li:nth-child(3n+3) {
		margin: 0 3% 20px 0
	}

	.pro_list ul li:nth-child(2n+2) {
		margin: 0 0 20px
	}

	.pro_list ul li .abpro_con {
		height: 300px
	}

	.pro_list ul li .abpro_con .abpro_img {
		height: 252px
	}

	.pro_list ul li:hover .abpro_con .abpro_name {
		padding: 90px 10px 10px
	}
}

@media screen and (max-width: 1023px) {
	.ab_allbox .pro_right {
		width: 100%
	}

	.pro_right .pro_list {
		margin: 0 auto -30px
	}

	.pro_list ul li {
		margin: 0 3% 30px 0
	}

	.pro_list ul li:nth-child(3n+3) {
		margin: 0 3% 30px 0
	}

	.pro_list ul li:nth-child(2n+2) {
		margin: 0 0 30px
	}

	.pro_list ul li .abpro_con .abpro_img {
		height: 220px
	}
}

@media (max-width: 767px) {
	.pro_right .pro_list {
		margin: 0 auto -20px
	}

	.pro_list ul li {
		width: 100%;
		margin: 0 auto 20px
	}

	.pro_list ul li:nth-child(3n+3) {
		margin: 0 auto 20px
	}

	.pro_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px
	}

	.pro_list ul li .abpro_con .abpro_img {
		height: 230px
	}

	.pro_list ul li:hover .abpro_con .abpro_name a i {
		margin: 0 auto 20px
	}
}

@media (max-width: 320px) {
	.pro_list ul li .abpro_con {
		height: 240px
	}

	.pro_list ul li .abpro_con .abpro_img {
		height: 170px
	}

	.pro_list ul li:hover .abpro_con .abpro_name {
		padding: 60px 10px 10px
	}

	.pro_list ul li .abpro_con .abpro_name a {
		font-size: 14px
	}
}

.cp_type .bd ul li.chakan {
	height: 50px;
	background: #2b3aa1;
	text-align: center
}

.cp_type .bd ul li.chakan a {
	line-height: 50px;
	font-size: 15px;
	color: #fff
}
/* 
.ab_allbox .pro_right {
	width: 74.5%;
	float: right
}

.ab_allbox .pro_right .pro_list2 ul {
	width: 100%
}

.ab_allbox .pro_right .pro_list2 ul li {
	transition: all .3s;
	margin-bottom: 20px;
	width: 100%
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #eaeaea;
	background-color: #fff
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap:hover {
	border: 1px solid #2b3aa1
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_img {
	display: block;
	width: 22%;
	height: 160px;
	overflow: hidden;
	margin: 0 2% 0 0;
	float: left;
	text-align: center
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_img img {
	max-width: 95%;
	max-height: 95%;
	vertical-align: middle;
	webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_img .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.ab_allbox .pro_right .pro_list2 ul li:hover .pro_img img {
	-webkit-transform: scale(1.05) rotate(0deg) translateY(0);
	-ms-transform: scale(1.05) rotate(0deg) translateY(0);
	transform: scale(1.05) rotate(0deg) translateY(0)
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text {
	width: 60%;
	overflow: hidden;
	float: left
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text a.tlt {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #222;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap:hover .pro_text a.tlt {
	color: #2b3aa1
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text p {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others {
	color: #828282;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	overflow: hidden
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others i {
	font-style: normal
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span {
	display: block;
	float: left;
	margin-right: 2%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 32px;
	background: #f1f1f1;
	max-width: 49%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span.cs1 {
	background: #f1f1f1 url(../images/cs1.png) no-repeat 10px center
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span.cs2 {
	background: #f1f1f1 url(../images/cs2.png) no-repeat 10px center
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span.cs3 {
	background: #f1f1f1 url(../images/cs3.png) no-repeat 10px center
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_ck {
	display: block;
	width: 13%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #2b3aa1;
	margin: 55px 0;
	float: right
}

.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_ck img {
	display: inline-block;
	width: 25px;
	height: 7px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	margin: 0px 0 0 8px
 */}

@media screen and (max-width: 1079px) {
	.ab_allbox .pro_right {
		width: 100%
	}

	.ab_allbox .pro_right .pro_list2 ul li {
		margin-top: 20px
	}

	.ab_allbox .pro_right .pro_list2 ul li:first-child {
		margin-top: 30px
	}
}

@media screen and (max-width: 767px) {
	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap {
		padding: 15px
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_img {
		width: 100%;
		height: 250px;
		margin: 0 0 3% 0
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text {
		width: 100%
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_ck {
		display: none
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text a.tlt {
		font-size: 15px
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text p {
		margin-top: 0
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others {
		margin-top: 8px;
		height: auto
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span {
		padding: 0 5%;
		margin-bottom: 6px
	}

	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span.cs1,
	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span.cs2,
	.ab_allbox .pro_right .pro_list2 ul li .pro_wrap .pro_text .others span.cs3 {
		background: #f1f1f1;
		max-width: 100%
	}
}

.ab_wz {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	background: #fff
}

.ab_wz .hd {
	background: #2b3aa1 url(../images/art_bt.png) no-repeat 256px 6px;
	padding: 12px 20px 16px 32px;
	position: relative
}

.ab_wz .hd b {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #fff
}

.ab_wz .hd:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 48px;
	background: url(../images/lb_line.png) center center no-repeat;
	position: absolute;
	left: 20px;
	top: 24px
}

.ab_wz .hd b span {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: "BEBAS"
}

.ab_wz .hd b img {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle
}

.ab_wz .hd p {
	font-size: 14px;
	color: rgba(255, 255, 255, .35)
}

.ab_wz .sanjiao {
	background: url(../images/mulubg.png) center top no-repeat;
	height: 30px;
	width: 100%;
	background-size: cover
}

.ab_wz .abweb_list {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 10px 10px;
	border: 1px solid #E8EDF2
}

.ab_wz .abweb_list ul {
	min-height: 100px
}

.ab_wz .abweb_list ul li {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 15px;
	position: relative;
	margin-bottom: 10px
}

.ab_wz .abweb_list ul li:hover {
	background: #2b3aa1
}

.ab_wz .abweb_list ul li .Xgwz_name {
	display: block;
	max-width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	max-height: 48px;
	line-height: 24px;
	font-size: 16px
}

.ab_wz .abweb_list ul li:hover .Xgwz_name {
	color: #fff;
	text-decoration: underline
}

.ab_wz .abweb_list ul li p {
	color: #999;
	line-height: 28px
}

.ab_wz .abweb_list ul li:hover p {
	color: #fff
}

.ab_wz .abweb_list ul li .Xgwz_more {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background: #999;
	color: #fff;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.ab_wz .abweb_list ul li:hover .Xgwz_more {
	background: #fff;
	color: #2b3aa1
}

.ab_wz .art_an {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #f7f7f7 url(../images/art_jt.png) no-repeat 92% center;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.ab_wz .art_an a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 16px;
	height: 100%
}

.ab_wz .art_an:hover {
	background: #2b3aa1 url(../images/art_jt_hover.png) no-repeat 92% center
}

.ab_wz .art_an:hover a {
	color: #fff
}

@media screen and (max-width: 1079px) {
	.ab_wz .sanjiao {
		display: none
	}
}

@media screen and (max-width: 1023px) {
	.ab_wz .hd {
		background: #2b3aa1 url(../images/art_bt.png) no-repeat 99% 6px
	}

	.ab_wz .art_an {
		background: #f7f7f7 url(../images/art_jt.png) no-repeat 98% center
	}

	.ab_wz .art_an:hover {
		background: #2b3aa1 url(../images/art_jt_hover.png) no-repeat 98% center
	}
}

@media screen and (max-width: 767px) {
	.ab_wz .hd {
		background: #2b3aa1 url(../images/art_bt.png) no-repeat 99% 6px
	}

	.ab_wz .art_an {
		background: #f7f7f7 url(../images/art_jt.png) no-repeat 96% center
	}

	.ab_wz .art_an:hover {
		background: #2b3aa1 url(../images/art_jt_hover.png) no-repeat 96% center
	}

	.ab_wz .abweb_list ul li .Xgwz_name {
		font-size: 14px
	}
}

.ab_contact .lxfsull {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.ab_contact .lxfsull li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #fff;
	padding: 30px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between
}

.ab_contact .lxfsull li:nth-child(3n) {
	margin-right: 0
}

.ab_contact .lxfsull li em {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	float: left
}

.ab_contact .lxfsull li .lxfsullir {
	width: calc(100% - 85px);
	float: right
}

.ab_contact .lxfsull li p {
	color: #999;
	font-size: 16px;
	width: 100%;
	margin-bottom: 5px
}

.ab_contact .lxfsull li span {
	font-size: 17px;
	display: block;
	font-weight: bold;
	word-break: break-all
}

.ab_contact .lxfsull li:nth-of-type(1) span {
	font-weight: 500;
	font-size: 16px
}

.ab_contact .lxfsull li:nth-of-type(1) em {
	background: #2b3aa1 url(../images/contactico.png) no-repeat
}

.ab_contact .lxfsull li:nth-of-type(2) em {
	background: #2b3aa1 url(../images/contactico.png) 0 -70px no-repeat
}

.ab_contact .lxfsull li:nth-of-type(3) em {
	background: #2b3aa1 url(../images/contactico.png) 0 -140px no-repeat
}

.ab_contact .lxfsfoot {
	padding: 15px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
	overflow: hidden;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between
}

.ab_contact .lxfsfoot .lxfsfoot_l {
	width: 40%;
	float: left;
	padding: 30px 0 30px 30px
}

.ab_contact .lxfsfoot .lxfsfoot_l .lxfs_name {
	font-size: 24px;
	color: #2b3aa1;
	margin-bottom: 30px
}

.ab_contact .lxfsfoot .lxfsfoot_l .lxfs_text {
	line-height: 40px;
	font-size: 16px;
	color: #666
}

.ab_contact [onpositionupdate] {
	display: none
}

@media screen and (max-width: 1079px) {
	.ab_contact .lxfsull li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 20px
	}

	.ab_contact .lxfsfoot {
		margin-top: 10px;
		display: block !important
	}

	.ab_contact .lxfsfoot .lxfsfoot_l {
		width: 100%;
		padding: 0 0 20px 0
	}

	.ab_contact .lxfsfoot .lxfsfoot_l .lxfs_name {
		font-size: 22px;
		margin-bottom: 10px
	}

	.ab_contact .lxfsfoot .map_main {
		width: 100%
	}

}

#adminbuy_msg.adminbuy_msg {
	margin: 0 auto !important
}

.adminbuy_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}

.adminbuy_msg h3 {
	display: none !important
}

.adminbuy_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}

#adminbuy_msg.adminbuy_msg ul {
	margin: 0 auto !important
}

.adminbuy_msg ul li {
	width: 100%;
	overflow: hidden;
	line-height: 44px;
	margin: 0 auto 30px !important;
	padding: 0;
	color: #999;
	font-size: 14px
}

.adminbuy_msg ul li:last-child {
	margin: 0 auto !important
}

.adminbuy_msg ul li h4 {
	width: 12% !important;
	height: 44px !important;
	overflow: hidden;
	line-height: 44px !important;
	margin: 0;
	padding: 0 12px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.adminbuy_msg ul li .msg_ipt1,
.adminbuy_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.adminbuy_msg ul li .msg_ipt1,
.adminbuy_msg ul li .msg_ipt12,
.adminbuy_msg ul li .msg_tara {
	width: 88% !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important
}

.adminbuy_msg ul li .msg_ipt1,
.adminbuy_msg ul li .msg_ipt12,
.adminbuy_msg ul li .msg_ipt2 {
	height: 44px !important
}

.adminbuy_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.msg_ipt1 input,
.msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
	height: 44px !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
	font-size: 14px !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
	outline: none !important;
	resize: none !important
}

.adminbuy_msg ul li .msg_ipt1 #selPvc {
	height: 44px !important;
	line-height: 44px !important;
	color: #666 !important;
	font-size: 14px !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	padding: 0 15px !important;
	outline: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.adminbuy_msg ul li .msg_ipt2,
.msg_ipt2 input {
	width: 160px !important
}

.adminbuy_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left
}

.adminbuy_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left
}

.adminbuy_msg ul li a.yzm_img {
	width: 120px !important;
	height: 44px !important
}

.adminbuy_msg ul li a.yzm_img img {
	display: block;
	width: 100% !important;
	height: 100% !important
}

.adminbuy_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	float: left
}

.adminbuy_msg ul li .msg_btn {
	width: 88% !important
}

.msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 0 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left
}

.msg_btn input {
	width: 160px !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 15px !important;
	text-align: center !important;
	border: none !important;
	cursor: pointer !important
}

.msg_btn input:first-child {
	background-color: #2b3aa1 !important
}

@media screen and (max-width: 1079px) and (min-width:1024px) {
	.adminbuy_msg ul li {
		margin: 0 auto 25px !important
	}

	.adminbuy_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 140px !important
	}
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.adminbuy_msg ul li {
		margin: 0 auto 20px !important
	}

	.adminbuy_msg ul li h4 {
		width: 12% !important
	}

	.adminbuy_msg ul li .msg_ipt12,
	.adminbuy_msg ul li .msg_ipt1,
	.adminbuy_msg ul li .msg_tara,
	.adminbuy_msg ul li .msg_btn {
		width: 88% !important
	}
}

@media (max-width: 767px) {
	.adminbuy_eyorder {
		width: 94%;
		margin: 0 auto 40px
	}

	.adminbuy_msg ul li {
		margin: 0 auto 20px !important
	}

	.adminbuy_msg ul li h4 {
		width: 100% !important;
		height: 36px !important;
		line-height: 36px !important;
		text-align: left !important;
		font-size: 16px
	}

	.adminbuy_msg ul li:last-child h4 {
		display: none
	}

	.adminbuy_msg ul li .msg_ipt12,
	.adminbuy_msg ul li .msg_ipt1,
	.adminbuy_msg ul li .msg_tara,
	.adminbuy_msg ul li .msg_btn {
		width: 100% !important;
		background: none;
		padding: 0
	}

	.msg_btn input {
		width: 48% !important;
		margin: 0 4% 0 0 !important
	}

	.msg_btn input:last-child {
		margin: 0 !important
	}
}

.adminbuy_NyNews .webnew_main {
	height: auto;
	padding: 0
}

.webnew_main .webnew_tj {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
	background-color: #f5f5f5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.webnew_tj .webnew_tjimg {
	width: 44.5%;
	height: 322px;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.webnew_tj .webnew_tjimg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.webnew_tj .webnew_tjimg 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
}

.webnew_tj:hover .webnew_tjimg a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.webnew_tj .webnew_tjtext {
	width: 55.5%;
	overflow: hidden;
	margin: 0;
	padding: 20px 40px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.webnew_tj .webnew_tjtext .webnew_tjname {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px auto 0;
	padding: 0
}

.webnew_tj .webnew_tjtext .webnew_tjname a {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis
}

.webnew_tj .webnew_tjtext .webnew_tjname a:hover {
	color: #2b3aa1
}

.webnew_tj .webnew_tjtext .webnew_tjtime {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #999;
	font-size: 16px;
	margin: 12px auto;
	padding: 0
}

.webnew_tj .webnew_tjtext .webnew_tjms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0
}

.webnew_tj .webnew_tjtext .webnew_tjms p {
	width: 100%;
	height: 84px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0
}

.webnew_tj .webnew_tjmore {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 24px 0 0;
	border-top: 1px dashed #ccc
}

.webnew_tj .webnew_tjmore a {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	padding: 0
}

.webnew_tj .webnew_tjmore a i {
	display: inline-block;
	width: 37px;
	height: 9px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 0 0 8px;
	padding: 0;
	background: url(../images/morejt.png) center center no-repeat;
	background-position: 0 0
}

.webnew_tj .webnew_tjmore a:hover {
	color: #2b3aa1
}

.webnew_tj .webnew_tjmore a:hover i {
	background-position: 0 -9px
}

.webnew_main .webnew_list {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0
}

.webnew_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 20px 140px 30px 40px;
	background-color: #f5f5f5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.webnew_list ul li:hover {
	background-color: #2b3aa1
}

.webnew_list ul li .webnew_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}

.webnew_list ul li .webnew_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0
}

.webnew_list ul li:hover .webnew_name a {
	color: #fff
}

.webnew_list ul li .webnew_time {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #999;
	font-size: 14px;
	margin: 0 auto 4px;
	padding: 0
}

.webnew_list ul li:hover .webnew_time {
	color: #fff
}

.webnew_list ul li .webnew_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-left: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.webnew_list ul li .webnew_ms p {
	width: 100%;
	height: 53px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0
}

.webnew_list ul li:hover .webnew_ms p {
	color: #fff
}

.webnew_list ul li .webnew_more {
	width: 99px;
	height: 128px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #dfdfdf;
	position: absolute;
	top: 24px;
	right: 0
}

.webnew_list ul li .webnew_more a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/jt9.png) center center no-repeat
}

.webnew_list ul li:hover .webnew_more {
	border-left: 1px solid #fff
}

.webnew_list ul li:hover .webnew_more a {
	background: url(../images/jt13.png) center center no-repeat
}

.lyNyDown_list ul li {
	margin: 0 auto 20px;
	padding: 20px 120px 20px 20px
}

.lyNyDown_list ul li .webnew_time {
	height: 30px;
	line-height: 30px;
	margin: 0 auto
}

.lyNyDown_list ul li .webnew_more {
	height: 70px;
	margin: 0;
	top: 20px
}

.lyNyDown_list ul li .webnew_more a {
	background: url(../images/jt1.png) center center no-repeat
}

.lyNyDown_list ul li:hover .webnew_more a {
	background: url(../images/jt4.png) center center no-repeat
}

.NyNewsdetail_con .NyDown_btn {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0
}

.NyNewsdetail_con .NyDown_btn a {
	display: block;
	width: 160px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-indent: 0;
	margin: 0 auto;
	padding: 0;
	background-color: #2b3aa1
}

.NyNewsdetail_con .NyDown_btn a:hover {
	background-color: #fe9b02
}

@media screen and (max-width: 1399px) and (min-width:1080px) {
	.webnew_tj .webnew_tjimg {
		width: 38%;
		height: 270px
	}

	.webnew_tj .webnew_tjtext {
		width: 62%;
		height: 270px;
		padding: 20px 40px 20px 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjname a {
		height: 40px;
		line-height: 40px;
		font-size: 22px;
		-webkit-line-clamp: 1
	}

	.webnew_tj .webnew_tjtext .webnew_tjtime {
		margin: 8px auto
	}

	.webnew_tj .webnew_tjtext .webnew_tjms {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjms p {
		height: 56px;
		-webkit-line-clamp: 2
	}

	.webnew_list ul li {
		margin: 0 auto 20px;
		padding: 20px 120px 24px 40px
	}

	.webnew_list ul li .webnew_ms p {
		height: 56px;
		-webkit-line-clamp: 2
	}

	.webnew_list ul li .webnew_more {
		height: 132px;
		top: 22px
	}

	.lyNyDown_list ul li {
		margin: 0 auto 20px;
		padding: 20px 120px 20px 20px
	}

	.lyNyDown_list ul li .webnew_more {
		height: 70px;
		margin: 0;
		top: 20px
	}
}

@media screen and (max-width: 1079px) and (min-width:1024px) {
	.webnew_main .webnew_tj {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjimg {
		width: 37%;
		height: 270px
	}

	.webnew_tj .webnew_tjtext {
		width: 63%;
		height: 270px;
		padding: 20px 40px 20px 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjname a {
		height: 40px;
		line-height: 40px;
		font-size: 22px;
		-webkit-line-clamp: 1
	}

	.webnew_tj .webnew_tjtext .webnew_tjtime {
		margin: 8px auto
	}

	.webnew_tj .webnew_tjtext .webnew_tjms {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjms p {
		height: 56px;
		-webkit-line-clamp: 2
	}

	.webnew_list ul li {
		margin: 0 auto 20px;
		padding: 20px 140px 20px 40px
	}

	.webnew_list ul li .webnew_ms p {
		height: 56px;
		-webkit-line-clamp: 2
	}

	.webnew_list ul li .webnew_more {
		height: 132px;
		top: 22px
	}

	.lyNyDown_list ul li {
		margin: 0 auto 20px;
		padding: 20px 120px 20px 20px
	}

	.lyNyDown_list ul li .webnew_more {
		height: 70px;
		margin: 0;
		top: 20px
	}
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.webnew_main .webnew_tj {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjimg {
		padding: 20px 20px 0 20px
	}

	.webnew_tj .webnew_tjimg,
	.webnew_tj .webnew_tjtext {
		width: 100%;
		height: auto
	}

	.webnew_tj .webnew_tjimg a {
		height: auto
	}

	.webnew_tj .webnew_tjimg a img {
		width: 100%;
		overflow: hidden;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit
	}

	.webnew_tj .webnew_tjtext {
		padding: 0 20px 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjname a {
		max-height: 56px;
		line-height: 28px;
		font-size: 20px;
		-webkit-line-clamp: 2
	}

	.webnew_tj .webnew_tjtext .webnew_tjtime {
		margin: 8px auto
	}

	.webnew_tj .webnew_tjtext .webnew_tjms {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjms p {
		height: auto;
		max-height: 84px;
		-webkit-line-clamp: 3
	}

	.webnew_list ul li {
		margin: 0 auto 20px;
		padding: 20px 100px 20px 20px
	}

	.webnew_list ul li .webnew_name a {
		font-size: 18px
	}

	.webnew_list ul li .webnew_ms p {
		height: 56px;
		-webkit-line-clamp: 2
	}

	.webnew_list ul li .webnew_more {
		width: 79px;
		height: 132px;
		top: 22px
	}

	.lyNyDown_list ul li {
		margin: 0 auto 20px;
		padding: 20px 100px 20px 20px
	}

	.lyNyDown_list ul li .webnew_more {
		height: 70px;
		margin: 0;
		top: 20px
	}
}

@media screen and (max-width: 767px) {
	.adminbuy_NyNews {
		margin: 0 auto 40px
	}

	.webnew_main .webnew_tj {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjimg {
		width: 100%;
		height: auto;
		padding: 20px 20px 0 20px
	}

	.webnew_tj .webnew_tjimg a {
		height: 100%
	}

	.webnew_tj .webnew_tjimg a img {
		width: 100%;
		max-height: 100%;
		object-fit: cover;
		overflow: hidden;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit
	}

	.webnew_tj .webnew_tjtext {
		width: 100%;
		padding: 0 20px 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjname a {
		line-height: 26px;
		font-size: 18px;
		-webkit-line-clamp: 2
	}

	.webnew_tj .webnew_tjtext .webnew_tjtime {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin: 8px auto
	}

	.webnew_tj .webnew_tjtext .webnew_tjms {
		margin: 0 auto 20px
	}

	.webnew_tj .webnew_tjtext .webnew_tjms p {
		height: auto;
		max-height: 72px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 3
	}

	.webnew_tj .webnew_tjmore {
		padding: 12px 0 0
	}

	.webnew_main .webnew_list {
		margin: 0 auto 20px
	}

	.webnew_list ul li {
		margin: 0 auto 20px;
		padding: 15px 20px 20px
	}

	.webnew_list ul li .webnew_name a {
		height: 35px;
		height: 35px
	}

	.webnew_list ul li .webnew_ms p {
		height: 48px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 2
	}

	.webnew_list ul li .webnew_more {
		display: none
	}

	.lyNyDown_list ul li {
		padding: 12px
	}
}

@media screen and (max-width: 320px) {
	.webnew_main .webnew_tj {
		margin: 0 auto 12px
	}

	.webnew_tj .webnew_tjimg,
	.webnew_tj .webnew_tjtext {
		padding: 12px 12px 0 12px
	}

	.webnew_main .webnew_list {
		margin: 0 auto 20px
	}

	.webnew_list ul li {
		margin: 0 auto 12px;
		padding: 12px
	}

	.webnew_list ul li .webnew_name a {
		font-size: 16px
	}

	.webnew_list ul li .webnew_time {
		height: 20px;
		line-height: 20px;
		margin: 0 auto 8px
	}

	.webnew_list ul li .webnew_ms {
		padding: 0 0 0 12px
	}

	.webnew_list ul li .webnew_ms p {
		height: 48px;
		line-height: 24px;
		font-size: 14px
	}
}

.ab_newsdetail_title {
	width: 100%;
	line-height: 35px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	color: #555;
	padding-bottom: 10px
}

.ab_newsdetail_tips {
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px #e6e6e6 dashed;
	text-align: center;
	color: #999999
}

.ab_newsdetail_con {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	margin-top: 30px;
	color: #777777
}

.ab_newsdetail_con p,
.ab_newsdetail_con span {
	line-height: 30px
}

.ab_newsdetail_con img,
.ab_newsdetail_con div,
.ab_newsdetail_con p,
.ab_newsdetail_con span,
.ab_newsdetail_con table,
.ab_newsdetail_con tr,
.ab_newsdetail_con td {
	max-width: 100%;
	height: auto;
	line-height: 30px;
	width: auto !important
}

.ab_prevnext {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f1f1f1
}

.ab_prevnext .Prev,
.ab_prevnext .Next {
	width: 100%;
	float: left;
	height: 26px;
	line-height: 26px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ab_prevnext ul li {
	color: #999;
	width: 49%;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px
}

.ab_prevnext ul li a {
	color: #555
}

.ab_prevnext ul li a:hover {
	color: #2b3aa1
}

.ab_prevnext ul li:nth-of-type(1) {
	float: left
}

.ab_prevnext ul li:nth-of-type(2) {
	float: right;
	text-align: right
}

@media screen and (max-width: 1079px) {
	.ab_prevnext ul li {
		width: 100%;
		float: none !important;
		margin-bottom: 10px;
		font-size: 14px
	}

	.ab_prevnext ul li:nth-of-type(2) {
		text-align: left;
		margin-bottom: 0
	}
}

@media screen and (max-width: 767px) {
	.ab_newsdetail_title {
		font-size: 20px;
		line-height: 30px
	}
}

.pages {
	text-align: center;
	margin: 20px auto 0;
	color: #555;
	font-size: 14px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #555;
	font-size: 14px
}

.pages a:hover {
	background: #2b3aa1;
	color: #ffffff
}

.pages a.pnnum1 {
	background: #2b3aa1;
	color: #ffffff
}

.pages input {
	display: inline-block;
	padding: 0 5px;
	background-color: #2b3aa1;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none
}

.pages .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default
}

.pages .hover {
	background: #2b3aa1;
	color: #ffffff
}

@media screen and (max-width: 767px) {
	.pages {
		font-size: 0
	}

	header .top_two .logo img {
		height: 60px
	}

	.top_ss .sr {
		width: 60%;
	}

	.pages input,
	.pages .p_input {
		display: none
	}

	.pages a {
		height: 40px;
		line-height: 40px;
		padding: 0 20px
	}
}

@media screen and (max-width: 320px) {
	.pages a {
		padding: 0 12px
	}
}

.ab_honor ul li {
	height: 270px;
	border-radius: 40px 0 0 0;
	background-color: #fff;
	padding: 30px;
	border: 3px solid #2b3aa1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-image: linear-gradient(-45deg, #2b3aa1 45%, #fff 45%);
	background-size: 150% 100%;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 30px
}

.ab_honor ul li:nth-child(2n) {
	margin-right: 0
}

.ab_honor ul li:hover {
	background-size: 130% 100%;
	box-shadow: 3px 7px 10px rgba(0, 0, 0, .3);
	transform: translateY(-8px)
}

.ab_honor ul li .abhonor_l {
	width: 58%;
	float: left
}

.ab_honor ul li .abhonor_l em {
	display: block;
	width: 60px;
	height: 56px;
	background: url(../images/ab_honorico.png) no-repeat
}

.ab_honor ul li .abhonor_l p {
	font-size: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0
}

.ab_honor ul li .abhonor_l a {
	color: #2b3aa1;
	font-size: 16px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s
}

.ab_honor ul li:hover .abhonor_l a {
	font-weight: bold
}

.ab_honor ul li .honorimg {
	display: block;
	width: 40%;
	height: 100%;
	position: relative;
	float: right
}

.ab_honor ul li .honorimg img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%
}

.xq_himg {
	display: block;
	width: 100%;
	margin-bottom: 30px
}

.xq_himg img {
	max-width: 80%;
	max-height: 80%;
	margin-left: 50%;
	transform: translateX(-50%)
}

@media screen and (max-width: 1079px) {
	.ab_honor ul li {
		height: 320px;
		padding: 20px
	}

	.ab_honor ul li .abhonor_l {
		width: 50%
	}

	.ab_honor ul li .honorimg {
		width: 48%
	}
}

@media screen and (max-width: 767px) {
	.ab_honor ul li {
		height: 270px;
		padding: 15px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}

	.ab_honor ul li .abhonor_l p {
		font-size: 16px
	}

	.ab_honor ul li .abhonor_l a {
		font-size: 14px
	}
}

.ab_prodetail {
	background: #f5f5f5
}

.pro_detail_main {
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	padding: 40px 30px;
	border-radius: 30px 0 30px 0
}

.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: 51%;
	min-height: 360px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 80px;
	float: right;
	position: relative
}

.pro_detail_main .pro_detail_text .proshow_xh {
	font-size: 25px;
	font-weight: bold;
	color: #2b3aa1
}

.pro_detail_text .p_name {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	font-size: 30px;
	text-align: justify;
	margin: 0 auto;
	padding: 5px 0 25px;
	border-bottom: 1px solid #ddd
}

.pro_detail_text .jyms {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin: 20px auto 0
}

.pro_detail_text .jyms dd {
	width: 100%;
	height: 98px;
	overflow: hidden;
	line-height: 28px;
	color: #888;
	font-size: 15px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.pro_detail_text .jyms dd span {
	color: #333;
	font-weight: bold
}

.pro_detail_text .jyms dd h1 {
	display: inline
}

.pro_detail_text ul {
	width: 100%;
	margin: 0 auto 22px;
	padding: 20px;
	background: #f5f5f5;
	overflow: hidden
}

.pro_detail_text ul li {
	width: 33.333333%;
	height: 55px;
	overflow: hidden;
	border-right: 1px solid #ddd;
	text-align: center;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left
}

.pro_detail_text ul li:last-child {
	border-right: 0
}

.pro_detail_text ul li p {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	font-size: 16px
}

.pro_detail_text .pro_detail_btn {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0
}

.pro_detail_btn a {
	display: block;
	width: 48%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left
}

.pro_detail_btn a.prodtl_btn1 {
	float: left;
	margin: 0 4% 0 0;
	background-color: #4b4b4b
}

.pro_detail_btn a.prodtl_btn2 {
	float: left;
	background-color: #2b3aa1
}

.pro_detail_btn a.prodtl_btn1:hover {
	background-color: #333
}

.pro_detail_btn a.prodtl_btn2:hover {
	background-color: #333
}

.prodetail_img {
	width: 46%;
	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: 13%;
	float: right;
	height: 467px;
	overflow: hidden
}

#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;
	overflow: hidden;
	margin-left: 2px;
	display: inline
}

#spec-list ul li {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	height: 87px;
	margin: 0 0 8px 0
}

#spec-list ul li:first-child p {
	border: 1px solid #2b3aa1
}

#spec-list ul li p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	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 #1f71c2
}

#spec-list ul li img {
	display: block;
	max-width: 94%;
	max-height: 94%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.jqzoom {
	position: relative;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%
}

#preview .pic_wrap {
	padding: 10px;
	border: 1px solid #ddd;
	width: 84%;
	height: 467px;
	float: left;
	overflow: hidden
}

.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: 1px;
	left: 0px;
	border: 1px solid #eaeaea;
	background: #fff;
	display: none;
	text-align: center;
	overflow: hidden;
	left: 104% !important;
	top: 0 !important
}

.jqZoomPup {
	width: 200px !important;
	height: 200px !important;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	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
}

#abimg {
	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: 1079px) {
	.prodetail_img {
		width: 100%
	}

	.pro_detail_main .pro_detail_text {
		width: 100%;
		margin-top: 20px
	}

	.zoomdiv {
		display: none !important
	}
}

@media screen and (max-width: 767px) {
	.pro_detail_main {
		margin: 0 auto 20px;
		padding: 20px
	}

	#preview .pic_wrap {
		width: 100%
	}

	#spec-n5 {
		width: 100%;
		margin-top: 10px;
		height: auto
	}

	#spec-list ul li {
		width: 18.4%;
		margin: 0 2% 0 0;
		float: left
	}

	#spec-list ul li:last-child {
		margin-right: 0
	}

	.pro_detail_main .pro_detail_text .proshow_xh {
		font-size: 18px
	}

	.pro_detail_text .p_name {
		padding: 0 0 10px;
		font-size: 22px
	}

	.pro_detail_text .jyms {
		height: 98px
	}

	.pro_detail_text ul {
		margin: 0 auto;
		padding: 15px
	}

	.pro_detail_text ul li {
		height: 50px
	}

	.pro_detail_text ul li p {
		font-size: 14px
	}

	.pro_detail_btn a {
		height: 45px;
		line-height: 45px;
		font-size: 16px
	}
}

@media screen and (max-width: 600px) {
	#preview .pic_wrap {
		height: 300px
	}

	#spec-list ul li {
		height: 60px
	}
}

@media screen and (max-width: 413px) {
	.pro_detail_main .pro_detail_text {
		min-height: inherit
	}

	.pro_detail_text ul {
		display: none
	}
}

.proshow_cont .proshow_left {
	width: 73.5%;
	float: left
}

.proshow_cont .proshow_left .proshow_tit {
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	font-weight: bold;
	background: #f5f5f5;
	border-left: 4px solid #2b3aa1;
	margin-bottom: 20px;
	padding-left: 15px
}

.proshow_cont .proshow_left .proshow_tit img {
	margin: 20px 3px 0 12px
}

.proshow_cont .proshow_left .proshow_xxnr {
	line-height: 28px;
	color: #555;
	font-size: 14px;
	margin: 20px auto
}

.proshow_cont .proshow_left .proshow_xxnr table {
	width: 100%
}

.proshow_cont .proshow_left .proshow_xxnr img,
.proshow_cont .proshow_left .proshow_xxnr table,
.proshow_cont .proshow_left .proshow_xxnr tr,
.proshow_cont .proshow_left .proshow_xxnr td,
.proshow_cont .proshow_left .proshow_xxnr p,
.proshow_cont .proshow_left .proshow_xxnr span,
.proshow_cont .proshow_left .proshow_xxnr div,
.proshow_cont .proshow_left .proshow_xxnr video,
.proshow_cont .proshow_left .proshow_xxnr embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
	margin: 0 !important
}

.proshow_cont .proshow_right {
	width: 30%;
	float: right
}

.proshow_cont {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 40px 30px
}

.proshow_cont .proshow_right {
	width: 24.3%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right
}

.proshow_cont .proshow_right .fixed {
	position: absolute;
	right: 0
}

.proshow_cont .proshow_right .cp_type {
	background: #f5f5f5;
	position: relative
}

.proshow_cont .proshow_right .cp_type .hd {
	background: #2b3aa1 url(../images/protype_bt.png) no-repeat 254px 10px;
	padding: 12px 20px 16px 32px;
	position: relative
}

.proshow_cont .proshow_right .cp_type .hd b {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #fff
}

.proshow_cont .proshow_right .cp_type .hd:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 48px;
	background: url(../images/lb_line.png) center center no-repeat;
	position: absolute;
	left: 20px;
	top: 24px
}

.proshow_cont .proshow_right .cp_type .hd b span {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-family: "BEBAS"
}

.proshow_cont .proshow_right .cp_type .hd b img {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle
}

.proshow_cont .proshow_right .cp_type .hd p {
	font-size: 14px;
	color: rgba(255, 255, 255, .35)
}

.proshow_cont .proshow_right .cp_type .bd {
	border-top: 0;
	padding: 10px
}

.proshow_cont .proshow_right .cp_type .bd ul li {
	margin: 0 auto 10px
}

.proshow_cont .proshow_right .cp_type .bd ul li.on {
	border: 0
}

.proshow_cont .proshow_right .cp_type .bd ul li p {
	height: 60px;
	line-height: 60px;
	padding: 0 60px 0 0;
	background-color: #fff;
	position: relative
}

.proshow_cont .proshow_right .cp_type .bd ul li p a {
	display: block;
	width: 100%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.proshow_cont .proshow_right .cp_type .bd ul li p span {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/mulu1.png) center center no-repeat;
	background-size: 20px 20px
}

.proshow_cont .proshow_right .cp_type .bd ul li:hover p span {
	background: url(../images/mulu3.png) center center no-repeat;
	background-size: 20px 20px
}

.proshow_cont .proshow_right .cp_type .bd ul li div {
	display: none
}

.proshow_cont .proshow_right .cp_type .bd ul li.on div {
	display: block
}

.proshow_cont .proshow_right .cp_type .bd ul li div a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #454545;
	font-size: 14px;
	margin: 0 auto 1px;
	padding: 0 20px 0 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff url(../images/icon4.png) 20px center no-repeat
}

.proshow_cont .proshow_right .cp_type .bd ul li div a:first-child {
	border-top: 0
}

.proshow_cont .proshow_right .cp_type .bd ul li p:hover,
.proshow_cont .proshow_right .cp_type .bd ul li.on p {
	background-color: #2b3aa1
}

.proshow_cont .proshow_right .cp_type .bd ul li p:hover a,
.proshow_cont .proshow_right .cp_type .bd ul li.on p a {
	color: #fff
}

.proshow_cont .proshow_right .cp_type .bd ul li.on p span {
	background: url(../images/mulu2.png) center center no-repeat;
	background-size: 20px 20px
}

.proshow_cont .proshow_right .cp_type .bd ul li div a:hover {
	color: #2b3aa1;
	background: url(../images/icon5.png) 20px center no-repeat
}

.proshow_cont .proshow_right .cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 94%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}

.proshow_cont .proshow_right .cp_type .bd ul a.ckqb:hover {
	background: #e30614;
	color: #fff
}

@media screen and (max-width: 1199px) {
	.proshow_cont .proshow_right .cp_type .bd ul li div a {
		padding: 0 20px 0 40px
	}
}

@media screen and (max-width: 1079px) {
	.proshow_cont .proshow_left {
		width: 100%
	}

	.proshow_cont .proshow_right {
		width: 100%;
		margin-top: 20px
	}

	.proshow_cont .proshow_right .cp_type .sanjiao {
		display: none
	}

	.proshow_cont .proshow_right .h_left {
		margin: 0 auto 20px
	}

	.proshow_cont .proshow_right .cp_type {
		margin: 0
	}

	.proshow_cont .proshow_right .cp_type .hd {
		background: #2b3aa1 url(../images/down1.png) 96% center no-repeat
	}

	.proshow_cont .proshow_right .cp_type .hd.on {
		background: #2b3aa1 url(../images/up1.png) 96% center no-repeat
	}

	.proshow_cont .proshow_right .cp_type .bd {
		display: none;
		padding: 20px 10px 10px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li:last-child {
		border: 0
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p {
		height: 60px;
		line-height: 60px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p a {
		width: 90%;
		font-size: 16px;
		line-height: 60px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p span {
		width: 10%;
		background-size: 20px
	}

	.proshow_cont .proshow_right .cp_type .hd p:before {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.proshow_cont {
		padding: 20px
	}

	.proshow_cont .proshow_right .cp_type .hd {
		background: #2b3aa1 url(../images/down1.png) 96% center no-repeat
	}

	.proshow_cont .proshow_right .cp_type .hd.on {
		background: #2b3aa1 url(../images/up1.png) 96% center no-repeat
	}

	.proshow_cont .proshow_right .cp_type .hd b span {
		display: none
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p a {
		line-height: 48px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li div a {
		font-size: 14px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p span {
		width: 48px;
		height: 48px;
		right: 10px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li.on p span {
		background-size: 20px
	}

	.proshow_cont .proshow_right .cp_type .bd ul li p:hover span {
		background-size: 20px
	}
}

@media screen and (max-width: 320px) {
	.proshow_cont .proshow_right .cp_type .hd {
		background: #2b3aa1 url(../images/down1.png) 96% center no-repeat
	}

	.proshow_cont .proshow_right .cp_type .hd.on {
		background: #2b3aa1 url(../images/up1.png) 96% center no-repeat
	}

	.proshow_cont .proshow_right .cp_type .hd b span {
		display: none
	}
}

.adminbuy_prevnext {
	width: 100%;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 20px 0 0;
	border-top: 1px solid #eaeaea
}

.adminbuy_prevnext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	color: #333;
	font-size: 15px;
	margin: 0 auto;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.adminbuy_prevnext ul li:last-child {
	margin: 0 auto
}

.adminbuy_prevnext ul li a {
	overflow: hidden;
	line-height: 20px;
	color: #777
}

.adminbuy_prevnext ul li:hover,
.adminbuy_prevnext ul li:hover a {
	color: #2b3aa1
}

.nycase_allbox {
	background: #f5f5f5
}

.ab_case ul li {
	width: 31.667%;
	height: auto;
	margin: 0 2.4995% 40px 0;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	float: left;
	border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ab_case ul li:nth-child(3n+3) {
	margin: 0 0 40px
}

.ab_case ul li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.ab_case ul li .abcase_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0
}

.ab_case ul li .abcase_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative
}

.ab_case ul li .abcase_img a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	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
}

.ab_case ul li:hover .abcase_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1)
}

.ab_case ul li .abcase_text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ab_case ul li .abcase_text .abcase_name {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ab_case ul li .abcase_text .abcase_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0
}

.ab_case ul li .abcase_text span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	margin: 4px auto 10px;
	padding: 0
}

.ab_case ul li .abcase_text span img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 4px 0 0;
	padding: 0;
	float: left
}

.ab_case ul li:hover .abcase_text .abcase_name a {
	color: #2b3aa1
}

.ab_case ul li .abcase_text p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	word-break: break-all;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ab_case ul li .abcase_text a.abcase_btn {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
	background-color: #2b3aa1;
	border: 1px solid rgba(1, 64, 153, 0.1);
	border-radius: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ab_case ul li .abcase_text a.abcase_btn i {
	display: inline-block;
	width: 24px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	padding: 0;
	background: url(../images/morejt2.png) center center no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}

.ab_case ul li:hover .abcase_text a.abcase_btn {
	color: #fff;
	background-color: #2b3aa1;
	border: 1px solid #2b3aa1
}

.ab_case ul li:hover .abcase_text a.abcase_btn i {
	margin: -2px 0 0 20px;
	background: url(../images/morejt2.png) center center no-repeat
}

@media screen and (max-width: 1450px) {
	.adminbuy_NySuccesscase {
		width: 94%
	}
}

@media screen and (max-width: 1199px) {
	.ab_case ul li .abcase_img {
		height: 220px
	}
}

@media screen and (max-width: 1080px) {
	.ab_case ul li {
		width: 48.5%;
		margin: 0 3% 25px 0
	}

	.ab_case ul li:nth-child(3n+3) {
		margin: 0 3% 25px 0
	}

	.ab_case ul li:nth-child(2n+2) {
		margin-right: 0
	}
}

@media screen and (max-width: 600px) {
	.ab_case ul li {
		width: 100%;
		margin: 0 0 20px 0
	}

	.ab_case ul li:nth-child(3n+3) {
		margin: 0 0 20px 0
	}
}

.foot_box .footCon {
	width: 100%;
	background: #231f20;
	overflow: hidden
}

.foot_lv {
	border-bottom: 1px solid #393637;
	overflow: hidden;
	padding: 15px 0
}

.foot_lv .foot_logo {
	float: left
}

.foot_lv .foot_logo img {
	height: 80px
}

.foot_lv .foot_nav {
	float: right;
	width: 66.5%;
	margin-top: 20px;
	text-align: left;
}

.foot_lv .foot_nav ul li {
	display: inline-block;
	padding-left: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center
}

.foot_lv .foot_nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	position: relative
}

.foot_lv .foot_nav ul li a:before {
	content: '';
	display: block;
	background: #393637;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 5px
}

.foot_lv .foot_nav ul li:first-child>a:before {
	display: none
}

.foot_lv .foot_nav ul li a:hover {
	color: #2b3aa1
}

.footmain {
	width: 100%;
	margin: 30px auto;
	background: url(../images/map.png) no-repeat 100px center;
	overflow: hidden
}

.footmain .foot_tel {
	float: left;
	background: url(../images/foot_tel.png) no-repeat left center;
	padding-left: 70px;
	width: 35%;
	margin-top: 40px
}

.footmain .foot_tel p {
	font-size: 18px;
	color: #918f90;
	margin-bottom: -5px
}

.footmain .foot_tel b {
	font-size: 30px;
	color: #ec6f39
}

.footmain .foot_ea {
	float: left;
	margin-top: 20px;
	width: 40%
}

.footmain .foot_ea p {
	font-size: 16px;
	color: #989797;
	margin: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box
}

.footmain .foot_ea p img {
	display: inline-block;
	margin-right: 5px
}

.footmain .foot_ea p a {
	color: #989797
}

.footmain .foot_ea p a:hover {
	color: #2b3aa1
}

.footmain .foot_ewm {
	float: right;
	color: #989797;
	text-align: center
}

.footmain .foot_ewm img {
	height: 110px
}

.footmain .foot_ewm p {
	margin-top: 10px;
	font-size: 16px
}

.foot_box .foot_b {
	width: 100%;
	background: #1b1919;
	text-align: center;
	color: #4f4c4d;
	padding: 20px 0;
	font-size: 15px
}

.foot_box .foot_b a {
	color: #4f4c4d
}

.foot_box .foot_b a:hover {
	color: #2b3aa1
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.foot_lv {
		text-align: center
	}

	.foot_lv .foot_nav {
		display: none
	}

	.footmain .foot_ea {
		margin-top: 0;
		text-align: center;
		float: none;
		width: 100%
	}

	.footmain .foot_ea p {
		overflow: auto;
		white-space: inherit
	}

	.foot_lv .foot_logo {
		float: none
	}

	.foot_lv .foot_logo img {
		max-height: 100%;
		max-width: 100%
	}

	.footmain .foot_ewm {
		float: none;
		margin-top: 10px
	}

	.footmain .foot_tel {
		display: none
	}

	.footmain {
		margin: 10px auto 20px
	}
}

@media (max-width: 767px) {
	.foot_lv {
		text-align: center
	}

	.foot_lv .foot_nav {
		display: none
	}

	.footmain .foot_ea {
		margin-top: 0;
		text-align: center;
		float: none;
		width: 100%
	}

	.footmain .foot_ea p {
		overflow: auto;
		white-space: inherit
	}

	.foot_lv .foot_logo {
		float: none
	}

	.foot_lv .foot_logo img {
		max-height: 100%;
		max-width: 100%
	}

	.footmain .foot_ewm {
		float: none;
		margin-top: 10px
	}

	.footmain .foot_tel {
		display: none
	}

	.footmain {
		margin: 10px auto 20px
	}

	.foot_box .foot_b {
		padding: 20px 0 65px
	}
}

.adminbuy_footkefu {
	display: none
}

.adminbuy_footkefu {
	position: fixed;
	top: 34%;
	right: 2px;
	z-index: 999
}

.adminbuy_footkefu a.qqa {
	display: block;
	display: none;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	margin-bottom: 2px
}

.adminbuy_footkefu a.qqa:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/slidebar_icon.png) top center no-repeat;
	overflow: hidden;
	margin: 9px 10px
}

.adminbuy_footkefu .tela>a {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	margin-bottom: 2px
}

.adminbuy_footkefu .tela>a:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/slidebar_icon.png) center -27px no-repeat;
	overflow: hidden;
	margin: 9px 10px
}

.adminbuy_footkefu .tela .wz {
	position: absolute;
	top: 0;
	left: -224px;
	z-index: 999;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.adminbuy_footkefu .tela:hover .wz {
	display: block
}

.adminbuy_footkefu .tela p {
	background: #fff;
	width: 200px;
	height: 40px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #2b3aa1;
	line-height: 40px;
	text-align: center
}

.adminbuy_footkefu .tela p em {
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: -6px
}

.adminbuy_footkefu .wxa {
	position: relative
}

.adminbuy_footkefu .wxa>span {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	margin-bottom: 2px
}

.adminbuy_footkefu .wxa>span:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/slidebar_icon.png) center -52px no-repeat;
	overflow: hidden;
	margin: 9px 10px
}

.adminbuy_footkefu .wxa .code {
	position: absolute;
	top: -44px;
	left: -144px;
	z-index: 999;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.adminbuy_footkefu .wxa:hover .code {
	display: block
}

.adminbuy_footkefu .wxa .code p {
	background: #fff;
	width: 120px;
	height: 120px;
	overflow: hidden
}

.adminbuy_footkefu .wxa .code p img {
	max-width: 100%;
	max-height: 100%
}

.adminbuy_footkefu .wxa .code p em {
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: -6px
}

.adminbuy_footkefu a.totop {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: rgba(43, 58, 161, .7);
	margin-bottom: 2px
}

.adminbuy_footkefu a.totop:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/slidebar_icon.png) center -76px no-repeat;
	overflow: hidden;
	margin: 9px 10px
}

.adminbuy_footkefu .pfpro,
.adminbuy_footkefu .pflxwm {
	display: none
}

@media (max-width: 767px) {
	.adminbuy_footkefu {
		display: block
	}

	.adminbuy_footkefu {
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto
	}

	.adminbuy_footkefu .tela>a {
		width: 25%;
		position: relative;
		float: left;
		margin-bottom: 0
	}

	.adminbuy_footkefu .tela>a:after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0
	}

	.adminbuy_footkefu .tela>a:before {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background: #fff;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		position: absolute
	}

	.adminbuy_footkefu a.qqa,
	.adminbuy_footkefu .wxa,
	.adminbuy_footkefu .tela .wz {
		display: none
	}

	.adminbuy_footkefu a.totop {
		width: 25%;
		float: left;
		margin-bottom: 0;
		position: relative;
		display: block !important
	}

	.adminbuy_footkefu a.totop:after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0
	}

	.adminbuy_footkefu .pfpro,
	.adminbuy_footkefu .pflxwm {
		display: block
	}

	.adminbuy_footkefu .pfpro {
		display: block;
		width: 25%;
		float: left;
		height: 44px;
		background: rgba(0, 0, 0, .7);
		margin: 0;
		position: relative
	}

	.adminbuy_footkefu .pfpro:before {
		content: '';
		display: block;
		width: 1px;
		height: 20px;
		background: #fff;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		position: absolute
	}

	.adminbuy_footkefu .pfpro:after {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/slidebar_icon.png) center -100px no-repeat;
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.adminbuy_footkefu .pflxwm {
		display: block;
		width: 25%;
		float: left;
		height: 44px;
		background: rgba(0, 0, 0, .7);
		margin: 0;
		position: relative
	}

	.adminbuy_footkefu .pflxwm:after {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/slidebar_icon.png) center -124px no-repeat;
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
}

.adminbuy_links {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0
}

.adminbuy_links .links_main {
	min-height: 106px;
	overflow: hidden;
	padding: 20px 20px 20px 170px;
	background-color: #f5f5f5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.links_main .adminbuy_tit {
	width: 140px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 30px;
	top: 30px
}

.links_main .adminbuy_tit span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.1);
	font-family: "Ariblk";
	font-size: 32px;
	font-weight: bold;
	margin: 0
}

.links_main .adminbuy_tit p {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: -14px 0 0
}

.links_main .adminbuy_tit p font {
	color: #2b3aa1
}

.links_main .adminbuy_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0
}

.links_main .adminbuy_list a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 15px;
	margin: 0 20px 0 0;
	padding: 5px 0
}

.links_main .adminbuy_list a:hover {
	color: #bb2821
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.adminbuy_links {
		margin: 20px auto
	}

	.adminbuy_links .links_main {
		width: 96%;
		padding: 20px 20px 10px
	}

	.links_main .adminbuy_tit {
		position: inherit;
		left: inherit;
		top: inherit;
		font-size: 18px;
		margin: 0 0 10px
	}
}

@media (max-width: 767px) {
	.adminbuy_links {
		margin: 0 auto 30px
	}

	.adminbuy_links .links_main {
		width: 92%;
		padding: 20px 20px 10px;
		position: static
	}

	.links_main .adminbuy_tit {
		position: inherit;
		left: inherit;
		top: inherit;
		font-size: 18px;
		margin: 0 0 10px
	}

	.links_main .adminbuy_list a {
		font-size: 14px;
		margin: 0 10px 0 0;
		padding: 3px 0
	}
}

.ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.ab_img p {
	text-wrap: inherit !important;
	line-height: 35px
}

.ab_img p span {
	text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.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
}

.search {
	float: none !important;
	width: 100% !important;
}

.sousuo {
	float: none !important;
	overflow: hidden;
	padding: 2%;
	margin: auto;
	width: calc(60% - 380px);
}

.sousuo .sr {
	height: calc(1.5em + .75rem + 2px);
	border-radius: 30px;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
}

.sousuo .btn-info {
	background-color: #0067b6;
	border-radius: 30px;
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	margin-left: 3%;
	line-height: 1.5;
	border-radius: .25rem;
	cursor: pointer;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search th {
	padding: 1.5%;
}

/* 核心优势 */
.company-strengths {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

.strength-list {
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.strength-item {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 2% 0;
}

.strength-item:last-child {
	border-right: none;
}

.strength-item:nth-child(1) {
	background-color: #2b3aa1;
	color: #fff;
	z-index: 3;
    margin-top: -30px;
    padding: 3% 2%;
    transition: all 0.5s;
}

.since:before {
	content: "—since";
	left: 0;
	color: #fff;
	font-size: 14px;
	writing-mode: tb;
	text-transform: uppercase;
}

.strength-top .year-number {
	font-size: 6vw;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	animation: rollNumber 1s ease-in-out forwards;
}

.strength-top .strength-icon {
	font-size: 34px;
	color: #333;
}

.strength-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4;
}

.strength-desc {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 8px;
}

@media (max-width: 992px) {
	.strength-list {
		flex-wrap: wrap;
	}

	.strength-item {
		flex: 0 0 50%;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
	}

	.strength-item:nth-child(2n) {
		border-right: none;
	}
}

@media (max-width: 576px) {
	.strength-item {
		flex: 0 0 100%;
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
	}

	.strength-item:last-child {
		border-bottom: none;
	}
}
.pro_left .cp_type .bd ul li .active{
background-color: #2b3aa1;color: #ffff;}