.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-a {
  width: 90%;
  margin: 0 auto;
}
.center-b {
  width: 70%;
  margin: 0 auto;
}
.i-caption {
  font-size: 40px;
  color: #333333;
}
.updown {
  justify-content: center;
  margin: 30px 0 0 0;
}
.updown a {
  display: block;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  padding: 0 20px;
  background: #f1eff0;
  margin: 0 5px;
  border-radius: 5px;
}
.updown .pages{
  background: #d13836;
  color: #fff;
}
.updown a{
  background: #d13836;
  color: #fff;
}
.updown span {
  display: block;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  padding: 0 20px;
  background: #f1eff0;
  margin: 0 5px;
  border-radius: 5px;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
@keyframes move2{
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.move2:hover img{
  position: relative;
  animation-name: move2;
  animation-duration: 1s;
}
@keyframes move3{
  0% {
    bottom: 10%;
  }
  50% {
    transform: rotateY(0deg);
    bottom: 5%;
  }
  100% {
    transform: rotateY(0deg);
    bottom: 10%;
  }
}
/* 头部 */
header{
  position: sticky;
  top: -65px;
  z-index: 999;
  background: #fff;
}
header .hea-a .hea .left {
  width: 50%;
  justify-content: flex-start;
}
header .hea-a .hea .left .imgbox-a {
  margin: 0 20px 0 0;
  position: relative;
}
header .hea-a .hea .left .imgbox-a a {
  display: block;
}
header .hea-a .hea .left .imgbox-a .wx{
    position: absolute;
    width: 120px;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
}
header .hea-a .hea .left .imgbox-a:hover .wx {
    display: block;
}
header .hea-a .hea .left .imgbox-b a .img {
  margin: 0 10px 0 0;
}
header .hea-a .hea .left .imgbox-b a .p {
  font-size: 16px;
  color: #333333;
}
header .hea-a .hea .left .imgbox-c a .p-a{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
header .hea-a .hea .left .imgbox-c a .p-a span{
    font-size: 20px;
    color: #d13836;
}
header .hea-a .hea .right {
  width: 50%;
  justify-content: flex-end;
}
header .hea-a .hea .right .login {
  margin: 0 50px 0 0;
  justify-content: flex-end;
}
header .hea-a .hea .right .login .img {
  margin: 0 10px 0 0;
}
header .hea-a .hea .right .login .p{
  margin: 0 5px;
  font-size: 16px;
  color: #333333;
}
header .hea-a .hea .right .login .p a{
  font-size: 16px;
  color: #333333;
}
header .hea-a .hea .right .language {
  justify-content: flex-end;
  padding: 15px 0;
}
header .hea-a .hea .right .language .img {
  margin: 0 10px 0 0;
}
header .hea-a .hea .right .language .box a {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0 5px;
  border-radius: 5px;
}
header .hea-a .hea .right .language .box a .after-a {
  margin: 0 10px 0 0;
}
header .hea-a .hea .right .language .box a .p {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
}
header .hea-a .hea .right .language .box a .after-b {
  margin: 0 0 0 20px;
}
header .hea-b .hea .logo{
  width: 20%;
}
header .hea-b .hea .ul-a {
  width: 60%;
}
header .hea-b .hea .ul-a .li-a {
  position: relative;
}
header .hea-b .hea .ul-a .li-a .a-a {
  font-size: 20px;
  color: #333333;
  line-height: 100px;
}
header .hea-b .hea .ul-a .after::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 45%;
  width: 20px;
  height: 15px;
  background: url(../img/hea7.png) center no-repeat;
  background-size: contain;
  display: none;
}
header .hea-b .hea .ul-a .li-a .ul-b {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  background: #fff;
  z-index: 99;
  padding: 15px 0;
  box-shadow: 0 0 10px 0 #eceff1;
  display: none;
}
header .hea-b .hea .ul-a .li-a .ul-b .li-b .a-b {
  font-size: 18px;
  color: #333333;
  display: block;
  padding: 10px 0 10px 30px;
}
header .hea-b .hea .ul-a .li-a::after{
  display: block;
}
header .hea-b .hea .ul-a .li-a .ul-b .li-b:hover .a-b {
  color: #d13836;
}
header .hea-b .hea .ul-a .li-a:hover .ul-b {
  display: block;
}
header .hea-b .hea .ul-a .li-a:hover .a-a{
  color: #d13836;
}
header .active-a{
    color: #d13836 !important;
}
/* 大图 */
.banner .ban {
  position: relative;
}
.banner .ban .img {
  width: 100%;
}
.banner .ban .p {
  position: absolute;
  left: 28%;
  top: 20%;
  width: 44%;
  background: url(../img/ind1.png) no-repeat;
  padding: 40px 5%;
  box-sizing: border-box;
  border-radius: 30px;
}
.banner .ban .p .title {
  font-size: 70px;
  color: #fff;
  text-align: center;
  margin: 0 0 25px 0;
}
.banner .ban .p .btn {
  width: 320px;
  margin: 0 auto;
  background: #ff0000;
  border-radius: 10px;
}
.banner .ban .p .btn a {
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 60px;
}
.banner .ban .p .hr {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #cdd0d5;
  margin: 30px 0;
}
.banner .ban .p .inquire{
  width: 100%;
  margin: 0 0 20px 0;
}
.banner .ban .p .inquire .select{
  width: 70%;
}
.banner .ban .p .inquire .select select{
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  color: #999999;
  box-sizing: border-box;
  padding: 0 10px;
}
.banner .ban .p .inquire .select .chosen-container{
    border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #999999;
  outline: none;
}
.banner .ban .p .inquire .select .chosen-container .chosen-single {
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    border: none;
    background: #fff;
}
.banner .ban .p .inquire .select .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.banner .ban .p .inquire .submit{
  width: 28%;
}
.banner .ban .p .inquire .submit input{
  background: #fbe0e0;
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  color: #ff0000;
} 
.banner .ban .p .explain {
  justify-content: flex-start;
}
.banner .ban .p .explain .after{
  margin: 0 10px 0 0;
}
.banner .ban .p .explain .text a{
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline;
}
.banner .ban .down{
  position: absolute;
  left: 45%;
  bottom: 5%;
  width: 10%;
  text-align: center;
  animation-name: move3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.n-banner-a {
  overflow: hidden;
}
.n-banner-a .ban {
  position: relative;
}
.n-banner-a .ban .p {
  position: absolute;
  left: 15%;
  top: 15%;
  width: 20%;
  z-index: 99;
}
.n-banner-a .ban .p .caption {
  font-size: 45px;
  color: #fff;
  margin: 0 0 15px 0;
}
.n-banner-a .ban .p p {
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  background: #ffffff00;
  border-bottom: 1px solid #fff;
}
.n-banner-a .ban .p .btn {
  margin: 60px 0 0 0;
  width: 60%;
  background: #d13836;
  border-radius: 10px;
  overflow: hidden;
}
.n-banner-a .ban .p .btn a {
  width: 100%;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
}
.n-banner-a .ban .p .btn:hover{
  background: #fff;
}
.n-banner-a .ban .p .btn:hover a{
  color: #d13836;
}
.n-banner-a .ban::after {
  position: absolute;
  left: -10%;
  top: 0;
  width: 60%;
  height: 850px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  content: '';
  /* transform: rotate(75deg); */
}
.n-banner-b {
  overflow: hidden;
}
.n-banner-b .ban {
  position: relative;
}
.n-banner-b .ban .p {
  position: absolute;
  left: 15%;
  top: 35%;
  width: 22%;
  z-index: 99;
}
.n-banner-b .ban .p .title {
  font-size: 45px;
  color: #fff;
  margin: 0 0 15px 0;
}
.n-banner-b .ban .p .text {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
.n-banner-b .ban::after {
  position: absolute;
  left: -10%;
  top: 0;
  width: 60%;
  height: 850px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  content: '';
}
.n-banner-c {
  overflow: hidden;
}
.n-banner-c .ban {
  position: relative;
}
.n-banner-c .ban .p {
  position: absolute;
  left: 0%;
  top: 35%;
  width: 100%;
  z-index: 99;
}
.n-banner-c .ban .p .title {
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-banner-c .ban .p .text {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 25px 0;
}
.n-banner-c .ban .p .form {
  width: 520px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.n-banner-c .ban .p .form .input {
  width: 90%;
  border: none;
  outline: none;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  color: #999999;
}
.n-banner-c .ban .p .form .submit {
  width: 10%;
  border: none;
  outline: none;
  background: #fff;
  height: 50px;
}
/* 申请 */
.applyfor{
    background: #faf9f9;
}
.applyfor .app{
    padding: 50px 0;
}
.applyfor .app .textbox{
    width: 48%;
    background: #fff url(../img/ind18.png) top right no-repeat;
    box-sizing: border-box;
    padding: 25px 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #ececec;
    height: 720px;
}
.applyfor .app .textbox .caption{
    font-size: 24px;
    color: #333333;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}
.applyfor .app .textbox .caption span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #333333;
    margin: 5px 5px 0 5px;
}
.applyfor .app .textbox .element-a{
    margin: 0 0 15px 0;
}
.applyfor .app .textbox .element-a .text{
    font-size: 16px;
    color: #666666;
}
.applyfor .app .textbox .element-a .more a .p{
    font-size: 15px;
    color: #333333;
    margin: 0 5px 0 0;
}
.applyfor .app .textbox .element-b{
    border-top: 1px solid  #eeeeee;
    border-bottom: 1px solid  #eeeeee;
    padding: 25px 0;
    margin: 0 0 20px 0;
}
.applyfor .app .textbox .element-b .number{
    font-size: 30px;
    color: #ff0000;
    text-align: center;
    margin: 0 0 15px 0;
}
.applyfor .app .textbox .element-b .btn{
    width: 80%;
    margin: 0 auto 15px auto;
}
.applyfor .app .textbox .element-b .btn button{
    width: 100%;
    line-height: 55px;
    background: #ff0000;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #ffffff;
}
.applyfor .app .textbox .element-b .btn button span{
    font-size: 14px;
}
.applyfor .app .textbox .element-b .p{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.applyfor .app .textbox .element-c .inputbox{
    width: 49%;
}
.applyfor .app .textbox .element-c .inputbox .p{
    font-size: 16px;
    color: #333333;
    margin: 0 0 8px 0;
}
.applyfor .app .textbox .element-c .inputbox .input{
    width: 100%;
    margin: 0 0 20px 0;
}
.applyfor .app .textbox .element-c .inputbox .input select{
    width: 100%;
    border: 1px solid  #dcdcdc;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 15px;
    color: #333333;
    border-radius: 5px;
}
.applyfor .app .textbox .element-d .title{
    font-size: 16px;
    color: #ff0000;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    border-left: 3px solid #ff0000;
    margin: 0 0 10px 0;
}
.applyfor .app .textbox .element-d ul{
    margin: 0 0 15px 0;
}
.applyfor .app .textbox .element-d ul li{
    font-size: 15px;
    color: #333333;
    line-height: 20px;
}
.applyfor .app .textbox .element-d ul li a{
    font-size: 15px;
    color: #333333;
}
.applyfor .app .textbox .element-e {
    width: 100%;
    background: #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 10px;
    flex-wrap: wrap;
}
.applyfor .app .textbox .element-e span{
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.applyfor .app .textbox .element-e span a{
    font-size: 14px;
    color: #333333;
}
.applyfor .app .textbox .element-e span:after{
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #bfbfbf;
    content: '';
    border-radius: 30px;
}
.applyfor .app .textbox:hover{
    box-shadow: 0;
}
/* 流程 */
.process .pro {
  padding: 50px 0;
}
.process .pro .caption {
  font-size: 40px;
  color: #333333;
  text-align: center;
  margin: 0 0 40px 0;
}
.process .pro .elemter .imgbox {
  width: 33.3%;
}
.process .pro .elemter .imgbox .mainbody {
  width: 85%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px 0;
}
.process .pro .elemter .imgbox .mainbody a .up {
  justify-content: center;
}
.process .pro .elemter .imgbox .mainbody a .up .img {
  margin: 0 20px 0 0;
}
.process .pro .elemter .imgbox .mainbody a .up .img img:nth-child(1) {
  display: inline;
}
.process .pro .elemter .imgbox .mainbody a .up .img img:nth-child(2) {
  display: none;
}
.process .pro .elemter .imgbox .mainbody a .up .p {
  font-size: 24px;
  color: #333333;
}
.process .pro .elemter .imgbox .mainbody a .hr {
  width: 90%;
  margin: 20px auto;
  height: 1px;
  background: #e5e5e5;
}
.process .pro .elemter .imgbox .mainbody a .down {
  width: 80%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  color: #333333;
  height: 120px;
}
.process .pro .elemter .imgbox .after {
  width: 15%;
  text-align: center;
}
.process .pro .elemter .imgbox:hover .mainbody {
  border: 1px solid #ff0000;
  background: #ff0000;
}
.process .pro .elemter .imgbox:hover .mainbody a .up .img img:nth-child(1) {
  display: none;
}
.process .pro .elemter .imgbox:hover .mainbody a .up .img img:nth-child(2) {
  display: inline;
}
.process .pro .elemter .imgbox:hover .mainbody a .up .p {
  color: #fff;
}
.process .pro .elemter .imgbox:hover .mainbody a .hr {
  background: #fff;
}
.process .pro .elemter .imgbox:hover .mainbody a .down {
  color: #fff;
}
.process .pro .elemter .imgbox:last-child .after{
  display: none;
}
/* 服务 */
.service .ser {
  padding: 0 0 100px 0;
}
.service .ser .element {
  margin: 30px 0 0 0;
  position: relative;
}
.service .ser .element .imgbox {
  border-radius: 20px;
  overflow: hidden;
}
.service .ser .element .imgbox a {
  display: block;
  position: relative;
}
.service .ser .element .imgbox a .img img {
  display: block;
}
.service .ser .element .imgbox a .p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.service .ser .element .imgbox a .p .caption {
  box-sizing: border-box;
  padding: 0 20px;
}
.service .ser .element .imgbox a .p .caption .title {
  font-size: 24px;
  color: #ffffff;
  line-height: 70px;
}
.service .ser .element .imgbox a .p .text {
  box-sizing: border-box;
  padding: 0 20px;
  display: none;
}
.service .ser .element .imgbox a .p .text p {
  background: url(../img/ind4.png) no-repeat 0 15px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
}
.service .ser .element .imgbox:hover a .p .caption {
  background: rgba(255, 0, 0, 0.75);
}
.service .ser .element .imgbox:hover a .p .text {
   display: none;
}
.service .ser .element .swiper-button-preva {
  width: 35px;
  height: 35px;
  border: 3px solid #030303;
  border-radius: 50px;
  left: auto;
  right: 60px;
  top: -48px;
}
.service .ser .element .swiper-button-preva::after {
  font-size: 24px;
  color: #030303;
  font-weight: bold;
}
.service .ser .element .swiper-button-preva:hover {
  border: 3px solid #ff0000;
}
.service .ser .element .swiper-button-preva:hover::after {
  color: #ff0000;
}
.service .ser .element .swiper-button-nexta {
  width: 35px;
  height: 35px;
  border: 3px solid #030303;
  border-radius: 50px;
  right: 0;
  top: -48px;
}
.service .ser .element .swiper-button-nexta::after {
  font-size: 24px;
  color: #030303;
  font-weight: bold;
}
.service .ser .element .swiper-button-nexta:hover {
  border: 3px solid #ff0000;
}
.service .ser .element .swiper-button-nexta:hover::after {
  color: #ff0000;
}
/* 新闻 */
.news {
  background: #faf9f9;
}
.news .new {
  padding: 70px 0;
}
.news .new .imgbox {
  margin: 35px 0 0 0;
}
.news .new .imgbox a{
  align-items: flex-start;
}
.news .new .imgbox a .left {
  width: 43%;
}
.news .new .imgbox a .right {
  width: 55%;
}
.news .new .imgbox a .right .after {
  margin: 0 0 20px 0;
}
.news .new .imgbox a .right .title {
  font-size: 28px;
  color: #333333;
  margin: 0 0 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .new .imgbox a .right .text {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.news .new .element {
  margin: 40px 0 0 0;
  align-items: flex-start;
}
.news .new .element .textbox {
  width: 30%;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 20px;
}
.news .new .element .textbox a {
  box-sizing: border-box;
  padding: 20px 20px;
  display: block;
}
.news .new .element .textbox a .title {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin: 0 0 10px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .new .element .textbox a .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
  border-top: 1px solid #e5e5e5;
}
.news .new .more {
  text-align: center;
  margin: 40px 0 0 0;
}
.news .new .more a {
  font-size: 20px;
  color: #333333;
}
.news .new .more:hover a{
  color: #ff0000;
}
/* 关于 */
.about .abo {
  padding: 90px 0 0 0;
}
.about .abo .caption {
  font-size: 40px;
  color: #333333;
  margin: 0 0 30px 0;
}
.about .abo .element {
  align-items: flex-end;
}
.about .abo .element .left {
  width: 55%;
}
.about .abo .element .left .text {
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
.about .abo .element .left .text p {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  font-weight: 100;
}
.about .abo .element .left .text h1 {
  font-size: 22px;
  color: #333333;
  font-weight: 500;
}
.about .abo .element .left .box {
  position: relative;
  margin: 30px 0 0 0;
  padding: 20px 0;
  justify-content: flex-start;
}
.about .abo .element .left .box .imgbox {
  width: 30%;
}
.about .abo .element .left .box .imgbox a .img {
  width: 40%;
  text-align: center;
  margin: 0 auto 15px auto;
}
.about .abo .element .left .box .imgbox a .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.about .abo .element .left .box::after {
  position: absolute;
  left: -50%;
  top: 0;
  width: 150%;
  height: 100%;
  background: #ff0000;
  content: '';
  z-index: -9;
}
.about .abo .element .right {
  width: 45%;
}
.about .abo .element .right img {
  display: block;
}
/* 评价 */
.evaluate .eva {
  align-items: flex-start;
  justify-content: flex-start;
}
.evaluate .eva .left {
  width: 30%;
  height: 650px;
  background: url(../img/ind6.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.evaluate .eva .left .imgbox {
  position: absolute;
  right: -10%;
  top: 30%;
  width: 280px;
  background: url(../img/ind7.png) no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.evaluate .eva .left .imgbox a {
  display: block;
  padding: 35px 35px;
}
.evaluate .eva .left .imgbox a .img {
  width: 60%;
  text-align: center;
  margin: 0 auto 15px auto;
}
.evaluate .eva .left .imgbox a .num {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.evaluate .eva .left .imgbox a .after {
  text-align: center;
  margin: 0 0 15px 0;
}
.evaluate .eva .left .imgbox a .p {
  width: 100%;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
}
.evaluate .eva .right {
  width: 55%;
  height: 650px;
  box-sizing: border-box;
  padding: 110px 0 0 3%;
}
.evaluate .eva .right .caption {
  font-size: 36px;
  color: #333333;
  margin: 0 0 50px 0;
}
.evaluate .eva .right .element {
  box-sizing: border-box;
  padding: 0 0 0 5%;
}
.evaluate .eva .right .element .imgbox .up {
  position: relative;
  margin: 0 0 15px 0;
}
.evaluate .eva .right .element .imgbox .up .p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 5px 20px;
}
.evaluate .eva .right .element .imgbox .up .p .after {
  padding: 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.evaluate .eva .right .element .imgbox .up .p .text {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.evaluate .eva .right .element .imgbox .down .img {
  width: 30%;
}
.evaluate .eva .right .element .imgbox .down .p {
  width: 65%;
}
.evaluate .eva .right .element .imgbox .down .p .title {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.evaluate .eva .right .element .imgbox .down .p .text {
  font-size: 14px;
  color: #999999;
}
/* 底部 */
footer {
  background: url(../img/foo1.jpg) no-repeat;
  background-size: cover;
}
footer .foo {
  padding: 60px 0 40px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .foo .left {
  width: 55%;
}
footer .foo .left .caption {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
footer .foo .left .element{
  align-items: flex-start;
}
footer .foo .left .element ul li a {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin: 0 0 15px 0;
  opacity: 0.8;
}
footer .foo .left .element ul li:first-child {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px 0;
}
footer .foo .right {
  width: 35%;
}
footer .foo .right .caption {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
footer .foo .right .textbox {
  align-items: flex-start;
}
footer .foo .right .textbox .add {
  width: 25%;
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  opacity: 0.8;
}
footer .foo .right .textbox .content {
  width: 75%;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 24px;
}
footer .foo .right .element {
  margin: 25px 0 0 0;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
footer .foo .right .element .btn {
  margin: 0 15px 0 0;
}
footer .foo .down {
  width: 100%;
  border-top: 1px solid #7a787a;
  margin: 35px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  color: #7a787a;
  line-height: 22px;
  text-align: center;
}
footer .foo .down a{
    font-size: 14px;
    color: #7a787a;
}
/* 服务 */
.n-service-a .ser {
  padding: 80px 0 0 0;
}
.n-service-a .ser .caption .title {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-service-a .ser .caption .text {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.n-service-a .ser .element {
  margin: 20px 0 0 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.n-service-a .ser .element .tab {
  font-size: 18px;
  color: #333333;
  background: #d9d9d9;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 60px;
  font-weight: bold;
}
.n-service-a .ser .element .tab a {
  color: #d13836;
}
.n-service-a .ser .element .textbox {
  box-sizing: border-box;
  padding: 0 20px;
}
.n-service-a .ser .element .textbox a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}
.n-service-a .ser .element .textbox a .title {
  margin: 0 0 10px 0;
}
.n-service-a .ser .element .textbox a .title .p {
width: 80%;
  font-size: 18px;
  line-height: 24px
  ;
  color: #333333;
  font-weight: bold;
}
.n-service-a .ser .element .textbox a .text {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.n-service-a .ser .element .textbox:last-child a {
  border-bottom: 0;
}
.n-service-b .ser {
  padding: 60px 0 90px 0;
}
.n-service-b .ser .caption {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-service-b .ser .headline{
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
}
.n-service-b .ser .element {
  margin: 20px 0 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.n-service-b .ser .element table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  border-style: hidden;
}
.n-service-b .ser .element table tr th {
  font-size: 16px;
  color: #333333;
  padding: 15px 0;
  background: #eeeeee;
}
.n-service-b .ser .element table tr td {
  font-size: 16px;
  color: #333333;
  padding: 15px 2%;
  text-align: center;
}
.n-service-c {
  background: #faf9f9;
}
.n-service-c .ser {
  padding: 40px 0 100px 0;
}
.n-service-c .ser .caption {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
  text-align: center;
}
.n-service-c .ser .element {
  margin: 40px 0 0 0;
  position: relative;
  align-items: flex-start;
}
.n-service-c .ser .element .imgbox {
  width: 20%;
  position: relative;
  z-index: 99;
  border: 1px solid #e5e5e5;
  padding: 60px 10px;
  box-sizing: border-box;
  background: #fff;
}
.n-service-c .ser .element .imgbox .img {
  text-align: center;
  width: 30%;
  margin: 0 auto 20px auto;
}
.n-service-c .ser .element .imgbox .img img {
  overflow: hidden;
}
.n-service-c .ser .element .imgbox .p .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}
.n-service-c .ser .element .imgbox .p .text {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  height: 100px;
}
.n-service-c .ser .element .imgbox .after{
  position: absolute;
  width: 15%;
  right: -25%;
  top: 45%;
}
.n-service-c .ser .element .imgbox:last-child .after{
  display: none;
}
.n-service-c .ser .element .imgbox .after-b{
  position: absolute;
  width: 15%;
  right: -55%;
  top: 45%;
}
.n-service-c .ser .element .imgbox:last-child .after-b{
  display: none;
}
.n-service-d .ser {
  padding: 90px 0;
}
.n-service-d .ser .caption {
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 40px 0;
}
.n-service-d .ser .caption .title {
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 30px 0 0;
}
.n-service-d .ser .caption .text {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 0 15px 0 0;
}
.n-service-d .ser .caption label {
  margin: 0 15px 0 0;
}
.n-service-d .ser .caption label .input {
  margin: 0 10px 0 0;
}
.n-service-d .ser .caption label .p {
  font-size: 18px;
  color: #333333;
}
.n-service-d .ser .element {
  align-items: flex-start;
}
.n-service-d .ser .element .left {
  width: 65%;
}
.n-service-d .ser .element .left .form {
  flex-wrap: wrap;
}
.n-service-d .ser .element .left .form .inputbox-a {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-d .ser .element .left .form .inputbox-a .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-d .ser .element .left .form .inputbox-a .p span {
  color: #d13836;
}
.n-service-d .ser .element .left .form .inputbox-a .input {
  width: 100%;
}
.n-service-d .ser .element .left .form .inputbox-a .input select {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-d .ser .element .left .form .inputbox-a .input .chosen-container {
  width: 100% !important;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-d .ser .element .left .form .inputbox-a .input .chosen-container .chosen-single{
  width: 100% !important;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border: none;
  background: #fff;
}
.n-service-d .ser .element .left .form .inputbox-a .input .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-service-d .ser .element .left .form .inputbox-b {
  width: 22%;
  margin: 0 0 25px 0;
}
.n-service-d .ser .element .left .form .inputbox-b .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-d .ser .element .left .form .inputbox-b .p span {
  color: #d13836;
}
.n-service-d .ser .element .left .form .inputbox-b .input {
  width: 100%;
}
.n-service-d .ser .element .left .form .inputbox-b .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.n-service-d .ser .element .left .form .inputbox-c {
  width: 100%;
  margin: 0 0 40px 0;
}
.n-service-d .ser .element .left .form .inputbox-c .p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-d .ser .element .left .form .inputbox-c .p span {
  color: #d13836;
}
.n-service-d .ser .element .left .form .inputbox-c .label {
  margin: 0 0 20px 0;
  align-items: flex-start;
}
.n-service-d .ser .element .left .form .inputbox-c .label .inpbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
.n-service-d .ser .element .left .form .inputbox-c .label .inpbox input {
  margin: 3px 10px 0 0 ;
}
.n-service-d .ser .element .left .form .inputbox-c .label .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-d .ser .element .left .form .inputbox-c .label .text {
  background: #eceff1;
  width: 50%;
  font-size: 14px;
  line-height: 21px;
  box-sizing: border-box;
  padding: 15px 15px;
  position: relative;
  display: none;
}
.n-service-d .ser .element .left .form .inputbox-c .label .text::after {
  position: absolute;
  left: 20px;
  top: -20px;
  border-bottom: 10px solid #eceff1;
  border-top: 10px solid #eceff100;
  border-left: 10px solid #eceff100;
  border-right: 10px solid #eceff100;
  content: '';
}
.n-service-d .ser .element .left .form .title {
  width: 100%;
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-d .ser .element .left .form .inputbox-d .inpbox input {
  margin: 0 10px 0 0;
}
.n-service-d .ser .element .left .form .inputbox-d .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-d .ser .element .left .form .inputbox-e {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-d .ser .element .left .form .inputbox-e .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-d .ser .element .left .form .inputbox-e .p span {
  color: #d13836;
}
.n-service-d .ser .element .left .form .inputbox-e .input {
  width: 100%;
}
.n-service-d .ser .element .left .form .inputbox-e .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.n-service-d .ser .element .left .form .box{
  width: 100%;
  margin: 20px 0 0 0;
}
.n-service-d .ser .element .left .form .hr {
  width: 100%;
  height: 1px;
  background: #c8c6c6;
  margin: 45px 0 35px 0;
}
.n-service-d .ser .element .left .form .btnbox {
  width: 100%;
  justify-content: center;
}
.n-service-d .ser .element .left .form .btnbox .prev {
  width: 210px;
  margin: 0 20px;
}
.n-service-d .ser .element .left .form .btnbox .prev input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-d .ser .element .left .form .btnbox .next {
  width: 210px;
  margin: 0 20px;
}
.n-service-d .ser .element .left .form .btnbox .next input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-d .ser .element .right {
  background: #faf9f9;
  width: 30%;
  padding: 25px 25px;
  box-sizing: border-box;
}
.n-service-d .ser .element .right .caption {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.n-service-d .ser .element .right .title {
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.n-service-d .ser .element .right .title .after {
  margin: 0 10px 0 0;
}
.n-service-d .ser .element .right .title .p {
  font-size: 18px;
  color: #d13836;
}
.n-service-d .ser .element .right ul li {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-service-d .ser .element .right ul li::after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #1b1b1b;
  border-radius: 30px;
  content: '';
}
.n-service-d .ser .element .right ul .special {
  text-align: right;
}
.n-service-d .ser .element .right ul .special::after {
  display: none;
}
.n-service-d .ser .element .right .hr {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin: 15px 0;
}
.n-service-d .ser .element .right .textbox-a .p {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
}
.n-service-d .ser .element .right .textbox-a .num {
  font-size: 16px;
  color: #333333;
}
.n-service-d .ser .element .right .textbox-b .p {
  font-size: 20px;
  color: #d13836;
  line-height: 31px;
}
.n-service-d .ser .element .right .textbox-b .num {
  font-size: 20px;
  color: #d13836;
}
.n-service-d .ser .element .right .textbox-c .p {
  font-size: 16px;
  color: #999999;
  line-height: 31px;
}
.n-service-d .ser .element .right .textbox-c .num {
  font-size: 16px;
  color: #999999;
}
.n-service-d .ser .element .right .textbox-d .p {
  font-size: 18px;
  color: #d13836;
  line-height: 31px;
}
.n-service-d .ser .element .right .textbox-d .num {
  font-size: 16px;
  color: #999999;
}
.n-service-d .active-a .text{
  display: block !important;
}
.n-service-e .ser {
  padding: 90px 0;
}
.n-service-e .ser .caption {
  margin: 0 0 40px 0;
}
.n-service-e .ser .caption .title {
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-e .ser .caption .addclient{
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.n-service-e .ser .caption .addclient .up{
  background: #d9d9d9;
  box-sizing: border-box;
  padding: 0 5%;
}
.n-service-e .ser .caption .addclient .up .name{
  font-size: 20px;
  color: #000;
  line-height: 45px;
}
.n-service-e .ser .caption .addclient .down{
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px 5%;
}
.n-service-e .ser .caption .addclient .down .left{
  width: 48%;
}
.n-service-e .ser .caption .addclient .down .left .textbox{
  width: 100%;
  margin: 0 0 10px 0;
}
.n-service-e .ser .caption .addclient .down .left .textbox .th{
  width: 50%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
.n-service-e .ser .caption .addclient .down .left .textbox .td{
  width: 50%;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.n-service-e .ser .caption .addclient .down .right{
  width: 48%;
}
.n-service-e .ser .caption .addclient .down .right .imgbox{
  width: 100%;
}
.n-service-e .ser .caption .addclient .down .right .imgbox .th{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.n-service-e .ser .caption .addclient .down .right .imgbox .img{
  width: 100%;
}
.n-service-e .ser .caption .addclient .down .right .imgbox .img .photo{
  width: 48%;
}
.n-service-e .ser .caption .btn a {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
}
.n-service-e .ser .element {
  align-items: flex-start;
}
.n-service-e .ser .element .left {
  width: 65%;
}
.n-service-e .ser .element .left .form {
  flex-wrap: wrap;
}
.n-service-e .ser .element .left .form .inputbox-a {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-e .ser .element .left .form .inputbox-a .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-e .ser .element .left .form .inputbox-a .p span {
  color: #d13836;
}
.n-service-e .ser .element .left .form .inputbox-a .input {
  width: 100%;
}
.n-service-e .ser .element .left .form .inputbox-a .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-service-e .ser .element .left .form .inputbox-b {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-e .ser .element .left .form .inputbox-b .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-e .ser .element .left .form .inputbox-b .p span {
  color: #d13836;
}
.n-service-e .ser .element .left .form .inputbox-b .input {
  width: 100%;
}
.n-service-e .ser .element .left .form .inputbox-b .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-service-e .ser .element .left .form .inputbox-c {
  width: 100%;
  margin: 0 0 15px 0;
}
.n-service-e .ser .element .left .form .inputbox-c .inpbox {
  justify-content: flex-start;
}
.n-service-e .ser .element .left .form .inputbox-c .inpbox input {
  margin: 0 10px 0 0;
}
.n-service-e .ser .element .left .form .inputbox-c .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-e .ser .element .left .form .inputbox-c .inpbox p a {
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
}
.n-service-e .ser .element .left .form .inputbox-d {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-e .ser .element .left .form .inputbox-d .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-e .ser .element .left .form .inputbox-d .p span {
  color: #d13836;
}
.n-service-e .ser .element .left .form .inputbox-d .input{
  border: 1px solid #c8c6c6;
    border-radius: 5px;
}
.n-service-e .ser .element .left .form .inputbox-d .input .chosen-container{
  width: 30% !important;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  outline: none;
}
.n-service-e .ser .element .left .form .inputbox-d .chosen-container .chosen-drop{
  width: 250%;
}
.n-service-e .ser .element .left .form .inputbox-d .input .chosen-container .chosen-single {
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    border: none;
    background: #fff;
}
.n-service-e .ser .element .left .form .inputbox-d .input .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-service-e .ser .element .left .form .inputbox-d .input .dial_code{
  width: 15%;
  font-size: 16px;
  color: #666666;
}
.n-service-e .ser .element .left .form .inputbox-d .input .tel{
  width: 55%;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
}
.n-service-e .ser .element .left .form .inputbox-a .input {
  width: 100%;
}
.n-service-e .ser .element .left .form .inputbox-a .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-service-e .ser .element .left .form .content {
  width: 100%;
  border: 1px solid #c8c6c6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 30px;
  height: 160px;
  overflow-y: auto;
}
.n-service-e .ser .element .left .form .content .headline-a {
  font-size: 18px;
  font-weight: bold;
  color: #d13836;
  margin: 0 0 10px 0;
}
.n-service-e .ser .element .left .form .content .headline-b {
  font-size: 16px;
  font-weight: bold;
  color: #d13836;
  margin: 0 0 10px 0;
}
.n-service-e .ser .element .left .form .content .textbox {
  justify-content: flex-start;
  align-items: flex-start;
}
.n-service-e .ser .element .left .form .content .textbox .num {
  width: 25px;
  height: 25px;
  font-size: 16px;
  color: #333333;
  background: #dcdcdc;
  justify-content: center;
  border-radius: 30px;
  margin: 5px 5px 0 0;
}
.n-service-e .ser .element .left .form .content .textbox .p {
  width: 90%;
  font-size: 16px;
  color: #333333;
  line-height: 37px;
}
.n-service-e .ser .element .left .form .content p{
   font-size: 14px;
  color: #333333;
  line-height: 28px;
}
.n-service-e .ser .element .left .form .title {
  width: 100%;
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-e .ser .element .left .form .hr {
  width: 100%;
  height: 1px;
  background: #c8c6c6;
  margin: 45px 0 35px 0;
}
.n-service-e .ser .element .left .form .btnbox {
  width: 100%;
  justify-content: center;
}
.n-service-e .ser .element .left .form .btnbox .prev {
  width: 210px;
  margin: 0 20px;
}
.n-service-e .ser .element .left .form .btnbox .prev input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-e .ser .element .left .form .btnbox .next {
  width: 210px;
  margin: 0 20px;
}
.n-service-e .ser .element .left .form .btnbox .next input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-e .ser .element .right {
  background: #faf9f9;
  width: 30%;
  padding: 25px 25px;
  box-sizing: border-box;
}
.n-service-e .ser .element .right .caption {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.n-service-e .ser .element .right .title {
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.n-service-e .ser .element .right .title .after {
  margin: 0 10px 0 0;
}
.n-service-e .ser .element .right .title .p {
  font-size: 18px;
  color: #d13836;
}
.n-service-e .ser .element .right ul li {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-service-e .ser .element .right ul li::after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #1b1b1b;
  border-radius: 30px;
  content: '';
}
.n-service-e .ser .element .right ul .special {
  text-align: right;
}
.n-service-e .ser .element .right ul .special::after {
  display: none;
}
.n-service-e .ser .element .right .hr {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin: 15px 0;
}
.n-service-e .ser .element .right .textbox-a .p {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
}
.n-service-e .ser .element .right .textbox-a .num {
  font-size: 16px;
  color: #333333;
}
.n-service-e .ser .element .right .textbox-b .p {
  font-size: 20px;
  color: #d13836;
  line-height: 31px;
}
.n-service-e .ser .element .right .textbox-b .num {
  font-size: 20px;
  color: #d13836;
}
.n-service-e .ser .element .right .textbox-c .p {
  font-size: 16px;
  color: #999999;
  line-height: 31px;
}
.n-service-e .ser .element .right .textbox-c .num {
  font-size: 16px;
  color: #999999;
}
.n-service-f .ser {
  padding: 90px 0;
}
.n-service-f .ser .caption {
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 35px 0;
}
.n-service-f .ser .element {
  align-items: flex-start;
}
.n-service-f .ser .element .left {
  width: 65%;
}
.n-service-f .ser .element .left .form {
  flex-wrap: wrap;
}
.n-service-f .ser .element .left .form .inputbox-a {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-f .ser .element .left .form .inputbox-a .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-f .ser .element .left .form .inputbox-a .p span {
  color: #d13836;
}
.n-service-f .ser .element .left .form .inputbox-a .input {
  width: 100%;
}
.n-service-f .ser .element .left .form .inputbox-a .input select {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-a .input .chosen-container {
  width: 100% !important;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-a .input .chosen-container .chosen-single{
  width: 100% !important;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border: none;
  background: #fff;
}
.n-service-f .ser .element .left .form .inputbox-a .input .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-service-f .ser .element .left .form .inputbox-b {
  width: 22%;
  margin: 0 0 25px 0;
}
.n-service-f .ser .element .left .form .inputbox-b .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-f .ser .element .left .form .inputbox-b .p span {
  color: #d13836;
}
.n-service-f .ser .element .left .form .inputbox-b .input {
  width: 100%;
}
.n-service-f .ser .element .left .form .inputbox-b .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-c {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-f .ser .element .left .form .inputbox-c .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-f .ser .element .left .form .inputbox-c .p span {
  color: #d13836;
}
.n-service-f .ser .element .left .form .inputbox-c .input {
  width: 100%;
}
.n-service-f .ser .element .left .form .inputbox-c .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-d {
  width: 100%;
  margin: 0 0 40px 0;
}
.n-service-f .ser .element .left .form .inputbox-d .p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-f .ser .element .left .form .inputbox-d .p span {
  color: #d13836;
}
.n-service-f .ser .element .left .form .inputbox-d .label {
  margin: 0 0 20px 0;
  align-items: flex-start;
}
.n-service-f .ser .element .left .form .inputbox-d .label .inpbox {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
.n-service-f .ser .element .left .form .inputbox-d .label .inpbox input {
  margin: 2px 10px 0 0 ;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-d .label .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-f .ser .element .left .form .inputbox-d .label .text {
  background: #eceff1;
  width: 50%;
  font-size: 14px;
  line-height: 21px;
  box-sizing: border-box;
  padding: 15px 15px;
  position: relative;
  display: none;
}
.n-service-f .ser .element .left .form .inputbox-d .label .text::after {
  position: absolute;
  left: 20px;
  top: -20px;
  border-bottom: 10px solid #eceff1;
  border-top: 10px solid #eceff100;
  border-left: 10px solid #eceff100;
  border-right: 10px solid #eceff100;
  content: '';
}
.n-service-f .ser .element .left .form .inputbox-e {
  width: 100%;
  margin: 0 0 20px 0;
}
.n-service-f .ser .element .left .form .inputbox-e .inpbox {
  justify-content: flex-start;
}
.n-service-f .ser .element .left .form .inputbox-e .inpbox input {
  margin: 0 10px 0 0;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-e .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-f .ser .element .left .form .title {
  width: 100%;
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-f .ser .element .left .form .box{
  width: 100%;
}
.n-service-f .ser .element .left .form .inputbox-d .inpbox input {
  margin: 0 10px 0 0;
  outline: none;
}
.n-service-f .ser .element .left .form .inputbox-d .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-f .ser .element .left .form .hr {
  width: 100%;
  height: 1px;
  background: #c8c6c6;
  margin: 45px 0 35px 0;
}
.n-service-f .ser .element .left .form .btnbox {
  width: 100%;
  justify-content: center;
}
.n-service-f .ser .element .left .form .btnbox .prev {
  width: 210px;
  margin: 0 20px;
}
.n-service-f .ser .element .left .form .btnbox .prev input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-f .ser .element .left .form .btnbox .next {
  width: 210px;
  margin: 0 20px;
}
.n-service-f .ser .element .left .form .btnbox .next input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  outline: none;
}
.n-service-f .ser .element .right {
  background: #faf9f9;
  width: 30%;
  padding: 25px 25px;
  box-sizing: border-box;
}
.n-service-f .ser .element .right .caption {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.n-service-f .ser .element .right .title {
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.n-service-f .ser .element .right .title .after {
  margin: 0 10px 0 0;
}
.n-service-f .ser .element .right .title .p {
  font-size: 18px;
  color: #d13836;
}
.n-service-f .ser .element .right ul li {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-service-f .ser .element .right ul li::after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #1b1b1b;
  border-radius: 30px;
  content: '';
}
.n-service-f .ser .element .right ul .special {
  text-align: right;
}
.n-service-f .ser .element .right ul .special::after {
  display: none;
}
.n-service-f .ser .element .right .hr {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin: 15px 0;
}
.n-service-f .ser .element .right .textbox-a .p {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
}
.n-service-f .ser .element .right .textbox-a .num {
  font-size: 16px;
  color: #333333;
}
.n-service-f .ser .element .right .textbox-b .p {
  font-size: 20px;
  color: #d13836;
  line-height: 31px;
}
.n-service-f .ser .element .right .textbox-b .num {
  font-size: 20px;
  color: #d13836;
}
.n-service-f .ser .element .right .textbox-c .p {
  font-size: 16px;
  color: #999999;
  line-height: 31px;
}
.n-service-f .ser .element .right .textbox-c .num {
  font-size: 16px;
  color: #999999;
}
.n-service-f .active-a{
  display: block;
}
.n-service-g .ser {
  padding: 80px 0 0 0;
}
.n-service-g .ser .caption .title {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-g .ser .caption .text {
  font-size: 18px;
  color: #333333;
}
.n-service-g .ser .element {
  align-items: flex-start;
  margin: 20px 0 0 0;
}
.n-service-g .ser .element .imgbox {
  width: 48%;
}
.n-service-g .ser .element .imgbox .up {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.n-service-g .ser .element .imgbox .up .p {
  position: absolute;
  width: 100%;
  top: 40%;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.n-service-g .ser .element .imgbox .down {
  box-sizing: border-box;
  padding: 20px;
}
.n-service-g .ser .element .imgbox .down h1 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.n-service-g .ser .element .imgbox .down h1::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 30px;
  background: #d13836;
  content: '';
}
.n-service-g .ser .element .imgbox .down p {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.n-service-g .ser .element .imgbox .down h2 {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.n-service-h .ser {
  padding: 60px 0 90px 0;
}
.n-service-h .ser .caption {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
}
.n-service-h .ser .element {
  margin: 20px 0 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.n-service-h .ser .element table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  border-style: hidden;
}
.n-service-h .ser .element table tr th {
  font-size: 16px;
  color: #333333;
  padding: 15px 0;
  background: #eeeeee;
} 
.n-service-h .ser .element table tr td {
  font-size: 16px;
  color: #333333;
  padding: 15px 2%;
  text-align: center;
}
.n-service-i .ser {
  padding: 60px 0;
}
.n-service-i .ser .caption {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
}
.n-service-i .ser .element {
  margin: 35px 0 0 0;
}
.n-service-i .ser .element .left {
  width: 65%;
}
.n-service-i .ser .element .left .textbox {
  width: 48%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 25px;
}
.n-service-i .ser .element .left .textbox .title {
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.n-service-i .ser .element .left .textbox .text {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  height: 290px;
}
.n-service-i .ser .element .right {
  width: 30%;
}
.n-service-j .ser {
  padding: 60px 0;
}
.n-service-j .ser .caption {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
}
.n-service-j .ser .element {
  margin: 35px 0 0 0;
  justify-content: flex-start;
}
.n-service-j .ser .element-b .table table tr td{
  text-align: center;
}
.n-service-j .ser .element .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-j .ser .element .table{
  width: 100%;
  margin: 0 0 20px 0;
}
.n-service-j .ser .element .table table{
  width: 100%;
  border: 1px solid #dfe0e1;
  background: #f8f9fa;
}
.n-service-j .ser .element .table table tr th{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 8px;
}
.n-service-j .ser .element .table table tr td{
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  padding: 10px 8px;
}
.n-service-j .ser .element .table table tr td span{
  font-size: 14px;
  color: #b8b7b7;
  display: inline-block;
  padding: 5px 0;
}
.n-service-j .ser .element .table table tr td ul li{
  position: relative;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.n-service-j .ser .element .table table tr td ul li span{
  color: #0d6efd;
}
.n-service-j .ser .element .table table tr td ul li::after{
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 30px;
  content: '';
}
.n-service-j .ser .element .table table tr td img{
  max-width: 100px;
}
.n-service-j .ser .element .table table tr td input {
    width: 120px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    display: block;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    background: #d13836;
}
.n-service-j .ser .element .label{
  margin: 0 50px;
}
.n-service-j .ser .element .label label .input{
  margin: 0 20px 0 0;
}
.n-service-j .ser .element .label label .box{
  border: 1px solid #ededed;
  padding: 10px 20px;
  border-radius: 10px;
}
.n-service-j .ser .element .label label .box .img{
  width: 50px;
  margin: 0 20px 0 0;
}
.n-service-j .ser .element .label label .box .p{
  font-size: 16px;
  color: #000;
}
.n-service-j .ser .ing{
  margin: 60px auto 0 auto;
  width: 300px;
  background: #d13836;
  border-radius: 10px;
  overflow: hidden;
}
.n-service-j .ser .ing input {
  width: 100%;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  display: block;
  border: none;
  outline: none;
  text-align: center;
   background: #d13836;
}
.n-service-k .ser {
  padding: 60px 0;
}
.n-service-k .ser .caption {
  font-size: 32px;
  color: #d13836;
  font-weight: bold;
}
.n-service-k .ser .element {
  margin: 35px 0 0 0;
}
.n-service-l .ser {
  padding: 90px 0;
}
.n-service-l .ser .element {
  align-items: flex-start;
}
.n-service-l .ser .element .left {
  width: 65%;
}
.n-service-l .ser .element .left .form {
  flex-wrap: wrap;
}
.n-service-l .ser .element .left .form .caption {
  width: 100%;
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-service-l .ser .element .left .form .inputbox-a {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-l .ser .element .left .form .inputbox-a .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-l .ser .element .left .form .inputbox-a .p span {
  color: #d13836;
}
.n-service-l .ser .element .left .form .inputbox-a .input {
  width: 100%;
}
.n-service-l .ser .element .left .form .inputbox-a .input select {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-l .ser .element .left .form .inputbox-a .input .chosen-container {
  width: 100% !important;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-service-l .ser .element .left .form .inputbox-a .input .chosen-container .chosen-single{
  width: 100% !important;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border: none;
  background: #fff;
}
.n-service-l .ser .element .left .form .inputbox-a .input .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-service-l .ser .element .left .form .inputbox-b {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-service-l .ser .element .left .form .inputbox-b .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-l .ser .element .left .form .inputbox-b .p span {
  color: #d13836;
}
.n-service-l .ser .element .left .form .inputbox-b .input {
  width: 100%;
}
.n-service-l .ser .element .left .form .inputbox-b .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.n-service-l .ser .element .left .form .inputbox-c {
  width: 22%;
  margin: 0 0 25px 0;
}
.n-service-l .ser .element .left .form .inputbox-c .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-service-l .ser .element .left .form .inputbox-c .p span {
  color: #d13836;
}
.n-service-l .ser .element .left .form .inputbox-c .input {
  width: 100%;
}
.n-service-l .ser .element .left .form .inputbox-c .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.n-service-l .ser .element .left .form .inputbox-d .inpbox input {
  margin: 0 10px 0 0;
}
.n-service-l .ser .element .left .form .inputbox-d .inpbox p {
  font-size: 16px;
  color: #333333;
}
.n-service-l .ser .element .left .form .box{
  width: 100%;
  margin: 20px 0 0 0;
}
.n-service-l .ser .element .left .form .hr {
  width: 100%;
  height: 1px;
  background: #c8c6c6;
  margin: 45px 0 35px 0;
}
.n-service-l .ser .element .left .form .btnbox {
  width: 100%;
  justify-content: center;
}
.n-service-l .ser .element .left .form .btnbox .prev {
  width: 210px;
  margin: 0 20px;
}
.n-service-l .ser .element .left .form .btnbox .prev input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-l .ser .element .left .form .btnbox .next {
  width: 210px;
  margin: 0 20px;
}
.n-service-l .ser .element .left .form .btnbox .next input {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #d13836;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.n-service-l .ser .element .right {
  background: #faf9f9;
  width: 30%;
  padding: 25px 25px;
  box-sizing: border-box;
}
.n-service-l .ser .element .right .caption {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.n-service-l .ser .element .right .title {
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.n-service-l .ser .element .right .title .after {
  margin: 0 10px 0 0;
}
.n-service-l .ser .element .right .title .p {
  font-size: 18px;
  color: #d13836;
}
.n-service-l .ser .element .right ul li {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.n-service-l .ser .element .right ul li::after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #1b1b1b;
  border-radius: 30px;
  content: '';
}
.n-service-l .ser .element .right ul .special {
  text-align: right;
}
.n-service-l .ser .element .right ul .special::after {
  display: none;
}
.n-service-l .ser .element .right .hr {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin: 15px 0;
}
.n-service-l .ser .element .right .textbox-a .p {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
}
.n-service-l .ser .element .right .textbox-a .num {
  font-size: 16px;
  color: #333333;
}
.n-service-l .ser .element .right .textbox-b .p {
  font-size: 20px;
  color: #d13836;
  line-height: 31px;
}
.n-service-l .ser .element .right .textbox-b .num {
  font-size: 20px;
  color: #d13836;
}
.n-service-l .ser .element .right .textbox-c .p {
  font-size: 16px;
  color: #999999;
  line-height: 31px;
}
.n-service-l .ser .element .right .textbox-c .num {
  font-size: 16px;
  color: #999999;
}
.n-service-l .ser .element .right .textbox-d .p {
  font-size: 18px;
  color: #d13836;
  line-height: 31px;
}
.n-service-l .ser .element .right .textbox-d .num {
  font-size: 16px;
  color: #999999;
}
.n-service-l .active-a .text{
  display: block !important;
}
/* 客户 */
.client{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.client .cli{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.client .cli .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.client .cli .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
}
.client .cli .element{
  box-sizing: border-box;
  padding: 20px 20px;
  border-bottom: 1px solid #dee2e6;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 500px;
  overflow-y: auto;
}
.client .cli .element .inputbox{
  width: 48%;
  margin: 0 0 20px 0;
}
.client .cli .element .inputbox .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.client .cli .element .inputbox .title span{
  color: #dc3545;
}
.client .cli .element .inputbox .input{
  width: 100%;
}
.client .cli .element .inputbox .input input{
  width: 100%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #333333;
}
.client .cli .element .selectbox{
  width: 48%;
  margin: 0 0 20px 0;
}
.client .cli .element .selectbox .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.client .cli .element .selectbox .title span{
  color: #dc3545;
}
.client .cli .element .selectbox .select{
  width: 100%;
}
.client .cli .element .selectbox .select .chosen-container {
  width: 100% !important;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.client .cli .element .selectbox .select .chosen-container .chosen-single{
  width: 100% !important;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border: none;
  background: #fff;
}
.client .cli .element .selectbox .select .chosen-container .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.client .cli .element .selectbox .select select{
  width: 100%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #333333;
}
.client .cli .element .imgbox{
  width: 48%;
  margin: 0 0 20px 0;
}
.client .cli .element .imgbox .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.client .cli .element .imgbox .title span{
  color: #dc3545;
}
.client .cli .element .imgbox .text{
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 0 0 10px 0;
}
.client .cli .element .imgbox .img{
  width: 100%;
  height: 200px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
  margin: 0 0 10px 0;
}
.client .cli .element .imgbox .img img{
  max-height: 100%;
}
.client .cli .element .imgbox .btn{
  width: 100%;
}
.client .cli .element .imgbox .btn button{
  width: 100%;
  line-height: 35px;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #333333;
  background: #fff;
}
.client .cli .down{
  box-sizing: border-box;
  padding: 20px 20px;
  justify-content: center;
}
.client .cli .down .btn-a{
  width: 200px;
  margin: 0 10px;
}
.client .cli .down .btn-a button{
  width: 100%;
  border: 1px solid #c30e0e;
  background: #fff;
  line-height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #c30e0e;
}
.client .cli .down .btn-b{
  width: 200px;
  margin: 0 10px;
}
.client .cli .down .btn-b button{
  width: 100%;
  border: 1px solid #c30e0e;
  background: #c30e0e;
  line-height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.client .cli .hint{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.client .cli .hint .hin{
  width: 30%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 0;
}
.client .cli .hint .hin .after{
  width: 80px;
  height: 80px;
  border: 6px solid #9de0f6;
  border-radius: 50px;
  text-align: center;
  font-size: 70px;
  text-align: center;
  line-height: 80px;
  color: #3fc3ee;
  margin: 0 auto 30px auto;
}
.client .cli .hint .hin .text{
  font-size: 16px;
  color: #545454;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 5%;
}
.client .cli .hint .hin .btnbox{
  justify-content: center;
  margin: 30px 0 0 0;
}
.client .cli .hint .hin .btnbox .btn-a button{
  display: inline-block;
  background: #9c0b0b;  
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  margin: 0 10px;
}
.client .cli .hint .hin .btnbox .btn-b button{
  display: inline-block;
  background: #6e7881;  
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  margin: 0 10px;
}
/* 进程 */
.course {
  background: #d13836;
}
.course .cou {
  justify-content: center;
  padding: 40px 0;
}
.course .cou .textbox {
  opacity: 0.6;
}
.course .cou .textbox .after {
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 10px 0 0;
}
.course .cou .textbox .after .num {
  font-size: 22px;
  color: #ffffff;
}
.course .cou .textbox .after .img {
  display: none;
}
.course .cou .textbox .p {
  font-size: 20px;
  color: #ffffff;
}
.course .cou .separator {
  width: 75px;
  height: 1px;
  background: #fff;
  margin: 0 20px;
}
.course .active-a {
  opacity: 1 !important;
}
.course .active-a .after {
  background: #fff;
}
.course .active-a .after .num {
  color: #d13836 !important;
}
.course .active-b {
  opacity: 1 !important;
}
.course .active-b .after {
  background: #fff;
}
.course .active-b .after .num {
  display: none;
}
.course .active-b .after .img {
  display: inline !important;
}
/* 价格 */
.n-price .pri {
  padding: 60px 0;
}
.n-price .pri .nav {
  background: #eeeeee;
  border-radius: 10px;
}
.n-price .pri .nav ul {
  justify-content: center;
}
.n-price .pri .nav ul li a {
  padding: 0 45px;
  line-height: 75px;
  display: block;
  font-size: 20px;
  color: #333333;
}
.n-price .pri .element {
  margin: 30px 0 0 0;
}
.n-price .pri .element .caption {
  margin: 0 0 20px 0;
}
.n-price .pri .element .caption .title {
  font-size: 33px;
  color: #d13836;
}
.n-price .pri .element .caption .btn {
  width: 220px;
}
.n-price .pri .element .caption .btn a {
  font-size: 22px;
  color: #d13836;
  display: block;
  text-align: center;
  border: 1px solid #d13836;
  line-height: 55px;
  border-radius: 10px;
}
.n-price .pri .element .headline {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-price .pri .element .table {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.n-price .pri .element .table table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  border-style: hidden;
}
.n-price .pri .element .table table tr th {
  font-size: 16px;
  color: #333333;
  padding: 15px 0;
  background: #eeeeee;
}
.n-price .pri .element .table table tr td {
  font-size: 16px;
  color: #333333;
  padding: 15px 2%;
  text-align: center;
}
.n-price .pri .element .text {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin: 20px 0 0 0;
}
.n-price .active-a {
  background: #d13836;
}
.n-price .active-a a {
  color: #fff !important;
}
.n-price .active-b {
  display: none;
}
/* 问题 */
.n-question .que {
  margin: 0 0 80px 0;
}
.n-question .que .caption {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 20px 15% 0 15%;
}
.n-question .que .caption span {
  font-size: 24px;
  color: #333333;
  display: inline-block;
  margin: 0 0 0 30%;
  line-height: 55px;
  position: relative;
}
.n-question .que .caption span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d13836;
  content: '';
}
.n-question .que .element {
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
.n-question .que .element .left {
  width: 25%;
  position: absolute;
  left: 0;
  top: -95px;
}
.n-question .que .element .left .title {
  font-size: 20px;
  color: #ffffff;
  background: #d13836;
  line-height: 95px;
  text-align: center;
}
.n-question .que .element .left ul {
  background: #fff;
}
.n-question .que .element .left ul li a {
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.n-question .que .element .left ul li a .p {
  font-size: 20px;
  color: #000000;
  line-height: 65px;
}
.n-question .que .element .left ul li:hover a .p {
  color: #d13836;
}
.n-question .que .element .right {
  width: 70%;
  min-height: 500px;
}
.n-question .que .element .right .textbox {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.n-question .que .element .right .textbox a {
  display: block;
}
.n-question .que .element .right .textbox a .title {
  font-size: 22px;
  color: #333333;
  margin: 0 0 20px 0;
}
.n-question .que .element .right .textbox a .text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-question .que .element .right .textbox a .btn {
  width: 130px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border-radius: 30px;
}
.n-question .que .element .right .textbox:hover a .title{
  color: #d13836;
}
.n-question .que .element .right .textbox:hover a .btn{
 border: 1px solid #d13836;
 color: #d13836;
}
.x-question .que{
  padding: 80px 0;
}
.x-question .que .img{
  text-align: center;
  margin: 0 0 20px 0;
}
.x-question .que .title{
  font-size: 32px;
  font-weight: bold;
  color: #d13836;
  line-height: 38px;
  margin: 0 0 20px 0;
  text-align: center;
}
.x-question .que .time{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 10%;
  margin: 0 0 30px 0;
  text-align: center;
}
.x-question .que .text{
  font-size: 16px;
  color: #000;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 10%;
}
.x-question .que .text h1{
  font-size: 28px;
  color: #d13836;
}
/* 关于 */
.n-about-a .abo {
  flex-wrap: wrap;
  padding: 70px 0;
}
.n-about-a .abo .up {
  width: 100%;
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.n-about-a .abo .left {
  width: 43%;
  border-radius: 10px;
  overflow: hidden;
}
.n-about-a .abo .right {
  width: 50%;
}
.n-about-a .abo .right .title {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-about-a .abo .right .text {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 0 0 35px 0;
}
.n-about-a .abo .right ul li {
  justify-content: flex-start;
  align-items: flex-start;
}
.n-about-a .abo .right ul li .img {
  margin: 10px 10px 0 0;
}
.n-about-a .abo .right ul li .p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.n-about-a .abo .down {
  width: 100%;
  margin: 55px 0 0 0;
}
.n-about-a .abo .down .imgbox {
  width: 30%;
  border: 1px solid #e5e5e5;
  padding: 30px 0;
  border-radius: 10px;
}
.n-about-a .abo .down .imgbox .img {
  text-align: center;
  margin: 0 0 20px 0;
}
.n-about-a .abo .down .imgbox .title {
  font-size: 22px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-about-a .abo .down .imgbox .text {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.n-about-b {
  background: #faf9f9;
}
.n-about-b .abo {
  padding: 70px 0;
}
.n-about-b .abo .caption {
  font-size: 33px;
  color: #d13836;
  font-weight: bold;
  margin: 0 0 50px 0;
}
.n-about-b .abo .element {
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.n-about-b .abo .element .imgbox {
  width: 48%;
  margin: 0 0 50px 0;
}
.n-about-b .abo .element .imgbox .img {
  width: 15%;
}
.n-about-b .abo .element .imgbox .p {
  width: 83%;
}
.n-about-b .abo .element .imgbox .p .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-about-b .abo .element .imgbox .p .text {
  font-size: 18px;
  color: #333333;
  line-height: 31px;
}
.n-about-b .abo .form{
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 20px;
}
.n-about-b .abo .form .title{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.n-about-b .abo .form .zxly .zxlyform{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-a{
  width: 48%;
  margin: 0 0 20px 0;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-a .p{
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-a .input{
  width: 80%;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-a .input input{
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-d{
  width: 100%;
  margin: 0 0 20px 0;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-d .p{
  width: 9.5%;
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-d .textarea{
  width: 90.5%;
}
.n-about-b .abo .form .zxly .zxlyform .inpbox-d .textarea textarea{
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 100px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
}
.n-about-b .abo .form .zxly .zxlyform .zxlysubmit{
  width: 250px;
  margin: 0 auto;
}
.n-about-b .abo .form .zxly .zxlyform .zxlysubmit input{
  width: 100%;
  line-height: 50px;
  background: #d13836;
  border: none;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
}
/* 要求 */
.n-require .req{
  padding: 80px 0;
}
.n-require .req .caption{
  margin: 0 0 50px 0;
}
.n-require .req .caption .p-a{
  font-size: 48px;
  color: #d13836;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.n-require .req .caption .p-b{
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.n-require .req .inquire{
  width: 100%;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-require .req .inquire .title{
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-require .req .inquire .select{
  width: 50%;
  margin: 0 3% 0 0;
}
.n-require .req .inquire .select select{
  width: 100%;
  height: 40px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  color: #999999;
  box-sizing: border-box;
  padding: 0 10px;
}
.n-require .req .inquire .select .chosen-container{
    border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #999999;
  outline: none;
}
.n-require .req .inquire .select .chosen-container .chosen-single {
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    border: none;
    background: #fff;
}
.n-require .req .inquire .select .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-require .req .inquire .submit{
  width: 10%;
}
.n-require .req .inquire .submit input{
  background: #fbe0e0;
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  color: #d13836;
} 
.n-require .req .inquire .submit:hover input{
  background: #d13836;
  color: #fff;
}
.n-require .req .element{
  border: 1px solid #d9d9d9;
  background: #f8f9fa;
  box-sizing: border-box;
  padding: 20px;
}
.n-require .req .element .notice{
  font-size: 18px;
  color: #e03e2d;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.n-require .req .element .notice span{
  display: inline-block;
  font-size: 16px;
  color: #000;
  background: #f8cac6;
}
.n-require .req .element p{
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.n-require .req .element p span{
  font-weight: bold;
}
.n-require .req .element p a{
  color: #d13836;
}
.n-require .req .element h1{
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.n-require .req .element em{
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-style: italic;
}
.n-require .req .element h2{
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.n-require .req .element h3{
  font-size: 16px;
  color: #d13836;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.n-require .req .element .table{
  width: 100%;
  margin: 0 0 20px 0;
}
.n-require .req .element .table table{
  width: 100%;
  border: 1px solid #bbb;
}
.n-require .req .element .table table tr th{
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px;
}
.n-require .req .element .table table tr td{
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px;
}
/* 登录 */
.loginbox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 99999;
}
.loginbox .log{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.loginbox .log .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.loginbox .log .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.loginbox .log .element{
  box-sizing: border-box;
  padding: 20px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.loginbox .log .element .caption{
  font-size: 28px;
  color: #dc3545;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.loginbox .log .element .inputbox{
  width: 100%;
  margin: 0 0 20px 0;
}
.loginbox .log .element .inputbox .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.loginbox .log .element .inputbox .title span{
  color: #dc3545;
}
.loginbox .log .element .inputbox .input{
  width: 100%;
}
.loginbox .log .element .inputbox .input input{
  width: 100%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #333333;
}
.loginbox .log .element .forget{
  margin: 0 0 20px 0;
  text-align: center;
    
}
.loginbox .log .element .forget a{
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.loginbox .log .element .btn{
  width: 100%;
}
.loginbox .log .element .btn input{
  width: 100%;
  line-height: 45px;
  border: none;
  border-radius: 5px;
  background-color: #dc3545;
  font-size: 16px;
  color: #fff;
}
.registerbox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 99999;
}
.registerbox .reg{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.registerbox .reg .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.registerbox .reg .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.registerbox .reg .element{
  box-sizing: border-box;
  padding: 20px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.registerbox .reg .element .caption{
  font-size: 28px;
  color: #dc3545;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.registerbox .reg .element .inputbox{
  width: 100%;
  margin: 0 0 20px 0;
}
.registerbox .reg .element .inputbox .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.registerbox .reg .element .inputbox .title span{
  color: #dc3545;
}
.registerbox .reg .element .inputbox .notice{
  font-size: 14px;
  color: #000;
  font-style: italic;
}
.registerbox .reg .element .inputbox .input{
  width: 100%;
}
.registerbox .reg .element .inputbox .input input{
  width: 100%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #333333;
}
.registerbox .reg .element .inputbox-b{
  width: 100%;
  margin: 0 0 20px 0;
}
.registerbox .reg .element .inputbox-b .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.registerbox .reg .element .inputbox-b .title span{
  color: #dc3545;
}
.registerbox .reg .element .inputbox-b .input{
  border: 1px solid #c8c6c6;
    border-radius: 5px;
}
.registerbox .reg .element .inputbox-b .input .chosen-container{
  width: 30% !important;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  outline: none;
}
.registerbox .reg .element .inputbox-b .chosen-container .chosen-drop{
  width: 250%;
}
.registerbox .reg .element .inputbox-b .input .chosen-container .chosen-single {
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    border: none;
    background: #fff;
}
.registerbox .reg .element .inputbox-b .input .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.registerbox .reg .element .inputbox-b .input .postcode{
  width: 10%;
  font-size: 16px;
  color: #666666;
}
.registerbox .reg .element .inputbox-b .input .tel{
  width: 45%;
  border: 0;
   line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 5px;
}
.registerbox .reg .element .forget{
  margin: 0 0 20px 0;
  text-align: center;
}
.registerbox .reg .element .forget a{
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.registerbox .reg .element .btn{
  width: 100%;
}
.registerbox .reg .element .btn input{
  width: 100%;
  line-height: 45px;
  border: none;
  border-radius: 5px;
  background-color: #dc3545;
  font-size: 16px;
  color: #fff;
}
.loginbox-active{
  display: block !important;
}
.registerbox-active{
  display: block !important;
}
.passwordbox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}
.passwordbox .pas{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.passwordbox .pas .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.passwordbox .pas .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.passwordbox .pas .down{
  padding: 50px 20px;
}
.passwordbox .pas .down .caption{
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #d13836;
  margin: 0 0 20px 0;
}
.passwordbox .pas .down .text{
  font-size: 16px;
  color: #000;
  line-height: 30px;
  text-align: center;
  margin: 0 0 20px 0;
}
.passwordbox .pas .down .inputbox {
  width: 70%;
  margin: 0 auto 25px auto;
}
.passwordbox .pas .down .inputbox .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.passwordbox .pas .down .inputbox .p span {
  color: #d13836;
}
.passwordbox .pas .down .inputbox .input {
  width: 100%;
}
.passwordbox .pas .down .inputbox .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.passwordbox .pas .down .btn{
  width: 40%;
  margin: 0 auto;
}
.passwordbox .pas .down .btn input{
  width: 100%;
  line-height: 45px;
  background: #d13836;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}
.passwordbox-active{
  display: block;
}
.hintbox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 99999;
}
.hintbox .hin{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.hintbox .hin .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.hintbox .hin .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.hintbox .hin .down{
  box-sizing: border-box;
  padding: 20px 20px;
}
.hintbox .hin .down .text{
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  min-height: 100px;
}
.hintbox .hin .down .inputbox{
  width: 100%;
  margin: 0 0 20px 0;
}
.hintbox .hin .down .inputbox .title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.hintbox .hin .down .inputbox .title span{
  color: #dc3545;
}
.hintbox .hin .down .inputbox .input{
  width: 100%;
}
.hintbox .hin .down .inputbox .input input{
  width: 100%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #333333;
}
.hintbox .hin .down .forget{
  margin: 0 0 20px 0;
  text-align: center;
}
.hintbox .hin .down .forget a{
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.hintbox .hin .down .btn{
  width: 100%;
}
.hintbox .hin .down .btn input{
  width: 100%;
  line-height: 45px;
  border: none;
  border-radius: 5px;
  background-color: #dc3545;
  font-size: 16px;
  color: #fff;
}
.hintbox-active{
  display: block;
}
/* 会员 */
.n-member-a .mem{
  padding: 50px 0;
  align-items: flex-start;
}
.n-member-a .mem .left{
  width: 25%;
  border: 1px solid #dee2e6;
  padding: 40px 2%;
  box-sizing: border-box;
  border-radius: 10px;
}
.n-member-a .mem .left .imgbox{
  margin: 0 0 30px 0;
}
.n-member-a .mem .left .imgbox .img{
  width: 150px;
  height: 150px;
  margin: 0 auto 35px auto;
  border-radius: 100px;
  overflow: hidden;
}
.n-member-a .mem .left .imgbox .img img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.n-member-a .mem .left .imgbox .name{
  font-size: 22px;
  color: #000;
  text-align: center;
}
.n-member-a .mem .left ul li{
  margin: 0 0 10px 0;
}
.n-member-a .mem .left ul li a{
  display: block;
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 16px;
  color: #000;
  background: #f4f4f4;
  border-radius: 5px;
}
.n-member-a .mem .right{
  width: 70%;
  border: 1px solid #dee2e6;
  padding: 0 2%;
  box-sizing: border-box;
  border-radius: 10px;
}
.n-member-a .mem .right .caption .name{
  font-size: 24px;
  color: #dc3545;
  font-weight: bold;
  padding: 30px 0;
  box-sizing: border-box;
}
.n-member-a .mem .right .caption .amend a .p{
  font-size: 16px;
  color: #dc3545;
}
.n-member-a .mem .right .element{
  flex-wrap: wrap;
}
.n-member-a .mem .right .element .inputbox-a{
  width: 100%;
  margin: 0 0 20px 0;
}
.n-member-a .mem .right .element .inputbox-a .p{
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-member-a .mem .right .element .inputbox-a .p span{
  color: #dc3545;
}
.n-member-a .mem .right .element .inputbox-a .input {
  width: 100%;
}
.n-member-a .mem .right .element .inputbox-a .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.n-member-a .mem .right .element .inputbox-b{
  width: 48%;
  margin: 0 0 20px 0;
}
.n-member-a .mem .right .element .inputbox-b .p{
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-member-a .mem .right .element .inputbox-b .p span{
  color: #dc3545;
}
.n-member-a .mem .right .element .inputbox-b .input {
  width: 100%;
}
.n-member-a .mem .right .element .inputbox-b .input input {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
}
.n-member-a .mem .right .element .inputbox-c {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-member-a .mem .right .element .inputbox-c .p {
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-member-a .mem .right .element .inputbox-c .p span {
  color: #dc3545;
}
.n-member-a .mem .right .element .inputbox-c .input {
  width: 100%;
}
.n-member-a .mem .right .element .inputbox-c .input select {
  width: 100%;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-member-a .mem .right .element .inputbox-c .input .chosen-container {
  width: 100% !important;
  border: 1px solid #c8c6c6;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
}
.n-member-a .mem .right .element .inputbox-c .input .chosen-container .chosen-single{
  width: 100% !important;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border: none;
  background: #fff;
}
.n-member-a .mem .right .element .inputbox-c .input .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-member-a .mem .right .element .inputbox-d {
  width: 48%;
  margin: 0 0 25px 0;
}
.n-member-a .mem .right .element .inputbox-d .p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 10px 0;
}
.n-member-a .mem .right .element .inputbox-d .p span {
  color: #d13836;
}
.n-member-a .mem .right .element .inputbox-d .input{
  border: 1px solid #c8c6c6;
    border-radius: 5px;
}
.n-member-a .mem .right .element .inputbox-d .input .chosen-container{
  width: 30% !important;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  outline: none;
}
.n-member-a .mem .right .element  .inputbox-d .chosen-container .chosen-drop{
  width: 250%;
}
.n-member-a .mem .right .element .inputbox-d .input .chosen-container .chosen-single {
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    border: none;
    background: #fff;
}
.n-member-a .mem .right .element .inputbox-d .input .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/js/chosen/chosen-sprite.png) no-repeat 0 10px;
}
.n-member-a .mem .right .element .inputbox-d .input .dial_code{
  width: 10%;
  font-size: 16px;
  color: #666666;
}
.n-member-a .mem .right .element .inputbox-d .input .tel{
  width: 60%;
  border: 0;
   line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-member-b .mem{
  padding: 50px 0;
  align-items: flex-start;
}
.n-member-b .mem .left{
  width: 25%;
  border: 1px solid #dee2e6;
  padding: 40px 2%;
  box-sizing: border-box;
  border-radius: 10px;
}
.n-member-b .mem .left .imgbox{
  margin: 0 0 30px 0;
}
.n-member-b .mem .left .imgbox .img{
  width: 150px;
  height: 150px;
  margin: 0 auto 35px auto;
  border-radius: 100px;
  overflow: hidden;
}
.n-member-b .mem .left .imgbox .img img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.n-member-b .mem .left .imgbox .name{
  font-size: 22px;
  color: #000;
  text-align: center;
}
.n-member-b .mem .left ul li{
  margin: 0 0 10px 0;
}
.n-member-b .mem .left ul li a{
  display: block;
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 16px;
  color: #000;
  background: #f4f4f4;
  border-radius: 5px;
}
.n-member-b .mem .right{
  width: 70%;
  border: 1px solid #dee2e6;
  padding: 20px 2%;
  box-sizing: border-box;
  border-radius: 10px;
}
.n-member-b .mem .right .caption{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #c30e0e;
}
.n-member-b .mem .right .total{
  font-size: 16px;
  color: #000;
  margin: 0 0 20px 0;
}
.n-member-b .mem .right .table{
  width: 100%;
}
.n-member-b .mem .right .table table{
  width: 100%;
  border: 1px solid #bbb;
}
.n-member-b .mem .right .table table tr th{
  padding: 20px 5px;
  font-size: 16px;
  color: #212529;
}
.n-member-b .mem .right .table table tr td{
  padding: 20px 5px;
  font-size: 16px;
  color: #212529;
  text-align: center;
}
.n-member-b .mem .right .table table tr td a{
  font-size: 16px;
  color: #212529;
}
.n-member-b .mem .right .table table tr td .no{
  padding: 3px 5px;
  background: #6c757d;
  border-radius: 5px;
  color: #fff;
}
.n-member-b .mem .right .table table tr td .yes{
  padding: 3px 5px;
  background: #d13836;
  border-radius: 5px;
  color: #fff;
}
.n-member-b .mem .right .table table tr td .examine img:nth-child(1){
  display: inline;
}
.n-member-b .mem .right .table table tr td .examine img:nth-child(2){
  display: none;
}
.n-member-b .mem .right .table table tr td .examine:hover img:nth-child(1){
  display: none;
}
.n-member-b .mem .right .table table tr td .examine:hover img:nth-child(2){
  display: inline;
}
.n-member-c .mem{
  padding: 50px 0;
  align-items: flex-start;
}
.n-member-c .mem .left{
  width: 25%;
  border: 1px solid #dee2e6;
  padding: 40px 2%;
  box-sizing: border-box;
  border-radius: 10px;
}
.n-member-c .mem .left .imgbox{
  margin: 0 0 30px 0;
}
.n-member-c .mem .left .imgbox .img{
  width: 150px;
  height: 150px;
  margin: 0 auto 35px auto;
  border-radius: 100px;
  overflow: hidden;
}
.n-member-c .mem .left .imgbox .img img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.n-member-c .mem .left .imgbox .name{
  font-size: 22px;
  color: #000;
  text-align: center;
}
.n-member-c .mem .left ul li{
  margin: 0 0 10px 0;
}
.n-member-c .mem .left ul li a{
  display: block;
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 16px;
  color: #000;
  background: #f4f4f4;
  border-radius: 5px;
}
.n-member-c .mem .right{
  width: 70%;
  border: 1px solid #dee2e6;
  padding: 30px 2%;
  box-sizing: border-box;
  border-radius: 10px;
}
.n-member-c .mem .right .caption{
  font-size: 24px;
  color: #dc3545;
  font-weight: bold;
  margin: 0 0 30px 0;
  box-sizing: border-box;
}
.n-member-c .mem .right .box{
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.n-member-c .mem .right .box .text{
  width: 50%;
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0;
  justify-content: flex-start;
}
.n-member-c .mem .right .box .text b{
  font-weight: bold;
}
.n-member-c .mem .right .box .text .no{
  font-size: 14px;
  padding: 3px 5px;
  background: #6c757d;
  border-radius: 5px;
  line-height: 25px;
  color: #fff;
  margin: 0 5px;
}
.n-member-c .mem .right .box .text .yes{
    font-size: 14px;
  padding: 3px 5px;
  background: #d13836;
  border-radius: 5px;
  color: #fff;
  line-height: 25px;
  margin: 0 5px;
}
.n-member-c .mem .right .box .text .change{
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin: 0px 0 0 5px;
}
.n-member-c .mem .right .box .text .change a{
  font-size: 14px;
  color: #d13836;
}
.n-member-c .mem .right .box .text .paymentbtn{
  width: 90px;
  border: 1px solid #d13836;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 5px;
}
.n-member-c .mem .right .box .text .paymentbtn button{
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #d13836;
  text-align: center;
  display: block;
  border: 0;
}
.n-member-c .mem .right .element .table{
  width: 100%;
  margin: 0 0 20px 0;
}
.n-member-c .mem .right .element-b .table table tr td{
  text-align: center;
}
.n-member-c .mem .right .element .table table{
  width: 100%;
  border: 1px solid #dfe0e1;
  background: #f8f9fa;
}
.n-member-c .mem .right .element .table table tr th{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 8px;
}
.n-member-c .mem .right .element .table table tr td{
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  padding: 10px 8px;
}
.n-member-c .mem .right .element .table table tr td span{
  font-size: 14px;
  color: #b8b7b7;
  display: inline-block;
  padding: 5px 0;
}
.n-member-c .mem .right .element .table table tr td ul li{
  position: relative;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.n-member-c .mem .right .element .table table tr td ul li span{
  color: #0d6efd;
}
.n-member-c .mem .right .element .table table tr td ul li::after{
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 30px;
  content: '';
}
.n-member-c .mem .right .element-c{
  justify-content: flex-end;
}
.n-member-c .mem .right .element .back{
  width: 70px;
  border: 1px solid #d13836;
  margin: 0 auto 0 0;
  border-radius: 5px;
  overflow: hidden;
}
.n-member-c .mem .right .element .back input{
  border: none;
  outline: none;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #d13836;
  background: #fff;
}
.n-member-c .mem .right .element .cancel{
  width: 70px;
  border: 1px solid #d13836;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 20px 0 0;
} 
.n-member-c .mem .right .element .cancel input{
  border: none;
  outline: none;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #d13836;
  background: #fff;
}
/*.n-member-c .mem .right .element .change{*/
/*  width: 120px;*/
/*  border: 1px solid #d13836;*/
/*  border-radius: 5px;*/
/*  overflow: hidden;*/
/*}*/
/*.n-member-c .mem .right .element .change a{*/
/*  width: 100%;*/
/*  line-height: 40px;*/
/*  font-size: 16px;*/
/*  color: #fff;*/
/*  background: #d13836;*/
/*  text-align: center;*/
/*  display: block;*/
/*}*/
.changebox{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}
.changebox .cha{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.changebox .cha .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.changebox .cha .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.changebox .cha .element{
  box-sizing: border-box;
  padding: 40px 20px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.changebox .cha .element .label{
  margin: 0 50px;
}
.changebox .cha .element .label label .input{
  margin: 0 20px 0 0;
}
.changebox .cha .element .label label .box{
  border: 1px solid #ededed;
  padding: 10px 20px;
  border-radius: 10px;
}
.changebox .cha .element .label label .box .img{
  width: 50px;
  margin: 0 20px 0 0;
}
.changebox .cha .element .label label .box .p{
  font-size: 16px;
  color: #000;
}
.changebox .cha .element .btn{
  width: 40%;
  margin: 30px auto 0 auto;
}
.changebox .cha .element .btn input{
  width: 100%;
  line-height: 45px;
  border: none;
  border-radius: 5px;
  background-color: #dc3545;
  font-size: 16px;
  color: #fff;
}
.changebox-active{
  display: block;
}
.paymentbox-a{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}
.paymentbox-a .pay{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.paymentbox-a .pay .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.paymentbox-a .pay .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.paymentbox-a .pay .down{
  box-sizing: border-box;
  padding: 50px 20px 40px 20px;
}
.paymentbox-a .pay .down .element{
  justify-content: flex-start;
}
.paymentbox-a .pay .down .element .label{
  margin: 0 50px;
}
.paymentbox-a .pay .down .element .label label .input{
  margin: 0 20px 0 0;
}
.paymentbox-a .pay .down .element .label label .box{
  border: 1px solid #ededed;
  padding: 10px 20px;
  border-radius: 10px;
}
.paymentbox-a .pay .down .element .label label .box .img{
  width: 50px;
  margin: 0 20px 0 0;
}
.paymentbox-a .pay .down .element .label label .box .p{
  font-size: 16px;
  color: #000;
}
.paymentbox-a .pay .down .ing{
  margin: 60px auto 0 auto;
  width: 300px;
  background: #d13836;
  border-radius: 10px;
  overflow: hidden;
}
.paymentbox-a .pay .down .ing input {
  width: 100%;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  display: block;
  border: none;
  outline: none;
  text-align: center;
   background: #d13836;
}
.paymentbox-a-active{
  display: block;
}
.paymentbox-b{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}
.paymentbox-b .pay{
  width: 40%;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}
.paymentbox-b .pay .up{
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #dee2e6;
}
.paymentbox-b .pay .up .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  width: 50%;
  height: 60px;
}
.paymentbox-b .pay .down{
  box-sizing: border-box;
  padding: 50px 20px 100px 20px;
}
.paymentbox-b .pay .down .caption{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.paymentbox-b .pay .down .img{
  text-align: center;
}
.paymentbox-b .pay .down .text{
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.paymentbox-b-active{
  display: block;
}
/******************************************/
@media screen and (max-width: 1801px){
    .center-b {
        width: 80%;
        margin: 0 auto;
    }
    .about .abo .element .left .box .imgbox a .p {
        font-size: 18px;
    }
    .evaluate .eva .right {
        width: 60%;
    }
    .evaluate .eva .right .element .imgbox{
        width: 32%;
    }
    .n-banner-a .ban .p .caption {
        font-size: 32px;
    }
    .n-banner-b .ban .p .title {
        font-size: 34px;
    }
    .banner .ban .p .inquire .select {
        width: 65%;
    }
    .banner .ban .p .inquire .submit {
        width: 33%;
    }
    .process .pro .elemter .imgbox .mainbody a .up .p {
        font-size: 22px;
    }    
    .process .pro .elemter .imgbox .mainbody a .up .img {
        width: 15%;
        margin: 0 15px 0 0;
    }
    .process .pro .elemter .imgbox .mainbody a .down {
        font-size: 18px;
        line-height: 28px;
        height: 135px;
    }
    .n-service-c .ser .element .imgbox .p .text {
        height: 124px;
    }
    
}
/******************************************/
@media screen and (max-width: 1601px){
    .center-b {
        width: 85%;
        margin: 0 auto;
    }
    .banner .ban .p .title {
        font-size: 38px;
        margin: 0 0 20px 0;
    }
    .banner .ban .p .title {
        font-size: 38px;
        margin: 0 0 20px 0;
    }
    .banner .ban .p {
        top: 13%;
        padding: 30px 3%;
    }
    .banner .ban .down {
        left: 49%;
        width: 20px;
    }
    .process .pro .caption {
        font-size: 34px;
    }
    .about .abo .element .left .text p {
        font-size: 18px;
        line-height: 28px;
    }
    .about .abo .element .left .box .imgbox a .p {
        font-size: 16px;
    }
    .n-banner-a .ban .p .caption {
        font-size: 26px;
    }
    .n-banner-a .ban .p .btn {
        margin: 30px 0 0 0;
    }
    .n-banner-a .ban .p .btn a {
        line-height: 50px;
        font-size: 20px;
    }
    .client .cli {
        width: 60%;
    }
    .process .pro .elemter .imgbox .mainbody a .up .p {
        font-size: 20px;
    }
    .process .pro .elemter .imgbox .mainbody a .down {
        height: 150px;
    }
    .service .ser .element .imgbox a .p .caption .title {
        font-size: 20px;
    }
    footer .foo .right {
        width: 40%;
    }
    .n-service-c .ser .element .imgbox .p .text {
        height: 150px;
    }
    .n-banner-a .ban .p {
        width: 30%;
        left: 10%;
    }
    .n-banner-a .ban .p .btn {
        width: 50%;
    }
    .n-banner-a .ban .p .btn a {
        line-height: 45px;
        font-size: 18px;
    }
    .n-question .que .element .left .title {
        font-size: 18px;
    }
    .n-banner-b .ban .p {
    left: 10%;
    top: 30%;
    width:30%;
    }
    
}
/******************************************/
@media screen and (max-width: 1401px){
    header .hea-b .hea .ul-a {
        width: 70%;
    }
    .banner .ban .p .title {
        font-size: 28px;
    }
    .banner .ban .p .btn a {
        font-size: 20px;
        line-height: 50px;
    }
    .banner .ban .p .inquire .submit input {
        height: 40px;
    }
    .banner .ban .down {
        width: 15px;
    }
    .center-b {
        width: 90%;
    }
    .process .pro {
        padding: 60px 0;
    }
    .about .abo .element .left .box .imgbox {
        width: 31%;
    }
    .service .ser {
        padding: 0 0 60px 0;
    }
    .news .new {
        padding: 60px 0;
    }
    .about .abo {
        padding: 60px 0 0 0;
    }
    .evaluate .eva .left .imgbox {
        top: 20%;
    }
    .evaluate .eva .left {
        height: 550px;
    }
    .evaluate .eva .right {
        height: 550px;
        padding: 60px 0 0 3%;
    }
    .n-banner-a .ban .img img{
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .n-service-a .ser {
        padding: 60px 0 0 0;
    }
    .n-service-b .ser {
        padding: 60px 0 60px 0;
    }
    .n-service-c .ser {
        padding: 40px 0 60px 0;
    }
    .n-service-d .ser {
        padding: 60px 0;
    }
    .client .cli {
        width: 80%;
    }
    .n-service-e .ser {
        padding: 60px 0;
    }
    .x-question .que .text {
        padding: 0 5%;
    }
    .n-service-c .ser .element .imgbox .after-b{
        display: none;
    }
    .banner .ban .p .inquire .submit input {
        font-size: 14px;
    }
    .process .pro .elemter .imgbox .mainbody a .down {
        height: 160px;
    }
    .evaluate .eva .right .element .imgbox .up .p .text {
        font-size: 14px;
        line-height: 20px;
    }
    footer .foo .left {
        width: 57%;
    }
    .n-service-c .ser .element .imgbox .after{
        display: none;
    }
    .n-service-c .ser .element .imgbox {
        width: 23%;
        padding: 30px 10px;
    }
    .n-service-c .ser .element .imgbox {
    width: 30%;
    padding: 30px 10px;
    }
    .n-service-c .ser .element .imgbox {
    width: 23%;
    padding: 30px 10px;
    }
    .applyfor .app .textbox .caption {
    font-size: 22px;
    }
    .applyfor .app .textbox .element-b .number {
    font-size: 22px;
    }
    .applyfor .app .textbox .element-b .btn {
    width: 90%;
    }
    .applyfor .app .textbox .element-b .btn button {
    font-size: 18px;
    }
    .applyfor .app .textbox .element-b {
        padding: 15px 0;
        margin: 0 0 10px 0;
    }
    .applyfor .app .textbox .element-e span {
    line-height: 18px;
    }
    .applyfor .app .textbox {
    height: 710px;
    }
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 10%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-right {
  width: 50%;
  justify-content: flex-end;
}
.phone-right .login {
  margin: 0 50px 0 0;
  justify-content: flex-end;
}
.phone-.right .login .img {
  margin: 0 10px 0 0;
}
.phone-right .login .p{
  margin: 0 5px;
  font-size: 16px;
  color: #333333;
}
.phone-right .login .p a{
  font-size: 16px;
  color: #333333;
}
.phone-right .language {
  justify-content: flex-end;
}
.phone-right .language .img {
  margin: 0 10px 0 0;
}
.phone-right .language .box a {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0 5px;
  border-radius: 5px;
}
.phone-right .language .box a .after-a {
  margin: 0 10px 0 0;
}
.phone-right .language .box a .p {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
}
.phone-right .language .box a .after-b {
  margin: 0 0 0 20px;
}
  .phone-close {
    width: 30px;
  }
  .phone-close .after {
    width: 100%;
    height: 3px;
    background: #333;
    margin: 8px 0;
    border-radius: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #ffffff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #eeeeee;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
    .phonelist-navtop div img {
      width: 16px;
    }
    .phonelist-nav1 {
        display: none;
    }
    .menucl-img2 {
        display: none;
    }
    .product .pro .element {
        margin: 30px 0 0 0;
    }
    .banner .ban .img img{
      width: 100%;
      height: 450px;
      object-fit: cover;
    }
  .banner .ban .p {
    left: 15%;
    width: 70%;
    }
    .banner .ban .down{
        display: none;
    }
    .process .pro {
        padding: 40px 0;
    }
    .process .pro .caption {
        font-size: 26px;
    }
    .process .pro .elemter {
        flex-wrap: wrap;
    }
    .process .pro .elemter .imgbox {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .process .pro .elemter .imgbox .mainbody {
        width: 100%;
    }
    .process .pro .elemter .imgbox .after {
        display: none;
    }
    .process .pro .elemter .imgbox .mainbody a .down {
        height: auto;
    }
    .i-caption {
        font-size: 26px;
    }
    .service .ser .element .swiper-button-preva {
        width: 30px;
        height: 30px;
    }
    .service .ser .element .swiper-button-nexta {
        width: 30px;
        height: 30px;
    }
    .news .new .imgbox a{
        flex-wrap: wrap;
    }
    .news .new .imgbox a .left {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .news .new .imgbox a .right {
        width: 100%;
    }
    .news .new .imgbox a .right .title {
        font-size: 22px;
    }
    .news .new .imgbox a .right .text {
        font-size: 18px;
    }
    .news .new .element {
        margin: 20px 0 0 0;
        flex-wrap: wrap;
    }
    .news .new .element .textbox {
    width: 100%;
    margin: 0 0 20px 0;
    }
    .about .abo {
        padding: 40px 0 0 0;
    }
    .about .abo .caption {
        font-size: 26px;
    }
    .about .abo .element{
        flex-wrap: wrap;
    }
    .about .abo .element .left {
    width: 100%;
    }
    .about .abo .element .right {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    }
    .about .abo .element .right img {
    display: inline;
    }
    .evaluate .eva{
        flex-wrap: wrap;
    }
    .evaluate .eva .left {
    width: 100%;
    height: auto;
    }
    .evaluate .eva .left .imgbox {
    position: unset;
    margin: 20px auto;
    width: 80%;
    background: url(../img/ind7.png) no-repeat;
    background-size: cover;
    border-radius: 15px;
    }
    .evaluate .eva .right {
        width: 100%;
        height: auto;
        padding: 40px 5% 40px 5%;
    }
    .evaluate .eva .right .element {
    padding: 0;
    }
    .evaluate .eva .right .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
    }
    footer .foo {
    padding: 40px 0 40px 0;
    }
    footer .foo .left {
    width: 100%;
    margin: 0 0 20px 0;
    }
    footer .foo .right {
    width: 100%;
    }
    .n-banner-a .ban .p {
    left: 5%;
    width: 40%;
    }
        .n-banner-a .ban .p .caption {
        font-size: 24px;
        }
    .n-banner-a .ban .p p {
    font-size: 16px;
    line-height: 40px;
    }
    .n-banner-a .ban .p .btn {
    width: 50%;
    border-radius: 5px;
    }
    .n-banner-a .ban .p .btn a {
        line-height: 45px;
        font-size: 16px;
    }
        .n-service-a .ser {
        padding: 40px 0 0 0;
    }
    .n-service-a .ser .caption .title {
    font-size: 26px;
    }    
        .n-service-b .ser {
        padding: 40px 0 40px 0;
    }
    .n-service-b .ser .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
    }
    .n-service-c .ser .caption {
    font-size: 26px;
    }
    .n-service-c .ser .element{
        flex-wrap: wrap;
    }
    .n-service-c .ser .element .imgbox {
    width: 100%;
    padding: 30px 10px;
    margin: 0 0 20px 0;
    }
    .n-service-c .ser .element .imgbox .p .text {
    height: auto;
    }
    .n-service-c .ser .element .imgbox .after {
    display: none;
    }
    .n-service-c .ser .element .imgbox .img {
    width: 15%;
    }
    .course .cou .separator {
    width: 40px;
    }
        .n-service-d .ser {
        padding: 40px 0;
    }
    .n-service-d .ser .element {
        flex-wrap: wrap;
    }
    .n-service-d .ser .element .left {
    width: 100%;
            margin: 0 0 20px 0;
    }
    .n-service-d .ser .caption .title {
    font-size: 26px;
    margin: 0 20px 0 0;
    }
    .n-service-d .ser .element .left .form .inputbox-c {
    width: 100%;
    margin: 0 0 20px 0;
    }
    .n-service-d .ser .element .left .form .title {
    font-size: 26px;
    }
    .n-service-d .ser .element .right {
    width: 100%;
    }
    .n-service-e .ser {
        padding: 40px 0;
    }
    .n-service-e .ser .caption .title {
    font-size: 26px;
    }
    .n-service-e .ser .element{
        flex-wrap: wrap;
    }
    .n-service-e .ser .element .left {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .n-service-e .ser .element .right {
        width: 100%;
    }
        .client .cli {
        width: 90%;
    }
    .n-service-j .ser {
    padding: 40px 0;
    }
    .n-service-j .ser .caption {
    font-size: 26px;
    }
    .n-service-j .ser .element .table{
        overflow-x: auto;
    }
    .n-service-j .ser .element .table table{
        width: 1200px;
    }
    .paymentbox .pay {
    width: 90%;
    }
    .n-service-g .ser {
    padding: 40px 0 0 0;
    }
    .n-service-g .ser .caption .title {
    font-size: 26px;
    }
    .n-service-g .ser .element{
        flex-wrap: wrap;
    }
    .n-service-g .ser .element .imgbox {
        width: 100%;
        margin: 0 0 20px 0;
        
    }
    .n-service-h .ser {
    padding: 40px 0 40px 0;
    }
    .n-service-i .ser {
    padding: 40px 0;
    }
    .n-service-i .ser .caption {
    font-size: 26px;
    }
    .n-service-i .ser .caption {
    font-size: 26px;
    }
    .n-service-i .ser .element {
         flex-wrap: wrap;
    }
    .n-service-i .ser .element .left {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .n-service-i .ser .element .right {
    width: 100%;
    text-align: center;
    }
    .n-banner-b .ban .img img{
               width: 100%;
        height: 350px;
        object-fit: cover;
    }
       .n-banner-b .ban .p {
        left: 5%;
        top: 25%;
        width: 40%;
    }
        .n-banner-b .ban .p .title {
        font-size: 26px;
    }
    .n-banner-b .ban .p .text {
    font-size: 16px;
    }
    .n-price .pri {
    padding: 40px 0;
}
    .n-price .pri .nav ul li a {
    line-height: 60px;
    font-size: 18px;
    }
    .n-price .pri .element .caption .title {
    font-size: 26px;
    }
    .n-price .pri .element .caption .btn {
    width: 180px;
    }
    .n-price .pri .element .caption .btn a {
    font-size: 18px;
    line-height: 45px;
    }
    .n-price .pri .element .table{
        overflow-x: auto;
    }
    .n-price .pri .element .table table{
        width: 1200px;
    }
    .n-question .que .element .left{
        display: none;
        
    }
    .n-banner-c .ban .img img{
               width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .n-banner-c .ban .p .title {
    font-size: 26px;

    }
    .n-question .que .caption {
    padding: 20px 5% 0 5%;
    }
    .n-question .que .caption span {
    font-size: 20px;
    margin: 0 0 0 0%;
    }
    .n-question .que .element .right {
    width: 100%;
    min-height: auto;
    }
    .n-question .que .element .right .textbox a .title {
    font-size: 20px;
    }
    .x-question .que {
    padding: 40px 0;
    }
    .x-question .que {
    padding: 40px 0;
    }   
    .x-question .que .title {
        font-size: 26px;
    }
    .n-about-a .abo {
    padding: 40px 0;
    }
    .n-about-a .abo .up {
    font-size: 26px;
    }
    .n-about-a .abo .left {
    width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .n-about-a .abo .right {
    width: 100%;
    }
    .n-about-a .abo .right .title {
    font-size: 22px;
    }
    .n-about-a .abo .down {
    margin: 30px 0 0 0;
    }
    .n-about-a .abo .down .imgbox .title {
    font-size: 20px;
    }
    .n-about-b .abo {
    padding: 40px 0;
    }
    .n-about-b .abo .caption {
    font-size: 26px;
    margin: 0 0 30px 0;
    }
    .n-about-b .abo .element .imgbox {
    width: 100%;
    margin: 0 0 30px 0;
    }
    .n-about-b .abo .form .zxly .zxlyform .inpbox-a {
    width: 100%;
    margin: 0 0 20px 0;
    }
    .n-about-b .abo .form .zxly .zxlyform .inpbox-d .p {
    width: 20%;
    }
       .n-about-b .abo .form .zxly .zxlyform .inpbox-d .textarea {
        width: 80%;
    }
    .n-member-a .mem {
    padding: 40px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    }
    .n-member-a .mem .left {
    width: 100%;
    padding:30px 2%;
    margin: 0 0 20px 0;
    }
    .n-member-a .mem .right {
    width: 100%;
    }
    .n-member-a .mem .right .caption .name {
    font-size: 24px;
        padding: 10px 0;
    }
     .n-member-b .mem {
    padding: 40px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    }
    .n-member-b .mem .left {
    width: 100%;
    padding:30px 2%;
    margin: 0 0 20px 0;
    }
        .n-member-b .mem .right {
    width: 100%;
    }
    .n-member-b .mem .right .table{
        overflow-x: auto;
    }
    .n-member-b .mem .right .table table{
        width: 1200px;
    }
         .n-member-c .mem {
    padding: 40px 0;
    align-items: flex-start;
    flex-wrap: wrap;
    }
    .n-member-c .mem .left {
    width: 100%;
    padding:30px 2%;
    margin: 0 0 20px 0;
    }
        .n-member-c .mem .right {
    width: 100%;
    }
    .n-member-c .mem .right .box .text {
    width: 100%;
    }
    .n-member-c .mem .right .element .table{
        overflow-x: auto;
    }
    .n-member-c .mem .right .element .table table{
        width: 1200px;
    }
    .changebox .cha {
    width: 90%;
    }
    .changebox .cha .element .label {
    margin: 10px 30px;
    }
    .registerbox .reg {
    width: 90%;
    }
    .loginbox .log {
    width: 90%;
    }
    .about .abo .element .left .box{
        align-items: flex-start;
    }
    .n-about-a .abo .down .imgbox .text{
        line-height: 24px;
        height: 72px;
    }
    .hintbox .hin {
    width: 80%;
    }
    .applyfor .app {
    padding: 40px 0;
    flex-wrap: wrap;
    }
    .applyfor .app .textbox {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    }
}
/******************************************/
@media screen and (max-width: 801px){
    .phone-logo {
        width: 20%;
    }
     .phone-right {
        width: 65%;
        justify-content: flex-end;
    }
    .phone-right .login {
        margin: 0 10px 0 0;
    }
    .banner .ban .p {
        left: 5%;
        width: 90%;
    }
    .banner .ban .p .title {
        font-size: 24px;
    }
    .banner .ban .p .inquire .select select {
        height: 40px;
        font-size: 16px;
    }
    .banner .ban .p .inquire .submit input {
        font-size: 16px;
    }
    .process .pro .caption {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .process .pro .elemter .imgbox .mainbody a .up .p {
        font-size: 22px;
        color: #333333;
    }
    .process .pro .elemter .imgbox .mainbody a .up .p {
    font-size: 22px;
    }
    .service .ser .element .imgbox a .img img{
        width: 100%;
    }
    .about .abo .element .left .box{
        align-items: flex-start;
    }
    .evaluate .eva .right .element{
        flex-wrap: wrap;
    }
    .evaluate .eva .right .element .imgbox {
        width: 75%;
        margin: 0 auto 20px auto;
    }
    .n-banner-a .ban::after {
    width: 75%;
    }
        .n-banner-a .ban .p {
        left: 5%;
        width: 50%;
    }
    .n-service-b .ser .element{
        overflow-x: auto;
    }
    .n-service-b .ser .element table{
        width: 1200px;
    }
    .course .cou {
    flex-wrap: wrap;
    padding: 20px 0;
    }
    .course .cou .textbox {
    width: 48%;
    justify-content: flex-start;
    margin: 10px 0;
    }
    .course .cou .separator{
        display: none;
    }
    .n-service-d .ser .element .left .form .inputbox-a {
    width: 100%;
    margin: 0 0 15px 0;
    }
    .n-service-d .ser .element .left .form .inputbox-b {
    width: 48%;
    margin: 0 0 15px 0;
    }
    .n-service-d .ser .element .left .form .box{
        flex-wrap: wrap;
    }
    .n-service-d .ser .element .left .form .inputbox-e {
    width: 100%;
    margin: 0 0 15px 0;
    }
    .n-service-e .ser .element .left .form .title {
    font-size: 24px;
    }
    .n-service-e .ser .element .left .form .inputbox-a {
    width: 100%;
    margin: 0 0 15px 0;
    }
    .n-service-e .ser .element .left .form .inputbox-d {
    width: 100%;
    margin: 0 0 15px 0;
    }
    #countryids {
        width: 30% !important;
    border: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    outline: none;
    }
    .client .cli .element .inputbox {
    width: 100%;
    margin: 0 0 15px 0;
    }
    .client .cli .element .imgbox {
    width: 100%;
    margin: 0 0 15px 0;
    }
    .hintbox .hin {
    width: 90%;
    margin: 30px auto;
    background: #fff;
    border-radius: 10px;
    }
    .n-service-j .ser .element{
        margin: 20px 0 0 0;
        flex-wrap: wrap;
    }
    .n-service-j .ser .element .label {
    margin: 10px 30px;
    }
    .n-service-i .ser .element .left{
        flex-wrap: wrap;
    }
    .n-service-i .ser .element .left .textbox {
    width: 100%;
        margin: 0 0 20px 0;
        
    }
    .n-service-i .ser .element .left .textbox .text {
    height: auto;
    padding: 0 0 20px 0;
    }
    .n-price .pri .nav ul li a {
    padding: 0 20px;
    line-height: 65px;
    }
    .n-banner-b .ban .p {
        left: 5%;
        top: 20%;
        width: 35%;
    }
    .n-banner-b .ban::after {
    width: 75%;
    }
    .n-banner-b .ban .p {
        left: 5%;
        top: 20%;
        width: 50%;
    }
    
.n-banner-c .ban .p .form {
    width: 90%;
 
}
    .updown{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .updown a{
        margin: 5px;
    }
    .x-question .que .time {
    padding: 0 0%;
    }
    .x-question .que .text {
        padding: 0 0%;
    }
    .n-about-a .abo .down{
        flex-wrap: wrap;
    }
    .n-about-a .abo .down .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
    }
    .n-about-b .abo .form .zxly .zxlyform .inpbox-a .p {
    width: 25%;
    }
    .n-about-b .abo .form .zxly .zxlyform .inpbox-a .input {
        width: 75%;
    }
    .n-about-b .abo .form .zxly .zxlyform .inpbox-d .p {
        width: 25%;
    }
   .n-about-b .abo .form .zxly .zxlyform .inpbox-d .textarea {
        width: 75%;
    }
    .n-member-a .mem .right .element .inputbox-b {
    width: 100%;
    }
    .n-member-a .mem .right .element .inputbox-c {
    width: 100%;
    }
    .n-member-a .mem .right .element .inputbox-d {
    width: 100%;
    }
        #memberCountryid {
        width: 30% !important;
    border: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    outline: none;
    }
    #zoneid{
        width: 30% !important;
    border: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    outline: none;
    }
        .phone-right .login .p a {
        font-size: 14px;
    }
        .phone-right .language .box a .p {
        font-size: 14px;
    }
        .phone-right .language .img {
        display: none;
    }
        .phone-right .language .box a .after-a {
        display: none;
    }
    .phone-right .login .p {
        margin: 0 2px;
        font-size: 14px;
    }
    .banner .ban .p .inquire .submit input {
        font-size: 14px;
    }
        .banner .ban .p .inquire .select {
        width: 60%;
    }
        .banner .ban .p .inquire .submit {
        width: 38%;
    }
    .about .abo .element .left .box{
        flex-wrap: wrap;
    }
        .about .abo .element .left .box .imgbox {
        width: 100%;
        margin: 0 0 20px 0;
    }
    footer .foo .left .element{
        flex-wrap: wrap;
    }
    footer .foo .left .element ul {
        width: 48%;
    }
    footer .foo .left .element ul li:first-child {
    font-size: 16px;
    }
    footer .foo .right .textbox .add {
    width: 30%;
    }
    footer .foo .right .textbox .content {
    width: 70%;
    }
    .n-service-a .ser .element .tab {
    padding: 10px 20px;
    line-height: 30px;
    }
        .n-banner-b .ban .p {
        top: 15%;
    }
    .n-price .pri .nav {
    overflow-x: auto;
    }
    .n-price .pri .nav ul {
    width: 600px;
    }
        .n-about-b .abo .form .zxly .zxlyform .inpbox-a .p {
        width: 35%;
    }
    .n-about-b .abo .form .zxly .zxlyform .inpbox-a .input {
        width: 65%;
    }
        .n-about-b .abo .form .zxly .zxlyform .inpbox-d .p {
        width: 35%;
    }
        .n-about-b .abo .form .zxly .zxlyform .inpbox-d .textarea {
        width: 65%;
    }
    .course .cou .textbox .after .num {
    font-size: 20px;
    color: #ffffff;
    }
    .course .cou .textbox .p {
    font-size: 16px;
    color: #ffffff;
    }
    .course .cou .textbox .after {
    width: 38px;
    height: 38px;
    }
}
