/* ==========================================================================
   Global
   ========================================================================== */

:root {
  --swiper-theme-color: #30853a;
  --color-primary: #30853a;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
}

.homepart05 .wrapper {
  position: relative;
}
.homepart05 .more-row {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 9;
}

.more-row {
  --btn-width: 160px;
  --btn-border-radius: 24px;
  --btn-icon-width: 48px;
  --btn-icon-arrow-width: 16px;
  --btn-icon-gap-width: 2px;
  --btn-label-font-size: 16px;

  /* 文字颜色 */
  --btn-label-color-text: #fff;
  /* hover 文字颜色 */
  --btn-label-color-text-hover: #fff;
  /* 按钮背景色 */
  --btn-color-bg: #30853a;
  /* hover 按钮背景色 */
  --btn-color-bg-hover: #006962;

  display: flex;
  margin-top: 40px;
}

.public_button_box {
  transition: all 0.6s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--btn-border-radius);
}

.public_button_box a {
  display: flex;
  position: relative;
  z-index: 9;
}

.public_button_text {
  transition: all 0.6s ease;
  box-sizing: border-box;
  position: relative;
  width: var(--btn-width);
  padding: 0 var(--btn-icon-width) 0 0;
}

.public_button_label {
  transition: all 0.6s ease;
  position: relative;
  z-index: 9;
  text-align: center;
  color: var(--btn-label-color-text);
  font-size: var(--btn-label-font-size);
  line-height: var(--btn-icon-width);
}

.public_button_icon {
  transition: all 0.8s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 100%;
  transform: translateX(-100%);
  width: var(--btn-icon-width);
  height: var(--btn-icon-width);
  background: var(--btn-color-bg);
}

.public_button_icon svg {
  transition: all 0.6s ease;
  fill: var(--btn-label-color-text);
  width: var(--btn-icon-arrow-width);
}

.public_button_box:hover .public_button_text {
  padding: 0 0 0 var(--btn-icon-width);
}

.public_button_box:hover .public_button_label {
  color: var(--btn-label-color-text-hover);
}

.public_button_box:hover .public_button_icon {
  left: 0;
  transform: none;
  background: var(--btn-color-bg-hover);
}

.public_button_box:hover .public_button_icon svg {
  fill: var(--btn-label-color-text-hover);
}

/* 背景 */
.public_button_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.public_button_svg {
  width: 100%;
  height: 100%;
}

.public_button_circle {
  transition: all 0.8s ease;
  cx: calc(var(--btn-width) - var(--btn-border-radius) - var(--btn-icon-gap-width));
  cy: var(--btn-border-radius);
  rx: var(--btn-border-radius);
  ry: var(--btn-border-radius);
}

.public_button_color {
  transition: all 0.6s ease;
  fill: var(--btn-color-bg);
}

.public_button_box:hover .public_button_circle {
  cx: calc(var(--btn-border-radius) + var(--btn-icon-gap-width));
}

.public_button_box:hover .public_button_color {
  fill: var(--btn-color-bg-hover);
}

@media only screen and (max-width: 768px) {
  .more-row {
    --btn-width: 120px;
    --btn-border-radius: 16px;
    --btn-icon-width: 32px;
    --btn-icon-arrow-width: 12px;
    --btn-icon-gap-width: 1px;
    --btn-label-font-size: 12px;

    justify-content: center;
  }

  .public_button_box:hover .public_button_text {
    padding: 0 var(--btn-icon-width) 0 0;
  }

  .public_button_box:hover .public_button_icon {
    left: 100%;
    transform: translateX(-100%);
  }

  .public_button_box:hover .public_button_circle {
    cx: calc(var(--btn-width) - var(--btn-border-radius) - var(--btn-icon-gap-width));
  }
}
html {
  font-size: 62.5%;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

a {
  color: #333;
}

a:hover {
  color: #024099;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  max-width: 1600px;
  /*min-width: 980px; */
  _width: 1150px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .wrapper {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1440px) {
  .wrapper {
    max-width: 1320px;
  }
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 920px) {
  .wrapper {
    max-width: 880px;
  }
}

/* ==================================
   menu
   ================================== */

.menu {
  position: relative;
}
/* menu-hd */

.menu-hd {
  position: relative;
  z-index: 1002;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 6px;
}
/* menu-bd */

.menu-bd {
  display: none;
  position: absolute;
  z-index: 1001;
  margin-top: -1px;
}

.menu-bd-panel {
  padding: 5px 0;
  border: 1px solid #eee;
  background: #fff;
  min-width: 96px;
}

.menu-bd-panel a {
  display: block;
  padding: 0 5px;
  line-height: 28px;
  white-space: nowrap;
  color: #6c6c6c;
}
/* menu arrow */

.menu-hd .fa-caret-down {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 0;
  right: 6px;
}
/* menu hover */

.menu-hover .menu-hd {
  z-index: 10002;
}

.menu-hover .menu-bd {
  z-index: 10001;
}

.menu-hover .menu-hd {
  padding: 0 19px 1px 5px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #eee;
  background: #fff;
}

.menu-hover .menu-hd .fa-caret-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-hover .menu-bd-panel a:hover {
  background: #eee;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
}
header .wrapper {
  position: relative;
  z-index: 99;
}
/*.topbar{height:90px; background: #fff;float: right;}
.topbar .wrapper{position: relative;}*/
.logo {
  width: 194px;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  position: absolute;
  left: 20px;
  top: 0;
  background: url(../images/logo.png) no-repeat left center;
    background-size: 100%;
}
.logo img {
  max-width: 100%;
  display: none;
}
#globalnav.mini_top .logo {
  background: url(../images/logogreen.png) no-repeat left center;
background-size: 100%;
}

.gpdm {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  left: 230px;
  top: 30px;
  height: 40px;
}
.gpdm span {
  color: #ff0000;
  font-weight: bold;
}
#globalnav.mini_top .gpdm {
  color: #333;
}
.langbox {
  position: absolute;
  right: 40px;
  font-size: 16px;
  top: 35px;
  z-index: 3;
  color: #555555;
}
.langbox em {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/inco34.png) no-repeat center;
}
.langbox em:hover {
  background: url(../images/inco32.png) no-repeat center;
}

#globalnav.mini_top .langbox em {
  background: url(../images/inco32.png) no-repeat center;
}

.toptel {
  position: absolute;
  right: 60px;
  font-size: 14px;
  top: 20px;
  color: #fff;
  line-height: 30px;
  display: none;
}
.toptel span {
  color: #1d4789;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
}

.serchinco {
  position: absolute;
  color: #024099;
  text-align: center;
  right: 0;
  top: 35px;
  line-height: 30px;
  cursor: pointer;
  z-index: 999;
  font-size: 16px;
}
.serchinco em {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/btn_ser04.png) no-repeat center;
}
.serchinco em:hover {
  background: url(../images/btn_ser03.png) no-repeat center;
}
#globalnav.mini_top .serchinco em {
  background: url(../images/btn_ser03.png) no-repeat center;
}

.globalsearch {
  display: none;
}
.globalsearch {
  position: absolute;
  top: 90px;
  right: 0;
  width: 280px;
  padding: 15px;
  z-index: 99;
  background: #30853a;
}
.globalsearch .warp {
  background: #fff;
}
.globalsearch #q {
  float: left;
  border: 0 none;
}
.globalsearch .search-btn {
  float: right;
  border: 0 none;
}
.globalsearch #q {
  width: calc(100% - 70px);
  height: 18px;
  padding: 10px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #fff;
  font: 300 12px/18px microsoft yahei;
}
.globalsearch .search-btn {
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  cursor: pointer;
  background: url(../images/btn_ser.png) no-repeat center;
}

@media only screen and (max-width: 1440px) {
  .logo {
    width: 120px;
  }
  .gpdm {
    left: 160px;
  }
  .langbox .xuanx_btn {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 920px) {
  .serchinco {
    right: 48px;
    top: 0;
  }
  .globalsearch {
    top: 48px;
  }
  .logo,
  .toptel,
  .envelope {
    display: none;
  }

  .wxinco {
    display: none;
  }
  .serchinco {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 16px;
    text-align: center;
  }
  .serchinco span {
    display: none;
  }
  .gpdm p {
    display: inline-block;
  }
  .gpdm {
    left: 120px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    top: 0;
    color: #333;
  }
  .langbox a {
    display: none;
  }
  .langbox {
    top: 7px;
    color: #fff;
    right: 50px;
  }
  .serchinco,
  .langbox {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .globalsearch {
    width: calc(100% - 30px);
  }
  .gpdm .txt02 {
    display: none;
  }
  .gpdm {
    font-size: 12px;
  }
}

/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 16px;
}

.globalnav li {
  float: left;
}

.globalnav li a {
  display: block;
  color: #555;
  padding: 0 20px;
  font-size: 14px;
  line-height: 42px;
  font-family: microsoft yahei;
}

.globalnav .nav-sep {
  width: 2px;
  height: 42px;
  background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
  color: #30853a;
}

.dropdown {
  position: absolute;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 15px 20px;
  border-bottom: 3px solid #30853a;
  top: 100%;
  min-width: 110px;
}
#gn_02 .dropdown,
#gn_03 .dropdown {
  min-width: 150px;
}
.dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
  border-top-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #30853a;
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.dropdown a {
  /*    white-space: nowrap;*/
  line-height: 30px;
  font-size: 14px;
  float: left;
  padding: 0;
  color: #000;
  background: none;
  border-bottom: 0 none;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 920px) {
  .dropdown a {
    /*    white-space: nowrap;*/
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
  .dropdown {
    min-width: calc(100% - 40px);
    padding-top: 0;
  }
}

.dropdown a .fa {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
  padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
  color: #30853a;
}

/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
  display: none;
}
.hometit02 {
  height: 60px;
  line-height: 60px;
  position: relative;
}
.hometit02 h3 {
  font-size: 42px;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 2;
  color: #30853a;
  font-weight: 700;
  text-shadow: 1px 1px 0 #999999, 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.hometit02:before {
  content: "";
  display: block;
  bottom: 0;
  left: 40px;
  position: absolute;
  width: 700px;
  height: 35px;
  background: #ecf1ea;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 920px) {
}

/* ==========================================================================
   homepart01
   ========================================================================== */

.homepart01 {
  position: relative;
  background: #fafafa url(../images/home-bg1.jpg) 0 0 no-repeat;
  padding: 100px 0;
  height: 760px;
}

.homepart01:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/taiyuanpic01.png) right bottom no-repeat;
  z-index: 2;
}
.home-about-row {
  z-index: 3;
  position: relative;
  padding-top: 80px;
}

.home-about-row .szgdbox {
  margin-top: 40px;
  width: 650px;
  height: 320px;
  background: url(../images/inco35.png) center no-repeat;
}
.home-about-row .numbox {
  color: #e60012;
  display: inline-block;
  padding: 40px 40px 0 40px;
  width: 240px;
  height: 110px;
}
.home-about-row .numbox .inco {
  width: 70px;
  height: 70px;
  float: left;
}
.home-about-row .numbox h3 {
  font-size: 40px;
  line-height: 40px;
  color: #30853a;
}
.home-about-row .numbox h3 em {
  font-size: 20px;
  display: inline;
  line-height: 20px;
  vertical-align: text-top;
}
.home-about-row .numbox p {
  color: #666;
  font-size: 16px;
}

.home-about-row .txtarea {
  max-width: 950px;
  font-size: 16px;
}
.home-about-row .txtarea .desc {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  min-height: 36px;
  padding-left: 150px;
  position: relative;
  margin-top: 30px;
}
.home-about-row .txtarea .desc:before {
  content: "";
  display: block;
  top: 20px;
  left: 30px;
  position: absolute;
  width: 80px;
  height: 1px;
  background: #30853a;
}
.home-about-row .more {
  margin-top: 40px;
}
.home-about-row .more a {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
  .home-about-row {
    padding-top: 0;
  }
  .homepart01:before {
    background-size: auto 500px;
  }
  .homepart01 {
    height: auto;
  }
  .hometit02 h3 {
    font-size: 36px;
  }
  .hometit02:before {
    width: 600px;
  }
  .homepart02 .cqjsbox {
    width: calc(100% - 300px);
    padding: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .hometit02 h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 920px) {
  .homepart01:before {
    background-size: auto 300px;
  }
}

@media only screen and (max-width: 768px) {
  .hometit02 h3 {
    font-size: 18px;
  }
  .homepart01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepart01:before {
    display: none;
  }

  .hometit02:before {
    display: none;
  }
  .home-about-row .szgdbox {
    margin-top: 0;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-wrap: wrap;
  }
  .home-about-row .numbox {
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
  }

  .home-about-row .numbox .inco {
    width: 32px;
    height: 32px;
    float: none;
  }

  .home-about-row .numbox .inco img {
    width: 100%;
  }

  .home-about-row .numbox h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .home-about-row .numbox p {
    font-size: 14px;
  }

  .home-about-row .txtarea .desc {
    display: none;
  }

  .home-about-row .txtarea {
    margin-top: 0;
  }

  .home-about-row .more {
    margin-top: 30px;
    text-align: center;
  }

  .home-about-row .more img {
    width: auto;
    height: 32px;
  }
}

/* ==========================================================================
   homepart02
   ========================================================================== */

.homepart02 {
  padding: 100px 0;
  background-image: url("../images/home-bg2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.che-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.homepart02 .row {
  position: relative;
  padding-top: 120px;
}
.homepart02 .row .pic img {
  max-width: 100%;
}
.homepart02 .cqjsbox {
  width: calc(100% - 360px);
  padding: 50px 80px;
  position: absolute;
  top: 0;
  left: 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff url(../images/inco07.png) right top no-repeat;
}

.homepart02 .cqjsbox .left {
  width: calc(100% - 200px);
  float: left;
}
.homepart02 .cqjsbox .left h3 {
  font-size: 36px;
}
.homepart02 .cqjsbox .right {
  width: 100px;
  float: right;
  margin-top: 50px;
  text-align: center;
  margin-right: 30px;
}

.homepart02 .numbox {
  color: #e60012;
  display: inline-block;
  width: 150px;
  margin-top: 40px;
}
.homepart02 .numbox .inco {
  width: 70px;
  height: 70px;
  float: left;
}
.homepart02 .numbox h3 {
  font-size: 48px;
  line-height: 50px;
  color: #30853a;
  font-weight: bold;
}
.homepart02 .numbox h3 em {
  font-size: 12px;
  display: inline;
  line-height: 20px;
  vertical-align: text-bottom;
  color: #666;
}
.homepart02 .numbox p {
  color: #666;
  font-size: 16px;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
  .homepart02 {
    padding: 60px 0;
  }
  .che-row {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .homepart02 .cqjsbox .left h3 {
    font-size: 30px;
  }
  .homepart02 .row {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 920px) {
  .homepart02 .cqjsbox {
    width: calc(100% - 60px);
    position: relative;
    top: auto;
    left: auto;
    padding: 30px;
    float: none;
  }
  .homepart02 .cqjsbox .right {
    float: none;
    position: relative;
    margin-left: 200px;
    margin-top: -80px;
  }
  .homepart02 .cqjsbox .left {
    width: 100%;
    float: none;
  }
  .homepart02 .numbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .homepart02 .row {
    margin-top: 0;
    padding-top: 0;
  }
  .homepart02 .cqjsbox .left h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .homepart02 {
    padding: 0 0 30px;
  }
  .che-row {
    margin-top: 10px;
  }
  .homepart02 .numbox {
    margin-bottom: 0;
  }
  .homepart02 .cqjsbox .left {
    padding-bottom: 20px;
  }
  .homepart02 .cqjsbox .left h3 {
    line-height: 30px;
  }
  .homepart02 .cqjsbox .right {
    margin-left: 0;
    text-align: right;
    width: 100%;
    margin-top: -200px;
    position: relative;
  }
  .homepart02 .cqjsbox {
    height: 250px;
  }
  .homepart02 .numbox p {
    font-size: 14px;
  }
}

/* ==========================================================================
   homepart03
   ========================================================================== */
.homepart03 {
  height: 760px;
  padding: 100px 0;
  background: url(../images/taiyuanpic03.jpg) center no-repeat;
  background-size: cover;
}
.hometit01 {
  font-size: 48px;
  text-align: center;
  line-height: 60px;
  background: url(../images/inco36.png) center no-repeat;
  color: #fff;
}
.ditanul {
  margin-top: 100px;
}
.ditanul li {
  width: calc(33.33% - 100px);
  height: 540px;
  color: #666;
  float: left;
  margin: 0 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
.ditanbox {
  padding: 100px 50px 0 50px;
  text-align: center;
}
.ditanbox .inco {
  width: 121px;
  height: 121px;
  transition: background 0.5s;
  display: inline-block;
}
.ditanul li:hover:hover .inco {
  background-position: center -121px;
}
.ditanbox h3 {
  font-size: 24px;
  color: #333;
  margin-top: 40px;
}
.ditanbox .desc {
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
}
.ditanul li:hover {
  color: #fff;
  background: #30853a;
}
.ditanul li:hover h3 {
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .hometit01 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  .ditanul li {
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
  .ditanbox h3 {
    font-size: 18px;
  }
  .ditanbox .desc {
    line-height: 26px;
    font-size: 16px;
  }
  .homepart03 {
    height: auto;
    padding: 60px 0;
  }
  .ditanul {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 920px) {
  .ditanbox {
    padding: 50px 20px 0 20px;
  }
  .ditanul li {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    height: 400px;
  }
  .ditanbox .desc {
    line-height: 24px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .ditanul li {
    width: 100%;
    margin: 10px 0;
    height: 360px;
  }
  .homepart03 .hometit01 {
    font-size: 24px;
  }
  .ditanul {
    margin-top: 0;
  }
  .homepart03 {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 450px) {
}

/* ==========================================================================
   homepart04
   ========================================================================== */
.homepart04 {
  padding: 100px 0;
  overflow: hidden;
}
.hometit03 {
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 30px 60px;
  background: url(../images/inco20.png) left bottom no-repeat;
}
.hometit03 h3 {
  font-weight: 700;
}
.homepart04 .mord01 {
  margin-bottom: 60px;
}
.homepart04 .mord01 .left {
  width: 220px;
  float: left;
}
.homepart04 .mord01 .right {
  max-width: 1080px;
  float: right;
}
.homepart04 .hometit02:before {
  width: 850px;
}
.homepart04 .hometit02 h3 {
  font-size: 40px;
}

.homepart04 .mord01 .desc {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  margin-top: 60px;
  padding-left: 120px;
  position: relative;
}
.homepart04 .mord01 .desc:before {
  content: "";
  display: block;
  top: 20px;
  left: 0;
  position: absolute;
  width: 80px;
  height: 1px;
  background: #30853a;
}
.fwlyrow {
  position: relative;
}
.fwlyrow img {
  max-width: 100%;
}
.fwlyrow .fwlybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fwlylist li {
  width: calc(14.28% - 1px);
  height: 100%;
  float: left;
  border-left: 1px solid #fff;
  overflow: hidden;
  position: relative;
}
.fwlylist {
  height: 100%;
}
.fwlylist li .txtarea {
  position: absolute;
  bottom: 45px;
  padding: 0 30px;
  color: #fff;
  height: 110px;
  overflow: hidden;
  transition: all 0.5s;
}
.fwlylist li .inco img {
  width: 50px;
}
.fwlylist li h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.fwlylist li h4 a {
  color: #fff;
}
.fwlylist li .desc {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 40px;
  transition: all 0.5s;
}
.fwlylist li:hover {
  background: rgba(24, 67, 43, 0.8);
}
.fwlylist li:hover .txtarea {
  height: auto;
}
.fwlylist li:hover h4 {
  font-size: 24px;
}
.fwlylist li:hover .desc {
  margin-top: 20px;
}
.fwlylist li:hover .inco img {
  width: 70px;
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1200px) {
  .homepart04 .hometit02 h3 {
    font-size: 24px;
  }
  .homepart04 .mord01 .right {
    float: none;
  }
  .homepart04 .hometit02:before {
    display: none;
  }
  .homepart04 .mord01 .left {
    float: none;
  }
  .homepart04 .hometit03 h3 {
    font-size: 36px;
  }
  .homepart04 .mord01 .desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .homepart04 .mord01 {
    margin-bottom: 30px;
  }
  .fwlylist li:hover h4 {
    font-size: 20px;
  }

  .fwlylist li:hover .inco img {
    width: 50px;
  }
  .homepart04 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 920px) {
  .homepart04 .mord01 .desc {
    font-size: 14px;
    line-height: 24px;
    padding-left: 40px;
  }
  .homepart04 .mord01 .desc:before {
    top: 10px;
    width: 30px;
  }
  .fwlylist li {
    width: calc(25% - 1px);
    height: 50%;
    border-right: 1px solid #fff;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  .fwlylist li:hover .desc {
    display: none;
  }
  .fwlylist li:hover .more {
    display: none;
  }
  .fwlylist li .txtarea {
    text-align: center;
    bottom: auto;
    left: auto;
    position: relative;
    height: 100px;
    margin-top: 40px;
  }
  .fwlylist li:hover .txtarea {
    height: 100px;
  }

  .fwlylist li:hover h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .homepart04 .hometit02 h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .fwlypic img {
    height: 400px;
    width: 100%;
  }
  .fwlylist li {
    width: calc(50% - 1px);
    height: 100px;
  }
  .fwlylist li .txtarea {
    margin-top: 20px;
  }
  .fwlylist li .inco img {
    width: 36px;
  }
  .fwlylist li h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 450px) {
}

/* ==========================================================================
   homepart05
   ========================================================================== */
.homepart05 {
  padding: 100px 0;
  background: url(../images/taiyuanpic05.jpg) center no-repeat;
  background-size: cover;
  height: 702px;
}
.homepart05 .hometit03 {
  float: left;
}
.homepart05 .hometit02 {
  float: right;
}
.homepart05 .hometit02:before {
  display: none;
}
#owl-case {
  margin-top: 80px;
}
.tycasebox {
  position: relative;
  padding-right: 120px;
}
.tycasebox:after {
  content: "";
  display: block;
  top: 150px;
  right: 45px;
  position: absolute;
  width: 1px;
  height: 200px;
  background: #fff;
}
.tycasebox .pic {
  width: 980px;
  float: right;
}
.tycasebox .pic img {
  max-width: 100%;
  z-index: 1;
}
.tycasebox .left {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 10;
}
.tycasebox .txtarea {
  width: 580px;
  padding: 40px 50px;
  height: 320px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
.tycasebox .txtarea h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.tycasebox .txtarea .desc p {
  margin: 10px 0;
}
.tycasebox .txtarea .desc .txt01 {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  float: left;
  border-radius: 40px;
  border: 1px solid #30853a;
  color: #30853a;
}
.tycasebox .txtarea .desc .txt02 {
  height: 40px;
  float: left;
  margin-left: 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.tycasebox .left .more {
  margin-top: 30px;
}
.tycasebox .left .more img {
  width: 161px;
}
#owl-case .owl-dots {
  width: 32px;
  height: 200px;
  position: absolute;
  right: 30px;
  top: 30px;
}

#owl-case .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
#owl-case .owl-dots .owl-dot.active span,
#owl-case .owl-dots .owl-dot:hover span {
  background: #30853a;
}
#owl-case .owl-prev,
#owl-case .owl-next {
  width: 74px;
  height: 74px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-top: -37px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#owl-case .owl-prev {
  position: absolute;
  right: 0;
  bottom: 100px;
  background: url(../images/inco22.png) center no-repeat;
}
#owl-case .owl-next {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/inco21.png) center no-repeat;
}

#owl-case .owl-prev:hover {
}
#owl-case .owl-next:hover {
}
#owl-case .owl-nav {
  margin-top: 0;
}

@media only screen and (max-width: 1440px) {
  .homepart05 .hometit02 h3 {
    font-size: 30px;
  }
  .hometit03 h3 {
    font-size: 30px;
  }
  .hometit03 {
    padding: 0 0 30px 80px;
  }
  .tycasebox .txtarea h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .hometit03 {
    padding: 0;
    background: none;
    color: #30853a;
  }
  .homepart05 {
    padding: 60px 0;
  }
  .homepart05 .hometit03,
  .homepart05 .hometit02 {
    float: none;
  }
  .tycasebox .pic {
    width: 800px;
  }
  .tycasebox:after {
    display: none;
  }
  .tycasebox .left {
    top: 0;
  }
  .tycasebox .txtarea {
    padding: 30px;
  }
  .tycasebox .txtarea h3 {
    font-size: 18px;
  }
  .tycasebox .txtarea .desc .txt01 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 920px) {
  .homepart05 .hometit02 h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .tycasebox .pic {
    width: 100%;
    float: none;
  }
  .tycasebox .left {
    position: relative;
    left: auto;
    top: auto;
  }
  .tycasebox {
    padding-right: 0;
  }
  .homepart05 {
    height: auto;
    background-image: none;
  }
  #owl-case {
    margin-top: 20px;
  }
  #owl-case .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 0;
  }
  #owl-case .owl-dots .owl-dot span {
    border: 1px solid #30853a;
  }
  .tycasebox .txtarea {
    width: calc(100% - 60px);
    height: auto;
    padding: 30px 20px 0 20px;
  }
  .tycasebox .left .more {
    margin-top: 20px;
    margin-left: 20px;
  }
  #owl-case .owl-prev {
    bottom: 0;
    right: 90px;
  }
  .homepart05 {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .tycasebox .txtarea .desc .txt02 {
    display: block;
    float: none;
    height: auto;
  }
  .tycasebox .txtarea .desc .txt01 {
    float: none;
    display: block;
    margin: 10px 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  #owl-case .owl-prev,
  #owl-case .owl-next {
    display: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .tycasebox .txtarea .desc p {
    margin: 0;
  }
  .tycasebox .txtarea h3 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #owl-case {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 450px) {
}

/* ==========================================================================
   homepart06
   ========================================================================== */
.hometit04 {
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../images/inco23.png) center no-repeat;
  margin-bottom: 60px;
}
.hometit04 h3 {
  font-weight: 700;
}

.homepart06 {
  padding: 100px 0;
}
.homepart06 .left {
  width: 600px;
  float: left;
}
.homepart06 .right {
  float: right;
  width: calc(100% - 650px);
  position: relative;
}
.homepart06 .right:before {
  content: "";
  display: block;
  bottom: -48px;
  left: 0;
  position: absolute;
  width: calc(100% - 200px);
  height: 1px;
  background: #30853a;
}
.newsbox .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.newsbox .bgimg {
  width: 100%;
}
.newsbox .uppic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.newsbox:hover .uppic {
  transform: scale(1.05);
}
.newsbox .txtarea {
  font-size: 16px;
  margin-top: 30px;
}
.newsbox .txtarea .desc {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsbox .txtarea .tit {
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  color: #30853a;
}
.newsbox .bom span {
  color: #999;
  font-size: 18px;
}
.newsbox .bom img {
  float: right;
}

.newsbox02 .pic {
  position: relative;
  height: auto;
  overflow: hidden;
}
.newsbox02 .bgimg {
  width: 100%;
}
.newsbox02 .uppic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1s;
}
.newsbox02 .date02 {
  color: #999999;
  font-size: 20px;
}
.newsbox02 .date02 span {
  color: #30853a;
  font-size: 36px;
  margin-bottom: 10px;
}
.newsbox02:hover .uppic {
  transform: scale(1.05);
}
.newsbox02 .txtarea {
  font-size: 16px;
  margin-top: 30px;
}
.newsbox02 .txtarea .desc {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsbox02 .txttit {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  color: #30853a;
  margin: 20px 0;
}
.newsbox02 .bom span {
  color: #999;
  font-size: 18px;
}
.newsbox02 .bom img {
  float: right;
}

#owl-news .owl-dots {
  height: 0px;
  overflow: hidden;
}
#owl-news .owl-prev,
#owl-news .owl-next {
  width: 74px;
  height: 74px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
#owl-news .owl-prev {
  position: absolute;
  right: 100px;
  bottom: -80px;
  background: url(../images/inco22.png) center no-repeat;
}
#owl-news .owl-next {
  position: absolute;
  right: 0;
  bottom: -80px;
  background: url(../images/inco21.png) center no-repeat;
}

#owl-news .owl-nav {
  margin-top: 0;
}

@media only screen and (max-width: 1440px) {
  .homepart06 .left {
    width: 500px;
  }
  .homepart06 .right {
    width: calc(100% - 550px);
  }
  .newsbox .txtarea .tit {
    font-size: 20px;
  }
  .homepart07 .tit01 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  .hometit04 h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 920px) {
  .homepart06 {
    padding-top: 60px;
  }
  .homepart06 .hometit04 {
    margin-bottom: 30px;
  }
  .homepart06 .left {
    width: 400px;
  }
  .homepart06 .right {
    width: calc(100% - 430px);
  }
}

@media only screen and (max-width: 768px) {
  .homepart06 .hometit04 {
    background: none;
  }
  .homepart06 .left {
    width: 100%;
    float: none;
  }
  .homepart06 .right {
    width: 100%;
    float: none;
  }
  .newsbox .txtarea .tit {
    font-size: 14px;
    line-height: 1.8;
  }
  .newsbox .txtarea .desc {
    font-size: 12px;
    line-height: 1.8;
    margin: 6px 0;
  }

  .newsbox .bom span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
}

/* ==========================================================================
   homepart07
   ========================================================================== */
.homepart07 {
  padding: 160px 0;
  background: url(../images/taiyuanpic11.jpg) center no-repeat;
  background-size: cover;
}
.homepart07 .mord01 {
  text-align: center;
  color: #fff;
}
.homepart07 .tit01 {
  font-size: 48px;
  background: url(../images/inco24.png) center bottom no-repeat;
  padding: 30px 0;
}
.homepart07 .tit02 {
  font-size: 24px;
  padding: 30px 0 60px 0;
}
.homepart07 .more {
  text-align: center;
}
.homepart07 .more a {
}
.homepart07 .more a {
  width: 180px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.homepart07 .more a:hover {
  transform: translate3d(0, -2px, 0);
}

@media only screen and (max-width: 1440px) {
  .homepart07 .tit01 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 450px) {
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  font-size: 14px;
  padding: 60px 0 0 0;
  color: #cfcfd2;
  position: relative;
  background: #ebeff2;
}
footer a {
  color: #999;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-nav {
  text-align: justify;
  margin-bottom: 20px;
}

.fn-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  *padding-right: 100px;
}
.footer-nav:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.fn-col h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #cfcfd2;
  font-weight: 500;
}
.fn-col h3 {
  color: #333;
}
.fn-col h3 a {
  color: #333;
}
.fn-col h3 a:hover {
  text-decoration: underline;
}
.fn-col li {
  line-height: 30px;
  font-size: 16px;
  color: #e4e4e4;
}
.fn-col li a {
  color: #999;
}
.fn-col li a:hover {
  text-decoration: underline;
}

.fn-ewm {
}

.foot_top {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 50px;
}
.foot_top .footlogo {
  float: left;
  width: 270px;
}
.foot_top .share {
  margin-top: 10px;
  float: right;
}
.foot_top .share a {
  font-size: 24px;
  color: #999999;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 10px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.foot_top .share a:hover {
  transform: translate3d(0, -2px, 0);
  color: #5dd7fc;
}
.fn-ewm .ewmbox {
  width: 120px;
  margin-top: 10px;
  float: left;
  font-size: 14px;
  color: #8e8e8e;
  text-align: center;
}
.fn-ewm h3 {
  text-align: right;
}
.fn-ewm .ewmbox img {
  width: 120px;
  margin-bottom: 10px;
}

.foothd {
  padding: 30px 0;
  text-transform: Uppercase;
  color: #999999;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #cecece;
  position: relative;
}
.foothd a {
  color: #999999;
}
.foothd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
  footer {
    padding-top: 30px;
  }
  .foothd {
    padding: 10px 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .foothd span {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 920px) {
  .fn-col li {
    font-size: 12px;
  }
  .fn-col h3 {
    font-size: 14px;
  }
  .foothd span.ewm {
    display: none;
  }
  .fn-contact,
  .fn-ewm {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 0;
  }
  .footer-nav {
    display: none;
  }
  .foothd .right,
  .foothd .left {
    float: none;
  }
  .foot_top {
    display: none;
  }
}

.toggle-btn {
  display: none;
}

@media only screen and (max-width: 920px) {
  .toggle-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s;
  }
  .inner-cont > p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .gn-item:hover .toggle-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.h {
  color: #30853a !important;
}
.s1-list {
  position: relative;
  width: 554px;
  /* height: 610px; */
}

.s1-list li {
  position: absolute;
  box-sizing: border-box;
  width: 254px;
  height: 114px;
  border: 6px solid #30853a;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-left: 24px;
}

.s1-num,
.shadow {
  font-size: 114px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.s1-num {
  position: relative;
  margin-right: 24px;
}

.s1-num .num {
  position: relative;
  z-index: 1;
  color: #fff;
  color: rgb(255, 255, 255);
  text-shadow: 4.5px 7.794px 2px rgba(0, 51, 28, 0.16);
  -moz-transform: matrix(0.84075436203433, 0, 0, 0.83604778057975, 0, 0);
  -webkit-transform: matrix(0.84075436203433, 0, 0, 0.83604778057975, 0, 0);
  -ms-transform: matrix(0.84075436203433, 0, 0, 0.83604778057975, 0, 0);
}

.s1-shadow {
  position: absolute;
  top: 0.3vw;
  left: 0.3vw;
  color: rgba(0, 51, 28, 0.16);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.03);
  display: none;
}

.s1-title {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
}
.s1-content {
  display: flex;
}
.s1-content-value {
  color: #30853a;
  font-size: 40px;
}
.s1-content-suffix {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-inline-start: 4px;
}

.s1-list li.item1,
.s1-list li.item5 {
  background-color: #fff;
}

.s1-list li.item2,
.s1-list li.item4 {
  background-color: #30853a;
}

.s1-list li.item3,
.s1-list li.item6 {
  background-color: #cbdcc6;
  border-color: #cbdcc6;
}
.s1-list li.item2 .s1-title,
.s1-list li.item4 .s1-title,
.s1-list li.item2 .s1-content-value,
.s1-list li.item4 .s1-content-value,
.s1-list li.item2 .s1-content-suffix,
.s1-list li.item4 .s1-content-suffix {
  color: #fff;
}

.s1-list li.item1 {
  top: 0;
  left: 56px;
}

.s1-list li.item2 {
  top: 58px;
  right: 8px;
}

.s1-list li.item3 {
  top: 198px;
  left: 144px;
}

.s1-list li.item4 {
  top: 340px;
  left: 0;
}

.s1-list li.item5 {
  top: 400px;
  right: 0;
  width: 314px;
}

.s1-list li.item6 {
  top: 540px;
  left: 120px;
  width: 342px;
}

.s1-list li.item6 .num {
  letter-spacing: -10px;
}

.video-area {
}

.video-area {
  width: calc(100% - 554px);
  box-sizing: border-box;
  padding-top: 30px;
  padding-right: 4.8vw;
}
.video-item {
  width: 100%;
  position: relative;
}

.video-cover {
  width: 100%;
}

.video-cover img {
  width: 100%;
  height: auto;
}

.about_video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1600px) {
  .video-area {
    width: 65%;
  }
  .s1-list {
    width: 35%;
  }

  .s1-list li {
    min-width: 14vw;
    height: 7vw;
    border-width: 0.3vw;
    padding: 0 1.5vw;
    width: auto !important;
  }
  .s1-num {
    margin-right: 1.5vw;
  }
  .s1-num,
  .shadow {
    font-size: 7vw;
  }

  .s1-title {
    font-size: 1.2vw;
  }
  .s1-content-value {
    font-size: 2.5vw;
  }
  .s1-content-suffix {
    font-size: 1vw;
  }

  .s1-list li.item1 {
    left: 9.2%;
  }

  .s1-list li.item2 {
    top: 10%;
    right: auto;
    left: 52%;
  }

  .s1-list li.item3 {
    top: 32%;
    left: 26%;
  }

  .s1-list li.item4 {
    top: 54%;
  }

  .s1-list li.item5 {
    top: 62%;
    right: auto;
    left: 40%;
  }

  .s1-list li.item6 {
    top: 84%;
    left: 21%;
  }
}
@media only screen and (max-width: 1500px) {
  .s1-list li.item2 {
    left: 51%;
  }
  .s1-list li.item5 {
    left: 39%;
  }
}

@media only screen and (max-width: 768px) {
  #owl-case .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .video-area {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .s1-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .s1-list img {
    width: 100%;
    height: auto;
  }

  .newsbox .txtarea {
    margin-top: 12px;
  }

  .newsbox02 .txtarea {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .newsbox02 .txttit {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .newsbox02 .txtarea .desc {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
  }

  .newsbox02 .date02,
  .homepart05 .more-row,
  .homepart04 .mord01 .desc:before,
  .homepart06 .left,
  .hometit02,
  .homepart03 {
    display: none;
  }

  .homepart04 .mord01 .left {
    width: 100%;
  }

  .homepart07,
  .homepart06,
  .homepart04 {
    padding: 30px 0;
  }

  .homepart07 .tit01 {
    font-size: 18px;
    padding: 15px 0;
  }
  .homepart07 .tit02 {
    font-size: 14px;
    padding: 15px 0 30px;
  }

  .homepart07 .more a {
    width: 120px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    border: 1px solid #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
  }

  .homepart04 .hometit03 h3,
  .hometit03 h3,
  .hometit04 h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #333;
  }

  .homepart04 .mord01 .desc {
    font-size: 12px;
    line-height: 1.8;
    padding-left: 0;
  }

  .video-cover {
    height: 180px;
  }

  .video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .about_video {
    width: 48px;
    height: 48px;
  }

  .about_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .s1-list {
    margin-top: 12px;
    text-align: center;
  }

  .s1-list img {
    width: 90%;
    height: auto;
  }

  .homepart06 .right:before {
    bottom: 0;
    width: calc(100% - 100px);
  }

  #owl-news .owl-prev,
  #owl-news .owl-next {
    width: 48px;
    height: 48px;
    background-size: cover;
    bottom: -23px;
  }

  #owl-news .owl-prev {
    right: 58px;
  }
}

.lang-dropdown {
  padding: 10px 0;
  display: none;
  position: absolute;
  top: 100%;
  right: -40px;
  background-color: #fff;
  min-width: 160px;

  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.lang-dropdown li {
}

.lang-dropdown li a {
  display: block;
  padding: 8px 20px;
  line-height: 24px;
}

.langbox:hover .lang-dropdown {
  display: block;
}
.lang-dropdown li .flag {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 18px;
}

.lang-dropdown li .flag img {
  width: 100%;
  height: 100%;
}
