* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
}

body {
  font-family: "Microsoft YaHei", "SimSun";
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  color: #21242c
}

a:hover {
  text-decoration: none;
  color: #21242c;
}

.page-content {
  width: 1200px;
  margin: 0 auto;
  position: relative
}

.flow-banner {
  background: url(../images/page/flow-banner.jpg) no-repeat top center;
  height: 400px;
  width: 100%;
}

.page-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  padding: 50px 0 45px 0;
}

.page-flow-con {
  width: 100%;
  height: 135px;
  border: 2px #fff solid;
  box-sizing: border-box;
  background: -moz-linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  border-radius: 4px;
  box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
  margin: 0 0 30px;
}

.page-flow-con ul {
  height: 100px;
  margin-top: 17.5px;
}

.page-flow-con ul li {
  float: left;
  width: 297px;
  border-right: 2px #f5f5f5 solid;
}

.page-flow-con ul li:last-child {
  border: none;
}

.page-flow-con ul li i {
  float: left;
  width: 48px;
  height: 39px;
  background: url("../images/page/flow-icon.png") no-repeat 0 0;
  margin: 30px 21px 0 64px;
}

.page-flow-con ul li:nth-child(2) i {
  background-position-x: -50px;
}

.page-flow-con ul li:nth-child(3) i {
  background-position-x: -100px;
}

.page-flow-con ul li:nth-child(4) i {
  background-position-x: -150px;
}

.page-flow-con ul li p {
  float: left;
  font-size: 16px;
  color: #252b3a;
}

.page-flow-con ul li p span {
  display: block;
  font-size: 18px;
  color: #d51229;
  font-weight: bold;
  margin: 24px 0 5px;
}

.page-flow-box {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
  padding: 0 50px;
  z-index: 3;
}

ul.question {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

ul.question li {
  width: 25%;
  line-height: 40px;
}

ul.question li span {
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e9162f;
  margin: 16px 5px 0 0;
}

ul.question li a {
  color: #404550;
  font-size: 16px;
}

ul.question li a:hover {
  color: #e9162f;
}

.flow-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow-flex h3 {
  font-size: 20px;
  color: #e9162f;
  padding: 30px 0 10px;
}

.flow-flex h3 a {
  font-size: 16px;
  font-weight: normal;
  padding-left: 60px;
  color: #666;
}

.flow-flex h3 a:hover {
  color: #e9162f;
}

.flow-flex p {
  font-size: 16px;
  color: #333;
}

.flow-flex .kb {
  width: 50%;
}

.flow-flex .kb ul {
  padding: 20px 0 0 0;
}

.flow-flex .kb ul li {
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.flow-flex .kb ul li .l1 {
  width: 140px;
}

.flow-flex .kb ul li .l2 {
  width: 130px;
}

.flow-flex .kb ul li .l3 {
  width: 90px;
}

.flow-flex .kb ul li .l4 {
  width: 110px;
}

.flow-flex .form {
  width: 50%;
}

.flow-flex .form .info_input {
  position: relative;
  margin-bottom: 20px;
  width: 50%;
  float: left
}


.flow-flex .form .info_input .ipt {
  width: calc(100% - 10px);
  float: left;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 14px 0;
  background: #fff;
  border-radius: 3px;
  border: 0;
  font-size: 16px;
  border: #ddd solid 1px
}

.flow-flex .form .info_input .select {
  width: calc(100% - 10px);
  float: left;
  height: 42px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 10px 0;
  background: #fff;
  border-radius: 3px;
  border: 0;
  font-size: 16px;
  border: #ddd solid 1px;
  color: #666
}

.flow-flex .form .tip {
  line-height: 20px;
  color: #ff0000;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  top: 40px;
  display: none;
  left: 0
}

.flow-flex .form .btn {
  margin-top: 10px
}

.flow-flex .form .submit {
  font-size: 14px;
  color: #fff;
  background: #e51f2e;
  border: none;
  padding: 12px 0;
  width: 250px;
  text-align: center;
  cursor: pointer
}

.flow-flex .form .btn p {
  padding: 10px 0 0 0;
  color: #666
}

.flow-flex .form .get_dxcode {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  color: #37f;
  top: 12px;
  cursor: pointer
}



.flow-flex .info {
  width: 50%;
  border-top: #eee solid 1px;
  padding: 10px 0 40px;
  margin-top: 40px;
}

.page-table {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
  z-index: 3;
  width: 100%;
  border-collapse: collapse;
}
.page-table th{
  text-align: center;
  border:rgba(255,255,255,.2) solid 1px;
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  background: #e51f2e;
}
.page-table td{
  text-align: center;
  border:#eee solid 1px;
  font-size: 16px;
  padding: 20px 0;
}
.price-banner{
  background: url(../images/page/price-banner.jpg?v=1.0.1) no-repeat top center;
  width: 100%;
  height: 400px;
  background-size: contain;
}
.kb-banner{
  background:#0168f5;
  height:574px;
  width:100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.kb-banner .info{
  position: relative;
  z-index: 10;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.kb-banner .info h2{
  font-size:50px;
}
.kb-banner .info p{
  font-size:20px;
  padding: 20px 0 50px;
}
.kb-banner .info .btn a{
  display: inline-block;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  color: #0158ee;
}
.kb-video{
  position: absolute;
  left: 50%;
  top:0;
  transform:translate(-50%,0);
}
.page-kb-con {
  width: 100%;
  border: 2px #fff solid;
  box-sizing: border-box;
  background: -moz-linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  border-radius: 4px;
  box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
  margin:30px 0 50px;
}
.page-kb-con ul {
  padding: 30px 40px;
}

.page-kb-con ul li {
  font-size: 16px;
  line-height:46px;
  display: flex;
}

.page-kb-con ul li .l1 {
  width:440px;
}

.page-kb-con ul li .l2 {
  width:330px;
}

.page-kb-con ul li .l3 {
  width: 290px;
}

.page-kb-con ul li .l4 {
  width: 210px;
}
.page-kb-con .tip{
  border-top:#f1f1f1 solid 1px;
  margin: 0 40px;
  padding: 30px 0;
  line-height: 26px;
  color: #333;
}
.page-kb-con .tip h3{
  font-size: 16px;
  padding-bottom: 10px;
}
.route-banner{
  background: url(../images/page/route-banner1.jpg?v=1.0) no-repeat top center;
  width: 100%;
  height: 506px;
  background-size: contain;
}
.page-route-con {
  width: 100%;
  border: 2px #fff solid;
  box-sizing: border-box;
  background: -moz-linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  border-radius: 4px;
  box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
  margin:0 0 60px;
  padding: 40px 40px 10px;
}
.page-route-con .info{
  line-height: 26px;
  color: #333;
}
.page-route-con .info h3{
  font-size: 16px;
  padding-bottom: 10px;
}
.page-route-con .img{
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-route-con .img img{
  width: 100%;
}
.page-salary-con {
  width: 100%;
  border: 2px #fff solid;
  box-sizing: border-box;
  background: -moz-linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f8f8fa, #fcfcfc);
  border-radius: 4px;
  box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
  margin:60px 0 60px;
}
.page-salary-con .txt{
  padding:20px 30px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.salary-table {
  width: 100%;
  border-collapse: collapse;
}
.salary-table th{
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  background: #e51f2e;
}
.salary-table td{
  text-align: center;
  border-bottom:#f5f5f5 solid 1px;
  font-size: 16px;
  padding: 20px 10px;
}
.salary-table .red{
  width:260px;
  color: #e51f2e;
}

.bm_form {
    padding: 20px 100px 30px 60px;
    width: 100%;
    border: 2px #fff solid;
    box-sizing: border-box;
    background: -moz-linear-gradient(to bottom, #f8f8fa, #fcfcfc);
    background: linear-gradient(to bottom, #f8f8fa, #fcfcfc);
    border-radius: 4px;
    box-shadow: 6px 6px 18px 0 rgba(55, 99, 170, 0.06), -6px -6px 18px 0 #fff;
    overflow: hidden;
    margin-top:50px
}

.bm_form h4 {
    font-size: 20px;
    text-align: center;
    color: #e51f2e;
    padding: 20px 0 30px 0
}

.bm_form .form {
    width: calc(100% - 280px);
    float: left
}

.bm_form .info_input {
    position: relative;
    margin-bottom: 20px;
    width: 50%;
    float: left
}

.bm_form .info_input .t {
    float: left;
    font-size: 14px;
    line-height: 42px;
    padding-right: 5px;
    width: 80px;
    text-align: right;
    color: #333
}

.bm_form .info_input .t em {
    color: #ff0000
}

.bm_form .info_input .ipt {
    width: calc(100% - 100px);
    float: left;
    height: 42px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 14px 0;
    background: #fff;
    border-radius: 3px;
    border: 0;
    font-size: 16px;
    border: #ddd solid 1px
}

.bm_form .info_input .select {
    width: calc(100% - 100px);
    float: left;
    height: 42px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 10px 0;
    background: #fff;
    border-radius: 3px;
    border: 0;
    font-size: 16px;
    border: #ddd solid 1px;
    color: #666
}

.bm_form .tip {
    line-height: 20px;
    color: #ff0000;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    top: 40px;
    display: none;
    left: 85px
}

.bm_form .btn {
    float: right;
    width: 250px;
    margin-top: 10px
}

.bm_form .submit {
    font-size: 14px;
    color: #fff;
    background: #e51f2e;
    border: none;
    padding: 12px 0;
    width: 250px;
    text-align: center;
    cursor: pointer
}

.bm_form .btn p {
    padding: 10px 0 0 0;
    color: #666
}

.bm_form .get_dxcode {
    background: none;
    border: none;
    position: absolute;
    right: 30px;
    color: #37f;
    top: 12px;
    cursor: pointer
}
@media screen and (max-width: 1000px) {
  .page-content {
    width: 1200px;
    margin: 0 auto;
    display: table;
    overflow: hidden;
  }
  .flow-banner,.price-banner,.route-banner{
    width: 1200px;
    margin: 0 auto;
    display: table;
    overflow: hidden;
  }
  .kb-banner{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }
}