@charset "utf-8";

html {
	-webkit-font-smoothing: antialiased
}

* {
	outline: none !important;
}

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 {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #1363a4;
	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],
textarea,
select {
	-webkit-appearance:none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	font-family: "Source Han Sans CN", "微软雅黑", "arial";
}

body {
	color: #333;
	font-size: 15px;
	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(../images/browser.png) no-repeat center center;
	margin: 200px auto 0;
}

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

.phoneShow {
	display: none;
}

@media (max-width:1180px) {
	.pcShow {
		display: none
	}

	.phoneShow {
		display: block;
	}
}


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

}




html {
	font-size: calc(100vw*100/1920);
}


.layout {
	width: 14.4rem;
	margin: 0 auto;
}

.head {
	position: relative;
	z-index: 100;
}

.headBox {
	height: .9rem;
	display: flex;
	align-items: center;
}

.logo img {
	height: .53rem;
}

.navBox {
	flex-grow: 1;
	width: 0;
}

.nav {
	display: flex;
	justify-content: flex-end;
	font-size: .16rem;
}

.nav li {
	margin-left: .51rem;
	position: relative;
}

.nav li.on>a {
	color: #1363A4;
}

.nav li>a {
	display: flex;
	height: .9rem;
	align-items: center;

}

.nav li:hover .navSub {
	transform: scaleY(1);
	opacity: 1;
	transition-delay: 0s;
}

.navSub {
	background: #fff;
	box-shadow: 0 0 4px 2px #f5f8fb;
	position: absolute;
	width: 200%;
	left: -50%;
	top: 100%;
	transition: all .4s;
	opacity: 0;
	transform: scaleY(0);
	transition-delay: .25s;
	transform-origin: top center;

}

.navSub a {
	font-size: .16rem;
	height: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #f5f8fb;
}

.navJt {
	display: none;
}


.lan {
	position: relative;
	margin-left: .56rem;
	font-size: .14rem;
	color: #666;
}

.lanMenu {
	border: 1px solid #cccccc;
	padding: 0 .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .35rem;
	height: .35rem;
}

.lanMenu .img {
	width: .24rem;
}

.lanMenu .cnt {
	min-width: .4rem;
	margin: 0 .04rem;

}

.lanMenu .ic {
	width: .09rem;
}

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

.lanSub {
	transition: all .4s;
	opacity: 0;
	transform: scaleY(0);
	transition-delay: .25s;
	transform-origin: top center;
	position: absolute;
	top: 140%;
	width: 120%;
	left: -10%;
	background: #fff;
	box-shadow: 0 0 4px 2px #f5f8fb;
}

.lanSub a {
	color: #666;
	display: flex;
	align-items: center;
	height: .4rem;
	border-bottom: 1px solid #F5F8FB;
	padding: 0 .15rem;
	font-size: .15rem;
}

.lanSub a:hover {
	color: #1363A4;
}

.lanSub img {
	width: .24rem;
	margin-right: .05rem;
}

.ban {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banBox {
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: .42rem;
	line-height: 1.4;

}
.banBox h2{font-weight: bold;}

.midBar {
	border-bottom: 1px solid #eeeeee;
}

.midBarBox {
	display: flex;
	align-items: center;
	height: .68rem;
	justify-content: space-between;
}

.place {
	display: flex;
	align-items: center;
	font-size: .16rem;
}

.place .ic {
	width: .16rem;
}

.place a {
	margin: 0 .13rem;
}


.menu {
	display: flex;
	align-items: center;
	font-size: .16rem;
}

.menu li {
	height: .68rem;
	/*width: 1.5rem;*/
	width: 1.7rem;

}

.menu li a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.menu li.on a {
	color: #1363A4;
	border-bottom: 2px solid #1363A4;
}


.layout2 {
	width: 16rem;
	margin: 0 auto;
}

.foot {
	background: #003560;
	padding: .61rem 0;
	color: #9f9f9f;
	font-size: .16rem;
}

.foot a {
	color: #9f9f9f;
}

.foot a:hover {
	color: #1363A4;
}



.footBot {
	padding: .24rem 0;
	border-top: 1px solid #265378;
	display: flex;
	justify-content: space-between;
}


.footLogo {
	text-align: center;
}

.footLogo img {
	height: .69rem;
}

.footMsg {
	display: flex;
	padding-top: .74rem;
	padding-bottom: .32rem;
	justify-content: space-between;
}

.footMsg li {
	width: 3.18rem;
}

.footMsg .l2 {
	width: 0;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footMsg .a2 {
	color: #fff;
	font-size: .3rem;
	display: flex;
	align-items: center;
}

.footMsg .a2 img {
	margin-right: .14rem;
	width: .24rem;
}

.footMsg .a {
	margin: 0 .06rem;
}

.footMsg .l3 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footMsg .a3 {
	width: .35rem;
	height: .35rem;
	border-radius: 50%;
	background-color: #fff;
	margin-left: .14rem;
	background-size: .22rem auto;
	background-position: center;
	background-repeat: no-repeat;
}

.footMsg .a3:hover {
	background-color: #1363A4;
}

.footMsg .wb {
	background-image: url(../images/s1on.png);
}

.footMsg .wx {
	background-image: url(../images/s2on.png);
}

.footMsg .qq {
	background-image: url(../images/s3on.png);
}

.footMsg .wb:hover {
	background-image: url(../images/s1.png);
}

.footMsg .wx:hover {
	background-image: url(../images/s2.png);
}

.footMsg .qq:hover {
	background-image: url(../images/s3.png);
}

.main {

	padding: .81rem 0;
}

.zzlist {
	display: flex;
	margin: 0 -.13rem;
	flex-wrap: wrap;
}

.zzlist li {
	width: 25%;
	padding: 0 .13rem;
	box-sizing: border-box;
	margin-bottom: .5rem;
}

.zzlist li a {
	height: 100%;
	display: block;
	background: #fff;
	transition: all .25s;
	position: relative;
}

.zzlist li i {
	height: 3.39rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f4f4f4;
}

.zzlist li img {
	max-width: 80%;
	max-height: 2.39rem;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));

}

.zzlist li p {
	height: .78rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .16rem;
}

.zzlist li a:hover {
	box-shadow: 0 0 6px 2px #eee;
}

.zzlist li a::after {
	content: "";
	height: 2px;
	background: #1363A4;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .25s;
}

.zzlist li a:hover::after {
	width: 100%;
}


.page {
	padding-top: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .17rem;
}

.page .a1 {
	min-width: .43rem;
	text-align: center;
	line-height: .5rem;
}

.page .a2 {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #1363A4;
	margin: 0 .15rem;
}

.page .no {
	opacity: .5;
	pointer-events: none;
}


.navBtn {
	display: none;
}

.bg {
	background: #f5f8fb;
}

.zz {
	padding: .6rem .3rem;

}

.zz .b1 {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}

.zz .b2 {
	width: 50%;
	padding: 0 .3rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.zz .label {
	width: 1.2rem;
	font-size: .17rem;
}

.zz .i {
	color: red;
}

.zz .inp {
	width: 0;
	flex-grow: 1;
	height: .6rem;
	line-height: .6rem;
	font-size: .17rem;
	padding: 0 .2rem;
	border: 1px solid #aec0cf;
	background-color: transparent;
}

.zz .b3 {
	padding-left: 1.5rem;
	padding-top: .3rem;
}

.zz .btn {
	width: 3rem;
	height: .6rem;
	color: #fff;
	background: #1363A4;
	font-size: .24rem;
	border: none;
}

.hoverAn {
	transition: all .3s;
}

.hoverAn:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 5px 1px #eee;
}

.hoverAn2 {
	transition: all .3s;
}

.hoverAn2:hover {
	transform: translateY(-5px);
}

.news .b {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: .4rem;
	align-items: center;
	margin-bottom: .4rem;
	border: 1px solid #eeeeee;
}

.news .img {
	width: 4rem;
}

.news .b2 {
	transition: all .3s;
	width: 0;
	flex-grow: 1;
	padding-left: .5rem;
}

.news .p1 {
	font-size: .18rem;
	color: #666666;
}

.news .h5 {
	transition: all .3s;
	font-weight: bold;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .p2 {
	margin: .2rem 0 .3rem;
	font-size: .16rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .span {
	transition: all .3s;
	background: #1363A4;
	color: #fff;
	width: 1.5rem;
	height: .5rem;
	display: flex;
	align-items: center;
	font-size: .16rem;
	justify-content: center;
}

.news .b:hover .h5 {
	color: #1363A4;
}

.news .b:hover {
	border: 1px solid #1363A4;
}

.news .b:hover .span {
	background: #f26823;
}

.newsWrap {
	display: flex;
	width: 100%;
}

.newsWrap .l {
	width: 10rem;
}

.newsWrap .r {
	flex-grow: 1;
	width: 0;
	padding-left: .85rem;
}

.newsXq .b1 {
	padding-bottom: .25rem;
}

.newsXq .h5 {
	font-weight: bold;
	margin-bottom: .15rem;
	font-size: .36rem;
}

.newsXq .b2 {
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: .18rem;
}

.newsXq .b3 {
	display: flex;
	align-items: center;
}

.newsXq .a {
	margin-left: .15rem;
}

.newsXq .b4 {
	padding: .25rem 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	color: #666;
	font-size: .16rem;
}

.newsXq .b4 img {
	max-width: 100%;
}

.newsXq .b5 {
	padding-top: .32rem;
	font-size: .16rem;
	display: flex;
	justify-content: space-between;
}

.newsXq .a2 {
	color: #666;
}

.newsXq .a2:hover {
	color: #1363A4;
}

.newsXq .a3 {
	display: flex;
	align-items: center;
	color: #1363A4;
}

.newsXq .ic {
	margin-left: .1rem;
}

.more .b {
	width: 100%;
	margin-top: -.1rem;
	height: .78rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.more .h5 {
	font-size: .24rem;
	font-weight: bold;
}

.more .a1 {
	display: flex;
	align-items: center;
}

.more .img {
	width: 100%;
}

.more .a2 {
	display: block;
	margin-bottom: .3rem;
}

.more .p1 {
	font-size: .16rem;
	color: #666666;
	margin-top: .15rem;
	margin-bottom: .05rem;
}

.more .h52 {
	font-size: .2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.more .a2:hover .h52 {
	color: #1363A4;
}

.pro {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.12rem;
}

.pro li {
	margin-bottom: .5rem;
	padding: 0 .12rem;
	box-sizing: border-box;
	width: 25%;
}

.pro .a {
	background: #fff;
	border-radius: 3px;
	display: block;
	padding: .27rem;
}

.pro .h5 {
	font-size: .24rem;
}

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

.pro .img {
	width: 100%;
	margin: .1rem 0;
}

.pro .b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro .em {
	display: block;
	color: #f26823;
	font-size: .24rem;
	font-weight: bold;
}

.pro .span {
	font-size: .16rem;
	color: #999999;
}

.pro .span2 {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d0e0ed;
	transition: all .25s;
}

.pro .ic {
	width: .2rem;
}

.pro .a:hover .span2 {
	background: #f26823;
}

.wt {
	padding-bottom: .3rem;
}

.wt li {
	margin-bottom: .2rem;
	background: #f5f8fb;
}

.wt li.on .b {
	display: block;
}

.wt li.on .h5 {
	background-color: #1363a4;
	color: #fff;
	background-image: url(../images/i5.png);
}

.wt .h5 {
	cursor: pointer;
	height: .8rem;
	display: flex;
	align-items: center;
	padding-left: .3rem;
	padding-right: .5rem;
	background-image: url(../images/i6.png);
	background-position: 98% center;
	background-size: .2rem auto;
	background-repeat: no-repeat;
	font-size: .2rem;
}

.wt .b {
	display: none;
	padding: .3rem;
	font-size: .16rem;
}

.wt .b img {
	max-width: 100%;
}


.par {
	flex-wrap: wrap;
	display: flex;
	margin: 0 -.2rem;
}

.par li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 .2rem;
	margin-bottom: .4rem;
}

.par .a1 {
	padding: .3rem;
	background: #fff;
	display: block;
	border: 1px solid #eeeeee;
}

.par .b {
	background-image: url(../images/bg1.png);
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.61rem;
}

.par .img {
	max-width: 95%;
	max-height: 2.5rem;

}

.par .b2 {
	position: relative;
	height: .63rem;
	font-size: .2rem;
	border-top: 1px solid #d6d6d6;
	align-items: center;
	display: flex;
}

.par .b2::after {
	content: "";
	background: #d6d6d6;
	width: .6rem;
	height: .05rem;
	top: -0.05rem;
	left: 0;
	position: absolute;
}

.usTop {
	display: flex;

}

.usTop .b1 {
	width: 50%;
	padding-right: .9rem;
	padding-top: .71rem;
	box-sizing: border-box;
}

.usTop .b3 {
	width: 50%;
}

.usTop .img {
	width: 100%;
}

.usTop .h51 {
	font-size: .42rem;
	font-weight: bold;
	color: #1363A4;
	line-height: 1;
}

.usTop .p1 {
	font-size: .42rem;
	color: #f26823;
}

.usTop .p2 {
	padding-top: .32rem;
	font-size: .16rem;
	color: #666666;
	line-height: 2.2;
	padding-bottom: .2rem;
}

.usBot {
	border-top: 1px solid #eeeeee;
	padding-top: .63rem;
}

.usBot .ul {
	display: flex;
	justify-content: space-between;
}

.usBot .h5 {
	margin-bottom: .05rem;
	font-size: .48rem;
}

.usBot .p {
	font-size: .18rem;
}

.contact .h5 {
	font-size: .42rem;
	margin-bottom: .2rem;
	color: #1363A4;
}

.contact .ul {
	display: flex;
	padding: .4rem .2rem;
	justify-content: space-between;
	border-bottom: 2px solid #eeeeee;
}

.contact li {
	text-align: center;
}

.contact .ic {
	width: .35rem;
}

.contact .p {
	font-size: .18rem;
	padding-top: .25rem;
}

.ly .h5 {
	font-size: .3rem;
	margin-bottom: .25rem;
	margin-top: .25rem;
}

.ly .b {
	display: flex;
	justify-content: space-between;
	margin-bottom: .25rem;
}

.ly .b2 {
	width: 32%;

}

.ly .label {
	display: flex;
	align-items: center;
	font-size: .16rem;
	height: .41rem;
}

.ly .inp {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	height: .6rem;
	line-height: .6rem;
	padding: 0 .2rem;
	font-size: .18rem;
}

.ly .b3 {
	width: 100%;
}

.ly .inp.spe {
	height: 1.5rem;
}

.ly .b4 {
	padding-top: .2rem;
}

.ly .btn {
	width: 3rem;
	height: .6rem;
	font-size: .18rem;
	color: #fff;
	background: #1363A4;
	border: none;
}

.zz .btn:hover,
.ly .btn:hover {
	background: #f26823;
}


.detail {
	display: flex;
	padding-bottom: .9rem;
	background: #fff;
}

.detail .l {
	width: 50%;
}

.detail .r {
	width: 50%;
	box-sizing: border-box;
	padding-left: .95rem;
}

.detail .p1 {
	font-size: .24rem;
}

.detail .h5 {
	font-weight: bold;
	font-size: .42rem;
	margin-bottom: .1rem;
}

.detail .p2 {
	font-size: .3rem;
	color: #f26823;
}

.detail .p3 {
	font-size: .18rem;
	color: #999;
}

.detail .em {
	font-size: .16rem;
}

.detail .b {
	border-top: 1px solid #eeeeee;
	margin-top: .33rem;
	padding-top: .22rem;
}

.detail .p4 {
	display: flex;
	margin-bottom: .3rem;
}

.detail .i {
	flex-shrink: 0;
	margin-right: .1rem;
	margin-top: .1rem;
	width: .07rem;
	height: .07rem;
	background: #333;
	border-radius: 50%;
}

.detail .a {
	width: 2rem;
	height: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .16rem;
	margin-top: .4rem;
	background: #f26823;
}

.detail .a:hover {
	background: #1363A4;
}

.detail .l {
	display: flex;
	align-items: center;
}

.detail .box2 {
	flex-shrink: 0;
}

.gallery-thumbs {
	height: 4.56rem;
	width: 1rem;
}

.gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #1363A4;
}

.gallery-top {
	padding-left: .1rem;
	flex-grow: 1;
	width: 0;
}

.gallery-top .box {
	height: 4.56rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.gallery-top .box video,
.gallery-top .box img {
	max-width: 95%;
	max-height: 4.36rem;
}

.detail .dslr {
	width: .55rem;
	height: .55rem;
	margin: 0 auto;
	background-size: .21rem auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.detail .dsl {
	background-image: url(../images/i7.png);
}

.detail .dsr {
	background-image: url(../images/i8.png);
}

.detail .dslr.swiper-button-disabled {
	opacity: 0;
}

.detail .bf {
	height: 100%;
	width: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.1);
	align-items: center;
	justify-content: center;
}

.detail .swiper-pagination {
	display: none;
}

.probox {
	padding: 1rem 0;
}

.prod {
	background: #fff;
	padding: .35rem;
}

.prod .ul1 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}

.prod .ul1 li {
	color: #666666;
	font-size: .24rem;
	cursor: pointer;
	height: .84rem;
	display: flex;
	align-items: center;
	margin-right: .33rem;
	border-bottom: 2px solid transparent;
}

.prod .ul1 li.on {
	font-size: .3rem;
	color: #1363A4;
	border-bottom: 2px solid #1363A4;
}

.prod .ul2 .ul2li {
	padding-top: .5rem;
	padding-bottom: .3rem;
	display: none;
}

.prod .ul2 .ul2li.on {
	display: block;
}


.ts {
	margin: .25rem 0;
	display: flex;
	background: #f5f8fb;
}

.ts .b {
	width: 5.21rem;
	background-size: cover;
	background-position: center;
}

.ts .b2 {
	padding: .6rem .8rem;
	width: 0;
	flex-grow: 1;
}

.ts .b3 {
	height: .6rem;
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}

.ts .label {
	width: 1.25rem;
	font-size: .16rem;
	color: #222222;
}

.ts .i {
	color: red;
}

.ts .inp.spe {
	background-image: url(../images/i21.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: .12rem auto;
}

.ts .inp {
	height: .6rem;
	line-height: .6rem;
	box-sizing: border-box;
	border: 1px solid #aec0cf;
	padding: 0 .2rem;
	width: 0;
	flex-grow: 1;
	font-size: .16rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.ts .inp::-ms-expand {
	display: none;
}

.ts .b4 {
	padding-top: .3rem;
	padding-left: 1.25rem;
}

.ts .btn {
	width: 3rem;
	height: .6rem;
	background: #1363A4;
	color: #fff;
	font-size: .24rem;
	border: none;
}

.ts .btn:hover {
	background: #f26823;
}

.webtit.spe .webtit_h5,
.webtit.spe .webtit_p {
	color: #fff;
}

.webtit {
	text-align: center;
	padding-top: .65rem;
	padding-bottom: .4rem;
	line-height: 1.4
}

.webtit_h5 {
	color: #1363A4;
	font-size: .42rem;
}

.webtit_p {
	color: #f26823;
	font-size: .42rem;
}

.gchj {
	padding: 0 .57rem .68rem;
}

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

}

.gchjSid {
	padding-bottom: .43rem !important;
}



.fzlcLr,
.scsbLr,
.gchjSid .swiper-button-prev,
.gchjSid .swiper-button-next {
	width: .5rem;
	height: .5rem;
	background-image: url(../images/i22.png);
	background-size: .1rem auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, .5);

}

.fzlcLr:hover,
.scsbLr:hover,
.gchjSid .swiper-button-prev:hover,
.gchjSid .swiper-button-next:hover {
	background-color: #F26823;
}

.gchjSid .swiper-button-prev {
	left: 1.71rem;
}

.gchjSid .swiper-button-next {
	right: 1.71rem;
	transform: rotateZ(180deg);
}

.gchjSid .swiper-button-prev::after,
.gchjSid .swiper-button-next::after {
	font-size: 0;
}

.fzlcl,
.scsbl {
	left: -1.32rem;
}

.fzlcr,
.scsbr {
	right: -1.32rem;
	transform: rotateZ(180deg);
}

.fzlcLr,
.scsbLr {
	cursor: pointer;
	z-index: 2;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	margin-top: -.25rem;
}

.scsbBox {
	position: relative;
}


.swiper-button-disabled {
	display: none;
}

.scsbSid {
	padding-bottom: .25rem !important;
}

.scsbSid .i img {
	width: 100%;
}

.scsbSid .p {
	margin-bottom: -.25rem;
	height: .79rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .2rem;
}

.fzlc {
	padding-bottom: 1px;
	background-size: cover;
	background-position: center;
}

.fzlcBox {
	margin-bottom: .88rem;
	position: relative;
	color: #fff;
}


.fzs .b {

	display: flex;
	justify-content: center;
}

.fzs .b3 {
	display: flex;
	flex-direction: column;
	width: 25%;
	height: 1.94rem;
	padding-bottom: .2rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	position: relative;
}

.fzs i {
	position: absolute;
	width: 1px;
	background: #fff;
	left: .05rem;
	bottom: 0;
	top: .1rem;
}

.fzs b {

	width: .1rem;
	height: .1rem;
	border: 1px solid #fff;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
	box-sizing: border-box;
}

.fzs h5 {
	width: 100%;
	font-size: .36rem;
	line-height: 1;
}

.fzs p {
	width: 100%;
	margin-top: .1rem;
	font-size: .16rem;
}

.fzs .b.spe {
	border-top: 1px solid #fff;
}

.fzs .b.spe i {
	top: 0;
	bottom: .1rem;
}

.fzs .b.spe .b3 {
	justify-content: flex-end;
}

.fzs .b.spe b {
	top: auto;
	bottom: 0;
}

.fzs.spe .b3 {
	width: 50%;
}

.ppjs {
	padding: 1rem 0;
}

.ppjs .b3 {
	display: flex;
	flex-wrap: wrap;
}

.ppjs .b {
	width: 55%;
	box-sizing: border-box;
	padding-right: .8rem;
}

.ppjs .b2 {
	width: 45%;
}

.ppjs .img {
	width: 100%;
}

.ppjs .webtit {
	padding: 0;
	text-align: left;
	margin-bottom: .4rem;
}

.ppjs .p {
	color: #666;
	font-size: .16rem;
	line-height: 2;
}

.ppjs .ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: .55rem;
}

.ppjs .h5 {
	font-size: .48rem;
}

.ppjs sup {
	font-size: .18rem;
}

.ppjs .p2 {
	font-size: .18rem;
}


.banner img {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: .61rem!important;
}

.banner .swiper-pagination-bullet {
	width: 1.6rem;
	height: 3px;
	opacity: .5;
	border-radius: 0;
	background: #fff;
}

.banner .swiper-pagination-bullet-active {
	background: #f26823;
	opacity: 1;
}

.imod1{
	padding-top: .8rem;
}
.imod1 .b{
	display: flex;

}
.imod1 .b2{
	width: 6rem;
}
.imod1 .b3{
	width: 0;
	flex-grow: 1;
	padding-left: .98rem;
}
.imod1 .img{
	width: 100%;
}
.imod1 .webtit{
	padding: 0;
	padding-top: 1.16rem;
	padding-bottom: .37rem;
	text-align: left;
}
.imod1 .p{
	color: #666666;
	font-size: .16rem;
	line-height: 2;
	min-height: 2.23rem;
	padding-bottom: .2rem;
	box-sizing: border-box;
}
.imod1 .a{
	width: 1.8rem;
	height: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .16rem;
	color: #666;
	border: 1px solid #333;
}
.imod1 .a:hover{
	background-color: #F26823;
	color: #fff;
	border: 1px solid #F26823;
}

.imod2{
	background: #1363A4;
	color: #fff;
}
.imod2 .b4{
	display: flex;
}
.imod2 .b{
	width: 6rem;
	background: #F26823;
	font-size: .36rem;
	padding: .34rem .64rem;
	line-height: 1.5;
	box-sizing: border-box;

}
.imod2 .b2{
	width: 0;
	flex-grow: 1;
	display: flex;

	align-items: center;
}

.imod2 .b3{
	text-align: center;
	padding: .6rem 0;
	width: 33.33%;
}
.imod2 sup{
	font-size: .18rem;
}
.imod2 .h52{
	font-size: .48rem;
}
.imod2 .p2{
	font-size: .18rem;
}


.menulBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.webtit.spe2{
	text-align: left;
}
.menul{
	display: flex;
	align-items: center;
}
.menul a{
	width: 1.8rem;
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .16rem;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-left: .2rem;
	color: #fff;
}
.menul a:hover{
	background: #f26823;
	border: 1px solid #f26823;
}

.imod4{
	background: #1363A4;
	padding-bottom: .99rem;
}

.imod4 .webtit_h5{
	color: #fff;
}
.pro.spe{
	margin: 0;
}
.pro.spe li{
	padding: 0;
	margin: 0;
	width: 100%;
}
.pro.spe li a:hover {
	color: #fff;
	background: #2581cd;
}
.cpzxSid{
	padding-bottom: .65rem!important;
}
.cpzxSid .swiper-pagination{
	bottom: 0;
	top: auto!important;
}
.cpzxSid .swiper-pagination-progressbar{
	background: #2b73ad!important;
}
.cpzxSid .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #F26823;
}

.imod5 .menul a{
	color: #333333;
	border: 1px solid #333;
}
.imod5 .menul a:hover{
	border: 1px solid #F26823;
	color: #F26823;
	background-color: #fff;
}

.inews {
	display: flex;
	padding-bottom: .5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inews a{
	width: 48%;
	box-sizing: border-box;
	padding: .69rem .46rem;
	color: #333;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.inews a:hover .img{
	display: block;
}
.inews a:hover span,
.inews a:hover p,
.inews a:hover h5{
	color: #fff;
}
.inews a:hover h5{
	border-bottom: 1px solid #3f84bf;
}
.inews a:hover i{
	background-image: url(../images/in3.png);
}
.inews .img{
	display: none;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.inews .b{
	position: relative;
	z-index: 1;
}
.inews span{
	display: block;
	line-height: 1.1;
	font-size: .18rem;
}
.inews p{
	display: block;
	line-height: 2;
	color: #666666;
	font-size: .16rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .18rem 0 .27rem;
}
.inews h5{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: .44rem;
	display: flex;
	align-items: center;
	font-size: .24rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #d9d9d9;
}
.inews i{
	display: block;
	width: .5rem;
	height: .5rem;
	background-image:url(../images/in2.png);
	background-size: cover;
}
.imod6 {
	background-size: cover;
	background-position: center;
	padding: 1rem 0;
	color: #fff;
}
.imod6 .b{
	display: flex;
	justify-content: space-between;
}
.imod6 .b2{
	width: 4.62rem;
}
.imod6 .b3{
	width: 8.4rem;
}
.imod6 .webtit{
	padding: .2rem 0;
}
.imod6 .webtit_p,
.imod6 .webtit_h5{
	color: #fff;
}
.imod6 .p{
	font-size: .16rem;
	padding-bottom: .28rem;
}
.imod6 .b4{
	padding: .15rem 0;
	display: flex;
	align-items: center;
}
.imod6 .em{
	flex-shrink: 0;
	background: #F26823;
	width: .5rem;
	height: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: .3rem;
}
.imod6 .ic{
	width: .25rem;
}
.imod6 .p3{
	font-size: .3rem;
}
.imod6 .p2{
	font-size: .16rem;
}
.imod6 .b5{
	padding-top: 1.19rem;
	display: flex;
}
.ppLr{
	cursor: pointer;
	margin-right: .05rem;
	width: 1rem;
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	background-image: url(../images/pp4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: .42rem auto;
}
.imod6  .swiper-button-disabled{
	opacity: 0.5;
}
.ppLr:hover{
	background-color: #F26823;

	background-image: url(../images/pp3.png);
}
.ppr{
	transform: rotateZ(180deg);
}
.imod6 .ppimgBox{
	height: 1.42rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #eeeeee;
	margin-top: -1px;
	margin-left: -1px;
}

.imod6 .ppimg{
	max-width: 85%;
	max-height: 1.2rem;
}


.imod3{
	position: relative;
}
.imod3 .b{
	display: flex;
}
.imod3 .b2{
	position: relative;
	z-index: 1;
	height: 9.4rem;
	width: 9rem;
}
.imod3 .b3{
	width: 10.71rem;
	background-color: #f8f8f6;
	right: 0;
	top: 0;
	position: absolute;
	background-image: url(../images/zs.png);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.ppM{
	margin-top: .25rem;
	height: 5.46rem;
}
.ppM .swiper-pagination-progressbar{
	background: #d0e0ed!important;
}
.ppM .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #1363A4;
}
.ppM .swiper-slide{
	font-size: .24rem;
	padding-left: .64rem;
	display: flex;
	align-items: center;
	position: relative;
}

.ppS .ppSBox{
	height: 9.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ppM .swiper-slide::after{
	content: "";
	position: absolute;
	width: 6.98rem;
	height: 1px;
	background: #1363A4;
	left: 0.64rem;
	bottom: 0.1px;
	display: none;
}
.ppM .swiper-slide.swiper-slide-thumb-active::after{
	display: block;
}
.ppS .ppSImg{
	margin-top: .8rem;
	width: 4.18rem;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.4)));


}

.ppS p{
	display: none;
}

@media (max-width:1160px) {
	.imod3 .b2{
		height: 6.7rem;
		width: 4.5rem;
	}
	.ppS .ppSBox{
		height: 6.7rem;
	}
	.ppM .swiper-slide{
		font-size: .2rem;
	}
	.ppS .ppSImg{
		margin-top:0;
		width: 2.8rem;
	}
	.ppM{
		height: 4rem;
	}
	.imod3 .b3{
		width:calc(100vw - 5rem + .51rem);
	}


	.imod6 .p3{
		font-size: .26rem;
	}
	.imod6{
		padding: .7rem 0;
	}
	.imod6 .b2{
		width: 50%;
		padding-right: .5rem;
		box-sizing: border-box;
	}
	.imod6 .b3{
		width: 50%;
	}
	.inews a {
		padding: .49rem .26rem;
	}
	.inews h5{
		font-size: .2rem;
		padding-bottom: .15rem;
	}
	.cpzxSid{
		padding-bottom: .45rem!important;
	}
	.imod4{
		padding-bottom: .6rem;
	}
	.menul a{
		width: 1.3rem;
		height: .4rem;
		margin-left: .1rem;
	}


	.imod2 .b{
		width:4rem;
		font-size: .26rem;
		padding: .2rem .24rem;
	}


	.imod2 .b3{
		padding: .25rem 0;
	}
	.imod2 sup{
		font-size: .16rem;
	}
	.imod2 .h52{
		font-size: .3rem;
	}
	.imod2 .p2{
		font-size: .16rem;
	}



	.imod1{
		padding-top: .6rem;
	}

	.imod1 .b2{
		width: 4rem;
	}
	.imod1 .b3{
		padding-left: .4rem;
	}

	.imod1 .webtit{
		padding-top: .65rem;
		padding-bottom: .27rem;
	}
	.imod1 .p{
		font-size: .16rem;
		line-height: 1.8;
		min-height: 1.8rem;
	}
	.imod1 .a{
		width: 1.6rem;
		height: .4rem;
	}


	.banner .swiper-pagination-bullet {
		width: .8rem;
	}
	.banner .swiper-pagination {
		bottom: .41rem!important;
	}
	.ppjs {
		padding: .6rem 0;
	}

	.ppjs .ul {
		padding-top: .45rem;
	}

	.ppjs .h5 {
		font-size: .33rem;
	}

	.ppjs sup {
		font-size: .16rem;
	}

	.ppjs .p2 {
		font-size: .16rem;
	}

	.scsbSid {
		padding-bottom: .15rem !important;
	}

	.fzlcl,
	.scsbl {
		left: 0;
	}

	.fzlcr,
	.scsbr {
		right: 0
	}

	.fzlcBox {
		margin-bottom: .68rem;
	}

	.scsbSid .p {
		margin-bottom: -.15rem;
		height: .59rem;
		font-size: .16rem;
	}

	.webtit {
		padding-top: .55rem;
		padding-bottom: .3rem;
	}

	.webtit_h5 {
		font-size: .35rem;
	}

	.webtit_p {
		font-size: .35rem;
	}

	.gchj {
		padding: 0 .27rem .48rem;
	}



	.gchjSid .swiper-button-prev {
		left: 1rem;
	}

	.gchjSid .swiper-button-next {
		right: 1rem;
	}


	.ts {
		margin: .15rem 0;
	}

	.ts .b {
		width: 4.21rem;
	}

	.ts .b2 {
		padding: .4rem .4rem;
	}

	.probox {
		padding: .8rem 0;
	}

	.detail .r {
		padding-left: .3rem;
	}

	.usTop .p1 {
		font-size: .35rem;
	}

	.usTop .h51 {
		font-size: .35rem;
	}

	.contact .h5 {
		font-size: .35rem;
	}

	.ly .h5 {
		font-size: .26rem;
	}

	.ly .inp {
		height: .5rem;
		line-height: .5rem;
	}

	.usBot {
		padding-top: .45rem;
	}

	.usTop {
		align-items: center;
	}

	.usTop .b1 {
		width: 60%;
		padding-right: .5rem;
		padding-top: .51rem;
	}

	.usTop .b3 {
		width: 40%;
	}

	.par {
		margin: 0 -.15rem;
	}

	.par li {
		padding: 0 .15rem;
		margin-bottom: .3rem;
	}

	.par .a1 {
		padding: .15rem;
	}

	.wt .h5 {
		font-size: .18rem;

	}

	.wt {
		padding-bottom: .15rem;
	}

	.pro li {
		width: 33.33%;
	}

	.newsWrap {
		flex-wrap: wrap;
	}

	.newsWrap .l {
		width: 100%;
	}

	.newsWrap .r {
		margin-top: .5rem;
		width: 100%;
		padding-left: 0
	}

	.newsWrap .ul {
		display: flex;
		justify-content: space-between;
		margin: 0 -.1rem;
	}

	.newsWrap li {
		width: 33.33%;
		padding: 0 .1rem;
		box-sizing: border-box;
	}

	.news .img {
		width: 3.5rem;
	}

	.news .b2 {
		padding-left: .25rem;
	}

	.news .b {
		padding: .25rem;
	}

	.zz .b2 {
		padding: 0 .1rem;
	}

	.zz .b3 {
		padding-left: 1.3rem;
	}

	.zz .label {
		font-size: .16rem;
	}

	.zz .inp {
		font-size: .16rem;
	}

	.navBtn {
		display: block;
		width: .42rem;
		margin-left: .3rem;
		cursor: pointer;
	}

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

	html {
		font-size: 90px;
	}


	.layout {
		width: 100%;
		padding: 0 .3rem;
		box-sizing: border-box;
	}


	.headBox {
		height: .7rem;
		justify-content: space-between;
	}

	.logo img {
		height: .4rem;
	}

	.navBox {
		display: none;
	}


	.nav {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.nav li {
		border-bottom: 1px solid #eee;
		width: 100%;
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav li>a {
		padding: 0 .35rem;
		height: .7rem;
		align-items: center;
		width: 0;
		flex-grow: 1;

	}

	#navSub-layer .navSub {
		position: initial;
		width: 100%;
		display: block;
		transform: none;
		opacity: 1;
	}

	.navSub {
		display: none;
	}

	.navSub a {
		padding: 0 .35rem;
		height: .7rem;
		justify-content: flex-start;
	}

	.navJt {
		width: 1rem;
		height: .8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: .22rem;
	}



	#lanSub-layer .lanSub {
		position: initial;
		width: 100%;
		display: block;
		transform: none;

		opacity: 1;
	}

	.lanSub {
		display: none;
	}

	.lanSub a {
		padding: 0 .35rem;
		height: .7rem;
	}





	.layout2 {
		width: 100%;
		padding: 0 .3rem;
		box-sizing: border-box;
	}

	.foot {
		padding: .51rem 0;
	}




	.footBot {
		padding: .24rem 0;
		padding-bottom: .1rem;
	}




	.footMsg {
		padding-top: .64rem;
		align-items: center;
	}

	.footMsg li {
		width: 2.6rem;
	}

	.footMsg .l2 {
		flex-wrap: wrap;
	}

	.main {
		padding: .51rem 0;
	}

	.zzlist {
		margin: 0 -.1rem;
	}

	.zzlist li {
		padding: 0 .1rem;
		margin-bottom: .3rem;
	}

	.zzlist li i {
		height: 2.29rem;
	}

	.zzlist li img {
		max-height: 1.59rem;
	}

	.zzlist li p {
		padding: 0 .1rem;
	}

	.page {
		padding-top: .2rem;
	}
}


@media (max-width:850px) {
	.ppS p{
		display: block;
	}
	.imod3 .b2{
		width: 100%;
		height: auto;
	}
	.ppM{
		display: none;
	}
	.imod3 .b{
		flex-wrap: wrap;
	}
	.imod3 .b3{
		position: initial;
		width: 100%;
	}
	.ppS .ppSImg{
		width: 2rem;
	}
	.ppS p{
		font-size: .16rem;
		margin-top: -.32rem;
		height: .52rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ppS .ppSBox{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 4rem;
	}
	.ppS {
		margin-bottom: .2rem;
	}
	.imod6 .ppimgBox{
		height: 1rem;
	}
	.ppLr{
		width: .8rem;
		background-size: .32rem auto;
		height: .35rem;
	}
	.imod6 .ppimg{
		max-height:.9rem;
	}
	.imod6 .p3{
		font-size: .25rem;
	}
	.imod6 .b5{
		padding-top: .4rem;
		padding-bottom: .25rem;
	}
	.imod6{
		padding: .4rem 0;
	}
	.imod6 .b2{
		width: 100%;
		padding-right:0
	}
	.imod6 .b3{
		width: 100%;
	}
	.imod6 .b{
		flex-wrap: wrap;
	}
	.inews .img{
		display: block;
	}
	.inews a{
		margin-bottom: .15rem;
		color: #fff;
	}
	.inews p{
		color: #fff;
	}
	.inews i{
		background-image: url(../images/in3.png);
	}
	.inews a {
		width: 100%;
		padding: .4rem .26rem;
	}
	.inews h5{
		font-size: .19rem;
		padding-bottom: .12rem;
	}
	.inews{
		padding-bottom: .2rem;
	}
	.imod5 .menulBox{
		flex-wrap: wrap;

	}
	.imod5 .menul {
		width: 100%;
		margin-bottom: .3rem;
		justify-content: center;
	}

	.cpzxSid{
		padding-bottom: .35rem!important;
	}
	.imod4{
		padding-bottom: .4rem;
	}

	.menul a{
		width: 1rem;
		height: .4rem;
		margin-left: .1rem;
	}
	.imod2 .layout{
		padding: 0;
	}
	.imod2 .b4{
		flex-wrap: wrap;
	}
	.imod2 .b{
		width:100%;
		font-size: .21rem;
		padding: .2rem ;
	}
	.imod2 .b2{
		width:100%;
	}

	.imod2 .b3{
		padding: .2rem 0;
	}
	.imod2 sup{
		font-size: .14rem;
	}
	.imod2 .h52{
		font-size: .2rem;
	}
	.imod2 .p2{
		font-size: .14rem;
	}


	.imod1{
		padding-top: .35rem;
		padding-bottom: .3rem;
	}
	.imod1 .b{
		flex-wrap: wrap;
	}
	.imod1 .b2{
		width: 100%;
	}
	.imod1 .b3{
		padding-left: 0;
		width: 100%;
	}

	.imod1 .webtit{
		padding-top: .25rem;
		padding-bottom: .17rem;
	}
	.imod1 .p{
		min-height: auto;
	}




	.banner .swiper-pagination-bullet {
		width: .3rem;
	}
	.banner .swiper-pagination {
		bottom: .11rem!important;
	}
	.ppjs .b {
		padding-right: 0;
		width: 100%;
	}

	.ppjs .webtit {
		margin-bottom: .2rem;
	}

	.ppjs .b2 {
		width: 100%;
		padding-top: .1rem;
	}

	.ppjs {

		padding: .35rem 0;
	}

	.ppjs .ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: .15rem;
	}

	.ppjs .ul li {
		width: 50%;
		margin: .1rem 0;
	}

	.ppjs .h5 {
		font-size: .25rem;
	}



	.fzlcBox {
		margin-bottom: .48rem;
	}

	.webtit {
		padding-top: .45rem;
		padding-bottom: .25rem;
	}

	.webtit_h5 {
		font-size: .27rem;
	}

	.webtit_p {
		font-size: .27rem;
	}

	.gchj {
		padding: 0 .1rem .15rem;
	}



	.gchjSid .swiper-button-prev {
		left: 0rem;
	}

	.gchjSid .swiper-button-next {
		right: 0rem;
	}

	.ts {
		margin: 0;
		flex-wrap: wrap;
	}

	.ts .label {
		width: 1.15rem;
	}

	.ts .btn {
		width: 100%;
	}

	.ts .b4 {
		padding-left: 0;
	}

	.ts .b {
		width: 100%;
		height: 3rem;
	}

	.ts .b2 {
		padding: .2rem;
	}

	.prod {
		padding: .2rem;
	}

	.prod .ul1 li {
		font-size: .18rem;
		height: .64rem;
	}

	.prod .ul1 li.on {
		font-size: .24rem;
	}

	.probox {
		padding: .35rem 0;
	}

	.detail .swiper-pagination {
		display: block;
	}

	.detail .b {
		margin-top: .23rem;
	}

	.detail .p4 {
		margin-bottom: .2rem;
	}

	.detail .h5 {
		font-size: .32rem;
	}

	.detail {
		flex-wrap: wrap;
		padding-bottom: .5rem;
	}

	.detail .r {
		width: 100%;
		padding-left: 0
	}

	.detail .l {
		width: 100%;
		margin-bottom: .3rem;
	}

	.detail .box2 {
		display: none;
	}

	.gallery-top .box {
		height: 3.5rem;
	}

	.lanMenu {
		height: .3rem;
		padding: 0 .15rem;
	}

	.wt li .b {
		padding: .15rem;
	}

	.usTop .p1 {
		font-size: .3rem;
	}

	.usTop .h51 {
		font-size: .3rem;
	}

	.contact .h5 {
		font-size: .25rem;
		margin-bottom: .15rem;
	}

	.contact .ul {
		padding: .15rem 0;
		flex-wrap: wrap;
	}

	.contact .ul li {
		margin: .1rem 0;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.contact .ic {
		width: .2rem;
		margin-right: .12rem;
		flex-shrink: 0;
	}

	.contact .p {
		font-size: .17rem;
		padding-top: 0;
		flex-grow: 1;
		width: 0;
		text-align: left;
	}

	.ly .h5 {
		font-size: .23rem;
		margin: .2rem 0;
	}

	.ly .inp {
		height: .45rem;
		line-height: .45rem;
	}

	.ly .b {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.ly .b2 {
		margin-bottom: .1rem;
		width: 100%;
	}

	.ly .inp.spe {
		height: 1.3rem;
	}

	.usBot .ul {
		flex-wrap: wrap;
	}

	.usBot li {
		margin-bottom: .2rem;
		width: 50%;
	}

	.usBot .h5 {
		font-size: .3rem;
	}

	.usBot {
		padding-top: .25rem;

	}

	.usTop {
		flex-wrap: wrap;
	}

	.usTop .b1 {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}

	.usTop .b3 {
		width: 100%;
	}

	.usTop .p2 {
		padding-top: .1rem;
		padding-bottom: .05rem;
	}

	.par {
		margin: 0 -.1rem;
	}

	.par .b {
		height: 2rem;
	}

	.par .img {
		max-height: 1.8rem;
	}

	.par li {
		width: 50%;
		padding: 0 .1rem;
		margin-bottom: .2rem;
	}


	.wt .h5 {
		font-size: .16rem;
		padding-left: .15rem;
		padding-right: .3rem;
	}

	.wt {
		padding-bottom: 0;
	}

	.pro {
		margin: 0 -.05rem;
	}

	.pro .h5 {
		font-size: .18rem;
	}

	.pro .span2 {
		width: .4rem;
		height: .4rem;
	}

	.pro .a {
		padding: .1rem;
	}

	.pro .em {
		font-size: .18rem;
	}

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

	.pro li {
		margin-bottom: .15rem;
		width: 50%;
		padding: 0 .05rem;
	}

	.newsXq .h5 {
		font-size: .22rem;
	}

	.newsXq .b2 {
		flex-wrap: wrap;
	}

	.newsXq .b3 {
		margin-top: .1rem;
	}

	.newsWrap .r {
		margin-top: .35rem;
	}

	.newsWrap .ul {
		flex-wrap: wrap;
	}

	.newsWrap li {
		width: 50%;
	}

	.news .b {
		padding: .2rem;
		margin-bottom: .2rem;
		flex-wrap: wrap;
	}

	.news .img {
		width: 100%;
	}

	.news .b2 {
		width: 100%;
		padding-left: 0;
		padding-top: .2rem;
	}

	.banBox {
		height: 2rem;
		font-size: .3rem;
	}

	.zz {
		padding: .3rem;
	}

	.zz .b1 {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.zz .b2 {
		width: 100%;
		padding: 0;
		margin-bottom: .2rem;
	}

	.zz .b3 {
		padding-left: 0;
		padding-top: .2rem;
		width: 100%;
	}

	.zz .btn {
		width: 100%;
		font-size: .21rem;
	}

	.head {
		position: sticky;
		top: 0;
		background: #fff;
		border: 1px solid #eee;
	}

	.navBtn {
		width: .33rem;
		margin-left: .15rem;
	}

	html {
		font-size: 85px;
	}


	.layout {
		padding: 0 .15rem;
	}


	.headBox {
		height: .6rem;
		justify-content: space-between;
	}

	.logo img {
		height: .37rem;
	}






	.nav li>a {
		height: .6rem;

	}

	.navSub a {
		height: .6rem;
	}

	.navJt {
		height: .6rem;
	}



	.lanSub a {
		height: .6rem;
	}


	.midBarBox {
		flex-wrap: wrap;
		height: auto;
	}

	.menu {
		overflow: auto;
		margin-bottom: -2px;
	}

	.menu li {
		flex-shrink: 0;
	}


	.layout2 {
		padding: 0 .15rem;
	}

	.foot {
		padding: .45rem 0;
	}




	.footBot {
		padding: .2rem 0;
		padding-bottom: .1rem;
		flex-wrap: wrap;
	}




	.footMsg {
		padding-top: .34rem;
		flex-wrap: wrap;
	}

	.footMsg li {
		width: 100%;
	}

	.footMsg .l2 {
		width: 100%;
		padding: .2rem 0;
		justify-content: flex-start;
	}

	.footMsg .l3 {
		justify-content: flex-start;
	}


	.main {
		padding: .31rem 0;
		padding-bottom: .5rem;
	}

	.zzlist {
		margin: 0 -.05rem;
	}

	.zzlist li {
		width: 50%;
		padding: 0 .05rem;
		margin-bottom: .1rem;
	}


	.page {
		padding-top: .3rem;
	}

	.page .a2 {

		margin: 0;
	}
}

.s12{font-size:calc(12 * 100vw / 1920)}
@media(max-width:1920px){
	.s12{font-size:12.0px}
}
.s13{font-size:calc(13 * 100vw / 1920)}
@media(max-width:1816px){
	.s13{font-size:12.3px}
}
.s14{font-size:calc(14 * 100vw / 1920)}
@media(max-width:1728px){
	.s14{font-size:12.6px}
}
.s15{font-size:calc(15 * 100vw / 1920)}
@media(max-width:1651px){
	.s15{font-size:12.9px}
}
.s16{font-size:calc(16 * 100vw / 1920)}
@media(max-width:1584px){
	.s16{font-size:13.2px}
}
.s17{font-size:calc(17 * 100vw / 1920)}
@media(max-width:1524px){
	.s17{font-size:13.5px}
}
.s18{font-size:calc(18 * 100vw / 1920)}
@media(max-width:1472px){
	.s18{font-size:13.8px}
}
.s19{font-size:calc(19 * 100vw / 1920)}
@media(max-width:1424px){
	.s19{font-size:14.1px}
}
.s20{font-size:calc(20 * 100vw / 1920)}
@media(max-width:1382px){
	.s20{font-size:14.4px}
}
.s21{font-size:calc(21 * 100vw / 1920)}
@media(max-width:1344px){
	.s21{font-size:14.7px}
}
.s22{font-size:calc(22 * 100vw / 1920)}
@media(max-width:1309px){
	.s22{font-size:15.0px}
}
.s23{font-size:calc(23 * 100vw / 1920)}
@media(max-width:1277px){
	.s23{font-size:15.3px}
}
.s24{font-size:calc(24 * 100vw / 1920)}
@media(max-width:1248px){
	.s24{font-size:15.6px}
}
.s25{font-size:calc(25 * 100vw / 1920)}
@media(max-width:1221px){
	.s25{font-size:15.9px}
}
.s26{font-size:calc(26 * 100vw / 1920)}
@media(max-width:1196px){
	.s26{font-size:16.2px}
}
.s27{font-size:calc(27 * 100vw / 1920)}
@media(max-width:1173px){
	.s27{font-size:16.5px}
}
.s28{font-size:calc(28 * 100vw / 1920)}
@media(max-width:1152px){
	.s28{font-size:16.8px}
}
.s29{font-size:calc(29 * 100vw / 1920)}
@media(max-width:1132px){
	.s29{font-size:17.1px}
}
.s30{font-size:calc(30 * 100vw / 1920)}
@media(max-width:1113px){
	.s30{font-size:17.4px}
}
.s31{font-size:calc(31 * 100vw / 1920)}
@media(max-width:1096px){
	.s31{font-size:17.7px}
}
.s32{font-size:calc(32 * 100vw / 1920)}
@media(max-width:1080px){
	.s32{font-size:18.0px}
}
.s33{font-size:calc(33 * 100vw / 1920)}
@media(max-width:1064px){
	.s33{font-size:18.3px}
}
.s34{font-size:calc(34 * 100vw / 1920)}
@media(max-width:1050px){
	.s34{font-size:18.6px}
}
.s35{font-size:calc(35 * 100vw / 1920)}
@media(max-width:1036px){
	.s35{font-size:18.9px}
}
.s36{font-size:calc(36 * 100vw / 1920)}
@media(max-width:1024px){
	.s36{font-size:19.2px}
}
.s37{font-size:calc(37 * 100vw / 1920)}
@media(max-width:1011px){
	.s37{font-size:19.5px}
}
.s38{font-size:calc(38 * 100vw / 1920)}
@media(max-width:1000px){
	.s38{font-size:19.8px}
}
.s39{font-size:calc(39 * 100vw / 1920)}
@media(max-width:989px){
	.s39{font-size:20.1px}
}
.s40{font-size:calc(40 * 100vw / 1920)}
@media(max-width:979px){
	.s40{font-size:20.4px}
}
.s41{font-size:calc(41 * 100vw / 1920)}
@media(max-width:969px){
	.s41{font-size:20.7px}
}
.s42{font-size:calc(42 * 100vw / 1920)}
@media(max-width:960px){
	.s42{font-size:21.0px}
}
.s43{font-size:calc(43 * 100vw / 1920)}
@media(max-width:951px){
	.s43{font-size:21.3px}
}
.s44{font-size:calc(44 * 100vw / 1920)}
@media(max-width:942px){
	.s44{font-size:21.6px}
}
.s45{font-size:calc(45 * 100vw / 1920)}
@media(max-width:934px){
	.s45{font-size:21.9px}
}
.s46{font-size:calc(46 * 100vw / 1920)}
@media(max-width:926px){
	.s46{font-size:22.2px}
}
.s47{font-size:calc(47 * 100vw / 1920)}
@media(max-width:919px){
	.s47{font-size:22.5px}
}
.s48{font-size:calc(48 * 100vw / 1920)}
@media(max-width:911px){
	.s48{font-size:22.8px}
}
.s49{font-size:calc(49 * 100vw / 1920)}
@media(max-width:905px){
	.s49{font-size:23.1px}
}
.s50{font-size:calc(50 * 100vw / 1920)}
@media(max-width:898px){
	.s50{font-size:23.4px}
}
.s51{font-size:calc(51 * 100vw / 1920)}
@media(max-width:892px){
	.s51{font-size:23.7px}
}
.s52{font-size:calc(52 * 100vw / 1920)}
@media(max-width:886px){
	.s52{font-size:24.0px}
}
.s53{font-size:calc(53 * 100vw / 1920)}
@media(max-width:880px){
	.s53{font-size:24.3px}
}
.s54{font-size:calc(54 * 100vw / 1920)}
@media(max-width:874px){
	.s54{font-size:24.6px}
}
.s55{font-size:calc(55 * 100vw / 1920)}
@media(max-width:869px){
	.s55{font-size:24.9px}
}
.s56{font-size:calc(56 * 100vw / 1920)}
@media(max-width:864px){
	.s56{font-size:25.2px}
}
.s57{font-size:calc(57 * 100vw / 1920)}
@media(max-width:858px){
	.s57{font-size:25.5px}
}
.s58{font-size:calc(58 * 100vw / 1920)}
@media(max-width:854px){
	.s58{font-size:25.8px}
}
.s59{font-size:calc(59 * 100vw / 1920)}
@media(max-width:849px){
	.s59{font-size:26.1px}
}
.s60{font-size:calc(60 * 100vw / 1920)}
@media(max-width:844px){
	.s60{font-size:26.4px}
}
.s61{font-size:calc(61 * 100vw / 1920)}
@media(max-width:840px){
	.s60{font-size:26.7px}
}
.s62{font-size:calc(62 * 100vw / 1920)}
@media(max-width:836px){
	.s60{font-size:27.0px}
}
.s63{font-size:calc(63 * 100vw / 1920)}
@media(max-width:832px){
	.s60{font-size:27.3px}
}
.s64{font-size:calc(64 * 100vw / 1920)}
@media(max-width:828px){
	.s60{font-size:27.6px}
}
.s65{font-size:calc(65 * 100vw / 1920)}
@media(max-width:824px){
	.s60{font-size:27.9px}
}
.s66{font-size:calc(66 * 100vw / 1920)}
@media(max-width:820px){
	.s60{font-size:28.2px}
}
.s67{font-size:calc(67 * 100vw / 1920)}
@media(max-width:816px){
	.s67{font-size:28.5px}
}
.s68{font-size:calc(68 * 100vw / 1920)}
@media(max-width:813px){
	.s68{font-size:28.8px}
}
.s69{font-size:calc(69 * 100vw / 1920)}
@media(max-width:809px){
	.s69{font-size:29.1px}
}
.s70{font-size:calc(70 * 100vw / 1920)}
@media(max-width:806px){
	.s70{font-size:29.4px}
}
.s70{font-size:calc(70 * 100vw / 1920)}
@media(max-width:803px){
	.s70{font-size:29.7px}
}
.s71{font-size:calc(71 * 100vw / 1920)}
@media(max-width:800px){
	.s71{font-size:30px}
}
.s72{font-size:calc(72 * 100vw / 1920)}
@media(max-width:796px){
	.s72{font-size:30.3px}
}
.s73{font-size:calc(73 * 100vw / 1920)}
@media(max-width:793px){
	.s73{font-size:30.6px}
}
.s74{font-size:calc(74 * 100vw / 1920)}
@media(max-width:791px){
	.s74{font-size:30.9px}
}
.s75{font-size:calc(75 * 100vw / 1920)}
@media(max-width:788px){
	.s75{font-size:31.2px}
}
.s76{font-size:calc(76 * 100vw / 1920)}
@media(max-width:79px){
	.s76{font-size:31.5px}
}
.s77{font-size:calc(77 * 100vw / 1920)}
@media(max-width:785px){
	.s77{font-size:31.8px}
}
.s78{font-size:calc(78 * 100vw / 1920)}
@media(max-width:782px){
	.s78{font-size:32.1px}
}
.s79{font-size:calc(79 * 100vw / 1920)}
@media(max-width:780px){
	.s79{font-size:32.4px}
}
.s80{font-size:calc(80 * 100vw / 1920)}
@media(max-width:777px){
	.s80{font-size:32.7px}
}
.p-a{width: 100%;background-color: #fff;overflow: hidden;position: relative;box-sizing: border-box;}
.p-a *{line-height: 1;box-sizing: border-box;}
.p-a:before{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 50%;top: 0;background-color: #f5f8fb;margin-left: -3.8rem;z-index: 1;}
.p-a .p-cont{width: 14.4rem;margin: 0 auto;position: relative;z-index: 2;}
.p-a .p-cont:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}
.p-a .p-left{float: left;width: 23.61%;background-color: #fff;padding-top: .6rem;padding-right: .1rem;}
.p-a .p-zh{margin-bottom: .38em;color: #1363a4;font-weight: bold;}
.p-a .p-en{color: #f26823;}
.p-a .p-ul{width: 100%;padding-top: .4rem;}
.p-a .p-li{width: 100%;padding-left: 2.25em;position: relative;}
.p-a .p-li:before{content: "";display: inline-block;width: 1.25em;height: 1.25em;border-radius: 50%;background-color: #1363a4;position: absolute;left: 0;top: 0.13em;background-image: url(../images/p85.png);background-size: 100% 100%;cursor: pointer;}
.p-a .p-t{color: #333;display: inline-block;vertical-align: top;position: relative;line-height: 1.5;cursor: pointer;margin-bottom: .28rem;}
.p-a .p-li.active .p-t{color: #1363a4;}
.p-a .p-li.active:before{background-image: url(../images/p84.png);}
.p-a .p-ul2{width: 100%;display: none;}
.p-a .p-li2{width: 100%;padding-left: .83em;position: relative;}
.p-a .p-li2:before{content: "";display: inline-block;border-left: .333em solid #1363a4;border-top: .22em solid transparent;border-bottom: .22em solid transparent;position: absolute;left: 0;top: .575em;cursor: pointer;}
.p-a .p-t2{color: #333;line-height: 1.555;display: inline-block;vertical-align: top;cursor: pointer;margin-bottom: .2rem;}
.p-a .p-li2.active .p-t2{color: #1363a4;}
.p-a .p-ul3{width: 100%;display: none;}
.p-a .p-li3{width: 100%;margin-bottom: .22rem;}
.p-a .p-t3{color: #666;display: block;position: relative;padding-left: .875em;line-height: 1.625;cursor: pointer;}
.p-a .p-t3:before{content: "";display: inline-block;width: .25em;height: .25em;background-color: #1363a4;position: absolute;left: 0;top: .6875em;}
.p-a .p-li3.active .p-t3{color: #1363a4;}
.p-a .p-right{float: right;width: 70.84%;padding-top: .6rem;padding-bottom: .8rem;}
.p-a .p-top{width: 100%;background-color: #fff;margin-bottom: 2.94%;border-radius: .05rem;padding-left: .3rem;padding-right: .27rem;padding-bottom: .1rem;padding-top: .1rem;position: relative;z-index: 10;}
.p-a .p-dl{font-size: 0;width: 100%;border-bottom: 1px solid #f6f6f6;display: flex;position: relative;}
.p-a .p-dl:last-child{border-bottom: none;}
.p-a .p-dt{color: #999;display: inline-block;vertical-align: top;line-height: .5rem;width: 8em;}
.p-a .p-dd{display: inline-block;vertical-align: top;line-height: .5rem;flex: 1;font-size: 0;}
.p-a .p-one{color: #333;display: inline-block;vertical-align: middle;min-width: .6rem;text-align: center;line-height: .5rem;cursor: pointer;}
.p-a .p-one.selected{color: #1363a4;font-weight: bold;}
.p-a .p-list{font-size: 0;width: 100%;padding-bottom: .2rem;}
.p-a .p-item{margin-bottom: 0.3rem;display: inline-block;vertical-align: top;background-color: #fff;width: 31.37%;margin-right: 2.945%;padding-left: 2.84%;margin-bottom: 2.84%;padding-right: 2.84%;padding-bottom: 2.84%;padding-top: 3.6%;}
.p-a .p-item:nth-child(3n){margin-right: 0;}
.p-a .p-item .MagicZoomPlusHint{display: none !important;}
.p-a .p-text{width: 100%;display: block;}
.p-a .p-code{color: #333;margin-bottom: .08rem;font-weight: bold;}
.p-a .p-name{color: #333;line-height: 1.444;}
.p-a .p-box{width: 100% !important;padding-top: 105.3%;position: relative;display: block;}
.p-a .p-box2{display: none;}
.p-a .p-img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 100%;max-height: 100%;}
.p-a .p-nums{width: 100%;padding-right: .5rem;position: relative;}
.p-a .p-price{color: #f26823;font-weight: bold;margin-bottom: .11rem;}
.p-a .p-num{color: #999;}
.p-a .p-plus{/* width: .5rem; */height: .5rem;line-height: .5rem;border-radius: 50%;color: #1363a4;/* background-color: #d0e0ed; */position: absolute;right: 0;top: 0;/* background-image: url(../images/p83.png); */background-size: .2rem .2rem;background-repeat: no-repeat;background-position: center center;transition: all .3s;}
.p-a .p-wrap{display: inline-block;vertical-align: top;height: .43rem;}
.p-a .p-o{display: inline-block;vertical-align: top;font-size: 0;padding-top: .07rem;padding-left: .15rem;padding-right: .15rem;background-color: #fff;border-radius: .05rem;transition: all .3s;white-space: nowrap;}
.p-a .p-p{display: inline-block;vertical-align: middle;width: .8rem;height: .36rem;border: none;background-color: #f5f8fb;text-align: center;color: #333;}
.p-a .p-q{color: #333;line-height: .36rem;vertical-align: top;display: inline-block;padding: 0 .5em;}
.p-a .p-unit{color: #333;line-height: .36rem;vertical-align: top;display: inline-block;padding-left: .5em;}
.p-a .p-bot{width: 100%;display: none;padding-top: .1rem;padding-bottom: .1rem;overflow: hidden;}
.p-a .p-emp{display: inline-block;vertical-align: top;width: auto;color: #1363a4;cursor: pointer;line-height: .3rem;float: left;}
.p-a .p-sub{display: inline-block;vertical-align: top;width: auto;padding: 0 1em;background-color: #1363a4;color: #fff;cursor: pointer;line-height: .3rem;float: right;}
.p-a .p-o.show{box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.1);}
.p-a .p-o.show .p-bot{display: block;}
.p-tip{line-height: 1.5;color:#999;padding: 1em 0 .5em;;}
@media(min-width: 1161px){
	.p-a .p-text:hover .p-name{color: #1363a4;}
	.p-a .p-text:hover .p-code{color: #1363a4;}
	.p-a .p-t3:hover{color: #1363a4;}
	.p-a .p-one:hover{color: #1363a4;}
	.p-a .p-o:hover{box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.1);}
	.p-a .p-o:hover .p-bot{display: block;}
}
@media(max-width: 1160px){
	.p-a:before{left: auto;right: 0;width: 76.39%;margin-left: 0;}
	.p-a .p-cont{width: 100%;}
	.p-a .p-left{padding-top: 30px;padding-left: .3rem;}
	.p-a .p-right{width: 76.39%;padding-top: 30px;padding-right: .3rem;padding-left: .3rem;padding-bottom: 40px;}
	.p-a .p-plus{/* width: 30px; */height: 30px;}
	.p-a .p-list{padding-bottom: 0;}
}
@media(max-width: 850px){
	.p-a .p-left{padding-left: .15rem;padding-top: 20px;}
	.p-a .p-right{padding-left: .15rem;padding-right: .15rem;padding-top: 20px;}
	.p-a .p-item{padding-left: 1.5%;padding-right: 1.5%;padding-top: 3%;width: 32.333%;margin-right: 1.5%;margin-bottom: 1.5%;}
	.p-a .p-top{padding-left: 1.5%;padding-right: 1.5%;}
}
@media(max-width: 750px){
	.p-a:before{display: none;}
	.p-a .p-left{float: none;width: 100%;}
	.p-a .p-right{float: none;width: 100%;background-color: #f5f8fb;padding-top: .15rem;margin-bottom: 0;}
	.p-a .p-ul{padding-top: 20px;}
	.p-a .p-item{width: 49%;margin-right: 2%;margin-bottom: 2%;padding: 10px;}
	.p-a .p-item:nth-child(3n){margin-right: 2%;}
	.p-a .p-item:nth-child(2n){margin-right: 0;}
}


.q-a{padding-top: 0.42rem;padding-bottom: 0.3rem;overflow: hidden;width: 100%;background-color: #fff;box-sizing: border-box;margin-bottom: .3rem;padding-left: .42rem;padding-right: .3rem;}
.q-a *{line-height: 1;box-sizing: border-box;}
.q-a .q-left{float: left;width: 48.1%;}
.q-a .q-right{float: right;width: 44.3%;}
.q-a .q-code{margin-bottom: 0.08rem;color: #333;}
.q-a .q-s{color: #333;}
.q-a .q-tit{margin-bottom: 0.17rem;color: #333;line-height: 1.555;font-weight: bold;}
.q-a .q-price{margin-bottom: 0.11rem;color: #f26823;font-weight: bold;}
.q-a .q-num{margin-bottom: 0.4rem;color: #999;}
.q-a .q-intro{padding-top: 0.32rem;padding-bottom: 0.18rem;line-height: 1.875;width: 100%;border-top: 1px solid #eee;position: relative;color: #666;}
.q-a .q-intro:before{content: "";display: inline-block;width: 1.875em;height: .03rem;background-color: #333;position: absolute;left: 0;top: -1px;margin-top: -1px;}
.q-a .q-intro *{line-height: inherit;}
.q-a .q-row{margin-bottom: 0.18rem;width: 100%;position: relative;padding-left: 1.1em;}
.q-a .q-row:before{content: "";display: inline-block;width: .437em;height: .437em;border-radius: 50%;background-color: #333;position: absolute;left: 0;top: .71em;}
.q-a .q-bot{font-size: 0;width: 100%;white-space: nowrap;}
.q-a .q-btn{margin-right: 0.1rem;color: #f26823;line-height: 0.48rem;text-align: center;display: inline-block;vertical-align: top;cursor: pointer;width: 1.8rem;height: 0.5rem;border: 1px solid #f26823;}
.q-a .q-btn.orange{background-color: #f26823;color: #fff;}
.q-a .q-btn:last-child{margin-bottom: 0;}
.q-a .q-big{width: 100%;margin-bottom: .3rem;user-select: none;overflow: visible;}
.q-a .q-big .MagicZoomPlusHint{display: none !important;}
.q-a .q-s{position: relative;}
.q-a .q-box{width: 100% !important;padding-top: 100%;position: relative;background-color: #fff;display: block;}
.q-a .q-img{max-width: 100%;max-height: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.q-a .q-bot{width: 100%;position: relative;}
.q-a .q-sm{width: 100%;}
.q-a .q-one{position: relative;}
.q-a .q-q{width: 84.21%;padding-top: 84.21%;border: 1px solid #eee;position: relative;margin: 0 auto;user-select: none;}
.q-a .q-one.active .q-q{border-color: #1363a4;}
.q-a .q-r{max-width: 80%;max-height: 80%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.q-a .q-arrow{width: .32rem;height: .32rem;background-size: .11rem .21rem;background-repeat: no-repeat;background-position: center center;cursor: pointer;position: absolute;top: 50%;margin-top: -0.16rem;background-image: url(../images/p89.png);}
.q-a .q-arrow.swiper-button-disabled{display: block;opacity: .3;pointer-events: none;}
.q-a .q-prev{left: -0.23rem;}
.q-a .q-next{right: -0.23rem;transform: rotate(180deg);}
.q-a .q-play{width: 100%;height: 100%;background-color: rgba(0, 0, 0, .15);position: absolute;left: 0;top: 0;}
.q-a .q-pl{width: .23rem;height: .23rem;background-image: url(../images/p87.png);background-size: 100% 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.q-a .q-v{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: #000;}
@media(max-width: 1160px){
	.q-a .q-btn{width: 100px;line-height: 30px;height: 32px;}
	.q-a .q-s:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 123;}
}
@media(max-width: 900px){
	.q-a{padding: 10px 10px 20px;}
	.q-a .q-left{width: 100%;float: none;max-width: 300px;margin: 0 auto 20px;}
	.q-a .q-right{width: 100%;float: none;}
	.q-a .q-num{margin-bottom: 20px;}
	.q-a .q-intro{padding: 15px 0;}
}
@media(max-width: 450px){
	.q-a .q-left{max-width: 100%;padding-left: 10px;padding-right: 10px;}
}

.r-a{width: 100%;background-color: #fff;box-sizing: border-box;}
.r-a *{line-height: 1;box-sizing: border-box;}
.r-a .r-tabs{border-bottom: 1px solid #eee;font-size: 0;width: 100%;height: .81rem;padding-left: .3rem;}
.r-a .r-tab{border-bottom: 2px solid transparent;line-height: 0.8rem;display: inline-block;vertical-align: top;height: 0.81rem;color: #666;margin-right: .55rem;cursor: pointer;}
.r-a .r-tab.active{color: #1363a4;border-bottom-color: #1363a4;}
.r-a .r-conts{width: 100%;}
.r-a .r-cont{padding-left: .3rem;padding-right: 0.3rem;padding-top: 0.3rem;padding-bottom: 0.39rem;width: 100%;height: auto;display: none;color: #666;line-height: 1.7;}
.r-a .r-cont *{line-height: inherit;}
.r-a .r-cont.show{display: block;}
.r-a .r-cont img{max-width: 100%;}
.r-a .r-table{width: 100%;}
.r-a .r-tr:nth-child(2n+1){background-color: #f5f8fb;}
.r-a .r-td{color: #666;line-height: 1.375;padding: .14rem 0;}
.r-a .r-td:nth-child(1){padding-left: .29rem;width: 2rem;}
.r-a .r-center{text-align: center;}
.r-a .r-av{width: .8rem;text-align: center;}
.r-a .r-cont table{width: 100%;float: none;}
@media(max-width: 900px){
	.r-a .r-cont{padding: 20px 10px;}
	.r-a .r-td:nth-child(1){padding-left: 5px;}
	.r-a .r-table .r-td{font-size: 12px;}
	.r-a .r-tabs{height: 40px;}
	.r-a .r-tab{height: 40px;line-height: 38px;}
	.r-a .r-cont td,
	.r-a .r-cont td *{font-size: 12px !important;}
}

aside{width: .6rem;position: fixed;right: .1rem;top: 50%;transform: translate(0,-50%);padding-top: .05rem;z-index: 123;}
.as-item{display: block;width: 100%;height: .6rem;cursor: pointer;background-color: #1363a4;border-radius: .03rem;margin-bottom: .05rem;position: relative;transition: all .3s;}
.as-icon{width: 100%;height: 100%;object-fit: contain;}
.as-code{width: 1.2rem;position: absolute;right: .7rem;top: 50%;/* margin-top: -0.6rem; */background-color: #fff;border-radius: .05rem;padding: .1rem;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all .3s;box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);transform: translateY(-50%);width: fit-content;max-width: 200px;}
.as-img{width: 1.2rem;}
.as-item:hover{background-color: #2779bb;}
.as-item:hover .as-code{visibility: visible;opacity: 1;}
@media(max-width: 1160px){
	aside{width: 36px;padding-top: 3px;}
	.as-item{height: 36px;margin-bottom: 3px;}
	.as-code{right: 46px;}
}

































































