@font-face {
  font-family: "MyriadPro-Bold";
  src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.otf') format('opentype');
}

@font-face {
  font-family: "MyriadPro-BoldIt";
  src: url('../fonts/MyriadPro-BoldIt.woff2') format('woff2'),
    url('../fonts/MyriadPro-BoldIt.woff') format('woff'),
    url('../fonts/MyriadPro-BoldIt.otf') format('opentype');
}

@font-face {
  font-family: "MyriadPro-It";
  src: url('../fonts/MyriadPro-It.woff2') format('woff2'),
    url('../fonts/MyriadPro-It.woff') format('woff'),
    url('../fonts/MyriadPro-It.otf') format('opentype');
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: "MyriadPro-Semibold";
  src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
    url('../fonts/MyriadPro-Semibold.woff') format('woff'),
    url('../fonts/MyriadPro-Semibold.otf') format('opentype');
}

@font-face {
  font-family: "MyriadPro-SemiboldIt";
  src: url('../fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
    url('../fonts/MyriadPro-SemiboldIt.woff') format('woff'),
    url('../fonts/MyriadPro-SemiboldIt.otf') format('opentype');
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2?t=1630913337890') format('woff2'),
    url('../fonts/iconfont.woff?t=1630913337890') format('woff'),
    url('../fonts/iconfont.ttf?t=1630913337890') format('truetype');
}

@font-face {
  font-family: "Nowar-Bold";
  src: url('../fonts/Nowar-Bold.woff2') format('woff2'),
    url('../fonts/Nowar-Bold.woff') format('woff'),
    url('../fonts/Nowar-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Nowar-Medium";
  src: url('../fonts/Nowar-Medium.woff2') format('woff2'),
    url('../fonts/Nowar-Medium.woff') format('woff'),
    url('../fonts/Nowar-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "Nowar-Light";
  src: url('../fonts/Nowar-Light.woff2') format('woff2'),
    url('../fonts/Nowar-Light.woff') format('woff'),
    url('../fonts/Nowar-Light.ttf') format('truetype');
}

@media (min-width: 1200px) {
  .col-lg-z2 {
    width: 20%;
    flex: none;
  }
}

body {
  padding: 0;
  font-size: 14px;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  display: block;
  color: #000;
  font-size: 14px;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  /* color: #fe8980; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333333;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
  line-height: 1.9;
  font-size: 14px;
  color: #777777;
}

.ptb-80 {
  padding: 80px 0;
}

.d-table {
  display: table !important;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell !important;
  vertical-align: middle;
}

.mlr0 {
  margin-left: 0;
  margin-right: 0;
}

.mb80 {
  margin-bottom: 80px;
}

.mt40 {
  margin-top: 40px;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: none;
}

.mt72 {
  margin-top: 72px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

#map {
  margin-bottom: -6px;
}

/* Owl Carousel btn */
.owl-theme .owl-nav [class*="owl-"] {
  color: #409EFF;
  font-size: 18px;
  margin: 0;
  background: #fff;
  border-radius: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.34);
  z-index: 5;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: linear-gradient(45deg, #ff8d84 0%, #409EFF 100%);
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

/*
=========================================
loading CSS
=========================================
*/
#preloader-area {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.loader {
  width: 3em;
  height: 3em;
  animation: loaderAnim 1.25s infinite ease-in-out;
  outline: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -50px auto 0;
}

.loader #largeBox {
  height: 3em;
  width: 3em;
  outline: 1px solid transparent;
  position: fixed;
  /* background-color: #fe8980; */
  background-color:  #409EFF;;
}

.loader #smallBox {
  height: 3em;
  width: 3em;
  background-color: #ffffff;
  position: fixed;
  z-index: 1;
  outline: 1px solid transparent;
  animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}

@keyframes smallBoxAnim {
  0% {
    transform: scale(0.2);
  }

  100% {
    transform: scale(0.75);
  }
}

@keyframes loaderAnim {
  0% {
    transform: rotate(0deg);
  }

  /* 25% {
    transform: rotate(90deg);
  } */
  50% {
    transform: rotate(90deg);
  }

  /* 75% {
    transform: rotate(270deg);
  } */
  100% {
    transform: rotate(360deg);
  }
}

/* 头部样式 */

/* pc版本头部 */
#header {
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  height: 72px;
  box-shadow: 0 2px 4px 0 rgb(133 138 180 / 14%);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  margin-left: 32px;
}

.nav-menu>ul>li:nth-child(2) {
  margin-left: 49px;
}

.nav-menu a {
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  padding: 24px 0;
}

.nav-menu a:hover {
  text-decoration: none;
}

.nav-menu>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #409EFF;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #409EFF;
}

.nav-menu .drop-down>ul {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 26px 0 24px 0;
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all linear 0.3s;
}

.nav-menu .drop-down:hover>ul.nav-ul-2 {
  display: block;
  opacity: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
  z-index: 99;
}

ul.nav-ul-3 {
  position: relative;
}

.nav-detail-box {
  display: none;
  position: absolute;
  left: 100%;
  top: -106px;
  padding-left: 24px;
}

.nav-detail {
  background: #fff;
  padding-top: 17px;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.05);
}

.triangle {
  position: absolute;
  left: -15px;
  top: 80px;
  width: 63px;
  height: 74px;
  z-index: -1;
}

ul.nav-ul-3 li:hover .nav-detail-box {
  display: block;
}

ul.nav-ul-3 {
  padding: 16px 0 !important;
}

ul.nav-ul-3 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 0;
  margin-bottom: 0 !important;
}

ul.nav-ul-3 li:hover, ul.nav-ul-3 li.active {
  background: #edf5ff;
}

.arrow {
  width: 18px;
  height: 18px;
}

.nav-detail-title {
  padding: 0 10px 9px 25px;
}

.nav-detail-title.nav-detail-title-mb {
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 15px;
  margin-bottom: 11px;
}

.nav-detail-title h2 {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #2B2C33;
}

.nav-detail-title.nav-detail-title-mb h2 {
  font-size: 15px;
}

.mobile-nav .mobile-nav-small a {
  padding: 6px 20px;
}


ul.nav-ul-4 {
  padding-bottom: 28px;
}

ul.nav-ul-4 li:hover, ul.nav-ul-4 li.active {
  background: transparent;
}

ul.nav-ul-4 li.pb0 {
  padding-bottom: 0;
}

.nav-menu .drop-down li {
  position: relative;
}

.nav-menu .drop-down ul li {
  margin-bottom: 10px;
}

.nav-menu .drop-down ul a {
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-transform: none;
}

.nav-menu .drop-down ul a:before {
  /* position: absolute;
  bottom: 0;
  left: 30px;
  content: "";
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(135deg, #f79a8f 0%, rgba(235, 97, 86, 0) 100%); */
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #409EFF;
}

.nav-menu .drop-down ul a:hover:before,
.nav-menu .drop-down ul .active>a:before,
.nav-menu .drop-down ul li:hover>a:before {
  display: none;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down ul {
  position: static;
  border-top: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.nav-menu .drop-down .drop-down ul a {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.nav-menu .drop-down .drop-down ul a:before {
  display: none;
}

.nav-menu .drop-down .drop-down {
  display: inline-block;
  vertical-align: top;
}

/* 手机版的头部 <992px  */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #333;
  font-size: 28px;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
}

.mobile-nav a.text-large {
  font-size: 16px;
}

.mobile-nav a.text-middle {
  font-size: 15px;
  color: #444444;
}

.mobile-nav a.text-small {
  font-size: 14px;
  color: #666666;
}

.mobile-nav a:hover,
.mobile-nav a.active,
.mobile-nav .active>a,
.mobile-nav li:hover>a,
.mobile-nav .active>.drop-down-content>a {
  color: #409EFF;
}

.mobile-nav .drop-down .drop-down-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav .drop-down .drop-down-content i {
  width: 80px;
  font-size: 20px;
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}

.mobile-nav .drop-down .drop-down-content a {
  flex: 1;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(15, 15, 15, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.nav_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.nav_line_left {
  width: 43px;
  height: 3px;
  background: #409EFF;
}

.nav_line_right {
  flex: 1;
  height: 2px;
  background: #E6E6E6;
}

/* 手机版本头部结束 */

/*
=========================================
Main Banner Area CSS
=========================================
*/
.main-banner {
  height: 280px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

/* .main-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.66;
} */

.main-banner h2 {
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  line-height: 56px;
  margin-top: 164px;
}

.main-banner h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  /* font-family: "MyriadPro-It"; */
  font-style: oblique;
  font-weight: normal;
}

.main-banner p {
  color: #fff;
  font-size: 15px;
  max-width: 576px;
  margin-bottom: 45px;
}

.main-banner.black h2,
.main-banner.black p {
  color: #333333;
}

.main-banner.black h3 {
  color: #999999;
}

.main-banner .text-center p {
  margin: 0 auto 45px;
}

.single-blog-post {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
  margin-top: 20px;
}

.single-blog-post:hover {
  box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.1);
}

.single-blog-post .thumb {
  position: relative;
  overflow: hidden;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-blog-post .thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: scale(0.8);
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post:hover .thumb::before {
  opacity: 0.66;
  transform: scale(1);
}

.single-blog-post .blog-link {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: scale(0);
  margin-top: -20px;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post:hover .blog-link {
  transform: scale(1);
}

.single-blog-post .blog-link a {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #fff;
  line-height: 36px;
  border-radius: 50%;
  color: #fe8980;
}

.single-blog-post .blog-link a:hover {
  color: #fff;
  background: #fe8980;
}

.single-blog-post .tag {
  position: absolute;
  top: 0;
  left: 14px;
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
}

.single-blog-post .date {
  font-size: 18px;
  font-weight: 300;
  color: #f57479;
  line-height: 20px;
  margin: 10px 0;
}

.single-blog-post .post-content {
  border-top: none;
  padding: 20px;
}

.single-blog-post .post-content h3 a {
  height: 56px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-blog-post .post-content p {
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-slider.owl-theme .owl-nav [class*="owl-"] {
  left: 0;
  opacity: 0;
}

.blog-slider.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

.blog-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

/*
=========================================
Services Style Three Area CSS
=========================================
*/

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/*
底部 CSS
*/
.footer-area {
  background: #222222;
  padding: 96px 0 106px 0;
}

.footer-logo {
  width: 174px;
  margin-bottom: 40px;
}

.footer-area .widgets p.footer-title {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 5px;
}

.footer-area .widgets p.footer-title-en {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.49);
}

.footer-area .widgets .social {
  margin-top: 20px;
}

.footer-area .widgets .social li {
  display: inline-block;
}

.footer-area .widgets .social li a {
  background: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fe8980;
}

.footer-area .widgets .social li a:hover {
  color: #fff;
  border-radius: 0;
  background: #fe8980;
}

.footer-area .widgets h3 {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 26px;
}

.footer-area .widgets .usefull-links li {
  margin-top: 20px;
}

.footer-area .widgets .usefull-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.footer-area .widgets .usefull-links li a i {
  margin-right: 3px;
}

.footer-area .widgets .usefull-links li a:hover {
  padding-left: 7px;
  color: #409EFF;
}

.footer-area .widgets .latest-tweets-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.footer-area .widgets .latest-tweets-post .icon {
  float: left;
  color: #409EFF;
  font-size: 22px;
}

.footer-area .widgets .latest-tweets-post .content {
  /*padding-left: 40px;*/
}

.footer-area .widgets .latest-tweets-post .content p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 4px;
}

.footer-area .widgets .latest-tweets-post .content span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}

.footer-area .widgets .qrContent {
  display: flex;
  justify-content: space-around;
}

.footer-area .widgets .qrContent .qrCode {
  text-align: center
}

.footer-area .widgets .qrContent .qrCode p {
  color: white
}

@media (max-width:767px) {
  .footer-area .widgets .qrContent {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .footer-area .widgets .qrContent .qrCode {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width:1199px) {
  .footer-area .widgets .qrContent {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .footer-area .widgets .qrContent .qrCode {
    text-align: center;
    margin-top: 20px;
  }
}






.footer-area .widgets .contact-us li {
  color: #fff;
  padding-left: 30px;
  position: relative;
  margin-top: 12px;
}

.footer-area .widgets .contact-us li:first-child {
  margin-top: 0;
}

.footer-area .widgets .contact-us li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #fe8980;
}

.footer-area .widgets .contact-us li a {
  color: #fff;
  display: inline-block;
}

.footer-area .widgets .contact-us li a:hover {
  color: #fe8980;
}

.footer-area .widgets img {
  width: 250px;
}

/*@media only screen and (min-width: 576px) and (max-width: 767px) {*/

/*  .footer-area .widgets .qrContent {*/
/*    display: block;*/
/*    !*display: flex;*!*/
/*    !*justify-content: space-around;*!*/
/*  }*/
/*}*/

/*@media (max-width:767px) {*/
/*  .footer-area .widgets .qrContent {*/
/*    display: block;*/
/*    !*justify-content: space-around;*!*/
/*    background-color: red;*/
/*  }*/
/*}*/



@media only screen and (min-width: 992px) {
  .footer-area .widgets.QRCode {
    float: right;
  }
}

/*
返回顶部
*/
.go-top {
  position: fixed;
  cursor: pointer;
  display: none;
  bottom: 30px;
  right: 35px;
  font-size: 12px;
  color: #fff;
  transition: 0.4s;
  z-index: 1;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  filter: alpha(opacity=8000);
  background: linear-gradient(225deg, #ff8d84 0%, #409EFF 100%);
}

.go-top:hover {
  color: #fff;
  filter: alpha(opacity=9000);
  background: #ff776c;
}

.go-top>.iconfont {
  font-size: 10px;
}

/* 功能导航样式 */
.fun-nav {
  margin: 20px 0 20px 0;
}

.fun-nav.mt72 {
  margin-top: 92px;
}

.fun-nav a,
.fun-nav span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

.fun-nav span {
  margin: 0 5px;
}

.fun-nav a.active {
  color: #409EFF;
}

/* 分页 */
.page {
  padding: 60px 0 80px 0;
  text-align: center;
}

.page .media {
  justify-content: flex-end;
}

.page .prev,
.page .next {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.page .prev {
  margin-right: 20px;
}

.page .next {
  margin-right: 100px;
}

.page .prev.disabled,
.page .next.disabled {
  cursor: not-allowed;
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
  opacity: 0.29;
}

.page .prev:hover,
.page .next:hover {
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
  opacity: 1;
}

.page .prev.disabled:hover,
.page .next.disabled:hover {
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
  opacity: 0.29;
}

.page .page-number-box .page-number {
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

.page .page-number-box .page-number.active {
  color: #ec6459;
}

/* section 标题 */
.section-heading {
  padding: 30px 0 26px 0;
  text-align: center;
}

.section-heading .section-title {
  font-size: 34px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

.section-heading .section-subtitle {
  font-size: 20px;
  font-weight: normal;
  /* font-family: "MyriadPro-It"; */
  color: #999999;
  line-height: 24px;
}

.section-heading .section-subtitle.light {
  color: #999;
}

.section-heading.white .section-title,
.section-heading.white .section-subtitle {
  color: #ffffff;
}

.section-heading.small .section-title {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 4px;
}

.section-heading.small .section-subtitle.light {
  font-size: 18px;
  font-weight: 100;
  color: #999;
  line-height: 23px;
  font-style: italic;
}

/* 按钮样式 */

.btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.btn.small {
  height: 44px;
  line-height: 44px;
}

.btn.btn-info {
  font-weight: 600;
  color: #333333;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: transparent;
  padding: 0 62px;
  box-sizing: border-box;
}

.btn.btn-info.btn-info-white {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:active:focus,
.btn-info:not(:disabled):not(.disabled):active {
  /* background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%); */
  background: #ff8d84;
  border-radius: 2px;
  /* border-color: transparent; */
  border: none;
  color: #fff;
}

/* 招聘信息 */
.recruit-bg {
  background-image: url("../../assets/img/joinus/pic_banner_zpxx_280.png");
}

.recruit-list .item {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 16px 20px;
  margin-bottom: 14px;
  border: 1px solid #dddddd;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.recruit-list .item:hover,
.recruit-list .item:active {
  border-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 0.1);
}

.recruit-list .item .item-content {
  max-width: 1020px;
  margin: 0 auto;
}

.recruit-list .item .title {
  align-items: center;
}

.recruit-list .item .title i {
  display: block;
  width: 18px;
  height: 18px;
  background: #409EFF;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
  margin-right: 4px;
}

.recruit-list .item .title>span {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.recruit-list .item .post-thumb {
  width: 134px;
  border-radius: 2px;
  margin-right: 24px;
}

.recruit-list .item span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.recruit-list .item .date,
.recruit-list .item .summary {
  /* width: 48px; */
  margin-right: 4px;
}

.recruit-list .item .time,
.recruit-list .item .desc {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.recruit-list .item .desc {
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recruit-list .item .time {
  font-style: italic;
}

.recruit-list .item a.more-link {
  font-size: 12px;
  font-weight: 400;
  color: #409EFF;
  line-height: 17px;
}

/* 新闻中心 */
.news-bg {
  background-image: url("../../assets/img/aboutus/pic_banner_xwzx_280.png");
}

.recruit-list.news-list .item {
  padding: 24px;
}

.recruit-list.news-list .item .item-content {
  max-width: 1180px;
}

.recruit-list.news-list .item .item-content-box {
  width: 220px;
  margin-right: 21px;
}

.recruit-list.news-list .item .post-thumb {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 66.897%;
}

.recruit-list.news-list .item .title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-top: 23px;
}

.recruit-list.news-list .item .time {
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 20px;
}

.recruit-list.news-list .item .desc {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}

@media (max-width: 768px) {
  .recruit-list.news-list .item .item-content-box {
    width: 100%;
    margin-right: 0;
  }

  .recruit-list.news-list .item .item-content {
    flex-direction: column;
  }
}

/* tag */
.tag {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  padding: 6px 10px;
}

.tag.tag-primary {
  background: linear-gradient(270deg, rgba(4, 106, 239, 0.65) 0%, #409EFF 100%);
}

.tag.tag-info {
  border: 1px solid #f6796f;
  background: #fff;
  color: #f6796f;
}

.news-list .item {
  position: relative;
}

.news-list .item .tag {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .news-list .item .tag {
    top: 24px;
    right: 24px;
  }
}

.page.news-page .prev {
  margin-right: 0;
}

/* 招聘详情 */
.recruit-details-bg {
  background-image: url("../../assets/img/joinus/pic_banner_zpxx_280.png");
}

.section-heading.recruit-details-section-heading .section-subtitle span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin-right: 4px;
}

.section-heading.recruit-details-section-heading .section-subtitle i {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  line-height: 14px;
}

.recruit-details {
  margin-bottom: 60px;
}

.recruit-details-content {
  max-width: 980px;
  margin: 0 auto;
}

.recruit-details-content h5 {
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
  margin-bottom: 4px;
}

.recruit-details-content p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
  white-space: pre-line;
  text-align: justify;
}

.recruit-details-content ul {
  margin-bottom: 10px;
}

.recruit-details-content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.recruit-details-content p.email {
  font-size: 14px;
  font-weight: 400;
  color: #ed655a;
  line-height: 18px;
}

.business-cooperation-bg {
  background-image: url(../../assets/img/joinus/pic_banner_swhz_280.png);
}

/* 关于我们--团队介绍--废弃 */
.services-sec:after {
  content: "";
  display: block;
  clear: both;
}

.services-sec {
  margin-top: 30px;
  margin-bottom: 40px;
}

.services-sec .services-holder {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.services-sec .services-holder .img-holder {
  width: 200px;
  margin-right: 40px;
}

.services-sec .services-holder .txt-holder {
  flex: 1;
  padding: 37px 0 33px 0;
}

.services-sec .services-holder p {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.services-sec .services-holder .heading2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.services-sec .services-holder .read-more {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #00b7ff;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.services-sec .services-holder .read-more:hover {
  color: #b0c83e;
}

/* 备案号 */
.code {
  line-height: 22px;
}

.code.mt20 {
  margin-top: 20px;
}

.code.mt10 {
  margin-top: 10px;
}

.code, .code_a, .code_span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.code_img, .code_a, .code_span {
  display: inline-block;
  vertical-align: middle;
}

.code_img {
  border: 0;
  width: 20px !important;
  height: 22px;
  margin-right: 5px;
}

.code_a {
  color: #fff;
}

@media (max-width: 1199px) {
  .services-sec .services-holder .txt-holder {
    padding: 20px 0 20px 0;
  }
}

@media (max-width: 1023px) {
  .services-sec {
    padding: 80px 0 9px;
  }

  .services-sec .services-holder {
    flex-direction: column;
  }

  .services-sec .services-holder .img-holder {
    margin: 0 0 20px;
    width: 100%;
  }

  .services-sec .services-holder .img-holder img {
    width: 100%;
    margin-right: 0;
  }

  .services-sec .services-holder .txt-holder {
    width: 100%;
    float: none;
    padding: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .services-sec {
    padding: 50px 0 9px;
    margin: 0 0 43px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

/* 团队介绍页 */
.teams-bg {
  background-image: url(../img/teams/pic_banner_tdjs_280.png);
}

.reviews-section {
  padding: 10px 0 80px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.teams {
  overflow: hidden;
}

.teams .slide-item {
  margin-bottom: 20px;
}

.teams .slide-item:after {
  content: "";
  clear: both;
  display: table;
  height: 0;
}

.teams .slide-item:before {
  content: "";
  clear: both;
  display: table;
  height: 0;
}

.teams .slide-item .media-left {
  padding: 0;
}

.teams .slide-item .media-body {
  overflow: visible;
}

.teams .slide-item .image-block {
  width: 312px;
}

.teams .slide-item .description-block .name {
  padding: 26px 16px 20px 36px;
}

.teams .slide-item .description-block .name span {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-right: 16px;
}

.teams .slide-item .description-block .name em {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 22px;
  font-style: normal;
}

.teams .slide-item .description-block .review {
  text-align: justify;
  border: 1px solid #eeeeee;
  padding: 50px;
  margin-left: -32px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

.teams .slide-item .description-block .review.pb15 {
  padding-bottom: 15px;
}

.teams .slide-item .description-block .review:before {
  content: "PsychTech";
  display: block;
  position: absolute;
  top: -10px;
  right: 45px;
  width: 108px;
  height: 20px;
  font-size: 24px;
  font-family: MyriadPro-BoldIt, MyriadPro;
  font-weight: normal;
  color: #409EFF;
  line-height: 20px;
  opacity: 0.1;
}

.teams .slide-item .description-block .review em {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  line-height: 25px;
}

.teams .slide-item .description-block .review a {
  margin-top: 15px;
}

.teams .slide-item .description-block .review a i {
  font-size: 20px;
  color: #ec685e;
}

.teams .slide-item.slide-item-normal {
  display: none;
}

.teams .slide-item.slide-item-reverse {
  display: block;
}

.teams .slide-item.slide-item-reverse .description-block .review {
  margin-left: 0;
  margin-right: -32px;
}

.teams .slide-item.slide-item-reverse .description-block .name {
  padding: 26px 36px 20px 0;
  text-align: right;
}

.teams .slide-item.slide-item-reverse .description-block .name span {
  margin-right: 0;
  margin-left: 16px;
}

.teams .slide-item.slide-item-reverse .description-block .review:before {
  right: auto;
  left: 45px;
}

@media (max-width: 767px) {
  .teams .slide-item.slide-item-reverse {
    display: none;
  }

  .teams .slide-item.slide-item-normal {
    display: block;
  }

  .teams .slide-item .media-left {
    padding-right: 0;
    display: block;
  }

  .teams .slide-item .media-left .image-block {
    margin: 0 auto;
  }

  .teams .slide-item .media-body {
    width: auto;
  }

  .teams .slide-item .description-block .name {
    text-align: center;
  }

  .teams .slide-item .description-block .review {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .teams .slide-item .description-block .review {
    padding: 25px;
  }
}

/* 商务合作 */
.business-cooperation {
  color: #333333;
  margin-bottom: 64px;
}

.business-cooperation .media {
  align-items: flex-start;
  justify-content: center;
}

.business-cooperation-sir {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.business-cooperation-concat {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 31px;
}

.business-cooperation-concat span {
  color: #333;
}

.business-cooperation-wechat img {
  width: 80px;
}

.business-cooperation-wechat p {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  text-align: center;
}

@media (max-width: 599px) {
  .business-cooperation .media {
    flex-direction: column;
  }

  .business-cooperation-sir {
    margin-bottom: 20px;
  }

  .business-cooperation-concat {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .business-cooperation-wechat img {
    width: 100%;
  }
}

.mt18 {
  margin-top: 18px;
}

/* 首页 */
.home-banner {
  position: relative;
  width: 100%;
  height: calc(20vw);
  overflow: hidden;
}

.home-banner-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(20vw);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/home/pic_banner_830_1.png);
}

.home-banner-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: linear-gradient(268deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);*/
}

.home-banner-item.other:before {
  /*background: linear-gradient(178deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);*/
}

.home-banner-item .container {
  height: 100%;
}

.home-banner-item-box {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-banner-item-content {
  height: 200px;
}

.home-banner-item.other .home-banner-item-box {
  align-items: flex-end;
  padding-bottom: 100px;
}

.home-banner-item .home-banner-item-video-wrap {

}

.home-banner-item .home-banner-item-video-btn {
  color: white;
  background-color: #409EFF;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  width: 140px;
  box-shadow: 0 0 20px 2px #409EFF;/*盒子阴影*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-weight: 500;
  cursor: pointer;
}

.home-banner-item-video-btn .video-play-btn-image {
  width: 30px !important;
  height: 20px !important;
}

.home-banner-item-video-btn .video-play-btn-text {
  margin-left: 10px
}



.home-banner-item .home-banner-item-video-image {
  display: flex;
  align-items: flex-end;
}


.home-banner-item .home-banner-item-text-wrap {
  display: flex;
  align-items: flex-end;
}

.home-banner-item-text-wrap .image-size-short {
  height: 44px;
  width: 140px;
  margin-bottom: 2px;
}

.home-banner-item-text-wrap .image-size-long {
  height: 44px;
  width: 280px;
  margin-bottom: 2px;
}

.home-banner-item-text-wrap .image-size-middle {
  height: 44px;
  width: 240px;
  margin-bottom: 2px;
}
.home-banner-item h1 { 
    font-family: MyriadPro-SemiboldIt, MyriadPro, monospace; 
    font-weight: 800;
    color: #399AFD;
    line-height: 24px; 
  }
.home-banner-item h2 {
  font-size: 26px;
  font-family: MyriadPro-SemiboldIt, MyriadPro, monospace;
  font-weight: 600;
  color: #409EFF;
  line-height: 24px;
  margin-left: 10px;
}

.home-banner-item p {
  font-size: 22px;
  color: #999999;
  line-height: 22px;
  margin-top: 22px;
}

.home-banner .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
}

.home-banner .owl-dots .owl-dot {
  margin-right: 20px;
}

.home-banner .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.home-banner .owl-dots .owl-dot span {
  display: block;
  width: 24px;
  height: 10px;
  border-radius: 5px;
  /*background: #ffffff;*/
  background: #eeeeee;
  opacity: 0.5;
}

.home-banner .owl-dots .owl-dot.active span,
.home-banner .owl-dots .owl-dot:hover span {
  background: linear-gradient(270deg, rgba(4, 106, 239, 0.65) 0%, #409EFF 100%);
  opacity: 1;
}

.home-banner-video-mask{
  position: fixed;
  top: 0; bottom: 0;
  width:100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.home-banner-video-mask .show{
  width:900px;
  height:500px;
  border: 0;
  position: relative;
}
.home-banner-video-mask .show :focus{
  outline: none;
}
.home-banner-video-mask .show :hover{
  outline: none;
}
.home-banner-video-mask .show video{
  width: 100%;
  height: 100%;
  z-index: 100;
  /* float: left; */
  background-color: #000;
}

.home-banner-video-mask .show .close{
  background-color:rgba(0, 0, 0, 0) ;
  border: 0;
  cursor: pointer;
}
.home-banner-video-mask .show .close img{
  width: 36px;
  height: 36px;
}
.home-banner-video-mask .show .pArea{
  float: left;
  width:calc(100% - 36px - 1em);
  margin-top: 36px;
}


@media (max-width:767px) {
  .home-banner {
    position: relative;
    width: 100%;
    height: calc(60vw);
    overflow: hidden;
  }

  .home-banner-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(60vw);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/home/pic_banner_830_1.png);
  }

  .home-banner-item-text-wrap .image-size-short {
    height: 32px;
    width: 100px;
    margin-bottom: 2px;
  }

  .home-banner-item-text-wrap .image-size-long {
    height: 26px;
    width: 160px;
    margin-bottom: 2px;
  }

  .home-banner-item-text-wrap .image-size-middle {
    height: 26px;
    width: 130px;
    margin-bottom: 2px;
  }

  .home-banner-item-content {
    height: auto;
    min-height: 122px;
  }

  .home-banner-item .home-banner-item-video-wrap {
    display: none;
  }
  .home-banner-item h1 {
    font-size: 20px;  
    font-family: MyriadPro-SemiboldIt, MyriadPro monospace;
    font-weight: normal;
    color: #399AFD;
    line-height: 14px;
    margin-left: 4px;
  }
  .home-banner-item h2 {
    font-size: 14px;
    font-family: MyriadPro-SemiboldIt, MyriadPro monospace;
    font-weight: normal;
    color: #409EFF;
    line-height: 14px;
    margin-left: 4px;
  }

  .home-banner-item p {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px !important;
  }

  .home-banner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
  }

  .home-banner .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 6px;
    border-radius: 5px;
    background: #999999;
    opacity: 0.5;
  }

  .home-banner-item .home-banner-item-video-btn {
    color: white;
    background-color: #409EFF;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    width: 110px;
    box-shadow: 0 0 20px 2px #409EFF;/*盒子阴影*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
  }

  .home-banner-item-video-btn .video-play-btn-image {
    width: 21px !important;
    height: 14px !important;
  }

  .home-banner-item-video-btn .video-play-btn-text {
    margin-left: 10px;
    font-size: 10px;
  }

  .home-banner-video-mask{
    position: fixed;
    top: 0; bottom: 0;
    width:100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .home-banner-video-mask .show{
    width:100vw;
    height: calc(100vw);
    border: 0;
    position: relative;
  }

  .home-banner-video-mask .show video{
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000;
  }

  .home-banner-video-mask .show .close{
    background-color:rgba(0, 0, 0, 0) ;
    border: 0;
    cursor: pointer;
  }
  .home-banner-video-mask .show .close img{
    width: 24px;
    height: 24px;
  }
  .home-banner-video-mask .show .pArea{
    float: left;
    width:100%;
    margin-top: 16px;
  }


}




/* 首页 -- 解决方案 --  */
.home-solution-container {
  padding: 40px 0 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-solution-container-content {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.home-solution-container-content .content-item {
  position: relative;
  overflow: hidden;
  width: 31%;
  height: 100px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: -2px 2px 5px 4px rgba(0, 0, 0, 0.05);
  padding-left: 20px;
  color: #101010;
}

.home-solution-container-content .content-item:hover {
  color: #f16858;
  box-shadow: -4px 4px 10px 8px rgba(0, 0, 0, 0.1);
  margin-top: -4px;
}

.home-solution-container-content .content-item .img-responsive {
  width: 50px;
}

.home-solution-container-content .content-item .text-responsive {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 20px;
}

.home-solution-container-content .content-item .text-responsive .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
}

.home-solution-container-content .content-item .text-responsive .section-subheading {
  font-size: 16px;
  color: #636363;
  width: 100%;
}

@media (max-width: 1450px) {
  .home-solution-container-content {
    width: 80%;
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 1000px) {
  .home-solution-container-content {
    width: 90%;
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .home-solution-container-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-solution-container-content .content-item {
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 80px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    box-shadow: -2px 2px 5px 4px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    color: #101010;
  }

  .home-solution-container-content .content-item:hover {
    color: #f16858;
  }

  .home-solution-container-content .content-item .text-responsive .section-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
  }

  .home-solution-container-content .content-item .text-responsive .section-subheading {
    font-size: 14px;
    color: #636363;
    width: 100%;
  }
}
/* 首页 -- 解决方案 --   end */

/* 青少年主动式心理防护 "四预" 体系 */
.early-warning-sys {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.early-warning-sys .early-warning-sys-content {
  width: 70%;
  text-align: center
}

.early-warning-sys .early-warning-sys-content .early-warning-sys-title {
  font-size: 34px;
  font-weight: 600;
}

.early-warning-sys .early-warning-sys-content .early-warning-sys-subtopic {
  font-size: 18px;
  color: #999999;
  margin-top: 10px
}

.early-warning-sys .early-warning-sys-content .early-warning-sys-more-btn-content {
  display: flex;
  justify-content: center;
  margin-top: 30px
}

.early-warning-sys .early-warning-sys-content .early-warning-sys-more-btn {
  color: white;
  background-color: #2B90F7;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  width: 110px;
  font-size: 16px;
  box-shadow: 0 0 20px 2px #2B90F7;/*盒子阴影*/
}

.early-warning-sys .early-warning-sys-content .early-warning-sys-detail-wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  width: 80%;
}

.early-warning-sys-detail-item {
}

.early-warning-sys-detail-item .early-warning-sys-detail-item-image {
  width: 50px;
}

.early-warning-sys-detail-item .early-warning-sys-detail-item-text {
}

.early-warning-sys-detail-item-text .item-title {
  font-size: 24px
}

.early-warning-sys-detail-item-text .item-subtopic {
  font-size: 14px;
  color: #999999
}


@media (max-width: 768px) {

  .early-warning-sys .early-warning-sys-content {
    width: 100%;
    text-align: center
  }

  .early-warning-sys .early-warning-sys-content .early-warning-sys-detail-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 60px 10px 10px 10px;
    width: 100%;
  }

  .early-warning-sys-detail-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-bottom: 10px;
  }

  .early-warning-sys-detail-item .early-warning-sys-detail-item-image {
    width: 50px;
    height: 50px;
  }

  .early-warning-sys-detail-item .early-warning-sys-detail-item-text {
      margin-left: 10px;
  }

  .early-warning-sys-detail-item-text .item-title {
    font-size: 20px
  }

  .early-warning-sys-detail-item-text .item-subtopic {
    font-size: 14px;
    color: #999999
  }
}

/* 青少年主动式心理防护 "四预" 体系 */



/* 首页 产品服务 */
.home-product-service-container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.home-product-service-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.home-product-service-content-title {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 500;
}

.home-product-service-content-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1220px;
  height: 494px;
}

.home-product-service-content-container .content-item {
  width: 300px;
  height: 242px;
}

.home-product-service-content-container .content-item:hover {
  width: 300px;
  height: 242px;
  box-shadow: 0 0 20px 2px #999999;/*盒子阴影*/
  transition: all 0.5s;/*持续时间*/
}

.content-item .item-image {
  float: right;
  width: 80px;
  margin-top: 10px;
  margin-right: 10px
}

.content-item .item-text {
  margin-top: 60px;
  margin-left: 30px
}

.content-item .item-text .item-title {
  color: #f37b1d;
  font-size: 26px;
  font-weight: 600
}

.content-item .item-text .item-desc {
  color: #53585a;
  margin-top: 4px
}

.content-item .item-btn-content {
  display: flex;
  margin-left: 30px;
  margin-top: 20px
}

.content-item .item-btn-content .item-btn {
  font-size: 16px;
  border-bottom: #f16858 1px solid;
  color: #f37b1d;
  font-weight: 600
}

.home-product-service-content-container .content-item-background-image-blue {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/home/product-service/product-service-background-blue.png);
}

.home-product-service-content-container .content-item-background-image-orange {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/home/product-service/product-service-background-orange.png);
}

@media (max-width: 768px) {
  .home-product-service-content-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .home-product-service-content {
    width: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .home-product-service-content-container .content-item {
    width: 100%;
    margin: 0 20px 20px 20px;
    box-shadow: 0 0 20px 2px #eeeeee;/*盒子阴影*/
  }

  .home-product-service-content-container .content-item:hover {
    width: 100%;
    margin: 0 20px 20px 20px;
    box-shadow: 0 0 20px 2px #eeeeee;/*盒子阴影*/
    transition: none;
  }
}


/* 首页--企业动态 */
.home-psychtechnews .section-heading {
  padding: 40px 0 30px 0;
}

.home-psychtechnews .single-blog-post .thumb {
  padding-bottom: 67.03%;
}

.news-tag {
  padding: 10px 20px;
}

.news-tag i {
  color: #999;
}

.news-tag span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-left: 2px;
}

.psychtech-news .single-blog-post {
  border: 1px solid #eee;
}

.psychtech-news .single-blog-post .post-content {
  border: none;
}

.psychtech-news .single-blog-post .post-content i {
  display: block;
  margin: 10px 0 20px 0;
  width: 36px;
  height: 4px;
  background: linear-gradient(250deg, #ff8d84 0%, #409EFF 100%);
}

/* 首页-关于我们 */
.home-aboutus {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
  padding-bottom: 50px;
}

.home-aboutus .section-heading {
  padding: 50px 0 30px 0;
}

.home-aboutus-content {
  padding-top: 4px;
}

.home-aboutus-content-item {
  background: url(../img/home/bg-white.png) repeat;
  background-size: cover;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: all linear 0.4s;
}

.home-aboutus-content-item .icon {
  padding: 43px 0 20px 0;
  text-align: center;
}

.home-aboutus-content-item i {
  font-size: 62.5px;
  color: #409EFF;
  line-height: 1;
}

.home-aboutus-content-item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  line-height: 28px;
  text-align: center;
  padding-bottom: 26px;
}

.home-aboutus-content-item:hover {
  background: url(../img/home/pic_gywm_bj_180.png) no-repeat;
  background-size: cover;
}

.home-aboutus-content-item:hover i,
.home-aboutus-content-item:hover h3 {
  color: #fff;
}

/* 产品服务 */
.product-services-bg {
  height: 164px;
  background-image: url(../img/product-services/pic_banner_cpfw_164.png);
}

.main-banner.product-services-bg h2 {
  margin-top: 60px;
}

.empowering-industry {
  padding-bottom: 90px;
}

/* .empowering-industry .section-heading {
  padding: 40px 0 30px 0;
} */

/* Start 产品服务--赋能行业 */
.empowering-industry-content {
  position: relative;
}

.empowering-industry-content .block {
  height: auto;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.empowering-industry-content .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}

.empowering-industry-content .block ul li:hover img {
  /* transform: scale(1.2) rotate(10deg); */
  transform: scale(1.2);
}

.empowering-industry-content .block ul li h3 {
  color: #323232;
  padding: 0px 40px 15px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.empowering-industry-content .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #409EFF;
  margin-left: -25px;
}

.empowering-industry-content .block ul li p {
  padding-top: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.empowering-industry-content .block ul li .empowering-industry-content-img {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.empowering-industry-content .block ul li .empowering-industry-content-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.empowering-industry-content .block ul li .empowering-industry-content-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}

.empowering-industry-content .block ul li .empowering-industry-content-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}

.empowering-industry-content .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}

.empowering-industry-content .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
  z-index: 99;
}

.empowering-industry-content .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

.empowering-industry-content .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 99;
}

.empowering-industry-content .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.empowering-industry-content .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

.empowering-industry-content-lg {
  display: block;
}

.empowering-industry-content-sm {
  display: none;
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .empowering-industry-content .block ul li p {
    padding-top: 7px;
  }

  .empowering-industry-content .block ul li .content-right,
  .empowering-industry-content .block ul li .content-left {
    padding: 20px;
  }

  .empowering-industry-content .block ul li h3 {
    padding-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .empowering-industry-content .block {
    text-align: center;
  }

  .empowering-industry-content .block ul {
    padding-bottom: 40px;
  }

  .empowering-industry-content .block ul li {
    width: 100%;
  }

  .empowering-industry-content .block ul li h3 {
    padding: 0px 0px 30px;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img {
    width: 50%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img img {
    width: 100%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img-2 {
    width: 50%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img-2 img {
    width: 100%;
  }

  .empowering-industry-content .block ul li .content-left {
    padding: 40px 20px 0;
  }

  .empowering-industry-content .block ul li .content-right {
    padding: 40px 20px 0;
  }

  .empowering-industry-content .block .btn-more-info {
    float: none;
    margin-top: 30px;
  }

  .empowering-industry-content .block .btn-more-info:hover {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .empowering-industry-content-lg {
    display: none;
  }

  .empowering-industry-content-sm {
    display: block;
  }

  .empowering-industry-content .block ul {
    padding-bottom: 30px;
  }

  .empowering-industry-content .block ul li {
    float: none;
    width: 100%;
    height: 100%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img {
    float: none;
    width: 100%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img img {
    width: 100%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img-2 {
    float: none;
    width: 100%;
  }

  .empowering-industry-content .block ul li .empowering-industry-content-img-2 img {
    width: 100%;
  }

  .empowering-industry-content .block ul li .content-right {
    float: none;
    width: 100%;
    padding: 20px 35px;
  }

  .empowering-industry-content .block ul li .content-right:after {
    display: none;
  }

  .empowering-industry-content .block ul li .content-left {
    float: none;
    width: 100%;
    padding: 20px 35px;
  }

  .empowering-industry-content .block ul li .content-left:after {
    display: none;
  }

  .empowering-industry-content .block .btn-more-info {
    float: none;
    margin-top: 30px;
    padding: 28px 85px;
  }

  .empowering-industry-content .block .btn-more-info:hover {
    border-radius: 10px;
  }
}

/* End 产品服务--赋能行业 */

/* Start 产品服务--赋能教育 */

/* 赋能教育 */
.empowering-education-bg {
  background-image: url(../img/empower-edu/pic_banner_fnjy_280.png);
}

.empowering-education {
  overflow: hidden;
  margin-bottom: 60px;
}

.empowering-education .container .row {
  margin: 0;
}

.empowering-education .image-holder {
  overflow: hidden;
  height: auto;
  width: 31.62%;
  float: left;
  margin: 0 0 30px 30px;
  position: relative;
}

.empowering-education .image-holder img {
  width: 100%;
}

.empowering-education .image-holder:first-child {
  margin: 0;
}

.empowering-education .image-holder.mar {
  margin: 0 0 15px;
}

.empowering-education .image-holder.img-col {
  width: 66.3%;
}

.empowering-education .image-holder .empowering-education-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 74.32%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.empowering-education .image-holder .empowering-education-title:hover {
  background: rgba(0, 0, 0, 0.15);
}

.empowering-education .image-holder .empowering-education-title.first {
  padding-bottom: 156.7%;
}

.empowering-education .image-holder .empowering-education-title>div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .empowering-education {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .empowering-education .image-holder {
    width: 32.33%;
  }

  .empowering-education .image-holder.img-col {
    width: 65.8%;
  }

  .empowering-education {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .empowering-education .image-holder {
    width: 32.13%;
    margin: 0 0 9px 13px;
  }

  .empowering-education {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .empowering-education .image-holder {
    width: 100%;
    margin: 0 0 15px;
  }

  .empowering-education .image-holder:first-child {
    margin: 0 0 15px;
  }

  .empowering-education .image-holder.img-col {
    width: 100%;
  }
}

.empowering-education-bg {
  background-image: url(../img/product-services/pic_banner_fnjy_280.png);
}

@media (max-width: 767px) {
  .empowering-education-nav-item {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 16px !important;
    padding: 6px 14px !important;
    margin-right: 0 !important;
  }
}

.empowering-education-nav {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}

.empowering-education-nav:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  /* height: 1px; */
  /* background: #e4e4e4; */
  border-radius: 2px;
  z-index: -1;
}

.empowering-education-nav-item {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 6px 14px;
  margin-right: 26px;
}

.empowering-education-nav-item.active {
  border-bottom: 2px solid #ff6f63;
  font-weight: 500;
}

/* .empowering-education-product .section-heading {
  padding: 51px 0 20px 0;
} */

.empowering-education-product-content {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.empowering-education-product-content img {
  width: 276px;
  height: auto;
}

.empowering-education-product-content p {
  flex: 1;
  height: auto;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  padding: 16px 30px;
  min-height: 138px;
}

.empowering-education-productadvantages {
  position: relative;
  padding-bottom: 10px;
}

.empowering-education-productadvantages .section-heading {
  padding: 40px 0 20px 0;
}

.empowering-education-productadvantages:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 184px;
  /* background: url(../img/product-services/pic_child_184.png) no-repeat bottom center; */
  z-index: -1;
}

.empowering-education-productadvantages-content {
  padding-bottom: 0;
}

.empowering-education-productadvantages-content-item {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 24px 15px;
  margin-bottom: 30px;
}

.empowering-education-productadvantages-content .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(315deg, #ff8d84 0%, #ff5548 100%);
  border-radius: 56px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.empowering-education-productadvantages-content .icon i {
  font-size: 56px;
  color: #fff;
}

.empowering-education-productadvantages-content.icon-small .icon i {
  font-size: 34px;
}

.empowering-education-productadvantages-content h3 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
}

.empowering-education-productadvantages-content p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  min-height: 96px;
}

.empowering-education-serviceflow {
  padding-bottom: 10px;
}

.empowering-education-serviceflow .section-heading {
  padding: 40px 0 20px 0;
}

.empowering-education-serviceflow-content {}

.empowering-education-serviceflow-content-item {
  position: relative;
  margin-bottom: 30px;
  cursor: default;
}

.empowering-education-serviceflow-content-item>div {
  padding: 22px 30px 19px 30px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
}

.empowering-education-serviceflow-content-item h2 {
  font-size: 30px;
  font-family: MyriadPro-SemiboldIt, MyriadPro;
  font-weight: normal;
  color: #ff6f63;
  line-height: 37px;
}

.empowering-education-serviceflow-content-item h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.empowering-education-serviceflow-content-item p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(315deg, #ff8d84 0%, #ff5548 100%);
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all linear 0.4s;
}

.empowering-education-serviceflow-content-item:hover p {
  opacity: 1;
}

/* 青少年心理成长云平台 */
.youth .empowering-education-bg {
  background-image: url(../img/product-services/pic_banner_qsnxlczypt_280.png);
}

.youth .empowering-education-productadvantages:before {
  bottom: 0;
  margin-bottom: 0;
  /* background: url(../img/product-services/pic_youth_184.png) no-repeat center center; */
}

.youth .empowering-education-productadvantages-content {
  padding-bottom: 0;
}

.youth .empowering-education-serviceflow .section-heading {
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .youth .empowering-education-serviceflow-content .container {
    width: 930px;
  }

  .youthadvantages-item {
    padding: 16px 18px 16px 14px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 213px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    width: 100%;
  }

  /* 产品介绍 */
  .empowering-education-product-content {
    display: table-cell;
  }

  .empowering-education-product-content>img {
    width: 100%;
  }

  /* 产品优势 */
  .youthadvantages-item {
    padding: 16px 18px 16px 14px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    /* display: flex; */
    margin-bottom: 30px;
  }

  .youthadvantages-item>img {
    width: 100% !important;
    height: 100%;
    margin-right: 0 !important;
  }

  .youthadvantages-item>div {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .empowering-education-product-content {
    height: 240px;
  }

  .empowering-education-product-content img {
    /* height: 100%; */
  }

  .empowering-education-productadvantages-content>.youthadvantages-item {
    width: 450px;
  }

  .youth .empowering-education-serviceflow-content .container {
    width: 930px;
    /* min-height: 261px !important; */
  }

  .youthadvantages-item {
    padding: 16px 18px 16px 14px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 30px;
    /* height: 213px; */
    height: 223px;
  }

  .youthadvantages-item>img {
    width: 40% !important;
    /* height: 200px !important; */
  }

  /* .youthadvantages-item > p{
    display: block;
    height: 184px;
  } */
  .empowering-education-productadvantages-content>.row :nth-child(2)>div {
    /* margin-bottom: 10px; */
    /* min-height: 222px; */
  }
}

/* .youthadvantages-item {
  padding: 16px 18px 16px 14px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-bottom: 30px;
} */
.youthadvantages-item img {
  width: 272px;
  margin-right: 12px;
}

.youthadvantages-item h2 {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  padding-bottom: 11px;
}

.youthadvantages-item h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 33px;
  height: 2px;
  background: linear-gradient(135deg, #409EFF 0%, #ff8d84 100%);
}

.youthadvantages-item p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  margin-top: 8px;
}

.youth .company-partners .section-heading {
  padding: 0;
}

.youth .company-partners-content {
  padding-top: 20px;
}

/* 心理运动会 */
.psychological-games .empowering-education-bg {
  background-image: url(../img/product-services/pic_banner_xlydh_360.png);
}

.psychological-games-productcomposition:before {
  background: url(../img/product-services/pic_psychological_games_hzlc_184.png) no-repeat bottom center;
  background-size: cover;
}

.psychological-games-productcomposition-content-item {
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 15px 18px 15px;
  margin-bottom: 30px;
  min-height: 348px;
}

.imgbox {
  position: relative;
  overflow: hidden;
}

.imgbox:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -33px;
  width: 103%;
  padding-bottom: 30%;
  transform: rotate(174deg);
  background: #fff;
}

.psychological-games-productcomposition-content h3 {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.psychological-games-productcomposition-content h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(250deg, #ff8d84 0%, #409EFF 100%);
}

.psychological-games-productcomposition-content p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  min-height: 110px;
}

.psychological-games-productadvantages {
  padding-bottom: 20px;
}

.psychological-games-productadvantages .section-heading {
  padding: 40px 0 20px 0;
}

.psychological-games-productadvantages-item {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.psychological-games-productadvantages-item .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(315deg, #ff8d84 0%, #ff5548 100%);
  border-radius: 56px;
  margin-right: 20px;
}

.psychological-games-productadvantages-item .icon i {
  font-size: 56px;
  color: #fff;
}

.psychological-games-productadvantages-item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 3px;
}

.psychological-games-productadvantages-item p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

/* 心理认证指导课程 */
.psychological-classs-bg {
  background-image: url(../img/product-services/pic_banner_xlzdrzkc_280.png);
}

.psychological-classs-course,
.prisoners-product-box {
  display: flex;
}

.psychological-classs-course-left,
.psychological-classs-course-right,
.prisoners-product-box-left,
.prisoners-product-box-right {
  background: #ffffff;
  border: 1px solid #e4e4e4;
}

.psychological-classs-course-left,
.prisoners-product-box-left {
  margin-right: 30px;
}

.psychological-classs-course-left {
  width: 270px;
  height: 233px;
}

.psychological-classs-course-left ul,
.prisoners-product-box-left ul {
  padding: 30px 0;
}

.psychological-classs-course-left ul li,
.prisoners-product-box-left ul li {
  position: relative;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 10px;
}

.psychological-classs-course-left ul li.active:before,
.prisoners-product-box-left ul li.active:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 4px;
  height: 18px;
  background: linear-gradient(135deg, #409EFF 0%, #ff8d84 100%);
}

.psychological-classs-course-left ul li a,
.prisoners-product-box-left ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}

.psychological-classs-course-left ul li a:hover,
.psychological-classs-course-left ul li a:active,
.psychological-classs-course-left ul li.active a,
.prisoners-product-box-left ul li a:hover,
.prisoners-product-box-left ul li a:active,
.prisoners-product-box-left ul li.active a {
  color: #409EFF;
}

.psychological-classs-course-right,
.prisoners-product-box-right {
  flex: 1;
  padding: 30px 30px 6px 30px;
}

@media only screen and (max-width: 1199px) {

  .psychological-classs-course-left,
  .prisoners-product-box-left {
    display: none;
    margin-right: 0;
  }
}

.psychological-classs-course-right-first {
  padding-bottom: 30px;
}

.psychological-classs-course-right-first .title>div {
  background-image: url(../img/product-services/pic_etqsn_174.png);
  background-position: center center;
  background-size: cover;
  padding: 58px 0 76px 40px;
}

.psychological-classs-course-right-first .title>div h1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  padding-bottom: 12px;
}

.psychological-classs-course-right-first .title>div h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100px;
  height: 2px;
  background: #ffffff;
}

.psychological-classs-course-right-first .title p {
  background: #f6f6f6;
  padding: 16px 20px 18px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}

.psychological-classs-course-right-first h2 {
  padding: 20px 0 12px 0;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}

.psychological-classs-course-right-first .coursefeatures .row {
  margin-left: -5px;
  margin-right: -5px;
}

.plr5 {
  padding: 0 5px !important;
}

.plr0 {
  padding: 0 !important;
}

.psychological-classs-course-right-first .coursefeatures-item {
  border: 1px solid #e4e4e4;
  padding: 17px 26px;
  display: flex;
  margin-bottom: 10px;
  min-height: 78px;
  justify-content: center;
  align-items: center;
}

.psychological-classs-course-right-first .coursefeatures-item h5 {
  font-size: 40px;
  font-family: MyriadPro-SemiboldIt, MyriadPro;
  font-weight: normal;
  color: #ff6f63;
  line-height: 28px;
  margin-right: 18px;
}

.psychological-classs-course-right-first .coursefeatures-item p {
  flex: 1;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.psychological-classs-course-right-first .suitablepeople {}

.psychological-classs-course-right-first .suitablepeople .row {
  margin-left: 0;
  margin-right: 0;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

@media (max-width:767px) {
  .psychological-classs-bg {
    height: auto !important;
  }

  .psychological-classs-bg.main-banner h2 {
    font-size: 42px;
    line-height: 60px;
    margin-top: 40px;
  }

  .psychological-classs-bg.main-banner h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  /* .suitablepeople> .col-lg-3 .col-md-6 .col-sm-12 .plr > .suitablepeople-item{
    text-align: left !important;
  } */
  /* .psychological-classs-course-right-first >.suitablepeople-item{
    justify-content: left !important;
  } */
  .psychological-classs-course-right-first .suitablepeople-item {
    padding: 16px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
  }
}

@media (min-width:769px) {
  .psychological-classs-course-right-first .suitablepeople-item {
    padding: 16px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* .psychological-classs-course-right-first .suitablepeople-item {
  padding: 16px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
.psychological-classs-course-right-first .suitablepeople-item>div {
  width: 40px;
  height: 40px;
}

.psychological-classs-course-right-first .suitablepeople-item>div i {
  color: #ff7d73;
  font-size: 40px;
  line-height: 40px;
}

.psychological-classs-course-right-first .suitablepeople-item p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .title>div {
  background-image: url(../img/product-services/pic_xlzxs_174.png);
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .coursefeatures .row {
  margin-left: -10.5px;
  margin-right: -10.5px;
}

.plr10-5 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .coursefeatures-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 16px 20px;
  min-height: 162px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .coursefeatures-item h5 {
  margin-bottom: 10px;
  font-size: 40px;
  font-family: MyriadPro-SemiboldIt, MyriadPro;
  font-weight: normal;
  color: #ff6f63;
  line-height: 28px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .coursefeatures-item h6 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .coursefeatures-item p {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .suitablepeople .row {
  margin-left: -5px;
  margin-right: -5px;
  border: none;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .suitablepeople-item {
  border: 1px solid #e4e4e4;
  flex-direction: row;
  padding: 10px 0;
  margin-bottom: 10px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-second .suitablepeople-item p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.psychological-classs-course-right-first.psychological-classs-course-right-third .title>div {
  background-image: url(../img/product-services/pic_jtjy_174.png);
}

.psychological-classs-learnmore {
  padding-bottom: 50px;
}

.psychological-classs-learnmore .section-heading {
  padding: 41px 0 20px 0;
}

.psychological-classs-learnmore-content-item {
  position: relative;
  padding: 26px 30px 29px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 240px;
}

.psychological-classs-learnmore-content-item-first {
  background-image: url(../img/product-services/pic_etqsn_240.png);
}

.psychological-classs-learnmore-content-item-second {
  background-image: url(../img/product-services/pic_xlzxs_240.png);
}

.psychological-classs-learnmore-content-item-third {
  background-image: url(../img/product-services/pic_jtjyzd_240.png);
}

.psychological-classs-learnmore-content-item h2 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}

.psychological-classs-learnmore-content-item i {
  position: absolute;
  left: 30px;
  bottom: 0;
  font-size: 40px;
  color: #fff;
}

/* 联系我们 */
.contactus {
  position: fixed;
  /* bottom: 50px; */
  bottom: 55px;
  /* right: 50px; */
  right: 30px;
  z-index: 999;
}

@media (max-width:767px) {
  .contactus {
    position: fixed;
    bottom: 50px;
    /* right: 50px; */
    right: 10px;
    z-index: 999;
  }

  .contactus-content {
    margin-bottom: 21px;
  }

  .contactus-text {
    margin-bottom: 21px;
    width: 50px;
    /* height: 140px; */
    /* background: #ffffff; */
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    padding: 16px 13px 21px 13px;
    cursor: pointer;
  }

  .contactus-text img {
    width: 24px;
    margin-bottom: 6px;
  }

  .contactus-text p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ff6f63;
    line-height: 17px;
  }
}

@media (min-width:768px) {
  .contactus-content {
    margin-bottom: 21px;
  }

  .contactus-text {
    margin-bottom: 21px;
    width: 50px;
    height: 140px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 13px 21px 13px;
    cursor: pointer;
  }

  .contactus-text img {
    width: 24px;
    margin-bottom: 6px;
  }

  .contactus-text p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ff6f63;
    line-height: 17px;
  }
}

@media (min-width:1200px) {
  .contactus-content {
    margin-bottom: 21px;
  }

  .contactus-text {
    margin-bottom: 21px;
    width: 50px;
    height: 140px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 13px 21px 13px;
    cursor: pointer;
  }

  .contactus-text img {
    width: 24px;
    margin-bottom: 6px;
  }

  .contactus-text p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ff6f63;
    line-height: 17px;
  }
}

.contactus-content {
  display: none;
  padding: 19px 20px;
  width: 180px;
  height: 140px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all linear 0.4s;
}

.contactus-content p {
  color: #333333;
}

.contactus-content-p1 {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}

.contactus-content-p2,
.contactus-content-p4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.contactus-content-p3,
.contactus-content-p5 {
  font-size: 14px;
  font-family: MyriadPro-Semibold, MyriadPro;
  font-weight: 600;
  line-height: 18px;
}

.contactus-content-p4 {
  margin-top: 6px;
}

/* .contactus-text {
  margin-bottom: 21px;
  width: 50px;
  height: 140px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 13px 21px 13px;
  cursor: pointer;
}

.contactus-text img {
  width: 24px;
  margin-bottom: 6px;
}
.contactus-text p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ff6f63;
  line-height: 17px;
} */
.contactus-box:hover .contactus-content,
.contactus-box:active .contactus-content {
  right: 104px;
  display: block;
}

/* End 产品服务--赋能教育 */

/* Start 赋能司法--服刑人员风险评估 */
.prisoners .prisoners-product .section-heading {
  padding: 40px 0 22px 0;
}

.prisoners-product-bg {
  background-image: url(../img/product-services/banner_fnsf_280.png);
}

.prisoners-product-box-left {
  width: 200px;
  height: 250px;
}

.prisoners-product-box-right {
  padding-bottom: 0;
}

.prisoners-product-box-right h2 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding-bottom: 10px;
}

.prisoners-product-box-right section {
  padding-bottom: 30px;
}

.prisoners-product-box-right section>p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  margin-bottom: 10px;
}

.prisoners-product-imgs img {
  margin-bottom: 30px;
}

.prisoners-programfeatures {
  border-bottom: 1px solid #e4e4e4;
}

.prisoners-product-box-right section.last {
  padding-bottom: 0;
}

.prisoners-product-box-right section.last .prisoners-programfeatures {
  border-bottom: none;
}

.prisoners-programfeatures-item {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 10px 16px 16px 16px;
  text-align: center;
  min-height: 198px;
  margin-bottom: 30px;
}

.prisoners-programfeatures-item>div {
  font-size: 0;
  padding: 2px 0;
}

.prisoners-programfeatures-item i {
  font-size: 36px;
  color: #ed665b;
}

.prisoners-programfeatures-item h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.prisoners-programfeatures-item p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.prisoners-coreexpertteam .prisoners-product .section-heading {
  padding: 40px 0 16px 0;
}

@media (min-width: 1200px) {

  .prisoners-coreexpertteam-item {
    position: relative;
    margin-bottom: 30px;
  }

  .prisoners-coreexpertteam-item>div {
    width: 82.4%;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 38px 37px 90px;
    margin-left: 17.6%;
  }

  .prisoners-coreexpertteam-item>div h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 9px;
  }

  .prisoners-coreexpertteam-item>div h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-left: 10px;
  }

  .prisoners-coreexpertteam-item>div p {
    min-height: 182px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }

  .prisoners-coreexpertteam-item img {
    /* width: 170px;
    height: 220px; */
    width: 29.82%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .prisoners-landingcase .section-heading {
    padding: 10px 0 16px 0;
  }

  .prisoners-landingcase-content {
    position: relative;
  }

  .prisoners-landingcase-content>div,
  .prisoners-landingcase-content img {
    position: relative;
  }

  .prisoners-landingcase-content img {
    position: absolute;
    width: 32.13%;
    height: auto;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .prisoners-landingcase-content>div {
    width: 83.1%;
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 82px 198px;
    margin-left: 16.9%;
  }

  .prisoners-landingcase-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 1px;
  }

  .prisoners-landingcase-content p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .prisoners-landingcase-content p:last-child {
    margin-bottom: 0;
  }
}

.youth .company-partners,
.prisoners .company-partners {
  background: #fff;
  padding-bottom: 11px;
}

.prisoners .company-partners .section-heading {
  padding: 40px 0 16px 0;
}

.youth .company-partners-content .company-partners-content-logo,
.prisoners .company-partners-content .company-partners-content-logo {
  padding: 10px;
  height: 60px;
}

.youth .company-partners-content img {
  height: 50px;
}

.prisoners .company-partners-content img {
  height: 40px;
}

.prisoners-coreexpertteam-item>div h2 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 9px;
}

.prisoners-coreexpertteam-item>div h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  margin-left: 10px;
}

.prisoners-coreexpertteam-item>div p {
  min-height: 182px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

/* 司法干警心理与职业素质发展云平台 */
@media (max-width: 768px) {
  .prisoners-coreexpertteam-content>.container {
    width: 100%;
    /* background-color: pink; */
  }

  .prisoners-coreexpertteam-item>img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .prisoners-coreexpertteam-item>.textContent {
    width: 100%;
  }

  .prisoners-landingcase-content>img {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .prisoners-landingcase-content>div>h4 {
    margin-bottom: 15px !important;
  }

  /* .prisoners-coreexpertteam-item > div h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 9px;
  }
  .prisoners-coreexpertteam-item > div h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-left: 10px;
  } */
  .prisoners-coreexpertteam-item>div p {
    min-height: 182px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
}

@media screen and (min-width: 992px) {

  /* 产品优势、核心专家团队 */
  .prisoners-coreexpertteam-content>.prisoners-coreexpertteam-item {
    /* min-width: 450px; */
  }

  .prisoners-coreexpertteam-item>img {
    /* min-width: 170px; */
    /* max-height: 198px; */
    /* min-height: 170px; */
    margin-right: 10px;
  }

  .prisoners-coreexpertteam-item>.textContent {
    /* min-width: 342px; */
    /* margin-left: 10px; */
  }

  .prisoners-coreexpertteam-item {
    display: flex;
  }

  /* .prisoners-coreexpertteam-content > .row :nth-child(1) {
    margin-bottom: 20px;
  } */
  .prisoners-coreexpertteam-content>.row :nth-child(1)>.col-lg-6 .col-md-6 .col-sm-12 {
    margin-right: 20px;
  }

  /* 落地案例 */
  .prisoners-landingcase-content {
    display: flex;
  }

  .prisoners-landingcase-content>img {
    max-width: 40%;
    margin-right: 10px;
  }

  /* .prisoners-landingcase-content > div{

  } */
}

@media (min-width: 1200px) {}

@media (max-width: 1200px) {
  .prisoners-coreexpertteam-content>.container>.product-seconed {
    margin-top: 15px !important;
  }
}

.policeman-productadvantages-item {
  padding: 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  min-height: 210px;
}

.policeman-productadvantages-item .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(315deg, #ff8d84 0%, #ff5548 100%);
  margin-bottom: 10px;
}

.policeman-productadvantages-item .icon i {
  font-size: 28px;
  color: #fff;
}

.policeman-productadvantages-item h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

/* 产品优势高度 */
.empowering-education-productadvantages-content-item {
  min-height: 294px;
}

.empowering-education-productadvantages-content-item,
.empowering-education-productadvantages-content-item .icon,
.psychological-games-productadvantages-item,
.psychological-games-productadvantages-item .icon,
.policeman-productadvantages-item,
.policeman-productadvantages-item .icon {
  transition: background 0.4s linear;
}

.empowering-education-productadvantages-content-item .icon i,
.empowering-education-productadvantages-content-item h3,
.empowering-education-productadvantages-content-item p,
.psychological-games-productadvantages-item .icon i,
.psychological-games-productadvantages-item h3,
.psychological-games-productadvantages-item p,
.policeman-productadvantages-item .icon i,
.policeman-productadvantages-item h3 {
  transition: color 0.4s linear;
}

.empowering-education-productadvantages-content-item:hover,
.psychological-games-productadvantages-item:hover,
.policeman-productadvantages-item:hover {
  background: linear-gradient(315deg, #ff8d84 0%, #ff5548 100%);
}

.empowering-education-productadvantages-content-item:hover .icon,
.psychological-games-productadvantages-item:hover .icon,
.policeman-productadvantages-item:hover .icon {
  background: #ffffff;
}

.empowering-education-productadvantages-content-item:hover .icon i,
.psychological-games-productadvantages-item:hover .icon i,
.policeman-productadvantages-item:hover .icon i {
  color: #ff8177;
}

.empowering-education-productadvantages-content-item:hover h3,
.empowering-education-productadvantages-content-item:hover p,
.psychological-games-productadvantages-item:hover h3,
.psychological-games-productadvantages-item:hover p,
.policeman-productadvantages-item:hover h3 {
  color: #fff;
}

.policeman .policeman-productadvantages .prisoners-coreexpertteam-item>div p {
  min-height: 120px;
}

/* 关于 */
.aboutus-bg {
  height: 164px;
  background-image: url(../img/aboutus/pic_banner_gyxy_164.png);
}

.main-banner.aboutus-bg h2 {
  margin-top: 60px;
}

/* 关于新闻中心 */
.aboutus-news {
  padding-bottom: 40px;
}

.aboutus-news .section-heading {
  padding: 17px 0 13px 0;
}

.aboutus-news .single-blog-post .thumb {
  padding-bottom: 67.03%;
}

/* 公司介绍 */
.aboutus-company {
  position: relative;
  padding: 100px 0;
  background: url(../img/aboutus/pic_gsjsbj_600.png) no-repeat center;
  background-size: cover;
  z-index: 99;
}

.aboutus-company-content .aboutus-company-header {
  margin-bottom: 20px;
}

.aboutus-company-content .aboutus-company-title {
  position: relative;
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
}

.aboutus-company-content .aboutus-company-header p {
  font-size: 20px;
  font-weight: normal;
  color: #ff5f52;
  line-height: 24px;
  font-family: MyriadPro-It, MyriadPro;
}

.aboutus-company-content .aboutus-company-desc {
  margin-bottom: 40px;
}

.aboutus-company-content .aboutus-company-desc p {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 10px;
}

.aboutus-company img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .aboutus-company img {
    margin-bottom: 60px;
  }
}

/* 关于我们-团队介绍 */
.aboutus-teams {
  padding-bottom: 80px;
}

.aboutus-teams .section-heading {
  padding: 40px 0 20px 0;
}

.aboutus-teams-content .container {
  /* padding: 0; */
}

.aboutus-teams-content .owl-carousel .owl-stage-outer {
  /* padding: 0 15px; */
}

.aboutus-teams-content .single-blog-post {
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
  /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
  /* border: 1px solid #eee; */
}

.aboutus-teams-content .single-blog-post:hover {
  /* border: 1px solid #fff; */
}

.aboutus-teams-content .single-blog-post .post-content {
  padding: 0 15px;
  border: none;
}

.aboutus-teams-content .single-blog-post .post-content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
  padding: 10px 0 5px 0;
}

.aboutus-teams-content .single-blog-post .post-content p {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  text-align: center;
}

.aboutus-teams-content .single-blog-post .post-content i {
  display: block;
  width: 26%;
  height: 2px;
  margin: 0 auto;
  background: #ff8d84;
  margin-top: 24px;
}

/* 加入我们 */
.joinus-bg {
  background-image: url(../../assets/img/joinus/pic_banner_jrwm_280.png);
}

/* 加入我们 -- 招聘信息 */
.joinus-recruit .section-heading {
  padding: 30px 0 26px 0;
}

/* 更多招聘 */
.more-recruit {
  margin-top: 24px;
}

/* 加入我们 -- 商务合作 */
.joinus-buscooper {
  padding-bottom: 80px;
}

.joinus-buscooper .section-heading {
  padding: 40px 0 20px 0;
}

.joinus-buscooper-content {
  position: relative;
  height: 400px;
  justify-content: flex-end;
  align-items: center;
  background: url(../img/joinus/pic_swhz_400.png);
}

.joinus-buscooper-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
}

.joinus-buscooper-content-desc {
  /* margin-right: 320px; */
  margin-right: 27%;
  z-index: 10;
}

.joinus-buscooper-content-desc h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}

.joinus-buscooper-content-desc p {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  line-height: 40px;
}

.mr10 {
  margin-right: 10px;
}

/* 修改page的样式 */
._page_container ._pages {
  margin: 0 auto;
}

._page_container ._pages ._prev,
._page_container ._pages ._next,
._page_container ._pages ._home,
._page_container ._pages ._last {
  padding: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

._disabled_c {
  color: #fff !important;
  background: linear-gradient(246deg, #ff8d84 0%, #409EFF 100%);
  opacity: 0.29;
}

._page_container ._pages li:hover {
  color: #ec6459;
}

._page_container ._pages ._home,
._page_container ._pages ._last {
  display: none;
}

._page_container ._pages li {
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  background-color: transparent !important;
  margin: 0;
}

._page_container ._pages li._prev:not(._disabled):hover,
._page_container ._pages li._next:not(._disabled):hover {
  background: #ec6459 !important;
}

._page_container ._pages li._prev:hover,
._page_container ._pages li._next:hover {
  color: #fff;
}

._active_1 {
  color: #ec6459 !important;
  background-color: transparent !important;
}

._page_container {
  height: auto;
  line-height: auto;
}

/* 公司介绍 */
.company-bg {
  background-image: url(../img/company/gs.jpg);
}

/* 公司介绍--内容 */
.company-desc-content .company-desc-header {
  margin-bottom: 20px;
}

.company-desc-content .company-desc-header h2 {
  font-size: 30px;
  /* font-weight: 600; */
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  margin-bottom: 10px;
}

.company-desc-content .company-desc-header p {
  font-size: 20px;
  font-weight: 600;
  font-family: MyriadPro-Semibold, MyriadPro;
  color: #409EFF;
  line-height: 24px;
  margin: 38px 0 20px 0;
}

.company-desc-content .entry-content {
  margin-bottom: 40px;
}

.company-desc-content .entry-content p {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.company-desc img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .company-desc img {
    /* margin-bottom: 60px; */
  }

  /* .order-lg-2{
    padding: 72.5px 0;
  } */
}

@media (min-width: 992px) and (max-width:1200px) {
  .order-lg-2 {
    padding: 72.5px 0;
  }
}


/* 公司介绍--企业文化 */
.company-corporateculture-item {
  padding: 38px 36px 40px 36px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  /* background: #fff; */
  background: url(../img/company/pic_qywhkp_200.png) no-repeat center right;
  background-size: contain;
}

.company-corporateculture-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 26px;
  margin-bottom: 24px;
  min-height: 78px;
}

.company-corporateculture-item p {
  font-size: 14px;
  font-weight: 400;
  color: #409EFF;
  line-height: 20px;
}

/* 公司介绍--发展历程 */
.company-develophistory {
  position: relative;
  padding-bottom: 20px;
}

@media (max-width:1199px) {
  .company-develophistory:before {
    content: "";
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* background: url(../img/company/pic_fzlc_258.png) no-repeat top center; */
    height: 258px;
    /* z-index: -1; */
  }

  .section-title {
    color: #333333 !important;
  }

  .section-subtitle {
    color: #999999 !important;
  }
}

@media (min-width:1200px) {

  .company-develophistory:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/company/pic_fzlc_258.png) no-repeat top center;
    height: 258px;
    z-index: -1;
  }

  .company-develophistory .section-heading {
    padding: 30px 0;
  }

  .company-develophistory-desc {
    position: relative;
    width: 1030px;
    height: 160px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 30px;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .company-develophistory-desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 4px;
    height: 60px;
    background: #ff8d84;
  }

  .company-develophistory-desc h5 {
    font-size: 140px;
    font-family: MyriadPro-SemiboldIt, MyriadPro;
    font-weight: normal;
    color: #000000;
    opacity: 0.03;
    line-height: 100px;
    margin-right: 9px;
  }

  .company-develophistory-desc p {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-bottom: 4px;
  }

  .company-develophistory-year {
    position: relative;
    width: 770px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    display: flex;
    justify-content: center;
  }

  .company-develophistory-year:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 770px;
    height: 2px;
    background: #e4e4e4;
    border-radius: 2px;
    z-index: -1;
  }

  .company-develophistory-year-item {
    font-size: 20px;
    font-family: MyriadPro-It;
    font-weight: normal;
    color: #999999;
    line-height: 20px;
    padding: 6px 14px;
    margin-right: 30px;
    cursor: pointer;
  }

  .company-develophistory-year-item.active {
    border-bottom: 2px solid #ff6f63;
    color: #ff6f63;
  }
}



/* 公司介绍--发展历程new */
.company-develophistory-new {
  position: relative;
}

.milestones {
  position: relative;
  margin-bottom: 7px;
}

.milestones .content {
  position: relative;
  height: auto;
}

.milestones .content .v-line {
  position: absolute;
  top: 120px;
  left: 21px;
  width: 2px;
  background: #D9D9D9;
  top: -20px;
  height: calc(100% + 40px);
}

.milestones .content .milestone {
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
}

.milestones .content .milestone .dot {
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  /* background: #409EFF;
  border-radius: 50%;
  border: 3px solid rgba(235, 97, 86, 0.3);
  box-sizing: border-box; */
}

.milestones .content .time {
  padding-top: 2px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
}

.milestones .content .event {
  margin-top: 3px;
  text-align: justify;
  background: #edf5ff;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  padding: 5px 10px;
}

.milestones .content .event.white {
  background: #fff;
}

.milestones .swiper-prev,
.milestones .swiper-next {
  display: none;
  position: absolute;
  right: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-size: cover;
  background-image: url(../img/company/swiper-prev.png);
}

.milestones .swiper-prev:hover,
.milestones .swiper-prev:active,
.milestones .swiper-next:hover,
.milestones .swiper-next:active {
  background-image: url(../img/company/swiper-prev-active.png);
}

.milestones .swiper-prev {
  top: 0;
}

.milestones .swiper-next {
  bottom: 0;
  transform: rotate(180deg);
}

.milestones .swiper-prev.disabled,
.milestones .swiper-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.milestones .swiper-prev.disabled:hover,
.milestones .swiper-prev.disabled:active,
.milestones .swiper-next.disabled:hover,
.milestones .swiper-next.disabled:active {
  background-image: url(../img/company/swiper-prev.png);
}

@media (min-width: 1200px) {

  .milestones .swiper-prev,
  .milestones .swiper-next {
    display: block;
  }

  .company-develophistory-new:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/company/pic_fzlc_258.jpg) no-repeat top center;
    height: 258px;
    z-index: -1;
  }

  .milestones {
    position: relative;
    width: 1030px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    padding: 48px 60px 48px 71px;
  }

  .milestones .content {
    position: relative;
    height: 367px;
    overflow-y: hidden;
  }

  .milestone-box {
    position: absolute;
    top: 0;
    left: 0;
    transition: top .3s linear;
  }

  .milestones .content .v-line {
    left: 6px;
    top: -20px;
    height: calc(100% + 40px);
  }

  .milestones .content .milestone {
    display: flex;
  }

  .milestones .content .milestone .dot {
    left: 0;
  }

  .milestones .content .time {
    width: 106px;
  }

  .milestones .content .event {
    flex: 1;
  }
}

@media (max-width:1199px) {
.company-develophistory-new {
    content: ""; 
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/company/pic_fzlc_258.jpg) no-repeat top center; 
    z-index: -1;
    }
  .company-develophistory-new .section-heading.white .section-title {
    color: #323232;
  }

  .company-develophistory-new .section-heading.white .section-subtitle {
    color: #999;
  }
}

/* 公司介绍--荣誉资质 */
@media (max-width:727px) {
  .company-honorsawards>.company-honorsawards-desc>.container>p {
    width: 100%;
    min-width: 0;
    min-height: 80px;
    text-align: center;
    padding: 15px 0px !important;
    /* line-height: 80px; */
    /* white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; */
  }
}

.company-honorsawards {
  padding-bottom: 41px;
}

.company-honorsawards .section-heading {
  padding: 42px 9 20px 0;
}

.company-honorsawards-desc p {
  display: none;
  min-width: 770px;
  min-height: 80px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  /* line-height: 80px; */
  padding: 15px 0px;
  margin: 0 auto 20px auto;
}

.company-honorsawards-desc p.active {
  display: block;
}

.company-honorsawards-content {
  position: relative;
}

.company-honorsawards-content.mobile {
  display: none;
}

.company-honorsawards-content:before,
.company-honorsawards-content:after {
  position: absolute;
  content: "";
  width: 27%;
  height: 100%;
  top: 0;
  opacity: 0.9;
  z-index: 3;
}

.company-honorsawards-content:before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.company-honorsawards-content:after {
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

.company-honorsawards-content-item {
  background: #ffffff;
  padding: 30px;
}

.company-honorsawards-content-item>div {
  width: 270px;
  height: 270px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-honorsawards-content-item img {
  max-height: 230px;
  width: auto !important;
}

@media (max-width:1199px) {
  .company-honorsawards-content.pc {
    display: none;
  }

  .company-honorsawards-content.mobile {
    display: block;
  }

  .company-honorsawards-content-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:767px) {
  .company-honorsawards-content-item>div {
    width: 100%;
  }
}

/* 公司介绍--合作单位 */
.company-partners {
  padding-bottom: 59px;
  background: url(../img/company/pic_hzdwbg_496.png) no-repeat center center;
  background-size: cover;
}

.company-partners .section-heading {
  padding: 40px 0 25px 0;
}

.company-partners-content {
  padding-top: 30px;
}

.company-partners-content .company-partners-content-wrap {}

.company-partners-content-box {
  margin-bottom: 30px;
}

.company-partners-content .company-partners-content-logo {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  height: 90px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.company-partners-content .company-partners-content-logo:hover img {
  transform: scale(1.1);
}

.company-partners-content img {
  transition: all 0.4s ease-in-out;
  max-height: 61px;
}

.knowmore {
  margin-bottom: 50px;
}

/* 学术动态 */
.academic-dynamic-bg {
  background-image: url(../img/academic-dynamic/pic_banner_xsdt_280.png);
}

.academic-dynamic-box {
  padding-top: 36px;
}

.academic-dynamic-box .reviews-section {
  padding-bottom: 0;
}

.academic-dynamic {
  overflow: hidden;
}

.academic-dynamic .slide-item {
  margin-bottom: 45px;
}

.academic-dynamic .slide-item:after {
  content: "";
  clear: both;
  display: table;
  height: 0;
}

.academic-dynamic .slide-item:before {
  content: "";
  clear: both;
  display: table;
  height: 0;
}

.academic-dynamic .slide-item .media-left {
  padding: 26px 0;
}

.academic-dynamic .slide-item .media-body {
  overflow: visible;
}

.academic-dynamic .slide-item .image-block {
  position: relative;
  width: 290px;
  height: 194px;
  margin-right: -154px;
}

.academic-dynamic .slide-item .image-block img {
  width: 290px;
  height: 194px;
  object-fit: contain;
}

.academic-dynamic .slide-item .review {
  text-align: justify;
  border: 1px solid #eeeeee;
  padding: 26px 36px 26px 174px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.09);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D9D9D9;
  width: 1034px;
  min-height: 249px;
}

.academic-dynamic .slide-item .review.pb15 {
  padding-bottom: 15px;
}

.academic-dynamic .slide-item h3 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 32px;
}

.academic-dynamic .slide-item .date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #999999;
}

.academic-dynamic .slide-item .date img {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.academic-dynamic .slide-item .line {
  margin-top: 16px;
  width: 41px;
  height: 3px;
  background: #409EFF;
}

.academic-dynamic .slide-item .content {
  margin-top: 17px;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: normal;
}

.academic-dynamic .slide-item.slide-item-normal {
  display: none;
}

.academic-dynamic .slide-item.slide-item-reverse {
  display: block;
}

.academic-dynamic .slide-item.slide-item-reverse .image-block {
  margin-right: 0;
  margin-left: -154px;
}

.academic-dynamic .slide-item.slide-item-reverse .review,
.academic-dynamic .slide-item.slide-item-normal .review {
  background: #F2F2F3;
  padding-left: 33px;
  padding-right: 174px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1169px) {

  .academic-dynamic-bg {
    background-image: url(../img/academic-dynamic/pic_banner_mobile_xsdt_280.png);
  }

  .main-banner.academic-dynamic-bg h2 {
    margin-top: 174px;
  }

  .academic-dynamic .slide-item {
    margin-bottom: 30px;
  }

  .academic-dynamic .slide-item.slide-item-reverse {
    display: none;
  }

  .academic-dynamic .slide-item.slide-item-normal {
    display: block;
  }

  .academic-dynamic .slide-item .media-left {
    padding: 0;
    display: block;
  }

  .academic-dynamic .slide-item .media-left .image-block {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 66.89%;
    padding: 0;
    border: 1px solid #D9D9D9;
    border-bottom: none;
  }

  .academic-dynamic .slide-item .media-left .image-block img {
    width: 100%;
    height: 100%;
  }

  .academic-dynamic .slide-item .media-body {
    width: 100%;
    display: block;
  }

  .academic-dynamic .slide-item .review {
    padding: 17px 15px 15px 15px;
    width: 100%;
    min-height: auto;
    border-top: none;
    box-shadow: none;
  }

  .academic-dynamic .slide-item.slide-item-normal .review {
    padding: 17px 15px 15px 15px;
  }

  .academic-dynamic .slide-item h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 27px;
    color: #333333;
  }

  .academic-dynamic .slide-item .date img {
    display: none;
  }

  .academic-dynamic .slide-item .line {
    margin-top: 11px;
  }

  .academic-dynamic .slide-item .content {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    display: block;
    overflow: visible;
    text-overflow: initial;
    -webkit-box-orient: initial;
  }
}

/* 科学原理 */
.scientific-principles-bg {
  background-image: url(../img/scientific-research/pic_banner_kxyl_280.png);
}

.scientific-principles-item {
  width: 1176px;
  margin: 0 auto;
}

.scientific-principles-item .title {
  margin: 0 auto;
  padding: 45px 0;
  min-height: 206px;
}

.scientific-principles-item .title.bg1 {
  background-image: url(../img/scientific-research/scientific-principles-item-bg1.png);
}

.scientific-principles-item .title.bg2 {
  background-image: url(../img/scientific-research/scientific-principles-item-bg2.png);
}

.scientific-principles-item .title.bg3 {
  background-image: url(../img/scientific-research/scientific-principles-item-bg3.png);
}

.scientific-principles-item .title h2,
.scientific-principles-item .title p {
  width: 614px;
  color: #FFFFFF;
  margin: 0 auto;
}

.scientific-principles-item .title h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 7px;
}

.scientific-principles-item .title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.scientific-principles-item .content {
  display: flex;
  padding: 30px 0 82px 0;
}

.scientific-principles-item .content * {
  font-size: 16px;
}

.scientific-principles-item .content p {
  margin: 16px 0;
}

.scientific-principles-item .content p, .scientific-principles-item .content span {
  color: initial;
}

.scientific-principles-item .content a {
  display: inline;
  color: #551b8b;
  text-decoration: underline;
}

.scientific-principles-item .content .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  flex: 1;
}

.scientific-principles-item .content.content-reverse img {
  margin-right: 0;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .scientific-principles-bg {
    background-image: url(../img/scientific-research/pic_banner_mobile_kxyl_280.png);
  }

  .scientific-principles-item {
    width: 100%;
  }

  .scientific-principles-item .title {
    padding: 26px;
  }

  .scientific-principles-item .title h2,
  .scientific-principles-item .title p {
    width: 100%;
  }

  .scientific-principles-item .title h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .scientific-principles-item .title p {
    font-size: 14px;
    line-height: 28px;
  }

  .scientific-principles-item .content {
    flex-direction: column;
    padding: 14px 0 32px 0;
  }

  .scientific-principles-item .content img, .scientific-principles-item .content.content-reverse img {
    width: 100%;
    height: auto;
    margin: 0 auto 26px auto;
  }

  .scientific-principles-item .content .content-text {
    font-size: 16px;
  }
}

/* 科研数据,科研工具 */

.scientific-research-data-bg {
  background-image: url(../img/scientific-research/pic_banner_kxsj_280.png);
}

.scientific-research-tool-bg {
  background-image: url(../img/scientific-research/pic_banner_kygj_280.png);
}

.scientific-research-data-item {
  width: 1176px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.scientific-research-data-item a {
  display: block;
}

.scientific-research-data-item .box {
  display: flex;
}

.scientific-research-data-item .box img {
  width: 288px;
  height: 195px;
  object-fit: contain;
}

.scientific-research-data-item .content {
  flex: 1;

  padding: 19px 39px 19px 23px;
}

.scientific-research-data-item .content h2 {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}

.scientific-research-data-item .content p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
}

@media (max-width: 767px) {
  .scientific-research-data-bg {
    background-image: url(../img/scientific-research/pic_banner_mobile_kxsj_280.png);
  }

  .scientific-research-tool-bg {
    background-image: url(../img/scientific-research/pic_banner_mobile_kygj_280.png);
  }

  .scientific-research-data-item {
    width: 100%;
    padding-bottom: 18px;
    padding-top: 25px;
  }

  .scientific-research-data-item .box {
    flex-direction: column;
  }

  .scientific-research-data-item .box img {
    width: 100%;
    height: auto;
  }

  .scientific-research-data-item .content {
    padding: 12px 16px 0 17px;
  }

  .scientific-research-data-item .content h2 {
    font-size: 17px;
    font-weight: 800;
  }

  .scientific-research-data-item .content p {
    line-height: 26px;
    /* color: #333333; */
  }
}

.scientific-research-papers-bg {
  background-image: url(../img/scientific-research/pic_banner_kylw_280.png);
}

.main-banner.scientific-research-papers.black h3 {
  color: #333;
}

.scientific-research-papers-item {
  width: 1176px;
  margin: 0 auto;
  border-bottom: 1px solid #D9D9D9;
}

.scientific-research-papers-item:first-child {
  border-top: 1px solid #D9D9D9;
}

.scientific-research-papers-item a {
  display: block;
}

.scientific-research-papers-item .box {
  display: flex;
  padding: 16px 0;
}

.scientific-research-papers-item .name-date {
  width: 84px;
  margin-right: 56px;
  padding-top: 14px;
}

.scientific-research-papers-item .name-date .name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  height: 40px;
}

.scientific-research-papers-item .name-date .date {
  font-size: 14px;
  font-weight: 400;
  color: #409EFF;
  line-height: 20px;
}

.scientific-research-papers-item .content-box {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.scientific-research-papers-item .content-box .content {
  flex: 1;
  padding-top: 10px;
}

.scientific-research-papers-item .content-box .content h2, .scientific-research-papers-item .content-box .content h2 span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.scientific-research-papers-item .content-box .content h2 img {
  width: 14px;
  height: 14px;
  margin-left: 14px;
}

.scientific-research-papers-item .content-box .content p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 900px;
}

.scientific-research-papers-item .content-box img {
  width: 124px;
  height: 84px;
  margin-left: 14px;
  object-fit: contain;
}

@media (max-width: 1175px) {
  .scientific-research-papers-bg {
    background-image: url(../img/scientific-research/pic_banner_mobile_kxlw_280.png);
  }

  .scientific-research-papers-item {
    width: 100%;
  }

  .scientific-research-papers-item .box {
    flex-direction: column;
    padding: 20px 0 14px 0;
  }


  .scientific-research-papers-item .name-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    padding-top: 0;
  }

  .scientific-research-papers-item .name-date .name {
    height: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    flex: 1;
  }

  .scientific-research-papers-item .name-date .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .scientific-research-papers-item .content-box {
    padding-top: 12px;
    align-items: center;
  }

  .scientific-research-papers-item .content-box .content {
    padding-top: 0;
  }

  .scientific-research-papers-item .content-box .content h2, .scientific-research-papers-item .content-box .content h2 span {
    font-size: 18px;
    line-height: 22px;
  }

  .scientific-research-papers-item .content-box .content h2 img {
    display: none;
  }

  .scientific-research-papers-item .content-box .content p {
    font-weight: 400;
    color: #999999;
    overflow: visible;
    white-space: normal;
    width: auto;
  }

  .scientific-research-papers-item .content-box img {
    margin-left: 11px;
    width: 113px;
    height: 76px;
  }
}

/* 科研论文详情 */
.scientific-research-papers-details {
  margin-bottom: 64px;
}

.scientific-research-papers-details .container {
  display: flex;
  margin-top: 24px;
}

.scientific-research-papers-details .content {
  flex: 1;
}

.scientific-research-papers-details .content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}

.scientific-research-papers-details .content .subtitle-box {
  display: flex;
  justify-content: center;
}



.scientific-research-papers-details .content .subtitle span, .scientific-research-papers-details .content .subtitle i {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #999;
}

.scientific-research-papers-details .content .subtitle:first-child {
  margin-right: 50px;
}

.scientific-research-papers-details .content .subtitle i {
  color: #333;
  font-style: normal;
}

.scientific-research-papers-details .content .papers {
  border-top: 1px solid #D9D9D9;
  margin-top: 16px;
  padding-top: 30px;
}

.scientific-research-papers-details .content .papers h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin-bottom: 15px;
}

.scientific-research-papers-details .content .papers .papers-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}

.scientific-research-papers-details .content .papers .papers-content * {
  font-size: 16px;
}

.scientific-research-papers-details .content .papers .papers-content img {
  height: auto;
}

.scientific-research-papers-details .content .papers .papers-content p {
  line-height: 1.5;
  margin: 16px 0;
}

.scientific-research-papers-details .content .papers .papers-content a {
  display: inline;
  color: #551b8b;
  text-decoration: underline;
}

.scientific-research-papers-details .content .papers .papers-content ul {
  padding-left: 40px;
}

.scientific-research-papers-details .content .papers .papers-content ul, .scientific-research-papers-details .content .papers .papers-content ul li {
  list-style: inherit;
}

.scientific-research-papers-details .recommend {
  width: 322px;
  border: 1px solid #D9D9D9;
  margin-left: 38px;
  place-self: flex-start;
}

.scientific-research-papers-details .recommend-flag {
  display: flex;
  justify-content: space-between;
  width: 322px;
  background: #409EFF;
  padding: 16px 11px 12px 14px;
}

.scientific-research-papers-details .recommend-flag span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}

.scientific-research-papers-details .recommend-flag a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}

.scientific-research-papers-details .recommend-list {
  padding: 10px 14px 0 14px;
}

.scientific-research-papers-details .recommend-list a {
  display: block;
  border-bottom: 1px solid #D9D9D9;
}

.scientific-research-papers-details .recommend-list a:last-child {
  border-bottom: none;
}

.scientific-research-papers-details .recommend-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.scientific-research-papers-details .recommend-item>div {
  flex: 1
}

.scientific-research-papers-details .recommend-item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}

.scientific-research-papers-details .recommend-item p {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #666666;
  margin-top: 11px;
}

.scientific-research-papers-details .recommend-item img {
  width: 101px;
  height: 68px;
  margin-left: 13px;
  object-fit: contain;
}

.mt93 {
  margin-top: 93px;
}

@media (max-width: 767px) {
  .scientific-research-papers-details .recommend {
    display: none;
  }

  .scientific-research-papers-details .content .title {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }

  .scientific-research-papers-details .content .subtitle-box {
    flex-direction: column;
  }

  .scientific-research-papers-details .content .subtitle span, .scientific-research-papers-details .content .subtitle i {
    font-size: 14px;
  }

  .scientific-research-papers-details .content .papers {
    margin-top: 13px;
  }
}


/* 科学研究 */
.scientific-research-bg {
  background-image: url(../img/scientific-research/pic_banner_kxyj_280.jpg);
}

.scientific-research {
  background: #fff;
}

.scientific-research .section-heading {
  text-align: left;
}

.scientific-principles-box .section-heading {
  padding-top: 36px;
}

.scientific-principles-mobile {
  display: none !important;
}

.scientific-research .section-heading.small .section-subtitle.light {
  color: #999;
}

.scientific-research .section-heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scientific-research .section-heading a, .scientific-research-tools-datas .tools .tools-title a {
  width: 96px;
  height: 36px;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.scientific-research .section-heading a:hover, .scientific-research-tools-datas .tools .tools-title a:hover {
  color: #409EFF;
  border-color: #409EFF;
}

.scientific-research-item {
  display: flex;
  padding: 16px 18px 16px 14px;
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #D9D9D9;
}

.scientific-research-item>img {
  width: 215px;
  height: 188px;
  margin-right: 11px;
  object-fit: contain;
}

.scientific-research-item>div {
  flex: 1;
}

.scientific-research-item>div h2,
.scientific-research-item>div p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.scientific-research-item>div h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  height: 64px;
  -webkit-line-clamp: 2;
}

.scientific-research-item>div p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
  height: 66px;
  -webkit-line-clamp: 3;
}

.scientific-research-item>div a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #409EFF;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #409EFF;
  padding: 3px 8px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .scientific-research-bg {
    background-image: url(../img/scientific-research/pic_banner_mobile_kxyj_280.jpg);
  }

  .scientific-principles-box .section-heading .section-title {
    padding-top: 21px;
  }

  .scientific-principles-pc {
    display: none;
  }

  .scientific-principles-mobile {
    display: block !important;
  }

  .scientific-principles-mobile.blog-slider.owl-theme .owl-nav .owl-prev {
    /* left: 25px; */
    /* margin-top: -11.3%; */
  }

  .scientific-principles-mobile.blog-slider.owl-theme .owl-nav .owl-next {
    /* right: 25px; */
    /* margin-top: -11.3%; */
  }

  .main-banner.scientific-research-bg h2 {
    margin-top: 184px;
  }

  .scientific-research .section-heading .container {
    align-items: flex-end;
  }

  .scientific-research .section-heading {
    padding: 0 0 24px 0;
  }

  .scientific-research.scientific-research-tools-datas-bg .section-heading {
    padding: 0;
  }

  .scientific-research .section-heading a, .scientific-research-tools-datas .tools .tools-title a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .scientific-research-tools-datas .tools .tools-title a {
    margin-bottom: 1px;
  }

  .scientific-research-item {
    flex-direction: column;
    padding: 24px 24px 30px 24px;
    background: #ffffff;
    box-shadow: none;
    margin-bottom: 30px;
  }

  .scientific-principles-mobile .thumb {
    padding-bottom: 66.55%;
    background-position: center;
    background-size: cover;
  }

  .scientific-research-item>div {
    display: block !important;
  }

  .scientific-research-item>div h2 {
    margin-top: 16px;
  }

  .scientific-research-item>div h2,
  .scientific-research-item>div p {
    display: block;
    overflow: visible;
    text-overflow: initial;
    -webkit-box-orient: initial;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .scientific-research-item {
    padding: 16px 18px 16px 14px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
}

.scientific-research-papers-box {
  padding-bottom: 60px;
}

.scientific-research-papers-box .section-heading {
  padding-top: 15px;
}

/* 科研资源 */
.scientific-research-tools-datas-bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../img/scientific-research/scientific-research-tools-datas-bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 34px;
  padding-top: 6px;
}

.scientific-research-tools-datas .container {
  display: flex;
}

.scientific-research-tools-datas .line {
  width: 1px;
  background: #D9D9D9;
  margin: 0 40px;
}

.scientific-research-tools-datas .tools {
  flex: 1;
}

.scientific-research-tools-datas .tools .tools-title, .scientific-research-tools-datas .tools .tools-title .icon-title {
  display: flex;
  align-items: center;
}

.scientific-research-tools-datas .tools .tools-title {
  justify-content: space-between;
  margin-bottom: 10px;
}

.scientific-research-tools-datas .tools .tools-title img {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.scientific-research-tools-datas .tools .tools-title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.scientific-research-tools-datas .scientific-research-data-item {
  width: auto;
  margin: 0;
  padding: 22px 14px 22px 0;
}

.scientific-research-tools-datas .scientific-research-data-item .box img {
  width: 150px;
  height: 102px;
  margin-right: 15px;
  object-fit: contain;
}

.scientific-research-tools-datas .scientific-research-data-item .content {
  padding: 0;
}

.scientific-research-tools-datas .scientific-research-data-item .content h2 {
  line-height: 32px;
}

.scientific-research-tools-datas .scientific-research-data-item .content p {
  margin-top: 8px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .scientific-research-tools-datas-bg {
    padding-bottom: 24px;
  }

  .scientific-research-tools-datas-bg .section-heading.small .section-title {
    padding-top: 24px;
  }

  .scientific-research-tools-datas .container {
    flex-direction: column;
  }

  .scientific-research-tools-datas .tools .tools-title {
    margin-bottom: 0;
  }

  .scientific-research-tools-datas .tools.datas .tools-title {
    margin-top: 25px;
  }

  .scientific-research-tools-datas .tools .tools-title img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .scientific-research-tools-datas .tools .tools-title h3 {
    font-size: 20px;
  }

  .scientific-research-tools-datas .line {
    display: none;
    margin: 0;
  }

  .scientific-research-tools-datas .scientific-research-data-item .box {
    display: flex;
    flex-direction: row;
  }

  .scientific-research-tools-datas .scientific-research-data-item .box img {
    width: 128px;
    height: 87px;
    margin-right: 15px;
  }

  .scientific-research-tools-datas .scientific-research-data-item .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 767px) {
  .blog-slider.owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
  }
}

.mb31 {
  margin-bottom: 31px;
}

.mb1 {
  margin-bottom: 1px;
}

/* 情绪监控终端 */
.emotion-monitor-terminal {
  padding-bottom: 20px;
}

.emotion-monitor-terminal.pc {
  width: 1170px;
  margin: 0 auto;
}

.emotion-monitor-terminal.mobile {
  display: none;
  padding-bottom: 0;
}

.emotion-monitor-terminal img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .emotion-monitor-terminal.pc {
    width: 100%;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .emotion-monitor-terminal.pc {
    display: none;
  }

  .emotion-monitor-terminal.mobile {
    display: block;
  }

  .fun-nav.mt72.emotion-monitor-terminal-box {
    margin: 86px 0 10px 0;
  }
}

.contact-fixed {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 13px;
  margin-top: 22px;
  margin-left: 13px;
  z-index: 2;
}

.contact-fixed.pc {
  display: none;
}

.contact-fixed-content {
  width: 350px;
  height: 374px;
  box-sizing: border-box;
  padding: 56px 50px;
  background: url('../img/product-services/contact_bg_h5.png') no-repeat center center;
  background-size: cover;
}

.contact-fixed.pc .contact-fixed-content {
  width: 380px;
  height: 374px;
  padding: 56px 69px 56px 50px;
  background: url('../img/product-services/contact_bg_pc.png') no-repeat center center;
  background-size: cover;
}

.contact-close {
  text-align: right;
  margin-bottom: -16px;
  width: 321px;
  cursor: pointer;
}

.contact-close img {
  width: 20px;
}

.contact-fixed h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  color: #333333;
}

.contact-fixed ul {
  margin-top: 17px;
}

.contact-fixed ul li {
  margin-bottom: 16px;
}

.contact-fixed ul li:last-child {
  margin-bottom: 14px;
}

.contact-fixed ul li img {
  width: 20px;
  margin-right: 10px;
}

.contact-fixed ul li span {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #333333;
}

.contact-fixed .icon-concat-wechatcode {
  display: block;
  width: 116px;
  height: 116px;
  margin: 0 auto;
  border: 3px solid #409EFF;
  padding: 5px;
  border-radius: 6px;
}


.contact-fixed.mobile .contact-fixed-content {
  padding: 56px 69px 56px 50px;
}

.contact-fixed.mobile .contact-fixed-content {
  padding: 56px 65px 56px 50px;
}

.contact-fixed.mobile h2 {
  font-size: 16px;
  line-height: 16px;
}

.contact-fixed.mobile h2 {
  font-size: 16px;
  line-height: 16px;
}

.contact-fixed.mobile ul li img {
  width: 20px;
  margin-right: 5px;
}

.contact-fixed.mobile ul li span {
  font-size: 14px;
  line-height: 18px;
}

.right-fixed-box {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 4;
  transform: translateY(50%);
}

.right-fixed {
  width: 65px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  background: #FF9087;
}

.right-fixed .item {
  padding: 6px 0 7px 0;
  cursor: pointer;
}

.right-fixed .item.bg2, .right-fixed .item.bg4 {
  background: #409EFF;
}

.right-fixed .item.bg2 {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.right-fixed .item.bg4 {
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
}

.right-fixed .contact-fixed.pc {
  display: none;
  text-align: left;
}

@media (min-width: 768px) {
  .right-fixed .item.bg3:hover .contact-fixed.pc {
    display: block;
    right: 60px;
    left: auto;
    transform: translate(0, -50%);
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
  }
}

.right-fixed .item i {
  color: #fff;
}

.right-fixed .item img {
  margin-bottom: 2px;
}

.right-fixed .item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}

.right-fixed .item.bg1 {
  padding-top: 15px;
}

.right-fixed .item.bg1 img {
  margin-bottom: 6px;
}

.right-fixed .item.bg4 {
  padding-top: 2px;
}

.border {
  border: 1px solid #e4e4e4;
}

.ml5 {
  margin-left: 5px;
}

/* 社会心理服务 */
.psychosocial-services-bg {
  /* background-image: url(../img/psychosocial_services/pic_banner_280.png); */
  background-image: url(../img/psychosocial_services/pic_banner_164.png);
  height: 164px;
}

.main-banner.psychosocial-services-bg h2 {
  margin-top: 55px;
}

.service-history-box.pc {
  display: block;
}

.service-history-box.mobile {
  display: none;
}

.service-history {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-history-item {
  margin-bottom: 61px;
}

.service-history-item img {
  width: 172px;
  height: 138px;
}

.service-history-item p {
  width: 172px;
  height: 68px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 9px;
}

.service-history-arrow {
  width: 114px;
  height: 18px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/psychosocial_services/service_history_arrow.png);
  margin: 0 23px;
}

.service-content {
  height: 639px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/psychosocial_services/service_content.png);
}

.service-content>img {
  display: none;
}

.open-cooperation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D9D9D9;
  width: 1177px;
  margin: 57px auto 54px auto;
}

.open-cooperation p {
  margin: 0;
  padding: 37px 32px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  flex: 1;
}

.open-cooperation img {
  width: 277px;
  height: 176px;
}

.service-content-box {
  padding-bottom: 64px;
}


/* .psychosocial-services .empowering-education-product .section-heading {
  padding-top: 51px;
} */

/* .psychosocial-services .section-heading.small .section-title {
  line-height: 40px;
  margin-bottom: 2px;
}

.psychosocial-services .section-heading.small .section-subtitle.light {
  font-size: 16px;
  line-height: 24px;
} */

.psychosocial-services .open-cooperation-box {
  background: #fff;
}

.psychosocial-services .open-cooperation-box .section-heading {
  padding: 0;
}

.news-bg,
.company-bg,
.teams-bg,
.joinus-bg,
.recruit-bg,
.aboutus-bg,
.business-cooperation-bg,
.empowering-education-bg,
.psychological-classs-bg,
.prisoners-product-bg {
  height: 164px;
}

.main-banner.news-bg h2,
.main-banner.company-bg h2,
.main-banner.teams-bg h2,
.main-banner.joinus-bg h2,
.main-banner.recruit-bg h2,
.main-banner.aboutus-bg h2,
.main-banner.business-cooperation-bg h2,
.main-banner.empowering-education-bg h2,
.main-banner.prisoners-product-bg h2,
.main-banner.psychological-classs-bg h2,
.main-banner.psychosocial-services-bg h2 {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .psychosocial-services-bg {
    width: 100%;
    height: auto !important;
    background-image: url(../img/psychosocial_services/pic_banner_mobile_129.png);
  }

  .news-bg,
  .company-bg,
  .teams-bg,
  .joinus-bg,
  .recruit-bg,
  .aboutus-bg,
  .business-cooperation-bg,
  .empowering-education-bg,
  .prisoners-product-bg {
    height: auto !important;
  }

  .main-banner.news-bg h2,
  .main-banner.company-bg h2,
  .main-banner.teams-bg h2,
  .main-banner.joinus-bg h2,
  .main-banner.recruit-bg h2,
  .main-banner.aboutus-bg h2,
  .main-banner.business-cooperation-bg h2,
  .main-banner.empowering-education-bg h2,
  .main-banner.prisoners-product-bg h2,
  .main-banner.psychosocial-services-bg h2 {
    font-size: 42px;
    line-height: 60px;
    margin-top: 40px;
  }

  .main-banner.news-bg h3,
  .main-banner.company-bg h3,
  .main-banner.teams-bg h3,
  .main-banner.joinus-bg h3,
  .main-banner.recruit-bg h3,
  .main-banner.aboutus-bg h3,
  .main-banner.business-cooperation-bg h3,
  .main-banner.empowering-education-bg h3,
  .main-banner.prisoners-product-bg h3,
  .main-banner.psychosocial-services-bg h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .main-banner.teams-bg h2 {
    color: #333333;
  }

  .main-banner.teams-bg h3 {
    color: #999;
  }
}

@media (max-width: 1199px) {
  .service-history-box.pc {
    display: none;
  }

  .service-history-box.mobile {
    display: block;
  }

  .service-history {
    align-items: baseline;
  }

  .service-history-item {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-history-item img {
    width: 131px;
    height: 104px;
  }

  .service-history-arrow.left, .service-history-arrow.right {
    width: 48px;
    height: 17px;
    margin: 0 13px;
  }

  .service-history-arrow.left {
    background-image: url(../img/psychosocial_services/service_history_arrow_left.png);
  }

  .service-history-arrow.left, .service-history-arrow.right {
    background-image: url(../img/psychosocial_services/service_history_arrow_right.png);
  }

  .service-history-arrow-down {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }

  .service-history-arrow.down {
    width: 17px;
    height: 48px;
    background-image: url(../img/psychosocial_services/service_history_arrow_down.png);
    margin: 13px 30px 13px 0;
  }

  .service-history-item p {
    width: auto;
    height: auto;
  }

  .service-content-box {
    padding-bottom: 44px;
  }

  .service-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: none;
  }

  .service-content>img {
    display: block;
  }

  .open-cooperation {
    flex-direction: column-reverse;
    width: 100%;
    box-sizing: border-box;
    margin: 33px auto 24px auto;
  }

  .open-cooperation p {
    padding: 18px 28px 15px 28px;
    color: #666666;
  }

  .open-cooperation img {
    width: 100%;
    height: auto;
  }
}


/* 智慧军工 */
.intelligent-military-bg {
  /* background-image: url(../img/intelligent_military/pic_banner_280.png); */
  background-image: url(../img/intelligent_military/pic_banner_164.png);
  height: 164px;
}

.main-banner.intelligent-military-bg h2 {
  margin-top: 55px;
}

.intelligent-military .empowering-education-productadvantages-content-item p {
  text-align: left;
}

.intelligent-military .empowering-education-productadvantages-content-item img {
  width: 63px;
  height: 63px;
}

.intelligent-military .empowering-education-productadvantages-content-item:hover {
  background: #fff;
}


.intelligent-military .empowering-education-productadvantages-content-item:hover h3 {
  color: #333333;
}

.intelligent-military .empowering-education-productadvantages-content-item:hover p {
  color: #666;
}

.intelligent-military-user-value .section-heading {
  padding-top: 68px;
}

.user-value-box {
  padding: 26px 0 46px 0;
}

.user-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1176px;
  margin: 0 auto;
}

.user-value.reverse {
  margin-top: 30px;
  flex-direction: row-reverse;
}

.user-value>img {
  width: 481px;
  height: 397px;
  margin-right: 78px;
}

.user-value.reverse>img {
  margin-right: 0;
  margin-left: 78px;
}

.user-value .user-value-content {
  width: 588px;
  height: 236px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1600);
  border-radius: 6px;
  display: flex;
}

.user-value .user-value-content img {
  width: 102px;
  height: 106px;
}

.user-value .user-value-content>div {
  padding: 43px 29px 0 15px;
  flex: 1;
}

.user-value .user-value-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}

.user-value .user-value-content .line {
  width: 41px;
  height: 3px;
  background: #409EFF;
  margin-top: 20px;
}

.user-value .user-value-content p {
  font-size: 14px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 24px;
  margin-top: 18px;
}

.intelligent-military-solution {
  background: rgba(217, 217, 217, 0.26);
  padding: 30px 0 30px 0;
}

.intelligent-military-solution img {
  display: block;
  margin: 0 auto;
  width: 1177px;
}

.intelligent-military-solution img.solution_876 {
  display: block;
}

.intelligent-military-solution img.solution_347 {
  display: none;
}

.intelligent-military .empowering-education-productadvantages {
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .user-value-box {
    padding: 37px 0 15px 0;
  }

  .user-value {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    align-items: center;
    margin-bottom: 41px;
  }

  .user-value.reverse {
    flex-direction: column;
    margin-top: 0;
  }

  .user-value>img {
    margin-right: 0;
    margin-bottom: 46px;
  }

  .user-value .user-value-content {
    position: relative;
    width: 100%;
    height: auto;
  }

  .user-value.reverse>img {
    margin-left: 0;
  }

  .user-value .user-value-content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 57px;
    height: 59px;
    z-index: 1
  }

  .user-value .user-value-content>div {
    padding: 26px 24px 18px 42px;
    z-index: 3;
  }

  .user-value .user-value-content .line {
    margin-top: 11px;
  }

  .user-value .user-value-content p {
    margin-top: 11px;
    font-size: 16px;
  }

  .intelligent-military-solution img.solution_876 {
    display: none;
  }

  .intelligent-military-solution img.solution_347 {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .intelligent-military-bg {
    width: 100%;
    height: auto !important;
    background-image: url(../img/intelligent_military/pic_banner_mobile_129.png);
  }

  .main-banner.intelligent-military-bg h2 {
    font-size: 42px;
    line-height: 60px;
    margin-top: 40px;
  }

  .main-banner.intelligent-military-bg h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .user-value>img {
    width: 247px;
    height: 204px;
  }

  .user-value .user-value-content>div {
    padding: 22px 18px 14px 38px;
  }

  .user-value .user-value-content h2 {
    font-size: 18px;
  }

  .user-value .user-value-content p {
    font-size: 14px;
    line-height: 24px;
  }


  .intelligent-military-solution {
    padding: 26px 0 30px 0;
  }



  .intelligent-military .empowering-education-productadvantages-content h3 {
    font-size: 17px;
    color: #333333;
    line-height: 24px;
  }

  .intelligent-military .empowering-education-productadvantages-content p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
}

/*
  页面的头部 背景图
*/
.view-header-section {
}

.view-header-bg-img {
  background-image: url("../../assets/img/common/view-header-bg-img.png");
}

.view-header-bg {
  height: 100px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 30px;
}

/*
  多彩成长研究院
*/
.research-institute-content-list {
  padding-bottom: 40px;
}

.research-institute-content-list .research-institute-content-item {
  min-height: 240px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.research-institute-content-item .item-title {
  margin-left: 160px;
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  min-height: 30px;
}

.item-title .item-title-name {
  font-size: 20px;
  font-weight: 500;
}

.item-title .item-title-duty {
  margin-left: 10px
}

.research-institute-content-item .item-content {
  min-height: 150px;
  width: 100%;
  box-shadow: 0 6px 19px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.item-content .item-content-image {
  height: 120px;
  width: 120px;
  border-radius: 60px;
  margin-left: 20px;
  margin-top: -60px;
}

.item-content .item-content-desc {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (max-width: 992px) {

  .research-institute-content-list {
    /*margin-bottom: 40px;*/
    padding: 20px
  }

  .research-institute-content-item .item-title {
    margin-left: 160px;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .item-title .item-title-duty {
    margin-left: 0;
    margin-top: 4px;
  }
}
