* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  max-width: 90%;
  min-width: 320px;
  margin: auto;
}
.transverse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.title {
  margin: 80px auto 40px auto;
  text-align: center;
}
.title p {
  font-weight: 600;
  color: #111111;
  font-size: 49px;
}
.title span {
  color: rgba(90, 105, 130, 0.2);
  font-size: 24px;
  margin-top: 5px;
}
.header {
  padding: 20px 0;
}
.header .logo {
  display: block;
  width: 35%;
}
.header .nav {
  width: 60px;
  height: 60px;
  background: url("../image/icon_menu.png");
  background-size: 100% 100%;
}
.header .clone {
  width: 60px;
  height: 60px;
  background: url("../image/icon_close.png");
  background-size: 100% 100%;
  display: none;
}
.header .mask {
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  z-index: -10;
  transition: all .7s;
}
.header .mask .mask-nav {
  width: 90%;
  margin: auto;
  padding-top: 60px;
}
.header .mask .mask-nav li a ,.mask-nav li p {
  display: block;
  color: #5A6982;
  font-size: 48px;
  border-bottom: 1px solid rgba(1, 64, 153, 0.4);
  width: 100%;
  height: 140px;
  line-height: 140px;
}
.mask-nav li p i{
  font-size: 40px;
  margin-left: 70%;
}
.header .mask .mask-nav li .jufa .jufa-a{
  display: block;
  color: #5A6982;
  font-size: 42px;
  border-bottom: none;
  width: 100%;
  height: 120px;
  line-height: 120px;
  padding-left: 30px;
}
.header .mask .mask-nav li .nav-p{
  border-bottom: none;
}
.header .mask .mask-nav li .jufa .jufa-a:nth-child(4){
  border-bottom: 1px solid rgba(1, 64, 153, 0.4);
}
.header .mask .mask-nav .mask-nav-select a {
  color: #014099;
  border-bottom: 1px solid rgba(1, 64, 153, 0.8);
}
.simple-swiper-container {
  position: relative;
}
.pagination {
  position: absolute;
  left: 40%;
  bottom: 40px;
  width: auto;
  height: auto;
  z-index: 5;
  text-align: center;
}
.pagination > .pagination-items {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  cursor: pointer;
  background: url("../image/icon_pt_bl_a3x.png");
  background-size: 100% 100%;
  border-radius: 50%;
}
.pagination-items-active {
  background: url("../image/icon_pt_bl3x.png") !important;
  background-size: 100% 100% !important;
}
.no-click a {
  /*pointer-events: none;*/
}
.banner {
  width: 100%;
}
.business .business-content {
  width: 48%;
  margin-top: 30px;
  display: block;
  padding: 40px 0;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.business .business-content .business-img {
  width: 35%;
  margin: auto;
}
.business .business-content .business-ruido {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 15px auto;
}
.business .business-content p {
  text-align: center;
  font-size: 36px;
  color: #111111;
}
.business .business-content:nth-child(1) .business-ruido {
  background: #2B69EF;
}
.business .business-content:nth-child(1) p {
  color: #2B69EF;
}
.business .business-content:nth-child(2) .business-ruido {
  background: #BF5AF2;
}
.business .business-content:nth-child(2) p {
  color: #BF5AF2;
}
.business .business-content:nth-child(3) .business-ruido {
  background: #FFD60A;
}
.business .business-content:nth-child(3) p {
  color: #FFD60A;
}
.business .business-content:nth-child(4) .business-ruido {
  background: #32D74B;
}
.business .business-content:nth-child(4) p {
  color: #32D74B;
}
.technology-container {
  width: 92%;
  margin: auto;
}
.technology {
  margin-bottom: 120px;
}
.technology .technology-content {
  width: 50%;
  display: flex;
  margin-top: 80px;
}
.technology .technology-img {
  width: 35%;
  height: 100px;
  margin-right: 20px;
}
.technology .technology-txt p {
  font-size: 38px;
  margin-bottom: 10px;
  color: #014099;
}
.technology .technology-txt span {
  font-size: 26px;
}
.customerCase {
  background: #edf3fa;
  padding: 40px 0;
}
.customerCase .customerCase-box {
  width: 48%;
  display: block;
  margin-top: 20px;
}
.customerCase .customerCase-box .customerCase-img {
  border-radius: 10px;
  overflow: hidden;
}
.customerCase .customerCase-box p {
  font-size: 34px;
  font-weight: 600;
  margin: 6px 0;
  color: #111;
}
.cooperation {
  margin-bottom: 80px;
}
footer {
  background: #00091A;
}
.fool {
  overflow: hidden;
  padding: 40px 0;
  font-size: 30px;
  color: #5A6982;
  position: relative;
}
.fool .phone {
  position: fixed;
  right: 40px;
  bottom: 60px;
}
.fool .phone .i-phone {
  display: block;
  width: 160px;
  height: 160px;
  background: url("../image/icon_tel1.png");
  background-size: 100% 100%;
}
.fool .transverse {
  align-items: initial;
}
.fool .fool-code {
  width: 20%;
}
.fool .fool-code p {
  text-align: center;
}
.fool .fool-add {
  width: 80%;
  padding-left: 80px;
}
.fool .fool-add .fool-add-content {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.fool .fool-add .fool-add-content:nth-child(1) {
  margin-top: 0;
}
.fool .fool-add .fool-add-content .fool-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.fool .fool-add .fool-add-content p {
  font-size: 30px;
}
.fool .fool-tetx {
  margin-top: 40px;
  text-align: center;
}
.fool .fool-tetx p {
  margin-top: 10px;
}
.fool .keepRecord {
  text-align: center;
  margin-top: 40px;
  align-items: start;
  overflow: hidden;
}
.fool .keepRecord p {
  color: #5A6982;
}
.fool .keepRecord img {
  width: 40px;
  vertical-align: text-bottom;
  height: 40px;
}
.introduction {
  color: rgba(17, 17, 17, 0.5);
  line-height: 65px;
  font-size: 36px;
  margin-bottom: 60px;
}
.concept-box {
  background: #edf3fa;
  padding: 40px 0;
}
.concept-box .concept {
  width: 21%;
  height: 400px;
}
.concept-box .concept:nth-child(1) p {
  color: #2A69EE;
}
.concept-box .concept:nth-child(2) p {
  color: #32D74B;
}
.concept-box .concept:nth-child(3) p {
  color: #FFD60A;
}
.concept-box .concept:nth-child(4) p {
  color: #BF5AF2;
}
.concept-box .concept-img {
  width: 100%;
}
.concept-box p {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}
.certificate {
  color: rgba(17, 17, 17, 0.5);
  font-size: 36px;
  margin-bottom: 40px;
}
.certificate-content {
  margin-bottom: 120px;
}
.certificate-content .swiper-slider {
  height: 700px;
}
.certificate-content .pagination {
  right: auto;
  top: auto;
  bottom: -40px;
  width: auto;
  height: 30px;
  left: 35%;
}
.certificate-content .pagination > .pagination-items {
  display: inline-block;
  margin-left: 15px;
  background: url("../image/huiyuan.png");
  background-size: 100% 100%;
}
.certificate-content .pagination-items-active {
  background: url("../image/heixuan.png") !important;
  background-size: 100% 100% !important;
}
.course {
  position: relative;
  margin-bottom: 80px;
}
.course .course-content {
  margin-top: 50px;
}
.course .course-content .course-img {
  width: 160px;
  height: 160px;
  flex: 1;
}
.course .course-content .course-txt {
  flex: 1;
  padding: 0 20px;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
}
.course .course-content .course-ms {
  padding: 40px;
  flex: 3;
  font-size: 34px;
  background-color: #edf3fa;
}
.course .course-content:nth-child(1) .course-txt p {
  color: #FF9F0A;
}
.course .course-content:nth-child(2) .course-txt p {
  color: #BF5AF2;
}
.course .course-content:nth-child(3) .course-txt p {
  color: #7ED321;
}
.course .course-content:nth-child(4) .course-txt p {
  color: #2A69EE;
}
.course .course-xian {
  position: absolute;
  height: 80%;
  width: 1px;
  border-left: 3px solid rgba(43, 105, 239, 0.2);
  top: 60px;
  left: 8.5%;
  z-index: -10;
}
.slouText {
  line-height: 60px;
  margin-bottom: 60px;
  color: rgba(17, 17, 17, 0.8);
  font-size: 30px;
}
.slouImg {
  margin-bottom: 120px;
  margin-top: 100px;
}
.icon-yuandianxiao {
  color: #2A69EE;
}

.swiper-items a{
  display: block;
}

#prev{display: none;}
#next{display: none;}