/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{ color: #333;font-family: 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;font-size: 14px;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}


.pages1 li {background-color: #fff;}
.pages1 li span {background-color: #0d5289;color: #fff;}
.pages1 li.noborder {background: transparent;}
.pages {
  text-align: center;
  padding: 60px 0 60px;
}
.pages li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5%;
  border: 1px solid #eeeeee;
  color: #666666;
  border-radius: 4px;
}
.pages li .iconfont::before {font-size: 14px;}
.pages li a {
  padding: 6px 10px 5px;
  display: inline-block;
  color: #666666;
}
.pages li span {
  padding: 6px 10px 5px;
  display: inline-block;
}
.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  /* background-size: auto 100%; */

  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}
.pages-select option {color: #333;}

.pages li.thisclass {
  background:#333c63;
  border-color: #333c63;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button {
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"] {
  -webkit-appearance: none;
}
/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 10;
}


.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}

.lan {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.png) no-repeat right center;
  /* background-size: auto 100%; */
  padding-right: 16px;
}

.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  padding-right: 16px;
  outline: none;
}

.select_provice {
  width: 110px;
  height: 40px;
  line-height: 40px;
  border:1px solid #bfbfbf;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding-right: 16px;
  text-align: center;
  flex: 1;
}

.menu {
  display: none;
  margin-left: 6px;
}
.mobile-img {display: none;}
.menu i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #0a92ff;
  margin-top:6px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}
.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
          transform: rotate(42deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 20px;
  color: #AEAEAE;
}
.normal-place :-moz-placeholder{
  font-size: 20px;
  color: #AEAEAE;
}
.normal-place ::-moz-placeholder{
  font-size: 20px;
  color: #AEAEAE;
}
.normal-place :-ms-input-placeholder{
  font-size: 20px;
  color: #AEAEAE;
}


/* .swiper-banner .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #fff;
  transition: width .3s ease-in;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 4px;
} */

.swiper-banner .swiper-pagination {width: 54px;height: 22px;line-height: 22px;background-color: rgba(0,0,0,.47);left: 50%;transform: translateX(-50%);border-radius: 16px;}
.swiper-banner .swiper-pagination-bullet {background-color: #919299;opacity: 1;}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #fff;opacity: 1;}

img[class*=avatar] {border-radius: 50%;}

.responsive {overflow-y: auto;}
.responsive::-webkit-scrollbar {
  width: 6px;
}
.responsive::-webkit-scrollbar-thumb {
  background-color: rgba(35,122,225,.4);
}
.responsive-x {overflow-x: auto;}
.responsive-x::-webkit-scrollbar {
  height: 6px;
}
.responsive-x::-webkit-scrollbar-thumb {
  background-color: #0451ad;
}
.hover-a a:hover {color: #0d5289;}

.br10 {border-radius: 10px;}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}

.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0%{ opacity: 0; padding-top: 15px; }
  100%{opacity: 1; padding-top: 0px; }
}

/* @media (min-width:992px) {
  .nav-ul>li:hover .arrow-down {
    transform: rotate(180deg);
    background-image: url(../img/arrow-down-on.png);
  }
  .nav-ul>li:hover .drop-cont {
    display: block;
    animation: hideIndex 0.3s;
    -moz-animation: hideIndex 0.3s;
    -webkit-animation: hideIndex 0.3s;
    -o-animation: hideIndex 0.3s;
  }
} */

@media (min-width:992px){

}
.logo-img {max-width: 136px;}
.el-form-row {padding-top: 30px;}
.head {padding: 24px 0;border-bottom: 1px solid #cecece;}
.head-tit {font-size: 28px;font-weight: 600;margin-left: 32px;}
.form-tit {font-size: 36px;text-align: center;margin-bottom: 56px;}
.main-pt {padding-top: 30px;}
.inner-form {max-width: 1200px;margin-left: auto;margin-right: auto;padding: 160px 20px 217px;}
.inner-form1 {max-width: 1200px;margin-left: auto;margin-right: auto;padding: 50px;}
.form-inner-width {max-width: 576px;margin-left: auto;margin-right: auto;}
.el-input-val  {font-size: 20px;color: #333;width: 100%;flex: 1;}
.page-tit {font-size: 28px;margin-left: 12px;}
.page-dl {font-size: 20px;margin-top: 30px;}
.page-dl>dd {flex:1;color: #666;}
.page-dl>dt {width: 207px;padding-left: 40px;}
.page-bott {padding: 78px 0;}
.el-sub-btn {
  height: 76px;
  line-height: 76px;
  background: #F89520;
  border-radius: 8px 8px 8px 8px;
  margin-top: 62px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
}
.el-input-box {
  height: 76px;
  line-height: 76px;
  background: #F1F1F1;
  padding: 0 30px;
  border-radius: 8px 8px 8px 8px;
}
.center-box {
  padding-left: 3.23vw;
  padding-right: 3.23vw;
}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line2 {
  -webkit-line-clamp: 2;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
