@charset "UTF-8";
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* 老版本语法: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /* 新版本语法： Opera 12.1, Firefox 22+ */
}

.flex-v {
  /***兼容性写法***/
  -moz-box-orient: vertical;
  /* Firefox */
  -webkit-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
}

.flex-align-center {
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.flex-align-start {
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混合版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
}

.flex-align-end {
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混合版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}

.flex-pack-center {
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.flex-pack-justify {
  /*老版本语法*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  /*混合版本语法*/
  -ms-flex-pack: justify;
  /*新版本语法*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.flex-pack-distribute {
  /*混合版本语法*/
  -ms-flex-pack: distribute;
  /*新版本语法*/
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
}

.flex-pack-start {
  /*老版本语法*/
  -webkit-box-pack: start;
  -moz-box-pack: start;
  /*混合版本语法*/
  -ms-flex-pack: start;
  /*新版本语法*/
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex-pack-end {
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混合版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.w1560 {
  width: 92%;
  max-width: 1560px;
  margin: 0 auto;
}

main {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.swiper-button-disabled {
  cursor: no-drop !important;
}

html {
  font-size: 100px;
}

body {
  width: 100%;
  min-width: 1200px;
  font-size: 16px;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 92px;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1373px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 75px;
  }
}
.hd_userinfo a{
  color:#000  !important;
}
header {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.hd_userinfo {   
  color: #000 !important;
  display: flex;
  padding: 10px;
  font-size: 14px;
  padding-bottom: 0;
  justify-content: end;
}
.fixed>.hd_userinfo {   
  color: #000;
}
.fixed>.hd_userinfo>.loginbar>a{
  color: #000;
}
header .logo {
  float: left;
}
header .logo a {
  display: block;
  padding: 0px;
}
header .logo a img {
  height: 110px;
}
header .logo a .logo1 {
  display: block;
}
header .logo a .logo2 {
  display: none;
}
header .phone {
  margin-left: 1.14rem;
  position: relative;
  float: right;
  padding-left: 60px;
  padding-top: 42px;
}
@media screen and (max-width: 1565px) {
  header .phone {
    margin-left: 0.4rem;
  }
}
header .phone .iconfont {
  position: absolute;
  left: 0;
  top: 39px;
  font-size: 38px;
  line-height: 1;
  color: #72a22e;
}
header .phone span {
  display: block;
  font-family: 'hbreg';
  font-size: 18px;
  line-height: 34px;
  color: #000;
}
header .navlist {
  float: right;
}
header .navlist li {
  position: relative;
  float: left;
  margin-right: 0.56rem;
  transition: none;
}
@media screen and (max-width: 1500px) {
  header .navlist li {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1250px) {
  header .navlist li {
    margin-right: 0.2rem;
  }
}
header .navlist li:last-child {
  margin-right: 0;
}
header .navlist li .lv1 {
  position: relative;
  display: block;
  padding: 48px 0 42px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
header .navlist li .lv2list {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  background: #fff;
  border-top: 1px solid #72a22e;
  /* border: 1px solid #72a22e; */
  transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -moz-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -webkit-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -o-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -ms-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
header .navlist li .lv2list .lv2box .lv2 {
  padding: 10px 5px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
header .navlist li .lv2list .lv2box .lv2:hover {
  /* background: #72a22e; */
  font-weight: bold;
  color: #72a22e;
}
@media screen and (max-width: 1560px) {
  header .navlist li .lv2list {
    margin-left: -80px;
    width: 160px;
  }
  header .navlist li .lv2list .lv2box .lv2 {
    padding: 8px 5px;
    font-size: 12px;
    line-height: 18px;
  }
}
header .navlist li.active .lv1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
header .navlist li:hover .lv1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
header .navlist li:hover .lv2list {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}
header.fixed {
  background: #fff;
  border-bottom: 1px solid #72a22e;
}
header.fixed .logo a .logo1 {
  display: none;
}
header.fixed .logo a .logo2 {
  display: block;
}
header.fixed .phone .iconfont {
  color: #72a22e;
}
header.fixed .phone span {
  color: #72a22e;
}
header.fixed .navlist li .lv1 {
  color: #333;
}
header.fixed .navlist li.active .lv1:after {
  background: #72a22e;
}
header.fixed .navlist li:hover .lv1:after {
  background: #72a22e;
}

footer {
  background: #000;
  padding: 0.54rem 0 0.4rem;
}
footer .navlist {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
footer .navlist a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .navlist li {
  float: left;
  padding-right: 0.2rem;
}
footer .navlist li .lv1 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
footer .navlist li .lv2list {
  max-width: 200px;
  padding-top: 5px;
}
footer .navlist li .lv2list .lv2box {
  margin-top: 6px;
}
footer .navlist li .lv2list .lv2box .lv2 {
  font-family: "sourceLight";
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
footer .ftbot {
  margin-top: 0.3rem;
}
footer .ftbot .lf {
  float: left;
  width: calc(100% - 300px);
  max-width: 1186px;
  display: flex;
}
footer .ftbot .lf .copy {
  float: left;
  max-width: 50%;
  padding-right: 0.8rem;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
@media screen and (min-width: 1700px) {
  footer .ftbot .lf .copy {
    min-width: 540px;
  }
}
footer .ftbot .lf .copy a {
  color: #666;
}
footer .ftbot .lf .copy a:hover {
  color: #fff;
}
footer .ftbot .lf .copy .at {
  font-size: 12px;
  line-height: 28px;
  color: #666;
}
footer .ftbot .lf .link {
  position: relative;
  max-width: 50%;
  padding-left: 0.8rem;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
}
footer .ftbot .lf .link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 1px;
  background: #fff;
  margin-top: -20px;
}
footer .ftbot .lf .link a {
  display: inline-block;
  margin-right: 5px;
  color: #666;
}
footer .ftbot .lf .link a:hover {
  color: #fff;
}
footer .ftbot .rf {
  float: right;
}
footer .ftbot .rf .top {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
footer .ftbot .rf .top span {
  margin: 0 8px;
  display: inline-block;
}
footer .ftbot .rf .top a {
  color: #fff;
}
footer .ftbot .rf .top a:hover {
  text-decoration: underline;
}
footer .ftbot .rf .bot {
  position: relative;
  margin-top: 16px;
  text-align: right;
  font-size: 18px;
  line-height: 38px;
  color: #666;
}
footer .ftbot .rf .bot .iconfont {
  font-size: 38px;
}
footer .ftbot .rf .bot span {
  display: inline-block;
  vertical-align: top;
}
footer .ftbot .rf .bot:hover .imgbox {
  transform: scale(1);
}
footer .ftbot .rf .bot .imgbox {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
  width: 100px;
  transform-origin: bottom center;
  transform: scale(0);
  transition: all 0.3s;
}
footer .ftbot .rf .bot .imgbox img {
  display: block;
  width: 100px;
}
.gototop {
  position: fixed;
  right: -65px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #72a22e;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gototop img {
  display: block;
  width: 50px;
  height: auto;
}
.gototop.fixed {
  right: 5px;
  -webkit-box-shadow: 0 0 15px #c8ec99;
          box-shadow: 0 0 15px #c8ec99;
}