.box {
	width: 70.83vw;
	margin: 0 auto;
}

#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 2.08vw;
	top: 2.6vw;
	list-style-type: none;
	z-index: 70;
	width: 2.08vw;
	cursor: pointer;
}

.adMenu {
	width: 14.84375vw;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 65;
	padding: 5.52vw 0.52vw 0px 0.52vw;
	transition: all 0.5s ease-in-out;
	transform: translateX(-14.84375vw);
}

.adMenu.adMenuOut {
	transform: translateX(0);
}

.adMenu_close {
	background: url(../images/close.png) no-repeat;
	height: 1.3vw;
	width: 1.3vw;
	background-size: 1.3vw 1.3vw;
	position: absolute;
	top: 1.3vw;
	right: 0.68vw;
	display: block;
}

.adMenu_a1 text,
.adMenu_a1 img {
	vertical-align: middle;
}

.adMenu_a1 {
	font-size: 0.83vw;
	line-height: 2.92vw;
	color: #FFF;
	display: block;
	text-align: center;
	background-color: #fff;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 0.1vw;
}

.adMenu_a1:hover,
.adMenu_a1.on,
.adMenu dl dt.cur a {
	background: #7d1722;
}

.adLogo {
	margin: 0 auto 2.6vw auto;
	display: block;
	width: 7.08vw;
}

.adMenu_a1 img {
	margin-right: 0.52vw;
}

.adMenu dd {
	padding-left: 2.86vw;
	display: none
}

.adMneu_a2 {
	line-height: 2.4vw;
	display: block;
	height: 2.4vw;
	font-size: 0.83vw;
	color: #999999;
}

.adMneu_a2:hover,
.adMneu_a2.on {
	color: #009d95;
}

.navbar {
	background-color: #fff;
	z-index: 500;
	position: fixed;
	display: block;
	width: 100%;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	display: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

#navbar {
	display: flex;
}

.navbar.cur {
	display: block;
}


.wap_nav_sw {
	display: none;
}

.bg_f {
	background: #fff;
}

.pub_click {
	cursor: pointer;
	width: 2.08vw;
	z-index: 999;
	position: absolute;
	bottom: 2.08vw;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	animation: nextIconMv 1s linear 0s infinite;
	-webkit-animation: nextIconMv 1s linear 0s infinite;
}

@keyframes nextIconMv {
	0% {
		bottom: 3.08vw;
		opacity: 0
	}

	100% {
		bottom: 2vw;
		opacity: 1
	}
}

@-webkit-keyframes nextIconMv {
	0% {
		bottom: 3.08vw;
		opacity: 0
	}

	100% {
		bottom: 2vw;
		opacity: 1
	}
}

html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;

	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto !important;
}

#banner dl,
.index_swiper {
	padding-top: 5vw
}

.index_swiper dt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 70.83vw;
}

.index_swiper .swiper-slide dt img {
	width: 42.03125vw;
}

.index_swiper .swiper-button-next::after,
.index_swiper .swiper-button-prev::after {
	font-size: 1.04vw;
	color: #676767;
}

.index_swiper .swiper-button-prev {
	left: 0;
}

.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
	color: #fff;
	background-color: #fff;
	width: 1.5625vw;
	height: 3.125vw;
	position: absolute;
	margin-top: 0;
	right: 0;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}


#nav_lt {
	background: #2b6fd4;
}

.nav_lt {
	align-self: center;
}

#nav_lt .nav li.cur a.em,
#nav_lt .nav li:hover a.em {
	background: #558cdd;
}

.navbar .nav_lt li {
	position: relative;
	text-align: center;
}

.navbar .nav_lt li.cur em,
.navbar .nav_lt li:hover em {
	display: block;
}

.navbar .nav_lt li.cur a,
.navbar .nav_lt li:hover a {
	color: #1a6fc9;
}

.navbar .nav_lt li em {
	background: #1a6fc9;
	display: none;
	width: 2.34375vw;
	height: 0.21vw;
	margin: 0 auto;
	margin-left: auto;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	position: absolute;
	bottom: -1.93vw;
	left: 50%;
	margin-left: -1.171875vw;
}

.navbar .bg_f {
	width: 83.33%;
	margin: 0 auto;
	padding: 1.04vw 0;
}

.navbar .nav_lt li a {
	color: #383838;
	font-size: 0.9375vw;
}

.navbar .nav_lt li {
	margin-left: 1.82vw;
}

.search {
	color: #4585f4;
	font-size: 1.25vw;
	font-family: 'Times New Roman', Times, serif;
}

.search dl {
	display: flex;
	align-self: center;
}

.search span {
	align-self: center;
	position: relative;
/* 	top: 0.15625vw; */
}

.search span img:nth-child(1),
.search dl img {
	cursor: pointer;
	width: 1.04vw;
}

.search span img:nth-child(2) {
	margin: 0 0.52vw;
	width: 0.68vw;
}

.hmPage2 .img_pic {
	position: absolute;
	top: 0;
	right: 0;
}

.hmPage2 .pic_img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.hmPage2 .one {
	position: relative;
	z-index: 99;
}

.section .tit_tit h1 {
	margin-bottom: 1vw;
	color: #1a6fc9;
	font-size: 2.1875vw;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.section .tit_tit h1 em {
	display: inline-block;
	width: 1.15vw;
	height: 0.21vw;
	background: #1a6fc9;
	margin-left: 1.04vw;
}

.section .tit_tit h2 {
	display: flex;
	justify-content: space-between;
}

.section .tit_tit h2 a {
	color: #383838;
	font-weight: normal;
	font-size: 0.9375vw;
	align-self: center;
	position: relative;
	top: 0.26vw;
}

.hmPage2 .tow {
	position: relative;
	z-index: 999;
	margin-top: 2.08vw;
}

.hmPage2 .tow dt img {
	width: 6.51vw;
}

.hmPage2 .tow dl {
	width: 32.35%;
	position: relative;
	display: flex;
	padding: 1.3vw;
	color: #fff;
}

.hmPage2 .tow dd {
	padding-top: 0.75vw;
	margin-left: 1vw;
	font-size: 0.9375vw;
}

.hmPage2 .tow dd h2 {
	margin-bottom: 0.78125vw;
}

.hmPage2 .tow dl:nth-child(1) {
	background: url(../images/add_im_1.png) no-repeat;
	background-size: 100% 9.375vw;
	height: 9.375vw;
}

.hmPage2 .tow dl:nth-child(2) {
	background: url(../images/add_im_2.png) no-repeat;
	background-size: 100% 9.375vw;
	height: 9.375vw;
}

.hmPage2 .tow dl:nth-child(3) {
	background: url(../images/add_im_3.png) no-repeat;
	background-size: 100% 9.375vw;
	height: 9.375vw;
}

.hmPage2 .word {
	padding-top: 2.5vw;
}

.hmPage2 .dl {
	margin-top: 5vw;
}

.hmPage2 .dl dt {
	color: #1a6fc9;
	font-size: 2.4vw;
	position: relative;
}

.hmPage2 .dl dl {
	margin-right: 5.2vw;
}

.hmPage2 .dl dl:nth-child(2) dt i {
	font-size: 1.46vw;
}

.hmPage2 .dl dt i {
	font-size: 0.9375vw;
	position: absolute;
}

.hmPage2 .img {
	height: 27.6vw;
	overflow: hidden;
}

.hmPage2 .img img {
	object-fit: cover;
}

.section .tit_tit h2 a img {
	width: 1.04vw;
	margin-left: 0.52vw;
}

.hmPage2 .txt p {
	line-height: 2.1875vw;
}

.hmPage5 .img {
	background: url(../images/index_bg_2.png) no-repeat;
	background-size: 100% 40.7vw;
	height: 40.7vw;
	padding: 2.86vw 1.5625vw;
}

.hmPage5 {
	background: #fafafa;
}

.hmPage5 .dl a {
	display: flex;
	justify-content: space-between;
}

.hmPage5 .dl dl {
	background: #fff;
}

.hmPage5 .dl dt {
	width: 47.64%;
	height: 14.84375vw;
	overflow: hidden;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}

.hmPage5 .dl dd h2 {
	font-size: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1.08vw;
	padding-bottom: 1.08vw;
	border-bottom: 1px #f0f0f0 solid;
}

.hmPage5 .dl dd p {
	line-height: 1.46vw;
	font-size: 0.83vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 1.5625vw;
}

.hmPage5 .dl dd em {
	font-size: 0.83vw;
	font-family: 'Times New Roman', Times, serif;
	color: #367fc2;
}

.hmPage5 .dl_dl a {
	display: flex;
	justify-content: space-between;
	margin-top: 2.6vw;
}

.hmPage5 .dl_dl dt {
	width: 10.47%;
	font-size: 1.15vw;
	text-align: right;
}

.hmPage5 .dl_dl dt i {
	display: block;
	font-size: 0.83vw;
	margin-top: 0.83vw;
}

.hmPage5 {
	padding-top: 8vw;
}

.hmPage5 .footer {
	margin-top: 4.17vw;
}

.hmPage5 .dl_dl dd {
	width: 86.1%;
	border-left: 1px #f0f0f0 solid;
	padding-left: 2.08vw;
}

.hmPage5 .dl_dl dd h2 {
	font-size: 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.navbar h1 img {
	width: 11.09375vw;
}

.hmPage3 .tit_tit {
	position: relative;
	top: -10vw;
}

.section .tit_tit h2 {
	font-weight: bold;
	font-size: 1.25vw;
}

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

.mult_show_show dd,
.mult_show_show dt {
	width: 50%;
}

.ab_sen_swiperss .swiper-slide {
	border-left: 1px #e4e4e4 solid;
}

.ab_sen_swiperss .swiper-slide:nth-child(1) {
	border-left: 0;
}

.wap_one .mult_show_show dt {
	padding-left: 14.58vw;
	padding-top: 18.46vw;
	padding-right: 3.125vw;
}

.wap_one .swiper-slide dt img {
	width: 2.08vw;
}

.wap_one .mult_show_show .one {
	-webkit-transition: all .25s ease .3s;
	transition: all .25s ease .3s;
	opacity: 0;
}

.ab_sen_swiperss dl {
	padding: 1.3vw;
	width: 100%;
	cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
	cursor: pointer;
	color: #bbb;
}

.wap_tow .ab_sen_swiper {
	position: relative;
	top: 50vh;
}

.wap_tow .mult_show_show {
	position: absolute;
	top: -10vw;
	 left: 50%;
	  transform: translate(-50%, -0%);-webkit-transform:translate(-50%, -0%);
	width: 70.83vw;
}
.wap_tow .mult_show_show dl{
	justify-content: space-between;
}
.wap_tow .mult_show_show dt {
	width: 48.53%;
	text-align: center;
}
.wap_tow .mult_show_show dt  img{
	display: block;
	margin: 0 auto;
}
.wap_tow .mult_show_show dd {
	width: 44%;
	padding-top: 8vw;
}

.wap_tow .mult_show_show dd h2 {
	font-weight: bold;
	font-size: 1.25vw;
}

.wap_tow .mult_show_show dd h3 {
	font-weight: bold;
	font-size: 1.04vw;
}

.wap_tow .mult_show_show dd h6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 0.85vw;
	margin: 1vw 0;
	line-height: 1.35vw;
}

.wap_tow .mult_show_show dd p {
	background: url(../images/df.png) no-repeat 0 0.4vw;
	padding-left: 2vw;
	font-size: 0.85vw;
	line-height: 2.1875vw;
}

.wap_tow .mult_show_show a {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: block;
	width: 6.25vw;
	background: #4f60e6;
	line-height: 2.6vw;
	text-align: center;
	color: #fff;
	margin-top: 1.3vw;
}

.wap_tow .mult_show_show dd em {
	display: block;
	margin: 0.78125vw 0 1.5625vw 0;
}

.wap_one .ab_sen_swiperss .swiper-slide.swiper-slide-active {
	background: #1a6fc9;
}

.section {
	overflow: hidden;
}

.wap_one .ab_sen_swiperss .swiper-slide.swiper-slide-active dd,
.wap_one .ab_sen_swiperss .swiper-slide.swiper-slide-active dd p {
	color: #fff;
}

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

.hmPage4 .tit_tit {
	left: 54.2%;
	width: 30.5%;
	position: absolute;
	top: -10vw;
}

.hmPage4 .tit_tit h2 {
	display: flex;
	justify-content: space-between;
}

.wap_one .ab_sen_swiperss dd img {
	width: 1.82vw;
	height: 0.73vw;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.wap_one .ab_sen_swiperss .swiper-button-prev {
	left: -3.04vw;
}

.wap_one .ab_sen_swiperss .swiper-button-next {
	right: -3.04vw;
}

.wap_one .ab_sen_swiperss .swiper-slide.swiper-slide-active dt em {
	background: #fff;
}

.wap_one .ab_sen_swiperss .swiper-slide.swiper-slide-active dt span img:nth-child(2) {
	display: block;
}

.wap_one .ab_sen_swiperss .swiper-slide.swiper-slide-active dt span img:nth-child(1) {
	display: none;
}

.wap_one .ab_sen_swiperss .swiper-slide {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

}

.ab_sen_swiperss dt em {
	display: block;
	width: 1.77vw;
	height: 0.12vw;
	background: #1a6fc9;
	align-self: center;
}

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

.ab_sen_swiperss dd h2 {
	font-weight: bold;
	font-size: 1.15vw;
}

.ab_sen_swiperss dd p {
	color: #787878;
	margin-top: 0.25vw;
	font-size: 0.9375vw;
}

.ab_sen_swiperss dt span img:nth-child(2) {
	display: none;
}

.ab_sen_swiperss dt img {
	width: 2.08vw;
	height: 2.08vw;
}

.ab_sen_swiperss {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
}

.wap_one .ab_sen_swiperss {
	position: relative;
	top: 25vh;
}

.wap_one .ab_sen_swiperss .swiper-slide {
	background: #fff;

}

.wap_one .mult_show_show dt p {
	line-height: 2.1875vw;
	font-size: 0.9375vw;
}

.wap_one .mult_show_show dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hmPage5 .dl_dl dd p {
	font-size: 0.83vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.83vw;
}

.hmPage3 .img_pic {
	width: 22.92vw;
	position: absolute;
	top: 0;
	left: 0;
}

.hmPage3 .mult_show_show .one {
	opacity: 0;
	position: absolute;
	top: 0;
}

.wap_one .mult_show_show .one {
	opacity: 0;
}

.wap_one .mult_show_show .one.show {
	opacity: 1;
}

.wap_tow .mult_show_show .one {
	display: none;
}

.wap_tow .mult_show_show .one.show {
	display: block
}

.mult_tow.ab_sen_swiper {
	margin-top: -8vw;
	height: 8vw;
	background: #1c70c9;
	background-color: rgba(26, 111, 201, 0.52);
}
.ab_sen_swiper .swiper-slide dl{
	display: flex;
	justify-content: space-between;
}
.ab_sen_swiper .swiper-slide dt{
	width:50%;
}
.ab_sen_swiper .swiper-button-next,.ab_sen_swiper .swiper-button-prev {
  color: #fff;
}
.ab_sen_swiper .swiper-button-prev {
  left: -3.125vw;
}
.ab_sen_swiper .swiper-button-next {
  right: -3.125vw;
}
.ab_sen_swiper .swiper-slide dt p{
	color: #767676;
	font-size: 0.625vw;
	margin-top: 0.26vw;
}
.ab_sen_swiper .swiper-slide dt h2{
	font-weight: bold;
	font-size: 0.9375vw;
}
.ab_sen_swiper .box{
	width: 56%;
}
.ab_sen_swiper .swiper-slide dd:nth-child(2) img{
	width:3.125vw ;
	height: 4.17vw;
}
.ab_sen_swiper .swiper-slide dd{
	text-align: center;
}
.ab_sen_swiper .swiper-slide dd:last-child{
	position: absolute;
	bottom: -1vw;
	left: 50%;
	transform: translate(-50%, -0%);-webkit-transform:translate(-50%, -0%);
	width: 0.89vw;
	display: none;
}
.ab_sen_swiper .swiper-slide.swiper-slide-active dd:last-child{
	display: block;
}
.ab_sen_swiper .swiper-slide  h2{
	color: #5086e1;
}
.ab_sen_swiper .swiper-slide{
	 -moz-border-radius:12px;
	  -webkit-border-radius: 12px;
	  border-radius: 12px;
	background: -webkit-linear-gradient(left, #feffff, #c8e3fe);
	background: -o-linear-gradient(bottom, #feffff, #c8e3fe);
	background: -moz-linear-gradient(bottom, #feffff, #c8e3fe);
	background: linear-gradient(to bottom, #feffff, #c8e3fe);
	height: 6vw;
	margin: 1vw 0;
}
.hmPage5 dl:hover dd h2 {
	color: #1a6fc9
}

.hmPage5 .dl dd {
	align-self: center;
	margin: 0 1.5625vw;  width: 46%;
}

.hmPage5 .dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hmPage5 .tit_tit,
.hmPage5 .tit_tit h1 {
	color: #fff;
}

.hmPage5 .tit_tit h1 em {
	background: #fff;
}

.hmPage5 .tit_tit h2 {
	font-size: 1.25vw;
	font-weight: bold;
	margin-bottom: 1.04vw;
}

.hmPage5 .tit_tit p {
	line-height: 1.67vw;
	font-size: 0.83vw;
}

.hmPage5 .tit_tit a img {
	width: 2vw;
	display: inline-block;
	margin-top: 4.5vw;
}

.w950 {
	width: 69.85%;
}

.w345 {
	width: 25.37%;
}

.w620 {
	width: 40.59%;
}

.w680 {
	width: 50%;
}

#banner dt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 70.83vw;
	color: #fff;
}

#banner dt h2 {
	font-size: 1.77vw;
}

#banner dt h2 i {
	font-size: 1.25vw;
	margin-left: 1vw;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
}

#banner dt p {
	font-size: 1.04vw;
}

.ab_one {
	padding-bottom: 4.17vw;
}

#banner dt em {
	display: block;
	background: #fff;
	width: 6.875vw;
	height: 0.21vw;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 1.1vw 0;
}

.img_pop p img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 99;
	width: 4.17vw;
}

.ab_one .dvd {
	display: none;
}

#videoId,
.img_pop .vd {
	height: 20.3125vw;
	width: 100%;
	object-fit: cover;
	-moz-border-radius: 0.52vw;
	-webkit-border-radius: 0.52vw;
	border-radius: 0.52vw;
}

.ab_tow {
	background: #f5f6fa url(../images/ab_bg_1.png) no-repeat;
}

.ab_tow .dl {
	margin-top: 2.6vw;
}

.ab_tow dl {
	cursor: pointer;
	width: 31.76%;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 0.52vw;
	-webkit-border-radius: 0.52vw;
	border-radius: 0.52vw;
}

.ab_tow dt {
	position: absolute;
	bottom: 1.25vw;
	text-align: center;
	color: #fff;
	width: 100%;
	z-index: 999;
}

.ab_th {
	background: #f5f6fa;
	padding-bottom: 5.2vw;
}

.ab_th dl {
	background: #fff;
	-moz-border-radius: 0.52vw;
	-webkit-border-radius: 0.52vw;
	border-radius: 0.52vw;
	padding: 3.125vw;
	padding-top: 2.6vw;
	padding-bottom: 0;
}

.ab_th .w432 {
	-moz-border-radius: 0.52vw;
	-webkit-border-radius: 0.52vw;
	border-radius: 0.52vw;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.03);
}

.ab_th .w432 h6 img {
	width: 100%;
	margin-top: -2.65vw;
}

.ab_th dl h2 em {
	align-self: center;
}

.ab_th dl h2 {
	display: flex;
	justify-content: space-between;
}

.ab_th dl h2 img {
	width: 4.17vw;
}

.ab_th dl p {
	line-height: 2.1875vw;
	background: url(../images/icon_12.png) no-repeat 0 0.85vw;
	padding-left: 1vw;
}

.ab_th .w900 dl {
	padding-bottom: 2.6vw;
	width: 48.5%;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.03);
}

.ab_th .w900 dl:last-child {
	width: 100%;
	margin-top: 3%;
}

.ab_five {
	background: url(../images/ab_bg_2.jpg) no-repeat;
	background-size: cover;
	padding: 2.86vw 0;
	overflow: hidden;
}

.ab_five .show_pub .name {
	display: flex;
}

.ab_five .show_pub {
	display: block;
	position: absolute;
	top: 0;
}

.icon_pl .show_pub span {
	margin-right: 1.04vw;
	position: relative;
	top: -0.26vw;
}

.icon_pl .show_pub:nth-child(2) span,
.icon_pl .show_pub:nth-child(3) span,
.icon_pl .show_pub:nth-child(4) span {
	margin-left: 1.04vw;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.wap_show{
	display: none;
}
.icon_pl .show_pub .show_show dt img {
	width: 13.54vw;
}

.icon_pl .show_pub:nth-child(1) {
	top: 10.89vw;
	left: 13.85vw;
}

.icon_pl .show_pub:nth-child(1) .show_show {
	top: -0.95vw;
	left: -6vw;
}

.icon_pl .show_pub:nth-child(5) {
	top: 36.89vw;
	left: 10vw;
}

.icon_pl .show_pub:nth-child(5) .show_show {
	top: -22.95vw;
	left: -2.6vw;
}

.icon_pl .show_pub:nth-child(2) {
	top: 10.89vw;
	left: 45vw;
}

.icon_pl .show_pub:nth-child(2) .show_show {
	top: -0.95vw;
	left: 3vw
}

.icon_pl .show_pub:nth-child(3) {
	top: 24.89vw;
	left: 51.4vw;
}

.icon_pl .show_pub:nth-child(3) .show_show {
	top: -0.95vw;
	left: 3vw
}

.icon_pl .show_pub:nth-child(4) {
	top: 36.89vw;
	left: 45.2vw;
}

.icon_pl .show_pub:nth-child(4) .show_show {
	top: -22vw;
	left: 3vw;
}

.icon_pl .show_pub .show_show {
	position: absolute;
	z-index: 99;
}

.ab_five .show_show {
	width: 15.625vw;
	padding: 1.04vw;
	background: #fff;
	-moz-border-radius: 0.55vw;
	-webkit-border-radius: 0.55vw;
	border-radius: 0.55vw;
	display: none;
	-webkit-transition: all .25s ease .3s;
	transition: all .25s ease .3s;
}

.ab_five .show_pub.cur .show_show {
	display: block;
}

.ab_five .show_pub.cur .name span {
	opacity: 0;
}

.show_show h6 img {
	width: 0.625vw;
	position: absolute;
}

.ab_five .show_pub:nth-child(2) .show_show h6 img,
.ab_five .show_pub:nth-child(3) .show_show h6 img,
.ab_five .show_pub:nth-child(4) .show_show h6 img {
	left: -0.625vw;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ab_five .show_pub:nth-child(1) .show_show h6 img,
.ab_five .show_pub:nth-child(5) .show_show h6 img {
	right: -0.625vw;
}

.ab_five .show_pub:nth-child(5) .show_show h6 img {
	bottom: 1.063vw;
}

.ab_five .show_pub:nth-child(4) .show_show h6 img {
	bottom: 2vw;
}

.ab_five .show_show p {
	font-size: 0.83vw;
	line-height: 1.67vw;
	color: #383838;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.ab_five .show_show h2 {
	color: #3880ff;
	font-weight: normal;
	margin: 1.04vw 0 0.86vw 0;
}

.ab_five .icon_pl {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.ab_five .show_pub {
	color: #fff;
	font-size: 1.25vw;
}

.ab_five .show_pub em {
	cursor: pointer;
}

.ab_five .show_pub b {
	animation: warn 3.5s ease-out 0s infinite;
	width: 24px;
	height: 24px;
	display: block;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.32);
}

.ab_five .show_pub i {
	display: block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	background-color: #fff;
	position: relative;
	top: -18px;
	left: 6px;
}

.ab_five .word {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
}

.ab_five .word h2 {
	font-size: 1.67vw;
}

.ab_five .word em {
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	display: block;
	background: #fff;
	width: 2.92vw;
	height: 0.21vw;
	margin: 0.78125vw auto 1.15vw auto;
}

.ab_five .word p {
	font-weight: bold;
	font-size: 1.25vw;
}

@keyframes warn {
	1% {
		transform: scale(0.5);
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	100% {
		transform: scale(1.4);
		opacity: 0.5;
	}
}


@keyframes warns {
	1% {
		transform: scale(0.5);
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	100% {
		transform: scale(0.5);
		opacity: 0.5;
	}
}

.footer a {
	color: #fff;
}

.footer ul {
	display: flex;
}

.footer li {
	margin-left: 1.3vw;
	font-size: 0.85vw;
	padding-bottom: 1.04vw;
}

.footer li:nth-child(1) {
	margin-left: 0;
}

.footer {
	padding-top: 1.82vw;
	background: #1e1d22;
	color: #fff;
}

.footer .nm {
	background: url(../images/nm.png) repeat-x;
	height: 0.12vw;
	margin-bottom: 0.9375vw;
}

.footer .one_lt {
	width: 45%;
}

.footer .one_rt {
	width: 33.09%;
}

.footer .one_rt dl {
	display: flex;
}

.footer .one_lt p {
	font-size: 0.73vw;
	line-height: 1.5625vw;
}

.footer .one_lt p img {
	margin-right: 0.68vw;
}

.footer .one_rt dl:nth-child(1) h2 {
	font-size: 1.46vw;
	font-weight: bold;
	font-style: italic;
}

.footer .one_rt dl:nth-child(1) p {
	font-size: 0.73vw;
	color: #828886;
	margin-top: 0.7vw;
}

.footer .one_rt dl:nth-child(1) img {
	margin-right: 0.52vw;
	position: relative;
	top: 0.12vw;
}

.footer .one_rt dl:nth-child(2) dt {
	width: 0.12vw;
	background: url(../images/nn.png) repeat-y;
	height: 4.79vw;
	margin: 0 1.5625vw;
}

.footer .copyright {
	border-top: 1px #29292d solid;
	margin-top: 4.17vw;
	padding: 1.25vw 0;
	font-size: 0.73vw;
}

.footer .copyright a {
	margin-left: 1.5625vw;
}

.product {
	padding: 4.17vw 0;
}

.product dl {
	padding: 1.5625vw;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 3.125vw;
}

.pub_pub.product .word p {
	margin-top: 1.3vw;
}

#pages {
	display: flex;
}

.page {
	text-align: center;
	width: 100%;
	margin: 2.08vw auto;
	justify-content: center;
}

.page ul {
	justify-content: center;
}

.page li {
	background: #fdfdfd;
	border: 1px #e8e8e8 solid;
	color: #333333;
	text-align: center;
	padding: 0.42vw 0.76vw;
	margin: 0 0.5vw;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.page li:hover,
.page li.active {
	background: #2a78d9;
	border: 1px #2a78d9 solid;
	color: #fff;
	display: block;
}

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

.product dt {
	width: 45.35%;
	height: 23.7vw;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.product dl:nth-child(even) dt {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.footer .one_rt dl:nth-child(1) p:last-child {
	display: none;
}

.page {
	margin: 3.125vw auto;
}

.page li {
	padding: 0.5vw 0.75vw;
	margin: 0 0.5vw;
	font-size: 13px;
}

.product dd {
	width: 50.38%;
	align-self: center
}

.product dd h2 {
	margin-top: 2.6vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product dd a {
	display: block;
	width: 5.9375vw;
	background: #2a78d9;
	line-height: 1.98vw;
	text-align: center;
	font-size: 0.83vw;
	color: #fff;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	margin-top: 8.3vw;
}

#pub_cont {
	padding-top: 8.17vw;
}

#pub_cont .box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 2.6vw;
	border: 1px #f0f0f0 solid;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
}

#pub_cont .box.pve_nxt {
	padding: 1.04vw 2.6vw;
	margin: 1.5625vw auto 4.6875vw auto;
}

#pub_cont .box.pve_nxt a {
	color: #4f4f4f;
}

#pub_cont .box.pve_nxt p {
	width: 48.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#pub_cont .box.pve_nxt p:nth-child(2) {
	text-align: right;
}

#pub_cont .box.pve_nxt a:hover {
	color: #1a6fc9;
}

#pub_cont .box .title h2 {
	font-weight: normal;
	color: #4f4f4f;
}

#pub_cont .box .title p {
	color: #4f4f4f;
	padding: 1.5625vw 0;
	border-bottom: 1px #e8e8e8 solid;
	font-size: 0.83vw;
}

#pub_cont .box .title p em {
	margin: 0 0.68vw;
}

#pub_cont .word {
	padding-top: 1.04vw;
}

#pub_cont .word p {
	margin-top: 0.35vw;
}

#pub_cont .word p img {
	display: block;
	margin: 0 auto;
}

.news .one {
	margin: 3.65vw 0;
}

.news .tow .list a {
	display: flex;
	justify-content: space-between;
	padding: 2.6vw 0;
	border-bottom: 1px #cfcfcf solid;
}

.news .tow .list:nth-child(1) a {
	border-top: 1px #cfcfcf solid;
}

.news .tow .time {
	width: 10.29%;
	color: #b4b4b4;
	font-size: 1.25vw;
}

.news .tow .time img {
	display: block;
	float: right;
	margin-top: 1.5625vw;
	margin-right: 0.5vw
}

.news .tow .lime {
	width: 7.35%;
	background: #cfcfcf;
	height: 1px;
	position: relative;
	top: 0.85vw;
}

.news .tow dl {
	width: 63.09%;
}

.news .tow dl h2 {
	font-weight: normal;
	font-size: 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

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

.news .tow .more {
	width: 8.45%;
	color: #8c8c8c;
	border: 1px #dedede solid;
	-moz-border-radius: 152px;
	-webkit-border-radius: 152px;
	border-radius: 152px;
	padding: 0.5vw 0;
	align-self: baseline;
	text-align: center;
	font-size: 0.83vw;
}
.news .tow .list:hover .more{
	color: #fff;
	background: #1a6fc9;
	border: 1px #1a6fc9 solid;
} 
.news .tow .list:hover h2{
	color: #1a6fc9;
}
.news .tow dt em{
	display: none;
}
.news .swiper-pagination-bullet {
	width: 0.625vw;
	border-radius: 40px;
	height: 0.3125vw;
	background: var(--swiper-pagination-bullet-inactive-color, #d2d2d2);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.news .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 1.5625vw;
	background: var(--swiper-pagination-bullet-inactive-color, #2a78d9);
}

.news .swiper-horizontal>.swiper-pagination-bullets {
	bottom: 80px;
	margin-right: 3.125vw;
	width: 46.3%;
}

.news .swiper-pagination {
	text-align: right;
}

.swiper-p .news .tow .list:hover .more {
	border: 1px #2a78d9 solid;
	background: #2a78d9;
	color: #fff;
}

.news_swiper {
	padding: 2.04vw 0;
}

.news_swiper .swiper-slide {
	padding: 2.08vw;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.news_swiper .swiper-slide a {
	display: flex;
	justify-content: space-between;
}

.news_swiper .swiper-slide dt {
	width: 46.3%;
	align-self: center;
}

.news_swiper .swiper-slide dt em {
	margin: 1.04vw 0 2.08vw 0;
	display: block;
	color: #8e8e8e;
	font-size: 0.83vw;
}

.news_swiper .swiper-slide dt p {
	font-size: 0.83vw;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_swiper .swiper-slide dt h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news_swiper .swiper-slide dt i {
	width: 5.98vw;
	display: block;
	border: 1px #2a78d9 solid;
	background: #2a78d9;
	color: #fff;
	-moz-border-radius: 152px;
	-webkit-border-radius: 152px;
	border-radius: 152px;
	padding: 0.5vw 0;
	align-self: baseline;
	text-align: center;
	margin-top: 2.6vw;
	font-size: 0.83vw;
}

.news_swiper .swiper-slide dd {
	width: 48.2%;
	height: 20.05vw;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.att_one {
	background: #f5f6fa;
	padding-bottom: 4.17vw;
}

.att_one .dl {
	margin-top: 1.82vw;
}

.att_one dl {
	width: 18.24%;
	background: #fff;
	padding: 1.5625vw 0 2.08vw 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.035);
}

.att_one dt {
	font-weight: bold;
	font-size: 0.83vw;
	color: #fff;
	background: url(../images/name.png) no-repeat;
	background-size: 6.5625vw 3.125vw;
	width: 6.5625vw;
	height: 3.125vw;
	padding-left: 1.5vw;
	line-height: 2.3vw;
	margin-left: -0.5vw;
}

.att_one dd {
	padding: 0 1.35vw;
	font-size: 0.83vw;
}

.att_tow .dl {
	margin: 1.82vw auto 5.2vw auto;
}

.att_tow dl {
	width: 14.7%;
	height: 22.4vw;
	position: relative;
	color: #2a7ade;
	padding: 0 1.5625vw;
	cursor: pointer;
	padding-top: 2.86vw;
}

.att_tow dl h1 {
	font-size: 1.67vw;
}

.att_tow dl h2 {
	margin: 0.83vw 0;
}

.att_tow dl p {
	color: #383838;
}

.att_tow dl:nth-child(even) {
	background: url(../images/att_bg_1.png) no-repeat;
	background-size: 100%;
}

.att_tow dl:nth-child(odd) {
	background: url(../images/att_bg_2.png) no-repeat;
	background-size: 100%;
}

.att_tow dl.cur {
	width: 41.2%;
}

.att_tow dl:nth-child(1).cur {
	background: url(../images/att_bg_01.png) no-repeat;
	background-size: 100%;
	-moz-border-radius: 16px 0 0 16px;
	-webkit-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
}

.att_tow dl:nth-child(2).cur {
	background: url(../images/att_bg_02.png) no-repeat;
	background-size: 100%;
}

.att_tow dl:nth-child(3).cur {
	background: url(../images/att_bg_3.png) no-repeat;
	background-size: 100%;
}

.att_tow dl:nth-child(4).cur {
	background: url(../images/att_bg_4.png) no-repeat;
	background-size: 100%;
}

.att_tow dl:nth-child(5).cur {
	background: url(../images/att_bg_5.png) no-repeat;
	background-size: 100%;
	-moz-border-radius: 0 16px 16px 0;
	-webkit-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;
}

.act_one {
	background: #f5f6fa;
	padding: 3.125vw 0;
}

.act_one dl {
	width: 31.76%;
	background: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	padding: 2.08vw 0;
}

.pub_pub .act_one h2 {
	margin-top: 0.55vw;
}

.pub_pub .act_one.word p {
	margin-top: 0.8vw;
	font-size: 0.9375vw;
	padding: 0 2.6vw;
}

.maped {
	width: 100%;
	height: 25.78125vw;
	margin: 0 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: 18.58vw;
}

.contact_tc .test p {
	font-size: 0.83vw;
	color: #333;
	line-height: 1.25vw;
}

.contact_tc .txted {
	padding: 1.04vw;
	color: #666666;
	font-size: 0.78125vw;
}

.contact_tc .txted img {
	width: 0.89vw;
	height: 0.89vw;
	position: relative;
	top: 0.26vw;
	margin-right: 0.52vw;
}

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

.contact {
	padding-bottom: 3.90625vw;
}

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

.contact_tc .txted .word p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
}

.honor dl {
	width: 31.62%;
	margin-left: 2.57%;
	margin-top: 6%;
	cursor: pointer;
}

.honor dl:nth-child(3n+1) {
	margin-left: 0;
}

.honor dt:nth-child(1) {
	background: url(../images/hn_ip.png) no-repeat;
	width: 16.67vw;
	height: 18.23vw;
	margin: 0 auto;
	padding-top: 1.5vw;
	display: flex;
	justify-content: center;
	position: relative;
}

.honor dt:nth-child(1) img {
	height: 15.15vw;
}

.honor dt:nth-child(2) {
	margin-top: -0.45vw;
}

.honor dd {
	padding-left: 3.04vw;
}

.honor dd p {
	color: #2a78d9;
	margin-bottom: 0.53vw;
}

.honor dd h2 {
	color: #444;
	font-weight: normal;
}

.act_th {
	width: 47.5%;
	margin: 3.125vw auto 4.6875vw auto;
}

.act_th form p {
	margin-top: 1.04vw;
}


.act_th .btn {
	background: #6b8df9;
	width: 9.9vw;
	line-height: 2.5vw;
	text-align: center;
	color: #fff;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	margin: 3.125vw auto;
	cursor: pointer;
	font-size: 0.83vw;
}

.act_th .tip p {
	color: #adadad;
	font-size: 0.83vw;
	line-height: 1.5625vw;
}

.act_one dl img {
	width: 3.125vw;
}

.act_th .text,
.act_th .textarea {
	border: 1px #eeeeee solid;
	width: 100%;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	padding: 0.78125vw 1.5625vw;
	color: #666;
}

.act_th .textarea {
	font-family: 微软雅黑;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 9.64vw;
}

.act_th form p.flex .text {
	width: 48.5%;
}

.ab_four_add {
	margin-top: 5.2vw;
}

.lunbo dt img {
	width: 1.875vw;
}

.yhjss {
	margin-top: -3.45vw;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 4vw;
}

.ab_four {
	padding-bottom: 4vw;
}

.nmn {
	height: 2px;
	background: #deeaff;
	width: 100%;
}

.mnm {
	height: 2px;
	background: #f0f0f0;
	width: 100%;
	margin-top: -3vw;
}
.kj1 img {
	width: 43.65vw;
}

.ab_four .lunbo dd {
	position: relative;
	top: -2.4vw;
	width: 16.93vw;
	height: 10.68vw;
	background: #fff;
	padding: 1.5625vw;
	padding-left: 4.6875vw;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 6px 2px rgba(224, 232, 251, 0.6);
}

.ab_four .lunbo dt em {
	font-weight: bold;
	color: #357eff;
	font-size: 1.25vw;
	margin-bottom: 0.78125vw;
	display: block;
}

.ab_four .lunbo dt {
	margin-left: 1.5625vw;
	position: relative;
	z-index: 99;
}

.search  img{
	position: relative;
	/* top: -0.15625vw; */
}
.ab_four .lunbo dd p {
	color: #3b3b3b;
	font-size: 0.83vw;
	line-height: 1.67vw;
}
.search dl img{
	margin-right: 0.35625vw;
}
.ab_four .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 2.8vw;
	left: 0;
	width: 100%;
}
#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72);
	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 .add_mask{
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
 }
#mcover .info form p {
	border-bottom: 3px #4585f4 solid;
	display: flex;
	padding-bottom: 0.3125vw
}
.footer .one_rt dl:nth-child(2) img{
	width: 5.42vw;
}
#mcover .info form .button {
	background: url(../images/sd.png) no-repeat;
	display: block;
	width: 3.90625vw;
	height: 4.32vw;
	border: 0;
	cursor: pointer;
	background-size: 100%;
}

#mcover .info form p .text {
	width: 87%;
	background: none;
	border: 0;
	color: #9fa0a0;
	font-size: 2.6vw;
}

#mcover .info h2 {
	color: #9FA0A0;
	font-size: 0.83vw;
	margin: 0.42vw 0;
	font-weight: bold
}

#mcover .info .tag {
	/* width: 220px */
}
#video .slong1,#video .slong2{
	display: none;
}
#mcover .info .tag a {
	color: #fff;
	font-size: 0.73vw;
	margin-right: 1vw;
	margin-bottom: 0.3125vw;
	display: inline-block
}

.ab_four .swiper-pagination-bullet {
	width: 4.6875vw;
	height: 0.3125vw;
	border-radius: 50px;
	background: #f0f0f0;
}

.ab_four .swiper-pagination-bullet-active {
	background: #357eff;
}

.mask {
	position: absolute;
	top: -10.24vw;
	left: 0;
	background-image: linear-gradient(to left, rgba(254, 255, 255, 0) 0%, #feffff 100%);
	z-index: 6;
	width: 28.23vw;
	height: 26.79vw
}

.mask.mask_rt {
	right: 0;
	left: auto;
	background-image: linear-gradient(to right, rgba(254, 255, 255, 0) 0%, #feffff 100%);
}

.ab_four .lunbo dt img {
	display: block;
	margin-left: 0.52vw;
}

.ab_four .lunbo {
	width: 100%;
}

.pub_pub .att_tow dt {
	text-align: center;

}

.pub_pub .att_tow dt em {
	background: #4892ff;
	width: 2.08vw;
	height: 0.12vw;
	display: block;
	margin: 0 auto;
}

.pub_pub .att_tow dl.cur dt em {
	margin: 0;
}

.pub_pub .att_tow dl.cur dt {
	text-align: left;
}

.pub_pub .att_tow dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 1.5625vw;
}

.pub_pub .att_tow dl.cur dd p {
	-webkit-line-clamp: 13;
}

.pub_pub .att_one dd p {
	margin-top: 0.52vw;
}

.pub_pub h2 {
	font-size: 1.25vw;
	font-weight: bold;
}

.pub_tit h2 {
	font-size: 1.67vw;
}

.pub_tit p {
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, serif;
}

.pub_tit em {
	display: block;
	-moz-border-radius: 1.52vw;
	-webkit-border-radius: 1.52vw;
	border-radius: 1.52vw;
	width: 2.92vw;
	height: 0.21vw;
	background: #2a78d9;
	margin: 0.83vw auto;
}

.pub_pub .word p {
	line-height: 1.67vw;
	margin-top: 2.08vw;
	font-size: 0.83vw;
}

.pt80 {
	padding-top: 4.17vw;
}

.w630 {
	width: 46.32%;
}

.w670 {
	width: 49.26%;
}

.w432 {
	width: 31.76%;
}

.w900 {
	width: 66.18%;
}

@font-face {
	font-family: "iconfont";
	src: url('../font/font_1728743_21qvr9khf9d.eot?t=1589187377425');
	src: url('../font/font_1728743_21qvr9khf9d.eot?t=1589187377425#iefix') format('embedded-opentype'),
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../font/font_1728743_21qvr9khf9d.woff?t=1589187377425') format('woff'),
		url('../font/font_1728743_21qvr9khf9d.ttf?t=1589187377425') format('truetype'),
		url('../font/font_1728743_21qvr9khf9d.svg?t=1589187377425#iconfont') format('svg');
}
.add_attention .add_attention_item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 44px;
  margin: 8px auto 0;
  position: relative;
  width: 44px;
}
.add_attention {
  background: #fff;
  border: 1px solid rgba(237,240,247,.7);
  border-radius:0 20px 20px 0;
  box-shadow: 0 1px 10px 0 rgba(206,223,241,.2);
  left: 0;
  padding: 12px;
  position: fixed;
  top: 35%;
  width: 76px;
  z-index: 53;
}
.add_attention .add_attention_item .add_attention_item_qr {
  background-image: url(../images/xdf-qr-left-bg@2x.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 143px;
  left: 72px;
  position: absolute;
  top: -9px;
  width: 130px;
}
.add_attention .add_attention_item .add_attention_item_qr img {
  display: block;
  height: 90px;
  margin: 17px 18px 0 22px;
  width: 90px;
}
.add_attention .add_attention_item .add_attention_item_qr .add_attention_item_info {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 4px 0 0 4px;
  text-align: center;
}
.add_add img:nth-child(2){
	display: none;
}
.add_attention li{
	margin-bottom: 8px;
}
.add_attention li:hover .add_add img:nth-child(2){
	display: block;
}
.add_attention li:hover .add_add img:nth-child(1){
	display: none;
}
.add_attention .add_attention_item.cur .add_attention_item_qr{
	display: block;
}

.add_publicity_qr {
    background: rgba(0,0,0,.75);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
	display: none;
}
.add_publicity_qr .add_publicity_qr_content {
    background-color: #fff;
    border-radius: .2rem;
    left: 10%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;padding-bottom: 0.5rem;
}
.add_publicity_qr .add_publicity_qr_content .add_publicity_qr_content_title {
    color: #1e1e1e;
    font-size: .45rem;
    font-weight: 700;
    line-height: .56rem;
    margin-top: .55rem;
}
.add_publicity_qr .add_publicity_qr_content .add_publicity_qr_close {
    display: block;
    height: .5rem;
    position: absolute;
    right: .32rem;
    top: .32rem;
    width: .5rem;
}
.add_publicity_qr .add_publicity_qr_content .add_publicity_qr_content_qrimg {
    display: block;
    height: 5.2rem;
    margin: .44rem auto 0;
    width: 5.2rem;
}