@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "pingfang SC", "webfont", "helvetica neue", arial,
    "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif !important;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline-style: none;
}
body {
  overflow-x: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/*公共*/
.base {
  margin: 0 auto;
  width: 1200px;
}
.tit {
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.tit-des {
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 8px;
}
.white {
  color: #fff;
}
.btn {
  position: relative;
  display: block;
  width: 241px;
  height: 59px;
  line-height: 59px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 33px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.btn::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  -moz-animation: scale 1s ease 0s infinite;
  -o-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
/*top*/
.top {
  height: 37px;
  background-color: #edf0f4;
  z-index: 2;
}
.top .sy_top_c {
  display: flex;
  justify-content: space-between;
}
.top .sy_top_c .sy_top_left {
  display: flex;
}
.top .sy_top_c .sy_top_left .sy_top_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 37px;
  margin-right: 24px;
  white-space: nowrap;
}
.top .sy_top_c .sy_top_right {
  display: flex;
  align-items: center;
  height: 37px;
}
.top .sy_top_c .sy_top_right .header-gfweixin {
  position: relative;
}
.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
  display: block;
  width: 108px;
  height: 24px;
  background-color: #326cf6;
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.top .sy_top_c .sy_top_right .header-gfweixin div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  width: 171px;
  height: 171px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 6px;
  border: solid 1px #f2f3f9;
  text-align: center;
  display: none;
  z-index: 2;
}
.top .sy_top_c .sy_top_right .header-gfweixin div img {
  height: 111px;
  display: block;
  margin: 7px auto 2px auto;
}
.top .sy_top_c .sy_top_right .header-gfweixin div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
  display: block;
}
.top .sy_top_c .sy_top_right .sinaweibo {
  width: 78px;
  height: 24px;
  margin-left: 17px;
  margin-right: 4px;
  margin-top: 2px;
}
.top .sy_top_c .sy_top_right .sy_top_warp {
  position: relative;
  color: #979797;
  font-size: 14px;
  padding: 0 5px;
}
.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
  display: inline-block;
  font-size: 6px;
  color: #999999;
  margin-left: 4px;
  transform: rotate(0deg);
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover {
  background: #fff;
  line-height: 37px;
  color: #326cf6;
}
.top .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(180deg);
}
.top .sy_top_right .sy_top_warp:hover .sy_wap_box {
  display: flex;
}
.top .sy_top_right .sy_top_warp .sy_wap_box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 0;
  width: 369px;
  height: 171px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  /* border-radius: 6px; */
  border: solid 1px #f2f3f9;
  box-sizing: border-box;
  z-index: 4;
  border-top: none;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div {
  width: 160px;
  text-align: center;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .mini img {
  height: 110px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
  height: 92px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
/*nav*/
.nav_bg {
  display: flex;
  justify-content: space-between;
  height: 127px;
  align-items: center;
}
.nav_bg .nav-bg-left {
  display: flex;
  align-items: center;
}
.nav_bg .nav-bg-left .qf_logo img {
  height: 43px;
}
.nav_bg .nav-bg-left .nav_logo {
  height: 21px;
  margin-left: 30px;
  margin-right: 36px;
}
.nav_bg .nav-bg-left .nav-news {
  display: flex;
  align-items: center;
  width: 458px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
}
.nav_bg .nav-bg-left .nav-news i {
  color: #ff6600;
  font-size: 16px;
}
.nav_bg .nav-bg-left .nav-news .index-xiaolaba {
  padding-left: 16px;
  margin-right: 4px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news {
  width: 340px;
  height: 47px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a {
  display: flex;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a i {
  display: block;
  font-size: 14px;
  color: #000;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: -4px;
  margin-left: 8px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a em {
  color: #ff6600;
}
.nav_bg .nav_phone {
  display: flex;
  align-items: center;
}
.nav_bg .nav_phone .icon-dianhua1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #326cf6;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}
.nav_bg .nav_phone span {
  margin-left: 10px;
}
.nav_bg .nav_phone span em {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 8px;
}
.nav_bg .nav_phone span em:first-child {
  letter-spacing: 0px;
  color: #326cf6;
  font-size: 24px;
}
.nav_bg .nav_bg_java {
  color: #999;
  font-size: 26px;
  font-weight: bold;
  margin-right: 130px;
  border-left: 1px solid #ccc;
  padding-left: 12px;
  height: 36px;
  margin-top: 5px;
}
@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.nav_left img {
  float: left;
}
.nav_left .xq {
  position: relative;
}
.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.nav_left .p1 {
  width: 0px;
  height: 0px;
  background: #ffffff;
  box-shadow: rgba(216, 220, 233, 0.3) 0px 0px 10px 0px;
  border: 1px solid #f2f3f9;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
  border-top: none;
}
.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}
.nav_left .xq_tab:hover em {
  color: #326cf6;
}
.nav_left .xq_tab:hover em .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(-180deg);
}
.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}
.nav_left .xq_tab em {
  position: relative;
  color: #000000;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 37px;
  width: 80px;
  margin-top: -1px;
  padding-left: 10px;
}
.nav_left .xq_tab:hover em {
  background: #fff;
}
.nav_left .xq_tab em .index-ditu-dibiao {
  color: #ff6600;
  font-size: 16px;
  margin-right: 4px;
}
.nav_left .xq_tab em .index-xia_sanjiao {
  display: inline-block;
  color: #999;
  font-size: 8px;
  margin-left: 4px;
  transform: rotate(0deg);
}
.nav_left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  white-space: nowrap;
  padding-bottom: 8px;
}
.nav_left a:hover {
  color: #326cf6;
}
.index_nav_r {
  float: right;
  padding-top: 10px;
}
.fixed_wrap {
  position: relative;
  width: 142px;
  top: -66px;
}
.footer-link {
  padding-top: 20px;
  background-color: #0030af;
}
.footer-link .links-tab {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.footer-link .links-tab span {
  color: #f0f0f0;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 16px;
}
.footer-link .links-tab span.active {
  color: #ffb401;
  opacity: 1;
  border-bottom: 1px solid #ffb401;
  padding-bottom: 12px;
}
.footer-link .links-a {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}
.footer-link .links-a.active {
  display: flex;
}
.footer-link .links-a a {
  font-size: 14px;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
}
.footer-link .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer-link .copyright a {
  font-size: 14px;
  color: #ffffff;
}
.w1 .w1-con .w1-con-right li:nth-child(1) a {
  background-color: #ff4800;
  color: #ffffff;
}
.stit span {
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-left: 8px;
  z-index: 1;
}

.stit span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  padding: 0 8px 0 0;
  background-color: #cfddfd;
  z-index: -1;
}
/* .tit span::after {
  position: absolute;
  right: -97px;
  top: 14px;
  content: "";
  width: 83px;
  height: 16px;
  background: url(../images_local/tit_after.png) no-repeat;
  background-size: 83px 16px;
} */

.tit-more {
  font-size: 14px !important;
  color: #999 !important;
  font-weight: normal !important;
}
.banner {
  width: 100%;
  height: 400px;
  background: url(../images_local/banner.jpg) no-repeat;
  background-size: 1920px 400px;
  background-position: center;
  margin-top: 30px;
}
.banner .banner-tit {
  font-size: 65px;
  color: #002497;
  padding-top: 80px;
  padding-left: 52px;
  font-weight: bold;
}
.banner .banner-tit span {
  color: #ff4800;
}
.banner .banner-des {
  color: #002497;
  font-size: 29px;
  padding: 4px 0px 30px 62px;
}
.banner .banner-btn {
  display: flex;
  padding-left: 62px;
}
.banner .banner-btn a:first-child {
  width: 255px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #ff4800;
  border-radius: 20px;
  color: #fff;
  font-size: 21px;
  margin-right: 15px;
}
.banner .banner-btn a:last-child {
  width: 159px;
  height: 52px;
  line-height: 52px;
  background-color: #0279ff;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
}

.w2 {
  background: #f6f9ff;
  padding-top: 50px;
}
.w2 .base {
  display: flex;
}
.w2 .w2-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 888px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  height: 28px;
}
.w2 .w2-con {
  display: flex;
  margin-top: 20px;
}
.w2 .w2-con .w2-con-left {
  width: 418px;
  height: 311px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.w2 .w2-con .w2-con-left .w2-pic {
  width: 418px;
  height: 221px;
  overflow: hidden;
}
.w2 .w2-con .w2-con-left .w2-pic img {
  width: 100%;
  height: 221px;
  transition: 0.5s all;
  text-align: center;
}
.w2 .w2-con .w2-con-left .w2-pic:hover img {
  transform: scale(1.2);
}
.w2 .w2-con .w2-con-left h3 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding-left: 16px;
  margin-top: 14px;
  margin-bottom: 8px;
}
.w2 .w2-con .w2-con-left .swiper2 .swiper-slide:hover h3 {
  color: #326cf6;
}
.w2 .w2-con .w2-con-left p {
  color: #999;
  font-size: 14px;
  padding-left: 16px;
}
.w2 .w2-con .w2-con-right {
  margin-left: 22px;
}
.w2 .w2-con .w2-con-right .w2-con-item-top h3 {
  color: #0279ff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.w2 .w2-con .w2-con-right .w2-con-item-top h3 img {
  width: 22px;
  height: 11px;
  margin-top: 5px;
  margin-left: 5px;
}
.w2 .w2-con .w2-con-right .w2-con-item-top p {
  width: 445px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.w2 .w2-con .w2-con-right .w2-con-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #999999;
  margin-top: 16px;
}

.w2 .w2-con .w2-con-right .w2-con-item:nth-child(1) {
  margin-top: 22px;
}
.w2 .w2-con .w2-con-right .w2-con-item:nth-child(3) {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d3d3cf;
}

.w2 .w2-con .w2-con-right .w2-con-item i {
  font-size: 16px;
  color: #326cf6;
}
.w2 .w2-con .w2-con-right .w2-con-item .w2-con-item-name {
  width: 272px;
  font-size: 14px;
  color: #666666;
  margin-left: 9px;
  margin-right: 56px;
  white-space: nowrap;
}
.w2 .w2-con .w2-con-right .w2-con-item:hover .w2-con-item-name {
  color: #326cf6;
}
.w2 .w2-right {
  width: 294px;
  margin-left: 20px;
}
.w2 .w2-right .w2-right-info {
  width: 294px;
  height: 293px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 19px;
  padding-top: 18px;
}
.w2 .w2-right .w2-right-info .chooseBox {
  position: relative;
}
.w2 .w2-right .w2-right-info .chooseBox .showBtn {
  display: flex;
  width: 262px;
  height: 38px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  margin: 0 auto;
  box-sizing: border-box;
}
.w2 .w2-right .w2-right-info .chooseBox .showBtn .choose-label {
  width: 88px;
  height: 36px;
  background-color: #f9f9f9;
  border-radius: 6px 0px 0px 6px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.w2 .w2-right .w2-right-info .chooseBox .showBtn .choose-xq {
  color: #000000;
  padding-left: 20px;
}
.w2 .w2-right .w2-right-info .chooseBox .showBtn i {
  margin-left: 70px;
  font-size: 12px;
  color: #cccccc;
}
.w2 .w2-right .w2-right-info .chooseBox .showXq {
  display: none;
  position: absolute;
  top: 44px;
  left: 16px;
  width: 262px;
  padding: 20px 17px 8px 17px;
  background: #f6f9ff;
  box-shadow: 0px 6px 16px 0px rgba(206, 235, 255, 0.21);
  border-radius: 6px;
  box-sizing: border-box;
  z-index: 2;
}
.w2 .w2-right .w2-right-info .chooseBox .showXq ul {
  display: flex;
  flex-wrap: wrap;
}
.w2 .w2-right .w2-right-info .chooseBox .showXq ul li {
  width: 25%;
  white-space: nowrap;
  margin-bottom: 12px;
  color: #666666;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}
.w2 .w2-right .w2-right-info .chooseBox .showXq ul li:hover {
  color: #056cff;
}
.w2 .w2-right .w2-right-info .chooseBox .showXq ul li:nth-child(4n) {
  margin-right: 0;
}
.w2 .w2-right .des-right-classes {
  height: 218px;
  margin-top: 20px;
}
.w2 .w2-right .des-right-classes .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 262px;
  height: 20px;
  margin: 0 auto;
  font-size: 12px;
  color: #666666;
}
.w2 .w2-right .des-right-classes .swiper-slide a span {
  white-space: nowrap;
}
.w2 .w2-right .des-right-classes .swiper-slide a span:nth-child(1) {
  width: 116px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666666;
}
.w2 .w2-right .des-right-classes .swiper-slide a span:last-of-type {
  width: 56px;
  margin-left: 20px;
  color: #333333;
  height: 20px;
  line-height: 20px;
  background-color: #e5e5e5;
  border-radius: 9px;
  text-align: center;
  font-size: 11px;
  padding: 0 2px;
}
.w2 .w2-right .des-right-classes .swiper-slide a span[data-mode="1"] {
  background-color: #056cff;
  color: #fff;
}
.w2 .w2-right .des-right-classes .swiper-slide a span[data-mode="0"] {
  background-color: #ff4800;
  color: #fff;
}
.swiper-pagination2 {
  bottom: 68px !important;
}
.swiper-pagination2 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: solid 1px #ffffff;
  opacity: 1;
  box-sizing: border-box;
  background-color: transparent;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.w3 {
  background: #f6f9ff;
  padding-top: 50px;
}
.w3 .w3-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  height: 28px;
}

.w3 .w3-tit .w3-news {
  display: flex;
  width: 626px;
  height: 20px;
  margin-left: 170px;
  color: #999;
}
.w3 .w3-tit .w3-news .w3-hot-icon {
  color: #ff4800;
  font-size: 14px;
  margin-right: -10px;
}
.w3 .w3-tit .w3-news i {
  color: #ff4800;
  font-size: 12px;
}
.w3 .w3-news .swiper-slide a {
  font-size: 14px;
  color: #999;
}
.w3 .w3-news .swiper-slide a:hover {
  color: #ff4800;
}
.w3 .w3-news .swiper-container {
  margin: 0 14px;
}

.w3 .w3-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.w3 .w3-con .w3-con-item {
  width: 377px;
  margin-top: 20px;
}

.w3 .w3-con .w3-con-item h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666666;
  font-weight: bold;
}
.w3 .w3-con .w3-con-item:hover h3 {
  color: #ff4800;
}
.w3 .w3-con .w3-con-item h3 i {
  color: #fe5133;
  font-weight: normal;
  font-size: 23px;
  margin-right: 12px;
}
.w3 .w3-con .w3-con-item p {
  position: relative;
  display: flex;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.w3 .w3-con .w3-con-item p::before {
  position: absolute;
  left: 11px;
  top: 2px;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #cccccc;
}
.w3 .w3-con .w3-con-item p span {
  width: 324px;
  height: 81px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px 12px 0 16px;
}
.w3 .w3-con .w3-con-item p .javaindexiconfont {
  color: #326cf6;
  font-size: 23px;
  margin-right: 12px;
  margin-top: 35px;
}
.w3 .w3-con .w3-con-item p span i {
  color: #326cf6;
}
.w3 .w3-imgs {
  display: flex;
  justify-content: space-between;
}
.w3 .w3-imgs a {
  width: 377px;
  height: 120px;
  background-color: #008afe;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}

.w3 .w3-imgs a img {
  width: 377px;
  height: 120px;
  transition: 0.5s all;
}
.w3 .w3-imgs a img:hover {
  transform: scale(1.2);
}
.w3 .w3-ques-tit {
  color: #fc090f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 27px;
}
.w3 .w3-ques-tit img {
  width: 27px;
  height: 16px;
  margin-right: 8px;
  margin-top: 6px;
}
.w3 .w3-ques {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.w3 .w3-ques div {
  position: relative;
  display: flex;
  align-items: center;
  width: 334px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  color: #666666;
  font-size: 16px;
  margin-right: 77px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.w3 .w3-ques div:hover {
  background-image: linear-gradient(0deg, #fff5f3 0%, #ffffff 100%);
  border: solid 1px #fe5133;
}
.w3 .w3-ques div:nth-child(3n) {
  margin-right: 0;
}
.w3 .w3-ques div .javaindexiconfont {
  color: #fe5133;
  font-size: 26px;
  margin-left: 20px;
  margin-right: 10px;
}
.w3 .w3-ques div p {
  width: 220px;
  font-size: 16px;
}
.w3 .w3-ques div a {
  position: absolute;
  right: -46px;
  width: 96px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  font-weight: bold;
  border-radius: 19px;
  font-size: 14px;
  color: #fff;
}
.w4 {
  padding-top: 50px;
  margin-bottom: 50px;
}
.w4 .w4-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid#f0f0f0;
  box-sizing: border-box;
  height: 28px;
}
.w4 .w4-tit a {
  display: flex;
  align-items: center;
  color: #fe5133;
  font-size: 14px;
}
.w4 .w4-tit a i {
  font-size: 20px;
  margin-right: 6px;
}
.w4 .w4-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.w4 .w4-con .w4-left {
  width: 220px;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}
.w4 .w4-con .w4-left img {
  width: 220px;
  height: 420px;
}

.w4 .w4-con .w4-center .w4-center-tit {
  display: flex;
  justify-content: space-between;
  width: 651px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
}
.w4 .w4-con .w4-center .w4-center-tit a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666666;
  font-weight: bold;
}
.w4 .w4-con .w4-center .w4-center-tit i {
  color: #326cf6;
  font-size: 18px;
  margin-right: 6px;
}
.w4 .w4-con .w4-center .w4-center-con {
  display: flex;
  flex-wrap: wrap;
  width: 651px;
  padding-top: 10px;
}
.w4 .w4-con .w4-center .w4-center-con a {
  width: 280px;
  font-size: 14px;
  color: #666666;
  margin-top: 18px;
  white-space: nowrap;
}
.w4 .w4-con .w4-center .w4-center-con a:hover,
.w5 .w5-con .w5-center .w5-center-lists ul li a:hover {
  color: #326cf6;
}
.w4 .w4-con .w4-center .w4-center-con a:nth-child(2n) {
  margin-left: 50px;
}
.w4 .w4-con .w4-center .w4-center-con a::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #326cf6;
  border-radius: 50%;
  margin-right: 16px;
}
.w4 .w4-con .w4-center .w4-center-con a:nth-child(5),
.w4 .w4-con .w4-center .w4-center-con a:nth-child(6),
.w4 .w4-con .w4-center .w4-center-con a:nth-child(11),
.w4 .w4-con .w4-center .w4-center-con a:nth-child(12) {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d3d3cf;
}
/* .w4 .w4-con .w4-center .w4-center-con a:nth-child(5)::after,
.w4 .w4-con .w4-center .w4-center-con a:nth-child(6)::after,
.w4 .w4-con .w4-center .w4-center-con a:nth-child(11)::after,
.w4 .w4-con .w4-center .w4-center-con a:nth-child(12)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 280px;
  height: 2px;
  background: url(../images_local/line2.png) no-repeat;
  background-size: 280px 2px;
  opacity: 0.5;
} */
.w4 .w4-right {
  width: 274px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  padding-left: 16px;
  padding-top: 20px;
}
.w4 .w4-right .w4-right-tit {
  font-size: 15px;
  color: #666666;
  font-weight: bold;
}
.w4 .w4-right .w4-right-tit i {
  color: #326cf6;
  font-size: 16px;
  margin-right: 8px;
}
.w4 .w4-right .w4-right-pic {
  display: block;
  width: 258px;
  height: 152px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.w4 .w4-right .w4-right-pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.w4 .w4-right .w4-right-pic:hover img {
  transform: scale(1.2);
}

.w4 .w4-right .w4-right-lists li a {
  display: flex;
  align-items: center;
  color: #666666;
  margin-bottom: 16px;
  font-size: 14px;
}
.w4 .w4-right .w4-right-lists li a:hover {
  color: #ff6600;
}
.w4 .w4-right .w4-right-lists li a i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: rgba(255, 128, 44, 0.2);
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
}
.w4 .w4-right .w4-right-lists li:nth-child(1) a i {
  background-color: rgba(255, 128, 44, 0);
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}
.w4 .w4-right .w4-right-lists li:nth-child(2) a i {
  background-color: rgba(255, 128, 44, 0);
  color: #ff7200;
  font-size: 14px;
  font-weight: bold;
}
.w4 .w4-right .w4-right-lists li:nth-child(3) a i {
  background-color: rgba(255, 128, 44, 0);
  color: #ffae00;
  font-size: 14px;
  font-weight: bold;
}

.w5 .w5-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  height: 28px;
}
.w5 .w5-tit a {
  display: flex;
  align-items: center;
  color: #fe5133;
  font-size: 14px;
}
.w5 .w5-tit a i {
  font-size: 20px;
  margin-right: 6px;
}
.w5 .w5-con {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.w5 .w5-con .w5-left {
  width: 220px;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}
.w5 .w5-con .w5-left img {
  width: 220px;
  height: 420px;
}

.w5 .w5-right {
  width: 274px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  padding-left: 16px;
  padding-top: 20px;
}
.w5 .w5-right .w5-right-tit {
  font-size: 15px;
  color: #666666;
  font-weight: bold;
}
.w5 .w5-right .w5-right-tit i {
  color: #326cf6;
  font-size: 16px;
  margin-right: 8px;
}
.w5 .w5-right .w5-right-pic {
  display: block;
  width: 258px;
  height: 152px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.w5 .w5-right .w5-right-pic img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.w5 .w5-right .w5-right-pic:hover img {
  transform: scale(1.2);
}

.w5 .w5-right .w5-right-lists li a {
  display: flex;
  align-items: center;
  color: #666666;
  margin-bottom: 16px;
  font-size: 14px;
}
.w5 .w5-right .w5-right-lists li a:hover {
  color: #ff6600;
}
.w5 .w5-right .w5-right-lists li a i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: rgba(255, 128, 44, 0.2);
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
}
.w5 .w5-right .w5-right-lists li:nth-child(1) a i {
  background-color: rgba(255, 128, 44, 0);
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}
.w5 .w5-right .w5-right-lists li:nth-child(2) a i {
  background-color: rgba(255, 128, 44, 0);
  color: #ff7200;
  font-size: 14px;
  font-weight: bold;
}
.w5 .w5-right .w5-right-lists li:nth-child(3) a i {
  background-color: rgba(255, 128, 44, 0);
  color: #ffae00;
  font-size: 14px;
  font-weight: bold;
}
.w5 .w5-con .w5-center {
  display: flex;
  flex-wrap: wrap;
  width: 651px;
  height: 420px;
  justify-content: space-between;
}
.w5 .w5-con .w5-center .w5-center-lists {
  width: 315px;
  height: 200px;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px #f0f0f0;
  overflow: hidden;
}
.w5 .w5-con .w5-center .w5-center-lists:nth-child(1),
.w5 .w5-con .w5-center .w5-center-lists:nth-child(2) {
  margin-bottom: 16px;
}
.w5 .w5-con .w5-center .w5-center-lists .w5-center-lists-tit {
  display: block;
  height: 42px;
  line-height: 42px;
  background-color: #f8f8f8;
  font-size: 15px;
  color: #666666;
  padding-left: 20px;
  font-weight: bold;
}
.w5 .w5-con .w5-center .w5-center-lists ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  padding-left: 16px;
  margin-top: 12px;
}
.w5 .w5-con .w5-center .w5-center-lists ul li:nth-child(1) a {
  margin-top: 20px;
}
.w5 .w5-con .w5-center .w5-center-lists ul li a::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #326cf6;
  border-radius: 50%;
  margin-right: 10px;
}
.ad {
  display: block;
  width: 100%;
  height: 110px;
  background: url(../images_local/ad.jpg) no-repeat;
  background-size: 1920px 110px;
  background-position: center;
  margin: 30px 0 60px 0;
}
.module7 * {
  box-sizing: border-box;
}
.module7 .main {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module7 .main .card {
  padding-top: 138px;
  width: 225px;
  height: 437px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.module7 .main .card + .card {
  margin-left: 13px;
}
.module7 .main .card.active {
  padding-top: 40px;
  width: 724px;
}
.module7 .main .card.active .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module7 .main .card.active .dec {
  display: none;
}
.module7 .main .card.active .dec-big {
  display: block;
}
.module7 .main .card.active .more {
  display: none;
}
.module7 .main .card:nth-child(1) {
  background-color: #5971f5;
}
.module7 .main .card:nth-child(1).active {
  background-image: url("../images_local/bg7-1.png");
}
.module7 .main .card:nth-child(1) .check-list {
  padding-left: 2px;
  width: 682px;
  height: 267px;
  background: #ffffff;
  margin: 40px auto 0;
  border-radius: 8px;
  position: relative;
}
.module7 .main .card:nth-child(1) .check-list::before {
  content: "";
  width: 621px;
  height: 1px;
  border-top: 1px dashed #5971f5;
  position: absolute;
  left: 30px;
  top: 133px;
}
.module7 .main .card:nth-child(1) .check-list::after {
  content: "";
  width: 1px;
  height: 255px;
  border-left: 1px dashed #5971f5;
  top: 7px;
  left: 341px;
  position: absolute;
}
.module7 .main .card:nth-child(1) .check-list .check-wrap {
  padding-left: 19px;
  padding-top: 26px;
  height: 133px;
  width: 339px;
}
.module7 .main .card:nth-child(1) .check-list .check-wrap .check-dec {
  margin-left: 30px;
  margin-top: 11px;
  width: 255px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}
.module7 .main .card:nth-child(2) {
  background-color: #493af3;
}
.module7 .main .card:nth-child(2).active {
  background-image: url("../images_local/bg7-2.png");
}
.module7 .main .card:nth-child(2) .check-list {
  width: 682px;
  height: 267px;
  background: #ffffff;
  border-radius: 8px;
  margin: 39px auto 0;
  padding-bottom: 34px;
  padding-top: 32px;
}
.module7 .main .card:nth-child(2) .check-list .check {
  padding-left: 21px;
}
.module7 .main .card:nth-child(2) .check-list .check:nth-child(odd) {
  width: 278px;
}
.module7 .main .card:nth-child(2) .check-list .check:nth-child(even) {
  width: 376px;
}
.module7 .main .card:nth-child(2) .check-list .check .check-title {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.module7 .main .card:nth-child(3) {
  background-color: #271abb;
}
.module7 .main .card:nth-child(3).active {
  background-image: url("../images_local/bg7-3.png");
}
.module7 .main .card:nth-child(3) .check-list {
  padding-top: 25px;
  padding-bottom: 70px;
  width: 682px;
  height: 267px;
  background: #ffffff;
  border-radius: 8px;
  margin: 39px auto 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module7 .main .card:nth-child(3) .check-list .check {
  margin-top: 35px;
  padding-left: 21px;
}
.module7 .main .card:nth-child(3) .check-list .check:nth-child(3n + 1) {
  width: 269px;
}
.module7 .main .card:nth-child(3) .check-list .check:nth-child(3n + 2) {
  width: 243px;
}
.module7 .main .card:nth-child(3) .check-list .check .check-title {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.module7 .main .card .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module7 .main .card .title-wrap .title {
  margin-left: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #ffe537;
  line-height: 28px;
}
.module7 .main .card .dec {
  margin-top: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 26px;
  text-align: center;
}
.module7 .main .card .dec-big {
  margin-top: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 26px;
  text-align: center;
  display: none;
}
.module7 .main .card .check-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.module7 .main .card .check-list .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module7 .main .card .check-list .check .check-title {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #5971f5;
  line-height: 22px;
}
.module7 .main .card .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 362px;
  text-align: center;
  width: 100%;
}
.module7 .main .card .more .more-content {
  font-size: 16px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 20px;
  margin-right: 15px;
}

.module8 {
  width: 100%;
  height: 958px;
  background: url(../images_local/module8.jpg) no-repeat;
  background-size: 1920px 1008px;
  background-position: center;
  margin-top: 53px;
  padding-top: 50px;
}

.module8 .main {
  position: relative;
  width: 1146px;
  height: 664px;
  margin: 26px auto 13px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  background: url(../images_local/module8-1.png) no-repeat;
  background-size: 1120px 734px;
  background-position: top right;
  padding-top: 70px;
  padding-right: 54px;
}

.module8 .main .left .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 163px;
  height: 80px;
  background: url(../images_local/module8-tab.png) no-repeat;
  background-size: 211px 80px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  padding-left: 48px;
  transition: 0.5s all;
}
.module8 .main .left .tab span {
  font-size: 20px;
  font-weight: bold;
}
.module8 .main .left .tab.active {
  background: url(../images_local/module8-taba.png) no-repeat;
  background-size: 211px 80px;
  color: #ffffff;
  margin-left: 20px;
}
.module8 .main .left .tab + .tab {
  margin-top: 17px;
}

.module8 .main .con-right .right-tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.module8 .main .right {
  width: 864px;
  height: 550px;
  overflow: auto;
}
.module8 .main .right::-webkit-scrollbar {
  width: 5px;
  height: 550px;
  background-color: #f0f0f0;
  border-radius: 3px;
}
.module8 .main .right::-webkit-scrollbar-thumb {
  width: 5px;
  height: 110px;
  background-color: #1a2acd;
  border-radius: 3px;
}
/* .module8 .main .right .content {
  display: none;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module8 .main .right .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.module8 .main .right .content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module8 .main .right .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module8 .main .right .content:nth-child(1) {
  height: 1805px;
}
.module8 .main .right .content:nth-child(2) {
  height: 1200px;
}
.module8 .main .right .content:nth-child(3) {
  height: 1700px;
}
.module8 .main .right .content:nth-child(4) {
  height: 2120px;
}

.module8 .main .right .content .card {
  width: 248px;
  background: #ffffff;
  border: solid 1px #f0f0f0;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}
.module8 .main .right .content .card .title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 26px;
}

.module8 .main .right .content .card .dec {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin: 10px 0 0 30px;
}

.m2 {
  padding-top: 50px;
}
.m2 .solgans {
  margin-top: 30px;
}
.m2 .solgans ul {
  display: flex;
}
.m2 .solgans ul li {
  width: 20%;
  display: flex;
}
.m2 .solgans ul li .logo {
  position: relative;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  margin-top: 8px;
}
.m2 .solgans ul li .logo::before {
  position: absolute;
  top: -3px;
  left: -5px;
  content: "";
  width: 20px;
  height: 20px;
  background: #056cff;
  border-radius: 50%;
  transition: all ease 0.3s;
  z-index: -1;
}
.m2 .solgans ul li .logo .indexfont {
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: rgba(199, 218, 255, 0.7);
  border-image: linear-gradient(0deg, #c0e6ff, #ffffff) 10 10;
  box-shadow: 0px 1px 0px 0px #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  transition: all ease 0.3s;
}
.m2 .solgans ul li .logo:hover {
  transform: scale(1.1);
}
.m2 .solgans ul li .logo:hover::before {
  top: -4px;
  left: -8px;
}
.m2 .solgans ul li .text {
  margin-left: 9px;
}
.m2 .solgans ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #000000;
}
.m2 .solgans ul li .text p:nth-child(1) strong {
  font-size: 24px;
  color: #056cff;
  font-weight: bold;
}
.m2 .solgans ul li .text p:nth-child(2) {
  font-size: 13px;
  color: #666666;
}
.m2 .m2-con {
  width: 1200px;
  padding: 36px 0 16px 0;
  background: #f6f9ff;
  border-radius: 10px;
  margin-top: 40px;
}
.m2 .m2-con .con-top {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  width: 1160px;
  margin-bottom: 40px;
}
.m2 .m2-con .con-top .con-left {
  position: relative;
  display: none;
}
.m2 .m2-con .con-top .con-left.active {
  display: block;
}
.m2 .m2-con .con-top .con-left .pro-img {
  width: 800px;
  height: 442px;
}
.m2 .m2-con .con-top .con-left .pro-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  height: 442px;
  padding-left: 80px;
  background: rgba(0, 0, 0, 0.7);
}
.m2 .m2-con .con-top .con-left .pro-info p {
  width: 550px;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 30px;
}
.m2 .m2-con .con-top .con-left .pro-info a {
  color: #ff6600;
  font-size: 16px;
}
.m2 .m2-con .con-top .con-right {
  position: relative;
  height: 442px;
  overflow-y: auto;
  padding-right: 34px;
  padding-left: 8px;
  margin-left: 24px;
}
.m2 .m2-con .con-top .con-right::before {
  position: absolute;
  top: 0;
  left: 7px;
  content: "";
  width: 1px;
  height: 514px;
  background: #326cf6;
}
.m2 .m2-con .con-top .con-right .right-tit {
  display: flex;
  align-items: center;
  color: #010101;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.m2 .m2-con .con-top .con-right .right-tit img {
  width: 25px;
  height: 15px;
}
.m2 .m2-con .con-top .con-right .right-lists li {
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.m2 .m2-con .con-top .con-right .right-lists li div h3 {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  margin-left: -8px;
}
.m2 .m2-con .con-top .con-right .right-lists li div h3 i {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 1px #326cf6;
  border-radius: 50%;
  margin-right: 12px;
}
.m2 .m2-con .con-top .con-right .right-lists li div h3 i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #326cf6;
  border-radius: 50%;
}
.m2 .m2-con .con-top .con-right .right-lists li div p {
  width: 167px;
  color: #3d485d;
  font-size: 12px;
  padding-left: 21px;
  margin-top: 4px;
  white-space: nowrap;
}
.m2 .m2-con .con-top .con-right .right-lists li a {
  width: 80px;
  height: 28px;
  border-radius: 6px;
  border: solid 1px #326cf6;
  color: #326cf6;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
.m2 .m2-con .con-top .con-right .right-lists li.active div h3 {
  color: #ff6600;
}
.m2 .m2-con .con-top .con-right .right-lists li.active div h3 i {
  border: solid 1px #ff6600;
}
.m2 .m2-con .con-top .con-right .right-lists li.active div h3 i::before {
  background: #ff6600;
}
.m2 .m2-con .con-top .con-right .right-lists li.active div p {
  color: #ff6600;
}
.m2 .m2-con .con-top .con-right .right-lists li.active a {
  background: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  color: #ffffff;
  border: solid 1px #ff8534;
}
.m2 .m2-con .con-mid {
  position: relative;
  margin-bottom: 40px;
}
.m2 .m2-con .con-mid .mid-tit {
  margin-left: 40px;
  font-size: 20px;
  color: #000;
  padding-left: 12px;
  line-height: 1;
  border-left: 2px solid #326cf6;
  font-weight: bold;
  margin-bottom: 30px;
}
.m2 .m2-con .con-mid .mid-tit span {
  font-weight: normal;
  color: #3d485d;
  font-size: 14px;
  margin-left: 10px;
}
.m2 .m2-con .con-mid .swiper12 {
  width: 1122px;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide {
  text-align: center;
  padding-top: 5px;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide .icon {
  display: block;
  width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #ffffff 0%, #f4f5f8 100%);
  box-shadow: 0px 0px 6px 0px rgba(0, 21, 72, 0.1),
    inset 0px 2px 4px 0px #ffffff;
  border: solid 1px #ffffff;
  color: #326cf6;
  font-size: 38px;
  margin: 0 auto;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide .icon:hover {
  transform: scale(1.05);
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 2) .icon {
  color: #ff6600;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 3) .icon {
  color: #7800ff;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 4) .icon {
  color: #e70021;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 5) .icon {
  color: #00c883;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 6) .icon {
  color: #00a1fd;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 7) .icon {
  color: #fdb800;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 8) .icon {
  color: #7800ff;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 9) .icon {
  color: #ff0000;
}
.m2 .m2-con .con-mid .swiper12 .swiper-slide:nth-child(10n + 10) .icon {
  color: #00c883;
}
.m2 .m2-con .con-bot {
  position: relative;
}
.m2 .m2-con .con-bot .bot-tit {
  margin-left: 40px;
  font-size: 20px;
  color: #000;
  padding-left: 12px;
  line-height: 1;
  border-left: 2px solid #326cf6;
  font-weight: bold;
  margin-bottom: 10px;
}
.m2 .m2-con .con-bot .bot-tit span {
  font-weight: normal;
  color: #3d485d;
  font-size: 14px;
  margin-left: 10px;
}
.m2 .m2-con .con-bot .swiper5 {
  width: 1122px;
  padding: 20px 20px 0 20px;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask {
  display: block;
  width: 264px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask .top-img {
  width: 264px;
  height: 144px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask img {
  width: 264px;
  height: 144px;
  transition: 0.5s all;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask img:hover {
  transform: scale(1.2);
}
.m2 .m2-con .con-bot .swiper5 .i5-mask p {
  width: 222px;
  height: 100px;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 0 auto 18px auto;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask h4 {
  font-size: 16px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask a {
  display: block;
  width: 100px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #326cf6;
  color: #326cf6;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
}
.m2 .m2-con .con-bot .swiper5 .i5-mask a:hover {
  background-color: #326cf6;
  color: #fff;
}

.m2 .m2-con .swiper-button-prev {
  position: absolute;
  top: 90px;
  left: 12px;
  width: 20px;
  height: 46px;
  line-height: 46px;
  background-color: #eaf0fe;
  color: #326cf6;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  background-image: url() !important;
}

.m2 .m2-con .swiper-button-prev.swiper-button-prev5,
.m2 .m2-con .swiper-button-next.swiper-button-next5 {
  top: 200px;
}
.m2 .m2-con .swiper-button-next {
  position: absolute;
  top: 90px;
  right: 12px;
  width: 20px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #eaf0fe;
  color: #326cf6;
  font-size: 18px;
  text-align: center;
  background-image: url() !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #326cf6 !important;
  color: #fff !important;
}

.w6 {
  padding-top: 50px;
  padding-bottom: 30px;
}
.w6 .w6-con {
  position: relative;
}
.w6 .w6-con .swiper4 {
  width: 1120px;
  padding: 20px 0;
}
.w6 .w6-con .swiper4 .w6-item-pic {
  position: relative;
  width: 264px;
  height: 174px;
  background-image: linear-gradient(
    45deg,
    #f2f6ff 0%,
    #e2ebff 50%,
    #d2dfff 100%
  );
  border-radius: 10px 10px 0px 0px;
  margin-top: 37px;
}
.w6 .w6-con .swiper4 .w6-item-pic .icon-JavaEE {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #326cf6;
  font-size: 22px;
  text-align: center;
}
.w6 .w6-con .swiper4 .w6-item-pic .w6-item-label {
  position: absolute;
  top: 129px;
  left: 13px;
}
.w6 .w6-con .swiper4 .w6-item-pic .w6-item-label span {
  position: relative;
  padding: 6px 10px;
  background-color: #326cf6;
  border-radius: 15px;
  color: #ffffff;
  font-size: 12px;
}
.w6 .w6-con .swiper4 .w6-item-pic .w6-item-label span::before {
  position: absolute;
  top: -8px;
  left: 34px;
  content: "";
  width: 20px;
  height: 9px;
  background: url(../images_local/teacher-icon.png) no-repeat;
  background-size: 20px 9px;
}
.w6 .w6-con .swiper4 .w6-item-pic img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  height: 232px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.w6 .w6-con .swiper4 .w6-item-info {
  width: 264px;
  height: 273px;
  box-shadow: 0px 4px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 0px 0px 10px 10px;
  border: solid 1px #e7e9ef;
  box-sizing: border-box;
}
.w6 .w6-con .swiper4 .w6-item-info h3 {
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 8px;
}
.w6 .w6-con .swiper4 .w6-item-info p {
  font-size: 13px;
  width: 226px;
  height: 133px;
  line-height: 20px;
  margin: 0 auto;
  color: #999999;
}
.w6 .w6-con .swiper4 .w6-item-info a {
  position: relative;
  display: block;
  width: 141px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 19px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}
.w6 .w6-con .swiper4 .w6-item-info a::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  -moz-animation: scale 1s ease 0s infinite;
  -o-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.swiper-button-prev4 {
  position: absolute;
  top: 212px;
  left: 0;
  width: 20px;
  height: 46px;
  line-height: 46px;
  background-color: #eaf0fe;
  color: #326cf6;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  background-image: url() !important;
}
.swiper-button-next4 {
  position: absolute;
  top: 212px;
  right: 0;
  width: 20px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #eaf0fe;
  color: #326cf6;
  font-size: 18px;
  text-align: center;
  background-image: url() !important;
}
.w7 .w7-con {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.w7 .w7-con .w7-con-left {
  width: 223px;
}
.w7 .w7-con .w7-con-left .w7-con-left-pic {
  width: 223px;
  height: 115px;
}
.w7 .w7-con .w7-con-left .w7-con-left-label {
  display: flex;
  justify-content: space-between;
  width: 223px;
  margin: 16px auto 20px auto;
}
.w7 .w7-con .w7-con-left .w7-con-left-label span {
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
  border: solid 1px #326cf6;
  color: #326cf6;
  font-size: 12px;
  padding: 0 6px;
}
.w7 .w7-con .w7-con-left .w7-con-left-label span:hover {
  color: #fff;
  background: #326cf6;
}
.w7 .w7-con .w7-con-left .w7-con-left-label span:nth-child(2) {
  color: #fe4e33;
  border: solid 1px #fe4e33;
}
.w7 .w7-con .w7-con-left .w7-con-left-label span:nth-child(2):hover {
  color: #fff;
  background: #fe4e33;
}
.w7 .w7-con .w7-con-left .w7-con-left-label span:nth-child(3) {
  color: #00c883;
  border: solid 1px #00c883;
}
.w7 .w7-con .w7-con-left .w7-con-left-label span:nth-child(3):hover {
  color: #fff;
  background: #00c883;
}
.w7 .w7-con .w7-con-left p {
  width: 234px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.w7 .w7-con .w7-con-left a {
  position: relative;
  display: block;
  width: 144px;
  height: 34px;
  line-height: 34px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 17px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 20px auto 0 auto;
  overflow: hidden;
}
.w7 .w7-con .w7-con-left a::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  -moz-animation: scale 1s ease 0s infinite;
  -o-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
.w7 .w7-con .w7-con-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 954px;
}
.w7 .w7-con .w7-con-right a {
  position: relative;
  width: 222px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 10px;
  border: solid 1px #e7e9ef;
  overflow: hidden;
  margin-bottom: 18px;
}
.w7 .w7-con .w7-con-right a img {
  width: 222px;
  height: 122px;
}
.w7 .w7-con .w7-con-right a h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 18px;
}
.w7 .w7-con .w7-con-right .w7-right-item-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 122px;
  background-color: rgba(1, 1, 1, 0.6);
  text-align: center;
  transition: 0.5s all;
}
.w7 .w7-con .w7-con-right .w7-right-item-mask i {
  color: #ffffff;
  font-size: 36px;
  line-height: 122px;
}
.w7 .w7-con .w7-con-right a:hover .w7-right-item-mask {
  opacity: 1;
}
.w8 {
  padding-top: 30px;
  padding-bottom: 48px;
}
.w8 .w8-con {
  position: relative;
  margin-bottom: 54px;
}
.w8 .w8-con .swiper8 {
  width: 1120px;
}
.w8 .w8-con .swiper8 .w8-item-pic {
  position: relative;
  width: 261px;
  height: 294px;
}
.w8 .w8-con .swiper8 .w8-item-pic img {
  width: 100%;
}
.w8 .w8-con .swiper8 .w8-item-pic h3 {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.swiper-button-next8,
.swiper-button-prev8 {
  width: 20px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #eaf0fe;
  color: #326cf6;
  font-size: 18px;
  text-align: center;
  background-image: url() !important;
}

.w9 .w9-con {
  display: flex;
  justify-content: center;
  width: 1200px;
  height: 526px;
  background: url(../images_local/w9.png) no-repeat;
  background-size: 402px 402px;
  background-position: center top;
  margin-top: 50px;
}
.w9 .w9-con .w9-con-left li,
.w9 .w9-con .w9-con-right li {
  display: flex;
  width: 600px;
}
.w9 .w9-con .w9-con-left li {
  justify-content: flex-end;
  margin-bottom: 50px;
}
.w9 .w9-con .w9-con-right li {
  margin-bottom: 40px;
  align-items: center;
}

.w9 .w9-con ul li span {
  font-size: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.w9 .w9-con ul li:hover span {
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}

.w9 .w9-con ul li div h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.w9 .w9-con .w9-con-left li:hover div h3,
.w9 .w9-con .w9-con-right li:hover div h3 {
  color: #fe5133;
}
.w9 .w9-con ul li div p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  opacity: 0.8;
}
.w9 .w9-con .w9-con-left li span {
  margin-left: 18px;
}
.w9 .w9-con .w9-con-right li span {
  margin-right: 18px;
}
.w9 .w9-con .w9-con-left li div {
  text-align: right;
}
.w9 .w9-con .w9-con-left li:nth-child(1) span {
  margin-right: 56px;
}
.w9 .w9-con .w9-con-left li:nth-child(2) span {
  margin-right: 174px;
}
.w9 .w9-con .w9-con-left li:nth-child(3) span {
  margin-right: 164px;
}
.w9 .w9-con .w9-con-left li:nth-child(4) span {
  margin-right: 40px;
}
.w9 .w9-con .w9-con-right li:nth-child(1) span {
  margin-left: 90px;
}
.w9 .w9-con .w9-con-right li:nth-child(2) span {
  margin-left: 170px;
}
.w9 .w9-con .w9-con-right li:nth-child(3) span {
  margin-left: 172px;
}
.w9 .w9-con .w9-con-right li:nth-child(4) span {
  margin-left: 72px;
}
.w10 {
  width: 100%;
  height: 359px;
  padding-top: 40px;
  background: url(../images_local/w10.jpg) no-repeat;
  background-size: 1920px 399px;
  background-position: center;
}
.w10 .base {
  display: flex;
}
.w10 .w10-tit {
  width: 118px;
  height: 295px;
  margin-left: 90px;
  margin-right: 80px;
}
.w10 .w10-ques a {
  display: block;
  width: 258px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.w10 .w10-ques a p {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  margin: 10px 0;
  color: #ffffff;
  font-size: 14px;
}
.w10 .w10-ques a span {
  color: #fe5133;
  font-size: 24px;
  margin-right: 16px;
}
.w10 .w10-ques a:hover p {
  background: #ffffff;
  border-radius: 19px;
  color: #333333;
  font-size: 16px;
}
.w10 .w10-ques a:hover p span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-left: -8px;
}
.w10 .w10-form {
  width: 402px;
  height: 321px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 160px;
}
.w10 .w10-form .w10-form-tit {
  color: #260976;
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}
.w10 .w10-form .w10-form-tit span {
  color: #fe5133;
}
.w10 .w10-form .list-form-item {
  display: flex;
  width: 335px;
  height: 50px;
  border: solid 1px #f0f0f0;
  margin: 20px auto 0 auto;
}
.w10 .w10-form .list-form-item i {
  width: 55px;
  height: 50px;
  background-color: #fe5133;
  border-radius: 0px 30px 0px 0px;
  color: #fefefe;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}
.w10 .w10-form .list-form-item:focus {
  background: #fff;
  border: none;
  outline: #ffffff;
}

.w10 input {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  outline: none;
  border: none;
  font-size: 18px;
}
.w10 input::-webkit-input-placeholder {
  color: #cccccc;
}
.w10 .w10-submit {
  position: relative;
  width: 183px;
  height: 54px;
  line-height: 54px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 33px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin: 24px auto 0 auto;
  overflow: hidden;
}
.w10 .w10-submit::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: scale 1s ease 0s infinite;
  -moz-animation: scale 1s ease 0s infinite;
  -o-animation: scale 1s ease 0s infinite;
  animation: scale 1s ease 0s infinite;
}
