* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4465376 */
  src: url('//at.alicdn.com/t/c/font_4465376_bzj9zyzeypw.woff2?t=1711507715458') format('woff2'), url('//at.alicdn.com/t/c/font_4465376_bzj9zyzeypw.woff?t=1711507715458') format('woff'), url('//at.alicdn.com/t/c/font_4465376_bzj9zyzeypw.ttf?t=1711507715458') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.page-title .text {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
.page-title .tip {
  font-size: 12px;
  color: red;
}
@media (max-width: 767px) {
  .page-title .text {
    font-size: 22px;
  }
  .page-title .text:before {
    width: 20px;
    height: 3px;
    right: -26px;
  }
}
.page-btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  width: 130px;
  height: 34px;
  justify-content: center;
  background: #009B65;
  transition: all 0.3s;
  border-radius: 8px 8px 8px 0px;
}
.page-btn .iconfont {
  font-size: 15px;
  color: #fff;
  margin-right: 6px;
  display: block;
}
.page-btn .text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.page-btn:hover {
  background: #197A58;
}
@media (max-width: 767px) {
  .page-btn {
    width: 100px;
    height: 26px;
  }
  .page-btn .iconfont {
    font-size: 13px;
  }
  .page-btn .text {
    font-size: 12px;
  }
}
body {
  font-family: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", "Helvetica Neue";
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
nav {
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}
nav .nav-con {
  width: 1300px;
  height: auto;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  nav .nav-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  nav .nav-con {
    width: 92%;
  }
}
nav .nav-con .logo img {
  display: block;
  height: 43px;
}
nav .nav-con .col-nav .nav-text {
  margin: 0px 10px;
  float: left;
}
nav .nav-con .col-nav .nav-text a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
nav .nav-con .col-nav .nav-text a:hover {
  color: #009B65;
}
nav .nav-con .col-nav .nav-text:last-child {
  margin-right: 0px;
}
nav .nav-con .col-nav .active {
  border-bottom: 4px solid #009B65;
}
nav .nav-con .col-nav .active a {
  color: #009B65;
  position: relative;
}
@media (max-width: 1200px) {
  nav .nav-con .col-nav .nav-text a {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  nav .nav-con .logo img {
    height: 30px;
  }
  nav .nav-con {
    width: 100%;
    height: 60px;
    padding: 0px 4%;
    position: relative;
  }
  nav .nav-con .menu-icon .iconfont {
    font-size: 24px;
    color: #333333;
  }
  nav .nav-con .menu-b .icon-a {
    display: none;
  }
  nav .nav-con .menu-a .icon-b {
    display: none;
  }
  .col-nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 10px;
    display: none;
    border-bottom: 1px solid #e5e5e5;
  }
  nav .nav-con .col-nav .nav-text {
    float: none;
    margin: 0px 4%;
    border-bottom: none;
  }
  nav .nav-con .col-nav .nav-text:last-child {
    border-bottom: none;
  }
  nav .nav-con .col-nav .nav-text a {
    height: 52px;
    line-height: 52px;
    padding: 0px;
  }
  nav .nav-con .col-nav .active a:before {
    background: transparent;
  }
  nav .nav-con .col-nav .nav-text a {
    font-size: 16px;
  }
}
.banner-bg {
  height: 400px;
  margin-top: 80px;
  background-image: url("../images/banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1200px) {
  .banner-bg {
    animation: bannerbg 1s ease forwards;
  }
}
.banner-bg .banner-con {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
}
@keyframes bannerbg {
  0% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100%;
  }
}
.banner-text {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bannerText 2s ease forwards;
  /* CSS代码 */
}
@media (max-width: 1300px) {
  .banner-text {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .banner-text {
    width: 92%;
  }
}
@keyframes bannerText {
  0% {
    top: 45%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.banner-text .title {
  font-size: 56px;
  font-weight: 600;
  text-align: LEFT;
  color: #ffffff;
  line-height: 84px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.banner-text .title span {
  display: block;
}
@media (max-width: 1400px) {
  .banner-text .title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .banner-bg {
    margin: 60px auto 0;
    height: 160px;
  }
  .banner-text .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .banner-text .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-info {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 0;
  padding: 25px 0px 20px 0px;
  border-top: 2px solid #009B65;
  border-bottom: 1px solid #d9d9d9;
  font-size: 17px;
  line-height: 29px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1300px) {
  .page-info {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-info {
    width: 92%;
  }
}
.page-info span {
  display: block;
  margin-bottom: 25px;
}
.page-info span:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-info {
    margin: 20px auto 0;
    padding: 10px 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .page-info span {
    margin-bottom: 10px;
  }
}
.page-video {
  margin: 40px auto 0;
  padding: 25px 0px 40px 0px;
  background: linear-gradient(278deg, #E2EBF5 -0.96%, #FCFEFF 100.22%);
}
.page-video .page-title {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .page-video .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-video .page-title {
    width: 92%;
  }
}
.video-item {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 20px auto 0;
  padding: 20px 25px 20px 20px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
@media (max-width: 1300px) {
  .video-item {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .video-item {
    width: 92%;
  }
}
.video-item:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
  top: -2px;
}
.video-item:hover .pic-bg .pic {
  transform: scale(1.02);
}
.video-item .pic-bg {
  width: 30.27%;
  position: relative;
  overflow: hidden;
  border-radius: 30px 0px 0px 0px;
}
.video-item .pic-bg .pic {
  width: 100%;
  padding-bottom: 56%;
  border-radius: 2px;
  transition: all 0.5s;
  background-position: center;
  background-size: cover;
}
.video-item .pic-bg .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.video-item .pic-bg .pic-btn {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-item .the-content {
  flex: 1;
  padding-left: 25px;
}
.video-item .the-content .the-title {
  font-size: 23px;
  font-weight: 700;
  color: #333333;
}
.video-item .the-content .the-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 767px) {
  .page-video {
    margin: 20px auto 0;
    padding: 15px 0px 25px 0px;
  }
  .video-item {
    padding: 0px;
    flex-direction: column;
    margin: 12px auto 0;
  }
  .video-item .pic-bg {
    width: 100%;
    border-radius: 5px;
  }
  .video-item .the-content {
    padding: 10px 15px 15px 15px;
    width: 100%;
  }
  .video-item .the-content .the-title {
    font-size: 17px;
  }
  .video-item .the-content .the-text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
  }
  .video-item .the-content .video-btn {
    margin-top: 10px;
  }
  .video-item .pic-bg .pic-btn {
    width: 30px;
    height: 30px;
  }
}
.page-down {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 40px auto 0;
}
@media (max-width: 1300px) {
  .page-down {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-down {
    width: 92%;
  }
}
.down-item {
  margin: 20px auto 0;
  display: flex;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
  align-items: center;
  padding: 25px 20px;
}
.down-item:hover .pic-bg {
  transform: scale(1.02);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.down-item a {
  display: flex;
  align-items: center;
}
.down-item .pic-bg {
  width: 220px;
  position: relative;
  transition: all 0.5s;
}
.down-item .pic-bg .pic {
  border: 1px solid #d9d9d9;
  box-shadow: 5px 5px 0px 0px #E5E5E5;
  padding-bottom: 60%;
  background-size: 100%;
}
.down-item .pic-bg .pdf-tag {
  position: absolute;
  top: -8px;
  left: 0px;
}
.down-item .right-text {
  flex: 1;
  padding-left: 25px;
}
.down-item .right-text .con-text {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
}
.down-item .right-text .con-text span {
  display: block;
  margin-bottom: 10px;
}
.down-item .right-text .con-text span:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-down {
    margin: 20px auto 0;
  }
  .down-item {
    padding: 15px;
    margin: 12px auto 0;
  }
  .down-item a {
    align-items: flex-start;
  }
  .down-item .pic-bg {
    width: 100px;
  }
  .down-item .right-text {
    padding-left: 15px;
  }
  .down-item .right-text .title {
    font-size: 16px;
  }
  .down-item .right-text .down-btn {
    width: 94px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  .down-item .pic-bg .pdf-tag {
    display: block;
    width: 24px;
    top: -4px;
  }
  .down-item .pic-bg .pic {
    box-shadow: 3px 3px 0px 0px #E5E5E5;
  }
  .down-item .right-text .con-text {
    font-size: 13px;
    line-height: 20px;
  }
}
.page-about {
  width: 100%;
  margin: 40px auto 0;
  background: linear-gradient(278deg, #FCFEFF -0.96%, #E2EBF5 100.22%);
  padding: 25px 0px 40px 0px;
}
.page-about .page-title {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .page-about .page-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .page-about .page-title {
    width: 92%;
  }
}
.about-con {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 1300px) {
  .about-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .about-con {
    width: 92%;
  }
}
.about-con .about-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.about-con .about-text strong {
  color: #009B65;
}
.about-con .about-contact {
  margin: 25px auto 0;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
}
.about-con .about-contact .left-text {
  width: 50%;
  padding-right: 20px;
  position: relative;
}
.about-con .about-contact .left-text:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #d9d9d9;
}
.about-con .about-contact .left-text .text-item {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.about-con .about-contact .left-text .text-item:last-child {
  margin-bottom: 0px;
}
.about-con .about-contact .left-text .text-item .text-title {
  display: block;
  font-weight: bold;
  color: #009B65;
}
.about-con .about-contact .right-con {
  width: 50%;
  padding-left: 20px;
}
.about-con .about-contact .right-con img {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
  width: 160px;
  height: 160px;
}
.about-con .about-contact .right-con span {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.about-con .about-contact .right-con span strong {
  color: #009B65;
}
@media (max-width: 767px) {
  .page-about {
    margin: 20px auto 0;
    padding: 15px 0px 25px 0px;
  }
  .about-con {
    margin: 12px auto 0;
    padding: 15px;
  }
  .about-con .about-text {
    font-size: 14px;
    line-height: 22px;
  }
  .about-con .about-contact {
    margin: 10px auto 0;
    padding: 15px;
    flex-direction: column;
  }
  .about-con .about-contact .left-text {
    width: 100%;
    padding: 0px;
  }
  .about-con .about-contact .left-text .text-item {
    font-size: 13px;
    line-height: 20px;
  }
  .about-con .about-contact .left-text:before {
    background: transparent;
  }
  .about-con .about-contact .right-con {
    width: 100%;
    margin: 15px auto 0;
    padding: 0px;
  }
  .about-con .about-contact .right-con img {
    width: 120px;
    height: 120px;
  }
  .about-con .about-contact .right-con span {
    font-size: 13px;
  }
}
footer {
  margin: 0 auto;
  width: 100%;
  height: 56px;
  background: #333333;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer {
    height: auto;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
}
#video-modal {
  z-index: 9999;
}
#video-modal .modal-dialog {
  max-width: 1140px;
  width: 90%;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video-modal .modal-video-body {
  padding: 15px;
}
#video-modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#video-modal .modal-content .video-title {
  font-size: 20px;
  font-weight: bold;
  color: #000028;
  border: none;
}
#video-modal .modal-content video {
  width: 100%;
}
@media (max-width: 767px) {
  #video-modal .modal-content .video-title {
    font-size: 16px;
    line-height: 24px;
  }
  .close-btn img {
    display: block;
    width: 24px;
  }
}
.layui-form-label {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0px;
  margin-bottom: 10px;
}
.layui-input-block {
  margin-left: 0px;
}
.layui-form-select dl dd.layui-this {
  background: #009B65;
}
.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin-top: 0px;
}
#user-modal {
  z-index: 999999;
}
#user-modal .modal-dialog {
  max-width: 1140px;
  width: 90%;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#user-modal .modal-content {
  border: none;
  box-shadow: none;
}
#user-modal .form-title {
  padding: 20px 0px 15px 0px;
  margin: 0px 30px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
#user-modal .close-btn {
  right: 30px;
}
.form-user {
  padding: 20px 30px 40px 30px;
}
.form-user .layui-form {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.form-user .layui-form-label {
  color: #4D4D4D;
}
.form-user .layui-form-label .must {
  color: #E90D2D;
}
.form-user .layui-inline {
  width: 48%;
  margin-bottom: 20px;
}
.form-user .layui-inline-row {
  width: 100%;
}
.form-user .layui-btn {
  margin: 0 auto;
  display: block;
  font-size: 18px;
  background: #009B65;
  border-radius: 2px;
  padding: 0px 50px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
}
.form-user .layui-inline-linkage {
  display: flex;
  justify-content: space-between;
}
.form-user .layui-inline-linkage .layui-input-inline {
  width: auto;
  margin-right: 10px;
}
.form-user .layui-inline-linkage .layui-input-inline:last-child {
  margin-right: 0px;
}
.layui-layer-msg {
  background: rgba(0, 0, 0, 0.7) !important;
  text-align: center !important;
  color: #fff !important;
  border: none !important;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 10px 20px !important;
  text-align: center !important;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  display: none;
}
@media (max-width: 767px) {
  .form-user .layui-inline {
    width: 100%;
  }
  .form-user {
    height: 400px;
    overflow: auto;
    padding: 18px 12px;
  }
  #user-modal .form-title {
    padding: 10px 12px;
    margin: 0px;
    font-size: 15px;
  }
  #user-modal .close-btn {
    right: 10px;
  }
  .form-user .layui-form {
    font-size: 13px;
  }
  .form-user .layui-inline {
    margin-bottom: 15px;
  }
  .layui-form-radio * {
    font-size: 13px;
  }
  .form-user .layui-btn {
    padding: 0px 30px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
  .layui-form-label {
    margin-bottom: 6px;
  }
}
/*表单*/
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 3px 24px !important;
}
.gform_wrapper .gfield_radio {
  display: flex;
}
.gform_wrapper .gfield_radio .gchoice {
  margin-right: 15px;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100% !important;
}
.gform_footer input[type=submit] {
  margin: 0 auto;
  display: block;
  font-size: 18px;
  background: #03B585;
  border-radius: 2px;
  padding: 0px 50px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  border: unset;
  color: #fff;
}
#wpadminbar {
  display: none;
}
.article-container {
  margin: 15px auto 0;
}
.article-container .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .article-container {
    margin: 10px auto 0;
  }
  .article-container .col-lg-item {
    width: 100%;
  }
}
.article-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.article-item a:hover {
  border-bottom: 1px solid #009B65;
}
.article-item a:hover .the-content .the-title {
  color: #009B65;
}
.article-item .thepic-bg {
  position: relative;
}
.article-item .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.article-item .thepic:hover img {
  transform: scale(1.02);
}
.article-item .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.article-item .thepic-bg {
  width: 140px;
  height: 93px;
  border: 1px solid #d9d9d9;
  box-shadow: 5px 5px 0 0 #E5E5E5;
}
.article-item .the-content {
  flex: 1;
  margin-left: 22px;
}
.article-item .the-content .the-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
}
.article-item .the-content .the-brief {
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .article-item .the-content .the-title {
    font-size: 17px;
    line-height: 25px;
  }
  .article-item .the-content .the-brief {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .article-item .the-content .the-title {
    font-size: 15px;
    line-height: 22px;
  }
  .article-item .the-content .the-brief {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .article-item a {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .article-item .thepic-bg {
    width: 100px;
    height: 67px;
  }
  .article-item .the-content {
    margin-left: 15px;
  }
  .article-item .page-btn {
    margin-top: 5px;
  }
}
.thepic-bg {
  width: 140px;
  height: 93px;
}
/*# sourceMappingURL=public.css.map */