/*
 * @Author: fegq
 * @Description: This is a header comment.
 * @version: v0.0.1
 * @Date: 2021-01-13 16:47:43
 * @LastEditors: fegq
 * @LastEditTime: 2021-02-25 15:12:02
 */
/*
common property
*/
/*
common methods
*/
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}

@-webkit-keyframes circleMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes circleMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 5px #224534;
          box-shadow: inset 0 0 5px #224534;
  background: #224534;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
  border-radius: 10px;
  background: white;
}

/* select area */
::-moz-selection {
  background: #224534;
  color: #fff;
}
::selection {
  background: #224534;
  color: #fff;
}

::-moz-selection {
  background: #224534;
  color: #fff;
}

::-webkit-selection {
  background: #224534;
  color: #fff;
}

.scroll-box::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 5px #224534;
          box-shadow: inset 0 0 5px #224534;
  background: #224534;
}

.scroll-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
  border-radius: 10px;
  background: white;
}

/* common */
.inner {
  margin: 0 auto;
  width: 1200px;
  height: auto;
}

header,
main,
footer {
  width: 100%;
}

html,
body {
  min-width: 1200px;
}

.block-title {
  text-align: center;
  font-family: 'sszhjt';
}
.block-title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 45px;
  color: #333;
}
.block-title h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #224534;
}
.block-title small {
  font-size: 20px;
  color: #224534;
  text-transform: uppercase;
}

.block-more {
  display: block;
  width: 151px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #224534;
  color: #224534;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.block-more:hover {
  background-color: #224534;
  color: white;
}
.block-more.block-more-channel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px auto 0 auto;
  color: #333;
  border: 1px solid #666;
  border-radius: 10px;
}
.block-more.block-more-channel:hover {
  color: white;
}
.block-more.block-more-channel.block-more-channel-in {
  width: 240px;
}

/* header */
header {
  position: fixed;
  top: 0;
  height: 80px;
  line-height: 80px;
  background-color: transparent;
  overflow: hidden;
  z-index: 1111;
}
header.fixed {
  background-color: #224534;
}

.header-logo {
  position: relative;
  top: 10px;
  float: left;
  display: block;
  width: 275px;
  height: 47px;
}

.header-nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  height: 80px;
}
.header-nav > li {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  text-align: center;
}
.header-nav > li > a {
  position: relative;
  padding: 5px 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid white;
}
.header-nav > li > a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header-nav > li .header-nav-child {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 293px;
  background-color: #f1f1f2;
  z-index: 111;
}
.header-nav > li .header-nav-child .header-nav-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 90px;
  width: 1200px;
  height: 100%;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-title {
  float: left;
  position: relative;
  top: 40px;
  width: 345px;
  color: #224534;
  text-align: left;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-title span {
  display: inline-block;
  width: 100%;
  font-size: 32px;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-title small {
  position: relative;
  top: -40px;
  font-size: 16px;
  text-transform: uppercase;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content {
  position: relative;
  float: right;
  width: 755px;
  height: 100%;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content .header-nav-ls {
  margin-top: 30px;
  width: 100%;
  height: 220px;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content .header-nav-ls li {
  float: left;
  margin-right: 80px;
  margin-bottom: 20px;
  width: 100px;
  height: 110px;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content .header-nav-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content .header-nav-ls li a img {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content .header-nav-ls li a span {
  position: relative;
  top: -50px;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #224534;
  text-align: center;
}
.header-nav > li .header-nav-child .header-nav-box .header-nav-content .header-nav-close {
  position: absolute;
  top: 30px;
  right: 10px;
  outline: none;
  border: none;
  background: none;
  color: #224534;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}
.header-nav > li.active > a::after {
  width: 100%;
}

/* footer */
footer {
  padding: 40px 0;
  height: auto;
  background-color: white;
  color: #224534;
  font-size: 16px;
}
footer .footer-top {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #ebebeb;
}
footer .footer-top .header-logo {
  top: 1.5px;
}
footer .footer-top li {
  height: 70px;
}
footer .footer-top li a {
  color: #224534;
  border-bottom: none;
}
footer .footer-top li a::after {
  display: none;
}
footer .footer-bot {
  margin-top: 25px;
}
footer .footer-bot a {
  color: #224534;
}
footer .footer-bot p {
  line-height: 20px;
  color: #224534;
}
footer .footer-bot p .footer-logo {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 63px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/logo-xghl.png");
}
footer .footer-bot .footer-left {
  float: left;
}
footer .footer-bot .footer-left h4 {
  font-size: 30px;
  font-weight: normal;
}
footer .footer-bot .footer-left .footer-icp {
  margin: 16px auto;
}
footer .footer-bot .footer-right {
  float: right;
  width: 320px;
}
footer .footer-bot .footer-right p {
  line-height: 1.5;
}

main {
  font-size: 16px;
}

.gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #224534;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 111;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gotop i {
  position: relative;
  top: 5px;
  color: white;
  font-size: 40px;
}
.gotop.fixed {
  opacity: 1;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.video-modal .video-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -184px;
  width: 640px;
  height: 368px;
}
.video-modal .video-modal-inner .video-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 25px;
  height: 25px;
  color: white;
  font-size: 25px;
  cursor: pointer;
}
.video-modal .video-modal-inner video {
  width: 640px;
  height: 368px;
  -o-object-fit: fill;
     object-fit: fill;
}
.video-modal.show {
  display: block;
}
.block-detail {
  margin: 30px 0;
}
.block-detail p {
  line-height: 30px;
  color: #111;
  font-size: 16px;
}
.block-detail p b {
  font-family: 'din';
}
.block-detail p i {
  position: relative;
  top: 4px;
  margin: 0 15px;
  font-size: 28px;
  color: #999;
}
.block-detail p i.active {
  color: #224534;
}
.block-detail p a {
  color: #111;
}
.block-detail p a:hover {
  color: #224534;
}

.block-page {
  margin: 50px auto;
  width: 420px;
  height: 40px;
}
.block-page span,
.block-page a {
  margin-right: 34px;
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-family: 'dinBold';
  font-size: 18px;
  color: #111;
  background: transparent;
  border-radius: 2px;
}
.block-page a i {
  color: #666;
  font-size: 20px;
}
.block-page span.thisclass,
.block-page a.active {
  background: #224534;
  color: white;
}
.block-page a:last-child {
  margin-right: 0;
}