/*header*/
header{
	width: 100%;
    position: fixed;
    top: 0rem;
    left: 0px;
    z-index: 999;
	background-color: #fff;
	padding-bottom: 7px;
}
.heabgc{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #03864d;
}
.head-bgc{
	float: right;
	color: #fff;
	margin-right:2%;
}
.head-bgc p{
	font-size: 16px;
	padding: 0 5px;
}
.head-bgc span{
	font-size: 16px;
}
.a-logo img{
	display: block;
	width: 62%;
	height: 100%;
	margin: 8px 0 0 20px;
} 
#m_menu{
	width: 28px;
	height: 18px;
	padding: 10px 12px 0 20px;
}
.head-list{
	width: 75%;
}
.head-list li{
	font-size: 18px;
	margin-top: 10px;
}
.head-list a{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

#sf-menu {
    position: fixed;
    top: 93px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgb(2,134,77);
    opacity: 0.9;
    display: none;
    max-height: calc(100% - 100px);
    overflow-y: scroll;
    padding-bottom: 10px;
}
#sf-menu li {
    position: relative;
    width: 90%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
.menufade > li:nth-child(1) {
    animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    -o-webkit-animation-delay: 100ms;
}
.menufade > li {
    animation: menufade 0.35s ease-out;
    -moz-animation: menufade 0.35s ease-out;
    -webkit-animation: menufade 0.35s ease-out;
    -o-animation: menufade 0.35s ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#sf-menu li a {
    display: block;
    padding: 9px 0;
    color: #fff !important;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    font-size: 14px;
}
#sf-menu span:after {
    position: absolute;
    content: "+";
    float: right;
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-right: 8px;
    transition: 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    cursor: pointer;
    top: 0px;
    right: 0px;
}
#sf-menu span {
    display: block;
}
#sf-menu .sf-menu-2 {
    display: none;
}
#sf-menu .sf-menu-2 li .a2 {
    padding: 5px;
    display: block;
}
/*<!--product center-->*/
.center-title{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}
.center-title img{
	display: block;
	width: 90%;
	margin-top: 10px;
	height: 2px;
}
.center-title span{
	width: 8%;
	height: 2px;
	background-color: #03864d;
	margin-bottom: 15px;
}
.center-title p{
	letter-spacing: 1px;
	font-size: 26px;
	color: #03864d;
}
.center-title p em{
	font-size: 30px;
	color: #03864d;
}
.center-title h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.center-title em{
	font-size: 12px;
	color: #999;
}
.celle-list{
	width: 99%;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: -2px;
}
.celle-list ul{
	width: 92%;
	margin: 0 auto;
}

.celle-list ul{
	font-size: 17px;
	color: #222;
}
.celle-list ul li{
	margin-bottom: 10px;
}
.celle-right{
	width: 100%;
	margin: 0 auto;
}
.celle-right ul{
	display: flex;
	flex-wrap: wrap;
}
.celle-right ul li{
	width: 46%;
	font-size: 16px;
	margin:15px 2% 0 2%;
}
.celle-right ul li img{
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 140px;
}
.celle-right ul li p{
	display: block;
	width: 100%;
	margin: 4% auto 2% auto;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #555;
	text-align: center;
	background:#efefef;
}
.celle-right ul li a p:hover{
	background-color: #03864d;
	color: #fff;
}
.allhide {
    display: none;
}
.selected{
    display: flex !important;
    flex-wrap: wrap;
}
.active01{
	border-bottom:2px solid  #e27d23;
	padding-bottom: 5px;
	font-weight: bold;
	color: #03864d;
}
.active01 a{
	color: #03864d;
}
.cen-herf a{
	display: block;
	font-size: 16px;
	color: #03864d;
	text-align: center;
	margin: 5% 0;
}
/*间隙*/
.clearance{
	width: 100%;
	height: 20px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #f3f3f3;
}
/*三大优势*/
.advantage ul li:nth-child(1){
	font-size: 20px;
}
.advantage ul li:nth-child(2){
	margin-left: 5%;
}
.advantage ul li:nth-child(2),.advantage ul li:nth-child(3),.advantage ul li:nth-child(4){
	margin-left: 10%;
}
.advantage ul li{
	font-size: 16px;
	display: flex;
	align-items: center;
}
.advantage ul li img{
	margin-right: 1%;
	
}
.advantage ul li:nth-child(1) img{
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
}
.advantage ul{
	width: 85%;
	margin: 15px auto;
	line-height: 40px;
}
.advantage ul li:nth-child(5) img{
	width: 100%;
	margin: 10px auto;
}
/*3大优势轮播*/
#advantage{
	padding-bottom: 20px;
}
#advantage .swiper-pagination{
	bottom: 10px;
}
#advantage .swiper-pagination .swiper-pagination-bullet-active{
	background: #03864d;
}

/*效果*/
#focus{
	width:94% !important;
	height:220px;
	position:relative;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
.focusWarp a:hover{
	 opacity:1;
}
.imgList li img{
	width: 100%;
}
.imgBtn li {
	float: left;
	width: 18% !important;
	height: 50px !important;
	margin-left: 20px;
}
.imgBtn li img{
	width: 100%;
	height: 100%;
}
.imgBtn{
	right: 58% !important;
	position:absolute;
	bottom:8px;
	z-index:100;
}
.btnWarp {
	overflow:hidden;
}

.cus-herf a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #573915;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 5% auto ; 
}
.cuscasebanner{
	bottom: 5px !important;
}
.cuscasebanner .swiper-pagination-bullet-active{
	background: #573915 !important;
}
#cuscase{
	width: 90%;
	padding: 0 10px 10% 10px; 
	margin: 20px auto;
}
#cuscase .swiper-slide img{
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}
#cuscase .swiper-pagination .swiper-pagination-bullet-active{
	background: #03864d;
}
/*核心人物*/
.nucleuspeotop-l{
	width:96%;
	margin: 10px auto 30px auto;
}
.nucleuspeotop-l>img{
	width: 125px;
	height: 160px;
}
.nucleol{
	width: 64%;
}
.nucleuspeotop-l p{
	font-size: 18px;
	color: #03864d;
	border-bottom: 1px dashed #c9c9c9;
	padding: 5px 0;
	margin-bottom: 5px;
}
.nucleuspeotop-l li{
	font-size: 14px ;
	color: #000;
	letter-spacing: 1px;
	line-height:30px;
}
.nucleuspeotop-l li span{
	display: block;
}
.nucleuspeotop-l li i{
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 10px 10px 0 0 ;
	background-color: #03864d;
}

#corepeo{
	width: 95%;
	padding-bottom: 10%;
	margin: 10px auto;
}
#corepeo .swiper-slide img{
	width: 100%;
}

#corepeo .swiper-pagination{
	bottom: 5px !important;
}
#corepeo .swiper-pagination .swiper-pagination-bullet-active{
	background: #03864d;
}
/*走进嘉御文化*/
.Walkintoimg img{
	display: block;
	max-width: 95%;
	margin: 10px auto;
}
.Walkintoimg p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 2% 0;
}
.Walkintoimg span{
	display: block;
	font-size: 16px;
	width: 96%;
	color: #696969;
	margin: 0 auto;
	line-height: 25px;
}
/*资讯*/
.essage-l{
    width: 92%;
    margin: 20px auto;
    font-size: 16px;
    color: #676767;
}
.essage-l li{
	width: 30%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	color: #000;
	text-align: center;
}
.active02{
	background-color: #03864d;
	color:#fff !important;
}

.messagulli-top,.fmsiofdmo{
	width: 100%;
	margin: 10px auto;
	padding: 0 4%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.messagulli-img{
	display: block;
	width: 34%;
	height: 68px;
	flex-shrink: 0;
}
.messagulli-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.messagulli-bot{
	width: 63%;
	overflow: hidden;
}
.messagulli-bot p{
	width: 85%;
	font-size: 16px;
	font-weight: bold;
}
.messagulli-bot time{
   flex-shrink: 0;
   font-size: 14px;
   font-weight: bold;
}
.messagulli-bot i{
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #8d8d8d;
}

.fmsiofdmo p{
	font-size: 16px;
	font-weight: bold;
}
.fmsiofdmo span{
	margin-top: 5px;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 25px;
}
.cugfherf{
	display: block;
	margin: 15px auto;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background-color: #03864d;
	font-size: 16px;
	color: #fff;
	text-align: center;
	
}
.bottom-qq ul{
	width: 92%;
	margin: 10px auto;
}
.bottom-qq ul li{
	font-size: 13.4px;
	line-height: 25px;
	color: #000;
}
/*底部导航*/
.com-footer ul{
	width: 100%;
	position: fixed;
    bottom: 0px;
    height: 60px;
    background-color: #03864d;
    z-index: 999;
}
.com-footer ul li{
	width: 25%;
}
.com-footer ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid rgba(129,2,2,.3);
	color: #fff;
}
.com-footer ul li:last-child a{
	border: none;
}
.com-footer ul li img{
	display: block;
	margin: 7px auto 5px auto;
	width: 28px;
	height: 26px;
}
/*产品中心*/
.big-head,.big-head2{
	width: 100%;
	height: 50px;
	line-height:50px ;
	color: #fff;
	font-size: 22px;
	background-color: #03864d;
	text-align: center;
	
}
.big-head{
    margin-top: 93px;
}
.big-head2{
    margin-top: 25px;
}
.page {
    margin: 5% auto;
    font-size: 14px;
}
.page a,.page span{font-size: 14px;padding: 1px 4px;margin-right: 8px;border: 1px solid #ccc;border-radius: 2px;}
.page .current{background: none;font-weight: bold;color: #03864d;border-color: transparent;}
.abo-des ul{
	width: 96%;
	margin: 4% auto;
}
.abo-des ul a{
	display: block;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px dashed #ccc;
	padding-top: 4px;
}
.abo-des ul a:hover{
	border-bottom: 1px dashed #67461a;
	color: #67461a;
}
.abo-des ul a:hover i{
	background-color: #67461a;
}
.abo-des ul a li i{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #cdcdcd;
	float: left;
	margin: 12px 8px 0 5px;
}
.abo-des ul a li p{
	width: 75%;
	margin-right: 8%;
	color: #000;
}
.bottom-qqall{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px auto 78px auto !important;
}

.cenullist ul{
	margin-top: 20px;
}
.cenullist ul li{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 3% auto;
	border-bottom: 1px dashed #000;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.cenullist ul li>a{
	width: 32%;
}
.cenullist ul li img{
	width: 100%;
	height: 92px;
}
.cenullistrig{
	width: 63%;
}
.cenullistrig p{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2%;
	border-bottom: 1px dashed #000;
	color: #221407;
}
.cenullistrig span{
	margin-top: 2%;
	font-size: 14px;
	height: 38px;
	display: block;
    color: #222;
}
.grjygs{
	width: 72%;
}
.cenullistrig>a{
	position: absolute;
	right: 0;
	bottom: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
    color: #67461a;
}
/*详情页*/
.censhow{
	width: 96%;
	margin:0 auto;
	padding-top: 20px;
}
.censhow-tit{
	margin: 20px 0;
	font-size: 18px;
	padding-bottom: 7px;
	color: #03864d;
	border-bottom: 1px dashed #03864d;
}
.censhow img{
	max-width: 100% !important;
	height: auto !important;
}
.censhow p{
	font-size: 16px;
}
.censhow-img{
	margin: 2% 0;
	border: 1px solid #dadada;
	padding: 1%;
}
/*新闻详情*/
.news-nav-l-t {
    width: 95%;
    margin: 20px auto;
    padding-bottom: 5px;
    border-bottom: 1px dashed #b1b2b3;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.news-text {
    max-width: 95% !important;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
}
.news-text img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}
.news-wz {
    width: 95%;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
}
.news-wz a{
    font-size: 14px;
    background-color: #03864d;
    color: #fff;
    margin-top: 2%;
    padding-left: 2%;
}
/*about*/
.about-jian{
	width: 96%;
	margin: 15px auto;
}
.about-jianpp{
	font-size: 14px;
	border-bottom:1px solid #969696;
	margin: 10px auto;
}
.about-jianpp b{
	display: inline-block;
	border-bottom:1px solid #03864d;
	line-height: 28px;
	font-size: 15px;
	color: #000;
}
.about-jianpp span{
	color: #969696;
	font-size: 12px;
}
.about-top p img,.about-top img{
	display: block;
	max-width: 100% !important;
	height: auto !important;
}
.about-top p{
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: 25px;
	line-height: 20px;
	width: 96%;
	margin: 10px auto;
}
.fourbigall {
    width: 100%;
    margin: 20px auto;
}
.fourbig {
    width: 50%;
    height: 128px;
    background: url(../img/fourbigbgc.jpg) no-repeat;
    background-size: 100%;
}
.fourbigall p {
    font-size: 18px;
    color: #fff;
    padding-top: 2px;
    margin-bottom: 12px;
}
.fourbigall span {
    font-size: 16px;
    line-height: 25px;
}
/*联系我们*/
.about-middle-two {
    width: 92%;
    margin: 10px auto;
}
.about-middle-two li{
    height: 40px;
}
.about-two img,.about-middle-two li img{
	flex-shrink: 0;
    width: 22px;
    height: 19px;
}
.about-two p ,.about-middle-two li p{
	flex-shrink: 0;
    font-size: 16px;
    margin-left: 12px;
}
.about-two span,.about-middle-two li span{
	flex-shrink: 0;
    font-size: 16px;
	
}
/*form*/	
.confrm{
	width: 94%;
	margin:0 auto;
}
.confrm b{
	margin: 5% 0;
	color: #03864d;
}
.confrm b img{
	margin: 1% 2% 0 0;
	transform: scale(.75);
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
}
.confrm input{
	width: 70%;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 16px;
}
.confrm textarea{
	width: 70%;
	height: 60px;
	border: 1px solid #ccc;
	padding: 10px;
	outline: none;
	font-size: 16px;
}
.confrminp{
	margin-top: 5%;
}
.confrm a{
	margin: 5% 0 5% 68%;
	display: block;
	text-align: center;
	width: 82px;
	height: 30px;
	line-height: 30px;
	background-color: #221407;
	color: #fff;
}
/*by   ---zzt*/
 .cfff{color: #fff;}
 .c000{color: #000;}
 .c999{color: #999;}
 .ctheme{color: #03864d;}
 .oh{overflow: hidden;}
 .txt-center{text-align: center;}
 .ls2{letter-spacing: 2px;}
 .fw-b{font-weight: bold;}
 .fs12{font-size: 12px;}
 .fs14{font-size: 14px;}
 .fs16{font-size: 16px;}
 .fs18{font-size: 18px;}
 .fs20{font-size: 20px;}
 .fs24{font-size: 24px;}
 .fs26{font-size: 26px;}
 .ml10{margin-left: 10px;}
 .ml20{margin-left: 20px;}
 .ml40{margin-left: 20px;}
 .mt5{margin-top: 5px;}
 .mt10{margin-top: 10px;}
 .mt15{margin-top: 15px;}
 .mt20{margin-top: 20px;}
 .mt30{margin-top: 30px;}
 .pb20{padding-bottom: 20px;}
 .pic-cover img{display: block;width: 100%;height: 100%;}
 .i-cuswiper img{width: 100% !important; height: 350px !important;margin-top: 88px;}
 .cuswiper .swiper-pagination {bottom: 5px !important;}
 .cuswiper .swiper-pagination-bullet{width:12px;height:12px;background:#020202; opacity:1;}
 .cuswiper .swiper-pagination-bullet-active { color:#fff;background: #ed1f1e;}
 .comlabel img{display: block;width: 100%;}
 .com-box{width: 92%;height: auto;margin: 0 auto;}
 .com-box img{display: block;width: 100%;}
 .com-img img{display: block;width: 100%;}
 .more-btn{width: 85px;height: 26px;margin: 10px auto; line-height:26px;letter-spacing: 1px; text-align: center;background-color: #03864d;color: #fff;}
 .force-one-r {
    width: 84%;
    height: auto;
    margin: 20px auto;
    color: #000;
}
.dsmkldm {
    float: left;
    color: #fff;
    font-size: 32px;
    padding: 6px 0 0 12px;
    width: 50px;
    height: 55px;
    background: url(../images/yx1.png) no-repeat;
    background-size: 100% 100%;
}
.force-line{
	width: 100%;
	height: 2px;
	background: url(../images/yx3.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 12px;
}
.force-box{
	 margin: 8px 0 0 5px;
	}
.force-box>p {
	width: 150px;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	background: url(../images/yx2.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.force-box>span {
    display: block;
    font-size: 20px;
    margin-top: 5px;
}
.force-box span>em{
	color: #fd000a;
}
.force-one-r-sp span {
	display: block;
   margin-top: 25px;
   background: url(../images/yx4.png) no-repeat;
   padding-left: 30px;
    font-size: 16px;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.force-one-r-sp span >b{
	color: #fd000a;
}
/*证书轮播*/
.com-lb {
	width: 95%;
	margin: 0 auto;
}
.com-lb .swiper-button-prev,.com-lb .swiper-button-next{
	width: 35px !important;
	height: 40px !important;
	outline: none;
}
.com-lb .swiper-button-prev {
    background: url(../images/fourcorleft.png) no-repeat !important;
    background-size: 100% 100%;
}
.com-lb .swiper-button-next {
     background: url(../images/fourcorright.png) no-repeat !important;
    background-size: 100% 100%;
}
.com-lb .swiper-slide img{
	width: 100%  !important;
    height: 260px !important;
}
.com-lb .swiper-slide p{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 5px;
}
.case-box{
	padding-bottom: 30px;
}
.case-more{
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin: 25px auto 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #fff;
	background: #03864d;
}
.come-box{
	width: 92%;
	margin: 0 auto;
}
.come-tit {
    width: 100%;
    display: block;
    color: #fd000a;
    font-size: 18px;
    font-weight: bold;
}
.come-tit img{
	width: 22px;
	height: 20px;
	margin-right: 10px;
}
.comme-pangtwo em:nth-child(1) {
    background-color: #FF0000;
}
.comme-pangtwo em {
    display: inline-block;
    width: 50%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.comme-pangtwo em b {
    color: #fcf99e;
    font-size: 16px;
}
.comme-pangtwo em:nth-child(2) {
    background-color: #000;
}
.index-form{
	width: 100%;
	height: auto;
	padding: 20px 10px;
	background: url(../images/form.jpg) no-repeat;
	background-size: 100% 100%;
}
.index-put{
	width: 78%;
	height: 30px;
	background: #fff;
	outline: none;
	border: none;
	padding: 0 10px;
}
.form-tj{
	display: block;
	margin: 20px 20px 0 auto;
	float: right;
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 18px;
    border: none;
    outline: none;
    background: #03864d;
}
 #success_txt{letter-spacing: 1px;color: #03864d;font-size: 14px;margin-left: 20%;}
 #error_txt{letter-spacing: 1px;color: #ff0000;font-size: 14px;margin-left: 20%;}
 .footmob {
    height: 64px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0px;
    z-index: 9999;
    background-color: #000;
    flex-direction: row;
}
 .footmob .foot-list img {
    display: block;
    margin: 0 auto;
}
.footmob .foot-list p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.foot-list {
    padding: 2px 0;
}
.con-kefu img{
	width: 250px;
	height: 200px;
}
.con-code img{
	display: block;
	width: 100px;
	height: 100px;
}
.aboutli{
	width: 48%;
	height: 110px;
	margin-left: 1%;
	margin-top: 10px;
}
.aboutli  img{
	height: 100% !important;
}
.about-zsul li{
	margin-top: 10px;
	margin-left: 2.4%;
	width: 22%;
	height: 120px;
}
.about-zsul li img{
	height: 100% !important;
}
/*返回顶部*/
#backTop{
	width: 30px;
	height: 40px;
	display: none;
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 99999;
	background:url(../images/top.png) no-repeat center;
	background-size: 100% 100%;
	
}
