.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.diy-focus:focus {
  border-color: #F5F6F6;
}
.diy-focus:active {
  border-color: #F5F6F6;
}
.common-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
  line-height: 34px;
  text-align: center;
}
.banner-module {
  min-width: 1400px;
  width: 100%;
  height: 450px;
  position: relative;
}
.banner-module:hover .btn-icon {
  opacity: 1;
  visibility: visible;
}
.banner-module .pic-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner-module .btn-icon {
  width: 32px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.banner-module .left-icon {
  background: url("/img/images/index/banner-left.png") no-repeat center;
  left: 0;
}
.banner-module .right-icon {
  background: url("/img/images/index/banner-right.png") no-repeat center;
  right: 0;
}
@keyframes scaleUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.banner-module .banner-title {
  background: url("/img/images/index/banner-title.png") no-repeat center;
  width: 718px;
  height: 133px;
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  margin: auto;
  animation: scaleUp 1s linear;
}
.banner-module .order-jump {
  position: absolute;
  left: 0;
  right: 0;
  top: 350px;
  margin: auto;
  text-align: center;
}
.banner-module .order-jump .must-title {
  font-weight: bold;
  font-size: 18px;
  color: #DBC040;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 34px;
  border-radius: 22px;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.banner-module .order-jump .must-title::after {
  background: url("/img/images/index/parachute-icon.png") no-repeat center;
  width: 44px;
  height: 44px;
  content: '';
  display: inline-block;
  position: absolute;
  right: -170px;
  left: 0;
  top: -27px;
  margin: auto;
  animation: floatUpDown 2s infinite linear;
}
.banner-module .jump-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 420px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration-line: underline;
  color: #ffffff;
}
.valuation-module {
  background-color: #F8F8F8;
  padding: 28px 0 102px;
  min-width: 1400px;
}
.valuation-module .val-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 190px;
  margin-bottom: 50px;
}
.valuation-module .val-menu dd {
  font-size: 16px;
  line-height: 16px;
  color: #404751;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  position: relative;
}
.valuation-module .val-menu dd:after {
  background: url("/img/images/index/sel-triangle-icon.png") no-repeat center;
  width: 45px;
  height: 27px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  margin: auto;
  opacity: 0;
  overflow: hidden;
}
.valuation-module .val-menu dd.active {
  font-weight: bold;
  color: #00863E;
}
.valuation-module .val-menu dd.active::after {
  opacity: 1;
  overflow: visible;
}
.valuation-module .val-menu dd:hover {
  color: #00863E;
}
.valuation-module .val-row {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
}
.valuation-module .val-row .val-top {
  display: flex;
  justify-content: space-between;
}
.valuation-module .val-row .val-data-region {
  padding: 30px 42px;
}
.valuation-module .val-row .val-t-title {
  font-size: 12px;
  color: #404751;
  font-weight: normal;
}
.valuation-module .val-row .val-text {
  display: flex;
  margin-top: 24px;
}
.valuation-module .val-row .input-item {
  margin-left: 40px;
  border-bottom: 1px solid #D4D8DC;
}
.valuation-module .val-row .input-item:first-child {
  margin-left: unset;
}
.valuation-module .val-row .input-item.label-item {
  display: flex;
}
.valuation-module .val-row .input-item.label-last {
  display: flex;
  width: 200px;
}
.valuation-module .val-row .input-item.label-last .sel-val-row {
  width: 100%;
}
.valuation-module .val-row .input-item.label-last .sel-val-row .down-val {
  width: 200px;
}
.valuation-module .val-row .input-item.the-params {
  border-bottom: none;
  padding: unset;
  display: flex;
  align-items: center;
}
.valuation-module .val-row .sel-val-row {
  position: relative;
  cursor: pointer;
}
.valuation-module .val-row .sel-val-row:after {
  background: url("/img/images/index/down-arrow-icon.png") no-repeat center;
  width: 10px;
  height: 5px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}
.valuation-module .val-row .sel-val-row .count {
  cursor: pointer;
  width: 280px;
}
.valuation-module .val-row .sel-val-row .count:focus {
  outline: none;
}
.valuation-module .val-row .sel-val-row.active-down:after {
  transform: rotate(180deg);
}
.valuation-module .val-row .down-val {
  width: 280px;
  background-color: #ffffff;
  box-shadow: -3px 1px 12px 1px rgba(120, 121, 120, 0.18);
  border-radius: 6px;
  padding: 6px 0;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 2;
}
.valuation-module .val-row .down-val li {
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  padding: 0 24px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #404751;
  margin: 4px 0;
}
.valuation-module .val-row .down-val li.active-sel {
  background: #F5F6F6;
  color: #00863E;
}
.valuation-module .val-row .down-val li:hover {
  background: #F5F6F6;
  color: #00863E;
}
.valuation-module .val-row .count {
  width: 280px;
  color: #404751;
  font-size: 14px;
  text-indent: unset;
  padding: 10px 0;
}
.valuation-module .val-row .count::placeholder {
  color: #A9B1BC;
}
.valuation-module .val-row .count:focus {
  outline: none;
}
.valuation-module .val-row .mini-input {
  width: 116px;
  border-bottom: 1px solid #D4D8DC;
  height: 40px;
}
.valuation-module .val-row .symbol {
  color: #A9B1BC;
  font-size: 14px;
  padding: 0 6px;
  display: inline-block;
}
.valuation-module .val-row .label-val {
  font-size: 14px;
  color: #404751;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.valuation-module .val-row .label-val.active::before {
  background: url("/img/images/index/val-check-hover.png") no-repeat center;
}
.valuation-module .val-row .label-val:first-child {
  margin-left: unset;
}
.valuation-module .val-row .label-val::before {
  background: url("/img/images/index/val-check.png") no-repeat center;
  min-width: 16px;
  height: 15px;
  content: '';
  display: inline-block;
  margin-right: 8px;
}
.valuation-module .val-row .quote-btn {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 140px;
  background: #FBFBFB;
  font-weight: bold;
  font-size: 16px;
  color: #00863E;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.valuation-module .val-row .val-pic {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.valuation-module .val-row .val-com-box {
  position: absolute;
  top: 100px;
  right: 140px;
}
.valuation-module .val-row .com-title {
  font-weight: bold;
  font-size: 36px;
  color: #404751;
  line-height: 48px;
}
.valuation-module .val-row .com-des {
  margin-top: 22px;
  font-weight: bold;
  font-size: 12px;
  color: #404751;
}
.valuation-module .val-row .com-info {
  font-weight: 400;
}
.valuation-module .val-row .jump-link {
  font-size: 16px;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 23px;
  padding: 0 38px;
  background-color: #00863E;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
.valuation-module .val-row .jump-link:hover {
  background-color: #08783C;
}
.work-module {
  padding: 64px 0 24px;
  min-width: 1400px;
}
.work-module .page-wrap .work-title {
  text-align: center;
}
.work-module .work-title {
  font-size: 32px;
  color: #404751;
}
.work-module .work-box {
  margin-top: 50px;
}
.work-module .work-box .menu-sel {
  display: flex;
  justify-content: space-between;
}
.work-module .work-box .menu-sel dd {
  background: url("/img/images/index/menu-bg.png") no-repeat center;
  width: 228px;
  height: 204px;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.work-module .work-box .menu-sel dd.active {
  background: url("/img/images/index/menu-bg-active.png") no-repeat center;
  color: #ffffff;
}
.work-module .work-box .menu-sel dd.active h3 {
  color: #ffffff;
}
.work-module .work-box .menu-sel dd.active li::before {
  background-color: #ffffff;
}
.work-module .work-box .menu-sel dd.active .des {
  font-weight: 400;
  color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover {
  background: url("/img/images/index/menu-bg-active.png") no-repeat center;
  color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover h3 {
  color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover li::before {
  background-color: #ffffff;
}
.work-module .work-box .menu-sel dd:hover .des {
  font-weight: 400;
  color: #ffffff;
}
.work-module .work-box .menu-sel h3 {
  font-weight: bold;
  font-size: 24px;
  color: #404751;
  text-align: left;
  margin-bottom: 12px;
}
.work-module .work-box .menu-sel li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.work-module .work-box .menu-sel li::before {
  width: 6px;
  height: 6px;
  background-color: #404751;
  content: '';
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.work-module .work-box .menu-sel li:last-of-type {
  margin-bottom: unset;
}
.work-module .work-box .menu-sel .des {
  text-align: left;
  font-weight: 300;
  font-size: 10px;
  color: #404751;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.work-module .work-box .work-region {
  margin-top: 38px;
}
.work-module .work-box .work-item {
  height: 422px;
  background-color: #F1F2F4;
  border-radius: 0 0 6px 6px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.work-module .work-box .work-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1400px;
  height: 3px;
  background-color: #00863E;
  content: '';
  display: block;
}
.work-module .work-box .work-item .work-menu {
  width: 385px;
  min-width: 385px;
  height: 100%;
  border-right: 1px solid #ffffff;
  padding: 26px 33px 30px 38px;
  box-sizing: border-box;
}
.work-module .work-box .work-item .work-menu .title {
  font-weight: bold;
  font-size: 20px;
  color: #404751;
  line-height: 20px;
  margin-bottom: 28px;
}
.work-module .work-box .work-item .work-menu .mill-menu-list {
  display: flex;
  margin-bottom: 28px;
}
.work-module .work-box .work-item .work-menu .mill-menu-list:last-of-type {
  margin-bottom: unset;
}
.work-module .work-box .work-item .work-menu .mill-menu-list img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 14px;
}
.work-module .work-box .work-item .work-menu .mill-menu-list .title {
  font-size: 18px;
  color: #00863E;
  margin-bottom: 6px;
  font-weight: normal;
}
.work-module .work-box .work-item .work-menu .mill-menu-list .des {
  font-size: 14px;
  color: #404751;
  line-height: 24px;
}
.work-module .work-box .work-item .product-box {
  width: 100%;
}
.work-module .work-box .work-item .product-item {
  width: 100%;
  height: 100%;
  padding: 18px 37px 22px;
  box-sizing: border-box;
}
.work-module .work-box .work-item .product-item .pro-title {
  font-weight: bold;
  font-size: 20px;
  color: #404751;
}
.work-module .work-box .work-item .product-item .pro-vessel {
  height: 334px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 18px;
  padding: 25px 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.work-module .work-box .work-item .product-item .pro-vessel dl {
  display: flex;
  position: relative;
  z-index: 2;
}
.work-module .work-box .work-item .product-item .pro-vessel dd {
  font-size: 14px;
  color: #404751;
  margin-left: 38px;
}
.work-module .work-box .work-item .product-item .pro-vessel dd:first-of-type {
  margin-left: 20px;
}
.work-module .work-box .work-item .product-item .pro-vessel dd::before {
  background: url("/img/images/index/menu-title-icon5.png") no-repeat center;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom;
}
.work-module .work-box .work-item .product-item .work-pic {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.work-module .work-box .work-item .product-item .work-pic img {
  transition: all 0.3s ease-in-out;
}
.work-module .work-box .work-item .product-item .work-pic img:hover {
  transform: scale(1.05);
}
.guide-broad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 64px;
}
.guide-broad .guide-item {
  text-align: center;
}
.guide-broad .guide-title {
  font-size: 14px;
  color: #404751;
  margin-top: 10px;
}
.guide-broad .guide-line-icon {
  background: url("/img/images/index/guide-line-icon.png") no-repeat center;
  width: 82px;
  height: 16px;
  margin-top: -14px;
}
.video-module {
  background: url("/img/images/index/video-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 599px;
  background-size: cover;
  margin-bottom: 80px;
  padding: 75px 0;
}
.video-module .video-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-module .video-box .video-brief {
  width: 564px;
}
.video-module .video-box .video-brief .brief-title {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
}
.video-module .video-box .video-brief .brief-des {
  margin-top: 16px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.video-module .video-box .video-brief .label-row {
  width: 537px;
  height: 79px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  margin-top: 40px;
}
.video-module .video-box .video-brief .label-row dd {
  font-size: 14px;
  color: #ffffff;
  height: 100%;
  flex: 1;
  border-right: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-module .video-box .video-brief .label-row dd:last-child {
  border-right: unset;
}
.video-module .video-box .video-brief .label-row dd img {
  margin-right: 6px;
}
.video-module .video-box .video-brief .label-row dd a:hover {
  color: #ffffff;
}
.video-module .video-box .video-case {
  width: 801px;
  height: 449px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.video-module .video-box .video-case:hover .play-btn {
  transform: scale(1.2);
}
.video-module .video-box .video-case .play-btn {
  background: url("/img/images/index/play-btn-icon.png") no-repeat center;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.video-module .video-box .video-case video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-box {
  display: flex;
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F1F2F4;
}
.quality-box .swiper-wrapper {
  align-items: center;
}
.quality-box .quality-item {
  width: 336px;
  background-color: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: min-content;
}
.quality-box .quality-item:first-of-type {
  margin-left: unset;
}
.quality-box .quality-item p {
  font-weight: bold;
  font-size: 16px;
  color: #404751;
  text-align: center;
  margin-top: 6px;
}
.map-module {
  padding-top: 60px;
  padding-bottom: 100px;
}
.map-module .map-des {
  font-weight: bold;
  font-size: 24px;
  color: #00863E;
  margin-top: 40px;
  text-align: center;
}
.map-module .map-region {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}
.map-module .map-box {
  position: relative;
  background: url("/img/images/index/map-bg.png") no-repeat center;
  width: 1090px;
  height: 548px;
}
.map-module .map-box .location {
  position: absolute;
  z-index: 66;
  top: 0;
  width: 15px;
  height: 15px;
  background: rgba(0, 133, 61, 0.2);
  border-radius: 50%;
  vertical-align: middle;
}
.map-module .map-box .location.usa {
  left: 90px;
  top: 254px;
}
.map-module .map-box .location.brazil {
  left: 268px;
  top: 320px;
}
.map-module .map-box .location.spain {
  left: 460px;
  top: 472px;
}
.map-module .map-box .location.uk {
  left: 540px;
  top: 76px;
}
.map-module .map-box .location.jc {
  left: unset;
  right: 162px;
  top: 204px;
}
@keyframes pulsing {
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.map-module .map-box .location .ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-animation: pulsing 2.6s ease-out infinite;
  animation: pulsing 2.6s ease-out infinite;
}
.map-module .map-box .location .ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.map-module .map-box .location .ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.map-module .map-box .location .ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.map-module .map-box .location:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #00853D;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.map-module .map-box .coord-title {
  font-size: 16px;
  color: #00863E;
  position: absolute;
  cursor: pointer;
}
.map-module .map-box .coord-title:hover::before {
  transform: translateY(-4px);
}
.map-module .map-box .coord-title::before {
  background: url("/img/images/index/coord-icon.png") no-repeat center;
  width: 32px;
  height: 32px;
  content: '';
  display: block;
  transition: all 0.3s ease-in-out;
}
.map-module .map-box .coord-title.jn {
  right: 369px;
  bottom: 120px;
  margin-right: 30px;
}
.map-module .map-box .coord-title.jn::before {
  margin-left: 30px;
}
.map-module .map-box .coord-title.hz {
  right: 327px;
  bottom: 122px;
}
.map-module .map-box .coord-title.sz {
  right: 370px;
  bottom: 68px;
  padding-right: 20px;
}
.map-module .map-box .coord-title.sz::before {
  margin: auto;
}
.map-module .service-box {
  background: url("/img/images/index/service-bg.png") no-repeat center;
  width: 280px;
  height: 610px;
  padding: 60px 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.map-module .service-box .service-row {
  display: flex;
  height: 64px;
  color: #404751;
  position: relative;
}
.map-module .service-box .service-row::after {
  width: 138px;
  height: 2px;
  background-color: #ffffff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
}
.map-module .service-box .service-row:nth-child(4)::after {
  display: none;
}
.map-module .service-box .service-row img {
  width: 66px;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.map-module .service-box .service-row img:hover {
  transform: translateY(-4px);
}
.map-module .service-box .service-row .ser-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 18px;
}
.map-module .service-box .service-row .ser-title {
  font-weight: bold;
  font-size: 32px;
  height: 24px;
  line-height: 24px;
}
.map-module .service-box .service-row .ser-des {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}
.per-box {
  height: 695px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
}
.per-box .per-item {
  width: 346px;
  height: 344px;
  overflow: hidden;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.per-box .per-item:nth-of-type(3) img {
  right: unset;
  left: 0;
}
.per-box .per-item:nth-of-type(7) img {
  right: unset;
  left: 0;
}
.per-box .per-item:hover .per-info {
  bottom: 0;
}
.per-box .per-item .per-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/images/index/per-pic-hover.png") no-repeat center;
  padding: 24px 10px 20px 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.per-box .per-item .per-info h3 {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
.per-box .per-item .per-info p {
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}
.per-box .per-item .per-info p span {
  margin-right: 10px;
}
.per-box .per-item .per-info img {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.field-box {
  margin-top: 50px;
  min-width: 1400px;
}
.field-box .field-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 48px;
}
.field-box .field-menu dd {
  width: 157px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #F5F6F6;
  border-radius: 6px;
  font-size: 18px;
  color: #404751;
  margin-left: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.field-box .field-menu dd:before {
  background: url("/img/images/index/field-down-icon.png") no-repeat center;
  width: 35px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: auto;
  opacity: 0;
  overflow: hidden;
}
.field-box .field-menu dd:hover {
  background-color: #00863E;
  font-weight: bold;
  color: #ffffff;
}
.field-box .field-menu dd:first-child {
  margin-left: unset;
}
.field-box .field-menu dd.active {
  background-color: #00863E;
  font-weight: bold;
  color: #ffffff;
}
.field-box .field-menu dd.active:before {
  opacity: 1;
  overflow: visible;
}
.field-box .field-item {
  background-position: center;
  background-repeat: no-repeat;
  height: 495px;
}
.field-box .field-item .board-small {
  width: 665px;
  height: 418px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  top: 40px;
  padding: 28px 30px;
  box-sizing: border-box;
}
.field-box .field-item:first-child .board-small {
  left: 200px;
}
.field-box .field-item:nth-child(2) .board-small {
  left: 300px;
}
.field-box .field-item:nth-child(3) .board-small {
  left: 380px;
}
.field-box .field-item:nth-child(4) .board-small {
  right: 200px;
}
.field-box .field-item:nth-child(5) .board-small {
  right: 0;
}
.field-box .field-item .board-title {
  font-weight: bold;
  font-size: 18px;
  color: #404751;
}
.field-box .field-item .board-des {
  margin-top: 6px;
  font-size: 16px;
  color: #404751;
  line-height: 29px;
  min-height: 145px;
}
.field-box .field-item .board-pic {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 12px;
}
.field-box .field-item .board-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.field-box .field-item .board-pic:hover img {
  transform: scale(1.1);
}
.field-box .cooperative-units {
  background-color: #F8F8F8;
  padding: 64px 0;
}
.field-box .cooperative-units .group-cer-mask {
  height: 110px;
  overflow: hidden;
  position: relative;
}
.field-box .cooperative-units .group-cer-box {
  height: 110px;
}
.field-box .cooperative-units .group-cer-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.field-box .cooperative-units .units-pic {
  width: 212px;
  height: 110px;
  box-sizing: border-box;
  float: left;
  margin-left: 32px;
  padding-top: 10px;
}
.field-box .cooperative-units .units-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.field-box .cooperative-units .units-pic:hover img {
  transform: translateY(-10px);
}
.sun-single-box {
  padding: 70px 0;
}
.sun-single-box .single-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.sun-single-box .single-top .single-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
}
.sun-single-box .single-top .jump-link {
  width: 164px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #00863E;
  transition: all 0.3s ease-in-out;
  border-radius: 27px;
}
.sun-single-box .single-top .jump-link:hover {
  background-color: #08783C;
}
.sun-single-box .swiper-single .single-item {
  width: 458px !important;
}
.sun-single-box .swiper-single .single-item a {
  display: block;
}
.sun-single-box .swiper-single .single-pic {
  width: 458px;
  height: 293px;
  overflow: hidden;
  border-radius: 6px;
}
.sun-single-box .swiper-single .single-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.sun-single-box .swiper-single .single-pic:hover img {
  transform: scale(1.1);
}
.sun-single-box .head-t {
  display: flex;
  max-height: 85px;
  margin-top: 20px;
}
.sun-single-box .head-t .photo-pic {
  border-right: 1px solid #EAEAEE;
  padding-right: 20px;
  min-width: 92px;
  max-width: 92px;
}
.sun-single-box .head-t .head-logo {
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin: auto;
}
.sun-single-box .head-t .head-logo img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.sun-single-box .head-t .head-name {
  font-size: 16px;
  color: #404751;
  margin-top: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sun-single-box .head-t .leave-list {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.sun-single-box .head-t .stars-row {
  display: flex;
}
.sun-single-box .head-t .stars-icon {
  background: url("/img/images/index/star-icon-hover.png") no-repeat center;
  width: 24px;
  height: 24px;
  display: block;
}
.sun-single-box .head-t .single-des {
  font-size: 16px;
  color: #404751;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 342px;
  max-height: 42px;
  overflow: hidden;
  margin-top: 18px;
}
.sun-single-box .sum-views {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.sun-single-box .sum-views .page-views {
  font-size: 14px;
  color: #404751;
  display: flex;
  align-items: center;
  margin-right: 27px;
}
.sun-single-box .sum-views .page-views:last-child {
  margin-right: unset;
}
.sun-single-box .sum-views .page-views:before {
  background: url("/img/images/index/browse-icon.png") no-repeat center;
  width: 26px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-right: 8px;
}
.sun-single-box .sum-views .time {
  font-size: 14px;
  color: #404751;
  display: flex;
  align-items: center;
}
.sun-single-box .sum-views .time:before {
  background: url("/img/images/index/time-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 8px;
}
.news-module {
  background-color: #F8F8F8;
  padding: 90px 0;
  min-width: 1400px;
}
.news-module .single-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.news-module .single-top .single-title {
  font-weight: bold;
  font-size: 32px;
  color: #404751;
}
.news-module .single-top .jump-link {
  width: 164px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #00863E;
  transition: all 0.3s ease-in-out;
  border-radius: 27px;
}
.news-module .single-top .jump-link:hover {
  background-color: #08783C;
}
.news-module .news-box {
  display: flex;
  justify-content: space-between;
}
.news-module .news-box .news-notice {
  width: 558px;
  height: 593px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.news-module .news-box .news-notice .news-head {
  height: 376px;
  padding: 27px 20px 0;
  position: relative;
}
.news-module .news-box .news-notice .news-head:before {
  width: 100%;
  height: 316px;
  background-color: #00863E;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news-module .news-box .news-notice .common-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.news-module .news-box .news-notice .common-head .news-title {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 12px;
  position: relative;
}
.news-module .news-box .news-notice .common-head .news-title:after {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.news-module .news-box .news-notice .common-head .jump-link {
  background: url("/img/images/index/arrow-jump1.png") no-repeat center;
  width: 32px;
  height: 32px;
  display: block;
}
.news-module .news-box .news-notice .news-pic {
  width: 518px;
  height: 288px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 18px;
  border-radius: 6px;
}
.news-module .news-box .news-notice .news-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.news-module .news-box .news-notice .news-pic:hover img {
  transform: scale(1.1);
}
.news-module .news-box .news-notice .new-content {
  padding: 28px 22px 35px;
  position: relative;
  z-index: 2;
}
.news-module .news-box .news-notice .notice-title {
  font-weight: bold;
  font-size: 20px;
  color: #158F3B;
}
.news-module .news-box .news-notice .notice-des {
  font-size: 16px;
  color: #404751;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-module .news-box .news-notice .more-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.news-module .news-box .news-notice .more-jump {
  font-size: 14px;
  color: #404751;
  width: 114px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #495059;
  box-sizing: border-box;
  border-radius: 18px;
}
.news-module .news-box .news-notice .notice-time {
  font-size: 15px;
  color: #404751;
}
.news-module .news-box .news-holiday {
  width: 830px;
}
.news-module .news-box .news-holiday .common-head {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.news-module .news-box .news-holiday .common-head .news-title {
  font-size: 18px;
  color: #404751;
  padding-bottom: 12px;
  position: relative;
}
.news-module .news-box .news-holiday .common-head .news-title:after {
  width: 100%;
  height: 1px;
  background-color: #000000;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.news-module .news-box .news-holiday .common-head .jump-link {
  background: url("/img/images/index/arrow-jump2.png") no-repeat center;
  width: 32px;
  height: 32px;
  display: block;
}
.news-module .news-box .news-holiday .holiday-plate {
  height: 394px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 26px 48px;
}
.news-module .news-box .news-holiday .holiday-plate .plate-center {
  display: flex;
  justify-content: space-between;
}
.news-module .news-box .news-holiday .holiday-plate .plate-item {
  width: 354px;
  margin-top: 14px;
}
.news-module .news-box .news-holiday .holiday-plate .plate-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-module .news-box .news-holiday .holiday-plate .plate-head .title {
  font-weight: bold;
  font-size: 18px;
  color: #404751;
}
.news-module .news-box .news-holiday .holiday-plate .plate-head .time {
  font-size: 14px;
  color: #404751;
}
.news-module .news-box .news-holiday .holiday-plate .plate-des {
  font-size: 14px;
  color: #404751;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news-module .news-box .news-holiday .holiday-plate .plate-pic {
  width: 354px;
  height: 195px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
}
.news-module .news-box .news-holiday .holiday-plate .plate-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.news-module .news-box .news-holiday .holiday-plate .plate-pic:hover img {
  transform: scale(1.1);
}
.news-module .news-box .news-holiday .article-article {
  height: 184px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 14px;
  padding: 30px 50px;
}
.news-module .news-box .news-holiday .article-article .article-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-module .news-box .news-holiday .article-article .article-more li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  margin-top: 24px;
}
.news-module .news-box .news-holiday .article-article .article-more .title {
  font-size: 16px;
  color: #404751;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-module .news-box .news-holiday .article-article .article-more .title:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DBC040;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
.news-module .news-box .news-holiday .article-article .article-more .time {
  font-size: 16px;
  color: #929394;
  min-width: 100px;
  text-align: right;
}
.video-layer {
  background-color: #000000;
}
