/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  background-color: #f5f5f5;
  line-height: 40px;
  font-size: 13px;
  color: #666;
}
.topbox a {
  color: #666;
  margin-left: 20px;
}
.topbox a:hover {
  color: #666 !important;
  text-decoration: underline;
}
.header{
  width: 100%;
}
.header_box {
  width: 100%;
  padding: 20px 0;
}
.header_box>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo > a{
  width: 358px;
}
.logo_txt{
  width: 289px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 16px;
  color: #333;
  font-size: 13px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 18px;
  color: #fa024e;
}

/* 导航 */
nav {
  background-color: #666;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 1px;
}
.nav::before{
  content: "";
  width: 1px;
  float: left;
  height: 16px;
  background-color: #888;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav>li{
  width: 14.28%;
  float: left;
  position: relative;
  padding-right: 1px;
}
.nav>li::after{
  content: "";
  width: 1px;
  float: left;
  height: 16px;
  background-color: #888;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #888;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(102,102,102,1);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 2px;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #888;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #666;
  opacity: 1;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #666;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px 0;
}
.search_from{
  width: 480px;
  float: right;
  background-color: #fff;
}
.search_inp1{
  width: calc(100% - 80px);
  float: left;
  height: 40px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 13px;
  color: #333;
}
.search_inp1::-webkit-input-placeholder{color: #999;} 
.search_inp1:-moz-placeholder{color: #999;} 
.search_btn{
  width: 80px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat center center #666;
  border-radius: 8px 0 8px 0;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 8px 0;
}
.search_txt>span{
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background: url(../images/search_icon.png) no-repeat left center;
  padding-left: 25px;
}
.search_txt>a{
  font-size: 16px;
  color: #333;
  margin: 0 5px;
}
.search_txt>a:hover{
  color: #666;
  text-decoration: underline;
}
/* END */

/*首页*/
.index_main{
  width: 100%;
  overflow: hidden;
  background: url(../images/bj1.jpg) repeat-y center top #fff;
  padding: 50px 0;
}
.index_box{
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.index_box:last-child{margin-bottom: 0;}
.index_left{
  width: 365px;
  float: left;
}
.index_title{
  display: block;
  overflow: hidden;
  padding: 40px 0 30px 75px;
  background: url(../images/about_title_bj.png) no-repeat center center;
  background-size: 100% 100%;
}
.index_p{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.index_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.index_ul{
  display: block;
  overflow: hidden;
}
.index_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.index_ul>li>a{
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 78px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 40px 0 80px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.index_ul>li>a>span{
  float: right;
  width: 9px;
  height: 15px;
  background: url(../images/about_jiantou1.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.index_ul>li:hover>a{
  border-color: #666;
  color: #666;
}

.index_right{
  width: 1136px;
  float: right;
}
.cp_ul{
  display: block;
  overflow: hidden;
  width: 1155px;
}
.cp_ul li{
  width: 365px;
  float: left;
  margin: 0 19px 20px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 75.3425%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 61px;
  line-height: 60px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 20px 0 30px;
  font-size: 16px;
  color: #333;
}
.cp_ul li .cp_txt>span{
  float: right;
  text-transform: uppercase;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  color: #666;
  border-bottom-color: #666;
}
/*END-首页*/

/* 底部 */
footer {
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
}
.footer_nav{
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding: 40px 0 30px 0;
}
.footer_nav>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  line-height: 28px;
}
.footer_nav a{
  font-size: 16px;
  color: #fff;
}
.footer_nav a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 25px 0 55px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footer_logo{
  width: 357px;
  float: left;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer_B{
  float: left;
}
.footer_tit{
  display: block;
  overflow: hidden;
  padding-left: 84px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 10px;
}
.footer_txt{
  display: block;
  overflow: hidden;
  padding-left: 84px;
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  background: url(../images/footer_icon.png) no-repeat left top;
}
.footer_txt a{ color:#fff;}
.copyright{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  padding-left: 84px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_wx{
  float: right;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px;
  display: flex;
}
.footer_wx>img{
  width: 122px;
  float: left;
  height: 122px;
}
.footer_wx>span{
  width: 156px;
  float: right;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.main_left{
	width: 365px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 10px;
}
.about_title{
  display: block;
  overflow: hidden;
  padding: 40px 0 30px 75px;
  background: url(../images/about_title_bj.png) no-repeat center center;
  background-size: 100% 100%;
}
.about_p{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.about_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.about_ul{
	display: block;
	overflow: hidden;
  background-color: #f5f5f5;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  border-bottom: 1px dashed #b5b5b5;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  padding: 30px 60px;
  background: url(../images/about_hover_img.jpg) no-repeat left center;
  background-size: 0 100%;
}
.about_ul>li>a .about_tit{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background: url(../images/about_li.png) no-repeat right 12px;
}
.about_ul>li>a .about_tst{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-size: 100% 100%;
}
.about_ul>li:hover>a .about_tit,
.about_ul>li.about_on>a .about_tit{
  background: url(../images/about_hover.png) no-repeat right 12px;
  color: #fff;
}
.about_ul>li:hover>a .about_tst,
.about_ul>li.about_on>a .about_tst{
  color: #fff;
}

.about_dl{
	display: none;
	overflow: hidden;
  padding-top: 10px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  margin-bottom: 10px;
}
.about_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 78px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 40px 0 80px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_dl>dd>a>span{
  float: right;
  width: 9px;
  height: 15px;
  background: url(../images/about_jiantou1.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about_dl>dd>a:hover{
  border-color: #666;
  color: #666;
}

.about_B{
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px;
}
.about_txt{
  display: block;
  overflow: hidden;
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.about_B img{
  width: 100%;
  display: block;
  height: auto;
  padding: 10px 10px 10px 0;
}

.main_right{
  width: 1136px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 30px;
  margin-top: 50px;
}
.dqwz_p{
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
}
.dqwz_nav{
  float: right;
  font-size: 16px;
  color: #333;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 15px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}
/* END-关于我们 */

/* 绿化养护/园林工程/施工案例/其他业务 */
.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_ul{
  display: block;
  overflow: hidden;
  max-width: 99%;
  margin: 0 auto;
}
.cpxq_ul li{
  width: 33.3333%;
  float: left;
  padding: 4px;
}
.cpxq_ul li>.cpxq_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpxq_ul li>.cpxq_img::before{
  content: "";
  display: block;
  padding-top: 76.9231%;
}
.cpxq_title{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  border-top: 1px solid #ccc;
}
.cpxq_title>span{
  min-width: 130px;
  float: left;
  background-color: #666;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-top: 20px;
}
/* END-绿化养护/园林工程/施工案例/其他业务 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul>li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xw_ul>li>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #ccc;
  padding: 10px;
}
.xw_ul>li>a .xw_img{
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul>li>a .xw_R{
  width: 70%;
  float: left;
  padding: 10px 0 10px 30px;
}
.xw_ul>li>a .xw_R .xw_p{
  display: block;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul>li>a .xw_R .xw_txt{
  display: block;
  height: 120px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.xw_ul>li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.xw_ul>li>a:hover{
  border-color: #666;
  background-color: #666;
}
.xw_ul>li>a:hover .xw_img img{
  transform: scale(1.1);
}
.xw_ul>li>a:hover .xw_R .xw_p,
.xw_ul>li>a:hover .xw_R .xw_txt,
.xw_ul>li>a:hover .xw_R .xw_sp{
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #999;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-top: 20px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 2240px) {
/* 首页 */
.search_from {
  width: 430px;
}
.index_main {
  padding: 40px 0;
}
.index_box {
  margin-bottom: 50px;
}
.index_left {
  width: 24%;
}
.index_title {
  padding: 25px 0 25px 25px;
}
.index_ul>li>a {
  height: 70px;
  line-height: 68px;
  padding: 0 20px 0 25px;
}
.index_right {
  width: 74%;
}
.cp_ul {
  width: 102%;
  margin-left: -1%;
}
.cp_ul li {
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
.cp_ul li .cp_txt {
  padding: 0 20px;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  padding: 25px 0;
}
.footer {
  padding: 25px 0 35px 0;
}
.footer_logo {
  width: 30%;
}
.footer_B {
  width: 45%;
}
.footer_wx>span {
  width: 100px;
}
/* END-底部 */

/* 关于我们 */
.main_left{
	width: 24%;
}
.about_title {
  padding: 25px 0 25px 25px;
}
.about_ul>li>a {
  padding: 15px 20px;
}
.about_dl>dd>a {
  height: 70px;
  line-height: 68px;
  padding: 0 20px 0 25px;
}
.main_right{
	width: 74%;
}
.dqwz_title{margin-top: 40px;}
/* END-关于我们 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #666;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}
.header_box{
  padding: 15px 0;
  position: relative;
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #666;
  padding: 0;
}
.nav::before{display: none;}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #fff;
  padding: 0;
}
.nav>li::after{display: none;}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

.search_from {
  width: 100%;
}
.search_txt {
  width: 100%;
  float: left;
  padding: 8px 0 0 0;
}
/* END-头部 */

/* 首页 */
.index_box {
  margin-bottom: 30px;
}
.index_left {
  width: 29%;
}
.index_title {
  padding: 15px 0 15px 15px;
}
.index_p {
  line-height: 40px;
  font-size: 30px;
}
.index_ul>li>a {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
}
.index_right {
  width: 69%;
}
.cp_ul li {
  width: 48%;
  margin: 0 1% 15px 1%;
}
.cp_ul li .cp_txt {
  height: 51px;
  line-height: 50px;
  padding: 0 15px;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  padding: 15px 0;
}
.footer {
  padding: 20px 0;
}
.footer_txt {
  line-height: 24px;
}
.footer_wx>img {
  width: 90px;
  height: 90px;
}
.footer_wx>span {
  width: 90px;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 20px 0;
}
.main_left{
	width: 29%;
}
.about_title {
  padding: 15px 0 15px 15px;
}
.about_p {
  line-height: 40px;
  font-size: 30px;
}
.about_ul>li>a {
  padding: 10px 15px;
}
.about_ul>li>a .about_tit {
  line-height: 30px;
  font-size: 20px;
  background: url(../images/about_li.png) no-repeat right 8px;
}
.about_ul>li>a .about_tst {
  margin-top: 5px;
}
.about_dl>dd>a {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
}
.about_txt {
  font-size: 14px;
  line-height: 24px;
}
.main_right{
	width: 69%;
}
.dqwz_title {
  margin-top: 20px;
}
/* END-关于我们 */

/* 新闻资讯 */
.xw_ul>li {
  margin-bottom: 20px;
}
.xw_ul>li>a .xw_R {
  padding: 5px 0 5px 20px;
}
.xw_ul>li>a .xw_R .xw_txt {
  height: 90px;
  -webkit-line-clamp: 3;
  margin: 5px 0;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header_box{
  padding: 10px 0;
}
.logo{
  width: 70%;
}
.logo a {
  width: 100%;
}

.search_inp1 {
  padding: 0 10px;
}
.search_txt>span {
  font-size: 14px;
}
.search_txt>a {
  font-size: 14px;
  margin: 0 3px;
}
/* END-头部 */

/* 首页 */
.index_main {
  padding: 0;
}
.index_box {
  margin-bottom: 10px;
}
.index_left{
  width: 100%;
}
.index_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
}
.index_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.index_ul{
  display:none;
}
.index_ul>li {
  margin-top: 2px;
}
.index_ul>li>a {
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
}
.index_right{
  width: 100%;
  padding: 10px 0;
}
.cp_ul li {
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  padding: 10px 0;
}
.footer_nav>.container {
  justify-content: center;
  line-height: 20px;
}
.footer_nav a {
  font-size: 14px;
  margin: 0 5px;
}

.footer {
  padding: 10px 0;
}
.footer_B {
  width: 100%; font-size:14px; line-height:2;
}
.footer_logo{ width:100%;}
.copyright {
  line-height: 20px;
  font-size: 14px;
  padding-left: 0;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{display: none;}
.about_ul>li>a {
  padding: 10px;
}
.about_ul>li>a .about_tit {
  line-height: 24px;
  font-size: 18px;
  background: url(../images/about_li.png) no-repeat right center;
}
.about_ul>li>a .about_tst {
  line-height: 16px;
  font-size: 12px;
  margin-top: 0;
}
.about_ul>li:hover>a .about_tit,
.about_ul>li.about_on>a .about_tit {
  background: url(../images/about_hover.png) no-repeat right center;
  color: #fff;
}
.about_dl {
  padding-top: 2px;
}
.about_dl>dd {
  margin: 0 0 2px 0;
}
.about_dl>dd>a {
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 绿化养护/园林工程/施工案例/其他业务 */
.cpxq_ul li{
  width: 50%;
  padding: 2px;
}
.cpxq_title{
  margin-top: 10px;
}
.cpxq_title>span {
  min-width: 100px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
}
.cpxq_txt{
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
/* END-绿化养护/园林工程/施工案例/其他业务 */

/* 新闻资讯 */
.xw_ul>li {
  margin-bottom: 10px;
}
.xw_ul>li>a {
  padding: 5px;
}
.xw_ul>li>a .xw_R {
  padding: 0 0 0 10px;
}
.xw_ul>li>a .xw_R .xw_p {
  line-height: 24px;
  font-size: 16 px;
}
.xw_ul>li>a .xw_R .xw_txt {
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  margin: 3px 0;
}
.xw_ul>li>a .xw_R .xw_sp {
  line-height: 20px;
  font-size: 12px;
}

.xwxq_p{
  font-size: 16px;
}
.xwxq_sp{
  padding: 5px 0;
  font-size: 12px;
}
.xwxq_txt{
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt{
  line-height: 28px;
  font-size:14px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #666;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #666;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */


/**/
.phone_nav{
  width: 100%;
  overflow: hidden;
  background-color: #666;
}
.phone_nav li{
  width: 25%;
  float: left;
}
.phone_nav li a{
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff
}