@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版权所有 2019 钜潞科技网页设计公司，并保留所有权利。
 * 网站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Ling $
 * $Date: 2019-03-01 Mon. $
 * **请注意: 本样式档提供各分页制作独立样式，共同样式请於完成后并入此样式档。
*/
/* 为了避免 Bootstrap 设置的全局盒模型所带来的影响，可以重置单个页面元素或复盖整个区域的盒模型。 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gsc-adBlock {
  display: none !important;
}
/* Global Style */
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  line-height: 1.8;
  font-family: 'Microsoft YaHei', 'Arial', sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
* {
  -webkit-backface-visibility: hidden;
}
img {
  border: 0;
  vertical-align: bottom;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
:focus,
:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
label {
  font-weight: inherit;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
textarea {
  resize: vertical;
}
ol.reset,
ul.reset,
li.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}
/*===== 共用 =====*/
@media (min-width:1500px) {
  .container {
    width: 1380px;
  }
}
/* fixed-float */
.fixed-float {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 50;
}
.float-adv {
  width: 50px;
  text-align: center;
  font-size: 0.875rem;
  color: #fff !important;
  position: relative;
  padding: 15px 0;
  background: #4896c8;
  display: block;
  line-height: 1.4;
  border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.float-adv:before {
  content: '';
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/float_icon.png)no-repeat 0 0;
  background-size: 30px auto;
  margin: 0 auto;
}
.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fa6252;
  color: #fff !important;
  font-size: 0.875rem;
  margin: 10px 0 0;
  display: block;
  text-align: center;
  padding: 12px 0 0;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.scroll-top:before {
  content: '';
  position: relative;
  display: block;
  width: 14px;
  height: 5px;
  background: url(../images/float_icon.png)no-repeat 0 bottom;
  margin: 0 auto;
}
@media (min-width:1025px) {
  .float-adv:hover {
    background: #3c86b5;
  }
  .scroll-top:hover {
    background: #e75343;
  }
}
@media (max-width:991px) {
  .fixed-float {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width:640px) {
  .fixed-float {
    right: 15px;
    bottom: 15px;
  }
  .float-adv {
    width: 45px;
    padding: 10px 0;
  }
  .scroll-top {
    width: 45px;
    height: 45px;
    padding: 10px 0 0;
  }
}
/* text-edit */
.text-edit {
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
}
.text-edit span,
.edit-wrap span {
  display: inline;
}
.text-edit:before,
.text-edit:after {
  content: '';
  display: table;
}
.text-edit:after {
  clear: both;
}
.text-edit * {
  max-width: 100%;
}
.text-edit img {
  height: auto !important;
  max-width: 100%;
}
@media (max-width:991px) {
  .text-edit {
    font-size: 1rem;
  }
}
.edit-wrap {
  padding: 50px 0;
}
@media (max-width:1499px) {
  .edit-wrap {
    padding: 40px 0;
  }
}
@media (max-width:991px) {
  .edit-wrap {
    padding: 20px 0;
  }
}
/*scroll-view */
.scroll-fade {
  opacity: 0;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.scroll-fade.scroll-view {
  opacity: 1;
}
.scroll-fade-down {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.scroll-fade-down.scroll-view {
  opacity: 1;
}
.scroll-fade-down.scroll-view {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.scroll-fade-up {
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.scroll-fade-up.scroll-view {
  opacity: 1;
}
.scroll-fade-up.scroll-view {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.scroll-fade-left {
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.scroll-fade-left.scroll-view {
  opacity: 1;
}
.scroll-fade-left.scroll-view {
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.scroll-fade-right {
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
.scroll-fade-right.scroll-view {
  opacity: 1;
}
.scroll-fade-right.scroll-view {
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.scroll-img-scale {
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  -moz-transition: -moz-transform 1.5s 0.15s;
  -o-transition: -o-transform 1.5s 0.15s;
  -webkit-transition: -webkit-transform 1.5s;
  -webkit-transition-delay: 0.15s;
  -webkit-transition: -webkit-transform 1.5s 0.15s;
  transition: -webkit-transform 1.5s 0.15s;
  -o-transition: transform 1.5s 0.15s;
  transition: transform 1.5s 0.15s;
  transition: transform 1.5s 0.15s, -webkit-transform 1.5s 0.15s;
}
.scroll-img-scale.scroll-view {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scroll-box-scale {
  -ms-transform: scale(.7, .7);
  transform: scale(.7, .7);
  -webkit-transform: scale(.7, .7);
  transform: scale(.7, .7);
  opacity: 0;
  -moz-transition: -moz-transform 1s 0.15s;
  -o-transition: -o-transform 1s 0.15s;
  -webkit-transition: -webkit-transform 1s;
  -webkit-transition-delay: 0.15s;
  -webkit-transition: -webkit-transform 1s 0.15s;
  transition: -webkit-transform 1s 0.15s;
  -o-transition: transform 1s 0.15s;
  transition: transform 1s 0.15s;
  transition: transform 1s 0.15s, -webkit-transform 1s 0.15s;
}
.scroll-box-scale.scroll-view {
  opacity: 1;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* page-banner */
.page-banner {
  position: relative;
  overflow: hidden;
}
.page-banner .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
  letter-spacing: 3px;
  margin-top: -20px;
}
.page-banner .s-ti {
  font-size: 2.813rem;
  margin: 0;
  line-height: 1.5;
}
.page-banner .txt p {
  margin: 0;
  font-size: 1.375rem;
  color: #fff;
}
.page-banner .pic {
  position: relative;
  width: 100%;
  height: 480px;
}
.page-banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width:1499px) {
  .page-banner .pic {
    height: 400px;
  }
}
@media (max-width:1199px) {
  .page-banner .pic {
    height: 350px;
  }
  .page-banner img {
    min-height: auto;
    min-width: auto;
    width: auto;
    height: 100%;
  }
  .page-banner .s-ti {
    font-size: 2.375rem;
  }
  .page-banner .txt p {
    font-size: 1.25rem;
  }
}
@media (max-width:991px) {
  .page-banner .pic {
    height: 300px;
  }
  .page-banner .s-ti {
    font-size: 2rem;
  }
  .page-banner .txt {
    margin-top: -15px;
  }
  .page-banner .txt p {
    font-size: 1.125rem;
  }
}
@media (max-width:640px) {
  .page-banner .pic {
    height: 250px;
  }
  .page-banner .s-ti {
    font-size: 1.75rem;
  }
  .page-banner .txt p {
    font-size: 1rem;
  }
  .page-banner .txt {
    margin-top: 0;
  }
}
/* page-crumbs */
.page-crumbs {
  position: relative;
  font-size: 0;
  background: #fff;
}
.page-crumbs:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, .1);
  border-top: 1px solid #dcdcdc;
}
.page-crumbs ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.125rem;
  color: #222;
  padding: 0 15px;
}
.page-crumbs ul > li:first-child {
  padding: 0;
}
.page-crumbs ul > li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  right: 0;
  top: 50%;
  margin-top: -9px;
  background: #2d2d2d;
}
.page-crumbs ul > li:first-child:after,
.page-crumbs ul > li:last-child:after {
  display: none;
}
.page-crumbs ul > li .home {
  display: block;
  font-size: 0;
  width: 65px;
  height: 65px;
  background: url(../images/home_icon.png)no-repeat center center #2d2d2d;
}
.page-crumbs ul > li > a {
  color: #222;
}
.page-crumbs ul > li:last-child {
  color: #4896c8;
}
@media (max-width:1199px) {
  .page-crumbs .container {
    padding: 0;
    width: 100%;
  }
  .page-crumbs ul > li .home {
    width: 50px;
    height: 50px;
    background-size: 35px auto;
  }
  .page-crumbs ul > li {
    font-size: 1rem;
  }
}
@media (max-width:767px) {
  .page-crumbs {
    display: none !important;
  }
}
@media (max-width:640px) {
  .page-crumbs ul > li {
    padding: 0 10px;
  }
  .page-crumbs ul > li .home {
    width: 40px;
    height: 40px;
    background-size: 25px auto;
  }
  .page-crumbs ul > li {
    font-size: 0.938rem;
  }
}
/* p-main-wrap */
.p-main-wrap {
  font-size: 0;
  padding: 65px 0;
}
.p-main-wrap .note {
  font-size: 1.125rem;
  text-align: center;
  padding: 20px 0;
}
.p-main-wrap .note a.login {
  display: inline-block;
  padding: 5px 20px;
  margin-left: 5px;
  background: #2d2d2d;
  color: #fff;
}
.p-main-wrap .note a.login:hover {
  background: #464646;
}
.page-menu {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  padding-right: 6%;
  position: relative;
}
.page-menu .m-ti {
  line-height: 1.5;
  font-size: 1.875rem;
  margin: 0 0 20px;
  color: #222;
  font-weight: bold;
  padding-left: 45px;
  background: url(../images/menu_icon.png)no-repeat 0 7px;
  background-size: 32px auto;
}
.page-menu .in-page {
  display: none;
}
.page-menu .f-menu > li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.page-menu .f-menu > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 1px solid rgba(191, 191, 191, .5);
  left: 0;
  top: 18px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-menu .f-menu > li:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #b5b5b5;
  left: 4px;
  top: 22px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-menu .f-menu > li > a {
  display: block;
  padding: 12px 20px 12px 32px;
  font-size: 1.071rem;
  color: #222;
  font-weight: bold;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-menu .f-menu > li > a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  right: 5px;
  top: 23px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-menu .f-menu > li.current:before {
  border-color: #b9dcee;
}
.page-menu .f-menu > li.current:after {
  background: #4896c8;
}
.page-menu .f-menu > li.current > a {
  color: #4896c8;
}
.page-menu .f-menu > li.current > a:after {
  border-color: #4896c8;
}
.page-menu .f-second {
  background: rgba(220, 220, 220, .3);
  padding: 10px 10px 10px 32px;
  display: none;
}
.page-menu .f-menu > li.current .f-second {
  display: block;
}
.page-menu .f-second > li {
  margin: 0 0 5px;
}
.page-menu .f-second > li:last-child {
  margin: 0;
}
.page-menu .f-second > li > a {
  display: block;
  font-size: 1rem;
  color: #222;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-menu .f-second > li > a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #222;
  left: 0;
  top: 13px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-menu .f-second > li.current > a {
  color: #4896c8;
}
.page-menu .f-second > li.current > a:before {
  background: #4896c8;
}
.right-cont {
  width: calc(100% - 350px);
  display: inline-block;
  vertical-align: top;
}
@media (min-width:1025px) {
  .page-menu .f-menu > li:hover:before {
    border-color: #b9dcee;
  }
  .page-menu .f-menu > li:hover:after {
    background: #4896c8;
  }
  .page-menu .f-menu > li:hover > a {
    color: #4896c8;
  }
  .page-menu .f-menu > li:hover > a:after {
    border-color: #4896c8;
  }
  .page-menu .f-second > li:hover > a {
    color: #4896c8;
  }
  .page-menu .f-second > li:hover > a:before {
    background: #4896c8;
  }
}
@media (min-width:992px) {
  .page-menu .f-menu {
    display: block !important;
  }
}
@media (max-width:1199px) {
  .p-main-wrap {
    padding: 50px 0;
  }
  .page-menu {
    width: 30%;
    padding-right: 35px;
  }
  .page-menu .m-ti {
    font-size: 1.625rem;
    background-position: 0 8px;
    padding-left: 35px;
    background-size: 25px auto;
  }
  .right-cont {
    width: 70%;
  }
}
@media (max-width:991px) {
  .p-main-wrap {
    padding: 30px 0;
  }
  .page-menu {
    margin: 35px 0 0;
  }
  .page-menu .m-ti {
    font-size: 1.5rem;
    padding: 0 0 10px;
    background: url(../images/hover.jpg)no-repeat center bottom;
    background-size: 100% 3px;
    margin: 0 0 10px;
  }
  .page-menu .f-menu > li > a {
    font-size: 1rem;
    padding: 8px 20px 8px 28px;
  }
  .page-menu .f-menu > li:before {
    top: 12px;
  }
  .page-menu .f-menu > li:after {
    top: 16px;
  }
  .page-menu .f-menu > li > a:after {
    top: 18px;
  }
}
@media (max-width:767px) {
  .p-main-wrap {
    padding: 40px 0;
  }
  .page-menu {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    position: relative;
    z-index: 3;
  }
  .page-menu .m-ti {
    font-size: 1.625rem;
    padding-left: 35px;
    background: url(../images/menu_icon.png)no-repeat 0 8px;
    background-size: auto 25px;
    margin: 0;
  }
  .page-menu .in-page {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1.071rem;
    padding: 8px 20px 8px 42px;
    display: block;
    background: #fff;
    text-align: left;
    color: #4896c8;
  }
  .page-menu .in-page:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4896c8;
    border-right: 2px solid #4896c8;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    right: 20px;
    top: 18px;
  }
  .page-menu .in-page i {
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 1px solid #b9dcee;
    left: 10px;
    top: 14px;
  }
  .page-menu .in-page i:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #4896c8;
    left: 50%;
    top: 50%;
    margin: -5.5px 0 0 -5.5px;
  }
  .page-menu .f-menu {
    background: #f8f8f8;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
  }
  .right-cont {
    width: 100%;
    display: block;
  }
}
@media (max-width:640px) {
  .p-main-wrap {
    padding: 30px 0;
  }
  .page-menu .in-page {
    padding: 8px 20px 8px 32px;
  }
  .page-menu .in-page i {
    left: 5px;
  }
  .page-menu .f-menu {
    padding: 0 15px;
  }
}
.page-top-menu {
  text-align: center;
  margin: 0 0 50px;
}
.page-top-menu .in-page {
  display: none;
}
.page-top-menu .menu-list > li {
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.page-top-menu .menu-list > li > a {
  display: block;
  min-width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.125rem;
  color: #222;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-top-menu .menu-list > li > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #fa6050 transparent transparent transparent;
  left: 50%;
  margin-left: -7px;
  top: 90%;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-top-menu .menu-list > li.current > a {
  color: #fff;
  background: #fa6050;
  border: 1px solid #fa6050;
}
.page-top-menu .menu-list > li.current > a:after {
  opacity: 1;
  top: 100%;
}
@media (min-width:1025px) {
  .page-top-menu .menu-list > li:hover > a {
    color: #fff;
    background: #fa6050;
    border: 1px solid #fa6050;
  }
  .page-top-menu .menu-list > li:hover > a:after {
    opacity: 1;
    top: 100%;
  }
}
@media (max-width:1199px) {
  .page-top-menu {
    margin: 0 0 40px;
  }
  .page-top-menu .menu-list > li > a {
    min-width: 180px;
    font-size: 1.071rem;
  }
}
@media (max-width:991px) {
  .page-top-menu {
    margin: 0 0 30px;
  }
  .page-top-menu .menu-list > li {
    width: 20%;
  }
  .page-top-menu .menu-list > li > a {
    min-width: auto;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    font-size: 1rem;
  }
}
@media (min-width:768px) {
  .page-top-menu .menu-list {
    display: block !important;
  }
}
@media (max-width:767px) {
  .page-top-menu {
    position: relative;
    margin: 0 0 20px;
    z-index: 10;
  }
  .page-top-menu .in-page {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 1.071rem;
    border-radius: 3px;
    padding: 0 15px 0 43px;
    color: #fff;
    background: #fa6050;
    border: 1px solid #fa6050;
    text-align: left;
  }
  .page-top-menu .in-page i {
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    left: 15px;
    top: 50%;
    margin-top: -9.5px;
  }
  .page-top-menu .in-page i:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -5.5px 0 0 -5.5px;
  }
  .page-top-menu .in-page:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    right: 20px;
    top: 15px;
  }
  .page-top-menu .menu-list {
    position: absolute;
    background: #fff;
    border-radius: 3px;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
    display: none;
  }
  .page-top-menu .menu-list > li {
    display: block;
    width: 100%;
  }
  .page-top-menu .menu-list > li > a {
    text-align: left;
    padding: 0 15px 0 40px;
  }
  .page-top-menu .menu-list > li > a:after {
    display: none;
  }
  .page-top-menu .menu-list > li.current > a {
    background: #fff;
    color: #fa6050;
  }
}
/* right-cont-ti-box */
.page-ti-box {
  position: relative;
  padding-bottom: 15px;
  margin-top: -10px;
}
.page-ti-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(220, 220, 220, .3);
  border-top: 1px solid #dcdcdc;
}
.page-ti-box .ti {
  margin: 0;
  line-height: 1.5;
  float: left;
  padding-left: 60px;
  font-size: 2.5rem;
  color: #222;
  position: relative;
  font-weight: bold;
}
.page-ti-box .ti:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 60px;
  background: url(../images/light_icon.png)no-repeat 0 0;
  background-size: 50px auto;
  left: 0;
  top: 0;
}
.page-ti-box .other-link {
  float: right;
  margin: 20px 0 0;
}
.page-ti-box .other-link .download {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
}
.page-ti-box .other-link .download:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  background: url(../images/cloud_icon.png)no-repeat 0 0;
  background-size: 40px auto;
  top: 0;
  left: 0;
}
.page-ti-box .other-link .download .items {
  font-size: 1.071rem;
  color: #222;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-ti-box .other-link .download .items:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #dcdcdc;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}
.page-ti-box .other-link .download .items:last-child:after {
  display: none;
}
.page-ti-box .other-link .date {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  font-size: 1.125rem;
  color: #222;
}
.page-ti-box .other-link .date:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/date_icon.png)no-repeat center center;
  background-size: 25px auto;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
}
.page-ti-box .other-link .share {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 35px;
}
.page-ti-box .other-link .share:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/share.png)no-repeat center center;
  background-size: 20px auto;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.page-ti-box .other-link .share a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: url(../images/share_icon.png)no-repeat 0 0 #3b5998;
  background-size: auto 35px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
@media (min-width:1025px) {
  .page-ti-box .other-link .download .items:hover {
    color: #4896c8;
  }
  .page-ti-box .other-link .share a:hover {
    background-color: #32508a;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@media (max-width:1699px) {
  .page-ti-box .ti {
    font-size: 2.25rem;
    padding-left: 55px;
  }
  .page-ti-box .ti:before {
    height: 50px;
    background-size: auto 50px;
  }
  .page-ti-box .other-link {
    margin: 15px 0 0;
  }
}
@media (max-width:1499px) {
  .page-ti-box .ti {
    font-size: 2rem;
  }
  .page-ti-box .other-link .date {
    font-size: 1.071rem;
  }
}
@media (max-width:1199px) {
  .page-ti-box .ti {
    font-size: 1.75rem;
    padding-top: 8px;
    padding-left: 48px;
  }
  .page-ti-box .ti:before {
    height: 45px;
    background-size: auto 45px;
    top: 2px;
  }
  .page-ti-box .other-link {
    margin: 12px 0 0;
  }
  .page-ti-box .other-link .download .items {
    font-size: 1rem;
    padding: 0 12px;
  }
  .page-ti-box .other-link .download {
    margin-right: 10px;
  }
  .page-ti-box .other-link .date {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  .page-ti-box .other-link {
    margin: 0;
    float: none;
    text-align: right;
  }
  .page-ti-box .ti {
    width: 100%;
    float: none;
  }
}
@media (max-width:767px) {
  .page-ti-box {
    margin: 0;
  }
}
@media (max-width:640px) {
  .page-ti-box .other-link {
    margin: 0 0 10px;
  }
  .page-ti-box .other-link .download {
    padding-left: 30px;
    margin-right: 5px;
  }
  .page-ti-box .other-link .download:before {
    width: 30px;
    background-size: 30px auto;
  }
  .page-ti-box .other-link .download .items {
    padding: 0 8px;
    font-size: 0.938rem;
  }
  .page-ti-box .other-link .date {
    margin-right: 15px;
  }
  .page-ti-box .other-link .share {
    padding-left: 25px;
  }
  .page-ti-box .other-link .share:before {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background-size: 15px auto;
  }
  .page-ti-box .other-link .share a {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}
/* page-ti */
.page-ti {
  color: #000;
  margin: 0;
  line-height: 2;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}
.page-dec {
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  display: block;
  margin: 20px auto 0;
  max-width: 1200px;
  line-height: 2;
}
.page-dec strong {
  display: block;
  font-size: 1.75rem;
  margin: 0 0 20px;
}
@media (max-width:1499px) {
  .page-ti {
    font-size: 2.25rem;
  }
  .page-dec {
    font-size: 1.125rem;
  }
  .page-dec strong {
    font-size: 1.5rem;
  }
}
@media (max-width:1199px) {
  .page-ti {
    font-size: 1.875rem;
  }
  .page-dec {
    font-size: 1rem;
    margin: 10px auto 0;
  }
  .page-dec strong {
    font-size: 1.375rem;
    margin: 0 0 10px;
  }
}
/* 按钮 */
.btn-wrap {
  text-align: center;
  font-size: 0;
}
.btn-wrap .black-btn {
  font-size: 1rem;
  color: #fff;
  width: 180px;
  max-width: calc(50% - 20px);
  height: 50px;
  line-height: 50px;
  background: #313131;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-wrap .blue-btn {
  font-size: 1rem;
  color: #fff;
  width: 180px;
  max-width: calc(50% - 20px);
  height: 50px;
  line-height: 50px;
  background: #4896c8;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-wrap .back-btn {
  font-size: 1rem;
  color: #fff;
  width: 230px;
  height: 50px;
  line-height: 50px;
  background: #f45443;
  border-radius: 2px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-wrap .shop-btn {
  font-size: 1rem;
  color: #fff;
  width: 180px;
  max-width: calc(50% - 20px);
  height: 50px;
  line-height: 50px;
  background: #f45443;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-wrap .shop-btn i {
  font-size: 1.25rem;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media (min-width:1025px) {
  .btn-wrap .black-btn:hover {
    background: #000;
  }
  .btn-wrap .blue-btn:hover {
    background: #3b85b4;
  }
  .btn-wrap .back-btn:hover {
    background: #e04636;
  }
  .btn-wrap .shop-btn:hover {
    background: #e04636;
  }
}
@media (max-width:991px) {
  .btn-wrap {
    margin: 15px 0;
  }
}
@media (max-width:640px) {
  .btn-wrap .black-btn,
  .btn-wrap .blue-btn {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    width: 160px;
    max-width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.page-link {
  background: url(../images/black_bg.jpg);
  font-size: 0;
  text-align: center;
}
.page-link .items {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.page-link .items > a {
  display: block;
  padding: 40px 3%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.page-link .items > a .pic {
  margin: 0 auto;
  width: 100px;
}
.page-link .items > a .ti {
  margin: 15px 0 0;
  font-size: 1.071rem;
  color: #f2f6f8;
  text-align: center;
  line-height: 1.5;
}
@media (min-width:1025px) {
  .page-link .items > a:hover {
    background: rgba(0, 0, 0, .3);
  }
}
@media (max-width:1199px) {
  .page-link .items {
    width: 25%;
  }
  .page-link .items > a {
    padding: 30px 3%;
  }
}
@media (max-width:1024px) {
  .page-linkk .items > a .pic {
    width: 80px;
  }
  .page-link .items > a .ti {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  .page-link .items > a {
    padding: 20px 10px;
  }
  .page-link .items > a .pic {
    width: 60px;
  }
  .page-link .items > a .ti {
    margin: 10px 0 0;
  }
}
@media (max-width:767px) {
  .page-link .container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width:640px) {
  .page-link {
    text-align: center;
    padding: 10px 0;
  }
  .page-link .items {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
  .page-link .items > a {
    padding: 10px 10px;
  }
  .page-link .items > a .ti {
    font-size: 0.938rem;
  }
}
/* 页码 */
.pager {
  text-align: right;
  font-size: 0;
  margin: 50px 0 30px;
}
.pager .first,
.pager .last {
  font-size: 1rem;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pager .first {
  margin-right: 10px;
}
.pager .last {
  margin-left: 10px;
}
.pager .prev,
.pager .next {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  text-align: center;
  border-radius: 100%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #dcdcdc;
  margin: 0 3px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pager .a-box {
  display: inline-block;
  vertical-align: middle;
}
.pager .a-box > a {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #dcdcdc;
  margin: 0 3px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pager .a-box > a.current {
  background: #fa6050;
  color: #fff;
  border-color: #fa6050;
}
@media (min-width:1025px) {
  .pager .a-box > a:hover,
  .pager .prev:hover,
  .pager .next:hover {
    background: #fa6050;
    color: #fff;
    border-color: #fa6050;
  }
  .pager .first:hover,
  .pager .last:hover {
    border-color: #333;
  }
}
@media (max-width:1299px) {
  .pager {
    margin: 30px 0 20px;
  }
}
@media (max-width:640px) {
  .pager {
    text-align: center;
  }
}
body[data-name="index"] {
  padding-top: 79px;
}
@media (max-width: 1499px) {
  body[data-name="index"] {
    padding-top: 59px;
  }
}
@media (max-width: 639px) {
  body[data-name="index"] {
    padding-top: 0;
  }
}
/*===== header =====*/
body {
  padding-top: 80px;
}
#g-header {
  width: 100%;
  height: 80px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.translated-ltr #g-header,
.skiptranslate + #g-header {
  top: 39px;
}
#g-header .logo {
  position: absolute;
  left: 50px;
  bottom: -77.5px;
  width: 155px;
  aspect-ratio: 1;
  border-radius: 100%;
  padding: 13px;
  overflow: hidden;
  margin: 0;
  z-index: 3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
#g-header .logo > a {
  display: block;
}
#g-header .logo > a img {
  position: relative;
  z-index: 2;
}
#g-header .logo .b-logo {
  display: none;
}
#g-header .logo i {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#g-header .logo i:before {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  background: rgba(0, 0, 0, 1);
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .nav-wrap {
  margin-left: 235px;
  float: left;
  -webkit-transition: all .3s ease-in-out, opacity 1.5s, -moz-transform 0.8s;
  -o-transition: all .3s ease-in-out, opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: all .3s ease-in-out, opacity 1.5s;
  -o-transition: all .3s ease-in-out, opacity 1.5s;
  transition: all .3s ease-in-out, opacity 1.5s;
}
#g-header .nav-wrap .m-first > li {
  margin: 0 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#g-header .nav-wrap .m-first > li.s-menu-list {
  display: none !important;
}
#g-header .nav-wrap .m-first > li > a {
  display: block;
  line-height: 80px;
  color: #fff;
  font-size: 1.071rem;
  position: relative;
}
#g-header .nav-wrap .m-first > li > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(../images/hover.jpg)no-repeat center center;
  background-size: 100% 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .nav-wrap .m-first > li.current > a:after {
  opacity: 1;
}
#g-header .nav-wrap .m-second {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: rgba(255, 255, 255, .95);
  min-width: 200px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
  text-align: center;
}
#g-header .nav-wrap .m-second > li {
  position: relative;
  display: block;
}
#g-header .nav-wrap .m-second > li > a {
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  margin: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .nav-wrap .m-second > li.current > a {
  color: #4896c8;
  border-bottom: 1px solid #4896c8;
}
#g-header .nav-wrap .m-third {
  opacity: 0;
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
}
#g-header .nav-wrap .m-third:after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(../images/hover.jpg)no-repeat center center;
  background-size: 100% 3px;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .nav-wrap .m-third a {
  padding: 4px 20px;
  display: inline-block;
  font-size: 1rem;
  color: #000;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 24px;
}
#g-header .nav-wrap .m-third a:hover {
  color: #4896c8;
}
#g-header .other-link {
  background: #323762;
  float: right;
  height: 80px;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-transition: opacity 1.5s, -o-transform 0.8s;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: opacity 1.5s, -webkit-transform 0.8s;
  -o-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s, -webkit-transform 0.8s;
}
#g-header .other-link:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 15px;
  border-color: transparent transparent #323762 transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .other-link .head-member {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 15px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .other-link .head-member .m-btn {
  padding-left: 38px;
  position: relative;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .other-link .head-member .m-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/head_icon.png)no-repeat 0 0;
  background-size: auto 30px;
}
#g-header .other-link .head-search {
  display: inline-block;
  padding: 15px 0;
  margin-right: 10px;
}
#g-header .other-link .head-search a.btn-search + .hover {
  position: absolute;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 5px;
  display: none;
  border: 1px solid #858b8d;
  /* 區塊陰影 */
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
#g-header .other-link .head-search a.btn-search + .hover .btn-go {
  background: #323762;
  width: 36px;
  height: 36px;
  border: none;
  font-size: 12px;
  color: #fff;
}
#g-header .other-link .head-search a.btn-search + .hover .search-txt {
  color: #333;
  font-size: 12px;
  background: transparent;
  border: none;
}
#g-header .other-link .head-search a.btn-search + .hover {
  top: 60px;
  left: 50px;
}
#g-header .other-link .head-search a.btn-search {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 100%;
  background: url(../images/search_icon.png)no-repeat center center;
  background-size: 100% auto;
}
#g-header .other-link .head-lang {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 15px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .other-link .head-lang .lang-btn {
  padding: 5px 0;
  padding-left: 38px;
  position: relative;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .other-link .head-lang .lang-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/head_icon.png)no-repeat right 0;
  background-size: auto 30px;
}
#g-header .other-link .head-lang .lang-btn span {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  position: relative;
  line-height: 1.5;
}
#g-header .other-link .head-lang .lang-btn span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: -17px;
  margin-top: -3px;
}
#g-header .other-link .head-lang .more-lang {
  position: absolute;
  top: calc(100% - 5px);
  right: 0;
  min-width: 140px;
  background: #fff;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}
#g-header .other-link .head-lang .more-lang > a {
  display: block;
  font-size: 0.938rem;
  color: #000;
  text-align: center;
  padding: 3px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-header .other-link .head-lang .more-lang > a.current {
  color: #4896c8;
  text-decoration: underline;
}
#g-header .switch {
  display: none;
}
/*@media (min-width: 1025px){*/
@media (min-width: 1501px) {
  #g-header .nav-wrap .m-first {
    display: block !important;
  }
  #g-header .nav-wrap .m-first > li:hover > a:after {
    opacity: 1;
  }
  #g-header .nav-wrap .m-second > li:hover > a {
    color: #4896c8;
  }
  #g-header .nav-wrap .m-second,
  #g-header .nav-wrap .m-third {
    opacity: 0;
    display: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #g-header .nav-wrap .m-first > li:hover .m-second,
  #g-header .nav-wrap .m-second > li:hover .m-third {
    opacity: 1;
    pointer-events: auto;
    display: block !important;
  }
  #g-header .other-link .head-lang .more-lang > a:hover {
    color: #4896c8;
  }
  #g-header .other-link .head-lang .more-lang {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #g-header .other-link .head-lang:hover .more-lang {
    opacity: 1;
    pointer-events: auto;
  }
  #g-header .other-link .head-member:hover .m-btn,
  #g-header .other-link .head-lang:hover .lang-btn {
    color: rgba(255, 255, 255, .7);
  }
}
@media (max-width:1680px) {
  #g-header .nav-wrap .m-first > li {
    margin: 0 25px;
  }
}
@media (max-width:1400px) {
  #g-header .nav-wrap .m-first > li {
    margin: 0 8px;
  }
}
@media (max-width:1199px) {
  #g-header .other-link {
    padding: 10px 20px;
  }
}
@media (max-width:1500px) {
  body {
    padding-top: 60px;
  }
  #g-header {
    height: 60px;
  }
  #g-header.open {
    left: -250px;
  }
  #g-header .other-link {
    padding: 0 30px;
    height: 60px;
  }
  #g-header .logo {
    width: 100px;
    padding: 10px;
    bottom: -40px;
    left: 5%;
  }
  #g-header .logo i:before {
    width: 120px;
  }
  #g-header .other-link:before {
    border-width: 0 0 60px 15px;
  }
  #g-header .other-link .head-lang .more-lang {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #g-header .other-link .head-lang {
    margin-right: 20px;
  }
  #g-header .other-link .head-lang.open .more-lang {
    opacity: 1;
    pointer-events: auto;
  }
  #g-header .switch {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #g-header .switch strong {
    padding-left: 38px;
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #g-header .switch span {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
  #g-header .switch span i {
    position: absolute;
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, .8);
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #g-header .switch span i:nth-child(1) {
    margin-top: -8px;
  }
  #g-header .switch span i:nth-child(4) {
    margin-top: 6px;
  }
  #g-header .switch span i:nth-child(3) {
    opacity: 0;
  }
  #g-header.open .switch strong {
    padding-left: 35px;
  }
  #g-header.open .switch span i:nth-child(3) {
    opacity: 1;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #g-header.open .switch span i:nth-child(2) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #g-header.open .switch span i:nth-child(1),
  #g-header.open .switch span i:nth-child(4) {
    opacity: 0;
  }
  #g-header .nav-wrap {
    position: fixed;
    z-index: 2;
    right: -250px;
    top: 0;
    background: #fff;
    width: 250px;
    height: 100vh;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    opacity: 0;
  }
  #g-header.open .nav-wrap {
    right: 0;
    opacity: 1;
  }
  #g-header .nav-wrap .m-first > li {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  #g-header .nav-wrap .m-first > li.s-menu-list {
    display: block !important;
  }
  #g-header .nav-wrap .m-first > li.b-menu-list {
    display: none !important;
  }
  #g-header .nav-wrap .m-first > li > a {
    line-height: 2;
    color: #222;
    display: block;
    padding: 10px 35px 10px 20px;
    text-align: left;
  }
  #g-header .nav-wrap .m-first > li > a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 24px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    opacity: 0;
  }
  #g-header .nav-wrap .m-first > li > a.more:before {
    opacity: 1;
  }
  #g-header .nav-wrap .m-first > li.open > a:before {
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    margin-top: 0;
  }
  #g-header .nav-wrap .m-second {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    display: block;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0);
    background: #f4f4f4;
    padding: 0;
    display: none;
  }
  #g-header .nav-wrap .m-second > li > a {
    border: 1px solid #f4f4f4;
    text-align: left;
    display: block;
    padding: 8px 35px 8px 20px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  #g-header .nav-wrap .m-second > li > a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 21px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    opacity: 0;
  }
  #g-header .nav-wrap .m-second > li > a.more:before {
    opacity: 1;
  }
  #g-header .nav-wrap .m-second > li.open > a:before {
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    margin-top: 0;
  }
  #g-header .nav-wrap .m-second > li:last-child > a {
    border-bottom: none;
  }
  #g-header .nav-wrap .m-second > li.current > a {
    border-bottom: 1px solid #e5e5e5;
  }
  #g-header .nav-wrap .m-third {
    display: none;
    opacity: 1;
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    border: none;
  }
  #g-header .nav-wrap .m-third:after {
    display: none;
  }
  #g-header .nav-wrap .m-third > li {
    text-align: left;
  }
  #g-header .nav-wrap .m-third a {
    position: relative;
    display: block;
    margin: 0;
    padding: 8px 20px;
    background-color: #dbdbdb;
    border-bottom: 1px solid #e5e5e5;
  }
  #g-header .nav-wrap .m-third li:last-child a {
    border-bottom: none;
  }
  #g-header .nav-wrap .m-third a:before {
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 17px;
    left: 35px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
  }
}
@media (max-width:640px) {
  #g-header .logo {
    width: 80px;
    bottom: -25px;
    padding: 8px;
  }
  #g-header .other-link {
    padding: 0 15px;
  }
  #g-header .other-link .head-member .m-btn {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
  }
  #g-header .other-link .head-member a.logout {
    color: #fff;
  }
  #g-header .other-link .head-member,
  #g-header .other-link .head-lang {
    margin-right: 10px;
  }
  #g-header .switch strong {
    display: none;
  }
  #g-header .switch span {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
}
@media (max-width:374px) {
  #g-header .logo {
    width: 100px;
    height: 100px;
    bottom: auto;
    top: 0;
    padding: 5px;
  }
  #g-header .other-link {
    padding: 0 15px 0 5px;
  }
}
#g-header.fixed {
  background: rgba(255, 255, 255, .88);
  height: 60px;
}
#g-header.fixed .logo {
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0);
  bottom: -60px;
  padding: 10px;
}
#g-header.fixed .logo .w-logo {
  display: none;
}
#g-header.fixed .logo .b-logo {
  display: block;
}
#g-header.fixed .logo i:before {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, .88);
}
#g-header.fixed .nav-wrap {
  margin-left: 220px;
}
#g-header.fixed .nav-wrap .m-first > li > a {
  line-height: 60px;
  color: #222;
}
#g-header.fixed .other-link {
  height: 60px;
  padding: 0 30px;
}
#g-header.fixed .other-link:before {
  border-width: 0 0 60px 15px;
}
@media (max-width:1199px) {
  #g-header.fixed .nav-wrap .m-first > li {
    margin: 0 20px;
  }
  #g-header.fixed .other-link {
    padding: 0 20px;
  }
}
@media (max-width:1024px) {
  #g-header.fixed {
    height: 50px;
  }
  #g-header.fixed .logo {
    bottom: -50px;
    padding: 8px;
  }
  #g-header.fixed .other-link {
    height: 50px;
  }
  #g-header.fixed .other-link:before {
    border-width: 0 0 50px 15px;
  }
  #g-header.fixed .switch,
  #g-header.fixed .other-link .head-lang,
  #g-header.fixed .other-link .head-search,
  #g-header.fixed .other-link .head-member {
    padding: 10px 0;
  }
  #g-header.fixed .nav-wrap {
    margin: 0;
  }
  #g-header.fixed .nav-wrap .m-first > li {
    margin: 0;
  }
  #g-header.fixed .nav-wrap .m-first > li > a {
    line-height: 2;
  }
  #g-header .other-link .head-search a.btn-search + .hover {
    top: 50px;
    left: 35px;
  }
}
@media (max-width:640px) {
  #g-header.fixed .logo {
    width: 100px;
    height: 100px;
    bottom: -50px;
    padding: 8px;
  }
  #g-header.fixed .logo i:before {
    width: 100px;
    height: 100px;
  }
  #g-header.fixed .other-link {
    padding: 0 15px;
  }
  #g-header .other-link .head-search a.btn-search + .hover {
    left: -10px;
  }
}
@media (max-width:374px) {
  #g-header.fixed .logo {
    width: 90px;
    height: 90px;
    padding: 5px;
  }
  #g-header.fixed .logo i:before {
    width: 90px;
    height: 90px;
  }
  #g-header.fixed .other-link {
    padding: 0 15px 0 5px;
  }
}
/*===== footer =====*/
#g-footer {
  background: url(../images/footer_mask.png)repeat center center, url(../images/footer_bg.jpg)no-repeat center center;
  background-size: auto, cover;
  font-size: 0;
}
#g-footer .info-wrap {
  padding: 50px 0;
}
#g-footer .company-info {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding-right: 15px;
}
#g-footer .company-info .m-grid {
  display: inline-block;
}
#g-footer .company-info .f-logo {
  max-width: 235px;
  display: block;
  margin: 0 auto 20px;
}
#g-footer .company-info p {
  margin: 0;
  text-align: center;
  font-size: 0.938rem;
  color: #fff;
}
#g-footer .company-info p > a {
  display: block;
  color: #fff;
}
#g-footer .company-info .share-box {
  margin: 15px 0 0;
  text-align: center;
}
#g-footer .company-info .share-box strong {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  font-size: 0.938rem;
  border-bottom: 1px solid #27b7fe;
  margin: 0 0 15px;
}
#g-footer .company-info .share-box .a-box {
  position: relative;
}
#g-footer .company-info .share-box .a-box > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: url(../images/share_icon.png)no-repeat 0 0 rgba(255, 255, 255, .23);
  background-size: auto 35px;
  margin: 0 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-footer .company-info .share-box .a-box > a.youtube {
  background-position: -35px 0;
}
#g-footer .company-info .share-box .a-box > a.weixin {
  background-position: -70px 0;
}
#g-footer .company-info .share-box .a-box > a.shipinha {
  background-position: -105px 0;
}
#g-footer .company-info .share-box .a-box > a.fb.is-open {
  background-color: #3b5998;
}
#g-footer .company-info .share-box .a-box > a.youtube.is-open {
  background-color: #ff0000;
}
#g-footer .company-info .share-box .a-box > a.weixin.is-open {
  background-color: #7bb32e;
}
#g-footer .company-info .share-box .a-box > a.shipinha.is-open {
  background-color: #fa9d3b;
}
#g-footer .company-info .share-box .a-box .qrcode-box {
  position: absolute;
  display: none;
  bottom: calc(100% + 10px);
  width: 300px;
  left: 50%;
  max-width: 200px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#g-footer .company-info .share-box .a-box > a.is-open .qrcode-box {
  display: block;
}
#g-footer .company-info .share-box .a-box .qrcode-box .img {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
#g-footer .cont-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 80%;
}
#g-footer .cont-list .box {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
#g-footer .cont-list .box.pro {
  width: 31%;
}
#g-footer .cont-list .box strong {
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 5px;
  display: block;
}
#g-footer .cont-list .box strong > a {
  color: #fff;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-footer .cont-list .box .list > a {
  color: #eee;
  display: block;
  font-size: 0.938rem;
  line-height: 1.5;
  padding: 5px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#g-footer .cont-list .box .list {
  margin-top: 20px;
}
#g-footer .cont-list .box .list:first-child {
  margin-top: 0;
}
#g-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, .22);
  padding: 15px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #eee;
}
#g-footer .copyright a {
  color: #eee;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width:1025px) {
  #g-footer .company-info .share-box .a-box > a.fb:hover {
    background-color: #3b5998;
  }
  #g-footer .company-info .share-box .a-box > a.youtube:hover {
    background-color: #ff0000;
  }
  #g-footer .company-info .share-box .a-box > a.weixin:hover {
    background-color: #7bb32e;
  }
  #g-footer .company-info .share-box .a-box > a.shipinha:hover {
    background-color: #fa9d3b;
  }
  #g-footer .cont-list .box a:hover {
    color: #bbb;
  }
  #g-footer .copyright a:hover {
    text-decoration: underline;
  }
}
@media (max-width:1199px) {
  #g-footer .container {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width:1024px) {
  #g-footer .info-wrap {
    padding: 30px 0;
  }
  #g-footer .cont-list {
    display: none;
  }
  #g-footer .company-info {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width:991px) {
  #g-footer .company-info .f-logo {
    margin: 0 0 10px;
  }
  #g-footer .company-info .f-logo img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
}
@media (max-width:640px) {
  #g-footer .info-wrap {
    padding: 20px 0;
  }
}
/*@media (max-width: 991px){

#g-footer .company-info{
  width: 30%;
  padding-right: 5%;
  vertical-align: top;
}
#g-footer .cont-list{
  width: 70%;
  vertical-align: top;
}
#g-footer .cont-list .box,
#g-footer .cont-list .box.pro{
  width: 100%;
  display: block;
  margin-top: 15px;
}
#g-footer .cont-list .box:first-child{
  margin-top: 0;
}
#g-footer .cont-list .box .list>a{
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#g-footer .cont-list .box strong{
  margin: 0;
}
#g-footer .cont-list .box .list,
#g-footer .cont-list .box .list:first-child{
  margin-top: 0;
}
}
@media (max-width: 767px){
#g-footer .info-wrap{
  padding: 30px 0 0;
}
#g-footer .company-info{
  width: 100%;
  text-align: center;
  padding: 0;
}
#g-footer .cont-list{
  width: 100%;
  margin: 30px 0 0;
}
#g-footer .cont-list .box,
#g-footer .cont-list .box.pro{
  width: 50%;
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 10px;
}
#g-footer .cont-list .box .list>a{
  display: block;
  margin: 0;
  font-size: 0.875rem;
  color: #ddd;
}
#g-footer .cont-list .box .list{
  margin-top: 20px;
}
#g-footer .cont-list .box strong{
  font-weight: normal;
  font-size: 1.071rem;
}
}*/
/*===== index =====*/
#index {
  font-size: 0;
}
@media (min-width:1600px) {
  #index .container {
    width: 1530px;
  }
}
#index .i-banner {
  overflow: hidden;
  position: relative;
}
#index .i-banner .ban-slick .box > a {
  display: block;
}
#index .i-banner .ban-slick .box img {
  display: block;
  width: 100%;
  position: relative;
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transition: -moz-transform 2s 0.15s;
  -o-transition: -o-transform 2s 0.15s;
  -webkit-transition: -webkit-transform 2s;
  -webkit-transition-delay: 0.15s;
  -webkit-transition: -webkit-transform 2s 0.15s;
  transition: -webkit-transform 2s 0.15s;
  -o-transition: transform 2s 0.15s;
  transition: transform 2s 0.15s;
  transition: transform 2s 0.15s, -webkit-transform 2s 0.15s;
  aspect-ratio: 1920 / 650;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#index .i-banner .ban-slick .first .box img,
#index .i-banner .ban-slick .in .box img {
  -ms-transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
#index .i-banner .ban-slick .box .s-pic {
  display: none !important;
}
#index .i-banner .ban-slick .slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 25px;
  text-align: center;
  z-index: 5;
}
#index .i-banner .ban-slick .slick-dots > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
#index .i-banner .ban-slick .slick-dots > li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 1px solid #fff;
  background: #707070;
  border-radius: 100%;
  display: block;
}
#index .i-banner .ban-slick .slick-dots > li.slick-active button {
  background: #4896c8;
}
#index .i-banner .scroll-down {
  width: 35px;
  height: 54px;
  background: url(../images/scroll_down.png)no-repeat 0 0;
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50%;
  margin-left: -17.5px;
}
#index .i-banner .scroll-down:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #fff;
  left: 50%;
  margin-left: -4.5px;
  top: 15px;
  -webkit-animation: scollDown 1s ease-in-out infinite;
  animation: scollDown s ease-in-out infinite;
}
@-webkit-keyframes scollDown {
  0% {
    top: 12px;
  }
  100% {
    top: 32px;
  }
}
@keyframes scollDown {
  0% {
    top: 12px;
  }
  100% {
    top: 32px;
  }
}
@keyframes scollDown {
  0% {
    top: 12px;
  }
  100% {
    top: 32px;
  }
}
@media (max-width:1199px) {
  #index .i-banner .scroll-down {
    display: none;
  }
}
@media (max-width:991px) {
  #index .i-banner .ban-slick .slick-dots {
    bottom: 20px;
  }
}
@media (max-width:640px) {
  #index .i-banner {
    margin-top: 60px;
  }
  #index .i-banner .ban-slick .box .b-pic {
    display: none !important;
  }
  #index .i-banner .ban-slick .box .s-pic {
    display: block !important;
  }
  #index .i-banner .ban-slick .slick-dots {
    bottom: 20px;
  }
  #index .i-banner .ban-slick .box img {
    aspect-ratio: 640 / 500;
  }
}
#index .i-link {
  background: url(../images/black_bg.jpg);
}
#index .i-link .items {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
#index .i-link .items > a {
  display: block;
  padding: 40px 3%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#index .i-link .items > a .pic {
  margin: 0 auto;
  width: 100px;
}
#index .i-link .items > a .ti {
  margin: 15px 0 0;
  font-size: 1.071rem;
  color: #f2f6f8;
  text-align: center;
  line-height: 1.5;
}
@media (min-width:1025px) {
  #index .i-link .items > a:hover {
    background: rgba(0, 0, 0, .3);
  }
}
@media (max-width:1199px) {
  #index .i-link .items > a {
    padding: 30px 3%;
  }
}
@media (max-width:1024px) {
  #index .i-link .items > a .pic {
    width: 80px;
  }
  #index .i-link .items > a .ti {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  #index .i-link .items > a {
    padding: 20px 10px;
  }
  #index .i-link .items > a .pic {
    width: 60px;
  }
  #index .i-link .items > a .ti {
    margin: 10px 0 0;
  }
}
@media (max-width:767px) {
  #index .i-link .container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width:640px) {
  #index .i-link {
    text-align: center;
    padding: 10px 0;
  }
  #index .i-link .items {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
  #index .i-link .items > a {
    padding: 10px 10px;
  }
}
#index .i-advantage {
  padding: 80px 0;
}
@media (max-width:1199px) {
  #index .i-advantage {
    padding: 60px 0;
  }
}
@media (max-width:991px) {
  #index .i-advantage {
    padding: 40px 0;
  }
}
#index .i-more {
  position: relative;
  overflow: hidden;
}
#index .i-more:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 60%;
  background: -o-linear-gradient(top, rgba(215, 221, 222, 0) 0%, #d7ddde 50%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(215, 221, 222, 0)), color-stop(50%, #d7ddde));
  background: -o-linear-gradient(right, rgba(215, 221, 222, 0) 0%, #d7ddde 50%);
  background: linear-gradient(270deg, rgba(215, 221, 222, 0) 0%, #d7ddde 50%);
  z-index: 2;
  left: 0;
  top: 0;
}
#index .i-more .pic {
  width: 1400px;
  max-width: 80%;
  float: right;
}
#index .i-more .txt {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#index .i-more .txt .t-cont {
  width: 40%;
}
#index .i-more .txt .m-ti {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}
#index .i-more .txt p {
  font-size: 1.125rem;
  color: #222;
  margin: 20px 0 0;
  line-height: 2;
  font-weight: bold;
}
#index .i-more .more-btn {
  font-size: 1rem;
  color: #fff;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #313131;
  border-radius: 50px;
  text-align: center;
  display: block;
  margin: 35px 0 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width:1025px) {
  #index .i-more .more-btn:hover {
    background: #000;
  }
}
@media (max-width:1499px) {
  #index .i-more .txt .m-ti {
    font-size: 2rem;
  }
  #index .i-more .txt p {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  #index .i-more .txt .m-ti {
    font-size: 1.5rem;
  }
  #index .i-more .txt p {
    font-size: 0.938rem;
    margin: 5px 0 0;
  }
  #index .i-more .container {
    width: 100%;
    padding: 0 5%;
  }
  #index .i-more .txt .t-cont {
    width: 50%;
  }
  #index .i-more .more-btn {
    margin: 20px 0 0;
  }
}
@media (max-width:767px) {
  #index .i-more .pic {
    max-width: 90%;
  }
  #index .i-more:before {
    width: 70%;
  }
}
@media (max-width:640px) {
  #index .i-more:before {
    display: none;
  }
  #index .i-more .pic {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  #index .i-more .txt {
    position: relative;
    padding: 20px 0;
    top: auto;
    left: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #index .i-more .txt .m-ti {
    text-align: center;
  }
  #index .i-more .txt .t-cont {
    width: 100%;
  }
  #index .i-more .more-btn {
    margin: 15px auto;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    width: 160px;
  }
}
/*===== class =====*/
#ai-class .pro-slick {
  padding: 34px 25px;
  position: relative;
}
#ai-class .pro-slick:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(220, 220, 220, .3);
  border-bottom: 1px solid #dcdcdc;
}
#ai-class .pro-slick:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(220, 220, 220, .3);
  border-top: 1px solid #dcdcdc;
}
#ai-class .pro-slick .box {
  padding: 0 8px;
}
#ai-class .pro-slick .box > a {
  display: block;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#ai-class .pro-slick .box > a .pic img {
  display: block;
  margin: 0 auto;
}
#ai-class .pro-slick .box > a .txt {
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
  color: #222;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#ai-class .pro-slick .box > a p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  padding: 0 5px 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 85px;
}
#ai-class .pro-slick .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 15px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: none;
  background: url(../images/aw.png)no-repeat 0 0;
}
#ai-class .pro-slick .slick-prev {
  left: 0;
}
#ai-class .pro-slick .slick-next {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width:1025px) {
  #ai-class .pro-slick .box > a:hover {
    border: 1px solid #b9dcee;
  }
  #ai-class .pro-slick .box > a:hover .txt {
    color: #4896c8;
  }
  #ai-class .pro-slick .slick-arrow:hover {
    background-position: -15px 0;
  }
}
@media (max-width:1499px) {
  #ai-class .pro-slick .box > a .txt {
    font-size: 1rem;
  }
}
@media (max-width:1199px) {
  #ai-class .pro-slick {
    padding: 30px 25px;
  }
}
@media (max-width:991px) {
  #ai-class .pro-slick .box {
    padding: 0 8px;
  }
  #ai-class .pro-slick {
    padding: 25px 25px;
  }
}
@media (max-width:640px) {
  #ai-class .pro-slick {
    padding: 20px 25px;
  }
}
@media (max-width:480px) {
  #ai-class .pro-slick .box > a .txt {
    font-size: 1.071rem;
  }
}
/*===== 顾问服务 =====*/
#service {
  background: #f6f6f6;
}
#service .text-edit {
  margin: 30px 0 0;
}
@media (max-width:991px) {
  #service .text-edit {
    margin: 20px 0 0;
  }
}
/*===== 提摩豆课程 =====*/
#course .course-list {
  position: relative;
  padding: 25px 0 0;
}
#course .course-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(212, 216, 224, .3);
  border-top: 1px solid #ccd5e6;
}
#course .course-list .items {
  padding: 25px 0;
}
#course .course-list .items .ti {
  font-size: 2.188rem;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
#course .course-list .items .cont {
  max-width: 1200px;
  margin: 20px auto 0;
  font-size: 1.125rem;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#course .course-list .items .cont.open + .a-btn .more {
  display: none !important;
}
#course .course-list .items .cont + .a-btn .close-btn {
  display: none;
  background: #f65847;
}
#course .course-list .items .cont.open + .a-btn .close-btn {
  display: inline-block !important;
}
#course .course-list .items .cont.open + .a-btn a:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
#course .course-list .items .a-btn {
  text-align: center;
  margin: 50px 0 0;
  position: relative;
}
#course .course-list .items .a-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(212, 216, 224, .3);
  border-top: 1px solid #ccd5e6;
}
#course .course-list .items .a-btn:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 100%;
  background: #ebeef3;
  left: 50%;
  top: 0;
  margin-left: -100px;
}
#course .course-list .items .a-btn a {
  display: inline-block;
  width: 170px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  background: #4896c8;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 43px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#course .course-list .items .a-btn a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/a_icon.png)no-repeat 0 0;
  background-size: 20px auto;
  margin: -4px 0 0 8px;
}
@media (min-width:1025px) {
  #course .course-list .items .a-btn a:hover {
    background: #f65847;
  }
}
@media (max-width:991px) {
  #course .course-listt {
    padding: 20px 0 0;
  }
  #course .course-list .items {
    padding: 20px 0;
  }
  #course .course-list .items .a-btn {
    margin: 30px 0 0;
  }
  #course .course-list .items .ti {
    font-size: 1.875rem;
  }
  #course .course-list .items .cont {
    margin: 10px auto 0;
    font-size: 1rem;
  }
  #course .course-list .items .a-btn a {
    font-size: 1rem;
  }
}
@media (max-width:640px) {
  #course .course-list {
    padding: 15px 0 0;
  }
  #course .course-list .items {
    padding: 15px 0;
  }
  #course .course-list .items .ti {
    font-size: 1.75rem;
  }
}
/*===== AI智慧学校 =====*/
#ai-smart ~ .p-main-wrap,
#ai-smart .p-main-wrap {
  padding-top: 0;
}
#ai-smart .text-edit {
  margin: 0;
}
/* #ai-smart .text-edit {
  margin: 50px 0 0;
}
@media (max-width: 1199px) {
  #ai-smart .text-edit {
    margin: 40px 0 0;
  }
}
@media (max-width: 991px) {
  #ai-smart .text-edit {
    margin: 30px 0 0;
  }
} */
/*===== 醍摩豆智慧教室 =====*/
#smart_class .p-main-wrap {
  padding: 0;
  overflow: hidden;
}
/*===== 提摩豆课程 =====*/
#course {
  background: #ebeef3;
}
#course .page-dec {
  max-width: 100%;
  margin-bottom: 50px;
}
@media (max-width:991px) {
  #course .page-dec {
    margin-bottom: 40px;
  }
}
/*===== 醍摩豆云平台 =====*/
#cloud {
  background: #f6f6f6;
}
#cloud .text-edit {
  margin: 50px 0 0;
}
@media (max-width:1199px) {
  #cloud .text-edit {
    margin: 40px 0 0;
  }
}
@media (max-width:991px) {
  #cloud .text-edit {
    margin: 30px 0 0;
  }
}
/*===== 集团简介 =====*/
#team {
  overflow: hidden;
}
#team .p-main-wrap {
  padding-bottom: 0;
}
#about .history-wrap {
  margin: 60px 0;
  position: relative;
}
#about .history-wrap .list-box {
  position: relative;
  margin: 40px 0 0;
}
#about .history-wrap .list-box:before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 21px;
  height: 100%;
  margin-left: -10.5px;
  background: url(../images/blue_dot_line.png) repeat-y center 0 rgba(200, 200, 200, .3);
}
#about .history-wrap .items {
  width: 50%;
  float: left;
  border-top: 4px solid #e7ebee;
  position: relative;
  margin: 0 0 100px;
  padding-right: 50px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#about .history-wrap .items:nth-child(2n) {
  float: right;
  /*text-align: right;*/
  padding-right: 0;
  padding-left: 50px;
}
#about .history-wrap .items:nth-child(2) {
  margin-top: 230px;
}
#about .history-wrap .items i {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #6c7199;
  right: -10.5px;
  top: -11.5px;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#about .history-wrap .items i:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -7.5px 0 0 -7.5px;
}
#about .history-wrap .items:nth-child(2n) i {
  right: auto;
  left: -10.5px;
}
#about .history-wrap .items .date {
  background: #fff;
  font-size: 3.125rem;
  color: #8f99c6;
  display: inline-block;
  margin-top: -50px;
  padding-right: 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#about .history-wrap .items:nth-child(2n) .date {
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
  float: right;
}
#about .history-wrap .items .ti {
  margin: 0;
  line-height: 1.8;
  font-size: 1.563rem;
  font-weight: bold;
  clear: both;
}
#about .history-wrap .items .ti > a {
  color: #333;
}
#about .history-wrap .items .p-box {
  margin: 10px 0 0;
  display: inline-block;
  text-align: left;
}
#about .history-wrap .items p {
  font-size: 1.125rem;
  position: relative;
  margin: 0;
}
#about .history-wrap .items p:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #c3ccd1;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: -4px 8px 0 0;
}
#about .history-wrap .items p > a {
  color: #f24f3e;
}
#about .history-wrap .items .pic {
  margin: 20px 0 0;
}
#about .history-wrap .items .pic img {
  display: inline-block;
}
#about .history-wrap .bootom-des {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #6c7199;
  left: 50%;
  margin-left: -10.5px;
  bottom: -11.5px;
  z-index: 2;
}
#about .history-wrap .bootom-des:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -7.5px 0 0 -7.5px;
}
@media (min-width:1025px) {
  #about .history-wrap .items:hover {
    border-color: rgba(242, 79, 62, .3);
  }
  #about .history-wrap .items:hover .date {
    color: #f24f3e;
  }
  #about .history-wrap .items:hover i {
    background: #f24f3e;
  }
}
@media (max-width:1199px) {
  #about .history-wrap {
    margin: 40px 0 0;
  }
  #about .history-wrap .items .date {
    font-size: 2.5rem;
    margin-top: -40px;
  }
  #about .history-wrap .items .ti {
    font-size: 1.375rem;
  }
  #about .history-wrap .items p {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  #about .history-wrap .list-box {
    margin: 30px 0 0;
  }
  #about .history-wrap .items {
    padding-right: 30px;
    margin: 0 0 80px;
  }
  #about .history-wrap .items:nth-child(2n) {
    padding-left: 30px;
  }
  #about .history-wrap .items:nth-child(2) {
    margin-top: 150px;
  }
  #about .history-wrap .items .date {
    font-size: 2rem;
    margin-top: -30px;
  }
}
@media (max-width:767px) {
  #about .history-wrap .list-box:before {
    left: 0;
    margin: 0;
  }
  #about .history-wrap .items,
  #about .history-wrap .items:nth-child(2n) {
    float: none;
    width: 100%;
    display: block;
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
    margin: 0 0 50px;
  }
  #about .history-wrap .items:nth-child(2) {
    margin-top: 0;
  }
  #about .history-wrap .items i,
  #about .history-wrap .items:nth-child(2n) i {
    right: auto;
    left: 0;
  }
  #about .history-wrap .items .date,
  #about .history-wrap .items:nth-child(2n) .date {
    padding: 0 15px;
  }
  #about .history-wrap .items .ti {
    font-size: 1.25rem;
  }
  #about .history-wrap .items .p-box {
    display: block;
  }
  #about .history-wrap .bootom-des {
    margin: 0;
    left: 0;
  }
}
@media (max-width:640px) {
  #about .history-wrap {
    margin: 30px 0 0;
  }
}
#about .b-edit {
  overflow: hidden;
}
/*===== 教育快讯 =====*/
#news-list .list-box .box {
  padding: 25px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, .37);
  font-size: 0;
}
#news-list .list-box .box > a {
  display: block;
}
#news-list .list-box .box .pic {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  overflow: hidden;
}
#news-list .list-box .box .pic img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#news-list .list-box .box .txt {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding-left: 20px;
}
#news-list .list-box .box .txt .date {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: #626262;
  border-radius: 2px;
  font-size: 1rem;
  color: #fff;
  margin: 3px 0 0;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#news-list .list-box .box .txt .ti {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
  font-size: 1.563rem;
  color: #000;
  padding-left: 15px;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#news-list .list-box .box .txt p {
  margin: 10px 0 0;
  font-size: 1.071rem;
  color: #666;
}
@media (min-width:1025px) {
  #news-list .list-box .box > a:hover .pic img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #news-list .list-box .box > a:hover .txt .date {
    background: #f65847;
  }
  #news-list .list-box .box > a:hover .txt .ti {
    color: #4896c8;
  }
}
@media (max-width:1299px) {
  #news-list .list-box .box .txt {
    margin-top: 0;
  }
  #news-list .list-box .box .txt .date {
    display: block;
    margin: 0;
  }
  #news-list .list-box .box .txt .ti {
    width: 100%;
    padding: 0;
  }
}
@media (max-width:1199px) {
  #news-list .list-box .box .txt .ti {
    font-size: 1.5rem;
  }
  #news-list .list-box .box .txt p {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  #news-list .page-ti-box .other-link {
    float: right;
    margin: 12px 0 0;
  }
  #news-list .page-ti-box .ti {
    float: left;
    width: auto;
  }
  #news-list .page-menu {
    margin-top: 0;
  }
  #news-list .list-box .box .pic {
    width: 35%;
  }
  #news-list .list-box .box .txt {
    width: 65%;
  }
  #news-list .list-box .box .txt .ti {
    font-size: 1.375rem;
  }
  #news-list .list-box .box .txt p {
    font-size: 1rem;
  }
}
@media (max-width:480px) {
  #news-list .list-box .box {
    position: relative;
  }
  #news-list .list-box .box .pic {
    width: 100%;
    display: block;
  }
  #news-list .list-box .box .txt {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
  }
  #news-list .list-box .box .txt .date {
    background: none;
    color: #aaa;
    width: auto;
    font-size: 0.875rem;
    font-style: italic;
    text-align: left;
    height: 28px;
    line-height: 28px;
  }
}
#news-view .text-edit {
  padding: 40px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, .37);
  margin: 0 0 40px;
}
#news-view .slider-box {
  margin: 40px 0 0;
}
#news-view .slider-box .slider-nav {
  padding: 10px 180px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
}
#news-view .slider-box .slider-nav .s-box {
  padding: 0 2px;
}
#news-view .slider-box .slider-nav .s-box img {
  border: 1px solid rgba(255, 255, 255, 0);
}
#news-view .slider-box .slider-nav .slick-current .s-box img {
  border: 1px solid #fa6252;
}
#news-view .slider-box .slider-nav .slick-arrow {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background: #dcdcdc;
  border: none;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#news-view .slider-box .slider-nav .slick-prev {
  left: 130px;
}
#news-view .slider-box .slider-nav .slick-next {
  right: 130px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scaleX(-1);
}
#news-view .slider-box .slider-nav .slick-arrow:before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  margin: 2px 0 0 15px;
}
@media (min-width:1025px) {
  #news-view .slider-box .slider-nav .slick-arrow:hover {
    background: #fa6252;
  }
}
@media (max-width:1499px) {
  #news-view .text-edit {
    padding: 30px 0;
  }
  #news-view .slider-box {
    margin: 30px 0 0;
  }
  #news-view .slider-box .slider-nav {
    padding: 10px 100px;
  }
  #news-view .slider-box .slider-nav .slick-prev {
    left: 50px;
  }
  #news-view .slider-box .slider-nav .slick-next {
    right: 50px;
  }
}
@media (max-width:1199px) {
  #news-view .slider-box .slider-nav {
    padding: 10px 50px;
  }
  #news-view .slider-box .slider-nav .slick-prev {
    left: 0;
  }
  #news-view .slider-box .slider-nav .slick-next {
    right: 0;
  }
}
@media (max-width:991px) {
  #news-view .text-edit {
    padding: 20px 0;
    margin: 0 0 30px;
  }
  #news-view .slider-box {
    margin: 20px 0 0;
  }
}
@media (max-width:640px) {
  #news-view .slider-box .slider-nav {
    padding: 5px 45px;
    margin: 10px 0 0;
  }
  #news-view .slider-box .slider-nav .slick-arrow {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }
  #news-view .slider-box .slider-nav .slick-arrow:before {
    margin: 2px 0 0 13px;
  }
}
/*===== 学术发表 =====*/
#academic-list .list-box {
  margin: 0 -13px;
  font-size: 0;
}
#academic-list .list-box .items {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 13px;
  margin: 30px 0 0;
}
#academic-list .list-box .items > a {
  display: block;
  position: relative;
}
#academic-list .list-box .items > a .pic {
  position: relative;
  overflow: hidden;
}
#academic-list .list-box .items > a .pic:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#academic-list .list-box .items > a .pic img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#academic-list .list-box .items > a .date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: #626262;
  border-radius: 2px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#academic-list .list-box .items > a .name {
  margin: 20px 0 0;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #333;
}
@media (min-width:1025px) {
  #academic-list .list-box .items > a:hover .pic:before {
    opacity: 1;
  }
  #academic-list .list-box .items > a:hover .pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  #academic-list .list-box .items > a:hover .date {
    background: #f65847;
  }
}
@media (max-width:1199px) {
  #academic-list .list-box {
    margin: 0 -8px;
  }
  #academic-list .list-box .items {
    padding: 0 8px;
  }
}
@media (max-width:991px) {
  #academic-list .page-ti-box .other-link {
    float: right;
    margin: 12px 0 0;
  }
  #academic-list .page-ti-box .ti {
    float: left;
    width: auto;
  }
  #academic-list .page-menu {
    margin-top: 0;
  }
  #academic-list .list-box .items {
    margin: 20px 0 0;
  }
  #academic-list .list-box .items > a .name {
    margin: 15px 0 0;
  }
  #academic-list .list-box .items > a .date {
    position: relative;
    left: auto;
    top: auto;
    border-radius: 0;
    width: 100%;
  }
}
@media (max-width:767px) {
  #academic-list .list-box .items {
    width: 50%;
  }
  #academic-list .list-box .items > a .name {
    margin: 10px 0 0;
  }
}
@media (max-width:374px) {
  #academic-list .list-box .items > a .name {
    font-size: 1rem;
  }
}
#case-list .list-box {
  margin: 0 -13px;
}
#case-list .list-box .items {
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  width: 50%;
  margin: 30px 0 0;
}
#case-list .list-box .items > a {
  display: block;
}
#case-list .list-box .items .pic {
  border-radius: 2px;
  overflow: hidden;
}
#case-list .list-box .items .pic img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#case-list .list-box .items .txt {
  font-size: 1.563rem;
  color: #000;
  line-height: 1.5;
  margin: 10px 0 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#case-list .list-box .items p {
  margin: 10px 0 0;
  font-size: 1.071rem;
  color: #666;
}
@media (min-width:1025px) {
  #case-list .list-box .items > a:hover .pic img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #case-list .list-box .items > a:hover .txt {
    color: #4896c8;
  }
}
@media (max-width:1199px) {
  #case-list .list-box {
    margin: 0 -8px;
  }
  #case-list .list-box .items {
    padding: 0 8px;
  }
  #case-list .list-box .items .txt {
    font-size: 1.5rem;
  }
}
@media (max-width:991px) {
  #case-list .page-ti-box .other-link {
    float: right;
    margin: 12px 0 0;
  }
  #case-list .page-ti-box .ti {
    float: left;
    width: auto;
  }
  #case-list .page-menu {
    margin-top: 0;
  }
  #case-list .list-box .items {
    margin: 20px 0 0;
  }
  #case-list .list-box .items .txt {
    font-size: 1.375rem;
  }
  #case-list .list-box .items p {
    font-size: 1rem;
  }
}
@media (max-width:767px) {
  #case-list .list-box .items {
    width: 50%;
  }
}
@media (max-width:480px) {
  #case-list .list-box {
    margin: 0;
  }
  #case-list .list-box .items {
    width: 100%;
    padding: 0;
  }
}
/*===== 教学专区 =====*/
#teach {
  background: #f6f6f6;
}
#teach .item-list {
  position: relative;
  margin: 0 -15px;
}
#teach .item-list .box {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 33.33%;
  margin: 0 0 30px;
  overflow: hidden;
}
/*#teach .item-list .box>a{
display: block;
background: #fff;
border: 1px solid #e5e5e5;
}
#teach .item-list .box a:hover {
background: rgba(0,0,0,0.5);
background-image: url(https://test56.grnet.com.tw/habook/data/download/category/cover/1561369390401028953.png);
}*/
#teach .item-list .box a,
#teach .item-list .lock a {
  display: block;
  position: relative;
  overflow: hidden;
}
#teach .item-list .lock a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  background-image: url(../images/icon_lock.png);
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 999;
  opacity: 1;
}
/*#teach .item-list .box a:hover:before {
opacity: 1;
transform: scaleY(1);
-moz-transform: scaleY(1);
-webkit-transform: scaleY(1);
transition: opacity .5s, transform .25s .25s;
-moz-transition: opacity .5s, transform .25s .25s;
-webkit-transition: opacity .5s, transform .25s .25s;
}*/
#teach .item-list .lock a:after {
  pointer-events: none;
  content: "請先登录!";
  position: absolute;
  z-index: 1000;
  top: 58%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#teach .item-list .box .pic {
  position: relative;
  overflow: hidden;
}
#teach .item-list .box .pic img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#teach .item-list .box > a.video-alert .pic:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url(../images/teach_icon.png)no-repeat 0 0;
  background-size: 50px auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#teach .item-list .box > a.video-alert .pic:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 15px;
  border-radius: 100%;
  background: #e75343;
  z-index: 1;
  -ms-transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#teach .item-list .box > a.pdf-download .pic:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url(../images/teach_icon.png)no-repeat 0 bottom;
  background-size: 50px auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#teach .item-list .box > a.pdf-download .pic:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 15px;
  border-radius: 100%;
  background: #e75343;
  z-index: 1;
  -ms-transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#teach .item-list .box .txt {
  padding: 20px 5%;
}
#teach .item-list .box .ti {
  margin: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
}
#teach .item-list .box .date {
  font-size: 1rem;
  color: #fa6050;
  font-family: Arial;
  margin: 8px 0 0;
}
#teach .item-list .box .date i {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0 0;
}
#teach .item-list .box p {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #555;
}
#teach .pager {
  margin-top: 20px;
}
@media (min-width:1025px) {
  #teach .item-list .box > a:hover .pic img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  #teach .item-list .box > a.video-alert:hover .pic:before,
  #teach .item-list .box > a.pdf-download:hover .pic:before {
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  #teach .item-list .box > a.video-alert:hover .pic:after,
  #teach .item-list .box > a.pdf-download:hover .pic:after {
    -ms-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media (max-width:1199px) {
  #teach .item-list {
    margin: 0 -10px;
  }
  #teach .item-list .box {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media (max-width:991px) {
  #teach .item-list .box {
    width: 50%;
    flex-basis: 50%;
  }
  #teach .item-list .box .ti {
    font-size: 1.125rem;
  }
  #teach .item-list .box .date {
    margin: 5px 0 0;
  }
  #teach .item-list .box p {
    margin: 5px 0 0;
    font-size: 0.938rem;
  }
}
@media (max-width:640px) {
  #teach .item-list .box {
    width: 100%;
    flex-basis: 100%;
  }
}
/*===== 下载专区 =====*/
.white-box {
  background: #fff;
  padding: 50px 5%;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .1);
}
.search-box {
  padding: 20px 5%;
  overflow: hidden;
}
.search-box + .p-main-wrap {
  padding-top: 0;
}
.white-box .ti-box {
  margin: 0 0 30px;
}
.white-box .b-ti {
  float: left;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}
.white-box .search-bar,
.search-box .search-bar {
  float: right;
  font-size: 0;
  margin: 10px 0 0;
  width: 770px;
  text-align: right;
}
.white-box .search-bar select,
.search-box .search-bar select {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 350px;
  height: 45px;
  border: 1px solid #d9d9d9;
  font-size: 1.125rem;
  background: url(../images/aw_icon.png) no-repeat right center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 30px 0 15px;
  max-width: calc(50% - 27.5px - 7px);
  margin-right: 7px;
}
.white-box .search-bar select::expand,
.search-box .search-bar select::expand {
  display: none;
}
.white-box .search-bar .keywords-input,
.search-box .search-bar .keywords-input {
  width: 350px;
  height: 45px;
  border: 1px solid #d9d9d9;
  font-size: 1.125rem;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: calc(50% - 27.5px - 7px);
  margin-right: 7px;
}
.white-box .search-bar .search-btn,
.search-box .search-bar .search-btn {
  width: 55px;
  height: 45px;
  border: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
  text-align: center;
  background: #626262;
}
.white-box .search-bar .search-btn:before,
.search-box .search-bar .search-btn:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 100%;
  background: url(../images/search_icon.png)no-repeat center center;
  background-size: 100% auto;
}
@media (max-width:1199px) {
  .white-box {
    padding: 40px 5%;
  }
  .white-box .b-ti {
    font-size: 2rem;
    float: none;
  }
  .white-box .search-bar {
    width: 100%;
    float: none;
  }
  .white-box .search-bar select,
  .white-box .search-bar .keywords-input {
    font-size: 1rem;
    width: calc(50% - 27.5px - 7px);
  }
}
@media (max-width:991px) {
  .white-box .ti-box {
    margin: 0 0 20px;
  }
}
@media (max-width:640px) {
  .white-box {
    padding: 30px 5%;
  }
  .white-box .b-ti {
    font-size: 1.875rem;
    text-align: center;
  }
  .white-box .search-bar select,
  .white-box .search-bar .keywords-input {
    margin: 0 0 5px;
    width: 100%;
    display: block;
    max-width: none;
  }
  .white-box .search-bar .search-btn {
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    line-height: 45px;
  }
  .white-box .search-bar .search-btn:before {
    margin-right: 5px;
    width: 25px;
  }
}
.classify-slick {
  padding: 0 30px;
  margin: 0 0 30px;
}
.classify-slick .box > a {
  display: block;
  margin: 0 auto;
}
.classify-slick .box .pic {
  width: 48px;
  margin: 0 auto;
}
.classify-slick .box img {
  max-width: 100%;
  display: block;
}
.classify-slick .box .txt {
  font-size: 1rem;
  text-align: center;
  color: #666;
  margin: 5px 0 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.classify-slick .box.current .txt {
  color: #4896c8;
}
.classify-slick .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 15px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: none;
  background: url(../images/aw.png)no-repeat 0 0;
}
.classify-slick .slick-prev {
  left: 0;
}
.classify-slick .slick-next {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width:1025px) {
  .classify-slick .slick-arrow:hover {
    background-position: -15px 0;
  }
  .classify-slick .box > a:hover .txt {
    color: #4896c8;
  }
}
@media (max-width:991px) {
  .classify-slick {
    margin: 0 0 20px;
  }
}
.download-head {
  background: #313131;
  padding: 8px 0;
}
.download-head > div {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 15%;
}
.download-head .name {
  padding: 0 3%;
  width: 35%;
  text-align: left;
}
.download-head .system {
  width: 20%;
}
.download-wrap .items {
  padding: 12px 0;
  border-bottom: 1px solid #e3d9d7;
  position: relative;
}
.download-wrap .items:nth-child(2n) {
  background: #faeeed;
}
.download-wrap .items > div {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 15%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.download-wrap .items .name {
  padding: 0 3%;
  width: 35%;
  text-align: left;
}
.download-wrap .items .system {
  width: 20%;
}
.download-wrap .items .file > a {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  color: #222;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.download-wrap .items .file > a:last-child {
  margin: 0;
}
.download-wrap .items .file a.icon_login:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  background: url(../images/icon_lock_s.png)no-repeat 0 -25px;
  background-size: 100% auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.download-wrap .items .file > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  background: url(../images/download_icon.png)no-repeat 0 -25px;
  background-size: 100% auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.download-wrap .items .more > a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #222;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.download-wrap .items .more i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 1.125rem;
  color: #222;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.download-wrap .items .more svg {
  color: #f39696;
  z-index: 15;
  margin-bottom: -0.5em;
  line-height: 0;
  width: 2rem;
}
.download-wrap .items.is-locked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #ffffff;
  opacity: 0.4;
  background: -o-repeating-linear-gradient(135deg, #ecbfbf, #ecbfbf 2px, #ffffff 2px, #ffffff 10px);
  background: repeating-linear-gradient(-45deg, #ecbfbf, #ecbfbf 2px, #ffffff 2px, #ffffff 10px);
}
.download-wrap .items.is-locked .file,
.download-wrap .items.is-locked .more {
  z-index: 6;
  position: relative;
  background-color: transparent;
}
@media (min-width:1025px) {
  .download-wrap .items:hover > div {
    color: #fa6050;
  }
  .download-wrap .items .file > a:hover {
    color: #fa6050;
  }
  .download-wrap .items .file > a:hover:before {
    background-position: 0 0;
  }
  .download-wrap .items:hover .more > a,
  .download-wrap .items:hover .more i {
    color: #fa6050;
  }
}
@media (max-width:1199px) {
  .download-head > div {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  .download-head {
    display: none;
  }
  .download-wrap .items {
    padding: 15px 3%;
    text-align: right;
  }
  .download-wrap .items:first-child {
    border-top: 1px solid #e3d9d7;
  }
  .download-wrap .items > div,
  .download-wrap .items .system {
    position: relative;
    width: 50%;
    padding: 0 0 0 85px !important;
    text-align: left;
  }
  .download-wrap .items .name {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .download-wrap .items > div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
  }
  .download-wrap .items .name:before {
    content: '文件名称：';
  }
  .download-wrap .items .system:before {
    content: '作业系统：';
  }
  .download-wrap .items .date:before {
    content: '更新日期：';
  }
  .download-wrap .items .file,
  .download-wrap .items .more {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 5px;
    padding: 0 !important;
  }
  .download-wrap .items .file > a {
    background: #4896c8;
    color: #fff;
    border-radius: 5px;
    width: 130px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
  }
  .download-wrap .items .file > a:before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(../images/download_icon_w.png)no-repeat 0 0;
    background-size: 100% auto;
  }
  .download-wrap .items .more a {
    background: #fa6050;
    color: #fff;
    border-radius: 5px;
    width: 100px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
  }
  .download-wrap .items .more a i {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: -4px 8px 0 0;
  }
}
@media (max-width:640px) {
  .download-wrap .items > div,
  .download-wrap .items .system {
    width: 100%;
    margin: 5px 0 0;
  }
  .download-wrap .items .name {
    margin: 0;
  }
}
#download {
  background: #f6f6f6;
}
#download .pager {
  text-align: center;
}
#faq {
  background: #f6f6f6;
}
#faq .pager {
  text-align: center;
}
@media (max-width:1199px) {
  #faq .white-box .b-ti {
    float: left;
  }
  #faq .white-box .search-bar {
    width: 770px;
    float: right;
    margin: 0;
    max-width: calc(100% - 70px);
  }
}
@media (max-width:640px) {
  #faq .white-box .b-ti {
    float: none;
  }
  #faq .white-box .search-bar {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 10px 0 0;
  }
}
.common-box {
  margin: 50px 0 0;
}
.faq-head {
  background: #313131;
  padding: 8px 0;
}
.faq-head > div {
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20%;
}
.faq-head .question {
  width: 80%;
  text-align: left;
  padding: 0 3%;
  position: relative;
}
.faq-head .question:before {
  content: 'Q';
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, .5);
  color: #fff;
  text-align: center;
  margin: 0 10px 0 0;
}
.faq-head .date span {
  display: none;
}
.faq-head .date .sort {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  position: relative;
  margin: -5px 0 0 5px;
}
.faq-head .date .top,
.faq-head .date .down {
  position: relative;
  width: 15px;
  height: 12px;
  display: block;
}
.faq-head .date .top:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -7.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #fff transparent;
  border-radius: 2px;
}
.faq-head .date .down:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -7.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  border-radius: 2px;
}
.faq-wrap .items {
  padding: 12px 0;
  border-bottom: 1px solid #e3d9d7;
  position: relative;
}
.faq-wrap .items:nth-child(2n) {
  background: #faeeed;
}
.common-box .faq-wrap .items:nth-child(2n) {
  background: #ecf6fc;
}
.faq-wrap .items > div {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.faq-wrap .items .question {
  text-align: left;
  padding: 0 3%;
  width: 80%;
}
.faq-wrap .items .question > a {
  color: #222;
  position: relative;
  display: inline-block;
}
.faq-wrap .items .question > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fa6050;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.common-box .faq-wrap .items .question > a:after {
  background: #4896c8;
}
@media (min-width:1025px) {
  .faq-wrap .items:hover > div,
  .faq-wrap .items:hover > div > a {
    color: #fa6050;
  }
  .faq-wrap .items .question > a:hover {
    color: #fa6050;
  }
  .common-box .faq-wrap .items:hover > div,
  .common-box .faq-wrap .items:hover > div > a {
    color: #4896c8;
  }
  .common-box .faq-wrap .items .question > a:hover {
    color: #4896c8;
  }
  .faq-wrap .items .question > a:hover:after {
    width: 100%;
  }
}
@media (max-width:991px) {
  .common-box {
    margin: 30px 0 0;
  }
  .faq-head {
    display: block;
  }
  .faq-head .question {
    display: none;
  }
  .faq-head .date {
    width: 100%;
    font-size: 0;
    text-align: right;
    padding-right: 15px;
  }
  .faq-head .date span {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
  .faq-head .date .top:before,
  .faq-head .date .down:before {
    margin-top: -4px;
  }
  .faq-wrap .items {
    padding: 15px 3%;
  }
  .faq-wrap .items:first-child {
    border-top: 1px solid #e3d9d7;
  }
  .faq-wrap .items > div {
    position: relative;
    width: 50%;
    text-align: left;
  }
  .faq-wrap .items .question {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 38px;
  }
  .faq-wrap .items .question:before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #fa6252;
    color: #fff;
    text-align: center;
  }
  .faq-wrap .items .date {
    font-size: 0.875rem;
    width: 100%;
    text-align: right;
  }
  .faq-wrap .items .date:before {
    content: '最新修改时间：';
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
#faq-view {
  background: #f6f6f6;
}
#faq-view .white-box .ti-box {
  margin-bottom: 50px;
  text-align: center;
}
#faq-view .white-box .b-ti {
  text-align: center;
  padding: 15px 0;
  float: none;
}
#faq-view .white-box .date {
  font-size: 1rem;
  color: #fff;
  margin: 20px 5px 0;
  max-width: calc(50% - 10px);
  width: 154px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  background: #f45443;
}
#faq-view .white-box .date:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../images/calendar_icon.png)no-repeat center center;
  background-size: 100% auto;
  margin: 5px 6px 0 0;
}
#faq-view .white-box .download-btn {
  font-size: 1rem;
  color: #fff;
  margin: 20px 5px 0;
  max-width: calc(50% - 10px);
  width: 154px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  background: #f45443;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
#faq-view .white-box .download-btn:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../images/download_icon_w.png)no-repeat center center;
  background-size: 100% auto;
  margin: 5px 6px 0 0;
}
#faq-view .white-box .text-edit {
  padding: 40px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .37);
  border-top: 1px dotted rgba(0, 0, 0, .37);
}
#faq-view .btn-wrap {
  margin: 40px 0 0;
}
@media (min-width:1025px) {
  #faq-view .white-box .download-btn:hover {
    background: #e04636;
  }
}
@media (max-width:1499px) {
  #faq-view .white-box .b-ti {
    font-size: 2rem;
  }
}
@media (max-width:1199px) {
  #faq-view .white-box .ti-box {
    margin: 0 0 40px;
  }
  #faq-view .white-box .b-ti {
    font-size: 1.875rem;
  }
  #faq-view .white-box .date,
  #faq-view .white-box .download-btn {
    margin: 10px 5px 0;
  }
}
@media (max-width:991px) {
  #faq-view .white-box .ti-box {
    margin: 0 0 30px;
  }
  #faq-view .white-box .b-ti {
    font-size: 1.625rem;
  }
  #faq-view .white-box .text-edit {
    padding: 30px 0;
  }
  #faq-view .btn-wrap {
    margin: 30px 0 0;
  }
}
@media (max-width:640px) {
  #faq-view .white-box .b-ti {
    font-size: 1.375rem;
  }
  #faq-view .white-box .date {
    font-size: 0.938rem;
  }
  #faq-view .white-box .text-edit {
    padding: 25px 0;
  }
}
/*===== 联系我们 =====*/
#contact {
  background: #f6f6f6;
}
#contact .white-box .b-ti {
  text-align: center;
  float: none;
}
.contact-form {
  margin: 0 -15px;
}
.contact-form .form-group {
  margin: 0 0 20px;
  padding: 0 15px;
}
.contact-form .form-group.half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.contact-form .form-group.one-line {
  display: block;
}
.contact-form .form-group .ti {
  width: 120px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 12px 0 0;
  text-align: left;
}
.contact-form .form-group .ti i {
  font-style: normal;
  color: #f55544;
  margin-left: 2px;
}
.contact-form .form-group .box {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
}
.contact-form .form-group .box .remind {
  font-size: 0.875rem;
  color: #f55544;
  display: block;
}
.contact-form .form-group select {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: block;
  background: #fff;
  height: 55px;
  padding: 0 30px 0 15px;
  background: url(../images/aw_icon.png)no-repeat right center;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 1.125rem;
}
.contact-form .form-group select::expand {
  display: none;
}
.contact-form .form-group .text-input {
  border-radius: 5px;
  font-size: 1.125rem;
  border: 1px solid #e5e5e5;
  width: 100%;
  display: block;
  background: #fff;
  height: 55px;
  padding: 0 15px;
}
.contact-form .form-group textarea {
  border-radius: 5px;
  font-size: 1.125rem;
  border: 1px solid #e5e5e5;
  width: 100%;
  display: block;
  background: #fff;
  height: 110px;
  padding: 10px 15px;
  max-height: 110px;
}
.contact-form .form-group .radio-items {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  line-height: 55px;
}
.contact-form .form-group .radio-items input {
  display: none;
}
.contact-form .form-group .radio-items input + i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #d2d2d2;
  margin-right: 8px;
  position: relative;
}
.contact-form .form-group .radio-items input + i:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #e5e5e5;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contact-form .form-group .radio-items .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
}
.contact-form .form-group .radio-items input:checked + i:before {
  background: #707070;
}
.contact-form .form-group.code .text-input {
  width: calc(100% - 190px - 10px);
  display: inline-block;
  vertical-align: top;
}
.contact-form .form-group.code .change-img {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  overflow: hidden;
  width: 190px;
}
.contact-form .form-group.code .change-img img {
  width: 125px;
  height: 55px;
  display: inline-block;
  vertical-align: top;
}
.contact-form .form-group.code .change-img .a-change {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 125px);
  height: 55px;
  background: #313131;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contact-form .form-group.code .change-img .a-change:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(../images/form_icon.png)no-repeat right center;
  background-size: auto 30px;
}
.contact-form .form-group .file-box {
  margin: 0;
  display: block;
}
.contact-form .form-group .file-box input {
  display: none;
}
.contact-form .form-group .file-box .file-button {
  width: 200px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  background: #313131;
  color: #fff;
  font-size: 1.125rem;
  line-height: 55px;
  text-align: center;
  position: relative;
  font-style: normal;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contact-form .form-group .file-box .file-button:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 55px;
  background: url(../images/form_icon.png)no-repeat left center;
  background-size: auto 30px;
  margin-left: 8px;
}
.contact-form .form-group .file-box .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 200px);
  padding-left: 20px;
  font-size: 1rem;
  color: #6f6f6f;
}
.contact-form .btn-wrap {
  text-align: right;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.contact-form .btn-wrap .back-btn {
  border: none;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
}
@media (min-width:1025px) {
  .contact-form .form-group.code .change-img .a-change:hover,
  .contact-form .form-group .file-box .file-button:hover {
    background: #000;
  }
}
@media (max-width:1199px) {
  .contact-form .form-group .ti {
    font-size: 1rem;
    width: 100px;
  }
  .contact-form .form-group .box {
    width: calc(100% - 100px);
  }
  .contact-form .form-group select,
  .contact-form .form-group .text-input {
    font-size: 1rem;
    height: 50px;
    padding: 0 10px;
  }
  .contact-form .form-group textarea {
    font-size: 1rem;
    padding: 10px;
  }
  .contact-form .form-group .radio-items {
    line-height: 50px;
  }
  .contact-form .form-group .radio-items .txt {
    font-size: 1rem;
  }
  .contact-form .form-group.code .change-img img,
  .contact-form .form-group.code .change-img .a-change {
    height: 50px;
  }
  .contact-form .form-group .file-box .file-button {
    line-height: 50px;
    height: 50px;
    width: 150px;
    font-size: 1rem;
  }
  .contact-form .form-group .file-box .file-button:after {
    height: 50px;
  }
  .contact-form .form-group .file-box .txt {
    width: calc(100% - 150px);
  }
  .contact-form .btn-wrap .back-btn {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width:991px) {
  .contact-form .form-group {
    margin-bottom: 10px;
  }
  .contact-form .form-group.half {
    width: 100%;
    display: block;
  }
  .contact-form .btn-wrap {
    text-align: center;
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width:480px) {
  .contact-form .form-group .ti {
    padding-right: 5px;
  }
  .contact-form .form-group.code .box {
    width: 100%;
  }
  .contact-form .form-group.code .text-input {
    width: calc(100% - 175px - 10px);
  }
  .contact-form .form-group.code .change-img {
    width: 175px;
  }
  .contact-form .form-group.code .change-img img {
    width: 110px;
  }
  .contact-form .form-group.code .change-img .a-change {
    width: calc(100% - 110px);
  }
  .contact-form .form-group .file-box .txt {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
  }
}
#contact .recruit-box {
  padding: 150px 0;
}
#contact .recruit-box .page-ti {
  color: #fff;
  margin: 0 0 10px;
}
#contact .recruit-box .page-dec {
  color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
#contact .recruit-box .go-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  color: #fff;
  background: #313131;
  border-radius: 50px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width:1025px) {
  #contact .recruit-box .go-btn:hover {
    width: 220px;
    background: #000;
  }
}
@media (max-width:1499px) {
  #contact .recruit-box {
    padding: 100px 0;
  }
}
@media (max-width:991px) {
  #contact .recruit-box {
    padding: 80px 0;
  }
}
@media (max-width:640px) {
  #contact .recruit-box {
    padding: 60px 0;
  }
}
#contact.finish .b-ti {
  position: relative;
  float: none;
}
#contact.finish .b-ti:after {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 3px;
  background: url(../images/hover.jpg)no-repeat center center;
  background-size: 100% 3px;
  margin: 20px auto 40px;
}
#contact.finish .dec {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width:991px) {
  #contact.finish .b-ti:after {
    margin: 15px auto 30px;
  }
  #contact.finish .dec {
    margin: 0 0 30px;
  }
}
@media (max-width:640px) {
  #contact.finish .b-ti:after {
    margin: 15px auto 25px;
  }
  #contact.finish .dec {
    margin: 0 0 25px;
    font-size: 1rem;
  }
}
/*===== 专业教材 =====*/
#materials-list .list-box {
  margin: 0 -15px;
  font-size: 0;
}
#materials-list .list-box .items {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin: 35px 0 0;
}
#materials-list .list-box .items .s-grid {
  display: block;
  position: relative;
}
#materials-list .list-box .items .s-grid .pic {
  position: relative;
  background: #000;
  overflow: hidden;
}
#materials-list .list-box .items .s-grid .pic:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#materials-list .list-box .items .s-grid .pic img {
  opacity: .9;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#materials-list .list-box .items .s-grid .name {
  margin: 0;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}
#materials-list .list-box .items .s-grid .a-box {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
  font-size: 0;
}
#materials-list .list-box .items .s-grid .a-box a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 2rem;
  line-height: 70px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  -ms-transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  border: 5px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#materials-list .list-box .items .s-grid .a-box a.go-view {
  background: #4896c8;
}
#materials-list .list-box .items .s-grid .a-box a.go-shop {
  background: #fa6252;
}
@media (min-width:1025px) {
  #materials-list .list-box .items .s-grid:hover .pic:before {
    opacity: 1;
  }
  #materials-list .list-box .items .s-grid:hover .pic img {
    opacity: .95;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  #materials-list .list-box .items .s-grid:hover .a-box a {
    -ms-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  #materials-list .list-box .items .s-grid .a-box a:hover {
    border: 5px solid rgba(255, 255, 255, .2);
  }
}
@media (max-width:1199px) {
  #materials-list .list-box {
    margin: 0 -10px;
  }
  #materials-list .list-box .items {
    padding: 0 10px;
  }
  #materials-list .list-box .items .s-grid .a-box a {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    -ms-transform: scale(0);
    transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    border: 5px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}
@media (max-width:991px) {
  #materials-list .page-ti-box .other-link {
    float: right;
    margin: 12px 0 0;
  }
  #materials-list .page-ti-box .ti {
    float: left;
    width: auto;
  }
  #materials-list .page-menu {
    margin-top: 0;
  }
  #materials-list .list-box .items {
    margin: 30px 0 0;
    width: 33.33%;
  }
  #materials-list .list-box .items .s-grid .name {
    font-size: 1rem;
    padding: 10px 0;
  }
  #materials-list .list-box .items .s-grid .a-box {
    position: relative;
    left: auto;
    top: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #materials-list .list-box .items .s-grid .a-box > a {
    position: relative;
    border-radius: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    width: 50%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    border: none;
  }
  #materials-list .list-box .items .s-grid .a-box > a.go-view:after {
    content: '查看说明';
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #fff;
    margin: -2px 0 0 6px;
  }
  #materials-list .list-box .items .s-grid .a-box > a.go-shop:after {
    content: '前往购买';
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #fff;
    margin: -2px 0 0 5px;
  }
}
@media (max-width:767px) {
  #materials-list .list-box .items {
    width: 50%;
  }
}
@media (max-width:640px) {
  #materials-list .list-box {
    margin: 0 -5px;
  }
  #materials-list .list-box .items {
    padding: 0 5px;
  }
}
@media (max-width:480px) {
  #materials-list .list-box .items .s-grid .a-box > a.go-view:after {
    content: '说明';
  }
  #materials-list .list-box .items .s-grid .a-box > a.go-shop:after {
    content: '购买';
  }
}
@media (max-width:374px) {
  #materials-list .list-box .items {
    width: 100%;
  }
}
/*===== 系统消息 =====*/
#faq-view.message .b-ti {
  padding: 0;
}
#faq-view.message .white-box .ti-box {
  margin: 0 0 30px;
}
@media (max-width:991px) {
  #faq-view.message .white-box .ti-box {
    margin: 0 0 20px;
  }
}
.normal-text {
  font-size: 1.125rem;
  font-weight: normal;
}
/*===== 网站地图 =====*/
#sitemap .p-main-wrap {
  overflow: hidden;
}
#sitemap .list-box {
  margin: 0 -25px;
}
#sitemap .list-box .box {
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
#sitemap .list-box .box .ti {
  color: #fff;
  background: #fa6050;
  padding: 8px 10px;
  text-align: center;
  font-size: 1.125rem;
  display: block;
  border-radius: 2px;
  line-height: 1.8;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#sitemap .list-box .box .ti > a {
  display: block;
  color: #fff;
}
#sitemap .list-box .box .a-box {
  padding: 5px 0;
}
#sitemap .list-box .box .a-box > a {
  display: block;
  padding: 6px 0;
  font-size: 1.071rem;
  text-align: center;
  color: #222;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width:1025px) {
  #sitemap .list-box .box .ti:hover {
    background: #e85444;
  }
  #sitemap .list-box .box .a-box > a:hover {
    color: #fa6050;
  }
}
@media (max-width:1199px) {
  #sitemap .list-box {
    margin: 0 -15px;
  }
  #sitemap .list-box .box {
    padding: 0 15px;
  }
}
@media (max-width:991px) {
  #sitemap .list-box .box {
    width: 33.33%;
  }
  #sitemap .list-box .box .a-box {
    padding: 0;
  }
  #sitemap .list-box .box .a-box > a {
    font-size: 1rem;
  }
}
@media (max-width:640px) {
  #sitemap .list-box {
    margin: 0 -10px;
  }
  #sitemap .list-box .box {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width:480px) {
  #sitemap .list-box {
    margin: 0;
  }
  #sitemap .list-box .box {
    width: 100%;
    padding: 0;
  }
}
/*===== Calendar =====*/
.page-calendar {
  margin: 30px 0 0;
}
.page-calendar .color-list {
  background: #535353;
  padding: 10px 20px;
}
.page-calendar .color-list li {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 10px;
}
.page-calendar .color-list li span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  margin: -4px 5px 0 0;
  vertical-align: middle;
}
.fc-ltr .fc-basic-view .fc-day-top {
  position: relative;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  position: absolute;
  z-index: 1;
  left: 16px;
  padding: 0;
}
.fc-view-container {
  padding: 5px 0;
  background: #fff;
}
.fc-day-grid-container {
  height: 100% !important;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 26px;
  height: auto !important;
  margin: 5px 0;
}
.fc-toolbar.fc-header-toolbar {
  position: relative;
  margin: 0;
  padding: 5px 0;
  background: #f45443;
  font-family: Arial;
  color: #fff;
  font-size: 1.125rem;
}
.fc-toolbar.fc-header-toolbar h2 {
  font-size: 1.375rem;
  margin: 3px 0 0;
}
.fc-head {
  font-size: 0.813rem;
  color: #555;
  font-family: Arial;
}
.fc-bg {
  display: none;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  display: block;
}
.fc-toolbar button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  background: transparent;
}
.fc-toolbar .fc-left {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc-toolbar .fc-left h2 {
  margin: 0;
  text-align: left;
  float: none;
}
.fc-button-group {
  display: block;
  float: none;
}
.fc-icon {
  color: #fff;
}
.fc-toolbar .fc-center {
  vertical-align: middle;
}
.fc-toolbar .fc-rught {
  font-size: 2rem;
}
.fc .fc-button-group > .fc-button {
  width: 36px;
  height: 36px;
  font-size: 1rem;
  margin: 0 5px;
  border-radius: 36px;
  background-color: #ffcf00;
  margin-left: 0;
  background: #ffcf00;
  display: inline-block;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  color: #4f5855;
  font-size: 0.875rem;
  font-family: 'Arial';
  width: 100%;
  text-align: center;
  left: 0;
}
.fc-unthemed td.fc-today .fc-day-number {
  background: #fcf8e3;
}
.fc-day-grid-event {
  border-radius: 0px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 22px;
}
.fc .fc-row .fc-content-skeleton td {
  border: none;
}
.popover {
  border: 1px solid #e5e5e5;
}
.popover.top > .arrow {
  border-top-color: #e5e5e5;
}
.popover-title {
  background: #fff;
  border-bottom: none;
  line-height: 1.5;
  font-family: 'Microsoft YaHei', 'Arial', sans-serif;
}
.popover-content {
  display: none;
}
@media (max-width:1024px) {
  .popover {
    display: none !important;
  }
}
#calendar-view {
  background: #fff;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 5%;
  position: relative;
  font-size: 0;
}
#calendar-view .ti-box {
  position: relative;
}
#calendar-view .ti-box:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(220, 220, 220, .3);
  border-top: 1px solid #dcdcdc;
  margin: 10px 0 0;
}
#calendar-view .type {
  font-size: 1.125rem;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
#calendar-view .date {
  background: #626262;
  color: #fff;
  font-size: 1rem;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
#calendar-view .ti {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.5;
}
#calendar-view .content {
  padding: 20px 0;
}
#calendar-view .more {
  display: block;
  width: 200px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  background: #fa6252;
  text-align: center;
  margin: 10px auto 0;
  font-size: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width:1025px) {
  #calendar-view .more:hover {
    width: 230px;
    background: #e75343;
  }
}
@media (max-width:1199px) {
  #calendar-view .ti {
    font-size: 1.875rem;
  }
}
@media (max-width:767px) {
  .page-calendar {
    display: none;
  }
}
@media (max-width:640px) {
  #calendar-view .ti {
    font-size: 1.5rem;
  }
}
/*===== 建构中 =====*/
#blank .p-main-wrap {
  padding: 150px 0;
}
#blank .p-main-wrap .fas {
  font-size: 60px;
}
@media (max-width:991px) {
  #blank .p-main-wrap {
    padding: 100px 0;
  }
}
@media (max-width:640px) {
  #blank .p-main-wrap {
    padding: 80px 0;
  }
  #blank .p-main-wrap .fas {
    font-size: 50px;
  }
}
/*===== 文本编辑器 =====*/
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.vertica-top {
  vertical-align: top;
}
.vertica-middle {
  vertical-align: middle;
}
.vertica-bottom {
  vertical-align: bottom;
}
.alian-center {
  text-align: center;
}
.alian-left {
  text-align: left;
}
.alian-right {
  text-align: right;
}
.direction-rtl {
  direction: rtl;
}
.direction-ltr {
  direction: ltr;
}
.under-rainbow {
  background: url(../images/hover.jpg)no-repeat center bottom;
  background-size: 80px 3px;
  padding-bottom: 3px;
}
.font-0 {
  font-size: 1rem;
}
.font-40 {
  font-size: 2.5rem;
}
.font-35 {
  font-size: 2.188rem;
}
.font-32 {
  font-size: 2rem;
}
.font-30 {
  font-size: 1.875rem;
}
.font-20 {
  font-size: 1.25rem;
}
.font-24 {
  font-size: 1.5rem;
}
.font-25 {
  font-size: 1.563rem;
}
.font-18 {
  font-size: 1.125rem;
}
.font-17 {
  font-size: 1.071rem;
}
.font-16 {
  font-size: 1rem;
}
.font-15 {
  font-size: 0.938rem;
}
.line-height-15 {
  line-height: 1.5;
}
.color-000 {
  color: #000;
}
.color-222 {
  color: #222;
}
.color-666 {
  color: #666;
}
.color-fff {
  color: #fff;
}
.max-850 {
  max-width: 850px;
}
.max-1200 {
  max-width: 1200px;
}
.margin-auto {
  margin: auto;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.pad-3 {
  padding: 0 3%;
}
.pad-5 {
  padding: 0 5%;
}
.pad-right-5 {
  padding-right: 5%;
}
.pad-left-5 {
  padding-left: 5%;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-bottom-10 {
  padding-bottom: 10px;
}
.padding-5 {
  padding: 5px;
}
.padding-8 {
  padding: 8px;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.more-button {
  font-size: 1rem;
  color: #fff !important;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #313131;
  border-radius: 50px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.background-2d2d2d {
  background: #2d2d2d;
}
.background-f5f5f5 {
  background: #f5f5f5;
}
@media (min-width:1025px) {
  .more-button:hover {
    background: #000;
  }
}
@media (max-width:1499px) {
  .b-m-block {
    display: block;
  }
  .b-m-inline-block {
    display: inline-block;
  }
  .b-m-vertica-top {
    vertical-align: top;
  }
  .b-m-vertica-middle {
    vertical-align: middle;
  }
  .b-m-vertica-bottom {
    vertical-align: bottom;
  }
  .b-m-alian-center {
    text-align: center;
  }
  .b-m-alian-left {
    text-align: left;
  }
  .b-m-alian-right {
    text-align: right;
  }
  .b-m-direction-rtl {
    direction: rtl;
  }
  .b-m-direction-ltr {
    direction: ltr;
  }
  .b-m-font-36 {
    font-size: 2.25rem;
  }
  .b-m-font-28 {
    font-size: 1.75rem;
  }
  .b-m-font-25 {
    font-size: 1.563rem;
  }
  .b-m-font-18 {
    font-size: 1.125rem;
  }
  .b-m-font-16 {
    font-size: 1rem;
  }
  .b-m-margin-auto {
    margin: auto;
  }
  .b-m-margin-top-0 {
    margin-top: 0;
  }
  .b-m-margin-top-10 {
    margin-top: 10px;
  }
  .b-m-margin-top-20 {
    margin-top: 20px;
  }
  .b-m-margin-top-30 {
    margin-top: 30px;
  }
  .b-m-margin-top-40 {
    margin-top: 40px;
  }
  .b-m-margin-top-50 {
    margin-top: 50px;
  }
  .b-w-50 {
    width: 50%;
  }
}
@media (max-width:1199px) {
  .m-block {
    display: block;
  }
  .m-inline-block {
    display: inline-block;
  }
  .m-vertica-top {
    vertical-align: top;
  }
  .m-vertica-middle {
    vertical-align: middle;
  }
  .m-vertica-bottom {
    vertical-align: bottom;
  }
  .m-alian-center {
    text-align: center;
  }
  .m-alian-left {
    text-align: left;
  }
  .m-alian-right {
    text-align: right;
  }
  .m-direction-rtl {
    direction: rtl;
  }
  .m-direction-ltr {
    direction: ltr;
  }
  .m-font-30 {
    font-size: 1.875rem;
  }
  .m-font-22 {
    font-size: 1.375rem;
  }
  .m-font-20 {
    font-size: 1.25rem;
  }
  .m-font-16 {
    font-size: 1rem;
  }
  .m-font-15 {
    font-size: 0.938rem;
  }
  .m-margin-auto {
    margin: auto;
  }
  .m-margin-top-0 {
    margin-top: 0;
  }
  .m-margin-top-5 {
    margin-top: 5px;
  }
  .m-margin-top-10 {
    margin-top: 10px;
  }
  .m-margin-top-20 {
    margin-top: 20px;
  }
  .m-margin-top-30 {
    margin-top: 30px;
  }
  .m-margin-top-40 {
    margin-top: 40px;
  }
  .m-margin-top-50 {
    margin-top: 50px;
  }
  .more-button {
    margin: 20px 0 0;
  }
}
@media (max-width:991px) {
  .m-s-block {
    display: block;
  }
  .m-s-inline-block {
    display: inline-block;
  }
  .m-s-vertica-top {
    vertical-align: top;
  }
  .m-s-vertica-middle {
    vertical-align: middle;
  }
  .m-s-vertica-bottom {
    vertical-align: bottom;
  }
  .m-s-alian-center {
    text-align: center;
  }
  .m-s-alian-left {
    text-align: left;
  }
  .m-s-alian-right {
    text-align: right;
  }
  .m-s-direction-rtl {
    direction: rtl;
  }
  .m-s-direction-ltr {
    direction: ltr;
  }
  .m-s-font-30 {
    font-size: 1.875rem;
  }
  .m-s-font-26 {
    font-size: 1.625rem;
  }
  .m-s-font-20 {
    font-size: 1.25rem;
  }
  .m-s-margin-auto {
    margin: auto;
  }
  .m-s-margin-top-0 {
    margin-top: 0;
  }
  .m-s-margin-top-10 {
    margin-top: 10px;
  }
  .m-s-margin-top-20 {
    margin-top: 20px;
  }
  .m-s-margin-top-30 {
    margin-top: 30px;
  }
  .m-s-margin-top-40 {
    margin-top: 40px;
  }
  .m-s-margin-top-50 {
    margin-top: 50px;
  }
  .under-rainbow {
    background-size: 60px 3px;
  }
  .m-s-pad-right-0 {
    padding-right: 0;
  }
  .m-s-pad-left-0 {
    padding-left: 0;
  }
  .m-s-pad-20 {
    padding: 20px;
  }
  .m-s-50 {
    width: 50%;
  }
  .m-s-100 {
    width: 100%;
  }
}
@media (max-width:767px) {
  .s-block {
    display: block;
  }
  .s-inline-block {
    display: inline-block;
  }
  .s-vertica-top {
    vertical-align: top;
  }
  .s-vertica-middle {
    vertical-align: middle;
  }
  .s-vertica-bottom {
    vertical-align: bottom;
  }
  .s-alian-center {
    text-align: center;
  }
  .s-alian-left {
    text-align: left;
  }
  .s-alian-right {
    text-align: right;
  }
  .s-direction-rtl {
    direction: rtl;
  }
  .s-direction-ltr {
    direction: ltr;
  }
  .s-font-30 {
    font-size: 1.875rem;
  }
  .s-font-26 {
    font-size: 1.625rem;
  }
  .s-font-24 {
    font-size: 1.5rem;
  }
  .s-font-20 {
    font-size: 1.25rem;
  }
  .s-font-18 {
    font-size: 1.125rem;
  }
  .s-font-16 {
    font-size: 1rem;
  }
  .s-font-15 {
    font-size: 0.938rem;
  }
  .s-margin-auto {
    margin: auto;
  }
  .s-margin-top-0 {
    margin-top: 0;
  }
  .s-margin-top-10 {
    margin-top: 10px;
  }
  .s-margin-top-20 {
    margin-top: 20px;
  }
  .s-margin-top-30 {
    margin-top: 30px;
  }
  .s-margin-top-40 {
    margin-top: 40px;
  }
  .s-margin-top-50 {
    margin-top: 50px;
  }
  .s-pad-0 {
    padding: 0;
  }
  .s-pad-left-5 {
    padding-left: 5%;
  }
  .s-w-30 {
    width: 30%;
  }
  .s-w-50 {
    width: 50%;
  }
  .s-w-70 {
    width: 70%;
  }
  .s-w-100 {
    width: 100%;
  }
}
@media (max-width:640px) {
  .more-button {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    width: 160px;
  }
  .s-m-s-w-100 {
    width: 100%;
  }
  .s-m-s-pad-0 {
    padding: 0;
  }
  .s-m-s-pad-15 {
    padding: 15px;
  }
}
@media (max-width:480px) {
  .s-s-w-100 {
    width: 100%;
  }
  .s-s-margin-top-10 {
    margin-top: 10px;
  }
  .s-s-margin-top-20 {
    margin-top: 20px;
  }
  .s-s-font-16 {
    font-size: 1rem;
  }
}
.spell-box {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 0;
}
.spell-box .box {
  direction: rtl;
}
.spell-box .box:nth-child(2n) {
  direction: ltr;
}
.spell-box .box .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.spell-box .box .txt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 5%;
  direction: ltr;
}
.spell-box .box .txt .ti {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.spell-box .box .txt p {
  margin: 10px 0 0;
  font-size: 1.071rem;
}
@media (max-width:1599px) {
  .spell-box .box .txt .ti {
    font-size: 1.75rem;
  }
  .spell-box .box .txt p {
    font-size: 1rem;
  }
}
@media (max-width:1199px) {
  .spell-box .box .txt .ti {
    font-size: 1.375rem;
  }
  .spell-box .box .txt p {
    font-size: 0.938rem;
    margin: 5px 0 0;
    line-height: 1.8;
  }
}
@media (max-width:991px) {
  .spell-box .box {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .spell-box .box:last-child {
    border-bottom: none;
  }
  .spell-box .box .txt {
    padding: 0 5% 0 0;
  }
  .spell-box .box:nth-child(2n) .txt {
    padding: 0 0 0 5%;
  }
  .spell-box .box .txt .ti {
    font-size: 1.25rem;
  }
}
@media (max-width:640px) {
  .spell-box .box {
    padding: 0;
  }
  .spell-box .box .pic {
    width: 100%;
    display: block;
  }
  .spell-box .box .txt,
  .spell-box .box:nth-child(2n) .txt {
    width: 100%;
    display: block;
    padding: 15px 5%;
  }
}
.edit-table {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
}
.edit-table th {
  width: 15%;
  padding: 8px;
  font-weight: normal;
  text-align: center;
  font-size: 1.071rem;
}
.edit-table.fix-two th {
  background: #eee9e6;
  border-bottom: 1px solid #c9c9c9;
}
.edit-table td {
  width: 85%;
  padding: 8px 3%;
  font-size: 1.071rem;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.edit-table td i {
  font-size: 1.071rem;
  text-align: center;
  line-height: 38px;
  width: 38px;
  height: 38px;
  background: #eee;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin: 0 15px;
}
.edit-table.three-block td {
  width: 42.5%;
}
.edit-table.three-block td .pic {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.edit-table.three-block td .txt {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5%;
  font-size: 1.071rem;
}
@media (max-width:1199px) {
  .edit-table th,
  .edit-table td,
  .edit-table.three-block td .txt {
    font-size: 1rem;
  }
  .edit-table.fix-two th {
    width: 25%;
  }
  .edit-table.fix-two td {
    width: 75%;
  }
}
@media (max-width:640px) {
  .edit-table.three-block td .pic {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .edit-table.three-block td .txt {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
  }
  .edit-table th,
  .edit-table td,
  .edit-table.three-block td .txt {
    font-size: 0.938rem;
    line-height: 1.8;
  }
}
.team-edit {
  font-size: 0;
  margin: 60px 0 0;
}
.team-edit .box {
  position: relative;
  padding: 30px 0 0;
}
.team-edit .box:nth-child(2n) {
  direction: rtl;
}
.team-edit .box-gray:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background: #eee;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.team-edit .box-blue {
  color: #fff;
}
.team-edit .box-blue:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background: #54607c;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.team-edit .box .pic {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  direction: ltr;
}
.team-edit .box .txt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  direction: ltr;
}
.team-edit .box-blue .txt {
  padding: 0 15px 0 0;
}
.team-edit .box .txt .name {
  font-size: 2.813rem;
  line-height: 1.5;
}
.team-edit .box .txt .name em {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 40px;
  background: #444;
  margin: -8px 25px 0;
}
.team-edit .box-blue .txt .name em {
  background: #fff;
  opacity: .5;
}
.team-edit .box .txt .name span {
  color: rgba(243, 81, 64, .5);
}
.team-edit .box-blue .txt .name span {
  color: rgba(255, 255, 255, .32);
}
.team-edit .box .txt .title {
  font-size: 1.875rem;
  margin: 0 0 30px;
}
.team-edit .box .txt p {
  margin: 10px 0 0;
  font-size: 1.071rem;
  line-height: 2.2;
}
@media (max-width:1599px) {
  .team-edit .box .txt .name {
    font-size: 2.5rem;
  }
  .team-edit .box .txt .name em {
    height: 30px;
    margin: -8px 20px 0;
  }
  .team-edit .box .txt .title {
    font-size: 1.625rem;
    margin: 0 0 20px;
  }
}
@media (max-width:1199px) {
  .team-edit .box .pic {
    width: 55%;
  }
  .team-edit .box .txt {
    width: 45%;
  }
  .team-edit .box .txt p {
    font-size: 1rem;
  }
  .team-edit .box .txt .name {
    font-size: 2.25rem;
  }
  .team-edit .box .txt .title {
    font-size: 1.5rem;
  }
}
@media (max-width:991px) {
  .team-edit {
    margin: 40px 0 20px;
  }
  .team-edit .box-gray:before,
  .team-edit .box-blue:before {
    display: none;
  }
  .team-edit .box-blue {
    color: #333;
  }
  .team-edit .box-blue .txt .name em {
    background: #444;
  }
  .team-edit .box-blue .txt .name span {
    color: #54607c;
    opacity: .5;
  }
  .team-edit .box {
    padding: 25px 0 20px;
    border-top: 1px solid #eee;
  }
  .team-edit .box:first-child {
    padding-top: 0;
    border-top: none;
  }
  .team-edit .box .pic {
    background: #eee;
    width: 40%;
    padding: 15px 0 0;
    vertical-align: top;
  }
  .team-edit .box-blue .pic {
    background: #54607c;
  }
  .team-edit .box .txt {
    width: 60%;
    vertical-align: top;
    padding: 0 0 0 5%;
  }
  .team-edit .box-blue .txt {
    padding: 0 5% 0 0;
  }
  .team-edit .box .txt .name {
    font-size: 2rem;
  }
  .team-edit .box .txt .title {
    font-size: 1.375rem;
    margin: 0 0 10px;
  }
  .team-edit .box .txt p {
    line-height: 2;
  }
}
@media (max-width:640px) {
  .team-edit {
    margin: 30px 0 20px;
  }
  .team-edit .box .pic {
    width: 100%;
    display: block;
  }
  .team-edit .box .txt,
  .team-edit .box-blue .txt {
    width: 100%;
    padding: 15px 0 0;
  }
}
.s-team-edit {
  font-size: 0;
  margin: 30px 0 20px;
}
.s-team-edit .box {
  position: relative;
  padding: 25px 0 20px;
  border-top: 1px solid #eee;
}
.team-edit .box:first-child {
  padding-top: 0;
  border-top: none;
}
.s-team-edit .box .pic {
  width: 100%;
  z-index: 2;
  background: #eee;
  padding: 15px 0 0;
}
.s-team-edit .box-blue .pic {
  background: #54607c;
}
.s-team-edit .box .txt {
  width: 100%;
  padding: 15px 0 0;
  z-index: 2;
}
.s-team-edit .box .txt .name {
  font-size: 2rem;
  line-height: 1.5;
}
.s-team-edit .box .txt .name em {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  background: #444;
  height: 30px;
  margin: -8px 20px 0;
}
.s-team-edit .box-blue .txt .name em {
  background: #444;
  opacity: .5;
}
.s-team-edit .box .txt .name span {
  color: rgba(243, 81, 64, .5);
}
.s-team-edit .box-blue .txt .name span {
  color: #54607c;
  opacity: .5;
}
.s-team-edit .box .txt .title {
  font-size: 1.375rem;
  margin: 0 0 10px;
}
.s-team-edit .box .txt p {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 2;
}
.dna-edit {
  font-size: 0;
}
.dna-edit .box {
  margin: 5px 0;
  position: relative;
}
.dna-edit .box.box-blue {
  background: url(../images/del/dna_bg1.jpg);
}
.dna-edit .box.box-light {
  background: url(../images/del/dna_bg2.jpg);
}
.dna-edit .box.box-black {
  background: url(../images/del/dna_bg3.jpg);
}
.dna-edit .box:nth-child(2n) {
  direction: rtl;
}
.dna-edit .box .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.dna-edit .box .txt {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 5%;
  direction: ltr;
}
.dna-edit .box .txt .ti {
  font-size: 2.5rem;
  color: #fff;
  margin: 10px 0;
}
.dna-edit .box .txt p {
  margin: 0;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.2;
}
.dna-edit .box.box-light .txt .ti {
  color: #000;
}
.dna-edit .box.box-light .txt p {
  color: #000;
}
@media (max-width:1599px) {
  .dna-edit .box .txt img {
    width: 100px;
  }
  .dna-edit .box .txt .ti {
    font-size: 2.25rem;
    margin: 5px 0;
  }
  .dna-edit .box .txt p {
    font-size: 1rem;
  }
}
@media (max-width:1199px) {
  .dna-edit .box .txt {
    padding: 20px 5%;
  }
  .dna-edit .box .txt img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .dna-edit .box .txt .ti {
    font-size: 2rem;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .dna-edit .box .txt p {
    font-size: 1rem;
    margin: 10px 0 0;
  }
}
@media (max-width:991px) {
  .dna-edit .box {
    padding: 20px;
  }
  .dna-edit .box .pic {
    vertical-align: top;
  }
  .dna-edit .box .txt {
    vertical-align: top;
    padding: 0 0 0 5%;
  }
  .dna-edit .box:nth-child(2n) .txt {
    padding: 0 5% 0 0;
  }
  .dna-edit .box .txt img {
    width: 70px;
  }
  .dna-edit .box .txt .ti {
    font-size: 1.75rem;
  }
  .dna-edit .box .txt p {
    line-height: 2;
  }
}
@media (max-width:640px) {
  .dna-edit .box {
    padding: 0;
  }
  .dna-edit .box .pic {
    width: 100%;
    display: block;
  }
  .dna-edit .box .txt,
  .dna-edit .box:nth-child(2n) .txt {
    padding: 15px 5%;
    width: 100%;
  }
  .dna-edit .box .txt img {
    width: 60px;
  }
  .dna-edit .box .txt .ti {
    font-size: 1.5rem;
    margin: 5px 0 0;
  }
}
.s-dna-edit {
  font-size: 0;
}
.s-dna-edit .box {
  margin: 5px 0;
  position: relative;
}
.s-dna-edit .box.box-blue {
  background: url(../images/del/dna_bg1.jpg);
}
.s-dna-edit .box.box-light {
  background: url(../images/del/dna_bg2.jpg);
}
.s-dna-edit .box.box-black {
  background: url(../images/del/dna_bg3.jpg);
}
.s-dna-edit .box .pic {
  width: 100%;
  display: block;
}
.s-dna-edit .box .txt img {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.s-dna-edit .box .txt {
  padding: 15px 5%;
  width: 100%;
}
.s-dna-edit .box .txt .ti {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  margin: 5px 0 0;
}
.s-dna-edit .box .txt p {
  margin: 10px 0 0;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
}
.s-dna-edit .box.box-light .txt .ti {
  color: #000;
}
.s-dna-edit .box.box-light .txt p {
  color: #000;
}
.glory-edit .box {
  padding: 60px 0 0;
}
.glory-edit .box:first-child {
  padding: 50px 0 0;
}
.glory-edit .box .ti {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.glory-edit .box .m-dec {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  margin: 5px 0 0;
  position: relative;
}
.glory-edit .box .m-dec:after {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  background: #fa6050;
  margin: 25px auto 30px;
}
.glory-edit .box .s-dec {
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}
.glory-edit .box .pic-box {
  font-size: 0;
  margin: 40px 0 0;
  text-align: center;
}
.glory-edit .box .four-pic .pic {
  width: 25%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.glory-edit .box .three-pic .pic {
  width: 33.33%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.glory-edit .box .one-pic .pic {
  width: 100%;
  padding: 3px;
  display: block;
}
.glory-edit .box .two-pic .pic {
  width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.glory-edit .box .mix-pic .pic {
  width: 25%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.glory-edit .box .mix-pic .pic.big {
  width: 50%;
}
.glory-edit .box .mix-pic .pic.float-left {
  float: left;
}
.glory-edit .box .mix-pic .pic.float-right {
  float: right;
}
@media (max-width:1599px) {
  .glory-edit .box .ti {
    font-size: 2.25rem;
  }
  .glory-edit .box .m-dec {
    font-size: 1.375rem;
  }
  .glory-edit .box .s-dec {
    font-size: 1rem;
  }
}
@media (max-width:1199px) {
  .glory-edit .box {
    padding: 50px 0 0;
  }
  .glory-edit .box:first-child {
    padding: 40px 0 0;
  }
  .glory-edit .box .ti {
    font-size: 2rem;
  }
  .glory-edit .box .m-dec {
    font-size: 1.25rem;
  }
}
@media (max-width:991px) {
  .glory-edit .box {
    padding: 40px 0 0;
  }
  .glory-edit .box:first-child {
    padding: 30px 0 0;
  }
  .glory-edit .box .ti {
    font-size: 1.875rem;
  }
  .glory-edit .box .m-dec {
    font-size: 1.125rem;
  }
  .glory-edit .box .m-dec:after {
    margin: 20px auto 25px;
    width: 80px;
  }
  .glory-edit .box .pic-box {
    margin: 30px 0 0;
  }
}
.s-glory-edit .box {
  padding: 40px 0 0;
}
.s-glory-edit .box:first-child {
  padding: 30px 0 0;
}
.s-glory-edit .box .ti {
  font-size: 1.75rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.s-glory-edit .box .m-dec {
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  margin: 5px 0 0;
  position: relative;
}
.s-glory-edit .box .m-dec:after {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  background: #fa6050;
  margin: 15px auto 20px;
  width: 60px;
}
.s-glory-edit .box .s-dec {
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
.s-glory-edit .box .pic-box {
  font-size: 0;
  margin: 20px 0 0;
  text-align: center;
}
.s-glory-edit .box .four-pic .pic {
  width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-glory-edit .box .three-pic .pic {
  width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-glory-edit .box .one-pic .pic {
  width: 100%;
  padding: 3px;
  display: block;
}
.s-glory-edit .box .two-pic .pic {
  width: 100%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-glory-edit .box .mix-pic .pic {
  width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-glory-edit .box .mix-pic .pic.big {
  width: 100%;
}
@media (max-width:480px) {
  .s-glory-edit .box .three-pic .pic {
    width: 100%;
  }
}
.smart_clas_edit1 {
  padding: 70px 0;
  position: relative;
}
.smart_clas_edit1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  background: url(../images/del/smart_class_bg.jpg);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.smart_clas_edit1 .edit-grid {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.smart_clas_edit1 .ti {
  color: #fff;
  margin: 0;
  line-height: 1.8;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}
.smart_clas_edit1 .m-dec {
  font-size: 1.75rem;
  color: rgba(255, 255, 2555, .5);
  text-align: center;
  margin: 10px 0 40px;
}
.smart_clas_edit1 .pic {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.smart_clas_edit1 .pic img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.smart_clas_edit1 .txt {
  width: 55%;
  padding-left: 5%;
  display: inline-block;
  vertical-align: middle;
}
.smart_clas_edit1 .txt .title {
  font-size: 2.188rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.smart_clas_edit1 .txt strong {
  display: block;
  font-size: 1.563rem;
  color: #fff;
  font-weight: normal;
  margin: 20px 0 0;
  line-height: 1.8;
}
.smart_clas_edit1 .txt p {
  color: rgba(255, 255, 255, .8);
  font-size: 1.25rem;
  margin: 30px 0 0;
}
@media (max-width:1499px) {
  .smart_clas_edit1 {
    padding: 60px 0;
  }
  .smart_clas_edit1 .ti {
    font-size: 2.25rem;
  }
  .smart_clas_edit1 .m-dec {
    font-size: 1.5rem;
  }
  .smart_clas_edit1 .txt strong {
    margin: 10px 0 0;
  }
  .smart_clas_edit1 .txt p {
    font-size: 1.125rem;
    margin: 20px 0 0;
  }
}
@media (max-width:1199px) {
  .smart_clas_edit1 .ti {
    font-size: 1.875rem;
  }
  .smart_clas_edit1 .m-dec {
    font-size: 1.375rem;
    margin: 0 0 30px;
  }
  .smart_clas_edit1 .txt .title {
    font-size: 1.75rem;
  }
  .smart_clas_edit1 .txt strong {
    font-size: 1.25rem;
  }
  .smart_clas_edit1 .txt p {
    font-size: 1rem;
  }
}
@media (max-width:991px) {
  .smart_clas_edit1 {
    padding: 40px 0;
  }
  .smart_clas_edit1 .txt,
  .smart_clas_edit1 .pic {
    vertical-align: top;
  }
}
.s-smart_clas_edit1 {
  padding: 40px 0;
  position: relative;
}
.s-smart_clas_edit1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  background: url(../images/del/smart_class_bg.jpg);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.s-smart_clas_edit1 .edit-grid {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.s-smart_clas_edit1 .ti {
  color: #fff;
  margin: 0;
  line-height: 1.8;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
}
.s-smart_clas_edit1 .m-dec {
  color: rgba(255, 255, 2555, .5);
  text-align: center;
  font-size: 1.375rem;
  margin: 0 0 30px;
}
.s-smart_clas_edit1 .pic {
  width: 100%;
  display: block;
}
.s-smart_clas_edit1 .pic img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.s-smart_clas_edit1 .txt {
  width: 100%;
  display: block;
  margin: 30px 0 0;
  padding: 0;
}
.s-smart_clas_edit1 .txt .title {
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.s-smart_clas_edit1 .txt strong {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  margin: 10px 0 0;
  line-height: 1.8;
}
.s-smart_clas_edit1 .txt p {
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
  margin: 20px 0 0;
}
.smart_clas_edit2 {
  padding: 30px 0;
  background: #fff;
  position: relative;
}
.smart_clas_edit2 .box {
  padding: 50px 0;
  font-size: 0;
  position: relative;
}
.smart_clas_edit2 .box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, .05);
  border-top: 1px solid #dcdcdc;
}
.smart_clas_edit2 .box:last-child:after {
  display: none;
}
.smart_clas_edit2 .box .ti-box {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3% 0 0;
}
.smart_clas_edit2 .box .ti-box img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.smart_clas_edit2 .box .ti-box .ti {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  font-size: 2.188rem;
  font-weight: bold;
  padding-left: 5%;
  line-height: 1.5;
}
.smart_clas_edit2 .box .ti-box .ti span {
  display: block;
  font-size: 1.875rem;
}
.smart_clas_edit2 .box .dec {
  width: 72%;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
}
.smart_clas_edit2 .box .dec strong {
  display: block;
  font-size: 1.75rem;
  color: #222;
  line-height: 1.8;
}
@media (max-width:1599px) {
  .smart_clas_edit2 .box .ti-box .ti {
    font-size: 1.875rem;
  }
  .smart_clas_edit2 .box .ti-box .ti span,
  .smart_clas_edit2 .box .dec strong {
    font-size: 1.5rem;
  }
}
@media (max-width:1199px) {
  .smart_clas_edit2 {
    padding: 20px 0;
  }
  .smart_clas_edit2 .box {
    padding: 30px 0;
  }
  .smart_clas_edit2 .box .ti-box {
    width: 33%;
  }
  .smart_clas_edit2 .box .ti-box img {
    width: 80px;
  }
  .smart_clas_edit2 .box .ti-box .ti {
    font-size: 1.75rem;
    width: calc(100% - 80px);
  }
  .smart_clas_edit2 .box .ti-box .ti span {
    font-size: 1.375rem;
  }
  .smart_clas_edit2 .box .dec {
    width: 67%;
    font-size: 1rem;
  }
  .smart_clas_edit2 .box .dec strong {
    font-size: 1.375rem;
  }
}
@media (max-width:991px) {
  .smart_clas_edit2 .box .ti-box {
    padding: 0 3% 0 0;
  }
  .smart_clas_edit2 .box .ti-box {
    width: 36%;
  }
  .smart_clas_edit2 .box .ti-box .ti {
    font-size: 1.625rem;
  }
  .smart_clas_edit2 .box .ti-box .ti span {
    font-size: 1.25rem;
  }
  .smart_clas_edit2 .box .dec {
    width: 64%;
  }
}
.s-smart_clas_edit2 {
  padding: 20px 0;
  background: #fff;
  position: relative;
}
.s-smart_clas_edit2 .box {
  padding: 30px 0;
  font-size: 0;
  position: relative;
}
.s-smart_clas_edit2 .box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, .05);
  border-top: 1px solid #dcdcdc;
}
.s-smart_clas_edit2 .box:last-child:after {
  display: none;
}
.s-smart_clas_edit2 .box .ti-box {
  display: block;
  width: 100%;
}
.s-smart_clas_edit2 .box .ti-box img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.s-smart_clas_edit2 .box .ti-box .ti {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.625rem;
  font-weight: bold;
  padding-left: 5%;
  line-height: 1.5;
}
.s-smart_clas_edit2 .box .ti-box .ti span {
  display: block;
  font-size: 1.25rem;
}
.s-smart_clas_edit2 .box .dec {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.s-smart_clas_edit2 .box .dec strong {
  display: block;
  font-size: 1.25rem;
  color: #222;
  line-height: 1.8;
}
@media (max-width:480px) {
  .s-smart_clas_edit2 .box .ti-box img {
    width: 70px;
  }
  .s-smart_clas_edit2 .box .ti-box .ti {
    width: calc(100% - 70px);
  }
}
.smart_clas_edit3 {
  position: relative;
  padding: 70px 0;
}
.smart_clas_edit3:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f1f1f1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.smart_clas_edit3 .edit-grid {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.smart_clas_edit3 .ti {
  color: #000;
  margin: 0;
  line-height: 1.8;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}
.smart_clas_edit3 .m-dec {
  font-size: 1.875rem;
  text-align: center;
  margin: 10px 0 30px;
  font-weight: bold;
  color: #000;
}
.smart_clas_edit3 .box {
  padding: 30px 3%;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
.smart_clas_edit3 .box:before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 60px);
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #fff;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.smart_clas_edit3 .box .title {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.smart_clas_edit3 .box .title img {
  width: 125px;
  display: inline-block;
  vertical-align: middle;
}
.smart_clas_edit3 .box strong {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 125px);
  text-align: left;
  font-size: 1.563rem;
  padding-left: 30px;
  line-height: 1.5;
  color: #000;
}
.smart_clas_edit3 .box p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5%;
  font-size: 1.25rem;
  width: 50%;
  font-weight: bold;
  color: #000;
}
@media (max-width:1599px) {
  .smart_clas_edit3 {
    padding: 60px 0;
  }
  .smart_clas_edit3 .ti {
    font-size: 2.25rem;
  }
  .smart_clas_edit3 .m-dec {
    font-size: 1.75rem;
  }
  .smart_clas_edit3 .box .title img {
    width: 100px;
  }
  .smart_clas_edit3 .box strong {
    width: calc(100% - 100px);
    padding-left: 5%;
    font-size: 1.375rem;
  }
  .smart_clas_edit3 .box p {
    font-size: 1.125rem;
  }
}
@media (max-width:1199px) {
  .smart_clas_edit3 .ti {
    font-size: 1.875rem;
  }
  .smart_clas_edit3 .box {
    padding: 20px;
  }
  .smart_clas_edit3 .box .title img {
    width: 80px;
  }
  .smart_clas_edit3 .box strong {
    width: calc(100% - 80px);
    font-size: 1.25rem;
  }
  .smart_clas_edit3 .box:before {
    height: calc(100% - 40px);
  }
}
@media (max-width:991px) {
  .smart_clas_edit3 {
    padding: 40px 0;
  }
  .smart_clas_edit3 .m-dec {
    font-size: 1.5rem;
  }
  .smart_clas_edit3 .box {
    width: 100%;
  }
  .smart_clas_edit3 .box .title {
    width: 250px;
  }
  .smart_clas_edit3 .box p {
    width: calc(100% - 250px);
  }
  .smart_clas_edit3 .box:before {
    left: 250px;
  }
  .smart_clas_edit3 .box p {
    padding-right: 0;
  }
}
.s-smart_clas_edit3 {
  position: relative;
  padding: 40px 0;
}
.s-smart_clas_edit3:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f1f1f1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.s-smart_clas_edit3 .edit-grid {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.s-smart_clas_edit3 .ti {
  color: #000;
  margin: 0;
  line-height: 1.8;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
}
.s-smart_clas_edit3 .m-dec {
  font-size: 1.5rem;
  text-align: center;
  margin: 10px 0 30px;
  font-weight: bold;
  color: #000;
}
.s-smart_clas_edit3 .box {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.s-smart_clas_edit3 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #fff;
}
.s-smart_clas_edit3 .box .title img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.s-smart_clas_edit3 .box strong {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  color: #000;
  padding-left: 5%;
  width: calc(100% - 80px);
  font-size: 1.25rem;
}
.s-smart_clas_edit3 .box p {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
}
.smart_clas_edit4 {
  position: relative;
  padding: 60px 0;
}
.smart_clas_edit4:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 0;
  background: url(../images/del/smart_class_bg2.jpg);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.smart_clas_edit4 .edit-grid {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.smart_clas_edit4 .ti {
  color: #fff;
  margin: 0;
  line-height: 1.8;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}
.smart_clas_edit4 .a-box {
  font-size: 0;
  text-align: center;
  margin: 20px 0 0;
}
.smart_clas_edit4 .a-box > a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  text-align: center;
  width: calc(20% - 24px);
  margin: 12px;
  padding: 5px;
  border-radius: 40px;
  background: #4896c8;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media (min-width:1025px) {
  .smart_clas_edit4 .a-box > a:hover {
    background: #3b85b4;
  }
}
@media (max-width:1599px) {
  .smart_clas_edit4 {
    padding: 40px 0;
  }
  .smart_clas_edit4 .ti {
    font-size: 2.25rem;
  }
  .smart_clas_edit4 .a-box > a {
    width: calc(20% - 20px);
    margin: 10px;
  }
}
@media (max-width:1199px) {
  .smart_clas_edit4 .ti {
    font-size: 1.875rem;
  }
  .smart_clas_edit4 .a-box {
    margin: 10px 0 0;
  }
  .smart_clas_edit4 .a-box > a {
    font-size: 1rem;
    width: calc(20% - 16px);
    margin: 10px 8px;
  }
}
@media (max-width:991px) {
  .smart_clas_edit4 {
    padding: 40px 0;
  }
  .smart_clas_edit4 .a-box > a {
    width: calc(25% - 16px);
  }
}
.s-smart_clas_edit4 {
  position: relative;
  padding: 30px 0;
}
.s-smart_clas_edit4:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 0;
  background: url(../images/del/smart_class_bg2.jpg);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.s-smart_clas_edit4 .edit-grid {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.s-smart_clas_edit4 .ti {
  color: #fff;
  margin: 0;
  line-height: 1.8;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
}
.s-smart_clas_edit4 .a-box {
  font-size: 0;
  text-align: center;
  margin: 10px 0 0;
}
.s-smart_clas_edit4 .a-box > a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 5px;
  border-radius: 40px;
  background: #4896c8;
  color: #fff;
  font-size: 1rem;
  width: calc(33.33% - 16px);
  margin: 10px 8px;
}
@media (max-width:640px) {
  .s-smart_clas_edit4 .a-box > a {
    width: calc(50% - 10px);
    margin: 8px 5px;
  }
}
@media (max-width:374px) {
  .s-smart_clas_edit4 .a-box > a {
    width: 100%;
    margin: 8px 0;
  }
}
.gradual-edit {
  margin: 100px 0 0;
}
.gradual-edit .box {
  margin: 0 0 10px;
  position: relative;
  background: #020307;
}
.gradual-edit .box.gray {
  background: #eee;
}
.gradual-edit .box.blue {
  background: #0e1830;
}
.gradual-edit .box.brown {
  background: #895941;
}
.gradual-edit .box:after {
  content: '';
  display: block;
  clear: both;
}
.gradual-edit .box:before {
  content: '';
  width: 60%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #020307 30%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, #020307));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #020307 30%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #020307 30%);
}
.gradual-edit .box.gray:before {
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eee 30%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, #eee));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #eee 30%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #eee 30%);
}
.gradual-edit .box.blue:before {
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0e1830 30%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, #0e1830));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #0e1830 30%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #0e1830 30%);
}
.gradual-edit .box.brown:before {
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #895941 30%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, #895941));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #895941 30%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #895941 30%);
}
.gradual-edit .box .pic {
  float: right;
  max-width: 80%;
}
.gradual-edit .box .txt {
  position: absolute;
  z-index: 2;
  width: 50%;
  padding: 0 5%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gradual-edit .box .txt .ti {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.gradual-edit .box .txt p {
  font-size: 1.125rem;
  color: #fff;
  margin: 20px 0 0;
  line-height: 2;
}
.gradual-edit .box.gray .txt .ti {
  color: #000;
}
.gradual-edit .box.gray .txt p {
  color: #222;
}
@media (max-width:1699px) {
  .gradual-edit .box .txt .ti {
    font-size: 2.25rem;
  }
}
@media (max-width:1499px) {
  .gradual-edit {
    margin: 80px 0 0;
  }
  .gradual-edit .box .txt .ti {
    font-size: 2rem;
  }
  .gradual-edit .box .txt p {
    font-size: 1rem;
  }
}
@media (max-width:1199px) {
  .gradual-edit .box .txt .ti {
    font-size: 1.75rem;
  }
  .gradual-edit .box .txt p {
    margin: 10px 0 0;
  }
}
@media (max-width:991px) {
  .gradual-edit {
    margin: 50px 0 0;
  }
  .gradual-edit .box .txt .ti {
    font-size: 1.5rem;
  }
  .gradual-edit .box .txt p {
    font-size: 0.938rem;
    margin: 5px 0 0;
  }
}
.s-gradual-edit {
  margin: 50px 0 0;
}
.s-gradual-edit .box {
  margin: 0 0 10px;
  position: relative;
  background: #020307;
}
.s-gradual-edit .box.gray {
  background: #eee;
}
.s-gradual-edit .box.blue {
  background: #0e1830;
}
.s-gradual-edit .box.brown {
  background: #895941;
}
.s-gradual-edit .box:after {
  content: '';
  display: block;
  clear: both;
}
.s-gradual-edit .box .pic {
  float: none;
  max-width: 100%;
}
.s-gradual-edit .box .txt {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 5%;
}
.s-gradual-edit .box .txt .ti {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.s-gradual-edit .box .txt p {
  font-size: 0.938rem;
  color: #fff;
  margin: 5px 0 0;
  line-height: 2;
}
.s-gradual-edit .box.gray .txt .ti {
  color: #000;
}
.s-gradual-edit .box.gray .txt p {
  color: #222;
}
/* about-tree */
.tree-edit {
  font-size: 0;
  position: relative;
  padding: 70px 0;
}
.tree-edit:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #f6f6f6;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tree-edit .pic {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.tree-edit .txt {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.tree-edit .txt .page-ti {
  text-align: left;
  line-height: 1.8;
}
.tree-edit .txt .page-dec {
  text-align: left;
  margin: 10px auto 0;
}
.tree-edit .txt .list {
  margin-top: 30px;
}
.tree-edit .txt .list.first {
  margin-top: 0;
}
.tree-edit .txt .comment-box .box {
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  margin: 10px 0 0;
}
.tree-edit .txt .comment-box .box:last-child {
  padding-right: 0;
}
.tree-edit .txt .comment-box .box strong {
  display: block;
  font-size: 1.25rem;
}
.tree-edit .txt .comment-box .box p {
  margin: 10px 0 0;
  font-size: 0.938rem;
}
.tree-edit .txt .comment-box .box p span {
  font-style: normal;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #b6bee2;
  font-size: 1rem;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (max-width:991px) {
  .tree-edit {
    padding: 50px 0;
  }
  /* .tree-edit .txt{
     width: 100%;
   }
   .tree-edit .txt .list.first{
     display: inline-block;
     vertical-align: top;
     width: 50%;
   }
   .tree-edit .b-pic{
     display: none !important;
   }
   .tree-edit .s-pic{
     display: inline-block !important;
     vertical-align: top;
     width: 50%;
   }
   .tree-edit .txt .comment-box .box{
     padding-right: 25px;
   }*/
}
.s-tree-edit {
  font-size: 0;
  position: relative;
  padding: 30px 0;
}
.s-tree-edit:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #f6f6f6;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.s-tree-edit .pic {
  width: 100%;
  margin: 30px 0;
  display: block;
  position: relative;
  z-index: 2;
}
.s-tree-edit .txt {
  width: 100%;
  position: relative;
  z-index: 2;
}
.s-tree-edit .txt .page-ti {
  text-align: left;
  line-height: 1.8;
}
.s-tree-edit .txt .page-dec {
  text-align: left;
  margin: 10px auto 0;
}
.s-tree-edit .txt .list {
  margin-top: 20px;
}
.s-tree-edit .txt .list.first {
  width: 100%;
  margin-top: 0;
}
.s-tree-edit .txt .comment-box .box {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
  padding-right: 25px;
}
.s-tree-edit .txt .comment-box .box:last-child {
  padding-right: 0;
}
.s-tree-edit .txt .comment-box .box strong {
  display: block;
  font-size: 1.25rem;
}
.s-tree-edit .txt .comment-box .box p {
  margin: 10px 0 0;
  font-size: 0.938rem;
}
.s-tree-edit .txt .comment-box .box p span {
  font-style: normal;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #b6bee2;
  font-size: 1rem;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  margin: 0 10px 0 0;
}
/* about-global */
.global-edit {
  direction: rtl;
  font-size: 0;
  position: relative;
  padding: 100px 0;
}
.global-edit:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #e8eaf1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.global-edit .pic {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  position: relative;
  z-index: 2;
}
.global-edit .txt {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  padding-right: 5%;
  position: relative;
  z-index: 2;
}
.global-edit .txt .page-ti,
.global-edit .txt .page-dec {
  text-align: left;
}
.global-edit .txt .page-ti {
  line-height: 1.8;
}
@media (max-width:1199px) {
  .global-edit {
    padding: 80px 0;
  }
}
@media (max-width:991px) {
  .global-edit {
    padding: 50px 0;
  }
}
.s-global-edit {
  font-size: 0;
  position: relative;
  padding: 40px 0;
}
.s-global-edit:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #e8eaf1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.s-global-edit .pic {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.s-global-edit .txt {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.s-global-edit .txt .page-ti,
.s-global-edit .txt .page-dec {
  text-align: left;
}
.s-global-edit .txt .page-ti {
  line-height: 1.8;
}
/* 顾问服务 */
.service-edit {
  font-size: 0;
}
.service-edit .t-txt {
  font-size: 1.25rem;
  margin: 0 0 30px;
}
.service-edit .box .ti {
  display: block;
  font-size: 1.875rem;
  margin: 0 0 10px;
}
.service-edit .b-txt {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
}
.service-edit .box {
  margin: 30px 0 0;
}
.service-edit .three-items {
  width: 33.33%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.service-edit .three-items strong {
  font-size: 2.25rem;
  display: block;
  line-height: 1.5;
}
.service-edit .three-items img {
  display: block;
  margin: 0 auto;
}
.service-edit .four-items {
  width: 25%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.service-edit .four-items > a {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}
.service-edit .four-items strong {
  font-size: 1.5rem;
  display: block;
  color: #333;
  margin: 10px 0 0;
}
.service-edit .four-items img {
  display: block;
  margin: 0 auto;
}
.service-edit .one-items {
  text-align: center;
}
.service-edit .more {
  display: block;
  margin: 5px auto 0;
  color: #fff;
  background: #aaa;
  font-size: 0.875rem;
  padding: 2px 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.service-edit .dot-line {
  margin: 40px 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background: none;
  border-top: 1px dashed #aaa;
}
@media (min-width:1025px) {
  .service-edit .more:hover,
  .service-edit .four-items:hover .more {
    background: #4896c8;
  }
}
@media (max-width:1499px) {
  .service-edit .t-txt {
    font-size: 1.125rem;
  }
  .service-edit .b-txt {
    font-size: 1.375rem;
  }
  .service-edit .box .ti {
    font-size: 1.75rem;
  }
  .service-edit .three-items strong {
    font-size: 2rem;
  }
  .service-edit .four-items strong {
    font-size: 1.375rem;
  }
}
@media (max-width:1199px) {
  .service-edit .t-txt {
    font-size: 1rem;
  }
  .service-edit .b-txt {
    font-size: 1.25rem;
  }
  .service-edit .three-items strong {
    font-size: 1.75rem;
  }
  .service-edit .four-items strong {
    font-size: 1.25rem;
  }
  .service-edit .box .ti {
    font-size: 1.5rem;
  }
  .service-edit .dot-line {
    margin: 30px 0;
  }
}
.s-service-edit {
  font-size: 0;
}
.s-service-edit .t-txt {
  font-size: 1rem;
  margin: 0 0 20px;
}
.s-service-edit .box .ti {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.s-service-edit .b-txt {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
}
.s-service-edit .box {
  margin: 20px 0 0;
}
.s-service-edit .three-items {
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.s-service-edit .three-items strong {
  font-size: 1.75rem;
  display: block;
  line-height: 1.5;
}
.s-service-edit .three-items img {
  display: block;
  margin: 0 auto;
}
.s-service-edit .two-items {
  width: 50%;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.s-service-edit .two-items > a {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}
.s-service-edit .two-items strong {
  font-size: 1.25rem;
  display: block;
  color: #333;
  margin: 10px 0 0;
}
.s-service-edit .two-items img {
  display: block;
  margin: 0 auto;
}
.s-service-edit .one-items {
  text-align: center;
}
.s-service-edit .more {
  display: block;
  margin: 5px auto 0;
  color: #fff;
  background: #aaa;
  font-size: 0.875rem;
  padding: 2px 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.s-service-edit .dot-line {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background: none;
  border-top: 1px dashed #aaa;
}
.i-about {
  position: relative;
  overflow: hidden;
}
.i-about:before {
  content: '';
  position: absolute;
  display: block;
  width: 55%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 30%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, #fff));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 30%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 30%);
  z-index: 2;
  left: 0;
  top: 0;
}
.i-about.opp:before {
  left: auto;
  right: 0;
  width: 60%;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #fff 30%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, #fff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 30%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 30%);
}
.i-about.more:before {
  width: 60%;
  background: -o-linear-gradient(top, rgba(215, 221, 222, 0) 0%, #d7ddde 50%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(215, 221, 222, 0)), color-stop(50%, #d7ddde));
  background: -o-linear-gradient(right, rgba(215, 221, 222, 0) 0%, #d7ddde 50%);
  background: linear-gradient(270deg, rgba(215, 221, 222, 0) 0%, #d7ddde 50%);
}
.i-about .pic {
  width: 1200px;
  max-width: 65%;
  float: right;
}
.i-about.opp .pic {
  float: left;
}
.i-about.more .pic {
  width: 1400px;
  max-width: 80%;
}
.i-about .txt {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.i-about .txt .t-container {
  width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
}
.i-about .txt .t-cont {
  width: 40%;
}
.i-about.opp .txt .t-cont {
  float: right;
}
.i-about .txt .m-ti {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}
.i-about .txt .m-ti span {
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
}
.i-about .txt p {
  font-size: 1.125rem;
  color: #222;
  margin: 20px 0 0;
  line-height: 2;
  font-weight: bold;
}
.i-about .txt .i-ul > li {
  font-size: 1.125rem;
  color: #222;
  position: relative;
  padding-left: 80px;
  line-height: 2;
  font-weight: bold;
}
.i-about .txt .i-ul > li span {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width:1699px) {
  .i-about .txt .m-ti {
    font-size: 2.25rem;
  }
}
@media (max-width:1599px) {
  .i-about .txt .t-container {
    width: 1380px;
  }
}
@media (max-width:1499px) {
  .i-about .txt .m-ti {
    font-size: 2rem;
  }
  .i-about .txt .t-container {
    width: 1170px;
  }
  .i-about .txt p {
    font-size: 1rem;
  }
  .i-about .txt .i-ul > li {
    font-size: 1rem;
    padding-left: 70px;
  }
}
@media (max-width:1199px) {
  .i-about:before {
    width: 65%;
  }
  .i-about.opp:before {
    width: 70%;
  }
  .i-about .txt .t-cont {
    width: 45%;
  }
  .i-about .txt .m-ti {
    font-size: 1.75rem;
  }
  .i-about .txt .t-container {
    width: 970px;
  }
  .i-about .txt p {
    margin: 10px 0 0;
  }
}
@media (max-width:991px) {
  .i-about:before,
  .i-about.opp:before {
    display: none;
  }
  .i-about .pic {
    width: 50%;
    max-width: 50%;
    position: absolute;
    right: 0;
    float: none;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .i-about.opp .pic {
    right: auto;
    left: 0;
    float: none;
  }
  .i-about .pic img {
    height: 100% !important;
    max-width: none;
    width: auto;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .i-about .txt {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 40px 3%;
    vertical-align: top;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .i-about .txt .t-container,
  .i-about .txt .t-cont {
    width: 100%;
    padding: 0;
  }
  .i-about .txt .m-ti {
    font-size: 1.5rem;
  }
  .i-about.opp .txt {
    float: right;
  }
  .i-about .txt p {
    font-size: 0.938rem;
    margin: 5px 0 0;
  }
  .i-about .txt .i-ul > li {
    font-size: 0.938rem;
  }
}
@media (max-width:640px) {
  .i-about .pic,
  .i-about.opp .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .i-about .pic img {
    height: auto !important;
    max-width: 100%;
    width: 100%;
    left: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .i-about .txt,
  .i-about.opp .txt {
    padding: 20px 5%;
    width: 100%;
    float: none;
  }
  .i-about .txt .m-ti {
    text-align: center;
  }
}
.i-advantage-edit {
  font-size: 0;
}
.i-advantage-edit .m-ti {
  color: #fff;
  line-height: 1.5;
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
}
.i-advantage-edit .s-ti {
  color: #4c9fb8;
  line-height: 1.5;
  margin: 10px 0 40px;
  font-size: 1.625rem;
  text-align: center;
  font-weight: bold;
}
.i-advantage-edit .box {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.i-advantage-edit .box img {
  display: block;
  margin: 0 auto;
}
.i-advantage-edit .box .ti {
  color: #fff;
  line-height: 1.5;
  margin: 0;
  font-size: 1.25rem;
  text-align: center;
  margin: 25px 0 0;
}
@media (max-width:1699px) {
  .i-advantage-edit .m-ti {
    font-size: 2.25rem;
  }
}
@media (max-width:1499px) {
  .i-advantage-edit .m-ti {
    font-size: 2rem;
  }
  .i-advantage-edit .s-ti {
    font-size: 1.375rem;
  }
}
@media (max-width:1199px) {
  .i-advantage-edit .box .ti {
    font-size: 1.125rem;
    margin: 20px 0 0;
  }
}
@media (max-width:991px) {
  .i-advantage-edit .m-ti {
    font-size: 1.75rem;
  }
  .i-advantage-edit .s-ti {
    margin-bottom: 30px;
  }
  .i-advantage-edit .box .ti {
    font-size: 1rem;
  }
}
@media (max-width:640px) {
  .i-advantage-edit .s-ti {
    margin-bottom: 0;
  }
  .i-advantage-edit .box {
    width: 50%;
    margin: 30px 0 0;
  }
}
.liability-edit .box {
  padding: 60px 0 0;
}
.liability-edit .box:first-child {
  padding: 50px 0 0;
}
.liability-edit .box .ti {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.liability-edit .box .m-dec {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  margin: 5px 0 0;
  position: relative;
}
.liability-edit .box .m-dec:after {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  background: #fa6050;
  margin: 25px auto 30px;
}
.liability-edit .box .s-dec {
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
}
.liability-edit .box .pic-box {
  font-size: 0;
  margin: 40px 0 0;
  text-align: center;
}
.liability-edit .box .four-pic .pic {
  width: 25%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.liability-edit .box .three-pic .pic {
  width: 33.33%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.liability-edit .box .one-pic .pic {
  max-width: 100%;
  padding: 3px;
  display: block;
}
.liability-edit .box .two-pic .pic {
  max-width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.liability-edit .box .mix-pic .pic {
  max-width: 25%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.liability-edit .box .mix-pic .pic.big {
  max-width: 50%;
}
.liability-edit .box .mix-pic .pic.float-left {
  float: left;
}
.liability-edit .box .mix-pic .pic.float-right {
  float: right;
}
@media (max-width:1599px) {
  .liability-edit .box .ti {
    font-size: 2.25rem;
  }
  .liability-edit .box .m-dec {
    font-size: 1.375rem;
  }
  .liability-edit .box .s-dec {
    font-size: 1rem;
  }
}
@media (max-width:1199px) {
  .liability-edit .box {
    padding: 50px 0 0;
  }
  .liability-edit .box:first-child {
    padding: 40px 0 0;
  }
  .liability-edit .box .ti {
    font-size: 2rem;
  }
  .liability-edit .box .m-dec {
    font-size: 1.25rem;
  }
}
@media (max-width:991px) {
  .liability-edit .box {
    padding: 40px 0 0;
  }
  .liability-edit .box:first-child {
    padding: 30px 0 0;
  }
  .liability-edit .box .ti {
    font-size: 1.875rem;
  }
  .liability-edit .box .m-dec {
    font-size: 1.125rem;
  }
  .liability-edit .box .m-dec:after {
    margin: 20px auto 25px;
    width: 80px;
  }
  .liability-edit .box .pic-box {
    margin: 30px 0 0;
  }
}
.s-liability-edit .box {
  padding: 40px 0 0;
}
.s-liability-edit .box:first-child {
  padding: 30px 0 0;
}
.s-liability-edit .box .ti {
  font-size: 1.75rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.s-liability-edit .box .m-dec {
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  margin: 5px 0 0;
  position: relative;
}
.s-liability-edit .box .m-dec:after {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  background: #fa6050;
  margin: 15px auto 20px;
  width: 60px;
}
.s-liability-edit .box .s-dec {
  font-size: 1rem;
  text-align: center;
  margin: 0;
}
.s-liability-edit .box .pic-box {
  font-size: 0;
  margin: 20px 0 0;
  text-align: center;
}
.s-liability-edit .box .four-pic .pic {
  max-width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-liability-edit .box .three-pic .pic {
  max-width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-liability-edit .box .one-pic .pic {
  max-width: 100%;
  padding: 3px;
  display: block;
}
.s-liability-edit .box .two-pic .pic {
  max-width: 100%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-liability-edit .box .mix-pic .pic {
  max-width: 50%;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
.s-liability-edit .box .mix-pic .pic.big {
  width: 100%;
}
@media (max-width:480px) {
  .s-liability-edit .box .three-pic .pic {
    max-width: 100%;
  }
}
#g-footer .copyright span.grnet {
  color: #465096;
}
#g-footer .copyright span.grnet > a {
  color: #465096;
}
/* 樣板三欄 */
.temp-wrap {
  padding: 20px 0;
}
.temp-col-3 .item-g {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  flex-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.temp-col-3 .item-g .item {
  width: 33.33%;
  padding: 0 15px;
}
.temp-col-3 .item-g .box .pic {
  text-align: center;
  margin-bottom: 10px;
}
.temp-col-3 .item-g .box .pic img {
  width: 100%;
  display: inline-block;
}
.temp-col-3 .item-g .box .txt {
  padding: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.temp-col-3 .item-g .box .txt p {
  margin: 0;
  padding: 0;
}
.temp-col-3 .item-g .box .txt .title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
  display: block;
  margin: 10px 0 0;
}
.temp-col-3 .item-g .box .txt .btn-wrap {
  text-align: center;
  margin-top: 15px;
}
.temp-col-3 .item-g .box .txt .btn-wrap .btn {
  display: inline-block;
  width: 120px;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 1rem;
  color: #fff;
  background: #4896c8;
  color: #fff;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.temp-col-3 .item-g .box .txt .btn-wrap .btn:hover {
  background: #3b85b4;
}
@media (max-width: 1440px) {
  .temp-col-3 .item-g {
    margin: 0 -10px;
  }
  .temp-col-3 .item-g .item {
    padding: 0 10px;
  }
}
@media (max-width: 499px) {
  .temp-col-3 .item-g {
    margin: 0;
  }
  .temp-col-3 .item-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .temp-col-3 .item-g .item:last-child {
    margin-bottom: 0;
  }
}
/* 樣板2欄 */
.temp-wrap {
  padding: 20px 0;
}
.temp-col-2 .item-g {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  flex-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.temp-col-2 .item-g .item {
  width: 50%;
  padding: 0 15px;
}
.temp-col-2 .item-g .box .pic {
  text-align: center;
  margin-bottom: 10px;
}
.temp-col-2 .item-g .box .pic img {
  width: 100%;
  display: inline-block;
}
.temp-col-2 .item-g .box .txt {
  padding: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.temp-col-2 .item-g .box .txt p {
  margin: 0;
  padding: 0;
}
.temp-col-2 .item-g .box .txt .title {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
  display: block;
  margin: 10px 0 0;
}
.temp-col-2 .item-g .box .txt .btn-wrap {
  text-align: center;
  margin-top: 15px;
}
.temp-col-2 .item-g .box .txt .btn-wrap .btn {
  display: inline-block;
  width: 120px;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 1rem;
  color: #fff;
  background: #4896c8;
  color: #fff;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.temp-col-2 .item-g .box .txt .btn-wrap .btn:hover {
  background: #3b85b4;
}
@media (max-width: 1440px) {
  .temp-col-2 .item-g {
    margin: 0 -10px;
  }
  .temp-col-2 .item-g .item {
    padding: 0 10px;
  }
}
@media (max-width: 499px) {
  .temp-col-2 .item-g {
    margin: 0;
  }
  .temp-col-2 .item-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .temp-col-2 .item-g .item:last-child {
    margin-bottom: 0;
  }
}
.theme-table {
  position: relative;
  overflow-y: auto;
  overflow-x: auto;
  border: none;
  padding-bottom: 10px;
}
.theme-table.need-scroll::after {
  opacity: 0.9;
}
.theme-table::-webkit-scrollbar {
  height: 5px;
}
.theme-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}
.theme-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  background: #4896c8;
}
.theme-table:hover::-webkit-scrollbar-thumb {
  background: #666;
}
/* Float Wechat */
.float-community {
  position: fixed;
  z-index: 1000;
  bottom: 14px;
  left: 16px;
}
.float-community__list {
  display: -webkit-box;
  display: flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  list-style: none;
}
.float-community__list > li {
  display: block;
  margin: 7px;
  text-align: center;
}
.float-community__list > li > .link {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 0;
  border-radius: 50%;
}
.float-community__list > li > .link::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.float-community__list > li > .link.wechat {
  background-color: #7bb32e;
}
.float-community__list > li > .link.wechat::before {
  background-image: url(../images/mail_tfoot_wc.png);
}
.float-community__list > li .qrcode-box {
  position: absolute;
  display: none;
  bottom: 0;
  left: 100%;
  width: 200px;
  opacity: 1;
}
.float-community__list > li .qrcode-box img {
  opacity: 1;
}
.float-community__list > li.is-open .qrcode-box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}
/* 20250328 */
:root {
  --g-gap: 20px;
  --g-radius: 15px;
  --main-color: #4da5cf;
  --main-color-hover: #44609b;
  --radius: 8px;
}
#activity {
  padding-top: 150px;
  padding-bottom: 0;
  font-size: 1rem;
  .text-edit {
    font-size: 1rem;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*
 * 橫幅輪播
 */
  .c-kanban {
    position: relative;
    z-index: 0;
    .text-edit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 5%;
    }
  }
  .c-kanban.carousel {
    overflow: hidden;
  }
  .c-kanban.carousel:not(.swiper-initialized) {
    background: url(../images/loading.gif) no-repeat center center/150px auto;
  }
  .c-kanban.carousel:not(.swiper-initialized) .swiper-slide {
    opacity: 0;
    max-height: 340px;
  }
  .c-kanban.carousel.is-video-playing::before {
    content: "播放中...";
    white-space: nowrap;
    font-size: 0.75rem;
    position: absolute;
    z-index: 50;
    bottom: 50px;
    left: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    border-radius: 50px;
  }
  .c-kanban.carousel .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
  }
  .c-kanban.carousel .swiper-slide-active {
    position: relative;
  }
  .c-kanban.carousel .swiper-slide-active .c-kanban__media {
    -webkit-animation: ani_kanban_in 1s both;
    animation: ani_kanban_in 1s both;
  }
  .swiper__control {
    width: 50px;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    .swiper-button-prev,
    .swiper-button-next {
      aspect-ratio: 1;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      &::after {
        font-size: 1.25rem;
        color: #000;
      }
    }
  }
  .swiper__control .swiper-button-prev {
    top: -99px;
  }
  .swiper__control .swiper-button-next {
    right: 13px;
    top: unset;
    bottom: -36px;
  }
  .swiper__control .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .swiper__control .swiper-pagination-current,
  .swiper__control .swiper-pagination-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 0.875rem;
  }
  .swiper__control .swiper-pagination-current::before,
  .swiper__control .swiper-pagination-total::before {
    content: "0";
  }
  .swiper__control .swiper-pagination-current {
    color: var(--main-color);
  }
  .swiper__control .swiper-pagination-current::after {
    content: "";
    display: block;
    width: 1px;
    height: 23px;
    background: #888888;
    -webkit-transform: translate(-10px, 30px);
    -ms-transform: translate(-10px, 30px);
    transform: translate(-10px, 30px);
  }
  .c-kanban__list {
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
  }
  .c-kanban__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    z-index: 1;
    will-change: transform;
    overflow: hidden;
  }
  .c-kanban__media img {
    width: 100%;
    height: auto;
  }
  .c-kanban__media .plyr--video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .c-kanban__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3% 0 0;
    color: #000;
    z-index: 9;
    line-height: 1.5;
    gap: 2rem;
    .text-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: var(--g-gap);
    }
  }
  .c-kanban__title {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: "Poppins", "Microsoft JhengHei UI", "Microsoft JhengHei",
      "Arial", sans-serif !important;
    line-height: 1.5;
  }
  .c-kanban__subtitle {
    margin-top: 1rem;
    display: block;
    font-size: 1.35rem;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
  }
  @media (max-width: 1366px) {
    .c-kanban.page .c-kanban__media {
      width: 100%;
    }
    .c-kanban.page .c-kanban__text {
      left: 5%;
      width: 90%;
    }
    .c-kanban__media {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      width: 60%;
    }
    .c-kanban__text {
      padding: 0;
    }
    .c-kanban__title {
      font-size: 2.5rem;
    }
    .c-kanban__subtitle {
      font-size: 1.125rem;
    }
  }
  @media (max-width: 991px) {
    .c-kanban.carousel .swiper-slide {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .swiper__control .swiper-button-prev {
      background-color: var(--main-color);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      top: -110px;
      left: 4px;
    }
    .swiper__control .swiper-button-prev::after {
      color: #fff;
    }
    .swiper__control .swiper-button-next {
      background-color: var(--main-color);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      right: 5px;
      bottom: -45px;
    }
    .swiper__control .swiper-button-next::after {
      color: #fff;
    }
    .c-kanban.page .c-kanban__media {
      aspect-ratio: 900/500;
    }
    .c-kanban.page .c-kanban__media img {
      height: 100%;
    }
    .c-kanban__media {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
    }
    .c-kanban {
      .text-edit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
      }
    }
    .c-kanban__text {
      padding: 0 0 1rem 0;
      gap: 1rem;
    }
    .c-kanban__title {
      font-size: 2rem;
    }
    .c-kanban__subtitle {
      font-size: 1rem;
    }
  }
  @media (max-width: 767px) {
    padding-top: 70px;
    .i_banner {
      padding-top: 50px;
      padding-bottom: 50px;
      .swiper__control {
        bottom: 30px;
        top: unset;
        .swiper-button-prev,
        .swiper-button-next {
          background: transparent;
          &:after {
            color: #000;
            font-size: 1rem;
          }
        }
      }
    }
    .c-kanban__text {
      gap: 0;
      .text-left {
        gap: 10px;
        padding: 1rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
    }
    .c-kanban__title {
      font-size: 1.75rem;
    }
    .btn-main,
    .btn-white {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center;
    }
    .btn-main {
      color: #fff;
    }
  }
}
.section {
  padding-top: 5%;
  padding-bottom: 5%;
}
.blue__bg {
  background-color: #f3f9fc;
}
.link {
  display: inline-block;
  color: var(--main-color);
  margin-bottom: 5%;
  span.aw {
    &:after {
      top: -3px;
    }
  }
}
.btn-main {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: clamp(50px, 3.5vw, 55px);
  line-height: clamp(50px, 3.5vw, 55px);
  color: #fff;
  border-radius: var(--radius);
  border: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  -webkit-transition: letter-spacing 0.3s ease 0.1s, gap 0.3s ease;
  -o-transition: letter-spacing 0.3s ease 0.1s, gap 0.3s ease;
  transition: letter-spacing 0.3s ease 0.1s, gap 0.3s ease;
  z-index: 1;
  background-color: var(--main-color);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  &:hover {
    background-color: var(--main-color-hover);
  }
}
.btn-white {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: clamp(50px, 3.5vw, 55px);
  line-height: clamp(50px, 3.5vw, 55px);
  color: var(--main-color);
  border-radius: var(--radius);
  border: 1px solid var(--main-color);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  -webkit-transition: letter-spacing 0.3s ease 0.1s, gap 0.3s ease;
  -o-transition: letter-spacing 0.3s ease 0.1s, gap 0.3s ease;
  transition: letter-spacing 0.3s ease 0.1s, gap 0.3s ease;
  z-index: 1;
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  .play {
    display: inline-block;
    border-width: 8px 12px;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-color);
  }
  &:hover {
    color: #fff;
    background-color: var(--main-color);
    .play {
      border-color: transparent transparent transparent #fff;
    }
  }
}
.width-sm {
  width: 1000px;
  margin: 0 auto;
  @media (max-width: 1366px) {
    width: 100%;
  }
}
.blue {
  color: var(--main-color);
}
.purple {
  color: #44609b;
  @media (max-width: 767px) {
    font-weight: bold;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.g__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  @media (max-width: 991px) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    .g__left {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
    .g__right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
    }
  }
}
.g__h2,
.g__h3,
.g__h4,
.g__h5 {
  font-family: "Poppins", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial",
    sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
}
.g__h2 {
  font-size: 2.75rem;
  @media (max-width: 991px) {
    font-size: 1.85rem;
  }
}
.g__h3 {
  font-size: 2rem;
  @media (max-width: 991px) {
    font-size: 1.5rem;
  }
  @media (max-width: 767px) {
    font-size: 1.25rem;
  }
}
.g__h4 {
  font-size: 1.4rem;
  @media (max-width: 991px) {
    font-size: 1.125rem;
  }
}
.g__h5 {
  font-size: 1.25rem;
  @media (max-width: 991px) {
    font-size: 1rem;
  }
}
.g__txt {
  font-size: 1.25rem;
  @media (max-width: 991px) {
    font-size: 1rem;
  }
}
.g__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g__box {
  padding: 4%;
  border: 1px solid rgba(244, 249, 252, 1);
  border-radius: 20px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear,
      left bottom, left top,
      from(rgba(255, 255, 255, 1)),
      to(rgba(244, 249, 252, 1)));
  background: -o-linear-gradient(bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 249, 252, 1) 100%);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 249, 252, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f9fc", GradientType=1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--main-color);
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
}
.aw {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    -webkit-transform: rotate(45deg) translate(20px, -10px);
    -ms-transform: rotate(45deg) translate(20px, -10px);
    transform: rotate(45deg) translate(20px, -10px);
  }
}
.awards {
  .g__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 3%;
    @media (max-width: 991px) {
      padding: 0;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .g__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    @media (max-width: 991px) {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .g__list {
    text-align: center;
    border: 4px solid #fff;
    border-radius: 2rem;
    padding: 8%;
    font-weight: bold;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(255, 255, 255, 1)),
        to(rgba(244, 249, 252, 1)));
    background: -o-linear-gradient(bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 249, 252, 1) 100%);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 249, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f9fc", GradientType=1);
    @media (max-width: 767px) {
      border-radius: 1rem;
      padding: 0;
    }
  }
  .g__box {
    padding: 4% 3%;
    margin-bottom: 1rem;
    &:not(:last-child) {
      margin-right: clamp(0.5rem, 1vw, 1rem);
    }
  }
  @media (max-width: 767px) {
    .g__h3 {
      padding: 0 2rem;
    }
    .g__box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }
  }
  .g__h2 {
    color: var(--main-color);
  }
}
.allinone {
  .g__list {
    gap: var(--g-gap);
  }
  .white-box {}
  .g__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - var(--g-gap) * 2) / 3);
    flex: 0 0 calc((100% - var(--g-gap) * 2) / 3);
    &:hover {
      -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
      box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    }
    @media (max-width: 991px) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--g-gap)) / 2);
      flex: 0 0 calc((100% - var(--g-gap)) / 2);
    }
    @media (max-width: 767px) {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 1.5rem 2rem 0.5rem;
    }
  }
  .blue-box {
    font-weight: bold;
    background: var(--main-color) !important;
    color: #fff;
  }
}
#interactive {
  .g__left {
    padding-right: var(--g-gap);
    width: 50%;
    @media (max-width: 991px) {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 0 0 1rem 0;
    }
  }
  .g__right {
    width: 50%;
    .g__h4 {
      margin: 1rem 0;
    }
    p.purple {
      line-height: 1.5rem;
      overflow-y: auto;
    }
    @media (max-width: 991px) {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      .g__h4 {
        margin: 10px 0;
      }
      p {
        font-size: 0.875rem;
      }
    }
  }
  .thumb-slider {
    height: 670px;
    @media (max-width: 1366px) {
      height: 500px;
    }
    @media (max-width: 1024px) {
      height: 465px;
    }
    @media (max-width: 991px) {
      height: auto;
    }
    .g__box {
      padding: 0 var(--g-gap);
      -ms-flex-line-pack: center;
      align-content: center;
      background: #fff;
      border: 1px solid #fff;
      &:hover {
        border: 1px solid var(--main-color);
      }
    }
    .swiper-slide-thumb-active {
      .g__box {
        background: #f3f9fc;
        color: var(--main-color);
      }
    }
  }
  .main-slider {
    width: 100%;
    border-radius: var(--g-radius);
    img {
      width: 100%;
    }
    .swiper__control {
      width: 100%;
      left: 0;
      .swiper-button-prev,
      .swiper-button-next {
        @media (min-width: 991px) {
          display: none;
        }
        background: #000;
        bottom: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
      }
    }
  }
}
#learning {
  .thumb-slider {
    width: 100%;
    .swiper-slide {
      padding: var(--g-gap) 4%;
      border-radius: var(--g-radius) var(--g-radius) 0 0;
      text-align: center;
      border: 2px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      height: 140px;
      -ms-flex-line-pack: center;
      align-content: center;
      &:not(.swiper-slide-thumb-active):hover {
        border: 2px solid var(--main-color);
        background: #e3f1f8;
        border-bottom: 0;
      }
      .g__h4 {
        font-size: 1.5rem;
      }
      @media (max-width: 1199px) {
        padding: 10px;
        height: 70px;
        .g__h4 {
          margin: 0;
          font-size: 1rem;
          height: 50px;
          -ms-flex-line-pack: center;
          align-content: center;
        }
      }
      @media (max-width: 767px) {
        padding: 5px;
      }
    }
    .swiper-slide-thumb-active {
      background: var(--main-color);
      color: #fff;
    }
  }
  .main-slider {
    background: var(--main-color);
    width: 100%;
    .swiper-slide {
      border: 20px solid var(--main-color);
      @media (max-width: 767px) {
        border: 10px solid var(--main-color);
      }
    }
    .g__flex {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      border-radius: var(--g-radius);
    }
    .g__left {
      width: 35%;
      padding: 5% 2% 5% 4%;
      @media (max-width: 767px) {
        padding: 1.5rem 2.5rem 1rem;
        .g__h3 {
          margin-bottom: 10px;
        }
      }
    }
    .g__right {
      width: 65%;
      padding: 5% 4% 5% 2%;
      @media (max-width: 767px) {
        padding: 0 1.5rem 1.5rem;
      }
    }
    img {
      width: 100%;
      border-radius: 20px;
    }
    .swiper__control {
      width: 100%;
      left: 0;
      .swiper-button-prev,
      .swiper-button-next {
        @media (min-width: 991px) {
          display: none;
        }
        background: #000;
        bottom: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
      }
    }
  }
}
.enhance {
  border: 4px solid #fff;
  border-radius: 30px;
  padding: 5%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear,
      left bottom, left top,
      from(rgba(255, 255, 255, 1)),
      to(rgba(244, 249, 252, 1)));
  background: -o-linear-gradient(bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 249, 252, 1) 100%);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 249, 252, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f9fc", GradientType=1);
  -webkit-box-shadow: 0 0 20px rgb(244 249 252);
  box-shadow: 0 0 20px rgb(244 249 252);
  .g__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g__left {
    width: 42%;
    padding-right: 3%;
  }
  .g__right {
    width: 58%;
    img {
      width: 100%;
      border-radius: 20px;
    }
  }
}
.tools {
  .g__left {
    width: 38%;
    padding-right: 5%;
  }
  .g__right {
    padding-top: 2rem;
    width: 62%;
    .g__list {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: var(--g-gap);
      .g__box {
        padding: 0;
        background: #fff !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--g-gap)) / 2);
        flex: 0 0 calc((100% - var(--g-gap)) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        @media (max-width: 767px) {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          border-radius: 0;
        }
        .icon {
          background: transparent;
          border-radius: 0;
          width: 30px;
          height: 30px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
          flex: 0 0 30px;
        }
        .g__h4 {
          padding-left: 1rem;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
          margin: 0;
        }
        .g__txt {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
        }
        p {
          color: #666;
        }
      }
    }
  }
}
.testimonials {
  .g__list {
    gap: var(--g-gap);
    margin-top: 5%;
  }
  .g__box {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - var(--g-gap) * 2) / 3);
    flex: 0 0 calc((100% - var(--g-gap) * 2) / 3);
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    @media (max-width: 991px) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--g-gap)) / 2);
      flex: 0 0 calc((100% - var(--g-gap)) / 2);
    }
    @media (max-width: 767px) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      border-radius: 10px;
    }
    .icon {
      width: 60px;
      height: 60px;
      background: #efefef;
      overflow: hidden;
    }
    .g__h4 {
      margin: 0;
    }
  }
  .g__flex {
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--g-gap);
  }
  .g__txt {
    text-align: center;
    background: #f3f9fc;
    padding: 8%;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
  }
}
#ask {
  .question__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: 0;
    border-radius: var(--g-radius);
    border-bottom: 1px solid #fff;
    padding: 0;
    .aw {
      position: absolute;
      right: 1rem;
      top: 1rem;
      @media (max-width: 767px) {
        top: 1.5rem;
      }
      &::after {
        border-color: #000;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(135deg) translate(10px, -5px);
        -ms-transform: rotate(135deg) translate(10px, -5px);
        transform: rotate(135deg) translate(10px, -5px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
      }
    }
    @media (min-width: 768px) {
      &:hover {
        background: #e3f1f8;
        border-bottom: 1px solid var(--main-color);
      }
    }
  }
  .is-open {
    background: #fff;
    border-bottom: 1px solid var(--main-color);
    .answer {
      display: block;
    }
    .question-ti {
      padding-bottom: 0;
      .aw {
        &::after {
          -webkit-transform: rotate(-45deg) translate(-10px, 0px);
          -ms-transform: rotate(-45deg) translate(-10px, 0px);
          transform: rotate(-45deg) translate(-10px, 0px);
          @media (max-width: 767px) {
            top: 0;
          }
        }
      }
    }
  }
  .g__left {
    width: 40%;
    padding-right: 5%;
    @media (max-width: 991px) {
      width: 100%;
      padding-right: 0;
    }
    .text-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: var(--g-gap);
      @media (max-width: 767px) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
    }
  }
  .g__right {
    width: 60%;
    margin-top: 25px;
    @media (max-width: 991px) {
      width: 100%;
    }
  }
  .question-ti {
    margin: 0;
    padding: 2rem;
    line-height: 1.5;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    @media (max-width: 991px) {
      padding-right: 2.5rem;
      padding-left: 1rem;
    }
  }
  .answer {
    display: none;
    padding: 1rem 2rem 2rem;
    @media (max-width: 767px) {
      padding: 1rem;
    }
  }
}
/**
 * Video View
 */
#video-view .p-main-wrap {
  padding-top: 0;
}
.video-name {
  margin-bottom: 15px;
  font-size: clamp(1.375rem, 1.0907rem + 0.7843vw, 1.875rem);
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
#video-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  > .container {
    position: relative;
    padding-left: 0;
    padding-right: 375px;
  }
  .video-current {
    border: 1px solid #555;
    background-color: #333;
    border-radius: 2px;
    padding: 10px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    aspect-ratio: 1300 / 740;
    iframe,
    video {
      height: 100%;
      width: 100% !important;
      aspect-ratio: 1280 / 720;
    }
    .js-player {
      position: relative;
      width: 100%;
      aspect-ratio: 1280 / 720;
    }
    .dur,
    .title,
    .date,
    .editor {
      display: none;
    }
  }
  .video-nav {
    width: 350px;
    border: 1px solid #555;
    background-color: #333;
    padding: 10px;
    position: absolute;
    border-radius: 2px;
    top: 0;
    right: 0;
    height: 100%;
    .scroll-wrap {
      overflow-y: auto;
      max-height: 100%;
    }
    .dur {
      color: #cdcdcd;
      font-weight: 400;
      white-space: nowrap;
      font-size: 0.875rem;
      display: block;
    }
    .item {
      border: 1px solid #666;
      background-color: #555;
      color: #eee;
      margin-bottom: 10px;
      width: 100%;
      border-radius: 5px;
      padding: 18px 10px 18px 40px;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      &.is-disabled {
        pointer-events: none;
      }
      &::before {
        content: '';
        display: block;
        position: absolute;
        top: 18px;
        left: 8px;
        width: 28px;
        height: 28px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18M10.783 7.99l5.644 3.136a1 1 0 0 1 0 1.748l-5.644 3.136A1.2 1.2 0 0 1 9 14.96V9.04a1.2 1.2 0 0 1 1.783-1.05' clip-rule='evenodd'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
      }
      &:not(.current):hover {
        background-color: #666;
        color: #fff;
      }
      &.current {
        color: #fff;
        border-color: #5db8e8;
        background-color: #4896c8;
        font-weight: 600;
      }
    }
  }
  @media (max-width: 1299px) {
    > .container {
      padding-right: 275px;
    }
    .video-nav {
      width: 250px;
      .item {
        font-size: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
        &::before {
          top: 10px;
          left: 5px;
        }
      }
    }
  }
  @media (max-width: 991px) {
    > .container {
      padding-right: 0;
    }
    .video-nav {
      position: relative;
      width: 100%;
      height: min(80vh, 200px);
    }
  }
}
.video-article {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #222;
  ~ .btn-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .heading {
    margin: 0 auto 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
  }
  .name {
    margin: 0;
    padding: 0;
    font-size: clamp(2rem, 1.5vw, 2.5rem);
    color: #333;
    font-weight: 500;
  }
  .dur {
    display: none;
  }
  .date {
    color: #333;
    padding-left: 30px;
    white-space: nowrap;
    font-size: 1rem;
    display: inline-block;
    margin: 15px 0 0 0;
    font-style: normal;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M13 11.567C13 12.36 12.36 13 11.567 13H4.433C3.64 13 3 12.36 3 11.567V4.433C3 3.64 3.64 3 4.433 3H6v-.495a.51.51 0 0 1 .412-.497L6.5 2c.276 0 .5.214.5.505V3h2v-.495a.51.51 0 0 1 .412-.497L9.5 2c.276 0 .5.214.5.505V3h1.567C12.36 3 13 3.64 13 4.433zM4 6v5.33c0 .37.3.67.67.67h6.66c.37 0 .67-.3.67-.67V6zm1.5 4c.245 0 .45.183.492.412L6 10.5c0 .245-.183.45-.412.492L5.5 11a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zM8 10c.245 0 .45.183.492.412l.008.088c0 .245-.183.45-.412.492L8 11a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zm2.5 0c.245 0 .45.183.492.412L11 10.5c0 .245-.183.45-.412.492L10.5 11a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zm-5-1.5c.245 0 .45.183.492.412L6 9c0 .245-.183.45-.412.492L5.5 9.5A.505.505 0 0 1 5 9c0-.245.183-.45.412-.492zm2.5 0c.245 0 .45.183.492.412L8.5 9c0 .245-.183.45-.412.492L8 9.5a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zm2.5 0c.245 0 .45.183.492.412L11 9c0 .245-.183.45-.412.492L10.5 9.5A.505.505 0 0 1 10 9c0-.245.183-.45.412-.492zM5.5 7c.245 0 .45.183.492.412L6 7.5c0 .245-.183.45-.412.492L5.5 8a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zM8 7c.245 0 .45.183.492.412L8.5 7.5c0 .245-.183.45-.412.492L8 8a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zm2.5 0c.245 0 .45.183.492.412L11 7.5c0 .245-.183.45-.412.492L10.5 8a.505.505 0 0 1-.5-.5c0-.245.183-.45.412-.492zM4 5h8v-.33c0-.37-.3-.67-.67-.67H4.67C4.3 4 4 4.3 4 4.67z'/%3E%3C/svg%3E") no-repeat 2px center / 24px auto;
  }
  .edit-wrap {
    font-size: 1rem;
    padding: 0;
  }
}