
.banner_box {
  width: 100%;
  height:270px;
  background: url('../image/banner1.png') no-repeat center;
  background-size: 100% 100%;
}
.banner_box .container {
  padding-top: 35px;
}
.txt1 {
  width: 526px;
  line-height: 60px;
  background: url('../image/txt1.png') no-repeat center;
  text-align: center;
  color:rgb(253, 239, 225);
  font-size: 30px;
  margin-left: 175px;
}
.txt2 {
  width: 610px;
  height: 105px;
  background: url('../image/title.png') no-repeat center;
  margin: 33px 0 0 130px;
}
.box-content {
  position: relative;
}
.menu {
  width: 315px;
  min-width: 315px;
  background-color: #e11d0f;
  background-image: url('../image/nav_bg.png');
  background-repeat:  no-repeat;
  background-position: top center;
  color: #fff;
  position: absolute; top:0;bottom: 0;
  height: 100%;
}
.title {
  width: 315px;
  line-height: 67px;
  background: url('../image/title_bg.png') no-repeat center;
  font-size:22px;
  box-sizing: border-box;
  padding-left: 52px;
}
.title2 {
  top: 270px;
  left: 0;
}
.title3 {
  left: 0;
  top: 525px;
}
.menu ul {
  padding: 20px 0 0;
}
.menu li {
  text-align: left;
  width: 256px;
  line-height: 57px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.menu li a {
  display: block;
  color: #fff;
}
.mt90 {
  margin-top: 90px!important;
}
.menu li.on {
  border-radius:6px;
  background:linear-gradient(90deg,rgba(236,49,31,1),rgba(250,127,12,1));
}
.arrowR {
  display: none;
}
.menu li.on .arrowR {
  display: block;
  width: 8px;
  height: 14px;
  background-image: url('../image/arrowR.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu img {
  vertical-align: sub;
  margin-right: 9px;
}
.bkzd {
  width: 256px;
  line-height: 57px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 24px;
}
.bkzd a {
  display: block;
  color: #fff;
}
.content {
  margin-left: 315px;
  background:rgba(244,240,239,1);
  padding: 58px 60px 40px;
  box-sizing: border-box;
  position: relative;
}
.jump {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}
.jump a {
  display: block;
  width:357px;
  height:64px;
  line-height: 64px;
  text-align:center;
  background:linear-gradient(262deg,rgba(246,74,51,1),rgba(250,129,11,1));
  box-shadow:0px 5px 18px 0px rgba(251,167,166,0.75);
  border-radius:9px;
  box-sizing: border-box;
  /*padding-left: 38px;*/
  color:rgba(255,255,255,1);
  font-size:22px;
}
.jump a:nth-child(2) {
  margin: 0 20px;
}
.jump a img {
  vertical-align: middle;
  margin-right: 16px;
}
.box-bg {
  width: 100%;
  background:rgba(255,255,255,1);
  box-shadow:0px 5px 43px 0px rgba(244,240,239,0.75);
  border-radius:10px;
  box-sizing: border-box;
  padding: 44px 26px 49px 56px;
}
.mb33 {
  margin-bottom: 33px;
}
.box-title {
  color:rgba(243,10,10,1);
  font-size: 24px;
  margin-bottom: 20px;
}
.box-title img {
  vertical-align: sub;
  margin-right: 11px;
}
.box-bg p {
  color:rgba(10,10,10,1);
  font-size: 18px;
  line-height: 38px;
}
.mb20 {
  margin-bottom: 20px;
}
.code-box {
  width: 275px;
  margin: auto;
}
.code-box img {
  display: block;
  width: 100%;
}
.code-box p {
  text-align: center;
  color:rgba(242,12,12,1);
  font-size: 18px;
  line-height: 26px;
}
.article1 {
  margin-bottom: 20px;
}
.article ul {
  box-sizing: border-box;
  padding: 0 70px 0 40px;
}
.article ul li {
  line-height: 62px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  justify-content: space-between;
}
.article ul li a {
  display: block;
  width: 50%;
  font-size: 18px;
  color: #0A0909;
}
.mt46 {
  margin-top: 46px;
}
.login {
  width:630px;
  background:rgba(255,255,255,1);
  box-shadow:0px 5px 40px 0px rgba(228,228,228,0.75);
  margin: 20px auto 0;
}
.login img {
  vertical-align: middle;
}
/* .login h3 {
  line-height: 64px;
  background: url('../images/login_bg.png') no-repeat center;
  color:rgba(255,255,255,1);
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.login-form {
  box-sizing: border-box;
  padding: 0 84px 29px;
}
.login-title {
  border-bottom:1px solid rgba(231,231,231,1);
  line-height: 54px;
  margin-top: 12px;
  text-align: center;
  color:rgba(18,17,17,1);
  font-size: 20px;
  position: relative;
  margin-bottom: 29px;
}
.login-title::before {
  content: '';
  display: block;
  width:93px;
  height:3px;
  background:rgba(255,0,0,1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.form-box {
  height:45px;
  line-height: 45px;
  border:1px solid rgba(231,231,231,1);
  padding-left: 30px;
  margin-bottom: 13px;
}
.form-box label {
  color:rgba(18,17,17,1);
  font-size:18px;
  display: inline-block;
  min-width: 75px;
  vertical-align: middle;
}
.form-box input {
  border: none;
  margin-left: 20px;
  width: 320px;
  height: 40px;
  color:rgba(181,181,182,1);
  font-size:16px;
}
.yzm-box {
  display: flex;
}
.yzm-box .form-box {
  width: 292px;
}
.yzm-box .form-box input {
  width: 170px;
}
.yzCode img {
  display: block;
  width: 98px;
  height: 36px;
}
.yzCode-tips {
  color:rgba(229,20,21,1);
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.loginBtn {
  width:100%;
  height:53px;
  background:rgba(235,33,9,1);
  border: none;
  color:rgba(255,255,255,1);
  font-size:24px;
  margin-top: 20px;
}
.login-tips {
  color:rgba(235,33,10,1);
  font-size:15px;
  text-align: center;
  margin-top: 10px;
} */
.table-box {
  margin-top: 50px;
  padding: 0 150px;
}
.table-box table {
  width: 100%;
}
.table-title {
  width:100%;
  line-height:59px;
  background:linear-gradient(-90deg,rgba(229,21,9,1),rgba(249,109,23,1));
  text-align: center;
  color:rgba(255,255,255,1);
  font-size: 24px;
  margin-bottom: 9px;
  border-radius: 10px;
}
.table-box table tr {
  border-bottom: 2px solid #fff;
  height: 60px;
}
.table-box table td:first-child {
  width: 30%;
  background: #fb8b81;
  border-radius: 10px;
  text-align:center;
  box-sizing: border-box;
  color: #FCFCFC;
  font-size: 18px;
}
.table-box table td:last-child p {
  color: #ED260F;
  font-size: 17px;
  line-height: 30px;
}
.table-box table td:last-child {
  width: 70%;
  color: #ED260F;
  font-size: 17px;
  box-sizing: border-box;
  padding: 20px 0 20px 45px;
  background: #f7f5f5;
  border-radius: 0 10px 10px 0;
  text-align:center;
}
.queryEntry {
  display: block;
  width:525px;
  line-height:58px;
  background:linear-gradient(-90deg,rgba(229,21,9,1),rgba(249,109,23,1));
  box-shadow:0px 5px 16px 0px rgba(243,219,219,0.75);
  text-align: center;
  margin: 50px auto ;
  border-radius: 30px;
  color:rgba(255,255,255,1);
  font-size: 22px;
}
.swiper-slide{height:1px} /* 随意指定一个height值即可 */    
.swiper-slide-active { height:auto}
.swiper-container {
  padding-bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px;
}
.swiper-pagination-bullet {
  width:48px;
height:3px;
background:rgba(255,255,255,1);
opacity: 1;
}
.swiper-pagination-bullet-active {
  background:rgba(252,147,147,1);
}
@media only all and (max-width: 1500px) { 
  .jump a {
	padding-left:10px
    font-size: 20px;
  }
}
@media only all and (max-width: 1300px) { 
  .jump a {
    padding-left: 10px
    font-size: 16px;

  }
  .jump a img {
    width: 20px;
    margin-right: 10px;
  }
  .table-box {
    padding: 0 50px;
  }
  
}
@media only all and (max-width: 1080px) {
  .swiper-container {
    padding-bottom: 1rem;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .swiper-pagination-bullet {
    width:1rem;
    height:.1rem;
    background:rgba(255,255,255,1);
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background:rgba(252,147,147,1);
  }
  .banner_box {
    width: 100%;
    height: 7rem;
    background-size: 100% 100%;
  }
  .banner_box .container {
    padding-top: 1rem;
  }
  .txt1 {
    width: 10rem;
    line-height: 1.2rem;
    background-size: 100%;
    font-size: .5rem;
    margin-left: 2rem;
  }
  .txt2 {
    width: 12rem;
    height: 2rem;
    background-size: 100%;
    margin: .8rem 0 0 1.5rem;
  }
  .menu {
    width: 16.5rem;
    min-width: 100%;
    background-image: none;
    position: absolute; 
    top:0;
    left: 0;
    height: 10rem;
    z-index: 99;
  }
  .title {
    display: none;
  }
  .menu ul {
    padding: .5rem 0;
    width: 16.5rem;
    margin: auto;
  }
  .menu li {
    float: left;
    width: 8rem;
    line-height: 1.5rem;
    padding-left: .4rem;
    font-size: .7rem;
    margin-right: .5rem;
  }
  .menu li:nth-child(even) {
    margin-right: 0;
  }
  .mt90 {
    margin-top: 0!important;
  }
  .menu li.on {
    border-radius:.15rem;
  }
  .arrowR {
    display: none;
  }
  .menu li.on .arrowR {
    display: block;
    width: .2rem;
    height: .35rem;
    background-image: url('../image/arrowR.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .menu img {
    margin-right: .2rem;
    width: .8rem;
  }
  .bkzd {
    float: left;
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    width: 8rem;
    line-height: 1.5rem;
    padding-left: .4rem;
  }
  .content {
    margin-left: 0;
    padding: 11rem .5rem 1rem;
  }
  .jump {
    margin-bottom: 1rem;
  }
  .jump a {
    width:5rem;
    height:2rem;
    /* line-height: 1.5rem; */
    box-shadow:0px .1rem .45rem 0px rgba(251,167,166,0.75);
    border-radius:.2rem;
    padding-left: .6rem;
    font-size:.6rem;
    line-height: 1rem;
  }
  .jump a:nth-child(2) {
    margin: 0 .5rem;
  }
  .jump a img {
    margin-right: .2rem;
    width: .6rem;
  }
  .box-bg {
    width: 100%;
    box-shadow:0px .1rem 1rem 0px rgba(244,240,239,0.75);
    border-radius:.25rem;
    padding: 1rem .5rem;
  }
  .mb33 {
    margin-bottom: .8rem;
  }
  .box-title {
    font-size: .8rem;
    margin-bottom: .5rem;
  }
  .box-title img {
    margin-right: .25rem;
    width: .9rem;
  }
  .box-bg p {
    font-size: .6rem;
    line-height: 1rem;
  }
  .mb20 {
    margin-bottom: .5rem;
  }
  .code-box {
    width: 8rem;
  }
  .code-box p {
    font-size: .6rem;
    line-height: .8rem;
  }
  .article1 {
    margin-bottom: .5rem;
  }
  .article ul {
    padding: 0 .5rem;
  }
  .article ul li {
    line-height: 1.5rem;
    display: block;
    border: none;
  }
  .article ul li a {
    width: 100%;
    font-size: .5rem;
    border-bottom: 1px dashed #ccc;
  }
  .mt46 {
    margin-top: 1rem;
  }
  .login {
    width:15rem;
    box-shadow:0px .15rem 1rem 0px rgba(228,228,228,0.75);
    margin: .5rem auto 0;
  }
  /* .login h3 {
    line-height: 1.5rem;
    background-size: 100%;
    font-size: .7rem;
  }
  .login-form {
    padding: 0 .5rem .7rem;
  }
  .login-title {
    line-height: 1.5rem;
    margin-top: .3rem;
    font-size: .7rem;
    margin-bottom: .5rem;
  }
  .login-title::before {
    width:2.5rem;
    height:.1rem;
  }
  .form-box {
    height:1.5rem;
    line-height: 1.5rem;
    padding-left: .2rem;
    margin-bottom: .4rem;
  }
  .form-box label {
    font-size:.6rem;
    min-width: 1.5rem;
  }
  .form-box input {
    margin-left: .2rem;
    width: 8rem;
    height: 1rem;
    font-size:.5rem;
  }
  .yzm-box .form-box {
    width: 10rem;
  }
  .yzm-box .form-box input {
    width: 7rem;
  }
  .yzCode img {
    width: 4rem;
    height: auto;
  }
  .yzCode-tips {
    font-size: .5rem;
    line-height: .6rem;
  }
  .loginBtn {
    height:1.5rem;
    font-size:.7rem;
    margin-top: .5rem;
  }
  .login-tips {
    font-size:.7rem;
    margin-top: .2rem;
    line-height: .9rem;
  } */
  .table-box {
    margin-top: 1rem;
    padding: 0 .5rem;
  }
  .table-title {
    line-height:1.5rem;
    font-size: .6rem;
    margin-bottom: .2rem;
    border-radius: .25rem;
  }
  .table-box table tr {
    border-bottom: .05rem solid #fff;
    height: 1.5rem;
  }
  .table-box table td:first-child {
    width: 30%;
    border-radius: .25rem;
    padding-left: .5rem;
    font-size: .7rem;
  }
  .table-box table td:last-child p {
    font-size: .7rem;
    line-height: 1rem;
  }
  .table-box table td:last-child {
    font-size: .7rem;
    padding: .5rem .2rem;
    border-radius: 0 .25rem .25rem 0;
  }
  .queryEntry {
    width:14rem;
    line-height:1.5rem;
    box-shadow:0px .1rem .4rem 0px rgba(243,219,219,0.75);
    margin: 1rem auto ;
    border-radius: .8rem;
    font-size: .7rem;
  }
}

.headcolor{
	color:#rgba; 
}