.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 .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-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: 160px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 3px;
	display: inline-block;
	background-color: #315696;
}

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

#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_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 {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	z-index: -1;
	opacity: 0;
	top: calc(.44rem - 100vh);
}

.wap_nav {
	display: none
}

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

.header .top {
	padding: 10px 0;
}

.header .top .search {
	width: 350px;
}

.header .top .search .form {
	width: 200px;
}

.header .top .search .form p {
	border: 1px #ddd solid;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

.header .top .search .form .text {
	border: 0;
	width: 80%;
	padding: 10px 15px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	color: #adadad;
	font-size: 14px;
}

.header .top .search .form .buttons {
	background: #fff;
	border: 0;
	cursor: pointer;
	align-self: center;
	position: relative;
	top: -2px;
}

.header .top .search .btn {
	width: 130px;
	background: #25bcac;
	text-align: center;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
	font-size: 15px;
}

.header .top .search .btn img {
	margin: 0 5px;
	width: 20px;
	position: relative;
	top: -1px;
}

.header .nav {
	background: #0072bc;
	line-height: 46px;
}



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

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


.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 46px;
	width: 133px;
	background: #fff;
	transform: translate(0, 20px);
	opacity: 1;
	visibility: hidden;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s;
	left: 0;
}

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

.header .ul li:last-child a em {
	display: none;
}

.header .nav li {
	width: 11.11%;
	text-align: center;
	position: relative;
}

.header .nav li .menu-pub a {
	font-size: 13px;
	color: #666;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}

.header .nav li .menu-pub a:hover {
	background: #e5f1f8;
}

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

.header .nav li.cur {
	background: #338ec9;
}

.bg_bg_1 {
	background: #f0f9fc;
}

.pub_tp {
	padding: 70px 0;
}

.pub_tit h2 {
	font-size: 34px;
	margin-bottom: 12px;
	font-weight: bold;
}

.pub_tit em {
	margin: 0 25px;
	font-size: 14px;
	color: #0796ce;
}

.index_one .dl {
	margin-top: 50px;
}

.index_one dl {
	background: #fff;
	padding: 10px;
	width: 380px;
	position: relative;
}

.index_one dt {
	width: 360px;
	height: 255px;
	overflow: hidden;
}

.index_one dd h2 {
	font-size: 18px;
	color: #333;
	margin: 15px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.index_one dd {
	padding-left: 5px;
}

.index_one dd p {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.index_one dt em {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #0072bc;
	font-size: 12px;
	text-transform: uppercase;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	position: absolute;
	right: 20px;
	bottom: 60px;
	text-align: center;

}

.index_tow .test {
	width: 550px;
}

.index_tow .img {
	width: 575px;
}

.pub_tit_tit span {
	color: #0796ce;
	font-size: 14px;
	text-transform: uppercase;
}

.pub_tit_tit img {
	margin-left: 10px;
}

.pub_pub .word p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin-top: 20px;
}

.pub_tit_tit h2 {
	font-size: 34px;
	font-weight: bold;
	margin: 10px 0 25px 0;
}

.index_th .box {
	background: #fff;
	padding: 40px 25px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.05);
}

.index_th dd {
	font-size: 17px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_th .h_lHisPrevd,
.index_th .h_lHisNextd {
	width: 34px;
	height: 34px;
	background: url(../images/lt.jpg) no-repeat;
	position: absolute;
	display: block;
	position: absolute;
	top: -50px;
	right: 40px;
	cursor: pointer;
	z-index: 9;
}

.index_th .h_lHisPrevd {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	right: 0;
}

.index_th .h_lHisPrevd:hover {
	background: url(../images/lt_o.jpg) no-repeat;
}

.index_th .h_lHisNextd:hover {
	background: url(../images/lt_o.jpg) no-repeat;
}

.index_th dt {
	height: 210px;
	overflow: hidden;
}

.index_four .dl {
	margin-top: 50px;
}

.index_four dl {
	width: 380px;
	overflow: hidden;
}

.index_four dt {
	height: 260px;
	overflow: hidden;
}

.index_four dl:nth-child(3) dt {
	height: 540px;
}

.index_four dl:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}

.index_four dl:nth-child(3) {
	margin-left: 410px;
}

.index_four dl:nth-child(2) {
	position: absolute;
	left: 0;
	top: 280px;
}

.index_four dl:nth-child(4) {
	position: absolute;
	right: 0;
	top: 0;
}

.index_four dl:nth-child(5) {
	position: absolute;
	right: 0;
	top: 280px;
}

.index_four dl a {}

.index_four dt {
	position: relative;
}

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

.index_four dd {
	overflow: hidden;
	font-size: 26px;
	color: #fff;
	position: absolute;
	top: 150%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.index_four dl:hover dd {
	top: 50%;
	opacity: 1;
}

.index_five {
	background: url(../images/bg_1.jpg) no-repeat;
	height: 250px;
	position: relative;
	z-index: 999;
	padding-top: 65px;
	color: #fff;
}

.index_five h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

.index_five .test a {
	font-size: 22px;
	color: #fff;
	padding: 0 8px;
	display: inline-block;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding-right: 20px;
	line-height: 56px;
}

.index_five .test a img {
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.index_five .test a:nth-child(1) {
	background-color: #0072bc;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 114, 188, 0.4);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_five .test a:nth-child(2) {
	margin-left: 30px;
	background-color: #00b5a4;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 181, 164, 0.4);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_five .more {
	align-self: center;
}

.index_five .more a {
	display: block;
	width: 200px;
	line-height: 60px;
	border: 1px #fff solid;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.index_five .more a img {
	width: 20px;
}

.footer {
	background: #060e1b;
	color: #666666;
	padding-top: 55px;
}

.footer .f_logo {
	width: 360px;
}

.footer .f_logo h2 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.footer .f_logo p.p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 40px;
}

.footer .f_logo .dl p {
	font-size: 14px;
	margin-bottom: 15px;
}

.footer .f_logo .dl p img {
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.footer .f_nav {
	width: 210px;
}

.footer .f_nav a {
	width: 50%;
	font-size: 16px;
	line-height: 42px;
	color: #666666;
}

.footer .foot dt {
	font-size: 16px;
	color: #fff;
}

.footer .foot dt em {
	color: #666666;
	text-transform: uppercase;
	margin-left: 10px;
}

.footer .foot dd {
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 15px 0 40px 0;
}

.footer .f_core img {
	width: 135px;
}

.footer .foot {
	padding-bottom: 80px;
}

.footer .Copyright {
	border-top: 1px #41464d solid;
	color: #999999;
	padding: 12px 0;
	font-size: 12px;
}

.footer .Copyright a {
	color: #999999;
	margin: 0 9px;
}

.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: 1000px;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.mcover .info .tit {
	line-height: 70px;
	color: #fff;
	font-size: 24px;
	padding: 0 25px;
	background: #0796ce;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.mcover .info .tit p img {
	margin-right: 10px;
}

.mcover .info .tit span {
	align-self: center;
	cursor: pointer;
}

.mcover .info form {
	padding: 30px;
}

.mcover .info .text,
.mcover .info .textarea {
	width: 32%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 13px;
	border: 1px #ddd solid;
}

.mcover .info .textarea {
	width: 100%;
	margin: 20px 0;
	height: 200px;
	font-family: 微软雅黑;
}

.mcover .info .button {
	display: block;
	border: 0;
	background: #0796ce;
	width: 200px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 5px auto 0 auto;
	cursor: pointer;
}

#banner img {
	width: 100%;
}

.where {
	border: 1px #ddd solid;
	padding: 15px 0;
	color: #999;
	font-size: 16px;
}

.where a {
	color: #999;
}

.where a:hover {
	color: #0072bc;
}

.where img {
	margin-right: 6px;
}

.where i {
	margin: 0 5px;
}

.header.fix {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 99999;
}

.ab_one {
	padding: 50px 0;
}

.ab_one .img {
	width: 550px;
}

.ab_one .word {
	width: 520px;
	align-self: center;
}

.ab_one .word h2 {
	font-size: 32px;
	color: #333;
}

.ab_one .word h2 em {
	color: #59a6d7;
	text-transform: uppercase;
	font-size: 36px;
	margin-left: 10px;
}

.pub_pub .ab_one .word p {
	font-size: 14px;
}

.ab_tow {
	background: #f0f9fc;
	padding: 40px 0;
	margin-top: 60px;
}

.ab_tow .word {
	width: 575px;
}

.ab_tow .img img {
	width: 435px;
	border: 15px #fff solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.1);
}

.ab_tow .img {
	margin-top: -100px;
}

.product {
	padding: 80px 0;
}

.product .dl dl {
	width: 380px;
	height: 540px;
	position: relative;
}

.product .dl dt {
	position: relative;
}

.product .dl dt .no {
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.product .dl dd {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 30px;
	text-align: center;
	color: #fff;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.7);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.product .dl dd h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

.product .dl dd p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

span.span a {
	margin-left: 30px;
}

span.span a i {
	display: inline-block;
	height: 1px;
	width: 100%;
	background: #ddd;
	margin: 0 auto;
	position: relative;
	top: 16px;
}

span.span a.cur {
	color: #0796ce;
}

span.span a.cur i {
	background: #0796ce;
}

.where .now {
	width: 60%;
}


.cont_cont .one_one .img {
	width: 540px;
	overflow: hidden;
}

.cont_cont .one_one .test {
	width: 625px;
	align-self: center;
}

.cont_cont .one_one .test h2 {
	font-size: 32px;
	padding-bottom: 25px;
	border-bottom: 2px #eeeeee solid;
	margin-bottom: 40px;
}

.cont_cont .one_one .test p {
	line-height: 30px;
	color: #666;
	font-size: 16px;
	margin-top: 20px;
}

.tow_tow {
	margin-top: 55px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
}

.tow_tow .main {
	margin: 45px;
	border-bottom: 2px #eeeeee dashed;
	padding-bottom: 45px;
}

.tow_tow .main .tit {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

.tow_tow .main p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}

.tow_tow .ck {
	display: flex;
	background: #f0f9fc;
	padding: 5px;
}

.tow_tow span {
	width: 150px;
	display: block;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.tow_tow .main:last-child {
	border: 0;
}

.tow_tow .main h1 {
	font-weight: bold;
	margin-top: 30px;
}

.tow_tow span.cur {
	background: #fff;
	color: #0072bc;
}

.tow_tow span.cur em {
	display: block;
	width: 34px;
	height: 2px;
	background: #0072bc;
	margin: 0 auto;
}

.cont_cont {
	padding-top: 55px;
}

.area_one {
	padding: 55px 0;
}

.area_one dl {
	width: 380px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
}

.area_one dt {
	height: 270px;
	overflow: hidden;
}

.area_one dt img {
	border: 10px #fff solid;
}

.area_one dd {
	padding: 5px 0 20px 0;
	text-align: center;
	font-size: 18px;
}

.area_tow .tit_pub {
	font-size: 32px;
	color: #333333;
	font-weight: bold;
	padding: 50px 0;
}

.area_tow .tit_pub em {
	margin: 0 25px;
}

.area_tow .tit_pub i {
	color: #59a6d7;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 36px;
	position: relative;
	top: 3px;
}

.projectLogo .swiper-pagination {
	text-align: center;
	padding: 50px 0;
}

.projectLogo .swiper-pagination-bullet {
	background-color: #dddddd;
	width: 9px;
	height: 9px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 5px;
}

.projectLogo .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0072bc;
}

.projectLogo dl {
	position: relative;
	cursor: pointer;
}

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

.projectLogo dl {
	border: 6px #fff solid;
}

.projectLogo dd {
	position: absolute;
	top: 140%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 70%;
}

.projectLogo dl:hover dd {
	top: 50%
}

.projectLogo dl:hover dt p {
	display: block;
}

.data_one dt {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	border: 8px #fff solid;
}

.data_one dt img {
	width: 100%;
}

.data_one dd {
	padding: 25px 0;
}

.data_one .h_lHisPrevd,
.data_one .h_lHisNextd {
	width: 23px;
	height: 45px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
}

.data_one .h_lHisPrevd {
	background: url(../images/ll.png) no-repeat;
	left: -55px;
}

.data_one .h_lHisNextd {
	background: url(../images/rr.png) no-repeat;
	right: -55px;
}

.data_one {
	padding-bottom: 10px;
}

.data_tow .dl {
	width: 1095px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.data_tow .dl dl {
	position: relative;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	height: 320px;
	cursor: pointer;
}

.data_tow .dl dd {
	background: url(../images/bg.png) no-repeat;
	height: 100px;
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	padding-top: 35px;
}

.data_tow .dl dd img {
	width: 30px;
	height: 24px;
	align-self: center;
}

.data_tow .dl dd h2 {
	align-self: center;
	color: #fff;
	font-size: 18px;
}

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

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

.mcover.Sign_videos .close {
	margin-top: 15px;
	cursor: pointer;
}

.sales {
	padding: 60px 0;
}

.sales dd,
.sales dt {
	width: 50%;
	background: #f5fbfd;
	height: 360px;
}

.sales dl:nth-child(odd) dt,
.sales dl:nth-child(even) dd {
	float: left;
}

.sales dl:nth-child(odd) dd,
.sales dl:nth-child(even) dt {
	float: right;
}

.sales dl {
	overflow: hidden;
}

.sales dd {
	position: relative;
}

.sales dd h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.sales dd p {
	color: #999;
	line-height: 28px;
	font-size: 14px;
}

.sales dd {
	padding: 0 50px;
}

.sales dd div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 480px;
}


.faq {
	margin: 55px auto;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	padding: 30px;
}

.faq dl {
	border-bottom: 1px #ddd solid;
}

.faq dl:last-child,
.faq dl.cur {
	border-bottom: 0;
}

.faq dt {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	display: flex;
	cursor: pointer;
}

.faq dt i {
	display: inline-block;
	background: url(../images/pm.png) no-repeat;
	width: 20px;
	height: 20px;
	align-self: center;
	margin-right: 15px;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq dd {
	background: #f0f9fc;
	padding: 30px;
	display: none;
}

.faq dl.cur dd {
	display: block;
}

.faq dd p {
	font-size: 16px;
	line-height: 32px;
	color: #999;
}

.faq dl.cur dt i {
	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
}

.contact .one {
	padding: 55px 0;
}

.contact .one dl {
	text-align: center;
	width: 33.33%;
}

.contact .one dl:nth-child(even) {
	width: 1px;
	height: 75px;
	background: #adadad;
	align-self: center;
}

.contact .one dl:last-child {
	display: none;
}

.contact .one dd h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 15px auto;
}

.contact .one dd p {
	font-size: 14px;
	color: #adadad;
}

.contact .tow {
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.contact .tow .text,
.contact .tow .textarea {
	width: 32%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 13px;
	border: 1px #ddd solid;
}

.contact .tow .textarea {
	width: 100%;
	margin: 20px 0;
	height: 200px;
	font-family: 微软雅黑;
}

.contact .tow .button {
	display: block;
	border: 0;
	background: #0796ce;
	width: 200px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 5px auto 0 auto;
	cursor: pointer;
}

.contact .tow {
	margin-bottom: 55px;
}

.wap_sw.flex {
	display: none;
}

#banner form {
	display: none;
	width: 95%;
	margin: 0 auto;
	position: absolute;
	top: 0.25rem;
	z-index: 9999;
	background-color:#000000;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	  background-color:rgba(0,0,0,0.65); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	left: 2.5%;
	 -moz-border-radius:10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px
}
#banner form p{
	display: flex;
	justify-content: space-between;
}
#banner form .text {
	padding: 10px;
	width: 85%;
	border: 0;
	background: none;
}
#banner form .button {
  background: none;
  border: 0;
  cursor: pointer;
  align-self: center;
  position: relative;
  top: -2px;
  margin-right: 0.25rem;
}


.large_box {
	margin-bottom: 10px;
	width:540px;
	height: 360px;
	overflow: hidden;
	border: 1px #e6e6e6 solid;
}

.large_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.small_box {
	width: 540px;
	height: 115px;
	overflow: hidden;
	position: relative;
}

.small_list {
	position: relative;
	float: left;
	width: 540px;
	height: 115px;
	overflow: hidden;
}

.small_list ul {
	height: 150px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 15px;
	width: 170px;
}

.small_list ul li img {
	display: block;
}


.small_list ul li.on .bun_bg {
	display: block;
}

.cont_cont .btn {
	display: block;
	width: 23px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 9999;
	margin-top: 35px;
}



.left_btn {
	background-image: url(../images/ll.png);
	position: absolute;
	left: 0;
}

.right_btn {
	background-image: url(../images/rr.png);
	position: absolute;
	right: 0;
}

