body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "宋体";
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input {
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrap {
  width: 100%;
  width: 1200px;
/*  max-width: 1920px;*/
  margin: 0 auto;
  position: relative;
}
/*头部*/
.header {
  width: 1200px;
  margin: auto;
}
.head-Top {
  padding-top: 20px;
  height: 100px;
  position: relative;
  content: "";
  display: block;
  clear: both;
}
.head-Top .logo {
  width: 580px;
  position: absolute;
  left: -200px;
  top: 5px;
}
.head-Top .contact {
  width: 760px;
  position: absolute;
  right: -222px;
}
.head-Top .contact .Left {
  float: left;
  padding-left: 92px;
  border-right: 1px solid #ababab;
  position: relative;
  padding-right: 25px;
}
.head-Top .contact .Left:after {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/style/Icon1.png);
  position: absolute;
  left: 0;
  top: 0;
}
.head-Top .contact .Right {
  float: left;
  padding-left: 128px;
  position: relative;
}
.head-Top .contact .Right:after {
  content: "";
  display: block;
  width: 69px;
  height: 66px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/style/Icon2.png);
  position: absolute;
  left: 36px;
  top: 0;
}
.head-Top .contact h6 {
  color: #484848;
  font-size: 18px;
  padding-bottom: 10px;
}
.head-Top .contact p {
  font-size: 26px;
  color: #29bace;
}
.nav {
  width: 100%;
  height: 80px;
  background-color: #006E56;
}
.nav ul {
  width: 1440px;
  margin: auto;
  content: "";
  display: block;
  clear: both;
}
.nav ul li {
  width: 180px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
  position: relative;
}
.nav ul li a {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  background-color: #006E56;
}
.nav ul .LiBg>a {
  background-color: #fff;
  color: #006E56;
}

.nav ul li:hover > ol {
  display: block;
}
.nav ul li > ol {
  display: none;
  position: absolute;
  top: 80px;
  z-index: 999;
}
.nav ul li > ol > li {
  height: 45px;
  line-height: 45px;
}
.nav ul li > ol > li > a {
  font-size: 20px;
}
.nav ul li > ol > li > ol {
  position: absolute;
  left: 180px;
  top: 0;
  z-index: 9999;
}
.nav ul li > ol > li > ol > li{
  width: auto;
    min-width: 200px;
    padding: 0 15px;
    background-color: #006E56;
}
.nav ul li > ol > li > ol > li:hover{
  background-color: #fff !important;
}
.nav ul li:hover > a {
  background-color: #fff;
  color: #29bace;
}

/*公用头部*/
/*首页的底部*/
.footerBg {
  width: 100%;
  background-color: #006E56;
}
.footerBg .footer {
  width: 1625px;
  margin: auto;
  position: relative;
}
.footerBg .footer > ul {
  width: 100%;
  padding-top: 45px;
}
.footerBg .footer > ul:after {
  content: "";
  display: block;
  clear: both;
}
.footerBg .footer > ul li {
  float: left;
}
.footerBg .footer > ul li a {
  color: #fff;
  font-size: 16px;
  margin-right: 45px;
}
.footerBg .footer .phone {
  width: 1120px;
  color: #fff;
  position: relative;
  padding: 50px 0 30px;
  padding-left: 80px;
}
.footerBg .footer .phone:after {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  background-image: url(../img/style/footer_Icon1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50px;
}
.footerBg .footer .phone p {
  text-size: 16px;
}
.footerBg .footer .phone h3 {
  font-weight: normal;
  font-size: 26px;
}
.footerBg .footer > p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.footerBg .footer .Bottom {
  margin-top: 20px;
  border-top: 1px solid #55c7d5;
}
.footerBg .footer .Bottom:after {
  content: "";
  display: block;
  clear: both;
}
.footerBg .footer .Bottom span {
  font-size: 14px;
  color: #fff;
  float: left;
  line-height: 47px;
}
.footerBg .footer .Bottom span a {
  font-size: 14px;
  color: #fff;
}
.footerBg .footer .Bottom span:nth-child(2) {
  float: right;
}
.footerBg .footer .QR {
  position: absolute;
  right: 0;
  bottom: 95px;
}
.footerBg .footer .QR:after {
  content: "";
  display: block;
  clear: both;
}
.footerBg .footer .QR img {
  float: left;
}
.footerBg .footer .QR p {
  padding-left: 20px;
  padding-top: 31px;
  float: left;
  width: 115px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
/*.sub-footerBg{
  width: 100%;
  background-color:#29bace;
}
.sub-footer{
  padding-top:55px;
  width: @1625;
  margin: auto;
  position:relative;
  &:after{
    #Eliminate();
  }
  h3{
    width: 100%;
    padding-left:23.685%;
    font-size: 18.79px;
    text-align: left;
    color: #fff;
    padding-bottom:17px;
    &:before{
      content: "—";

    }
  }
  .sub-footerOne{
    width: 23.385%;//380.duo  
    float: left; 
    &:after{
      #Eliminate();
    }
    .k{
       width: 23.685%;//90.duo
        height:1px;
        display: block;
        float: left;
    }
    .k2{
      width: 13.16%;//50.duo
        height:1px;
        display: block;
        float: left;
    }
    ul{
      
      float: left;
      li{
        line-height: 37.59px;
        a{
          font-size: 16.44px;
          color: #e1f2ff;
        }
      }
    }
  }
  .sub-footerTwo{
    width: 27.70%;
    float: left;
    .k{
       width: 13.33333333333%;//60.duo
        height:1px;
        display: block;
        float: left;
    }
    ul{
      float: left;
      li{
         font-size: 16.44px;
          color: #e1f2ff;
        line-height: 37.59px;
      }
    }
  }
  .sub-footerThree{
    width: 24.62%;//400.duo
    float: left;
    >div{
      width: 60%;//240
      margin: auto;
    }
    h3{
      padding-left:0%;
    }
    p{
      font-size: 16.44px;
      color: #e1f2ff;
      line-height: 37.59px;

      span{
        color: #fff;
      }
    }
    a{
       margin-top:30px;
      width: 73%;//175
      height: 47px;
      line-height: 47px;
      background-color:#f39800;
      color: #fff;
      font-size: 18.79px;
      text-align: center;
      display: inline-block;
      border-radius:5px;
      box-shadow: 3px 5px 9px #529f85;
    }
  }
  .sub-footerFour{
    position:absolute;
    top: 120px;
    right: 115px;
  }
}
.sub-footerC{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14.1px;
  padding:90px 0 40px;
  a{
    font-size: 14.1px;
    color: #fff;
  }
}*/
