@charset "UTF-8";
body, html {
  min-width: 1000px;
}

/*公用样式*/
a {
  color: #fff;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.sec-t {
  text-align: center;
  padding-top: 70px;
}
.sec-t .sec-t-title-bg {
  font-size: 55px;
  font-weight: bold;
  color: #00a668;
  opacity: 0.3;

}
.sec-t .sec-t-title {
  font-size: 44px;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}
.sec-t .sec-t-title-content {
  font-size: 22px;
  color: #333333;
}

nav {
  height: 80px;
  line-height: 70px;
}
nav .w1000 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .nav-l ul {
  list-style: none;
}
nav .nav-l ul li {
  margin-right: 25px;
  font-size: 16px;
  float: left;
}
nav .nav-l ul .li {
  padding-top: 12px;
}
nav .nav-l ul img {
  width: 202px;
}
nav .nav-l ul a {
  color: #000;
  display: inline-block;
}
nav .nav-r {
  font-size: 16px;
  margin-top: 12px;
}
nav .nav-r .icon {
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  margin: 28px 8px 0 0;
  float: left;
  width: 19px;
  height: 13px;
  background-position: 0 -225px;
}

header {
  background: url("../images/banner_bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 561px;
}
header .w1000 {
  position: relative;
}
header .w1000 .header-top img {
  position: absolute;
  top: 0;
  left: 0;
}
header .w1000 .header-top .zao {
  width: 138px;
  height: 136px;
  top: 105px;
  left: 60px;
}
header .w1000 .header-top .bei {
  width: 145px;
  height: 144px;
  top: 181px;
  left: 145px;
}
header .w1000 .header-top .kao {
  width: 151px;
  height: 151px;
  top: 81px;
  left: 252px;
}
header .w1000 .header-top .cai {
  width: 143px;
  height: 141px;
  top: 183px;
  left: 360px;
}
header .w1000 .header-top .you {
  width: 145px;
  height: 145px;
  top: 108px;
  left: 500px;
}
header .w1000 .header-top .hao {
  width: 151px;
  height: 151px;
  top: 198px;
  left: 612px;
}
header .w1000 .header-top .wei {
  width: 146px;
  height: 144px;
  top: 78px;
  left: 730px;
}
header .w1000 .header-top .lai {
  width: 139px;
  height: 144px;
  top: 192px;
  left: 807px;
}
header .w1000 .header-bom {
  position: absolute;
  top: 405px;
  left: 250px;
  width: 742px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url("../images/header_title_bg.png") no-repeat;
}
header .w1000 .header-bom img {
  width: 679px;
  height: 37px;
}
header .w1000 .header-bom p {
  font-family: "fzltzhjt";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 127, 75, 0.75);
}
header .w1000 .header-bom p span {
  color: #fcf204;
}

.sec1 {
  background: url("../images/sec1_bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 809px;
}
.sec1 .sec1-b {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.sec1 .sec1-b .gexing {
  width: 292px;
  height: 354px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(32, 21, 18, 0.3);
  border: solid 1px #00a668;
  text-align: center;
}
.sec1 .sec1-b .gexing .icon {
  width: 128px;
  height: 128px;
  margin: -64px auto 15px;
  background-color: #00a668;
  border-radius: 50%;
  text-align: center;
  line-height: 128px;
}
.sec1 .sec1-b .gexing .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #00a668;
}
.sec1 .sec1-b .gexing .content {
  width: 234px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 25px auto 17px;
  text-align: left;
}
.sec1 .sec1-b .gexing .anniu {
  width: 210px;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
  text-align: center;
  background-color: #00a668;
  border-radius: 25px;
}
.sec1 .sec1-b .gexing .anniu p {
  font-size: 24px;
  color: #ffffff;
}
.sec1 .sec1-b .gexing:hover .icon {
  animation: fadeInDown 0.7s ease;
}
.sec1 .sec1-b .gexing:hover .anniu {
  animation: fadeInUp 0.7s ease;
}

.sec2 {
  margin-top: -10px;
}
.sec2 .kechengtixi {
  background: url("../images/kechengtixi.png") no-repeat;
  height: 148px;
  margin-top: 10px;
}
.sec2 .kechengtixi .kecheng-l {
  width: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #fcf204;
  float: left;
  margin: 10px 0 0 55px;
}
.sec2 .kechengtixi .kecheng-r {
  float: left;
  margin: 55px 0 0 35px;
}
.sec2 .kechengtixi .kecheng-r .kecheng-btn {
  float: left;
  width: 204px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #01a769;
  border-radius: 25px;
  margin-right: 14px;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  cursor: pointer;
}
.sec2 .kechengtixi .kecheng-r .btn-color {
  color: #fcf204;
  background-color: #01a769;
  border-color: #fff;
  position: relative;
}
.sec2 .kechengtixi .kecheng-r .btn-color:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #01a769;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 92px;
}
.sec2 .kechengtixi .kecheng-r .btn-color:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  top: 39px;
  left: 91px;
}
.sec2 .table-bg {
  background: url("../images/table_bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 584px;
  padding-top: 100px;
  position: relative;
}
.sec2 .table-bg .w1000 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  opacity: 0;
}
.sec2 .table-bg .show {
  opacity: 1;
  transition: all 1s ease;
}
.sec2 .table-bg .table1 td {
  padding: 14px 0;
}
.sec2 .table-bg .table2 td {
  padding: 19px 0;
}
.sec2 .table-bg .table3 td {
  padding: 24px 0;
}
.sec2 .table-bg .table4 td {
  padding: 18px 0;
}
.sec2 .table-bg .table-l {
  width: 360px;
  height: 480px;
  background-color: #ffffff;
  border: solid 2px #01a769;
  position: relative;
}
.sec2 .table-bg .table-l .shuzi {
  position: absolute;
  width: 154px;
  height: 72px;
  top: -32px;
  left: -11px;
}
.sec2 .table-bg .table-l .table-l-box {
  width: 303px;
  margin: 0 auto;
}
.sec2 .table-bg .table-l h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  color: #01a769;
  text-align: center;
  margin: 29px auto 0;
}
.sec2 .table-bg .table-l .title {
  display: flex;
  align-items: center;
  margin: 15px auto 10px;
}
.sec2 .table-bg .table-l .title img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.sec2 .table-bg .table-l .title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  color: #01a769;
}
.sec2 .table-bg .table-l .wenzi {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
.sec2 .table-bg .table-l .btn-g {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sec2 .table-bg .table-l .btn-g div {
  width: 138px;
  height: 36px;
  line-height: 36px;
  background-color: #00a668;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
}
.sec2 .table-bg .table-r1 {
  width: 612px;
  height:480px;
  background-color: #ffffff;
  border: solid 2px #01a769;
  overflow: hidden;
}
.sec2 .table-bg .table-r1 th {
  background-color: #01a769;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
}
.sec2 .table-bg .table-r1 td {
  border-right: 1px solid #01a769;
  border-bottom: 1px solid #01a769;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.sec2 .table-bg .table-r1 .last-tr td {
  border-bottom: none;
}
.sec2 .table-bg .table-r1 tr td:last-child {
  border-right: none;
}
.sec2 .table-bg .table-r1 .th1 {
  width: 167px;
}
.sec2 .table-bg .table-r1 .th2 {
  width: 96px;
}
.sec2 .table-bg .table-r1 .th3 {
  width: 102px;
}
.sec2 .table-bg .table-r1 .th4 {
  width: 250px;
}




.sec2 .table-bg .table-r {
  width: 612px;
  height: 480px;
  background-color: #ffffff;
  border: solid 2px #01a769;
  overflow: hidden;
}
.sec2 .table-bg .table-r th {
  background-color: #01a769;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
}
.sec2 .table-bg .table-r td {
  border-right: 1px solid #01a769;
  border-bottom: 1px solid #01a769;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.sec2 .table-bg .table-r .last-tr td {
  border-bottom: none;
}
.sec2 .table-bg .table-r tr td:last-child {
  border-right: none;
}
.sec2 .table-bg .table-r .th1 {
  width: 167px;
}
.sec2 .table-bg .table-r .th2 {
  width: 96px;
}
.sec2 .table-bg .table-r .th3 {
  width: 102px;
}
.sec2 .table-bg .table-r .th4 {
  width: 250px;
}

.sec3 {
  margin-top: -20px;
}
.sec3 .sec3-c {
  overflow: hidden;
  margin-top: 58px;
}
.sec3 .sec3-c .green-box {
  float: left;
  margin-right: 10px;
  width: 130px;
  height: 314px;
  overflow: hidden;
  background: url("../images/green_bg.png") no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sec3 .sec3-c .green-box .green-l {
  margin-left: 10px;
}
.sec3 .sec3-c .green-box .green-l img {
  width: 114px;
  height: 300px;
}
.sec3 .sec3-c .green-box .green-r {
  color: #ffffff;
  margin-right: 35px;
  display: none;
}
.sec3 .sec3-c .green-box .green-r h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.sec3 .sec3-c .green-box .green-r p {
  font-size: 16px;
  margin: 22px auto 38px;
}
.sec3 .sec3-c .green-box .green-r div {
  color: #fff;
  width: 190px;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  border-radius: 30px;
  border: solid 1px #ffffff;
}

footer {
  background: url("../images/footer.png") no-repeat center center;
  background-size: cover;
  height: 671px;
  margin-bottom: 100px;
}
footer .w1000 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 200px;
}
footer .footer-l {
  width: 494px;
  height: 233px;
  background-color: #ffffff;
  position: relative;
}
footer .footer-l .shuzhi2 {
  width: 151px;
  height: 129px;
  position: absolute;
  top: -50px;
  left: -42px;
  margin: 0;
}
footer .footer-l img {
  width: 333px;
  height: 74px;
  margin: 20px 0 30px 55px;
}
footer .footer-l p {
  font-size: 27px;
  color: #333333;
  margin-left: 55px;
}
footer .footer-l span {
  color: #e60012;
}
footer .footer-r {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-r .erweima {
  margin: 20px 15px 0;
}
footer .footer-r .erweima .img {
  width: 180px;
  height: 180px;
  background-color: #fff;
}
footer .footer-r .erweima .img img {
  width: 100%;
}
footer .footer-r .erweima p {
  margin-top: 5px;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
footer .foot {
  padding-top: 0;
  justify-content: center;
  margin-top: 70px;
}
footer .wei {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.xuanfu {
  position: fixed;
  bottom: 0;
  background: url("../images/xuanfubg.png") no-repeat center center;
  background-size: cover;
  height: 100px;
  width: 100%;
  box-shadow: 0px 0px 8px 0px #000;
}
.xuanfu .w1000 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xuanfu .xuanfu-l p {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(1, 105, 70, 0.75);
}
.xuanfu .xuanfu-l p span {
  font-size: 63px;
}
.xuanfu .xuanfu-r {
  text-align: center;
}
.xuanfu .xuanfu-r .t {
  font-size: 25px;
  color: #fff;
}
.xuanfu .xuanfu-r .r {
  background: url("../images/xuanbu_btn.png") no-repeat;
  width: 273px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.xuanfu .xuanfu-r .r p {
  font-size: 22px;
  color: #333;
}

.cebian {
  background: url("../images/cebian_bg.png") no-repeat center center;
  background-size: cover;
  width: 146px;
  height: 300px;
  position: fixed;
  right: 20px;
  top: 152px;
  text-align: center;
}
.cebian p:nth-child(1) {
  padding: 50px 0 14px 0;
}
.cebian p {
  width: 130px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px dashed #fff;
}
.cebian .pcolor a {
  color: #fcf204;
}
.cebian .backTop {
  width: 70px;
  height: 70px;
  margin: 7px auto 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url("../images/bgcolor.png");
  position: relative;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.cebian .backTop span {
  display: inline-block;
  margin-top: 28px;
}
.cebian .backTop:after {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 10px;
  left: 16px;
}
.sec2 .table-bg .show .btn-g div {
  position: relative;
  z-index: 101;

  }
  header .w1000 .header-top1 {
    display: none;
 }
 .sec1 .wapsec1-anniu {
    display: none;
 }
  .sec1 .sec1-b .gexing .content p:nth-child(2) {
    display: none;
 }
  .sec2 .waptitle {
    display: none;
 }
  .sec2 .waptable {
    display: none;
 }
  .sec3 .sec3-wap {
    display: none;
 }
  .sec3 .sec3-wap-bg {
    display: none;
 }
  footer .footer-bg1 {
    display: none;
 }
  footer .footer-r .erweima .e1p2 {
    display: none;
 }
  .wap-xuanxu {
    display: none;
 }
/*# sourceMappingURL=index.css.map */
