* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

input,
textarea {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	resize: none;
	background-color: rgba(255, 255, 255, 0);
}
button {
	border: none;
}

img {
	max-width: 100%;
}
.root {
	overflow: hidden;
}
.jiegou {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.duichen {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pailie {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fensan {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap: wrap;
}

.chu {
	display: flex !important;
}
.xian {
	display: block !important;
}

.xiao {
	display: none !important;
}
.product-right {
	overflow: hidden;
}
.swiper {
	width: 100%;
}
.product {
	width: 100%;
}
/* 手机端导航 */
.mobileNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
.yinying {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.mobileNav-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background-color: #fff;
	justify-content: flex-start;
	padding: 20px;
}
.mobileNav-content ul {
	width: 100%;
	padding-top: 20px;
}
.mobileNav-content li {
	padding: 20px 0;
	width: 90%;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
}

/* 导航 */
.nav {
	position: relative;
	z-index: 99;
}
.nav-right {
	max-width: 700px;
	width: 100%;
}
.nav-right>ul {
	max-width: 480px;
	width: 100%;
	font-size: 18px;
}
.nav-right>ul>li {
	position: relative;
	padding: 30px 0;
}
.nav-right ul li::after {
	bottom: 0 !important;
}
/* 下拉菜单 */
.selectMenu {
	position: absolute;
	width: 160px;
	z-index: -1;
	top: 80px;
	left: -60px;
	background-color: #fff;
	padding: 10px 20px;
	padding-bottom: 0;
	display: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.selectMenu a {
	color: #333 !important;
	font-size: 16px;
}
.selectMenu li {
	margin: 15px 0;
	text-align: center;
}
.selectMenu li::after {
	width: 0 !important;
}
.selectMenu li:hover a {
	color: #ea5018 !important;
}
.number {
	font-size: 21px;
	color: #ea5018;
}
.number img {
	margin-right: 10px;
}
/* 导航 */
.nav-right ul li:hover a {
	color: #ea5018;
}
.nav-right ul li:hover::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 横幅 */
.banner {
	margin-bottom: -7px;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner-pagination .swiper-pagination-bullet {
	width: 32px;
	height: 2px;
}

/* 栏目 */
.product-top {
    background-color: #f3f3f3;
}
.product-top li {
    padding: 20px 0;
}
.product-top li a {
	font-size: 18px;
	margin: 0 15px;
}
.dangqian {
	background-color: #fff;
	padding: 30px 0 !important;
	margin-top: -20px;
	position: relative;
	box-shadow: 0 -10px 20px rgba(51, 14, 0, 0.2);
}
.dangqian::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #ea5018;
}
.dangqian a {
	color: #ea5018;
}
/* 栏目 */
.column {
    background-color: #f3f3f3;
    padding: 23px 0;
}
.column-content {
    justify-content: flex-start;
}
.column a, .column p {
    color: #777777;
}
.column p {
    margin: 0 2px;
}

/* 底部 */
.bottom {
	background-color: #333333;
}
.bottom-content {
	padding: 80px 0;
	
}
.bottom-content ul {
	align-items: flex-start;
}
.bottom-content>ul {
	max-width: 845px;
	width: 100%;
}
.bottom-content ul ul {
	height: 120px;
	flex-wrap: wrap;
}
.bottom-content ul>li {
	line-height: 30px;
}
.bottom-content>ul>li>p {
	color: #fff;
	font-size: 18px;
}
.bottom-content ul ul a, .bottom-content ul ul li {
	color: #808080;
	font-size: 14px;
	display: block;
}
.bottom-content li:nth-child(1) ul {
	justify-content: flex-start;
}
.copyright {
	padding-top: 18px;
	padding-bottom: 25px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}
.yingjian  {
	height: 120px;
}
.yingjian li{
	min-width: 150px;
}
.fangan {
	margin-left: 50px;
}
.qr .pailie:nth-child(1) {
	margin-right: 40px;
}
.qr p {
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
}
.content-title h3 {
	font-size: 36px;
}
.specification-content tr td:nth-child(1) {
    max-width: 150px;
}
/* 侧边 */
.cebian {
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 999;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgba(0, 0, 0, .3);
}
.cebian li {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.cebian li:nth-last-child(1) {
	border: none;
}
.cebian>ul>li:hover .fudong {
	display: block;
}
.cebian>ul>li>p {
	margin-top: 10px;
}
.fudong {
	position: absolute;
	right: 85px;
	top: 0px;
	display: none;
}

.fudong-content {
	position: relative;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}
.fudong-content::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 40%;
	right: -10px;
	border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
}
.erweima {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	background-color: #fff;
}
.erweima img {
	width: 100px;
	height: 100px;
}
.dianhua {
	white-space: nowrap;
	border-radius: 10px;
}
.dianhua p {
	width: auto;
	color: #333;
	padding: 10px 20px;
}
@media screen and (min-width: 769px) {
	.caidan, .mobileNav {
		display: none !important;
	}
}
@media screen and (max-width: 1024px) {
    .jiegou {
        max-width: 100%;
        width: 90%;
    }
	.content-title h3 {
        text-align: center;
    }
	.content-title h3::after {
        right: 0 !important;
    }
	.bottom-content {
		-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
	}
	.qr {
		margin-top: 30px;
	}
	.feature-content {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .feature-content>div {
        margin-bottom: 30px;
    }
    .specification-content {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
        align-items: center !important;
    }
    .specification-content table {
        margin-bottom: 30px;
    }
    .buchong {
        margin: 40px 0 !important;
    }
} 
@media screen and (max-width: 768px) {
	.root {
		font-size: 14px;
	}
	.nav-right, .cebian {
		display: none;
	}
	.content-title h3 {
		font-size: 26px;
	}
	.bottom-content ul ul {
		height: auto;
	}
	.fangan {
		margin: 0;
	}
	.product-top ul::after {
		content: '';
		width: 20%;
	}
	.dangqian {
		padding: 20px 0 !important;
		margin-top: 0px;
	}
}
@media screen and (max-width: 425px) {
	.banner img {
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	.content-title {
		width: 90% !important;
		margin: 0 auto;
	}
	.product-top li {
		width: 50%;
		text-align: center;
		padding: 20px 0 !important;
	}
	.product-top li a {
		font-size: 16px;
	}
	.content-title h3 {
		font-size: 24px;
	}
}

.pointer{
    cursor:pointer;
}