.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}



.mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 99999990;
}

.mcover .info {
	width: 640px;
	height: 125vh;
	background: #fff;
	position: fixed;
	right: 0;
}

.mcover.Sign_video .info {
	width: 85%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: none;
}

.mcover.Sign_video .close {
	margin-top: 25px;
	cursor: pointer;
}

.mcover.Sign_video #video_2 {
	height: 600px;
	width: 1200px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.ab_one .word p {
	line-height: 32px;
}
video{
	width: 100%;
}
#banner img,
#swiper img {
	width: 100%;
}
.pub_pub .index_one dd p{
	text-align: left;
}
#swiper .swiper-slide img,

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}


.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}



.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 45px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px #004da1 solid;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 5px;
}

#swiper.bars .swiper-pagination-bullet {
	background-color: #875c1f;
}

#swiper.shops .swiper-pagination-bullet {
	background-color: #68b8a2;
}

#swiper.shops .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #004da1;
}


button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background-color: #004da1;
}

#swiper.bars .swiper-pagination-bullet-active {
	background-color: #fff;
}

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

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}



.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevds,
.h_lHisNextds,
.h_lHisPrev,
.h_lHisNext {
	display: block;
	position: absolute;
	bottom: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 33px;
	height: 33px;
	z-index: 9;
}


.wap_nav_sw {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	z-index: -1;
	opacity: 0;
	transition: all .5s ease;
	right: -100%;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.4);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.wap_nav_sw ul {
	width: 100%;
	background: #fff;
	height: 100vh;
}

.wap_nav_sw.header-show {
	right: 0;
}

.h_lHisPrevds {
	right: -35px;
	background: url(../images/lt.png) center center no-repeat;
	width: 30px;
	height: 30px;
}

.h_lHisNextds {
	right: -80px;
	background: url(../images/rt.png) center center no-repeat;
	width: 30px;
	height: 30px;
}


#swiper img {
	width: 100%;
	object-fit: cover;
}

.wap_nav {
	display: none
}

.box {
	width: 1200px;
	margin: 0 auto
}

#videoIds {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.video p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #29659d;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	/* background-color: rgba(41, 101, 157, 0.85); */
	background-color: rgba(0, 0, 0, 0.5);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	border-bottom: 1px rgba(255, 255, 255, 0.18) solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.14);
}

.header .nav ul {
	margin-right: 25px;
}

.header .nav li {
	padding: 0 25px;
}

.header .nav li a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 108px;
}

.header .nav li.cur em {
	display: block;
	width: 44px;
	height: 3px;
	background: #ca1431;
	margin: 0 auto;
	position: relative;
	top: 0;
}

.header .tel {
	align-self: center;
	cursor: pointer;
}

#header.header {
	background: #fff;
}

#header.header .nav li a {
	color: #383838;
}

#video {
	padding-top: 108px;
}

.video span {
	cursor: pointer;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	animation-name: bounce;
}

.video h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.index_one {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	background: url(../images/bg_1.jpg) no-repeat;
	height: 385px;
	overflow: hidden;
}

.index_one dl {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
}

.index_one dd h2 {
	font-size: 20px;
	color: #1b70b9;
	margin-bottom: 30px;
}

.index_one dt p {
	margin: 20px auto;
}

.index_one dt h2 {
	color: #1b70b9;
	font-size: 30px;
	font-weight: bold;
}

.pt60 {
	padding: 60px 0;
}

.pt75 {
	padding: 75px 0;
}

.pub_pub .word p,
.pub_pub dd p {
	color: #383838;
	font-size: 15px;
	line-height:26px;
}

.index_tow {
	background: url(../images/bg_2.jpg) no-repeat;
	height: 420px;
	padding-top: 55px;
	background-size: 100% 100%;
}

.w535 {
	width: 535px;
}

.index_tow h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.index_tow .word p {
	color: #fff;
}

.index_th {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	padding: 10px 0;
	height: 230px;
}

.index_th .dl div {
	width: 33.33%;
	border-left: 1px #f2f2f2 solid;
	height: 210px;
}

.index_th .dl div:nth-child(1) {
	border: 0;
}

.index_th .dl h2 {
	position: relative;
	font-size: 42px;
	color: #2d6aa9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.index_th .dl h2 i {
	font-size: 24px;
	position: absolute;
	top: 0;
	margin-left: 10px;
}

.index_th .dl dl {
	padding: 30px 0;
	position: relative;
	

}

.index_th .dl p {
	margin: 15px auto;
}

.index_th .dl h3 {
	font-size: 20px;
	font-weight: bold;
}

.index_th .dl div.cur dl {
	background: #1b70b9;
	width: 340px;
	height: 270px;
	margin: -30px auto 0 auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	padding-top: 60px;
	overflow: hidden;
}

.index_th .dl img {
	display: none;
	width: 90px;
}

.index_th .dl div.cur h2,
.index_th .dl div.cur p {
	color: #fff;
}

.index_th .dl div.cur img {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.pub_tit h2 {
	font-size: 30px;
	color: #1b70b9;
	font-weight: bold;
	padding-bottom: 18px;
}

.index_four {
	background: url(../images/bg_3.jpg) no-repeat;
	height: 585px;
	background-size: 100% 100%;
}

.index_five .word,
.index_five .img {
	width: 560px;
}

.index_five dl h2 {
	font-size: 20px;
	margin: 18px 0 10px 0;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_five p {
	color: #686868;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_five em {
	display: block;
	width: 130px;
	line-height: 40px;
	text-align: center;
	border: 1px #eeeeee solid;
	margin-top: 25px;
}

.index_five .word dl {
	padding-bottom: 35px;
	border-bottom: 1px #eeeeee solid;
}

.index_five .word dl:nth-child(1) {
	margin-bottom: 35px;
}

.index_five em i {
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/to.png) no-repeat;
	margin-left: 8px;
}

.index_five dl:hover em {
	background: #1b70b9;
	color: #fff;
	border: 1px #1b70b9 solid;
}

.index_five dl:hover h2 {
	color: #1b70b9;
}

.index_five dl:hover em i,
.index_five .img em i {
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/to_w.png) no-repeat;
	margin-left: 8px;
}

.index_five .dl {
	margin-top: 35px;
}

.index_five .img dt {
	height: 250px;
	overflow: hidden;
}

.index_five .swiper-container {
	text-align: left;
	padding-top: 45px;
}

.index_five .img dl {
	background: #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.index_five .img dd {
	padding: 12px 35px 30px 35px;
}

.index_five .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 2px #bdbdbd solid;
	background: #bdbdbd;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin-left: 10px;
}

.index_five .swiper-pagination-bullet-active {
	background-color: #ca1431;
	border: 2px #ca1431 solid;
}

.index_five .img em {
	background: #1b70b9;
	color: #fff;
}

.index_five .swiper-pagination {
	position: absolute;
	top: 0;
	right: 0;
}

.index_five .img dl {
	margin-top: 25px;
}

.index_five .img dd h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}

.index_six {
	background: #f2f2f2 url(../images/bg_4.jpg) no-repeat;
	background-size: 100%;
}

.index_six .form {
	background: #fff;
	padding: 40px;
	margin-top: 80px;

}

.index_six .form .word {
	width: 590px;
}

.index_six .form .map {
	width: 500px;
}

.index_six .form .word p.flex span {
	width: 285px;
}

.index_six .form .word span {
	display: block;
	border: 1px #dcdcdc solid;
	background: #fcfcfc;
	padding: 10px 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 25px;
}

.index_six .form .word p.end em {
	align-self: baseline;
}

.index_six .form .word span.flex {
	display: flex;
}

.index_six .form .word .text,
.index_six .form .word .textarea {
	width: 85%;
	border: 0;
	padding-left: 10px;
	font-family: 微软雅黑;
}

.index_six .form .word .textarea {
	height: 130px;
}

.index_six .form h6 {
	width: 300px;
	line-height: 48px;
	background: #1b70b9;
	padding: 0 25px;
	color: #fff;
	cursor: pointer;
	float: right;
	display: flex;
	justify-content: space-between;
}

.index_six .form h6 i {
	background: url(../images/go.png) no-repeat;
	width: 19px;
	height: 16px;
	display: inline-block;
	align-self: center;
}


.maped {
	width: 100%;
	height: 370px;
	margin: 0 auto;
}

.contact_tow {
	border: 1px #d02127 dashed;
	padding: 20px;
	margin: 0 auto 60px auto;
}

.contact_tc {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 70%;
}

.contact_tc .txted {
	padding: 20px;
	color: #666666;
	font-size: 15px;
}

.contact_tc .txted img {
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.contact_tc p a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.contact_tc .txted b {
	display: block;
	color: #212121;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}

.index_nine {
	background: #f2f2f2;
}

.index_nine dl {
	width: 33.33%;
	display: flex;
}

.index_nine dd {
	width: 280px;
	margin-left: 25px;
}

.index_nine dd h2 {
	font-size: 20px;
	margin-bottom: 12px;
}

.index_nine dd p {
	width: 225px;
}

.footer {
	background: #f2f2f2;
}

.footer .foot {
	padding-top: 60px;
}

.footer .foot h2 img {
	margin: 0 20px;
}

.footer .foot span {
	padding: 40px 0 20px 0;
	display: flex;
	justify-content: center;
}

.footer .foot span i {
	margin: 0 25px;
}

.footer .foot span i:last-child {
	display: none;
}

.footer .foot h3 {
	position: absolute;
	right: 0;
	cursor: pointer;
	bottom: 0;
}

.footer .CopyRight {
	border-top: 1px #e1e1e1 solid;
	padding: 25px 0;
}

.footer .CopyRight a {
	margin-left: 25px;
}

.wap_sw {
	display: none;
}

.where {
	border-bottom: 1px #d7d7d8 solid;
	padding: 25px 0;
	text-align: right;
}

.where img {
	position: relative;
	top: -3px;
	margin-right: 5px;
}

.where i {
	margin: 0 6px;
}

.where a:hover {
	color: #ca1431;
}

.product .pro_one .bg {
	background: url(../images/bg_6.jpg) no-repeat;
	height: 824px;
	margin-top: 30px;
	padding-top: 60px;
	background-size: 100% 100%;
}

.pro_one .img {
	width: 415px;
}

.pro_one .img em {
	display: block;
	width: 190px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #1d7cc7;
	margin: 40px 0 0 45px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	cursor: pointer;
}

.pro_one .test {
	width: 660px;
}

.pro_one .test .txt p {
	line-height: 32px;
}

.pro_one .test .name h1 {
	font-size: 24px;
	font-weight: bold;
	color: #1b70b9;
	margin: 50px 0 30px 0;
}

.pro_one .test .dl dl {
	display: flex;
}

.pro_one .test dt {
	width: 113px;
}

.pro_one .test dd {
	background: #fff;
	height: 95px;
	width: 432px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-left: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 25px;
}

.pro_one .test dd img {
	position: absolute;
	left: -10px;
	top: 35px;
}

.pro_one .test dd h2 {
	font-size: 20px;
	color: #1b70b9;
	font-weight: bold;
	margin-bottom: 15px;
}

.pro_one .test .dl dl {
	margin-top: 20px;
}

.pro_one .test .dl dl:nth-child(2) {
	margin-left: 35px;
}

.pro_one .test .dl dl:nth-child(3) {
	margin-left: 70px;
}

.pro_one .test .dl dl:nth-child(4) {
	margin-left: 105px;
}

.pro_tow {
	background: #f8f8f8;
}

.pro_tow dl {
	padding: 45px 0;
}

.pro_tow dd {
	margin-top: 40px;
}

.pro_tow dl span {
	background: url(../images/ft.png) no-repeat 0 1px;
	padding-left: 30px;
}

.pro_tow dd {
	display: flex;
	justify-content: space-between;
}

.pro_tow dl span em {
	font-weight: bold;
}

.pro_th {
	background: url(../images/bg_7.jpg) no-repeat;
	background-size: 100% 100%;
}

.pro_th .dl {
	padding-top: 40px;
}

.pro_th dl {
	position: relative;
	width: 840px;
	margin: 0 auto;
}
.pro_th dt{
	width: 615px;
	margin: 0 auto 30px auto;
}
.pro_th dd {
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.12);
	font-size: 22px;
	line-height: 32px;
	padding: 25px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}

.pro_th dd p {
    width: 40%;
		background: url(../images/ft.png) no-repeat 0 8px;
		padding-left: 40px;
}

.pro_th dt {
	position: relative;
	z-index: 999;
}

.add_ck {
	background: #1b70b9;
	width: 190px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 50px auto 0 auto;
	cursor: pointer;
}

.pro_four .one .test {
	width: 500px;
}

.pro_four .one .img {
	width: 665px;
	height: 330px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.pro_four .one {
	margin: 45px auto;
}

.pro_four .one h2,
.pro_four .tow h2 {
	font-size: 24px;
	color: #1b70b9;
	margin-bottom: 24px;
}

.pro_four .one .pt {
	margin-top: 26px;
}

.pro_four .one .pt dl {
	width: 235px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	display: flex;
	align-self: center;
}

.pro_four .one .pt dt {
	width: 45px;
}

.pro_four .one .pt dd {
	width: 115px;
	margin-left: 16px;
	align-self: center;
}

.pro_four .tow dl dd {
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	height: 295px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pro_four .tow dl:nth-child(1) {
	width: 680px;
}

.pro_four .tow dl:nth-child(2) {
	width: 480px;
}

.pro_four .tow dl dd img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.pro_five .swiper-slide img {
	width: 100%;
}

.pro_five {
	background: url(../images/bg_8.jpg) no-repeat;
	padding-bottom: 90px;
	background-size: 100% 100%;
}

.pro_four .add_ck {
	bottom: 0;
	margin-top: 60px;
}

.pro_five .comBox4 {
	margin: 40px auto 0 auto;
}

.pro_five .comBox4 .swiper-slide {
	opacity: 0.5;
}

.pro_five .comBox4 .swiper-slide-active {
	top: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pro_five .comBox4 .swiper-pagination-bullet {
	background: #fff;
	width: 30px;
	height: 2px;
	border: 0
}

.pro_five .comBox4 .swiper-pagination-bullet-active {
	background: #007aff;
}

.pro_five .swiper-pagination {
	text-align: center;
	padding-top: 40px;
}

.pro_five .add_ck {
	bottom: -45px;
}

.banner h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.banner span {
	cursor: pointer;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}


.news .one {
	background: #fff;
	margin: 55px auto;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.14);
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.news .one dt {
	width: 435px;
	height: 305px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.news .one dd {
	width: 650px;
	align-self: center;
}

.news .one dl {
	display: flex;
	justify-content: space-between;
}

.news .one .swiper-container {
	text-align: left;
	overflow: hidden;
}

.news .one dd h2 {
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.news .one dd em {
	font-size: 16px;
	color: #8e8e8e;
	display: block;
	margin: 16px 0;
}

.news .one dd p {
	color: #666;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .one dd span {
	display: block;
	width: 130px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #1b70b9;
	margin-top: 50px;
}

.news .one #swiper dd span img {
	width: 14px;
	background: none;
	margin-left: 10px;
}

.news .one #swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px #c9c9c9 solid;
	background: #c9c9c9;
}
.ab_four  .pub_tit p:last-child{
	margin-top:20px;
}
.news .one #swiper .swiper-pagination-bullet-active {
	border: 2px #1b70b9 solid;
	background: #1b70b9;
}

.news .one #swiper .swiper-pagination {
	float: right;
	position: relative;
	bottom: 60px;
	z-index: 9999999999;
}
.news .one dd span a{
	color: #fff;
}
.news .tow dl {
	background: #fff;
	margin: 20px auto 0 auto;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.08);
	padding: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
.header .logo  img{
	width: 190px;
}
.news .tow a {
	display: flex;
	justify-content: space-between;
}

.news .tow dt {
	width: 160px;
	height: 120px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.news .tow dd {
	width: 915px;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.news .tow dd span {
	width: 110px;
	color: #909090;
	font-size: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news .tow dd span img {
	margin-top: 20px;
}

.news .tow dd .txt {
	width: 790px;
}

.news .tow dd h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: 15px;
}

.news .tow dd p {
	color: #666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news dl:hover h2 {
	color: #1b70b9;
}

.page {
	text-align: center;
	width: 100%;
	margin: 40px auto 95px auto;
	justify-content: center;
}

.page ul {
	justify-content: center;
}

.page li {
	background: #fdfdfd;
	border: 1px #e8e8e8 solid;
	color: #282828;
	font-size: 16px;
	text-align: center;
	padding: 8px 15px;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.page li:hover,

.page li.active {
	background: #005bac;
	border: 1px #005bac solid;
	color: #fff;
	display: block;
}

.page li:hover a {
	color: #fff;
}

#header {
	border-bottom: 1px #e7e7e7 solid;
}

#pub_cont {
	padding-top: 180px;
}

#pub_cont .cont_cont {
	width: 800px;
}

#pub_cont .nav_nav {
	width: 355px;
}

#pub_cont .cont_cont .tit {
	color: #4d4d4d;
}

#pub_cont .cont_cont .tit h2 {
	font-size: 24px;
}

#pub_cont .cont_cont .tit p {
	font-size: 16px;
	padding: 20px 0;
	border-bottom: 1px #e7e7e7 solid;
}

#pub_cont .cont_cont .word p {
	line-height: 42px;
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 35px;
}

.pev_net {
	border-top: 1px #e7e7e7 solid;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 80px;
}

.pev_net p {
	margin-top: 30px;
}

.pev_net a:hover {
	color: #196fb8;
}

.pev_net img {
	margin-right: 35px;
	cursor: pointer;
}

#pub_cont .nav_nav .name {
	font-size: 24px;
	color: #4d4d4d;
}

#pub_cont .nav_nav .name img {
	margin-right: 15px;
}

#pub_cont .nav_nav a {
	display: flex;
	justify-content: space-between;
	padding: 22px 0;
	border-bottom: 1px #efefef solid;
}

#pub_cont .nav_nav dt {
	width: 105px;
	height: 80px;
	overflow: hidden;
	border: 2px #abaeb7 solid;
}

#pub_cont .nav_nav dd {
	width: 225px;
}

#pub_cont .nav_nav dd h2 {
	color: #6d6d6d;
	line-height: 26px;
}

#pub_cont .nav_nav dd p {
	color: #6d6d6d;
	font-size: 15px;
	margin-top: 5px;
}

#pub_cont .nav_nav a:hover h2 {
	color: #196fb8;
}

.banner .see {
	display: block;
	margin: 25px auto 0 auto;
	cursor: pointer;
}

.ab_one .word,
.ab_tow .dl {
	margin-top: 40px;
}

.ab_tow .dl {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.12);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: flex;
}

.w50 {
	width: 50%;
}

.ab_tow .dl .word {
	padding: 0 25px;
	align-self: center;
}

.ab_tow .dl .word p {
	line-height: 32px;
}

.ab_th {
	background: url(../images/bg_9.jpg) no-repeat;
	background-size: 100% 100%;
}

.ab_th.pt60 {
	padding-top: 35px;
}

.ab_th .pub_tit h2 {
	color: #fff;
}

.ab_th .pub_tit p {
	width: 770px;
	color: #fff;
	line-height: 32px;
	margin: 0 auto;
}

.ab_th .img {
	margin-top: 10px;
}

.ab_four dt {
	display: flex;
	justify-content: space-between;
	color: #1b70b9;
	font-size: 18px;
}

.ab_four dl {
	border: 1px #f2f2f2 solid;
	width: 390px;
	padding: 25px 20px;
	margin-bottom: 15px;
}
.ab_four dl:nth-child(4),
.ab_four dl:nth-child(5),
.ab_four dl:nth-child(6){
	margin-bottom: 0;
}
.ab_four dl:hover {
	background: #1b70b9;
}

.ab_four dl:hover dd,
.ab_four dl:hover dt {
	color: #fff;
}

.ab_four .dl {
	margin-top: 35px;
}

.ab_four dt h2 {
	line-height: 30px;
	width: 225px;
	font-weight: bold;
}

.ab_four dd {
	line-height: 30px;
	margin-top: 25px;
}

.jobs .one {
	border: 1px #e8e8e8 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
}

.jobs {
	padding-top: 60px;
}

.jobs .txt p {
	font-size: 15px;
	color: #515151;
	line-height: 32px;
}

.jobs .one h2 {
	font-size: 20px;
}

.jobs .one h2 em {
	width: 6px;
	height: 20px;
	background: #059fee;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	color: #000;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	top: 18px;
	margin-right: 20px;

}

.jobs .one .more {
	align-self: flex-end;
}

.jobs .one .name em {
	color: #515151;
	align-self: center;
}

.jobs .one .more span {
	display: block;
	width: 130px;
	text-align: center;
	line-height: 40px;
	background: #1b70b9;
	color: #fff;
}

.jobs .one .more img {
	margin-left: 6px;
}

.jobs .one:hover {
	border: 1px #1b70b9 solid;
}

.jobs .one .txt {
	padding-left: 25px;
	margin-top: 10px;
}

.job_one {
	background-color: #f4f4f4;
	padding: 60px 0;
}

#jobs {
	padding-top: 108px;
}

.job_one h2,
.job_one span a {
	font-size: 20px;
}

.job_one span a {
	padding: 10px 20px;
	display: inline-block;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	font-size: 17px;
}

.job_one span a:nth-child(1) {
	color: #1970b9;
	border: 2px #1970b9 solid;
	background: #fff;
}

.job_one span a:nth-child(2) {
	color: #fff;
	border: 2px #ca1431 solid;
	background: #ca1431;
	margin-left: 20px;
}

.job_one .word p,
.job_tow .one p {
	font-size: 15px;
	color: #575757;
	line-height: 42px;
}

.job_tow {
	padding: 30px 0;
	border-bottom: 2px #f4f4f4 solid;
}

.job_tow .one .tit h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.job_tow .one p {
	font-size: 16px;
	background: url(../images/five.jpg) no-repeat 0 20px;
	padding-left: 15px;
}

.file {
	position: relative;
	display: inline-block;
	background: #dddfe3;
	border: 1px solid #dddfe3;
	border-radius: 4px;
	overflow: hidden;
	color: #0d285d;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
	margin-left: 10px;
	width: 280px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	align-self: center;
}

.file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	width: 280px;
	height: 100px;
}

.job_tow .all dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #eeeeee solid;
	padding: 30px 0;
}

.job_tow .all dl dt p {
	font-size: 14px;
	color: #6e6e6e;
	background: none;
	padding-left: 0;
}

.job_tow .all dl:last-child {
	border: 0;
}

.job_tow .all dl h2 i {
	color: #fe0101;
}

#form p {
	background: none;
	background: #fbfbfb;
	border: 1px #efefef solid;
	margin-top: 30px;
	width: 585px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

#form p img {
	margin-right: 15px;
}

#form p i {
	color: #fe0101;
}

#form p .text {
	padding: 8px;
	width: 75%;
	border: 0;
	background: #fbfbfb;
}

#form .img {
	margin-top: 30px;
	cursor: pointer;
}

.header.add_head .logo img:nth-child(2),
.header.add_head.fix .logo img:nth-child(1),
.header.add_head .tel img:nth-child(2),
.header.add_head.fix .tel img:nth-child(1) {
	display: none;
}

.header.add_head.fix .logo img:nth-child(2),
.header.add_head.fix .tel img:nth-child(2) {
	display: block;
}

.header.add_head.fix {
	background: #fff;
}

.header.add_head.fix .nav li a {
	color: #383838;
}

.ck_form {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999;
	display: none;
	transition: all .5s ease;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
}

.ck_form .close {
	float: right;
	padding: 15px;
	cursor: pointer;
}

.ck_form .info {
	width: 535px;
	background: #fff;
	border-top: 5px #1b70b9 solid;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;height: 34vw;
overflow-y: scroll;
}

.ck_form .tit {
	clear: ;
}

.ck_form .tit h2 {
	font-size: 1.24vw;
}

.ck_forms {
	padding: 1.3vw 2.86vw;
}

.ck_forms p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.04vw;
}

.ck_forms em {
	width: 30%;
	align-self: center;
}

.ck_forms em b {
	font-weight: normal;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
	width:70%;
}

.ck_forms em i {
	color: #ff0000;
}

.ck_forms .text,
.ck_forms .textarea {
	width: 70%;
	border: 1px #eeeeee solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
	font-family: 微软雅黑;
}

.ck_forms span {
	width: 70%;
	position: relative;
}

.ck_forms span .button {
	position: absolute;
	right: 0;
	background: #efefef;
	border: 0;
	padding: 11px 20px;
	cursor: pointer;
}

.ck_forms .send {
	width: 270px;
	line-height: 52px;
	text-align: center;
	background: #1b70b9;
	color: #fff;
	font-size: 1.04vw;
	margin: 35px auto 10px auto;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	cursor: pointer;
}

#s_province,
#s_city {
	width: 48%;
	background: #fff;
	border: 1px #eeeeee solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
	font-family: 微软雅黑;
}


.menu-down dl a {
	display: block;
}

.menu-down {
	margin-top: 0;
}

.header .nav li {
	position: relative;
}

.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 109px;
	width: 200%;
	background: #fff;
	opacity: 1;
	visibility: hidden;
	left: -50%;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
	
	
	
	
}
.wap_show{
	display: none;
}
.header .nav li .menu-pub ul {
	margin-right: 0;
}

.header .nav li .menu-pub ul ul {
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0;
	background: #fff;
	display: none;
}

.header .nav li .menu-pub ul li.cur ul {
	display: block;
}

.header .nav li .menu-pub a {
	line-height: 48px;
	color: #333;
	font-size: 16px;
	text-align: left;

}

.header .nav li .menu-pub li {
	background: url(../images/no_no.png) no-repeat 10px 22px;
	padding-left: 25px;
	border-bottom: 1px #ededed solid;
	display: flex;
	justify-content: space-between;
}

.header .nav li .menu-pub li i {
	background: url(../images/no.png) no-repeat;
	display: block;
	width: 8px;
	height: 8px;
	align-self: center;
}

.header .nav li .menu-pub ul li.cur i {
	background: url(../images/on.png) no-repeat;
}

.header .nav li .menu-pub ul li.cur {
	background: url(../images/on_on.png) no-repeat 10px 22px;
}

.header .nav li .menu-pub ul li.cur li i {
	background: none;
}

.header .nav li .menu-pub li:last-child {
	border-bottom: 0;
}
.header .nav li:hover a{
	
}
.header .nav li:hover .menu-pub {
/* 	z-index: 2;
	transform: translate(0, 0px);
	opacity: 1;
	visibility: visible;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s; */
	
	z-index: 2;
	opacity: 1;
	visibility: visible;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s;
}

.index_four .pt60 {
	padding-bottom: 40px;
}

.index_four .swiper_th_1 {
	margin-top: 35px;
}

.index_four .swiper_th_1 dt em,
.index_four .swiper_th_2 dt em{
	display: block;
	width: 118px;
	text-align: center;
	line-height: 36px;
	background: #1b70b9;
	margin: 0 auto;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.index_four .swiper_th_1 dd,
.index_four .swiper_th_2 dd{
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	height: 210px;
	margin-top: -18px;
	padding: 35px 15px;
}

.index_four .swiper_th_1 dd p,
.index_four .swiper_th_2 dd p{
	font-size: 13px;
	line-height: 20px;
	background: url(../images/five.jpg) no-repeat 0 10px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 10px;
}

.index_four .swiper_th_1,
.index_four .swiper_th_2{
	text-align: left;
	padding-bottom: 150px;
}

.index_four .swiper_th_1 h6,
.index_four .swiper_th_2 h6{
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.index_four .swiper_th_1 h6 img:nth-child(2),
.index_four .swiper_th_1 .swiper-slide dl:hover h6 img:nth-child(1),
.index_four .swiper_th_2 h6 img:nth-child(2),
.index_four .swiper_th_2 .swiper-slide dl:hover h6 img:nth-child(1){
	display: none;
}

.index_four .swiper_th_1 .swiper-slide dl:hover h6 img:nth-child(2),
.index_four .swiper_th_2 .swiper-slide dl:hover h6 img:nth-child(2){
	display: block;
}

.img_pic img {
	position: relative;
	bottom: 200px;
}
.swiper_th_2{
	display: none;
}
.index_four .swiper_th_1 .swiper-slide ,
.index_four .swiper_th_2 .swiper-slide {
	position: relative;
}

.index_four .swiper_th_1 .swiper-slide dl:hover dd ,
.index_four .swiper_th_2 .swiper-slide dl:hover dd {
	background: #1b70b9;
}

.index_four .swiper_th_1 .swiper-slide dl:hover dd p,
.index_four .swiper_th_2 .swiper-slide dl:hover dd p{
	color: #fff;
}

.index_four .swiper_th_1 .swiper-slide dl:hover dt em ,
.index_four .swiper_th_2 .swiper-slide dl:hover dt em {
	background: #fff;
	color: #1b70b9;
}

.index_four .swiper_th_1 .swiper-slide dl:hover dd p,
.index_four .swiper_th_2 .swiper-slide dl:hover dd p{
	background: url(../images/five.png) no-repeat 0 10px;
}

.index_four .swiper_th_1 .swiper-slide:nth-child(1) {
	top: 110px;
}

.index_four .swiper_th_1 .swiper-slide:nth-child(2) {
	top: 80px;
}

.index_four .swiper_th_1 .swiper-slide:nth-child(3) {
	top: 50px;
}

.index_four .swiper_th_1 .swiper-slide:nth-child(4) {
	top: 20px;
}


#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999999999999999;
	display: none
}

#mcover .info {
	width: 589px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}

#mcover .info form p {
	border-bottom: 3px #1b70b9 solid;
	display: flex;
	padding-bottom: 6px
}

#mcover .info form .button {
	background: url(../images/sd.png) no-repeat;
	display: block;
	width: 25px;
	height: 26px;
	border: 0;
	cursor: pointer;
	background-size: 25px 26px;
	font-size: 0;
}

#mcover .info form p .text {
	width: 95%;
	background: none;
	border: 0;
	color: #fff;
}

.banner .img img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.animated {
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.index_five .img .swiper-button-nexts {
	position: absolute;
	right: 50px;
	bottom: 0;
	cursor: pointer;
	z-index: 999999999999999;
}

.index_five .img .swiper-button-prevs {
	position: absolute;
	right: 10px;
	bottom: 45px;
	cursor: pointer;
	z-index: 999999999999999;
}

.index_five .img .swiper-button-nexts {
	position: absolute;
	right: 60px;
	bottom: 45px;
	cursor: pointer;
	z-index: 999999999999999;
}

.pro_five .swiper-container {
	overflow: hidden;
}

.pro_th .box {
	overflow: hidden;
}

.product .h_lHisPrevd,
.product .h_lHisNextd {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	cursor: pointer;
	z-index: 999999;
}

.pro_four .one .img #swiper {
	height: 300px;
}

.product .h_lHisPrevd {
	left: 15px;
}

.product .h_lHisNextd {
	right: 15px;
}



.pro_four .one .pt dl:hover {
	background: #1b70b9;
}

.pro_four .one .pt dl:hover dd,
.pro_one .test dl:hover h2,
.pro_one .test dl:hover {
	color: #fff;
}

.pro_one .test dl:hover dd {
	background: #1b70b9;
}

.pro_one .test dl:hover dd img:nth-child(1),
.pro_one .test dl dd img:nth-child(2) {
	display: none;
}

.pro_one .test dl:hover dd img:nth-child(2) {
	display: block;
	left: -16px;
}

.slide-fade-enter-active {
	transition: all .3s ease
}

.slide-fade-leave-active {
	transition: all .3s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter,
.slide-fade-leave-to {
	opacity: 0
}

.p1-fade-enter-active {
	transition: all .6s ease
}

.p1-fade-leave-active {
	transition: all .6s cubic-bezier(1, .5, .8, 1)
}
.pro_th .dl{
	min-height: 465px;
}
.pro_four .one{
	min-height:330px;
}
.pro_four .tow{
	min-height:350px;
}
/* .ab_one .word{
	height: 65px;
} */

.p1-fade-enter,
.p1-fade-leave-to {
	opacity: 0
}
.index_one dl,.w535,.index_th .opss,.index_four .swiper-slide,.index_four .img_pic,.index_five .dl,.index_six .forms
,.pro_one .img,.pro_one .test,.pro_tow dl img ,.pro_tow dd,.pro_th  dl,.pro_four .one .test
,.pro_four .one .img  ,.pro_four .tow dl:nth-child(1),.pro_four .tow dl:nth-child(2),.ab_one .word,
.ab_tow .img,.ab_tow .word,.ab_th .pub_tit p,.ab_th .img,.ab_four .dl{
	opacity: 0;
}
.index_one dl.fade-enter-left,.w535.fade-enter-left,.index_th .op.fade-enter-left,.index_four .swiper-slide.fade-enter-left,.index_four .img_pic.fade-enter-left
,.pro_one .img.fade-enter-left,.pro_one .test.fade-enter-left ,.pro_tow dl img.fade-enter-left,.pro_tow dl img.fade-enter-left1,.pro_tow dl img.fade-enter-left2 
,.pro_tow dd.fade-enter-left2,.pro_th dl:nth-child(1).fade-enter-left,.pro_th  dl:nth-child(2).fade-enter-left1,
.pro_four .tow dl:nth-child(1).fade-enter-left,.pro_four .tow dl:nth-child(2).fade-enter-left1
,.pro_four .one .test.fade-enter-left,.ab_tow .img.fade-enter-left,.ab_tow .word.fade-enter-left1,.ab_th .img.fade-enter-left1
,.pro_four .one .img.fade-enter-left1 ,.ab_one .word.fade-enter-left,.ab_th .pub_tit p.fade-enter-left1,.ab_four .dl.fade-enter-left{
	opacity: 1;
}
.index_five .dl.fade-enter-left,.index_six .form.fade-enter-left{
	opacity: 1;
}
.fade-enter-left {
	-webkit-animation: fade-enter-left 2s ease;
	animation: fade-enter-left 2s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}

.fade-enter-left1 {
	-webkit-animation: fade-enter-left 2.5s ease;
	animation: fade-enter-left 2.5s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade-enter-left2 {
	-webkit-animation: fade-enter-left 3s ease;
	animation: fade-enter-left 3s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade-enter-left3 {
	-webkit-animation: fade-enter-left 3.5s ease;
	animation: fade-enter-left 3.5s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade-enter-left4 {
	-webkit-animation: fade-enter-left 1.4s ease;
	animation: fade-enter-left 1.4s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade-enter-left5 {
	-webkit-animation: fade-enter-left 1.7s ease;
	animation: fade-enter-left 1.7s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.pro_tow dl{
	min-height: 540px;
}
.pro_th dl:nth-child(2) img{
	position: relative;
	top: -30px;
}
@-webkit-keyframes fade-enter-left {
	0% {
		opacity: 0;
	}

	/*初始状态 透明度为0*/
	25% {
		opacity: 0.25;
	}

	/*过渡状态 透明度为0*/
	50% {
		opacity: 0.5;
	}

	/*过渡状态 透明度为0*/
	75% {
		opacity: 0.75;
	}

	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}

	/*结束状态 透明度为1*/
}

@keyframes fade-enter-left {
	0% {
		opacity: 0;
	}
	
	/*初始状态 透明度为0*/
	25% {
		opacity: 0.25;
	}
	
	/*过渡状态 透明度为0*/
	50% {
		opacity: 0.5;
	}
	
	/*过渡状态 透明度为0*/
	75% {
		opacity: 0.75;
	}
	
	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}
}

.ab_four dt img {
	width:  60px;
	align-self: baseline;
}
.ab_one.pt60{
	padding-bottom: 0;
}