*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

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

body {
	color: #3d4c63;
	background: #fff;
	font: 14px/1.5, sans-serif;
	outline: 0
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: inherit
}

img {
	max-width: 100%;
	border: none
}

em,
i {
	font-style: normal
}

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

input,
select,
textarea {
	font-size: 12px;
	color: #444;
	font-family:sans-serif;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

.false:focus {
	border: 2px solid #ff1531;
	background: #fff
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-clear,
::-ms-reveal {
	display: none
}

.fix {
	*zoom: 1
}

.fix:after,
.fix:before {
	display: block;
	content: "";
	height: 0;
	clear: both
}

.c {
	clear: both
}

.col-l,
.l {
	float: left
}

.col-r,
.r {
	float: right
}

.ani {
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.unselect {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}


/*!布局*/

.wp {
	padding: 0 30px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto
}

.col-2 {
	width: 50%!important
}

.col-3 {
	width: 33.33%!important
}

.bdc1 {
	background-color: #f6f6f6
}

.bdc2 {
	background-color: #f5f5f5
}


/*!字体*/

/* @font-face {
	font-family: PangMenZhengDao;
	src: url(../fonts/pangmenzhengdao.ttf)
}

@font-face {
	font-family: Plumb-Bold;
	src: url(../fonts/plumb-bold.ttf)
}

@font-face {
	font-family: pangmen;
	src: url(../fonts/pangmen.ttf)
}
 */

/*!头部*/

.headerrel01-menuBtn {
	display: none;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.headerrel01-menuBtn span {
	height: 2px;
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	color: inherit;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.headerrel01-menuBtn span:after,
.headerrel01-menuBtn span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%
}

.headerrel01-menuBtn span:before {
	-ms-transform: translate(-50%, -.4em);
	-webkit-transform: translate(-50%, -.4em);
	transform: translate(-50%, -.4em)
}

.headerrel01-menuBtn span:after {
	-ms-transform: translate(-50%, .4em);
	-webkit-transform: translate(-50%, .4em);
	transform: translate(-50%, .4em)
}

.headerrel01-menuBtn span:after,
.headerrel01-menuBtn span:before {
	-ms-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.headerrel01-menuBtn.headerrel01-menuBtn__open span {
	background: 0 0
}

.headerrel01-menuBtn.headerrel01-menuBtn__open span:before {
	-ms-transform: translate(-50%, 0) rotate(45deg);
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg)
}

.headerrel01-menuBtn.headerrel01-menuBtn__open span:after {
	-ms-transform: translate(-50%, 0) rotate(-45deg);
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	transform: translate(-50%, 0) rotate(-45deg)
}

.headerrel01-menuBtn {
	margin: 10px;
	font-size: 24px
}

.headerrel01-menuBtn span,
.headerrel01-menuBtn span:after,
.headerrel01-menuBtn span:before {
	background-color: #000;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

.headerrel01 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	z-index: 100;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.headerrel01 .headerrel01-logo {
	margin-top: 20px;
	float: left;
	width: 237px;
	height: 60px;
	line-height: 60px;
	font-size: 0
}

.headerrel01 .headerrel01-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%
}

.headerrel01 .headerrel01-logo .logo2 {
	display: none
}

.headerrel01 .headerrel01-logo .logo1 {
	display: block
}

.headerrel01 .headerrel01-btn {
	float: right;
	font-size: 0;
	line-height: 100px
}

.headerrel01 .headerrel01-btn>div {
	margin-left: 24px
}

.headerrel01 .headerrel01-menuBtn-pc {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(../images/icon_menubtn.png) center center no-repeat;
	cursor: pointer
}

.headerrel01 .headerrel01-so {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.headerrel01 .headerrel01-so .btn {
	width: 40px;
	height: 40px;
	background: url(../images/icon_so3.png) center center no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	cursor: pointer
}

.headerrel01 .headerrel01-so .form-so {
	padding: 42px 30px 49px;
	position: absolute;
	right: 0;
	top: 70px;
	width: 316px;
	background-color: #fff;
	box-shadow: 0 3px 9px 1px rgba(0, 0, 0, .14);
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.headerrel01 .headerrel01-so .form-so .form-so-inner {
	position: relative;
	overflow: hidden
}

.headerrel01 .headerrel01-so .form-so input {
	outline: 0;
	border: none
}

.headerrel01 .headerrel01-so .form-so .inp {
	display: block;
	width: 100%;
	height: 39px;
	line-height: 38px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	color: #666
}

.headerrel01 .headerrel01-so .form-so .submit {
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	background: url(../images/icon_so2.png) center center no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.headerrel01 .headerrel01-so.headerrel01-so__open .form-so {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.headerrel01 .headerrel01-nav {
	padding: 0 154px 0 200px;
	font-size: 0;
	text-align: right
}

.headerrel01 .headerrel01-nav>li {
	display: inline-block;
	vertical-align: middle
}

.headerrel01 .headerrel01-nav>li>a {
	display: block;
	line-height: 100px;
	font-size: 16px;
	color: #fff;
	padding: 0 25px;
	position: relative
}

.headerrel01 .headerrel01-nav>li>a span {
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.headerrel01 .headerrel01-nav>li>a .en {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-transform: uppercase
}

.headerrel01 .headerrel01-nav>li>a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 29px;
	width: 50px;
	height: 2px;
	background-color: #333333;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.headerrel01 .headerrel01-nav>li.on>a:after,
.headerrel01 .headerrel01-nav>li:hover>a:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.headerrel01 .headerrel01-nav>li.on>a .cn,
.headerrel01 .headerrel01-nav>li:hover>a .cn {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.headerrel01 .headerrel01-nav>li.on>a .en,
.headerrel01 .headerrel01-nav>li:hover>a .en {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.headerrel01 .headerrel01-nav .headerrel01-navsub {
	position: fixed;
	left: 0;
	top: 100px;
	right: 0;
	max-height: calc(100% - 100px);
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	overflow-y: auto;
	z-index: 2;
	height: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.headerrel01 .headerrel01-nav .headerrel01-navsub.show {
	padding: 30px 0
}

.headerrel01 .headerrel01-nav .headerrel01-navsub .wp {
	position: relative
}

.headerrel01 .headerrel01-nav .headerrel01-navsub .wp:before {
	content: '';
	position: absolute;
	left: 360px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #d7d7d7
}

.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-left {
	padding: 38px 0;
	padding-right: 37px;
	float: left;
	width: 330px
}

.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-left h3 {
	margin-bottom: 18px;
	font-size: 24px;
	color: #333
}

.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-left .txt {
	font-size: 14px;
	color: #666;
	line-height: 24px
}

.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-right {
	padding: 36px 0 0 192px;
	overflow: hidden
}

.sub-nav {
	padding: 0 60px;
	position: relative;
	overflow: hidden
}

.sub-nav .slider {
	margin-bottom: -12px;
	position: relative;
	font-size: 0;
	overflow: hidden
}

.sub-nav li {
	padding: 0 16px;
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
	width: 20%
}

.sub-nav .swiper-slide {
	padding: 0 16px;
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
	width: 20%
}

.sub-nav .con {
	padding-bottom: 34px;
	display: block;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden
}

.sub-nav .pic {
	margin-bottom: 24px;
	padding-top: 66.67%;
	position: relative;
	overflow: hidden
}

.sub-nav .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.sub-nav h4 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.sub-nav .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.sub-nav .swiper-arrow3 .swiper-next,
.sub-nav .swiper-arrow3 .swiper-prev {
	top: 36%
}

.sub-nav .swiper-arrow3 .swiper-prev {
	left: 10px;
	background-image: url(../images/icon_prev7.png)
}

.sub-nav .swiper-arrow3 .swiper-next {
	right: 10px;
	background-image: url(../images/icon_next7.png)
}

.headerrel01 .headerrel01-nav .headerrel01-navsub.show {
	height: auto;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.headerDown .headerrel01 {
	background-color: #db1e31
}

.headerDown .headerrel01-nav>li>a span {
	color: #fff
}

.headerDown .headerrel01-so .btn {
	width: 40px;
	height: 40px;
	background: url(../images/icon_so.png) center center no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	cursor: pointer
}

.headerDown .headerrel01-nav>li>a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 29px;
	width: 50px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.headerDown .headerrel01 .logo2 {
	display: block
}

.headerDown .headerrel01 .logo1 {
	display: none
}


/*!底部*/

.footer {
	padding: 40px 0 0px;
	background-color: #003a70;
	overflow: hidden
}

.footer-left {
	padding-right: 20px;
	float: left;
	width: 36%
}

.footer-logo {
	margin-bottom: 30px;
	display: block;
	height: 72px;
	line-height: 72px;
	overflow: hidden
}

.footer-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.footer-info {
	margin-bottom: 23px;
	font-size: 14px;
	color: #fff
}

.footer-info p {
	padding: 4px 0;
	padding-left: 25px;
	position: relative
}

.footer-info a {
	color: #fff
}

.footer-info img {
	position: absolute;
	left: 0;
	top: 50%;
	max-width: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer-code {
	margin: 0 -17px 0px;
	font-size: 0;
	overflow: hidden
}

.footer-code .item {
	margin-bottom: 10px;
	padding: 0 17px;
	display: inline-block;
	vertical-align: top
}

.footer-code .pic {
	margin: 0 auto 6px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden
}

.footer-code .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.footer-code h4 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.footer-copy {
	font-size: 14px;
	color: #fff;
	line-height: 24px
}

.footer-right {
	margin-right: -74px;
	padding-top: 23px;
	float: right;
	width: 64%
}

.footer-nav {
	font-size: 0
}

.footer-nav dl {
	display: inline-block;
	vertical-align: top;
	width: 14.28%
}

.footer-nav dt {
	margin-bottom: 21px;
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.footer-nav dd a {
	padding: 4px 0;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 22px
}

.footer-nav dd a:hover {
	font-weight: 700
}

.footer-tel {
	padding: 0 74px 0 66px;
	float: right;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	background: url(../images/icon_tel2.png) left center no-repeat
}

.footer-tel span {
	margin-top: 6px;
	display: block;
	font-size: 44px;
	font-family: Plumb-Bold
}

.footer-tel:hover {
	color: #fff
}


/*!banner*/

.banner {
	height: 100vh;
	position: relative;
	overflow: hidden
}

.banner .swiper-slide {
	height: 100%;
	position: relative;
	overflow: hidden
}

.banner .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.banner img {
	display: none
}

.banner .swiper-pagination2 {
	bottom: 40px!important
}


/*!ban*/

.ban {
	height: 750px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.ban>img {
	display: none
}

.ban-cont {
	position: absolute;
	left: 0;
	bottom: 12.6%;
	right: 0
}

.ban-cont .tit-1 h3 span {
	text-transform: capitalize
}

.ban-cont .tit-4 h3 span {
	text-transform: capitalize
}

.row-pos {
	padding: 20px 0 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	overflow: hidden
}

.pos-ul {
	padding-bottom: 20px;
	overflow-x: auto;
	white-space: nowrap
}

.pos-ul li {
	margin-right: 25px;
	display: inline-block;
	vertical-align: middle
}

.pos-ul a {
	padding: 0 10px;
	display: block;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	min-width: 132px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.pos-ul .on a,
.pos-ul a:hover {
	background-color: #db1e31;
	color: #fff
}

.row-pos2 {
	padding-top: 60px
}

.cur {
	font-size: 14px;
	color: #4d4d4d
}

.cur a,
.cur em,
.cur span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 30px
}

.cur a {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.cur span {
	color: #db1e31
}

.cur a:hover {
	color: #db1e31
}


/*!标题*/

.tit-1 {
	font-size: 14px;
	color: #666;
	line-height: 1.9;
	position: relative;
	overflow: hidden
}

.tit-1 .btn-1 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2
}

.tit-1 h3 {
	font-size: 24px;
	color: #333333;
	font-weight: 400;
	line-height: 1;
	overflow: hidden
}

.tit-1 h3 span {
	margin-bottom: 16px;
	display: block;
	font-size: 48px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
}

.tit-1 .txt {
	margin-top: 50px
}

.tit-1 .txt ul li {
	width: 25%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.tit-1 .txt ul li img {
	width: 100%;
}

.tit-1 .txt ul li div {
	width: 100%;
	height: auto;
	text-align: left;
}

.tit-1 .txt ul li div .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.tit-1 .txt ul li div p {
	width: 100%;
	height: 257px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.tit-1 .txt ul li:hover {
	background-color: #db1e31;
	cursor: pointer;
}

.tit-1 .txt ul li:hover div .title,
.tit-1 .txt ul li:hover p {
	color: #FFFFFF;
}

@media screen and (max-width: 800px) {
	.tit-1 .txt ul li {
		width: 100%;
		height: 530px;
		padding: 3%;
		box-sizing: border-box;
	}
	.tit-1 .txt ul li img {
		width: 100%;
	}
	.tit-1 .txt ul li div {
		width: 100%;
		height: auto;
		float: right;
		text-align: left;
	}
	.tit-1 .txt ul li div p {
		width: 100%;
		height: auto;
		line-height: 20px;
		font-size: 14px;
		color: #666666;
	}
}

.tit-1.tit1_f {
	color: #fff
}

.tit-1.tit1_f .btn-1 a,
.tit-1.tit1_f .btn-1 span {
	border-color: #fff;
	background-color: transparent
}

.tit-1.tit1_f .btn-1 a:hover,
.tit-1.tit1_f .btn-1 span:hover {
	background-color: #db1e31;
	border-color: #db1e31;
	color: #fff
}

.tit-1.tit1_f h3 {
	color: #fff
}

.tit-1.tit1_f h3 span {
	color: #fff
}

.tit-1.tit1_c {
	text-align: center
}


/*!banner标题*/

.tit-4 {
	font-size: 14px;
	color: #666;
	line-height: 1.9;
	position: relative;
	overflow: hidden
}

.tit-4 .btn-1 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2
}

.tit-4 h3 {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	line-height: 1;
	overflow: hidden
}

.tit-4 h3 span {
	margin-bottom: 16px;
	display: block;
	font-size: 48px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}

.tit-4 .txt {
	margin-top: 50px
}

.tit-4.tit1_f {
	color: #fff
}

.tit-4.tit1_f .btn-1 a,
.tit-1.tit1_f .btn-1 span {
	border-color: #fff;
	background-color: transparent
}

.tit-4.tit1_f .btn-1 a:hover,
.tit-1.tit1_f .btn-1 span:hover {
	background-color: #db1e31;
	border-color: #db1e31;
	color: #fff
}

.tit-4.tit1_f h3 {
	color: #fff
}

.tit-4.tit1_f h3 span {
	color: #fff
}

.tit-4.tit1_c {
	text-align: center
}

.tit-2 {
	margin-bottom: 6px;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden
}

.tit-2 h3 {
	padding-left: 24px;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	position: relative
}

.tit-2 h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 24px;
	background-color: #db1e31;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tit-2.tit2_noline {
	margin-bottom: 10px;
	padding-top: 0;
	border: none
}

.tit-3 {
	text-align: center
}

.tit-3 h3 {
	font-size: 36px;
	color: #333
}

.tit-3 h3 span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase
}


/*!按钮*/

.btn-1 {
	font-size: 0;
	overflow: hidden
}

.btn-1 a,
.btn-1 span {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 46px;
	line-height: 44px;
	border-radius: 23px;
	background-color: #db1e31;
	border: 1px solid #db1e31;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.btn-1 a:hover,
.btn-1 span:hover {
	background-color: transparent;
	color: #db1e31
}

.btn-1.btn1_c {
	text-align: center
}


/*!页码*/

.pages {
	padding-top: 83px;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.pages ul {
	margin: 0 -5px -5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

.pages li {
	padding: 0 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle
}

.pages a {
	padding: 0 4px;
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	min-width: 40px;
	line-height: 36px;
	border: 1px solid #bfbfbf;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.pages .pages-next a,
.pages .pages-prev a {
	min-width: 76px
}

.pages .pages-active a,
.pages a:hover {
	background-color: #db1e31;
	color: #fff;
	border-color: #db1e31
}

.swiper-arrow {
	position: absolute;
	left: 27.7%;
	bottom: 17%;
	font-size: 0;
	z-index: 10
}

.swiper-arrow .swiper-next,
.swiper-arrow .swiper-prev {
	margin: 0 14px;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.swiper-arrow .swiper-prev {
	background-image: url(../images/icon_prev1.png)
}

.swiper-arrow .swiper-next {
	background-image: url(../images/icon_next1.png)
}

.swiper-arrow2 .swiper-next,
.swiper-arrow2 .swiper-prev {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.swiper-arrow2 .swiper-prev {
	left: 10%;
	background-image: url(../images/icon_prev8.png)
}

.swiper-arrow2 .swiper-next {
	right: 10%;
	background-image: url(../images/icon_next8.png)
}

.swiper-arrow3 .swiper-next,
.swiper-arrow3 .swiper-prev {
	margin-top: -2%;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}

.swiper-arrow3 .swiper-prev {
	left: -32px;
	background-image: url(../images/icon_prev3.png)
}

.swiper-arrow3 .swiper-next {
	right: -32px;
	background-image: url(../images/icon_next3.png)
}

.swiper-arrow4 {
	position: absolute;
	right: 98px;
	bottom: 70px;
	width: 90px;
	z-index: 3
}

.swiper-arrow4:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	width: 400%;
	height: 1px;
	background-color: #3f444e
}

.swiper-arrow4 .swiper-next,
.swiper-arrow4 .swiper-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer
}

.swiper-arrow4 .swiper-prev {
	float: left;
	background-image: url(../images/icon_prev4.png)
}

.swiper-arrow4 .swiper-next {
	float: right;
	background-image: url(../images/icon_next4.png)
}

.swiper-pagination {
	position: absolute!important;
	left: 55.36%!important;
	bottom: 25.4%!important;
	width: auto!important;
	z-index: 10!important
}

.swiper-pagination .swiper-pagination-bullet {
	margin: 14px 0!important;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #dadada;
	opacity: 1;
	filter: alpha(opacity=100)
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #db1e31
}

.swiper-pagination2 {
	position: absolute!important;
	bottom: 0!important;
	left: 0!important;
	width: 100%!important;
	font-size: 0;
	text-align: center;
	z-index: 10!important
}

.swiper-pagination2 .swiper-pagination-bullet {
	margin: 0 7px!important;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background-color: #dadada;
	opacity: 1;
	filter: alpha(opacity=100)
}

.swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: #db1e31
}

.swiper-pagination3 {
	position: absolute;
	left: auto!important;
	bottom: 70px!important;
	right: 113px;
	top: auto!important;
	width: 60px!important;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	text-align: center;
	z-index: 2
}

.swiper-pagination3 .swiper-pagination-current {
	font-size: 17px;
	color: #db1e31
}

.swiper-scrollbar {
	position: absolute;
	left: 0!important;
	top: auto!important;
	bottom: 0!important;
	right: 0!important;
	height: 4px!important;
	background-color: #e6e6e6;
	border-radius: 2px;
	overflow: hidden;
	z-index: 10
}

.swiper-scrollbar .swiper-pagination-progressbar {
	background-color: #db1e31!important;
	border-radius: 2px!important;
	overflow: hidden
}


/*!视频弹窗*/

.index-video-dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 800;
	display: none
}

.index-video-dialog .box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1080px;
	height: 720px;
	background-color: #000;
	max-width: 100%;
	max-height: 100%
}

.index-video-dialog .index-video-close {
	position: absolute;
	color: #fff;
	font-size: 32px;
	right: -10px;
	top: -10px;
	z-index: 5;
	cursor: pointer;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../images/icon_close.png) center center no-repeat
}

.index-video-dialog .video,
.index-video-dialog video {
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	overflow: hidden
}


/*!index*/

.row-index1 {
	position: relative;
	overflow: hidden
}

.index1-bg1 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 43.65%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden
}

.index1-bg1 img {
	display: block;
	width: 100%
}

.new-Arrivals {
	position: relative;
	overflow: hidden
}

.new-Arrivals .con {
	padding: 70px 0;
	display: block;
	overflow: hidden
}

.new-Arrivals .photo {
	float: right;
	width: 39.58%;
	overflow: hidden
}

.new-Arrivals .photo img {
	display: block;
	width: 100%
}

.new-Arrivals .cont {
	padding: 6.6% 10% 0 calc((100vw - 1540px)/ 2);
	float: left;
	width: 60.42%;
	overflow: hidden
}

.new-Arrivals .pic {
	float: right;
	width: 32.2%;
	overflow: hidden
}

.new-Arrivals .pic img {
	display: block;
	width: 100%
}

.new-Arrivals .inner {
	padding-right: 40px;
	float: left;
	width: 67.8%;
	overflow: hidden
}

.new-Arrivals .tit-1 {
	margin-bottom: 65px
}

.new-Arrivals .info {
	margin-bottom: 25px;
	overflow: hidden
}

.new-Arrivals .info .item {
	padding: 10px 0
}

.new-Arrivals .info h4 {
	margin-bottom: 2px;
	font-size: 14px;
	color: #666;
	font-weight: 400
}

.new-Arrivals .info .txt {
	font-size: 26px;
	color: #333;
	font-weight: 700
}

.new-Arrivals .btn-1 a,
.new-Arrivals .btn-1 span {
	width: 120px;
	height: 36px;
	line-height: 34px
}

.row-index2 {
	padding: 97px 0 76px;
	position: relative;
	overflow: hidden
}

.row-index2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 52.08%;
	background-color: #003a70
}

.row-index2 .wp {
	position: relative;
	z-index: 2
}

.row-index2 .tit-1 {
	margin-bottom: 50px
}

.row-index2 .tit-1 h3 span {
	margin-bottom: 8px
}

.row-index2 .btn-1 {
	margin-top: 20px;
	display: none
}

.row-index2 .tit-1 .btn-1 {
	display: block
}

.product-center {
	margin: 0 -10px;
	padding-bottom: 57px;
	position: relative;
	overflow: hidden
}

.product-center .swiper-slide {
	padding: 0 10px
}

.product-center .con {
	display: block;
	position: relative;
	overflow: hidden
}

.product-center .pic {
	padding-top: 162.16%;
	position: relative;
	overflow: hidden
}

.product-center .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.product-center .mask {
	padding: 50px 27px 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg2.png) center top no-repeat;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.product-center h4 {
	font-size: 24px;
	color: #fff
}

.product-center h4 span {
	margin-top: 8px;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400
}

.product-center .jt {
	margin-top: 36px;
	float: right;
	width: 28px;
	height: 19px;
	background: url(../images/icon_jt.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: none
}

.product-center .con:hover .mask {
	background: rgba(0, 0, 0, .6);
	height: 20%;
	min-height: 190px
}

.product-center .con:hover .jt {
	display: block
}

.row-index3 {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 838px;
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.video-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.video-pic .start {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 40px;
	height: 62px;
	background: url(../images/icon_start.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: none
}

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

.about-ul {
	padding-left: calc((100vw - 1540px)/ 2);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42.6%;
	font-size: 0
}

.about-ul li {
	display: inline-block;
	vertical-align: bottom;
	width: 33.33%
}

.about-ul .con {
	display: block;
	height: 210px;
	line-height: 210px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.about-ul .con .con-inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 1.5
}

.about-ul .pic {
	margin-bottom: 14px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.about-ul .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.about-ul h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.about-ul li:nth-child(1) .con {
	background-color: #1e1e1e
}

.about-ul li:nth-child(2) .con {
	background-color: #484848
}

.about-ul li:nth-child(3) .con {
	background-color: #db1e31
}

.about-ul .con:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #db1e31!important
}

.about-ul .con:hover .pic img {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.about-us_cont {
	padding: 60px 7.2% 27px;
	padding-right: calc((100vw - 1540px)/ 2);
	position: absolute;
	left: 42.6%;
	bottom: 0;
	right: 0;
	background-color: #fff
}

.about-us_cont .tit-1 {
	margin-bottom: 26px
}

.about-us_cont .tit-1 h3 {
	font-size: 20px
}

.about-us_cont .tit-1 h3 span {
	margin-bottom: 8px;
	font-size: 40px
}

.about-us_cont .txt {
	margin-bottom: 27px;
	font-size: 14px;
	color: #666;
	line-height: 24px
}

.about-us_cont .more span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase
}

.row-index4 {
	padding: 100px 0 70px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.about-us_cont:hover .more span {
	color: #db1e31
}

.row-index4 .tit-1 {
	margin-bottom: 62px
}

.row-index4 .btn-1 {
	margin-top: 50px
}

.news-block {
	overflow: hidden
}

.news-block .col-l {
	width: 46.8%
}

.news-block .col-r {
	width: 50%
}

.hot-news {
	height: 422px;
	position: relative;
	overflow: hidden
}


/*.hot-news img{display:block;width:100%;height:100%;object-fit:cover;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}*/

.hot-news img {
	display: block;
	width: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.hot-news .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2
}

.hot-news h4 {
	padding: 16px 36px;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.hot-news:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.news-ul {
	margin: -33px 0
}

.news-ul .con {
	padding: 33px 0;
	display: block;
	overflow: hidden
}

.news-ul .pic {
	float: left;
	width: 160px;
	height: 94px;
	overflow: hidden
}

.news-ul .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.news-ul .inner {
	overflow: hidden
}

.news-ul .date {
	margin-top: 6px;
	float: left;
	width: 113px;
	text-align: center;
	border-right: 1px solid #999;
	overflow: hidden
}

.news-ul .date .d1 {
	margin-bottom: 10px;
	font-size: 36px;
	color: #333;
	font-weight: 700;
	line-height: 1
}

.news-ul .date .d2 {
	font-size: 12px;
	color: #999
}

.news-ul .inner-in {
	padding-left: 33px;
	overflow: hidden
}

.news-ul h4 {
	margin-bottom: 6px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-ul .txt {
	font-size: 12px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden
}

.news-ul .con:hover .pic img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.row-index5 {
	padding-top: 102px;
	overflow: hidden
}

.row-index5 .tit-1 {
	margin-bottom: 44px
}

.brand-activity {
	position: relative;
	overflow: hidden
}

.brand-activity .swiper-slide {
	width: 84.4%
}

.brand-activity .con {
	display: block;
	overflow: hidden
}

.brand-activity .pic {
	padding-top: 45.45%;
	position: relative;
	overflow: hidden
}

.brand-activity .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.brand-activity .mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7)
}

.brand-activity .mask .mask-inner {
	padding: 33px 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.brand-activity h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.brand-activity .swiper-slide-active .mask {
	background: url(../images/bg4.png) center bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.brand-activity .swiper-slide-active .mask .mask-inner {
	opacity: 1;
	filter: alpha(opacity=100)
}

.row-index6 {
	padding: 75px 0;
	overflow: hidden
}

.case-ul {
	margin: 0 -15px -28px;
	font-size: 0;
	overflow: hidden
}

.case-ul li {
	padding: 0 15px;
	margin-bottom: 28px;
	float: left;
	width: 50%
}

.case-ul .con {
	display: block;
	position: relative;
	overflow: hidden
}

.case-ul .pic {
	padding-top: 43.8%;
	position: relative;
	overflow: hidden
}

.case-ul .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity .55s, transform .55s;
	-o-transition: opacity .55s, transform .55s;
	transition: opacity .55s, transform .55s
}

.case-ul .mask {
	padding: 56px 48px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.case-ul h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 1
}

.case-ul h4 span {
	margin-bottom: 14px;
	display: block;
	font-size: 40px;
	text-transform: uppercase;
	font-family: PangMenZhengDao
}

.case-ul li:nth-child(2) {
	float: right
}

.case-ul li:nth-child(2) .pic {
	padding-top: 91.3%
}

.case-ul .con:hover .pic img {
	-webkit-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	-o-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04)
}


/*!关于*/

.row-aboutUs1 {
	padding: 112px 0 70px;
	overflow: hidden
}

.row-aboutUs1 .tit-1 {
	padding-left: 31%;
	margin-bottom: 60px
}

.about-us {
	overflow: hidden
}

.about-us .title {
	margin-top: 7px;
	padding: 44px 34px 70px;
	width: 276px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.about-us .title h4 {
	margin-bottom: 24px;
	font-size: 20px;
	color: #fff;
	font-weight: 400
}

.about-us .title .number {
	margin-bottom: 44px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase
}

.about-us .title .number span {
	margin-right: 10px;
	font-size: 91px;
	color: #fff;
	line-height: 1;
	font-family: Plumb-Bold;
	font-weight: bold;
}

.about-us .title .txt {
	font-size: 16px;
	color: #fff;
	line-height: 1.5
}

.about-us .cont {
	padding-left: 13%;
	font-size: 14px;
	color: #666;
	line-height: 2.15;
	overflow: hidden
}

.row-aboutUs2 {
	padding: 244px 0 278px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.number-ul {
	margin-right: -16%;
	font-size: 0
}

.number-ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%
}

.number-ul .pic {
	margin-bottom: 25px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	overflow: hidden
}

.number-ul .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.number-ul .number {
	margin-bottom: 8px;
	font-size: 72px;
	color: #fff;
	line-height: 1;
	font-family: Plumb-Bold;
	font-weight: bold;
}

.number-ul h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 400
}

.row-aboutUs3 {
	padding: 120px 0 113px;
	overflow: hidden
}

.row-aboutUs3 .tit-1 {
	margin-bottom: 30px
}

.brand-culture {
	padding-bottom: 53px;
	position: relative;
	overflow: hidden
}

.brandCulture-ul {
	margin: 0 -8px -20px;
	overflow: hidden
}

.brandCulture-ul li {
	padding: 0 8px;
	margin-bottom: 20px;
	float: right;
	width: 31.6%
}

.brandCulture-ul .pic {
	padding-top: 59.66%;
	position: relative;
	overflow: hidden
}

.brandCulture-ul .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.brandCulture-ul li:nth-child(1) {
	float: left;
	width: 68.4%
}

.brandCulture-ul li:nth-child(1) .pic {
	padding-top: 56.2%
}

.row-aboutUs4 {
	padding: 98px 0 67px;
	overflow: hidden
}

.row-aboutUs4 .tit-1 {
	margin-bottom: 34px
}

.production-base {
	margin: 0 -30px;
	padding: 0 30px;
	padding-bottom: 50px;
	position: relative
}

.production-base .slider {
	margin: 0 -6px;
	position: relative;
	overflow: hidden
}

.production-base .swiper-slide {
	padding: 0 6px
}

.production-base .con {
	display: block;
	overflow: hidden
}

.production-base .pic {
	margin-bottom: 12px;
	border: 2px solid #fff;
	padding-top: 65.61%;
	position: relative;
	overflow: hidden
}

.production-base .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.production-base h4 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.production-base .swiper-pagination2 .swiper-pagination-bullet {
	background-color: #9a9a9a
}

.production-base .swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: #fff
}

.row-aboutUs5 {
	padding: 104px 0 60px;
	overflow: hidden
}

.row-aboutUs5 .tit-1 {
	margin-bottom: 50px
}

.brand-honors {
	padding-bottom: 64px;
	position: relative;
	overflow: hidden
}

.brand-honors .con {
	display: block;
	overflow: hidden
}

.brand-honors .pic {
	margin-bottom: 22px;
	height: 370px;
	line-height: 370px;
	font-size: 0;
	text-align: center;
	background-color: #f7f7f7;
	overflow: hidden
}

.brand-honors .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.brand-honors h4 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.row-aboutUs6 {
	padding: 56px 0 107px;
	overflow: hidden
}

.row-aboutUs6 .tit-1 {
	margin-bottom: 60px
}

.brand-video {
	padding-top: 48.45%;
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.brand-video .aplay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.brand-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}


/*!产品中心*/

.row-product1 {
	padding-bottom: 120px;
	overflow: hidden
}

.product-slide {
	padding-bottom: 114px;
	float: left;
	width: 380px;
	background-color: #fff
}

.product-slide .hd {
	margin-right: 5px;
	padding: 41px 0;
	padding-left: 130px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	overflow: hidden
}

.product-slide .hd h3 {
	font-size: 18px;
	color: #333;
	font-weight: 400
}

.product-slide .hd h3 img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 16px 0 0
}

.product-slide .hd .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/icon_jia.png) center center no-repeat;
	display: none
}

.product-slide .hd.on .icon {
	background-image: url(../images/icon_jian.png)
}

.product-slide .bd {
	padding-left: 130px;
	margin-right: 3px
}

.specs-ul li {
	border-bottom: 1px solid #e7e7e7
}

.specs-ul dt a {
	padding: 28px 0;
	padding-right: 60px;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	position: relative
}

.specs-ul dt .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	background: url(../images/icon_jia.png) center center no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}

.specs-ul dd {
	padding-bottom: 24px;
	display: none
}

.specs-ul dd a {
	padding: 6px 0;
	padding-left: 27px;
	display: block;
	font-size: 14px;
	color: #999;
	position: relative
}

.specs-ul dd a .icon {
	position: absolute;
	left: 7px;
	top: 50%;
	width: 12px;
	height: 12px;
	background: url(../images/icon_circle.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.specs-ul dd .on {
	color: #db1e31
}

.specs-ul dd .on .icon {
	background-image: url(../images/icon_circle2.png)
}

.specs-ul .more dt .icon {
	display: block
}

.specs-ul .on dt .icon {
	background-image: url(../images/icon_jian.png)
}

.specs-ul .on dd {
	display: block
}

.product-cont {
	padding: 46px calc((100% - 1540px)/ 2) 0 80px;
	float: right;
	width: calc(100% - 380px)
}

.form-so2 {
	margin-bottom: 48px;
	overflow: hidden
}

.form-so2 .con {
	width: 360px;
	position: relative
}

.form-so2 input {
	outline: 0;
	border: none;
	background-color: transparent
}

.form-so2 .inp {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #666;
	height: 66px;
	line-height: 65px;
	border-bottom: 1px solid #959595
}

.form-so2 .submit {
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url(../images/icon_so2.png) center center no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.product-ul {
	margin: 0 -15px -50px;
	font-size: 0
}

.product-ul li {
	padding: 0 15px;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%
}

.product-ul .con {
	display: block;
	background-color: #fff
}

.product-ul .pic {
	padding-top: 70.44%;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-ul .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-ul .inner {
	padding: 32px 30px 44px;
	overflow: hidden
}

.product-ul h4 {
	margin-bottom: 18px;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.product-ul .bt {
	overflow: hidden
}

.product-ul .bt .more {
	margin-left: 15px;
	float: right;
	font-size: 14px;
	color: #999
}

.product-ul .bt .type {
	font-size: 14px;
	color: #999;
	overflow: hidden
}

.product-ul .con:hover .pic {
	box-shadow: 0 0 50px 10px #c3c5c7
}

.product-ul .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}


/*!产品详情*/

.row-productDt1 {
	padding: 40px 0 85px;
	overflow: hidden
}

.productDt-imgs {
	float: left;
	width: 48.7%;
	position: relative;
	overflow: hidden
}

.productDt-imgs .pic {
	padding-top: 66.67%;
	position: relative;
	overflow: hidden
}

.productDt-imgs .pic img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover
}

.productDt-imgs .swiper-arrow2 .swiper-next,
.productDt-imgs .swiper-arrow2 .swiper-prev {
	-webkit-background-size: auto;
	background-size: auto
}

.productDt-imgs .swiper-arrow2 .swiper-prev {
	left: 0;
	background-image: url(../images/icon_prev7.png)
}

.productDt-imgs .swiper-arrow2 .swiper-next {
	right: 0;
	background-image: url(../images/icon_next7.png)
}

.productDt-cont {
	padding-left: 8.25%;
	float: right;
	width: 51.3%
}

.productDt-cont .hd {
	padding: 40px 0 32px;
	border-bottom: 1px solid #ccc
}

.productDt-cont h2 {
	font-size: 30px;
	color: #333
}

.productDt-cont .desc {
	margin-top: 10px;
	font-size: 14px;
	color: #666
}

.productDt-cont .info {
	padding: 16px 0;
	font-size: 14px;
	color: #333;
	line-height: 24px
}

.productDt-cont .info p {
	padding: 8px 0
}

.productDt-cont .productDt-page {
	margin-top: 35px;
	font-size: 0
}

.productDt-cont .productDt-page a {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	text-align: center;
	min-width: 130px;
	line-height: 46px;
	border: 1px solid #ccc;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.productDt-cont .productDt-page a:hover {
	background-color: #db1e31;
	border-color: #db1e31;
	color: #fff
}

.row-productDt2 {
	padding: 88px 0 70px;
	overflow: hidden
}

.row-productDt2 .tit-1 {
	margin-bottom: 46px
}

.scene-graph {
	padding-bottom: 49px;
	position: relative;
	overflow: hidden
}

.scene-graph .pic {
	padding-top: 45.22%;
	position: relative;
	overflow: hidden
}

.scene-graph .pic img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: 700px;
	object-fit: cover
}

.scene-graph .swiper-arrow2 .swiper-prev {
	left: 4.2%;
	top: 47%
}

.scene-graph .swiper-arrow2 .swiper-next {
	right: 4.2%;
	top: 47%
}

.scene-graph .pic .yangshi {
	height: auto;
	width: auto;
	left: 43%;
	top: 32%;
}

.row-productDt3 {
	padding: 100px 0 97px;
	overflow: hidden
}

.row-productDt3 .tit-1 {
	margin-bottom: 62px
}

.other-products {
	margin: -20px -18px;
	padding: 20px 0;
	position: relative;
	overflow: hidden
}

.other-products .swiper-slide {
	padding: 0 18px
}

.other-products .con {
	display: block;
	background-color: #f5f5f5
}

.other-products .pic {
	padding-top: 70.47%;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.other-products .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.other-products .inner {
	padding: 40px 37px 50px;
	overflow: hidden
}

.other-products h4 {
	margin-bottom: 24px;
	font-size: 26px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.other-products .bt {
	overflow: hidden
}

.other-products .bt .more {
	margin-left: 15px;
	float: right;
	font-size: 17px;
	color: #999
}

.other-products .bt .type {
	font-size: 17px;
	color: #999;
	overflow: hidden
}

.other-products .con:hover .pic {
	box-shadow: 0 0 20px #c3c5c7
}

.other-products .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.other-products .swiper-pagination2 {
	margin-top: 30px;
	position: static!important
}


/*!新闻资讯*/

.row-news {
	padding: 90px 0 114px;
	overflow: hidden
}

.news-swiper {
	margin-bottom: 77px;
	position: relative;
	overflow: hidden
}

.news-swiper .con {
	display: block;
	background-color: #fff;
	overflow: hidden
}

.news-swiper .pic {
	float: left;
	width: 46%;
	height: 422px;
	overflow: hidden
}

.news-swiper .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.news-swiper .inner {
	padding: 50px 73px;
	padding-right: 81px;
	overflow: hidden
}

.news-swiper .date {
	margin-bottom: 38px;
	font-size: 0
}

.news-swiper .date .d1 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 44px;
	color: #333;
	font-weight: 700;
	line-height: 1
}

.news-swiper .date .d2 {
	margin-left: 6px;
	padding-bottom: 4px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 17px;
	color: #999;
	font-weight: 700;
	line-height: 1
}

.news-swiper h4 {
	margin-bottom: 22px;
	font-size: 28px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-swiper .txt {
	margin-bottom: 64px;
	font-size: 15px;
	color: #666;
	line-height: 1.9;
	height: 3.8em;
	overflow: hidden
}

.news-swiper .btn-1 span {
	width: 112px;
	height: 40px;
	line-height: 38px
}

.news-swiper .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.news-swiper .con:hover .btn-1 span {
	border-color: #db1e31;
	background-color: transparent;
	color: #db1e31
}

.news-ul2 {
	margin: 0 -27px -67px;
	font-size: 0
}

.news-ul2 li {
	padding: 0 27px;
	margin-bottom: 67px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%
}

.news-ul2 .con {
	display: block;
	background-color: #fff;
	overflow: hidden
}

.news-ul2 .pic {
	padding-top: 58.75%;
	position: relative;
	overflow: hidden
}

.news-ul2 .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.news-ul2 .inner {
	padding: 32px 25px 45px
}

.news-ul2 .date {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999
}

.news-ul2 h4 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-ul2 .txt {
	margin-bottom: 38px;
	font-size: 12px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden
}

.news-ul2 .btn-1 span {
	background-color: transparent;
	border-color: #ccc;
	color: #999;
	width: 112px;
	height: 40px;
	line-height: 38px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.news-ul2 .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.news-ul2 .con:hover .btn-1 span {
	background-color: #db1e31;
	border-color: #db1e31;
	color: #fff
}


/*!新闻资讯-详情*/

.row-newsDt {
	padding: 122px 0 145px;
	overflow: hidden
}

.row-newsDt .col-l {
	float: left;
	width: calc(100% - 416px)
}

.row-newsDt .col-r {
	float: right;
	width: 378px
}

.newsDt-cont {
	padding: 76px 83px;
	background-color: #fff;
	border: 1px solid #ececec
}

.newsDt-cont .hd {
	padding-bottom: 36px;
	border-bottom: 1px solid #d7d7d7
}

.newsDt-cont .hd h1 {
	margin-bottom: 24px;
	font-size: 30px;
	color: #333
}

.newsDt-cont .hd .info {
	font-size: 14px;
	color: #999;
	font-weight: 700
}

.newsDt-cont .hd .info span {
	margin-right: 15px
}

.newsDt-cont .cont {
	padding: 42px 0;
	font-size: 14px;
	color: #333;
	line-height: 2.4
}

.newsDt-cont .cont img {
	display: block;
	margin: 0 auto
}

.newsDt-cont .cont h4 {
	font-size: 20px;
	color: #000;
	text-align: center
}

.newsDt-page {
	margin-top: 30px;
	overflow: hidden
}

.newsDt-page .next,
.newsDt-page .prev {
	padding: 0 56px;
	width: 49%;
	background-color: #fff;
	border: 1px solid #ececec;
	height: 116px;
	line-height: 114px;
	position: relative;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.newsDt-page .next .icon,
.newsDt-page .prev .icon {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 20px;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.newsDt-page .prev {
	padding-left: 147px;
	float: left
}

.newsDt-page .prev .icon {
	left: 57px;
	background-image: url(../images/icon_prev5.png);
	background-position: left center
}

.newsDt-page .next {
	padding-right: 147px;
	float: right
}

.newsDt-page .next .icon {
	right: 57px;
	background-image: url(../images/icon_next5.png);
	background-position: right center
}

.newsDt-page .next:hover,
.newsDt-page .prev:hover {
	background-color: #db1e31;
	border-color: #db1e31;
	color: #fff
}

.newsDt-page .prev:hover .icon {
	background-image: url(../images/icon_prev6.png)
}

.newsDt-page .next:hover .icon {
	background-image: url(../images/icon_next6.png)
}

.newsDt-slide {
	overflow: hidden
}

.newsDt-slide_item {
	padding: 22px 32px 30px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	min-height: 368px
}

.newsDt-slide_item+.newsDt-slide_item {
	margin-top: 42px
}

.ul3 a {
	padding-left: 24px;
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 52px;
	position: relative;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul3 a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #050505;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ul3 a:hover {
	color: #db1e31
}

.newsDt-code {
	padding: 27px;
	background-color: #f8f8f8;
	overflow: hidden
}

.newsDt-code .pic {
	width: 224px;
	height: 224px;
	margin: 0 auto 14px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	overflow: hidden
}

.newsDt-code .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.newsDt-code h4 {
	font-size: 17px;
	color: #000;
	font-weight: 400;
	text-align: center
}


/*!案例展示*/

.row-case {
	padding: 86px 0 142px;
	overflow: hidden
}

.case-ul2 {
	margin: 0 -16px -38px;
	font-size: 0
}

.case-ul2 li {
	padding: 0 16px;
	margin-bottom: 38px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%
}

.case-ul2 .con {
	display: block;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.case-ul2 .pic {
	padding-top: 66.73%;
	position: relative;
	overflow: hidden
}

.case-ul2 .pic img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.case-ul2 h4 {
	font-size: 16px;
	color: #121212;
	font-weight: 400;
	text-align: center;
	height: 78px;
	line-height: 78px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.case-ul2 .con:hover h4 {
	background-color: #db1e31
}

.case-ul2 .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.case-ul2 .con:hover h4 {
	color: #fff
}


/*!活动案例*/

.row-case2 {
	padding: 66px 0 142px;
	overflow: hidden
}

.case-ul3 {
	margin: -29px 0
}

.case-ul3 li {
	padding: 29px 0
}

.case-ul3 .con {
	display: block;
	background-color: #fff;
	overflow: hidden
}

.case-ul3 .pic {
	float: left;
	width: 64.94%;
	position: relative;
	overflow: hidden
}

.case-ul3 .pic:after {
	content: '';
	display: block;
	padding-top: 45.4%
}

.case-ul3 .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.case-ul3 .inner {
	padding: 70px 45px;
	overflow: hidden
}

.case-ul3 .date {
	margin-bottom: 34px
}

.case-ul3 .date .d1 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 44px;
	color: #333;
	line-height: 1;
	font-weight: 700
}

.case-ul3 .date .d2 {
	padding-bottom: 4px;
	margin-left: 6px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 17px;
	color: #999;
	line-height: 1;
	font-weight: 700
}

.case-ul3 .txt {
	margin-bottom: 18px;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
	height: 8.5em;
	overflow: hidden
}

.case-ul3 .btn-1 span {
	width: 112px;
	height: 40px;
	line-height: 38px
}

.case-ul3 li:nth-child(even) .pic {
	float: right
}

.case-ul3 .con:hover .pic img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}


/*!活动案例-详情*/

.row-caseDt {
	padding: 110px 0 116px;
	overflow: hidden
}

.caseDt-cont {
	overflow: hidden
}

.caseDt-cont .hd {
	padding-bottom: 34px;
	text-align: center
}

.caseDt-cont .hd h1 {
	margin-bottom: 24px;
	font-size: 36px;
	color: #333
}

.caseDt-cont .hd .info {
	font-size: 17px;
	color: #999
}

.caseDt-cont .cont {
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	line-height: 2.4
}

.caseDt-cont .cont img {
	display: block;
	margin: 0 auto
}


/*!联系我们*/

.row-contact1 {
	padding: 126px 0 100px;
	overflow: hidden
}

.row-contact1 .tit-3 {
	margin-bottom: 66px
}

.ul4 {
	margin: 0 -.5px;
	font-size: 0;
	word-break: break-all
}

.ul4 li {
	padding: 0 .5px;
	display: inline-block;
	vertical-align: top;
	width: 25%
}

.ul4 .con {
	background-color: #fff;
	height: 300px;
	line-height: 300px;
	font-size: 0;
	text-align: center;
	position: relative
}

.ul4 .con .con-inner {
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5
}

.ul4 .pic {
	margin: 0 auto 38px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.ul4 .pic img {
	display: block;
	width: 100%;
	height: 100%
}

.ul4 .pic .img2 {
	display: none
}

.ul4 .inner {
	text-align: left;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.ul4 .inner a {
	display: block;
	font-size: 24px;
	color: #0d0d0c;
	font-weight: 700;
	font-family: Plumb-Bold
}

.ul4 .inner span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-align: center;
}
.ul4 .inner p{
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-align: center;
}
.ul4 .inner .addr {
	font-size: 16px
}

.ul4 .inner .name {
	display: inline-block
}

.ul4 .pic2 {
	margin-bottom: 14px;
	width: 118px;
	height: 118px;
	position: relative;
	z-index: 2
}

.ul4 .con:before {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 100%;
	background: #db1e31;
	content: '';
	left: 0;
	top: 0;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all
}

.ul4 .con:hover:before {
	width: 100%;
	opacity: 1
}

.ul4 .con:hover .img1 {
	display: none
}

.ul4 .con:hover .img2 {
	display: block
}

.ul4 .con:hover .inner a {
	color: #fff
}

.ul4 .con:hover .inner span {
	color: #fff
}
.ul4 .con:hover .inner p {
	color: #fff
}
.row-contact2 {
	overflow: hidden
}

.map {
	height: 700px;
	background-color: #000
}

.BMap_Marker img {
	max-width: none
}

.anchorBL {
	display: none
}

.row-contact3 {
	padding: 110px 0 88px
}

.row-contact3 .tit-1 {
	margin-bottom: 53px
}

.form-1 input,
.form-1 select,
.form-1 textarea {
	outline: 0;
	border: none;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #666;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.form-1 input,
.form-1 select {
	padding: 0 24px;
	height: 70px;
	line-height: 68px
}

.form-1 input:focus,
.form-1 select:focus,
.form-1 textarea:focus {
	box-shadow: 0 0 10px rgb(199 155 105 / 50%);
	border-color: #db1e31
}

.form-1 .bd {
	margin: 0 -12px -24px;
	font-size: 0
}

.form-1 .item {
	padding: 0 12px;
	margin-bottom: 24px;
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.form-1 .inp {
	padding: 0 24px
}

.form-1 .sel {
	padding-right: 50px;
	background-image: url(../images/icon_down.png);
	background-position: right 27px center;
	background-repeat: no-repeat;
	cursor: pointer
}

.form-1 .tar {
	padding: 26px 24px;
	height: 200px
}

.form-1 .bt {
	padding-top: 55px;
	font-size: 0;
	text-align: center
}

.form-1 .bt button {
	margin: 0 13px;
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 70px;
	line-height: 68px;
	border: 1px solid #db1e31;
	font-size: 18px;
	font-weight: 700;
	border-radius: 35px;
	background-color: transparent
}

.form-1 .bt .submit {
	border-color: #db1e31;
	background-color: #db1e31;
	color: #fff
}

.form-1 .bt .reset {
	color: #666;
	border-color: #666
}


/*!品牌加盟*/

.row-join1 {
	padding: 92px 0 78px;
	overflow: hidden
}

.join-cont {
	margin-bottom: 15px;
	padding-right: 450px;
	position: relative;
	overflow: hidden
}

.join-txt {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 450px;
	background-color: #db1e31
}

.join-txt .hd {
	position: absolute;
	right: 8.5%;
	top: 7%;
	font-size: 14px;
	color: #f08888;
	line-height: 1.43;
	text-transform: uppercase;
	text-align: right;
	font-family: PangMenZhengDao
}

.join-txt .bd {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.join-txt .bd h2 {
	margin-bottom: 3%;
	font-size: 48px;
	color: #fff;
	line-height: 1
}

.join-txt .bd h3 {
	margin-bottom: 8%;
	font-size: 32px;
	color: #fff;
	font-weight: 400
}

.join-txt .bd h3 span {
	font-weight: 700
}

.join-txt .bd .film {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase
}

.join-txt .bt {
	position: absolute;
	left: 0;
	bottom: 9%;
	right: 0;
	font-size: 14px;
	color: #fff;
	text-align: center
}

.join-top {
	position: relative;
	overflow: hidden
}

.join-top .pic {
	padding-top: 54.64%;
	position: relative;
	overflow: hidden
}

.join-top .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.join-thumbs {
	margin: 0 -8px;
	position: relative;
	overflow: hidden
}

.join-thumbs .swiper-slide {
	padding: 0 8px;
	margin: 0!important;
	width: 25%!important
}

.join-thumbs .pic {
	padding-top: 58.51%;
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.join-thumbs .pic:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #db1e31;
	opacity: 0;
	filter: alpha(opacity=0)
}

.join-thumbs .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.join-thumbs .active .pic:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.row-join2 {
	padding: 90px 0 72px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.row-join2 .tit-1 {
	margin-bottom: 38px
}

.row-join2 .tit-1 .txt {
	margin-top: 36px
}

.row-join3 {
	padding: 110px 0 95px;
	overflow: hidden
}

.row-join3 .tit-1 {
	margin-bottom: 60px
}

.brand-activity2 {
	padding-bottom: 40px;
	margin: 0 -6px;
	position: relative;
	overflow: hidden
}

.brand-activity2 .swiper-slide {
	padding: 0 6px
}

.brand-activity2 .pic {
	padding-top: 61.98%;
	position: relative;
	overflow: hidden
}

.brand-activity2 .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ul5 {
	margin: 0 -6px -12px;
	font-size: 0;
	overflow: hidden
}

.ul5 li {
	padding: 0 6px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
	width: 50%
}

.ul5 .pic {
	padding-top: 61.98%;
	position: relative;
	overflow: hidden
}

.ul5 .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.row-join4 {
	padding: 118px 0 55px;
	overflow: hidden
}

.row-join4 .tit-1 {
	margin-bottom: 20px
}

.row-join4 .tit-1 .txt {
	margin-top: 22px
}

.ul6 {
	margin: 0 -6px -12px;
	overflow: hidden
}

.ul6 li {
	padding: 0 6px;
	margin-bottom: 12px;
	float: left;
	width: 23.4%
}

.ul6 li:nth-child(1) {
	width: 50.85%
}

.ul6 li:nth-child(3) {
	float: right;
	width: 25.75%
}

.ul6 .pic {
	padding-top: 82.86%;
	position: relative;
	overflow: hidden
}

.ul6 .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.ul6 li:nth-child(1) .pic {
	padding-top: 65.38%
}

.ul6 li:nth-child(3) .pic {
	padding-top: 130.77%
}

.ul6 li:nth-child(4) .pic {
	padding-top: 58.86%
}

.row-join5 {
	padding: 92px 0 78px;
	overflow: hidden
}

.row-join5 .tit-1 {
	margin-bottom: 70px
}

.ul7 {
	margin-bottom: -10px;
	font-size: 0
}

.ul7 li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 270px
}

.ul7 .con {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden
}

.ul7 .pic {
	height: 100%;
	position: relative;
	overflow: hidden
}

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

.ul7 .mask {
	padding: 38px 30px 20px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul7 .mask h4 {
	margin-bottom: 22px;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul7 .mask .txt {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: left;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul7 li:nth-child(2) .mask,
.ul7 li:nth-child(3) .mask {
	background-color: rgba(0, 0, 0, .6)
}

.ul7 li:nth-child(2) .mask h4,
.ul7 li:nth-child(3) .mask h4 {
	color: #fff
}

.ul7 li:nth-child(2) .mask .txt,
.ul7 li:nth-child(3) .mask .txt {
	color: #fff
}

.ul7 .con:hover .mask {
	background-color: #db1e31
}

.ul7 .con:hover .mask h4 {
	color: #fff
}

.ul7 .con:hover .mask .txt {
	color: #fff
}

.row-join6 {
	padding: 96px 0 74px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden
}

.row-join6 .tit-1 {
	margin-bottom: 50px
}

.ul8 {
	border: 1px solid #818181;
	font-size: 0
}

.ul8 li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 250px;
	line-height: 250px;
	border-top: 1px solid #818181;
	border-right: 1px solid #818181
}

.ul8 li:nth-child(1),
.ul8 li:nth-child(2),
.ul8 li:nth-child(3) {
	border-top: none
}

.ul8 li:nth-child(3n) {
	border-right: none
}

.ul8 .con {
	display: block;
	height: 100%;
	overflow: hidden
}

.ul8 .con-inner {
	padding: 0 20%;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 1.5
}

.ul8 .pic {
	margin-bottom: 14px;
	height: 46px;
	line-height: 46px;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.ul8 .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.ul8 h4 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.ul8 .txt {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: center
}

.ul8 .con:hover .pic img {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.row-join7 {
	padding: 108px 0 95px;
	overflow: hidden
}

.row-join7 .tit-1 {
	margin-bottom: 70px
}

.ul9 {
	padding-bottom: 16px;
	position: relative;
	overflow: hidden
}

.ul9:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	border-left: 1px dashed #999
}

.ul9 ul {
	margin: 0 -48px -28px;
	font-size: 0;
	overflow: hidden
}

.ul9 li {
	padding: 0 48px;
	margin-bottom: 28px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
	position: relative
}

.ul9 li:before {
	content: '';
	position: absolute;
	right: -5px;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #db1e31
}

.ul9 .con {
	padding: 24px 45px 56px;
	display: block;
	background-color: #f0f0f0;
	border-radius: 4px;
	overflow: hidden
}

.ul9 .num {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
	font-weight: 700
}

.ul9 .txt {
	font-size: 16px;
	color: #666
}

.ul9 li:nth-child(even) {
	text-align: left
}

.ul9 li:nth-child(even):before {
	right: auto;
	left: -5px;
	top: 99px
}

@media only screen and (max-width:1599px) {
	.footer-right {
		margin: 0
	}
	.footer-tel {
		padding-right: 0
	}
	.footer {
		padding: 126px 0 136px
	}
	.footer-logo {
		margin-bottom: 42px;
		height: 64px;
		line-height: 64px
	}
	.footer-info {
		margin-bottom: 20px
	}
	.footer-info p {
		padding: 12px 0;
		padding-left: 22px
	}
	.footer-code {
		margin-bottom: 30px
	}
	.footer-nav dt {
		margin-bottom: 18px
	}
	.footer-tel span {
		font-size: 40px
	}
	.tit-1 h3 {
		font-size: 20px
	}
	.tit-1 h3 span {
		margin-bottom: 14px;
		font-size: 38px
	}
	.tit-1 .txt {
		margin-top: 46px
	}
	.tit-2 {
		padding: 12px 0
	}
	.tit-2 h3 {
		padding-left: 20px;
		font-size: 18px
	}
	.tit-3 h3 {
		font-size: 32px
	}
	.swiper-arrow {
		left: 22%
	}
	.swiper-arrow4:before {
		width: 240%
	}
	.banner {
		height: 80vh
	}
	.ban {
		height: 60vh
	}
	.pos-ul li {
		margin-right: 20px
	}
	.row-pos2 {
		padding-top: 50px
	}
	.pages {
		padding-top: 40px
	}
	.new-Arrivals .con {
		padding: 60px 0
	}
	.new-Arrivals .cont {
		padding: 3% 10% 0 30px
	}
	.new-Arrivals .tit-1 {
		margin-bottom: 58px
	}
	.new-Arrivals .info {
		margin-bottom: 22px
	}
	.new-Arrivals .info .item {
		padding: 8px 0
	}
	.new-Arrivals .info .txt {
		font-size: 22px
	}
	.row-index2 {
		padding: 86px 0 68px
	}
	.row-index2 .tit-1 {
		margin-bottom: 46px
	}
	.product-center .mask {
		padding: 46px 24px 20px
	}
	.product-center h4 {
		font-size: 22px
	}
	.about-ul {
		padding-left: 30px
	}
	.about-ul .con {
		height: 190px;
		line-height: 190px
	}
	.about-ul .pic {
		margin-bottom: 12px;
		height: 36px;
		line-height: 36px
	}
	.about-us_cont {
		padding: 54px 7.2% 20px;
		padding-right: 30px
	}
	.about-us_cont .tit-1 {
		margin-bottom: 22px
	}
	.about-us_cont .tit-1 h3 {
		font-size: 18px
	}
	.about-us_cont .tit-1 h3 span {
		font-size: 36px
	}
	.row-index4 {
		padding: 90px 0 62px
	}
	.row-index4 .tit-1 {
		margin-bottom: 54px
	}
	.hot-news {
		height: 380px
	}
	.hot-news h4 {
		padding: 14px 32px;
		font-size: 16px
	}
	.news-ul {
		margin: -32px 0
	}
	.news-ul .con {
		padding: 32px 0
	}
	.news-ul .pic {
		width: 144px;
		height: 84px
	}
	.news-ul .date {
		width: 102px
	}
	.news-ul .date .d1 {
		margin-bottom: 8px;
		font-size: 32px
	}
	.news-ul .inner {
		padding-top: 4px
	}
	.news-ul .inner-in {
		padding-left: 30px
	}
	.news-ul h4 {
		margin-bottom: 4px;
		font-size: 16px
	}
	.row-index4 .btn-1 {
		margin-top: 46px
	}
	.row-index5 {
		padding-top: 90px
	}
	.row-index5 .tit-1 {
		margin-bottom: 40px
	}
	.brand-activity .mask .mask-inner {
		padding: 30px 40px
	}
	.brand-activity h4 {
		font-size: 18px
	}
	.row-index6 {
		padding: 68px 0
	}
	.case-ul .mask {
		padding: 50px 42px
	}
	.case-ul h4 {
		font-size: 18px
	}
	.case-ul h4 span {
		font-size: 36px
	}
	.row-aboutUs1 {
		padding: 100px 0 60px
	}
	.row-aboutUs1 .tit-1 {
		margin-bottom: 54px
	}
	.about-us .title {
		padding: 40px 30px 60px
	}
	.about-us .title h4 {
		margin-bottom: 20px;
		font-size: 18px
	}
	.about-us .title .number {
		margin-bottom: 40px;
		font-size: 18px
	}
	.about-us .title .number span {
		font-size: 80px
	}
	.about-us .title .txt {
		font-size: 14px
	}
	.row-aboutUs2 {
		padding: 220px 0 250px
	}
	.number-ul {
		margin-right: -10%
	}
	.number-ul .pic {
		margin-bottom: 22px;
		height: 46px;
		line-height: 46px
	}
	.number-ul .number {
		font-size: 64px
	}
	.number-ul h4 {
		font-size: 14px
	}
	.row-aboutUs3 {
		padding: 108px 0 100px
	}
	.row-aboutUs3 .tit-1 {
		margin-bottom: 60px
	}
	.row-aboutUs4 {
		padding: 88px 0 60px
	}
	.row-aboutUs5 {
		padding: 94px 0 54px
	}
	.row-aboutUs5 .tit-1 {
		margin-bottom: 46px
	}
	.row-aboutUs6 {
		padding: 50px 0 96px
	}
	.row-aboutUs6 .tit-1 {
		margin-bottom: 54px
	}
	.row-product1 {
		padding-bottom: 100px
	}
	.product-slide .hd {
		padding: 40px 0;
		padding-left: 100px
	}
	.specs-ul dt a {
		padding: 20px 0;
		padding-right: 60px
	}
	.specs-ul dd {
		padding-bottom: 20px
	}
	.product-slide .bd {
		padding-left: 100px
	}
	.product-cont {
		padding: 30px;
		padding-bottom: 0;
		padding-left: 50px
	}
	.form-so2 {
		margin-bottom: 40px
	}
	.form-so2 .inp {
		height: 51px;
		line-height: 50px
	}
	.product-ul {
		margin: 0 -10px -20px
	}
	.product-ul li {
		padding: 0 10px;
		margin-bottom: 20px
	}
	.product-ul .inner {
		padding: 30px 20px
	}
	.product-ul h4 {
		margin-bottom: 14px;
		font-size: 18px
	}
	.product-ul .bt .more,
	.product-ul .bt .type {
		font-size: 12px
	}
	.row-productDt1 {
		padding: 36px 0 76px
	}
	.productDt-cont .hd {
		padding: 36px 0 28px
	}
	.productDt-cont h2 {
		font-size: 26px
	}
	.productDt-cont .info {
		padding: 14px 0
	}
	.productDt-cont .info p {
		padding: 6px 0
	}
	.productDt-cont .productDt-page {
		margin-top: 30px
	}
	.productDt-cont .productDt-page a {
		min-width: 110px;
		line-height: 40px
	}
	.row-productDt2 {
		padding: 78px 0 62px
	}
	.row-productDt2 .tit-1 {
		margin-bottom: 40px
	}
	.row-productDt3 {
		padding: 90px 0 86px
	}
	.row-productDt3 .tit-1 {
		margin-bottom: 54px
	}
	.other-products .inner {
		padding: 36px 32px 44px
	}
	.other-products h4 {
		margin-bottom: 20px;
		font-size: 22px
	}
	.other-products .bt .more,
	.other-products .bt .type {
		font-size: 14px
	}
	.row-news {
		padding: 80px 0 102px
	}
	.news-swiper {
		margin-bottom: 68px
	}
	.news-swiper .pic {
		height: 388px
	}
	.news-swiper .inner {
		padding: 46px 64px
	}
	.news-swiper .date {
		margin-bottom: 34px
	}
	.news-swiper .date .d1 {
		font-size: 38px
	}
	.news-swiper .date .d2 {
		font-size: 14px
	}
	.news-swiper h4 {
		margin-bottom: 18px;
		font-size: 24px
	}
	.news-swiper .txt {
		margin-bottom: 56px;
		font-size: 14px
	}
	.news-ul2 {
		margin: 0 -24px -60px
	}
	.news-ul2 li {
		padding: 0 24px;
		margin-bottom: 60px
	}
	.news-ul2 .inner {
		padding: 28px 22px 40px
	}
	.news-ul2 h4 {
		font-size: 16px
	}
	.news-ul2 .txt {
		margin-bottom: 34px
	}
	.row-newsDt {
		padding: 100px 0 130px
	}
	.newsDt-cont {
		padding: 68px 74px
	}
	.newsDt-cont .hd {
		padding-bottom: 32px
	}
	.newsDt-cont .hd h1 {
		margin-bottom: 20px;
		font-size: 26px
	}
	.newsDt-cont .cont {
		padding: 36px 0
	}
	.newsDt-page {
		margin-top: 26px
	}
	.newsDt-page .next,
	.newsDt-page .prev {
		height: 100px;
		line-height: 98px
	}
	.newsDt-slide_item {
		padding: 18px 28px 26px;
		min-height: 330px
	}
	.newsDt-slide_item+.newsDt-slide_item {
		margin-top: 36px
	}
	.ul3 a {
		padding-left: 20px;
		font-size: 14px;
		line-height: 46px
	}
	.newsDt-code {
		padding: 24px
	}
	.newsDt-code h4 {
		font-size: 16px
	}
	.row-case {
		padding: 76px 0 126px
	}
	.case-ul2 h4 {
		height: 70px;
		line-height: 70px
	}
	.case-ul3 .inner {
		padding: 58px 40px
	}
	.case-ul3 .date {
		margin-bottom: 30px
	}
	.case-ul3 .date .d1 {
		font-size: 38px
	}
	.case-ul3 .date .d2 {
		font-size: 16px
	}
	.case-ul3 .txt {
		height: 5.1em
	}
	.row-caseDt {
		padding: 100px 0 104px
	}
	.caseDt-cont .hd {
		padding-bottom: 30px
	}
	.caseDt-cont .hd h1 {
		margin-bottom: 20px;
		font-size: 32px
	}
	.caseDt-cont .hd .info {
		font-size: 16px
	}
	.row-contact1 {
		padding: 112px 0 90px
	}
	.row-contact1 .tit-3 {
		margin-bottom: 58px
	}
	.ul4 .inner a {
		font-size: 20px
	}
	.ul4 .inner span {
		font-size: 12px
	}
	.ul4 .inner .addr {
		font-size: 14px
	}
	.map {
		height: 630px
	}
	.row-contact3 {
		padding: 100px 0 78px
	}
	.row-contact3 .tit-1 {
		margin-bottom: 46px
	}
	.form-1 .bd {
		margin-bottom: -20px
	}
	.form-1 .item {
		margin-bottom: 20px
	}
	.form-1 input,
	.form-1 select {
		height: 60px;
		line-height: 58px
	}
	.form-1 .bt {
		padding-top: 50px
	}
	.form-1 .bt button {
		width: 200px;
		height: 60px;
		line-height: 58px
	}
	.row-join1 {
		padding: 82px 0 70px
	}
	.join-txt .hd {
		font-size: 12px
	}
	.join-txt .bd h2 {
		font-size: 42px
	}
	.join-txt .bd h3 {
		margin-bottom: 28px
	}
	.join-txt .bd .film {
		font-size: 12px
	}
	.row-join2 {
		padding: 80px 0 64px
	}
	.row-join2 .tit-1 .txt {
		margin-top: 32px
	}
	.row-join3 {
		padding: 98px 0 84px
	}
	.row-join3 .tit-1 {
		margin-bottom: 54px
	}
	.row-join4 {
		padding: 106px 0 48px
	}
	.row-join4 .tit-1 {
		margin-bottom: 18px
	}
	.row-join4 .tit-1 .txt {
		margin-top: 18px
	}
	.row-join5 {
		padding: 48px 0 110px
	}
	.row-join5 .tit-1 {
		margin-bottom: 44px
	}
	.ul7 .mask {
		padding: 20px
	}
	.ul7 .mask h4 {
		margin-bottom: 14px;
		font-size: 20px
	}
	.row-join6 {
		padding: 86px 0 66px
	}
	.row-join6 .tit-1 {
		margin-bottom: 44px
	}
	.ul8 .con-inner {
		padding: 0 14%
	}
	.ul8 .pic {
		height: 40px;
		line-height: 40px
	}
	.ul8 h4 {
		margin-bottom: 16px;
		font-size: 16px
	}
	.row-join7 {
		padding: 96px 0 84px
	}
	.row-join7 .tit-1 {
		margin-bottom: 62px
	}
	.ul9 .con {
		padding: 20px 40px 50px
	}
	.ul9 .num {
		font-size: 20px
	}
	.ul9 .txt {
		font-size: 14px
	}
}

@media only screen and (max-width:1365px) {
	.headerrel01 {
		height: 80px
	}
	.headerrel01 .headerrel01-logo {
		margin-top: 15px;
		height: 50px;
		line-height: 50px;
	}
	.headerrel01 .headerrel01-btn {
		line-height: 80px
	}
	.headerrel01 .headerrel01-btn>div {
		margin-left: 16px
	}
	.headerrel01 .headerrel01-so .form-so {
		top: 60px
	}
	.headerrel01 .headerrel01-nav {
		padding: 0 130px 0 280px
	}
	.headerrel01 .headerrel01-nav>li>a {
		padding: 0 14px;
		line-height: 80px
	}
	.headerrel01 .headerrel01-nav>li>a:after {
		bottom: 20px
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub {
		top: 80px
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub.show {
		padding: 20px 0
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-left {
		padding: 26px 0;
		padding-right: 30px
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-left h3 {
		margin-bottom: 12px;
		font-size: 20px
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-right {
		padding: 26px 0 0 100px
	}
	.sub-nav .slider {
		margin-bottom: -10px
	}
	.sub-nav li {
		padding: 0 10px;
		margin-bottom: 10px
	}
	.sub-nav .swiper-slide {
		padding: 0 10px;
		margin-bottom: 10px
	}
	.sub-nav .con {
		padding-bottom: 20px
	}
	.sub-nav .pic {
		margin-bottom: 14px
	}
	.sub-nav h4 {
		font-size: 14px
	}
	.footer {
		padding: 98px 0 105px
	}
	.banner {
		height: 70vh
	}
}

@media only screen and (max-width:1199px) {
	body {
		padding-top: 70px
	}
	.headerrel01 {
		height: 70px;
		background-color: #db1e31
	}
	.headerrel01 .headerrel01-logo {
		margin-top: 10px
	}
	.headerrel01 .headerrel01-btn {
		line-height: 70px
	}
	.headerrel01-menuBtn {
		margin: 10px!important;
		display: inline-block;
		vertical-align: middle
	}
	.headerrel01-menuBtn span,
	.headerrel01-menuBtn span:after,
	.headerrel01-menuBtn span:before {
		background: #fff
	}
	.headerrel01 .headerrel01-nav {
		padding: 0;
		background: rgba(0, 0, 0, .3)
	}
	.headerrel01 .headerrel01-nav>li {
		float: none;
		display: block;
		text-align: center
	}
	.headerrel01 .headerrel01-nav>li>a {
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 40px;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}
	.headerrel01 .headerrel01-nav>li>a:after {
		bottom: 0
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub {
		position: static;
		background: rgba(0, 0, 0, .15)
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub .wp:before {
		display: none
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-left {
		display: none
	}
	.headerrel01 .headerrel01-nav .headerrel01-navsub .headerrel01-navsub-right {
		padding: 0
	}
	.headerrel01 .headerrel01-nav>li>a span {
		color: #fff
	}
	.headerrel01 .headerrel01-so .btn {
		width: 40px;
		height: 40px;
		background: url(../images/icon_so.png) center center no-repeat;
		-webkit-background-size: 30px auto;
		background-size: 30px auto;
		cursor: pointer
	}
	.headerrel01 .headerrel01-nav>li>a:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 29px;
		width: 50px;
		height: 2px;
		background-color: #fff;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s
	}
	.headerrel01 .headerrel01-logo .logo2 {
		display: block
	}
	.headerrel01 .headerrel01-logo .logo1 {
		display: none
	}
	/*.headerDown .headerrel01 .logo2{display: block}*/
	/*.headerDown .headerrel01 .logo1{display: none}*/
	.sub-nav .slider {
		margin-bottom: -15px
	}
	.sub-nav li {
		padding: 0 5px;
		margin-bottom: 15px;
		width: 33.33%
	}
	.sub-nav .swiper-slide {
		padding: 0 5px;
		margin-bottom: 15px
	}
	.sub-nav .con {
		padding-bottom: 10px
	}
	.sub-nav .pic {
		margin-bottom: 4px
	}
	.sub-nav h4 {
		color: #fff
	}
	.headerrel01-hdr {
		overflow: scroll;
		position: fixed;
		z-index: 99;
		top: 70px;
		width: 100%;
		max-height: 100%;
		background-color: rgba(0, 0, 0, .6);
		-webkit-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease
	}
	.headerrel01-hdr.headerrel01-hdr__down {
		bottom: 100%;
		visibility: hidden;
		opacity: 0
	}
	.headerrel01-hdr.headerrel01-hdr__down.headerrel01-hdr__open {
		bottom: 0;
		visibility: visible;
		opacity: 1
	}
	.headerrel01-hdr.headerrel01-hdr__left {
		bottom: 0;
		left: -75%;
		width: 75%;
		max-width: 375px
	}
	.headerrel01-hdr.headerrel01-hdr__left.headerrel01-hdr__open {
		left: 0
	}
	.headerrel01-hdr.headerrel01-hdr__right {
		bottom: 0;
		right: -75%;
		width: 75%;
		max-width: 375px
	}
	.headerrel01-hdr.headerrel01-hdr__right.headerrel01-hdr__open {
		right: 0
	}
	.sub-nav {
		padding: 0
	}
	.sub-nav .swiper-arrow3 {
		display: none
	}
	.sub-nav .swiper-wrapper {
		display: block
	}
	.sub-nav .swiper-slide {
		width: 50%
	}
	.footer {
		padding: 60px 0
	}
	.footer-left {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center
	}
	.footer-right {
		display: none
	}
	.footer-logo {
		margin-bottom: 20px;
		text-align: center
	}
	.footer-info {
		display: inline-block;
		vertical-align: middle;
		text-align: left
	}
	.footer-code {
		margin-bottom: 20px
	}
	.tit-1 {
		margin-bottom: 30px!important
	}
	.tit-1 h3 {
		font-size: 18px
	}
	.tit-1 h3 span {
		margin-bottom: 10px!important;
		font-size: 24px
	}
	.tit-1 .txt {
		margin-top: 20px
	}
	.tit-3 h3 {
		font-size: 24px
	}
	.btn-1 a,
	.btn-1 span {
		width: 120px;
		height: 36px;
		line-height: 34px
	}
	.swiper-arrow .swiper-next,
	.swiper-arrow .swiper-prev {
		margin: 0 5px;
		width: 30px;
		height: 30px
	}
	.swiper-arrow2 .swiper-next,
	.swiper-arrow2 .swiper-prev {
		width: 40px;
		height: 40px;
	}
	.swiper-arrow4 {
		right: 20px;
		bottom: 36px!important
	}
	.swiper-arrow4:before {
		width: 100%
	}
	.swiper-pagination {
		left: 0!important;
		right: 0!important;
		bottom: 10px!important
	}
	.swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px!important;
		display: inline-block;
		vertical-align: middle;
		width: 5px;
		height: 5px
	}
	.swiper-pagination2 .swiper-pagination-bullet {
		margin: 0 5px!important;
		width: 5px;
		height: 5px
	}
	.swiper-pagination3 {
		right: 34px;
		bottom: 36px!important
	}
	.banner {
		height: 600px
	}
	.ban {
		height: 30vh
	}
	.ban-cont .tit-1 {
		margin-bottom: 0!important
	}
	.row-pos {
		padding: 12px 0 0
	}
	.pos-ul {
		padding-bottom: 12px
	}
	.pos-ul a {
		font-size: 14px;
		min-width: 110px;
		height: 34px;
		line-height: 34px
	}
	.row-pos2 {
		padding-top: 30px
	}
	.new-Arrivals .con {
		padding: 60px 0
	}
	.new-Arrivals .info {
		margin-bottom: 20px
	}
	.new-Arrivals .info h4 {
		font-size: 12px
	}
	.new-Arrivals .info .txt {
		font-size: 16px
	}
	.new-Arrivals .btn-1 a,
	.new-Arrivals .btn-1 span {
		width: 100px;
		height: 30px;
		line-height: 28px
	}
	.row-index2 {
		padding: 60px 0
	}
	.product-center {
		padding-bottom: 30px
	}
	.product-center .mask {
		padding: 20px
	}
	.product-center h4 {
		font-size: 16px
	}
	.product-center h4 span {
		font-size: 12px
	}
	.product-center .jt {
		margin-top: 20px
	}
	.row-index3 {
		height: 400px
	}
	.about-ul .con {
		height: 110px;
		line-height: 110px
	}
	.about-ul .pic {
		margin-bottom: 10px;
		height: 30px;
		line-height: 30px
	}
	.about-us_cont {
		padding: 30px
	}
	.about-us_cont .tit-1 h3 {
		font-size: 16px
	}
	.about-us_cont .tit-1 h3 span {
		font-size: 20px
	}
	.about-us_cont .txt {
		margin-bottom: 10px
	}
	.row-index4 {
		padding: 60px 0
	}
	.hot-news {
		height: 235px
	}
	.hot-news h4 {
		padding: 15px 20px
	}
	.news-ul {
		margin: -20px 0
	}
	.news-ul .con {
		padding: 20px 0
	}
	.news-ul .pic {
		width: 100px;
		height: 58px
	}
	.news-ul .inner {
		padding-top: 0
	}
	.news-ul .date {
		width: 80px
	}
	.news-ul .date .d1 {
		margin-bottom: 4px;
		font-size: 24px
	}
	.row-index4 .btn-1 {
		margin-top: 30px
	}
	.row-index5 {
		padding-top: 60px
	}
	.brand-activity .mask .mask-inner {
		padding: 15px 20px
	}
	.brand-activity h4 {
		font-size: 16px
	}
	.row-index6 {
		padding: 60px 0
	}
	.case-ul {
		margin: 0 -5px -10px
	}
	.case-ul li {
		padding: 0 5px;
		margin-bottom: 10px
	}
	.case-ul .mask {
		padding: 20px
	}
	.case-ul h4 {
		font-size: 16px
	}
	.case-ul h4 span {
		margin-bottom: 10px;
		font-size: 24px
	}
	.row-aboutUs1 {
		padding: 60px 0
	}
	.about-us .title {
		padding: 30px
	}
	.about-us .title h4 {
		margin-bottom: 10px;
		font-size: 16px
	}
	.about-us .title .number {
		margin-bottom: 20px;
		font-size: 16px
	}
	.about-us .title .number span {
		font-size: 60px
	}
	.about-us .cont {
		padding-left: 5%
	}
	.row-aboutUs2 {
		padding: 100px 0
	}
	.number-ul .pic {
		height: 40px;
		line-height: 40px
	}
	.number-ul .number {
		font-size: 40px
	}
	.row-aboutUs3 {
		padding: 60px 0
	}
	.brand-culture {
		padding-bottom: 30px
	}
	.row-aboutUs4 {
		padding: 60px 0
	}
	.production-base {
		padding-bottom: 30px
	}
	.row-aboutUs5 {
		padding: 60px 0 30px
	}
	.brand-honors {
		padding-bottom: 30px
	}
	.brand-honors .pic {
		margin-bottom: 20px;
		height: 260px;
		line-height: 260px
	}
	.row-aboutUs6 {
		padding: 30px 0 60px
	}
	.row-product1 {
		padding-bottom: 60px
	}
	.product-slide {
		padding: 0;
		float: none;
		width: auto
	}
	.product-slide .hd {
		padding: 20px 60px 20px 30px
	}
	.product-slide .hd .icon {
		display: block
	}
	.product-slide .bd {
		padding-left: 30px;
		display: none
	}
	.product-cont {
		float: none;
		width: auto;
		padding: 30px;
		padding-bottom: 0
	}
	.row-productDt1 {
		padding: 30px 0 60px
	}
	.productDt-cont .hd {
		padding: 0;
		padding-bottom: 20px
	}
	.productDt-cont h2 {
		font-size: 18px
	}
	.productDt-cont .info {
		padding: 10px 0
	}
	.productDt-cont .productDt-page {
		margin-top: 20px
	}
	.row-productDt2 {
		padding: 60px 0
	}
	.scene-graph {
		padding-bottom: 30px;
	}
	.scene-graph .pic .yangshi {
		height: 50px;
		width: 50px;
		left: 42%;
		top: 37%;
	}
	.scene-graph .pic img {
		height: 151px
	}
	.row-productDt3 {
		padding: 60px 0
	}
	.other-products .inner {
		padding: 30px 20px
	}
	.other-products h4 {
		margin-bottom: 16px;
		font-size: 18px
	}
	.row-news {
		padding: 60px 0
	}
	.news-swiper {
		margin-bottom: 30px
	}
	.news-swiper .pic {
		height: 260px
	}
	.news-swiper .inner {
		padding: 30px
	}
	.news-swiper .date {
		margin-bottom: 20px
	}
	.news-swiper .date .d1 {
		font-size: 30px
	}
	.news-swiper h4 {
		margin-bottom: 10px;
		font-size: 18px
	}
	.news-swiper .txt {
		margin-bottom: 20px
	}
	.news-ul2 {
		margin: 0 -10px -20px
	}
	.news-ul2 li {
		padding: 0 10px;
		margin-bottom: 20px
	}
	.news-ul2 .inner {
		padding: 20px
	}
	.news-ul2 .txt {
		margin-bottom: 15px
	}
	.row-newsDt {
		padding: 60px 0
	}
	.row-newsDt .col-l,
	.row-newsDt .col-r {
		float: none;
		width: auto
	}
	.row-newsDt .col-l {
		margin-bottom: 30px
	}
	.newsDt-cont {
		padding: 30px
	}
	.newsDt-cont .hd {
		padding-bottom: 20px
	}
	.newsDt-cont .hd h1 {
		margin-bottom: 15px;
		font-size: 22px
	}
	.newsDt-cont .cont {
		padding: 20px 0
	}
	.newsDt-page {
		margin-top: 20px
	}
	.newsDt-page .next,
	.newsDt-page .prev {
		padding: 0 20px;
		height: 60px;
		line-height: 58px
	}
	.newsDt-page .next .icon,
	.newsDt-page .prev .icon {
		width: 40px
	}
	.newsDt-page .prev {
		padding-left: 80px
	}
	.newsDt-page .prev .icon {
		left: 22px
	}
	.newsDt-page .next {
		padding-right: 80px
	}
	.newsDt-page .next .icon {
		right: 22px
	}
	.newsDt-slide_item {
		padding: 20px;
		min-height: auto
	}
	.newsDt-slide_item+.newsDt-slide_item {
		margin-top: 20px
	}
	.row-case {
		padding: 60px 0
	}
	.case-ul2 {
		margin: 0 -10px -20px
	}
	.case-ul2 li {
		padding: 0 10px;
		margin-bottom: 20px
	}
	.case-ul2 .con {
		padding-bottom: 10px
	}
	.case-ul2 h4 {
		height: 50px;
		line-height: 50px
	}
	.row-case2 {
		padding: 60px 0
	}
	.case-ul3 {
		margin: -20px 0
	}
	.case-ul3 li {
		padding: 20px 0
	}
	.case-ul3 .pic,
	.case-ul3 li:nth-child(even) .pic {
		float: none;
		width: auto
	}
	.case-ul3 .inner {
		padding: 30px
	}
	.case-ul3 .date {
		margin-bottom: 15px
	}
	.case-ul3 .date .d1 {
		font-size: 30px
	}
	.case-ul3 .date .d2 {
		font-size: 14px
	}
	.case-ul3 .txt {
		margin-bottom: 15px;
		height: auto;
		max-height: 5.1em
	}
	.row-caseDt {
		padding: 60px 0
	}
	.caseDt-cont .hd h1 {
		font-size: 24px
	}
	.row-contact1 {
		padding: 60px 0
	}
	.row-contact1 .tit-3 {
		margin-bottom: 30px
	}
	.ul4 .con {
		height: 220px;
		line-height: 220px
	}
	.ul4 .pic {
		margin-bottom: 20px;
		width: 40px;
		height: 40px
	}
	.ul4 .inner a {
		font-size: 18px
	}
	.map {
		height: 360px
	}
	.row-contact3 {
		padding: 60px 0
	}
	.form-1 input,
	.form-1 select {
		height: 50px;
		line-height: 48px;
		font-size: 14px
	}
	.form-1 .tar {
		height: 140px;
		font-size: 14px
	}
	.form-1 .bt {
		padding-top: 30px
	}
	.form-1 .bt button {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 16px
	}
	.row-join1 {
		padding: 60px 0
	}
	.join-cont {
		padding-right: 240px
	}
	.join-txt {
		width: 240px
	}
	.join-txt .bd h2 {
		margin-bottom: 4px;
		font-size: 24px
	}
	.join-txt .bd h3 {
		margin-bottom: 10px;
		font-size: 18px
	}
	.join-txt .bt {
		bottom: 4%;
		font-size: 9px
	}
	.join-thumbs {
		margin: 0 -5px
	}
	.join-thumbs .swiper-slide {
		padding: 0 5px
	}
	.join-thumbs .pic:after {
		border-width: 4px
	}
	.row-join2 {
		padding: 60px 0
	}
	.row-join2 .tit-1 .txt {
		margin-top: 15px
	}
	.brandCulture-ul {
		margin: 0 -6px -12px
	}
	.brandCulture-ul li {
		padding: 0 6px;
		margin-bottom: 12px
	}
	.row-join3 {
		padding: 60px 0
	}
	.row-join4 {
		padding: 60px 0 30px
	}
	.row-join4 .tit-1 .txt {
		margin-top: 15px
	}
	.row-join5 {
		padding: 30px 0 60px
	}
	.ul7 li {
		width: 33.33%
	}
	.row-join6 {
		padding: 60px 0
	}
	.row-join7 {
		padding: 60px 0
	}
	.index-video-dialog .box {
		width: 86%;
		height: 400px
	}
}

@media only screen and (max-width:959px) {
	.news-block .col-l,
	.news-block .col-r {
		float: none;
		width: 100%
	}
	.news-block .col-l {
		margin-bottom: 30px
	}
	.hot-news {
		padding-top: 58.61%
	}
	.hot-news img {
		position: absolute;
		left: 0;
		top: 0
	}
}

@media only screen and (max-width:767px) {
	body {
		padding-top: 50px
	}
	.wp {
		padding: 0 20px
	}
	.headerrel01 {
		height: 50px
	}
	.headerrel01 .headerrel01-logo {
		margin-top: 10px;
		width: 160px;
		height: 30px;
		line-height: 30px
	}
	.headerrel01 .headerrel01-btn {
		line-height: 50px
	}
	.headerrel01 .headerrel01-btn>div {
		margin-left: 10px
	}
	.headerrel01 .headerrel01-so .btn {
		width: 30px;
		height: 30px;
		-webkit-background-size: 24px auto;
		background-size: 24px auto
	}
	.headerrel01 .headerrel01-so .form-so {
		top: 40px
	}
	.headerrel01-hdr {
		top: 50px
	}
	.sub-nav li {
		width: 50%
	}
	.footer {
		padding: 20px 0
	}
	.footer-logo {
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px
	}
	.footer-info {
		margin-bottom: 10px;
		font-size: 12px
	}
	.footer-info p {
		padding: 6px 0;
		padding-left: 22px
	}
	.footer-code {
		margin: 0 -10px
	}
	.footer-code .item {
		padding: 0 10px;
		margin-bottom: 10px
	}
	.footer-code h4 {
		font-size: 12px
	}
	.footer-copy {
		font-size: 12px;
		line-height: 1.5
	}
	.tit-1 {
		margin-bottom: 20px!important;
		text-align: center
	}
	.tit-1 h3 span {
		margin-bottom: 5px!important
	}
	.tit-1 .txt {
		margin-top: 10px;
		font-size: 12px
	}
	.tit-1 .btn-1 {
		margin-top: 10px;
		position: static;
		text-align: right
	}
	.tit-3 h3 {
		font-size: 20px
	}
	.tit-3 h3 span {
		font-size: 12px
	}
	.btn-1 a,
	.btn-1 span {
		width: 100px;
		height: 30px;
		line-height: 28px
	}
	.swiper-arrow2 .swiper-next,
	.swiper-arrow2 .swiper-prev {
		width: 24px;
		height: 24px;
		top: 41%
	}
	.swiper-arrow4 {
		bottom: 20px!important
	}
	.swiper-arrow4:before {
		width: 80%
	}
	.swiper-pagination3 {
		bottom: 20px!important
	}
	.banner {
		height: calc(100vh - 50px)
	}
	.row-pos2 {
		padding-top: 20px
	}
	.cur {
		font-size: 12px
	}
	.cur a,
	.cur em,
	.cur span {
		font-size: 12px;
		line-height: 1.5
	}
	.pages {
		padding-top: 20px
	}
	.pages li {
		padding: 0 2px
	}
	.pages a {
		min-width: 22px;
		line-height: 20px;
		font-size: 12px
	}
	.pages .pages-next a,
	.pages .pages-prev a {
		min-width: 54px
	}
	.index1-bg1 {
		top: 5%;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		width: 62%
	}
	.new-Arrivals .con {
		padding: 40px 20px
	}
	.new-Arrivals .cont {
		float: none;
		padding: 0;
		width: auto
	}
	.new-Arrivals .photo {
		float: none;
		width: auto;
		margin-top: 20px
	}
	.new-Arrivals .tit-1 {
		text-align: left
	}
	.new-Arrivals .swiper-arrow {
		display: none
	}
	.row-index2 {
		padding: 40px 0
	}
	.row-index2 .tit-1 .btn-1 {
		display: none
	}
	.row-index2 .btn-1 {
		display: block
	}
	.row-index3 {
		padding-bottom: 40px;
		height: auto;
		background: 0 0!important
	}
	.video-pic {
		background: 0 0!important;
		position: static;
		height: 400px
	}
	.video-pic .start,
	.video-pic img {
		display: block
	}
	.about-ul,
	.about-us_cont {
		margin: 0 auto;
		width: calc(100% - 60px);
		background-color: #fff;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		z-index: 2
	}
	.about-us_cont {
		padding: 20px;
		margin-top: -40px
	}
	.about-ul {
		padding: 0
	}
	.about-ul .pic {
		height: 24px;
		line-height: 24px
	}
	.about-ul h4 {
		font-size: 14px
	}
	.row-index4 {
		padding: 40px 0
	}
	.hot-news h4 {
		padding: 10px;
		font-size: 14px
	}
	.news-ul {
		margin: -10px 0
	}
	.news-ul .con {
		padding: 10px 0
	}
	.news-ul .pic {
		float: none;
		margin-bottom: 10px;
		width: 100%;
		padding-top: 58.75%;
		position: relative
	}
	.news-ul .pic img {
		position: absolute;
		left: 0;
		top: 0
	}
	.news-ul .inner-in {
		padding-left: 20px
	}
	.row-index4 .btn-1 {
		margin-top: 20px
	}
	.row-index5 {
		padding-top: 40px
	}
	.brand-activity .mask .mask-inner {
		padding: 10px
	}
	.brand-activity h4 {
		font-size: 14px
	}
	.row-index6 {
		padding: 40px 0
	}
	.case-ul li {
		float: none!important;
		width: 100%!important
	}
	.row-aboutUs1 {
		padding: 40px 0
	}
	.row-aboutUs1 .tit-1 {
		padding: 0
	}
	.about-us .title {
		margin: 0;
		width: auto;
		float: none;
		margin-bottom: 20px
	}
	.about-us .cont {
		padding: 0
	}
	.row-aboutUs2 {
		padding: 40px 0
	}
	.number-ul .pic {
		margin-bottom: 15px;
		height: 24px;
		line-height: 24px
	}
	.number-ul .number {
		margin-bottom: 4px;
		font-size: 24px
	}
	.number-ul h4 {
		font-size: 12px
	}
	.row-aboutUs3 {
		padding: 40px 0
	}
	.brandCulture-ul {
		margin: 0 -5px -10px
	}
	.brandCulture-ul li {
		padding: 0 5px;
		margin-bottom: 10px
	}
	.row-aboutUs4 {
		padding: 40px 0
	}
	.production-base .pic {
		margin-bottom: 10px
	}
	.row-aboutUs5 {
		padding: 40px 0 20px
	}
	.brand-honors .pic {
		margin-bottom: 10px
	}
	.row-aboutUs6 {
		padding: 20px 0 40px
	}
	.row-product1 {
		padding-bottom: 40px
	}
	.product-slide .hd h3 {
		font-size: 16px
	}
	.product-slide .hd h3 img {
		height: 20px
	}
	.specs-ul dt a {
		padding: 10px 0;
		padding-right: 60px;
		font-size: 14px
	}
	.specs-ul dd a {
		font-size: 12px
	}
	.product-cont {
		padding: 20px;
		padding-bottom: 0
	}
	.form-so2 {
		margin-bottom: 20px
	}
	.form-so2 .con {
		width: 100%
	}
	.form-so2 .inp {
		padding: 10px 0;
		height: 41px;
		line-height: 20px;
		font-size: 14px
	}
	.product-ul li {
		width: 100%
	}
	.product-ul .inner {
		padding: 20px 15px
	}
	.product-ul h4 {
		margin-bottom: 10px;
		font-size: 16px
	}
	.row-productDt1 {
		padding: 20px 0 40px
	}
	.productDt-imgs {
		float: none;
		width: auto;
		margin-bottom: 20px
	}
	.productDt-cont {
		padding: 0;
		float: none;
		width: auto
	}
	.row-productDt2 {
		padding: 40px 0
	}
	.row-productDt3 {
		padding: 40px 0
	}
	.other-products .inner {
		padding: 20px 15px
	}
	.other-products h4 {
		margin-bottom: 10px;
		font-size: 16px
	}
	.row-news {
		padding: 40px 0
	}
	.news-swiper {
		margin-bottom: 20px
	}
	.news-swiper .pic {
		height: auto;
		width: auto;
		float: none;
		padding-top: 58.67%;
		position: relative
	}
	.news-swiper .pic img {
		position: absolute;
		left: 0;
		top: 0
	}
	.news-swiper .inner {
		padding: 20px
	}
	.news-swiper h4 {
		font-size: 16px
	}
	.news-swiper .btn-1 span {
		width: 100px;
		height: 30px;
		line-height: 28px
	}
	.news-ul2 li {
		display: block;
		width: 100%
	}
	.news-ul2 .btn-1 span {
		width: 100px;
		height: 30px;
		line-height: 28px
	}
	.row-newsDt {
		padding: 40px 0
	}
	.newsDt-cont {
		padding: 20px
	}
	.newsDt-cont .hd h1 {
		margin-bottom: 10px;
		font-size: 18px
	}
	.newsDt-page .next,
	.newsDt-page .prev {
		float: none;
		width: auto;
		display: block
	}
	.newsDt-page .prev {
		margin-bottom: 10px
	}
	.row-case {
		padding: 40px 0
	}
	.case-ul2 li {
		display: block;
		width: 100%
	}
	.row-case2 {
		padding: 40px 0
	}
	.case-ul3 {
		margin: -10px 0
	}
	.case-ul3 li {
		padding: 10px 0
	}
	.case-ul3 .inner {
		padding: 20px
	}
	.case-ul3 .date {
		margin-bottom: 10px
	}
	.case-ul3 .txt {
		font-size: 14px
	}
	.case-ul3 .btn-1 span {
		width: 100px;
		height: 30px;
		line-height: 28px
	}
	.row-caseDt {
		padding: 40px 0
	}
	.caseDt-cont .hd {
		padding-bottom: 10px
	}
	.caseDt-cont .hd h1 {
		margin-bottom: 10px;
		font-size: 18px
	}
	.caseDt-cont .hd .info {
		font-size: 14px
	}
	.row-contact1 {
		padding: 40px 0
	}
	.row-contact1 .tit-3 {
		margin-bottom: 20px
	}
	.ul4 {
		margin-bottom: -1px
	}
	.ul4 li {
		margin-bottom: 1px;
		width: 50%
	}
	.ul4 .con {
		height: 180px;
		line-height: 180px
	}
	.ul4 .inner {
		text-align: center
	}
	.ul4 .inner a {
		font-size: 14px
	}
	.ul4 .inner .addr {
		font-size: 12px
	}
	.row-contact3 {
		padding: 40px 0
	}
	.form-1 .bd {
		margin-bottom: -10px
	}
	.form-1 .item {
		margin-bottom: 10px;
		display: block;
		width: 100%!important
	}
	.form-1 input,
	.form-1 select {
		padding: 9px 15px;
		height: 40px;
		line-height: 20px
	}
	.form-1 .inp {
		padding: 9px 15px
	}
	.form-1 .tar {
		padding: 9px 15px;
		height: 100px
	}
	.form-1 .sel {
		padding-right: 40px;
		background-position: right 10px center
	}
	.form-1 .bt {
		padding-top: 20px
	}
	.form-1 .bt button {
		margin: 0 10px;
		width: 100px;
		height: 30px;
		line-height: 28px;
		font-size: 14px
	}
	.row-join1 {
		padding: 40px 0
	}
	.join-cont {
		padding: 0
	}
	.join-txt {
		padding: 20px;
		position: static;
		width: auto
	}
	.join-txt .bd,
	.join-txt .bt,
	.join-txt .hd {
		position: static
	}
	.join-txt .hd {
		margin-bottom: 10px
	}
	.join-txt .bd {
		margin-bottom: 20px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
	.join-thumbs .swiper-slide {
		width: 33.33%!important
	}
	.row-join2 {
		padding: 40px 0
	}
	.row-join3 {
		padding: 40px 0
	}
	.ul5 {
		margin: 0 -5px -10px
	}
	.ul5 li {
		padding: 0 5px;
		margin-bottom: 10px
	}
	.row-join4 {
		padding: 40px 0 20px
	}
	.ul6 {
		margin: 0 -1px -2px
	}
	.ul6 li {
		padding: 0 1px;
		margin-bottom: 2px
	}
	.row-join5 {
		padding: 20px 0 40px
	}
	.ul7 li {
		width: 50%;
		height: 170px
	}
	.ul7 .mask {
		padding: 15px
	}
	.ul7 .mask h4 {
		margin-bottom: 5px;
		font-size: 16px
	}
	.ul7 .mask .txt {
		height: 110px;
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		overflow-y: auto;
	}
	.row-join6 {
		padding: 40px 0
	}
	.ul8 li {
		width: 50%;
		height: 200px;
		line-height: 200px
	}
	.ul8 li {
		border-top: 1px solid #818181!important;
		border-right: 1px solid #818181!important
	}
	.ul8 li:nth-child(1),
	.ul8 li:nth-child(2) {
		border-top: none!important
	}
	.ul8 li:nth-child(2n) {
		border-right: none!important
	}
	.ul8 .con-inner {
		padding: 30px 4%;
		vertical-align: top
	}
	.ul8 .pic {
		margin-bottom: 10px;
		height: 30px;
		line-height: 30px
	}
	.ul8 h4 {
		margin-bottom: 10px
	}
	.ul8 .txt {
		font-size: 12px
	}
	.row-join7 {
		padding: 40px 0
	}
	.ul9:after {
		left: 5px
	}
	.ul9 ul {
		margin: 0;
		margin-bottom: -10px
	}
	.ul9 li {
		padding: 0;
		padding-left: 20px;
		margin-bottom: 10px;
		width: 100%;
		text-align: left!important
	}
	.ul9 li:before {
		right: auto!important;
		left: 0!important;
		top: 28px!important;
		bottom: auto!important
	}
	.ul9 .con {
		padding: 20px
	}
	.ul9 .num {
		font-size: 18px
	}
	.index-video-dialog .box {
		height: 200px
	}
}

.m-pages {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.language {
		position: absolute;
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 45%;
		margin-top: -16px;
		right: 8rem;
		padding-right: 18px;
	}
	.language a:hover {
		color: #333;
	}
	.language-val {
		color: #333;
		font-size: 16px;
		font-family: "xlt";
	}
	.language-box {
		position: absolute;
		top: 100%;
		background: #fff;
		width: 80px;
		left: 50%;
		margin-left: -40px;
		display: none;
	}
	.language .i {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3px;
		background: url("../images/sjx10.png") no-repeat center;
		background-size: cover;
		width: 10px;
		height: 7px;
		transition: all .4s;
	}
	.language.active .i {
		transform: rotate(180deg);
	}
	.language-box a {
		display: block;
		text-align: center;
		font-size: 16px;
		font-family: "xlt";
	}
	.language-box a:hover {
		background: #171719;
		color: #FFFFFF;
	}
}

@media screen and (max-width: 800px) {
	.language {
		position: absolute;
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 45%;
		margin-top: -16px;
		right: 30.5%;
		padding-right: 18px;
	}
	.language-val {
		color: #fff;
		font-size: 16px;
		font-family: "xlt";
	}
	.language-box {
		position: absolute;
		top: 100%;
		background: #fff;
		width: 80px;
		left: 50%;
		margin-left: -40px;
		display: none;
	}
	.language .i {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3px;
		background: url("../images/sjx10-1.png") no-repeat center;
		background-size: cover;
		width: 10px;
		height: 7px;
		transition: all .4s;
	}
	.language.active .i {
		transform: rotate(180deg);
	}
	.language-box a {
		display: block;
		text-align: center;
		font-size: 16px;
		font-family: "xlt";
	}
	.language-box a:hover {
		background: #171719;
		color: #fff;
	}
	.language a:hover {
		color: #fff;
	}
}