.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.txt-bg {
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt-bg2 {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@font-face {
  font-family: "icon";
  src: url('iconfont.eot?t=1561461869476');
  /* IE9 */
  src: url('iconfont.eot?t=1561461869476#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFLQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGUAqWRJIhATYCJANoCzYABCAFhG0HgjkbkBEjETaMsgpE9hcJvCnWlcAUV5HAPJKSVpTBthejkNVyd+aFgzVBQHlVdXdGSWZm6dweJLzEJ6AX5F4/D8z846b9JFCsLVCsUGpq0/xkXupK52Fz2DwyNUHO4US0d+8KIABhE8bQVyxu1u0hTNU7pjz7y29dSjquQCANN37+fl/aBZLXZhpkRu3dF3l+nOk7mUUjOBhVW2mLq0G8IL5gvgbDmTlefIOYEzFpb4cAYOJHWUTT5m274ocH1QWajB01YhB+RwK8EF+B0OzGOdVQYiMehHKVvANs0P68KKCy8AMkfAW9U8fhzYbSUJN3VS10KfqqpSzOjwHvpwEUgLKAAZAx3HwRAjO0spoh5rU2+AQoSQb5uEKttK0jtFb76lidrDN0ri7SPfVxfUPf0v9yeuW8zb2fd9V1oYkV1zt2D6c3g6flggjKs7gVY1e2rfrfeBBDBLGE8SIeEwUh1AQRwoeHGwJQJLgjR6AlgQAYQHhBYxsAou5LRSJopFDEgBahiAAtQxELWiHhP7CBRAEigMQDEoCYgEQg0YBUICFAOSBxgCpAgoCaQPyAekA8gMZADEAPIF5ATyA+wHEgEnADiAW4BZ26wj+EIhJyeiFCgzdAEgFvEYoEyL3PCLCqRACrzz7plKpAJVD1wNgA9bgDE6DEEKxtkRmoR7ZEWNzwaMRKSooLBMolx5lmWjBomdEZIipKWYYRb9spcfGMky+TbMcHApGmmSLsyKjIIZglLcnaHrQ0qd+3jr0GaStO20jKFss+C6BvQ8YRLxGw1m7uOs7YIGMlKGsM9zyQuYXT9jixgLPNpZQRtFlN4ORqUaxJ08pZVM1Mp+Wo6Yj5EHWY2Cfwtlr9djthQvAkqxWnbBCnVYxFQ6r235dYwjmNzQYtD8Oh+6qcmnjp6KLF5gthYawSJzm1HXE4yEA+kY+WrW8VOI4VK/fdE2ckcnMpawtdhC55s5DGJQYPbOXOxl2xKs9t8dn5BrdalaKmitnO5iAd9rQma0rDkac2jetDb4/8Lvl37Ti+74jpaPjBw9ShEJJmWY5jGFrZaOE0GoddSdMUo3LYlAwjmXbBqlTSm0BRVg3Hcm3w9C7nadR+CXPQB3HYCaTXrG7pjW2YzcqmZoamG82gPkIHqRTW050Q7/y2rVLgCetSZ8zuzVnPrK0rzYEM1VFNaqPuUrt90J2tIpN4WN7YYCvX0wHKphbWnKtqbqK7O1fT2sz0QKnaSCnxZMIASTXJU0Uyc8sVXbbRCZDkFIK5bx3Dww9GumMyTJ5HRDyrqAdHXUyOeIttHBh+qqANc+7bV5TWUg2bAzCYNz8ZkkiigBc2M3NVByMhs3nToX0H1MQWH7X1E8L+Pun4FNreNTRILDXDaFGZZbtttTg5O1CzZfx1opmaucGIH5D5/yO661n3Yjgkbjoa+gM1+18t0NhubgNmYs20EnU3j9uLPaYwjIVDptdznImdLpFbAEKJZWYEMQ0SrFmJN0QnGx2/c9BpEP1Jka4huWD+V/pPe7xlFDgC7JA6spD9PVIQfMMP9OCXF1TWeU3KV/eUtaEBZd8WvAuK/5sMJnSpPpGW/F307/Vh+GEg8dX7AngVSqHT6XKWqupTiZWKRfrRIhEEv4QpWyNaIr+I+NJFFig/e6QxYuSHXrRjNztbjGG6vmdrVyJb0RensaVlpXOKE/1nRo4UixKHsj7ZH66XA0NK4IQdjW2IrnJkWmKguKhFp67ZntvR5/aTTPcHk1xQSMaoS6KWL52xCDNe27kanY9cWejdvBg7waH9AWsC3l04HPXx60RewtIorRHduQxtYhxeZESH0V3L0cakbEMe71WxvsRTOaQfPAZeJetTzG8E7CuGk4p8T92cE4iLvDuD46bp6sKXrA1PqfGoD1DMe2Ho4Q8JfpiWVBdaR0JFek4vSk9Hq8i/gW7u5fdhzASkEqlmevsEel2r0n8+iRx7Uxg4rI8OSlvexQu5XXg2ZFtR/4HgK0VEZZNrXvzYx1V+c4dN9FSAov3ztcy6D1QfrKsWuxPloucSudZYzD9TuOeNuzRZunv9HvuAT0xBwozUqEh9vuctbTAIWTNnXY0nADsIYbNfCJRD+fHNsqsAytVyFSG9ChYQwqsyQqaSqaH8qhz6h5TKS4VSCHbm36RjgfnwWN0+QZDgp1+kQIa4gYwCHiFvMS3WL0iq2IG9eY3teME3r158sNdvDi1PnH/TZGrx2vneKuzKZXQVOIWSBPSyVXr1MnCWHhy1dIjH1x7I+yViFogEK3RBuk1CgZtgkzZJu1nlzITNWg8Tijf511wJJlcIoItWOKEUfzZ3RLlV6TMcJL7+2W/bD/fERWJcCq+Wyuba1a7iIpBaMDMqfSOO3fh37BLvBm9sjDz++ti/lzF8Y/qeesNmfbJ+876hhugvC7zLaoE5o6s707xVDOjqMmduvXR3V4YZ1IJSTcGCM2Ds0Jo1owapZsXqNazWcg3QjK4xaq1QA41xDW07qpGql4PD0wQV2Ula8qxEWupyulylpobX9FCQKjMQ9aC/f3N7R/IBdrP+6J+8cMsCo8KyZgnjZly5bp15lE8vWWtRGL/79hDmcmFy1MMu5yHeYZ7T+U4POV1gW5H0Y7XhxOgIshg5zWAD0sKOQ34zu9LuZ/pKXTuD0Hbakkp6lYQwm3Ps8TiZQq3DS9aPYXWbqS50AGUopA4x4OEDiObvZhinrv21Lvw+hj5HMxMzj0Y00jbawvfmoPamzRvYaN6NvSvaqPITr8VGNgTuxrwVg/rueif2Dojb56x1HBzlSJ40OX3yQrELJ0/ecbZk3WZpi9vOCoX1522H3aayrC3OnXPBtqfTmLkzlt+qrItlF7NWOrf512GB614FUAcUAPek2nqhqAUqTfxyBr82wLJ/9anMBZAn5S1txUDZMC3FTo7cAu43ZVGBMH/XkvRG8jLJ6Cpn5e0qM61XFaOknntdXVSNyC4H5Cz3rzs/pUqTflGlxbG7RpGeJ/Zj9Sfp1TKXy4EPN7uBmlMSgwPCdb/5Jc9ARS9rZo8jPfPN9INelgA8uKDRJsTmv/In08Qk42eQ0qTbxFnQ/3/5QqnBSSzFXyoBmGwG4OElO4p3dTPFxhYf5Uwqi0gE+BKFkBBbwzGGeJCQQrwIyScm0bQ420LBZBSIEQBQmmUCQZBxhKB4cpNgyLhry3N8S/ioKSJuyIQiYtb9e77kmpftq1cCyVCK4imcwkaLybzSm36B6StJdlkL+AMKrkhkcequ+oQGKI8jws3kzFpowlp8CHeDqkLREl5BcWyZ20uSaN4TYoX1YMUrAiQGSkLhqcR0FNTQa7OV5/d/AUavIlFIn78x/wASuHQhe+LsM4btp9HE6rMurYMbI8eEaULqTFBN+CAMVKwcCS1/pyugsJhNUdq6SMhYOq4Rl2+ql4bB5OuX/phJUSEVVdMN07Id1/PLe1VUVlXX9K6t62MyEmsYdd1cNqaCvt2qPjDW0R2UlTxV812BK74aiRma1+ZO5IzlnVMETPhXfZrLkdmsw0krcRZAkrILh9a8bVBMVYUB1pmYsgwrSrw384gJ2SzCzGyTvynjJ+azysA8a6GIgqbrF9FW9O06p95p0/LBAAAAAA==') format('woff2'), url('iconfont.woff?t=1561461869476') format('woff'), url('iconfont.ttf?t=1561461869476') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1561461869476#iconfont') format('svg');
  /* iOS 4.1- */
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 1536px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.pc {
  display: block;
}
.pic img.phone {
  display: none;
}
.phone-nav {
  display: none;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  font-size: 16px;
  color: #65696d;
  padding-right: 14px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.links a:hover {
  color: #a5de58;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
  width: 2px;
  height: 16px;
  background: #ccc;
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
.content {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  text-align: justify;
}
.content div {
  font-size: 16px;
  color: #666;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  left: 0;
  top: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper .box-container {
  height: 100px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .logo-box {
  width: 18.03%;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img {
  display: block;
  width: 100%;
}
.header-wrapper .search {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pc-nav-box {
  flex: 1;
  margin: 0 80px 0 130px;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box li {
  position: relative;
}
.pc-nav-box li:hover > a:before,
.pc-nav-box li.on > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 100px;
}
.pc-nav-box li > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.pc-nav-box li a {
  display: block;
}
.pc-nav-box .nav {
  position: absolute;
  width: 140px;
  top: 100%;
  left: 50%;
  margin-left: -70px;
  z-index: 10;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.pc-nav-box .nav:before,
.pc-nav-box .nav:after {
  content: "";
  position: absolute;
}
.pc-nav-box .nav:before {
  border: 6px solid transparent;
  border-bottom-color: #fff;
  left: 40px;
  top: 8px;
  z-index: 10;
}
.pc-nav-box .nav:after {
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.pc-nav-box .nav a {
  color: #999;
  line-height: 36px;
  padding: 0 15px;
  background-color: #fff;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .nav a:hover {
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.share {
  margin-top: 15px;
}
.share ul {
  font-size: 0;
}
.share ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.share ul li:last-child {
  margin-right: 0;
}
.share ul li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share ul li a {
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.share .wechat a {
  background-image: url(../img/wechat2.png);
}
.share .douyin a {
  background-image: url(../img/douyin2.png);
}
.share .video a {
  background-image: url(../img/video2.png);
}
.share .ks a {
  background-image: url(../img/ks2.png);
}
.share .tmall a {
  background-image: url(../img/tmall2.png);
}
.share .toutiao a {
  background-image: url(../img/toutiao2.png);
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  z-index: 1;
  margin-left: -72px;
  width: 144px;
  background-color: #fff;
  box-shadow: 0px 0px 46px 0px rgba(6, 0, 1, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.share .hidebox:before {
  content: "";
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  z-index: 1;
}
.share .hidebox img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.footer-wrapper {
  padding-top: 96px;
  background-color: #282b2e;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .footer-nav-box li > a,
.footer-wrapper .caption {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 700;
}
.footer-wrapper .box-2 {
  margin-top: 50px;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper .box-2 .box-container {
  align-items: center;
}
.footer-wrapper .logo {
  display: block;
  width: 175px;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-wrapper .copyright {
  line-height: 20px;
  max-width: 60%;
  text-transform: uppercase;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .address {
  margin: 8px auto 26px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
}
.footer-nav-box {
  width: 64.45%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box ul li:first-child {
  width: 144px;
  text-align: center;
}
.footer-nav-box ul li:last-child > a {
  line-height: 40px;
}
.footer-nav-box ul li > a:hover {
  text-decoration: underline;
}
.footer-nav-box a {
  display: block;
}
.footer-nav-box .nav {
  margin-top: 26px;
}
.footer-nav-box .nav a {
  color: #fff;
  opacity: 0.6;
  line-height: 32px;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.footer-nav-box .nav a:hover {
  opacity: 1;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 29;
  padding: 80px 0 50px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  /* input placeholder  */
}
.search-form .w1200 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.search-form .search-btn img {
  width: 18px;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 56px;
  margin-left: 20px;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -15px;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #a5de58;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .title {
  font-size: 72px;
  line-height: 104px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -19px;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 64px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 17px;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-box {
  padding: 114px 0 100px;
}
.index-title-box {
  position: relative;
}
.index-title-box h1 {
  font-size: 60px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80px;
  margin-bottom: 46px;
  font-family: "Microsoft JhengHei";
}
.index-title-box .en {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
  width: 100%;
  text-align: center;
  font-family: "light";
  opacity: 0.9;
  font-size: 100px;
  line-height: 80px;
  text-transform: uppercase;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(left, #093a96 0%, #f07d2d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-title-box p {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "light";
  background-image: -webkit-linear-gradient(left, #AFE16F 0%, #6ec4b2 10%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}
.index-title-box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 56px;
}
.more {
  display: block;
  width: 50px;
  height: 34px;
  border-radius: 17px;
  background-image: url(../img/more.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.more:hover {
  background-image: url(../img/more2.png);
}
.index-btn {
  display: block;
  width: 154px;
  line-height: 48px;
  text-align: center;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  font-size: 16px;
  color: #fff;
  font-family: Arial;
  text-transform: uppercase;
  border-radius: 24px;
  margin: 0 auto;
  font-weight: 700;
}
.index-btn:hover:after {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.index-btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../img/iright.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 2px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  margin-left: 25px;
}
.page-more {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 47px;
  height: 33px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-image: url(../img/more4.png);
}
.page-more:hover {
  background-image: url(../img/more5.png);
}
.index-more {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-more:hover {
  color: #a5de58;
}
.index-more:hover:after {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  background-image: url(../img/iright3.png);
}
.index-more:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 19px;
  margin-left: 22px;
  background-image: url(../img/iright2.png);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  position: relative;
  top: 1px;
}
.btn-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 0;
}
.btn-box a {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.btn-box .prev {
  margin-right: 20px;
  background-image: url(../img/prev.png);
}
.btn-box .prev:hover {
  background-image: url(../img/prev2.png);
}
.btn-box .next {
  background-image: url(../img/next.png);
}
.btn-box .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-1 .box-container {
  padding: 0 72px;
  background-repeat: no-repeat;
  background-position: center top 46px;
  background-image: url(../img/indexbg.png);
  background-size: 100%;
}
.index-box-1 .content {
  text-indent: 34px;
}
.index-box-1 .content p {
  text-indent: 34px;
}
.index-box-1 .list {
  margin-top: 72px;
}
.index-box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .list li {
  width: 140px;
}
.index-box-1 .list p {
  font-size: 16px;
  color: #888;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
.index-box-1 .pic {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.index-box-2 {
  background: url(../img/indexbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-2 .box-container {
  position: relative;
}
.index-box-2 .swiper-slide {
  position: relative;
  width: 31.25%;
  border-radius: 20px;
  overflow: hidden;
}
.index-box-2 .swiper-slide:hover .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide:hover .pic:before {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide:hover .title,
.index-box-2 .swiper-slide:hover .date {
  color: #fff;
}
.index-box-2 .swiper-slide:hover .more {
  background-image: url(../img/more2.png);
}
.index-box-2 .swiper-slide a {
  display: block;
  background-color: #fff;
}
.index-box-2 .pic {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-2 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
}
.index-box-2 .pic img {
  height: 380px;
  object-fit: cover;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 60px 78px 64px 70px;
  height: 100%;
}
.index-box-2 .title,
.index-box-2 .date {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.index-box-2 .other {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 53px;
}
.index-box-2 .title {
  font-size: 27px;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 168px;
  font-weight: 700;
}
.index-box-2 .date {
  font-size: 20px;
  font-family: "mb";
  line-height: 24px;
}
.index-box-2 .more {
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.index-box-2 .index-btn {
  margin-top: 70px;
}
.index-box-3 .box-container,
.index-box-4 .box-container {
  position: relative;
}
.index-box-3 .index-more,
.index-box-4 .index-more {
  position: absolute;
  right: 0;
  top: 54px;
  z-index: 1;
}
.index-box-3 {
  background: url(../img/index3bg.jpg) no-repeat top center;
  background-size: cover;
}
.index-box-3 .index-title-box p,
.index-box-3 .index-title-box h3 {
  color: #fff;
}
.index-box-3 .index-title-box p {
  background: none;
  -webkit-text-fill-color: inherit;
}
.index-box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-3 li {
  position: relative;
  width: 22.82%;
  margin-top: 60px;
  margin-right: 2.9%;
}
.index-box-3 li:before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-3 li:hover:before {
  height: 100%;
  top: 0;
}
.index-box-3 li:hover .pic img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-3 li:hover .info {
  margin-top: 14px;
}
.index-box-3 li:hover .name,
.index-box-3 li:hover .author {
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-3 li:hover .line:before,
.index-box-3 li:hover .line:after {
  opacity: 1;
}
.index-box-3 li:hover .line span:before,
.index-box-3 li:hover .line span:after {
  opacity: 1;
}
.index-box-3 li.on .pic img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-3 li a {
  position: relative;
  display: block;
  height: 520px;
  z-index: 1;
}
.index-box-3 .pic {
  height: 400px;
  padding-top: 46px;
  padding-left: 70px;
  padding-right: 70px;
}
.index-box-3 .pic img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.index-box-3 .info {
  line-height: 34px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 34px;
  transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
}
.index-box-3 .name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}
.index-box-3 .author {
  font-size: 16px;
  color: #fff;
}
.index-box-3 .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.index-box-3 .line:before,
.index-box-3 .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
}
.index-box-3 .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#a5de58), to(transparent));
  background: linear-gradient(right, #a5de58, transparent);
}
.index-box-3 .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#a5de58), to(transparent));
  background: linear-gradient(left, #a5de58, transparent);
}
.index-box-3 .line span:before,
.index-box-3 .line span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.index-box-3 .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5de58), to(transparent));
  background: linear-gradient(top, #a5de58, transparent);
}
.index-box-3 .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: -webkit-gradient(linear, left bottom, left top, from(#a5de58), to(transparent));
  background: linear-gradient(bottom, #a5de58, transparent);
}
.index-box-3 .index-more {
  color: #fff;
}
.index-box-3 .index-more:hover {
  color: #a5de58;
}
.index-box-3 .index-more:hover:after {
  background-image: url(../img/iright3.png);
}
.index-box-3 .index-more:after {
  background-image: url(../img/iright4.png);
}
.index-box-4 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-4 li {
  width: 23.44%;
  margin-right: 2.08%;
}
.index-box-4 li:last-child {
  margin-right: 0;
}
.index-box-4 li:hover .pic {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index-box-4 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 li:hover .name {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
}
.index-box-4 .pic {
  background-color: #f6f9fc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-4 .pic img {
  height: 480px;
  object-fit: contain;
}
.index-box-4 .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px auto 8px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-4 .desc {
  font-size: 16px;
  opacity: 0.65;
  line-height: 24px;
}
.index-box-5 {
  background: url(../img/indexbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-5 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-5 .box-container > div {
  width: 48.7%;
}
.index-box-5 .left li {
  margin-bottom: 20px;
}
.index-box-5 .left li:last-child {
  margin-bottom: 0;
}
.index-box-5 .left li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-5 .left li:hover .title {
  color: #26a8da;
}
.index-box-5 .left li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-color: #fff;
}
.index-box-5 .left .title {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 2px auto 20px;
}
.index-box-5 .left .pic {
  width: 44.786%;
}
.index-box-5 .left .info {
  flex: 1;
  padding-left: 30px;
  padding-right: 84px;
  overflow: hidden;
}
.index-box-5 .date {
  font-family: "mb";
  font-size: 16px;
  color: #999;
  line-height: 20px;
}
.index-box-5 .desc {
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.index-box-5 .right .swiper-slide-active .title,
.index-box-5 .right .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-5 .right .title,
.index-box-5 .right .pic {
  opacity: 0;
  visibility: hidden;
}
.index-box-5 .right a {
  display: block;
}
.index-box-5 .right .title {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  font-weight: 700;
  padding: 0 110px 26px 40px;
}
.index-box-5 .right .pic {
  position: relative;
}
.index-box-5 .right .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-box-5 .swiper-pagination {
  display: block;
  bottom: 30px;
  font-size: 0;
  text-align: right;
  right: 30px;
  left: auto;
  width: auto;
}
.index-box-5 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
  margin: 0 10px 0 0;
  width: 6px;
  height: 6px;
  border: none;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.index-box-5 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-box-5 .swiper-pagination .swiper-pagination-bullet:focus,
.index-box-5 .swiper-pagination .swiper-pagination-bullet:active,
.index-box-5 .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .banner {
  display: block;
  width: 100%;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 56px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.page-banner-wrapper p {
  font-size: 18px;
  color: #fff;
  font-family: "regular";
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
}
.page-box {
  padding: 120px 0;
}
.page-box .index-title-box p {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mt {
  margin-top: 120px;
}
.pt {
  padding-top: 120px;
}
.pb {
  padding-bottom: 120px;
}
.boss-wrapper .box-container {
  background: url(../img/boss.png) no-repeat right top 60px;
  background-size: 33%;
}
.boss-wrapper .title {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 8px;
  background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}
.boss-wrapper .content {
  font-size: 14px;
  line-height: 30px;
}
.about-wrapper .top {
  position: relative;
  padding-top: 60px;
}
.about-wrapper .en {
  font-size: 200px;
  color: #dbdbdb;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial;
  line-height: 140px;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-wrapper .box-1 .title {
  font-size: 30px;
  color: #3f3f3f;
  font-weight: 700;
  line-height: 36px;
}
.about-wrapper .box-1 .brief {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 4px auto 38px;
  font-family: "gm";
  background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-wrapper .box-1 .pic {
  margin-top: -200px;
  height: 650px;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .box-1 .pic img {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-1 .content p {
  text-indent: 30px;
}
.about-wrapper .main {
  position: relative;
  z-index: 2;
  padding-left: calc((100% - 1536px) / 2 + 100px);
  padding-right: calc((100% - 1536px) / 2);
  padding-bottom: 114px;
}
.about-wrapper .main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: calc(100% - (100% - 1536px) / 2);
  height: 100%;
  background-color: #fff;
}
.about-wrapper .data {
  margin-top: 65px;
}
.about-wrapper .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .data p,
.about-wrapper .data em {
  font-size: 16px;
}
.about-wrapper .data p {
  margin-top: 10px;
}
.about-wrapper .num {
  display: inline-block;
  position: relative;
}
.about-wrapper .num em,
.about-wrapper .num i {
  font-style: normal;
}
.about-wrapper .num span,
.about-wrapper .num em,
.about-wrapper .num i {
  display: inline-block;
}
.about-wrapper .num span {
  font-size: 68px;
  font-family: "gm";
  line-height: 60px;
  height: 60px;
  margin-right: 18px;
  background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-wrapper .num i {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  width: 12px;
  height: 11px;
  background-image: url(../img/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.about-wrapper .box-2 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-2 .info {
  position: relative;
  width: 41.55%;
  padding-top: 92px;
}
.about-wrapper .box-2 .info:before {
  content: "";
  width: 103px;
  height: 99px;
  background-image: url(../img/about.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -44px;
  top: 23px;
  z-index: -1;
}
.about-wrapper .box-2 .info > p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
}
.about-wrapper .box-2 .pic {
  width: 50%;
}
.about-wrapper .box-2 .year {
  display: inline-block;
  font-family: "light";
  font-size: 48px;
  line-height: 48px;
  background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.about-wrapper .box-2 .desc {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  text-align: justify;
  margin-top: 38px;
}
.honor-wrapper {
  padding-bottom: 0!important;
}
.honor-wrapper .swiper-slide {
  cursor: default;
  height: auto;
}
.honor-wrapper .swiper-slide:hover .title,
.honor-wrapper .swiper-slide.active .title {
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.honor-wrapper .swiper-slide:hover .year:after,
.honor-wrapper .swiper-slide.active .year:after {
  border-color: #f07d2d;
}
.honor-wrapper .swiper-slide:hover .icon,
.honor-wrapper .swiper-slide.active .icon {
  background-image: url(../img/h-icon2.png);
}
.honor-wrapper .year-box {
  width: 124px;
}
.honor-wrapper .year-box a {
  position: relative;
  display: block;
  padding-bottom: 42px;
}
.honor-wrapper .year-box a:last-child {
  padding-bottom: 0;
}
.honor-wrapper .year-box a:last-child:after {
  height: calc(100% - 30px);
}
.honor-wrapper .year-box a:first-child:after {
  height: calc(100% - 38px);
  top: 38px;
}
.honor-wrapper .year-box a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: url(../img/line.jpg) repeat-y;
  position: absolute;
  right: 6px;
  top: 20px;
  z-index: 0;
}
.honor-wrapper .year-box a:hover .name,
.honor-wrapper .year-box a.on .name {
  background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.honor-wrapper .year-box p {
  color: #a9a9a9;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Arial;
}
.honor-wrapper .year-box .name {
  position: relative;
  font-size: 34px;
  color: #aaa;
  font-family: "mb";
  line-height: 30px;
  margin-top: 8px;
}
.honor-wrapper .year-box .name:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #f2f2f2;
  border: solid 2px #b6b6b6;
  box-sizing: border-box;
}
.honor-wrapper .info-box {
  width: calc(100% - 154px);
}
.honor-wrapper .item {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  text-align: justify;
  height: 480px;
  overflow-y: auto;
  padding-right: 38px;
  display: none;
}
.honor-wrapper .item::-webkit-scrollbar {
  width: 2px;
  background-color: #e5e5e5;
}
.honor-wrapper .item::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to top, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.honor-wrapper .top {
  text-align: center;
}
.honor-wrapper .title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 14px;
}
.honor-wrapper .year {
  position: relative;
}
.honor-wrapper .year:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid #bababa;
  border-radius: 50%;
  margin: 20px auto 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.honor-wrapper .swiper-box {
  position: relative;
  z-index: 0;
}
.honor-wrapper .swiper-box:before,
.honor-wrapper .swiper-box:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.honor-wrapper .swiper-box:before {
  height: calc(100% - 65px);
  background: url(../img/honorbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  bottom: 0;
}
.honor-wrapper .swiper-box:after {
  background: #e4e8ed;
  height: 2px;
  top: 65px;
}
.honor-wrapper .swiper-slide {
  position: relative;
  z-index: 2;
}
.honor-wrapper .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-image: url(../img/h-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.honor-wrapper .detail {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 35px 40px 44px 45px;
  margin-top: 62px;
}
.honor-wrapper .detail ul {
  position: relative;
  width: 100%;
  height: 480px;
  overflow-y: auto;
  padding-right: 20px;
}
.honor-wrapper .detail ul::-webkit-scrollbar {
  width: 2px;
  background-color: #e5e5e5;
}
.honor-wrapper .detail ul::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to top, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.honor-wrapper .detail ul li {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  padding-left: 30px;
}
.honor-wrapper .detail ul li:last-child {
  margin-bottom: 0;
}
.honor-wrapper .detail ul li:last-child:after {
  display: none;
}
.honor-wrapper .detail ul li:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #f2f2f2;
  border: solid 2px #b6b6b6;
  box-sizing: border-box;
}
.honor-wrapper .detail ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: url(../img/line.jpg) repeat-y;
  position: absolute;
  left: 5px;
  top: 20px;
  z-index: 0;
}
.honor-wrapper .box-container {
  position: relative;
}
.honor-wrapper .swiper-btn {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 44px;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.honor-wrapper .prev {
  left: -49px;
  background-image: url(../img/prev3.png);
}
.honor-wrapper .prev:hover {
  background-image: url(../img/prev4.png);
}
.honor-wrapper .next {
  right: -49px;
  background-image: url(../img/next3.png);
}
.honor-wrapper .next:hover {
  background-image: url(../img/next4.png);
}
#glass {
  background: #fff;
  position: absolute;
  border-radius: 50%;
  border: 3px #e2e2e2 solid;
  display: none;
  background-repeat: no-repeat;
}
.news-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .list li {
  width: 31.38%;
  margin-top: 60px;
  margin-right: 2.93%;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.07);
}
.news-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .list li:nth-child(-n+3) {
  margin-top: 0;
}
.news-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list li a {
  display: block;
}
.news-wrapper .pic img {
  height: 300px;
  object-fit: cover;
}
.news-wrapper .info {
  padding: 24px 40px 44px;
}
.news-wrapper li:hover .name,
.news-wrapper li .date,
.news-wrapper .index-title-box p {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-wrapper .name {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  font-weight: 700;
  text-align: justify;
  overflow: hidden;
}
.news-wrapper .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}
.news-wrapper li .desc {
  opacity: 0.6;
  line-height: 24px;
  height: 48px;
  margin: 14px auto 20px;
}
.news-wrapper li .date {
  display: inline-block;
  line-height: 20px;
  opacity: 0.55;
  font-family: "regular";
}
.news-wrapper .title {
  font-size: 24px;
  color: #444;
  font-weight: 700;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
}
.news-wrapper .main {
  margin-top: 70px;
}
.news-wrapper .item:hover {
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.news-wrapper .item:hover .box-container {
  border-color: transparent;
}
.news-wrapper .item:hover .date {
  border-color: #fff;
  background-color: transparent;
}
.news-wrapper .item:hover .title,
.news-wrapper .item:hover .desc,
.news-wrapper .item:hover .date p,
.news-wrapper .item:hover .day {
  color: #fff;
}
.news-wrapper .item .box-container {
  position: relative;
  padding: 48px 330px 48px 0;
  border-bottom: 1px solid #f0f0f0;
}
.news-wrapper .item .title,
.news-wrapper .item .desc,
.news-wrapper .item p,
.news-wrapper .item .day {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.news-wrapper .item .desc {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  margin-top: 24px;
}
.news-wrapper .item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  width: 100px;
  border: 1px solid #ededed;
  background-color: #ededed;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 20px 0 15px;
}
.news-wrapper .item .date p {
  color: #6e6e6e;
  line-height: 20px;
  font-family: "light";
  margin-top: 8px;
}
.news-wrapper .item .day {
  font-size: 36px;
  font-family: "mb";
  color: #6e6e6e;
  line-height: 30px;
}
.news-wrapper .time {
  display: none;
}
.loading {
  margin-top: 80px;
  text-align: center;
}
.loading a {
  display: inline-block;
  font-weight: 700;
  background-image: -webkit-linear-gradient(left, #AFE16F, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loading a:hover img {
  transform: rotateY(180deg);
}
.loading a img {
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -2px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .main-box {
  width: 67.84%;
  margin: 0 auto;
}
.newsinfo-wrapper .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  background-image: -webkit-linear-gradient(left, #AFE16F 40%, #6ec4b2 50%, #4bb2dd 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin: 30px auto 48px;
}
.newsinfo-wrapper .other span {
  font-size: 14px;
  font-family: "mb";
  color: #ccc;
  margin-right: 18px;
  line-height: 20px;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .other span img {
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.newsinfo-wrapper .other-box {
  width: 26.04%;
}
.newsinfo-wrapper .caption {
  color: #393435;
  font-weight: 700;
  line-height: 24px;
  font-size: 22px;
}
.newsinfo-wrapper .en {
  color: #999;
  font-family: Arial;
  line-height: 20px;
  margin-top: 12px;
}
.newsinfo-wrapper .recommend li:hover a,
.newsinfo-wrapper .recommend .date {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newsinfo-wrapper .recommend li {
  padding: 40px 0;
  border-bottom: 1px solid #f5f5f5;
}
.newsinfo-wrapper .recommend a {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.newsinfo-wrapper .recommend .desc {
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  line-height: 26px;
  margin: 10px auto 24px;
}
.newsinfo-wrapper .recommend .date {
  display: inline-block;
  font-family: "regular";
}
.newsinfo-wrapper .relative-box {
  margin: 46px auto;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
  font-size: 16px;
}
.newsinfo-wrapper .relative-box p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  color: #999;
  line-height: 24px;
  margin-bottom: 22px;
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p:hover a {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newsinfo-wrapper .relative-box p a {
  display: inline-block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}
.newsinfo-wrapper .return {
  display: block;
  line-height: 50px;
  text-align: center;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.newsinfo-wrapper .return:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.newsinfo-wrapper .return img {
  margin-left: 10px;
}
.newsinfo-wrapper .share {
  margin: 0 auto 50px;
  font-size: 0;
}
.newsinfo-wrapper .share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.newsinfo-wrapper .share a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .share .wechat {
  background-image: url(../img/ni-wechat.png);
}
.newsinfo-wrapper .share .wechat:hover {
  background-image: url(../img/ni-wechat2.png);
}
.newsinfo-wrapper .share .weibo {
  background-image: url(../img/ni-weibo.png);
}
.newsinfo-wrapper .share .weibo:hover {
  background-image: url(../img/ni-weibo2.png);
}
.newsinfo-wrapper .share .twitter {
  background-image: url(../img/ni-twitter.png);
}
.newsinfo-wrapper .share .twitter:hover {
  background-image: url(../img/ni-twitter2.png);
}
.book-wrapper .index-title-box p {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.book-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.book-wrapper .list li {
  width: 31.57%;
  margin-right: 2.645%;
  margin-top: 2.645%;
  background-color: #f6f9fc;
}
.book-wrapper .list li:nth-child(-n+3) {
  margin-top: 0;
}
.book-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.book-wrapper .list li:hover a:before {
  visibility: visible;
  opacity: 0.9;
}
.book-wrapper .list li:hover .info {
  opacity: 1;
  visibility: visible;
}
.book-wrapper .list li:hover .info div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.book-wrapper .list li a {
  position: relative;
  display: block;
  padding: 50px 20px 42px;
}
.book-wrapper .list li a:before {
  content: "";
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.book-wrapper .pic img {
  height: 360px;
  object-fit: contain;
}
.book-wrapper .name {
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 28px;
}
.book-wrapper .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  padding: 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.book-wrapper .info div {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
.book-wrapper .info div.desc {
  transition-delay: 0.2s;
}
.book-wrapper .info div.more {
  transition-delay: 0.4s;
}
.book-wrapper .title {
  font-size: 22px;
  color: #fffefe;
  font-weight: 700;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
}
.book-wrapper .desc {
  font-size: 16px;
  color: rgba(255, 254, 254, 0.9);
  line-height: 28px;
  max-height: 112px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 22px auto 40px;
}
.book-wrapper .icon {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 0 auto;
  background-image: url(../img/plus2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition-delay: 0.4s;
}
.hotbook-wrapper .list ul {
  flex-flow: wrap;
}
.hotbook-wrapper .list ul li {
  margin-top: 54px;
}
.bookinfo-wrapper {
  padding-bottom: 0!important;
}
.bookinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.bookinfo-wrapper .box-1 .pic-box,
.bookinfo-wrapper .box-1 .info-box {
  width: 50%;
}
.bookinfo-wrapper .box-1 .pic-box {
  padding: 20px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background-color: #f7f8f9;
}
.bookinfo-wrapper .box-1 .info-box {
  padding-left: 100px;
}
.bookinfo-wrapper .box-1 .name {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.bookinfo-wrapper .box-1 .brief {
  font-size: 26px;
  line-height: 36px;
  font-family: "light";
}
.bookinfo-wrapper .box-1 .swiper {
  width: 49.45%;
  padding: 56px 0 64px;
  margin-left: 126px;
}
.bookinfo-wrapper .content {
  line-height: 34px;
}
.bookinfo-wrapper .label {
  margin: 45px auto 30px;
}
.bookinfo-wrapper .label ul {
  font-size: 0;
}
.bookinfo-wrapper .label ul li {
  cursor: default;
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
  padding: 0 5px;
  line-height: 33px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 18px;
  color: #f2b08e;
  border: solid 1px #f2b08e;
  text-align: center;
  margin-right: 10px;
}
.bookinfo-wrapper .label ul li:last-child {
  margin-right: 0;
}
.bookinfo-wrapper .label ul li:nth-child(3n+2) {
  color: #9ae5bf;
  border-color: #9ae5bf;
}
.bookinfo-wrapper .label ul li:nth-child(3n+3) {
  color: #d98383;
  border-color: #d98383;
}
.bookinfo-wrapper .thumbs {
  width: 80px;
}
.bookinfo-wrapper .thumbs a {
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 6px;
}
.bookinfo-wrapper .thumbs a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  opacity: 1;
}
.bookinfo-wrapper .thumbs a:last-child {
  margin-bottom: 0;
}
.bookinfo-wrapper .thumbs a.on img {
  opacity: 1;
}
.bookinfo-wrapper .thumbs a img {
  display: block;
  margin: 0 auto;
  height: 53px;
  object-fit: contain;
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bookinfo-wrapper .buy {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 23px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  background-color: #fd002f;
  margin-top: 20px;
}
.bookinfo-wrapper .buy:hover {
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.bookinfo-wrapper .buy img {
  width: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.bookinfo-wrapper .box-2 {
  position: relative;
}
.bookinfo-wrapper .box-2:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
}
.bookinfo-wrapper .tab-box {
  font-size: 0;
  border: 1px solid #ededed;
  border-bottom: none;
}
.bookinfo-wrapper .tab-box a {
  font-size: 16px;
  color: #666;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px;
  min-width: 180px;
  max-width: 220px;
  padding: 0 15px;
}
.bookinfo-wrapper .tab-box a.on,
.bookinfo-wrapper .tab-box a:hover {
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  color: #fff;
}
.bookinfo-wrapper .item {
  display: none;
  margin-top: 120px;
}
.bookinfo-wrapper .item .index-title-box h3 {
  margin-bottom: 48px;
}
.bookinfo-wrapper .item.detail-1 {
  margin-top: 0;
}
.bookinfo-wrapper .item .content {
  color: #888;
}
.bookinfo-wrapper .detail-1 li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid #ededed;
}
.bookinfo-wrapper .detail-1 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bookinfo-wrapper .detail-1 .pic {
  width: 220px;
  margin-right: 60px;
}
.bookinfo-wrapper .detail-1 .info {
  flex: 1;
  overflow: hidden;
}
.bookinfo-wrapper .detail-1 .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.bookinfo-wrapper .detail-1 .name em {
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  display: inline-block;
  color: #cfcfcf;
  margin-left: 8px;
  font-weight: 500;
}
.bookinfo-wrapper .detail-1 .level {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin: 10px auto 25px;
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4BB2DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bookinfo-wrapper .detail-1 .desc {
  line-height: 28px;
  color: #666;
  text-align: justify;
}
.bookinfo-wrapper .box-3 {
  background: url(../img/indexbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.bookinfo-wrapper .box-3 .swiper-slide {
  width: 31.57%;
  margin-right: 2.645%;
  background-color: #fff;
  padding: 54px 20px 40px;
  text-align: center;
}
.bookinfo-wrapper .box-3 .swiper-slide:last-child {
  margin-right: 0;
}
.bookinfo-wrapper .box-3 .swiper-slide:hover .name {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4BB2DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bookinfo-wrapper .box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.bookinfo-wrapper .box-3 .swiper-slide a {
  display: block;
}
.bookinfo-wrapper .box-3 .pic img {
  height: 360px;
  object-fit: contain;
}
.bookinfo-wrapper .box-3 .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-top: 26px;
  max-width: 100%;
}
.bookinfo-wrapper .swiper-pagination {
  display: none;
}
.read-wrapper li {
  padding: 35px 0;
  border-bottom: 1px solid #f0f0f0;
}
.read-wrapper li:first-child {
  border-top: 1px solid #f0f0f0;
}
.read-wrapper li:hover .line:before,
.read-wrapper li:hover .line:after {
  opacity: 1;
}
.read-wrapper li:hover .line span:before,
.read-wrapper li:hover .line span:after {
  opacity: 1;
}
.read-wrapper li:hover .title {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.read-wrapper li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.read-wrapper .pic {
  position: relative;
  width: 19.53%;
  margin-right: 80px;
}
.read-wrapper .info {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding-right: 240px;
  background: url(../img/more3.png) no-repeat right 0px center;
}
.read-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  max-width: 100%;
}
.read-wrapper .desc {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
  text-align: justify;
}
.read-wrapper .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.read-wrapper .line:before,
.read-wrapper .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.read-wrapper .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
}
.read-wrapper .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
}
.read-wrapper .line span:before,
.read-wrapper .line span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.read-wrapper .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: url(../img/line_l.jpg) no-repeat;
  background-size: cover;
}
.read-wrapper .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: url(../img/line_r.jpg) no-repeat;
  background-size: cover;
}
.digital-wrapper li {
  position: relative;
  cursor: default;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  height: 80px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 30px 0 40px;
}
.digital-wrapper li:last-child {
  margin-bottom: 0;
}
.digital-wrapper li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#f6df00, #f6df00);
  background-blend-mode: normal, 
				normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.digital-wrapper li:hover:before {
  visibility: visible;
  opacity: 0.9;
}
.digital-wrapper li:hover * {
  color: #fff;
}
.digital-wrapper li:hover .date {
  opacity: 0.7;
}
.digital-wrapper li:hover .download {
  background-image: url(../img/download2.png);
}
.digital-wrapper li * {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.digital-wrapper .date {
  font-size: 18px;
  color: #b2b4b6;
  line-height: 24px;
  font-family: "regular";
}
.digital-wrapper .title {
  flex: 1;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 46px;
}
.digital-wrapper .download {
  color: #999;
  padding-left: 36px;
  line-height: 22px;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.journal-wrapper {
  padding-bottom: 0!important;
}
.journal-wrapper .content {
  font-size: 14px;
}
.journal-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.journal-wrapper .box-1 .info-box {
  width: 45.18%;
}
.journal-wrapper .box-1 .en {
  font-size: 60px;
  font-family: "light";
  text-transform: uppercase;
  line-height: 50px;
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.journal-wrapper .box-1 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 16px auto 46px;
}
.journal-wrapper .box-1 .pic-box {
  position: relative;
  width: 50.52%;
  height: 100%;
  padding: 50px 0 40px;
}
.journal-wrapper .box-1 .pic-box.animated:before {
  height: 80%;
}
.journal-wrapper .box-1 .pic-box.animated:after,
.journal-wrapper .box-1 .pic-box.animated .pic > img {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.journal-wrapper .box-1 .pic-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 5.15%;
  width: 104px;
  top: 0;
  z-index: 1;
  height: 0;
  background: url(../img/dot.png) repeat;
  transition: height 2s ease;
  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -ms-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition-delay: 1.5s;
}
.journal-wrapper .box-1 .pic-box:after {
  content: "";
  width: 90.72%;
  height: 82.23%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../img/journalbg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 1.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
  transform: translateX(30%);
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
}
.journal-wrapper .box-1 .pic-box .pic {
  position: relative;
  width: 90.2%;
  margin-right: 0;
  margin-left: auto;
  overflow: inherit;
}
.journal-wrapper .box-1 .pic-box .pic > img {
  position: relative;
  display: block;
  z-index: 1;
  transition: transform 1.5s ease;
  -webkit-transition: transform 1.5s ease;
  -moz-transition: transform 1.5s ease;
  -ms-transition: transform 1.5s ease;
  -o-transition: transform 1.5s ease;
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
}
.journal-wrapper .box-1 .content {
  line-height: 30px;
}
.journal-wrapper .box-1 .content p {
  text-indent: 30px;
}
.journal-wrapper .box-2 {
  background-color: #f7f7f7;
}
.journal-wrapper .box-2 .swiper-box {
  position: relative;
}
.journal-wrapper .box-2 .swiper-slide {
  width: 33.86%;
}
.journal-wrapper .box-2 .brief {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  width: 79.42%;
  margin: 0 auto 44px;
}
.journal-wrapper .box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.journal-wrapper .box-2 .pic {
  border: solid 10px #fff;
  border-radius: 10px;
}
.journal-wrapper .box-2 .pic img {
  height: 368px;
  object-fit: cover;
}
.journal-wrapper .box-2 .shadow {
  background: url(../img/shadow2.png) no-repeat center center;
  background-size: contain;
  height: 60px;
}
.journal-wrapper .box-2 .swiper-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -20px;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.journal-wrapper .box-2 .prev {
  left: -80px;
  background-image: url(../img/prev5.png);
}
.journal-wrapper .box-2 .prev:hover {
  background-image: url(../img/prev6.png);
}
.journal-wrapper .box-2 .next {
  right: -80px;
  background-image: url(../img/next5.png);
}
.journal-wrapper .box-2 .next:hover {
  background-image: url(../img/next6.png);
}
.journal-wrapper .box-3 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.journal-wrapper .box-3 .pic {
  width: 52.083%;
}
.journal-wrapper .box-3 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.journal-wrapper .box-3 .info {
  width: 47.917%;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.journal-wrapper .box-3 .info .inner {
  width: 100%;
  padding: 20px 90px;
}
.journal-wrapper .box-3 .index-title-box h3 {
  margin-bottom: 38px;
}
.journal-wrapper .box-3 .content {
  color: #808080;
  line-height: 28px;
  max-height: 196px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-bottom: 52px;
}
.journal-wrapper .box-3 .index-btn {
  margin: 0;
}
.journal-wrapper .box-4 {
  padding: 130px 0;
  background: url(../img/journalbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.journal-wrapper .box-4 .index-title-box p {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.journal-wrapper .box-4 .index-title-box h3 {
  color: #fff;
}
.journal-wrapper .box-4 .list {
  margin-bottom: 74px;
}
.journal-wrapper .box-4 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.journal-wrapper .box-4 .list li {
  width: 18.88%;
  text-align: center;
}
.journal-wrapper .box-4 .list li:hover .icon:before {
  -webkit-animation: iconScale 1.3s ease-out 75ms infinite;
  -moz-animation: iconScale 1.3s ease-out 75ms infinite;
  animation: iconScale 1.3s ease-out 75ms infinite;
}
.journal-wrapper .box-4 .title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  margin: 36px auto 10px;
}
.journal-wrapper .box-4 .desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  text-align: center;
  font-family: "regular";
}
.journal-wrapper .box-4 .icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.journal-wrapper .box-4 .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #25a7db 0%, #a7df57 100%), linear-gradient(#1f62ae, #1f62ae);
  background-blend-mode: normal, 
					normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.journal-wrapper .box-4 .icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.journal-wrapper .qrcode-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.journal-wrapper .qrcode-box li {
  position: relative;
  cursor: pointer;
  width: 220px;
  text-align: center;
  margin-right: 30px;
}
.journal-wrapper .qrcode-box li:last-child {
  margin-right: 0;
}
.journal-wrapper .qrcode-box li.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.journal-wrapper .qrcode-box li:hover .name img {
  animation: shake 0.5s ease;
  -webkit-animation: shake 0.5s ease;
}
.journal-wrapper .qrcode-box .name {
  font-size: 16px;
  color: #666;
  line-height: 46px;
  background-color: #fff;
  border-radius: 23px;
}
.journal-wrapper .qrcode-box .name img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.journal-wrapper .qrcode-box .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  z-index: 1;
  margin-left: -72px;
  width: 144px;
  background-color: #fff;
  box-shadow: 0px 0px 46px 0px rgba(6, 0, 1, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.journal-wrapper .qrcode-box .hidebox:before {
  content: "";
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  z-index: 1;
}
.journal-wrapper .qrcode-box .hidebox img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.category-box {
  margin-bottom: 70px;
}
.category-box .box-container {
  font-size: 0;
  text-align: center;
}
.category-box a {
  display: inline-block;
  position: relative;
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 7px;
  margin-right: 70px;
}
.category-box a:last-child {
  margin-right: 0;
}
.category-box a:hover,
.category-box a.on {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.category-box a:hover:after,
.category-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.category-box a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.contact-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.contact-wrapper .info {
  width: 34%;
}
.contact-wrapper .info li {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 28px;
  position: relative;
  padding-left: 52px;
}
.contact-wrapper .info li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .info li img {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-wrapper .pic {
  width: 58.6%;
}
.contact-wrapper .pic img {
  transition-duration: 3s;
}
.contact-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.copyright-wrapper {
  padding-bottom: 0!important;
}
.copyright-wrapper .contact {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.copyright-wrapper .contact:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
.copyright-wrapper .contact .item {
  width: 40%;
}
.copyright-wrapper .contact .item:nth-child(2) .title {
  font-size: 30px;
  line-height: 36px;
}
.copyright-wrapper .contact .item:nth-child(2) .name {
  font-size: 24px;
  margin-top: 12px;
}
.copyright-wrapper .contact .title {
  font-size: 40px;
  font-family: "regular";
  line-height: 40px;
}
.copyright-wrapper .contact .name {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "regular";
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 22px auto 42px;
}
.copyright-wrapper .contact li {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 28px;
  font-family: "regular";
  padding-left: 52px;
}
.copyright-wrapper .contact li:last-child {
  margin-bottom: 0;
}
.copyright-wrapper .contact li img {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.copyright-wrapper .box-2 {
  height: 600px;
  background: url(../img/journalbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.copyright-wrapper .box-2 .index-title-box {
  margin-top: 36px;
}
.copyright-wrapper .box-2 .index-title-box p,
.copyright-wrapper .box-2 .index-title-box h3 {
  color: #fff;
}
.copyright-wrapper .box-2 .index-title-box p {
  font-size: 20px;
  margin-bottom: 0;
  opacity: 0.8;
  -webkit-text-fill-color: inherit;
}
.copyright-wrapper .box-2 .index-title-box h3 {
  margin-bottom: 12px;
}
.copyright-wrapper .box-2 .box-container {
  text-align: center;
}
.copyright-wrapper .box-2 .download {
  display: inline-block;
}
.copyright-wrapper .box-2 .download:hover {
  animation: shake 0.5s ease;
  -webkit-animation: shake 0.5s ease;
}
.copyright-wrapper .box-2 .download img {
  display: block;
  width: 82px;
  margin: 0 auto;
}
.organization-wrapper {
  padding-bottom: 0!important;
}
.organization-wrapper .list .item {
  padding: 108px 0;
}
.organization-wrapper .list .item:first-child {
  padding-top: 25px;
}
.organization-wrapper .list .item:nth-child(even) {
  background-color: #f7f7f7;
}
.organization-wrapper .list .box {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.organization-wrapper .list ul {
  width: 610px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.organization-wrapper .list li {
  font-size: 22px;
  line-height: 24px;
  color: #666;
  width: 29%;
  margin-top: 52px;
}
.organization-wrapper .list li:nth-child(-n+4) {
  margin-top: 0;
}
.organization-wrapper .list li:nth-child(4n) {
  width: auto;
  max-width: 25%;
}
.organization-wrapper .title {
  font-size: 26px;
  line-height: 48px;
  width: 300px;
}
.chapter-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.chapter-wrapper .index-title-box h3 {
  margin-bottom: 40px;
}
.chapter-wrapper .info,
.chapter-wrapper .pic {
  width: 50%;
}
.chapter-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.chapter-wrapper .pic img {
  transition-duration: 3s;
}
.chapter-wrapper .info {
  padding-right: 90px;
}
.chapter-wrapper .caption {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
}
.chapter-wrapper .content {
  font-size: 14px;
  line-height: 36px;
  max-height: 252px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.chapter-wrapper .index-btn {
  margin: 50px 0 0 0;
}
.publish-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.publish-wrapper li {
  width: 23.4375%;
  margin-right: 2.083%;
  margin-top: 2.083%;
  background-image: linear-gradient(0deg, #f6f9fc 0%, #f8fbfd 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
			normal;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.publish-wrapper li:hover {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.publish-wrapper li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.publish-wrapper li:hover .page-more {
  background-image: url(../img/more5.png);
}
.publish-wrapper li:hover a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.publish-wrapper li a {
  position: relative;
  display: block;
  padding: 36px 24px 47px;
}
.publish-wrapper li a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.publish-wrapper .pic img {
  height: 308px;
  object-fit: contain;
}
.publish-wrapper .page-more {
  margin: 0 auto;
}
.publish-wrapper .title {
  font-size: 22px;
  color: #222;
  line-height: 30px;
  margin: 20px auto 26px;
  text-align: center;
}
.notice-wrapper .content,
.notice-wrapper .content + a {
  color: #6e6e6e;
  line-height: 40px;
}
.notice-wrapper .content > p {
  text-indent: 30px;
}
.notice-wrapper .content + a {
  display: inline-block;
  font-size: 16px;
}
.notice-wrapper .content + a:hover {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.notice-wrapper .other-box p,
.notice-wrapper .other-box p a,
.notice-wrapper .other-box .title {
  font-size: 16px;
  line-height: 40px;
}
.notice-wrapper .other-box p {
  color: #6e6e6e;
  margin-bottom: 38px;
}
.notice-wrapper .other-box p:last-child {
  margin-bottom: 0;
}
.notice-wrapper .other-box p a {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;
}
.notice-wrapper .other-box .title {
  position: relative;
  color: #373c41;
  font-weight: 700;
  display: inline-block;
  padding-left: 40px;
  flex: 1;
  margin-right: 100px;
}
.notice-wrapper .other-box .title:hover {
  background-image: -webkit-linear-gradient(left, #AFE16F, #6ec4b2, #4bb2dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.notice-wrapper .other-box .title:before {
  content: "";
  width: 19px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 10;
  background: url(../img/file.png) no-repeat center left;
  background-size: contain;
}
.notice-wrapper .download {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #eceef0;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.notice-wrapper .btn {
  width: 160px;
  line-height: 50px;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#8bb5bd, #8bb5bd);
  background-blend-mode: normal, 
			normal;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.notice-wrapper .btn:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.notice-wrapper .btn img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.gotop {
  position: fixed;
  right: 50px;
  bottom: 10%;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 20;
  display: none;
  background-image: linear-gradient(-47deg, #25a7db 0%, #a7df57 100%), linear-gradient(#0e6eb8, #0e6eb8);
  background-blend-mode: normal, 
		normal;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.gotop:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.gotop:hover:before {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}
.gotop:before {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-image: url(../img/gotop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 18px auto 6px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.market-wrapper {
  padding-bottom: 0!important;
}
.market-wrapper .cat-box {
  text-align: center;
  margin-bottom: 60px;
  font-size: 0;
}
.market-wrapper .cat-box a {
  display: inline-block;
  min-width: 168px;
  line-height: 52px;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  margin-right: 40px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.market-wrapper .cat-box a.on {
  color: #fff;
  border-color: #fff;
  background-color: #a5de58;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
}
.market-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.market-wrapper .list ul li {
  cursor: default;
  width: 31.12%;
  background-color: #f9f9f9;
  border-radius: 20px;
  margin-top: 60px;
  margin-right: 3.32%;
  padding: 54px 36px 42px 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.market-wrapper .list ul li:hover {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.market-wrapper .list ul li:nth-child(-n+3) {
  margin-top: 0;
}
.market-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.market-wrapper .list .name {
  font-size: 26px;
  color: #393435;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.market-wrapper .list .desc {
  font-size: 15px;
  color: #999;
  line-height: 36px;
  min-height: 144px;
}
.market-wrapper .box-2 {
  text-align: center;
  padding: 220px 0 200px;
  background: url(../img/market.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.market-wrapper .box-2 .icon {
  display: block;
  margin: 0 auto;
}
.market-wrapper .box-2 .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin: 36px auto 16px;
}
.market-wrapper .box-2 p {
  font-size: 20px;
  font-family: "light";
  line-height: 30px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
/*分页*/
.pageNum {
  margin-top: 80px;
  text-align: center;
  font-size: 0;
}
.pageNum a {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-family: Arial;
  vertical-align: middle;
  width: 48px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #efefef;
  margin: 0 5px;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.pageNum .btn {
  width: 100px;
}
.pageNum .dot {
  line-height: 28px;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-image: linear-gradient(-58deg, #25a7db 0%, #a7df57 100%), linear-gradient(#4fa586, #4fa586);
  background-blend-mode: normal, 
			normal;
}
.pageNum .prev:hover i {
  background-image: url(../img/iprev2.png);
}
.pageNum .prev i {
  background-image: url(../img/iprev.png);
  margin-right: 10px;
}
.pageNum .next:hover i {
  background-image: url(../img/inext2.png);
}
.pageNum .next i {
  background-image: url(../img/inext.png);
  margin-left: 10px;
}
.pageMore {
  display: none;
  margin-top: 30px;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(-90deg, #25a7db 0%, #a7df57 100%), linear-gradient(#e3a023, #e3a023);
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes iconScale {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes circleAni {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes circleAni2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
