@charset "utf-8";

video {
	outline: none !important;
}

html {
	-webkit-font-smoothing: antialiased
}

video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* object-fit:fill;  */
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
	display: block;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

dl,
ol,
ul {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: none;
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

textarea {
	resize: none
}

img {
	vertical-align: middle
}

button,
input[type=submit],
input[type=text],
input[type=button],
select {
	/* -webkit-appearance:none; */
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: 0;
	font-family: "Source Han Sans CN", "微软雅黑", "arial";
}

body {
	color: #000;
	line-height: 1.7;
	overflow-x: hidden;
	background: #fff;
	font-family: "Source Han Sans CN", "微软雅黑", "arial";
}

#web-ietip {
	width: 526px;
	height: 90px;
	padding: 83px 0 0 84px;
	overflow: hidden;
	background: url(../css/ietip/browser.png) no-repeat center center;
	margin: 200px auto 0;
}

#web-ietip a {
	display: block;
	width: 65px;
	height: 80px;
	float: left;
}


.layout {
	width: 1440px;
	margin: 0 auto;
	padding: 0 30px;
}

.layout3 {
	width: 1180px;
	margin: 0 auto;
	padding: 0 30px;
}

.layoutSpe {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
}

.head {
	position: relative;
	background: #fff;
	top: 0;
	z-index: 100;
}

.headbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 140px;
	color: #666;
	font-size: 16px;
}

.logo img {
	height: 130px;
}

.headlf {
	display: flex;
	align-items: center;
}

.headlf .btn img {
	width: 25px;
}

.headlf .sea img {

	width: 22px;
	cursor: pointer;
}

.headlf .sea {
	height: 140px;
	align-items: center;
	display: flex;
}

.headlf .lan {
	color: #666666;
	font-size: 18px;
}


.headlf .line {
	height: 31px;
	width: 2px;
	background: #e8e8e8;
}

.headlf .ml {
	margin-left: 18px;
}

.navBox {
	flex-grow: 1;
}

.nav {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-right: 113px; */
}

.nav>li {
	position: relative;
	font-size: 16px;
	margin: 0 40px;
}

.nav>li>a {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 140px;
	color: #666;
	font-size: 18px;
}

.nav>li:hover>a,
.nav>li.on>a {
	color: #94bfe6;
}

.nav .subsubnav,
.nav .subnav {
	width: 160px;
	background: #fff;
	/* box-shadow: 0 0 4px 1px #eee; */
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	display: none;
}

.nav .subnav {
	left: 50%;
	top: 105px;
}

.nav .subnav>li:first-child::after {
	position: absolute;
	content: "";
	width: 33px;
	height: 8px;
	top: -8px;
	left: 50%;
	margin-left: -16px;
	background-image: url(../images/i4.png);
	background-size: cover;
}

.nav .subsubnav {
	left: 100%;
	top: 0;
}

.nav .subsubnav>li,
.nav .subnav>li {
	padding: 0 15px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	position: relative;
}

.nav .subsubnav>li:last-child,
.nav .subnav>li:last-child {
	border: none;
}

.nav .subsubnav>li>a,
.nav .subnav>li>a {
	flex-grow: 1;
	color: #666;
}

.nav .subnav>li>a {
	text-align: center;
}

.nav .subsubnav>li:hover,
.nav .subsubnav>li:hover>a,
.nav .subnav>li:hover,
.nav .subnav>li:hover>a {
	color: #94bfe6;
}

.seaBox {
	display: none;
}


.nav>li>span,
.navBtn {
	display: none;
}

.seaBox {
	/* box-shadow: 0 0 4px 1px #eee; */
	background: #fff;
	border-radius: 3px;
	display: flex;
	padding: 30px;
	width: 210px;

}

.seaBox .seaInp {
	border: 1px solid #666;
	border-radius: 3px;
	padding: 0 5px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
}

.seaBox .seaBtn {
	background: #94c0e7;
	color: #fff;
	height: 25px;
	border-radius: 3px;
	margin-left: 5px;
	width: 50px;
	cursor: pointer;
	border: none;
	font-size: 13px;
}

.footbot {
	background: #dcdcdc;
	padding: 18px 0;
}

.copy {
	color: #6f6f6f;
	font-size: 12px;
	text-align: center;
}

.copy a {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.foottop {
	background-image: url(../images/bg1.png);
	background-size: cover;
	background-position: center;
	padding: 43px 0;
}

.footmsg {
	display: flex;
	align-items: center;
}

.footmsg .com {
	flex-grow: 1;
	padding-right: 53px;
}

.footmsg .ewm {
	text-align: center;

	margin-right: 34px;

}

.footmsg .ewm img {
	width: 70px;
}

.footmsg .ewm p {
	word-break: keep-all;
	color: #666666;
	font-size: 12px;
	text-align: center;
	line-height: 2;
}

.footmsg .ic {
	height: 80px;
}

.footmsg .com {
	display: flex;
	flex-wrap: wrap;
}

.footmsg .com li {
	width: 29%;
	padding: 12px 0;
	display: flex;
	align-items: center;
	padding-right: 10px;
	box-sizing: border-box;
}

.footmsg .com li:last-child {
	width: 42%;
}

.footmsg .com .i {
	width: 50px;
	flex-shrink: 0;

}

.footmsg .com .box {
	flex-grow: 1;
	margin-left: 13px;
}

.footmsg .com .h5 {
	font-size: 16px;
	color: #666666;

}

.footmsg .com .p {
	margin-top: 5px;
	font-size: 14px;
	color: #999999;
	word-wrap: break-word;
	word-break: break-all;
}

.footmsg .com .b {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.footmsg .com .a {
	background: #a1a1a1;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.footmsg .com .a2 {
	margin-right: 15px;
}

.footmsg .com .a2 img {
	width: 21px;
	vertical-align: top;
}

.footmsg .com .a img {
	width: 18px;
}

.footmsg .com .a:hover {
	background: #94bfe6;
}


.phoneBan .img {
	display: block;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.phoneBan {
	display: none;
}

.msgBan .box {
	height: 818px;
	position: relative;
}

.msgBan .img {
	display: block;
	background-size: cover;
	background-position: center;
}

.msgBan .rw,
.msgBan .wz,
.msgBan .bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.msgBan .wz {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -45px;
}

.msgBan .rw {
	display: flex;
	align-items: center;
	justify-content: center;

}

.msgBan .rw img {
	margin-left: -155px;
	margin-top: 85px;
}

.msgBan .cp {
	position: absolute;
	right: 3%;
	bottom: 65px;
}

.msgBan .bg {
	width: 0;
	opacity: 0.3;
}

.msgBan .ani-slide .bg {
	transition: width 1s, opacity 1s;
	transition-timing-function: ease-in-out;
	width: 100vw;
	opacity: 1;
}

.msgBan .rw {

	opacity: 0;
	transition: opacity .8s;
	transition-timing-function: ease-in-out;
}

.msgBan .ani-slide .rw {

	transition-delay: .9s;
	opacity: 1;
}

.msgBan .cp {
	transform: translate3d(300px, 0, 0);
	opacity: 0;
	transition: transform .8s, opacity .8s;
	transition-timing-function: ease-in-out;
}

.msgBan .ani-slide .cp {

	transition-delay: .9s;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.msgBan .wz {
	transform: translate3d(0, 400px, 0);
	opacity: 0;
	transition: transform .7s, opacity .7s;
	transition-timing-function: ease-in-out;
}

.msgBan .ani-slide .wz {
	transition-delay: 1.8s;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}



.nban {
	height: 640px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.webtit h2 {
	height: 195px;
	color: #222222;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
}

.webtit span {
	width: 60px;
	height: 3px;
	display: block;
	background: #666666;
}

.webtit p {
	margin-top: 36px;
	font-size: 20px;
	color: #222222;
}

.main2 {
	background: #fafbfe;
	padding: 1px 0;
}

.map {
	/* margin-top: 100px; */
	display: flex;
	background: #fff;
	padding: 5px;
	border-radius: 23px;
	overflow: hidden;

}

.mapl {
	height: 590px;
	width: 990px;
}

.mapr {
	flex-grow: 1;
	padding-bottom: 20px;
}

.mapr .plr {
	padding: 0 40px;
}

.mapr .h4 {
	padding-top: 13px;
	height: 74px;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #222222;
}

.mapr .a {
	margin-top: 25px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666666;
}

.mapr .a img {
	margin-right: 10px;
}

.mapr .a:hover {
	background: #fff;
}

.mapr .pl {
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	height: 480px;
	overflow-y: auto;
}

.mapr .h5 {
	height: 58px;
	display: flex;
	align-items: center;
	margin-top: 12px;
	font-size: 20px;
	color: #222222;
}

.mapr .ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 18px 0;
}

.mapr .h52 {
	font-size: 18px;
	color: #222222;
}

.mapr .p1 {
	font-size: 16px;
	color: #888888;
}

.contact {
	display: flex;
	margin: 0 -22px;
	padding: 60px 0 100px;
}

.contact li {
	background: #fff;
	border-radius: 26px;
	padding: 40px;
	width: 450px;
	margin: 0 22px;
}

.contact .h5 {
	height: 36px;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #222222;
	margin-bottom: 20px;
}

.contact .p {
	line-height: 31px;
	font-size: 18px;
	color: #666666;
}

.contact .dl {
	display: flex;
	align-items: center;
	margin-top: 45px;
}

.contact .dl dd {
	margin-right: 30px;
}

.contact .dl .a {
	background: #6d7374;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .dl .a:hover {
	background: #94bfe6;
}


.menu {
	background: #fff;
	border-radius: 23px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu li {
	margin: 0 60px;

}

.menu li a {
	font-size: 20px;
	color: #888888;
}

.menu li.on a,
.menu li a:hover {
	color: #94bfe6;
}

.detail.spe {
	margin: 56px 0;
}

.detail {
	background: #fff;
	border-radius: 23px;
	margin: 56px 0 100px;
	overflow: hidden;
}

.detail img {
	max-width: 100%;
}

.zl2 .tit {
	padding: 78px 0;
	text-align: center;
}

.zl2 .tit img {
	width: 420px;
	height: auto;
}

.zlSil.zlSil1 {
	position: relative;
	z-index: 1;
	width: 1100px;
	padding-bottom: 50px;
}

.zlSil.zlSil2 {
	transform: rotateY(180deg);
	margin-top: -380px;
	z-index: 0;
	padding: 70px !important;
	width: 540px;
}

.zl2 {
	padding-bottom: 80px;
	position: relative;
}

.zl2 .zz1 {
	left: 0;
}

.zl2 .zz2 {
	right: 0;
}

.zl2 .zz1,
.zl2 .zz2 {
	position: absolute;
	z-index: 10;
	background: #fff;
	height: 100%;
	top: 0;
	width: 125px;
}

.zlSil img {
	width: 100%;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(250, 250, 250, 0.2)));

}

/* .zlSil  .swiper-slide{
	padding-bottom:80px;
} */

.dx {
	transform-origin: center;
	padding-top: 70px;
	transform: scale(1.4);
	height: 490px;
	position: relative;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
}

.zlSil {
	margin: 0 auto;
}

.newsTop {
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.newsTop .img {
	width: 100%;
}

.newsTip {
	z-index: 1;
	position: absolute;
	left: 38px;
	top: 0;
	width: 140px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-size: 20px;
	opacity: .6;
	background: #fff;
	border-radius: 0 0 15px 22px;
}

.newsTop .cnt {
	position: absolute;
	top: 40px;
	bottom: 40px;
	right: 40px;
	background: #fff;
	border-radius: 15px;
	width: 404px;
	box-sizing: border-box;
	padding: 35px 45px;
}

.newsTop .box {
	margin-bottom: 37px;
}

.newsTit {
	height: 74px;
	line-height: 37px;
	color: #222222;
	font-size: 20px;
	transition: all .25s;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.newsDetail {
	padding: 20px 0;
	font-size: 16px;
	color: #666666;
}

.newsTime {
	font-size: 14px;
	color: #666666;
	display: block;
}

.newsLink {
	font-size: 15px;
	color: #666666;
	transition: all .25s;
}

.newsList .wrap:hover .newsTit,
.newsList .wrap:hover .newsLink,
.newsTop .cnt:hover .newsTit,
.newsTop .cnt:hover .newsLink {
	color: #94bfe6
}

.newsList {
	flex-wrap: wrap;
	margin: 0 -20px;
	display: flex;

}

.newsList li {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 40px;

}

.newsList .img {
	width: 100%;
}

.newsList .wrap:hover {
	transform: translate3d(0, -5px, 0);
	/* box-shadow: 0 0 4px 1px #ccc; */

}

.newsList .wrap {
	display: block;
	transition: all .3s;
	position: relative;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}

.newsList .box {
	padding: 26px 40px;
}

.newsList .box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 7px;
}

.more {
	font-size: 17px;
	color: #666;
	height: 141px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more img {
	margin-left: 10px;
	width: 14px;
}

.news {
	padding-bottom: 50px;
}


.newsXqTop {
	height: 349px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsXqTop .h5 {
	text-align: center;
	font-size: 40px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 15px;
}

.newsXqTop .p {
	text-align: center;
	font-size: 22px;
	color: #666;
	line-height: 1.6;
}

.newsXqBot {
	padding: 64px 115px 120px;
}

.detailBox .p {
	font-size: 18px;
	line-height: 2;
}

.detailBot {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detailBot .n {
	background: #f5f6fa;
	border-radius: 23px;
	width: 590px;
	padding: 29px 35px;
	box-sizing: border-box;

}

.detailBot .s {
	flex-grow: 1;

}

.detailBot .k {
	padding-left: 30px;
}

.detailBot .em {
	font-size: 18px;
	color: #666;
	display: block;
	margin-bottom: 10px;
}

.detailBot .a {
	font-size: 24px;
	color: #222222;
	white-space: nowrap;
	/*一行显示*/
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/*用...代替超出部分*/
	display: block;
	transition: all .25s;
}

.detailBot .a:hover {
	transform: translateY(-1px);
	color: #94bfe6;
}

.detailBot .b {
	display: flex;
	align-items: center;

}

.detailBot .a2 {
	margin-right: 30px;
	width: 52px;
	height: 52px;
	border-radius: 52px;
	background: #6d7374;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detailBot .a2:hover {
	background: #94bfe6;
}


.pro li {
	display: flex;
	margin-bottom: 65px;
	/* justify-content: space-between; */
}

.pro li:nth-child(2n-1) .c {
	padding-left: 160px;

}

.pro li:nth-child(2n) .c {
	padding-left: 30px;
	flex-grow: 1;
	width: 0;
}

.pro li:nth-child(2n) {
	flex-direction: row-reverse;
}

.pro li:hover .a {
	color: #94bfe6;
}

.pro li:hover .em {
	border: 2px solid #94bfe6;
}

.pro li:hover .img {
	transform: scale(1.1);
}

.pro .i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
}

.pro .i .img {
	background-position: center;
	width: 730px;
	height: 490px;
	transition: all .3s;
	background-size: cover;
}

.pro .c {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pro .h5 {
	word-break: keep-all;
	line-height: 1.8;
	font-size: 42px;
	color: #1a1a1a;
	margin-bottom: 30px;
}

.pro .p {
	font-size: 24px;
	color: #1a1a1a;
}

.pro .a {
	font-size: 17px;
	color: #666666;
}

.pro li:hover .em i {
	border-left: 1px solid #94bfe6;
	border-bottom: 1px solid #94bfe6;
}

.pro .em {
	width: 31px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #666666;
	border-radius: 21px;
	font-size: 15px;
	position: relative;
}

.pro .em i {
	left: 50%;
	top: 50%;
	margin-top: -3rpx;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	position: absolute;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: translate(0, -50%) rotate(-135deg);

}

.proXqTop {
	display: flex;
	padding: 100px 0 0;
}

.proXqTop .s {
	position: relative;
	width: 760px;
	height: 530px;

	overflow: hidden;
	flex-shrink: 0;

}

.proXqTop .b {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}


.gallery-top .swiper-slide {
	width: 760px;
	height: 530px;
	background-size: cover;
	background-position: center;
}

.proXqTop .s .swiper-container {
	border-radius: 20px;
}

.gallery-thumbs .swiper-slide {
	width: 80px !important;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #fff;
	background-size: cover;
	background-position: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 4px solid #f5b6b8;
}

.proXqTop .c {
	padding-left: 74px;
	flex-grow: 1;
}

.proXqTop .h5 {
	font-size: 50px;
	display: flex;
	align-items: center;
	color: #222222;
	height: 130px;

}

.proXqTop .p1 {
	border-bottom: 1px solid #e9e9eb;
	border-top: 1px solid #e9e9eb;
	padding: 25px 0;
	font-size: 20px;
	color: #4a4a4a;
	line-height: 2.4;
}

.proXqTop .p2 {
	padding-top: 25px;
	font-size: 20px;
	color: #4a4a4a;
	line-height: 2.3;
}

.proXqTop .em {
	color: #333;
	font-weight: bold;
}

.proXqBot .tit {
	height: 153px;
	align-items: center;
	display: flex;
	padding: 0 58px;
	font-size: 30px;
	color: #222222;
}

.proXqBot em {
	height: 32px;
	width: 5px;
	background: #94bfe6;
	margin-right: 16px;
}

.phoneShow {
	display: none;
}

.msgBan .swiper-slide {
	overflow: hidden;
}


.closeClass .layui-layer-setwin {
	right: 0 !important;
	top: 0;
	height: 50px;
	width: 70px;
}

.closeClass .layui-layer-close {
	width: 70px;
	height: 50px;
	background-image: url(../images/i20.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px auto !important;

}

.yx {
	background-image: url(../images/bgg.png);
	background-size: cover;
	background-position: center;
}

.vi {
	width: 100%;
	height: auto;
}


.seaTop {
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
}

.seaTop span {
	padding: 0 15px;
}

.seaTop em {
	color: #94BFE6;
	padding: 0 3px;
}

.seaTop a {
	font-family: "宋体";
	border: 1px solid #999;
	height: 20px;
	width: 20px;
	font-weight: bold;
	color: #999;
	margin-left: 15px;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: center;
	border-radius: 50%;
}

.sealist {
	padding: 35px 0;
}

.bgs {
	background: #f5f6fa;
}

.sealist h5 {
	border-left: 2px solid #94BFE6;
	margin-bottom: 15px;
	padding-left: 15px;
	height: 22px;
	line-height: 1;
	font-size: 22px;
	color: #333;
}

.sealist h5 em {
	color: #94BFE6;
}

.sealist .ul {
	display: flex;
	flex-wrap: wrap;

}

.sealist .ul li {
	font-size: 17px;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}

.sealist .ul li em {
	color: #94BFE6;
}

.sealist .ul li a {
	color: #666;
	position: relative;
	display: block;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sealist .ul li a::after {
	content: "";
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #94BFE6;
	left: 0;
	position: absolute;
	margin-top: -4px;
}

.sealist .ul li a:hover {
	color: #94BFE6;
}

.showQx{
	position: relative;
}
.showQxImg{
	position: absolute;
	transform: translateX(-50%) ;
	left: 50%;
	top: 0;
	z-index: 2;
	
}
@media (max-width:1500px) {

	.seaTop {
		padding-top: 15px;
		padding-bottom: 8px;
		font-size: 15px;
	}

	.seaTop span {
		padding: 0 13px;
	}

	.seaTop em {
		padding: 0 2px;
	}

	

	.sealist {
		padding: 30px 0;
	}

	

	.sealist h5 {
		margin-bottom: 13px;
		padding-left: 13px;
		height: 20px;
		font-size: 20px;
	}



	.sealist .ul li {
		font-size: 16px;
		padding: 4px;
	}

	

	.sealist .ul li a {
		padding-left: 18px;
	}

	.sealist .ul li a::after {
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}




	.zl2 .zz1,
	.zl2 .zz2 {

		width: 155px;
	}

	.dx {
		width: 1100px;
		padding-top: 50px;
		transform: scale(1.2);
		height: 450px;
	}

	.detail.spe {
		margin: 50px 0;
	}

	.proXqBot .tit {
		height: 123px;
		padding: 0 50px;
		font-size: 25px;

	}

	.proXqBot em {
		height: 28px;
		width: 5px;
		margin-right: 16px;
	}

	.proXqTop {
		padding: 80px 0 0;
	}

	.proXqTop .s {
		width: 500px;
		height: 300px;

	}

	.proXqTop .b {
		bottom: 25px;
	}


	.gallery-top .swiper-slide {
		width: 500px;
		height: 300px;
	}

	.gallery-thumbs .swiper-slide {
		width: 50px !important;
		height: 50px;
		border: 3px solid #fff;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		border: 3px solid #f5b6b8;
	}

	.proXqTop .c {
		padding-left: 30px;
	}

	.proXqTop .h5 {
		font-size: 37px;
		height: 80px;

	}

	.proXqTop .p1 {
		padding: 15px 0;
		font-size: 15px;
		line-height: 2;
	}

	.proXqTop .p2 {
		padding-top: 10px;
		font-size: 15px;
		line-height: 2;
	}




	.pro li {
		margin-bottom: 60px;
	}

	.pro li:nth-child(2n-1) .c {
		padding-left: 150px;
	}

	.pro li:nth-child(2n) .c {
		padding-left: 30px;
	}

	.pro .i {
		border-radius: 20px;
	}

	.pro .i .img {
		width: 706px;
		height: 467px;
	}

	.pro .h5 {
		font-size: 40px;
		margin-bottom: 25px;
	}

	.pro .p {
		font-size: 22px;
	}

	.pro .a {
		font-size: 18px;
	}

	.pro .em {
		width: 28px;
		height: 15px;
		line-height: 15px;
		margin-left: 8px;
		border-radius: 19px;
		font-size: 14px;
	}



	.newsXqBot {
		padding: 54px 126px 115px;
	}

	.detailBox .p {
		font-size: 16px;
		line-height: 2;
	}

	.detailBot {
		margin-top: 100px;
	}

	.detailBot .n {
		border-radius: 20px;
		width: 600px;
		padding: 25px 45px;

	}

	.detailBot .k {
		padding-left: 20px;
	}

	.detailBot .em {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.detailBot .a {
		font-size: 24px;
	}

	.detailBot .a2 {
		margin-right: 25px;
		width: 48px;
		height: 48px;
		border-radius: 48px;
	}


	.newsXqTop {
		height: 329px;
	}

	.newsXqTop .h5 {
		font-size: 35px;
		margin-bottom: 12px;
	}

	.newsXqTop .p {
		font-size: 20px;
	}


	.newsTop {
		border-radius: 15px;
	}

	.newsTip {
		left: 35px;
		width: 130px;
		height: 60px;
		font-size: 18px;
		border-radius: 0 0 15px 15px;
	}

	.newsTop .cnt {
		top: 40px;
		bottom: 40px;
		right: 40px;
		border-radius: 15px;
		width: 400px;
		padding: 45px;
	}

	.newsTop .box {
		margin-bottom: 27px;
	}

	.newsTit {
		height: 68px;
		line-height: 34px;
		font-size: 19px;
	}

	.newsDetail {
		padding: 18px 0;
		font-size: 15px;
	}

	.newsTime {
		font-size: 14px;
	}

	.newsLink {
		font-size: 14px;
	}

	.newsList {
		margin: 0 -18px;
	}

	.newsList li {
		padding: 0 18px;
		margin-top: 35px;

	}

	.newsList .wrap {
		border-radius: 15px;
	}

	.newsList .box {
		padding: 22px 30px;
	}

	.newsList .box2 {
		margin-top: 10px;
	}

	.more {
		font-size: 16px;
		height: 131px;
	}

	.more img {
		margin-left: 9px;
	}

	.news {
		padding-bottom: 45px;
	}



	.zl2 .tit {
		padding: 68px 0;
	}

	.zl2 .tit img {
		width: 390px;
	}

	.zl2 {
		padding-bottom: 70px;
	}

	.zlSil {
		margin: 0 auto;
	}

	.detail {
		border-radius: 21px;
		margin: 46px 0 80px;
	}

	.menu {
		border-radius: 21px;
		height: 130px;
	}

	.menu li {
		margin: 0 50px;
	}

	.menu li a {
		font-size: 18px;
	}

	.contact {
		margin: 0 -18px;
		padding: 50px 0 80px;
	}

	.contact li {
		border-radius: 24px;
		padding: 30px;
		width: 360px;
		margin: 0 18px;
	}

	.contact .h5 {
		height: 32px;
		font-size: 24px;
		margin-bottom: 18px;
	}

	.contact .p {
		line-height: 28px;
		font-size: 17px;
	}

	.contact .dl {
		margin-top: 40px;
	}

	.contact .dl dd {
		margin-right: 20px;
	}

	.contact .dl .a {
		width: 45px;
		height: 45px;
		border-radius: 45px;
	}


	.map {
		/* margin-top: 80px; */

	}

	.mapl {
		height: 490px;
		width: 740px;
	}

	.mapr .plr {
		padding: 0 30px;
	}

	.mapr .h4 {
		padding-top: 10px;
		height: 64px;
		font-size: 24px;
	}

	.mapr .a {
		margin-top: 20px;
		border-radius: 7px;
		height: 54px;
		font-size: 17px;
	}

	.mapr .a img {
		margin-right: 8px;
	}

	.mapr .pl {
		padding-left: 30px;

		padding-right: 10px;
		height: 385px;
	}

	.mapr .h5 {
		height: 48px;
		font-size: 18px;
		margin-top: 10px;
	}

	.mapr .ul li {
		padding: 15px 0;
	}

	.mapr .h52 {
		font-size: 17px;
	}

	.mapr .p1 {
		font-size: 15px;
	}



	.nban {
		height: 500px;
	}

	.webtit h2 {
		height: 135px;
		font-size: 55px;
	}

	.webtit span {
		width: 55px;
		height: 2px;
	}

	.webtit p {
		margin-top: 30px;
		font-size: 18px;
	}

	.msgBan .box {
		height: 718px;
		position: relative;
	}

	.foottop {
		padding: 38px 0;
	}

	.footmsg .ewm {
		margin-right: 30px;
	}

	.footmsg .ewm p {
		font-size: 12px;
	}

	.footmsg .ewm img {
		width: 70px;
	}

	.footmsg .ic {
		height: 80px;
	}

	.footmsg .com {
		padding-right: 20px;
	}

	.footmsg .com li {
		margin-right: 10px;
		width: auto;
		padding: 10px 0;
		padding-right: 10px;
	}

	.footmsg .com li:last-child {
		width: auto;
	}

	.footmsg .com .i {
		width: 45px;

	}

	.footmsg .com .box {
		margin-left: 10px;
	}

	.footmsg .com .h5 {
		font-size: 15px;
	}

	.footmsg .com .p {
		font-size: 13px;
	}


	.layout {
		width: 1140px;
		padding: 0 20px;
	}

	.layoutSpe {
		padding: 0 20px;
	}

	.layout3 {
		width: 1140px;
		padding: 0 20px;
	}


	.headbox {
		height: 130px;
		font-size: 15px;
	}

	.logo img {
		height: 120px;
	}

	.headlf .btn img {
		width: 24px;
	}

	.headlf .sea img {
		width: 21px;
	}

	.headlf .sea {
		height: 130px;
	}

	.headlf .line {
		height: 28px;
	}

	.headlf .ml {
		margin-left: 16px;
	}

	.nav {
		/* padding-right: 88px; */
	}

	.nav>li {
		font-size: 15px;
		margin: 0 34px;
	}

	.headlf .lan {
		font-size: 18px;
	}

	.nav>li>a {
		height: 130px;
		font-size: 17px;
	}

	.nav .subsubnav,
	.nav .subnav {
		width: 190px;
	}

	.nav .subnav {

		top: 95px;
	}

	.nav .subnav>li:first-child::after {
		width: 30px;
		height: 7px;
		top: -7px;
		margin-left: -15px;
	}

	.nav .subsubnav>li,
	.nav .subnav>li {
		padding: 0 15px;
		height: 45px;
	}
}

@media (max-width:1180px) {
	
	.seaTop {
		padding-top: 13px;
		padding-bottom: 7px;
		font-size: 14px;
	}
	
	.seaTop span {
		padding: 0 11px;
	}
	
	.seaTop em {
		padding: 0 2px;
	}
	
	
	
	.sealist {
		padding: 25px 0;
	}
	
	
	
	.sealist h5 {
		margin-bottom: 10px;
		padding-left: 10px;
		height: 18px;
		font-size: 18px;
	}
	
	
	
	.sealist .ul li {
		font-size: 15px;
		padding: 4px;
	}
	
	
	
	.sealist .ul li a {
		padding-left: 16px;
	}
	
	.sealist .ul li a::after {
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}

	.zl2 .zz1,
	.zl2 .zz2 {

		width: 90px;
	}

	.dx {
		width: 1100px;
		padding-top: 50px;
		transform: scale(1.1);

		height: 450px;
	}

	.detail.spe {
		margin: 40px 0;
	}

	.proXqBot .tit {
		height: 103px;
		padding: 0 40px;
		font-size: 20px;

	}

	.proXqBot em {
		height: 25px;
		width: 5px;
		margin-right: 16px;
	}

	.proXqTop {
		padding: 60px 0 0;
	}

	.proXqTop .s {
		width: 450px;
		height: 250px;
	}

	.proXqTop .b {
		bottom: 15px;
	}


	.gallery-top .swiper-slide {
		width: 450px;
		height: 250px;
	}

	.gallery-thumbs .swiper-slide {
		width: 40px !important;
		height: 40px;
		border: 2px solid #fff;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		border: 2px solid #f5b6b8;
	}

	.proXqTop .c {
		padding-left: 25px;
	}

	.proXqTop .h5 {
		font-size: 27px;
		height: 60px;

	}

	.proXqTop .p1 {
		padding: 12px 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.proXqTop .p2 {
		padding-top: 15px;
		font-size: 14px;
		line-height: 1.5;
	}


	.pro li {
		margin-bottom: 50px;
	}

	.pro li:nth-child(2n-1) .c {
		padding-left: 110px;
	}

	.pro li:nth-child(2n) .c {
		padding-left: 30px;
	}

	.pro .i {
		border-radius: 20px;
	}

	.pro .i .img {
		width: 586px;
		height: 389px;
	}

	.pro .h5 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.pro .p {
		font-size: 18px;
	}

	.pro .a {
		font-size: 16px;
	}

	.pro .em {
		width: 30px;
		height: 16px;
		line-height: 16px;
		margin-left: 8px;
		border-radius: 18px;
		font-size: 16px;
	}


	.newsXqBot {
		padding: 44px 106px 95px;
	}

	.detailBox .p {
		font-size: 15px;
		line-height: 2;
	}

	.detailBot {
		margin-top: 85px;
	}

	.detailBot .n {
		border-radius: 18px;
		width: 500px;
		padding: 20px 35px;

	}

	.detailBot .k {
		padding-left: 15px;
	}

	.detailBot .em {
		font-size: 15px;
		margin-bottom: 7px;
	}

	.detailBot .a {
		font-size: 20px;
	}

	.detailBot .a2 {
		margin-right: 20px;
		width: 45px;
		height: 45px;
		border-radius: 45px;
	}


	.newsXqTop {
		height: 309px;
	}

	.newsXqTop .h5 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.newsXqTop .p {
		font-size: 18px;
	}

	.newsTop {
		border-radius: 18px;
	}

	.newsTip {
		left: 30px;
		width: 120px;
		height: 55px;
		font-size: 16px;
		border-radius: 0 0 18px 18px;
	}

	.newsTop .cnt {
		top: 20px;
		bottom: 20px;
		right: 20px;
		border-radius: 10px;
		width: 330px;
		padding: 25px;
	}

	.newsTop .box {
		margin-bottom: 22px;
	}

	.newsTit {
		height: 64px;
		line-height: 32px;
		font-size: 17px;
	}

	.newsDetail {
		padding: 15px 0;
		font-size: 14px;
	}

	.newsTime {
		font-size: 14px;
	}

	.newsLink {
		font-size: 14px;
	}

	.newsList {
		margin: 0 -15px;
	}

	.newsList li {
		padding: 0 15px;
		margin-top: 30px;

	}

	.newsList .wrap {
		border-radius: 18px;
	}

	.newsList .box {
		padding: 18px 27px;
	}

	.newsList .box2 {
		margin-top: 10px;
	}

	.more {
		font-size: 16px;
		height: 111px;
	}

	.more img {
		margin-left: 8px;
	}

	.news {
		padding-bottom: 35px;
	}


	.zl2 .tit {
		padding: 58px 0;
	}

	.zl2 .tit img {
		width: 300px;
	}

	.zl2 {
		padding-bottom: 60px;
	}

	.zlSil {
		margin: 0 auto;
	}

	.detail {
		border-radius: 18px;
		margin: 40px 0 70px;
	}

	.menu {
		border-radius: 18px;
		height: 120px;
	}

	.menu li {
		margin: 0 45px;
	}

	.menu li a {
		font-size: 17px;
	}

	.contact {
		margin: 0 -15px;
		padding: 40px 0 65px;
	}

	.contact li {
		border-radius: 20px;
		padding: 25px;
		width: 300px;
		margin: 0 15px;
	}

	.contact .h5 {
		height: 28px;
		font-size: 22px;
		margin-bottom: 15px;
	}

	.contact .p {
		line-height: 26px;
		font-size: 16px;
	}

	.contact .dl {
		margin-top: 30px;
	}

	.contact .dl dd {
		margin-right: 15px;
	}

	.contact .dl .a {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}

	.contact .dl .a img {
		width: 27px;
	}

	.map {
		/* margin-top: 60px; */

	}

	.mapl {
		height: 420px;
		width: 640px;
	}

	.mapr .plr {
		padding: 0 25px;
	}

	.mapr .h4 {
		padding-top: 8px;
		height: 58px;
		font-size: 22px;
	}

	.mapr .a {
		border-radius: 6px;
		height: 48px;
		font-size: 16px;
		margin-top: 15px;
	}

	.mapr .a img {
		margin-right: 5px;
	}

	.mapr .pl {
		padding-left: 25px;
		padding-right: 5px;
		height: 325px;
	}

	.mapr .h5 {
		height: 38px;
		font-size: 16px;
		margin-top: 5px;
	}

	.mapr .ul li {
		padding: 12px 0;
	}

	.mapr .h52 {
		font-size: 15px;
	}

	.mapr .p1 {
		font-size: 14px;
	}



	.nban {
		height: 400px;
	}

	.webtit h2 {
		height: 105px;
		font-size: 50px;
	}

	.webtit span {
		width: 50px;
		height: 2px;
	}

	.webtit p {
		margin-top: 25px;
		font-size: 16px;
	}

	.msgBan .box {
		height: 618px;
		position: relative;
	}

	.foottop {
		padding: 30px 0;
	}

	.footmsg .ewm {
		margin-right: 25px;
	}

	.footmsg .ewm p {
		font-size: 12px;
	}

	.footmsg .ewm img {
		width: 70px;
	}

	.footmsg .ic {
		height: 80px;
	}


	.footmsg .com li {
		padding: 10px 0;
		padding-right: 10px;
	}

	.footmsg .com .i {
		width: 35px;

	}

	.footmsg .com .box {
		margin-left: 8px;
	}

	.footmsg .com .h5 {
		font-size: 14px;
	}

	.footmsg .com .p {
		font-size: 13px;
	}

	.layout {
		width: 940px;
		padding: 0 20px;
	}

	.layout3 {
		width: 940px;
		padding: 0 20px;
	}

	.headbox {
		height: 100px;
		font-size: 14px;
	}

	.logo img {
		height: 90px;
	}

	.headlf .btn img {
		width: 24px;
	}

	.headlf .sea img {
		width: 22px;
	}

	.headlf .sea {
		height: 100px;
	}

	.headlf .line {
		height: 24px;
	}

	.headlf .ml {
		margin-left: 16px;
	}

	.nav {
		/* padding-right: 58px; */
	}

	.headlf .lan {
		font-size: 17px;
	}

	.nav>li {
		font-size: 14px;
		margin: 0 29px;
	}

	.nav>li>a {
		height: 100px;
		font-size: 15px;
	}

	.nav .subsubnav,
	.nav .subnav {
		width: 150px;
	}

	.nav .subnav {

		top: 80px;
	}

	.nav .subnav>li:first-child::after {
		width: 27px;
		height: 6px;
		top: -6px;
		margin-left: -13px;
	}

	.nav .subsubnav>li,
	.nav .subnav>li {
		padding: 0 15px;
		height: 40px;
	}
}

@media (max-width:980px) {
	


	.zl2 .zz1,
	.zl2 .zz2 {

		width: 90px;
	}

	.dx {
		width: 1100px;
		padding-top: 20px;
		transform: scale(.9);
		height: 430px;
	}

	.detail.spe {
		margin: 30px 0;
	}

	.proXqBot .tit {
		height: 83px;
		padding: 0 35px;
		font-size: 18px;

	}

	.proXqBot em {
		height: 25px;
		width: 5px;
		margin-right: 13px;
	}

	.proXqTop {
		padding: 50px 0 0;
	}

	.proXqTop .s {
		width: 370px;
		height: 300px;
	}

	.proXqTop .b {
		bottom: 10px;
	}


	.gallery-top .swiper-slide {
		width: 370px;
		height: 300px;
	}

	.gallery-thumbs .swiper-slide {
		width: 30px !important;
		height: 30px;
		border: 2px solid #fff;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		border: 2px solid #f5b6b8;
	}

	.proXqTop .c {
		padding-left: 15px;
	}

	.proXqTop .h5 {
		font-size: 20px;
		height: 45px;

	}

	.proXqTop .p1 {
		padding: 5px 0;
		font-size: 13px;
		line-height: 1.5;
	}

	.proXqTop .p2 {
		padding-top: 10px;
		font-size: 13px;
		line-height: 1.5;
	}


	.pro li {
		margin-bottom: 45px;
	}

	.pro li:nth-child(2n-1) .c {
		padding-left: 90px;
	}

	.pro li:nth-child(2n) .c {
		padding-left: 30px;
	}

	.pro .i {
		border-radius: 16px;
	}

	.pro .i .img {
		width: 486px;
		height: 257px;
	}

	.pro .h5 {
		font-size: 32px;
		margin-bottom: 18px;
	}

	.pro .p {
		font-size: 18px;
	}

	.pro .a {
		font-size: 16px;
	}

	.pro .em {
		width: 28px;
		height: 16px;
		line-height: 16px;
		margin-left: 7px;
		border-radius: 14px;
		font-size: 16px;
	}


	.newsXqBot {
		padding: 35px 76px 75px;
	}

	.detailBox .p {
		font-size: 14px;
		line-height: 2;
	}

	.detailBot {
		margin-top: 70px;
	}

	.detailBot .n {
		border-radius: 16px;
		width: 350px;
		padding: 15px 25px;

	}

	.detailBot .k {
		padding-left: 10px;
	}

	.detailBot .em {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.detailBot .a {
		font-size: 16px;
	}

	.detailBot .a2 {
		margin-right: 15px;
		width: 35px;
		height: 35px;
		border-radius: 35px;
	}

	.detailBot .a2 img {
		width: 25px;
	}


	.newsXqTop {
		height: 269px;
	}

	.newsXqTop .h5 {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.newsXqTop .p {
		font-size: 16px;
	}

	.newsTop {
		border-radius: 16px;
	}

	.newsTip {
		left: 25px;
		width: 110px;
		height: 45px;
		font-size: 14px;
		border-radius: 0 0 14px 14px;
	}

	.newsTop .cnt {
		top: 10px;
		bottom: 10px;
		right: 10px;
		border-radius: 8px;
		width: 320px;
		padding: 20px;
	}

	.newsTop .box {
		margin-bottom: 20px;
	}

	.newsTit {
		height: 60px;
		line-height: 30px;
		font-size: 18px;
	}

	.newsDetail {
		padding: 15px 0;
		font-size: 14px;
	}

	.newsTime {
		font-size: 16px;
	}

	.newsLink {
		font-size: 14px;
	}

	.newsList {
		margin: 0 -12px;
	}

	.newsList li {
		padding: 0 12px;
		margin-top: 24px;

	}

	.newsList .wrap {
		border-radius: 14px;
	}

	.newsList .box {
		padding: 15px 23px;
	}

	.newsList .box2 {
		margin-top: 16px;
	}

	.more {
		font-size: 14px;
		height: 90px;
	}

	.more img {
		margin-left: 7px;
		width: 12px;
	}

	.news {
		padding-bottom: 30px;
	}

	.zl2 .tit {
		padding: 48px 0;
	}

	.zl2 .tit img {
		width: 230px;
	}

	.zl2 {
		padding-bottom: 50px;
	}

	.zlSil {
		margin: 0 auto;
	}

	.detail {
		border-radius: 16px;
		margin: 35px 0 60px;
	}

	.menu {
		border-radius: 16px;
		height: 110px;
	}

	.menu li {
		margin: 0 40px;
	}

	.menu li a {
		font-size: 16px;
	}

	.contact {
		margin: 0 -10px;
		padding: 30px 0 50px;
	}

	.contact li {
		border-radius: 15px;
		padding: 20px;
		width: 280px;
		margin: 0 10px;
	}

	.contact .h5 {
		height: 25px;
		font-size: 18px;
		margin-bottom: 13px;
	}

	.contact .p {
		line-height: 22px;
		font-size: 14px;
	}

	.contact .dl {
		margin-top: 20px;
	}

	.contact .dl dd {
		margin-right: 12px;
	}

	.contact .dl .a {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}

	.contact .dl .a img {
		width: 22px;
	}

	.map {
		/* margin-top: 40px; */

	}

	.mapl {
		height: 320px;
		width: 470px;
	}

	.mapr .plr {
		padding: 0 15px;
	}

	.mapr .h4 {
		padding-top: 5px;
		height: 50px;
		font-size: 18px;
	}

	.mapr .a {
		border-radius: 6px;
		margin-top: 15px;
		height: 42px;
		font-size: 14px;
	}

	.mapr .a img {
		margin-right: 7px;
	}

	.mapr .pl {
		padding-left: 15px;
		padding-right: 2px;
		height: 230px;
	}

	.mapr .h5 {
		height: 32px;
		font-size: 14px;
		margin-top: 5px;
	}

	.mapr .ul li {
		padding: 10px 0;
	}

	.mapr .h52 {
		font-size: 14px;
	}

	.mapr .p1 {
		font-size: 13px;
	}


	.nban {
		height: 300px;
	}

	.webtit h2 {
		height: 95px;
		font-size: 40px;
	}

	.webtit span {
		width: 45px;
		height: 2px;
	}

	.webtit p {
		margin-top: 20px;
		font-size: 15px;
	}

	.foottop {
		padding: 25px 0;
	}

	.footmsg .ewm {
		margin-right: 15px;
	}

	.footmsg .ewm p {
		font-size: 12px;
	}

	.footmsg .ewm img {
		width: 70px;
	}

	.footmsg .ic {
		height: 80px;
	}


	.footmsg .com li {
		padding: 8px 0;
		padding-right: 8px;
	}

	.footmsg .com .i {
		width: 30px;

	}

	.footmsg .com .box {
		margin-left: 7px;
	}

	.footmsg .com .h5 {
		font-size: 13px;
	}

	.footmsg .com .p {
		font-size: 13px;
	}

	.layout {
		width: 810px;
		padding: 0 20px;
	}

	.layout3 {
		width: 810px;
		padding: 0 20px;
	}

	.headbox {
		height: 70px;
		font-size: 14px;
	}

	.logo img {
		height: 60px;
	}

	.headlf .btn img {
		width: 22px;
	}

	.headlf .sea img {
		width: 20px;
	}

	.headlf .sea {
		height: 70px;
	}

	.headlf .line {
		height: 20px;
	}

	.headlf .ml {
		margin-left: 16px;
	}

	.navBtn {
		cursor: pointer;
		display: block;
	}

	.navBtn span {
		background: #000;
		height: 1px;
		display: block;
		width: 22px;
		margin: 5px;
		transition: all 0.25s;
	}

	.openNav .navBtn span:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 4px);
	}

	.openNav .navBtn span:nth-child(2) {
		opacity: 0;
	}

	.openNav .navBtn span:nth-child(3) {
		transform: rotate(45deg) translate(-5px, -4px);
	}

	.headlf {
		justify-content: flex-end;
		flex-grow: 1;
		margin-right: 15px;
	}

	.navBox {
		display: none;
	}

	.subsubnav,
	.subnav,
	.nav {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	.subsubnav>li,
	.subnav>li,
	.nav>li {
		font-size: 14px;
		width: 100%;
		border-bottom: 1px solid #F0F0F0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.nav>li {
		margin: 0;
	}

	.subsubnav>li>a,
	.subnav>li>a,
	.nav>li>a {
		justify-content: flex-start;
		height: 60px;
		width: auto;
		flex-grow: 1;
	}

	.subsubnav>li>span,
	.subnav>li>span,
	.nav>li>span {
		/* flex-grow: 1; */
		width: 50px;
		font-size: 18px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		cursor: pointer;
	}

	.subsubnav>li:hover>a,
	.subnav>li:hover>a {
		color: #94bfe6;
	}

	.subsubnav>li>a,
	.subnav>li>a {
		font-size: 14px;
		display: flex;
		align-items: center;
		color: #666;
	}

	.subsubnavBox {
		display: none;
	}


	.seaBoxShow {
		display: none;
	}

	.seaBox {
		box-shadow: none;
		background: #fff;
		display: flex;
		padding: 50px 50px;
		box-sizing: border-box;
		width: 100%;

	}

	.seaBox .seaInp {
		flex-grow: 1;
		margin-right: 10px;
		height: 33px;
	}

	.seaBox .seaBtn {
		margin-left: 0;
		height: 35px;
		width: 70px;
	}

}

@media (max-width:850px) {
	.seaTop {
		padding-top: 15px;
		padding-bottom: 5px;
		font-size: 13px;
		flex-wrap:wrap;
	}
	
	
	.seaTop span {
		padding: 0 5px;
	}
	
	.seaTop em {
		padding: 0 2px;
	}
	
	
	
	.sealist {
		padding: 20px 0;
	}
	
	
	
	.sealist h5 {
		margin-bottom: 10px;
		padding-left: 10px;
		height: 15px;
		font-size: 15px;
	}
	
	
		
	.sealist .ul li {
		width: 100%;
		font-size: 14px;
		padding: 5px;
	}
	
	
	
	.sealist .ul li a {
		padding-left: 15px;
	}
	
	.sealist .ul li a::after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}

	.head .layout {
		padding: 0 30px;
	}


	.zl2 .zz1,
	.zl2 .zz2 {

		width: 0;
	}

	.dx {
		width: 1100px;
		padding-top: 0;
		margin-top: -50px;
		transform: scale(.6);
		height: 310px;
	}


	.detail.spe {
		margin: 20px 0;
	}

	.headlf .lan {
		font-size: 16px;
	}

	.phoneShow {
		display: block;
	}

	.pcShow {
		display: none;
	}

	.proXqBot .tit {
		height: 63px;
		padding: 0 20px;
		font-size: 16px;

	}

	.proXqBot em {
		height: 20px;
		width: 5px;
		margin-right: 11px;
	}

	.proXqTop {
		flex-wrap: wrap;
		padding: 30px 0 0;
	}

	.proXqTop .s {
		width: 100%;
		height: 230px;
	}

	.proXqTop .b {
		bottom: 10px;
	}


	.gallery-top .swiper-slide {
		width: 100%;
		height: 230px;
	}

	.gallery-thumbs .swiper-slide {
		width: 30px !important;
		height: 30px;
		border: 2px solid #fff;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		border: 2px solid #f5b6b8;
	}

	.proXqTop .c {
		padding-left: 0;
		margin-top: 15px;
		width: 100%;
	}

	.proXqTop .h5 {
		font-size: 20px;
		height: 45px;

	}

	.proXqTop .p1 {
		padding: 5px 0;
		font-size: 14px;
		line-height: 1.8;
	}

	.proXqTop .p2 {
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}


	.pro li {
		margin-bottom: 20px;
		flex-wrap: wrap;
		text-align: center;
	}

	.pro li:nth-child(2n) {
		flex-direction: row;
	}

	.pro li:nth-child(2n-1) .c {
		width: 100%;
		padding-left: 0
	}

	.pro li:nth-child(2n) .c {
		width: 100%;
		padding-left: 0
	}

	.pro .i {
		width: 100%;
		border-radius: 14px;
		margin-bottom: 15px;
	}

	.pro .i .img {
		width: 100%;
		height: 265px;
	}

	.pro li {
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.pro .h5 {
		/* font-weight: bold; */
		font-size: 26px;
		margin-bottom: 16px;
	}

	.pro .p {
		font-size: 16px;
	}

	.pro .a {
		font-size: 13px;
	}

	.pro .em {
		width: 23px;
		border: 1px solid #666666;
		height: 13px;
		line-height: 13px;
		margin-left: 6px;
		border-radius: 14px;
		font-size: 15px;
	}

	.pro .em i {
		transform: translate(0, -50%) rotate(-135deg) scale(.7);
	}


	.newsXqBot {
		padding: 25px 26px 35px;
	}

	.detailBox .p {
		font-size: 13px;
		line-height: 2;
	}

	.detailBot {
		margin-top: 35px;
		flex-wrap: wrap;
	}

	.detailBot .n {
		border-radius: 14px;
		width: 100%;
		padding: 15px 25px;
		margin-bottom: 15px;

	}

	.detailBot .k {
		padding-left: 0;
	}

	.detailBot .em {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.detailBot .a {
		font-size: 14px;
	}

	.detailBot .a2 {
		margin-right: 13px;
		width: 32px;
		height: 32px;
		border-radius: 32px;
	}

	.detailBot .a2 img {
		width: 23px;
	}


	.newsXqTop {
		height: auto;
		padding: 25px 0 20px;
		margin-bottom: -15px;
	}

	.newsXqTop .h5 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.newsXqTop .p {
		font-size: 14px;
	}

	.newsTop {
		border-radius: 14px;
		background: #fff;
	}

	.newsTop .cnt {
		position: inherit;
	}

	.newsTip {
		left: 20px;
		width: 90px;
		height: 30px;
		font-size: 13px;
		border-radius: 0 0 10px 10px;
	}

	.newsTop .cnt {
		top: 0;
		bottom: 0;
		right: 0;
		border-radius: 8px;
		width: 100%;
		padding: 15px;
	}


	.newsTop .box {
		margin-bottom: 15px;
	}

	.newsTit {
		height: 50px;
		line-height: 25px;
		font-size: 14px;
	}

	.newsDetail {
		padding: 13px 0;
		font-size: 12px;
	}

	.newsTime {
		font-size: 12px;
	}

	.newsLink {
		font-size: 13px;
	}

	.newsList {
		margin: 0 -5px;
	}

	.newsList li {
		/* width: 100%; */
		padding: 0 5px;
		margin-top: 15px;

	}

	.newsList .wrap {
		border-radius: 12px;
	}

	.newsList .box {
		padding: 10px;
	}

	.newsList .box2 {
		margin-top: 10px;
	}

	.more {
		font-size: 14px;
		height: 60px;
	}

	.more img {
		margin-left: 5px;
		width: 12px;
	}

	.news {
		padding-bottom: 20px;
	}


	.zl2 .tit {
		padding: 30px 0;
	}

	.zl2 .tit img {
		width: 150px;
	}

	.zl2 {
		padding-bottom: 30px;
	}

	.zlSil {
		margin: 0 auto;
	}

	.detail {
		border-radius: 15px;
		margin: 25px 0 40px;
	}

	.menu {
		border-radius: 15px;
		height: 55px;
		justify-content: space-around;
	}

	.menu li {
		margin: 0;
	}

	.menu li a {
		font-size: 14px;
	}

	.contact {
		flex-wrap: wrap;
		margin: 0;
		padding: 15px 0 20px;
	}

	.contact li {
		border-radius: 15px;

		padding: 20px;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.contact .h5 {
		height: 23px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.contact .p {
		line-height: 22px;
		font-size: 13px;
	}

	.contact .dl {
		margin-top: 18px;
	}

	.contact .dl dd {
		margin-right: 10px;
	}

	.contact .dl .a {
		width: 30px;
		height: 30px;
		border-radius: 30px;
	}

	.contact .dl .a img {
		width: 22px;
	}

	.map {
		/* margin-top: 25px; */
		flex-wrap: wrap;
		border-radius: 15px;
	}

	.mapl {
		width: 100%;
		height: 150px;
	}



	.mapr .pl {
		padding-left: 15px;
		padding-right: 2px;
		height: 270px;
	}


	.nban {
		height: 150px;
	}

	.webtit h2 {
		height: 35px;
		font-size: 18px;
	}

	.webtit span {
		width: 40px;
		height: 2px;
	}

	.webtit p {
		margin-top: 10px;
		font-size: 13px;
	}

	.msgBan {
		display: none;
	}

	.phoneBan {
		display: block;
	}

	.foottop {
		padding: 20px 0;
	}

	.footmsg {
		flex-wrap: wrap;
	}


	.footmsg .ewm {
		margin-right: 10px;
	}

	.footmsg .ewm:nth-of-type(1){
		margin-left: 24px;
	}

	.footmsg .ewm p {
		font-size: 12px;
	}

	.footmsg .ewm img {
		width: 60px;
	}

	.footmsg .ic {
		height: 55px;
	}

	.footmsg .com {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0;
		padding-left: 28px;
	}

	.footmsg .com li {

		width: 100%;
		padding: 9px 0;
		padding-right: 5px;
	}

	.footmsg .com .i {
		width: 32px;

	}

	.footmsg .com .box {
		margin-left: 8px;
	}

	.footmsg .com .h5 {
		font-size: 13px;
	}

	.footmsg .com .p {
		font-size: 13px;
	}

	.footmsg .com .a {
		width: 23px;
		height: 23px;
		border-radius: 23px;
		margin-right: 5px;
	}

	.footmsg .com .a2 {
		margin-right: 5px;
	}

	.footmsg .com .a2 img {
		width: 20px;
	}

	.footmsg .com .a img {
		width: 16px;
	}


	.footbot {
		padding: 12px 0;
	}

	.layout {
		width: 100%;
		box-sizing: border-box;
		padding: 0 13px;
	}

	.layoutSpe {
		padding: 0 13px;
	}

	.layout3 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 13px;
	}

	.head {
		position: sticky;
	}

	.headbox {
		height: 60px;
		font-size: 13px;
	}

	.logo img {
		height: 50px;
	}

	.headlf .btn img {
		width: 20px;
	}

	.headlf .sea img {
		width: 18px;
	}

	.headlf .sea {
		height: 50px;
	}

	.headlf .line {
		height: 15px;
	}

	.headlf .ml {
		margin-left: 15px;
	}



	.subsubnav>li>a,
	.subnav>li>a,
	.nav>li>a {
		height: 55px;
	}

	.subsubnav>li>span,
	.subnav>li>span,
	.nav>li>span {
		height: 55px;
	}

	.proXqTop .s .swiper-container {
		border-radius: 15px;
	}
}






@media (min-width:981px) {

	.nav .subsubnav {
		display: block;
		transform-origin: top center;
		transform: scaleY(0);
		transition: transform .45s, opacity .5s;
		opacity: 1;
	}

	.nav .subnav {
		/* background: rgba(255,255,255,.9); */
		display: block;
		transform-origin: top center;
		transform: scaleY(0) translateX(-50%);
		transition: transform .45s, opacity .5s;
		opacity: 1;
	}

	.nav .subsubnav>li>a,
	.nav .subnav>li>a {
		opacity: 0;
		transition: opacity .3s;
	}

	.nav>li:hover .subnav {
		opacity: 1;
		transform: scaleY(1) translateX(-50%);
	}

	.nav>li:hover .subnav>li>a {
		opacity: 1;
	}

	.nav .subnav>li:hover .subsubnav {
		transform: scaleY(1);
		opacity: 1;
	}

	.nav .subnav>li:hover .subsubnav>li>a {
		opacity: 1;
	}


	.sea {
		position: relative;
	}



	.seaBox {
		top: 70px;
		right: -50px;
		position: absolute;
		transform-origin: top center;
		transform: scaleY(0);
		transition: all .4s;
		opacity: 0;
		transition-delay: 0.25s;

	}

	.sea:hover .seaBox {
		transition-delay: 0s;
		transform: scaleY(1);
		opacity: 1;
	}




}

@media (min-width:1180px) {

	.seaBox {
		top: 90px;
	}

}

@media (min-width:1500px) {

	.seaBox {
		top: 95px;
	}

}


.m-form { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 25px; background: #f7f7f7; border: 1px solid #e8e8e8; border-radius: 8px; height: 58px; font-size: 18px; color: #666666; overflow: hidden; }

.m-form .m-ipt { border: none; height: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background: transparent; padding: 0 10px; font-size: inherit; outline: none; }

.m-form .m-btn { border: none; height: 100%; background: transparent; padding: 0; width: 58px; background: #fff; }

.m-form .m-btn img { max-width: 50%; }

@media (max-width: 1180px) { .m-form { border-radius: 6px; height: 48px; font-size: 16px; margin-top: 15px; }
  .m-form .m-btn { width: 48px; } }

@media (max-width: 980px) { .m-form { border-radius: 6px; margin-top: 15px; height: 42px; font-size: 14px; }
  .m-form .m-btn { width: 42px; } }

.mapl img { -o-object-fit: contain; object-fit: contain; }
