*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;    
}
body{
	font-size: 16px;
	line-height: 1.4;
	color: #444;
	position: relative;
}
a{
	text-decoration: none;
	transition: .3s;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
img{
	max-width: 100%;
}

.menu{
	display: flex;
	justify-content: space-between;
	background-color: #fff;

}
.menu.sticky{
	position: sticky;
	top: 0;
	border: 1px solid #eee;
	z-index: 9;
}


.menu a{
	width: 33%;
	text-align: center;
	border-top: 7px solid #fda952;
	font-size: 28px;
	text-decoration: none;
	color: #fda952;
	font-weight: bold;
	padding: 7px;
}

.menu a:hover,.menu a.active{
	color: #ff8441;
	border-top-color: #ff8441;
}

ul.list{
	list-style: none;
	display: flex;
	justify-content: space-around;
}

ul.list li{
	text-align: center;
}

.sanbu{
	background-color: #fffcf5;
	padding: 50px;
	text-align: center;
}
.h1.glb_title{
	font-size: 46px;
	font-weight: bold;
	color: #ff8441;
	text-align: center;
}

.sanbu .jifen a{
	color: #fff;
	font-size: 21px;
	background-color:#ff8441 ;
	font-weight: bold;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 30px;
}

.sanbu .jifen a:hover{
	background-color: #a03a03;
}

.sanbu ul{
	padding-top: 50px;
}

.sanbu li p{
	font-size: 20px;
	padding-top: 5px;
	color: #666;
}

.sanbu li p span{
	color: #fda952;
	font-weight: bold;
}

.haoli .bigtitle{
	text-align: center;
	padding: 30px;
}


.haoli .bigtitle{
	font-size: 36px;
	text-align: center;
	color: #fda952;
	font-weight: bold;
}

.haoli ul{
	list-style: none;
}


.haoli ul.product {
	display: flex;
	justify-content: space-between;
}

.haoli ul.product li{
	width: 24%;
}

.haoli .t1{
   background-color: #fffaef;
   padding: 50px;
}

.haoli ul.product li  .t1 img{
	transition: .6s;
}

.haoli ul.product li a:hover .t1 img{
	transform: scale(1.3);
}

.haoli ul.product li  .t2{
	background-color: #b9a888;
	margin: 10px 0;
	text-align: center;
	padding: 4px;
}

.haoli ul.product li  .t2 img{
	vertical-align: -5px;
	height: 21px;
}
.haoli ul.product li  .t2 span{
	
	color: #fff;
}


.haoli ul.product li  .t3{
	text-align: center;
	padding: 10px 15px;
	padding-bottom: 40px;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}
.haoli ul.product {
	border-bottom: 1px solid #ddd;
}

.haoli ul.product:last-child {
	border-bottom: none;
}


.duihuan{
	background-color: #fffaef;
	padding: 50px;
}

.duihuan .bigtitle{
	text-align: center;
}

.duihuan ul{
	display: block;

}
.duihuan ul li{
   display: block;
   	text-align: left;
   	padding-bottom: 20px;
}

.duihuan ul li .title{
	font-size: 36px;
	color: #fda952;
	font-weight: bold;
	padding: 10px 0;
}


@media (max-width: 767px){ 
   .menu a {
   	  font-size: 16px;
   }
	h1.glb_title {
	  font-size: 22px;
	}
	.sanbu {
		padding: 15px;
	}
	.sanbu li p {
  font-size: 14px;}
  .sanbu ul {
  padding-top: 20px;
}

.haoli .bigtitle {
  font-size: 18px;
  padding: 15px;
}
.haoli .t1 {
  padding: 10px;
}

.haoli ul.product li {
  width: 49%;
}

.haoli ul.product  {
    flex-wrap: wrap;
}


.duihuan ul li .title {
  font-size: 18px;
}

.duihuan {
  padding: 20px;
}

.haoli ul.product li .t3 {
	padding: 0 10px 15px 10px;
}





} 