html {
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio {
	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;
}
body {
	line-height: 1;
	font-size: 0;
}
ol,
ul,
li {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
html,
body {
	padding: 0;
	margin: 0;
	font-family: "siyuanbanxi", "siyuanxi", "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
@font-face {
	font-family: "siyuanbanxi";
	src: url("/skin/css/siyuanbanxi.otf");
}
@font-face {
	font-family: "siyuanxi";
	src: url("/skin/css/siyuanxi.otf");
}
.TopNav {
	width: 100%;
	height: 1rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 999;
	font-size: 0.22rem;
	line-height: 1rem;
}
.TopNav .navL {
	padding-left: 1rem;
	display: flex;
	width: 8.5rem;
}
.TopNav .navL li {
    padding: 0 0.3rem;
	cursor: pointer;
	overflow: hidden;
    text-align: center;
}
.TopNav li a:hover,
.TopNav li a.active {
	color: #ea5520;
}
.TopNav .navLogo {
	width: 5rem;
	position: relative;
}
.TopNav .navLogo img {
	width: 5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.TopNav .navR {
	width: 8.5rem;
	padding-right: 1rem;
	display: flex;
	justify-content: flex-end;
}
.TopNav .navR li {
    padding: 0 0.3rem;
	cursor: pointer;
	overflow: hidden;
    text-align: center;
}
.TopNav .navR li img {
	position: relative;
	top: 0.03rem;
	width: 0.25rem;
}
.section {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.wow {
	opacity: 0;
}
#indicator-container {
	position: fixed;
	right: 0.3rem;
	bottom: 10%;
	transform: translateY(-50%);
	z-index: 1000;
}
.indicator {
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	background-color: #dddddd;
	margin-bottom: 0.12rem;
	cursor: pointer;
	border-radius: 50%;
}
.indicator.active {
	background-color: #000;
}
.section1 {
	background-color: #000;
}
.section1 .slider1 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.section1 .slide1 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 1.8rem;
	background-size: cover;
	background-position: center;
	transition: opacity 1s;
	/*opacity: 0;*/
}
.section1 .slide1.active {
	opacity: 1;
}
.section1 .dots {
	position: absolute;
	bottom: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.section1 .dot {
	width: 0.4rem;
	height: 0.02rem;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 0.08rem;
	cursor: pointer;
}
.section1 .dot.active {
	background-color: #ea5520;
}
.section1 .prev-btn,
.section1 .next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 0.5rem;
	height: 1rem;
}
.section1 .prev-btn img,
.section1 .next-btn img {
	width: 100%;
}
.section1 .prev-btn {
	left: 0.3rem;
}
.section1 .next-btn {
	right: 0.3rem;
}
.section1 .top {
	text-align: center;
	width: 5rem;
	margin: 0 auto;
}
.section1 .top img{
	width: 100%;
}
.section1 .enleft {
	writing-mode: vertical-rl;
	font-weight: lighter;
	font-size: 0.38rem;
	color: rgb(255, 255, 255, 0.5);
	letter-spacing: 0.2em;
	position: absolute;
	left: 0.1rem;
	top: 1rem;
	height: calc(100vh - 1rem);
	text-align: center;
}
.section2 {
	padding-top: 1.8rem;
	position: relative;
}
.section2 .top {
	text-align: center;
}
.section2 .top .title {
	font-size: 0.4rem;
	color: #fff;
	margin-bottom: 0.1rem;
}
.section2 .top .en_title {
	font-size: 0.3rem;
	color: #fff;
	margin-top: 0.1rem;
	font-weight: lighter;
}
.section2 .bottom {
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 1rem;
}
.section2 .bottom p {
	border: 0.02rem solid #fff;
	margin: 0 0.15rem;
}
.section2 .bottom p a {
	display: block;
	color: #fff;
	font-size: 0.22rem;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
}
.section2-1 {
	position: relative;
}
.section2-1 .top {
	text-align: center;
	position: absolute;
	left: 5.65rem;
	top: 1.1rem;
	writing-mode: vertical-rl;
	line-height: 1.5;
}
.section2-1 .top .title {
	font-size: 0.3rem;
	color: #fff;
	margin-top: 1.5rem;
}
.section2-1 .top .title-1 {
	font-size: 0.3rem;
	color: #fff;
}
.section2-1 .bottom {
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 1rem;
}
.section2-1 .bottom p {
	border: 0.02rem solid #fff;
	margin: 0 0.15rem;
}
.section2-1 .bottom p a {
	display: block;
	color: #fff;
	font-size: 0.22rem;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
}
.section3 {
	padding-top: 2rem;
	position: relative;
}
.section3 .absolute {
	text-align: center;
	position: absolute;
	left: 3rem;
	top: 4.5rem;
}
.section3 .top .title {
	font-size: 0.4rem;
	color: #fff;
	margin-bottom: 0.1rem;
}
.section3 .top .en_title {
	font-size: 0.4rem;
	color: #fff;
	margin-top: 0.1rem;
}
.section3 .bottom {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}
.section3 .bottom p {
	border: 0.02rem solid #fff;
	margin: 0 0.15rem;
}
.section3 .bottom p a {
	display: block;
	color: #fff;
	font-size: 0.22rem;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
}
.section4 {
	padding-top: 2rem;
	background-image: url(/skin/images/hexinkeji_bg.jpg);
}
.section4 .top {
	text-align: center;
}
.section4 .top .title {
	font-size: 0.5rem;
	color: #fff;
	margin-bottom: 0.1rem;
}
.section4 .top .en_title {
	font-size: 0.2rem;
	color: #fff;
	margin-top: 0.1rem;
}
.section4 #certify {
	position: relative;
	width: calc(100% - 0.6rem);
	margin: 0 auto
}
.section4 #certify .swiper-container {
	padding: 1rem;
	overflow: hidden;
	width: calc(100% - 2rem);
}
.section4 #certify .swiper-slide {
	width: 7.5rem;
	background: #000;
	text-align: center;
}
.section4 #certify .swiper-slide video {
	display: block;
	width: 7.5rem;
}
.section4 #certify .swiper-slide .title {
	color: #fff;
	font-size: 0.25rem;
	margin-top: 0.3rem;
}
.section4 .swiper-slide .bottom {
	display: flex;
	justify-content: center;
	margin: 0.5rem 0;
}
.section4 .swiper-slide p {
	border: 0.02rem solid #fff;
}
.section4 .swiper-slide p a {
	display: block;
	color: #fff;
	font-size: 0.2rem;
	width: 1.6rem;
	height: 0.3rem;
	line-height: 0.3rem;
}
.section4 #certify .swiper-button-prev,
.section4 #certify .swiper-button-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 0.5rem;
	height: 1rem;
	z-index: 10;
}
.section4 #certify .swiper-button-prev img,
.section4 #certify .swiper-button-next img {
	width: 100%;
}
.section4 #certify .swiper-button-prev {
	left: 0;
}
.section4 #certify .swiper-button-next {
	right: 0;
}
.section5 {
	background-color: #fff;
	padding-top: 2rem;
	position: relative;
}
.section5 .top .title {
	font-size: 0.5rem;
	color: #000;
	text-align: center;
	margin-bottom: 0.1rem;
}
.section5 .center {
	display: flex;
	width: 22rem;
	margin: 1.5rem auto 0 auto;
	text-align: center;
}
.section5 .center .icons {
	width: 4rem;
	margin: 0 0.2rem;
	cursor: pointer;
	position: relative;
}
.section5 .center .icons .img1 {
	width: 1rem;
	margin-bottom: 0.1rem;
}
.section5 .center .icons .img2 {
	display: none;
	width: 2rem;
	position: absolute;
	top: -0.2rem;
	left: 50%;
	transform: translate(-50%, -100%);
}
.section5 .center .icons:hover .img2 {
	display: block;
}
.section5 .center .icons p {
	font-size: 0.25rem;
	margin-top: 0.1rem;
}
.footer {
	width: 100%;
	height: 1.5rem;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section5 .footer {
	position: absolute;
	bottom: 0;
}
.footer .img {
	width: 5.5rem;
}
.footer .img img {
	width: 100%;
}
.footer .con {
	margin: 0 1rem;
	text-align: center;
	font-size: 0.2rem;
	color: #fff;
}
.footer .con p {
	margin: 0.08rem 0;
}
.footer .con span {
	font-size: 0.18rem;
	color: #fff;
}
.footer .tel {
	font-size: 0.2rem;
	color: #fff;
}
.footer .tel p {
	margin: 0.08rem 0;
}
.case {
	background-image: url(/skin/images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 1.5rem 0;
}
.left {
	width: 100%;
}
.left .weizhi {
	font-size: 0.18rem;
	color: #444;
}
.left .topt {
	margin-top: 0.5rem;
	position: relative;
	height: 0.6rem;
}
.left .topt .title {
	font-size: 0.4rem;
	color: #000;
	float: left;
	line-height: 0.6rem;
	height: 0.6rem;
	margin-right: 0.5rem;
}
.left .topt a {
	display: inline-block;
	font-size: 0.2rem;
	border: solid 1px #ccc;
	background: #fff;
	text-align: center;
	width: 1.5rem;
	height: 0.5rem;
	line-height: 0.49rem;
	margin: 0.05rem 0.1rem;
	color: #444;
	border-radius: 0.25rem;
}
.left .topt a:hover,
.left .topt a.active {
	background: #444;
	color: #fff;
}
.left .search_nei {
	position: absolute;
	right: 0;
	top: 0;
	width: 5rem;
	font-size: 0.4rem;
}
.left .search_nei form {
	display: flex;
}
input:focus,
textarea:focus {
	outline: none !important;
	border: 1px solid #ea5520;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.left .search_nei .test {
	width: 4rem;
	line-height: 0.6rem;
	height: 0.6rem;
	color: #000;
	padding: 0 0.2rem;
	border: none;
	font-size: 0.18rem;
}
.left .search_nei .btn {
	width: 1rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #ea5520;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}
.case_l {
	margin: 0 auto;
	width: 22rem;
}
.case_l .case_ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.case_l .case_ul .case_list {
	margin-right: 0.4rem;
	width: 5.2rem;
	cursor: pointer;
	margin-top: 0.4rem;
	background-color: #fff;
	padding: 0.5rem 0.35rem;
	text-align: center;
}
.case_l .case_ul .case_list:nth-child(4n) {
	margin-right: 0;
}
.case_l .case_ul .case_list .biaozhi {
	width: 0.8rem;
	margin: 0 auto;
}
.case_l .case_ul .case_list .case_img {
	width: 100%;
	padding-top: 66.67%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.case_l .case_ul .case_list .case_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
}
.case_l .case_ul .case_list:hover .case_img img {
	transform: scale(1.05);
}
.case_l .case_ul .case_list .case_title {
	color: #111;
	font-size: 0.22rem;
	margin: 0.5rem 0;
}
.case_l .case_ul .case_list .more {
	color: #333;
	font-size: 0.2rem;
	margin: 0.3rem 0 0 0;
	position: relative;
	padding-right: 0.25rem;
	display: inline-block;
}
.case_l .case_ul .case_list .more::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.05rem;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	right: 0.1rem;
	width: 0.1rem;
	height: 0.1rem;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
.paging {
	width: 100%;
	text-align: center;
	color: #000;
	display: inline-block;
	padding: 0.5rem 0 0 0;
	font-size: 0;
}
.paging li {
	display: inline-block;
}
.paging li a,
.paging li span {
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	background-color: #ffffff;
	border: solid 0.01rem #dddddd;
	float: left;
	margin: 0.05rem;
	font-size: 0.18rem;
	color: #666;
	padding: 0 0.3rem;
}
.paging li.active a,
.paging li a:hover,
.paging li .current {
	background-color: #333;
	border: solid 0.01rem #333;
	color: #ffffff;
}
.case_n {
	width: 18rem;
	margin: 0 auto;
}
.case_c {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case_n .case_c_img {
	width: 9.5rem;
	height: 7.65rem;
	position: relative;
	background: #fff;
	padding: 0.25rem;
}
.case_n .case_c_img #prevTop,
.case_n .case_c_img #nextTop {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4rem;
	height: 0.96rem;
	background-size: 100%;
}
.case_n .case_c_img #prevTop {
	background-image: url(/skin/images/prevBtnTop.png);
	left: 0.2rem;
}
.case_n .case_c_img #nextTop {
	background-image: url(/skin/images/nextBtnTop.png);
	right: 0.2rem;
}
.case_n .case_c_img li {
	float: left;
}
.case_n .case_c_img .cf li {
	position: relative;
	color: #fff;
}
.case_n .case_c_img .picBox {
	height: 6rem;
	position: relative;
	overflow: hidden;
}
.case_n .case_c_img .picBox ul {
	height: 6rem;
	position: absolute;
}
.case_n .case_c_img .picBox li {
	width: 9rem;
	height: 6rem;
}
.case_n .case_c_img .picBox li img {
	min-width: 100%;
	height: 100%;
}
.case_n .case_c_img .listBox {
	width: 8rem;
	height: 1.4rem;
	position: relative;
	padding-top: 0.15rem;
	overflow: hidden;
	margin: 0 auto;
}
.case_n .case_c_img .listBox ul {
	height: 1.25rem;
	position: absolute;
}
.case_n .case_c_img .listBox li {
	width: 1.6rem;
	height: 1rem;
	cursor: pointer;
	position: relative;
	padding: 0 0.05rem;
	overflow: hidden;
}
.case_n .case_c_img .listBox li img {
	width: 1.5rem;
	height: 1rem;
}
.case_n .case_c_img .listBox .on {
	border: 1px solid #ea5520;
}
.case_n .case_c_img .listBox .on img {
	transform: scale(1.08);
}
.case_n .case_c_img .listBox .on i {
	display: block;
}
.case_n .case_c_img .btn {
	position: absolute;
	width: 0.3rem;
	height: 1rem;
	bottom: 0.25rem;
	cursor: pointer;
	z-index: 99;
	background-size: 100%;
}
.case_n .case_c_img #prev {
	left: 0.25rem;
	background-image: url(/skin/images/prevBtn.png);
}
.case_n .case_c_img #next {
	right: 0.25rem;
	background-image: url(/skin/images/nextBtn.png);
}
.case_n .case_c_con {
	width: 8rem;
	height: 7.65rem;
	position: relative;
	background: #fff;
	padding: 0.5rem 0.8rem;
}
.case_n .case_c_con .title {
	font-size: 0.32rem;
	color: #222;
}
.case_n .case_c_con .tit {
	font-size: 0.2rem;
	color: #666;
	margin: 0.2rem 0 0.3rem 0;
}
.case_n .case_c_con .lin {
	width: 100%;
	height: 1px;
}
.case_n .case_c_con .canshu {
	font-size: 0.18rem;
	color: #666;
	line-height: 2;
	padding: 0.3rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.case_n .case_c_con .canshu .t {
	font-size: 0.2rem;
	color: #333;
	margin-bottom: 0.1rem;
}
.case_n .case_c_con .miaoshu {
	padding: 0.3rem 0;
	line-height: 2;
}
.case_n .case_c_con .miaoshu .t {
	font-size: 0.2rem;
	color: #333;
	margin-bottom: 0.1rem;
}
.case_n .case_c_con .miaoshu .p {
	font-size: 0.18rem;
	color: #666;
	height: 1.08rem;
	overflow: hidden;
}
.case_n .case_c_con .zixun a {
	display: block;
	width: 1.8rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.2rem;
	color: #fff;
	background: #ea5520;
	text-align: center;
}
.case_n .case_c_con .logo {
	font-size: 0.2rem;
	color: #444;
	line-height: 1.75;
}
.ms_tj{
    display: flex;
    justify-content: space-between;
    width: 18rem;
    margin: 0.5rem auto 0 auto;
    align-items: flex-start;
}
.case_xiangqing {
	width: 12rem;
	padding: 0.8rem 1rem;
	background-color: #fff;
}
.case_xiangqing .xiangqing_tit {
	width: 100%;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #eeeeee;
}
.case_xiangqing .xiangqing_tit span {
	height: 0.5rem;
	line-height: 0.5rem;
	color: #ea5520;
	font-size: 0.3rem;
	font-weight: bold;
	border-bottom: 2px solid #ea5520;
	float: left;
}
.case_xiangqing .xiangqing_tit .clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.case_xiangqing .content {
	width: 100%;
}
.case_xiangqing .content img {
	width: 100%;
}
.about {
	background-image: url(/skin/images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.abtop {
	width: 100%;
	height: 11rem;
	overflow: hidden;
	position: relative;
}
.abtop .img {
	width: 100%;
	height: 11rem;
	overflow: hidden;
	animation: abtopdt 8s linear infinite;
}
@keyframes abtopdt {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
	}
	50% {
		transform: scale(1.02);
		-ms-transform: scale(1.02);
	}
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
	}
}
.abtop .img img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}
.abtop-item {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0, -60%);
	left: 2rem;
	color: #fff;
}
.abtop-item .p1 {
	font-size: 0.6rem;
	font-family: "siyuanxi", "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.abtop-item .p2 {
	font-size: 0.6rem;
	margin: 0.6rem 0;
	letter-spacing: 0.05rem;
	font-weight: bold;
}
.abtop-item .p3 {
	font-size: 0.4rem;
	color: #fff;
	font-weight: lighter;
}
.abtop-item .p4 {
	font-size: 0.2rem;
	font-weight: lighter;
	margin-top: 0.2rem;
}
.go-more {
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0.5rem;
	height: 0.5rem;
	background: url(/skin/images/xia.png) no-repeat center center / 0.4rem;
	animation: go-more 0.5s linear infinite;
}
@keyframes go-more {
	0% {
		transform: translate(0px, 5px);
		-ms-transform: translate(0px, 5px);
	}
	50% {
		transform: translate(0px, 10px);
		-ms-transform: translate(0px, 10px);
	}
	100% {
		transform: translate(0px, 5px);
		-ms-transform: translate(0px, 5px);
	}
}
.about .tp {
	font-size: 0.4rem;
	text-align: center;
	color: #111;
	letter-spacing: 0.05rem;
}
.about .line {
	width: 0.8rem;
	height: 0.04rem;
	margin: 0 auto;
	background: #ea5520;
	margin: 0.25rem auto;
}
.about .tc {
	font-size: 0.2rem;
	color: #444;
	text-align: center;
}
.about_melltorp {
	margin: 1.2rem auto;
	width: 20rem;
}
.about_melltorp .abjs {
	margin-top: 0.8rem;
	display: flex;
	justify-content: space-between;
}
.about_melltorp .abjs .con {
	font-size: 0.19rem;
	line-height: 0.4rem;
	color: #444;
	width: 12rem;
}
.about_melltorp .abjs .con p {
	margin-bottom: 0.15rem;
}
.about_melltorp .abjs .img {
	width: 7rem;
}
.about_melltorp .abjs .img img {
	width: 100%;
}
.brand_history {
	margin: 1.2rem auto;
	width: 20rem;
}
.bhlist {
	margin-top: 0.8rem;
}
.brand_history .biao {
	display: block;
	width: 2rem;
	height: 0.5rem;
	margin: 0 auto;
	font-size: 0.25rem;
	text-align: center;
	line-height: 0.5rem;
	background: #fff;
	border-radius: 0.25rem;
}
.brand_history ul {
	position: relative;
}
.brand_history ul:before {
	position: absolute;
	content: " ";
	width: 1px;
	height: 100%;
	background: #ccc;
	left: 50%;
	color: #000;
}
.brand_history li {
	padding: 0.4rem 0;
	position: relative;
	overflow: hidden;
}
.brand_history li:before {
	position: absolute;
	content: " ";
	width: 0.1rem;
	height: 0.1rem;
	background: #ea5520;
	left: 50%;
	margin-left: -0.05rem;
	top: 1rem;
	transition: all 0.3s;
	border-radius: 50%;
}
.brand_history li .item {
	float: left;
	width: 50%;
	margin: 0.5rem 0;
	padding: 0 1rem;
	text-align: right;
}
.brand_history li:nth-of-type(2n) .item {
	float: right;
	text-align: left;
}
.brand_history li .item .niandai {
	font-size: 0.4rem;
	color: #ea5520;
}
.brand_history li .item p {
	font-size: 0.2rem;
	color: #444;
	margin-top: 0.3rem;
	line-height: 1.75;
}
.aboutdianmian {
	padding: 1rem 0;
	width: 22rem;
	margin: 0 auto;
}
.aboutdianmian .abdm {
	width: 22rem;
	margin-top: 0.5rem;
}
.aboutdianmian .abdm #dmbanner {
	position: relative;
}
.aboutdianmian .abdm #dmbanner .swiper-container {
	padding: 0.5rem 0;
	overflow: hidden;
	width: calc(100% - 1.5rem);
}
.aboutdianmian .abdm #dmbanner .swiper-slide {
	width: 15rem;
}
.aboutdianmian .abdm #dmbanner .swiper-slide img {
	width: 15rem;
}
.aboutdianmian .abdm #dmbanner .swiper-button-prev,
.aboutdianmian .abdm #dmbanner .swiper-button-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 0.5rem;
	height: 1rem;
	z-index: 10;
}
.aboutdianmian .abdm #dmbanner .swiper-button-prev img,
.aboutdianmian .abdm #dmbanner .swiper-button-next img {
	width: 100%;
}
.aboutdianmian .abdm #dmbanner .swiper-button-prev {
	left: 0;
}
.aboutdianmian .abdm #dmbanner .swiper-button-next {
	right: 0;
}
.news {
	background-image: url(/skin/images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.news_l {
	padding: 1.5rem 0;
	margin: 0 auto;
	width: 22rem;
}
.news_l .newsul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.news_l .newsli {
	cursor: pointer;
	margin-right: 0.4rem;
	width: 5.2rem;
	cursor: pointer;
	margin-top: 0.4rem;
	background-color: #fff;
	padding: 0.25rem;
}
.news_l .newsli:nth-child(4n) {
	margin-right: 0;
}
.news_l .newsli .newsimg {
	width: 100%;
	padding-top: 66.67%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.news_l .newsli .newsimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
}
.news_l .newsli .newsimg img:hover {
	transform: scale(1.06);
}
.news_l .newsli .newstitle {
	font-size: 0.24rem;
	height: 0.3rem;
	line-height: 0.3rem;
	margin: 0.25rem 0 0.15rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_l .newsli .newstext {
	line-height: 0.25rem;
	font-size: 0.17rem;
	height: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666666;
	text-align: justify;
}
.news_l .newsli .newstime {
	color: #888;
	padding-top: 0.3rem;
	margin-top: 0.5rem;
	font-size: 0.18rem;
	border-top: 1px solid #eee;
}
.news_l .newsli .newstime span {
	float: right;
	font-size: 0.16rem;
	position: relative;
	padding-right: 0.2rem;
}
.news_l .newsli .newstime span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.03rem;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	right: 0.1rem;
	width: 0.1rem;
	height: 0.1rem;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
.news_n {
	padding: 1.5rem 0;
	margin: 0 auto;
	width: 18rem;
}
.news_c {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.news_c .news_xiangqing {
	width: 12rem;
	background: #fff;
	padding: 0.8rem 1rem;
}
.news_c .news_xiangqing .title {
	font-size: 0.32rem;
	color: #222;
	text-align: center;
}
.news_c .news_xiangqing .sjyd {
	font-size: 0.2rem;
	color: #666;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.news_c .news_xiangqing .sjyd span {
	padding: 0 0.2rem;
}
.news_c .news_xiangqing .con {
	padding: 0.3rem 0;
	border-top: 1px solid #ddd;
}
.news_c .news_xiangqing .con p {
	font-size: 0.2rem;
	color: #444;
	line-height: 1.75;
	margin: 0.15rem 0;
}
.news_c .news_xiangqing .goback a {
	display: block;
	position: relative;
	max-width: 160px;
	line-height: 50px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 38px;
	font-size: 14px;
	color: #999;
	text-align: center;
	overflow: hidden;
}
.news_c .news_xiangqing .goback a:hover,
.news_c .news_xiangqing .goback a.active {
	background: #999;
	color: #ddd;
}
.news_c .news_xiangqing .goback span {
	padding-left: 0.1rem;
}
.news_c .news_xiangqing .yipian {
	border-top: 1px solid #ddd;
	padding-top: 0.3rem;
	margin-top: 0.5rem;
	font-size: 0.2rem;
	line-height: 2;
}
.news_c .news_xiangqing .yipian a {
	color: #666;
}
.news_c .news_xiangqing .yipian a:hover {
	color: #000;
}
.ms_tj .news_tuijian .tuijian li{
    border: 1px solid #dddddd;
    padding: 0.3rem;
}
.news_tuijian {
	width: 5rem;
	background: #fff;
	padding: 0.4rem 0.5rem;
}
.news_tuijian .title {
	font-size: 0.24rem;
	color: #222;
	border-bottom: 1px solid #ddd;
	padding: 0.3rem 0;
}
.news_tuijian .tuijian li {
	margin-top: 0.3rem;
}
.news_tuijian .tuijian .newsimg {
	width: 100%;
	padding-top: 66.67%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.ms_tj .news_tuijian .tuijian .newsimg{
    border: 1px solid #f5f5f5;
}
.news_tuijian .tuijian img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
}
.news_tuijian .tuijian img:hover {
	transform: scale(1.06);
}
.news_tuijian .tuijian .newstitle {
	font-size: 0.24rem;
	height: 0.3rem;
	line-height: 0.3rem;
	margin: 0.25rem 0 0.15rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_tuijian .tuijian .newstext {
	line-height: 0.25rem;
	font-size: 0.17rem;
	height: 0.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666666;
	text-align: justify;
}
.news_tuijian .tuijian .newstime {
	color: #888;
	padding-top: 0.3rem;
	margin-top: 0.3rem;
	font-size: 0.18rem;
	border-top: 1px solid #eee;
}
.news_tuijian .tuijian span {
	float: right;
	font-size: 0.16rem;
	position: relative;
	padding-right: 0.2rem;
}
.news_tuijian .tuijian:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.03rem;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	right: 0.1rem;
	width: 0.1rem;
	height: 0.1rem;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
.hexinkeji {
	width: 100%;
}
.hexinkeji img {
	width: 100%;
}
.contact {
	background-image: url(/skin/images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 1.5rem 0;
}
.contact_l {
	margin: 0 auto;
	width: 20rem;
}
.contact_l .contact_c {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0.6rem 0 1rem 0;
	justify-content: space-between;
}
.contact_l .contact_c .con_cl {
	background: #fff;
	padding: 0.6rem 0.5rem;
	width: 13rem;
}
.contact_l .contact_c .con_cl .gongsi {
	font-size: 0.3rem;
	color: #ea5520;
}
.contact_l .contact_c .con_cl .lianxi {
	font-size: 0.2rem;
	color: #333;
	line-height: 2;
	margin-top: 0.3rem
}
.contact_l .contact_c .con_cl .daohang a {
	display: block;
	position: relative;
	width: 2rem;
	line-height: 0.5rem;
	height: 0.5rem;
	margin: 0.3rem 0;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	font-size: 0.18rem;
	color: #666;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
.contact_l .contact_c .con_cl .daohang a:hover,
.contact_l .contact_c .con_cl .daohang a.active {
	background: #666;
	color: #fff;
}
.contact_l .contact_c .con_cl .daohang span {
	padding-left: 0.1rem;
}
.contact_l .contact_c .con_cl .ditu {
	width: 12rem;
	height: 5rem;
}
.contact_l .contact_c .con_cl .ditu #container {
	width: 12rem;
	height: 5rem;
}
.contact_l .contact_c .con_cr {
	background: #fff;
	padding: 0.6rem 0.5rem;
	width: 6.5rem;
}
.contact_l .contact_c .con_cr .huanying {
	font-size: 0.32rem;
	color: #222;
}
.contact_l .contact_c .con_cr .ruguo {
	font-size: 0.18rem;
	color: #666;
	margin: 0.2rem 0 0.3rem 0;
	line-height: 1.75;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3rem;
}
.contact_l .contact_c .con_cr .input {
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.25rem;
	padding: 0 0.2rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	outline: none;
}
.contact_l .contact_c .con_cr .textarea {
	width: 100%;
	height: 1.5rem;
	line-height: 0.3rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.2rem;
	padding: 0.2rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	outline: none;
}
.contact_l .contact_c .con_cr .btn input {
	width: 1.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #fff;
	font-size: 0.2rem;
	background-color: #333;
	border: 1px solid #ddd;
	outline: none;
	margin-top: 0.2rem;
	cursor: pointer;
}
.contact_l .contact_c .con_cr .btn .btn1 {
	background-color: #ea5520;
	margin-right: 0.2rem;
}
.contact_l .tp {
	font-size: 0.4rem;
	text-align: center;
	color: #111;
	letter-spacing: 0.05rem;
}
.contact_l .line {
	width: 0.8rem;
	height: 0.04rem;
	margin: 0 auto;
	background: #ea5520;
	margin: 0.25rem auto;
}
.contact_l .tc {
	font-size: 0.2rem;
	color: #444;
	text-align: center;
}
.contact_l .tubiao {
	display: flex;
	margin: 1rem auto 0 auto;
	text-align: center;
}
.contact_l .tubiao .icons {
	width: 3.8rem;
	margin: 0 0.2rem;
	cursor: pointer;
	position: relative;
}
.contact_l .tubiao .icons .img1 {
	width: 1rem;
	margin-bottom: 0.1rem;
}
.contact_l .tubiao .icons .img2 {
	display: none;
	width: 2rem;
	position: absolute;
	top: -0.2rem;
	left: 50%;
	transform: translate(-50%, -100%);
}
.contact_l .tubiao .icons:hover .img2 {
	display: block;
}
.contact_l .tubiao .icons p {
	font-size: 0.25rem;
	margin-top: 0.1rem;
}
.contact_l .zxns {
	margin: 1rem 0;
	padding: 0.8rem 1rem;
	border-radius: 0.15rem;
	background: #fff;
}
.zxns .zhiwei{
	margin-top: 0.8rem
}
.zxns .zhiwei li {
	background-color: #eee;
	margin-bottom: 0.5rem
}
.zxns .zhiwei li:last-child {
	margin-bottom: 0
}
.zxns .on .zhiwei-title i {
	-webkit-transform: scale(0.8) rotate(180deg);
	transform: scale(0.8) rotate(180deg)
}
.zxns .zhiwei .zhiwei-title {
	cursor: pointer;
	padding: 0.5rem;
	position: relative;
	letter-spacing: 1px
}
.zxns .zhiwei .zhiwei-title span {
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 0.3rem;
	color: #111;
	line-height: 1.75;
	display: inline-block;
	margin-bottom: 0.1rem;
	font-weight: 700
}
.zxns .zhiwei .zhiwei-title p {
	font-size: 0.18rem;
	color: #666;
}
.zxns .zhiwei .zhiwei-cont {
	display: none;
	font-size: 0.2rem;
	color: #333;
	padding: 0 0.5rem 0.5rem 0.5rem;
	line-height: 1.75;
}
.zhiwei-down img{
    position: absolute;
    top: 0.6rem;
    right: 0.5rem;
    width: 0.25rem;
    height: 0.25rem;
    transition-duration: 0.5s;
}
li.on .zhiwei-down img{
    transform: rotate(180deg);
}
.inquire {
	background-image: url(/skin/images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 1.5rem 0;
}
.inquire_l {
	margin: 0 auto;
	width: 20rem;
}
.inquire_l .inquire_c {
	width: 100%;
	margin-top: 0.6rem;
	padding: 0.8rem 1rem;
	border-radius: 0.15rem;
	background: #fff;
}
.inquire .tp {
	font-size: 0.4rem;
	text-align: center;
	color: #111;
	letter-spacing: 0.05rem;
}
.inquire .line {
	width: 0.8rem;
	height: 0.04rem;
	margin: 0 auto;
	background: #ea5520;
	margin: 0.25rem auto;
}
.inquire .tc {
	font-size: 0.2rem;
	color: #444;
	text-align: center;
}
.inquire_l .inquire_c .dingdan {
	width: 100%;
	margin: 0.6rem 0;
}
.inquire_l .inquire_c .dingdan .input {
	width: 48%;
	margin-right: 4%;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.25rem;
	padding: 0 0.2rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	outline: none;
}
.inquire_l .inquire_c .dingdan .input:nth-child(2) {
	margin-right: 0%;
}
.inquire_l .inquire_c .dingdan .btn {
	color: #ea5520;
	background-color: #fff;
	border: 1px solid #ea5520;
	margin-right: 0.2rem;
	width: 1.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.2rem;
	outline: none;
	margin-top: 0.2rem;
	cursor: pointer;
	border-radius: 0.3rem;
}
.inquire_l .inquire_c .dingdan .btn:hover {
	color: #fff;
	background-color: #ea5520;
	border: 1px solid #ea5520;
}
.inquire_l .inquire_c .zhu {
	font-size: 0.2rem;
	color: #444;
	line-height: 2;
}
.inquire_l .inquire_c .zhuc {
	font-size: 0.18rem;
	color: #666;
	line-height: 1.75;
}
.jieguo{
	width: 100%;
	margin: 0.6rem 0;
	border: 1px solid #dddddd;
}
.jieguo li{
	font-size: 0.24rem;
	padding: 0.3rem;
	border-bottom: 1px solid #dddddd;
	line-height: 1.5;
}
.jieguo li:last-child{
	border-bottom: none;
}
.zanwu{
	font-size: 0.24rem;
	line-height: 1.5;
	text-align: center;
	padding: 1.5rem 0;
	color: #ff0000;
}

.join {
	background-image: url(/skin/images/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.join .tp {
	font-size: 0.4rem;
	text-align: center;
	color: #111;
	letter-spacing: 0.05rem;
}
.join .line {
	width: 0.8rem;
	height: 0.04rem;
	margin: 0 auto;
	background: #ea5520;
	margin: 0.25rem auto;
}
.join .tc {
	font-size: 0.2rem;
	color: #444;
	text-align: center;
}
.join_c {
	margin: 0 auto;
	width: 20rem;
	padding: 1.2rem 0;
}
.join_c .join_bd {
	width: 100%;
	background-color: #fff;
	padding: 0.8rem 1rem;
	border-radius: 0.15rem;
	margin: 0.6rem 0 0.8rem 0;
}
.join_c .join_bd .yi {
	display: flex;
	justify-content: space-between;
}
.join_c .join_bd .yi .input {
	width: 5.7rem;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.25rem;
	padding: 0 0.2rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	outline: none;
}
.join_c .join_bd .er {
	display: flex;
	justify-content: space-between;
}
.join_c .join_bd .er select {
	width: 5.7rem;
	display: block !important;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.25rem;
	padding: 0 0.2rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	outline: none;
}
.join_c .join_bd textarea {
	width: 100%;
	height: 1.5rem;
	line-height: 0.3rem;
	color: #666;
	font-size: 0.18rem;
	margin-bottom: 0.2rem;
	padding: 0.2rem;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
}
.join_c .join_bd .btn input {
	width: 1.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #fff;
	font-size: 0.2rem;
	background-color: #333;
	border: 1px solid #ddd;
	outline: none;
	margin-top: 0.2rem;
	cursor: pointer;
}
.join_c .join_bd .btn .btn1 {
	background-color: #ea5520;
	margin-right: 0.2rem;
}
.join_c .join_lc {
	width: 100%;
	margin: 0.6rem 0 0.8rem 0;
	text-align: center;
}
.join_c .join_lc .hang {
	display: flex;
	justify-content: center;
}
.join_c .join_lc .p {
	font-size: 0.2rem;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #333;
	width: 2.5rem;
	height: 0.6rem;
	line-height: 0.59rem;
	border-radius: 0.3rem;
}
.join_c .join_lc img {
	width: 0.2rem;
	margin: 0.2rem;
}
.join_c .join_zl {
	width: 100%;
	margin: 0.6rem 0 0.8rem 0;
	text-align: center;
}
.join_c .join_zl .hang {
	display: flex;
	justify-content: center;
}
.join_c .join_zl .p {
	font-size: 0.25rem;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #333;
	width: 2.5rem;
	height: 0.6rem;
	line-height: 0.59rem;
	border-radius: 0.3rem;
}
.join_c .join_zl .shu {
	width: 1px;
	height: 0.8rem;
	background-color: #888;
	margin: 0 auto;
}
.join_c .join_zl .heng {
	width: 19.2rem;
	height: 1px;
	background-color: #888;
	margin: 0 auto;
}
.join_c .join_zl .hang2 {
	display: flex;
	justify-content: space-between;
}
.join_c .join_zl .p2 {
	font-size: 0.25rem;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #333;
	width: 0.8rem;
	height: 2rem;
	line-height: 0.79rem;
	border-radius: 0.4rem;
	writing-mode: vertical-rl;
}
.join_c .join_bz {
	width: 100%;
	background-color: #fff;
	padding: 0.8rem 1rem;
	border-radius: 0.15rem;
	margin: 0.6rem 0 0 0;
}
.join_c .join_bz .bzzc {
	margin-top: 0.6rem;
	line-height: 1.75;
}
.join_c .join_bz .bzzc .zct {
	font-size: 0.24rem;
	color: #111;
	margin-top: 0.3rem;
}
.join_c .join_bz .bzzc .zcc {
	padding-left: 0.48rem;
}
.join_c .join_bz .bzzc .zcc p {
	font-size: 0.18rem;
	color: #555;
	margin: 0.1rem 0;
}
.join_c .join_bz .bzzc .zcc p span {
	font-size: 0.18rem;
	color: #000;
	margin: 0.1rem 0;
}