@import "normalize.css";
:root{
  /*头部高度*/
  --top-height:80px;
  /*标题字体颜色*/
  --title-font-color:#8dc33e;
}
body{
  padding-top: 80px;
  font: 14px/1.5 "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;
  user-select:none;
}

.mt-125 {
  margin-top: 125px;
}

.tcenter{
  text-align: center;
}


/*
轮播图
*/
.carousel {
  height: 800px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

.carousel .item {
  height: 800px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}


/*标题*/
.warptitle{
  text-align: center;
  margin: 30px 0;
  color: var(--title-font-color);
}
.warptitle span{
  font-size: 16px;
  margin-right: 10px;
  background-color: var(--title-font-color);
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  margin-left: -40px;
}
.warptitle .line{
    margin: 0 auto;
    height: 3px;
    width: 100px;
    background-color: var(--title-font-color);
}

/*
*头部导航
*/
#headerTop{
  height: var(--top-height);
  /* box-shadow: 1px 1px 4px 0px rgb(50 50 50 / 60%); */
  box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
  background-color: #fff;
}

#headerTop .navbar-brand{
  height: var(--top-height);
}
#headerTop .navbar-nav {
  background-color: #FFF;
}
#headerTop .navbar-nav a:hover{
  background-color: var(--title-font-color);
  color: #ffffff;
}
#headerTop .navbar-nav a{
  height: var(--top-height);
  line-height: 51px;
  font-size: 18px;
  font-family:"Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
  color: #000000;
}

/*联系电话*/
#headerTop .navbar-nav .coop {
  width: 211px;
  padding-top: 13px;
  margin-left: 50px;
}
#headerTop .navbar-nav .coop span {
  font-size: 30px;
  float: left;
  color: var(--title-font-color);
  margin-top: 10px;
}
#headerTop .navbar-nav .coop .rx {
  margin: 6px 0 0 46px;
  font-size: 12px;
  color: var(--title-font-color);
}
#headerTop .navbar-nav .coop .dh {
  margin: 4px 0 0 46px;
  font-size: 18px;
  color: var(--title-font-color);
}

.logo{
  width: 140px;
}

/*banner*/
#banner{
  background-color: #8dc33e;
  background-image: url('../images/banner/banner04.jpg') ;
  height: 500px;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#banner .banner-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  width: 100%;
  background-image: url(../images/banner/banner-shape.png);
}

/*关于*/
#about{
  padding: 40px 0;
}

#jingyan{
  background-image: url(../images/banner/jy01.jpg);
}
#jingyan .mask{
  background-color: rgba(240,240,240,0.25);
  padding: 20px 0;
}

#jingyan ul{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 84px;
  padding-right: 76px;
  margin-bottom: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#jingyan ul li{
  height: 70px;
  box-sizing: border-box;
  background: linear-gradient(#fff,#fff) left/1px 100% no-repeat;
  padding-left: 15px;
  overflow: hidden;
}
#jingyan ul li p{
  width: 100%;
  height: auto;
  color: #ffffff;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 14px;
  display: flex;
  flex-flow: wrap;
  justify-content: start;
}
#jingyan ul li p em{
  display: block;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  margin-right: 4px;
}
#jingyan ul li p i{
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 18px;
  margin-top: 12px;
}
#jingyan ul li span{
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

/*优势*/
#advantage{
  text-align: center;
  /* padding: 20px 0; */
  padding-bottom: 40px;
}
#advantage span{
  background-color: var(--title-font-color);
  font-size: 50px;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.6s;
}
#advantage span:hover{
  transform: scale(1.4);
}

#advantage h3 {
  color: #88b533;
  font-size: 18px;
  font-weight: bold;
}
#advantage p {
  color: #666666;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

/*工作环境*/
#environment{
  /* background-color: #f3f3f3; */

}
#environment .thumbnail{
  min-height: 235px;
  text-align: center;
  overflow: hidden;
}
#environment .thumbnail img{
  transition: all 0.5s;
}
#environment .thumbnail img:hover{
  transform: scale(1.7);
}

#environment .col-md-3:nth-child(4n+1){
  clear:left!important;
}

/*资质&荣誉*/
#certification{
  position: relative;
  padding-bottom: 30px;
}

#certification .certitem{
  position: relative;
}

#certification .certitem img{
  box-shadow: 1px 1px 4px 0px rgb(50 50 50 / 60%);
}

#certification .certitem span{
  position: absolute;
  top: 10px;
  left: -15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #555;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 16px;
  line-height: 44px;
  letter-spacing: 3px;
}

#certification .ryitem{
  padding-top: 30px;
}

#certification .ryitem img{
  width: 60%;
  box-shadow: 1px 1px 4px 0px rgb(50 50 50 / 60%);
}

#certification img{
  width: 80%;
}

/*下单流程*/
#purpose{
  /* max-width: 1920px; */
  /* height: 500px; */
  background: url(../images/banner/syPurpose.jpg) no-repeat center;
  margin: 0 auto;
  overflow: hidden;
}


#purpose .pur {
  width: 500px;
  background: rgba(255, 255, 255, 0.6);
  margin: 30px auto;
  text-align: center;
  box-shadow: 0 0 15px #999;
}
#purpose .pur h3 {
  font-size: 30px;
  color: var(--title-font-color);
  line-height: 70px;
}
#purpose .pur span {
  width: 40px;
  height: 2px;
  display: inline-block;
  background: #61b662;
  margin-bottom: 10px;
}


#purpose .pur p {
  color: #333;
}

#purpose .plist{
  /* 
  padding: 25px 0 15px; 
  border-right: 1px solid #a8a89b;
  */
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 20px 0 0px 0;
  margin-bottom: 20px;
  box-shadow: 0 0 15px #999;
}

#purpose .plist span {
  font-size: 40px;
  color: #ffffff;
  background-color: var(--title-font-color);
  padding: 20px;
  border-radius: 50%;
  transition: all 0.4s;
}

#purpose .plist span:hover{
  transform: scale(1.4);
}

#purpose .plist h4 {
  color: var(--title-font-color);
  font-size: 16px;
  line-height: 25px;
}
#purpose .plist p{
  color: #777;
}

/*宗旨*/
#zongzhi{
  background-color: #fbfbfb;
  background-image: url('../images/banner/zz02.jpg') ;
  height: 216px;
  /* background-size:contain; */
  background-position: center;
  background-repeat: no-repeat;
}

/*底部*/
.footer{
  background: #282828;
  padding-top: 45px;
}
.footer h4 {
  color: #fff;
  margin: 0 0 17px;
  padding-bottom: 15px;
  font-size: 18px;
  text-shadow: none;
  position: relative;
}
.footer h4:before {
  content: '';
  width: 45px;
  height: 2px;
  background: #7fa409;
  position: absolute;
  bottom: 0;
}
.footer ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer ul li {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 18px;
  width: 100%;
  float: left;
  color: #aaa;
}

.footer ul li span {
  font-size: 20px;
  margin-right: 10px;
  color: #7fa409;
  float: left;
}

.footer a{
  color: #888;
}

.footer .copy {
  margin-top: 20px;
  line-height: 60px;
  background: #1b1b1b;
  color: #888;
}