
@font-face{ 
font-family: "wo";
src: url("../fonts/wo.TTF");
}
.hertre{
	width: 100%;
	height: 180px;
	background: #ffffff;
	z-index: 999;
}
.hertre_cen{
	width: 1450px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: 289px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav{
	width: 65%;
	height: auto;
}
.nav ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav ul li{
	font-size: 18px;
	color: #b67e15;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	padding: 10px 30px;
}
.nav ul li.nav_cen{
	background: #b67e15;
	color: #fff;
	padding: 10px 30px;
}
.nav ul li:hover{
	padding: 10px 30px;
	background: #b67e15;
	color: #fff;
}
.an{
	width: 70px;
	height: 70px;
	display: none;
	position: fixed;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
  cursor: pointer;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
  transform: rotate(90deg);
}
path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
  transform-origin: 36% 40%;
}
path:nth-child(2) {
  stroke-dasharray: 29 299;
}
path:nth-child(3) {
  transform-origin: 35% 63%;
}
path:nth-child(4) {
  stroke-dasharray: 29 299;
}
path:nth-child(5) {
  transform-origin: 61% 52%;
}
path:nth-child(6) {
  transform-origin: 62% 52%;
}
.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active{
	background: #0d5a29;
}
.hong{
	width: 100%;
	overflow: hidden;
	background: #fffaf2;
}
.title{
	width: 1450px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 70px auto;
}
.title img{
	height: 170px;
	width: auto;
}
.title h1{
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: #3c5352;
	font-weight: 900;
	font-family: "wo";
}
.liuyan{
	width: 1450px;
	overflow: hidden;
	margin: auto;
	padding: 50px 80px;
	background: #fff;
}
.liuyan ul{
	width: 100%;
	overflow: hidden;
}
.liuyan ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.liuyan ul li:nth-child(1){
	margin-top: 0px;
}
.liuyan_img{
	width: 125px;
	overflow: hidden;
}
.liuyan_img img{
	width: 100%;
	height: auto;
}
.liuyan_r{
	width: calc(100% - 150px);
	overflow: hidden;
}
.liuyan_r h1{
	width: 100%;
	background: #f4ece0;
	padding: 15px 10px;
	font-size: 26px;
	color: #3c5352;
	font-weight: inherit;
}
.liuyan_r h1 span{
	font-size: 20px;
	color: #879392;
	margin-left: 15px;
}
.liuyan_text{
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	color: #879392;
	line-height: 60px;
	margin-top: 25px;
}
.liuyan_r textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #d2d2d2;
	display: block;
	resize: none;
	font-size: 24px;
	color: #879392;
	padding: 20px;
	font-family: "微软雅黑";
}
.liuyan_r input{
	width: 136px;
	line-height: 44px;
	background: #b57441;
	display: block;
	float: right;
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	border: none;
}
.shuji{
	width: 1450px;
	overflow: hidden;
	margin: auto;
}
.shuji ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shuji ul li{
	width: calc(50% - 5px);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.shuji_img{
	width: 40%;
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.shuji_img img{
	width: 100%;
	height: auto;
}
.shuji_r{
	width: 55%;
	overflow: hidden;
}
.shuji_r h1{
	font-size: 40px;
	color: #3c5352;
	font-weight: 900;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.shuji_r span{
	display: block;
	font-size: 36px;
	color: #3c5352;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.shuji_r p{
	font-size: 22px;
	color: #3c5352;
	line-height: 30px;
	margin-top: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.shuji_r a{
	display: block;
	max-width: 220px;
	text-align: center;
	line-height: 60px;
	background: #b67e15;
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
}
.hui{
	width: 100%;
	overflow: hidden;
	background: #e3e3e1;
}
.liebiao{
	width: 1450px;
	overflow: hidden;
	margin: 40px auto;
	background: #f4ece0;
	padding: 70px;
}
.liebiao>h1{
	font-size: 57px;
	color: #3c5352;
	font-weight: inherit;
	text-align: center;
	line-height: 57px;
	font-family: "wo";
}
.liebiao>p{
	font-size: 24px;
	color: #3c5352;
	margin-top: 30px;
	text-align: center;
}
.liebiao>ul{
	width: 100%;
	overflow: hidden;
}
.liebiao>ul li{
	width: 100%;
	overflow: hidden;
	font-size: 36px;
	color: #000000;
	margin-top: 30px;
}
.fenlei{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.fenlei>h1{
	font-size: 40px;
	color: #000000;
	font-weight: inherit;
	border-top: 1px solid #d89632;
	padding-top: 20px;
}
.fenlei ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	background: #fff;
	padding: 25px;
}
.fenlei ul li{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}
.fenlei ul li:nth-child(1){
	margin-top: 0px;
}
.show{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.show h1{
	font-size: 36px;
	color: #3c5352;
	font-weight: bold;
}
.show_text{
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	color: #000000;
	line-height: 60px;
	margin-top: 70px;
}
.prev{
	width: 100%;
	overflow: hidden;
	text-align: right;
	margin-top: 40px;
	font-size: 40px;
	color: #000000;
}
.prev span{
	margin: 0 50px;
}
.jianjie{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/asc_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	padding: 100px 0;
}
.jianjie_cen{
	width: 1450px;
	overflow: hidden;
	margin: auto;
}
.jianjie_img{
	width: 300px;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	margin: auto;
	border-radius: 50%;
	border: 5px solid #d89632;
}
.jianjie_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.jianjie_cen>h1{
	text-align: center;
	font-size: 48px;
	color: #3c5352;
	font-weight: bold;
	margin-top: 30px;
}
.jianjie_text{
	font-size: 30px;
	color: #3c5352;
	line-height: 60px;
	text-align: center;
	margin-top: 50px;
}
.infenlei{
	width: 1450px;
	overflow: hidden;
	margin: auto;
}
.infenlei ul{
	padding: 0;
}
.in_title{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in_title img{
	width: 100%;
	height: auto;
}
.in_title h1{
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: #ffffff;
	font-weight: 900;
	font-family: "wo"
}
.in_jian{
	width: 100%;
	overflow: hidden;
	background: #f0ebe7;
}
.jian_cen{
	width: 1450px;
	margin: 70px auto;
	border: 3px solid #a76c2e;
	padding: 80px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
.posp i{
	width: 50px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.posp i:nth-child(1){
	top: -3px;
	left: -3px;
}
.posp i:nth-child(2){
	top: -3px;
	right: -3px;
}
.posp i:nth-child(3){
	bottom: -3px;
	left: -3px;
}
.posp i:nth-child(4){
	bottom: -3px;
	right: -3px;
}
.posp i img{
	width: 100%;
	height: auto;
}
.jian_img{
	width: 40%;
	overflow: hidden;
}
.jian_img img{
	width: 100%;
	height: auto;
}
.jian_r{
	width: 55%;
	overflow: hidden;
}
.jian_r h1{
	font-size: 36px;
	color: #3c5352;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
}
.jian_r h1::after{
	content: "";
	width: 56px;
	height: 6px;
	background: #3c5352;
	position: absolute;
	bottom: 0;
	left: 0;
}
.jian_text{
	font-size: 24px;
	color: #3c5352;
	line-height: 48px;
	margin-top: 50px;
}

.dizigui{
	width: 100%;
	background: #f8f4ee;
	overflow: hidden;
	background-image: url(../images/bei_23.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right bottom;
}
.dizigui_in{
	width: 1450px;
	overflow: hidden;
	margin: 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.dizigui_in_img{
	width: 340px;
	overflow: hidden;
	background: #ffffff;
	padding: 15px;
}
.dizigui_in_img img{
	width: 100%;
	height: auto;
}
.dizigui_in_r{
	width: calc(100% - 360px);
	overflow: hidden;
}
.dizigui_in_r h1{
	font-size: 39px;
	color: #3c5352;
	line-height: 39px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f1bc85;
	font-weight: bold;
}
.dizigui_in_r h1 span{
	font-size: 24px;
	font-weight: 500;
	margin-left: 10px;
}
.dizigui_in_r ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.dizigui_in_r ul li{
	width: calc(50% - 10px);
	overflow: hidden;
	font-size: 20px;
	color: #3c5352;
	line-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0s;
}
.dizigui_in_r ul li:hover{
	color: #b67e15;
	text-decoration:underline;
}
.zhongxin{
	width: 100%;
	overflow: hidden;
	background: #f0ebe7;
}
.zhongxin_cen{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/scacs_13.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 220px 0;
	margin-bottom: 50px;
	margin-top: -150px;
}
.zhongxin_cen ul{
	width: 60%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zhongxin_cen ul li{
	width: 50%;
	overflow: hidden;
}
.zhongxin_cen ul li h1{
	text-align: center;
	font-size: 39px;
	color: #3c5352;
	font-weight: bold;
}
.zhongxin_cen ul li span{
	font-size: 24px;
	color: #3c5352;
	text-align: center;
	display: block;
	margin-top: 20px;
}
.zhongxin_cen ul li img{
	width: 200px;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.zhongxin_cen ul li p{
	width: 80%;
	margin: auto;
	font-size: 20px;
	line-height: 30px;
	color: #3c5352;
	margin-top: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.zhongxin_cen ul li a{
	display: block;
	width: 250px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.zhongxin_cen ul li a img{
	width: 100%;
	height: auto;
}
.di{
	width: 100%;
	overflow: hidden;
	background: #fff;
	background-image: url(../images/olp_18.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}
.di_cen{
	width: 1450px;
	overflow: hidden;
	margin: auto;
	margin-top: 150px;
}
.di_cen ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.di_cen ul li{
	font-size: 20px;
	color: #b67e15;
}
.di_cen ul li img{
	width: 170px;
	height: auto;
}
.lianxi{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.lianxi p{
	font-size: 20px;
	color: #080808;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left top;
	padding-left: 25px;
}
.lianxi p:nth-child(1){
	background-image: url(../images/sacasc_68.png);
}
.lianxi p:nth-child(2){
	background-image: url(../images/sacasc_64.png);
}
.lianxi p:nth-child(3){
	background-image: url(../images/sacasc_58.png);
}
.beian{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.beian p{
	font-size: 20px;
	color: #080808;
	margin: 0 5px;
}
.page{
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin-top: 50px;
}
.page .active,
.page .total{
    display: inline-block;
    font-size: 30px;
    color: #000000;
    margin: 0px 3px;
}
