﻿@charset "utf-8";

/*统一的样式*/

/* reset */
*{margin:0;padding:0;list-style:none; box-sizing: border-box;} /*默认外边距 和 内边距*/ /*去圆点*/
img{border:none; vertical-align:bottom; max-width: 100%}

table {border-collapse:collapse;} /*边框会合并为一个单一的边框*/ /**/
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/  /*轮廓取消*/
/* link */
a{text-decoration:none; color: inherit; transition: 0.3s;}  /*清除超链接的下划线*/
a:hover{text-decoration:none;}
.clear{clear: both;}  /*清除浮动*/
/*统一的样式*/



/*=================||公共头部||           开始==========================*/


body {
	line-height: 140%;
	font-size: 16px;
	font-family:  "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
}
body {max-width: 768px; min-width: 320px; margin: 0px auto }

.hlogo {
	padding: 0.3rem 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.03rem solid #5c3e1e;
	background-color: #fff;
}

.h-logo {
	width: 28%;
	display: inline-block;
}
.hlogo .words p {
	font-size: 0.32rem;
	line-height: 150%;
	color: #bb8833;
	font-family: cursive;
	font-weight: bold;
}
.hlogo .words{text-align: right}
.hlogo .words span {
	font-size: 0.24rem;
	line-height: 100%;
	color: #6f6f6f;
	text-align: right;
}
.nav1{
	background-color: #bb8833;
    display: flex;
    justify-content: space-between;
}

.nav111{
	position: fixed;
	top: 0px;
    left: 0px;
	right: 0px;
	z-index: 55;
}

.nav1 li{
	float: left;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.9rem;
}
.nav1 li:last-of-type{margin-right: 0px;}


.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff}
.banner .swiper-pagination-bullet-active{opacity: 1; background-color: #bb8833}

.nav2{
	position: fixed;
	height: 100%;
	background-color: #bb8833;
	top: 0px;
	overflow-y: scroll;
	right: 0px;
	width: 40%;
	z-index: 100;
	display: none;
	padding-bottom: 200px;
}
.nav2 .fa{
	display: block;
	color: #fff;	
	margin: 0.6rem 0px;
	text-align: right;
	padding-right: 0.25rem;
	font-size: 36px;
	line-height: 100%;
}
.nav2 li a{display: block}
.nav2 li{
	border-top: 1px solid #dcc296;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: 0.32rem;
	color: #fff;
}
.nav2 li:last-of-type{border-bottom: 1px solid #dcc296}
.nav2 .mark{
	position: fixed; 
	background-color: #bb8833;
	top: 0px;
	right: 0px;
	width: 40%;
	z-index: 10;
	height: 100%;
	z-index: -1;
} 
.nav2 .mark1{position: fixed; background-color: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0px; left: 0; z-index: -4;}

/*=================||公共头部||           结束==========================*/


.add{display: none}

/*=================||首页||           开始==========================*/
.box1 h6{
	font-size: 0.36rem;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
	margin-top: 0.55rem;
	letter-spacing: 1px;
	text-align: center;
}
.box1 h5{
	font-size: 0.28rem;
	color: #bb8833;
	font-weight: normal;
	text-align: center;
	margin-top: 0.2rem;	
	margin-bottom: 0.35rem;
	line-height: 100%;
}
.box1 .words a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.2rem
}
.box1 .words img{width: 3.55rem; height: 2.66rem; object-fit: cover;}
.box1 .words1{width: 3.55rem; border-top: 1px solid #dadada; padding: 0.3rem 0; position: relative; height: 2.66rem;}
.box1 .words2{width: 3.55rem; border-bottom: 1px solid #dadada; padding: 0.3rem 0; position: relative; height: 2.66rem;}
.box1 .words h4{
	font-weight: normal;
	font-size: 0.28rem;
	line-height: 100%;
}
.box1 .words p{
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #6f6f6f;
	position: absolute;
	bottom: 0.3rem;
	left: 0px;;
}

.box2 .bpic{width: 100%;height: 5.5rem;position: relative; margin-bottom: 0.3rem}
.box2 .bpic img{width: 100%;height: 100%; object-fit: cover;}
.box2 .bpic p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 0.6rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 0.2rem;
	font-size: 0.28rem;
}
.box2 .bpic p i{float: right; line-height: 0.6rem}
.box2 li{
	padding: 0.3rem 0px;
	border-bottom: 1px solid #dadada;
}
.box2 li:nth-of-type(1){border-top: 1px solid #dadada;}
.box2 .words {
	width: 4.25rem;
	padding: 0.3rem 0;
	position: relative;
	height: 2rem;
	float: left;
}
.box2 .words h4{
	font-weight: normal;
	font-size: 0.28rem;
	line-height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.box2 .words p{
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #6f6f6f;
	position: absolute;
	bottom: 0.2rem;
	left: 0px;;
}
.box2 img{float: right; width: 2.65rem; height: 2rem; object-fit: cover}

.box3{margin-top: 0.3rem}
.box3 h6{
	font-weight: normal;
	font-size: 0.28rem;
	line-height: 0.36rem;
	margin-bottom: 0.25rem;
}
.box3 ul{display: flex; justify-content: space-between; padding-bottom: 0.3rem; border-bottom: 1px solid #dadada;}
.box3 li{ width: 2.3rem; height: 1.75rem; object-fit: cover}
.box3 li img{width: 100%; height: 100%; object-fit: cover;}
.box3 ul:nth-of-type(1){margin-bottom: 0.25rem}
.box3 .more{
	display: block;
	width: 2.3rem;
	line-height: 0.75rem;
	color: #fff;
	font-size: 0.36rem;
	background-color: #000000;
	text-align: center;
	border-radius: 5px;
	margin: 0.4rem auto;
}

.box4_bg{
	border-top: 0.03rem solid #5c3e1e;
	background: url('../images/box4_bg.jpg')repeat 0 0;
	padding: 0.4rem 0px;
}
.box4_bg h6{
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
	line-height: 100%;
}
.box4_bg p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	opacity: 0.7;
	letter-spacing: 0.04rem;
}
.box4_bg a{
	display: block;
	margin: 0.4rem auto 0px;
	width: 1.4rem;
	line-height: 0.45rem;
	background-color: #bb8833;
	border-radius: 5px;
	border: 1px solid #fff;
	font-weight: 500;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
}
.box4 li{
	float: left;
	width: 50%;
	line-height: 1.1rem;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	font-size: 0.28rem;
	color: #6f6f6f;
}

/*=================||首页||           结束==========================*/




/*=================||公共尾部||           开始==========================*/
.foo {
	background-color: #000000;
	padding: 0.45rem 0px;
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.36rem;
	color: #fff;
	margin-bottom: 80px;
}

.fixed{
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 5555;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.fixed ul{width: 100%;}
.fixed li{
    width: 25%;
    float: left;
    height: 1rem;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.6rem;
    color: #000;
    position: relative;
}

.fixed li a{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.fixed li a span{font-size: 0.24rem; line-height: 100%; color: #444444; }
.fixed li:nth-of-type(1) img{width: 0.37rem;height: 0.37rem; object-fit: contain}
.fixed li:nth-of-type(2) img{width: 0.46rem;height: 0.37rem; object-fit: contain}
.fixed li:nth-of-type(3) img{width: 0.40rem;height: 0.36rem; object-fit: contain}
.fixed li:nth-of-type(4) img{width: 0.50rem;height: 0.34rem; object-fit: contain}


























/*=================||公共尾部||           结束==========================*/

@media only screen and (max-width: 414px){
	.hlogo .words p{font-size: 18px; line-height: 20px;}
	.hlogo .words span{font-size: 14px;}
	.box1 h6{font-size: 18px;}
	.box1 h5{font-size: 14px;}
	.box2 .words{padding: 0px}
	.box1 .words h4, .box2 .words h4{font-size: 14px;}
	.box1 .words p, .box2 .words p{font-size: 14px; line-height: 20px;}
	.box2 .bpic p{font-size: 16px;}
	.box3 h6{font-size: 14px; margin-bottom: 5px}
	.box4_bg h6{font-size: 16px;}
	.box4_bg a{font-size: 14px;}
	.foo{font-size: 14px; line-height: 24px;}


}



/*=================部分公共样式            ==========================*/
.clearfix:after {
	clear: both;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.liclearfix li::after{
	display: block;
	content: '';
	width: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.ulclearfix ul:after {
	clear: both;
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.layout{padding-left: 3.125%; padding-right: 3.125%}




/*=================部分公共样式            ===================================*/








