@import "./common/init.css";
html{font-size: 26px;}
body{
	color: #000;
	overflow-x: hidden;
	position: relative;
	background-color:#ffffff;
	background-size:100%;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wap,
.banner_wap{
	display: none;
}
.header{
	position: relative;
	z-index:4;
}
.header .fixed{
	background-image:url(../img/nav_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
.header .pingbic{
	display: none;
}
.header .fixed>.wrap{
	height:1.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: static;
}
.header .fixed .logo{ 
    width:4.0rem;
    height:1.44rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-image: url(../img/logo.png);
}
.header .fixed .nav_list{
	width: 16.0rem;
	display:flex;
	justify-content: space-between;
}
.header .fixed .nav_list .li{
	font-size:0.36rem;
	color:#ffffff;
	line-height:1.1rem;
	text-align: center;
	border-bottom:solid 3px transparent;
	border-top:solid 3px transparent;
}
.header .fixed .nav_list .li.on{
	border-bottom-color:#fff;
}
.header .wrap .menu{
	width:1.1rem;
	height:1.6rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-image:url(../img/menu.png);
}
.header .lunbo_kuang{
	position: relative;
}
.header .lunbo_kuang .banner{
	width: 100%;
}
.header .lunbo_kuang .banner img{
	width: 100%;
}
.header .lunbo_kuang .wrap_kuang{
	position: absolute;
	left:50%;
	top:50%;
	z-index:10;
	margin-left:-600px;
	margin-top:-30px;
	color:#ffffff;
}
.header .lunbo_kuang .wrap_kuang .p1{
	font-size:0.72rem;
	margin-bottom:0.3rem;
}
.header .lunbo_kuang .wrap_kuang .p2{
	font-size:0.52rem;
}
.header .lunbo_kuang .fenyei{
	position: absolute;
	left:50%;
	bottom:20px;
	margin-left:-600px;
    z-index:4;
}
.header .lunbo_kuang .fenyei span{
	background-color:#fff;
	opacity:0.4;
	width: 0.6rem;
	height:0.08rem;
	border-radius:0;
	margin-right:10px;
}
.header .lunbo_kuang .fenyei span.swiper-pagination-bullet-active{
	opacity:1;
	width: 60px;
}
.header .header_tel{
	height:90px;
	width: 100%;
	display:flex;
	align-items: center;
    justify-content: center;
	background-color:#fff;
	font-size:24px;
	color:#333333;
	font-weight: bold;
	letter-spacing:4px;
}
.header .header_tel .name{
	padding-left:20px;
}
.header .header_tel .tel{
	padding-right:20px;
	margin-left:20px;
	color:#aa8445;
	padding-left:30px;
	background-position:left;
	background-image:url(../img/header_tel.png);
	background-repeat:no-repeat;
	background-size:20px;
}
.header .header_tel:before,
.header .header_tel:after{
	content: "";
	display: block;
	flex:1;
	height:2px;
	background-color:#000;
}
.footer .copyright{
	width: 100%;
	background-color:#482a15;
	font-size:0.28rem;
	color:#ffffff;
	line-height:1.0rem;
}
.footer .copyright .wrap{
	display:flex;
	align-items: center;
    justify-content: center;
}
.footer .copyright .wrap div{
	padding:0 0.2rem;
}
.footer .fixed_k{
	position: relative;
}
.footer .fixed_k:before{
	content: "";
	display: block;
	width: 100%;
    height:2.5rem;
}
.footer .fixed_k .fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding:0.3rem 0 0.4rem;
	background-color:rgba(0, 0, 0, 0.7);
}
.footer .fixed_k .fixed .wrap{
	display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer .fixed_k .fixed .wrap .li{
	flex:1;
	background-color:#e5c531;
	font-size:0.56rem;
	color:#ffffff;
	line-height:1.8rem;
	text-align: center;
	border-radius: 0.3rem;
	display:flex;
    align-items: center;
    justify-content: center;
}
.footer .fixed_k .fixed .wrap .li+.li{
	margin-left:0.4rem;
	background-color:#94431b;
}
.tit{
	font-size:0.6rem;
	color:#94431b;
	line-height:1.2rem;
	font-weight: bold;
	background-image:url(../img/tit_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:122px 6px;
}
.about{
	padding:0.8rem 0 1.2rem;
}
.about .wrap{
	display:flex;
}
.about .wrap .neir{
	flex:1;
}
.about .wrap .neir .com{
	font-size:0.4rem;
	color:#333333;
	line-height:1.7;
	padding-top:0.6rem;
}
.about .wrap .video{
	margin-left:0.4rem;
	width:11.6rem;
	height:6.5rem;
	border-radius:0.2rem;
}
.give{
	background-image:url(../img/s_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:1.4rem 0;
}
.give .list{
	display:flex;
    justify-content: space-between;
	padding:0 0.4rem;
}
.give .list .img{
	width:4.2rem;
}
.links{
	padding:1.2rem 0;
	background-image:url(../img/links_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.body_about .links{
	background-image:none;
	background-color:#fff;
}
.links .tit{
	color:#fff;
	background-image:url(../img/tit_bg_o.jpg);
}
.body_about .links .tit{
	color:#94431b;
	background-image:url(../img/tit_bg.jpg);
}
.links .list{
	display:flex;
	flex-wrap: wrap;
}
.links .list .li{
	width: 5.4rem;
	height:1rem;
	background-color:#f5e8ad;
	font-size:0.32rem;
	color:#94431b;
	font-weight: bold;
	display:flex;
	justify-content: center;
    align-items: center;
    margin-right:0.8rem;
    margin-top:0.8rem;
}
.links .list .li:nth-child(4n){
	margin-right:0;
}
.links .list .li:nth-child(8n-1),
.links .list .li:nth-child(8n-3),
.links .list .li:nth-child(8n-4),
.links .list .li:nth-child(8n-6){
	background-color:#94431b;
	color:#fff;
}
.links .list .li:after{
	content: "";
	margin-left:0.2rem;
	display: block;
	width:0.4rem;
	height:0.4rem;
	background-image:url(../img/links1.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.links .list .li:nth-child(8n-1):after,
.links .list .li:nth-child(8n-3):after,
.links .list .li:nth-child(8n-4):after,
.links .list .li:nth-child(8n-6):after{
	background-image:url(../img/links2.png);
}
.honor{
	background-image:url(../img/honor_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0.6rem 0 1.4rem;
}
.honor .tit{
	color:#fff;
	background-image:url(../img/tit_bg_o.jpg);
}
.honor .list{
	display:flex;
	flex-wrap: wrap;
	padding-top:0.2rem;
}
.honor .list .img{
	width: 5.4rem;
	height:3.8rem;
	object-fit:cover;
	margin-top:0.4rem;
	margin-right:0.8rem;
}
.honor .list .img:nth-child(4n){
	margin-right:0;
}
.environment{
	background-color:#eeebe8;
	padding:0.7rem 0;
}
.environment .list{ 
	padding-top:0.8rem;
	display:flex;
    flex-wrap: wrap;
}
.environment .list .li{
	width:6.6rem;
	margin-right:2.1rem;
	margin-bottom:1.0rem;
	background-color:#fff;
	border-radius:0.2rem;
	overflow: hidden;
	box-shadow:0 0 20px 2px rgba(0, 0, 0, 0.1);
}
.environment .list .li:nth-child(3n){
	margin-right:0;
}
.environment .list .li .img{
	width: 100%;
	height:5.6rem;
	object-fit:cover;
}
.environment .list .li .p1{
	font-size:0.32rem;
	height:1.1rem;
	display:flex;
	justify-content: center;
    align-items: center;
}
.news{ 
	padding:0.2rem 0 0.8rem
}
.news .tit{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:1rem;
}
.news .tab{
	display:flex;
}
.news .tab .li{
	width:2.6rem;
	line-height:0.9rem;
	text-align: center;
	border:solid 2px #94431b;
	font-size:0.36rem;
	margin-left:0.4rem;
	color:#94431b;
	cursor: pointer;
}
.news .tab .li.on{
	color:#fff;
	background-color:#94431b;
}
.news .list{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-end;
	justify-content: space-between;
	height: 8.3rem;
}
.news .list .li{
	width: 12.8rem;
	display:flex;
    flex-direction: column;
}
.news .list .li .img{
	display: none;
	width:100%;
	height:6.2rem;
	object-fit:cover;
	margin-bottom:0.2rem;
}
.news .list .li .flex{
	display:flex;
    align-items: center;
}
.news .list .li .flex .time{
	width:1.6rem;
	height:1.6rem;
	background-color:#f8dacb;
	border-radius:1.0rem;
	font-size:0.44rem;
	color:#94431b;
	text-align: center;
	line-height:0.8rem;
	padding-bottom:0.15rem;
	font-weight: bold;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news .list .li .flex .time:after{
	content: "";
	display: block;
	width: 0.66rem;
	height:0.12rem;
	background-color:#94431b;
}
.news .list .li .flex .neir{
	flex:1;
	border-left:solid 0.04rem #e1e1e1;
	margin-left:0.4rem;
	padding-left:0.6rem;
}
.news .list .li .flex .neir .p1{
	font-size:0.36rem;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom:0.2rem;
}
.news .list .li .flex .neir .p2{
	font-size:0.28rem;
	color:#666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
@media only screen and (min-width:768px){
	.news .list .li:nth-child(1){
		width: 9.1rem;
		margin-right:2.06rem;
	}
	.news .list .li:nth-child(1) .img{
		display: block;
	}
	.news .list .li:nth-child(1) .flex .time{
		display: none;
	}
	.news .list .li:nth-child(1) .flex .neir{
		border-left:none;
		padding-left:0;
		margin-left:0;
	}
	.news .list .li:nth-child(n+5){
		display: none;
	}
}
.breadcrumb{
	font-size:0.28rem;
	color:#333333;
	line-height:1.0rem;
	background-color:#fff;
}
.breadcrumb .wrap{
	display:flex;
}
.news_info{
	margin-bottom:0.4rem;
}
.news_info .wrap{
	display:flex;
    align-items: flex-start;
}
.news_info .zuobian{
	flex:1;
	margin-right:0.6rem;
}
.news_info .zuobian .border{
	margin-bottom:0.4rem;
}
.news_info .zuobian .title1{
	font-size:0.52rem;
	color:#222222;
	padding:0.2rem 0;
	font-weight: bold;
}
.news_info .zuobian .title2{
	font-size:0.28rem;
	color:#999999;
	margin-bottom:0.4rem;
}
.news_info .zuobian .com{
	font-size:0.3rem;
	color:#666666;
	line-height:0.48rem;
}
.news_info .zuobian .com a{
	display:inline;
}
.news_info .zuobian .com img{
	max-width:100% !important;
}
.news_info .zuobian .annui{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:0.4rem 0;
}
.news_info .zuobian .annui .li{
	font-size:0.3rem;
	color:#94431b;
	font-weight: bold;
}
.news_info .zuobian .annui a{
	display:inline;
}
.news_info .zuobian .annui a span{
	margin-left:0.2rem;
}
.news_info .youbian{
	width:6.6rem;
	padding:0.4rem;
	background-color:#e8e5d9;
}
.news_info .youbian .list_list .li{
	display:flex;
	margin-bottom:0.4rem;
}
.news_info .youbian .list_list .li .img{
	width:1.8rem;
	height:1.4rem;
	border-radius:0.1rem;
	object-fit:cover;
}
.news_info .youbian .list_list .li .neir{
	flex:1;
	padding-left:0.3rem;
}
.news_info .youbian .list_list .li .neir .p1{
	font-size:0.32rem;
	color:#333333;
	margin-bottom:0.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news_info .youbian .list_list .li .neir .p2{
	font-size:0.28rem;
	color:#666666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.news_info .youbian .gengduo{
	margin:0 auto;
	width: 2.2rem;
	line-height:0.8rem;
	font-size:0.35rem;
	color:#ffffff;
	text-align: center;
	border-radius:0.1rem;
	background-color:#94431b;
}
.stele_bg{
	background-color:#eeebe8;
	padding:0.6rem 0;
}
.stele_bg .list{
	padding-top:0.4rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stele_bg .list .li{
	width:48%;
	border-radius:0.2rem;
	margin-bottom:0.8rem;
	display:flex;
	box-shadow:0 0 0.4rem 0 rgba(0, 0, 0, 0.1);
	background-color:#fff;
	overflow: hidden;
}
.stele_bg .list .li .img{
	width:6.6rem;
	height:6.2rem;
	object-fit:cover;
}
.stele_bg .list .li .neir{
	padding:0.7rem;
}
.stele_bg .list .li .neir .name{
	font-size:0.32rem;
	color:#94431b;
	font-weight: bold;
}
.stele_bg .list .li .neir .name1{
	font-size:0.28rem;
	color:#999999;
	padding:0.3rem 0 0.4rem
}
.stele_bg .list .li .neir .tag{
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stele_bg .list .li .neir .tag .i{
	font-size:0.28rem;
	border-radius:0.1rem;
	line-height:0.6rem;
	border:solid 0.02rem #333333;
	color:#333333;
	padding:0 0.2rem;
	margin-bottom:0.4rem;
}
.stele_bg .list .li .neir .tel{
	width:100%;
	line-height:0.8rem;
	border-radius:0.1rem;
	text-align: center;
	font-size:0.3rem;
	color:#ffffff;
	background-color:#e5c531;
	margin-top:0.4rem;
}
.flow{
	padding:0.1rem 0 1.0rem;
}
.flow .flow_more{
	width: 3.8rem;
	margin:0 auto;
	line-height:0.8rem;
	border:solid 0.04rem #94431b;
	font-size:0.3rem;
	color:#94431b;
	text-align: center;
}
.contact{
	background-color:#eeebe8;
	padding:0.4rem 0 1.2rem;
}
.contact .list_flex{
	display:flex;
	margin-top:1.2rem;
}
.contact .list_flex .map{
	width:14.0rem;
	height:6.4rem;
}
.contact .list_flex .border{
	flex:1;
	padding:0.6rem 0;
	margin-right:0.6rem;
	display:flex;
    flex-direction: column;
    justify-content: space-between;
	font-size:0.3rem;
	color:#333333;
}
.contact .list_flex .border .li{
	display:flex;
	line-height:1.0rem;
}
.contact .list_flex .border .name{
	font-weight: bold;
	padding-left:1.5rem;
	background-position:left;
	background-repeat:no-repeat;
	background-size:1.0rem;
}
.contact .list_flex .border .li:nth-child(1) .name{
	background-image:url(../img/contact1.png);
}
.contact .list_flex .border .li:nth-child(2) .name{
	background-image:url(../img/contact2.png);
}
.contact .list_flex .border .li:nth-child(3) .name{
	background-image:url(../img/contact3.png);
}
.contact .list_flex .border .value{
	flex:1;
}
.index .limited{
	width: 8.8rem;
	height:7.6rem;
	background-color:#f6f1ed;
	border-radius:0.2rem;
	margin-left:1.8rem;
}
.index .limited .ti{
	display:flex;
    align-items: center;
    justify-content: center;
	font-size:0.52rem;
	color:#94431b;
	line-height:1.2rem;
	margin-bottom:0.2rem;
	letter-spacing:2px;
}
.index .limited .ti:after,
.index .limited .ti:before{
	content: "";
	display: block;
	width: 1.7rem;
	margin:0 0.4rem;
	height:2px;
	background-color:#e6ccba;
}
.index .limited .limited_kuang{
	display:flex;
    align-items: center;
}
.index .limited .limited_lunmbo{
	width:5.8rem;
}
.index .limited .img{
	width: 100%;
	height:4.0rem;
	object-fit:cover;
	border-radius:0.2rem 0.2rem 0 0;
}
.index .limited .flex{
	background-color:#fff;
	border-radius:0 0 0.2rem 0.2rem;
	display:flex;
    align-items: center;
	font-size:0.44rem;
	padding:0.3rem 0.4rem;
}
.index .limited .flex .neir1{
	flex:1;
}
.index .limited .flex .neir1 .p1{
	color:#333333;
}
.index .limited .flex .neir1 .p2{
	font-size:0.32rem;
	color:#999999;
}
.index .limited .flex .p3{
	color:#ff4a2c;
}
.index .limited .limited_left,
.index .limited .limited_right{
	width: 1.4rem;
	height:2.2rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:0.52rem;
	cursor: pointer;
	z-index:3;
}
.index .limited .limited_left{
	background-image:url(../img/limited_left.png);
}
.index .limited .limited_right{
	background-image:url(../img/limited_right.png);
}
.environment_index{
	background-color:#eeebe8;
	padding:1.0rem 0;
}
.environment_index .wrap{
	display:flex;
}
.environment_index .zuobian{
	flex:1;
	padding-top:2.0rem;
}
.environment_index .zuobian .environment_duotu {
	width: 8.0rem;
	margin-left:0;
}
.environment_index .zuobian .environment_duotu .swiper-slide{
	position: relative;
	border:solid 0.06rem transparent;
	overflow: hidden;
	border-radius:0.2rem;
}
.environment_index .zuobian .environment_duotu .active_nav{
	border:solid 0.06rem #e5c531;
}
.environment_index .zuobian .environment_duotu .img{
	width: 100%;
	height:2.6rem;
	object-fit:cover;
	border-radius:0.2rem;
}
.environment_index .zuobian .environment_duotu .p1{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
	display:flex;
    justify-content: center;
    align-items: center;
	font-size:0.44rem;
	color:#ffffff;
	cursor: pointer;
}
.environment_index .youce{
	width:14.2rem;
	height:8.0rem;
}
.environment_index .youce .title{
	position: absolute;
	left:0;
	top:0;
}
.environment_index .youce .environment_datu{
	width: 100%;
	height:100%;
}
.environment_index .youce .environment_datu .img{
	width: 100%;
	height:100%;
	object-fit:cover;
	border-radius:0.2rem;
}
.environment_index .youce .environment_datu .p1{
	position: absolute;
	left:0;
	bottom:0;
	font-size:0.6rem;
	color:#ffffff;
	line-height:1.4rem;
	width: 3.4rem;
	border-radius:0 0.2rem 0;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.5);
}
.index .news{
	padding:1.4rem 0;
}
.index .news .newx_flex .flex_list{
	display: none;
}
.index .news .newx_flex .flex_list:first-child{
	display: block;
}
.index .news .newx_flex .flex_list .more_kuang{
	display:flex;
}
.index .news .newx_flex .flex_list .more{
	font-size:0.32rem;
	color:#333333;
}
.index .give .wrap_flex{
	display:flex;
}
.index .give .wrap_flex .list{
	flex:1;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.index .give .list .img{
	width:3.1rem ;
	margin-right:0.2rem;
	margin-bottom:0.2rem;
}
.index .give .wrap_flex .video{
	width: 11.6rem;
	height:6.6rem;
}
.index .stele_bg{
	padding:1.0rem 0;
	background-color:transparent;
}
.index .stele_bg .stele_bg_lunmbo{
	margin-top:1.0rem;
}
.index .stele_bg .stele_bg_lunmbo .swiper-slide{
	overflow: hidden;
	border-radius:0.2rem;
	opacity:0.2;
	transition: all 0.4s;
}
.index .stele_bg .stele_bg_lunmbo .swiper-slide.swiper-slide-next,
.index .stele_bg .stele_bg_lunmbo .swiper-slide.swiper-slide-prev,
.index .stele_bg .stele_bg_lunmbo .swiper-slide.swiper-slide-active{
	opacity:1;
}
.index .stele_bg .stele_bg_lunmbo .img{
	width: 100%;
	height:7.2rem;
	object-fit:cover;
}
.index .stele_bg .stele_bg_lunmbo .p1{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	background-color:rgba(0, 0, 0, 0.5);
	font-size:0.32rem;
	color:#ffffff;
	text-align: center;
	line-height:1.1rem;
}
.geography_links .wrap{
	display:flex;
	padding-bottom:1.0rem;
}
.geography_links .wrap .geography{
	width:16.0rem;
}
.geography_links .wrap .geography .map{
	width: 100%;
	height:7.2rem;
	margin-top:0.8rem;
	background-color:#000;
}
.geography_links .wrap .links{
	width: 5.4rem;
	margin-left:2.0rem;
	background-image:none;
	padding:0;
}
.geography_links .wrap .links .tit{
	color:#94431b;
	background-image:url(../img/tit_bg.jpg);
}
.geography_links .wrap .links .list{
	margin-top:0.8rem;
}
.geography_links .wrap .links .list .li{
	width: 100%;
	margin-top:0.6rem;
	margin-right:0;
}
.infoWindow{
	font-size:16px;
}
.infoWindow .p1{
	font-size:20rpx;
}
