﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 10px 25px -15px #000;
  background-color: #fff;
  z-index: 300;
}
.header a {
  cursor: pointer;
}
.header .center {
  height: 70px;
  font-size: 14px;
  font-family: "PingFang";
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .center .lang {
  width: 120px;
  height: 44px;
  background: #2d78f4;
  border-radius: 4px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
.header .center .lang i {
  line-height: 44px;
  font-size: 18px;
  color: #fff;
}
.header .center .lang a {
  line-height: 44px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
.header .center .left {
  width: 230px;
  height: auto;
  max-height: 70px;
  cursor: pointer;
}
.header .center .nav-container {
  width: 750px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header .center .nav-container a {
  color: #333333;
  font-size: 15px;
  text-decoration: none;
  padding: 12px 0;
  font-weight: 600;
}
.header .center .navActive {
  border-bottom: 2px solid #2d78f4;
}
.banner {
  width: 100%;
  height: 480px;
  background-color: skyblue;
}
.btn {
  width: fit-content;
  padding: 10px;
  font-size: 13px;
  background: #2d78f4;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.btn-gray {
  background-color: #999 !important;
}
.container {
  width: 1100px;
  margin: 0 auto;
  margin-top: 48px;
}
.btn-flex {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.btn-flex .btn {
  font-size: 16px;
  cursor: pointer;
}
.tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #303133;
  padding: 0 50px;
  border-bottom: 2px solid transparent;
}
.tab .tab-bar {
  cursor: pointer;
  padding-bottom: 5px;
}
.tab .tab-active {
  color: #2d78f4;
  border-bottom: 2px solid #2d78f4;
  z-index: 100;
}
.tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}
.companyBox-bg {
  width: 100%;
  border: 1px solid transparent;
  background-color: #F7F7F7;
  padding: 20px 40px 40px 40px;
}
.companyBox-bg .companyBox {
  display: flex;
  justify-content: space-between;
}
.companyBox-bg .companyBox .containerTop {
  width: 22%;
  height: 315px;
  margin-left: 27px;
  background-color: #fff;
  box-shadow: 0px 6px 28px 0px rgba(21, 22, 25, 0.09);
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.companyBox-bg .companyBox .containerTop .titleImg {
  width: 205px;
  height: 84px;
  margin: 0 auto;
  margin-top: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.companyBox-bg .companyBox .containerTop .title {
  width: 215px;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
  text-align: center;
}
.companyBox-bg .companyBox .containerTop .titleCont {
  width: 215px;
  height: 100px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666;
  margin: 0 auto;
  line-height: 25px;
  margin-top: 15px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.companyBox-bg .companyBox .containerTop .titleButton {
  width: 120px;
  height: 34px;
  font-size: 12px;
  background: #2d78f4;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  line-height: 34px;
  margin-top: 26px;
  color: #ffffff;
  cursor: pointer;
}
.companyBox-bg .companyBox .containerTop:hover {
  border: 1px solid #2d78f4;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide img {
  width: 100%;
  height: 330px;
}
#banner #banner-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
#company {
  position: relative;
  overflow: hidden;
}
#company .swiper-slide {
  width: 100%;
  overflow: hidden;
}
#tutor {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-top: 40px;
}
#tutor #tutor-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
#tutor .swiper-slide .bg {
  width: 100%;
  height: 297px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tutor .swiper-slide .bg .bg-content {
  width: 760px;
  display: flex;
}
#tutor .swiper-slide .bg .bg-content .fs-30 {
  font-size: 30px;
}
#tutor .swiper-slide .bg .bg-content .fs-20 {
  font-size: 16px;
}
#tutor .swiper-slide .bg .bg-content img {
  width: 204px;
  height: auto;
  min-height: 246px;
  margin-right: 20px;
}
#tutor .swiper-slide .bg .bg-content .bg-content-right {
  width: 527px;
  margin-top: 30px;
}
#tutor .swiper-slide .bg .bg-content .bg-content-right .bg-content-top {
  display: flex;
  align-items: center;
}
#tutor .swiper-slide .bg .bg-content .bg-content-right .bg-content-top .line {
  width: 102px;
  height: 5px;
  background: #6ccd12;
  margin-right: 30px;
}
#tutor .swiper-slide .bg .bg-content .bg-content-right .bg-content-bot {
  margin-left: 132px;
  margin-top: 40px;
}
#tutor #banner-pagination-top {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
#banner-top {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-top: 70px;
}
#banner-top .swiper-slide .bg {
  width: 100%;
  height: 532px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
#banner-top .swiper-slide .bg h1 {
  font-size: 55px;
  text-align: center;
  margin-bottom: 20px;
}
#banner-top .swiper-slide .bg h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
#banner-top .swiper-slide .bg h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
#banner-top .swiper-slide .bg h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
#banner-top .swiper-slide .bg .fs-40 {
  font-size: 20px;
  line-height: 30px;
}
#banner-top .swiper-slide .bg .fs-70 {
  font-size: 50px;
}
#banner-top .swiper-slide .bg .bg-content {
  width: 1100px;
  margin: 0 auto;
}
#banner-top .swiper-slide .bg .bg-content .banner-desc {
  font-style: italic;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
#banner-top .swiper-slide .bg .bg-content .marquee_box {
  width: 1100px;
  padding: 7px 10px 7px 30px;
  display: flex;
  margin: 30px 0;
  background-color: #dddbdc;
  opacity: 0.7;
  border-radius: 5px;
  height: 60px;
  font-size: 20px;
  overflow: hidden;
  color: #000;
}
#banner-top .swiper-slide .bg .bg-content .marquee_box .marquee_list {
  display: block;
  font-size: 0;
}
#banner-top .swiper-slide .bg .bg-content .marquee_box .marquee_list li {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 60px;
  list-style: none;
  margin-top: -7px;
}
#banner-top .swiper-slide .bg .bg-content .marquee_box .marquee_top {
  transition: all 0.6s;
  margin-top: -53px;
}
#banner-top .swiper-slide .bg .bg-content .banner-btn {
  width: 210px;
  height: 43px;
  margin: 0 auto;
  background-color: #2d78f4;
  border-radius: 10px;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
#banner-top #banner-pagination-top {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
#banner-top #banner-pagination-top .swiper-pagination-bullet {
  width: 43px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}
#banner-top #banner-pagination-top .swiper-pagination-bullet-active {
  background-color: #2d78f4;
}
#slide-logo {
  position: relative;
  overflow: hidden;
     max-height: 100px;
}
#slide-logo .swiper-slide {
  display: flex;
  justify-content: space-between;
}
#slide-logo .swiper-slide img {
  width: auto;
  height: 92px;
}
#app .swiper-pagination-bullet {
  background-color: #2d78f4;
}
.allTitle {
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}
.allTitle .titleTop {
  text-align: center;
  font-size: 30px;
  font-family: "PingFang";
  font-weight: bold;
  color: #000000;
}
.allTitle .titleBot {
  margin-top: 17px;
  font-size: 18px;
  font-family: "PingFang";
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.compant-desc {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compant-desc .fs-12 {
  font-size: 12px;
  height: 35px;
  color: #999;
  line-height: 20px;
}
.compant-desc .fs-heigth {
  margin: 10px 0 15px 0;
  color: #333;
}
.compant-desc .fs-c {
  color: #2d78f4;
  font-size: 35px;
}
.compant-desc-container {
  width: 1100px;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.compant-desc-container div {
  width: 164px;
}
.right_piaochuang {
  width: 108px;
  position: fixed;
  z-index: 20000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right_piaochuang .new_right_piaochuang {
  width: 128px;
  padding: 5px 0;
  background-color: #000;
  opacity: 0.8;
  box-shadow: 0px 4px 14px 0px rgba(156, 155, 155, 0.5);
  border-radius: 0 4px 4px 0;
}
.right_piaochuang .new_right_piaochuang li:hover {
  background: rgba(101, 137, 221, 0.1);
}
.right_piaochuang .new_right_piaochuang .nobor .piaochuang_mains {
  border-bottom: none;
}
.right_piaochuang .new_right_piaochuang li {
  cursor: pointer;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  margin-top: 12px;
}
.right_piaochuang .piaochuang_mains {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.right_piaochuang .piaochuang_mains img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.apply_item {
  width: 100%;
  margin: 30px 0 20px 0;
  border: 1px solid transparent;
  padding-bottom: 30px;
}
.apply_item ul {
  width: 1100px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.apply_item ul li {
  width: 540px;
  height: 120px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 12px;
  list-style: none;
  box-sizing: border-box;
  padding: 0px 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 5px 22px 0 rgba(21, 22, 25, 0.09);
  cursor: pointer;
}
.apply_item ul li .left {
  width: 100px;
  min-height: 90px;
}
.apply_item ul li .left img {
  display: block;
  width: 100px;
  height: auto;
  border-radius: 5px;
}
.apply_item ul li .right {
  width: 380px;
  font-size: 12px;
  margin-left: 10px;
}
.apply_item ul li .right strong {
  font-size: 16px;
  line-height: 41px;
  font-weight: bold;
  display: block;
}
.apply_item ul li .right .apply_text {
  color: #333;
}
.apply_item ul li .right .apply_text span {
  display: block;
}
.apply_item ul li:hover {
  background-color: #2d78f4;
  color: #fff;
}
.apply_item ul li:hover .apply_text {
  color: #fff;
}
.clearfix {
  zoom: 1;
}
/* animation */
/* 抖动效果 */
@keyframes icon-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-13deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.1) rotate(13deg);
  }
  50%,
  80% {
    -webkit-transform: scale(1.1) rotate(-13deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes icon-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-13deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.1) rotate(13deg);
  }
  50%,
  80% {
    -webkit-transform: scale(1.1) rotate(-13deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes icon-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-13deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.1) rotate(13deg);
  }
  50%,
  80% {
    -webkit-transform: scale(1.1) rotate(-13deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-o-keyframes icon-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-13deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.1) rotate(13deg);
  }
  50%,
  80% {
    -webkit-transform: scale(1.1) rotate(-13deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
/* styles */
.bounceBox:hover .bounceIcon {
  -webkit-animation: icon-bounce 0.65s alternate;
  -moz-animation: icon-bounce 0.65s alternate;
  -o-animation: icon-bounce 0.65s alternate;
  animation: icon-bounce 0.65s alternate;
}
.footer {
  width: 100%;
  color: #ffffff;
  font-family: PingFang SC;
  margin-top: 50px;
}
.footer a {
  color: #ffff;
  text-decoration: none;
}
.footer .footerTop {
  height: 240px;
  background-color: #171721;
  overflow: hidden;
  background: url("../images/bottomBgc%402x.jpg") no-repeat center center;
  background-size: cover;
  font-weight: bold;
}
.footer .footerTop .footerTopCon {
  width: 1100px;
  margin: 0 auto;
  margin-top: 32px;
  height: 240px;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.footer .footerTop .footerTopCon h3 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  padding-bottom: 17px;
  color: #ffffff;
}
.footer .footerTop .footerTopCon .underLine {
  width: 40px;
  display: block;
  border-bottom: 3px solid #2d78f4;
  margin-top: 6px;
}
.footer .footerTop .footerTopCon .topLeft {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.footer .footerTop .footerTopCon .topCen .connectUs {
  width: 230px;
  height: 172px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.footer .footerTop .footerTopCon .topCen .connectUs .usLeft {
  font-family: PingFang SC;
}
.footer .footerTop .footerTopCon .topCen .connectUs .usRight {
  font-family: PingFang SC;
}
.footer .footerTop .footerTopCon .topCen .connectUs .usCon span:hover {
  color: #2d78f4;
  text-decoration: underline;
  cursor: pointer;
}
.footer .footerTop .footerTopCon .topRight {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.footer .footerTop .footerTopCon .topRight .aboutTogo {
  display: block;
}
.footer .footerTop .footerTopCon .topRight .aboutTogo:hover {
  color: #2d78f4;
  text-decoration: underline;
  cursor: pointer;
}
.footer .footerTop .footerTopCon .cart:hover {
  color: #2d78f4;
  text-decoration: underline;
  cursor: pointer;
}
.footer .footerBottom {
  height: 70px;
  background-color: #1e1e2b;
  line-height: 70px;
  font-size: 16px;
  font-family: PingFang SC;
}
.footer .footerBottom .footerBottomCon {
  width: 1100px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
.footer .footerBottom .footerBottomCon .botLeft {
  position: absolute;
  left: 0px;
}
.footer .footerBottom .footerBottomCon .protocol {
  position: absolute;
  left: 590px;
  color: #2d78f4;
  cursor: pointer;
}
.footer .footerBottom .footerBottomCon .botRight {
  position: absolute;
  right: 110px;
  color: #fff;
  text-decoration: none;
}
.footer .footerBottom .footerBottomCon .ablog {
/*  width: 110px;*/
  height: 30px;
  position: absolute;
  right: 0px;
}
.table-box {
  width: 100%;
  border: 1px solid transparent;
  padding-bottom: 30px;
}
.table-box .table-tab {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  margin-top: 30px;
  background: #2d78f4;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  color: #333;
}
.table-box .table-tab div {
  width: 20%;
  cursor: pointer;
}
.table-box .table-tab div span {
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
}
.table-box .table-tab .tableActive {
  color: #fff;
  font-weight: 600;
}
.table-box .table-tab .tableActive span {
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}
.table-box table {
  width: 1200px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box thead {
  color: #333;
  font-size: 14px;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #000;
}
.table-box thead .minWidth {
  width: 108px;
  padding: 20px 0 5px 0;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
}
.table-box thead .maxWidth {
  width: 230px;
  height: 40px;
  padding: 20px 0 5px 0;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
}
.table-box tbody .trStyle {
  background-color: #E0E0E0;
}
.table-box tbody .trStyleW {
  background-color: #fff;
}
.table-box tbody td {
  min-height: 36px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC;
  line-height: 22px;
  color: #666666;
  vertical-align: middle;
}
        .nav li{
            float: left;
            margin-right: 15px;
            margin-left: 15px;
            position: relative;
            list-style: none;
        }
        .nav li a{
            display: block;
        }
        .nav .nav2{
            display: none;
           position:absolute;
           top:40px;
           left:-10px;
           z-index:1000;
           float:left;
           min-width:160px;
           padding:5px 0;
           margin:2px 0 0;
           list-style:none;
           font-size:14px;
           text-align:left;
           background-color:#fff;
           border:1px solid #ccc;
           border:1px solid rgba(0,0,0,0.15);
           border-radius:4px;
           -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
           box-shadow:0 6px 12px rgba(0,0,0,0.175);
           -webkit-background-clip:padding-box;
           background-clip:padding-box;
        }
        .nav .nav2 li a{
           
        }
        .nav .nav2 li a:hover{
			color:#2d78f4;
        }
        .nav li a:hover{
            color:#2d78f4;
        }
        .nav li:hover .nav2{
            display: block;
            position: absolute;
        }

/*弹窗设置*/
/*隐藏弹窗*/
.qzztc{
    display: none;/*默认隐藏*/
    position: fixed;/*固定位置*/
    z-index: 99;/*确保弹窗在顶层*/
    left: 0;
    top: 0;
    width: 100%;/*全屏*/
    height: 100%;
    overflow: auto;/*允许滚动*/
    background-color: #00000050;/*半透明黑色背景*/
}
 
/*弹窗内容*/
.qzztcnr {
    position: relative;
    background-color: #fff;
    margin: 15% auto;/*居中 */
    padding: 60px;/*弹窗大小设置*/
    border: 1px solid #fff;
    width: 50%;
    box-shadow: 0 6px 30px 0 rgba(21,22,25,.09);
    border-radius: 5px;
}
.close {
    position: absolute;
    color: #aaa;
    top: 1px;
    right: 10px;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
 
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}



.eva input[type=text] {
 /*! display:block; *//*! margin-top:30px; */padding-left:17px;
 width:100%;
 height:56px;
 font-size:18px;
 background:#f6f6f6;
 border:1px solid #d8d8d8;
 border-radius:10px;
}
.eva .eva-bottom-form{
 padding:0 51px 0 56px
}
.eva .eva-bottom-form input{
 margin-top:0
}
.eva .eva-bottom-form .eva-verify{
 margin-top:24px;
 display:flex;
 justify-content:space-between;
 align-items:center
}
.eva .eva-bottom-form .eva-verify>input{
 flex:1
}
.eva .eva-bottom-form .eva-verify .verify{
 flex:1;
 display:flex;
 align-items:center;
 margin-left:22px
}
.eva .eva-bottom-form .eva-verify .verify input{
 flex:1;
 border-radius:10px 0 0 10px;
 border-right:0
}
.eva .eva-bottom-form .eva-verify .verify button{
 width:180px;
 height:76px;
 color:#fff;
 font-size:24px;
 background:#fc6925;
 border-radius:0 10px 10px 0;
 border:none;
 cursor:pointer
}
.eva .eva-bottom-form .eva-verify .verify button:active {
 background-color:#fc6925cc
}
.eva .submitbtn{
 display:flex;
 justify-content:center;
 align-items:center;
 padding:73px 51px 63px 56px
}
.eva .submitbtn button{
 width:300px;
 height:66px;
 background:#fc6925;
 font-size:30px;
 color:#fff;
 border:1px solid #d8d8d8;
 border-radius:10px;
 cursor:pointer
}
.eva .submitbtn button:active {
 background-color:#fc6925cc
}
.eva .eva-bottom-text{
 padding:0 51px 0 56px;
 text-align:center
}
.eva .eva-bottom-text p{
 font-size:20px;
 color:#999
}
