.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

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

#banner img,
#swiper img {
	width: 100%;
}


.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-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.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 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.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: 12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 5px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#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: #fff;
}


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 {

	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 40px;
}

#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_lHisPrevd,
.h_lHisNextd,
.h_lHisPrev,
.h_lHisNext {
	display: block;
	position: absolute;
	top: 50%;
	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;
	left: -100%;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.4);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

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

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

.h_lHisPrevd {
	left: -80px;
	background: url(../images/lt.png) center center no-repeat;
	width: 72px;
	height: 73px;
}

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

/* #swiper{
	position: absolute;
	width: 100%;
	top: 0;
} */
#swiper img {

	width: 100%;
	object-fit: cover;
}

.wap_nav {
	display: none
}

.box {
	width: 68%;
	margin: 0 auto
}

body.fix {
	position: fixed;
	top: 0;
	width: 100%;
}

.header .nav li {
	line-height: 80px;
	width: 14.2857%;
	text-align: center;
	border-top: 4px #fff solid;
}

.header .nav li.cur {
	border-top: 4px #0043a7 solid;
}

.header .nav li.cur a {
	color: #0043a7;
	font-weight: bold;
}

.header .nav {
	width: 73.5%;
}

.header .nav dl {
	width: 24%;
	background: #0043a7;
	color: #fff;
	padding: 13px 0 0 20px;
}

.header .nav dd {
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 5px;
}

.header .nav img {
	margin-right: 6px;
}

.header .nav ul {
	width: 76%;
}

#swiper dl {
	position: relative;
	color: #fff;
}

#swiper dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#swiper a img {
	width: 19px;
	height: 16px;
}

#swiper h2 {
	font-size: 56px;
	font-weight: bold;
}

#swiper p {
	line-height: 30px;
	margin: 40px auto 70px auto;
	width: 65%;
}

a.more {
	background: -webkit-linear-gradient(left, #005eea, #0048b3);
	background: -o-linear-gradient(bottom, #005eea, #0048b3);
	background: -moz-linear-gradient(bottom, #005eea, #0048b3);
	background: linear-gradient(to bottom, #005eea, #0048b3);
	display: block;
	width: 210px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 auto;
}

a.more img {
	margin-left: 15px;
}

a.more:hover img {
	margin-left: 25px;
}

.w57 {
	width: 57%;
}

.w38 {
	width: 38%;
	overflow: hidden;
	height: 380px;
}

.pt60 {
	padding: 60px 0;
}

.pub_tit h2 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.pub_tit p {
	margin: 10px 0 30px 0;
	color: #999999;
	font-weight: lighter;
	text-transform: uppercase;
}

.word p {
	font-size: 16px;
	color: #555;
	line-height: 28px;
	text-indent: 2em;
}.word p img{
	display: block;
	margin: 0 auto;
}

.index_one .word p {
	margin-bottom: 30px;
}

.index_one a {
	width: 160px;
	line-height: 40px;
	font-size: 16px;
	margin: 0;
}

.index_one .one_one {
	padding-top: 60px;
}

.index_one .one_one dl {
	width: 25%;
	display: flex;
}

.index_one .one_one h2 {
	color: #333;
	font-size: 40px;
	font-weight: bold;
}

.index_one .one_one h2 em {
	font-size: 14px;
	font-weight: normal;
	margin-left: 6px;
}

.index_one .one_one dd p {
	color: #999999;
	font-size: 14px;
}

.index_one .one_one dt {
	margin-right: 15px;
	align-self: center;
}

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

.index_tow .ck_ck {
	text-align: center;
}

.index_tow .ck_ck span {
	width: 140px;
	border: 1px #0043a7 solid;
	line-height: 40px;
	display: inline-block;
	margin: 0 8px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	cursor: pointer;
	color: #0043a7;
	position: relative;
}

.index_tow .ck_ck span i {
	display: block;
	background: url(../images/down_2.png) no-repeat;
	width: 17px;
	height: 8px;
	margin: 0 auto;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.index_tow .ck_ck span.cur i {
	background: url(../images/down.png) no-repeat;
}

.index_tow .ck_ck span.cur {
	background: #0043a7;
	color: #fff;
}

.index_tow .ck_show .one {
	display: none;
}

.index_tow .ck_show .one.cur {
	display: flex;
	flex-wrap: wrap;
}

.index_tow .ck_show .one {
	margin-top: 25px;
}

.index_tow .ck_show .one dl {
	width: 31.54%;
	margin-left: 2.69%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

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

.index_tow .ck_show .one dt {
	position: relative;
	height: 255px;
}

.index_tow .ck_show .one dt p {
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.3);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.index_tow .ck_show .one dd {
	padding: 12px 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.6);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_tow .ck_show .one:nth-child(2) dt p {
	display: block;
}

.index_tow .ck_show .one dt img.play {
	display: none;
}

.index_tow .ck_show .one:nth-child(2) dt img.play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 99;
}

.index_tow a.more {
	width: 160px;
	line-height: 40px;
	font-size: 16px;
}

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

span.more {
	background: -webkit-linear-gradient(left, #005eea, #0048b3);
	background: -o-linear-gradient(bottom, #005eea, #0048b3);
	background: -moz-linear-gradient(bottom, #005eea, #0048b3);
	background: linear-gradient(to bottom, #005eea, #0048b3);
	display: block;
	width: 335px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 25px auto;
}

span.more em {
	font-size: 24px;
	font-weight: bold;
}

.index_th .word {
	border: 1px #767c8a solid;
	width: 790px;
	margin: 0 auto;
	padding: 25px 0;
}

.index_th .word p {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	text-indent: 0;
}

.index_th h3:nth-child(1) img {
	position: absolute;
	top: -15px;
	left: -25px;
	margin: 0 15px 15px 0;
}

.index_th h3:last-child img {
	position: absolute;
	bottom: -15px;
	right: -25px;
	margin: 15px 0 0 15px;
}

.index_th.pt45 {
	padding: 45px 0;
}

.pt55 {
	padding: 50px 0;
}

.index_four .dl p {
	width: 18.46%;
	border: 1px #7c7c7c solid;
	margin-left: 1.925%;
	margin-bottom: 1.925%;
	cursor: pointer;
}

.index_four .dl p:nth-child(5n+1) {
	margin-left: 0;
}

.footer {
	background: #212a44;
}

.footer .foot {
	padding: 35px 0;
}

.footer .foot .nav ul {
	padding: 15px 0;
}

.footer .foot .nav ul a {
	color: #b3bece;
	font-size: 16px;
}

.footer .foot .nav ul i {
	margin: 0 15px;
}

.footer .foot .nav ul li:last-child i {
	display: none;
}

.footer .foot .tow {
	margin-top: 55px;
}

.footer .foot .tow .dl {
	width: 85%;
}

.footer .foot .tow .dl dl {
	width: 32.33%;
	color: #7c889a;
	font-size: 14px;
	padding-left: 35px;
}

.footer .foot .tow .dl dl:nth-child(even) {
	width: 1px;
	height: 70px;
	background: #394159;
	align-self: center;
	padding-left: 0;
}

.footer .foot .tow .dl dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .foot .tow .dl dd p {
	line-height: 30px;
}

.footer .foot .tow .core {
	width: 120px;
}

.footer .foot .tow .core dd {
	background: #0043a7;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

.footer .foot .tow .dl dl:nth-child(1) {
	padding-left: 0;
}

.footer .beian {
	background: #2c354e;
	padding: 15px 0;
}

.footer .beian a {
	font-size: 14px;
	color: #7c889a;
	padding-right: 20px;
}

.w100 {
	width: 100%;
}

.banner .test {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
}

.banner .test h2 {
	font-weight: bold;
}

.banner .test p {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 15px;
}

.where {
	background: #e1e1e1;
	padding: 12px 0;
	color: #333333;
	font-size: 14px;
}

.where i {
	margin: 0 5px;
}

.where img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.where a:hover {
	color: #0043a7;
}

.pub_pub {
	padding: 30px 0;
	background: #f1f1f1;
}

.pub_left {
	width: 23%;
	background: #fff;
	align-self: baseline;
}

.pub_right {
	width: 75%;
	background: #fff;
}

.pub_left .tit {
	line-height: 60px;
	font-size: 20px;
	background: #0043a7;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	padding-left: 15px;
	color: #fff;
}

.pub_left .tit h2 {
	font-weight: bold;
}

.pub_left .tit h2 img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.pub_left .one h2 {
	padding: 15px 25px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
	background: url(../images/icon_03.png) no-repeat 95% 17px;
}
.pub_left .one h2 a{
	display: flex;
}
.pub_left .one dl {
	background: #f2f5fb;
	display: none;
}
.pub_left .one {
	border-top: 1px #d9e3f2 solid;
}

.pub_left .one:nth-child(1){
	border: 0;
}

.pub_left .one.cur dl:nth-child(2) {
	border-top: 1px #d9e3f2 solid;
}

.pub_left .one dl dt {
	font-size: 16px;
	line-height: 42px;
	padding-left: 40px;
	background: url(../images/icon_01.png) no-repeat 95% 17px;
}

.pub_left .one.cur h2 {
	background: url(../images/icon_02.png) no-repeat 95% 17px;
}

.pub_left .one.cur dl {
	display: block;
}

.pub_left .one dl dt a {
	display: flex;
	justify-content: space-between;
}

.pub_right .title h2 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

.pub_right .title {
	padding: 25px 30px;
	border-bottom: 1px #f1f1f1 solid;
}

.pub_right .title em {
	display: inline-block;
	width: 6px;
	height: 26px;
	background: #0043a7;
	position: relative;
	top: 5px;
	margin-right: 15px;
}

.page {
	margin: 30px auto;
	width: 100%;
}

#pages li span,
.page a {
	border: 1px #e8e8e8 solid;
	display: inline-block;
	height: 46px;
	text-align: center;
	line-height: 46px;
	margin: 0 3px;
	padding: 0 17px;
	font-size: 16px;
	color: #282a2d;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff
}

#pages li {
	display: inline-block
}

#pages li.active span,
.page a:hover {
	background: #0043a7;
	color: #fff;
}

.pub_right .dl {
	padding: 0 30px;
}

.pub_right .dl dl {
	width: 48.5%;
	margin-top: 30px;
}

.pub_right .dl dd {
	border: 2px #eee solid;
	border-top: 0;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.pub_right .dl dd span:nth-child(1) {
	width: 60px;
	height: 60px;
	background: -webkit-linear-gradient(left, #005eea, #0048b3);
	background: -o-linear-gradient(bottom, #005eea, #0048b3);
	background: -moz-linear-gradient(bottom, #005eea, #0048b3);
	background: linear-gradient(to bottom, #005eea, #0048b3);
	color: #fff;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 4px;
}

.pub_right .dl dd span:nth-child(1) em:nth-child(1) {
	font-size: 30px;
}

.pub_right .dl dd span:nth-child(2) {
	width: 78%;
}

.pub_right .dl dd span:nth-child(2) em:nth-child(1) {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pub_right .dl dd span:nth-child(2) em:nth-child(2) {
	font-size: 14px;
	line-height: 24px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}

.pub_right .dl dt {
	height: 270px;
	overflow: hidden;
}

.pub_left .one dl dd {
	display: none;
	background: #e5ecf6;
}

.pub_left .one.cur dl.cur dd {
	display: block;
}

.pub_left .one.cur dl.cur dd a {
	display: block;
	font-size: 14px;
	line-height: 42px;
	padding-left: 55px;
}

.pub_left .one.cur dl.cur dd a:hover,
.pub_left .one.cur dl.cur dd a.cur {
	background: #d3dff0;
	color: #0043a7;
}

.pub_right .dl dl {
	position: relative;
}

.pub_right .dl dt p {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pub_right .dl dt {
	position: relative;
}

.pub_right .dl dt img.play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 99;
	width: 50px;
	height: 50px;
}

.pub_left .one.cur dl.cur dt {
	background: url(../images/icon_010.png) no-repeat 95% 17px;
}

.pub_right .pub_title h2 {
	font-size: 26px;
	font-weight: bold;
	padding: 20px;
}

.pub_right .pub_title p {
	font-size: 14px;
	color: #999;
}

.pub_right .pub_title p em {
	margin: 0 13px;
}

.pub_right .pub_title {
	padding-bottom: 25px;
	border-bottom: 1px #f1f1f1 solid;
}

.pub_right .txt p {
	font-size: 16px;
	color: #777;
	line-height: 28px;
	text-indent: 2em;
	margin-top: 22px;
}

.pub_right .txt {
	padding: 30px;
	padding-top: 0;
}

.pub_right .txt p img {
	display: block;
	margin: 0 auto;
}

.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 {
	cursor: pointer;
}

.mcover.Sign_video #video_2 {
	height: 500px;
	width: 100%;
	object-fit: cover;
	display: block;
	margin: 15px auto 0 auto;
}

.info .main {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.add_tit h2 {
	font-size: 26px;
	font-weight: bold;
}

.add_tit p {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.add_tit p em {
	margin: 0 12px;

}

.add_ab {
	border-bottom: 1px #e3e5e6 solid;
	padding: 22px 0;
	text-align: center;
}

.add_ab em {
	padding: 0 15px;
	margin: 0 50px;
	cursor: pointer;
	padding-bottom: 20px;
}

.add_ab em.cur {
	border-bottom: 4px #0043a7 solid;
	color: #0043a7;
	font-weight: bold;
}

.ab_one .word p {
	color: #777;
	margin-bottom: 8px;
}

.ab_one .index_one dl {
	width: 17%;
}

.ab_tow {
	background: #f1f1f1;
}

.ab_tow .dl .img {
	padding: 40px 50px;
	background: #dee3eb;
	width: 59%;
}

.ab_tow .dl .img dl {
	display: flex;
}

.ab_tow .dl .img dd {
	margin-left: 30px;
	align-self: center;
}

.ab_tow .dl .img dd h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 22px;
}

.ab_tow .dl .img dd p {
	font-size: 16px;
	line-height: 30px;
	color: #777;
}

.ab_tow .dl .word {
	padding: 40px 50px;
	background: #456895;
	width: 41%;
	color: #fff;
}

.ab_tow .dl .word h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 22px;
}

.ab_tow .dl .word p {
	color: #fff;
	line-height: 30px;
	margin-top: 22px;
}

.ab_th {
	background: url(../images/ab_bg.jpg) no-repeat;
}

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

.ab_th .pub_tit p {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.ab_th .dl {
	width: 75%;
	margin-left: 25%;
}

.ab_th .dl dl {
	width: 22.57%;
	background: #fff;
	border-top: 4px #0043a7 solid;
	text-align: center;
	padding: 35px 20px;
}

.ab_th .dl h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
}

.ab_th .dl p {
	font-size: 16px;
	color: #777;
	line-height: 30px;
}

.ab_four {
	background: #f1f1f1;
}

.ab_four dl {
	width: 31.69%;
}

.ab_four dl dt {
	height: 260px;
	overflow: hidden;
}

.ab_four dl dd {
	background: #fff;
	padding: 0 30px;
}

.ab_four dl dd h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	border-bottom: 1px #dfdfdf solid;
}

.ab_four dl dd p {
	color: #777;
	line-height: 40px;
	font-size: 16px;
}

.ab_four dl dd p:nth-child(2) {
	margin-top: 25px;
}

.ab_four dl dd p:last-child {
	padding-bottom: 25px;
}

.ab_four dl dd p img {
	margin-right: 15px;
}

.w-toolbar {
	top: 40%;
	position: fixed;
	right: 0;
	height: auto;
	z-index: 100;
}

.w-toolbar .toolbar-item {
	width: 60px;
	height: 60px;
	background: #0043a7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	text-align: center;
	font-size: 13px;
	display: block;
	border-bottom: 0;
	margin-bottom: 5px;
}

.pub_fix.flex {
	display: none;
}

.tool-icon-wrapper {
	position: relative;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding-top: 8px;
	display: inline-block;
}

.tool-zixun {
	color: #fff;
	margin: 5px 0 8px 0;
	display: block;
}


.onlineService .online-wrapper {
	position: absolute;
	top: 0;
	right: 73px;
	width: 170px;
	padding: 15px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
	display: none;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.8);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	color: #fff;
	font-size: 16px;
	 -moz-border-radius:8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px
}
.pub_fix.flex{
	display: none;
}
.tel .toolbar-icon-tel {
	position: absolute;
	top: 0;
	right: 73px;
	width: 170px;
	padding: 10px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
	display: none;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.8);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	color: #fff;
	font-size: 16px; -moz-border-radius:8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px
}

.onlineService:hover .online-wrapper,
.tel:hover .toolbar-icon-tel {
	display: block;
}

.onlineService .qrcode-img {
	width: 140px;
	margin-bottom: 10px;
}

.onlineService .online-p1 {
	color: #fff;
	font-size: 16px;
}

.onlineService .online-p2 {
	color: #FDB11F;
	margin-bottom: 11px;
	font-size: 15px;
	margin-top: 4px;
}

.tool-icon {
	padding: 10px 20px 5px 20px;
}

.index_tow .dl dl.cur {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
	animation-name: bounce;
	animation-name: bounce;
}

.rtr {
	position: absolute;
	top: 50%;
	right: -7px;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
}
