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

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

/* .about .ab_one .cont p:nth-child(2),
.about .ab_one .cont p:nth-child(3),
.about .ab_one .cont p:nth-child(6),
.about .ab_one .cont p:nth-child(5),
.brand .brn_fv .all_word p {
	display: initial;
} */

.designer .des_fr .center {
	margin-top: 40px;
}

/* .designer .des_fr .center p,
.about .ab_fr .cont p:nth-child(3),
.about .ab_fr .cont p:nth-child(2),
.about .ab_fr .cont p:nth-child(4),
.about .ab_fr .cont p:nth-child(6),
.about .ab_fr .cont p:nth-child(8),
.about .ab_fr .cont p:nth-child(7) {
	display: initial;
} */

#swiper .swiper-slide img,

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

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

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 40px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #858585;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #c9010c;
	width: 100px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevs,
.h_lHisNexts {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 40px;
	height: 85px;
	z-index: 9;
}

.h_lHisPrevs {
	left: 20.9%;
	background: url(../images/llr.jpg) center center no-repeat;
	background-size: 40px 85px;
}

.h_lHisNexts {
	right: 20.9%;
	background: url(../images/rrt.jpg) center center no-repeat;
	background-size: 40px 85px;
}

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

.header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999999;
	background: #fff;
}

.header .top {
	background: #d70c19;
	padding: 10px 0;
	display: none;
}

.header .top dl {
	font-size: 20px;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	color: #fff;
}

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

.header .top span i {
	width: 1px;
	height: 14px;
	background: #e45a63;
	display: block;
	margin: 0 20px;
	align-self: center;
}

.header .top span em {
	cursor: pointer;
}

.header .top span b {
	position: absolute;
	left: 0;
	top: 35px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	padding: 5px;
	width: 100px;
	display: none;
	-webkit-animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-duration: .3s;
	animation-fill-mode: both;
	-webkit-animation-name: layui-upbit;
	animation-name: layui-upbit;
	z-index: 9999;

}

.header .top span.layui-form-selected b {
	display: block;
}

.header .top span b img {
	width: 100px;
	height: 100px;
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0, 15px, 0);
		opacity: .3
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.header .one {
	padding: 5px 0 0 0;
}

.header .one .form p {
	display: flex;
	justify-content: space-between;
}

.header .one .form p .text {
	padding: 8px 15px;
	background: #fff;
	border: 0;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	color: #a2a2a2;
}

.header .one form {
	align-self: center;
}

.header .one form .form {
	border: 1px #c5c5c5 solid;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	width: 235px;
}

.header .one form .button {
	background: url(../images/ss.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	border: 0;
	align-self: center;
	cursor: pointer;
	margin-right: 15px;
}

.header .one .nav {
	width: 810px;
	align-self: center;
	margin-top: 35px;
}

.header .one .nav li {
	background: url(../images/icon.png) no-repeat 0 8px;
	text-align: center;
	padding: 0 4%;
}

.header {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.header .one .nav li.cur a {
	color: #d70c19;
}

.header .one .nav li.cur .href_hover a {
	color: #000;
}

.header .one .nav li.cur .href_hover a.cur {
	color: #d70c19;
}

.header .one .nav li a em {
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 27px;
	position: relative;
}

.header .one .nav li:hover a em,
.header .one .nav li.cur a em {
	height: 2px;
	background: #d70c19;
	display: block;
}

.header .one .nav a:hover {
	color: #d70c19;
}

.video .img_pop img.play {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}


.dvd video {
	width: 100%;
	height: 960px;
	object-fit: cover;
}

.home_one {
	background: url(../images/bg_1.jpg) no-repeat;
	background-size: 100%;
	padding: 50px 0;
}

.home_one .one {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 75px;
}

.home_one .one ul {
	height: 250px;
	width: 100000px;
	position: absolute;
	left: 0;
}

/*ul width的宽不能过小*/
.home_one .one ul li:nth-child(1) {
	margin-left: 0;
}

.home_one .one ul li {
	display: block;
	float: left;
	margin-left: 25px;
	height: 180px;
	border-radius: 5px;
	position: relative;
	width: 300px;
}

.home_one .one ul li a {
	display: inline-block;
	height: 180px;
}

.home_one .one ul li img.img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	border: 4px #fff solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.home_one .one ul li a span {
	height: 0;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 1px;
	color: #fff;
	width: 292px;
	left: 4px;
	height: 175px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;

}

.home_one .one ul li a span em {
	width: 90%;
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 16px;
}

.home_one .one ul li:hover a span {
	display: block;
}


.pub_video .img_pop img.plays,
.pub_video .img_pop img.pause {
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-left: 16px;
}

.pub_video .r_plays,
.pub_video .r_pause {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left: 8px;
}

.pub_video p {
	position: absolute;
	right: 2.085%;
	bottom: 40px;
	z-index: 999999;
}


.pub_video .img_pop p span img:nth-child(2) {
	display: none;
}

.href_hover {
	position: absolute;
	width: 100%;
	background: #fff;
	top: 90px;
	z-index: 999;
	border-top: 1px #eaeaea solid;
	padding: 25px 0;
	display: none;
	-webkit-animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-duration: .3s;
	animation-fill-mode: both;
	-webkit-animation-name: layui-upbit;
	animation-name: layui-upbit;
	left: 0;
}

.href_hover .boxs {
	width: 68%;
}

.href_hover .boxs a {
	margin: 0 20px;
}

.layui-form-selected.href_hover {
	display: block;
}



.video .word {
	position: absolute;
	left: 2.085%;
	bottom: 40px;
}

.video .word h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 25px;
}

.video .word a {
	font-size: 16px;
	color: #000000;
	background: #fff;
	width: 280px;
	line-height: 46px;
	display: block;
	text-align: center;
}

.pub_home_tit h2 {
	font-size: 54px;
	color: #0c0c0c;
}

.pub_home_tit h2 i {
	color: #d70c19;
	font-weight: bold;
}

.pub_home_tit {
	padding-top: 70px;
}

.pub_home_tit p {
	font-size: 54px;
	color: #ebebea;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
}

.pub_home_tit em {
	display: block;
	width: 120px;
	height: 4px;
	background: #d70c19;
	margin: 20px auto 35px auto;
}

.home_th dl {
	cursor: pointer;
}

.home_th dl dt {
	position: relative;
}

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

.home_th dl:hover dt p,
.home_th dl:hover dd a {
	display: block;
}

.home_th dl dd a {
	font-size: 16px;
	color: #000000;
	background: #fff;
	width: 280px;
	line-height: 46px;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	bottom: 40px;
	display: none;
}

.footer {
	background: #191921;
	padding: 60px 0;
}

.footer .boxs {
	width: 75%;
	margin: 0 auto;
}

.footer .boxs .f_tel {
	width: 23%;
	border-right: 1px #303034 solid;
	align-self: center;
}

.footer .boxs .f_nav {
	width: 50%;
	align-self: center;
}

.footer .boxs .f_nav span a {
	color: #fff;
}

.footer .boxs .f_nav span {
	display: flex;
	justify-content: space-between;
}

.footer .boxs .f_core {
	width: 19%;
}

.footer .boxs .f_nav p {
	color: #58585d;
	margin-top: 10px;
}

.footer .boxs .f_nav p a {
	color: #58585d;
	margin-left: 25px;
}

.footer .boxs .f_tel dl {
	display: flex;
}

.footer .boxs .f_tel dt {
	align-self: center;
	margin-right: 15px;
}

.footer .boxs .f_tel dd p {
	color: #d70c19;
	font-size: 14px;
	margin-bottom: 5px;
}

.footer .boxs .f_tel dd h2 {
	color: #fff;
	font-size: 30px;
}

.footer .boxs .f_core dl img {
	width: 120px;
	height: 120px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.footer .boxs .f_core dl {
	text-align: center;
	color: #d70c19;
	font-size: 14px;
}

.footer .boxs .f_core dl dd {
	margin-top: 3px;
	font-size: 14px;
	display: flex;
	justify-content: center;
}

.footer .boxs .f_core dl dd i {
	font-size: 30px;
	align-self: center;
}

.footer .boxs .f_core dl dd em {
	align-self: center;
	margin: 0 10px;
}

.about .ab_one {
	background: url(../images/bg_2.png) no-repeat;
	height: 360px;
	background-size: 100% 360px;
	position: relative;
}

.about .ab_one .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.about .cont p {
	color: #555555;
	font-size: 20px;
	line-height: 45px;
	font-weight: lighter;
}

.about .ab_th {
	width: 75%;
	margin: 80px auto;
}

.about .ab_th dl {
	width: 31.6%;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.12);
	padding: 90px 50px;
	text-align: center;
}

.about .ab_th dt h2 {
	font-size: 20px;
	font-weight: bold;
}

.about .ab_th dt em {
	margin: 15px auto;
	width: 35px;
	height: 2px;
	display: block;
	background: #d70c19;
}

.about .ab_th dd {
	font-size: 18px;
	color: #424242;
}

.about .tit_tit h2 {
	font-size: 22px;
	font-weight: bold;
}

.about .tit_tit em {
	margin: 15px auto;
	width: 35px;
	height: 2px;
	display: block;
	background: #d70c19;
}

.ab_img_txt .img {
	width: 57%;
}

.ab_img_txt .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ab_img_txt .postion {
	width: 38.5%;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	height: 520px;
	margin-top: 230px;
}

.about .img_txt {
	margin-top: 85px;
}

.about .img_txt .ab_img_txt {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 15px 0;
}

.about .img_txt .ab_img_txt .img,
.about .img_txt .ab_img_txt:nth-child(even) .postion {
	float: right;
}

.about .img_txt .ab_img_txt .postion,
.about .img_txt .ab_img_txt:nth-child(odd) .img {
	float: left;
}

.about .img_txt .ab_img_txt .txt {
	padding: 0 60px;

}

.about .img_txt .ab_img_txt:nth-child(odd) .postion {
	margin-left: -135px;
}

.about .img_txt .ab_img_txt:nth-child(even) .postion {
	margin-right: -135px;
}

.about .img_txt .ab_img_txt .txt p {
	color: #555555;
	font-size: 20px;
	line-height: 45px;
	font-weight: lighter;
	margin-top: 60px;
}

.about .img_txt .ab_img_txt .txt p:nth-child(1) {
	margin-top: 0;
}

.about .img_txt .ab_img_txt .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}

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

.about .ab_tow dd img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9999;
	cursor: pointer;
}

.about .ab_tow .swiper-slide.swiper-slide-active dt p {
	background-color: rgba(0, 0, 0, 0.25);
}

.about .ab_tow .swiper-pagination {
	text-align: center;
	margin-top: 25px;
}

.designer .des_one .swiper-pagination {
	text-align: center;
	position: relative;
	bottom: 40px;
	z-index: 999999;
}

.about .ab_tow .swiper-pagination-bullet,
.designer .des_one .swiper-pagination-bullet {
	width: 35px;
	height: 2px;
	background: #d70c19;
	margin: 0 2px;
}

.about .ab_tow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.designer .des_one .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 70px;
	background: #c6c6c6;
}

.news {
	width: 75%;
	margin: 0 auto;
}

.news .one a {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	border-bottom: 1px #dce1ed solid;
}

.news .img {
	width: 36%;
	height: 260px;
	overflow: hidden;
}

.news .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news .test {
	width: 53%;
}

.news .test dl {
	width: 13%;
	border: 1px #e5e5e5 solid;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	align-self: baseline;
	padding: 20px 0;
	color: #b4b4b4;
	font-size: 28px;
	font-weight: bold;
}

.news .test dd {
	font-size: 18px;
	margin-top: 3px;

}

.news .test .txt {
	width: 79%;
}

#pages {
	display: flex;
}

.news .test .txt h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
}

.news .test .txt p {
	font-size: 16px;
	color: #555;
	line-height: 32px;
	margin: 25px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .test .txt i {
	display: block;
	width: 180px;
	text-align: center;
	line-height: 40px;
	background: #d70c19;
	color: #fff;
	float: right;
}

.news a:hover .test .txt h2 {
	color: #d70c19;
}

.page {
	text-align: center;
	width: 100%;
	margin: 70px auto;
	justify-content: center;
}

.page ul {
	justify-content: center;
}

.page li {
	background: #fdfdfd;
	border: 1px #e8e8e8 solid;
	color: #282828;
	font-size: 16px;
	text-align: center;
	padding: 9px 14px;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}


.page li:hover,
.page li.active {
	background: #d70c19;
	border: 1px #d70c19 solid;
	color: #fff;
	display: block;
}

.page li:hover a {
	color: #fff;
}

.page .text {
	width: 50px;
	border: 1px #e8e8e8 solid;
	padding: 9px 14px;
	margin: 0 10px;
}

.page form {
	margin-left: 10px;
}

.page form .button {
	background: #d70c19;
	color: #fff;
	padding: 9px 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	margin-left: 10px;
}

.news .cont {
	padding-top: 60px;
}

.news .cont .tit h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.news .cont .tit p {
	font-size: 16px;
	color: #555;
	padding: 30px 0;
}

.news .cont .tit p i {
	margin: 0 15px;
}

.news .word p {
	margin-bottom: 35px;
	line-height: 32px;
	font-size: 18px;
	color: #555;
}

.news .word {
	padding-bottom: 50px;
}

.brand .brn_one {
	background: #f7f7f7;
}

.brand .brn_one .txt {
	width: 640px;
	margin-left: 12.5%;
	align-self: center;
}

.brand .brn_one .name {
	border-bottom: 1px #e8e8e8 solid;
	padding-bottom: 25px;
	font-size: 28px;
}

.brand .brn_one .name em {
	display: block;
	height: 3px;
	width: 60px;
	background: #d70c19;
	;
	position: relative;
	top: 26px;
}

.brand .brn_one .word {
	height: 465px;
	overflow-y: scroll;
	padding-right: 90px;
	margin-top: 55px;
}

.brand .brn_one .word p {
	font-size: 16px;
	color: #555;
	line-height: 42px;
}

.brand .brn_one .word h2 {
	font-size: 20px;
	margin: 20px 0;
}

.brand .brn_one .word .history .p {
	display: flex;
	margin-bottom: 25px;
}

.brand .brn_one .word .history .p em {
	align-self: baseline;
	margin-right: 60px;
	padding-top: 4px;
	background: url(../images/dian.png) no-repeat 0 12px;
	padding-left: 15px;
}

.brand .brn_one .word .history .p .text p {
	line-height: 30px;
}

.brand .box_ban {
	width: 75%;
	margin: 0 auto;
}

.brand .brn_tow .dvd video {
	height: 610px;
}

.brand .brn_tow {
	margin: 100px auto;
}

.brand .brn_th .img,
.brand .brn_th .txt {
	width: 50%;
}

.brand .brn_th .txt p {
	line-height: 45px;
	color: #555;
	margin-top: 45px;
	font-size: 20px;
}

.brand .brn_th .txt {
	align-self: center;
}

.brand .brn_th .dl:nth-child(odd) .txt {
	padding-right: 55px;
}

.brand .brn_th .dl:nth-child(even) .txt {
	padding-left: 55px;
}

.brand .brn_fr {
	height: 375px;
	overflow: hidden;
}

.brand .brn_fr p {
	width: 33.33%;
	overflow: hidden;
	height: 420px;
}

.brand .brn_fr p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand .brn_fv {
	padding: 60px 0 80px 0;
}

.brand .brn_fv p {
	line-height: 45px;
	color: #555;
	font-size: 20px;
}

.brand .brn_fv .tit h2 {
	font-size: 28px;
	color: #313131;
	margin-bottom: 30px;
}

.designer .des_one dl img,
.designer .des_th dl img {
	width: 100%;
}

.designer .des_th dt {
	position: relative;
}

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

.designer .des_th dl img.py {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}

.designer .des_tow {
	width: 62.5%;
	margin: 90px auto;
}

.designer .des_tow p {
	font-size: 20px;
	line-height: 45px;
	color: #555;
}

.designer .des_th dl {
	background: #000;
	text-align: center;
}

.designer .des_th dd {
	padding: 35px;
	color: #fff;
	font-size: 24px;
}

.designer .des_th dd h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.designer .des_th dd p {
	margin-top: 15px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.designer .des_th .h_lHisPrevs {
	left: 18.4%;
	background: url(../images/llr.jpg) center center no-repeat;
	background-size: auto;
	background-size: 40px 85px;
	height: 85px;
}

.designer .des_th .h_lHisNexts {
	right: 18.4%;
	background: url(../images/rrt.jpg) center center no-repeat;
	background-size: auto;
	background-size: 40px 85px;
	height: 85px;
}


.ab_tow .swiper-slide dt img {
	width: 100%;
}

.ab_tow .swiper-container {
	display: flex;
	justify-content: center;
}



.des_th .swiper-container {
	display: flex;
	justify-content: center;
}

.des_fr {
	width: 75%;
	margin: 65px auto;
}

.des_fr .img p {
	width: 23.26%;
	height: 470px;
	overflow: hidden;
}

.des_fr .img p img,
.des_fv .img p img,
.des_fv dt img,
.des_six .img img,
.des_six dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.des_fr p:nth-child(odd) {
	margin-top: 40px;
	font-size: 20px;
	line-height: 45px;
}

.des_fv,
.des_six {
	padding: 80px 0;
	background: #f4f4f4;
}

.des_fv .boxs,
.des_six {
	width: 75%;
	margin: 0 auto;
}

.des_fv .img p {
	height: 415px;
	overflow: hidden;
}

.des_fv .img p:nth-child(1),
.des_fv dt {
	width: 43.75%;
}

.des_fv .img p:nth-child(2),
.des_fv dd {
	width: 54.17%;
}

.des_fv dt {
	height: 440px;
	overflow: hidden;
}

.des_fv dl {
	margin-top: 35px;
}

.des_fv dd {
	align-self: center;
	padding: 0 55px;
}

.des_fv dd p {
	line-height: 45px;
	color: #555;
	font-size: 20px;
}

.des_six dl {
	width: 54.51%;
	position: relative;
}

.des_six dd {
	height: 415px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.des_six dt {
	padding: 150px 90px;
}

.des_six dt p {
	line-height: 42px;
	color: #555;
	font-size: 20px;
}

.des_six .img {
	width: 43.75%;
	height: 870px;
	overflow: hidden;
}

.product .where {
	border-bottom: 1px #eae8e4 solid;
}

.product .where em {
	width: 160px;
	border-left: 1px #eae8e4 solid;
	display: block;
	text-align: center;
	padding: 30px 0;
	cursor: pointer;
}

.product .where span {
	padding: 30px 40px;
}

.product .dl dl {
	width: 32%;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.08);
	margin-left: 1.97%;
	margin-top: 60px;
}

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

.product .dl dt {
	height: 560px;
	overflow: hidden;
}

.product .dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product .dl dd {
	padding: 25px 0 10px 0;
	font-size: 20px;
	text-align: center;
}

.product .pro_dl dl {
	width: 32.43%;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.product .pro_dl {
	padding-bottom: 70px;
}

.product .pro_dl dt {
	height: 300px;
	overflow: hidden;
}

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

.product .pro_dl dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
	color: #fff;
}

.product .pro_dl dd h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 30px;
}

.product .pro_dl dd a {
	display: block;
	width: 168px;
	margin: 0 auto;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	border: 1px #fff solid;
	margin-top: 22px;
	display: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product .pro_dl dl:hover dd a {
	display: block;
}

.product .pro_dl dl dd a:hover {
	background: #fff;
	color: #d70c19;
}

.product .pro_dl dl:hover dt p {
	background: #d70c19;
	background-color: rgba(215, 12, 25, 0.8);
}

.mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 99999990;
}

.mcover .info {
	width: 640px;
	height: 125vh;
	background: #fff;
	position: fixed;
	right: 0;
}

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

.mcover.Sign_video .close {
	margin-top: 25px;
	cursor: pointer;
}

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

.Sign_faq .top {
	border-bottom: 1px #eae8e4 solid;
}

.Sign_faq .top span {
	padding: 20px 40px;
	font-size: 20px;
	font-weight: bold;
}

.Sign_faq .top em {
	align-self: center;
	padding: 25px;
	border-left: 1px #eae8e4 solid;
	cursor: pointer;
}

.Sign_faq .good {
	width: 90%;
	margin: 40px auto;
}

.Sign_faq .good dl {
	border: 2px #eae8e4 solid;
	padding: 3px;
	cursor: pointer;
	margin-bottom: 20px;
	width: 31.33%;
	margin-left: 3%;
	height: 220px;
}

.Sign_faq .good dt img {
	width: 165px;
	height: 165px;
	object-fit: cover;
}

.Sign_faq .good dl:nth-child(3n+1) {
	margin-left: 0;
}

.Sign_faq .good dd {
	text-align: center;
	padding: 10px;
}

.Sign_faq .good dl.cur {
	border: 2px #d70c19 solid;
}

.Sign_faq .good {
/* 	height: 90vh; */
	overflow-y: scroll;
}

.Sign_faq .btn {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	padding: 25px 0;
	position: fixed;
	width: 640px;
	bottom: 0;
}

.Sign_faq .btn em {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 12px 0;
	background: #19110b;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.contact {
	background: url(../images/contact.jpg) no-repeat;
	padding-bottom: 70px;
}

.contact .cont_one {
	padding: 40px 0;
}

.contact .cont_one dl {
	width: 31.89%;
	background: #fff;
	text-align: center;
}

.contact .cont_one dd h3 {
	color: #d70c19;
	font-size: 26px
}

.contact .cont_one dl:nth-child(2),
.contact .cont_one dl:nth-child(3) {
	padding-top: 2.35rem;
	position: relative;
}

.contact .cont_one dd p {
	color: #6b6b6b;
	font-size: 17px;
	line-height: 30px;
}

.contact .cont_one dd h2 {
	font-size: 28px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 0.65rem;
}

.contact .cont_one dd a {
	display: block;
	width: 54%;
	border: 1px #000 solid;
	padding: 10px 0;
	margin: 20px auto;
}

.contact .cont_one dd a:hover {
	background: #000;
	color: #fff;
}

.contact .cont_one dd h3 {
	margin: 8px auto;
}

.contact .cont_one dl:nth-child(2) dd,
.contact .cont_one dl:nth-child(3) dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 80%;
}

.contact .cont_tow dl {
	width: 23.68%;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 60px 0;
	margin-left: 1.7%;
	margin-bottom: 1.7%;
}

.contact .cont_tow dl:nth-child(4n+1) {
	margin-left: 0;
}

.contact .cont_tow dt {
	color: #d70c19;
	font-size: 26px;
}

.contact .cont_tow dt img {
	margin-right: 10px;
}

.contact .cont_tow dd p {
	color: #3d3d3d;
	margin: 20px auto 0 auto;
	font-size: 18px;
}

.contact .cont_tow dd img {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
}

.make {
	background: #fafafa;
	padding: 60px 0;
}

.header .one .nav li:nth-child(7),
.header .one .nav li:nth-child(8) {
	display: none;
}

.make .boxed {
	width: 75%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 40px;
}

.make .one .tit h2 {
	color: #0e0e0e;
	font-size: 20px;
	margin-bottom: 35px;
}

.make .one .tit h2 em {
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #d70c19;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.clearfix,
.city-picker-selector {
	*zoom: 1
}

.clearfix:after,
.city-picker-selector:after {
	content: " ";
	display: table;
	height: 0;
	clear: both
}

.github {
	background: url(../images/github.png) no-repeat;
	background-size: contain;
	display: block;
	font-size: 0;
	width: 100px;
	height: 60px;
	position: fixed;
	top: 5%;
	right: 6%;
	-webkit-transform-origin: center;
	transform-origin: center;
	-moz-animation: icons 0.5s ease-out infinite alternate;
	-webkit-animation: icons 0.5s ease-out infinite alternate;
	animation: icons 0.5s ease-out infinite alternate
}

@-webkit-keyframes icons {
	0% {
		-webkit-transform: rotate(2deg) scale(1);
		transform: rotate(2deg) scale(1)
	}

	to {
		-webkit-transform: rotate(-2deg) scale(1.1);
		transform: rotate(-2deg) scale(1.1)
	}
}

@keyframes icons {
	0% {
		-webkit-transform: rotate(2deg) scale(1);
		transform: rotate(2deg) scale(1)
	}

	to {
		-webkit-transform: rotate(-2deg) scale(1.1);
		transform: rotate(-2deg) scale(1.1)
	}
}

h3 {
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px
}

.make form p span#city-picker-selector2 {
	display: flex;
	justify-content: space-between;
}

.make form p.last {
	border: 1px #dfdfdf solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.make form p.last em {
	display: block;
	border-right: 0
}

.make form p.last .textarea {
	border: 0;
	width: 100%;
	margin-top: 15px;
	font-family: 微软雅黑;
	height: 160px;
}

.make form p.last i.i {
	color: #585858;
	text-align: right;
	position: relative;
	bottom: 0;
	background: #fff;
	width: 100%;
	display: block;
}

.make form .btn {
	color: #585858;
	margin-top: 45px;
}

.make form .btn a {
	color: #d70c19;
}

.make form .btn span {
	cursor: pointer;
	align-self: center;
}

.make form .btn span i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/no.png) no-repeat;
	position: relative;
	top: 3px;
	margin-right: 12px;
}

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

textarea {
	-webkit-appearance: none;
}

.make form p.postion b {
	width: 31.67%;
	position: relative;
}

.make form p.postion .reds {
	color: #d70c19;
	position: absolute;
	top: 22px;
	left: 21px;
}

.make form p select {
	border: 1px #dfdfdf solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	height: 53px;
	padding: 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0;
	width: 100%;
	color: #585858;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-left: 28px;
	background: #fff url("../images/wapIcons.png") no-repeat 90%;
}

.make form .btn span.cur i {
	background: url(../images/on.png) no-repeat;
}

.make form .btn .button {
	background: #d70c19;
	width: 238px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.city-picker-selector .selector-item {
	width: 30.5%;
	border: 1px #dfdfdf solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.city-picker-selector .selector-item:first-child {
	margin-left: 0
}

.city-picker-selector .selector-item:after {
	content: '';
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #ccc;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 23px;
	right: 10px;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms
}

.city-picker-selector .selector-show .selector-list {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.city-picker-selector .selector-show:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.city-picker-selector .selector-name {
	border-radius: 5px;
	color: #adadad;
	font-size: 16px;
	display: block;
	text-indent: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.city-picker-selector .selector-name:hover {
	background-color: #fdfdfd;
	border-radius: 5px
}

.city-picker-selector .selector-name.df-color {
	color: #999
}

.city-picker-selector .selector-name.forbid {
	cursor: default
}

.city-picker-selector .selector-name.disabled {
	background-color: #eef1f6;
	cursor: not-allowed
}

.city-picker-selector .selector-list {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 52px;
	left: -1px;
	z-index: 1;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translateY(-2%);
	transform: translateY(-2%);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.city-picker-selector ul {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto
}

.city-picker-selector li {
	border-top: 1px solid #f7f7f7;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	padding: 0 5%;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.city-picker-selector li:first-child {
	border-top: none
}

.city-picker-selector li.placeholder-li {
	cursor: default
}

.city-picker-selector li strong {
	color: #6ab9d8;
	padding: 0 5px
}

.city-picker-selector li.caller:hover {
	background: #f5f5f5
}

.city-picker-selector li.caller.active,
.city-picker-selector li.caller.active:hover {
	background: #d70c19;
	color: #fff
}

.city-picker-selector li.forbid {
	color: #999;
	font-size: 14px;
	cursor: not-allowed
}

.city-picker-selector .selector-search {
	border: 1px solid #ececec;
	border-top: none;
	background: #f8f8f8;
	font-size: 0;
	padding: 10px;
	height: 28px;
	margin-left: -1px;
	margin-right: -1px
}

.city-picker-selector .input-search {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px\9;
	padding: 0;
	text-indent: 5px
}

.city-picker-selector .input-search:focus {
	outline: none
}

.city-picker-selector .input-search::-webkit-input-placeholder {
	color: #bababa
}

select {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	outline: none;
	width: 160px;
	height: 36px;
	margin-right: 10px;
	box-shadow: 0 0 5px #eee
}

select:disabled {
	background-color: #eef1f6;
	cursor: not-allowed
}

.make form p span {
	width: 48.5%;
	border: 1px #dfdfdf solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
}

.make form p {
	margin-bottom: 20px;
}

.make form p em {
	color: #585858;
	border-right: 1px #dfdfdf solid;
	padding-right: 20px;
	margin-right: 15px;
	width: 30%;
}

.make form p .text {
	border: 0;
	width: 70%;
}

.make form p em i {
	color: #d70c19;
	margin-right: 6px;
}

.make form p span#city-picker-selector2 {
	width: 100%;
	background: none;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0);
	padding: 0;
	border: 0;
}

.pub_baner .tits {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#pro_cont .pro_one {
	background: url(../images/bg_3.jpg) no-repeat;
	height: 1060px;
}

.home_add_one .img,
.home_add_one .pic {
	width: 50%;
}

.pub_baner img {
	width: 100%;
}

.home_add_one .img_pic {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	z-index: 99999;
}

.home_add_tow {
	background: url(../images/h_bg.jpg) no-repeat;
	padding-top: 80px;
	background-size: 100%;
}

.home_add_tow .pic {
	padding-top: 85px;
	position: absolute;
	right: 142px;
}

#pro_cont .pro_one {
	padding-top: 100px;
}

#pro_cont .pro_one .one .img_pic {
	width: 66%;
}

#pro_cont .pro_one .one .text {
	width: 320px;
	margin-left: 80px;
	padding-top: 55px;
}

#pro_cont .pro_one .one .text h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#pro_cont .pro_one .one .text h2 em {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #000;
	position: relative;
	top: 2px;
	margin-right: 15px;
}

#pro_cont .pro_one .one .text p {
	font-size: 24px;
	line-height: 42px;
	display: initial;
}

#pro_cont .pro_one .one .img_pic .h_lHisNextsd {
	background: url(../images/rtt.jpg) center center no-repeat;
	background-size: auto;
	background-size: 59px 59px;
	right: 0;
}

#pro_cont .pro_one .one .img_pic .h_lHisPrevsd {
	background: url(../images/ltt.jpg) center center no-repeat;
	background-size: auto;
	background-size: 59px 59px;
	left: 0;
}

#pro_cont .pro_one .one .img_pic .h_lHisPrevsd:hover {
	background: url(../images/lttl.jpg) center center no-repeat;
}

#pro_cont .pro_one .one .img_pic .h_lHisNextsd:hover {
	background: url(../images/rttr.jpg) center center no-repeat;
}

#pro_cont .pro_one .one .img_pic .h_lHisPrevsd,
#pro_cont .pro_one .one .img_pic .h_lHisNextsd {
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	cursor: pointer;
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.14)
}

#pro_cont .pro_one .one .absolute {
	position: absolute;
	width: 118px;
	background: #f00;
	right: -195px;
	bottom: 120px;
	z-index: 9999999;

}

#pro_cont .pro_one .tow {
	width: 1018px;
	margin: 70px auto 0 auto;
	background: #373737;
	border-left: 10px #d70c19 solid;
	padding: 35px 0;
}

#pro_cont .pro_one .tow .name {
	width: 253px;
	align-self: center;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

#pro_cont .pro_one .tow .dl {
	width: 765px;
}

#pro_cont .pro_one .tow .dl dl {
	width: 33%;
	text-align: center;
}

#pro_cont .pro_one .tow .dl dd {
	font-size: 20px;
	color: #fff;
	margin-top: 16px;
}

#pro_cont .pro_one .tow .lnm {
	width: 1px;
	height: 60px;
	align-self: center;
	background: #545454;
}

#pro_cont .pro_tow {
	padding: 100px 0;
}

#pro_cont .pro_tow .text {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	padding-top: 170px;
}

#pro_cont .pro_tow .text .tit em {
	display: block;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, serif;
}

#pro_cont .pro_tow .text .tit h2 {
	font-size: 32px;
	margin: 10px 0 20px 0;
}

#pro_cont .pro_tow .text .tit i {
	display: block;
	width: 60px;
	height: 3px;
	background: #d70c19;
	margin: 0 auto 35px auto;
}

#pro_cont .pro_tow .text .tit p {
	font-size: 20px;
	line-height: 45px;
	color: #3e3e3e;
}

#pro_cont .pro_tow .img {
	width: 50%;
	overflow: hidden;
}

#pro_cont .pro_tow .img img {
	width: 100%;
	object-fit: cover;
	height: 960px;
}

#pro_cont .pro_th {
	margin: ;
	background: #eeeeee;
	padding: 65px 0;
}

#pro_cont .pro_th .box {
	width: 80%;
	margin: 0 auto;
}

#pro_cont .pro_th .box .text,
#pro_cont .pro_th .box .img {
	width: 50%;
}

#pro_cont .pro_th .box .text h2 {
	font-size: 28px;
	margin-bottom: 40px;
}

#pro_cont .pro_th .box .text p {
	font-size: 16px;
	line-height: 35px;
	color: #323232;
}

#pro_cont .pro_fr dl {
	width: 305px;
	height: 380px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	position: absolute;
	bottom: -40px;
	left: 40px;
	padding: 56px 30px;
}

#pro_cont .pro_fr .swiper-container {
	padding-bottom: 60px;
	text-align: left;
}

#pro_cont .pro_fr .swiper-pagination-bullet {
	width: 35px;
	height: 2px;
	background: #d70c19;
	margin: 0 2px;
}

#pro_cont .pro_fr .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 70px;
	background: #c6c6c6;
}

#pro_cont .pro_fr .swiper-pagination {
	text-align: center;
	margin-top: 25px;
}

#pro_cont .pro_fr dl dd em {
	width: 60px;
	height: 3px;
	background: #d70c19;
	display: block;
	position: absolute;
	bottom: 70px;
	right: -25px;
}

#pro_cont .pro_fr dl dt {
	font-size: 32px;
	color: #d70c19;
}

#pro_cont .pro_fr dl dd h2 {
	font-size: 24px;
	margin: 20px 0;
}

#pro_cont .pro_fr dl dd p {
	font-size: 20px;
	line-height: 32px;
	color: #3e3e3e;
}

#pro_cont .pro_tow.pro_ten .text .tit p {
	background: url(../images/popo.png) no-repeat 0 19px;
	padding-left: 15px;
	line-height: 45px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
}

#pro_cont .pro_tow.pro_ten .text {
	width: 43%;
}

#pro_cont .pro_tow.pro_ten .dl {
	width: 1200px;
	background: #fff;
	margin: -120px auto 0 auto;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
	padding: 55px;
}

#pro_cont .pro_tow.pro_ten .dl dl {
	width: 25%;
	text-align: center;
}

#pro_cont .pro_tow.pro_ten .dl dd {
	color: #4f4f4f;
	font-size: 24px;
	margin-top: 20px;
}

.home,
.pub_baner,
.news,
.brand,
.designer,
.contact {
	margin-top: 90px;
}

@media (max-width: 1919px) and (min-width: 768px) {
	body {
		/*  zoom: 80% ; */
		/* -moz-transform:scale(0.8); */
	}

	@-ms-viewport {
		width: 1920px;
	}
}

.hideMenuClass {
	opacity: 0;
	transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
}

.header:hover {
	opacity: 1;
}

.Sign_faq .add_add {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pro_cont .pro_one .one .img_pic {
	width: 100%;
}

#pro_cont .pro_one .comBox5 dl {
	display: flex;
}

#pro_cont .pro_one .comBox5 dl dd {
	font-size: 24px;
	line-height: 42px;
	display: initial;
	width: 320px;
	margin-left: 80px;
	padding-top: 35px;
}

#pro_cont .pro_one .swiper-container {
	text-align: left;
}

#pro_cont .pro_one .one .absolute {
	right: 23%;
}

#pro_cont .pro_one .comBox5 dl dd h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#pro_cont .pro_one .comBox5 dl dd h2 em {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #000;
	position: relative;
	top: 2px;
	margin-right: 15px;
}
