@charset "utf-8";

/* CSS Document */
* {
  scrollbar-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

html,
body {
  min-width: 1440px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #f4f8fa;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #f4f8fa;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #f4f8fa;
}

@font-face {
  font-family: "IBMPlexMono-Bold";
  src: url('../fonts/IBMPlexMono-Bold.ttf');
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

@font-face {
  font-family: "Impact";
  src: url('../fonts/Impact.ttf');
}

@font-face {
  font-family: "OutfitRegular";
  src: url('../fonts/Outfit-Regular.ttf');
}

@font-face {
  font-family: "AileronHeavyItalic";
  src: url('../fonts/AILERON-HEAVYITALIC.OTF');
}

@font-face {
  font-family: "AileronBlackItalic";
  src: url('../fonts/AILERON-BLACKITALIC.OTF');
}


@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1400 {
  width: 1400px;
}


/* lyHeader start */
.lyHeader {
  width: 100%;
  padding: 0 3%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
}

.fxd .lyHeader,
.lyHeader:hover,
.nyHeader {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}


.lyHeader .lyLogo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  float: left;
}

.lyLogo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyLogo a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}


.lySearch {
  height: 44px;
  margin: 28px 0;
  float: right;
  position: relative;
  z-index: 1;
}

.lySearch form {
  width: 154px;
  height: 44px;
  position: relative;
}

.lySearch form .scIpt {
  width: 100px;
  height: 44px;
  padding: 0 20px;
  background-color: #00a662;
  border-radius: 22px 0 0 22px;
  position: absolute;
  top: 0;
  right: 54px;
}

.lySearch form:hover .scIpt {
  width: 240px;
}

.lySearch form .scIpt input {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  background: none !important;
  border-radius: 0 !important;
  border: 0;
  outline: none;
}

.lySearch form .scIpt input::placeholder {
  color: rgba(0, 0, 0, .3);
}

.lySearch form .scBtn {
  width: 54px;
  height: 44px;
  background-color: #00a662;
  border-radius: 0 22px 22px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.lySearch form .scBtn button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow: hidden;
  background: none !important;
  border-radius: 0 !important;
  border: 0;
  outline: none;
  cursor: pointer;
}

.lySearch form .scBtn button i {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.lySearch form .scBtn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch form .scBtn button i svg path {
  fill: #000000;
}


.lyTel {
  margin: 28px 0;
  padding-right: 40px;
  float: right;
  position: relative;
}

.lyTel i {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 2px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  cursor: pointer;
  float: left;
}

.lyTel i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyTel i svg path {
  fill: rgba(255, 255, 255, .5);
}

.lyTel i:hover svg path {
  fill: #00a662;
}

.lyTel p {
  width: 0;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #00a662;
  font-size: 40px;
  font-family: "BEBAS";
}

.lyTel:hover p {
  width: auto
  padding: 0 0 0 10px;
}

.fxd .lyHeader .lyTel i,
.lyHeader:hover .lyTel i,
.nyHeader .lyTel i {
  background-color: #00a662;
}

.fxd .lyHeader .lyTel i svg path,
.lyHeader:hover .lyTel i svg path,
.nyHeader .lyTel i svg path {
  fill: #ffffff;
}



/* 导航栏 开始 */
.lyNav {
  padding-right: 20px;
  float: right;
}

.lyNav li,
.lyNav a {
  text-decoration: none;
  list-style: none;
}

.lyNav .navList>ul>li {
  padding: 0 32px 0 2px;
  position: relative;
  float: left;
}

.lyNav .navList>ul>li>a {
  display: block;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.fxd .lyNav .navList>ul>li>a,
.lyHeader:hover .lyNav .navList>ul>li>a,
.nyHeader .lyNav .navList>ul>li>a {
  color: #222;
}

.lyNav .navList>ul>li:hover>a,
.lyNav .navList>ul>li.active>a {
  color: #00a662;
}

.fxd .lyNav .navList>ul>li:hover>a,
.fxd .lyNav .navList>ul>li.active>a,
.lyHeader:hover .lyNav .navList>ul>li:hover>a,
.lyHeader:hover .lyNav .navList>ul>li.active>a,
.nyHeader .lyNav .navList>ul>li:hover>a,
.nyHeader .lyNav .navList>ul>li.active>a {
  color: #00a662;
}

.lyNav .navList>ul>li>a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #00a662;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNav .navList>ul>li:hover>a::after,
.lyNav .navList>ul>li.active>a::after {
  width: 100%;
}

.lyNav .navList>ul>li ul {
  display: none;
  width: 130%;
  margin-top: 7px;
  padding: 16px 20px;
  background-color: #fff;
  border-top: 3px solid #008c53;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
  position: absolute;
  left: -15%;
  top: 100%;
  z-index: 9;
}

.lyNav .navList>ul>li:hover ul {
  display: block;
}

.lyNav .navList>ul>li ul::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #008c53;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyNav .navList>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.lyNav .navList>ul>li ul li a {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #777;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyNav .navList>ul>li ul li a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: -2px 8px 0 0;
  background-color: #999;
  border-radius: 50%;
  vertical-align: middle;
}

.lyNav .navList>ul>li ul li a:hover {
  color: #00a662;
  text-decoration: underline;
}

.lyNav .navList>ul>li ul li a:hover::before {
  background-color: #00a662;
}

.lyNav .nav_menu {
  display: none;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .lyNav .navList>ul>li>a {
    color: #222;
    font-size: 15px;
    padding: 12px 20px;
  }

  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a {
    color: #00a662;
  }

  .lyNav .navList>ul>li>a::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {
    background: url(../images/nav_ico2.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .lyNav .navList>ul>li>a::after {
    background-color: #00a662;
  }

}

@media (max-width:1080px) {
  .lyNav {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .lyNav .navList {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .lyNav .navList ul {
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }

  .lyNav .navList .navMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
  }

  .lyNav .navList ul>li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-sizing: border-box;
    position: relative;
  }

  .lyNav .navList ul>li a {
    display: block;
    width: 100%;
    line-height: 64px;
    color: #333;
    font-size: 18px;
    text-align: left;
    padding: 0 40px;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .navList>ul>li>a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 18px;
  }

  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {
    background: url(../images/nav_ico1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .lyNav .navList>ul>li:hover,
  .lyNav .navList>ul>li.active {
    background: linear-gradient(to right, #00a662, #00b5af);
  }

  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .fp-viewing-page2 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page2 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page4 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page4 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page5 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page5 .lyNav .navList>ul>li.active>a,
  .nyHeader .lyNav .navList>ul>li:hover>a,
  .nyHeader .lyNav .navList>ul>li.active>a {
    color: #fff;
  }

  .lyNav .navList>ul>li>a>em {
    display: none;
  }

  .lyNav .navList>ul>li>a::after {
    display: none;
  }

  .lyNav .navList>ul>li i {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 14px 9px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .lyNav .navList>ul>li i.cur {
    background-size: 14px 9px;
  }

  .lyNav .navList>ul>li ul {
    width: 100%;
    overflow: hidden;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #f8f8f8;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .navList>ul>li:hover>em,
  .lyNav .navList>ul>li.active>em {
    display: none;
  }

  .lyNav .navList>ul>li ul li a {
    height: 48px;
    line-height: 48px;
    color: #888;
    text-align: left;
    border: 0;
    padding: 0 40px;
  }

  .lyNav .nav_menu {
    display: block;
    width: 64px;
    height: 64px;
    padding: 22px 20px;
  }

  .lyNav .nav_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #00a662, #00b5af);
    border-radius: 1px;
    margin: 0 auto;
  }

  .lyNav .nav_menu span+span {
    margin-top: 7px;
  }

  .lyNav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }
}

@media (max-width:1024px) {}

@media (max-width:800px) {}

@media (max-width: 767px) {
  .lyNav .nav_menu {
    width: 48px;
    padding: 22px 12px;
  }

  .lyNav .navList ul {
    width: 64%;
  }

  .lyNav .navList ul>li a {
    font-size: 16px;
    padding: 0 20px 0 32px;
  }

  .lyNav .navList>ul>li>a::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    left: 10px;
  }
}

@media (max-width: 320px) {
  .lyNav .nav_menu {
    width: 44px;
    padding: 22px 10px;
  }
}

@media (max-width:280px) {
  .lyNav .nav_menu {
    display: block;
    width: 22px;
    height: 64px;
    padding: 24px 0;
  }

  .lyNav .nav_menu span+span {
    margin-top: 6px;
  }

}

/* 导航栏 结束 */

/* lyHeader end */


.lyTitle {
  height: 140px;
  margin-bottom: 50px;
  padding: 40px 0;
  position: relative;
}

.lyTitle i {
  display: block;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #000;
  font-size: 64px;
  font-family: "BEBAS";
  font-style: normal;
  text-transform: uppercase;
}

.lyTitle p {
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 36px;
  font-weight: lighter;
  margin-top: 10px;
}

.lyTitle .lyMore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


.lyMore a {
  display: block;
  width: 200px;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  background-color: #00a662;
}

.lyMore a::before {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  background-color: #fff;
  margin: 29.5px 0;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyMore a::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin: 26.5px 15px 26.5px 0;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyMore a:hover {
  background-color: #008c53;
}

.lyMore a:hover::before {
  width: 72px;
}


/* lyFoot start */
.lyFoot {
  overflow: hidden;
  background: #1a1a1a url(../images/footBg.jpg) center center no-repeat;
  background-size: cover;
}

.lyFoot .lyFoot_main {
  margin: 0 auto;
}



.lyFoot_main .lyFoot_left {
  width: 67%;
  border-right: 1px solid rgba(255, 255, 255, .1);
  float: left;
}

.lyFoot_left .lyFoot_logo {
  padding: 40px 0;
  position: relative;
}

.lyFoot_left .lyFoot_logo::after {
  content: '';
  display: block;
  width: 200%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: 0;
  right: 0;
}

.lyFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyFoot_logo a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.lyFoot_tit {
  margin-bottom: 20px;
}

.lyFoot_tit i {
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #00a662;
}

.lyFoot_tit p {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}

.lyFoot_left .lyFoot_nav {
  width: 100%;
  margin: 40px 0;
}

.lyFoot_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0 -10px;
}

.lyFoot_nav ul li {
  width: 20%;
  padding: 0 10px;
}

.lyFoot_nav ul li dl dd {
  padding: 2px 0; display:none;
}
.lyFoot_nav ul li dl dd:nth-child(1), .lyFoot_nav ul li dl dd:nth-child(2), .lyFoot_nav ul li dl dd:nth-child(3), .lyFoot_nav ul li dl dd:nth-child(4) {
  display:block;
}

.lyFoot_nav ul li dl dd a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_nav ul li dl dd a:hover {
  color: #fff;
}

.lyFoot_left .lyLinks {
  min-height: 100px;
  margin: 40px 0;
  padding: 0 0 0 100px;
  background: url(../images/linnkBg.png) 0 0 repeat;
  position: relative;
}

.lyLinks .lyLinks_title {
  width: 100px;
  height: 100px;
  overflow: hidden;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  background-color: #00a662;
  position: absolute;
  left: 0;
  top: 0;
}

.lyLinks_title i {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin: 0 auto 5px;
}

.lyLinks_title i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyLinks_title i svg path {
  fill: #ffffff;
}

.lyLinks .lyLinks_list {
  padding: 10px;
}

.lyLinks_list ul li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

.lyLinks_list ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
}

.lyLinks_list ul li a:hover {
  color: #fff;
}

.lyFoot_left .lyFoot_copy {
  padding: 20px 0;
  position: relative;
}

.lyFoot_left .lyFoot_copy::before {
  content: '';
  display: block;
  width: 200%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0;
  right: 0;
}

.lyFoot_copy p {
  width: auto;
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
}

.lyFoot_copy p a {
  color: rgba(255, 255, 255, .25);
}

.lyFoot_copy p a:hover {
  color: #fff;
}


.lyFoot_main .lyFoot_right {
  width: 33%;
  padding: 80px 0 80px 80px;
  float: right;
}

.lyFoot_right .lyFoot_con {
  width: 100%;
}

.lyFoot_con .lyFoot_tel {
  line-height: 40px;
  color: #fff;
  font-size: 40px;
  font-family: "BEBAS";
  letter-spacing: 2px;
  margin: 20px 0;
}

.lyFoot_tel span {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
  letter-spacing: 0;
  margin: -2px 0 0 20px;
}

.lyFoot_con ul {
  margin: 40px 0;
}

.lyFoot_con ul li {
  margin: 20px 0;
}

.lyFoot_con ul li span {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 4px;
}

.lyFoot_con ul li span i {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
  float: left;
}

.lyFoot_con ul li span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_con ul li i svg path {
  fill: #00a662;
}

.lyFoot_con ul li p {
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
}

.lyFoot_right .lyFoot_ewm {
  margin-top: 40px;
}

.lyFoot_ewm .lyFootEwm_img {
  width: 140px;
  height: auto;
  margin-right: 20px;
  float: left;
}

.lyFootEwm_img img {
  display: block;
  width: 140px;
  height: 140px;
}

.lyFoot_ewm p {
  padding: 46.5px 0;
}

.lyFoot_ewm p span {
  display: block;
  line-height: 22px;
  color: #00a662;
  font-size: 22px;
  margin-bottom: 5px;
}

.lyFoot_ewm p em {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
  font-style: normal;
}



/* lyFoot end */


/* lyView start */
.lyView {
  width: 64px;
  height: auto;
  background-color: #eee;
  
  margin-top: 50px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyView .lyView_ewm,
.lyView .lyView_tel,
.lyView .lyView_top {
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.lyView .lyView_ewm::after,
.lyView .lyView_tel::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 18px;
  bottom: 0;
}

.lyView .lyView_ewm p {
  display: none;
  width: 140px;
  height: 140px;
  padding: 10px;
  background-color: #fff;
  
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p img {
  display: block;
  width: 100%;
}

.lyView .lyView_ewm p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 20px;
}

.lyView .lyView_ewm:hover p {
  display: block;
}

.lyView .lyView_ewm i,
.lyView .lyView_tel i,
.lyView .lyView_top i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 2px;
}

.lyView .lyView_ewm i svg,
.lyView .lyView_tel i svg,
.lyView .lyView_top i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_ewm i svg path,
.lyView .lyView_tel i svg path {
  fill: #777777;
}

.lyView .lyView_ewm:hover i svg path,
.lyView .lyView_tel:hover i svg path {
  fill: #008c53;
}

.lyView .lyView_ewm span,
.lyView .lyView_tel span,
.lyView .lyView_top span {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.lyView .lyView_ewm:hover span,
.lyView .lyView_tel:hover span,
.lyView .lyView_top:hover span {
  color: #008c53;
}

/* lyView end */


/* nyBanner start */
.nyBanner {
  height: 550px;
  margin-top: 80px;
  position: relative;
}

.nyBanner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyBanner .nyBa_txt,
.nyBanner .proBa_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyBa_txt span {
  display: block;
  line-height: 50px;
  color: rgba(255, 255, 255, .25);
  font-family: "BEBAS";
  font-size: 60px;
  text-transform: uppercase;
  mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -webkit-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -moz-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -ms-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -o-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
}

.nyBa_txt p {
  line-height: 56px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
}

/* nyBanner end */


.nyTitle {
  margin-bottom: 40px;
}

.nyTitle p {
  line-height: 56px;
  color: #222;
  font-size: 48px;
  font-weight: lighter;
  text-align: center;
}

.nyTitle1 p {
  color: #fff;
}

.nyTitle i {
  display: block;
  width: 64px;
  height: 6px;
  overflow: hidden;
  margin: 20px auto 0;
  background: url(../images/ico1.png) center center no-repeat;
  background-size: 100% 100%;
}

/* nyMenu start */
.nyMenu {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.nyMenu::before {
  content: '';
  display: block;
  width: 50%;
  height: 80px;
  background-color: #262626;
  border-bottom: 3px solid #00a662;
  position: absolute;
  left: 0;
  top: 0;
}

.nyMenu .nyMenu_main {
  margin: 0 auto;
  background-color: #262626;
  border-bottom: 3px solid #00a662;
  position: relative;
}

.nyMenu_main::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: #262626;
  
  position: absolute;
  top: 0;
  right: -10px;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.nyMenu_main dl {
  position: relative;
}

.nyMenu_main dl dt,
.nyMenu_main dl dd {
  float: left;
}

.nyMenu_main dl dt {
  padding-right: 24px;
}

.nyMenu_main dl dt a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 20px 0;
  padding: 8px;
}

.nyMenu_main dl dt a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyMenu_main dl dt a svg path {
  fill: #00a662;
}

.nyMenu_main dl dd {
  padding: 0 15px;
  position: relative;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.nyMenu_main dl dd::after {
  content: '';
  display: block;
  width: 4px;
  height: 12px;
  margin-top: -6px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 50%;
  left: -2px;
}

.nyMenu_main dl dd:hover::after,
.nyMenu_main dl dd.active::after {
  display: none;
}

.nyMenu_main dl dd:hover,
.nyMenu_main dl dd.active {
  background-color: #00a662;
}

.nyMenu_main dl dd a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.nyMenu_main dl dd:hover a,
.nyMenu_main dl dd.active a {
  color: #000;
  font-weight: bold;
}

.nyMenu_main dl dd a em {
  font-family: "BEBAS"; font-size: 40px; font-style:italic; margin-right:4px;
}

/* nyMenu end */

.nyLocation {
  margin-top: 100px;
  padding: 10px 0;
  background-color: #262626;
}

.nyLocation .nyLocation_main {
  height: 40px;
  overflow: hidden;
  line-height: 42px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-left: 32px;
  position: relative;
}

.nyLocation_main i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: -11px;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyLocation_main i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main i svg path {
  fill: rgba(255, 255, 255, .35);
}

.nyLocation_main a {
  color: rgba(255, 255, 255, .35);
}

.nyLocation_main a:hover {
  color: #00a662;
}

.nyLocation_main span {
  color: rgba(255, 255, 255, .35);
}

.nyLocation_main em {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 8px 0;
}

.nyLocation_main em svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main em svg path {
  fill: rgba(255, 255, 255, .35);
}


/* lyPage start */
.lyPage {
  width: 100%;
  margin: 0 auto;
  line-height: 44px;
  color: #999;
  font-size: 18px;
  text-align: center;
}

.lyPage a {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #555;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  vertical-align: top;
  margin: 0 8px;
  padding: 0;
  position: relative;
}

.lyPage a.upPage {
  margin: 0 20px 0 0;
}

.lyPage a.downPage {
  margin: 0 0 0 20px;
}

.lyPage a:hover,
.lyPage a.pnnum1 {
  color: #fff;
  background-color: #00a662;
}

.lyPage a i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPage a i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lyPage a i svg path {
  fill: #555555;
}

.lyPage a:hover i svg path {
  fill: #222222;
}

/* lyPage end */

