@import "./common/init.css";
body{width: 100%; color: #000; min-width: 1450px; overflow-x: hidden;position: relative; background:#fff; }
.wrap{width: 1116px;margin: 0 auto;position: relative; }
.wrap_{width: 1440px;margin: 0 auto;position: relative; }
.header{
	position: relative;
}
.header:before{
	content: "";
	display: block;
	width: 100%;
	height: 2.5rem;
}
.header .fixed{
	background-color: #f2d07d;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
.header .fixed .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .fixed .flex .logo{
	width:6.4rem;
	height:2.5rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../img/header_logo.png);
}
.header .fixed .nav{
	font-size:0.32rem;
	line-height: 0.8rem;
	color: #1a0d06;
	font-weight: bold;
	display: flex;
}
.header .fixed .nav a{
	position: relative;
	padding: 0 0.6rem;
}
.header .fixed .nav a.on:before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.04rem;
	background: #292929;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.4rem;
}
.header .fixed .flex .caidan{
	display: none;
	width: 1.0rem;
	height: 1.0rem;
	background-image:url(../img/nav_jian.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:90%;
}
.lunbo .fenye{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0 30px;
}
.lunbo .fenye span{
	display: block;
	border-radius: 0;
	width: 60px;
	height: 10px;
	background-color: #fff;
	opacity: 0.4;
}
.lunbo .fenye span.swiper-pagination-bullet-active{
	opacity: 1;
}
.lunbo.banner_wap .fenye{
	bottom:0.4rem;
	justify-content: center;
}
.lunbo.banner_wap .fenye span{
	width:0.28rem;
	height:0.28rem;
	border-radius: 0.6rem;
}
.lunbo.banner_wap .fenye span.swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #f2d07d;
}
.footer{
	background-image: url(../img/footer_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0.4rem;
}
.footer .nav_kuang{
	display: flex;
}
.footer .nav_kuang .logo{
	width: 3.7rem;
	height: 1.4rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-image: url(../img/logo_foor.png);
}
.footer .nav_kuang .nav{
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 0.32rem;
	line-height: 0.44rem;
	color: #f2d07d;
}
.footer .nav_kuang .nav .li{
	padding: 0 0.8rem;
	position: relative;
}
.footer .nav_kuang .nav .li:before{
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	background: #f2d07d;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.footer .nav_kuang .nav .li:last-child:before{
	display: none;
}
.footer .erceng{
	display: flex;
	padding-top: 0.6rem;
}
.footer .erceng .erweim_kuang{
	width:3.6rem;
	padding: 0 1.4rem 0 0.2rem;
}
.footer .erceng .erweim_kuang .erweim{
	width: 100%;
}
.footer .erceng .erweim_kuang .p1{
	font-size: 0.28rem;
	color: #f5f5f5;
	text-align: center;
	margin-top: 0.1rem;
}
.footer .erceng .link_kuang{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.footer .erceng .link_kuang .kuang{
	flex: 1;
	margin-bottom: 0.3rem;
}
.footer .erceng .link_kuang .kuang .name{
	text-align: left;
	font-size: 0.28rem;
	color: #f5f5f5;
	margin-bottom: 0.3rem;
}
.footer .erceng .link_kuang .kuang .neir{
	font-size:0.26rem;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
}
.footer .erceng .link_kuang .kuang .neir .li{
	margin-bottom: 0.2rem;
	margin-right: 0.4rem;
}
.footer .copyright{
	text-align: center;
	font-size: 13px;
	color: #c9c9c9;
	line-height: 0.6rem;
	padding: 0.4rem 0;
}
.footer .footer_top{
	width: 100px;
	height: 100px;
	position: fixed;
	right: 70px;
	bottom: 100px;
	background-image: url(../img/footer_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.footer .fixed_k{
	display: none;
	position: relative;
}
.footer .fixed_k:before{
	content: "";
	display: block;
	width: 100%;
	height: 2.4rem;
}
.footer .fixed_k .fixed{
	position:fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
}
.footer .fixed_k .fixed .flex{
	display: flex;
	justify-content: space-around;
	padding: 0.3rem 0;
}
.footer .fixed_k .fixed .li{
	width: 48%;
	height: 2.0rem;
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: 0.54rem;
	color: #ffffff;
	background-color: #292929;
	border-radius: 50px;
}
.footer .fixed_k .fixed .li+.li{
	background-color: #f2d07d;
	color: #292929;
}
.footer .fixed_k .fixed .li:before{
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background-image: url(../img/footer1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 0.2rem;
}
.footer .fixed_k .fixed .li+.li:before{
	background-image: url(../img/footer2.png);
}
.wap,
.banner_wap{
	display: none;
}
.breadcrumb{
	font-size: 18px;
	color: #333333;
	line-height:0.6rem;
	padding: 0.4rem 0;
}
.breadcrumb .i{
	display: inline;
	padding: 0 0.1rem;
}
.breadcrumb .ii{
	display: inline;
}
.title{
	position: relative;
	padding: 0.2rem 0;
	text-align: center;
}
.title .p1{
	font-size:0.6rem;
	color: #f2d07d;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 0.6rem;
	margin-bottom: 0.4rem;
}
.title .p2{
	font-size: 0.64rem;
	color: #292929;
}
.title_more{
	font-size: 0.32rem;
	color: #292929;
	background: #f2d07d;
	width: 2.2rem;
	line-height: 0.68rem;
	margin: 1.0rem auto 0;
	text-align: center;
}
.about .flex_kuang{
	padding: 1.6rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #292929;
	line-height:1.7;
}
.about .flex_kuang .yi{
	width: 11.6rem;
	height: 8.2rem;
}
.about .flex_kuang .show{
	width: 100%;
	height: 100%;
}
.about .flex_kuang .er{
	width: 10.7rem;
	padding: 1.0rem;
}
.about .flex_kuang .er .title{
	text-align: left;
	margin-bottom: 0.4rem;
}
.about .flex_kuang .er .title_more{
	display: none;
}
.about .flex_kuang .san{
	flex: 1;
	padding: 0.8rem;
}
.about .flex_kuang .si{
	width: 10.7rem;
	height: 8.0rem;
	border: solid 0.2rem #f2d07d;
}
.about .flex_kuang .h1{
	font-size: 0.32rem;
}
.about .flex_kuang .h2{
	font-size:0.56rem;
	margin-bottom: 0.2rem;
}
.about .flex_kuang .h3{
	font-size:0.28rem;
}
.about .about_certificate{
	padding-bottom: 1.0rem;
}
.about .about_certificate .list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.1rem;
}
.about .about_certificate .list .img{
	width:7.1rem;
	object-fit: cover;
	margin-top: 0.4rem;
	margin-right: 0.5rem;
}
.about .about_certificate .list .img:nth-child(3n){
	margin-right: 0;
}
.about .contact{
	display: none;
}
.contact{
	padding: 1.2rem 0;
}
.contact .contact_kuang{
	display: flex;
	flex-direction: column;
}
.contact .contact_kuang .yiceng{
	display: flex;
	margin-bottom: 0.4rem;
}
.contact .contact_kuang .yiceng .title{
	flex: 1;
	padding: 0;
}
.contact .contact_kuang .yiceng .neir{
	flex: 1;
	font-size: 0.4rem;
	color: #828282;
}
.contact .contact_kuang .yiceng .neir .p1{
	margin-bottom: 0.4rem;
}
.contact .contact_kuang .yiceng .neir .p1 span{
	color: #292929;
	font-weight: bold;
}
.contact .contact_kuang .ditu{
	width: 100%;
	height: 6.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/ditu.jpg);

}
.contact .flex .neir{
	width: 8.6rem;
	font-size: 0.4rem;
	color: #292929;
}
.contact .flex .neir .p1{
	margin-bottom: 0.2rem;
}
.contact .flex .neir .p1 span{
	font-weight: bold;
}
.news{
    padding: 0.8rem 0;
}
.news .list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.6rem;
}
.news .list .li{
	width: 31%;
	display: flex;
	flex-direction: column;
	margin-bottom:0.8rem;
	margin-right: 3.5%;
}
.news .list .li:nth-child(3n){
	margin-right: 0;
}
.news .list .li .img{
	width:100%;
	height: 4.0rem;
	object-fit: cover;
}
.news .list .li .neir{
	flex: 1;
	padding: 0.4rem 0.2rem;
	position: relative;
}
.news .list .li .neir:before{
	content: "";
	display: block;
	width: 2.6rem;
	height: 0.12rem;
	background: #f2d07d;
	position: absolute;
	left: 0.2rem;
	bottom: 0;
}
.news .list .li .neir .p1{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.4rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news .list .li .neir .p2{
	font-size: 14px;
	color: #9e9e9e;
	line-height: 1.6;
	margin-bottom: 0.4rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.news .list .li .neir .p3{
	font-size: 12px;
	color: #9e9e9e;
}
.news_info .tit{
	text-align: center;
	font-size: 0.72rem;
	color: #333333;
	padding: 0.2rem 0;
	font-weight: bold;
	margin-top: 0.2rem;
}
.news_info .time{
	text-align: right;
	font-size: 0.28rem;
	color: #9e9e9e;
	line-height: 0.6rem;
	margin-bottom: 0.4rem;
}
.news_info .com{
	font-size: 0.35rem;
	color: #333333;
	line-height: 1.7;
	text-align: justify;
}
.news_info .com img{
	display: inline;
	max-width: 100% !important;
}
.news_info .com a{
	display: inline;
}
.news_info .fenye{
	padding: 1rem 0.2rem 1rem;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #292929;
}
.news_info .fenye a{
	line-height: 0.68rem;
	padding: 0 0.4rem;
	border-radius: 0.1rem;
	background: #f2d07d;
	margin: 0 0.4rem;
}
.environment{
	padding: 0.8rem 0;
}
.environment .list{
	display: flex;
	flex-wrap: wrap;
}
.environment .list .li{
	width: 7.0rem;
	margin-right: 0.66rem;
	margin-top:0.6rem;
}
.environment .list .li:nth-child(3n){
	margin-right: 0;
}
.environment .list .li .img{
	width: 100%;
	height:6.8rem;
	object-fit: cover;
}
.environment .list .li .p1{
	padding: 0 0.4rem;
	font-size:0.32rem;
	color: #292929;
	line-height: 0.8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.tablet{
	padding: 0.8rem 0;
}
.tablet .list{
	display: flex;
	flex-wrap: wrap;
}
.tablet .list .li{
	width: 7.0rem;
	margin-right: 0.66rem;
	margin-top:0.6rem;
}
.tablet .list .li:nth-child(3n){
	margin-right: 0;
}
.tablet .list .li .img{
	width: 100%;
	height:6.8rem;
	object-fit: cover;
}
.tablet .list .li .p1{
	padding: 0 0.4rem;
	font-size:0.32rem;
	color: #292929;
	line-height: 0.8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.page .pagination{
	display: flex;
	justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #cccccc;
    padding: 0.8rem 0;
}
.page .pagination li{
	font-size: 0.38rem;
	color: #cccccc;
	line-height: 0.6rem;
	border: solid 0.02rem #cccccc;
	margin: 0 0.1rem;
}
.page .pagination li.active{
	border-color: #d5952c;
	color: #000;
}
.page .pagination li.disabled{
	border: none;
}
.page .pagination li a,
.page .pagination li span{
	padding: 0 0.2rem;
}
.index .environment{
	padding-top: 1.8rem;
}
.index .environment .list .li .p1{
	display: none;
}
.index .tablet{
	padding-top: 0.8rem;
}
.index .tablet .list .li .p1{
	display: none;
}
.index .news{
	padding: 1.2rem 0;
}
.item{
	padding: 1.2rem 0 1.4rem;
	display: flex;
	flex-wrap: wrap;
}
.item .li{
	width: 25%;
	height: 5.6rem;
	background-color: #f2d07d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.item .li .p1{
	font-size: 1.44rem;
	color: #292929;
}
.item .li .p2{
	font-size: 0.5rem;
}
.item .li .img{
	width: 1.6rem;
	height: 1.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item .li .p3{
	font-size: 0.6rem;
	color: #ffffff;
	padding-top: 0.4rem;
}
.index_tel{
	padding: 0.6rem 0 0.8rem;
	display: flex;
    align-items: center;
}
.index_tel .tel_kuang{
	flex: 1;
	text-align: center;
}
.index_tel .tel_kuang .p1{
	font-size: 0.8rem;
	color: #292929;
	font-weight: bold;
}
.index_tel .tel_kuang .p2{
	font-size: 0.48rem;
	color: #f2d07d;
}
.index_tel .anjian{
	width: 7.8rem;
	height: 2.0rem;
	line-height: 2rem;
	text-align: center;
	font-size:0.48rem;
	color: #292929;
	background: #f2d07d;
	font-weight: bold;
}
.index_tel .anjian+.anjian{
	background: #616161;
	color: #ffffff;
	width: 6.0rem;
	margin-left: 0.7rem;
}
.guide{
	padding:0.2rem 0 0.6rem;
	display: flex;
	position: relative;
}
.guide:before{
	content: "";
	display: block;
	width: 100%;
	height: 2.5rem;
	background: #f2d07d;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.guide .title{
	text-align: left;
	flex: 1;
	padding-top: 1.2rem;
}
.guide .list{
	padding-top: 0.6rem;
	width: 14.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(../img/guide.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.guide .list .li{
	width: 2.4rem;
	height:2.4rem;
	border: solid 0.08rem #f2d07d;
	border-radius: 100px;
	text-align: center;
	margin: 0 0.4rem 0.6rem;
	font-size: 0.36rem;
	color: #292929;
	font-weight: bold;
	display: flex;
	justify-content: center;
    align-items: center;
    background: #fff;
}
.guide .list .li .p1{
	font-size: 0.96rem;
	color: #9cca35;
	margin-bottom: 0.2rem;
}
.guide .list .li .p2{
	font-size: 0.36rem;
	color: #616161;
}
.appointment{
	padding:0.8rem 0 1.6rem;
}
.appointment .form{
	display: flex;
	flex-wrap: wrap;
	padding: 0 1.6rem;
}
.appointment .form .input{
	width: 50%;
	padding: 0 0.6rem;
}
.appointment .form .input .name{
	font-size: 0.4rem;
	color: #616161;
	line-height: 1.0rem;
	margin-top: 0.3rem;
	font-weight: bold;
	padding: 0 0.2rem;
}
.appointment .form .input .text{
	width: 100%;
	height: 1.2rem;
	padding: 0 0.4rem;
	background-color: #fff;
	font-size: 0.36rem;
	color: #000;
	outline: none;
	display: block;
	border: solid 0.02rem #8c8c8c;
}
.appointment .form .input .tijiao{
	cursor: pointer;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #f2d07d;
	font-size: 0.4rem;
	color: #292929;
	text-align: center;
}

