* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: PingFang;
  src: url('../font/pingfang\ sc\ bold.ttf');
}
@font-face {
  font-family: 'PingFangH';
  src: url('../font/PINGFANG\ HEAVY.TTF');
}
@media screen and (min-width: 769px) {
  .box .navYd {
    display: none;
  }
  .box .Top {
    width: 100%;
    min-width: 1500px;
    position: relative;
  }
  .box .Top .nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 41px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .Top .nav .logo {
    width: 503px;
    height: 41px;
  }
  .box .Top .nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Top .nav .logo .logo2 {
    display: none;
  }
  .box .Top .nav .logo .logo-yd {
    display: none;
  }
  .box .Top .nav .nav-pc {
    width: 1025px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
  }
  .box .Top .nav .nav-pc li.active a {
    color: #006f33 !important;
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc li.active .drop-down {
    display: block;
  }
  .box .Top .nav .nav-pc li.active .drop-down span {
    display: block;
    position: relative;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    color: #199f57 !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a:hover {
    text-decoration: underline;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #006f33 !important;
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
  }
  .box .Top .nav .nav-pc .cp .drop-down {
    width: 100%;
    animation-name: cp;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    overflow: hidden;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container {
    padding: 20px 0 0 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0 5px 0;
    border-bottom: 1px solid #e2f2ee;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left {
    width: 215px;
    height: 56px;
    background-color: #199f57;
    border-radius: 8px;
    padding: 0 18px 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left p {
    width: 65%;
    font-family: 'PingFang';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right {
    width: 1194px;
    display: flex;
    flex-wrap: wrap;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text {
    width: 200px;
    height: 56px;
    margin-right: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text p {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #8ec246;
    margin-top: 9px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text:hover {
    background-color: rgba(144, 247, 195, 0.2);
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text:nth-child(5n) {
    margin-right: 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li:last-child {
    border-bottom: none;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li:last-child .left {
    background-color: #8ec246;
  }
  @keyframes cp {
    0% {
      height: 0;
    }
    100% {
      height: 502px;
    }
  }
  .box .Top .nav .nav-pc .fw .drop-down {
    width: 100%;
    height: 365px;
    animation-name: fw;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
    overflow: hidden;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li {
    width: 338px;
    height: 242px;
    background: url(../img/index/fwBgc.png) center no-repeat;
    background-size: cover;
    padding: 39px 0 0 29px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 {
    font-family: 'PingFang';
    font-size: 20px;
    line-height: 20px;
    color: #199f57;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 img {
    margin-left: 10px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #333333 !important;
  }
  @keyframes fw {
    0% {
      height: 0;
    }
    100% {
      height: 365px;
    }
  }
  .box .Top .nav .try {
    width: 150px;
    height: 60px;
    background-color: #8ec246;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .box .Top .nav .try a img {
    margin-right: 14px;
  }
  .box .Top .nav .try a p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
  }
  .box .Top .nav .try:hover {
    filter: brightness(1.1);
  }
  .box .Top .nav .menu {
    display: none;
  }
  .box .Top .Text {
    height: 160px;
    background-color: #fff;
  }
  .box .Top .Text .container {
    width: 1440px !important;
    height: 140px;
    display: flex;
    left: 50%;
    transform: translate(-50%);
  }
  .box .Top .Text .container .swiper-pagination-bullet {
    height: 100%;
    flex: 1;
    background-color: transparent;
    opacity: 1;
  }
  .box .Top .Text .container .swiper-pagination-bullet a {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
  }
  .box .Top .Text .container .swiper-pagination-bullet a img {
    margin-right: 14px;
  }
  .box .Top .Text .container .swiper-pagination-bullet a p {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
  }
  .box .Top .Text .container .swiper-pagination-bullet a span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 5px;
  }
  .box .Top .Text .container .swiper-pagination-bullet a:hover {
    background-color: rgba(144, 247, 195, 0.2);
  }
  .container {
    width: 1440px;
    margin: 0 auto;
  }
  .Bottom {
    width: 100%;
    height: 308px;
    background-color: #18221e;
    padding: 33px 0 0 0;
    min-width: 769px;
  }
  .Bottom .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .Bottom .text h5 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
  }
  .Bottom .text .left {
    width: 950px;
  }
  .Bottom .text .left p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 23px;
  }
  .Bottom .text .left p a {
    width: 25%;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
  }
  .Bottom .text .left p a:hover {
    text-decoration: underline;
  }
  .Bottom .text .right {
    width: 460px;
  }
  .Bottom .text .right h5 {
    margin-bottom: 33px;
  }
  .Bottom .text .right .p {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .Bottom .text .right .p img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .Bottom .text .right .p span {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: block;
  }
  .Bottom .text .right .p p span:nth-child(1) {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 24px;
    color: #8ec246;
    margin: 0 0 0 0;
    display: inline-block;
    margin-right: 20px;
  }
  .Bottom .text .right .p p span:nth-child(2) {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 24px;
    color: #8ec246;
    margin: 2px 0 10px 0;
    display: inline-block;
  }
  .Bottom .text .right .p:nth-child(3) {
    align-items: center;
  }
  .Bottom .P {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 18px;
  }
  .Bottom .P span {
    font-size: 14px;
    line-height: 66px;
    color: #ffffff;
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .Bottom .P span img {
    margin-right: 10px;
  }
  .quotation {
    width: 100%;
    height: 354px;
    background-color: #1f9c59;
    padding: 86px 0 0 0;
  }
  .quotation h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
  }
  .quotation p {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 21px;
    text-align: center;
  }
  .quotation .input {
    width: 409px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    display: flex;
  }
  .quotation .input input {
    width: 295px;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 16px;
  }
  .quotation .input button {
    width: 116px;
    height: 56px;
    background-color: #87bc3d;
    border: none;
    outline: none;
  }
  .quotation .input button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 57px;
    color: #ffffff;
  }
  .quotation .input button:hover a {
    text-decoration: underline;
  }
  .layui-layer-title {
    padding: 0;
  }
  .tcTitle {
    height: 100%;
    padding: 0 46px 0 16px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #e6e6e6;
  }
  .tcTitle h2 {
    font-size: 16px;
    white-space: nowrap;
    line-height: 50px;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 2.66666667vw;
  }
  .box .nav .logo {
    width: 66.93333333vw;
    height: 5.33333333vw;
  }
  .box .nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .nav .nav-pc {
    display: none;
  }
  .box .nav .try {
    width: 24vw;
    height: 9.33333333vw;
    background-color: #8ec246;
    border-radius: 0vw 0vw 0vw 8vw;
  }
  .box .nav .try a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 2.66666667vw;
  }
  .box .nav .try a img {
    width: 20%;
    height: auto;
    margin-right: 1.33333333vw;
  }
  .box .nav .try a p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #ffffff;
  }
  .box .nav .try:hover {
    filter: brightness(1.1);
  }
  .box .navYd {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12vw;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    color: #a5e251;
    padding-left: 4vw;
  }
  .box .navYd option {
    color: #000;
  }
  .box .Top {
    width: 100%;
    position: relative;
  }
  .box .Top .nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 0;
  }
  .box .Top .try {
    display: none;
  }
  .box .Top .logo {
    width: 100%;
    height: 13.33333333vw;
    background-color: #fff;
    padding: 1.86666667vw 2.66666667vw;
  }
  .box .Top .logo img {
    display: none !important;
  }
  .box .Top .logo .logo-yd {
    display: block !important;
    width: 57.86666667vw;
    height: auto;
  }
  .box .Top .menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Top .menu .open-menu {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 5.33333333vw;
    height: 5.33333333vw;
    display: block;
  }
  .box .Top .menu .menus {
    width: 100%;
    height: auto;
    display: none;
  }
  .box .Top .menu .menus .title {
    width: 100%;
    height: 13.33333333vw;
    border-bottom: 0.26666667vw solid #dadada;
    padding: 1.86666667vw 2.66666667vw;
    background-color: #fff;
  }
  .box .Top .menu .menus .title .close-menu {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .box .Top .menu .menus .title .logo-yd {
    display: block;
    width: 57.86666667vw;
    height: auto;
  }
  .box .Top .menu .menus .nav-yd {
    width: 100%;
    height: calc(100vh - 50 * 0.26666667vw);
    padding: 0 0 5.33333333vw 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .box .Top .menu .menus .nav-yd li {
    width: 100%;
    height: 18.13333333vw;
  }
  .box .Top .menu .menus .nav-yd li a {
    font-size: 5.06666667vw;
    line-height: 18.13333333vw;
    color: #000000;
    padding-left: 9.33333333vw;
    font-family: MicrosoftYaHei;
  }
  .box .Top .menu .menus .nav-yd li a select {
    width: 100%;
    height: 100%;
  }
  .box .Top .menu .menus .nav-yd li.list {
    height: auto;
  }
  .box .Top .menu .menus .nav-yd li.list button {
    width: 100%;
    height: 18.13333333vw;
    background-color: transparent;
    text-align: left;
    font-size: 5.06666667vw;
    line-height: 18.13333333vw;
    color: #000000;
    border: none;
    outline: none;
    padding-left: 9.33333333vw;
  }
  .box .Top .menu .menus .nav-yd li.list .menu-list {
    padding-left: 5.33333333vw;
  }
  .box .Top .menu .menus .nav-yd li.list .menu-list div {
    width: 100%;
    height: 13.33333333vw;
  }
  .box .Top .menu .menus .nav-yd li.list .menu-list div a {
    font-size: 4.8vw;
    line-height: 13.33333333vw;
  }
  .box .Top .menu .menus .nav-yd li:hover {
    background-color: #e9e9e9;
  }
  .box .Top .menu .menus .nav-yd li:hover .menu-list {
    background-color: #fff;
  }
  .box .Top .menu .menus .nav-yd li:last-child {
    background-color: #006f33;
  }
  .box .Top .menu .menus .nav-yd li:last-child a {
    color: #fff;
  }
  .box .Top .Text {
    height: 74.66666667vw;
    background-color: #ffffff;
    position: relative;
  }
  .box .Top .Text ul {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5.33333333vw 0 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Top .Text ul li {
    width: 50%;
    height: 22.66666667vw;
    padding-left: 2.66666667vw;
    margin: 0 !important;
    background: transparent !important;
    opacity: 1;
  }
  .box .Top .Text ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Top .Text ul li a img {
    width: 10.66666667vw;
    margin-right: 2.66666667vw;
  }
  .box .Top .Text ul li a p {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #000000;
  }
  .box .Top .Text ul li a span {
    display: block;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #333333;
    margin-top: 1.33333333vw;
  }
  .box .Top .Text ul li.swiper-pagination-bullet-active {
    border-radius: 0 !important;
    background-color: rgba(144, 247, 195, 0.2) !important;
  }
  .container {
    width: 95%;
    margin: 0 auto;
  }
  .Bottom {
    width: 100%;
    height: auto;
    background-color: #18221e;
    padding: 6.66666667vw 0;
  }
  .Bottom .text {
    width: 100%;
  }
  .Bottom .text h5 {
    padding-bottom: 8vw;
    border-bottom: 0.26666667vw solid rgba(255, 255, 255, 0.2);
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #ffffff;
    font-weight: normal;
  }
  .Bottom .text .left {
    width: 100%;
    margin-bottom: 6.66666667vw;
  }
  .Bottom .text .left p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 6.13333333vw;
  }
  .Bottom .text .left p a {
    width: 32%;
    font-size: 3.46666667vw;
    line-height: 9.6vw;
    color: #ffffff;
  }
  .Bottom .text .left p a:hover {
    text-decoration: underline;
  }
  .Bottom .text .left p a:nth-last-child(2) {
    width: 66%;
  }
  .Bottom .text .right {
    width: 100%;
  }
  .Bottom .text .right h5 {
    margin-bottom: 8.8vw;
  }
  .Bottom .text .right .p {
    display: flex;
    margin-bottom: 2.66666667vw;
    align-items: flex-start;
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #ffffff;
  }
  .Bottom .text .right .p img {
    width: 5.33333333vw;
    height: auto;
    margin-right: 2.66666667vw;
  }
  .Bottom .text .right .p span {
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
    display: block;
  }
  .Bottom .text .right .p p span:nth-child(1) {
    font-family: Bahnschrift;
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #8ec246;
    margin: 0 0 0 0;
    display: inline-block;
    margin-right: 5.33333333vw;
  }
  .Bottom .text .right .p p span:nth-child(2) {
    font-family: Bahnschrift;
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #8ec246;
    margin: 0.53333333vw 0 2.66666667vw 0;
    display: inline-block;
  }
  .Bottom .text .right .p:nth-child(3) {
    align-items: center;
    flex-wrap: wrap;
  }
  .Bottom .text .right .p:nth-child(3) p:last-child {
    width: 100%;
    text-align: left;
    padding-left: 8vw;
    margin: 1.33333333vw 0;
  }
  .Bottom .P {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border-top: 0.26666667vw solid rgba(255, 255, 255, 0.2);
    margin-top: 4.8vw;
    flex-wrap: wrap;
    padding: 6.66666667vw 0 0;
  }
  .Bottom .P span {
    width: 100%;
    font-size: 3.46666667vw;
    line-height: 7.46666667vw;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Bottom .P span img {
    margin-right: 2.66666667vw;
  }
  .Bottom .P span a {
    width: 58%;
  }
  .quotation {
    width: 100%;
    height: 64vw;
    background-color: #1f9c59;
    padding: 16vw 0 0 0;
  }
  .quotation h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    letter-spacing: 0.8vw;
    color: #ffffff;
    text-align: center;
  }
  .quotation p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #ffffff;
    margin-top: 5.6vw;
    text-align: center;
  }
  .quotation .input {
    width: 85%;
    height: 11.2vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    margin: 0 auto;
    margin-top: 10.4vw;
    overflow: hidden;
    display: flex;
  }
  .quotation .input input {
    width: 78.66666667vw;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 4.26666667vw;
  }
  .quotation .input button {
    width: 30.93333333vw;
    height: 11.2vw;
    background-color: #87bc3d;
    border: none;
    outline: none;
  }
  .quotation .input button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    line-height: 11.73333333vw;
    color: #ffffff;
  }
  .quotation .input button:hover a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) and (max-width: 1800px) {
  .box .Top {
    width: 100%;
    min-width: 700px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .try {
    width: 10% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .container {
    width: 95% !important;
  }
  .box .container {
    max-width: 95% !important;
  }
  .box .Top {
    width: 100%;
    min-width: 769px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 14px;
    line-height: 14px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .cp .drop-down {
    width: 100%;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container {
    padding: 20px 0 0 0;
    display: block !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li {
    padding: 30px 0 5px 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left {
    width: 13% !important;
    height: 56px;
    border-radius: 8px;
    padding: 0 6px 0 8px !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left p {
    width: 65% !important;
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right {
    width: 85% !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text {
    width: 19% !important;
    height: 56px;
    margin-right: 1% !important;
    margin-bottom: 15px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text p {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text span {
    width: 100%;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Top .nav .nav-pc .fw .drop-down {
    width: 100%;
    height: 370px !important;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container {
    height: 100%;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li {
    width: 24% !important;
    height: 242px;
    padding: 25px 0 0 15px !important;
    border-radius: 15px !important;
  }
  .box .Top .nav .try {
    width: 10% !important;
    height: 60px;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    width: 100%;
    height: 100%;
  }
  .box .Top .nav .try a img {
    width: 20%;
    margin-right: 12px;
  }
  .box .Top .nav .try a p {
    font-size: 16px;
    line-height: 16px;
  }
  .Bottom {
    width: 100%;
    height: auto;
    background-color: #18221e;
    padding: 33px 0 0 0;
    min-width: 769px;
  }
  .Bottom .text h5 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
  }
  .Bottom .text .left {
    width: 65%;
  }
  .Bottom .text .left p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 23px;
  }
  .Bottom .text .left p a {
    width: 25%;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
  }
  .Bottom .text .left p a:hover {
    text-decoration: underline;
  }
  .Bottom .text .right {
    width: 32%;
  }
  .Bottom .text .right h5 {
    margin-bottom: 33px;
  }
  .Bottom .text .right .p {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .Bottom .text .right .p img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .Bottom .text .right .p span {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: block;
  }
  .Bottom .text .right .p p span:nth-child(1) {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 24px;
    color: #8ec246;
    margin: 0 0 0 0;
    display: inline-block;
    margin-right: 20px;
  }
  .Bottom .text .right .p p span:nth-child(2) {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 24px;
    color: #8ec246;
    margin: 2px 0 10px 0;
    display: inline-block;
  }
  .Bottom .text .right .p:nth-child(3) {
    align-items: center;
    flex-wrap: wrap;
  }
  .Bottom .text .right .p:nth-child(3) p:last-child {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin: 5px 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .container {
    width: 95% !important;
  }
  .box .Top {
    width: 100%;
    min-width: 769px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 12px;
    line-height: 12px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    top: 60px;
    left: 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down {
    width: 100%;
    animation-name: cpcp !important;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container {
    padding: 20px 0 0 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li {
    padding: 30px 0 5px 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left {
    width: 13% !important;
    height: 56px;
    border-radius: 8px;
    padding: 0 6px 0 8px !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left p {
    width: auto !important;
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right {
    width: 85% !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text {
    width: 24% !important;
    height: 56px;
    margin-right: 1% !important;
    margin-bottom: 15px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text p {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text span {
    width: 100%;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @keyframes cpcp {
    0% {
      height: 0;
    }
    100% {
      height: 570px;
    }
  }
  .box .Top .nav .nav-pc .fw .drop-down {
    width: 100%;
    animation-name: fwfw;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container {
    height: 100%;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li {
    width: 24% !important;
    height: 242px;
    padding: 25px 0 0 15px !important;
    border-radius: 15px !important;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 {
    font-size: 18px !important;
    line-height: 18px !important;
    margin-bottom: 20px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 img {
    margin-left: 10px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li a {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  @keyframes fwfw {
    0% {
      height: 0;
    }
    100% {
      height: 340px;
    }
  }
  .box .Top .nav .try {
    width: 10% !important;
    height: 60px;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    width: 100%;
    height: 100%;
  }
  .box .Top .nav .try a img {
    width: 20%;
    margin-right: 5px;
  }
  .box .Top .nav .try a p {
    font-size: 14px;
    line-height: 14px;
  }
  .Bottom {
    width: 100%;
    height: auto;
    background-color: #18221e;
    padding: 33px 0 0 0;
    min-width: 769px;
  }
  .Bottom .text h5 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
  }
  .Bottom .text .left {
    width: 55%;
  }
  .Bottom .text .left p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 23px;
  }
  .Bottom .text .left p a {
    width: 25%;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
  }
  .Bottom .text .left p a:hover {
    text-decoration: underline;
  }
  .Bottom .text .right {
    width: 42%;
  }
  .Bottom .text .right h5 {
    margin-bottom: 33px;
  }
  .Bottom .text .right .p {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .Bottom .text .right .p img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .Bottom .text .right .p span {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: block;
  }
  .Bottom .text .right .p p span:nth-child(1) {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 24px;
    color: #8ec246;
    margin: 0 0 0 0;
    display: inline-block;
    margin-right: 20px;
  }
  .Bottom .text .right .p p span:nth-child(2) {
    font-family: Bahnschrift;
    font-size: 24px;
    line-height: 24px;
    color: #8ec246;
    margin: 2px 0 10px 0;
    display: inline-block;
  }
  .Bottom .text .right .p:nth-child(3) {
    align-items: center;
    flex-wrap: wrap;
  }
  .Bottom .text .right .p:nth-child(3) p:last-child {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin: 5px 0;
  }
  .Bottom .P {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .Bottom .P span {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .container {
    width: 95% !important;
  }
  .box .Top {
    width: 100%;
    min-width: 700px !important;
  }
  .box .Top .nav {
    padding-left: 2% !important;
    top: 0;
    left: 0;
  }
  .box .Top .nav .logo {
    width: 30% !important;
    height: auto !important;
  }
  .box .Top .nav .nav-pc {
    width: 55% !important;
  }
  .box .Top .nav .nav-pc li a {
    font-size: 12px;
    line-height: 12px;
  }
  .box .Top .nav .nav-pc li.active .drop-down span a {
    right: 20px;
    bottom: 20px;
  }
  .box .Top .nav .nav-pc li:hover a {
    color: #0acc85 !important;
    font-weight: bold;
  }
  .box .Top .nav .nav-pc .drop-down {
    top: 60px;
    left: 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down {
    width: 100%;
    animation-name: cpcp !important;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container {
    padding: 20px 0 0 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li {
    padding: 30px 0 5px 0;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left {
    width: 13% !important;
    height: 56px;
    border-radius: 8px;
    padding: 0 6px 0 8px !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left img:nth-child(1) {
    display: none;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .left p {
    width: auto !important;
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right {
    width: 85% !important;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text {
    width: 24% !important;
    height: 56px;
    margin-right: 1% !important;
    margin-bottom: 15px;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text p {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Top .nav .nav-pc .cp .drop-down .container li .right .text span {
    width: 100%;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @keyframes cpcp {
    0% {
      height: 0;
    }
    100% {
      height: 570px;
    }
  }
  .box .Top .nav .nav-pc .fw .drop-down {
    width: 100%;
    animation-name: fwfw;
    animation-duration: 1s;
    animation-delay: 0;
    animation-fill-mode: forwards;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container {
    height: 100%;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li {
    width: 24% !important;
    height: 242px;
    padding: 25px 0 0 15px !important;
    border-radius: 15px !important;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 {
    font-size: 18px !important;
    line-height: 18px !important;
    margin-bottom: 20px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li h5 img {
    margin-left: 10px;
  }
  .box .Top .nav .nav-pc .fw .drop-down .container li a {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  @keyframes fwfw {
    0% {
      height: 0;
    }
    100% {
      height: 365px;
    }
  }
  .box .Top .nav .try {
    width: 10% !important;
    height: 60px;
    border-radius: 0px 0px 0px 30px;
  }
  .box .Top .nav .try a {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .box .Top .nav .try a img {
    width: 20%;
    margin-right: 0;
  }
  .box .Top .nav .try a p {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }
  .Bottom {
    width: 100%;
    height: auto;
    background-color: #18221e;
    padding: 33px 0 0 0;
    min-width: 769px;
  }
  .Bottom .text h5 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
  }
  .Bottom .text .left {
    width: 64%;
  }
  .Bottom .text .left p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 23px;
  }
  .Bottom .text .left p a {
    width: 25%;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
  }
  .Bottom .text .left p a:hover {
    text-decoration: underline;
  }
  .Bottom .text .right {
    width: 35%;
  }
  .Bottom .text .right h5 {
    margin-bottom: 33px;
  }
  .Bottom .text .right .p {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .Bottom .text .right .p img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .Bottom .text .right .p span {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    display: block;
  }
  .Bottom .text .right .p p span:nth-child(1) {
    font-family: Bahnschrift;
    font-size: 20px;
    line-height: 20px;
    color: #8ec246;
    margin: 0 0 0 0;
    display: inline-block;
    margin-right: 20px;
  }
  .Bottom .text .right .p p span:nth-child(2) {
    font-family: Bahnschrift;
    font-size: 20px;
    line-height: 20px;
    color: #8ec246;
    margin: 2px 0 10px 0;
    display: inline-block;
  }
  .Bottom .text .right .p:nth-child(3) {
    align-items: center;
    flex-wrap: wrap;
  }
  .Bottom .text .right .p:nth-child(3) p:last-child {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin: 5px 0;
  }
  .Bottom .P {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .Bottom .P span {
    line-height: 32px;
  }
}
/*# sourceMappingURL=base.css.map */