<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  /* padding-bottom: 120px; */
  overflow-x: hidden;
}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@keyframes ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
  @keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  }
  @keyframes ballon6{
    0%{transform: translateX(-3px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-3px);}
}
@keyframes ballon7{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
}
@keyframes jittery {

  5%,
  50% {
      transform: scale(1);
  }

  10% {
      transform: scale(0.9);
  }

  15% {
      transform: scale(1.15);
  }

  20% {
      transform: scale(1.15) rotate(-5deg);
  }

  25% {
      transform: scale(1.15) rotate(5deg);
  }

  30% {
      transform: scale(1.15) rotate(-3deg);
  }

  35% {
      transform: scale(1.15) rotate(2deg);
  }
}
/*swiper*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: left, top, -o-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.swiper-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper2 {
  width: 1100px;
  margin: 0 auto;
}
.title_bk {
  position: relative;
}

.title_bk::before {
  position: absolute;
  content: 'NEW  CHANNEL';
  width: 100%;
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  color: #f3f3f3;
  font-weight: bold;
}

.title_bk h6 {
  text-align: center;
  font-size: 38px;
  color: #000;
  position: relative;
  z-index: 2;
  line-height: 50px;
  padding-top: 15px;
}

.title_bk h6 b {
  color: #e73e25;
}

.title_bk h6::before {
  position: absolute;
  content: '';
  width: 306px;
  height: 2px;
  background-color: #f1f1f1;
  left: 50%;
  bottom: -10px;
  margin-left: -153px;
}

.title_bk h6::after {
  position: absolute;
  content: '';
  width: 72px;
  height: 4px;
  background-color: #e73e25;
  left: 50%;
  bottom: -11px;
  margin-left: -36px;
  border-radius: 2px;
}

.title_bk p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 32px;
}

.title_bk p b {
  font-weight: normal;
  color: #e73e25;
}

.bikai {
  margin-top: 15px;
}

.bikai .dapo {
  margin-top:78px;
  height: 395px;
  position: relative;
  background: url(../img/dp_bg.jpg) center no-repeat;
}

.bikai .dapo .dapo_list {
  position: absolute;
  animation: haha1 3s  linear infinite;
}

.bikai .dapo .list_p {
  text-align: center;
  padding-top: 45px;
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.bikai .dapo .yi {
  width: 170px;
  height: 170px;
  top: -60px;
  left: 0;
  background: url(../img/dp_img1.png) no-repeat;
}

.bikai .dapo .yi_p {
  width: 170px;
  left: 0;
  top: -60px;
}

.bikai .dapo .er {
  width: 150px;
  height: 150px;
  top: 105px;
  left: 180px;
  background: url(../img/dp_img2.png) no-repeat;
}
.bikai .dapo .er_p {
  width: 150px;
  top: 104px;
  left: 188px;
}
.bikai .dapo .san {
  width: 161px;
  height: 161px;
  left: 95px;
  bottom: -74px;
  background: url(../img/dp_img3.png) no-repeat;
}

.bikai .dapo .san_p {
  width: 161px;
  left: 99px;
  bottom: -23px;
}

.bikai .dapo .si {
  width: 150px;
  height: 150px;
  right: 230px;
  top: -51px;
  background: url(../img/dp_img2.png) no-repeat;
}

.bikai .dapo .si_p {
  width: 150px;
  right: 228px;
  top: -44px;
}

.bikai .dapo .wu {
  width: 180px;
  height: 180px;
  right: 0;
  top: 74px;
  background: url(../img/dp_img4.png) no-repeat;
}

.bikai .dapo .wu_p {
  width: 180px;
  right: 0;
  top: 74px;
}

.bikai .dapo .liu {
  width: 170px;
  height: 170px;
  right: 184px;
  bottom: -74px;
  background: url(../img/dp_img1.png) no-repeat;
}

.bikai .dapo .liu_p {
  width: 170px;
  right: 184px;
  bottom: -23px;
}

@-webkit-keyframes haha1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.jixun {
    width: 100%;
    padding: 15px 0 30px 0;
    margin-top: 30px;
    background: rgba(71, 190, 251, 0.1);
}

.jixun .title_bk::before {
  color: #fff;
}

.jixun .title_bk h6::before {
  background-color: #fff;
}

.jixun .title_bk p {
  margin-top: 30px;
}

.jixun .jixun_top {
  margin-top: 25px;
}

.jixun .jixun_top .jx_img {
  width: 275px;
  height: 389px;
  float: left;
  border-radius: 20px;
}

.jixun .jixun_top .jixun_list {
  width: 275px;
  height: 389px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  border-radius: 20px;
  background: linear-gradient(to bottom, #fff, #fffaf2);
}

.jixun .jixun_top .jixun_list img {
  margin: 47px auto 0;
}

.jixun .jixun_top .jixun_list h6 {
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: normal;
  line-height: 26px;
  margin-top: 24px;
}

.jixun .jixun_top .jixun_list p {
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 20px;
}
.jixun .jixun_bottom {
  margin-top: 30px;
}
.jixun .jixuny {
  width: 1100px;
  height: 261px;
  margin-top:30px;
  background: url(../img/jx_bg.png) no-repeat;
}

.jixun .jixuny .jixuny_left {
  width: 480px;
  float: left;
  margin-left: 54px;
}

.jixun .jixuny .jixuny_left span {
  width: 200px;
  height: 46px;
  display: block;
  margin-top: 40px;
  color: #1668ef;
  font-size: 24px;
  text-align: center;
  line-height: 46px;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
}

.jixun .jixuny .jixuny_left p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-top: 15px;
}

.jixun .jixuny .jixuny_right {
  width: 480px;
  float: right;
}

.jixun .jixuny .jixuny_right span {
  margin-top: 70px;
  color: #fff;
  background-color: #1668ef;
}

.jixun .jixuny .jixuny_right p {
  color: #1668ef;
}

.shezhi {
    margin-top:15px;
}

.shezhi .shezhi_top {
    width: 357px;
    height: 66px;
    display: block;
    margin: 40px auto 0;
    font-size: 28px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    background: url(../img/sz_bg.png) no-repeat;
}

.shezhi table {
    width: 1100px;
    display: block;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 9px 3px rgba(22, 104, 239, 0.4);
}

.shezhi table tr td {
    line-height: 55px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.shezhi table tr td a{
  display: block;
  width: 110px;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  background: linear-gradient(to right, #e53622, #ff9e50);
  font-size: 16px;
  border-radius: 40px;
  transition: all .3s;
  font-weight: bold;
  -webkit-animation: ballon7 1s infinite;
  animation: ballon7 1s infinite;
  color: #fff;
  border: 2px solid #fff;
}
.shezhi table tr td:last-child {
  border-right: 0;
}

.shezhi table tr td:nth-child(1) {
  width: 240px;
  background: url(../img/tab_bg.png) 152px center no-repeat #1668ef;
  border-right: 0;
  color: #fff;
}

.shezhi table tr td:nth-child(2) {
  width: 450px;
  border-right: 1px solid #e6e6e6;
}

.shezhi table tr td:nth-child(3) {
  width: 249px;
}

.shezhi table tr td:nth-child(4) {
  width: 258px;
}

.shezhi table tr:first-child td {
  font-size: 23px;
  color: #000;
  line-height: 55px;
  text-align: center;
}

.shezhi table tr:first-child td:first-child {
  color: #fff;
  background: #1668ef;
}

.shezhi table tr:last-child td {
  border-bottom: 0;
}

.shezhi table .lan td {
  line-height: 52px;
}

.shezhi table .lan td:nth-child(1) {
  color: #333;
  background: none;
  border-right: 1px solid #e6e6e6;
}

.shezhi table .bai td {
  line-height: 52px;
}

.shezhi .yuyue {
  width: 100%;
  height: 228px;
  margin-top: 30px;
  background: url(../img/yy_bg.jpg) no-repeat;
}

.shezhi .yuyue h6 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
    padding-top: 22px;
}

.shezhi .yuyue .form-item {
    width: 220px;
    height: 48px;
    float: left;
    display: block;
    margin-right: 32px;
    margin-top: 26px;
    border: 0;
}

.shezhi .yuyue .form-item input {
  width: 220px;
  height: 48px;
  border: none;
  font-size: 20px;
  color: #555;
  outline: none;
  text-indent: 20px;
  background-color: #fff;
}

.shezhi .yuyue .form-item:first-child {
   margin-left: 46px;
}

.shezhi .yuyue .formCode{
  width: 264px;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 0;
  margin-top: 26px;
}
.shezhi .yuyue .formCode .codeInput
{
    width:140px;
  text-align: center;
    height: 48px;
    background-color: #fff;
    font-size: 16px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #000;
    margin-right: 5px;
    border-radius: 0;
    float: left;
}
.shezhi .yuyue .formCode .codetxt{
      display:block;
      width: 100px;
      background: #e3e3e3;
      outline: none;
      height: 48px;
      cursor: pointer;
      font-size: 16px;
      border: 0;
      color: #000;
      border-radius: 0;
      float: left;
      margin-left: 8px;
}
.shezhi .yuyue .submit {
      width: 180px;
      height: 46px;
      display: block;
      margin: 10px auto 0;
      border-radius: 25px;
      text-align: center;
      line-height: 46px;
      font-size: 23px;
      color: #fff;
      cursor: pointer;
      box-shadow: 0 5px 0 0 rgba(231, 64, 38, 0.36);
      background: linear-gradient(to right, #e53622, #ff9e50);
      -webkit-animation: jittery 3s infinite;
}

.shezhi .yuyue .submit:hover {
     background: linear-gradient(to right, #e53622, #ff9e50);
}

.fuwu {
  height: 484px;
  padding: 15px 0 20px 0;
  margin-top: 85px;
  background: url(../img/fw_bg.png) bottom center no-repeat rgba(71, 190, 251, 0.1);
}

.fuwu .title_bk::before {
  color: #fff;
}

.fuwu .title_bk h6::before {
  background-color: #fff;
}

.fuwu .title_bk p {
  margin-top: 55px;
}

.fuwu .fuwu_top {
  height: 435px;
  margin-top: 110px;
  position: relative;
}

.fuwu .fuwu_top p {
  position: absolute;
  line-height: 44px;
  font-size: 20px;
  color: #333;
}

.fuwu .fuwu_top {
  height: 435px;
  margin-top: 54px;
  position: relative;
}

.fuwu .fuwu_top p {
  position: absolute;
  line-height: 44px;
  font-size: 20px;
  color: #333;
}

.fuwu .fuwu_top {
  height: 435px;
  margin-top: 36px;
  position: relative;
}

.fuwu .fuwu_top p {
  position: absolute;
  line-height: 44px;
  font-size: 20px;
  color: #333;
}

.fuwu .fuwu_top p:nth-child(1) {
  top: 0;
  left: 235px;
}

.fuwu .fuwu_top p:nth-child(2) {
  top: 68px;
  left: 168px;
}

.fuwu .fuwu_top p:nth-child(3) {
  top: 135px;
  left: 94px;
}

.fuwu .fuwu_top p:nth-child(4) {
  top: 200px;
  left: 19px;
}

.fuwu .fuwu_top p:nth-child(5) {
  top: 267px;
  left: 46px;
}

.fuwu .fuwu_top p:nth-child(6) {
  top: 334px;
  left: 46px;
}

.fuwu .fuwu_top p:nth-child(7) {
  top: 0;
  right: 155px;
}

.fuwu .fuwu_top p:nth-child(8) {
  top: 68px;
  right: 89px;
}

.fuwu .fuwu_top p:nth-child(9) {
  top: 134px;
  right: 82px;
}

.fuwu .fuwu_top p:nth-child(10) {
  top: 200px;
  right: 16px;
}

.fuwu .fuwu_top p:nth-child(11) {
  top: 268px;
  right:48px;
}

.fuwu .fuwu_top p:nth-child(12) {
  top: 335px;
  right: 80px;
}

.guanli {
  padding: 15px 0 35px 0;
}

.guanli .guanli_list {
  height: 495px;
  margin-top: -60px;
  background: url(../img/gl_bg.png) no-repeat;
}

.guanli .guanli_list ul li {
  width: 150px;
  height: 80px;
  float: left;
  background: rgba(231, 62, 37, 0.05);
}

.guanli .guanli_list ul li p {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding-top: 16px;
}

.guanli .guanli_list ul li p b {
  font-weight: normal;
  font-size: 20px;
  color: #1b6cef;
}

.guanli .guanli_list .yi {
  padding-top: 215px;
  padding-left: 77px;
}

.guanli .guanli_list .yi li {
  margin-right: 54px;
}

.guanli .guanli_list .er {
  padding-top: 120px;
  padding-left: 30px;
}

.guanli .guanli_list .er li {
  margin-right: 63px;
}


.baozhang {
  padding: 15px 0 35px 0;
  background-color: rgba(71, 190, 251, 0.1);
}

.baozhang .title_bk::before {
  color: #fff;
}

.baozhang .title_bk h6::before {
  background-color: #fff;
}

.baozhang .title_bk p {
  margin-top: 55px;
}

.baozhang ul {
  padding-top: 10px;
}

.baozhang ul li {
    width: 340px;
    height: 315px;
    float: left;
    margin-top: 30px;
    margin-right: 40px;
    position: relative;
    border-radius: 50px 50px 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px 2px rgba(27, 108, 239, 0.36);
}

.baozhang ul li img {
    width: 340px;
    border-radius: 50px 50px 0 0;
}

.baozhang ul li h6 {
  width: 340px;
  height: 113px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  line-height: 40px;
}

.baozhang ul li p {
    font-size: 20px;
    color: #333;
    line-height: 34px;
    padding: 20px 30px 0 30px;
}
.baozhang ul .mar0 {
   margin-right: 0;
}
.kaoyan {
    height: 530px;
    padding:15px 0 95px 0;
    position: relative;
}
.kaoyan .preview {
    width: 1100px;
    height: 182px;
    box-sizing: border-box;
    padding: 0 13px;
    border-radius: 10px;
    background-color: #fff;
    border: 10px solid #e73e25;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.kaoyan .preview .item {
    width: 120px;
    height: 130px;
    float: left;
    border-radius: 10px;
    margin-top:18px;
    cursor: pointer;
}
.kaoyan .preview .item img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 3px solid transparent;
}
.kaoyan .preview .active {
  margin-top:18px;
}

.kaoyan .preview .active img {
  border: 3px solid #e73e25;
}


.kaoyan .view {
  height: 334px;
  margin-top: 30px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.kaoyan .view .js_list {
  float: left;
  height: 334px;
  position: relative;
  display: none;
}

.kaoyan .view .show{
  display: block;
}

.kaoyan .view .js_list img {
  float: left;
  margin-right:0;
  width: 269px;
  height: 334px;
}

.kaoyan .view .js_list .ky_right {
  width: 770px;
  float: right;
  padding-left: 57px;
}

.kaoyan .view .js_list .ky_right h6 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  line-height: 36px;
  margin-top: 30px;
  padding-left: 13px;
}

.kaoyan .view .js_list .ky_right h6 span {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  border-radius: 18px;
  padding: 0 25px;
  margin-left: 10px;
  line-height: 36px;
  background: linear-gradient(to right, #e8432a 60%, #fefafa 100%);
}

.kaoyan .view .js_list dl {
  margin-top: 25px;
}

.kaoyan .view .js_list dl dt {
  width: 105px;
  height: 35px;
  float: left;
  font-size: 20px;
  color: #e73e25;
  text-align: center;
  line-height: 35px;
  border-radius: 25px 0 25px 0;
  border: 1px dashed #e73e25;
}

.kaoyan .view .js_list dl dd {
  width: 645px;
  float: right;
}
.kaoyan .view .js_list dl dd p {
  font-size: 18px;
  color: #333;
  line-height: 34px;
}
.kaoyan .view .js_list .yi {
  margin-top: 20px;
}

.tushu {
  margin-top: 30px;
  padding-bottom: 15px;
}
.tushu img {
  width: 1100px;
  height: auto;
  margin: 0 auto;
}
.tushu .btn_kyjx {
  margin-bottom: 25px;
}

.tushu .title_bk {
  margin-bottom: 40px;
}

.tushu span {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 23px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.tushu .ts_img5 span {
  width: 533px;
  float: left;
}

.tushu .ts_img5 span:last-child {
  float: right;
}

.fenzhan {
  padding: 15px 0 35px 0;
  background-color: #ecf8ff;
}

.fenzhan .title_bk::before {
  color: #fff;
}

.fenzhan .title_bk h6::before {
  background-color: #fff;
}

.fenzhan .title_bk p{
  margin-top: 25px;
}
.fenzhan ul li {
  width: 239px;
  float: left;
  margin-right: 48px;
  margin-top: 25px;
}

.fenzhan ul li p {
  font-size: 21px;
  color: #333;
  text-align: center;
  line-height: 24px;
  margin-top: 16px;
}

.fenzhan ul .mar0 {
  margin-right: 0;
}

.dibu {
  width: 100%;
  height: 415px;
  padding-top: 15px;
  background: url(../img/foot_bg.jpg) top center no-repeat;
}

.dibu .title_bk h6 {
  color: #fff;
}

.dibu .title_bk h6::before {
  background: none;
}

.dibu .title_bk h6::after {
  background: none;
}

.dibu .title_bk::before {
  color: rgba(255, 255, 255, 0.1);
}

.dibu .yuyue {
  width: 272px;
  margin: 50px auto 0;
}

.dibu .yuyue .form-item {
  width: 100%;
  height: 52px;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.dibu .yuyue input {
  width: 100%;
  height: 52px;
  border: none;
  text-indent: 20px;
  font-size: 20px;
  color: #555;
}

.dibu .yuyue .formCode{
  width: 272px;
  margin-bottom: 0;
}
.dibu .yuyue .formCode .codeInput
{
  width: 160px;
 text-align: center;
  height: 48px;
  background-color: #fff;
  border-radius: 0px;
  font-size: 16px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #000;
  margin-right: 10px;
  text-indent: 0;
}
.dibu .yuyue .formCode .codetxt{
  width: 100px;
  background: #e3e3e3;
  outline: none;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
  color: #000;
  border-radius: 0px;
}


.dibu .yuyue .submit {
    width: 220px;
    height: 54px;
    display: block;
    cursor: pointer;
    margin: 18px auto 0;
    border-radius: 26px;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    text-indent: 38px;
    box-shadow: 0 4px 0 0 rgba(231, 64, 38, 0.36);
    background: linear-gradient(to right, #e53622, #ff9e50);
    animation: scale2 2s linear infinite;
}
.dibu .yuyue .submit em {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    margin: 16px 39px 0 0;
    background: url(../img/sub_bg.png) no-repeat;
}

.dibu .yuyue .submit:hover {
    background: linear-gradient(to right, #e53622, #ff9e50);
}

.btn_kyjx {
    width: 220px;
    height: 50px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 30px;
    box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.36);
    background: linear-gradient(to right, #e53622, #ff9e50);
    box-shadow: 0 5px 0 0 rgba(231, 64, 38, 0.36);
    animation: scale2 3s infinite;
}
.banxing_ky{
  margin-top: 15px;
}

.banxing_kybx{
  padding-top: 10px;
}

.banxing_list{
  width: 257px;
  height: 308px;
  float: left;
  margin-right: 24px;
  position: relative;
  border-radius: 10px;
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.mar0{
  margin-right: 0;
}
.banxing_list img{
  width: 257px;
  height: 139px;
}
.banxing_list span{
  width: 257px;
  height: 139px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #fff;
}

.banxing_list p{
  font-size: 15px;
  color: #333;
  line-height: 20px;
  position: relative;
  padding-left: 33px;
  margin-top: 10px;
}

.banxing_list p:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #e64431;
  border-radius: 50%;
  left: 15px;
  top: 4px;
}

.banxing_list p:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  border-left: 1px dashed #e64431;
  left: 19px;
  top: 14px;
}

.banxing_list .san:after{
  border-left: none;
}
.banxing_list a{
  width: 84px;
  height: 30px;
  float: left;
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 17px;
  position: absolute;
  bottom: 15px;
  animation: ballon7 1s linear infinite;
}

.banxing_list a:last-child{
  right: 30px;
  color: #fff;
  background: linear-gradient(90deg, #e53622 0%, #ff7252 100%);
}

.banxing_list a:nth-last-child(2){
  left: 30px;
  color: #e53a26;
  border: 1px solid #e53a26;
}

.shezhi_ky{
  margin-top:15px;
}

.shezhi_kaoy{
  padding-top: 20px;
}
.shezhi_list{
  width: 205px;
  height: 137px;
  float: left;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
  border-radius: 10px;
  transition: all .2s;
}
.shezhi_list img{
  width: 205px;
  height: 137px;
  border-radius: 10px;
}
.shezhi_list p{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 23px;
  left: 0;
  top: 78px;
}
.shezhi_list:hover{
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.mar0{
  margin-right: 0;
}




.banner {
  width: 100%;
  height: 455px;
  margin-top: 80px;
  position: relative;
}

.banner .wrapper {
  position: relative;
}

.banner .slide-list {
  width: 100%;
  height: 455px;
  float: left;
}

.banner .pagination_txt {
  width: 1200px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
  bottom: 0;
}

.banner .pagination_txt .item {
  width: 298px;
  /* width: 237px;  灞曠ず5涓椂鍊欏搴�*/
  float: left;
  height: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(10, 19, 61, 0.5);
}

.banner .pagination_txt .item:last-child {
  border-right: 0;
}

.banner .pagination_txt .cur {
  background-color: #ff8e00;
}

.banner .banner_hjb {
  background: url(../img/ban.jpg) top center no-repeat;
}

.banner .banner_kysl {
  background: url(../img/ban_kysl.jpg) top center no-repeat;
}

.banner .banner_kysl a{
  width: 1200px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.banner .banner_hjb .wrapper{
  padding-top: 500px;
}

.banner_hjb a {
  /* width: 240px;
  height: 60px;
  float: left;
  display: block;
  margin-right: 65px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 26px;
  border-radius: 30px;
  box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.36); */
  width: 1200px;
  height: 455px;
  display: block;
  margin: 0 auto;
}

/* .banner_hjb a:first-child {
  margin-left: 326px;
  background: linear-gradient(to right, #e53622, #ff9e50);
}

.banner_hjb a:last-child {
  background: linear-gradient(to right, #d19a27, #e5cb80);
} */

.banner .banner_kylx {
  background: url(../img/ban_kylx.jpg) top center no-repeat;
}

.banner .banner_kylx a {
  width: 1200px;
  height: 455px;
  display: block;
  margin: 0 auto;
}

.banner .banner_qnjx {
  background: url(../img/ban_qnjx.jpg) top center no-repeat;
}

.banner .banner_qnjx a {
  width: 1200px;
  height: 455px;
  display: block;
  margin: 0 auto;
}

.banner .banner_mba {
  background: url(../img/ban_mba.jpg) top center no-repeat;
}
.banner .banner_qrjx {
  background: url(../img/ban_qrjx.jpg) top center no-repeat;
}
.banner .banner_qrjx a {
  width: 1200px;
  height:455px;
  display: block;
  margin: 0 auto;
}
.banner .banner_mba a {
  width: 1200px;
  height:455px;
  display: block;
  margin: 0 auto;
}

.banner .banner_kyzqn {
  background: url(../img/ban_kyzqn.jpg) top center no-repeat;
}
.banner .banner_kyzqn a {
  width: 1200px;
  height: 455px;
  display: block;
  margin: 0 auto;
}

.banner .ban {
  width: 1200px;
  height: 455px;
  background: url(../img/ban.jpg) top center no-repeat;
}

.banner .ban .wrapper {
  height: 100%;
  position: relative;
}

.banner .ban a {
  width: 240px;
  height: 56px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 28px;
  position: absolute;
  bottom: 100px;
}

.banner .ban a:first-child {
  left: 260px;
  background: linear-gradient(to right, #f46212 0%, #f7a700 100%);
  box-shadow: 0px 5px 0 1px #de4f00;
}

.banner .ban a:last-child {
  right: 260px;
  background: linear-gradient(to right, #0178fd 0%, #00c0ff 100%);
  box-shadow: 0px 5px 0 1px #0048ff;
}
/* 涓€瀵逛竴杈呭 */
.banner .banner_ydy {
  background: url(../img/ban_ydy.jpg) top center no-repeat;
}
.banner .banner_ydy a {
  width: 1200px;
  height: 455px;
  display: block;
  margin: 0 auto;
}
/* 鍗婂勾灏侀棴 */
.banner .banner_bnfb {
  background: url(../img/ban_bnfb.jpg) top center no-repeat;
}
.banner .banner_bnfb a {
  width: 1200px;
  height: 455px;
  display: block;
  margin: 0 auto;
}
/* 618娲诲姩 */
.banner .banner_hd618 {
  background: url(../img/ban_618.jpg) top center no-repeat;
}
.banner .banner_hd618 a {
  width: 1200px;
  height:455px;
  display: block;
  margin: 0 auto;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.banner .swiper-pagination-bullet-active {
 opacity: 1;
 background: #fff;
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: 20px;
 left: 0;
 width: 100%;
}
.banner .btn_main{
 width: 1100px;
 margin:0 auto;
 position:relative;
}
.banner .swiper-button-prev {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 position: absolute;
 z-index: 2;
 top: 230px;
 cursor: pointer;
 left: 0;
 -webkit-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 transition: all 0.3s linear;
 background: url(https://bj.xhd.cn/topic/hky/include/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
}
.banner .swiper-button-next {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 position: absolute;
 z-index: 2;
 top: 230px;
 cursor: pointer;
 right: 0;
 -webkit-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 transition: all 0.3s linear;
 background: url(https://bj.xhd.cn/topic/hky/include/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
}
</pre></body></html>