﻿@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: "????????????";
}
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 {
  min-width: 1200px;
  background: #fff;
}
/*??????*/
.base {
  margin: 0 auto;
  width: 1200px;
}
.l_gkk_img img,
.l_hyzx_list a,
.list_left a,
.bread_list a,
.list_page span,
.list_page em,
.list_page i,
.nav_left .p1,
.contain7 i,
.wen a,
.kc_bottom li,
.ui_bottom li,
.contain7 .span span,
.nav_right a,
.java_bottom li,
.nav_right span,
.nav_right span p,
.sxh_left img,
.sxh_left p,
.sxh_title a,
.btnw span,
.bottom_part1 p a,
.kb_bottom a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3;
  transition: 0.3s;
  -ms-transition: 0.3s;
}
.list_base {
  padding: 0 20px;
  border-top: 5px solid #e5e5e5;
}
h2.h2 {
  margin-bottom: 10px;
  font-size: 48px;
}
p.p {
  position: relative;
  font-size: 16px;
}
p.p:after {
  position: absolute;
  top: 40px;
  left: 0;
  width: 110px;
  height: 5px;
  background: #fff;
  content: "";
}
/* ----- ?????????????????? ----- */
/* ??????????????????1300px ????????????????????? */
@media (max-width: 1396px) {
  .base_fixed_sy2 {
    display: none;
  }
}
/*banner*/
.a_banner {
  position: relative;
  overflow: hidden;
  margin: 0px 0 0px;
  width: 100%;
  background: #000;
}
.a_banner_pic {
  position: relative;
  width: 100%;
  height: 500px;
}
.a_banner ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.a_banner li {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  margin-left: -960px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.a_banner li:nth-child(1) {
  display: list-item;
  opacity: 1;
}
.a_change_btn {
  position: absolute;
  bottom: 23px;
  left: 50%;
  z-index: 10;
  margin-left: 15px;
  width: 300px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
}
.a_change_btn a {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url(../images/mo/index/banner_btn.png) no-repeat center center;
  vertical-align: middle;
}
.a_change_btn .btn_active {
  background: url(../images/mo/index/banner_btn_link.png) no-repeat center
    center;
  animation: scale 1s alternate;
  -moz-animation: scale 1s alternate;
  /* Firefox */
  -webkit-animation: scale 1s alternate;
  /* Safari and Chrome */
  -o-animation: scale 1s alternate;
  /* Opera */
}
@keyframes scale {
  from {
    opacity: 0.5;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scale {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scale {
  from {
    opacity: 0.5;
    -moz-transform: scale(0.5);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes scale {
  from {
    opacity: 0.5;
    -ms-transform: scale(0.5);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
/* banner???????????? */
.banner_up {
  position: relative;
  height: 15px;
}
.banner_tap_main {
  position: absolute;
  top: -500px;
  overflow: hidden;
  height: 500px;
}
.banner_tap_main .ul1,
.banner_up_ul2 {
  position: relative;
  display: table-cell;
  height: 500px;
  background: rgba(61, 62, 56, 0.9);
  vertical-align: middle;
}
.banner_tap_main .ul1 {
  z-index: 9;
}
.banner_up_ul2 {
  height: 498px;
}
.banner_up_ul2 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 115px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.banner_up_ul2 a {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 68px;
  width: 80px;
  background: url(../images/mo/index/banner_up_ico.png) no-repeat;
  background-position: 14px 0;
  color: #101010;
  font-size: 12px;
}
.banner_up_ul2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.banner_up_left {
  float: left;
  width: 260px;
}
.banner_up_right_rzks a {
  background: url(../images/mo/index/banner-left-nav-rzks.png) no-repeat;
  background-position: 14px -210px;
}
.banner_up_left a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 31px;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
}
.banner_up_left a::after {
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -12px;
  width: 25px;
  height: 22px;
  content: "";
}
/* h5 */
.banner_up_left .left-ico-h5::after {
  background: url(../images/mo/index/index-banner-left-ico-h5.png) no-repeat 0px
    0px;
}
/* ui */
.banner_up_left .left-ico-ui::after {
  background: url(../images/mo/index/index-banner-left-ico-ui.png) no-repeat 0px
    0px;
}
/* php */
.banner_up_left .left-ico-php::after {
  background: url(../images/mo/index/index-banner-left-ico-php.png) no-repeat
    0px 0px;
}
/* javaee */
.banner_up_left .left-ico-javaee::after {
  background: url(../images/mo/index/index-banner-left-ico-java.png) no-repeat
    0px 0px;
}
/* unity */
.banner_up_left .left-ico-unity::after {
  background: url(../images/mo/index/index-banner-left-ico-unity.png) no-repeat
    0px 0px;
}
/* ????????? */
.banner_up_left .left-ico-bigdata::after {
  background: url(../images/mo/index/index-banner-left-ico-bigdata.png)
    no-repeat 0px 0px;
}
/* python */
.banner_up_left .left-ico-python::after {
  background: url(../images/mo/index/index-banner-left-ico-python.png) no-repeat
    0px 0px;
}
/* ????????? */
.banner_up_left .left-ico-linux::after {
  background: url(../images/mo/index/index-banner-left-ico-linux.png) no-repeat
    0px 0px;
}
/* ???????????? */
.banner_up_left .left-ico-rjcs::after {
  background: url(../images/mo/index/index-banner-left-ico-rjcs.png) no-repeat
    0px 0px;
}
/* ???????????????+????????? */
.banner_up_left .left-ico-wlw::after {
  background: url(../images/mo/index/index-banner-left-ico-wlw.png) no-repeat
    0px 0px;
}
/* ????????? */
.banner_up_left .left-ico-qkl::after {
  background: url(../images/mo/index/index-banner-left-ico-qkl.png) no-repeat
    0px 0px;
}
/* 360 - ???????????? */
.banner_up_left .left-ico-360wlaq::after {
  background: url(../images/mo/index/index-banner-left-ico-wlaq.png) no-repeat
    0px 0px;
}
/* ??????????????? */
.banner_up_left .left-ico-hlwyx::after {
  background: url(../images/mo/index/index-banner-left-ico-hlwyx.png) no-repeat
    0px 0px;
}
/* PMP */
.banner_up_left .left-ico-pmp::after {
  background: url(../images/mo/index/index-banner-left-ico-pmp.png) no-repeat
    0px 0px;
}
/* ???????????? */
.banner_up_left .left-ico-video-clip::after {
  background: url(../images/mo/index/index-banner-left-ico-video-clip.png)
    no-repeat 0px 0px;
}
.banner_up_left .left-ico-qkl-2021::after {
  background: url(../images/mo/index/index-banner-left-ico-qkl-2021.png)
    no-repeat 0px 0px;
}
.banner_up_left .left-ico-yxyh::after {
  background: url(../images/mo/index/index-banner-left-ico-yxyh.png) no-repeat
    0px 0px;
}
/* h5 */
.banner_up_left .left-ico-h5.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-h5.png) no-repeat -25px
    0px;
}
/* ui */
.banner_up_left .left-ico-ui.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-ui.png) no-repeat -25px
    0px;
}
/* php */
.banner_up_left .left-ico-php.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-php.png) no-repeat -25px
    0px;
}
/* javaee */
.banner_up_left .left-ico-javaee.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-java.png) no-repeat -25px
    0px;
}
/* unity */
.banner_up_left .left-ico-unity.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-unity.png) no-repeat -25px
    0px;
}
/* ????????? */
.banner_up_left .left-ico-bigdata.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-bigdata.png)
    no-repeat -25px 0px;
}
/* python */
.banner_up_left .left-ico-python.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-python.png) no-repeat -25px
    0px;
}
/* ????????? */
.banner_up_left .left-ico-linux.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-linux.png) no-repeat -25px
    0px;
}
/* ???????????? */
.banner_up_left .left-ico-rjcs.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-rjcs.png) no-repeat -25px
    0px;
}
/* ???????????????+????????? */
.banner_up_left .left-ico-wlw.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-wlw.png) no-repeat -25px
    0px;
}
/* ????????? */
.banner_up_left .left-ico-qkl.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-qkl.png) no-repeat -25px
    0px;
}
/* 360 - ???????????? */
.banner_up_left .left-ico-360wlaq.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-wlaq.png) no-repeat -25px
    0px;
}
/* ???????????????*/
.banner_up_left .left-ico-hlwyx.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-hlwyx.png) no-repeat -25px
    0px;
}
/* PMP */
.banner_up_left .left-ico-pmp.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-pmp.png) no-repeat -25px
    0px;
}
/* ???????????? */
.banner_up_left .left-ico-video-clip.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-video-clip.png)
    no-repeat -25px 0px;
}
.banner_up_left .left-ico-qkl-2021.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-qkl-2021.png)
    no-repeat -25px 0px;
}
.banner_up_left .left-ico-yxyh.on1::after {
  background: url(../images/mo/index/index-banner-left-ico-yxyh.png) no-repeat -25px
    0px;
}
.banner_up_left a.on1 {
  background-color: #fff;
}
.banner_up_left a span,
.banner_up_left a i {
  display: inline-block;
}
.banner_up_left a span {
  margin-right: 14px;
  padding-left: 56px;
  width: 168px;
  white-space: nowrap;
}
.banner_up_left a.on1 {
  color: #101010;
}
.banner_up_ul2 a:hover {
  color: #3b80db;
}
.banner_up_ul2 .a1:hover {
  background-position: -104px -210px;
}
.banner_up_ul2 .a2 {
  background-position: 14px -106px;
}
.banner_up_ul2 .a2:hover {
  background-position: -104px -106px;
}
.banner_up_ul2 .a3 {
  background-position: 14px -210px;
}
.banner_up_ul2 .a3:hover {
  background-position: -104px -210px;
}
.banner_up_ul2 .a4 {
  background-position: 14px -317px;
}
.banner_up_ul2 .a4:hover {
  background-position: -104px -317px;
}
.banner_up_ul2 a:nth-child(4) {
  margin-bottom: 0;
}
.banner_up_ul2 li {
  display: none;
}
.banner_up_ul2 {
  left: -1px;
}
.banner_up_ul2 {
  overflow: hidden;
  width: 0px;
}
/*????????????*/
.hot {
  overflow: hidden;
  margin-bottom: 15px;
}
.hot h6 {
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  float: left;
  color: #fff;
  width: 90px;
  background: #ff0000 url(../images/mo/index/hot_bg.png) no-repeat 15px center;
  text-align: center;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
}
.hot h6:after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 5px 10px;
  border-style: solid;
  top: 13px;
  left: 118px;
  border-color: transparent transparent transparent #ff0000;
  z-index: 5;
}
.hot_scoll {
  float: left;
  width: 1000px;
  overflow: hidden;
  position: relative;
  height: 35px;
}
.hot_scoll div {
  position: absolute;
  left: 0;
  top: 0;
  width: 1100px;
  height: 35px;
}
.hot_scoll a {
  display: inline-block;
  height: 35px;
  font-size: 16px;
  line-height: 37px;
  margin-left: 25px;
  color: #ff0000;
}
/*????????????*/
.sxh161128 {
  margin-bottom: 20px;
  text-align: center;
}
.sxh161128 a {
  display: block;
}
.sxh161128 .xiaoguanggao {
  padding-top: 20px;
}
.sxh161128 .xiaoguanggao img {
  border-radius: 0px;
}
.sxh161128 li {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 586px;
  height: 326px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.sxh161128 li:nth-child(2n) {
  margin-right: 0;
}
.title161128 {
  margin-bottom: 15px;
  padding: 14px 0 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.title161128 h4 {
  position: relative;
  float: left;
  margin-left: 27px;
  color: #3b80db;
  font-size: 22px;
}
.title161128 h4:after {
  position: absolute;
  top: 5px;
  left: -12px;
  width: 5px;
  height: 20px;
  background: #d7d7d7;
  content: "";
}
.title161128 a {
  float: right;
  display: block;
  margin-right: 15px;
  width: 55px;
  height: 22px;
  background: #ff7403;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.sxh161128 li img {
  margin-bottom: 5px;
  border-radius: 10px;
}
.sxh161128 .word161128 {
  display: inline-block;
  height: 40px;
  color: #616060;
  font-size: 15px;
  line-height: 40px;
}
.word161128:hover,
.word_list161128 a:hover {
  /* color:#ff7403; */
  text-decoration: underline;
}
.word_list161128 {
  padding: 6px 0 6px 16px;
  text-align: left;
}
.word_list161128 a {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 30px;
}
.word_list161128 a i {
  width: 560px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/* ???????????? */
.jyxb_more span {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 190px;
  top: -20px;
  color: #ed4a1f;
}
/*jyxx*/
.jyxx {
  padding: 50px 0 20px;
}

.jyxb_more {
  text-align: right;
  width: 100%;
  position: relative;
}

.jyxb_more img {
  margin-top: -12px;
}

.jyxb_more a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 160px;
  border-radius: 25px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  background: #ff7403;
}

.jyxb_more a {
  bottom: 24px;
}

.jyxx .h2,
.jyxx .p {
  color: #000;
}

.jyxx .p {
  margin-bottom: 75px;
}

.jyxx .p:after {
  background: #2660ad;
}

.jyxx i {
  display: block;
  text-align: right;
  line-height: 20px;
  height: 30px;
  font-size: 12px;
  margin-right: 35px;
}

.jyxb_con_list {
  text-align: center;
  margin-bottom: 40px;
}

.table_Hd th {
  height: 50px;
  background: #ff6803;
  color: #fff;
  font-size: 16px;
}

#scrollWrap tr td:nth-child(6) {
  background: #ff6803;
  color: #fff;
  font-size: 18px;
}

.table_Hd tr th:nth-child(6) {
  font-size: 18px;
  position: relative;
}

.table_Hd tr th:nth-child(6):after {
  content: "";
  width: 171px;
  height: 19px;
  position: absolute;
  background: url(../images/mo/index/xz_bg.png) no-repeat center top;
  left: -25px;
  top: -18px;
}

.scrollWrap {
  height: 422px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  box-shadow: 0 2px 8px #ccc;
}

.scrollWrap td {
  height: 40px;
  background: #f4f4f4;
  font-size: 14px;
  color: #000;
}

.scrollWrap table {
  position: absolute;
  left: 0;
  top: 0;
  /* display: none; */
}

.scrollWrap table.active {
  display: table;
}

.scrollWrap tr {
  border: 2px solid #fff;
}

.tab_bottom {
  height: 160px;
  background: url(../images/mo/index/jyxb_img2.jpg) no-repeat top center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.tab_bottom div {
  margin: 0 auto;
  width: 1000px;
  height: 155px;
  text-align: center;
  overflow: hidden;
}

.scrollWrap15 table {
  width: 100%;
  position: relative;
  top: 0;
  font-size: 14px;
}

.scrollWrap15 table td {
  cursor: pointer;
  line-height: 32px;
  color: #fff;
}

.scrollWrap15 table tr:nth-child(3) td {
  font-size: 18px;
  color: #ff6803 !important;
  font-weight: bold;
}

/* 2018-2-7 ?????? */
.tab_bottom_20180207 {
  width: 1200px;
  overflow: hidden;
  background: url(../images/mo/index/20180207table-bg1.jpg) no-repeat;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.tab_bottom_20180207-l {
  float: left;
  width: 315px;
  margin-left: 26px;
  margin-top: 27px;
  border-right: 1px solid #808080;
}
.tab_bottom_20180207-l p {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  padding-left: 23px;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}
.tab_bottom_20180207-l p::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  right: -1px;
  background-color: rgba(0, 0, 0, 0);
}
.tab_bottom_20180207-l p:last-child {
  margin-bottom: 0;
}
.tab_bottom_20180207-l p span {
  font-size: 20px;
  font-weight: bold;
}
.tab_bottom_20180207-l p.active {
  color: #ff6803;
  background-color: rgba(0, 0, 0, 0.5);
}
.tab_bottom_20180207-l p.active::after {
  background-color: #ff6803;
}
.tab_bottom_20180207-r {
  width: 850px;
  height: 170px;
  overflow: hidden;
  margin-top: 90px;
  float: right;
}
.tab_bottom_20180207-r > div {
  display: none;
}
.tab_bottom_20180207-r > div.active {
  display: block;
}
.tab_bottom_20180207-r > div td {
  color: #cdcdcd !important;
}
.tab_bottom_20180207-r > div td {
  text-align: center;
}

.biaoti {
  font-size: 24px;
  text-align: left;
  margin-bottom: 5px;
  color: #514f50;
}

.fubiaoti {
  font-size: 18px;
  color: #2a2929;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.fubiaoti:after {
  content: "";
  background: #3b80db;
  width: 110px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.btn {
  display: block;
  width: 184px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  background: #ff7403;
  font-size: 18px;
  border-radius: 25px;
}

.bg {
  background: #f6f6f6;
}

.fubiaoti ul {
  float: right;
  overflow: hidden;
  width: 761px;
  height: 35px;
  position: absolute;
  right: 0px;
  top: -25px;
}

.fubiaoti ul li {
  float: left;
  width: 85px;
  height: 30px;
  background: #fff;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.fubiaoti ul li.hover {
  background: #5b9aed;
  color: #fff;
}

/* ???????????? */
.contain7 {
  padding-bottom: 34px;
  padding-top: 20px;
}
.contain7 ul {
  height: 168px;
}
.contain7 a {
  display: block;
  position: relative;
}
.contain7 ul li {
  width: 127px;
  height: 168px;
  float: left;
  margin-right: 7px;
}
.contain7 ul li:last-child {
  margin-right: 0px;
}
.contain7 i {
  position: absolute;
  width: 127px;
  height: 168px;
  left: 0;
  top: 0;
  background: url(../images/mo/index/fuceng.png?444) no-repeat center top;
  opacity: 0;
}
.contain7 .span {
  position: absolute;
  width: 95px;
  height: 134px;
  left: 16px;
  top: 17px;
  overflow: hidden;
}
.contain7 .span span {
  display: inline-block;
  background: #ff8e3b;
  position: absolute;
  width: 100%;
}
.contain7 .span span:nth-child(1) {
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0;
}
.contain7 .span span:nth-child(2) {
  width: 0px;
  height: 2px;
  top: 0;
  left: 0;
}
.contain7 .span span:nth-child(3) {
  width: 2px;
  height: 0px;
  top: 0;
  right: 0;
}
.contain7 .span span:nth-child(4) {
  width: 0px;
  height: 2px;
  bottom: 0;
  right: 0;
}
.contain7 a:hover i {
  opacity: 1;
}
.contain7 a:hover .span span:nth-child(1) {
  height: 134px;
}
.contain7 a:hover .span span:nth-child(2) {
  width: 95px;
}
.contain7 a:hover .span span:nth-child(3) {
  height: 134px;
}
.contain7 a:hover .span span:nth-child(4) {
  width: 95px;
}

/* ???????????? + ?????? */
.contain10 {
  background: #fff;
  padding-top: 30px;
}

/* .qiye {
    background: #eaeeee;
    margin-bottom: 30px;
    overflow: hidden;
} */

/* .qiye span {
    float: left;
    display: inline-block;
    width: 120px;
    height: 46px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-right: 15px;
    line-height: 46px;
    cursor: pointer;
    font-weight: 100;
    color: #fff;
    background: #276dc3;
} */

/* .bottom_part1 {
    padding-bottom: 30px;
} */

/* .bottom_part1 .btn_content p:nth-child(1) {
    clear: both;
}

.bottom_part1 .btn_content p:nth-child(1) span {
    display: inline-block;
    width: 156px;
    height: 58px;
    border: 1px solid #bfbfbf;
    margin-right: 10px;
    margin-bottom: 12px;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(7),
.bottom_part1 .btn_content p:nth-child(1) span:nth-child(14),
.bottom_part1 .btn_content p:nth-child(1) span:nth-child(21) {
    margin-right: 0px;
} */

/* .bottom_part1 .btn_content p:nth-child(1) span:nth-child(1) {
    background: url(../images/mo/index/qiye1.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(2) {
    background: url(../images/mo/index/qiye2.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(3) {
    background: url(../images/mo/index/qiye3.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(4) {
    background: url(../images/mo/index/qiye4.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(5) {
    background: url(../images/mo/index/qiye5.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(6) {
    background: url(../images/mo/index/qiye14.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(7) {
    background: url(../images/mo/index/qiye6.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(8) {
    background: url(../images/mo/index/qiye7.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(9) {
    background: url(../images/mo/index/qiye8.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(10) {
    background: url(../images/mo/index/qiye9.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(11) {
    background: url(../images/mo/index/qiye10.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(12) {
    background: url(../images/mo/index/qiye11.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(13) {
    background: url(../images/mo/index/qiye12.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(14) {
    background: url(../images/mo/index/qiye13.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(15) {
    background: url(../images/mo/index/qiye14.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(16) {
    background: url(../images/mo/index/qiye15.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(17) {
    background: url(../images/mo/index/qiye16.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(18) {
    background: url(../images/mo/index/qiye17.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(19) {
    background: url(../images/mo/index/qiye18.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(20) {
    background: url(../images/mo/index/qiye19.jpg) no-repeat center;
}

.bottom_part1 .btn_content p:nth-child(1) span:nth-child(21) {
    background: url(../images/mo/index/qiye20.jpg) no-repeat center;
} */

.bottom_part1 .btn_content p:nth-child(2) {
  /* display: none; */
}

/* .bottom_part1 .btn_content p a {
    display: inline-block;
    padding: 0px 25px 26px 0;
    color: #444;
    font-size: 16px;
} */

/* .bottom_part1 .btn_content p a:hover {
    color: #f74c4c;
}
.bottom_part1 .bottom_btn {
    display: block;
    font-size: 16px;
    border: none;
    line-height: 46px;
    background-color: #eaeeee;
    border: 0;
    outline: none;
}
.bottom_part1 .bottom_btn img {
    width: 20px;
    height: 20px;
    margin-top: 13px;
} */
.bottom_part2 {
  background: #276dc3;
  overflow: hidden;
  padding-bottom: 50px;
}
/*bottom*/
.bottom_part1 p {
  /* min-height: 190px; */
}
.c_base {
  width: 1200px;
  margin: 0 auto;
}
.c_bot_lt {
  width: 908px;
  float: left;
}
.c_bot_rg {
  float: right;
}
.c_bot_lt_hd a {
  display: inline-block;
  width: 65px;
  height: 95px;
  line-height: 95px;
  margin-right: 19px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 10px;
  font-family: "Microsoft YaHei";
}
.c_bot_lt_hd a:nth-child(11) {
  margin-right: 0px;
}
.c_bot_lt_hd a.active {
  background: url(../images/mo/index/bottom_part2.png) no-repeat center top;
}
.c_bot_lt ul {
  padding: 1% 0 0;
}
.c_bot_lt li {
  color: #fff;
  line-height: 200%;
  display: none;
  font-size: 16px;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-weight: 100;
}
.c_bot_lt li span {
  color: #ff7403;
  font-size: 26px;
}
.c_bot_rg li {
  float: left;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding-top: 35%;
}
.c_bot_rg li p {
  padding-top: 5px;
}
strong {
  font-size: 18px;
  font-weight: 900;
  color: #edba11;
  line-height: 56px;
}
.bottom_part3 {
  width: 100%;
  background: #143257;
  box-sizing: border-box;
  padding: 5px 0px 11px;
}
.c_footer {
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  color: #afafaf;
  font-family: "Microsoft YaHei";
}
.c_footer a {
  padding: 0 2px;
}
.c_footer .c_footer_nav a:hover {
  text-decoration: underline;
}
.c_footer_nav {
  width: 100%;
  text-align: center;
}
.c_footer_nav a {
  font-size: 13px;
  padding: 4px;
  color: #fff;
}
.c_footer_nav a:hover {
  padding: 0 4px;
  color: #ffda0c;
}
.c_footer p a {
  color: #afafaf;
}
.c_footer p {
  font-size: 12px;
  line-height: 14px;
}
.c_bot_lt ul li:nth-child(1) {
  display: list-item;
}

/*list*/
.home_wap_list {
  background: url(../images/mo/home_list/l_bg.jpg) repeat;
  padding-bottom: 25px;
}
.bread_list {
  padding: 25px 0 25px 22px;
  line-height: 16px;
  color: #000;
  background: url(../images/mo/home_list/bread_img.png) no-repeat left center;
}
.bread_list a,
.bread_list span,
.bread_list i {
  display: inline-block;
  font-size: 14px;
  color: #000;
}
.bread_list a:hover {
  color: #f74c4c;
}
.list_left {
  width: 810px;
  padding: 40px 40px 30px 40px;
  background: #fff;
  float: left;
}
.list_left_word {
  margin-bottom: 49px;
}
.list_left_word span {
  float: left;
}
.list_left_word i {
  float: right;
}
.list_left_word a {
  display: block;
  color: #838080;
  font-size: 14px;
  border-bottom: 1px dashed #838080;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.list_left_word a:nth-last-child(1) {
  margin-bottom: 0;
}
.list_left_word a:hover {
  color: #f74c4c;
  border-color: #f74c4c;
}
.list_page {
  text-align: center;
  padding-bottom: 15px;
}
.list_page i,
.list_page em,
.list_page span {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}
.list_page div {
  display: inline-block;
}
.list_page em,
.list_page i {
  width: 50px;
  height: 20px;
  color: #818181;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.list_page span {
  font-size: 14px;
  width: 38px;
  text-align: center;
  height: 20px;
  color: #2e3340;
  border: 1px solid #dadada;
}
.list_page .list_on1 {
  border-color: #0099e6;
  background: #0099e6;
  color: #fff;
}
.list_page span:hover,
.list_page em:hover,
.list_page i:hover {
  border-color: #0099e6;
  background: #0099e6;
  color: #fff;
}
.list_right {
  width: 300px;
  float: right;
  background: #ffffff;
}
.list_gkk h3 {
  font-size: 20px;
  color: #363636;
  padding-left: 12px;
  line-height: 50px;
  height: 50px;
}
.l_gkk_img {
  display: block;
  position: relative;
  margin-bottom: 15px;
  width: 262px;
  height: 140px;
  overflow: hidden;
}
.l_gkk_img:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.l_gkk_img img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.l_gkk_img div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
}
.l_gkk_img span,
.l_gkk_img i {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
}
.l_gkk_img span {
  margin-left: 15px;
}
.l_gkk_img i {
  float: right;
  margin-right: 25px;
}
.list_gkk p {
  font-size: 14px;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.l_gkk_bm span,
.l_gkk_bm a {
  display: inline-block;
  float: left;
  height: 28px;
  color: #414141;
  line-height: 28px;
}
.l_gkk_bm {
  padding-bottom: 20px;
}
.l_gkk_bm a {
  float: right;
  padding: 0 17px;
  background: #e74545;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.l_gkk_bm i {
  color: #df5151;
}
.list_hyzx h3 a,
.l_xygy h3 a {
  float: right;
  font-size: 12px;
  color: #e74545;
  display: block;
}
.l_hyzx_list {
  padding-bottom: 10px;
}
.l_hyzx_list a {
  display: block;
  font-size: 14px;
  color: #595959;
  margin-bottom: 10px;
}
.l_hyzx_list a:hover {
  color: #e74545;
  text-decoration: underline;
}
.l_xygy p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #565656;
}
.l_xygy a:hover p {
  color: #e74545;
}
/*???????????????????????????*/
.list_tstj {
  padding-bottom: 35px;
}
.list_tstj h3 {
  padding-left: 14px;
  font-size: 20px;
  color: #000;
  padding-top: 16px;
  margin-bottom: 34px;
}
.list_tstj a {
  display: block;
  width: 184px;
  margin: 0 auto;
  text-align: center;
}
.list_tstj a img {
  margin-bottom: 20px;
}
.list_tstj a strong {
  font-weight: normal;
  color: #333;
  font-size: 16px;
  line-height: 38px;
}
.list_tstj a span {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
ul.h5_bottom li {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}
/*content*/
.c_left {
  padding: 0;
  width: 890px;
}
.c_top {
  padding: 40px 40px 0;
}
.c_left h3 {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.c_time {
  text-align: center;
  font-size: 14px;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px dashed #a0a0a0;
  margin-bottom: 15px;
}
.c_c {
  margin-bottom: 40px;
}
.c_c p {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
.c_c p strong {
  font-weight: bold;
}
.c_c font,
.c_c a {
  color: #000;
}
.c_c a:hover {
  color: #e74545;
}
.c_c strong {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
  text-indent: 28px;
}
.c_c p img {
  display: inline-block;
  /*margin:0 auto;*/
}
.c_xgwz {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 10px;
}
.c_xgwz p {
  background: #3b80db;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.c_xgwz_list {
  padding-bottom: 15px;
}
.c_xgwz_list a {
  display: block;
  color: #000;
  line-height: 28px;
}
.c_xgwz_list a:hover {
  color: #e74545;
}
.c_xgwz_list p {
  font-size: 14px;
  color: #838080;
  margin-bottom: 12px;
}
.c_page_bottom {
  padding: 20px 40px 10px;
  background: #ebebeb;
  margin-bottom: 15px;
}
.c_page_bottom a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.c_page_bottom a:hover {
  color: #e74545;
}

.sxh_lunbo {
  width: 620px;
  height: 581px;
  overflow: hidden;
  position: relative;
}
.sxh_lunbo_list {
  position: absolute;
  left: 0;
  left: 0;
}
.sxh_lunbo_list a {
  position: relative;
  float: left;
}
.jxj_btn {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}
.jxj_btn a {
  display: inline-block;
  width: 10px;
  height: 5px;
  background: #fff;
  margin-right: 10px;
}
.jxj_btn a.sxh_on {
  background: #3b80db;
}
@media screen and (min-height: 100px) and (max-height: 800px) {
  .box div {
    padding-top: 20px;
  }
  .kc_wrap {
    padding-bottom: 30px;
  }
  .fubiaoti {
    margin-bottom: 10px;
  }
  .kc_bottom {
    margin: 30px auto 30px;
  }
}
/**??????**/
.shpa {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.shpa li {
  float: left;
  margin-left: 3px;
  color: #ff6600;
}
.shpa a b {
  background: none;
  color: #2e3340;
  padding: 0px 0px;
}
.shpa b {
  padding: 2px 15px;
  border-color: #0099e6;
  background: #0099e6;
  color: #fff;
  display: inline-table;
}
.shpa a {
  font-size: 13px;
  padding: 2px 15px;
  color: #2e3340;
  display: inline-table;
  border: 1px solid #0099e6;
  margin-right: 2px;
}
.shpa a.current {
  background: #0099e6;
  color: #fff;
}
/*??????*/
.shpa a:nth-child(1) {
  padding: 2px 15px 2px 6px;
}
.shpa a:nth-child(1) b {
  position: relative;
  font-size: 13px;
  text-align: left;
  padding: 0 12px 0 4px;
}
.shpa a:nth-child(1) b {
  font-weight: 100;
}
.shpa a:nth-child(1) b:before {
  content: "???";
  position: absolute;
  right: -2px;
}
.shpa a:hover {
  color: #fff;
  background: #0099e6;
  border: 1px solid #0099e6;
}
.shpa a:hover b {
  color: #fff;
}
/*????????????*/
.con6 {
  padding: 50px 0 38px 0;
  background: #f8f8f8;
}
.con6_list div {
  float: left;
  width: 229px;
  height: 229px;
  overflow: hidden;
  margin: 0 12px 12px 0;
}
.con6_list div:nth-child(5n) {
  margin-right: 0;
}
.con6_list div img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.con6_list div:hover img {
  transform: translateX(-10px);
}
.zuopin_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}
.zuopin_wrap > span {
  display: block;
  width: 17px;
  height: 38px;
  position: absolute;
  top: 240px;
}
.zuopin_wrap .prevbtn {
  background: url(../images/mo/index/prevbtn_bg.png) no-repeat center;
  left: 0px;
}
.zuopin_wrap .nextbtn {
  background: url(../images/mo/index/nextbtn_bg.png) no-repeat center;
  right: 0px;
}
.zuopin_wrap .btn {
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  text-align: center;
  width: 180px;
  height: 43px;
  line-height: 43px;
  top: -70px;
  right: 42px;
  background: #ff7403;
}
.zuopin_wrap1 {
  width: 1126px;
  margin: 0 auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.zuopin {
  width: 3000px;
  margin: 0 auto;
  height: 550px;
  position: absolute;
}
.zuopin ul {
  float: left;
  width: 1126px;
}
.zuopin ul li {
  width: 214px;
  height: 240px;
  float: left;
  margin: 0 13px 45px 0;
}
.zuopin ul li.width0 {
  width: 443px;
}
.zuopin .zuopin_list1 li:nth-child(4),
.zuopin .zuopin_list1 li:nth-child(7) {
  margin-right: 0px;
}
.zuopin ul li img {
  margin-bottom: 13px;
}
.zuopin ul li span {
  display: block;
  clear: both;
  font-size: 16px;
  text-align: center;
  color: #323232;
}
.zuopin .zuopin_list2 li:nth-child(3),
.zuopin .zuopin_list2 li:nth-child(7) {
  margin-right: 0px;
}
/*????????????*/
.con11 {
  margin-bottom: 45px;
  padding-top: 50px;
}
.picScroll {
  position: relative;
  background: #fff;
  height: 207px;
  padding-top: 10px;
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.picScroll .hd .prev,
.picScroll .hd .next {
  background: #3688ff;
  display: inline-block;
  font-size: 20px;
  width: 25px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  right: 0;
  position: absolute;
  top: -45px;
  color: #fff;
  top: 50%;
  margin-top: -26px;
}
.picScroll .hd .next {
  right: 1.5%;
}
.picScroll .hd .prev {
  left: 1.5%;
}
.con11_list {
  width: 1000px;
  height: 193px;
  margin: 0 auto;
  overflow: hidden;
}
.con11_list li {
  float: left;
  margin-right: 17px;
}
.con11-wf {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.con11-wf ul {
  overflow: hidden;
  zoom: 1;
}
.con11-wf li {
  float: left;
  width: 213px;
  margin-right: 28px;
}
.con11-wf li .pic {
  text-align: center;
}
.con11-wf p {
  line-height: 38px;
}
/*?????????????????????*/
.zjt_20170718 {
  margin-bottom: 30px;
  margin-top: 28px;
}
.zjt_20170718 .base {
  position: relative;
}
.zjt_20170718 h2 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #514f50;
  position: relative;
}
.zjt_20170718 h2:after {
  position: absolute;
  width: 110px;
  height: 4px;
  background-color: #3b80db;
  bottom: -15px;
  left: 0;
  content: "";
}
.zjt_prevbtn,
.zjt_nextbtn {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 32px;
  color: #3688ff;
  border: 1px solid #b9b9b9;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  top: 0px;
  right: 5px;
}
.zjt_prevbtn {
  right: 46px;
}
.zjt_container {
  width: 1200px;
  height: 314px;
  position: relative;
}
.zjt-leftlogo {
  float: left;
  width: 107px;
  height: 314px;
  background-color: #1f2024;
  margin-right: 12px;
  text-align: center;
}
.zjt-leftlogo li {
  margin: 15px 0px;
  cursor: pointer;
}
.zjt-leftlogo li:nth-child(1),
.zjt-leftlogo li:nth-child(2) {
  position: relative;
  top: 5px;
}
.zjt-right {
  width: 1081px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 314px;
}
.zjt-list {
  position: relative;
  overflow: hidden;
  height: 314px;
}
.zjt-list ul {
  width: 9999px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zjt-list li {
  float: left;
  width: 206px;
  margin-right: 13px;
  height: 314px;
  background-color: #e7e7e7;
  box-sizing: border-box;
  padding-top: 7px;
}
.zjt-list li > div:nth-child(1) {
  width: 192px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3px;
  height: 201px;
  overflow: hidden;
}
.zjt-list li > div:nth-child(1) p {
  position: absolute;
  width: 182px;
  height: 196px;
  border: 2px solid rgba(231, 231, 231, 0.6);
  top: 3px;
  left: 3px;
}
.zjt-list li > div:nth-child(2) {
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.zjt-list li > div:nth-child(2) img {
  vertical-align: middle;
}
.zjt-list li > h3 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}
.zjt-list li > p {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #666666;
  text-align: center;
}
.zjt-list li > p strong {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #333;
  font-weight: normal;
}
.zjt-list li > p span {
  color: #3688ff;
}
.zjt-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1f2024;
  top: 0;
  left: 0;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 24px;
  top: 314px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
.zjt-desc.active {
  top: 0;
  left: 0;
  opacity: 1;
}
.zjt-desc-left,
.zjt-desc-cent,
.zjt-desc-right {
  float: left;
}
.zjt-desc-left {
  width: 162px;
  padding-bottom: 8px;
  position: relative;
  margin-left: 52px;
  margin-top: 31px;
  margin-right: 69px;
}
.zjt-desc-left:after {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #3688ff;
  bottom: -4px;
  left: 0;
  content: "";
}
.zjt-desc-left:before {
  position: absolute;
  width: 20px;
  height: 15px;
  background-image: url(http://www.qfedu.com../images/mo/zjt_20170721/zjt-ico-01.png);
  top: -13px;
  left: -30px;
  content: "";
}
.zjt-desc-left h3 {
  font-size: 16px;
  line-height: 34px;
  color: #3688ff;
}
.zjt-desc-cent {
  width: 157px;
  margin-top: 47px;
  margin-right: 92px;
}
.zjt-desc-cent > div:nth-child(1) {
  width: 125px;
  height: 125px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 26px;
}
.zjt-desc-cent > div:nth-child(1) p {
  position: absolute;
  width: 245px;
  height: 172px;
  top: -25px;
  left: -28px;
  background-image: url(http://www.qfedu.com../images/mo/zjt_20170721/zjt-pic-bg.png);
}
.zjt-desc-cent > div:nth-child(1) img {
  position: relative;
}
.zjt-desc-cent > p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.zjt-desc-cent > h3 {
  font-size: 16px;
  line-height: 24px;
  color: #ababab;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.zjt-desc-cent > div:last-child {
  width: 157px;
  height: 30px;
}
.zjt-desc-cent > div:last-child > div {
  width: 50px;
  float: left;
  height: 30px;
  text-align: center;
  background-color: #fff;
}
.zjt-desc-cent > div:last-child > div img {
  vertical-align: middle;
  width: 80%;
}
.zjt-desc-cent > div:last-child > p {
  float: left;
  width: 107px;
  background-color: #7d1bf9;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.zjt-desc-right {
  width: 516px;
  box-sizing: border-box;
  padding: 0 17px;
  position: relative;
  margin-top: 30px;
}
.zjt-desc-right:after {
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url(img/zjt-desc-border-top.png);
  top: -13px;
  left: 0;
  content: "";
  -webkit-background-size: 100% 20px;
  background-size: 100% 20px;
}
.zjt-desc-right:before {
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url(img/zjt-desc-border-bot.png);
  bottom: -13px;
  left: 0;
  content: "";
  -webkit-background-size: 100% 20px;
  background-size: 100% 20px;
}
.zjt-desc-right p:first-child {
  margin-bottom: 5px;
}
.zjt-desc-right span {
  color: #3688ff;
}
/*??????????????????*/
.smzp_1128 {
  margin-bottom: 30px;
  margin-top: 28px;
}
.smzp_1128 .base {
  position: relative;
}
.smzp_1128 h2 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #514f50;
  position: relative;
}
.smzp_1128 h2:after {
  position: absolute;
  width: 110px;
  height: 4px;
  background-color: #3b80db;
  bottom: -15px;
  left: 0;
  content: "";
}
.smzp_nextbtn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 160px;
  border-radius: 25px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  background: #ff7403;
}
.smzp_container {
  width: 1200px;
  height: 412px;
  position: relative;
}
.smzp-leftlogo {
  float: left;
  width: 107px;
  height: 412px;
  background-color: #1f2024;
  margin-right: 12px;
  text-align: center;
}
.smzp-leftlogo li {
  margin: 24px 0px;
  cursor: pointer;
}
.smzp-leftlogo li:nth-child(1),
.smzp-leftlogo li:nth-child(2) {
  position: relative;
  top: 5px;
}
.smzp-right {
  width: 1081px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 412px;
}
.smzp-list {
  position: relative;
  left: 0;
  top: 0;
  height: 412px;
}
.smzp-list ul {
  width: 9999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.smzp-list li {
  float: left;
  width: 348px;
  margin-right: 16px;
  height: 412px;
  background-color: #e7e7e7;
}
.smzp-list li a > div:nth-child(1) {
  width: 348px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
  height: 207px;
  overflow: hidden;
}
.smzp-list li a > div:nth-child(1) p {
  position: absolute;
  width: 182px;
  height: 196px;
  border: 2px solid rgba(231, 231, 231, 0.6);
  top: 3px;
  left: 3px;
}
.smzp-list li a > div:nth-child(2) {
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
.smzp-list li a > div:nth-child(2) img {
  vertical-align: middle;
}
.smzp-list li a > h3 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.smzp-list li:hover a > h3 {
  color: #3688ff;
}
.smzp-list li a > p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  width: 315px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
}
/* ??????????????? ?????? */
.nzZb {
  padding-top: 40px;
}
.nzZb .fl {
  float: left;
}
.nzZb .fr {
  float: right;
}
.nzZb-cont > div {
  box-sizing: border-box;
  width: 656px;
  height: 298px;
  padding: 38px 30px 0;
  background-color: #f2f2f2;
}
.nzZb-cont > div > p {
  font-size: 15px;
  line-height: 23px;
  color: #4d4d4d;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
.nzZb-cont > div > h3 {
  font-size: 20px;
  line-height: 22px;
  color: #3c6af6;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.nzZb-cont > div > div:nth-child(3) {
  padding-left: 17px;
  background-image: url(img/nzZb-ico1.png?123);
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: 25px;
}
.nzZb-cont > div > div:nth-child(3) p {
  font-size: 15px;
  line-height: 23px;
  color: #4d4d4d;
  font-weight: normal;
  text-align: left;
}
.nzZb-cont > div > div:nth-child(4) > a {
  width: 185px;
  font-size: 16px;
  line-height: 34px;
  color: #1951d5;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #1951d5;
  margin-right: 20px;
}
.nzZb-cont > div > div:nth-child(4) > a img {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 8px;
}

/* ?????????????????? */
.qzzp_1228 {
  padding-top: 30px;
}
.qzzp_1228_wrap > div.fl {
  width: 748px;
  height: 334px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 15px 17px;
  float: left;
}
.qzzp_1228_wrap > div.fl div.fl {
  width: 318px;
  float: left;
}
.qzzp_1228_wrap > div.fl div.fl img {
  width: 318px;
  height: 212px;
  margin-bottom: 10px;
}
.qzzp_1228_wrap > div.fl div.fl p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.qzzp_1228_wrap > div.fl div.fr {
  width: 355px;
  float: right;
}
.qzzp_1228_wrap > div.fl div.fr ul {
  margin-bottom: 10px;
  height: 265px;
}
.qzzp_1228_wrap > div.fl div.fr ul li {
  width: 100%;
  height: 30px;
  border: 0px;
  overflow: visible;
  margin: 0px;
}
.qzzp_1228_wrap > div.fl div.fr ul li a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.qzzp_1228_wrap > div.fl div.fr ul li:first-child {
  height: 54px;
  margin-bottom: 15px;
  padding-top: 7px;
}
.qzzp_1228_wrap > div.fl div.fr ul li:first-child a {
  font-size: 16px;
  color: #333;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: bold;
  height: 54px;
}
.qzzp_1228_wrap > div.fl div.fr > a {
  font-size: 14px;
  color: #ea4f47;
  text-align: left;
  display: block;
}
.qzzp_1228_wrap > div.fr {
  width: 440px;
  height: 334px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: right;
  padding-top: 30px;
  padding-right: 20px;
}
.qzzp_1228_wrap > div.fr h5 {
  height: 37px;
  border-bottom: 1px solid #4e7fd4;
}
.qzzp_1228_wrap > div.fr h5 span {
  display: block;
  float: left;
  width: 130px;
  height: 37px;
  background: #4e7fd4;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.qzzp_1228_wrap > div.fr h5 a {
  float: right;
  line-height: 37px;
  font-size: 14px;
  color: #ea4f47;
}
.qzzp_1228_wrap > div.fr ul {
  padding: 30px 20px 0;
}
.qzzp_1228_wrap > div.fr ul li {
  width: 100%;
  height: 30px;
  border: 0px;
  overflow: visible;
  margin: 0px;
  position: relative;
  padding-left: 10px;
}
.qzzp_1228_wrap > div.fr ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #4e7fd4;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}
.qzzp_1228_wrap > div.fr ul li span {
  text-align: left;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 400px;
}
.qzzp_1228_wrap > div.fr ul li i {
  display: block;
  float: right;
  line-height: 32px;
  color: #666;
  font-size: 14px;
}
/* ?????????????????? */
.ypms_1228 {
  padding-bottom: 40px;
}
.ypms_1228_wrap > div.fl {
  width: 827px;
  height: 334px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 45px 45px 30px 55px;
  float: left;
}
.ypms_1228_wrap > div.fl h4 {
  font-weight: bold;
  font-size: 32px;
  color: #58ab47;
  line-height: 40px;
  text-align: center;
  background: url(img/ypms_1228_bt.png)
    no-repeat center top;
  width: 409px;
  height: 258px;
  padding: 65px 0 0 54px;
  box-sizing: border-box;
  float: left;
}
.ypms_1228_wrap > div.fl h4 span {
  display: block;
  font-size: 24px;
  color: #090909;
}
.ypms_1228_wrap > div.fl ul {
  float: right;
  width: 280px;
}
.ypms_1228_wrap > div.fl ul li {
  width: 100%;
  height: 30px;
  border: 0px;
  overflow: visible;
  margin: 0px;
  position: relative;
  padding-left: 20px;
}
.ypms_1228_wrap > div.fl ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #4e7fd4;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}
.ypms_1228_wrap > div.fl ul li a {
  display: block;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
.ypms_1228_wrap > div.fr {
  width: 362px;
  height: 334px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: right;
  padding-top: 30px;
  padding-right: 20px;
}
.ypms_1228_wrap > div.fr h5 {
  height: 37px;
  border-bottom: 1px solid #4e7fd4;
}
.ypms_1228_wrap > div.fr h5 span {
  display: block;
  float: left;
  width: 130px;
  height: 37px;
  background: #4e7fd4;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.ypms_1228_wrap > div.fr h5 a {
  float: right;
  line-height: 37px;
  font-size: 14px;
  color: #ea4f47;
}
.ypms_1228_wrap > div.fr ul {
  padding: 30px 20px 0;
}
.ypms_1228_wrap > div.fr ul li {
  width: 100%;
  height: 30px;
  border: 0px;
  overflow: visible;
  margin: 0px;
  position: relative;
  padding-left: 10px;
}
.ypms_1228_wrap > div.fr ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #4e7fd4;
  left: 0px;
  top: 50%;
  margin-top: -1px;
}
.ypms_1228_wrap > div.fr ul li a {
  display: block;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}
.ypms_1228_wrap > div.fr ul li a span {
  padding: 0 5px;
}
/* ???????????? */
.index-qfyy {
  margin-bottom: 60px;
}
.index-qfyy .biaoti {
  position: relative;
}
.index-qfyy-title {
  margin-bottom: 30px;
}
.index-qfyy .fl {
  float: left;
}
.index-qfyy .fr {
  float: right;
}
.index-qfyy .biaoti::after {
  content: "";
  background: #3b80db;
  width: 110px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -15px;
}
.index-qfyy-btns {
  margin-left: 80px;
  position: relative;
  top: 6px;
}
.index-qfyy-btns div {
  width: 104px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-right: 4px;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
}
.index-qfyy-btns div.active {
  background-color: #367eda;
  color: #fff;
}
.index-qfyy-subbtns {
  width: 138px;
  position: relative;
  top: 22px;
  left: 8px;
}
.index-qfyy-subbtns p {
  width: 74px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.index-qfyy-subbtns a {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  border-radius: 50%;
  text-align: center;
}
.index-qfyy-subbtns a:hover {
  background-color: #f2f2f2;
  color: #ff5c38;
}
.index-qfyy-cont {
  position: relative;
}
.index-qfyy-video {
  width: 937px;
  height: 527px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.index-qfyy-video video {
  width: 100%;
  height: 100%;
}
.index-qfyy-video-btns {
  height: 527px;
  overflow: hidden;
}
.index-qfyy-video-btns li {
  margin-bottom: 25px;
  cursor: pointer;
}
.index-qfyy-video-btns li > div:nth-child(1) {
  width: 236px;
  height: 132px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 11px;
}
.index-qfyy-video-btns li > div:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.index-qfyy-video-btns li > div:nth-child(1) span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
.index-qfyy-video-btns li.active p {
  color: #ff7403;
  width: 196px;
  white-space: nowrap;
  overflow: hidden;
}
.index-qfyy-video-btns li.active > div:nth-child(1) span {
  opacity: 0;
}
.index-qfyy-video-btns li p {
  font-size: 14px;
  line-height: 15px;
  width: 196px;
  white-space: nowrap;
  overflow: hidden;
}
/*?????? vjs??????*/
.video-js .vjs-big-play-button {
  width: 3em !important;
  height: 3em !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -1.5em !important;
  margin-left: -1.5em !important;
  border-radius: 50% !important;
}
.video-js .vjs-big-play-button span {
  line-height: 3em !important;
}
/*??????VIP??????*/
.index-zbkt {
}
.index-zbkt .fl {
  float: left;
}
.index-zbkt-cont {
  margin-top: 18px;
}
.index-zbkt-cont li {
  width: 290px;
  margin-right: 13px;
  margin-bottom: 25px;
  height: 110px;
}
.index-zbkt-cont li:nth-child(4n) {
  margin-right: 0;
}
.index-zbkt-cont li > div:nth-child(1) {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(108, 163, 242, 0.3);
  text-align: center;
  line-height: 65px;
  margin-top: 15px;
}
.index-zbkt-cont li > div:nth-child(1) img {
  vertical-align: middle;
}
.index-zbkt-cont li > div:nth-child(2) {
  width: 210px;
  margin-left: 15px;
}
.index-zbkt-cont li > div:nth-child(2) h3 {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-bottom: 8px;
  text-indent: -7px;
}
.index-zbkt-cont li > div:nth-child(2) p {
  font-size: 14px;
  line-height: 22px;
  color: #6b6b6b;
  margin-bottom: 8px;
}
.index-zbkt-cont li > div:nth-child(2) a {
  display: block;
  width: 67px;
  height: 25px;
  border-radius: 3px;
  background-color: #3688ff;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

/*OMO???????????????????????????*/
.omo {
  background-color: #f6f6f6;
  padding: 30px 0;
}
.omo-cont {
  margin-top: 35px;
}
.omo-cont > div {
  box-sizing: border-box;
  width: 230px;
  height: 292px;
  border-radius: 8px;
  background-color: #fff;
  padding-top: 38px;
  text-align: center;
  margin-right: 12px;
}
.omo-cont > div:hover {
  background-color: #3579f6;
  box-shadow: 0 0 20px #b0ccff;
}
.omo-cont > div:hover p,
.omo-cont > div:hover h3,
.omo-cont > div:hover h4,
.omo-cont > div:hover a {
  color: #fff;
}
.omo-cont > div:hover a {
  border-color: #fff;
}
.omo-cont > div:hover a span {
  background: url(../images/mo/index/omo-ico-hand2.png);
}
.omo-cont > div:last-child {
  margin-right: 0;
}
.omo-cont > div > div {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  margin-bottom: 5px;
  background-color: #fff;
}
.omo-cont > div > div img {
  vertical-align: middle;
}
.omo-cont > div p {
  font-size: 14px;
  line-height: 22px;
  color: #7c7c81;
  margin-bottom: 15px;
}
.omo-cont > div h3 {
  font-size: 17px;
  line-height: 24px;
  color: #514f50;
  font-weight: bold;
}
.omo-cont > div h4 {
  font-size: 13px;
  line-height: 24px;
  color: #7c7c81;
  margin-bottom: 24px;
}
.omo-cont > div a {
  display: block;
  width: 149px;
  height: 28px;
  border: 1px solid #cbcbcd;
  border-radius: 5px;
  font-size: 12px;
  line-height: 28px;
  color: #747273;
  margin: 0 auto;
}
.omo-cont > div a span {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../images/mo/index/omo-ico-hand.png);
  vertical-align: middle;
}
.omo-cont > div a span {
  margin-left: 5px;
}

/* ??????????????? */
.qf-teachers {
  padding-bottom: 20px;
}
.qf-teachers-cont {
  margin-top: 25px;
}

.qf-teachers-cont > div {
  position: relative;
  margin-right: 9px;
  width: 192px;
  height: 294px;
}
.qf-teachers-cont > div > img {
  width: 100%;
}
.qf-teachers-cont > div:last-child {
  margin-right: 0;
}
.qf-teachers-cont > div div {
  height: 60px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 7px;
}
.qf-teachers-cont > div h3 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.qf-teachers-cont > div p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/* ???????????? */
.kctx {
  padding: 30px 0;
}
.kctx-btns {
  margin-top: 30px;
}
.kctx-btns > div {
  width: 100px;
  height: 54px;
}
.kctx-btns > div div {
  width: 80%;
  margin: 0 auto;
  display: table;
  height: 100%;
  text-align: center;
  padding-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.kctx-btns > div.active div {
  border-color: #f05b13;
}
.kctx-btns > div div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  color: #514f50;
}
.kctx-conts {
  position: relative;
}
.kctx-conts-bg {
  position: absolute;
  width: 100%;
  height: 427px;
  top: 0;
  left: 0;
  background: #ef5a10;
  background: linear-gradient(to bottom, #ef5a10, #ff8144);
}
.kctx-conts .base {
  position: relative;
  z-index: 2;
}
.kctx-xktitle {
  padding: 18px 0;
}
.kctx-xktitle img {
  margin-left: 15px;
}
.kctx-xktitle h3 {
  font-size: 24px;
  line-height: 65px;
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}

.kctx-xk-cont {
  background-color: #fff;
  border-radius: 10px;
  /* min-height: 450px; */
  margin-bottom: 40px;
  box-shadow: 0 0 26px rgba(140, 140, 140, 0.2);
  box-sizing: border-box;
  padding: 50px 40px 35px;
}
.kctx-xk-cont-desc {
  margin-bottom: 30px;
}
.kctx-xk-cont-desc > div {
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  height: 136px;
}
.kctx-xk-cont-desc > div:nth-child(1) {
  width: 284px;
}
.kctx-xk-cont-desc > div:nth-child(2) {
  width: 488px;
  padding-left: 80px;
}
.kctx-xk-cont-desc > div:nth-child(3) {
  width: 348px;
  padding-left: 70px;
  border: none;
}
.kctx-xk-cont-desc > div > div:nth-child(1) {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ef5a10;
  background: linear-gradient(to bottom, #ef5a10, #fb854b);
  margin-right: 12px;
  margin-top: 7px;
}
.kctx-xk-cont-desc > div:nth-child(2) > div:nth-child(1) {
  background: #7d6cf7;
  background: linear-gradient(to bottom, #7d6cf7, #b38ff8);
}
.kctx-xk-cont-desc > div:nth-child(3) > div:nth-child(1) {
  background: #688df7;
  background: linear-gradient(to bottom, #688df7, #89b9fa);
}
.kctx-xk-cont-desc > div:nth-child(2) > div:nth-child(2) {
  width: 295px;
}
.kctx-xk-cont-desc > div > div:nth-child(2) h3 {
  font-size: 20px;
  color: #514f50;
  font-weight: bold;
  margin-bottom: 18px;
}
.kctx-xk-cont-desc > div > div:nth-child(2) p {
  font-size: 14px;
  line-height: 22px;
  color: #858589;
}
.kctx-xk-cont-course {
  width: 193px;
}
.kctx-xk-cont-course div {
  text-align: center;
}
.kctx-xk-cont-course div:nth-child(2) a {
  border-color: #4989f6;
  color: #4989f6;
}
.kctx-xk-cont-course div p {
  font-size: 14px;
  line-height: 26px;
  color: #514f50;
  margin-bottom: 8px;
}
.kctx-xk-cont-course div a {
  display: inline-block;
  width: 86px;
  height: 20px;
  border: 1px solid #ef5910;
  color: #ef5910;
  text-align: center;
}
.kctx-xk-cont-kb {
  margin-bottom: 30px;
  /* height: 155px; */
  overflow: hidden;
}
.kctx-xk-cont-kb li {
  width: 250px;
  margin-right: 39px;
  margin-bottom: 10px;
}
.kctx-xk-cont-kb li.cur-bold p {
  font-weight: bold;
  color: #f05b13;
}
.kctx-xk-cont-kb li:nth-child(4n) {
  margin-right: 0;
}
.kctx-xk-cont-kb li p {
  font-size: 12px;
  line-height: 21px;
  color: #333;
}
.kctx-xk-cont-kb li p:nth-child(1) {
  width: 160px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  margin-right: 8px;
}
.kctx-xk-cont-kb li a {
  font-size: 13px;
  line-height: 21px;
  background-color: #4a89f7;
  text-align: center;
  width: 36px;
  border-radius: 4px;
  color: #fff;
}
.kctx-xk-cont-btns {
  text-align: center;
}
.kctx-xk-cont-btns a {
  display: inline-block;
  width: 174px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 15px;
  font-size: 16px;
  line-height: 40px;
}
.kctx-xk-cont-btns a:nth-child(1) {
  background-color: #4a8af7;
  color: #fff;
}
.kctx-xk-cont-btns a:nth-child(2) {
  color: #333;
  border: 1px solid #333333;
  line-height: 38px;
  display: none;
}
.kctx-xk-cont-btns.has-hcxy a:nth-child(2) {
  display: inline-block;
}
.kctx-xk-hcxy {
  position: relative;
  height: 166px;
  background: url("../images/mo/index/kctx-hcxy-bg.jpg");
}
.kctx-xk-hcxy div {
  position: absolute;
  width: 468px;
  height: 53px;
  top: 67px;
  left: 465px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 11px;
}
.kctx-xk-hcxy div p {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.kctx-xk-hcxy div p:last-child {
  border: none;
}
.kctx-xk-hcxy a {
  position: absolute;
  width: 150px;
  height: 32px;
  background: #ee702e;
  border-radius: 16px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  top: 77px;
  right: 94px;
  color: #fff;
}
.banner_up .banner_tap_main .ul1 .tabs {
  width: 222px;
  margin: 20px auto 15px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 5px;
  height: 30px;
  overflow: hidden;
}
.banner_up .banner_tap_main .ul1 .tabs .tab {
  cursor: pointer;
  background: none;
  line-height: 30px;
  text-align: center;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
}
.banner_up .banner_tap_main .ul1 .tabs .tab.active {
  background: rgba(255, 255, 255, 0.96);
  color: #3a3f40;
  border-radius: 0 5px 5px 0;
}
.banner_up .banner_tap_main .ul1 .tabs .tab.active:last-child {
  border-radius: 5px 0 0 5px;
}