/* reset */
/* reset */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-regular.eot');
  src: url('../fonts/manrope-regular.eot') format('embedded-opentype'),
  url('../fonts/manrope-regular.woff2') format('woff2'),
  url('../fonts/manrope-regular.woff') format('woff'),
  url('../fonts/manrope-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family:Manrope,Helvetica Neue,Helvetica,PingFang SC,Tahoma,'Microsoft YaHei',Arial,sans-serif;
  overflow-x:hidden
}
h1,
h2,
h3 {
  font-size:14px
}
::-webkit-input-placeholder {
  color:#999
}
pre {
  margin:11px 0
}
code {
  font-family:Courier New
}
pre>code {
  display:block;
  line-height:1.6;
  padding:16px;
  font-size:1rem
}
pre textarea {
  display:none
}
.icon-rate::before {
  font-family: layui-icon !important;
  content: "\e600";
  font-style: normal;
}
.layui-btn-blue{
  background-color:#2e88ed !important;
  border-color:#2e88ed !important;
}
.layui-carousel-arrow{
  margin-top:-36px;
}
.anim {
  -webkit-animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-duration:1s;
  animation-fill-mode:both
}
.layui-laypage li{
  display: inline-block;
}
.layui-laypage .active span{
  background-color:#1E9FFF;
  color: #fff;
}
.layui-laypage a:hover{
  color:#1E9FFF;
}
.hexagon{
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  width: 4rem;
  height: calc(4rem * 1.732);   /*这里要写成1.732，是经过计算的，这样的才是正六边形*/
  background-color: #dfedfe;
  box-sizing: border-box;
}
.hexagon:before,
.hexagon:after{
  content:'';
  position:absolute;
  width:inherit;
  height:inherit;
  background-color:inherit;
  left:0;
  transform:rotate(-60deg);
  box-sizing: border-box;
}
.hexagon:after{
  transform:rotate(60deg);
}
.hexagon.x{
  height: 4rem;
  width: calc(4rem * 1.732);
}
.rounded,
.rounded:before,
.rounded:after{
  border-radius: .75rem / .25rem;
}
.hexagon.x.rounded,
.hexagon.rounded:before,
.hexagon.rounded:after{
  border-radius: .25rem / .75rem;
}
.text-left {
  text-align:left
}
.text-right {
  text-align: right
}
.text-center {
  text-align:center
}
.text-shadow {
  text-shadow: 0px 1px 2px #ffffff;
}
.text-light{
  color: #f8f9fa !important;
}
.text-white{
  color:#fff !important;
}
.text-dark{
  color:#2f363c !important;
}
.img img{
  max-width:100%;
}
.padding-default{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.padding-1x5{
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.padding-2x{
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.margin-top-default {
  margin-top: 60px;
}
.margin-top-1x5{
  margin-top: 90px;
}
.margin-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-4{
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-3{
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-2{
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-1{
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-top-5 {
  margin-top: 50px;
}
.margin-top-4{
  margin-top: 40px;
}
.margin-top-3{
  margin-top: 20px;
}
.margin-top-2{
  margin-top: 10px;
}
.margin-top-1{
  margin-top: 5px;
}
.layui-col-space10per {
  margin:0 -5%
}
.layui-col-space10per>* {
  padding:5%;
}

.carousel-dot{
  width:44px;
  height:8px;
  border:2px solid;
  border-radius:4px;
  border-color: #2e88ed;
  background-color: transparent;
  box-sizing: border-box;
  cursor:pointer;
}
.carousel-dot:hover{
  border:none;
  background:#dfedfe;
}
.carousel-dot.active {
  background-color: #2e88ed;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -ms-justify-content: center !important;
  justify-content: center !important; /* 垂直居中 */
}
.flex-direction-column {
  flex-direction: column; /* 垂直排列 */
}
.flex-container {
  display: flex; /* 设置为Flex布局 */
  align-items: stretch; /* 垂直拉伸，使子元素等高 */
}
.flex ,
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
 }
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* BG */
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.bg-cover {
  background-position: center center;
  background-size: cover
}
.bg-gradient {
  background-image: linear-gradient(97deg, #2165D4 36%, #2e88ed 100%);
  background-color: #2e88ed;
}
.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important
}
.shadow.dark::after,
.shadow.dark-hard::after,
.shadow.light::after,
.shadow.gradient::after{
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}
.shadow.dark-hard::after {
  opacity: .6;
}
.shadow.light::after {
  opacity: .3;
}
.shadow.gradient::after {
  background-image: linear-gradient(97deg, rgb(33, 101, 212) 36%, rgba(46, 136, 237, 0.5) 100%);
  opacity: .8;
}
.ws-bg-light {
  background-color:#fff !important
}
.thumb-box img{
  max-width: 100%;
}
/* Video-play-button */
.step-button,
.video-play-button {
  color: #ff5722;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1
}
.step-button:before,
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite
}
.video-play-button.theme:after,
.video-play-button.theme:before {
  background: #ff5722 repeat scroll 0 0
}
.step-button:after,
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s
}
.step-button.light:after{
  background: rgba(255,255,255,.7) repeat scroll 0 0;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.step-button i,
.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #ff5722
}
.video-play-button i.play-button{
  width:32px;
  height:32px;
  background-image: url("../images/play.png");
  background-position: 50% 50%;
  background-size: cover;
}
.video-play-button.theme i {
  color: #fff
}
.step-button.relative,
.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 40px;
  margin-left: 10px
}
.step-button.relative::after,
.step-button.relative::before,
.video-play-button.relative::after,
.video-play-button.relative::before {
  height: 68px;
  width: 68px;
  line-height: 68px
}
.step-button.relative i,
.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px
}
.step-button.relative i{
  font-size: 30px;
}
.step-button,
.step-button i{
  color: #2e88ed;
  padding-left:0
}
/* CodePen Home
Vertical Left and Right Timeline */
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #7CBEFB;
  color: #fff;
  z-index: 2;
  width: 50px;
  height: 50px;
  font-size: 20px;
  box-sizing: border-box;
}
.flowchart h5{
  font-size: 18px;
  font-weight: 400;
}
.flowchart.row {
  display: flex;
  box-sizing: border-box;
}
.flowchart.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.flowchart.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #7CBEFB;
  box-sizing: border-box;
  z-index: 1;
}
.flowchart.row .col-2.bottom::after {
  height: 50%;
  top: 50%;
  left: calc(50% - 2px);
}
.flowchart.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 2px);
}
.flowchart.row .col-2.top::after {
  height: 50%;
  left: calc(50% - 2px);
  top: 0;
}
.timeline div {
  padding: 0;
  height: 40px;
}
.timeline .line {
  background-color: #7CBEFB;
  height: 3px;
  margin: 0;
  top: 17px;
  position: relative;
  box-sizing: border-box;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
.timeline .corner {
  border: 3px solid #7CBEFB;
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-sizing: border-box;
}
.timeline .top-right {
  left: calc(50% - 2px);
  top: -50%;
}
.timeline .left-bottom {
  left: calc(1px - 50%);
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: calc(1px - 50%);
  top: -50%;
}
.timeline .right-bottom {
  left: calc(50% - 2px);
  top: calc(50% - 3px);
}
/* top-bar */
.f_l{float:left}
.f_r{float:right}
.top-bar-area {
  padding: 10px;
  height: 20px;
  line-height: 20px;
  width: 100%;
  background: #393D49;
  color: #fff;
  font-size: 15px;
  overflow: hidden;
}
.top-bar-area i, .top-bar-area span {
  font-size: 16px;
}
.top-bar-area span,
.font-yellow{
  color: #ffd724 !important;
}
/* 导航 */
.ws-header {
  position:relative;
  left:0;
  right:0;
  width:100%;
  height:80px;
  background-color:#2f363c;
  box-shadow:0 1px 3px rgb(0 0 0 / 5%)
}
.ws-header.fixed {
  position:fixed;
  top:0;
}
.ws-header:after {
  position:absolute;
  left:0;
  right:0;
  width:100%;
  height:1px;
  background-color:#eee;
  content:''
}
.ws-logo {
  position:absolute;
  width:220px;
  height:80px;
  line-height:80px;
  text-align:center
}
.ws-logo img {
  height:60px;
}
.ws-header-menu {
  position:absolute;
  right:0;
  top:10px
}
.ws-header-menu>* {
  display:inline-block;
  vertical-align:middle
}
.ws-header-menu .layui-nav {
  padding:0
}
.ws-header-menu .layui-nav .layui-nav-item[mobile] {
  display:none
}
.ws-header-menu .layui-nav .layui-nav-item a span {
  font-size:12px
}
.ws-header-menu .layui-nav .layui-nav-more {
  right:-3px
}
.ws-header .layui-container {
  height:100%
}
.ws-header .layui-nav .layui-badge,
.ws-header .layui-nav .layui-badge-dot {
  right:0
}
.ws-header-more {
  display:none;
  line-height:60px;
  padding:2px 16px;
  color:#2e88ed;
  cursor:pointer;
}
.ws-header-more i{
  display:none;
}

.layui-nav *{
  font-size: 15px;
}
.layui-nav.layui-bg-gray .layui-this a, .layui-nav .layui-nav-item a:hover{
  color: #2e88ed;
}
.layui-nav .layui-this::after, .layui-nav-bar {
  background-color:#2e88ed;
}
.layui-nav-tree.layui-bg-gray a,
.layui-nav.layui-bg-gray .layui-nav-item a {
  color:#373737 \9
}
.dropdown-menu,.layui-nav .dropdown-menu .layui-nav-item{
  float: left;
  width: 200px;
  line-height: 40px;
}
/*Banner*/
.thumb-box {
  position: relative
}
.ws-carousel{
  height:600px;
  background-color:#f3f7fd;
}
.ws-carousel div{
  height:auto
}
.ws-carousel .carousel-zoom .slider-thumb{
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider-thumb img{
  display: none;
}
.ws-carousel .box-table {
  display: table;
  width: 100%;
  height: 100%
}
.ws-carousel.shape .box-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;;
  height: auto;
  z-index: 1
}
.ws-carousel.shape .box-cell::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain
}
.ws-carousel.multi-heading h2 {
  display: block;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500
}
.ws-carousel.multi-heading h3 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px
}
.ws-carousel.multi-heading h3 span {
  font-weight: 800;
  text-decoration: underline
}
.ws-carousel.default .content h2 {
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 200
}
.ws-carousel.default .content h2 strong {
  display: block;
  font-size: 80px;
  text-transform: capitalize;
  margin-top: 30px
}
.ws-carousel .content .btn {
  margin-top: 50px;
  margin-right: 10px
}
.ws-carousel .text-center .content .btn,
.ws-carousel.text-center .content .btn {
  margin-left: 10px;
  margin-right: 10px
}
.ws-carousel .content .p {
  padding-right: 25%;
  font-size: 30px;
  line-height: 1.3
}
.ws-carousel .text-center .content .p,
.ws-carousel.text-center .content .p {
  padding-right: 12%;
  padding-left: 12%
}
.ws-carousel .content {
  position: relative;
  z-index: 9
}
.ws-carousel .layui-btn-kf{
  padding:0 40px;
  height:50px;
  line-height:50px;
  font-size:16px;
}
.ws-carousel .layui-carousel-ind,.ws-carousel .layui-carousel-arrow{
  z-index:10;
}
.ws-carousel .layui-carousel-ind{
  top:-70px
}
.ws-carousel .layui-carousel-arrow{
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 36px;
}
/* banner */
.banner{
  position: relative;
  max-height: 600px;
}
.banner::before{
  content: "";
  display: block;
  padding-bottom: 46%;
}
.banner .content{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .content .img,
.banner .content .row{
  width: 60%;
}
.banner h4,
.banner h3,
.banner h2{
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1.1;
}
.banner h3 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: .7em;
}
.banner h2 {
  font-size: 72px;
  padding-bottom: .9rem;
}
.banner.anim h3{
  letter-spacing: .1em;
  font-weight: 400;
}
.banner.anim h2 {
  font-size: 60px;
}
.banner span{
  position: relative;
}
.banner span::before,
.banner span::after {
  display: inline-block;
  background: rgba(235, 243, 253, 0.2);
  content: "";
  width: 1.2em;
  height: 4%;
  top: 48%;
  left: 0;
  margin-left: -1.8em;
  position: absolute;
  letter-spacing:0;
}
.banner span::after{
  left: 100%;
  margin-left: .5em;
}
.banner .content .row{
  margin: 2.5rem auto -5.5rem;
}
.banner .layui-btn-banner{
  background-color:#FFD32C;
  width:90%;
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 1.3rem;
  padding:0
}
.banner .layui-btn-gray{
  color: #333;
  border-color: #eee;
  background-color: #fbfbfb;
}
/* content */
.site-heading h2,
.site-heading h3 {
  font-size: 2.6rem;
  line-height: 1.6;
  color: #333;
  font-weight: inherit
}
.site-heading h3{
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.site-heading h5{
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #999;
  line-height: 1.4;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.site-heading h3::before,
.site-heading h5::before {
  background: #2e88ed none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
.site-heading h3::after,
.site-heading h5::after {
  background: #2e88ed none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px
}
.site-heading.text-left h5::before {
  left: 0;
  margin-left: 0
}
.site-heading.text-left h5::after {
  left: 45px;
  margin-left: 0
}
.text-light .site-heading h2,
.text-light .site-heading h3,
.text-light .site-heading h5{
  color: #fff;
}
.text-light .site-heading h3::before,
.text-light .site-heading h3::after,
.text-light .site-heading h5::before,
.text-light .site-heading h5::after{
  background-color: #fff;
}
.site-heading p{
  padding-bottom:20px;
  font-size:18px;
}

.ws-content {
  overflow:hidden;
}
.bg-hot{
  background-image:url("../images/bg_hot.jpg");
}
.bg-hot .shadow{
  padding:2rem 0;
  background-color: rgba(46, 136, 237, 0.9)
}
.ws-content .bg-hot .botCon_p{
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 12%;
  margin-top: 2rem;
  text-align: center;
}
.ws-content .btn{
  margin-top: 2rem;
}
.ws-content .bg-hot .layui-btn {
  border-color: #fff;
  color: #fff;
  background-color:transparent;
  padding:0 36px
}
.ws-content .bg-hot a:hover .layui-btn,.ws-content .bg-hot .layui-btn:hover{
  background-color:#fff;
  color:#2e88ed;
}
/*切图*/
.ws-img-content .ws-img-change{
  position:absolute;
  width:258px;
  z-index:5;
}
.ws-img-content .ws-img{
  position:relative;
  width:100%;
  height:500px;
  right:0;
  overflow:hidden;
}
.ws-img-change li {
  height: 83.4px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  border-right: none;
  position: relative;
  background-color: #fff;
}
.ws-img-change li:last-child {
  border-bottom: 1px solid #ddd;
}
.ws-img-change li.active {
  background: url("../images/wel_bg.jpg") no-repeat 0 0;
}
.ws-img-change li span {
  display: block;
  font-size: 22px;
  color: #333;
  padding: 16px 0 2px 34px;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
}
.ws-img-change li i {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #333;
  padding-left: 34px
}
.ws-img-change li::after {
  background: url("../images/jtbg.png") no-repeat 100%;
  top: 0;
  content: "";
  width: 39px;
  height: 83.4px;
  left: 100%;
  position: absolute;
  display: none;
}
.ws-img-change li.active::after {
  display: block
}
.ws-img-change li.active span,.ws-img-change li.active i {
  color: #fff
}
.ws-img div,.ws-img a{
  display:block;
  width:100%;
  height:100%;
}
.ws-img .bg-cover{
  transition: all 0.6s;
}
.ws-img .bg-cover:hover{
  transform: scale(1.1);
}
/* why */
.ws-whyus .items>h5 {
  text-transform: uppercase;
  color: #888;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-bottom: 24px
}
.ws-whyus .items>h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #2e88ed;
  z-index: -1
}
.ws-whyus .item{
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
  overflow: hidden;
}
.ws-whyus .items .item {
  transition: all .35s ease-in-out;
  background: linear-gradient(90deg,rgba(238,244,251,.5),rgba(212,227,250,.5));
  box-shadow: 0 3px 15px 0 rgba(7, 56, 94, 0.09);
  border-radius: 1rem;
  margin-left:5px;
  margin-right:5px;
}
.ws-whyus .items .item:hover {
  margin-top: -15px;
  margin-bottom: 15px;
}
.ws-whyus .item:last-child {
  margin-bottom: 0;
}
.ws-whyus .items .item h4 {
  font-weight: 700
}
.ws-whyus .items .item span {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  opacity: .3
}
.ws-whyus .items .item h2 {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #232323;
  opacity: .8
}
.ws-whyus .items .item>i {
  position: absolute;
  right: 40px;
  top: 35px;
  font-size: 60px;
  color: #396ED1
}
.ws-whyus .items .item h4 {
  font-weight: 700;
  font-size: 18px;
  color: #232323;
  margin-bottom: .5rem;
}
.ws-whyus .items .item p {
  margin: 0
}
.ws-whyus .item ul {
  margin-top: 15px;
  position: relative
}
.ws-whyus .item ul::after {
  position: absolute;
  content: "";
  left: -32px;
  top: 5%;
  height: 90%;
  width: 4px;
  background: #2e88ed
}
.ws-whyus .item ul li {
  font-weight: 600;
  position: relative;
}
.countdown-inner {
  position: relative;
   background: #f3f7fd;
   z-index: 1
 }
.countdown-inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/13.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: -1;
  opacity: .3
}
/* 好评 */
.item-box{
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  flex-direction: row;
  margin: 0 -10px;
}
.item-box .single-item{
  padding: 10px;
  box-sizing: border-box;
}
.item-box .thumb-box {
  position: relative;
  height: 100%;
}
.item-box .thumb-box::before{
  content: "";
  display: block;
  padding-bottom: 58%;
}
.ws-whyus .rate-item .item{
  padding: 50px 50px 30px;
}
.ws-whyus .item .content{
  font-size: 15px;
}
.ws-whyus .item .icon {
  position: absolute;
  right: -50px;
  top: -50px;
  height: 100px;
  width: 100px;
  background: #396ED1;
  transform: rotate(45deg);
}
.ws-whyus .rate-item .item .icon i {
  position: absolute;
  left: 35px;
  top: 55px;
  transform: rotate(-45deg);
  color: #fff;
  font-size: 30px
}
.ws-whyus .rate-item .item .thumb img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  min-width: 80px;
  padding: 5px;
  background: #ffff;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .1)
}
.ws-whyus .rate-item .item .provider {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left
}
.ws-whyus .rate-item .item .provider::after,
.ws-whyus .rate-item .item .provider::before {
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #ddd;
  border-top: 2px solid #fff;
  content: ""
}
.ws-whyus .rate-item .item .provider::after {
  border-right: transparent;
  border-top: transparent;
  border-left: 1px solid #ddd;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
  width: 4px;
  height: 23px;
  right: 0;
  top: -6px
}
.ws-whyus .rate-item .item .thumb {
  margin-right: 20px;
}
.ws-whyus .rate-item .item .provider .info h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px
}
.ws-whyus .rate-item .item .provider .info span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #888
}
.rate-item .rating i {
  color: #ff5722
}
/* counter */
.fun-factor-area .bg-cover{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.fun-factor-area .padding{
  padding-top: 120px;
  padding-bottom: 120px;
}
.fun-factor-area .fixed-shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
.fun-factor-area .fun-fact .timer {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  position: relative;
  z-index: 1
}
.fun-factor-area .fun-fact .medium {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px
}
.fun-factor-area .fun-fact i {
  display: block;
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0)
}
.fun-factor-area .fun-fact i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #2e88ed;
  z-index: -1
}
.fun-factor-area .fun-fact .counter {
  position: relative
}
.fun-factor-area .fun-fact .counter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 1
}
.fun-factor-area .fun-fact .counter .operator {
  font-size: 45px;
  margin-left: 2px
}
.fun-fact-items{
  padding: 60px 0;
}
/* case */
.case-area .bg-fixed,
.case-area .bg-cover{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: -2;
  background-image: url("../images/lxtop_offer_bj.jpg");
}
.case-items{
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.case-item .item{
  position:relative;
  width:276px;
  margin:0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.case-item .item .thumb {
  padding-top: 42px;
  padding-left: 7px;
  padding-right: 7px;
  height:420px;
  transition: .3s;
}
.case-item .item:hover .thumb {
  padding-top: 0;
  padding-bottom:42px;
}
.case-item .item .thumb img{
  max-width: 100%;
}
.case-item .item .info {
  position:absolute;
  width:100%;
  bottom:0;
  transition: .3s;
  z-index: 9;
  background: url(../images/bot.png) no-repeat 50% 0;
  background-size: 100% 100%;
}
.case-item .item .info h3 {
  font-size: 20px;
  color: #2e88ed;
  text-align: center;
  font-weight: normal;
  padding-top: 39px;
  white-space: nowrap;
  overflow: hidden;
}
.case-item .item .info .gpa,
.case-item .item .info .time {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.case-item .item:hover .info {
  background-image: url(../images/both.png);
  transition: .3s
}
.case-item .item:hover .info h3,
.case-item .item:hover .info .gpa,
.case-item .item:hover .info .time {
  color: #fff
}
.owl-theme .owl-nav.disabled + .owl-dots,
.case-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: -10px;
}
.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #7CBEFB;
  background: no-repeat;
  height: 23px;
  width: 23px;
  position: relative;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: no-repeat;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 12px;
  width: 12px;
  background: #2e88ed;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.carousel-shadow .owl-stage-outer {
  margin: -15px;
  padding: 15px
}
/* school */
.school-area{
  position: relative;
}
.school-area .bg-cover{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: -2;
  background-position: 50% 30%
}
.school-area .shadow{
  background: rgba(33,102,229, .8);
}
.school-area h2 {
  color:#ffd32c;
}
.text-light h5{
  color:#fff;
}
.text-light h5::before,
.text-light h5::after{
  background-color:#fff;
}
.school-items .item{
  float: left;
  position: relative;
  width:20%;
  min-height: 234px;
  overflow: hidden;
}
.school-items .item img {
  width: 100%;
  transition: all 0.6s;
}
.school-items .item img:hover{
  transform: scale(1.1);
}
.school-items .item .botD {
  width: 100%;
  height: 72px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0
}
.botD .dxname {
  font-size: 22px;
  color: #fff;
  padding: 10px 5px 0 20px
}
.botD i.dxyw {
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  padding-left: 20px
}
.botD .lql {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 72px;
  background: #2e88ed;
}
.botD .lql i {
  display: block;
  font-size: 22px;
  font-style: normal;
  color: #e4cb5c;
  text-align: center;
  padding-top: 10px
}
.botD .lql em {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-align: center
}
  /* event */
.event-area .single-event .event-box {
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .1);
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
  background: #fff;
}
.event-area .thumb {
  position: relative;
  box-sizing: border-box;
}
.event-area .thumb::before{
  content: "";
  width: 100%;
  padding-bottom: 190px;
  display: block;
}
.event-area .single-event .content {
  box-sizing: border-box;
  overflow: hidden;
  padding: 1rem;
  line-height: 1.5;
  height: 190px;
  font-size: 16px;
}
.event-area h4 {
  font-size: 1.2rem;
  height: 3.6rem;
  overflow: hidden;
  display:-webkit-box;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.event-area .event{
  overflow: hidden;
  display:-webkit-box;
  text-overflow:ellipsis;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

/* footer */
.logos .img{
  position: relative;
}
.logos .img::before{
  content: "";
  display: block;
  padding-bottom: 50%;
}
.logos .img .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logos img{
  width:100%
}
.ws-footer h4{
  color: #425066;
  font-size: 16px;
  margin-bottom: 16px;
}
.ws-footer .link a:hover{
  color:#2e88ed
}
.ws-footer .address i{
  color:#7cbefb;
  margin-right:5px
}
.ws-footer .footer-bottom {
  line-height: 3rem;
}
.phone{
  position: fixed;
  right: 16px;
  bottom: 310px;
  z-index: 9999999;
}
.phone .wechat{
  font-weight: bold;
  color: #4399ef;
  text-align: right;
}
/* 侧边栏 */
.layui-fixbar{
  bottom:470px;
}
.layui-fixbar li{
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 40px;
  border-radius: 50%;
  margin-top: 8px;
  background-color: rgba(159, 159, 159, 0.8);
}
.layui-fixbar .go_top{
  visibility: hidden
}
.layui-fixbar .chat{
  background-color: rgba(3, 110, 234, .8);
}
.layui-fixbar .wechat{
  background-color: rgba(25,194,3,.8);
  display: none;
}
/* breadcrumb */
.breadcrumb-area {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1
}
.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center
}
.breadcrumb-area .fixed-bg img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px
}
.breadcrumb-area h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.breadcrumb-area h1 {
  font-size: 50px;
  font-weight: normal;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1
}
/* contact */
.contact-area .address {
  font-size: 16px;
}
.contact-area .address span,
.contact-area .contact span{
  display: inline-block;
  /*width:7rem;*/
  width:50%;
  text-align: right;
}
.contact-area .contact {
  font-size: 16px;
}
/*.contact-area .contact span{
  width:9rem;
}*/
.contact-area .img-items{
  text-align: center;
  margin-bottom: 10px;
}
.contact-area .img-items .item{
  width:100%;
  overflow: hidden;
  position: relative;
}
.contact-area .img-items img{
  width: 100%;
  transition: all 0.5s;
}
.contact-area .img-items .item:hover img{
  transform: scale(1.1);
}
.contact-area .img-items .item .title{
  position: absolute;
  bottom:0;
  width:100%;
  line-height: 30px;
  font-size: 16px;
  background-color: #2e88ed;
  color:#fff;
}
/* about */
.about .shadow{
  padding:3rem 0
}
.about .bg{
  background-color: #fafafa;
}
.about .thumb img{
  width:100%
}
.about .one h3 {
  color: #347edb;
  font-size: 2rem;
  font-weight: bold;
}
.about .one h5 {
  color: #666;
  font-size: 1.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}
.about .one p {
  font-size: 1.2rem;
}
.about .info{
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2rem;
  text-align: left;
}
.about .info p{
  text-indent: 2em;
}
.about .times {
  padding-top: 0;
}
.about .times > .item {
  display: flex;
  align-items: center;
  font-size: calc(0.93333333rem);
  margin-bottom: calc(0.66666667rem);
  line-height: calc(1.33333333rem);
}
.about .times > .item .time {
  min-width: calc(4rem);
  height: calc(4rem);
  border-radius: 50%;
  color: #fff;
  line-height: calc(4rem);
  text-align: center;
  margin-right: calc(0.66666667rem);
}
.about .times > .item:nth-of-type(1) .time,
.about .times > .item:nth-of-type(5) .time,
.about .times > .item:nth-of-type(9) .time {
  background: #2f687c;
}
.about .times > .item:nth-of-type(2) .time,
.about .times > .item:nth-of-type(6) .time,
.about .times > .item:nth-of-type(10) .time {
  background: #e13a59;
}
.about .times > .item:nth-of-type(3) .time,
.about .times > .item:nth-of-type(7) .time,
.about .times > .item:nth-of-type(11) .time {
  background: #fbc62c;
}
.about .times > .item:nth-of-type(4) .time,
.about .times > .item:nth-of-type(8) .time,
.about .times > .item:nth-of-type(12) .time {
  background: #45aeae;
}
.licheng {
  height: 506px;
  display: flex;
}
.licheng .list {
  width: 266px;
  height: 506px;
  position: relative;
  overflow: hidden;
  background-position: 50%;
}
.licheng .list:nth-of-type(1) {
  background-image: url(../images/img1.jpg);
}
.licheng .list:nth-of-type(2) {
  background-image: url(../images/img2.jpg);
}
.licheng .list:nth-of-type(3) {
  background-image: url(../images/img3.jpg);
}
.licheng .list:nth-of-type(4) {
  background-image: url(../images/img4.jpg);
}
.licheng .list:nth-of-type(5) {
  background-image: url(../images/img5.jpg);
}
.licheng .list:hover .inner_text{
  bottom: 0;
}
.licheng .list .inner_text {
  position: absolute;
  bottom: -350px;
  left: 0;
  height: 350px;
  transition: all 0.3s;
}
.licheng .list .inner_text h2 {
  padding-top: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  background-color: rgba(0, 0, 0, 0.5);
}
.licheng .list .inner_text .inner {
  height: 280px;
  text-align: center;
  background-color: rgba(11, 110, 196, 0.95);
  padding: 0 20px;
  box-sizing: border-box;
}
.licheng .list .inner_text .inner .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 8px 0;
}
.licheng .list .inner_text .inner h3 {
  padding-top: 10px;
  color: #fff;
}
.licheng .list .inner_text .inner p {
  color: #fff;
  line-height: 1.5;
}

/* 服务项目 */
.lxtop{
  width: 100%;
}
.lxtop p{
  color: #747b96;
  font-size: 20px;
  line-height:1.6;
}
.lxtop p span{
  font-size: 1.1em;
  font-weight: bold;
}
.bllc_items,
.ybys-items{
  margin-top:80px;
  justify-content: center;
  align-items: center;
}
.bllc_items .bllc_item,
.ybys-items .ybys-item{
  border-radius: 16px;
  background:#ffffff;
  max-width: 275px;
  height: 356px;
  box-sizing: border-box;
  padding: 60px 15px 0 15px;
  position: relative;
  margin: 40px auto;
}
.bllc_items .bllc_item i,
.ybys-items .ybys-item i{
  border:5px solid #ffffff;
  border-radius: 50%;
  background-color: rgb(46, 136, 237);
  width: 96px;
  height: 96px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%,-50%,0);
}
.bllc_items .bllc_item p,
.ybys-items .ybys-item p{
  font-size: 1rem;
  color: #666;
  text-align: left;
}
.bllc_item .info .step{
  margin:40px 0
}
.ybys-items .ybys-item span{
  font-size: 1.2rem;
  color: #333;
}
.advisor .sztd_item01{
  border:1px solid rgb(247, 250, 251);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 15px 0 rgba(7, 56, 94, 0.09);
  margin: 0 auto 20px auto;
  display: flex;
}
.advisor .sztd_item01 img{
  display: block;
  height: 280px;
}
.advisor .sztd_item01 .item_right{
  box-sizing: border-box;
  padding: 30px 30px 0 45px;
}
.advisor .sztd_item01 .item_right span{
  display: block;
  color: #2e88ed;
  font-size: 24px;
  margin-bottom: 6px;
}
.advisor .sztd_item01 .item_right em{
  font-style: normal;
  font-size: 18px;
  color: #333333;
  display: block;
  margin-bottom: 22px;
}
.advisor .sztd_item01 .item_right p{
  color: #676767;
  font-size: 14px;
  line-height: 26px;
}
.advisor .sztd_item01 .item_left .t1{
  display: none;
}
.advisor .sztd_item01 .item_right .t1{
  display: block;
}
.advisor .items{
  display: flex;
}
.advisor .sztd_item{
  position: relative;
  height:100%;
  padding: 30px 50px 10px;
  background-color: rgb(225,234,249);
}
.advisor .sztd_item .bg{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  filter: grayscale(20%);
  background-position: 0 50%;
  background-size: cover;
  opacity: .05;
}
.advisor .sztd_item .thumb{
  display: block;
  position: absolute;
  top: 40px;
  right: 85px;
  width: 110px;
  border-radius: 50%;
  background-color: rgba(168,168,168,.5);
}
.advisor .sztd_item span{
  display: block;
  color: #000000;
  font-size: 30px;
  margin-bottom: 10px;
}
.advisor .sztd_item p{
  font-style: normal;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}
.advisor .sztd_item em{
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
  font-style: normal;
}

.data_rate dl{
  width: 98%;
  margin: 0 auto;
  font-size: 1.4rem;
}
.data_rate dt,
.data_rate dd{
  display: flex;
  justify-content: space-between;
}
.data_rate dd{
  margin-top: 2px;
}
.data_rate dt span{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2e88ed;
  border-radius: .6rem .6rem 0 0;
  font-weight: bold;
}
.data_rate dd:hover span{
  background: #ffffff;
  box-shadow: 0 0 15px rgba(46,136,237,.4);
  position: relative;
  transform: scale(1.01);
}
.data_rate dt span em{
  font-style: normal;
  text-align: center;
  color: #ffffff;
  line-height: 120%;
}
.data_rate dt span,
.data_rate dd span{
  width: 20%;
  height: 4rem;
}
.data_rate dt span:nth-child(1),
.data_rate dd span:nth-child(1){
  width: 38%;
}
.data_rate dd span{
  color: #180d09;
  height:4rem;
  line-height:4rem;
  text-align: center;
}
.data_rate dd:nth-child(even) span{
  background: #f1f6f9;
}
.data_rate dd:nth-child(odd) span{
  background: #e5ecf1;
}
.data_rate dd span:last-child{
  font-weight: bold;
}
.lxtop_ys dl{
  height: 412px;
  background:url(../images/lxtop_ys_bj.png) no-repeat 50%;
  box-sizing: border-box;
  position: relative;
  margin: auto
}
.lxtop_ys dd{
  width: 375px;
  position: absolute;
}
.lxtop_ys dd:nth-child(odd){
  text-align: right;
}
.lxtop_ys dd span{
  font-size: 18px;
  color: #180d09;
  font-weight:bold;
  display: block;
  margin-bottom: 12px;
}
.lxtop_ys dd p{
  color: #747b96;
  font-size: 14px;
}
.lxtop_ys dd:nth-child(1){
  top: 27px;
  left: 0;
}
.lxtop_ys dd:nth-child(2){
  top: 27px;
  right: 0;
}
.lxtop_ys dd:nth-child(3){
  top: 260px;
  left: 0;
}
.lxtop_ys dd:nth-child(4){
  top: 260px;
  right: 0;
}

.step{
  margin-top:40px;
}
.step .step-button{
  margin-bottom: 30px;
}
.step .img{
  text-align: center;
}
.step .img img{
  max-width: 100%;
}
.step .t{
  font-size: 1rem;
  line-height: 1.2;
  height:2.5rem
}
.fwCon ul {
  margin: 0 auto;
  margin-top: 0.5rem;
}
.fwCon ul li {
  width: 20%;
  float: left;
  height: 13rem;
  box-sizing: border-box;
  background: #f7fafb;
}
.fwCon ul li:nth-child(odd){
  background: #fff;
}
.fwCon ul li:hover{
  box-shadow:0 0 10px rgba(0,0,0,.2);
  transform: scale(1.02);
}
.fwCon ul li img {
  max-width: 60%;
  margin: auto;
  display: block;
  padding: 18px 0 10px 0;
}
.fwCon ul li p{
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
}
.fwCon ul li.show-xs{
  display:none
}
/* 本科 */
.cgal img{
  width:100%
}
.cgal h3 {
  display: flex;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
  color: #fff;
  height:5rem;
  padding:0 1.5rem;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  line-height:1.2;
}
.cgal h3.bg_1 {
  color: #000;
  background-color: #ffd404; }
.cgal h3.bg_2 {
  background-color: #2a5eb7; }
.cgal h3.bg_3 {
  background-color: #ff3401; }
.cgal h3.bg_4 {
  background-color: #0f487f; }
.cgal h3.bg_5 {
  background-color: #4285f4; }
.cgal h3.bg_6 {
  background-color: #000; }
.cgal h3.bg_7 {
  background-color: #418fde; }
.cgal h3.bg_8 {
  background-color: #000; }
.cgal h3.bg_9 {
  background-color: #165587; }
.cgal h3.bg_10 {
  background-color: #000; }
/*学科强化 */
.xkqh img{
  width: 100%;
  display: block;
}
.xkqh .text{
  background: #e5f0ff;
  height: 140px;
}
.xkqh .text span{
  display: block;
  height: 55px;
  line-height: 54px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px dashed #89bcf6;
  margin-bottom: 5px;
  font-size: 20px;
}
.xkqh .text p{
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.xkqh:hover .text{
  background-color: rgb(46, 136, 237);
  box-shadow: 0 8px 16px 0 rgba(46, 136, 237, 0.35);
  color: #fff;
}
.fwlc-box{
  max-width: 750px;
  margin:0 auto;
  position: relative;
}
/* G5 */
.yb_cjmx dt,
.yb_cjmx dd{
  display: flex;
  margin:0 -0.4% 5px;
}
.yb_cjmx dt span,
.yb_cjmx dd span{
  background:#308bee;
  display: flex;
  width:16%;
  margin:0 .4%;
  height:70px;
  font-size:24px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-weight: bold
}
.yb_cjmx dd span{
  background:#d9e6f8;
  font-size:18px;
  color: #2a2a2a;
  transition: all 200ms ease;
}
.yb_cjmx dd:hover{
  transform: scale(1.01);
  box-shadow: 0 0 15px rgba(46,136,237,.4);
}
.yb_cjmx dd:nth-child(odd) span{
  background:#f6f9fd;
}

.bllc_item h5{
  display: block;
  line-height:72px;
  background-image:linear-gradient(to right,#2f8aed,#55bcf6);
  text-align: center;
  font-size:30px;
  color: #ffffff;
  letter-spacing:6px;
}
.bllc_item .info{
  border-bottom:3px dashed #2f8aed;
  border-left:3px dashed #2f8aed;
  border-right:3px dashed #2f8aed;
  border-radius:0 0 20px 20px;
  box-sizing: border-box;
  color: #2a2a2a;
  min-height: 10rem;
  padding:1em;
  font-size: 22px;
  line-height: 1.5;
}

.sjgh .item{
  float: left;
  width: 20%;
  position: relative;
  box-sizing: border-box;
  padding-top:20px;
}
.sjgh .item.layui-timeline-item:last-child:before {
  display:block
}
.sjgh .item:after {
  content:"";
  position:absolute;
  left:0;
  top:10px;
  z-index:0;
  width:100%;
  height:1px;
  border-top:1px dashed #fff;
}
.sjgh .item:last-child:after {
  display:none
}

.yb_qsys .qsys{
  transition:all 200ms ease;
}
.yb_qsys .qsys:hover{
  transform: scale(1.1);
}
.yb_qsys .qsys img{
  display: block;
  width: 100%;
}
.yb_qsys .qsys .text{
  height:225px;
  font-size:16px;
  line-height: 1.8;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 15px 0px rgba(7, 56, 94, 0.09);
  box-sizing: border-box;
  padding:12px 23px 0 14px;
  color: #2a2a2a;
  text-align: justify;
}
.ybys-items .ybys-item{
  height: 330px;
}
.ybys-items .item{
  float: left;
  width: 20%;
  position: relative;
  display: block;
  box-sizing: border-box;
}
/*合作院校*/
.yb_hzyx{
  display: flex;
  margin:0 auto;
  justify-content: space-between;
}
.yb_hzyx .box{
  padding-top: 90px;
}
.yb_hzyx .hzyx_item{
  border: 1px dashed #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 3px 15px 0px rgba(7, 56, 94, 0.09);
  max-width:216px;
  height:321px;
  border-radius:24px;
  position: relative;
  padding-top:87px;
}
.yb_hzyx .hzyx_item img{
  position: absolute;
  width:166px;
  height:166px;
  left:50%;
  top:-83px;
  margin-left:-83px;
  transform: scale(.8);
  transition: all 200ms ease;
}
.yb_hzyx .hzyx_item:hover img{
  transform: scale(1);
}
.yb_hzyx .ybys_item span{
  text-align: center;
  display: block;
  color: #333333;
  font-size:24px;
  margin-bottom:28px;
}
.yb_hzyx .ybys_item p{
  font-size:16px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  width:176px;
  margin: 0 auto;
}
.yb_hzyx .hzyx_item .hzyx_tit{
  width:182px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  margin: 0 auto 10px auto;
  padding-bottom:11px;
}
.yb_hzyx .hzyx_item .hzyx_tit span{
  color: #ffffff;
  font-size:20px;
  text-align: center;
  display: block;
}
.yb_hzyx .hzyx_item .hzyx_tit p{
  color: #ffffff;
  font-size:12px;
  text-align: center;
}
.yb_hzyx .hzyx_xq dd{
  display: flex;
  margin-bottom:3px;
}
.yb_hzyx .hzyx_xq dd span{
  display: block;
  width: 50%;
  color: #ffffff;
  font-size:14px;
  text-align: right;
}
.yb_hzyx .hzyx_xq dd span:last-child{
  text-align: left;
  box-sizing: border-box;
  padding-left:10px;
}
/* 澳洲 */
.tiaojian{
  font-size: 16px;
  line-height: 2;
  display: flex;
}
.tiaojian .xs img{
  max-width:100%;
  display: none;
}
.tiaojian .info{
  background: rgba(255,255,255,.8);
  padding:2rem;
}
.tiaojian span{
  color:#2e88ed;
  font-weight: bold;
}
.youshi li{
  margin-top:1rem;
  padding:0 1.5rem;
  color: #fff;
}
.youshi li h3{
  font-size: 22px;
  line-height:1.5;
}
.youshi li i{
  font-size: 25px;
  line-height:1.2;
  margin-right:.5rem
}
.youshi li p{
  font-size: 15px;
}
.benke_bg{
  border: 1px solid #f5f5f5;
  text-align: center;
}
.benke_bg img{
  max-width: 13rem;
  width: 100%;
  transition: all 0.6s;
  margin:0 auto;
}
.benke_bg img:hover{
  transform: scale(1.1);
}
.benke_bg p{
  font-size: 16px;
  color: #666;
  margin-top: -18px;
}
/* 香港 */
.hk-item{
  padding:0 10px;
}
.zm_item{
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 15px 0 rgba(7, 56, 94, 0.09);
  height: 500px;
  padding-top: 210px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  position: relative;
}
.zm_item .bg{
  position: absolute;
  top:0;
  width:100%;
  height: 300px;
  background-size: cover;
  background-position: 50%;
}
.zm_item .icon{
  margin: 0 auto 5px;
  width: 180px;
  height: 180px;
  position: relative;
  z-index: 5;
}
.zm_item .icon img{
  max-width:100%
}
.zm_item dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zm_item dd{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 42px;
}
.zm_item>span{
  display: block;
  text-align: center;
  font-size: 24px;
  color: #180d09;
  margin-bottom: 12px;
}
.zm_item dd+dd{
  box-sizing: border-box;
  border-left: 1px solid #c7c8cb;
}
.zm_item dd span{
  font-size: 18px;
  color: #666666;
}
.zm_item dd span em{
  font-style: normal;
  color: #2e88ed;
}
/* 时间规划 */
.sjgh_main{
  margin: 0 auto;
}
.sjgh_item{
  position: relative;
  width: 14.28%;
  float:left;
  min-height: 210px;
}
.sjgh_item+.sjgh_item::before{
  content: "\f04e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 37px;
}
.sjgh_item .item_xq{
  border:1px dashed rgba(255,255,255,.5);
  border-radius: 6px;
  width: 78px;
  height: 78px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.sjgh_item .item_xq::before{
  position: absolute;
  content:"\e68d";
  font-family: "layui-icon";
  font-weight: 900;
  left:50%;
  top:50%;
  margin-left:-15px;
  margin-top:-28px;
  font-size:30px;
  font-weight: 100;
}
.sjgh_item .item_xq:hover{
  border:1px solid transparent;
  background-image:linear-gradient(to right bottom,rgb(51,142,238),rgb(83,186,245));
}
.sjgh_item .item_xq span{
  padding-top: 45px;
  height: 76px;
  font-size: 18px;
  box-sizing: border-box;
  background-color:rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #ffffff;
  display: block;
}
.sjgh_item>i{
  display: block;
  margin: 0 auto 15px auto;
  transform: translateX(1px);
  border-left:1px dashed rgba(255,255,255,.6);
  width: 1px;
  height: 20px;
  position: relative;
}
.sjgh_item>i:after{
  border:2px solid rgba(255,255,255,.3);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -13px;
  left:50%;
  transform: translateX(-50%);
}
.sjgh_item>p{
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.ybys-items .item.three{
  width: 33.33333333%;
}
.ybys-items .item.four{
  width: 25%;
}
.ybys-items .three .ybys-item,
.ybys-items .four .ybys-item{
  max-width: 440px;
  height:160px;
  margin-bottom:80px;
}
.ybys-items .four .ybys-item{
  height:230px;
}

/* 流程图 */
.bf_lc_main dl{
  width: 100%;
}
.bf_lc_main dd{
  float: right;
  width: 33.33333333%;
  text-align: center;
}
.bf_lc_main .item{
  padding:20px;
  box-sizing: border-box;
  position:relative;
}
.bf_lc_main .item::after{
  content: "\f04e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  display: block;
  transform: translateX(50%);
  color:#7cbefb;
  right: 0;
  top: 50%;
  margin-top:-5px;
}
.bf_lc_main .item:last-child::after{
  display: none;
}
.bf_lc_main .item#i3::after{
  transform: rotate(90deg) translateY(-50%);
  right:50%;
  top:100%;
}
.bf_lc_main .item#i4::after,
.bf_lc_main .item#i5::after{
  right:100%;
  transform: rotate(180deg) translateX(-50%);
}
.bf_lc_main .item .box{
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow:0 1px 3px rgb(0 0 0 / 5%);
  padding:10px;
}
.bf_lc_main dd span{
  display: block;
  color: #2e88ed;
  font-size: 24px;
  line-height: 2;
  white-space: nowrap;
}
.bf_lc_main dd p{
  display: block;
  color: #747b96;
  font-size: 18px;
  line-height: 1.3;
  height: 4em;
}
.bf_lc_main dd#i1,
.bf_lc_main dd#i2{
  float: left;
}
.bf_lc_main .item:nth-of-type(odd) .box{
  background-color: rgba(223,237,254,.3);
}

/*  */
.emergency-items{
  position: relative;
}
.emergency-items .item{
  border:1px solid #ddd;
  border-radius: 5px;
  padding:2rem;
  margin: 10px;
  height:8rem;
}
.emergency-items .item span{
  color: #e47c1e;
  font-size: 28px;
  margin-bottom: 10px;
}
.emergency-items .item p{
  font-size: 18px;
  color: #747b96;
}
.emergency-items .qmyd{
  position: absolute;
  display: flex;
  left:50%;
  top:50%;
  width:140px;
  height:140px;
  color:#3790ee;
  background-image: url("../images/dun.png");
  background-size: cover;
  transform: translateX(-50%) translateY(-40%);
  text-align: center;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 2px #fafafa;
  opacity: .9;
}
.emergency-items .qmyd span,
.emergency-items .qmyd em{
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
  opacity: 1;
}
.emergency-items .qmyd span{
  font-weight: 900;
  font-size: 30px;
}
/*
.emergency-items .qmyd::before{
  content: "\e06c";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  font-weight: 900;
  font-size:140px;
  margin-top:-60px;
  top: 50%;
  left: 50%;
  color:#ffd724;
  transform: translateX(-50%);
  z-index: -1;
}
*/

.bnjj_main dd{
  float: left;
  width: 20%;
  position: relative;
}
.bnjj_main dd .bj_zs,
.bnjj_main dd .bj_cf{
  position: relative;
  width: 100%;
}
.bnjj_main dd:nth-child(1) .bj_zs{
  background:url(../images/kc_al_img_1.jpg)no-repeat center;
}
.bnjj_main dd:nth-child(2) .bj_zs{
  background:url(../images/kc_al_img_2.jpg)no-repeat center;
}
.bnjj_main dd:nth-child(3) .bj_zs{
  background:url(../images/kc_al_img_3.jpg)no-repeat center;
}
.bnjj_main dd:nth-child(4) .bj_zs{
  background:url(../images/kc_al_img_4.jpg)no-repeat center;
}
.bnjj_main dd:nth-child(5) .bj_zs{
  background:url(../images/kc_al_img_5.jpg)no-repeat center;
}
.bnjj_main dd .bj_cf{
  background:url(../images/kc_al_bj.jpg)no-repeat center;
  box-sizing: border-box;
}
.bnjj_main dd .bj_zs::before,
.bnjj_main dd .bj_cf::before{
  content: "";
  display: block;
  padding-bottom: 100%;
}
.bnjj_main .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bnjj_main dd .bj_cf span{
  display: block;
  text-align: center;
  color:#000000;
  font-size: 20px;
}
.bnjj_main dd .cf_mian{
  display: block;
  width: 50%;
  margin: 15% auto 5%;
  cursor: pointer;
}
.bnjj_main dd .cf_mian img{
  width: 100%;
}
.bnjj_main dd .bj_zs a{
  position: absolute;
  box-sizing: border-box;
  width: 96%;
  top: 2%;
  left: 2%;
  padding: 20% 15%;
  height:96%;
  font-size: 18px;
  background:url(../images/zs_bj.png)no-repeat center rgba(46,136,237,.5);
  background-size: cover;
  color: #fff;
  display: none;
}

.ys .item span,
.ys .item p{
  display: block;
  color: #fff;
  margin-top:1rem;
  font-size: 24px;
  line-height: 1.5;
}
.ys .item p{
  margin-top:0;
  font-size: 18px;
}
@-webkit-keyframes zy{
  10%{
    transform: rotate(15deg);
  }
  20%{
    transform: rotate(-10deg);
  }
  30%{
    transform: rotate(5deg);
  }
  40%{
    transform: rotate(-5deg);
  }
  50%,100%{
    transform: rotate(0deg);
  }
}
@-moz-keyframes zy{
  10%{
    transform: rotate(15deg);
  }
  20%{
    transform: rotate(-10deg);
  }
  30%{
    transform: rotate(5deg);
  }
  40%{
    transform: rotate(-5deg);
  }
  50%,100%{
    transform: rotate(0deg);
  }
}
@-o-keyframes zy{
  10%{
    transform: rotate(15deg);
  }
  20%{
    transform: rotate(-10deg);
  }
  30%{
    transform: rotate(5deg);
  }
  40%{
    transform: rotate(-5deg);
  }
  50%,100%{
    transform: rotate(0deg);
  }
}
@keyframes zy{
  10%{
    transform: rotate(15deg);
  }
  20%{
    transform: rotate(-10deg);
  }
  30%{
    transform: rotate(5deg);
  }
  40%{
    transform: rotate(-5deg);
  }
  50%,100%{
    transform: rotate(0deg);
  }
}
.ys .item img:hover{
  animation: zy 0.5s .15s linear infinite;
  -moz-animation: zy 0.5s .15s linear infinite;
  -webkit-animation: zy 0.5s .15s linear infinite;
  -o-animation: zy 0.5s .15s linear infinite;
}
/*常见问题*/
.kc_cjwt{
  border-radius: 50px 50px 0 0;
  box-shadow: 0 0 30px rgba(0,0,0,.1);
  box-sizing: border-box;
  padding:30px 100px 70px;
  background-color: #fff;
  margin-top: -60px;
}
.kc_cjwt dd{
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(229,232,245,.6);
  border-radius: 35px;
  border: 1px solid #e5e8f5;
  margin-bottom: 7px;
  padding: 0 9px;
}
.kc_cjwt dd span{
  display: block;
  height: 68px;
  line-height: 68px;
  background:url(../images/tw_icon.png)no-repeat left 20px center;
  float: left;
  color: #747b96;
  font-size: 18px;
  text-indent: 70px;
}
.kc_cjwt dd a{
  display: block;
  float: right;
  width: 182px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #2e88ed;
  background:url(../images/zx_icon_w.png)no-repeat left 42px center;
  border-radius: 25px;
  text-indent: 74px;
  font-size: 18px;
  color: #2e88ed;
  box-sizing: border-box;
  margin-top: 9px;
}
.kc_cjwt dd a:hover{
  background:url(../images/zx_icon_r.png)no-repeat left 42px center #2e88ed;
  color: #ffffff;
}
.kc_cjwt dd:last-child{
  margin-bottom: 0;
}
/*USACO赛事等级 */
.jianjie img{
  float: left;
  margin-right:1.5rem;
}
.jianjie p{
  padding-bottom: 10px;
  text-indent: 2em;
  text-align: left;
  color: #000;
  font-weight: 600;
  line-height: 2;
  font-size: 16px;
}
.space{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width:100%;
  height:285px;
  bottom:0;
  z-index: 1;
}
.usaco .title{
  background: url(../images/index_08.jpg);
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  font-size: 30px;
  line-height: 2.4;
  color: #fff;
}
.usaco .items{
  margin-top: 50px;
}
.usaco .item{
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(7, 56, 94, 0.09);
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.usaco .item .img{
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
.usaco .item .img::before{
  content: "";
  display: block;
  padding-bottom: 70%;
}
.usaco .item .img .content{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.usaco .item:hover {
  background: #2e88ed;
  box-shadow: 0px 8px 20px 0px rgba(46, 136, 237, 0.8);
}
.usaco .item:hover .text {
  color: #fff;
}
.usaco .item .img .content img {
  width: 44%;
  margin:30px auto 5px;
}
.usaco .item .img .content p {
  color: #fff;
  font-size: 14px;
}
.usaco .item .text {
  padding: 20px;
  box-sizing: border-box;
  color: #747B96;
  transition: all 0.3s;
  height:220px;
}
.usaco .item .text h6 {
  font-size: 18px;
  font-weight: bold;
}
.usaco .item .text i {
  color: #ffb800;
}
.usaco .item .text p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left
}
.usaco .info{
  border-bottom:3px dashed #2f8aed;
  border-left:3px dashed #2f8aed;
  border-right:3px dashed #2f8aed;
  border-radius:0 0 20px 20px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,.6);
  color: #2a2a2a;
  padding:2em;
  font-size: 20px;
  line-height: 1.8;
}
/* 导师 */
.teacher-aera .item{
  padding:25% 1% 5%;
}
.teacher-aera .item .box{
  width:98%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 15px 0 rgba(7, 56, 94, 0.09);
  height: 426px;
  position: relative;
  box-sizing: border-box;
  padding-top: 80px;
  border-radius: 5px;
}
.teacher-aera .item .box .thumb{
  position: absolute;
  top: 0;
  left: 50%;
  width: 68%;
  transform: translate3d(-50%,-50%,0);
}
.teacher-aera .item .box h4{
  text-align: center;
  font-size: 30px;
  color: #2e88ed;
  font-weight: normal;
  margin-bottom: 10px;
}
.teacher-aera .item .box span{
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.teacher-aera .item .box li{
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  margin:0 2rem;
  list-style-type: disc;
}
.teacher-carousel{
  max-height: 600px;
  overflow: hidden;
}

.bg-up{
  background: url("../images/qs-footer-bg.jpg") 50% 50%;
  background-size: cover;
  text-align: center;
  padding:6% 0 5%;
}
.bg-up .img img{
  width:45%;
  max-width: 589px;
  margin: 0 auto;
}
.bg-up .info{
  padding-top: 40px;
}
.bg-up p {
  color: #fff;
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
}

/*赛事简介*/
.qs-isjj{
  background: url(../images/gcds-jj-bg.png) 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}
.qs-isjj::before{
  content: "";
  display: block;
  padding-bottom:25%;
}
.qs-isjj .content{
  position: absolute;
  width: 70%;
  padding-left:25%;
  top: 50%;
  transform: translateY(-50%);
}
.qs-isjj p{
  font-size: 20px;
  line-height: 1.6;
}
.qs-ssjj{
  padding: 30px 0 0;
}
.qs-ssjj .ssjj-w{
  position: relative;
  height: 366px;
  box-sizing: border-box;
  border: 2px dashed #2e88ed;
  padding-top: 85px;
}
.ssjj-nav{
  height: 66px;
  position: absolute;
  left: 50%;
  top:0;
  transform: translate3d(-50%,-50%,0);
  background: #ebf3fd;
}
.ssjj-nav:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 66px solid #ebf3fd;
  position: absolute;
  left:-20px;
  top: 0;
}
.ssjj-nav:after{
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 66px solid #ebf3fd;
  position: absolute;
  right:-20px;
  top: 0;
}
.ssjj-nav dl{
  width: 100%;
  display: flex;
  padding: 0 20px;
}
.ssjj-nav dd{
  width: 240px;
  background: #f5f9fe;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #00508a;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  transition: all 300ms linear;
}
.ssjj-nav .active{
  background: #2e88ed;
  color: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(46,136,237,.4);
}
.ssjj-nav dd+dd{
  margin-left: 40px;
}
.ssjj-nav dd:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 66px solid #f5f9fe;
  position: absolute;
  left:-20px;
  top: 0;
  transition: all 300ms linear;
}
.ssjj-nav dd:after{
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 66px solid #f5f9fe;
  position: absolute;
  right:-20px;
  top: 0;
  transition: all 300ms linear;
}
.ssjj-nav .active:before{
  border-top: 66px solid #2e88ed;
}
.ssjj-nav .active:after{
  border-bottom: 66px solid #2e88ed;
}
.ssjj-item01 dl{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.ssjj-item01 dd{
  width: 25%;
}
.ssjj-item01 dd img{
  display: block;
  margin: 0 auto;
}
.ssjj-item01 dd span{
  display: block;
  text-align: center;
  color: #1e1410;
  font-size: 18px;
  line-height: 28px;
}
.ssjj-item01 dd span em{
  font-style: normal;
  color: #2e88ed;
}
.ssjj-item02{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ssjj-item02 img{
  display: block;
}
.item-right span{
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 0 24px 24px 0;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #ffffff;
  background: #2e88ed;
  text-align: center;
}
.item-right p{
  font-size: 18px;
  color:#2f2622;
  line-height: 2;
  margin-left: 27px;
}
.item-right p em{
  font-style: normal;
  color: #2e88ed;
}
.ssjj-item03 .jslc-title{
  width: 435px;
  height: 60px;
  line-height: 60px;
  background:url(../images/djss-title.png)no-repeat center;
  font-size: 22px;
  color: #ffffff;
  padding-left:145px;
  margin: 0 auto 20px auto;
}
.ssjj-item03 ul{
  padding-left: 57px;
}
.ssjj-item03 li{
  display: flex;
  align-items: flex-start;
  margin-bottom:20px;
}
.ssjj-item03 li em{
  display: block;
  font-style: normal;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background:url(../images/jslc-tit.png)no-repeat center;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-right: 12px;
  margin-top:5px;
}
.ssjj-item03 li p{
  width: 1050px;
  color:#2f2622;
  font-size: 18px;
}
/* 学员案例 */
.hjal-jj{
  border: 2px dashed #2e88ed;
  box-sizing: border-box;
  height:190px;
  padding-top: 30px;
  margin-bottom:10px;
  position: relative;
}
.hjal-jj::after{
  position: absolute;
  content:"";
  display: block;
  width:10px;
  height:10px;
  bottom:-5px;
  margin-left:-5px;
  left:50%;
  background-color: #2e88ed;
  transform: rotate(45deg);
}
.hjal-jj .jj-item span{
  color: #2e88ed;
  font-size: 32px;
  display: block;
  text-align: center;
  margin-bottom:8px;
}
.hjal-jj .jj-item p{
  color: #2b2b2b;
  font-size: 22px;
  text-align: center;
}
.hjal-jj .jj-item p em{
  font-style: normal;
  font-size: 22px;
}
.student-item .thumb img{
  width:100%;
}
.hjal-right{
  position: relative;
  background: #ebf3fd;
  box-sizing: border-box;
  padding: 85px 25px 25px 25px;
  height:369px;
}
.hjal-right span{
  width: 202px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background:url(../images/hjal-xq-tit.png)no-repeat center;
  display: block;
  font-size: 22px;
  color: #ffffff;
}
.hjal-right p {
  font-size: 18px;
  color: rgb(116, 123, 150);
  line-height: 1.8;
}
.student-change{
  margin:20px auto;
  text-align: center;
}
.student-change li{
  display: inline-block;
  margin:0 10px;
  zoom: 1;
}
.student-item .item,
.jj-item{
  display: none;
}
.student-item .item.active,
.jj-item.active{
  display: block;
}
/*SCI*/
.sy-item{
  margin-bottom: 45px;
  background:rgba(63,79,120,.8);
  border: 5px solid rgba(101,115,153,.8);
  box-sizing: border-box;
  padding: 20px;
}
.sy-item p{
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
}
.sy-item p em{
  font-style: normal;
  color: #eec52c;
}
.qs-xscg .info{
  box-sizing: border-box;
  background-color: #2E88ED;
  padding: 1.2rem 1rem;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 5px 10px 5px rgba(46,136,237,.2);
  position: relative;
  overflow: hidden;
}
.qs-xscg .info .icon{
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  height: 3rem;
  width: 3rem;
  background-color: rgba(249,249,254,.9);
  transform: rotate(45deg);
  display: block;
}
.qs-xscg .info p{
  display: block;
  padding-left:.5rem;
  border-left:3px solid rgba(255,255,255, .5);
}
.qs-xscg img,
.qs-xyal .xyal-img img{
  width:100%
}
.qs-xyal span {
  background-color: rgba(46, 136, 237, 0.8);
  color: #fff;
  line-height: 60px;
  display: block;
}
.qs-jzt{
  box-sizing: border-box;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  background: #f0f7fe url(../images/jzt-logo.png) no-repeat 45px center;
  height: 140px;
  margin-bottom: 35px;
  padding-left: 220px;
}
.qs-jzt p{
  height: 108px;
  font-size:20px;
  line-height: 1.6;
  padding:0 40px;
  color: #747B96;
  border-left: 2px solid #e1e3e5;
  box-sizing: border-box;
}
/* UNESCO */
.jsnr{
  align-items: center;
}
.jsnr .info{
  background-image: url("../images/bsnr_img.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  min-height: 247px
}
.jsnr p{
  font-size: 20px;
  line-height: 1.6;
  color: #2b2b2b;
  margin-bottom: .5em;
  padding-left: 350px;
}
.bmsj{
  margin:10px auto 50px;
  background-image: url("../images/bmsj_img1.png");
  background-size: cover;
  position: relative;
}
.bmsj::before{
  content: "";
  display: block;
  padding-bottom: 29.6%;
}

.une_jx p{
  margin: 0 auto 15px;
  font-size: 20px;
  color: #2b2b2b;
  line-height: 32px;
}
.une_jx dl{
  margin: 20px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.une_jx dd{
  border:1px solid rgb(230, 233, 246);
  background-color: #fff;
  background-position: 50% 28px;
  background-repeat: no-repeat;
  -webkit-background-size: 56px 67px;
  background-size: 56px 67px;
  box-shadow: 0 2px 8px 0 rgba(4, 0, 0, 0.05);
  width: 18%;
  height: 18%;
  border-radius: 0 18px 0 18px;
  box-sizing: border-box;
  padding: 105px 12px 0;
  font-size: 18px;
  color: #2b2b2b;
  text-align: justify;
  line-height: 1.5;
  margin: 20px 1% 0;
}
.une_jx dd:nth-child(1){
  background-image:url(../images/jx_icon01.png);
}
.une_jx dd:nth-child(2){
  background-image:url(../images/jx_icon02.png);
}
.une_jx dd:nth-child(3){
  background-image:url(../images/jx_icon03.png);
}
.une_jx dd:nth-child(4){
  background-image:url(../images/jx_icon04.png);
}
.une_jx dd:nth-child(5){
  background-image:url(../images/jx_icon05.png);
}
.une_jx dd span{
  height: 4.5em;
  display: inline-block;
}
.qs-cgal{
  padding:10px 0;
}
.qs-cgal p{
  font-size: 18px;
  line-height: 1.6;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.cgal-img{
  display: flex;
  justify-content: space-between;
}
.cgal-img img:nth-child(1){
  width: 37%;
}
.cgal-img img:nth-child(2){
  width: 28%;
}
.cgal-img img:nth-child(3){
  width: 33%;
}
/*奖项评判*/
.qs-jxpp{
  margin-top:80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.qs-jxpp {
  flex: 1;
  flex-basis: 0;
}
.qs-jxpp .item{
  border-radius: 16px;
  background-color: rgba(46, 136, 237, 0.7);
  box-sizing: border-box;
  position: relative;
  margin: 20px;
  padding: 60px 15px 0;
  border:2px dashed rgba(255, 255, 255, 0.3);
  color:#fff;
}
.qs-jxpp .item i{
  border:5px solid rgba(255, 255, 255, 0.3);
  background-color: rgb(46, 136, 237);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%,-50%,0);
}
.qs-jxpp .item dl{
  height:282px
}
.qs-jxpp .item dt{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 50px;
  position: relative;
}
.qs-jxpp .item dt::after{
  position: absolute;
  content:"";
  width:90%;
  height:1px;
  left: 5%;
  bottom: -40px;
  background-color: rgba(255,255,255,.3);
}
.qs-jxpp .item dd{
  display: block;
  text-align: left;
}
.qs-jxpp .item dd ul{
  padding-left: 5%;
}
.qs-jxpp .item li{
  font-size:18px;
  list-style-type: disc;
  margin: 10px;
  line-height: 1.3;
}
.qs-bsjs{
  position: relative;
  background-image:url(../images/bsjs-bg1.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.qs-bsjs::before{
  content: "";
  display: block;
  padding-bottom: 55%;
}
.bsjs-text{
  position: absolute;
  box-sizing: border-box;
  width: 39%;
  top: 12%;
  left: 56%;
  color: #2b2b2b;
  font-size: 22px;
  line-height: 1.6;
}

.top_main{
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(223, 237, 254, 0.8);
}
.top_main .img-box{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.top_main .main-box{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  background-color: #fff;
  padding:5px;
}
.top_main .main{
  border:2px dashed #2a8edd;
  height:100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:10px 20px 0;
}
.top_main .main .li{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.8;
  padding-left: 1em;
  margin-bottom: .5rem;
}
.top_main .main .li::before{
  position: absolute;
  content: "";
  display: block;
  width: .3rem;
  height:.3rem;
  background: #0376bc;
  top: 15px;
  left: 0;
  transform: rotateZ(45deg);
}
.js-item{
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
.js-item .icon{
  width: 120px;
  height:120px;
  border-radius: 50%;
  background-color: #2a8edd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.js-item i{
  font-size: 60px;
  color: #fff;
}
.js-item span{
  font-size: 36px;
  color: #ffffff;
  display: block;
  margin-bottom: 14px;
}
.js-item p{
  font-size: 24px;
  color: #ffffff;
}
.js02 .box{
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: stretch;
  font-size: 18px;
  line-height: 1.3;
}
.js02 .box img{
  max-width: 28%;
}
.js02 .content{
  width:72%;
  box-sizing: border-box;
  position: relative;
}
.js02 .content ul{
  position: absolute;
  width:95%;
  top:50%;
  left: 3%;
  transform: translateY(-50%);
}
.mid_main{
  display: flex;
  align-items: stretch;
  flex-direction: row;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.mid_main .img-box{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.mid_main .main-box{
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding:5px;
}
.mid_main .main,
.end_main .main{
  height:100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:10px 20px 0;
}
.mid_main .main ul,
.mid_main .main span,
.end_main .main ul,
.end_main .main span{
  padding:0 5%;
  width:100%;
  box-sizing: border-box;
  font-size: 32px;
  color: #000;
}
.mid_main .main p,
.mid_main .main li,
.end_main .main li{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.8;
  padding-left: 1em;
  margin-bottom: .5rem;
}
.mid_main .main p{
  padding:0 5%;
}
.mid_main .main .half{
  width:100%
}
.mid_main .main .half dl,
.mid_main .main .half li{
  float: left;
  width: 50%;
}
.mid_main .main li::before,
.end_main .main li::before{
  position: absolute;
  content: "";
  display: block;
  width: .3rem;
  height:.3rem;
  background: #b2b2b2;
  border-radius:50%;
  top: 15px;
  left: 0;
}
.bm-mian{
  background-color: rgba(255, 255, 255, 0.5);
}
.mid_main .main .half dl{
  margin-left:5%;
  width: 45%;
}
dl.line{
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top:20px;
  margin-bottom:20px;
}
.line dt{
  position: relative;
  font-size: 30px;
}
dl.line::before,
.line dt::before{
  position: absolute;
  content: "";
  width:5px;
  height:80%;
  top:15%;
  left: 0;
  background: rgba(178, 178, 178, 0.5);
  border-radius:3px;
}
.line dt::before{
  height:70%;
  left: -20px;
  background: rgba(40,59,115,1);
}
.line dd{
  font-size: 24px;
  line-height: 1.3;
}
.wlw{
  background-color: rgba(234,243,255,1);
}
.wlw p{
  font-size: 20px;
}
.wlw span{
  color: #006ca8;
}
.sj_item dl{
  background-color: #fff;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.sj_item dl::before{
  position: absolute;
  right: 0;
  content: "";
  width: 70%;
  height: 50%;
  background-image: url("../images/640.webp");
  background-size: 50%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}
.sj_item dt{
  display: block;
  color: #006ca8;
  font-size: 30px;
  margin-bottom: 40px;
  position: relative;
}
.sj_item dt::before{
  background: rgba(42, 142, 221, 0.27) none repeat scroll 0 0;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  content: "";
  position: absolute;
}
.sj_item dt::after{
  background: #006ca8 none repeat scroll 0 0;
  content: "";
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 4em;
  position: absolute;
}
.sj_item dd{
  font-size: 20px;
  color: #000000;
  line-height: 34px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.sj_item dd:before{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #b2b2b2;
  left: 0;
  top: 12px;
}
.amc .duixiang{
  padding:8%;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
.end_main{
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.end_main .content{
  height: 100%;
}
.end_main .content .item{
  height: 100%;
  padding-left:5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bo-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bo-item{
  margin-top: 10px;
  margin-bottom: 10px;
}
.bo-item .icon{
  width: 120px;
  height:120px;
  border-radius: 50%;
  background-color: #2a8edd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.bo-item i{
  font-size: 60px;
  color: #fff;
}
.bo-item span{
  font-size: 36px;
  color: #ffffff;
  display: block;
  margin-bottom: 14px;
}
.bo-item p{
  font-size: 24px;
  color: #ffffff;
}
.jiangpai{
  background-color: rgba(255, 255, 255, .1);
}
.pai{
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot li{
  font-size: 20px;
  padding-left: 1em;
  line-height: 1.6;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.dot li::before{
  content: "";
  display: block;
  background:#fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  top:13px;
}


.ldxm_text dd{
  margin-bottom: 35px;
}
.ldxm_text dd span{
  font-size: 30px;
  display: block;
  color: #fff;
  margin-bottom: 1em;
}
.ldxm_text dd p{
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
}
.ldxm_item{
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(3, 118, 188, 0.2);
  height: 425px;
  box-sizing: border-box;
  border-top: 6px solid #0376bc;
  padding: 45px 25px 0 25px;
}
.ldxm_item_title{
  width: 100%;
  height: 74px;
  background:url(../images/xmdh_img.png) no-repeat right center;
  background-size: 142px 74px;
  box-sizing: border-box;
  padding-top: 4px;
  margin-bottom: 30px;
}
.ldxm_item_title em{
  font-style:normal;
  color: #a1a1a1;
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.ldxm_item_title p{
  color: #0376bc;
  font-size: 30px;
}
.square li{
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.square li::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 11px;
  left: 0;
  transform: rotate(45deg);
  background: #0376bc;
  position: absolute;
}

.bmlc_item{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 8px 0px rgba(3, 118, 188, 0.2);
  box-sizing: border-box;
  position: relative;
  padding: 80px 25px 0;
  height: 246px;
  margin-top: 50px;
}
.bmlc_item img{
  position: absolute;
  top:0;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}
.bmlc_item span{
  text-align: center;
  display: block;
  font-size: 24px;
  color: #00508a;
  margin-bottom: .8em;
}
.bmlc_item p{
  font-size: 18px;
  line-height: 1.5;
  color: #2b2b2b;
  text-align: justify;
}
.climate{
  padding:20px 160px 20px 0;
  position: relative;
}
.climate .logo{
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
}
.climate .main{
  height:150px;
  font-size:20px;
  line-height: 1.5;
  padding-right:40px
}
/* 求职 */
.job-carousel{
  margin-top: -60px;
}
.job-top .item{
  margin-top:20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.job-top .item:hover{
  transform: translateY(-20px);
}
.job-top .item::before{
  content: "";
  display: block;
  padding-bottom: 103%;
}
.syrq_main{
  position: absolute;
  width:100%;
  bottom: 10%;
  z-index: 10;
}
.syrq_main .img{
  width:50%;
  margin: 0 auto 10px;
}
.syrq_main span,
.syrq_main p{
  display: block;
  text-align: center;
  color: #fff;
  font-size: .9rem;
  line-height: 1.3;
}
.syrq_main span{
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.job-top .item .syrq_ls{
  position: absolute;
  background:url(../images/qz_item01_bbg.png)no-repeat top center;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  padding-top: 57%;
}
.job-top .item .syrq_ls i{
  display: block;
  width: 100%;
  height: 100%;
  background:rgba(46,136,237,.9);
}
.job-top .item:hover .syrq_ls{
  top: -100%;
}
.tab-box .item span{
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab-box .layui-tab-title{
  display: block;
  box-shadow: 0 2px 15px 0 rgba(18,96,246, .1);
  box-sizing: border-box;
  height: auto;
  padding: 8px 10px;
  border-radius:.5rem;
  text-align: center;
  border-bottom: none;
}
.tab-box .layui-tab-title li{
  float: left;
  width: 23%;
  margin: 0 1%;
  color: rgb(98,119,155);
  font-weight: 500;
  font-size:1rem;
  line-height: 22px;
  padding:.5rem 0;
  border-radius:.25rem;
  cursor: pointer;
}
.tab-box.x2 .layui-tab-title li{
  margin-top: 5px;
  margin-bottom: 5px;
}
.tab-box .layui-tab-title li:hover{
  background-color:rgb(233,242,254);
}
.tab-box .layui-tab-title .layui-this{
  background-color:rgb(233,242,254);
  color:rgb(44 126 248);
}
.tab-box .layui-tab-title .layui-this::after{
  border:none;
}
.no-bar .layui-tab-bar{
  display: none;
}
.tab-box .item-img{
  box-sizing: border-box;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(233,242,254,.9);
}
.tab-box .item-img:hover{
  box-shadow: 0 0 10px rgba(50,123,206,.5);
}
.tab-box .item-img img{
  width: 100%;
}
.tab-box .item-img span{
  position: absolute;
  background-color:rgba(233,242,254,.6);
  width: 100%;
  line-height:2rem;
  font-size:.9rem;
  color: rgb(98,119,155);
  text-shadow: 0 0 10px #fff;
  bottom: 0;
  left: 0;
}
.tab-box .item-img:hover span{
}

.page_02 .items{
}
.page_02 .items .item {
  background: linear-gradient(90deg,rgba(238,244,251,.5),rgba(212,227,250,.5));
  box-shadow: 0px 3px 15px 0px rgba(7, 56, 94, 0.09);
  border-radius: 31px;
  padding: 1.5rem 15px;
  height: 300px;
  box-sizing: border-box;
}
.page_02 .items .item .title {
}
.page_02 .items .item h3{
  margin-bottom: .5rem;
  color: rgb(44, 126, 248);
  font-size: 1.5rem;
  line-height: 2;
}
.page_02 .items .item ul {
}
.icon-circle li{
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 2;
}
.icon-circle span{
  width:14px;
  height:14px;
  top: 10px;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: rgb(233,242,254);
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.icon-circle span::after{
  content: " ";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #2c7ef8;
}
.qz_footer_logo{
  display: block;
  width: 118px !important;
  padding-bottom: 20px;
}
.qz_footer_title{
  display: block;
  width: 260px !important;
}
.step-5{
  margin: 60px -.5%;
}
.step-5 .item{
  float:left;
  width:20%;
  padding:0 .5%;
  box-sizing: border-box;
}
.case-item-box{
  margin:0 -15px;
}
.case-content .single-item{
  padding:25px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.case-content .item{
  background: linear-gradient(90deg,rgba(238,244,251,.5),rgba(212,227,250,.5));
  box-shadow: 0 3px 15px 0 rgba(7, 56, 94, 0.09);
  border-radius: 31px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.case-content .item:hover{
  box-shadow: 0 3px 15px 0 rgba(7, 56, 94, 0.09);
}
.case-content .content,
.case-content .thumb{
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  overflow: hidden;
}
.case-content .thumb{
  border-radius: 31px 0 0 31px;
  background-color:#fff;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.case-content .thumb::before{
  content: "";
  display: block;
  padding-bottom: 125%;
}
.case-content .thumb img{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.case-content .content {
  -ms-flex: 0 0 66.666666%;
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
  padding:1rem;
  font-size: 16px;
}
.case-content .content h3{
  font-size: 20px;
}
.case-content .content li{
}
.case-content .content .more{
  position: absolute;
  right:0;
  bottom:0;
  border-bottom-right-radius: 31px;
  line-height: 3rem;
  width: 10rem;
  padding-right:2rem;
  text-align: right;
  color: #7cbefb;
  font-weight: 400;
}
.case_main{
  position: relative;
  min-height:16rem;
  display: flex;
  align-content: center;
  align-items: center;
}
.case_main .content{
  width:100%;
}
.case_top{
  padding:.5rem 0
}
.case_top li span{
  display: inline-block;
}
.case_content .img{
  margin-top:30px;
  text-align: center;
}

.case .banner::before{
  padding-bottom: 30%;
}
.case_top .content{
  position: absolute;
  height:100%;
  width:100%;
  top:0;
  z-index: 5;
}
.case_main::before{
  content: "";
  display: block;
  width:100%;
  padding-bottom: 40%;
  background: url("../images/bg_2.jpg") no-repeat 50% 0;
  background-size: cover;
}
.case_top .title{
  height:57%;
  color: #fff;
}
.case_top h2,
.case_top h5,
.case_top h4,
.case_top ul{
  display: block;
  box-sizing: border-box;
  padding-left: 40%;
}
.case_top h2{
  padding-top: 4%;
  padding-left: 35%;
  height:46%;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
}
.case_top h5{
  font-size: 1.1rem;
  line-height: 1.3;
  padding-left: 35%;
  height:23%;
}
.case_top h4{
  height:20%;
  font-size: 1.5rem;
  line-height: 1;
}
.case_top h4 em{
  font-size: 1.1rem;
  font-style: normal;
}
.case_top .icon{
  position: absolute;
  left:2.5%;
  top:0;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: 60%;
  width:30%;
  height:100%;
  z-index: 10;
}
.case_main{
  position: relative;
}


.open-chat{
  border-radius: 14px;
  overflow: hidden;
}
.open-chat .layui-layer-title{
  background-color: rgb(106, 138, 255);
  color: #fff;
  border-radius: 14px 14px 0 0;
}
.open-chat .layui-layer-max{
  display: none;
}
.open-chat .layui-layer-maxmin{
  display: inline-block;
}
.open-chat .layui-layer-min:before{
  border-color: #fff;
}
.open-chat .layui-layer-setwin span{
  color: #fff;
}
.layui-layer-btn a{
  font-size: 14px;
}
/**
新加的研究生切换模块CSS
*/
/*
body {
  font-family: "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
  touch-action: pan-y;
  background-color: #f8f8f8;
}

*/
.container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.tab-header {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.tab-btn {
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #1E9FFF;
  border-radius: 22px;
  border: none;
  white-space: nowrap;
  font-weight: 500;
}

.tab-btn:hover, 
.tab-btn.active {
  background-color: #0a8de4;
  box-shadow: 0 3px 8px rgba(30, 159, 255, 0.4);
}

.tab-content {
  display: none;
  padding: 10px 0;
}

.tab-content.active {
  display: block;
}

/* 图片行布局 - 关键修改部分 */
.image-row {
  display: flex;
  flex-wrap: nowrap; /* 禁止换行 */
  justify-content: flex-start;
  margin: 0 -12px;
  position: relative;
  overflow: hidden;
}

/* 图片项基础样式 */
.image-item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

/* 4图布局 - 每张25%宽度 */
.image-row[data-count="4"] .image-item {
  width: 25%;
  flex-shrink: 0; /* 防止缩小 */
}

/* 3图布局 - 33.33%宽度但实际占用更多空间 */
.image-row[data-count="3"] .image-item {
  width: 33.3333%;
  flex-shrink: 0;
  flex-grow: 1; /* 允许增长填充空间 */
}

.image-item img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s;
}

.image-item img:hover {
  transform: translateY(-5px);
}

/* 箭头样式 */
.arrow-icon {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #1E9FFF;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(30, 159, 255, 0.2);
}

.image-item:last-child .arrow-icon {
  display: none;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .image-item img {
      height: 100%;
  }
}

@media (max-width: 992px) {
  .image-row {
      flex-wrap: wrap; /* 中等屏幕允许换行 */
  }
  
  .image-row[data-count="4"] .image-item,
  .image-row[data-count="3"] .image-item {
      width: 33.333%;
  }
  
  .tab-btn {
      padding: 0 25px;
      height: 40px;
      line-height: 40px;
  }
}

@media (max-width: 768px) {
  .image-row[data-count="4"] .image-item,
  .image-row[data-count="3"] .image-item {
      width: 50%;
  }
  
  .tab-header {
      gap: 10px;
  }
  
  .tab-btn {
      padding: 0 20px;
      height: 36px;
      line-height: 36px;
      font-size: 15px;
  }
}

/* 修改移动端样式部分 */
@media (max-width: 576px) {
  .image-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    margin: 0 -8px;
    /* 新增关键属性 */
    touch-action: pan-x;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
  }
  
  .image-row::-webkit-scrollbar {
    display: none;
  }
  
  .image-row[data-count="4"] .image-item,
  .image-row[data-count="3"] .image-item {
    width: 85%;
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 0 10px;
    /* 防止点击冲突 */
    pointer-events: none;
  }
  
  .image-item img {
    /* 移除所有可能干扰滑动的事件 */
    pointer-events: auto;
    transform: none !important;
    user-select: none;
    -webkit-user-drag: none;
  }
  
  .arrow-icon {
    right: -4px;
    width: 28px;
    height: 28px;
    font-size: 18px;
    /* 确保箭头可点击 */
    pointer-events: auto;
  }
}

















/* 计数器行布局 */
.layui-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; /* 均匀分布 */
  margin: 0 -15px;
  overflow: hidden
}

/*
.layui-col-md3, .layui-col-xs6 {
  padding: 0 15px;
  box-sizing: border-box;
  width: 25%; 
  margin-bottom: 30px;
}
*/

/* 计数器数字 */
.counter {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}
.timer {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.operator {
  font-size: 24px;
  margin-left: 5px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}

/* 计数器文字 */
.medium {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-top: 15px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .timer {
    font-size: 40px;
  }
  .medium {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .layui-col-md3, .layui-col-xs6 {
    width: 50%; /* 平板端2列 */
  }
  .fun-fact {
    padding: 25px 15px;
  }
  .timer {
    font-size: 36px;
  }
  .operator {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .fun-factor-area {
    padding: 40px 0;
  }
  .timer {
    font-size: 32px;
  }
  .medium {
    font-size: 15px;
  }
}

/* 顶部栏区域 - 确保整体居左 */
.top-bar-area {
  padding: 10px 0;
  background: #393D49;
  color: #fff;
  font-size: 15px;
  text-align: left; /* 确保全局左对齐 */
  overflow: hidden;
}

/* 容器设置 - 取消可能存在的居中 */
.top-bar-area .layui-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left; /* 明确设置左对齐 */
}

/* 行设置 - 确保内容从最左开始 */
.top-bar-area .layui-row {
  display: block; /* 或保持flex但设置justify-content: flex-start */
  text-align: left;
  margin: 0 -10px;
}

/* 浮动元素设置 - 确保左浮动且内容居左 */
.top-bar-area .f_l {
  float: left;
  margin-right: 30px;
  text-align: left; /* 明确设置左对齐 */
  padding: 0 10px;
}



