/*标签样式初始化*/
div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}

input, textarea, button { border: none; background: none; appearance: none; -webkit-appearance: none;  	font-family: "Microsoft JhengHei", "Microsoft YaHei";outline:none; }

/*公共样式部分*/

body {
	color: #666;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Microsoft JhengHei", "Microsoft YaHei";
	overflow-x: hidden;
}

#copy {
	display: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style:
}

.page {
	margin: 0 auto;
	min-width: 1200px;
	width: 90%;

}

.container {
	width: 90%;
	min-width: 1200px;
	max-width: 1600px;
	margin: 0 auto;
}

.wrap {
	width: 90%;
	min-width: 1200px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.bg {
	width: 100%;
	min-width: 1200px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*左右浮动清除*/
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/*间隙*/
.top10 {
	padding-top: 10px;
}

.top20 {
	padding-top: 20px;
}

.top30 {
	padding-top: 30px;
}

.top40 {
	padding-top: 40px;
}

.top50 {
	padding-top: 50px;
}

.top60 {
	padding-top: 60px;
}

.top70 {
	padding-top: 70px;
}

.top80 {
	padding-top: 80px;
}

.top90 {
	padding-top: 90px;
}

.top100 {
	padding-top: 100px;
}


/*英文样式*/
.font_en {
	font-family: "Microsoft JhengHei", "Microsoft YaHei";
	text-transform: uppercase;
	font-weight: normal;
}



/*公共标题样式*/
.t {
	text-align: left;
}


.t p {
	font-size: 1.6vw;
	color: #222;
	line-height: 4vw;
}

.t b {
	color: #222;
}

.t span {
	font-weight: 100;
	font-size: 0.82vw;
	float: right;
	line-height: 4vw;
}

.t p:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #ff5808;
	margin-bottom: 10px;
}

@-webkit-keyframes test {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes mymove {
	0% {
		top: 0px;
	}

	50% {
		top: 30px;
	}

	100% {
		top: 0px;
	}
}

@-webkit-keyframes mymove

/* Safari and Chrome */
	{
	0% {
		top: 0px;
	}

	50% {
		top: 30px;
	}

	100% {
		top: 0px;
	}
}



@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.0;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.3;
	}

	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@keyframes warn {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.0;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.3;
	}

	75% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.0;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.3;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}

@keyframes warn1 {
	0% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.0;
	}

	25% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.1;
	}

	50% {
		transform: scale(0.3);
		-webkit-transform: scale(0.3);
		opacity: 0.3;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0.0;
	}
}

@-webkit-keyframes "warn" {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		transform: scale(0);
		-webkit-transform: scale(0);
		opacity: 0.1;
	}

	50% {
		transform: scale(0.1);
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}

	75% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}


/*抬头*/
.box {
	width: 92%;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

/*按钮动画--start*/
.ico_h {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.ico_h:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.ico_h:hover,
.ico_h:focus,
.ico_h:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.ico_h:hover:before,
.ico_h:focus:before,
.ico_h:active:before {
	opacity: .4;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/*按钮动画--end*/

/*导航*/
.head_bg {
	height: 6vw;
	width: 100%;
	min-width: 1200px;
	box-shadow: 0 0 10px 0 rgba(2, 2, 2, 0.15);
	margin: 0 auto;
}

.logo {
	margin-top: 1.6vw;
}

.logo img {
	width: 12.5rem;
}

.nav {
	width: auto;
	height: 6vw;
	margin-right: 1%;
}

.nav>ul>li {
	float: left;
	display: block;
	padding: 0 1vw;
}

.nav>ul>li>a {
	display: block;
	color: #333;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 3333;
	line-height: 5.9vw;
	letter-spacing: 2px;
}

.nav ul li:after {
	content: '';
	display: block;
	width: 0;
	height: 0.1vw;
	background: #006edd;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	z-index: 2222;
	margin: 0 auto;
}

.nav ul li.navcurrent:after,
.nav ul li:hover:after {
	width: 100%;
}

.NavCeshi>li.navcurrent>a,
.NavCeshi>li:hover>a {
	margin: 0 auto;
	color: #222;
}

.head_r {
	width: auto;
	margin-top: 1.6vw;
}

.head_r a {
	display: block;
	float: left;
	height: 2.2vw;
	border: 1px #eee solid;
	border-radius: 200px;
	cursor: pointer;
}

.head_r a:hover,
.head_r a.tel:hover::after {
	border: 1px #006edd solid;
}

.head_r a.wx {
	width: 2.2vw;
	margin-right: 0.6vw;
}

.head_r a.tel {
	width: auto;
	line-height: 2.2vw;
	font-size: 20px;
	color: #333;
	position: relative;
	padding: 0 0.4vw 0 2.5vw;
}

.head_r a.tel:after {
	content: "";
	display: block;
	width: 2.2vw;
	height: 2.2vw;
	border: 1px #eee solid;
	border-radius: 200px;
	position: absolute;
	left: -1px;
	top: -1px;
}

.head_r a.wx {
	position: relative;
	background: url(../images/20200310091904_1209810786.png)no-repeat center;
	z-index: 10000;
}

.head_r a.wx p {
	position: absolute;
	top: 3vw;
	position: 0;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	z-index: 999;
}

.head_r a.wx:hover p {
	opacity: 1;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.head_r a.wx img {
	height: 0;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.head_r a.wx:hover img {
	height: 6.6vw;
}

.head_r a.tel:after {
	background: url(../images/20200310092022_1052099017.png)no-repeat center;
}

.head_r a.wx:hover {
	background: #006edd url(../images/20200310092100_830630177.png)no-repeat center;
}

.head_r a.tel:hover::after {
	background: #006edd url(../images/20200310092347_976032594.png)no-repeat center;
}

/*banner*/
.ind-banner {
	width: 100%;
	height: 88vh;
	overflow: hidden;
}

.ind-banner .swiper-slide {
	height: 88vh;
	color: #fff;
}

.ind-banner .swiper-slide {
	position: relative;
}

.ind-banner .swiper-slide img {
	width: 100%;
}

.ind-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.ind-banner .swiper-pagination {
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	bottom: 20px !important;
}

.ind-banner .swiper-pagination-bullet {
	width: 58px;
	height: 4px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0;
	margin-left: 5px !important;
	margin-right: 5px;
}

.ind-banner .swiper-pagination-bullet-active {
	background: #ff5808;
}

.ind-banner .swiper-button-prev {
	left: 2%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.ind-banner .swiper-button-next {
	right: 2%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.ind-banner .swiper-button-prev:before {
	content: '';
	width: 7px;
	height: 11px;
	background: url(../images/nimg7_left.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -6px;
}

.ind-banner .swiper-button-next:before {
	content: '';
	width: 7px;
	height: 11px;
	background: url(../images/nimg7_right.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -6px;
}

.ind-banner .swiper-button-prev:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 48px;
	background: #272727;
	z-index: -1;
}

.ind-banner .swiper-button-next:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 48px;
	background: #272727;
	z-index: -1;
}

.ind-banner .swiper-button-prev:hover:after {
	width: 100%;
}

.ind-banner .swiper-button-next:hover:after {
	width: 100%;
}

/*banner结束*/
.prod_m {
	margin-top: 30px;
}

.prod_m ul {
	text-align: center;
	margin: 0 auto;
}

.prod_m ul li {
	float: left;
	width: 144px;
	height: 40px;
	line-height: 40px;
	border: 1px #e1e1e1 solid;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	margin: 0 12px 0 0;
}

.prod_m ul li a {
	display: block;
	color: #333;
	font-size: 16px;
}

.prod_m li.on {
	background: #006edd;
	border: 1px #006edd solid;
}

.prod_m li.on a {
	color: #fff;
}

.prod_con ul {
	padding: 15px 0;

}

.prod_con ul li {
	padding: 0 !important;
	width: 23.5% !important;
	display: block;
	float: left;

}

.prod_con ul li img {
	border: 1px #eee solid;
	width: 99% !important;
	height: auto !important;
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}

.prod_con ul li img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.prod_con ul li span a {
	font-size: 0.85vw;
	line-height: 54px !Important;
	color: #333;
	display: block;
	background-color: #f5f5f7f7;
	text-align: center;
	z-index: 2;
	position: relative;
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}

.prod_con ul li:hover span a {
	background: #006edd;
	color: #fff;
}

.prod_con ul li {
	margin-right: 2%;
	margin-bottom: 30px;
}

.prod_con ul li:nth-child(4n) {
	margin-right: 0;
}

/*加盟支持*/
.join_bg {
	background: #f5f5f7;
}

.join2_b {
	margin-top: 30px;
}

#join2 li {
	display: inline-block;
	float: left;
	width: 20.82%;
	height: 228px;
	padding: 2.1% 1.2% 2.1% 2%;
	background: #fff;
	margin-bottom: 2%;
	position: relative;
	cursor: pointer;
}

#join2 li+li {
	margin-left: 1.3%;
}

#join2 li:nth-child(5) {
	margin-left: 0;
}

#join2 li:hover {
	background: #006edd;
}

.join2_b li:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 6%;
	top: 12%;
	overflow: hidden;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	background-image: url(../images/20200312094513_1826733754.png);
	background-repeat: no-repeat;
}

.join2_b li:nth-child(1):after {
	background-position: 0 -100px;
}

.join2_b li:nth-child(2):after {
	background-position: -100px -100px;
}

.join2_b li:nth-child(3):after {
	background-position: -200px -100px;
}

.join2_b li:nth-child(4):after {
	background-position: -300px -100px;
}

.join2_b li:nth-child(5):after {
	background-position: -400px -100px;
}

.join2_b li:nth-child(6):after {
	background-position: -500px -100px;
}

.join2_b li:nth-child(7):after {
	background-position: -600px -100px;
}

.join2_b li:nth-child(8):after {
	background-position: -700px -100px;
}

.join2_b li:nth-child(1):hover::after {
	background-position: 0 0;
}

.join2_b li:nth-child(2):hover::after {
	background-position: -100px 0;
}

.join2_b li:nth-child(3):hover::after {
	background-position: -200px 0;
}

.join2_b li:nth-child(4):hover::after {
	background-position: -300px 0;
}

.join2_b li:nth-child(5):hover::after {
	background-position: -400px 0;
}

.join2_b li:nth-child(6):hover::after {
	background-position: -500px 0;
}

.join2_b li:nth-child(7):hover::after {
	background-position: -600px 0;
}

.join2_b li:nth-child(8):hover::after {
	background-position: -700px 0;
}

.join2_b li p {
	font-size: 1.2vw;
	color: #222;
	line-height: 60px;
}

.join2_b li p:before,
.join2_b li p:after {
	content: "";
	display: block;
}

.join2_b li p:before {
	width: 60px;
	height: 60px;
	background-image: url(../images/20200312092320_1593245043.png);
	background-repeat: no-repeat;
}

.join2_b li:nth-child(1) p:before {

	background-position: -120px 0;
}

.join2_b li:nth-child(2) p:before {
	background-position: 0 0;
}

.join2_b li:nth-child(3) p:before {
	background-position: -240px 0;

}

.join2_b li:nth-child(4) p:before {
	background-position: -180px 0;
}

.join2_b li:nth-child(5) p:before {
	background-position: -360px 0;
}

.join2_b li:nth-child(6) p:before {
	background-position: -300px 0;
}

.join2_b li:nth-child(7) p:before {

	background-position: -60px 0;
}

.join2_b li:nth-child(8) p:before {
	background-position: -420px 0;
}

.join2_b li:nth-child(1):hover p:before {

	background-position: -120px -60px;
}

.join2_b li:nth-child(2):hover p:before {

	background-position: 0 -60px;
}

.join2_b li:nth-child(3):hover p:before {

	background-position: -240px -60px;
}

.join2_b li:nth-child(4):hover p:before {
	background-position: -180px -60px;
}

.join2_b li:nth-child(5):hover p:before {

	background-position: -360px -60px;
}

.join2_b li:nth-child(6):hover p:before {
	background-position: -300px -60px;
}

.join2_b li:nth-child(7):hover p:before {
	background-position: -60px -60px;
}

.join2_b li:nth-child(8):hover p:before {
	background-position: -420px -60px;
}

.join2_b li p:after {
	width: 50px;
	height: 3px;
	background: #ff5808;
	margin-bottom: 20px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.join2_b li span {
	line-height: 1.6vw;
}

.join2_b li:hover p,
.join2_b li:hover span {
	color: #fff;
}

.join2_b li:hover p:after {
	background: #fff;
	width: 120px;
}


/*优势*/
.adv {
	position: relative;
	height: 746px;
	overflow: hidden;
	background: url(../images/20200312145532_752050072.jpg) no-repeat 4% center;
}

.adv_g {
	position: relative;
}

.adv_l {
	width: 50%;
}

.adv_r {
	width: 50%;
}

.adv_li {
	position: relative;
}

.adv_li ul {
	width: 45%;
	top: 500px;
	position: absolute;
	right: 0;
	z-index: 9;
}

.adv_li ul li {
	width: 20.2%;
	float: left;
	padding: 2%;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.adv_li ul li+li {
	border-left: 1px #e1e1e1 solid;
}

.adv_li ul li img {
	width: 94%;
	border: 4px #fff solid;
}

.adv_li ul li p {
	font-size: 1vw;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}

.adv_lt {
	width: 88%;
	margin-top: 100px;
}

.adv_lt t {
	font-size: 2vw;
	color: #fff;
}

.adv_lt p {
	font-size: 2.0vw;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}

.adv_lt p:after {
	content: "";
	display: block;
	width: 90px;
	height: 3px;
	background: #ff5808;
	margin: 40px 0;
}

.adv_lt span {
	font-size: 16px;
	color: #ccc;
	line-height: 30px;
}

.adv_lt a {
	display: block;
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
	background: #006edd;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.adv_lt a:hover {
	width: 230px;
}

/*数据*/
.adv_lw {
	position: absolute;
	top: 500px;
	top: 530px;
	left: 0;
	width: 50%;
}

.adv_lw li {
	float: left;
	width: 22%;
	height: 132px;
	border: 1px solid rgba(255, 255, 255, .3);
	padding-left: 5%;
}

.adv_lw li+li {
	border-left: 0;
}

.adv_lw p {
	font-size: 2.8vw;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding-top: 20px;
	position: relative;
	font-family: "impact";
}

.adv_lw b {
	font-size: 1vw;
	color: #fff;
}

.adv_lw span {
	color: #ccc;
	font-size: 18px;
	display: block;
}



/*新闻*/
.news_li {
	text-align: center;
	margin-top: 30px;
}

.news_li li {
	float: left;
	width: 144px;
	height: 40px;
	line-height: 40px;
	border: 1px #e1e1e1 solid;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	margin: 0 12px 0 0;
}

.news_li li a {
	display: block;
	color: #333;
	font-size: 16px;
}

.news_li li.on {
	background: #006edd;
	border: 1px #006edd solid;
}

.news_li li.on a {
	color: #fff;
}

#news_cont {
	overflow: hidden;
	width: 100%;
	height: 35vw;
	position: relative;
	margin-top: 30px;
}

.news_cont {
	height: 36vw;
}

.news .news_div_item {
	height: 34vw;
	position: relative;
	width: 31.3333%;
	float: left;
}

.news .news_div>div+div {
	margin-left: 3%;
}

.news .divdgweb_new_div_item {
	position: relative;
	width: 379px;
	float: left;
	height: 440px;
	margin-left: 30px;
}

.news .divdgweb_new_div_item:first-child {
	margin-left: 0;
}

.news .news_div_item_pic {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.news .news_div_item_pic img {
	width: 100%;
	height: auto;
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}

.news .news_div_item_pic img:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.news .news_div_item_content {
	line-height: 30px;
	height: 150px;
	width: 100%;
	padding: 3% 0;
	position: absolute;
	top: 22.2vw;
}

.news .news_div_item_content:after {
	content: "More+";
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 40px;
	width: 60px;
	margin-top: 10px;
	background: url(../images/20200313112352_160609407.png) no-repeat center right;
	padding-right: 36px;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}

.news_div_item:hover .news_div_item_content:after {
	background: url(../images/20200313112404_523797557.png) no-repeat center right;
}

.news .news_div_item_body {
	color: #666;
	line-height: 28px;
	margin-top: 40px;
}

.news .news_div_item_a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
}

.news .news_div_item:hover .news_div_item_a {
	color: #006edd;
}

.news .news_div_item_date {
	position: absolute;
	left: 2%;
	top: 21vw;
	z-index: 9;
	color: #333;
	font-family: "Arial";
	line-height: 24px;
	padding-left: 30px;
	background: url(../images/20200313111836_1391056854.png) no-repeat center left;
}

.news .news_div_item_date div {
	float: left;
}

/**/
.link {
	line-height: 84px;
	overflow: hidden;
}

.link h3 {
	display: inline-block;
	float: left;
	padding-left: 30px;
	background: url(../images/link.gif) no-repeat left 30px;
	width: 110px;
}

.link h3 a {
	font-size: 0.82vw;
	color: #666;
}

.link p {
	float: left;
	width: 935px;
	line-height: 30px;
	padding: 24px 0 10px;
}

.link p a {
	color: #999999;
	font-size: 0.80vw;
	;
	display: inline-block;
	padding-right: 28px;
}

.link span {
	display: inline-block;
	float: right;
	padding-left: 28px;
	border-left: 1px solid #999;
	line-height: 20px;
	margin-top: 30px;
}

.link span a {
	color: #999999;
	font-size: 0.8vw;
	display: inline-block;
}

/**/
.f_bg {
	background: #010064;
	overflow: hidden;
	padding: 65px 0;
}

.footer {
	margin: 0 auto;
}

.f_con {
	height: 262px;
}

.f_con5 {
	border-top: 1px solid #201f7d;
	padding-top: 42px;
}

.f_con5 h3 {
	font-size: 0;
	float: left;
	padding-right: 28px;
}

.f_con5 a {
	color: #cdcdcd;
}

.f_con5 p {
	width: 720px;
	color: #cdcdcd;
	font-size: 0.8vw;
	float: right;
}

.f_con5 p i {
	display: block;
	line-height: 28px;
	text-align: right;
}

.f_con5 p span {
	padding: 0 0 0 20px;
}

.f_con5 em {
	display: inline-block;
	float: right;
	color: #cdcdcd;
}

.f_con5 em span {
	display: block;
	text-align: right;
	padding-bottom: 7px;
}

.f_con5 em i a {
	display: inline-block;
	font-size: 0.85vw;
	color: #cdcdcd;
}

.f_con {
	width: 50%;
	margin-left: 3%;
}

.f_con ul li {
	float: left;
	width: 20%;
}

.f_con ul li strong {
	display: block;
}

.f_con ul li strong a {
	font-size: 1.1vw;
	color: #fff;
	font-weight: normal;
}

.f_con ul li span {
	display: block;
	padding-top: 30px;
}

.f_con ul li span a {
	display: block;
	color: #cdcdcd;
	font-size: 0.8vw;
	line-height: 30px;
}

.f_con ul li span a:hover {
	color: #006edd;
}

.f_con2 {
	width: 30%;
}

.f_con2 strong {
	display: block;
}

.f_con2 strong a {
	font-size: 1.1vw;
	color: #fff;
	font-weight: normal;
}

.f_con2 i {
	display: block;
	margin-top: 30px;
	padding-left: 47px;
	color: #ff5808;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial;
	background: url(../images/f_tel.gif) no-repeat;
	height: 48px;
	line-height: 33px;
}

.f_con2 em {
	display: block;
	color: #cdcdcd;
	font-size: 0.8vw;
	line-height: 28px;
}

.f_con2 em span {
	display: block;
}

.f_con2 a {
	color: #cdcdcd;
}

.f_con3 {
	width: 140px;
	text-align: center;
	font-size: 0.8vw;
	color: #fff;
	margin-left: 20px;
	display: inline;
}

.f_con3 span {
	display: block;
	font-size: 0;
	margin-bottom: 10px;
}

.f_con3 span img {
	display: inline-block;
	width: 125px;
	height: 125px;
	border: 6px solid #fff;
}

.f_con3 i {
	display: block;
}

em,
i {
	font-style: normal;
}

.honor_bg {
	margin: 0 auto;
}

.honor {
	position: relative;
	overflow: hidden;
}

.honor_t t p {
	font-size: 1.6vw;
	color: #333;
	float: left;
	margin-right: 30px;
}

.honner .items .right {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.honner .items .right ul li {
	background-color: #fff;
	margin-right: 13px;
	text-align: center;
	float: left;
	width: 33%;
	height: 427px;
	-webkit-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
}

.honner .items .right ul li img {
	width: 100%;
	max-height: 363px;


}

.honner .items .right ul li h3 {
	font-size: 0.85vw;
	line-height: 54px !Important;
	color: #323232;
	background-color: #f5f5f7f7;
	font-weight: normal;
}

.honner .items .right .next,
.honner .items .right .prev {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	width: 28px;
	height: 62px;
	border: 50%;
	line-height: 62px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	background: rgba(0, 0, 0, .2);
	font-family: simsun;
	transition: all ease-in .4s;
}

.honner .items .right .next {
	left: 0px;
}

.honner .items .right .prev {
	right: 0px;
}

.honner .items .right:hover .next {
	opacity: 1;
}

.honner .items .right:hover .prev {
	opacity: 1;
}

.news-list-page {
	padding: 30px 0;
	background: #f5f7f7;
	margin: 0 auto;
}

.news-list-page .item-list {
	margin-left: -1.5%;
	padding: 15px 0;
}


.item-list li {
	position: relative;
	float: left;
	width: 31.8%;
	margin: 0 0 1.5% 1.5%;
	background: #fff;
}

.item-list li a {
	padding: 35px 35px;
	z-index: 1;
	position: relative;
	display: block;
}

.item-list .date-wrap {
	position: relative;
	float: left;
	width: 80px;
	height: 132px;
	border-right: 1px solid #e7e7e7;
}

.item-list .date-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.item-list .date-wrap .day {
	font: 48px/1 'gotham-medium';
}

.item-list .date-wrap .line {
	display: block;
	width: 25px;
	height: 3px;
	margin: 15px 0;
	background: #e7e7e7;
}

.item-list .date-wrap .days {
	font: 14px/1 'Gotham-Book';
}

.item-list .text-wrap {
	margin-left: 125px;
}

.item-list .text-wrap .title {
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item-list .text-wrap .descrition {
	height: 48px;
	margin: 15px 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
}

.item-list .text-wrap .more .icon {
	display: inline-block;
	width: 0;
	height: 10px;
	background: url(../images/more-icon2.png) no-repeat center center;
	transition: all .4s;
	opacity: 0;
}

.item-list .text-wrap .more strong {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	transition: all .4s;
}

.item-list li:hover .text-wrap .more .icon {
	width: 21px;
	opacity: 1;
}

.product-list-page {
	padding: 30px 0;
	margin: 0 auto;
}

.nyxqnewsbg {
	width: 100%;
	background: #f5f7f7;
	padding: 30px 0;
}

.nyxqnews {
	margin: 0 auto;
	padding: 15px 0;
}

.nyxqnews_left {
	width: 65%;
	float: left;
	background: #FFF;
	padding: 30px;
	padding-bottom: 0;
	overflow: hidden;
}

.news_lefttit {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 32px;
}

.news_lefttit h1 {
	font-size: 22px;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}

.news_lefttit span {
	font-size: 14px;
	display: block;
	float: left;
	border-left: 1px dotted #b6b6b6;
	color: #999;
	line-height: 14px;
	padding: 0 20px;
}

.news_lefttit .chuchu {
	padding: 0 10px 0 0;
	border-left: none;
}

.newsshare {
	float: right;
	margin-top: -8px;
}

.nyxqnews_leftcont {
	margin-top: 5px;
	line-height: 30px;
	color: #777;
}

.nyxqnews_leftcont img {
	max-width: 100%;
}

.nyxqnews_leftpage {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	line-height: 70px;
}

.nyxqnews_leftup {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 42%;
	padding: 0 3%;
	height: 70px;
	overflow: hidden;
	background: url(../images/newsup.png) left 29px no-repeat;
}

.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 42%;
	padding: 0 3%;
	height: 70px;
	overflow: hidden;
	background: url(../images/newsdown.png) right 29px no-repeat;
}

.nyxqnews_right {
	width: 28%;
	float: right;
	position: relative;
}

.nyxqnewsfanhui {
	position: absolute;
	top: 0;
	left: -958px;
	z-index: 10;
}

.nywenzhang {
	padding: 30px 30px 20px 30px;
	background: #FFF;
}

.nyxqnews_righttit {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	height: 45px;
	line-height: 18px;
	position: relative;
}

.nyxqnews_righttit:before {
	content: "";
	width: 75px;
	height: 1px;
	background: #ff5808;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.nyxqnews_righttit strong {
	color: #006edd;
}

.nyxqnews_rightcont {
	margin-top: 10px;
	line-height: 45px;
}

.nyxqnews_rightcont a {
	display: block;
	background: url(../images/newswenzhagn.png) left center no-repeat;
	padding-left: 30px;
	width: 90%;
	height: 45px;
	overflow: hidden;
	font-size: 15px;
}

.nyxqnew_rightcont {
	margin-top: 10px;
	line-height: 45px;
}

.nyxqnew_rightcont img {
	width: 100%;
}

.nyxqnew_rightcont p {
	width: 90%;
	height: 45px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;

}

.nyzx {
	margin-top: 10px;
}

.nyhonner {
	margin: 0 auto;
	padding: 30px 0px;
}

.nyhonner h1 {
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 28px;
}

.nybanner {
	width: 100%;
	margin: 0 auto;
}

.nybanner img {
	display: block;
	width: 100%;
}

.nyabout {
	margin: 0 auto;
}

.nyabout h1 {
	padding: 30px 0 20px 0;
	text-align: center;
	font-size: 28px;
}

.nyabout-con {
	padding: 0 8%;
}

.nyabout-con p {
	line-height: 35px;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 10px;
}

.nyculture {
	margin: 35px 0 0 0;
	background: url(../images/012.jpg) no-repeat right bottom #323232;
}

.nyculture-left {
	width: 50%;
	display: block;
	height: 500px;
	font-size: 0;
}

.nyculture-right {
	width: 50%;
}

.nyculture-right .txt {
	text-align: center;
}

.nyculture-right .txt h2 {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	margin: 8% auto 0% auto;
	padding-bottom: 0;
}

.nyculture-right .txt h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0% auto 5% auto;
}

.nyculture-right .txt p {
	font-size: 16px;
	width: 80%;
	line-height: 30px;
	margin: 0 auto;
	color: #fff;
}

.nyculture-right .txt .tel {
	width: 270px;
	height: 39px;
	background: url(../images/007.png);
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 8% auto 8% auto;
	line-height: 35px;
}

.nymenu {
	overflow: hidden;
	background-color: #fff;
	padding: 20px 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nymenu .ul-txtq1 {
	float: right;
	overflow: hidden
}

.nymenu .ul-txtq1 li {
	float: left
}

.nymenu .ul-txtq1 li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding: 0 24px;
	border-radius: 20px;
	overflow: hidden
}

.nymenu .ul-txtq1 li.on a,
.nymenu .ul-txtq1 li:hover a {
	background-color: #006edd;
	color: #fff
}

.nymenu .cur {
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding-left: 32px;
	background: url(../images/iconq1.png) left center no-repeat
}

.nymenu .cur a {
	color: #666
}

.nymenu .cur a:hover {
	color: #006edd;
}

.contact-map {
	background: url('../images/contact-map.jpg') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 894px;
}

.contact-map .container {
	position: relative;
}

.contact-map .container .i-1 {
	position: absolute;
	top: 365px;
	left: 130px;
}

.contact-map .tex {
	width: 728px;
	height: 601px;
	padding: 60px 77px 0 51px;
	background: #fff;
	margin-top: 128px;
}

.contact-map .tex .t-1 {
	font-size: 40px;
	color: #030303;
	font-weight: bold;
	padding-bottom: 42px;
	border-bottom: 1px dashed #dedede;
}

.contact-map .tex .t-2 li {
	padding-left: 81px;
	font-size: 18px;
	color: #2e2f30;
	height: 40px;
	line-height: 40px;
	margin-bottom: 33px;
}

.contact-map .tex .t-2 li:nth-child(1) {
	background: url('../images/contact-i-01.jpg') no-repeat 30px center;
	margin-top: 40px;
}

.contact-map .tex .t-2 li:nth-child(2) {
	background: url('../images/contact-i-02.jpg') no-repeat 33px center;
}

.contact-map .tex .t-2 li:nth-child(3) {
	background: url('../images/contact-i-03.jpg') no-repeat 30px center;
}

.contact-map .tex .t-3 p {
	display: block;
	color: #2e2f30;
}

.contact-map .tex .t-3 p:nth-child(1) {
	font-size: 24px;
	padding-top: 20px;
}

.contact-map .tex .t-3 p:nth-child(2) {
	font-size: 48px;
	margin-top: 16px;
}

.contact-map .leida {
	position: absolute;
	left: 67px;
	top: 425px;
	width: 32px;
	height: 32px;
	margin-left: 149px;
}

.FpulseSlow2 {
	animation: FpulseSlow2 infinite 3s linear;
	opacity: 0;
}

@keyframes FpulseSlow {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.85);
		opacity: 0.5;
	}
}

.FpulseSlow2 {
	animation: FpulseSlow2 infinite 3s linear;
	opacity: 0;
}

@keyframes FpulseSlow2 {
	0% {
		transform: scale(0.25);
		opacity: 0.4;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.leida span {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	display: block;
	background: rgb(55, 64, 163);
	box-sizing: border-box;
	opacity: 0;
}

.contact-map .leida .span2 {
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	z-index: 6;
}

.contact-map .leida .span3 {
	width: 160px;
	height: 160px;
	margin: -80px 0 0 -80px;
	z-index: 5;
}

.contact-map .leida .span4 {
	width: 320px;
	height: 320px;
	margin: -160px 0 0 -160px;
	z-index: 4;
}

.contact-map .leida .span5 {
	width: 640px;
	height: 640px;
	margin: -320px 0 0 -320px;
	z-index: 3;
}

.pagination {
	margin: 0 auto;

}

.pagination .page-item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 36px;
	border-radius: 2px;
	background: #fff;
	line-height: 36px;
	border: 1px solid #eee;
	font-size: 15px;
	cursor: pointer;

}

.pagination .page-num {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 36px;
	border-radius: 2px;
	margin-left: 5px;
	background: #fff;
	line-height: 36px;
	border: 1px solid #eee;
	font-size: 15px;
	cursor: pointer;

}

.pagination .page-num-current {
	background: #010064;
	color: #fff;
}

.jiameng {
	padding: 30px 0;
	margin: 0 auto;
	background: #f5f5f7;
}

.jiameng_form {
	padding: 150px 0;
	background: url(../images/jm_form_bg.jpg) no-repeat center;
	background-size: cover;
}

.jiameng_form .wrap {
	background: #fff;
}

.jiameng_form_img {
	width: 25%;
	overflow: hidden;
	background: url(../images/zsly_bg.png) no-repeat left top;
	background-size: 100%;
}

.jiameng_form_left {
	width: 38%;
	float: left;
}

.jiameng_form .store_form_in {
	margin: 45px 0;
	padding: 0 45px;
	border-right: 1px solid #ebebeb;
}

.jiameng_form .store_form_in dl {
	width: 100%;
	float: none;
	margin-bottom: 36px;
	    overflow: hidden;
}

.jiameng_form .store_form_in dl:last-child {
	margin-bottom: 0;
}

.jiameng_form .store_form_in dl dd .store_input {
	background: #f2f2f2;
	width: 100%;
	font-size: 16px;
	color: #333;
	padding: 16px;
}

.jiameng_form .store_form_in dl dd .store_input::-webkit-input-placeholder {
	color: #666;
}

.jiameng_form .store_form_in dl dd .store_input:-moz-placeholder {
	color: #666;
}

.jiameng_form .store_form_in dl dd .store_input::-moz-placeholder {
	color: #666;
}

.jiameng_form .store_form_in dl dd .store_input:-ms-input-placeholder {
	color: #666;
}

.jiameng_form .store_form_in dl dd .store_input::-ms-input-placeholder {
	color: #666;
}

.jiameng_contact {
	width: 31%;
	padding: 45px;
}

.jiameng_contact h3 {
	font-size: 20px;
	color: #34353c;
	display: inline-block;
	padding-right: 30px;
	background: url(../images/zs_tel.png) no-repeat right center;
}

.jiameng_contact h2 {
	font-size: 4.8rem;
	color: #006edd;
	font-family: Arial;
	font-weight: bold;
	margin: 15px 0;
}

.jiameng_contact p {
	font-size: 18px;
	color: #8d8e95;
}

.jiameng_contact .btn_jm {
	display: block;
	width: 250px;
	height: 65px;
	background: url(../images/btn_jm.png) no-repeat 0 0;
	margin-top: 35px;
	cursor: pointer;
}

.jiameng_contact .btn_jm_copy {
	display: block;
	width: 250px;
	height: 65px;
	background: url(../images/btn_jm.png) no-repeat 0 0;
	margin-top: 60px;
	cursor: pointer;
}
