@font-face {
  font-family: 'HB';
  src: url('../fonts/Helvetica-Condensed-Black-Se.eot') format('eot'), url('../fonts/Helvetica-Condensed-Black-Se.woff2') format('woff2'), url('../fonts/Helvetica-Condensed-Black-Se.woff') format('woff'), url('../fonts/Helvetica-Condensed-Black-Se.ttf') format('truetype');
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
#viewPDF {
    padding-right: 35px;
    position: relative;
    line-height: normal;
}
#viewPDF:after {
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
#header .h-top {
  background: linear-gradient(270deg, #94c559 0%, #6eb057 100%);
  height: 40px;
  line-height: 40px;
}
#header .h-top .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .h-top .ui.menu .left {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .right {
  margin: 0 0 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .right .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#header .h-top .ui.menu .right .h-search img {
  vertical-align: middle;
}
#header .h-top .ui.menu .right .language {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.85rem;
  position: relative;
  cursor: pointer;
}
#header .h-top .ui.menu .right .language .i1 {
  width: 21px;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .right .language span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 6px;
  font-weight: bold;
}
#header .h-top .ui.menu .right .language span i {
  margin-left: 6px;
}
#header .h-top .ui.menu .right .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 200;
  font-size: 14px;
  background: #fff;
  top: 110%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #6eb057;
  display: none \9;
}
#header .h-top .ui.menu .right .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .h-top .ui.menu .right .language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .h-top .ui.menu .right .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .ui.menu .right .language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .h-top .ui.menu .right .language ul.sub-menu li:hover a {
  color: #fff;
}
#header .h-top .ui.menu .right .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 1.3rem 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.75rem 0 0;
  font-size: 18px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  z-index: -1;
  left: -11px;
  top: -6px;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #99c959;
  border-radius: 50%;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active i {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #6eb057;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 8px;
}
#header .nav .ui.menu .h-search form {
  width: 128px;
  height: 31px;
  position: relative;
  overflow: hidden;
}
#header .nav .ui.menu .h-search form input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 30px;
  color: #ababab;
  border-radius: 5px;
  border: 1px solid #000;
}
#header .nav .ui.menu .h-search form input::placeholder {
  color: #ababab;
}
#header .nav .ui.menu .h-search form input::-webkit-input-placeholder {
  color: #ababab;
}
#header .nav .ui.menu .h-search form input:focus {
  border-color: #6d2c1a;
}
#header .nav .ui.menu .h-search form input[type=submit] {
  width: 17px;
  background: url(../images/search.png) center center no-repeat;
  position: absolute;
  right: 7px;
  top: 0;
  padding: 0;
  border: none;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 10px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.75rem;
  text-transform: uppercase;
  font-size: 16px;
  color: #111;
}
#header .nav .ui.menu .h-language i {
  margin-left: 5px;
  display: inline-block;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #6d2c1a;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.active {
  position: fixed;
}
#header.active .nav {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.14);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center;
  left: 60px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center;
  right: 60px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  display: inline-block;
  margin-right: 12px;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #6eb157;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  /*word-break: break-word;*/
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  text-transform: capitalize;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner li {
  position: relative;
}
#banner li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner li .text {
  position: absolute;
  top: 29%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
#banner li .text .left {
  width: 60%;
}
#banner li .text .left h3 {
  font-size: 3rem;
  line-height: 1;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.06);
  font-weight: bold;
  display: inline-block;
}
#banner li .text .left h3::after {
  content: '';
  width: 84%;
  height: 2px;
  background: #fff;
  display: block;
  margin-top: 1.65rem;
}
#banner li .text .left p {
  font-size: 25px;
  line-height: 2;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.06);
  margin-top: 1.45rem;
  width: 80%;
}
#index-body .more {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 18px;
  width: 144px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .more img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-size: 100% 100%;
  animation: position 3s infinite linear alternate;
  z-index: -1;
  opacity: 0;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  opacity: 1;
}
#index-body h3.title {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#index-body h3.title em {
  font-size: 16px;
  color: #6eb157;
  line-height: 1;
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
}
#index-body h3.title i {
  position: absolute;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes position {
  0% {
    transform: translate(30%, 30%);
  }
  25% {
    transform: translate(30%, -30%);
  }
  50% {
    transform: translate(-30%, -30%);
  }
  75% {
    transform: translate(-30%, 30%);
  }
  100% {
    transform: translate(30%, 30%);
  }
}
#index-body .about {
  padding: 2.85rem 0 3.2rem;
  position: relative;
}
#index-body .about .left {
  position: relative;
  padding: 1.65rem 2.6rem 0 0;
}
#index-body .about .left h3.title i {
  left: -6px;
  top: 0;
}
#index-body .about .left .con {
  margin-top: 2.4rem;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
#index-body .about .left .more {
  margin-top: 1.85rem;
}
#index-body .about .left .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#index-body .about .left .more:hover {
  background: linear-gradient(-90deg, #6eb057 0%, #94c559 100%);
  animation: gradientBG 5s ease infinite;
  background-size: 600% 600%;
}
#index-body .about .left .data {
  margin-top: 3rem;
}
#index-body .about .left .data ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .about .left .data ul li {
  text-align: center;
  border-right: 1px solid #dcdcdc;
  padding-right: 4.2rem;
}
#index-body .about .left .data ul li h4 {
  font-size: 1.75rem;
  line-height: 1;
  color: #92c459;
}
#index-body .about .left .data ul li h4 em {
  color: #000;
  font-weight: 600;
}
#index-body .about .left .data ul li p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 1rem;
}
#index-body .about .left .data ul li:first {
  text-align: left;
}
#index-body .about .left .data ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
#index-body .about .left .tab {
  margin-top: 2.4rem;
  cursor: pointer;
}
#index-body .about .left .tab li {
  height: 51px;
  line-height: 51px;
  border: solid 1px #dcdcdc;
  text-align: center;
  font-size: 18px;
  color: #383838;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .left .tab li.active {
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
}
#index-body .about .left .tab li::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-size: 100% 100%;
  animation: position 3s infinite linear alternate;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .left .tab li:hover {
  color: #fff;
}
#index-body .about .left .tab li:hover::before {
  opacity: 1;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#index-body .about .left .contents {
  margin-top: 1rem;
}
#index-body .about .left .contents li {
  width: 100%;
  padding: 19px 0;
  border-bottom: 1px solid #dcdcdc;
}
#index-body .about .left .contents li h6 {
  display: inline-block;
  vertical-align: middle;
  min-width: 87%;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 14px;
  position: relative;
}
#index-body .about .left .contents li h6::before {
  content: '';
  width: 6px;
  height: 6px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
#index-body .about .left .contents li time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #919191;
  line-height: 1;
  text-align: right;
}
#index-body .about .right .img {
  position: relative;
  background-color: #f6f6f6;
  text-align: center;
  padding: 1.1rem 1.1rem;
}
#index-body .about .right .img .bg {
  position: relative;
}
#index-body .about .right .img .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .right .img .play {
  position: absolute;
  top: 44%;
  left: 45%;
  z-index: 1;
}
#index-body .about .right .img .play::before,
#index-body .about .right .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .right .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .right .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
#index-body .about .right .list {
  margin-top: 1.55rem;
}
#index-body .about .right .list ul {
  margin-right: -0.7rem;
}
#index-body .about .right .list ul li {
  padding-right: 0.7rem;
}
#index-body .about .right .list ul li .card {
  background-color: #6eb057;
  color: #fff;
}
#index-body .about .right .list ul li .card .con {
  padding: 2rem 2.8rem 0 1.35rem;
}
#index-body .about .right .list ul li .card .con h3 {
  font-size: 25px;
  color: #ffffff;
  line-height: 1.2;
}
#index-body .about .right .list ul li .card .con p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .about .right .list ul li .card .icon {
  text-align: right;
  margin-top: 10px;
}
#index-body .about .right .list ul li .card .icon a {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-color: #93c559;
  text-align: center;
  line-height: 49px;
}
#index-body .about .right .list ul li .card .icon a img {
  vertical-align: middle;
}
#index-body .about .right .list ul li:last-child .card {
  background-color: #93c559;
}
#index-body .about .right .list ul li:last-child .card .icon a {
  background-color: #6eb057;
}
#index-body .i-product {
  background-color: #f6f6f6;
  padding: 3.35rem 0;
}
#index-body .i-product h3.title i {
  top: -13px;
  left: 3.35rem;
}
#index-body .i-product .box {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#index-body .i-product .box .left {
  width: 21.85%;
  background: url(../images/ipbg.jpg) no-repeat center center;
  color: #fff;
  padding: 3rem 0 2rem;
  text-align: center;
}
#index-body .i-product .box .left ul li {
  position: relative;
  margin-bottom: 10px;
}

#index-body .i-product .box .left ul li a {
  margin-right: 60px;
  display: block;
  font-size: 25px;
  line-height: 1;
  padding: 0.75rem 0;
  font-weight: bold;
  margin-left: -15px;
  padding-left: 3rem;
  position: relative;
}
#index-body .i-product .box .left ul li em {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 0.75rem;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #93c559;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}
#index-body .i-product .box .left ul li em img {
  vertical-align: middle;
}
#index-body .i-product .box .left ul li::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #6eb057;
  border-bottom: 10px solid transparent;
  opacity: 0;
  position: absolute;
  left: -15px;
  bottom: -11px;
}
#index-body .i-product .box .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-product .box .left ul li.active::after {
  opacity: 1;
}
#index-body .i-product .box .left ul li.active a {
  background-color: #93c559;
  z-index: 2;
}
#index-body .i-product .box .left ul li.active a::after {
  opacity: 1;
}
#index-body .i-product .box .left ul li.active em {
  opacity: 1;
}
#index-body .i-product .box .left .more {
  text-align: center;
  margin: 10px auto 0;
}
#index-body .i-product .box .left .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#index-body .i-product .box .right {
  width: 78.15%;
  padding-left: 1.2rem;
}
#index-body .i-product .box .right dd{
  display: none;
}
#index-body .i-product .box .right dd ul {
  margin: 0 -1rem -1.3rem 0;
}
#index-body .i-product .box .right dd ul .slick-track{
  margin: 0;
}
#index-body .i-product .box .right dd ul li {
  padding-right: 1rem;
  margin-bottom: 1.35rem;
}
#index-body .i-product .box .right dd ul li .img {
  border: solid 1px #dcdcdc;
}
#index-body .i-product .box .right dd ul li .img img {
  width: 100%;
}
#index-body .i-product .box .right dd ul li .text {
  position: relative;
}
#index-body .i-product .box .right dd ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  height: 37px;
  /*overflow: auto;
  overflow: hidden;*/
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .i-product .box .right dd ul li .text p a{
  display: block;
  height: 100%;
  overflow-y: auto;
  padding: 0.4rem 0.7rem 0;
}
#index-body .i-product .box .right dd ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .right dd ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 37px;
  line-height: 37px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .i-product .box .right dd ul li .text .mores img {
  vertical-align: middle;
  filter: brightness(0);
  display: inline-block;
}
#index-body .i-product .box .right dd ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .right dd ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
#index-body .i-product .box .right dd ul li:hover .text p::before {
  opacity: 1;
}
#index-body .i-product .box .right dd ul li:hover .text .mores {
  border-radius: 19px;
}
#index-body .i-product .box .right dd ul li:hover .text .mores img {
  filter: none;
}
#index-body .i-product .box .right dd ul li:hover .text .mores::before {
  opacity: 1;
}
#index-body .application {
  padding: 3.5rem 0 4.85rem;
}
#index-body .application .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
}
#index-body .application .header h3.title i {
  top: -12px;
  left: 3.35rem;
}
#index-body .application .content {
  margin-top: 2.65rem;
}
#index-body .application .content .infos {
  padding: 7.3rem 0 10rem 4.65rem;
  position: relative;
  z-index: 1;
  color: #fff;
  background: url(../images/ap1.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .application .content .infos::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.5);
}
#index-body .application .content .infos h2 {
  width: 60%;
  font-size: 1.5rem;
  line-height: 2;
  font-style: italic;
}
#index-body .application .content .infos .desc {
  font-size: 18px;
  line-height: 1.7;
  width: 60%;
  margin-top: 1rem;
  max-height: 180px;
  overflow: hidden;
}
#index-body .application .content .list {
  position: relative;
  z-index: 1;
  padding: 0 4.5rem;
}
#index-body .application .content .list ul {
  margin-right: -1.45rem;
  margin-top: -4%;
}
#index-body .application .content .list ul li {
  padding-right: 1.45rem;
}
#index-body .application .content .list ul li img {
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.18);
  border-bottom: 2px solid #6eb057;
}
#index-body .application .content .list ul li .text {
  display: none;
}
#index-body .application .content .list .slick-arrow {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 25px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application .content .list .slick-prev {
  background: url("../images/apl.png") no-repeat center center;
  left: -40px;
}
#index-body .application .content .list .slick-next {
  background: url("../images/apr.png") no-repeat center center;
  right: -20px;
}
#index-body .init-1 {
  background-color: #f6f6f6;
  padding: 5.1rem 0 4.2rem;
}
#index-body .init-1 .left {
  position: relative;
}
#index-body .init-1 .left ul li {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6eb057;
}
#index-body .init-1 .left ul li::before,
#index-body .init-1 .left ul li::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: rgba(110, 176, 87, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-1 .left ul li::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-1 .left ul li:first-child {
  top: 20%;
  left: 15%;
}
#index-body .init-1 .left ul li:nth-child(2) {
  top: 9%;
  left: 37%;
}
#index-body .init-1 .left ul li:nth-child(3) {
  top: 53%;
  left: 52%;
}
#index-body .init-1 .left ul li:nth-child(4) {
  top: 32%;
  left: 81.5%;
}
#index-body .init-1 .left ul li:nth-child(5) {
  top: 77%;
  left: 86.5%;
}
#index-body .init-1 .right {
  padding-left: 2.2rem;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .right h3.title i {
  top: 0;
  left: -11px;
}
#index-body .init-1 .right .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 2.05rem;
}
#index-body .init-1 .right .more {
  margin-top: 2.15rem;
}
#index-body .init-1 .right .data {
  margin-top: 3rem;
}
#index-body .init-1 .right .data ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .init-1 .right .data ul li {
  border-right: 3px solid #dcdcdc;
  padding-right: 4.2rem;
}
#index-body .init-1 .right .data ul li h4 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
#index-body .init-1 .right .data ul li p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 1rem;
  color: #91c359;
}
#index-body .init-1 .right .data ul li:nth-child(2) {
  padding-right: 6rem;
}
#index-body .init-1 .right .data ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
#index-body .init-1 .right::after {
  content: 'World';
  position: absolute;
  font-size: 11.8rem;
  background: linear-gradient(90deg, rgba(98, 181, 59, 0.09) 0%, rgba(121, 190, 45, 0.09) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: -1;
  top: 13%;
  left: 4%;
  font-family: 'PB';
}
#index-body .honor {
  background-image: linear-gradient(#93c559, #93c559), linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  padding: 2.15rem 0 3.65rem;
}
#index-body .honor .left {
  color: #fff;
  padding-top: 2.6rem;
  vertical-align: middle;
}
#index-body .honor .left h3.title i {
  top: -2px;
  left: -11px;
}
#index-body .honor .left h3.title em {
  color: #fff;
}
#index-body .honor .left p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 2rem;
  width: 97%;
}
#index-body .honor .left .more {
  background: #ffffff;
  color: #000;
  margin-top: 2.1rem;
}
#index-body .honor .left .more::before{
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .honor .left .more:hover{
  color: #fff;
}
#index-body .honor .left .more:hover img{
  filter: none;
}
#index-body .honor .left .more img {
  filter: brightness(0);
}
#index-body .honor .right {
  padding-left: 5rem;
  vertical-align: middle;
}
#index-body .honor .right ul .slick-current {
  padding: 0;
}
#index-body .honor .right ul .slick-current li {
  transform: scale(1.3);
  margin: -10px 0 0 0;
  position: relative;
  z-index: 2;
}
#index-body .honor .right ul .slick-slide {
  padding: 3rem 0;
}
#index-body .honor .right ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  text-align: center;
}
#index-body .honor .right ul .slick-dots li {
  width: 9px;
  height: 9px;
  background-color: #fff;
  display: inline-block;
  margin-right: 16px;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
}
#index-body .honor .right ul .slick-dots li::after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  width: 13px;
  height: 13px;
  border: solid 3px #ffffff;
  border-radius: 50%;
  opacity: 0;
}
#index-body .honor .right ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .honor .right ul .slick-dots li button {
  display: none;
}
#index-body .honor .right ul .slick-dots li.slick-active {
  background-color: #93c559;
  margin-top: 5px;
}
#index-body .honor .right ul .slick-dots li.slick-active::after {
  opacity: 1;
}
.mainadvantage {
  padding: 3.95rem 0 4.35rem;
  background: #f8f8f8;
}
.mainadvantage li .img {
  vertical-align: middle;
}
.mainadvantage li .text {
  vertical-align: middle;
  padding-left: 0.85rem;
}
.mainadvantage li .text span {
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #6eb057;
  display: block;
}
.mainadvantage li .text h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  margin-top: -6%;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.mainadvantage li .text .desc {
  margin-top: 1.6rem;
  font-size: 18px;
  line-height: 1.7;
}
.mainadvantage li .text .desc p {
  position: relative;
  padding-left: 2.35rem;
  margin-bottom: 1.55rem;
}
.mainadvantage li .text .desc p::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 22px;
  height: 21px;
  background: url(../images/ad-icon.png) no-repeat center center;
  z-index: 1;
}
.mainadvantage li .text .desc p::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  top: 5px;
  left: 0;
}
.mainadvantage li .text .desc p:last-child {
  margin-bottom: 0;
}
.mainadvantage li:nth-child(even) .img {
  float: right;
}
.mainadvantage li:nth-child(even) .text {
  float: left;
  padding: 3.25rem 3.15rem 0 0;
}
#footer {
  color: #FFFFFF;
  background-color: #242424;
  overflow: hidden;
  padding-top: 2.85rem;
}
#footer .box h3 {
  font-size: 20px;
  line-height: 1;
  padding: 2.65rem 0 1.7rem;
}
#footer .box ul li {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 2.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box ul li:hover {
  color: #6eb057;
  text-decoration: underline;
}
#footer .box .f-ab {
  width: 30%;
  padding-right: 8%;
}
#footer .box .f-ab p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.7rem;
}
#footer .box .f-ab .codes {
  margin-top: 1.55rem;
}
#footer .box .f-ab .codes #ewm {
  display: inline-block;
  width: 85px;
  border: 4px solid #fff;
}
#footer .box .f-ab .codes .f-code {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.8rem;
}
#footer .box .f-nav {
  width: 10%;
  padding-left: 2%;
}
#footer .share {
  text-align: right;
}
#footer .share dd {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .share dd:last-child {
  margin-right: 0;
}
#footer .share dd svg {
  fill: #404040;
}
#footer .share dd:hover {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
#footer .share dd:hover svg {
  fill: #fff;
}
#footer .f-copy {
  margin-top: 1rem;
  border-top: 1px solid #dddddd;
  padding: 0.9rem 0;
  font-size: 16px;
  color: #fff;
}
#footer .f-copy .left {
  font-size: 16px;
  line-height: 2;
}
#footer .f-copy .right {
  text-align: right;
  font-size: 16px;
}
#footer .f-copy .right img {
  vertical-align: middle;
  max-height: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: rgba(255, 255, 255, 0.38);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.38);
}
#footer .f-copy svg:hover {
  fill: #fff;
}
.inquiry {
  position: fixed;
  bottom: 35%;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #6eb057;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #6eb057;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #91c359;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.fixed-toolbar {
  right: 24px;
  position: fixed;
  bottom: 40%;
  z-index: 500;
}
.fixed-toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}
.fixed-toolbar ul li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 52px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background-color: rgba(38,153,74, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.fixed-toolbar ul li p {
  margin: 0;
  white-space: nowrap;
}
.fixed-toolbar ul li i {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}
.fixed-toolbar ul li.xp {
  -webkit-justify-content: center;
  justify-content: center;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li .fixed-toolbar-item_icon {
  font-size: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.fixed-toolbar ul li .fixed-toolbar-item_icon img {
  vertical-align: middle;
}
.fixed-toolbar ul li .fixed-toolbar-item_hover {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  right: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 16px 2px 16px 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-toolbar ul li .fixed-toolbar-item_hover img {
  max-width: initial;
  height: initial;
}
.fixed-toolbar ul li.hover:not(.fixed-toolbar-item_top) {
  /*border-radius: 10px;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-toolbar ul li.hover:not(.fixed-toolbar-item_top) .fixed-toolbar-item_hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-toolbar ul li.hover:not(.fixed-toolbar-item_top) .fixed-toolbar-item_hover img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-toolbar ul li.fixed-toolbar-item_qr .fixed-toolbar-item_hover {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding: 15px 1px 15px 15px;
  /*width: 114px !important;*/
}
.fixed-toolbar ul li.fixed-toolbar-item_qr .fixed-toolbar-item_hover img {
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-toolbar ul li.fixed-toolbar-item_qr.hover {
  width: 169px !important;
  height: 130px;
}

@media screen and (max-width: 1680px) {
  #banner .slick-prev {
    left: 15px;
  }
  #banner li .text .left {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #index-body .about .left .data ul li {
    padding-right: 2.2rem;
  }
  #index-body .about .left .contents li h6 {
    min-width: 20%;
  }
  #footer .box .f-nav {
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 1.6rem 0 0;
  }
  #banner li .text .left h3 {
    font-size: 2.5rem;
  }
  #banner li .text .left p {
    font-size: 20px;
    line-height: 1.5;
  }
  .mainadvantage li .text .desc {
    font-size: 16px;
  }
  #footer .box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #header .nav {
    padding: 0;
  }
  #banner .slick-next {
    right: 15px;
  }
  #banner li .text {
    top: 24%;
  }
  #banner li .text .left {
    width: 80%;
    margin-left: 10%;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .about .left .tab li {
    width: 25%;
  }
  #index-body .i-product .box {
    display: block;
  }
  #index-body .i-product .box .left {
    width: 100%;
    background-size: cover;
  }
  #index-body .i-product .box .right {
    width: 100%;
    padding: 1rem 0 0 0;
  }
  #index-body .i-product .box .right dd ul li .text .mores {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #index-body .application .content .infos {
    padding: 7.3rem 2rem 10rem 2rem;
  }
  #index-body .application .content .infos h2 {
    width: 100%;
  }
  #index-body .application .content .infos .desc {
    width: 100%;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 .right {
    width: 100%;
  }
  .mainadvantage li .img {
    width: 100%;
  }
  .mainadvantage li .text {
    width: 100%;
    padding: 1rem 0;
  }
  .mainadvantage li .text h3 {
    margin-top: -5%;
  }
  #footer .box .f-ab {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #footer .box .f-nav {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .text .left {
    width: 100%;
    margin-left: 0;
  }
  #banner li .text .left h3 {
    font-size: 2rem;
  }
  #banner li .text .left p {
    font-size: 16px;
    width: 100%;
  }
  #index-body .about .left {
    padding: 1.65rem 0 0 0;
  }
  #index-body .about .left .con {
    font-size: 16px;
  }
  #index-body .about .left .data {
    display: none;
  }
  #index-body .about .left .tab li {
    width: 50%;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .application {
    display: none;
  }
  #index-body .init-1 .right {
    padding-left: 0;
  }
  #index-body .init-1 .right .desc {
    font-size: 16px;
  }
  #index-body .init-1 .right::after {
    display: none;
  }
  #index-body .init-1 .right .data {
    display: none;
  }
  #index-body .honor {
    display: none;
  }
  .mainadvantage li:nth-child(even) .text {
    padding: 3rem 0 0 0;
  }
  .mainadvantage li .text .desc p {
    padding-left: 4.35rem;
  }
  #footer .box .f-ab .codes #ewm {
    display: none;
  }
  #footer .box .f-ab .codes .f-code {
    margin-left: 0;
  }
  #footer .share {
    display: none;
  }
  #footer .f-copy .right {
    text-align: left;
  }
}
.inner-banner {
  height: 400px;
  text-align: right;
  background-size: cover;
  background-position: center center;
  color: white;
  position: relative;
}
.inner-banner .box {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
}
.inner-banner .box h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}
.inner-banner .box p {
  font-size: 1.5rem;
  color: #91c55b;
  line-height: 1;
  margin-top: 15px;
}
.inner-page .mbx {
  background-color: #ffffff;
  padding: 1rem 0;
}
.inner-page .mbx .box {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inner-page .mbx .box .tab ul li {
  display: inline-block;
  font-size: 18px;
  color: #383838;
  line-height: 1.7;
  margin-right: 3.8rem;
}
.inner-page .mbx .box .tab ul li a {
  display: block;
  position: relative;
}
.inner-page .mbx .box .tab ul li a::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 0;
  height: 4px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .mbx .box .tab ul li a:hover::after,
.inner-page .mbx .box .tab ul li a.active::after {
  width: 100%;
  left: 0;
}
.inner-page .mbx .box .tab ul li:last-child {
  margin-right: 0;
}
.inner-page .mbx .box .right {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.inner-page .mbx .box .right em {
  display: inline-block;
}
.inner-page .mbx .box .right .crumbs {
  display: inline-block;
}
.inner-page .mbx .box .right .crumbs a {
  padding-right: 5px;
}
.inner-page .mbx .box .right .crumbs span {
  color: #7eb958;
  padding-left: 5px;
}
.inner-page h2.title {
  font-size: 2rem;
  line-height: 1.1;
  color: #383838;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.inner-page h2.title em {
  font-size: 16px;
  line-height: 1;
  color: #6eb157;
  text-transform: uppercase;
}
.inner-page h2.title i {
  position: absolute;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.inner-page .m-page {
  margin: 3rem 0;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 32px;
  height: 32px;
  line-height: 34px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 18px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  border-radius: 50%;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #85bf5a;
  color: #fff;
  border-color: #85bf5a;
}
.inner-page p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.inner-page .sideBox {
  padding: 3.1rem 0;
}
.inner-page .sideBox .left {
  width: 24%;
  padding-right: 1.4rem;
  position: sticky;
  top: 100px;
}
.inner-page .sideBox .left .navlist {
  background: url("../images/product1-1.jpg") no-repeat center center;
  background-size: cover;
  padding: 1.95rem 0;
  color: #fff;
  text-align: left;
}
.inner-page .sideBox .left .navlist li {
  position: relative;
  margin-bottom: 10px;
}
.inner-page .sideBox .left .navlist li a {
  margin-right: 60px;
  display: block;
  font-size: 25px;
  line-height: 1;
  padding: 0.75rem 0 0.75rem 4.75rem;
  font-weight: bold;
  margin-left: -15px;
  position: relative;
}
.inner-page .sideBox .left .navlist li em {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 0.75rem;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #93c559;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}
.inner-page .sideBox .left .navlist li em img {
  vertical-align: middle;
}
.inner-page .sideBox .left .navlist li::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #6eb057;
  border-bottom: 10px solid transparent;
  opacity: 0;
  position: absolute;
  left: -15px;
  bottom: -11px;
}
.inner-page .sideBox .left .navlist li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBox .left .navlist li.active::after {
  opacity: 1;
}
.inner-page .sideBox .left .navlist li.active a {
  background-color: #93c559;
  z-index: 2;
}
.inner-page .sideBox .left .navlist li.active em {
  opacity: 1;
}
.inner-page .sideBox .left .navlist li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBox .left .form {
  background: url("../images/product1-2.jpg") no-repeat center center;
  background-size: cover;
  padding: 2.5rem 1.5rem;
  margin-top: 1.25rem;
  text-align: center;
}
.inner-page .sideBox .left .form input[type="text"],
.inner-page .sideBox .left .form textarea {
  width: 100%;
  height: 38px;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  color: #383838;
  padding-left: 19px;
  margin-bottom: 12px;
}
.inner-page .sideBox .left .form textarea {
  height: 78px;
  padding-top: 11px;
  margin-bottom: 20px;
}
.inner-page .sideBox .left .form .submit {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
}
.inner-page .sideBox .right {
  width: 76%;
}
.inner-page .sideBox .right ul {
  margin-right: -1.35rem;
}
.inner-page .sideBox .right ul li {
  padding-right: 1.35rem;
  margin-bottom: 2.3rem;
}
.inner-page .sideBox .right ul li .img {
  border: solid 1px #dcdcdc;
}
.inner-page .sideBox .right ul li .img img {
  width: 100%;
}
.inner-page .sideBox .right ul li .text {
  position: relative;
}
.inner-page .sideBox .right ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  padding: 0.4rem 0.7rem 0.35rem;
  height: 39px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.inner-page .sideBox .right ul li .text .mores img {
  vertical-align: middle;
  filter: brightness(0);
  display: inline-block;
}
.inner-page .sideBox .right ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
.inner-page .sideBox .right ul li:hover .text p::before {
  opacity: 1;
}
.inner-page .sideBox .right ul li:hover .text .mores {
  border-radius: 19px;
}
.inner-page .sideBox .right ul li:hover .text .mores img {
  filter: none;
}
.inner-page .sideBox .right ul li:hover .text .mores::before {
  opacity: 1;
}
.about-page .about-1 {
  background-color: #f8f8f8;
  padding: 4.7rem 0 1.5rem;
}
.about-page .about-1 h2.title {
  padding-left: 6px;
}
.about-page .about-1 h2.title i {
  left: 0;
  top: 0;
}
.about-page .about-1 .box {
  margin-top: 2rem;
  position: relative;
}
.about-page .about-1 .box .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2em;
}
.about-page .about-1 .box img {
  margin: 0 0 1.55rem 1.65rem;
}
.about-page .about-1 .box .play {
  position: absolute;
  top: 34%;
  right: 22.5%;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
}
.about-page .about-1 .box .play img {
  margin: 0;
}
.about-page .about-1 .box .play::before,
.about-page .about-1 .box .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .box .play::before {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page .about-2 {
  padding: 4.85rem 0;
}
.about-page .about-2 .box {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 1.55rem 2.9rem;
  color: #fff;
  margin-top: -12%;
}
.about-page .about-2 .box ul li {
  padding-left: 2.15rem;
  border-left: 1px solid #fff;
  position: relative;
}
.about-page .about-2 .box ul li h4 em {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-2 .box ul li h4 sub {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 8px;
}
.about-page .about-2 .box ul li p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 0.6rem;
  font-weight: 500;
  color: #fff;
}
.about-page .about-2 .box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 51px;
  background-color: #ffffff;
}
.about-page .about-3 {
  background-color: #f8f8f8;
  padding: 3.7rem 0 5.55rem;
}
.about-page .about-3 .header h2.title i {
  top: -10px;
  left: 50%;
}
.about-page .about-3 .content {
  margin-top: 2.3rem;
}
.about-page .about-3 .content .top {
  position: relative;
}
.about-page .about-3 .content .top .tz{
  width: 36px;
  height: 36px;
  background: #162d37;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 999;
}
.about-page .about-3 .content .top iframe{
  width: 100%;
  height: 620px;
}
.about-page .about-3 .content .top .icon {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
}
.about-page .about-3 .content .top .icon a {
  display: block;
  width: 105px;
  height: 105px;
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  opacity: 0.9;
  text-align: center;
  line-height: 105px;
  border-radius: 50%;
  margin: 0 auto;
}
.about-page .about-3 .content .top .icon a img {
  vertical-align: middle;
}
.about-page .about-3 .content .bottom {
  margin-top: -5.5%;
}
.about-page .about-3 .content .bottom ul {
  margin-right: -0.8rem;
}
.about-page .about-3 .content .bottom ul li {
  padding-right: 0.8rem;
}
.about-page .about-3 .content .bottom ul li .box {
  position: relative;
}
.about-page .about-3 .content .bottom ul li .box a.img-box {
  display: block;
}
.about-page .about-3 .content .bottom ul li .box a.img-box img {
  width: 100%;
}
.about-page .about-3 .content .bottom ul li .box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  opacity: 0.9;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 7px 0 6px;
}
.about-page .about-3 .content .bottom ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
.about-page .about-3 .content .bottom ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.about-page .about-3 .content .bottom ul .slick-dots li button {
  display: none;
}
.about-page .about-3 .content .bottom ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .content .bottom ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1200px) {
  .about-page .about-2 .box {
    padding: 1.55rem 1rem;
  }
  .about-page .about-2 .box ul li {
    padding-left: 1.15rem;
  }
  .about-page .about-2 .box ul li p {
    font-size: 16px;
  }
  .about-page .about-1 .box .play {
    top: 20%;
    right: 32%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
  }
  .inner-page .mbx .box {
    display: block;
  }
  .inner-page .mbx .box .tab {
    width: 100%;
  }
  .inner-page .mbx .box .tab ul li {
    margin-right: 2.8rem;
    margin-bottom: 1rem;
  }
  .inner-page .mbx .box .tab ul li a::after {
    bottom: 0;
  }
  .inner-page .mbx .box .right {
    width: 100%;
  }
  .about-page .about-1 .box img {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .about-page .about-1 .box .desc {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 16%;
    right: 42%;
  }
  .about-page .about-2 .box ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
  .about-page .about-3 .content .top .icon {
    top: 28%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner .box h2 {
    font-size: 2.8rem;
  }
  .inner-page .mbx .box .tab {
    display: none;
  }
  .inner-page .mbx .box .right {
    font-size: 16px;
  }
  .about-page .about-1 .box .desc {
    font-size: 16px;
  }
  .about-page .about-1 .box .play {
    display: none;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-3 .content .top img {
    min-height: 220px;
    object-fit: cover;
  }
  .about-page .about-3 .content .top .icon img {
    min-height: auto;
  }
}
.culture-page .culture-1 {
  padding: 5.95rem 0 5.25rem;
  background-color: #f8f8f8;
}
.culture-page .culture-1 h2.title i {
  top: 0;
  left: 36px;
}
.culture-page .culture-1 .desc {
  margin-top: 2.3rem;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2rem;
}
.culture-page .culture-1 .content {
  margin-top: 2.15rem;
}
.culture-page .culture-1 .content li {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 4.95rem 14px 4.8rem;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.culture-page .culture-1 .content li .icon {
  width: 92px;
  height: 92px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.culture-page .culture-1 .content li .icon img {
  filter: grayscale(100%) brightness(300%);
  vertical-align: middle;
}
.culture-page .culture-1 .content li .text {
  margin-top: 1.7rem;
}
.culture-page .culture-1 .content li .text h4 {
  font-size: 1.5rem;
  line-height: 1.1;
}
.culture-page .culture-1 .content li .text p {
  font-size: 18px;
  line-height: 1.7;
  text-decoration: underline;
  margin-top: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
}
.culture-page .culture-1 .content li .text .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1.25rem;
  display: none;
}
.culture-page .culture-1 .content li::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: -50px;
  border-top: 50px solid #64a450;
  border-left: 50px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.culture-page .culture-1 .content li:hover {
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%) !important;
  padding: 3.85rem 14px 3.7rem;
}
.culture-page .culture-1 .content li:hover .icon {
  background: #ffffff !important;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
}
.culture-page .culture-1 .content li:hover .icon img {
  filter: none;
}
.culture-page .culture-1 .content li:hover .text {
  margin-top: 1.5rem;
}
.culture-page .culture-1 .content li:hover .text h4 {
  display: none;
}
.culture-page .culture-1 .content li:hover .text p {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
}
.culture-page .culture-1 .content li:hover .text .con {
  display: block;
}
.culture-page .culture-1 .content li:hover::after {
  /*opacity: 1;*/
}
@media screen and (max-width: 1200px) {
  .culture-page .culture-1 .content li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1000px) {
  .culture-page .culture-1 .content li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .culture-page .culture-1 .desc {
    font-size: 16px;
  }
  .culture-page .culture-1 .content li {
    width: 100%;
  }
}
.strate-page .strate-1 {
  background-color: #f8f8f8;
  padding: 4.1rem 0 4.55rem;
}
.strate-page .strate-1 h2.title i {
  top: -8px;
  left: 62px;
}
.strate-page .strate-1 .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 2.05rem;
  text-indent: 2em;
}
.strate-page .strate-2 {
  padding: 1.95rem 0;
}
.strate-page .strate-2 .left {
  vertical-align: middle;
  width: 52%;
}
.strate-page .strate-2 .left h2.title i {
  top: -8px;
  left: 35%;
}
.strate-page .strate-2 .left .con {
  margin-top: 2.3rem;
}
.strate-page .strate-2 .left .con li {
  font-size: 18px;
  line-height: 1.7;
}
.strate-page .strate-2 .left .con li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  vertical-align: top;
  margin: 12px 10px 0 0;
}
.strate-page .strate-2 .left .info {
  margin-top: 2.95rem;
  padding-right: 9.5rem;
}
.strate-page .strate-2 .left .info ul {
  margin: -12px 0;
}
.strate-page .strate-2 .left .info ul li {
  padding: 12px 0;
}
.strate-page .strate-2 .left .info ul li h6 {
  display: inline-block;
  vertical-align: middle;
  color: #383838;
  font-size: 18px;
  line-height: 1.7;
}
.strate-page .strate-2 .left .info ul li .progress {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  background-color: transparent;
  position: relative;
  width: 61.8%;
  margin: 0 19px;
}
.strate-page .strate-2 .left .info ul li .progress i {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #85bf5a;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.strate-page .strate-2 .left .info ul li small {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.7;
  color: #3c3c3c;
}
.strate-page .strate-2 .left .info ul li:nth-child(1) .progress i {
  width: 100%;
}
.strate-page .strate-2 .left .info ul li:nth-child(2) .progress {
  width: 22.78%;
}
.strate-page .strate-2 .left .info ul li:nth-child(2) .progress i {
  width: 100%;
  background-color: #608246;
}
.strate-page .strate-2 .left .info ul li:nth-child(3) .progress {
  width: 3.42%;
}
.strate-page .strate-2 .left .info ul li:nth-child(3) .progress i {
  width: 100%;
  background-color: #bbb;
}
.strate-page .strate-2 .left .info ul.active li .progress i {
  width: 0 !important;
}
.strate-page .strate-2 .right {
  vertical-align: middle;
  text-align: right;
  width: 48%;
}
.strate-page .strate-3 {
  background-color: #f8f8f8;
  padding: 4.35rem 0 3.8rem;
}
.strate-page .strate-3 .header h2.title i {
  left: -6px;
  top: 0;
}
.strate-page .strate-3 .header p {
  font-size: 18px;
  line-height: 1.7;
  text-indent: 2em;
  margin-top: 2.35rem;
}
.strate-page .strate-3 .header p a {
  text-decoration: underline;
}
.strate-page .strate-3 .content {
  margin-top: 1.35rem;
  /*padding-bottom: 4.5rem;*/
}
.strate-page .strate-3 .content ul {
  margin: 0 -0.5rem 0 -10px;
}
.strate-page .strate-3 .content ul .slick-track {
  margin: 0;
}
.strate-page .strate-3 .content ul .slick-slide {
  padding: 10px 0 10px 10px;
}
.strate-page .strate-3 .content ul li {
  padding-right: 0.5rem;
}
.strate-page .strate-3 .content ul li a {
  display: block;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  border: solid 1px #aaaaaa;
  background: #fff;
}
.strate-page .strate-3 .content .arrow{
  margin-top: 3rem;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.strate-page .strate-3 .content .arrow .al,
.strate-page .strate-3 .content .arrow .ar{
  display: inline-block;
  background-color: #85bf5a;
  width: 46px;
  height: 46px;
  background:rgba(194, 194, 194, 0.1);
  text-align: center;
  line-height: 46px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.strate-page .strate-3 .content .arrow .al:hover,
.strate-page .strate-3 .content .arrow .ar:hover{
  background-color: #85bf5a;
}
.strate-page .strate-3 .content .arrow .al:hover img{
  filter: none;
}
.strate-page .strate-3 .content .arrow .ar:hover img{
  filter: brightness(100);
}
.strate-page .strate-3 .content .arrow .al img,
.strate-page .strate-3 .content .arrow .ar img{
  vertical-align: middle;
}
.strate-page .strate-3 .content .arrow .al img{
  filter: brightness(0.85);
}
.strate-page .strate-3 .content .arrow .ar{
  margin-left: 15px;
}
/*.strate-page .strate-3 .content ul .slick-arrow {
  position: absolute;
  bottom: -95%;
  width: 46px;
  height: 46px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.strate-page .strate-3 .content ul .slick-arrow:hover{
  background-color: #85bf5a;
}
.strate-page .strate-3 .content ul .slick-prev {
  background: url("../images/strate3-left.png") no-repeat center center rgba(194, 194, 194, 0.1);
  left: 46%;
}
.strate-page .strate-3 .content ul .slick-next {
  background: url("../images/strate-right.png") no-repeat center center rgba(194, 194, 194, 0.1);
  left: 50.8%;
}*/
.strate-page .strate-3 .maps {
  margin-top: 1.9rem;
  text-align: center;
  position: relative;
}
.strate-page .strate-3 .maps li {
  text-align: left;
  margin-bottom: 1rem;
}
.strate-page .strate-3 .maps li:last-child {
  margin-bottom: 0;
}
.strate-page .strate-3 .maps li:last-child span {
  background-color: #232a6d;
}
.strate-page .strate-3 .maps .text {
  position: absolute;
  left: 0;
  bottom: 5.05rem;
}
.strate-page .strate-3 .maps .text span {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background-color: #de2910;
}
.strate-page .strate-3 .maps .text div {
  display: inline-block;
  padding-left: 0.65rem;
  font-size: 18px;
  color: #383837;
  line-height: 1.7;
}
.strate-page .strate-3 .maps .text div h4 {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .strate-page .strate-2 .left {
    width: 100%;
  }
  .strate-page .strate-2 .right {
    width: 100%;
  }
  .strate-page .strate-3 .maps .text {
    position: inherit;
    margin-top: 4rem;
  }
  .strate-page .strate-3 .content ul .slick-next {
    left: 54.8%;
  }
  .strate-page .strate-3 .content ul .slick-arrow {
    bottom: -70%;
  }
}
@media screen and (max-width: 700px) {
  .strate-page .strate-1 .desc {
    font-size: 16px;
  }
  .strate-page .strate-2 .left .con li {
    font-size: 16px;
  }
  .strate-page .strate-2 .left .info ul li h6 {
    display: block;
    font-size: 16px;
  }
  .strate-page .strate-2 .left .info ul li .progress {
    display: block;
    margin: 10px 0;
  }
  .strate-page .strate-2 .left .info ul li .small {
    display: block;
    font-size: 16px;
  }
  .strate-page .strate-2 .left .info {
    padding-right: 0;
  }
  .strate-page .strate-3 .header p {
    font-size: 16px;
  }
  .strate-page .strate-3 .content ul .slick-arrow {
    bottom: -55%;
  }
  .strate-page .strate-3 .content ul .slick-prev {
    left: 36%;
  }
  .strate-page .strate-3 .maps .text div {
    display: block;
    padding-left: 0;
  }
}
.social-page .social-1 {
  background-color: #f8f8f8;
  padding: 4.7rem 0 6.6rem;
}
.social-page .social-1 .header h2.title i {
  left: -6px;
  top: 0;
}
.social-page .social-1 .header p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1.95rem;
  color: #383838;
  text-indent: 2em;
}
.social-page .social-1 .content {
  margin-top: 2.95rem;
}
.social-page .social-1 .content ul li {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background-color: #ffffff;
  box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.07);
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 2.3rem;
}
.social-page .social-1 .content ul li .img {
  height: 100%;
}
.social-page .social-1 .content ul li .img img {
  width: 100%;
  height: 100%;
}
.social-page .social-1 .content ul li .text {
  padding: 0 3.5rem;
}
.social-page .social-1 .content ul li .text span {
  font-size: 4.5rem;
  color: #6eb057;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
.social-page .social-1 .content ul li .text h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  background: #fff;
  margin-top: -5%;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.social-page .social-1 .content ul li .text p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 1.45rem;
}
.social-page .social-1 .content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .social-page .social-1 .content ul li {
    display: block;
  }
  .social-page .social-1 .content ul li .img {
    width: 100%;
  }
  .social-page .social-1 .content ul li .text {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .social-page .social-1 .header p {
    font-size: 16px;
  }
  .social-page .social-1 .content ul li .text h3 {
    font-size: 18px;
  }
  .social-page .social-1 .content ul li .text p {
    font-size: 16px;
  }
}
.honor-page .honor-1 {
  background-color: #f8f8f8;
  padding: 4.7rem 0 5.45rem;
}
.honor-page .honor-1 .header h2.title i {
  top: 0;
  left: -6px;
}
.honor-page .honor-1 .header p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 1.95rem;
  text-indent: 2em;
}
.honor-page .honor-1 .content {
  margin-top: 2.45rem;
}
.honor-page .honor-1 .content ul .slick-slide {
  padding: 2.45rem 0;
}
.honor-page .honor-1 .content ul .slick-current + div li img {
  transform: scale(1.15);
}
.honor-page .honor-1 .content ul .slick-current + div + div li {
  position: relative;
  z-index: 1;
}
.honor-page .honor-1 .content ul .slick-current + div + div li img {
  transform: scale(1.25);
}
.honor-page .honor-1 .content ul .slick-current + div + div + div li img {
  transform: scale(1.15);
}
.honor-page .honor-1 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  text-align: center;
}
.honor-page .honor-1 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
.honor-page .honor-1 .content ul .slick-dots li button {
  display: none;
}
.honor-page .honor-1 .content ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.honor-page .honor-2 {
  padding: 3.9rem 0 4.7rem;
}
.honor-page .honor-2 .header h2.title i {
  top: -11px;
  left: 3.55rem;
}
.honor-page .honor-2 .header p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 2.35rem;
  text-indent: 2em;
}
.honor-page .honor-2 .content {
  margin-top: 2.65rem;
}
.honor-page .honor-2 .content ul {
  margin-right: -1rem;
}
.honor-page .honor-2 .content ul li {
  padding-right: 1rem;
}
.honor-page .honor-2 .content ul li img {
  /*width: 100%;*/
  height: 257px;
  object-fit: cover;
}
.honor-page .honor-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
.honor-page .honor-2 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.honor-page .honor-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.honor-page .honor-2 .content ul .slick-dots li button {
  display: none;
}
.honor-page .honor-2 .content ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.work-page .work-1 {
  background-color: #f8f8f8;
  padding: 3.45rem 0 4.55rem;
}
.work-page .work-1 .header h2.title i {
  top: -7px;
  left: 105px;
}
.work-page .work-1 .header p {
  font-size: 18px;
  color: #383838;
  line-height: 1.7;
  margin-top: 1.95rem;
  text-indent: 2em;
}
.work-page .work-1 .content ul {
  margin-right: -1.7rem;
}
.work-page .work-1 .content ul .slick-track {
  margin: 0;
}
.work-page .work-1 .content ul .slick-slide {
  padding: 4.55rem 2px 2.15rem;
}
.work-page .work-1 .content ul li {
  padding-right: 1.7rem;
}
.work-page .work-1 .content ul li .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px gba(0, 0, 0, 0.06);
  padding: 33px 32px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .img {
  margin-top: -8%;
}
.work-page .work-1 .content ul li .box .text {
  padding-left: 1.6rem;
  color: #383838;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .text h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  padding-bottom: 0.8rem;
}
.work-page .work-1 .content ul li .box .text h4::after {
  content: '';
  width: 138px;
  height: 2px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .text h4::before {
  content: '';
  width: 52px;
  height: 4px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .text p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1.55rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.work-page .work-1 .content ul li .box .text span {
  position: absolute;
  right: 1.6rem;
  bottom: 1.65rem;
  width: 45px;
  height: 45px;
  border: solid 1px #383838;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}
.work-page .work-1 .content ul li .box:hover {
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
}
.work-page .work-1 .content ul li .box:hover .text {
  color: #fff;
}
.work-page .work-1 .content ul li .box:hover .text h4::after,
.work-page .work-1 .content ul li .box:hover .text h4::before {
  background: #fff;
}
.work-page .work-1 .content ul li .box:hover .text span {
  border-color: #fff;
}
.work-page .work-1 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.work-page .work-1 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.work-page .work-1 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.work-page .work-1 .content ul .slick-dots li button {
  display: none;
}
.work-page .work-1 .content ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.work-page .work-1 .desc {
  margin-top: 3rem;
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
.work-page .work-1 .desc dd {
  margin-bottom: 1.5rem;
}
.work-page .work-1 .desc dd::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  vertical-align: top;
  margin: 12px 8px 0 0;
}
.work-page .work-1 .desc dd:last-child {
  margin-bottom: 0;
}
.work-page .work-2 {
  background: #fff;
}
.work-page .work-2 .header h2.title i {
  top: -6px;
  left: 67%;
}
.work-page .work-2 .content ul li .box {
  background-color: #e5e5e5;
}
.work-page .work-3 {
  background: #f8f8f8;
  padding: 4.6rem 0 6.3rem;
}
.work-page .work-3 h2.title i {
  top: -8px;
  left: 63px;
}
.work-page .work-3 .content {
  margin-top: 2.6rem;
}
.work-page .work-3 .content ul {
  margin-right: -2rem;
}
.work-page .work-3 .content ul .slick-track{
  margin: 0;
}
.work-page .work-3 .content ul li {
  padding-right: 2rem;
}
.work-page .work-3 .content ul li .img img {
  width: 100%;
}
.work-page .work-3 .content ul li .text {
  position: relative;
}
.work-page .work-3 .content ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  padding: 0.4rem 0.7rem 0.35rem;
  height: 39px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-page .work-3 .content ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-page .work-3 .content ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.work-page .work-3 .content ul li .text .mores img {
  vertical-align: middle;
  filter: brightness(0);
  display: inline-block;
}
.work-page .work-3 .content ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-page .work-3 .content ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
.work-page .work-3 .content ul li:hover .text p::before {
  opacity: 1;
}
.work-page .work-3 .content ul li:hover .text .mores {
  border-radius: 19px;
}
.work-page .work-3 .content ul li:hover .text .mores img {
  filter: none;
}
.work-page .work-3 .content ul li:hover .text .mores::before {
  opacity: 1;
}
.work-page .work-3 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -12%;
  width: 100%;
  text-align: center;
}
.work-page .work-3 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.work-page .work-3 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.work-page .work-3 .content ul .slick-dots li button {
  display: none;
}
.work-page .work-3 .content ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1280px) {
  .work-page .work-1 .content ul li .box .img {
    width: 100%;
  }
  .work-page .work-1 .content ul li .box .img img {
    width: 100%;
  }
  .work-page .work-1 .content ul li .box .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .work-page .work-1 .content ul li .box .text span {
    bottom: 1rem;
  }
  .work-page .work-2 .header h2.title i {
    left: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .work-page .work-1 .content ul li .box {
    padding: 0px 20px 60px;
  }
}
@media screen and (max-width: 700px) {
  .work-page .work-1 .header p {
    font-size: 16px;
  }
  .work-page .work-1 .content ul li .box {
    padding: 0px 10px 60px;
  }
  .work-page .work-1 .content ul li .box .text h4 {
    font-size: 18px;
  }
  .work-page .work-1 .content ul li .box .text p {
    font-size: 16px;
  }
  .work-page .work-1 .desc {
    font-size: 16px;
  }
}
.team-page .team-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 5.4rem;
}
.team-page .team-1 .header h2.title i {
  left: -6px;
  top: 0;
}
.team-page .team-1 .header .con {
  margin-top: 2.45rem;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2em;
}
.team-page .team-1 .header .con p {
  margin-bottom: 1.8rem;
}
.team-page .team-1 .header .con p:last-child {
  margin-bottom: 0;
}
.team-page .team-1 .content {
  margin-top: 3.2rem;
}
.team-page .team-1 .content li {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 4.85rem 14px 4.8rem;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%) !important;
}
.team-page .team-1 .content li .icon {
  width: 92px;
  height: 92px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  /*background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);*/
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.team-page .team-1 .content li .icon img {
  /*filter: grayscale(100%) brightness(300%);*/
  vertical-align: middle;
}
.team-page .team-1 .content li .text {
  margin-top: 1.7rem;
}
.team-page .team-1 .content li .text h4 {
  font-size: 1.5rem;
  line-height: 1.1;
}
.team-page .team-1 .content li .text p {
  font-size: 18px;
  line-height: 1.7;
  text-decoration: underline;
  margin-top: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
}
.team-page .team-1 .content li:nth-child(1):hover {
  background: url(/dymagnet/2022/12/01/develop.jpg) !important;
}
.team-page .team-1 .content li:nth-child(2):hover {
  background: url(/dymagnet/2022/12/01/technology1.jpg) !important;
}
.team-page .team-1 .content li:nth-child(3):hover {
  background: url(/dymagnet/2022/12/01/test-1.jpg) !important;
}
.team-page .team-1 .content li:nth-child(4):hover {
  background: url(/dymagnet/2022/12/01/storage.jpg) !important;
}
.team-page .team-1 .content li:hover .icon {
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.team-page .team-1 .content li:hover .text p{
  opacity: 0;
}
.team-page .team-1 .content li:hover .icon img {
  filter: grayscale(100%) brightness(300%);
}
.team-page .team-1 .desc {
  margin-top: 3.15rem;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2em;
}
.team-page .team-1 .desc p {
  margin-bottom: 1.8rem;
}
.team-page .team-1 .desc p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .team-page .team-1 .content li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .team-page .team-1 .content li {
    width: 100%;
  }
  .team-page .team-1 .header .con {
    font-size: 16px;
  }
  .team-page .team-1 .content li .text h4 {
    font-size: 18px;
  }
  .team-page .team-1 .content li .text p {
    font-size: 16px;
  }
  .team-page .team-1 .desc {
    font-size: 16px;
  }
}
.test-page .test-1 {
  background-color: #fff;
  padding: 4.7rem 0 5.05rem;
}
.test-page .test-1 h2.title i {
  left: -6px;
  top: 0;
}
.test-page .test-1 .box {
  margin-top: 2.4rem;
}
.test-page .test-1 .box ul {
  margin: 0 -1.4rem -1.3rem 0;
}
.test-page .test-1 .box ul li {
  padding: 0 1.4rem 1.3rem 0;
}
.test-page .test-1 .box ul li .card {
  background-color: #ffffff;
  padding: 6px;
}
.test-page .test-1 .box ul li .card .img img {
  width: 100%;
}
.test-page .test-1 .box ul li .card .text {
  background-color: #ededed;
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-align: center;
  margin-top: 6px;
  padding: 10px 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.test-page .test-1 .box ul li .card:hover .text {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  color: #fff;
}
.test-page .test-1:nth-child(even) {
  background: #f8f8f8;
}
.test-page .test-1:nth-child(odd) {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .test-page .test-1 .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1000px) {
  .test-page .test-1 .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .test-page .test-1 .box ul li {
    width: 100%;
  }
  .test-page .test-1 .box ul li .card .text {
    font-size: 16px;
  }
}
.service-page .service-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 4.8rem;
}
.service-page .service-1 h2.title i {
  left: -6px;
  top: 0;
}
.service-page .service-1 .content {
  margin-top: 2.2rem;
}
.service-page .service-1 .content ul {
  margin-right: -1.15rem;
}
.service-page .service-1 .content ul li {
  padding-right: 1.15rem;
}
.service-page .service-1 .content ul li .text {
  padding: 1.8rem 1.1rem 0 0;
  color: #383838;
}
.service-page .service-1 .content ul li .text h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.service-page .service-1 .content ul li .text p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1rem;
}
.service-page .service-2 {
  padding: 4.1rem 0 5.15rem;
}
.service-page .service-2 h2.title i {
  left: -6px;
  top: 0;
}
.service-page .service-2 .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 2.35rem;
  color: #383838;
}
.service-page .service-2 .content {
  margin-top: 2.65rem;
}
.service-page .service-2 .content ul {
  margin: 0 -10px;
}
.service-page .service-2 .content ul li {
  position: relative;
  padding: 0 10px;
  margin: 40px 0 20px;
}
.service-page .service-2 .content ul li .ig {
  position: relative;
  max-width: 216px;
}
.service-page .service-2 .content ul li .ig::after {
  content: '1';
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 80px;
  color: #e9edf4;
  opacity: .5;
}
.service-page .service-2 .content ul li .ig img {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px;
}
.service-page .service-2 .content ul li .ig h4 {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.service-page .service-2 .content ul li:nth-child(2) .ig::after {
  content: '2';
}
.service-page .service-2 .content ul li:nth-child(3) .ig::after {
  content: '3';
}
.service-page .service-2 .content ul li:nth-child(4) .ig::after {
  content: '4';
}
.service-page .service-3 {
  background: #f8f8f8;
  padding: 5rem 0;
}
.service-page .service-3 .grid-box {
  overflow: hidden;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  padding: 1.9rem 0;
}
.service-page .service-3 .grid-box .column .text {
  padding: 7.5rem 0;
  text-align: center;
}
.service-page .service-3 .grid-box .column .text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: auto auto 20px;
}
.service-page .service-3 .grid-box .column .text .con {
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  max-width: 360px;
  line-height: 1.7;
  height: 50px;
}
.service-page .service-3 .grid-box .column .text .more {
  margin-top: 1.9rem;
}
.service-page .service-3 .grid-box .column .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 7px 36px 6px;
  background-color: #fff;
  color: #70b459;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
.service-page .service-3 .grid-box .column .text .more a:hover {
  background: #000;
  color: #fff;
}
.service-page .service-3 .grid-box .right {
  border-left: 1px solid #fff;
}
.service-page .service-3 .grid-box .right .text .more a {
  background: #000;
  color: #fff;
}
.service-page .service-3 .grid-box .right .text .more a:hover {
  background: #fff;
  color: #70b459;
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .service-page .service-1 .content ul li .img img {
    width: 100%;
  }
  .service-page .service-1 .content ul li .text h3 {
    font-size: 22px;
  }
  .service-page .service-1 .content ul li .text p {
    font-size: 16px;
  }
  .service-page .service-2 .desc {
    font-size: 16px;
  }
  .service-page .service-3 {
    display: none;
  }
}
.suggest-page .suggest-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 6.05rem;
}
.suggest-page .suggest-1 h2.title i {
  left: -6px;
  top: 0;
}
.suggest-page .suggest-1 .form {
  background: #fff;
  margin-top: 2.45rem;
  padding: 4.1rem 5.65rem;
}
.suggest-page .suggest-1 .form h3 {
  font-size: 1.5rem;
  color: #383838;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.suggest-page .suggest-1 .form p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-align: center;
  margin-top: 1rem;
}
.suggest-page .suggest-1 .form form {
  margin-top: 3.45rem;
}
.suggest-page .suggest-1 .form form ul {
  margin-right: -5rem;
}
.suggest-page .suggest-1 .form form ul li {
  padding-right: 5rem;
}
.suggest-page .suggest-1 .form form ul li label {
  display: block;
  font-size: 18px;
  color: #aaa;
  line-height: 1.7;
}
.suggest-page .suggest-1 .form form ul li input[type="text"],
.suggest-page .suggest-1 .form form ul li textarea {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #383838;
}
.suggest-page .suggest-1 .form form ul li input[type="text"]:focus,
.suggest-page .suggest-1 .form form ul li textarea:focus {
  border-bottom: 1px solid #85bf5a;
}
.suggest-page .suggest-1 .form form ul li textarea {
  height: 234px;
}
.suggest-page .suggest-1 .form form ul li p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 1.4rem;
  text-align: left;
}
.suggest-page .suggest-1 .form form ul li input[type="submit"] {
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  padding: 7px 53px 6px;
  border: none;
  margin-top: 2.7rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.suggest-page .suggest-1 .form form ul li input[type="submit"]:hover {
  background: #000;
}
.suggest-page .suggest-1 .form form ul li.wid-100 {
  width: 100%;
}
.suggest-page .suggest-1 .form form ul li:nth-child(3) {
  margin-top: 2.75rem;
}
.suggest-page .suggest-1 .form form ul li:last-child {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .suggest-page .suggest-1 .form {
    padding: 4.1rem 2rem;
  }
  .suggest-page .suggest-1 .form form ul {
    margin-right: -2rem;
  }
  .suggest-page .suggest-1 .form form ul li {
    padding-right: 2rem;
  }
  .suggest-page .suggest-1 .form form ul li label {
    font-size: 16px;
  }
  .suggest-page .suggest-1 .form form ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .suggest-page .suggest-1 .form form ul li label {
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .suggest-page .suggest-1 .form form ul li {
    width: 100%;
  }
  .suggest-page .suggest-1 .form form ul li label {
    height: auto;
  }
}
.download-page .download-1 {
  background: #f8f8f8;
  padding: 5.45rem 0 5.8rem;
}
.download-page .download-1 h2.title i {
  top: 0;
  left: -6px;
}
.download-page .download-1 .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 2.4rem;
  text-indent: 2em;
}
.download-page .download-1 .desc a {
  color: #80bc5a;
  text-decoration: underline;
}
.download-page .download-1 .content {
  margin-top: 2.35rem;
}
.download-page .download-1 .content ul li {
  border: solid 1px #000000;
  text-align: center;
  padding: 1.5rem 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.download-page .download-1 .content ul li a {
  display: block;
  color: #383838;
}
.download-page .download-1 .content ul li a img {
  display: inline-block;
  vertical-align: middle;
}
.download-page .download-1 .content ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 1.2;
  padding-left: 1.5rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.download-page .download-1 .content ul li:hover {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.download-page .download-1 .content ul li:hover a {
  color: #fff;
}
.download-page .download-1 .content ul li:hover a img {
  filter: brightness(100);
}
.download-page .download-1 .content ul li:hover a span {
  text-decoration: underline;
}
.download-page .download-2 {
  padding: 5.15rem 0 7.85rem;
}
.download-page .download-2 h2.title i {
  left: 24px;
  top: -6px;
}
.download-page .download-2 .content {
  margin-top: 3.2rem;
}
.download-page .download-2 .content ul {
  margin: 0 -2.2rem -2.75rem 0;
}
.download-page .download-2 .content ul li {
  padding: 0 2.2rem 2.75rem 0;
}
.download-page .download-2 .content ul li video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-page .download-2 .content ul li .img {
  position: relative;
}
.download-page .download-2 .content ul li .img img {
  width: 100%;
}
.download-page .download-2 .content ul li .img .play {
  display: block;
  position: absolute;
  left: 45%;
  bottom: 35%;
  width: 50px;
  height: 50px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
}
.download-page .download-2 .content ul li .img .play img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.download-page .download-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  text-align: center;
}
.download-page .download-2 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.download-page .download-2 .content ul .slick-dots li button {
  display: none;
}
.download-page .download-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.download-page .download-2 .content ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1280px) {
  .download-page .download-1 .content ul li {
    width: 50%;
  }
  .download-page .download-1 .content ul li a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .download-page .download-1 .desc {
    font-size: 16px;
  }
  .download-page .download-1 .content ul li {
    width: 100%;
  }
  .download-page .download-1 .content ul li a span {
    font-size: 16px;
  }
}
.tender-page .tender-1 {
  background: #f8f8f8;
  padding: 4.45rem 0 4.8rem;
}
.tender-page .tender-1 .text {
  vertical-align: middle;
  padding-right: 1.7rem;
}
.tender-page .tender-1 .text h2.title i {
  left: -6px;
  bottom: -8px;
}
.tender-page .tender-1 .text .info {
  margin-top: 3rem;
  font-size: 25px;
  color: #383838;
  line-height: 1.6;
  font-weight: bold;
}
.tender-page .tender-1 .text .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 2.5rem;
  text-indent: 2em;
}
.tender-page .tender-1 .img {
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .tender-page .tender-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .tender-page .tender-1 .img {
    width: 100%;
    margin-top: 20px;
  }
  .tender-page .tender-1 .img img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .tender-page .tender-1 .text .info {
    font-size: 20px;
  }
  .tender-page .tender-1 .text .desc {
    font-size: 16px;
  }
}
.equity-page .equity-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 5.3rem;
}
.equity-page .equity-1 h2.title i {
  left: -6px;
  top: 0;
}
.equity-page .equity-1 p {
  margin-top: 2rem;
  text-indent: 2em;
}
.equity-page .equity-1 .list {
  margin-top: 3.3rem;
}
.equity-page .equity-1 .list .top {
  position: relative;
}
.equity-page .equity-1 .list .top ul {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.equity-page .equity-1 .list .top ul li {
  display: inline-block;
  text-align: center;
}
.equity-page .equity-1 .list .top ul li span {
  display: block;
  width: 146px;
  height: 50px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.equity-page .equity-1 .list .top ul li em {
  display: block;
  font-size: 18px;
  color: #383838;
}
.equity-page .equity-1 .list .top ul li em::before,
.equity-page .equity-1 .list .top ul li em::after {
  content: '';
  width: 1px;
  height: 22px;
  background: #000;
  display: block;
  margin: 0 auto;
}
.equity-page .equity-1 .list .top ul li em::before {
  margin-bottom: 4px;
}
.equity-page .equity-1 .list .top ul li em::after {
  margin-top: 4px;
}
.equity-page .equity-1 .list .top ul li:last-child {
  margin-right: 0;
}
.equity-page .equity-1 .list .top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 72px;
  right: 72px;
  height: 1px;
  background: #000;
}
.equity-page .equity-1 .list .middle {
  text-align: center;
}
.equity-page .equity-1 .list .middle::before {
  content: '';
  width: 15px;
  height: 28px;
  background: url("../images/equity-arrow.png") no-repeat;
  display: block;
  margin: 0 auto;
}
.equity-page .equity-1 .list .middle span {
  width: 284px;
  height: 50px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  font-size: 18px;
  margin: 11px auto 0;
}
.equity-page .equity-1 .list .middle em {
  display: block;
  font-size: 18px;
  color: #383838;
  margin-bottom: 6px;
}
.equity-page .equity-1 .list .middle em::before {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  margin: 0 auto 7px;
  background: #000;
}
@media screen and (max-width: 1200px) {
  .equity-page .equity-1 .list .top ul {
    display: block;
  }
  .equity-page .equity-1 .list .top ul li {
    display: block;
  }
  .equity-page .equity-1 .list .top ul li span {
    margin: 0 auto;
  }
  .equity-page .equity-1 .list .top::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .equity-page .equity-1 p {
    font-size: 16px;
  }
}
.notice-page .notice-1 {
  position: relative;
  padding-top: 4.7rem;
}
.notice-page .notice-1 h2.title i {
  left: -6px;
  top: 0;
}
.notice-page .notice-1 .box {
  margin-top: 2.45rem;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  padding: 2.75rem 0;
  color: #fff;
}
.notice-page .notice-1 .box .text {
  padding: 3.15rem 0;
  text-align: center;
}
.notice-page .notice-1 .box .text .icon {
  height: 118px;
}
.notice-page .notice-1 .box .text h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 1.75rem;
}
.notice-page .notice-1 .box .text .con {
  font-size: 18px;
  color: #fff;
  margin: 2rem auto 0;
  max-width: 486px;
  line-height: 1.7;
  width: 100%;
}
.notice-page .notice-1 .box .text .more {
  margin-top: 1.9rem;
}
.notice-page .notice-1 .box .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 7px 36px 6px;
  background-color: #fff;
  color: #70b459;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.notice-page .notice-1 .box .text .more a:hover {
  background: #000;
  color: #fff;
}
.notice-page .notice-1 .box .right {
  border-left: 1px solid #fff;
}
.notice-page .notice-1 .box .right .more a {
  background: #000;
  color: #fff;
}
.notice-page .notice-1 .box .right .more a:hover {
  background: #fff;
  color: #70b459;
}
.notice-page .notice-1::before {
  content: '';
  background-color: #f8f8f8;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 61.65%;
  top: 0;
  left: 0;
}
.notice-page .notice-2 {
  padding: 4.95rem 0 5.95rem;
}
.notice-page .notice-2 h2.title i {
  top: 0;
  left: -6px;
}
.notice-page .notice-2 .box {
  margin-top: 1.75rem;
}
.notice-page .notice-2 .box ul {
  margin-bottom: -1.6rem;
}
.notice-page .notice-2 .box ul li {
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #d2d2d2;
}
.notice-page .notice-2 .box ul li .box {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.notice-page .notice-2 .box ul li .box time {
  font-size: 2.25rem;
  color: #383838;
  min-width: 142px;
}
.notice-page .notice-2 .box ul li .box time span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  color: #525252;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
}
.notice-page .notice-2 .box ul li .box time span em {
  display: block;
}
.notice-page .notice-2 .box ul li .box time span i {
  display: block;
}
.notice-page .notice-2 .box ul li .box .info {
  padding: 15px 0 0 1.65rem;
  min-width: 70%;
}
.notice-page .notice-2 .box ul li .box .info h3 {
  font-size: 25px;
  color: #383838;
  font-weight: bold;
  line-height: 1.2;
}
.notice-page .notice-2 .box ul li .box .info p {
  color: #525252;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 84%;
}
.notice-page .notice-2 .box ul li .box .more {
  display: block;
  min-width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -mos-transition: .5s;
  margin-top: 16px;
}
.notice-page .notice-2 .box ul li .box .more:hover {
  background: #000;
}
.notice-page .form{
  background: #f8f8f8;
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .notice-page .notice-2 .box ul li .box {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .notice-page .notice-1 {
    display: none;
  }
  .notice-page .notice-2 .box ul li .box .info {
    padding: 15px 0 0 0;
  }
  .notice-page .notice-2 .box ul li .box .info h3 {
    font-size: 18px;
  }
  .inner-page p {
    font-size: 16px;
  }
  .notice-page .notice-2 .box ul li .box .more {
    font-size: 16px;
  }
}
.faq-page .faq-1 {
  padding: 4.7rem 0 4.7rem;
  background: #f8f8f8;
}
.faq-page .faq-1 h2.title i {
  left: -6px;
  top: 0;
}
.faq-page .faq-1 .box {
  margin-top: 2.5rem;
}
.faq-page .faq-1 .box ul li {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #d2d2d2;
  color: #383838;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}
.faq-page .faq-1 .box ul li .title {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
}
.faq-page .faq-1 .box ul li .title h4 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  width: 82%;
}
.faq-page .faq-1 .box ul li .title .more {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-1 .box ul li .con {
  padding-top: 1.25rem;
  width: 82%;
}
.faq-page .faq-1 .box ul li .con p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq-page .faq-1 .box ul li .con .desc {
  font-size: 18px;
  line-height: 1.7;
  display: none;
}
.faq-page .faq-1 .box ul li.active {
  /*background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);*/
  color: #fff;
  padding: 1.35rem 0 1.6rem 1.7rem;
  border-bottom: 0;
}
.faq-page .faq-1 .box ul li.active i{
  opacity: 1;
}
.faq-page .faq-1 .box ul li i{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  animation: myfirst 1.5s linear;
  opacity: 0;
  z-index: -1;
}
@keyframes myfirst{
  0%{
    width: 50%;
  }
  100%{
    width: 100%; 
  }
}
.faq-page .faq-1 .box ul li.active .title .more {
  display: none;
}
.faq-page .faq-1 .box ul li.active .con p {
  display: none;
}
.faq-page .faq-1 .box ul li.active .con .desc {
  display: block;
}
.faq-page .faq-1 .box ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .box ul li .con {
    width: 96%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .box ul li .title h4 {
    font-size: 18px;
  }
  .faq-page .faq-1 .box ul li .title .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .faq-page .faq-1 .box ul li .con .desc {
    font-size: 16px;
  }
}
.talent-page .talent-1 {
  padding: 5.4rem 0;
  background: #f8f8f8;
}
.talent-page .talent-1 .text {
  vertical-align: middle;
  padding-right: 1.75rem;
}
.talent-page .talent-1 .text h2.title i {
  left: -6px;
  top: 0;
}
.talent-page .talent-1 .text h4 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  text-indent: 2em;
  margin-top: 1.95rem;
}
.talent-page .talent-1 .text .con {
  margin-top: 2.15rem;
  text-indent: 2rem;
}
.talent-page .talent-1 .text .con p {
  margin-bottom: 1rem;
}
.talent-page .talent-1 .text .con p:last-child {
  margin-bottom: 0;
}
.talent-page .talent-1 .img {
  vertical-align: middle;
}
.talent-page .talent-1 .img img {
  width: 100%;
}
.talent-page .talent-2 {
  background: #fff;
}
.talent-page .talent-2 .text {
  padding: 0 0 0 1.85rem;
}
.talent-page .talent-2 .text .con em {
  font-size: 25px;
  line-height: 1.2;
  color: #74b65c;
}
.talent-page .talent-3 {
  background: #f8f8f8;
  padding: 4.7rem 0 5.05rem;
}
.talent-page .talent-3 h2.title i {
  top: 0;
  left: -6px;
}
.talent-page .talent-3 .box {
  margin-top: 2.5rem;
}
.talent-page .talent-3 .box .left {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  text-indent: 2em;
}
.talent-page .talent-3 .box .right {
  text-indent: 2em;
  padding-left: 1.5rem;
}
.talent-page .talent-3 .box .right p {
  margin-bottom: 1rem;
}
.talent-page .talent-3 .box .right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .talent-page .talent-1 .text {
    width: 100%;
    padding: 0;
  }
  .talent-page .talent-1 .img {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .talent-page .talent-2 .text {
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .talent-page .talent-1 .text h4 {
    font-size: 18px;
  }
  .talent-page .talent-3 .box .left {
    width: 100%;
    font-size: 18px;
  }
  .talent-page .talent-3 .box .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
.recruit-page .recruit-1 {
  padding: 4.7rem 0 6rem;
  background: #f8f8f8;
}
.recruit-page .recruit-1 h2.title i {
  top: 0;
  left: -6px;
}
.recruit-page .recruit-1 .titles {
  margin-top: 2.8rem;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  padding: 1.4rem 2.95rem;
}
.recruit-page .recruit-1 .titles ul li {
  font-size: 25px;
  font-weight: bold;
}
.recruit-page .recruit-1 .content{
  margin-top: 10px;
}
.recruit-page .recruit-1 .content ul li .info {
  padding: 0 2.95rem;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.recruit-page .recruit-1 .content ul li .info dd {
  font-size: 20px;
  padding: 1.6rem 0 0.85rem;
}
.recruit-page .recruit-1 .content ul li .info i {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  font-size: 18px;
}
.recruit-page .recruit-1 .content ul li .info.active {
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
}
.recruit-page .recruit-1 .content ul li .con {
  background-color: #ffffff;
  box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
  padding: 1.7rem 5.25rem 2.2rem 2.95rem;
  color: #383838;
  display: none;
}
.recruit-page .recruit-1 .content ul li .con .right {
  padding-left: 2rem;
}
.recruit-page .recruit-1 .content ul li .con h3 {
  font-size: 20px;
  font-weight: bold;
}
.recruit-page .recruit-1 .content ul li .con .list p::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  margin-right: 5px;
}
.recruit-page .recruit-1 .content ul li .con .upload {
  text-align: center;
  position: relative;
  margin-top: 2.3rem;
}
.recruit-page .recruit-1 .content ul li .con .upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
}
.recruit-page .recruit-1 .content ul li .con .upload span {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media screen and (max-width: 1000px) {
  .recruit-page .recruit-1 .titles ul li {
    font-size: 20px;
  }
  .recruit-page .recruit-1 .titles {
    padding: 1.4rem 1.95rem;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 1.95rem;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 18px;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .recruit-page .recruit-1 .titles {
    padding: 1.4rem 10px;
  }
  .recruit-page .recruit-1 .titles ul {
    overflow: auto;
  }
  .recruit-page .recruit-1 .titles ul li {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 10px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .con .left {
    width: 100%;
  }
  .recruit-page .recruit-1 .content ul li .con .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .recruit-page .recruit-1 .content ul li .con .upload span {
    left: 35%;
  }
  .recruit-page .recruit-1 .content ul li .con h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-page .recruit-1 .content ul li .info i {
    top: 5rem;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    word-break: break-all;
  }
}
.product-page .product-1 {
  background-color: #f8f8f8;
  padding: 4.7rem 0 4.55rem;
}
.product-page .product-1 h2.title i {
  left: -6px;
  top: 0;
}
.product-page .product-1 p {
  margin-top: 2.45rem;
  text-indent: 2em;
}
.product-page .product-1 .content {
  margin-top: 2.55rem;
}
.product-page .product-1 .content ul {
  margin-right: -1.8rem;
}
.product-page .product-1 .content ul li {
  padding-right: 1.8rem;
}
.product-page .product-1 .content ul li .box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 4.15rem 1.65rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.product-page .product-1 .content ul li .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product-page .product-1 .content ul li .box h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
.product-page .product-1 .content ul li .box .con {
  margin-top: 1.5rem;
  height: 214px;
  overflow: auto;
}
.product-page .product-1 .content ul li .box .con p {
  color: #fff;
  margin-top: 0;
}
.product-page .product-1 .content ul li .box .more {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 1.55rem auto 0;
}
.product-page .header {
  padding-top: 4.75rem;
}
@media screen and (max-width: 1366px) {
  .inner-page .sideBox .left .navlist li a {
    padding: 0.75rem 0 0.75rem 2rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .left {
    /*display: none;*/
    width: 100%;
    position: inherit;
  }
  .inner-page .sideBox .left .form{
    display: none;
  }
  .inner-page .sideBox .right {
    width: 100%;
    padding-top: 20px;
  }
  .inner-page .sideBox .right ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .right ul li {
    width: 100%;
  }
  .product-page .product-1 .content ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}
.prodet-page .prodet-1 {
  background: #f8f8f8;
}
.prodet-page .prodet-1 .top .img .small {
  margin-top: 1.1rem;
}
.prodet-page .prodet-1 .top .img .small ul {
  margin-right: -0.9rem;
}
.prodet-page .prodet-1 .top .img .small ul li {
  padding-right: 0.9rem;
}
.prodet-page .prodet-1 .top .text {
  padding: 1.4rem 0 0 2.85rem;
}
.prodet-page .prodet-1 .top .text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 14px;
}
.prodet-page .prodet-1 .top .text .desc {
  margin-top: 1.65rem;
  font-size: 16px;
}
.prodet-page .prodet-1 .top .text .desc h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 14px;
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-1 .top .text .desc p {
  margin-top: 16px;
}
.prodet-page .prodet-1 .top .text .more {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3.1rem;
  display: block;
}
.prodet-page .prodet-1 .top .text .share {
  margin-top: 1.35rem;
}
.prodet-page .prodet-1 .top .text .share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #383838;
  font-weight: bold;
}
.prodet-page .prodet-1 .top .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .top .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  line-height: 30px;
  margin-right: 11px;
  border-radius: 50%;
  margin-bottom: 0;
  padding-right: 0;
}
.prodet-page .prodet-1 .top .text .share ul li img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .top .text .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .bottom {
  margin-top: 4.25rem;
}
.prodet-page .prodet-1 .bottom .options {
  padding: 0 0 15px 14px;
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-1 .bottom .options dl dd {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 2.9rem;
  cursor: pointer;
}
.prodet-page .prodet-1 .bottom .options dl dd:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .bottom .options dl dd.active {
  color: #74b357;
}
.prodet-page .prodet-1 .bottom .ret {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1.4rem;
}
.prodet-page .prodet-1 .bottom .ret h4 {
  height: 57px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 57px;
  font-weight: bold;
}
.prodet-page .prodet-1 .bottom .ret table{
  border: none;
}
.prodet-page .prodet-1 .bottom .ret table th,
.prodet-page .prodet-1 .bottom .ret table td {
  border: 1px solid #d6d6d6;
  padding: 10px;
}
.prodet-page .prodet-1 .bottom .ret table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.prodet-page .prodet-1 .bottom .ret table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-3 {
  padding: 4.15rem 0 6.9rem;
}
.prodet-page .prodet-3 h2.title i {
  left: 67px;
  top: -6px;
}
.prodet-page .prodet-3 .content {
  margin-top: 2.6rem;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -1.8rem;
}
.prodet-page .prodet-3 .content ul .slick-track{
  margin: 0;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 1.8rem;
}
.prodet-page .prodet-3 .content ul li .img img {
  width: 100%;
}
.prodet-page .prodet-3 .content ul li .text {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  padding: 0.4rem 0.7rem 0.35rem;
  height: 39px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.prodet-page .prodet-3 .content ul li .text .mores img {
  vertical-align: middle;
  filter: brightness(0);
  display: inline-block;
}
.prodet-page .prodet-3 .content ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
.prodet-page .prodet-3 .content ul li:hover .text p::before {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li:hover .text .mores {
  border-radius: 19px;
}
.prodet-page .prodet-3 .content ul li:hover .text .mores img {
  filter: none;
}
.prodet-page .prodet-3 .content ul li:hover .text .mores::before {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -12%;
  width: 100%;
  text-align: center;
}
.prodet-page .prodet-3 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.prodet-page .prodet-3 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-3 .content ul .slick-dots li button {
  display: none;
}
.prodet-page .prodet-3 .content ul .slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .top .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .top .text {
    width: 100%;
    padding: 1.4rem 0 0 0;
  }
  .prodet-page .prodet-1 .top .text h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .top .text .desc h4 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .bottom .ret h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .bottom .options dl dd {
    display: inline-block;
    font-size: 18px;
    margin-right: 1rem;
  }
}
.news-page .news-1 {
  background: #f8f8f8;
  padding: 3.3rem 0 1.7rem;
}
.news-page .news-1 .header {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #d2d2d2;
}
.news-page .news-1 .header .left h4 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.news-page .news-1 .header .left h4 em {
  font-weight: 400;
  color: #666;
}
.news-page .news-1 .header .left h4 em.active{
   color: #8fc259;
}
.news-page .news-1 .header .left h4 em.active img{
  filter: none;
}
.news-page .news-1 .header .left h4 em.e2{
  margin-left: 15px;
}
.news-page .news-1 .header .left h4 em.e2 img{
  transform: rotate(180deg);
}
.news-page .news-1 .header .left h4 em img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  filter: grayscale(100%);
}
.news-page .news-1 .header .right {
  width: 649px;
}
.news-page .news-1 .header .right form {
  position: relative;
  width: 100%;
}
.news-page .news-1 .header .right form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 60px 0 27px;
  background: #fff;
  font-size: 18px;
  color: #dadada;
  border-radius: 25px;
  border: solid 1px #d2d2d2;
}
.news-page .news-1 .header .right form input::placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input::-webkit-input-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input:-ms-input-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input:-moz-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input[type="submit"] {
  width: 29px;
  position: absolute;
  right: 11px;
  top: 0;
  padding: 0;
  background: url(../images/news-search.png) center center no-repeat;
  border: none;
}
.news-page .news-1 .content {
  margin-top: 2.7rem;
}
.news-page .news-1 .content1{
  display: none;
}
.news-page .news-1 .content ul li {
  padding-bottom: 1.65rem;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2.85rem;
}
.news-page .news-1 .content ul li .img {
  position: relative;
  width: 29.41%;
}
.news-page .news-1 .content ul li .img .play {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
}
.news-page .news-1 .content ul li .text {
  width: 70.59%;
  padding-left: 4.75rem;
}
.news-page .news-1 .content ul li .text time {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  color: #383838;
}
.news-page .news-1 .content ul li .text time span {
  font-size: 18px;
  line-height: 1.2;
  color: #525252;
  font-style: italic;
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-1 .content ul li .text time span em {
  display: block;
}
.news-page .news-1 .content ul li .text h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  color: #383838;
  margin-top: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-page .news-1 .content ul li .text p {
  margin-top: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .content ul li .text .more {
  display: block;
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin-top: 1.5rem;
}
.news-page .news-1 .content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .news-page .news-1 .content ul li .text {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .header .right {
    width: 500px;
  }
  .news-page .news-1 .content ul li .img {
    width: 100%;
  }
  .news-page .news-1 .content ul li .img img {
    width: 100%;
  }
  .news-page .news-1 .content ul li .img .play img {
    width: auto;
  }
  .news-page .news-1 .content ul li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .header .right {
    width: 180px;
  }
  .news-page .news-1 .header .right form input {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .news-page .news-1 .content ul li .text time span {
    font-size: 14px;
    vertical-align: middle;
  }
  .news-page .news-1 .content ul li .text h3 {
    font-size: 18px;
  }
  .news-page .news-1 .content ul li .text .more {
    width: 125px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.newdet-page .newdet-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 3.9rem;
}
.newdet-page .newdet-1 h2.title i {
  left: -6px;
  top: 0;
}
.newdet-page .newdet-1 .info {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
}
.newdet-page .newdet-1 .info .left {
  font-size: 18px;
  color: #929292;
  line-height: 1.7;
}
.newdet-page .newdet-1 .info .left span {
  margin-left: 1.4rem;
}
.newdet-page .newdet-1 .info .left span:first-child {
  margin-left: 0;
}
.newdet-page .newdet-1 .info .right span {
  font-size: 18px;
  color: #383838;
  display: inline-block;
  font-weight: bold;
}
.newdet-page .newdet-1 .info .right ul {
  display: inline-block;
}
.newdet-page .newdet-1 .info .right ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.newdet-page .newdet-1 .info .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .newdet-1 .content {
  margin-top: 2.5rem;
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.newdet-page .newdet-1 .img-boxs{
  margin-top: 2.5rem;
}
.newdet-page .newdet-1 .img-boxs ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -16%;
  width: 100%;
  text-align: center;
  margin-right: 0;
}
.newdet-page .newdet-1 .img-boxs ul.slick-dots li{
  padding: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 20px;
  background: #dcdcdc;
  cursor: pointer;
}
.newdet-page .newdet-1 .img-boxs ul.slick-dots li button {
  display: none;
}
.newdet-page .newdet-1 .img-boxs ul.slick-dots li.slick-active {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.newdet-page .newdet-1 .img-boxs ul{
  margin: 0 -20px;
}
.newdet-page .newdet-1 .img-boxs ul li{
  padding: 0 20px;
}
.newdet-page .newdet-1 .img-boxs ul li a.img-box{
  display: block;
}
.newdet-page .newdet-1 .m-link {
  margin-top: 2.9rem;
  padding-top: 1.15rem;
  border-top: 1px solid #d2d2d2;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  font-size: 18px;
  color: #929292;
  line-height: 1.7;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: #383838;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 .info {
    display: block;
  }
  .newdet-page .newdet-1 .info .left {
    font-size: 16px;
  }
  .newdet-page .newdet-1 .content {
    font-size: 16px;
  }
  .newdet-page .newdet-1 .m-link a {
    font-size: 16px;
  }
}
.investor-page .investor-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 5.15rem;
}
.investor-page .investor-1 h2.title i {
  left: -6px;
  top: 0;
}
.investor-page .investor-1 .box {
  margin-top: 3rem;
  border: 1px solid #383838;
}
.investor-page .investor-1 .box .left {
  padding: 2.5rem 0 2.5rem 3.2rem;
}
.investor-page .investor-1 .box .right {
  padding: 2.5rem 0 2.5rem 3.2rem;
  border-left: 1px solid #383838;
}
.investor-page .investor-1 .box .text .img {
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  max-width: 247px;
  padding: 94px 0;
  vertical-align: middle;
}
.investor-page .investor-1 .box .text .desc {
  vertical-align: middle;
  padding-left: 1.5rem;
}
.investor-page .investor-1 .box .text .desc h3 {
  font-size: 25px;
  line-height: 1.2;
  color: #383838;
  margin-bottom: 1.85rem;
  font-weight: bold;
}
.investor-page .tender-1 {
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .investor-page .investor-1 .box .left {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .investor-page .investor-1 .box .right {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .investor-page .investor-1 .box .text .desc {
    padding-left: 2rem;
  }
  .investor-page .investor-1 .box .text .desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .investor-page .investor-1 .box .left {
    width: 100%;
  }
  .investor-page .investor-1 .box .right {
    width: 100%;
    border-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .investor-page .investor-1 .box .text .img {
    padding: 66px 0;
  }
  .investor-page .investor-1 .box .text .desc {
    padding: 2rem 0 0 0;
  }
  .investor-page .investor-1 .box .text .desc h3 {
    font-size: 20px;
  }
}
.contact-page .contact-1 {
  background: #f8f8f8;
  padding: 4.55rem 0;
}
.contact-page .contact-1 h2.title i {
  left: -6px;
  top: 0;
}
.contact-page .contact-1 .form {
  margin-top: 2.7rem;
}
.contact-page .contact-1 .form form ul {
  margin-right: -1.65rem;
}
.contact-page .contact-1 .form form ul li {
  padding-right: 1.65rem;
  margin-bottom: 1.8rem;
}
.contact-page .contact-1 .form form ul li label {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  display: block;
}
.contact-page .contact-1 .form form ul li label em {
  color: #73b559;
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-1 .form form ul li input[type="text"],
.contact-page .contact-1 .form form ul li textarea {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-size: 18px;
  color: #383838;
  border: none;
  margin-top: 0.65rem;
  padding: 0 10px;
}
.contact-page .contact-1 .form form ul li textarea {
  height: 147px;
  padding-top: 20px;
}
.contact-page .contact-1 .form form ul li input[type="submit"] {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
.contact-page .contact-1 .form form ul li input[type="submit"]:hover {
  background: #000;
}
.contact-page .contact-1 .form form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form form ul li:last-child {
  text-align: center;
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding: 4.3rem 0 5.1rem;
}
.contact-page .contact-2 .left {
  vertical-align: middle;
  width: 31.84%;
  padding-right: 1.9rem;
}
.contact-page .contact-2 .left h2.title i {
  top: 0;
  left: -6px;
}
.contact-page .contact-2 .left .content {
  margin-top: 2rem;
}
.contact-page .contact-2 .left .content ul li {
  margin-bottom: 1.8rem;
}
.contact-page .contact-2 .left .content ul li h4 {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 40px;
  background-color: #cccccc;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 1.55rem;
  font-weight: bold;
}
.contact-page .contact-2 .left .content ul li .con {
  margin-top: 2.3rem;
  padding: 0 0rem 0 1.6rem;
  /*display: none;*/
}
.contact-page .contact-2 .left .content ul li .con h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #383838;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1.15rem;
}
.contact-page .contact-2 .left .content ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 .left .content ul li.active h4 {
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
}
.contact-page .contact-2 .right {
  vertical-align: middle;
  width: 68.16%;
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-2 .left {
    width: 40%;
    padding-right: 3rem;
  }
  .contact-page .contact-2 .right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .form form ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 3rem;
  }
  /*.contact-page .contact-2 .right .map .main-map div {
    height: 400px !important;
  }*/
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .form form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .left .content ul li .con h5 {
    font-size: 20px;
  }
  /*.contact-page .contact-2 .right .map .main-map div {
    height: 776px !important;
  }*/
}
.history-page .history-1 {
  background: #f8f8f8;
  padding: 4.7rem 0 5.4rem;
}
.history-page .history-1 h2.title i {
  left: 24px;
  bottom: -8px;
}
.history-page .history-1 .desc {
  margin-top: 1.95rem;
  text-indent: 2em;
}
.history-page .history-1 .list {
  margin-top: 8rem;
}
.history-page .history-1 .list ul {
  position: relative;
}
.history-page .history-1 .list ul::after {
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #222;
  position: absolute;
}
.history-page .history-1 .list ul li {
  padding-bottom: 4.7rem;
  position: relative;
}
.history-page .history-1 .list ul li .left {
  text-align: right;
}
.history-page .history-1 .list ul li h6 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  color: #383838;
  font-family: 'HB';
}
.history-page .history-1 .list ul li .text {
  font-size: 18px;
  color: #383838;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0.5rem 2rem;
  display: inline-block;
}
.history-page .history-1 .list ul li .text span {
  font: inherit !important;
}
.history-page .history-1 .list ul li .text::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.history-page .history-1 .list ul li .text:after {
  content: '';
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.history-page .history-1 .list ul li .column {
  padding: 0 3%;
  position: relative;
  vertical-align: middle;
}
.history-page .history-1 .list ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
}
.history-page .history-1 .list ul li:nth-child(even) .right {
  left: -50%;
  text-align: right;
}
.history-page .history-1 .list ul li:nth-child(even) .text::after {
  border-left: 10px solid #fff;
  border-right: none;
  left: 100%;
}
.history-page .history-1 .list ul li:first-child i {
  top: 0%;
}
.history-page .history-1 .list ul li i {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.history-page .history-1 .list ul li i::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(110, 179, 89, 0.38);
  z-index: -1;
  -webkit-animation: ks2 4s linear infinite alternate;
  -moz-animation: ks2 4s linear infinite alternate;
  animation: ks2 4s linear infinite alternate;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  width: 100%;
  height: 100%;
}
.history-page .history-1 .list ul li:hover .text {
  color: #fff;
}
.history-page .history-1 .list ul li:hover .text::before {
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.history-page .history-1 .list ul li:hover .text::after {
  border-left-color: #9aca5b;
  border-right-color: #6eb359;
}
@media screen and (max-width: 1000px) {
  .history-page .history-1 .list ul li .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .history-page .history-1 .list ul li .left,
  .history-page .history-1 .list ul li:nth-child(even) .right {
    text-align: left;
    left: 0 !important;
  }
  .history-page .history-1 .list ul li .right {
    left: 0 !important;
  }
  .history-page .history-1 .list ul li {
    padding-left: 25px;
  }
  .history-page .history-1 .list ul:after {
    left: 0;
  }
  .history-page .history-1 .list ul li i {
    left: 0;
  }
}
@-webkit-keyframes ks2 {
  from {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.application-page .application-1 {
  background: #f8f8f8;
  padding: 4.6rem 0 4.8rem;
}
.application-page .application-1 h2.title i {
  left: 5.25rem;
  top: -5px;
}
.application-page .application-1 .content {
  margin-top: 2.35rem;
}
.application-page .application-1 .content ul li {
  padding-right: 1rem;
}
.application-page .application-1 .content ul li .box {
  position: relative;
}
.application-page .application-1 .content ul li .box img {
  width: 100%;
}
.application-page .application-1 .content ul li .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(154, 202, 91, 0.05) 10%, #6eb359 100%);
}
.application-page .application-1 .content ul li .text {
  position: absolute;
  z-index: 1;
  bottom: 1.85rem;
  left: 1.2rem;
  color: #f8f8f8;
  width: 55%;
}
.application-page .application-1 .content ul li .text h3 {
  font-size: 25px;
  line-height: 1.2;
}
.application-page .application-1 .content ul li .text p {
  color: #f8f8f8;
  margin-top: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.application-page .application-1 .content .left {
  padding-right: 10px;
}
.application-page .application-1 .content .left .bottom {
  margin-top: 0.95rem;
}
.application-page .application-1 .content .left ul {
  margin-right: -1rem;
}
.application-page .application-1 .content .right {
  padding-left: 10px;
}
.application-page .application-1 .content .right .bottom {
  margin-bottom: 0.95rem;
}
.application-page .application-1 .content .right ul {
  margin-right: -1rem;
}
.application-page .application-1 .content .bottom ul li .text {
  width: 90%;
}
.application-page .application-2 {
  padding: 4.4rem 0 4.55rem;
}
.application-page .application-2 h2.title i {
  left: 5.25rem;
  top: -6px;
}
.application-page .application-2 .content {
  margin-top: 3.4rem;
  display: flex;
}
.application-page .application-2 .content .left {
  background-color: #f8f8f8;
  max-width: 253px;
  padding-top: 0.9rem;
}
.application-page .application-2 .content .left ul.menu > li {
  font-size: 25px;
  color: #383838;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.application-page .application-2 .content .left ul.menu > li > a {
  padding: 0 23px 0 24px;
  position: relative;
}
.application-page .application-2 .content .left ul.menu > li > a::after {
  content: '';
  width: 4px;
  height: 100%;
  background: linear-gradient(-15deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.application-page .application-2 .content .left ul.menu > li i {
  position: absolute;
  right: 23px;
  top: 7px;
  font-size: 18px;
}
.application-page .application-2 .content .left ul.menu > li:last-child {
  margin-bottom: 0;
}
.application-page .application-2 .content .left ul.menu > li.active > a {
  color: #75b759;
}
.application-page .application-2 .content .left ul.menu > li.active > a::after {
  opacity: 1;
}
.application-page .application-2 .content .left ul.menu > li.active i {
  color: #75b759;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu {
  margin-top: 20px;
  display: none;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li a {
  padding: 10px 0 10px 2.35rem;
  display: block;
  position: relative;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li.active a {
  background-color: #93c559;
  color: #fff;
  margin-left: -8px;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li.active a::before {
  opacity: 1;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li a::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #93c559;
  border-bottom: 10px solid transparent;
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: -9px;
}
.application-page .application-2 .content .right {
  width: 86%;
  background-color: #f8f8f8;
  box-shadow: inset 0px 4px 65px 0px rgba(0, 0, 0, 0.06);
  padding: 3.2rem 3rem 3.6rem 2.3rem;
}
.application-page .application-2 .content .right .info .img {
  width: 59px;
  height: 59px;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 59px;
}
.application-page .application-2 .content .right .info .img img {
  display: inline-block;
  vertical-align: middle;
}
.application-page .application-2 .content .right .info .text {
  width: 94%;
  padding-left: 1.4rem;
}
.application-page .application-2 .content .right .info .text h3 {
  font-size: 25px;
  line-height: 1.4;
  color: #383838;
  font-weight: bold;
}
.application-page .application-2 .content .right .info .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 1.1rem;
}
.application-page .application-2 .content .right .info .text .picture {
  margin-top: 1.95rem;
}
@media screen and (max-width: 1366px) {
  .application-page .application-1 .content ul li .text {
    width: 90%;
  }
  .application-page .application-2 .content .right {
    padding: 3.2rem 2rem 3.6rem 2.3rem;
  }
  .application-page .application-2 .content .right .info .text {
    width: 90%;
  }
  .application-page .application-1 .content ul li .text h3 {
    font-size: 22px;
  }
  .application-page .application-2 .content .left ul.menu > li {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-1 .content .left {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .content .right {
    width: 100%;
    padding-left: 0;
    padding-top: 0.95rem;
  }
  .application-page .application-2 .content .left ul.menu > li {
    font-size: 20px;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li {
    font-size: 18px;
  }
  .application-page .application-2 .content .right .info .text {
    width: 84%;
  }
  .application-page .application-2 .content .right .info .text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-1 .content .top img {
    min-height: 220px;
    object-fit: cover;
  }
  .application-page .application-1 .content ul {
    margin-right: 0;
  }
  .application-page .application-1 .content ul li {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .content .bottom ul li {
    margin-bottom: 0.95rem;
  }
  .application-page .application-2 .content {
    display: block;
  }
  .application-page .application-2 .content .left {
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
  .application-page .application-2 .content .right {
    width: 100%;
    margin-top: 2rem;
  }
  .application-page .application-2 .content .right {
    padding: 3.2rem 1rem 3.6rem 1rem;
  }
  .application-page .application-2 .content .right .info .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .application-page .application-2 .content .right .info .text h3 {
    font-size: 20px;
  }
  .application-page .application-2 .content .right .info .text .con {
    font-size: 16px;
  }
}
#banner .slick-slide:nth-of-type(2) .text h3,
#banner .slick-slide:nth-of-type(2) .text p{
  color: #333;
}
#banner .slick-slide:nth-of-type(2) .text .left h3::after{
  background: #333;
}

#addForm4 {
  text-align: center;
  padding: 0 100px;
}
#addForm4 h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#addForm4 p {
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}
#addForm4 h5 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}
#addForm4 h5 em {
  color: #74b357;
}
#addForm4 ul {
  margin: 60px -60px 0 0;
}
#addForm4 ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
#addForm4 ul li label {
  display: block;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
#addForm4 ul li label em {
  display: inline-block;
  vertical-align: top;
  color: #74b357;
}
#addForm4 ul li input[type="text"],
#addForm4 ul li textarea {
  width: 100%;
  height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}
#addForm4 ul li input[type="text"]:focus,
#addForm4 ul li textarea:focus {
  border-bottom-color: #70b459;
}
#addForm4 ul li input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#addForm4 ul li textarea {
  height: 120px;
}
#addForm4 ul li .file {
  padding-top: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
#addForm4 ul li .file span {
  width: 144px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
#addForm4 ul li.wid-100 {
  width: 100%;
}
#addForm4 input[type="submit"] {
  margin-top: 50px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
}
@media screen and (max-width: 1000px) {
  #addForm4{
    padding: 0 40px;
  }
}
@media screen and (max-width: 700px) {
  #addForm4{
    padding: 0 20px;
  }
}


.fixed-contact {
    z-index:999999;
    position:fixed;
    left:0;
    top:20%;
    width:50px; 
    overflow:hidden;
    opacity:0;
	filter:alpha(opacity=0);
    transition:all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}
.fixed-contact.show{  transform:none; opacity:1;filter:alpha(opacity=100); }
.fixed-contact.active {width:260px;}
.fixed-contact li {position:relative;height:50px;overflow:hidden;transition:all .4s;list-style: none;background:rgba(38,153,74, 1) ; background-size: cover;  margin-bottom: 1px; }
.fixed-contact.active li a {opacity: 1;}
.fixed-contact li a {position:relative;z-index:1000;display:block;}
.fixed-contact li i {
    z-index:1000;
    position:absolute;
    left:0;
    display:block;
    width:50px;
    height:50px;
    transition:all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/icon.png);
}

.fixed-contact.active li:last-child:after {display:none;}
.fixed-contact li:hover i,.fixed-contact li:hover a{ color: #fff;}
.fixed-contact .online_p i {
	background-position: 0 -262px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
}
.fixed-contact .online_e i {background-position: -50px -262px;}
.fixed-contact .online_w i {background-position: -150px -262px;}
.fixed-contact .online_s i {background-position: -100px -262px;}
.fixed-contact .online_f i {background-position: -250px -262px;}
.fixed-contact .online_i i {background-position: -300px -262px;}
.fixed-contact .online_code i {background-position: -200px -262px;}

.fixed-contact li a {
    position:absolute;
    top:0;
    right:-135px;
    display:block;
    width:210px;
	line-height:110%;
    padding:18px 0 0 50px;
    color:#fff;
    white-space:nowrap;
    transition:all .4s;
	font-size:14px;
	text-align: left;
	font-weight: normal;
	opacity: 0; 
  font-weight: 400;
	 
}
.fixed-contact.active li a {right:50px;}
.fixed-contact .online_code a img{max-width:80px;}
.fixed-contact.active .online_code{height:130px;}
.fixed-contact.active .online_code a p{margin:0;margin-bottom:5px;}
.fixed-contact li.online_code:hover a{opacity:1; right: auto;left: 0;}

@media only screen and (max-width: 992px) {
	.fixed-contact{display:none !important;}
	.fixed-contact.show{opacity:0;}
}