.header{
	width: 100%;
	background: #FFFFFF;
	padding: 12px 0 8px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.header .w{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .w a.logo{
	display: block;
	line-height: 0;
}

.header .w a.logo img{
	width: auto;
	height: 50px;
}
.header-space{
	width: 100%;
	height: 80px;
}

.head-left{
	display: flex;
	align-items: center;
}

.header .logo {
	display: block;
	width: 46px;
	line-height: 0;
}

.header .logo img{
	width: 100%;
	height: auto;
}


.header .menu {
	margin-left: 100px;
	display: flex;
	align-items: center;
}

.header .menu li{
	margin: 0 15px;
	position: relative;
}

.header .menu li a.m{
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 42px;
	padding: 0 20px;
	border-bottom: 3px solid #FFFFFF;
	text-decoration: none !important;
	
}

.header .menu li:hover a.m, .header .menu li a.curr{
	color: #856f44;
	border-bottom: 3px solid #a4916c;
}
.header .menu li i.sanjiao{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/sanjiao.png) no-repeat center center;
	background-size: 100% auto;
	right:0;
	top:50%;
	margin-top: -6px;
}

.header .menu li .sub_menu{
	display: none;
	position: absolute;
	top: 42px;
	width: 160px;
	left:50%;
	margin-left: -80px;
	background-color: #FFFFFF;
	z-index: 99;
}
.header .menu li:hover .sub_menu{
	display: block;
}

.header .menu li .sub_menu li a{
	display: block;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.header .menu li .sub_menu li a:hover{
	color: #856f44;
}

/* 首页banner样式 */
.banner {
	width: 100%;
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 8px;
}
.banner .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 0 6px !important;
}
.banner .swiper-pagination-bullet-active{
	background-color: #000;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	opacity: 0.6;
}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{
	font-size: 26px !important;
	font-weight: 700 !important;
	color: #FFFFFF !important;
}


.home-company{
	padding: 30px 0;
}
.company-tip{
	padding: 15px 50px 20px;
}
.company-tip ul{
	list-style: disc;
}

.title-box{
	text-align: center;
	padding-bottom: 20px;
}

.title-box h3{
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
}


.home-product{
	padding: 30px 0;
}

.product-tip{
	padding: 15px 0 20px;
}
.product-list{
	margin: 0 -10px;
}

.product-list .item-one{
	width: 25%;
	float: left;
}

.product-list .item-one .item-pad{
	display: block;
	padding:20px 10px;
}

.product-list .item-one .pic{
	width: 100%;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product-list .item-one img{
	width: 100%;
	height: auto;
}

.product-list .item-one .name{
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 19px;
	white-space: nowrap;      /* 保持文本在一行内显示 */
	overflow: hidden;         /* 超出容器部分隐藏 */
	text-overflow: ellipsis;  /* 超出部分显示省略号 */
}

.product-list .item-one .more{
	color:#CE1B13;
	
}


.bas{
	width: 100%;
	padding: 70px 0 30px;
	line-height: 0;
	text-align: center;
}

.bas img{
	max-width: 100%;
	height: auto;
}

.sub-title{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.sub-con{
	padding: 30px 0;
	color:#777;
}

.sub-con p{
	margin-bottom: 1.5em;
}

.sub-con h1{
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
	color:#000;
}

.sub-con h2{
	color:#000;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

.sub-con ul{
	list-style: disc;
	margin: 0 0 1.5em 3em;
}


.sub-con ol{
	margin: 0 0 1.5em 3em;
}

.sub-con a{
	color: #CE1B13;
	font-weight: 400;
}


.sub-con img{
	max-width: 100%;
	height: auto;
}

.sub-con table{
    width: 100% !important;
}

.sub-con table td{
    padding: 5px;
}




.sub-product a{
	color:#000;
	font-weight: 300;
}

.ctt_con{
	display: flex;
	padding: 100px 0 20px;
}

.ctt_con .ctt_left{
	flex: 1;
	width: 50%;
}

.ctt_con .ctt_left .pad{
	padding:0 100px 100px;
}

.ctt_con a.back{
	font-size: 12px;
	color:#9AA8BA;
	text-decoration: underline;
}

.ctt_con h1.ctt_tit{
	font-size: 60px;
	color:#000;
	padding: 20px 0 0;
}

.ctt_con .ctt_left strong{
	font-weight: 600;
}



.ctt_con .ctt_right{
	flex: 1;
	width: 50%;
}

 
.ctt_con .ctt_right .pic-one{
	width: 25%;
	float: left;
}

.ctt_con .ctt_right .pic-one.max{
	width: 100%;
	float: left;
}

.ctt_con .ctt_right .pic-one a{
	line-height: 0;
	margin: 6px;
	height: 167px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ctt_con .ctt_right .pic-one.max a{
	height: auto;
}

.ctt_con .ctt_right .pic-one img{
	width: auto;
	height: 100%;
}

.ctt_con .ctt_right .pic-one.max img{
	width: 100%;
	height: auto;
}

.ctt_con .dte{
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color:#777;
}
.ctt_con .ctt_txt{
	line-height: 1.6;
}
.ctt_con .ctt_txt img{
	max-width: 100%;
	height: auto;
}



.foot{
	width: 100%;
	background: #000000;
	padding: 30px 0 20px;
	color:#8e8e8e
}

.foot-nav{
	height: 31px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	
}

.foot-nav a{
	flex:1;
	display: block;
	color:#fff;
}
.foot-nav a:hover{
	color: #a4916c;
}
.foot-nav .link_phone{
	width: 180px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	color: #a4916c;
	background: none;
	padding: 0;
	margin: 0;
}

.foot-nav .link_phone img{
	width: auto;
	height: 20px;
	margin-right: 8px;
}

.copyright{
	padding: 10px 10px 20px;
	text-align: right;
}