/*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;
}
@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);}
}
/*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 > .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;
}
.ban {
  width: 100%;
  height: 455px;
  box-sizing: border-box;
  padding-top: 365px;
  background: url(../img/ban.jpg) top center no-repeat;
}

.ban a {
  width: 200px;
  height: 45px;
  float: left;
  display: block;
  margin-right: 65px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 23px;
  border-radius: 30px;
  box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.36);
  animation: ballon7 1s linear infinite;
}

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

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

.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: 40px;
  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: -18px;
  margin-left: -153px;
}

.title_bk h6::after {
  position: absolute;
  content: '';
  width: 72px;
  height: 4px;
  background-color: #e73e25;
  left: 50%;
  bottom: -19px;
  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: 20px;
}

.bikai .dapo {
  margin-top: 108px;
  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: 210px;
  background: url(../img/dp_img2.png) no-repeat;
}

.bikai .dapo .er_p {
  width: 150px;
  top: 105px;
  left: 213px;
}

.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: 274px;
  top: -51px;
  background: url(../img/dp_img2.png) no-repeat;
}

.bikai .dapo .si_p {
  width: 150px;
  right: 274px;
  top: -51px;
}

.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:20px 0;
  margin-top: 104px;
  background: rgba(71, 190, 251, 0.1);
}
.jixun .btn_kyjx{
  margin: 30px auto 0;
}
.jixun .title_bk::before {
  color: #fff;
}

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

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

.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: 20px;
}

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

.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: 208px;
  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;
}

.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: 34px;
  color: #fff;
  line-height: 36px;
  font-weight: normal;
  padding-top: 20px;
}

.shezhi .yuyue .form-item {
  width: 272px;
  height: 52px;
  float: left;
  display: block;
  margin-right: 47px;
  margin-top: 26px;
  border: 0;
}

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

.shezhi .yuyue .form-item:first-child {
  margin-left:87px;
}
.shezhi .yuyue .submit {
    width: 180px;
    height: 50px;
    display: block;
    margin:10px auto 0;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 0 0 rgba(231, 64, 38, 0.36);
    background: linear-gradient(to right, #e53622, #ff9e50);
    animation: scale2 2s linear infinite;
}

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

.fuwu {
  height: 484px;
  padding:30px 0;
  margin-top: 30px;
  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: 54px;
  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: 153px;
}

.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: 25px 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: 25px 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: 20px;
}

.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: 360px;
  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: 630px;
  padding: 25px 0;
  position: relative;
}

.kaoyan .preview {
  width: 1100px;
  height: 180px;
  box-sizing: border-box;
  padding-left: 80px;
  border-radius: 10px;
  background-color: #fff;
  border: 10px solid #e73e25;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.kaoyan .preview .swiper-wrapper{
  width: 100% !important;
  height: 130px;
}
.kaoyan .preview .swiper-slide {
  width: 120px;
  height: 130px;
  float: left;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 15px;
}
.kaoyan .preview .swiper-slide:last-child{
  margin-right: 0;
}
.kaoyan .preview .swiper-slide img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.kaoyan .preview .active-nav {
  margin-top: 18px;
}

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

.kaoyan .preview .arrow {
  width: 25px;
  height: 52px;
  border-radius: 4px;
  position: absolute;
  top: 55px;
  z-index: 5;
  cursor: pointer;
}

.kaoyan .preview .arrow-left {
  left: 30px;
  background: url(../img/js_left.png) center no-repeat rgba(0, 0, 0, 0.4);
}

.kaoyan .preview .arrow-right {
  right: 30px;
  background: url(../img/js_right.png) center no-repeat rgba(0, 0, 0, 0.4);
}

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

.kaoyan .view .swiper-slide {
  float: left;
  height: 334px;
  position: relative;
}

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

.kaoyan .view .swiper-slide .ky_right {
  width: 810px;
  float: right;
}

.kaoyan .view .swiper-slide .ky_right h6 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  line-height: 36px;
}

.kaoyan .view .swiper-slide .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 .swiper-slide dl {
  margin-top: 20px;
}

.kaoyan .view .swiper-slide dl dt {
  width: 125px;
  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 .swiper-slide dl dd {
  width: 668px;
  float: right;
}

.kaoyan .view .swiper-slide dl dd p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.kaoyan .view .swiper-slide .yi {
  margin-top: 40px;
}

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

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

.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: 534px;
  float: left;
}

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

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

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

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

.fenzhan ul {
  padding-top: 14px;
}

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

.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: 405px;
  padding-top:25px;
  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: 330px;
  margin: 30px 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{
  display: block;
  width: 330px;
  height: 44px;
  margin: 0 auto;
  margin-bottom:18px;
}
.dibu .yuyue .formCode .codeInput
{
  width:180px;
  text-align: center;
  height: 44px;
  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #000;
  margin-right: 10px;
  float: left;
  margin-bottom: 0;
  text-indent: 0;
}
.dibu .yuyue .formCode .codetxt{
  width: 128px;
  background: #e3e3e3;
  outline: none;
  height: 44px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
  color: #000;
  float:right;
  margin-bottom: 0;
  border-radius:0;
}
.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: 200px;
  height: 45px;
  display: block;
  margin: -18px auto 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 24px;
  border-radius: 30px;
  box-shadow: 0 5px 0 0 rgba(255, 255, 255, 0.36);
  background: linear-gradient(to right, #e53622, #ff9e50);
  animation: ballon7 1s linear infinite;
  box-shadow: 0 5px 0 0 rgba(231, 64, 38, 0.36);
}
.guanli .btn_kyjx{
  margin: 30px auto 0;
}

