/*公用定义*/

@charset "utf-8";
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*取消链接点击的时候变蓝*/

*:focus {
  outline: none;
}

body a, .tm {
  cursor: pointer;
}

input, select, textarea {
  line-height: normal;
  -webkit-appearance: none;
}

ul, li, tr, td, dl, dt, dd {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

li {
  overflow: hidden;
}

/* 图片自适应 */

a img {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

.f {
  float: left;
  overflow: hidden;
}

.r {
  float: right;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #2b2b2b;
}

a:hover {
  text-decoration: none;
}

.huang, .huang a {
  color: #fcff00;
}

.hong, .hong a {
  color: #ff0000;
}

.lan, .lan a {
  color: #2293d1;
}

.lv, .lv a {
  color: #2293d1;
}

.hui, .hui a {
  color: #6f6f6f;
}

.hui a:hover {
  color: #fff;
}

.hui2, .hui2 a {
  color: #4b4a4a;
}

.bai, .bai a {
  color: #FFFFFF;
}

.cu {
  font-weight: bold;
}

.xi {
  font-weight: lighter;
}

.mg2 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cen {
  text-align: center;
}

.xi12 {
  font-size: 12px;
}

.xi13 {
  font-size: 13px;
}

.xi14 {
  font-size: 14px;
}

.xi15 {
  font-size: 15px;
}

.xi16 {
  font-size: 16px;
}

.xi17 {
  font-size: 17px;
}

.xi18 {
  font-size: 18px;
}

.xi19 {
  font-size: 19px;
}

.xi20 {
  font-size: 20px;
}

.xi21 {
  font-size: 21px;
}

.xi22 {
  font-size: 22px;
}

.xi23 {
  font-size: 23px;
}

.xi24 {
  font-size: 24px;
}

.xi25 {
  font-size: 25px;
}

.xi26 {
  font-size: 26px;
}

.xi27 {
  font-size: 27px;
}

.xi28 {
  font-size: 28px;
}

.xi29 {
  font-size: 29px;
}

.xi30 {
  font-size: 30px;
}

.xi31 {
  font-size: 31px;
}

.xi32 {
  font-size: 32px;
}

.xi33 {
  font-size: 33px;
}

.xi34 {
  font-size: 34px;
}

.xi35 {
  font-size: 35px;
}

.xi36 {
  font-size: 36px;
}

.xi37 {
  font-size: 37px;
}

.xi38 {
  font-size: 38px;
}

.xi39 {
  font-size: 39px;
}

.xi40 {
  font-size: 40px;
}

.device {
  /*width: 1200px;*/
  position: relative;
}

.device .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 999998;
}

.device .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 999998;
}

.swiper-container {
  /*width: 1200px;*/
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 999998;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.cs img, .cs img, .cs img, .cs img, .cs img, .cs img, .cs img, .cs img, .cs img, .cs img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover, .cs img:hover {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tm:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.xiahuaxian {
  text-decoration: underline;
}

.shanchuxian {
  text-decoration: line-through;
}

.cur {
  cursor: pointer;
}

.mengban {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999990;
}

/*pc端*/

@media (min-width:641px) {
  html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    margin: 0px;
    font-size: 12px;
    background: #ffffff;
    color: #2b2b2b;
  }
  body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
  }
  input, select, textarea, div {
    FONT-FAMILY: 'Microsoft YaHei';
  }
  .mg {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 1200px;
  }
  /*报名*/
  .top img {
    display: block;
    width: 100%
  }
  .top a {
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    width: 12%;
  }
  .title {
    /* background: url(../images/t1.png) 0 0 no-repeat; */
    /* width: 537px; */
    /* height: 156px; */
    background-size: 100% 100%;
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
    box-sizing: border-box;
    /* padding: 23px 0px 0px 18px */
  }
  .titles {
    background: url(../images/t116.png) 0 0 no-repeat;
    width: 1030px;
    height: 156px;
    background-size: 100% 100%;
  }
  .titlet {
    font-size: 22px;
    color: #5d5d5d
  }
  .titlef {
    font-size: 45px;
    color: #0057ff
  }
  .bm {
    padding-bottom: 100px;
    position: relative
  }
  .bmt {
    width: 1200px;
    margin: 0px auto 0px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 20px 0px 60px 62px
  }
  .bmttl {
    width: 420px;
  }
  .bmttr {
    width: 686px;
    padding-top: 65px;
    font-size: 22px;
    color: #000000;
    line-height: 46px;
    margin-bottom: 62px;
  }
  .bmtf {
    padding-left: 65px
  }
  .bmtf a {
    display: block;
    background: url(../images/t34.png) 0 0 no-repeat;
    width: 342px;
    height: 99px;
    line-height: 99px;
    text-align: center;
    color: #fff;
    font-size: 43px;
    margin-left: 90px;
    float: left
  }
  .xz1 {
    font-size: 34px!important;
    line-height: 40px!important;
    box-sizing: border-box;
    padding-top: 8px;
  }
  .bmm {
    width: 1200px;
    margin: 0px auto 0px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 55px 0px 26px 0px
  }
  .bmm li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 95px;
  }
  .bmmt {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-radius: 34px;
    background: #2e79ff;
    padding: 0px 25px;
    font-size: 32px;
    margin-bottom: 12px;
  }
  .bmmf {
    font-size: 22px;
    line-height: 44px;
    color: #000000
  }
  .bmf li {
    width: 1190px;
    background: #fff;
    border: 1px solid #006bff;
    border-radius: 15px;
    margin-bottom: 42px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 30px;
    margin-left: auto;
    margin-right: auto
  }
  .bmfl {
    width: 134px;
    margin-left: 4px;
    padding-top: 20px;
  }
  .bmfr {
    width: 990px;
    font-size: 22px;
    color: #010101;
    line-height: 44px;
  }
  .bmf li:nth-child(2) .bmfl {
    padding-top: 5px;
  }
  .bmf li:nth-child(3) .bmfl {
    padding-top: 5px;
  }
  .xf1 {
    position: absolute;
    left: 90px;
    top: 415px;
  }
  .xf2 {
    position: absolute;
    right: 102px;
    top: 1470px;
  }
  .xf2 {
    position: absolute;
    right: 102px;
    top: 1470px;
  }
  /*index*/
  .con {
    padding-bottom: 140px;
    position: relative
  }
  .con1 {
    width: 1200px;
    margin: 0px auto 0px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 30px 25px 20px;
    text-indent: 2em;
    font-size: 22px;
    color: #000000;
    line-height: 44px;
  }
  .con2 {
    width: 1200px;
  }
  .con2 a {
    display: block;
    float: left;
    margin-bottom: 38px;
  }
  .con2 a:nth-child(2n) {
    float: right
  }
  .con3 {
    width: 1200px;
  }
  .con3>ul>li {
    margin-bottom: 22px;
  }
  .con3l {
    width: 495px;
  }
  .con3r {
    width: 658px;
    height: 248px;
    border: 6px solid #006bff;
    border-radius: 12px;
    padding-top: 25px;
    padding-left: 35px;
    position: relative;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
  }
  .con3r li {
    font-size: 31px;
    color: #0068dc;
    line-height: 72px;
  }
  .con3r li:first-child {
    font-size: 40px;
  }
  .con3r li img {
    margin-right: 15px;
  }
  .con3r a {
    display: block;
    position: absolute;
    right: 42px;
    bottom: 36px;
    width: 218px;
    height: 58px;
    line-height: 58px;
    background: #2e79ff;
    border-radius: 34px;
    color: #fff;
    font-size: 30px;
    padding-left: 24px;
    box-sizing: border-box
  }
  .con3r a img {
    margin-left: 10px;
  }
  .con4 {
    background: url(../images/bg1.png) 0 0 no-repeat;
    width: 1225px;
    height: 596px;
    background-size: 100% 100%;
    text-align: center
  }
  .con4t {
    margin-top: 40px;
    margin-bottom: 18px;
    font-size: 30px;
  }
  .con4f {
    background: url(../images/t2.jpg) 0 0 no-repeat;
    width: 904px;
    height: 460px;
    box-sizing: border-box;
    padding-top: 238px;
    position: relative
  }
  .con4f a {
    display: block
  }
  .con4f video {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999
  }
  .con4f p {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
  }
  .con5 {
    width: 1214px;
    border: 6px solid #006bff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 30px;
  }
  .con6 {
    width: 1200px;
  }
  .con6 li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .con6 li:first-child {
    padding-left: 205px
  }
  .con6 li:last-child {
    padding-left: 80px
  }
  .con6t {
    font-size: 30px;
    color: #0732bb;
    margin-bottom: 10px;
  }
  .con6f {
    font-size: 23px;
    color: #010101;
    line-height: 45px;
  }
  .con6f span {
    color: #0732bb;
    font-weight: bold;
    font-size: 24px;
  }
  .xf3 {
    position: fixed;
    left: 88px;
    top: 300px;
    z-index: 99999999;
    display: none
  }
  .xf4 {
    position: absolute;
    left: 84px;
    top: 3230px;
  }
  .xf5 {
    position: absolute;
    right: 100px;
    top: 1425px;
  }
  /*yinxiang*/
  .yinxiang {
    position: relative
  }
  .yinxiangt {
    width: 1192px;
    margin: 0px auto 0px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 45px;
  }
  .yinxiangtt video {
    width: 680px;
    height: 382px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .yinxiangtt img {
    width: 680px;
    height: 382px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1
  }
  .yinxiangtt img:hover {
    cursor: pointer
  }
  .yinxiangtt {
    width: 680px;
    height: 382px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }
  .xp1 video {
    width: 680px;
    height: 382px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .xp1 img {
    width: 680px;
    height: 382px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    opacity: 1
  }
  .xp1 img:hover {
    cursor: pointer
  }
  .xp1 {
    width: 680px;
    height: 382px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 74px;
  }
  .yinxiangtm {
    font-size: 40px;
    color: #0068dc;
    padding-top: 52px;
    padding-bottom: 52px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .yinxiangtm::after {
    content: "";
    background-color: rgb(229, 229, 229);
    position: absolute;
    top: 110px;
    width: 171px;
    height: 6px;
    border-radius: 3px;
    left: 50%;
    margin-left: -86px;
  }
  .yinxiangtf {
    text-indent: 2em;
    font-size: 21px;
    color: #000000;
    line-height: 42px;
  }
  .yinxiangm {
    width: 1192px;
    margin: 0px auto 0px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 45px;
  }
  .yinxiangm li {
    width: 230px;
    height: 226px;
    margin-right: 56px;
    float: left;
    margin-bottom: 28px;
  }
  .yinxiangm li:hover {
    cursor: pointer
  }
  .yinxiangm li:nth-child(4n) {
    margin-right: 0px;
  }
  .yinxiangm li:nth-child(1) {
    background: url(../images/t36.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(1):hover {
    background: url(../images/t22.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(1).hover {
    background: url(../images/t22.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(2) {
    background: url(../images/t37.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(2):hover {
    background: url(../images/t23.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(2).hover {
    background: url(../images/t23.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(3) {
    background: url(../images/t38.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(3):hover {
    background: url(../images/t24.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(3).hover {
    background: url(../images/t24.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(4) {
    background: url(../images/t39.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(4):hover {
    background: url(../images/t25.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(4).hover {
    background: url(../images/t25.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(5) {
    background: url(../images/t40.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(5):hover {
    background: url(../images/t26.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(5).hover {
    background: url(../images/t26.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(6) {
    background: url(../images/t41.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(6):hover {
    background: url(../images/t27.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(6).hover {
    background: url(../images/t27.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(7) {
    background: url(../images/t42.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(7):hover {
    background: url(../images/t28.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(7).hover {
    background: url(../images/t28.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(8) {
    background: url(../images/t43.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(8):hover {
    background: url(../images/t29.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangm li:nth-child(8).hover {
    background: url(../images/t29.png) 0 0 no-repeat;
    background-size: 100% 100%
  }
  .yinxiangmf {
    text-indent: 2em;
    font-size: 21px;
    color: #000000;
    line-height: 42px;
    display: none
  }
  .yinxiangmf.hover {
    display: block
  }
  .yinxiangtms {
    display: none
  }
  .yinxiangtms.hover {
    display: block
  }
  .yinxiangf {
    width: 1224px;
    background: url(../images/bg3.png) center 0 no-repeat;
    background-color: #2c85ff;
    box-sizing: border-box;
    padding: 37px 0px 0px;
    border-radius: 15px;
    height: 1764px;
    margin-bottom: 40px;
  }
  .yinxiangfl {
    width: 1175px;
    height: 1000px;
    border-radius: 15px;
    background: #eeeeee;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    float: none
  }
  .yinxiangflt {
    margin-top: 27px;
    margin-left: 30px;
    font-size: 40px;
    color: #0073ff;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 30px;
    font-weight: bold
  }
  .yinxiangflm {
    padding-left: 60px;
    padding-bottom: 42px;
    position: relative;
    margin-bottom: 10px
  }
  .yinxiangflm img {
    margin-top: -75px;
  }
  .yinxiangfr {
    display: none;
    width: 1175px;
    margin-right: auto;
    margin-left: auto;
  }
  .yinxiangfr.hover {
    display: block
  }
  .yinxiangfrf {
    height: 626px;
    overflow-y: scroll
  }
  .dt {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 999;
    animation: bh1 1s infinite linear;
    background: #ee005a;
    border-radius: 50%
  }
  .dt:hover {
    cursor: pointer
  }
  @keyframes bh1 {
    0% {
      transform: scale(1);
    }
    33% {
      transform: scale(1.2);
    }
    66% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }
  .dt1 {
    left: 510px;
    top: 470px;
  }
  .dt2 {
    left: 395px;
    top: 58px;
  }
  .dt3 {
    left: 553px;
    top: 60px;
  }
  .dt4 {
    left: 969px;
    top: 321px;
  }
  .dt5 {
    left: 818px;
    top: 322px;
  }
  .dt6 {
    left: 370px;
    top: 488px;
  }
  .dt7 {
    left: 725px;
    top: 195px;
  }
  .dt8 {
    left: 890px;
    top: 458px;
  }
  .dt9 {
    left: 758px;
    top: 468px;
  }
  .dt10 {
    left: 696px;
    top: 443px;
  }
  .dt11 {
    left: 214px;
    top: 180px;
  }
  .dt12 {
    left: 763px;
    top: 605px;
  }
  .dt13 {
    left: 546px;
    top: 576px;
  }
  .dt14 {
    left: 625px;
    top: 707px;
  }
  .dt15 {
    left: 480px;
    top: 707px;
  }
  .dt16 {
    left: 316px;
    top: 393px;
  }
  .dt17 {
    left: 602px;
    top: 310px;
  }
  .dt18 {
    left: 642px;
    top: 512px;
  }
  .dt19 {
    left: 728px;
    top: 412px;
  }
  .dt20 {
    left: 628px;
    top: 384px;
  }
  .dt21 {
    left: 542px;
    top: 426px;
  }
  .dt22 {
    left: 624px;
    top: 453px;
  }
  .dt23 {
    left: 545px;
    top: 364px;
  }
  .dt24 {
    left: 602px;
    top: 280px;
  }
  .yinxiangflf {
    margin-left: 40px;
    line-height: 36px;
    color: #dc0000;
    font-size: 25px;
    text-align: right;
    margin-right: 30px
  }
  .yinxiangfrt {
    font-size: 40px;
    text-align: center;
    margin-bottom: 14px;
  }
  .yinxiangfrf p {
    color: #fff;
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
  }
  .xf {
    margin-top: 35px;
  }
  .xf8 {
    position: absolute;
    left: 64px;
    top: 2040px;
  }
  .xf9 {
    position: absolute;
    right: 116px;
    top: 510px;
  }
  .xf10 {
    position: absolute;
    right: 84px;
    top: 3100px;
  }
  /*rencai*/
  .rencai {
    /* width: 1100px; */
  }
  .rencaiw {
    position: relative
  }
  .rencait {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: visible
  }
  .xft {
    position: absolute;
    left: 0;
    top: 340px;
  }
  .rencaiList li {
    display: none;
  }
  .rencaimf {
    margin: 0 auto;
    width: 1100px;
    border: #4287ff 1px solid;
    /*background: #fff url('../images/a18.png') no-repeat;*/
    padding-top: 55px;
    line-height: 38px;
    height: 500px;
    overflow-y: scroll!important;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rencaimf:before{
    content: '';
    height: 48px;
    width: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/a18.png") 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 99999;
    position: absolute;
  }
  .rencaimf .textListb {
    height: 970px;
    overflow-y: auto;
    padding: 12px 40px;
    font-size: 21px;
  }
  .rencaimf .textListb::-webkit-scrollbar {
    width: 16px;
    background: #eee;
  }
  .rencaimf .textListb::-webkit-scrollbar-thumb {
    width: 20px;
    background: #2e79ff;
  }
  .xf6 {
    position: absolute;
    left: 90px;
    top: 605px;
  }
  .xf7 {
    position: absolute;
    right: 90px;
    top: 1942px;
  }
  /* 效果CSS开始 */
  .mod18 {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .mod18 .btn {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
  }
  .mod18 .prev {
    left: 35px;
    background: url(../images/t20.png) no-repeat;
  }
  .mod18 #prevTop, .mod18 #nextTop {
    top: 410px;
    width: 93px;
    height: 101px;
  }
  .mod18 #prev, .mod18 #next {
    top: 490px;
    width: 10px;
    height: 16px;
    display: none
  }
  .mod18 #prevTop {
    background: url(../images/t20.png) 0 0 no-repeat;
  }
  .mod18 #nextTop {
    background: url(../images/t21.png) 0 0 no-repeat;
  }
  .mod18 .next {
    right: 35px;
    background: url(../images/t21.png) no-repeat;
  }
  .mod18 li {
    display: inline-block
  }
  .mod18 .cf li {
    position: relative;
    color: #fff;
  }
  .mod18 .cf a {
    display: block;
    width: 764px;
    height: 480px;
    position: absolute;
  }
  .mod18 .cf a img {
    display: block;
    width: 764px;
    height: 480px
  }
  .mod18 .cf li span {
    display: block;
    width: 486px;
    position: absolute;
    left: 75px;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
  }
  .mod18 .picBox {
    width: 764px;
    height: 480px;
    position: relative;
    overflow: hidden;
    background: #0D0D0D;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .mod18 .picBox ul {
    height: 480px;
    position: absolute;
    left: 0;
  }
  .mod18 .picBox li {
    width: 764px;
    height: 480px;
    display: block;
    float: left
  }
  .mod18 .listBox {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .mod18 .listBox ul {
    height: 220px;
    position: absolute;
  }
  .mod18 .listBox li {
    height: 220px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    line-height: 220px;
  }
  .mod18 .listBox img {
    height: 185px;
    display: inline-block;
    vertical-align: middle;
  }
  .mod18 .listBox li i {
    display: none;
  }
  .mod18 .listBox li a {
    display: block;
    height: 77px;
  }
  .mod18 .listBox .on img {
    height: 220px;
  }
  .mod18 .listBox .on {
    height: 220px;
  }
  .mod18 .listBox .on i {
    display: block;
  }
  .zs img {
    display: block;
    width: 1920px;
    margin-left: auto;
    margin-right: auto
  }
  .dlxf {
    position: absolute;
    top: 50px;
    right: 12%;
    color: #fff;
    display: none
  }
  .dlxf a {
    color: #fff;
    font-size: 25px;
    float: left;
    display: block
  }
  .dlxf span {
    color: #fff;
    font-size: 25px;
    float: left;
    display: block;
    margin: 0px 10px
  }
  /*zhiboz*/
  .zhibozw {
    position: relative
  }
  .zhiboz {
    width: 1100px;
    margin-top: 115px;
  }
  .zhibozt {
    width: 938px;
  }
  .zhiboztt img {
    display: block;
    width: 100%
  }
  .zhiboztm {
    font-size: 30px;
    color: #2a2a2a;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .zhiboztf {
    font-size: 22px;
    color: #808080;
    margin-bottom: 40px;
  }
  .title2 {
    font-size: 40px;
    color: #0068dc
  }
  .title2 img {
    width: 28px;
  }
  .zhibozmf li {
    box-sizing: border-box;
    padding: 18px 0px 30px 28px;
    border-top: 1px dashed #4282e1;
  }
  .zhibozmf li:first-child {
    border-top: none
  }
  .zhibozmft {
    height: 56px;
    line-height: 56px;
  }
  .zhibozmftl {
    font-size: 30px;
    color: #0068dc
  }
  .zhibozmftl b {
    margin-right: 10px;
  }
  .zhibozmftr {
    display: block;
    width: 154px;
    height: 56px;
    line-height: 56px;
    border-radius: 12px;
    background: #2475df;
    font-size: 22px;
    text-align: center
  }
  .zhibozmff p {
    font-size: 20px;
    color: #000000;
    box-sizing: border-box;
    padding-left: 22px;
    line-height: 36px;
    position: relative
  }
  .zhibozmff p.hover:before {
    position: absolute;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #2475df;
    top: 15px;
    content: ''
  }
  .zhibozfx {
    padding-left: 22px;
    box-sizing: border-box;
    font-size: 21px;
    color: #000000;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 60px;
    margin-top: 10px;
  }
  .xf11 {
    position: absolute;
    left: 72px;
    top: 576px;
  }
  .xf12 {
    position: absolute;
    right: 100px;
    top: 2022px;
  }
  /*shuangxuanhui*/
  .shuangxuanhuit {
    background: url(../images/t58.png) 0 0 no-repeat;
    width: 1225px;
    height: 631px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0px 35px;
    text-align: center
  }
  .shuangxuanhuitt {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    border: 2px solid #fff;
    font-size: 30px;
    color: #fff;
    padding: 0px 35px;
    margin: 35px auto
  }
  .shuangxuanhuitfl {
    background: url(../images/t1.jpg) 0 0 no-repeat;
    width: 653px;
    height: 460px;
    background-size: 100% 100%;
    margin-right: 22px;
    box-sizing: border-box;
    padding: 228px 0px 0px;
    text-align: center
  }
  .shuangxuanhuitfl a {
    display: block;
    background: url(../images/t60.png) 0 0 no-repeat;
    width: 323px;
    height: 78px;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto
  }
  .shuangxuanhuitfl p {
    line-height: 42px;
    height: 42px;
    font-size: 22px;
    color: #fff
  }
  .shuangxuanhuitfr {
    width: 480px;
    text-align: left
  }
  .shuangxuanhuitfr p {
    text-indent: 2em;
    color: #fff;
    font-size: 20px;
    line-height: 31px;
  }
  .shuangxuanhuim {
    width: 1100px;
  }
  .shuangxuanhuim a {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 260px;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    margin-right: 17px;
  }
  .shuangxuanhuim a:nth-child(4n) {
    margin-right: 0;
  }
  .shuangxuanhuim img {
    display: block;
    width: 100%;
    height: 156px;
  }
  .shuangxuanhuim p {
    line-height: 50px;
    height: 50px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #070707;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
  }
  .fuwu .shuangxuanhuim p {
    margin-top: 0px;
  }
  .shuangxuanhuif li {
    width: 1192px;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 0px 24px 40px;
    margin-left: auto;
    margin-right: auto
  }
  .shuangxuanhuift {
    height: 128px;
    line-height: 128px;
    font-size: 36px;
    color: #0068dc
  }
  .shuangxuanhuiftl {
    width: 85px;
  }
  .shuangxuanhuiftl img {
    vertical-align: middle
  }
  .shuangxuanhuiftm {
    width: 45px;
  }
  .shuangxuanhuiftm img {
    vertical-align: middle
  }
  .shuangxuanhuiffl {
    width: 219px;
    height: 352px;
    border: 1px solid #616161
  }
  .shuangxuanhuiffl img {
    width: 219px;
    height: 352px;
    display: block
  }
  .shuangxuanhuiffm {
    width: 700px;
  }
  .shuangxuanhuiffm a {
    display: block;
    float: left;
    margin-left: 11px;
    margin-bottom: 10px;
    width: 218px;
  }
  .shuangxuanhuiffm img {
    display: block;
    width: 100%;
    height: 134px;
    border: 1px solid #616161
  }
  .shuangxuanhuiffm img:hover {
    transform: scale(1)
  }
  .shuangxuanhuiffm p {
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    padding-top: 4px
  }
  .shuangxuanhuiffr {
    width: 219px;
    height: 352px;
    background: url(../images/t71.png) 0 0 no-repeat;
    background-size: 100% 100%;
    line-height: 351px;
    font-size: 30px;
    text-align: center;
    position: relative
  }
  .shuangxuanhuiffr:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(13, 104, 215, 0.7)
  }
  .shuangxuanhuiffr span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 352px;
    z-index: 999
  }
  /*xuesheng*/
  .xuesheng {
    margin-top: 60px;
  }
  .xueshengt {
    margin-top: 110px;
    width: 1196px;
  }
  .xueshengt a {
    display: block;
    float: left
  }
  .xueshengt a:nth-child(2n) {
    float: right
  }
  .xueshengf {
    width: 1278px;
  }
  .xueshengf li {
    margin-bottom: 50px;
  }
  .xueshengft {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 42px;
  }
  .xueshengff a {
    display: block;
    float: left;
    margin-right: 20px;
  }
  .xueshengff a:nth-child(3n) {
    margin-right: 0px;
  }
  /*zhibo*/
  .zhibo .titlef {
    font-size: 38px
  }
  .zhibo {
    position: relative
  }
  .zhibot {
    font-size: 22px;
    color: #000000;
    margin-bottom: 30px;
    margin-top: -40px;
  }
  .zhibof {
    width: 1190px;
    box-shadow: 0px 3px 10px 4px rgba(236, 245, 255, 0.7);
    box-sizing: border-box;
    padding: 20px 50px 50px;
    margin-bottom: 30px
  }
  .zhiboft {
    border-bottom: 4px solid #8ab8f8;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .zhiboft li {
    float: left;
    text-align: center;
    width: 20%;
    font-size: 17px;
    color: #213251;
    font-weight: bold
  }
  .zhiboff a {
    float: left;
    border: 2px solid #e5e5e5;
    margin-right: 10px;
    border-radius: 12px;
    width: 206px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
  .zhiboff a:nth-child(5n) {
    margin-right: 0px;
  }
  .zhibofft img {
    display: block;
    width: 250px;
    height: 292px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .zhiboffm {
    margin-top: 18px;
    margin-left: 20px;
    font-size: 22px;
    color: #000000;
    height: 58px;
  }
  .zhibofff {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 21px;
    color: #7a7070
  }
  .zhiboffx {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 34px;
    background: #3c88f3;
    color: #fff;
    font-size: 20px;
    padding: 0px 7px;
    margin-left: 13px;
    margin-bottom: 45px;
  }
  .xf13 {
    position: absolute;
    left: 88px;
    top: 590px;
  }
  /*fuwu*/
  .fuwu {
    padding-bottom: 40px;
  }
  .fuwu .titlef {
    font-size: 36px;
    margin-top: 7px;
  }
  .fuwut {
    height: 462px;
    background: url('../images/a2.png') no-repeat;
    padding-top: 34px;
  }
  .fuwuf {
    background: #ecf2fd;
    padding: 60px 0;
  }
  .fuwuft {
    height: 92px;
    width: 1100px;
    margin: 0 auto;
    background: url('../images/a24.png') no-repeat;
    padding: 20px 30px;
  }
  .fuwuft li {
    padding: 0 24px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 24px;
    color: #fff;
    float: left;
    font-weight: bold;
  }
  .fuwuff {
    display: none;
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    height: 510px;
    overflow-y: scroll!important;
  }
  .fuwuff.hover {
    display: block
  }
  .fuwuff li:nth-child(1) {
    margin-top: 20px;
  }
  .fuwuff li:last-child {
    margin-bottom: 20px;
  }
  .fuwufft {
    color: #0057ff;
    margin: 10px 0;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #0057ff;
  }
  .fuwufff a {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 20px
  }
  .fuwufff a:hover {
    transform: none
  }
  .fuwufffl {
    font-size: 20px;
    color: #010101
  }
  .fuwufffr {
    font-size: 18px;
    color: #232323;
  }
  .fuwuft li.hover {
    color: #0d56ff;
    background: #fff;
  }
  .fuwuft li:hover {
    cursor: pointer
  }
  .fuwut img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fuwutl img {
    display: block;
    width: 680px;
    height: 382px;
  }
  .fuwutr {
    padding-left: 50px;
    font-size: 22px;
    color: #000000;
    width: 420px;
    box-sizing: border-box
  }
  .fuwutr a {
    display: block;
    font-size: 20px;
    line-height: 38px;
  }
  .jg {
    margin-top: 25px;
  }
  .tel {
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 9999999;
  }
  .tel img {
    width: 200px
  }
  .xfd {
    position: fixed;
    bottom: 10%;
    left: 15px;
    z-index: 9999999;
    width: 203px;
  }
  .xfdt {
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    overflow: visible;
    width: 203px;
    box-sizing: border-box;
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 34px;
    border: 2px solid#3d7eff;
    position: relative;
    margin-bottom: 20px;
    display: none
  }
  .xfdt:before {
    position: absolute;
    top: 160px;
    z-index: 9999;
    left: 50%;
    background: url(../images/t90.png) 0 0 no-repeat;
    width: 21px;
    height: 20px;
    background-size: 100% 100%;
    content: '';
    margin-left: -10px;
  }
  .xfd img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 106px;
  }
  .back {
    width: 1192px;
  }
  .back a {
    float: left;
    display: block;
    font-size: 38px;
    color: #666666;
    margin-top: 60px;
    border-bottom: 2px solid #666666;
    padding-right: 10px;
    padding-bottom: 8px
  }
  .back a:hover {
    transform: none
  }
  .titles {
    margin-top: 30px
  }
  .fuwus .shuangxuanhuim p {
    font-size: 18px;
    color: #070707;
    line-height: 25px;
    text-align: left;
    padding: 10px 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
  }
  .con1t {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .con1m {
    text-indent: 2em
  }
  .con1f {
    padding-left: 2em;
  }
  .con1x {
    margin-left: 500px;
    width: 500px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .con1-n {
    text-indent: 0px;
  }
}



@media (min-width:641px) and (max-width:1367px) {
  .xf1, .xf3, .xf4, .xf6, .xf8, .xf11, .xf13 {
    width: 90px;
    left: 15px
  }
  .xf2, .xf5, .xf7, .xf9, .xf10, .xf12 {
    width: 90px;
    right: 25px
  }
  .tel {
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 9999999;
  }
  .tel img {
    display: block;
    width: 150px;
  }
  .xf3 {
    display: none
  }
  .xfd img {
    width: 70px;
  }
  .tel img {
    width: 130px
  }
}

@media (min-width:1367px) and (max-width:1601px) {
  .xf1, .xf3, .xf4, .xf6, .xf8, .xf11, .xf13 {
    width: 90px;
    left: 15px
  }
  .xf2, .xf5, .xf7, .xf9, .xf10, .xf12 {
    width: 90px;
    right: 25px
  }
  .tel img {
    display: block;
    width: 200px;
  }
  .xf3 {
    display: none
  }
  .xfd img {
    width: 80px;
  }
  .tel img {
    width: 160px
  }
}

/*pc端*/

@media (min-width:641px) {
  .m-xf, .m-tel, .sj {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .title {
    display: none;
  }
  .dlxf {
    display: none;
  }
  .rencait {
    display: none;
  }
  .xp1 {
    margin: .3rem .3rem 1rem;
    position: relative;
    height: 6.9rem;
  }
  .xp1 img {
    width: 100%;
    position: relative;
    z-index: 999;
  }
  .xp1 video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .rencaim {
    padding: 0 .3rem;
  }
  .yinxiangtm {
    font-size: .4rem;
    color: #0068dc;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 1rem;
  }
  .yinxiangtm img {
    width: .5rem;
    margin: .3rem .2rem 0 0 !important;
  }
  .yinxiangtm::after {
    content: "";
    background-color: rgb(229, 229, 229);
    position: absolute;
    top: 1.5rem;
    width: 2.8rem;
    height: .1rem;
    border-radius: 3px;
    left: 50%;
    margin-left: -1.2rem;
  }
  .rencaimf {
    border: #4287ff 1px solid;
    /*background: #fff url('../images/a18.png') no-repeat;*/
    background-size: 100%;
    padding-top: 1rem;
    height: 8rem;
    overflow-y: scroll!important;
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .rencaimf:before{
    content: '';
    height: 0.8rem;
    width: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/a18.png") 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 99999;
    position: absolute;
  }
  .rencaimf .textListb {
    height: 16.3rem;
    overflow-y: auto;
    padding: .2rem;
    font-size: .3rem;
    line-height: .5rem;
  }
  .rencaimf .textListb::-webkit-scrollbar {
    width: .2rem;
    background: #eee;
  }
  .rencaimf .textListb::-webkit-scrollbar-thumb {
    width: .2rem;
    background: #2e79ff;
  }
  .rencaiList li {
    display: none;
  }
  .rencaif {
    padding: .3rem 0 1rem;
  }
  .rencaif img {
    width: 100%;
  }
  .xf6 {
    display: none;
  }
  .xf7 {
    display: none;
  }
  .xf3 {
    display: none;
  }
  .fuwut {
    padding: .3rem;
  }
  .fuwut a {
    display: block;
  }
  .fuwut a img {
    width: 100%;
  }
  .fuwuf {
    margin: 0 .3rem 1rem;
  }
  .fuwuft {
    height: 1rem;
    background: url('../images/a24.png') no-repeat;
    background-size: 100%;
  }
  .fuwuft ul {
    white-space: nowrap;
    overflow-y: auto;
    font-size: 0;
    padding: .25rem .4rem;
  }
  .fuwuft li {
    display: inline-block;
    padding: 0 .2rem;
    line-height: .5rem;
    border-radius: .25rem;
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
  }
  .fuwuff {
    display: none;
    background: #fff;
    padding: .3rem;
    border: 1px solid #003eed;
    height: 9rem;
    overflow-y: scroll!important;
  }
  .fuwuff.hover {
    display: block
  }
  .fuwufft {
    color: #0057ff;
    margin: .2rem 0;
    padding-left: .2rem;
    font-size: .4rem;
    font-weight: bold;
    border-left: 2px solid #0057ff;
  }
  .fuwufff a {
    display: block;
    overflow: hidden;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .3rem;
  }
  .fuwufff a div {
    font-size: .3rem;
  }
  .fuwufff a:hover {
    transform: none
  }
  .fuwufffl {
    font-size: 20px;
    color: #010101
  }
  .fuwufffr {
    font-size: 18px;
    color: #232323;
  }
  .fuwuft li.hover {
    color: #0d56ff;
    background: #fff;
  }
  .fuwuft li:hover {
    cursor: pointer
  }
  .fuwut img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fuwutl img {
    display: block;
    width: 680px;
    height: 382px;
  }
  .fuwutr {
    padding-left: 50px;
    font-size: 22px;
    color: #000000;
    width: 420px;
    box-sizing: border-box
  }
  .fuwutr a {
    display: block;
    font-size: 20px;
    line-height: 38px;
  }
  .shuangxuanhuim {
    padding: .3rem .3rem 1rem;
  }
  .shuangxuanhuim a {
    display: block;
    float: left;
    margin-bottom: .3rem;
    width: 3.8rem;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    margin-right: .1rem;
  }
  /*.shuangxuanhuim a:nth-child(3n) {*/
  /*  margin-right: 0;*/
  /*}*/
  .shuangxuanhuim img {
    display: block;
    width: 100%;
    height: 2.2rem;
  }
  .shuangxuanhuim p {
    line-height: .8rem;
    height: .8rem;
    font-size: .3rem;
    color: #070707;
    text-align: center;
    border-top: 1px solid #bfbfbf;
  }
  .fuwu .shuangxuanhuim p {
    margin-top: 0px;
  }
  .back a {
    font-size: .5rem;
    padding: 0 .3rem;
    display: block;
    line-height: 1rem;
    margin-top: .3rem;
  }
}