@charset "utf-8";
/* CSS Document */
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
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;
}
/*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;
}
@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;
}
.banner {
  position: relative;
  /* width: 1200px; */
  height: 350px;
  margin: 0 auto 20px;
}

.banner .base {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
}
.banner .swiper1 .swiper-slide {
  width: 1200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  opacity: 0.5;
}
.banner .swiper1 .swiper-slide-active {
  opacity: 1;
}
.banner .swiper1 a img {
  height: 350px;
}
.banner .swiper1 p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1160px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 50px 20px 24px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.banner .swiper-slide-active .t-card {
  display: block;
}
.banner .t-card {
  position: absolute;
  top: 34px;
  right: 52px;
  width: 281px;
  height: 281px;
  border-radius: 10px;
  transition: transform ease 0.2s;
  background: url(/wenwen/images_wenwen/banner-form.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  display: none;
}
.banner .t-card:hover {
  transform: translateY(-10px);
}
.banner .t-card .cover h3 {
  font-size: 18px;
  color: #326cf6;
  text-align: center;
  padding-bottom: 14px;
}
.banner .t-card .cover h3 span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}
.banner .t-card .cover .tag {
  margin: auto;
  width: 224px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 6px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 15px;
  color: #000000;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.banner .t-card .cover .tag span {
  font-size: 20px;
  font-weight: bold;
}
.banner .t-card .cover .tag .icon {
  margin-right: 10px;
}
.banner .t-card .cover .tag:first-of-type {
  margin-bottom: 7px;
}
.banner .t-card .btns {
  width: 234px;
  display: flex;
  justify-content: space-between;
  margin: 22px auto;
}
.banner .t-card .btns .btn {
  width: 109px;
  height: 37px;
  background-color: #326cf6;
  border-radius: 8px;
  font-size: 16px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
}
.banner .t-card .btns .btn:nth-child(2) {
  background-color: #ff6600;
}

/* .content .base {
       position: relative;
     } */

.content .content-con {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content .content-con .con-left {
  width: 830px;
  height: 1615px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 30px;
}
.content .content-con .con-left .wenwen-xt {
  font-size: 14px;
  color: #999999;
  padding-top: 28px;
}
.content .content-con .con-left .wenwen-xt span {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-right: 16px;
}
.content .content-con .con-left .item {
  display: block;
  margin-top: 28px;
}

.content .content-con .con-left .item .item-answer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.content .content-con .con-left .item .item-answer span {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 53px;
}
.content .content-con .con-left .item .item-answer span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 42px;
  height: 6px;
  background: url(/wenwen/images_wenwen/b1.png) no-repeat;
  background-size: 100%;
}
.content .content-con .con-left .item:hover .item-answer span {
  color: #326cf6;
}
.content .content-con .con-left .item:hover .item-answer span::before {
  background: url(/wenwen/images_wenwen/b2.png) no-repeat;
  background-size: 100%;
}
.content .content-con .con-left .item .item-question {
  position: relative;
  display: flex;
}
.content .content-con .con-left .item .item-question .item-question-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background-color: #ffe8e8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.2;
}
.content .content-con .con-left .item .item-question span {
  width: 735px;
  background-color: #fafafa;
  border-radius: 6px;
  color: #666666;
  font-size: 14px;
  padding: 16px 20px;
  line-height: 24px;
  margin-left: 12px;
}
.content .content-con .con-left .item .item-question span i {
  color: #326cf6;
}

.content .content-con .con-left .item .item-time {
  font-size: 14px;
  color: #999;
}

.content .content-con .con-left .con-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%),
    linear-gradient(#cccccc, #cccccc);
  border-radius: 25px;
  color: #ffffff;
  font-size: 20px;
  margin: -16px auto 0 auto;
}
.content .content-con .con-left .con-btn .qa-dianji1 {
  font-size: 24px;
}
.content .content-con .con-right {
  height: 1615px;
  display: flex;
  flex-direction: column;
}
.content .content-con .con-right .con-right-zxwd,
.content .content-con .con-right .con-right-rywd,
.content .content-con .con-right .con-right-label {
  position: relative;
  width: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 19px 20px;
  margin-bottom: 19px;
}
.content .content-con .con-right .con-right-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .content-con .con-right .con-right-tit span {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.content .content-con .con-right .con-right-tit a {
  color: #999999;
  font-size: 12px;
}

.content .content-con .con-right .con-right-zxwd-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-zxwd-item .img-box {
  position: relative;
  width: 88px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
}
.content .content-con .con-right .con-right-zxwd-item .img-box::before {
  content: "NO.1";
  width: 36px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  left: 5px;
  top: 0;
  color: #f0f4ff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
}
.content
  .content-con
  .con-right
  .con-right-zxwd-item:nth-child(2)
  .img-box:before {
  content: "NO.2";
  background-color: #ff6600;
}
.content
  .content-con
  .con-right
  .con-right-zxwd-item:nth-child(3)
  .img-box:before {
  content: "NO.3";
  background-color: #ffa800;
}
.content .content-con .con-right .con-right-zxwd-item img {
  width: 88px;
  height: 72px;
  transition: all 0.5s;
}
.content .content-con .con-right .con-right-zxwd-item .img-box:hover img {
  transform: scale(1.2);
}
.content .content-con .con-right .con-right-zxwd-item div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-con .con-right .con-right-zxwd-item div h3 {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 152px;
}

.content .content-con .con-right .con-right-zxwd-item:hover div h3 {
  color: #326cf6;
}
.content .content-con .con-right .con-right-zxwd-item div h3 i {
  font-size: 12px;
  color: #fff;
  padding: 0 2px;
  background-color: #ff6600;
  border-radius: 4px;
  margin-left: 2px;
}
.content .content-con .con-right .con-right-zxwd-item div p {
  color: #999999;
  font-size: 12px;
}

.content .content-tjwd {
  position: relative;
  width: 733px;
  /* margin: 40px auto 0 auto; */
}

.content .content-tjwd .swiper-button-prev4,
.content .content-tjwd .swiper-button-next4 {
  width: 20px;
  height: 46px;
  border-radius: 4px;
  color: #326cf6;
  background: rgba(50, 108, 246, 0.1);
  opacity: 1;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.content .content-tjwd .swiper-button-prev4 {
  left: 0;
}
.content .content-tjwd .swiper-button-next4 {
  right: 0;
}
.content .content-tjwd .swiper-button-prev4:hover,
.content .content-tjwd .swiper-button-next4:hover {
  background: #326cf6;
  color: #fff;
}
/* .nav_main {
  position: relative;
}
.nav_right_bg {
  position: relative;
  height: 49px;
  width: 1200px;
  margin: 0;
}
.nav_right {
  display: flex;
}
.nav_right i:hover,
.nav_right a:hover {
  color: #326cf6;
  font-weight: bold;
}
.nav_right i:hover .icon,
.nav_right a:hover .icon {
  font-weight: normal;
}
.nav_right .hothot::after {
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background: url("http://www.mobiletrain.org/images_index/index-nav.gif") 0% 0% /
    9px 14px no-repeat;
  margin-top: -46px;
  margin-left: 68px;
}
.nav_right i div {
  position: absolute;
  top: 49px;
  box-sizing: border-box;
  background: #ffffff;
  display: none;
  z-index: 2;
}
.nav_right i div a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  height: 33px;
  line-height: 33px;
}
.nav_right i div a:hover {
  background-color: #eff6ff;
}
.nav_right i div a .icon {
  font-size: 16px;
  color: #326cf6;
  margin-left: 20px;
  margin-right: 16px;
}
.nav_right i div a .icon-pmp {
  margin-right: -13px;
  margin-left: 15px;
}
.nav_right i div.nav_dropmenu_box {
  left: 0px !important;
  transform: translateX(0%) !important;
  width: 976px;
  height: 402px;
  background: #f7f7f7;
}
.nav_right i div {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 154px;
  box-shadow: #999999 0px 0px 8px;
  border-radius: 6px;
  padding: 10px 0px;
}
.nav_right i div.nav_jysl_box,
.nav_right i div.nav_gyqf_box {
  width: 100px;
}
.nav_right i div.nav_xqfy_box,
.nav_right i div.nav_jyfw_box,
.nav_right i div.nav_itpx_box,
.nav_right i div.nav_rdht_box {
  width: 120px;
}
.nav_right i div.nav_rzks_box {
  width: 174px;
  text-align: left;
}
.nav_right i:hover div {
  display: block;
}
.nav_right i em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
  font-weight: normal;
  margin-left: 4px;
}
.nav_right i:hover em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(-180deg);
}
.nav_right .nav {
  position: relative;
  text-align: center;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-left: 22px;
}
.nav_right .nav_index {
  margin-left: 0;
}
.nav_right_bg .nav_dropmenu_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px 10px;
}
.nav_right_bg .nav_dropmenu_box ul li a {
  display: flex;
  align-items: center;
  width: 173px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease 0s;
  margin: 0px 8px 18px;
  box-sizing: border-box;
}
.nav_right_bg .nav_dropmenu_box ul li a .icon {
  margin: 0px 17px 0px 20px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #eff6ff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  color: #4067e0;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}
.nav_right_bg .nav_dropmenu_box ul li a:hover {
  background: #326cf6;
  color: #ffffff;
}
.nav_right_bg .nav_dropmenu_box ul li a:hover .icon {
  background: #eff6ff !important;
  color: #326cf6 !important;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(1) a .icon {
  color: #e84325;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(3) a .icon {
  color: #ea652b;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(4) a .icon {
  color: #e83e25;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(5) a .icon {
  color: #5dc297;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(6) a .icon {
  color: #5da938;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(7) a .icon {
  color: #397dda;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(8) a .icon {
  color: #7b28d9;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(9) a .icon {
  color: #1b42c3;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(10) a .icon {
  color: #d12e7f;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(11) a .icon {
  color: #ffa209;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(12) a .icon {
  color: #761ede;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(13) a .icon {
  color: #60c960;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(14) a .icon {
  color: #5cc1af;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(15) a .icon {
  color: #4f1bc3;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(16) a .icon {
  color: #d60000;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(17) a .icon {
  color: #326cf6;
}
.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(18) a .icon {
  color: #ff2700;
} */
.jswdactive {
  color: #326cf6 !important;
  font-weight: bold;
}
.jswdactive::before {
  content: "";
  width: 59px;
  height: 2px;
  background-color: #326cf6;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
img {
  object-fit: cover;
}
.list_pagebox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.list_pagebox p a {
  display: inline-block;
  font-size: 14px;
  width: 48px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
  text-align: center;
  color: #333333;
}

.list_pagebox p a:hover,
.list_pagebox p a.current {
  color: #fff;
  background: #326cf6;
}

.list_pagebox p a.prev,
.list_pagebox p a.next {
  width: 68px !important;
}

.list_pagebox p font {
  display: inline-block;
  color: #666;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.list_pagebox p {
  display: flex;
  align-items: center;
  _display: inline;
  text-indent: 0;
  height: 36px;
}

.list_pagebox p font {
  display: inline-block;
  color: #666;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.uiChooseDiv {
  height: 45px;
  margin-top: 24px;
  z-index: 11;
  position: relative;
}

.uiChooseTable {
  width: auto;
  border-collapse: collapse;
}

.uiChooseTable td {
  height: 36px;
  width: 160px;
  border: 1px solid #dadada;
}

.mod_select {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}

.mod_select ul {
  margin: 0;
  padding: 0;
}

.mod_select ul li {
  float: left;
  height: 36px;
  line-height: 36px;
}

.select_box {
  float: left;
  width: 160px;
  height: 43px;
  color: #666;
  position: relative;
  cursor: pointer;
}

.selet_open {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 30px;
  height: 36px;
}

.select_box .selet_open svg {
  width: 14px;
  height: 9px;
  fill: #666666;
}

.select_txt {
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 90px;
  height: 36px;
  overflow: hidden;
  color: #333;
  padding-left: 18px;
}

.uiChooseActiveS,
.uiSssActiveS {
  background: #fff;
}

.option {
  width: 160px;
  border: solid 1px #f1f1f1;
  border-top: none;
  position: absolute;
  top: 37px;
  left: -1px;
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.option a {
  display: block;
  height: 45px;
  text-align: left;
  padding: 0 5px 0 15px;
  width: 140px;
  background: #fff;
  text-decoration: none;
  font: normal 14px/45px "Microsoft Yahei";
  color: #555;
}

.option a:hover {
  background: #326cf6;
  color: #fff;
  text-decoration: none;
}

.pageSelect {
  border: 1px solid #f1f1f1;
  margin-left: 5px;
}

.pageSelect .select_box {
  width: 108px;
  height: 36px;
}

.pageSelect .option,
.pageSelect .option a {
  width: 108px;
}

.pageSelect .select_txt,
.pageSelect .selet_open,
.pageSelect ul li {
  height: 36px;
  line-height: 36px;
}

.list_pagebox p .a1 {
  width: 68px;
  display: inline-block;
  font-size: 14px;
  /* width: 48px; */
  height: 36px;
  line-height: 36px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
  text-align: center;
  color: #333333;
  font-family: SourceHanSansCN-Regular;
  text-decoration: none;
}

.option a.prev,
.option a.next {
  display: none;
}

.icon-shijian {
  position: absolute;
  top: 1px;
  left: -25px;
  width: 18px;
  height: 17px;
  fill: #333333;
}

.pageSelect .selet_open .index-xia_sanjiao {
  font-size: 8px;
  color: #333;
}

.c2 {
  width: 1140px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
}
.c2 .c2-con {
  display: flex;
  justify-content: space-between;
}
.c2 .c2-con-left {
  width: 308px;
}
.c2 .c2-con-left-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 348px;
  height: 345px;
}
.c2 .c2-con-left-item {
  position: relative;
  width: 308px;
  height: 344px;
  border-radius: 10px;
  overflow: hidden;
}
.c2 .c2-con-left-item img {
  transition: 0.5s all;
  width: 308px;
  height: 344px;
}
.c2 .c2-con-left-item img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-left-item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) 50%);
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 15px;
  width: 278px;
}

.c2 .c2-tit {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.c2 .c2-con-midd-lists {
  width: 498px;
  height: 344px;
}
.c2 .c2-con-midd-top {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d3cf;
  margin-bottom: 20px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic {
  width: 180px;
  height: 116px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic img {
  width: 180px;
  height: 116px;
  transition: 0.5s;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-midd-top .c2-con-midd-top-info {
  width: 275px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-top: -3px;
  margin-bottom: 7px;
}
.c2 .c2-con-midd-top:hover .c2-con-midd-top-info h3 {
  color: #326cf6;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info p span {
  color: #326cf6;
}
.c2 .c2-con-midd-bot {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  height: 170px;
  align-content: space-between;
}
.c2 .c2-con-midd-bot a {
  display: flex;
  width: 242px;
  height: 37px;
  align-items: center;
  font-size: 14px;
  padding-left: 10px;
}
.c2 .c2-con-midd-bot a.active,
.c2 .c2-con-midd-bot a:hover {
  background-color: #326cf6;
  box-shadow: 0px 0px 10px 0px rgba(50, 108, 246, 0.4);
  border-radius: 10px;
  color: #ffffff;
}
.c2 .c2-con-midd-bot a i {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: #ebf3ff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #326cf6;
  margin-right: 7px;
}
.c2 .c2-con-midd-bot a p {
  color: #666666;
  font-size: 14px;
}
.c2 .c2-con-midd-bot a.active p,
.c2 .c2-con-midd-bot a:hover p {
  color: #ffffff;
}
.c2 .c2-con-rig-lists {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 289px;
  height: 345px;
}
.c2 .c2-con-rig-item div {
  position: relative;
  width: 137px;
  height: 117px;
  border-radius: 10px;
  overflow: hidden;
}
.c2 .c2-con-rig-item div img {
  width: 137px;
  height: 117px;
  transition: 0.5s;
}
.c2 .c2-con-rig-item div img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-rig-item div span {
  position: absolute;
  right: 10px;
  top: 0;
  width: 29px;
  height: 27px;
  line-height: 27px;
  background: linear-gradient(90deg, #ff2400 0%, #ff4e00 100%);
  border-radius: 0px 0px 8px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #f4f7ff;
  text-align: center;
}
.c2 .c2-con-rig-item:nth-child(3) div span,
.c2 .c2-con-rig-item:nth-child(4) div span {
  background: linear-gradient(45deg, #ff8a00 0%, #ffcc00 100%);
}
.c2 .c2-con-rig-item h3 {
  width: 137px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 10px;
}
.c2 .c2-con-rig-item:hover h3 {
  color: #326cf6;
}
.outer-bg {
  background: #f2f2f2;
  padding-bottom: 36px;
}
.banner-right-more {
  width: 250px;
  height: 280px;
  background: url(http://bj.mobiletrain.org/images/list/more-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 0 20px;
}
.banner-right-more h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-top: 24px;
  margin-bottom: 6px;
}
.banner-right-more h5 {
  font-size: 13px;
  color: #999999;
}
.banner-right-more #show-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 39px;
  background: linear-gradient(90deg, #ff0505 0%, #ff6605 100%);
  border-radius: 20px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 16px;
  margin: 20px auto;
}
.banner-right-more #show-modal i {
  font-size: 22px;
  margin-right: 6px;
}

.banner-right-more textarea {
  width: 210px;
  height: 59px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 13px 20px;
  border: none;
  outline: none;
  margin-top: 16px;
}

.content .content-con .con-right .con-right-rywd-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd-item .img-box {
  width: 88px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
}

.content .content-con .con-right .con-right-rywd-item img {
  width: 88px;
  height: 72px;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
}

.content .content-con .con-right .con-right-rywd-item .img-box:hover img {
  transform: scale(1.2);
}

.content .content-con .con-right .con-right-rywd-item div {
  display: flex;
  width: 152px;
  flex-direction: column;
  justify-content: space-between;
}

.content .content-con .con-right .con-right-rywd-item div h3 {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 152px;
}
.content .content-con .con-right .con-right-rywd-item:hover div h3 {
  color: #326cf6;
}

.content .content-con .con-right .con-right-rywd-item div .star {
  width: 69px;
  height: 12px;
}

.content .content-con .con-right .con-right-rywd .con-right-rywd-bot {
  display: flex;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.content-con .con-right .con-right-rywd .con-right-rywd-bot:hover {
  color: #326cf6;
}
.content-con .con-right .con-right-rywd .con-right-rywd-bot div {
  width: 18px;
  height: 18px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: rgb(0, 0, 0);
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  margin-right: 9px;
}
.content-con .con-right .con-right-label-con {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.content-con .con-right .con-right-label-con a {
  height: 28px;
  background-color: #f4f4f4;
  border-radius: 4px;
  line-height: 28px;
  padding: 0 16px;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.content-con .con-right .con-right-label-con a:hover {
  color: #326cf6;
}
.content-con .con-right .con-right-label-con a:nth-child(odd) {
  margin-right: 10px;
}

.ad-swiper {
  width: 290px;
  height: 228px;
}
.ad-swiper img {
  width: 290px;
  height: 186px;
}
.ad-swiper .swiper-pagination {
  bottom: 16px;
}
.ad-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 18px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 3px;
  margin: 0 3px !important;
}
.ad-swiper .swiper-pagination-bullet-active {
  width: 6px;
  border-radius: 50%;
  background-color: #326cf6;
}
.content-wenwen {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 30px;
}
.content-wenwen .wenwen-tit {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.content-wenwen .wenwen-tit span {
  font-weight: normal;
  margin-left: 16px;
  font-size: 14px;
  color: #999;
}
.content-wenwen .swiper4 {
  width: 661px;
  margin-top: 20px;
}
.content-wenwen .swiper-slide {
  width: 207px;
  height: 258px;
  background: url(/wenwen/images_wenwen/teacher-bg.png) no-repeat;
  background-size: 100%;
  padding-top: 20px;
  text-align: center;
}
.content-wenwen .swiper-slide .teacher-icon {
  width: 106px;
  height: 106px;
  background: linear-gradient(0deg, #7f8393 0%, #b3b9ca 100%);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.content-wenwen .swiper-slide .teacher-icon img {
  height: 100%;
}
.content-wenwen .swiper-slide h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 10px auto;
}
.content-wenwen .swiper-slide h3 i {
  color: #ffffff;
  font-size: 16px;
  background-color: #ffb400;
  border-radius: 3px;
  margin-right: 6px;
  padding: 1px;
  font-weight: normal;
}
.content-wenwen .swiper-slide p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.content-wenwen .swiper-slide a {
  display: block;
  width: 109px;
  height: 37px;
  border-radius: 8px;
  border: solid 1px #3366ff;
  line-height: 37px;
  font-size: 16px;
  color: #326cf6;
  box-sizing: border-box;
  margin: 10px auto 20px auto;
}
.content-wenwen .swiper-slide a:hover {
  background-color: #326cf6;
  color: #fff;
}

.content-wenwen .content-wwdr ul {
  width: 322px;
  height: 258px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 30px;
}
.content-wenwen .content-wwdr ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  height: 86px;
}
.content-wenwen .content-wwdr ul li:last-child {
  border: none;
}
.content-wenwen .content-wwdr ul li img {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  margin-right: 12px;
}
.content-wenwen .content-wwdr ul li div {
  color: #666666;
  font-size: 14px;
  margin-right: 75px;
  width: 90px;
  white-space: nowrap;
}
.content-wenwen .content-wwdr ul li div h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}
.content-wenwen .content-wwdr ul li a {
  width: 78px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #326cf6;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #326cf6;
  margin-top: -24px;
  box-sizing: border-box;
}
.content-wenwen .content-wwdr ul li a:hover {
  background-color: #326cf6;
  color: #fff;
}
.swiper-btns {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-button-next-banner,
.swiper-button-prev-banner {
  width: 32px;
  height: 68px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 40px;
}
