/*
* 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: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;}
body {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-flex: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%;}
.swiper-slide {user-select: none;}
/*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%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #5b5853;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.hide-pc {display: none;}
.pages1 li {background-color: #fff;}
.pages1 li span {background-color: #e6222a;color: #fff;}
.pages1 li.noborder {background: transparent;}
.pages {
  text-align: center;
  padding: 60px 0;
}
.pages li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5%;
  border: 1px solid #dcdcdc;
  color: #666666;
  border-radius: 4px;
}
.pages li .iconfont::before {font-size: 14px;}
.pages li a {
  padding: 6px 12px 5px;
  display: inline-block;
  color: #666666;
}
.pages li span {
  padding: 6px 12px 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:#e6222a;
  border-color: #e6222a;
}
.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;
}
.news-mr-item {display: none;}
.news-mr-item:first-child {display: block;}
.fi-code-img {width: 78px;}
.fi-right {padding-bottom: 15px;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 92% center;
  padding-right: 16px;
  border: none;
  background-color: #fff;
  width: 131px;
  height: 37px;
  line-height: 37px;
  color: #000000;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  outline: none;
  max-width: 18%;
}

.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: #e6222a;
  margin-top:4px;
  -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(34deg);
      -ms-transform: rotate(34deg);
          transform: rotate(34deg);
} */
/* .menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-34deg);
      -ms-transform: rotate(-34deg);
          transform: rotate(-34deg);
} */

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
.normal-place ::-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}


.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;
} */

img[class*=avatar] {border-radius: 50%;}

.responsive {overflow-y: auto;}
.responsive::-webkit-scrollbar {
  width: 6px;
}
.responsive::-webkit-scrollbar-thumb {
  background-color: #e6222a;
}

.hover-a a:hover {color: #e6222a;}

.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: 18px; }
  100%{opacity: 1; padding-top: 5px; }
}

@keyframes hideIndex1{
  0%{ opacity: 0; }
  100%{opacity: 1;}
}

.hover-tit a:hover [class*=tit] {color: rgb(230, 34, 42);}
.hover-a li a:hover {color: rgb(230, 34, 42);}
@media (min-width:992px) {
  .resume-drop-fl {padding-right: 36px;}
  .send-resume .iconfont {font-size: 20px;}
  .summary-tit .normal-span {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;}
  .normal-tit.flex-column small {margin-left: 0;}
  .normal-tit .v-text {width: 10px;word-break: break-all;text-align: center;margin-left: 20px;}
  .deve-grid-item:nth-of-type(3) .deve-grid-inner {
    -webkit-transform: translate(0,-120px);
        -ms-transform: translate(0,-120px);
            transform: translate(0,-120px);
  }
  .summary-tit {padding: 50px 28px;border: 1px solid #d5d5d5;width: 140px;}
  .cont-info .iconfont {font-size: 18px;}
  /* .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;
  } */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


.center-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.drop-tab a {transition: color .3s ease-in;}
.head {padding: 20px 0;}
.head-fixed {position: fixed;width: 100%;top: 0;left: 0;z-index: 980;background: linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));}
.head-fixed,.head-fixed a {color: #fff;}
.nav-ul>li {margin-right: 50px;font-size: 16px;}
.drop-tab a:hover {color: #e6222a;}
.email-btn {width: 110px;height: 39px;line-height: 39px;background-color: #e6222a;text-align: center;color: #fff;border-radius: 26px;}
.swiper-banner-prev,.swiper-banner-next{position: static;margin: 0;color: #fff;width: 70px;height: 45px;line-height: 45px;background-color: #e6222a;background-image: url();text-align: center;}
.swiper-banner-prev .iconfont,.swiper-banner-next .iconfont {font-size: 24px;}
.swiper-banner-prev.swiper-button-disabled,.swiper-banner-next.swiper-button-disabled {background-color: rgba(0,0,0,.58);}

.swiper-prev-next {position: absolute;bottom: 0;width: 100%;left: 0;z-index: 1;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 1;}
.swiper-banner-next {margin-left: 3px;}
.normal-tit {font-size: 40px;font-weight: 600;}
.normal-tit em {font-style: normal;}
.normal-tit small {font-size: 24px;color: #999999;margin-left: 10px;font-weight: 400;}

.normal-tit-group:not(.mb0) {margin-bottom: 35px;}
.news-box {padding: 50px 0 0;}
.more-btn {display: inline-block;width: 50px;height: 30px;line-height: 30px;border: 1px solid #cdcdcd;border-radius: 4px;color: #999999;text-align: center;transition: all .3s ease-in;}
.hover-show:hover {color: #e6222a;text-decoration: underline;border-color: #e6222a;}
.swiper-news .swiper-slide {position: relative;}
.news-marks {position: absolute;bottom: 0;color: #fff;font-size: 22px;padding: 20px;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));width: 100%;}
.head-left {max-width: 277px;}
.news-left {width: 48.46%;}
.news-right {width: 51.54%;}
.pagination-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.s-img {width:100%;height: 100%;object-fit: cover;display: block;}
.swiper-env-pagination .swiper-pagination-bullet {opacity: .25;background-color: #fff;margin-left: 5px;}
.swiper-env-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {opacity: 1;}
.swiper-news .swiper-env-pagination {
  width: auto;
  left: unset;
  right: 78px;
  position: static;
}

.develop {margin: 90px 0 0;padding: 72px 0 62px;color: #fff;}
.develop a {color: #fff;}
.deve-more-box {padding: 16px 40px 0 0;}
.deve-ul>li {padding: 20px 0;border-bottom: 1px dashed rgba(255, 255, 255, .25);font-size: 18px;-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.deve-left {width: 30.77%;}
.deve-right {width: 69.23%;}
.swiper-num {
  color: #ffffff;
}
.active-index {
  font-size: 30px;
}

.news-rul>li {border-bottom: 1px dashed #cccccc;padding: 22px 0;}
.news-desc {color: #999999;margin-top: 10px;}
.news-inner-right {width: 88px;font-family: Arial, Helvetica, sans-serif;}
.news-inner-left {max-width: calc(100% - 88px);}
.news-right {padding-left: 20px;}
.news-tit {font-size: 18px;max-width: calc(100% - 25px);}
.news-day {font-size: 40px;color: #e6222a;font-weight: 600;}
.news-year {font-size: 12px;}
.construction {padding-top: 75px;}
.cons-date {display: inline-block;position: relative;}
.cons-year::after {content: "";display: block;width: 30px;height: 2px;background-color: #333333;position: absolute;top: 50%;transform: translate(100%,50%);right: 0;}
.cons-year {color: #999999;position: relative;padding: 5px;}
.cons-day{font-size: 38px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.swiper-cons .swiper-slide {box-shadow: 0px 5px 10px rgba(0,0,0,0.2);}
.swiper-cons{padding: 15px 0;overflow: visible;padding: 15px;}
.center-shadow {max-width: 1330px;margin-left: auto;margin-right: auto;}
.swiper-cons-prev,.swiper-cons-next {width: 60px;height: 60px;border-radius: 50%;box-shadow: 0px 5px 10px rgba(0,0,0,0.2);color: #999999;background-image: url();display: flex;justify-content: center;align-items: center;background-color: #fff;}

@media (min-width:1520px) {
  .swiper-cons-prev{left: -15px;transform: translate(-100%,0);}
  .swiper-cons-next{right: -15px;transform: translate(100%,0);}
}

.swiper-cons-prev .iconfont,.swiper-cons-next .iconfont {font-size: 48px;}
.cons-bott {padding: 25px 30px 35px;}
.cons-tit {font-size: 20px;margin: 20px 0 12px;}
.cons-desc {color: #999999;line-height: 1.6em;}
.check-d {margin-top: 20px;}
/*880 168 140 168 404*/

.deve-grid{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 19.09% 15.90% 19.09% 45.90%;
  grid-template-columns: 19.09% 15.90% 19.09% 45.90%;
  gap:10px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  height: 100%;
  grid-template-areas: "a a b c"
                       "d e e c";
}

.deve-grid-item {position: relative;}
.deve-grid-inner {width: 100%;}
.t-img {display: block;width: 100%;}
.deve-marks{position: absolute;bottom: 0;width: 100%;background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));padding: 15px;font-size: 18px;}
.deve-grid-item:nth-of-type(1) {
  grid-area:a;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  display: flex;
  align-items: flex-end;
}
.deve-grid-item:nth-of-type(2) {
  grid-area: b;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  display: flex;
  align-items: flex-end;
}
.deve-grid-item:nth-of-type(3) {
  grid-area: c;
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-row-span:2;
  display: flex;
  align-items: flex-end;
}

.deve-grid-item:nth-of-type(4) {
  grid-area: d;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.deve-grid-item:nth-of-type(5) {
  grid-area: e;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
/*1160*/
.summary {padding: 85px 0;}

.summary-ul {width: calc(100% - 140px);}
.summary-ul>li {padding: 12px;border: 1px dashed #f17f84;width: 21.12%;margin-left: 3.88%;cursor: pointer;}
.summ-marks {position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);z-index: 1;top: 0;left: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fff;transition: background-color .3s ease-in;}
.s-icon {height: 32px;width: auto;}
.summ-text {font-size: 24px;font-weight: 600;margin-top: 12px;}
.summary-ul>li:hover .summ-marks {background-color: rgba(230,33,41,0.81);}
.mode-v {-webkit-writing-mode: vertical-lr;-ms-writing-mode: tb-lr;writing-mode: vertical-lr;}

.stu-left {width: 51.54%;}
.stu-lul {margin-top: -20px;}
.stu-lul>li {width: 46.71%;background-color: #fff;margin-top: 20px;padding: 26px;border-bottom: 7px solid #dfdfdf;border-radius: 0 0 8px 8px;margin-right: 3.29%;}
.stu-date-day {font-size: 40px;font-weight: 600;}
.stu-date-year {font-size: 12px;}
.stu-top-right {font-size: 18px;line-height: 1.6em;padding-left: 12px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;}
.stu-bott {color: #999;line-height: 1.6em;margin: 10px 0;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;}
.student {background-color: #efefef;padding: 66px 0 86px;}
.under-line {text-decoration: underline;}
.main-stu{padding-top: 15px;}
.stu-right {width: 48.46%;}
.footer-top {padding: 46px 0 30px;}
.footer-ul {-webkit-column-count:2;-moz-column-count:2;column-count:2;text-align: center;}
.footer-ul>li {font-size: 16px;}
.footer-ul>li + li {margin-top: 16px;}
.cont-item + .cont-item {margin-top: 16px;}
.cont-info{font-size: 16px;}
.summ-inner {height: 100%;}
.footer-logo {max-width: 180px;}
.footer {background-color: #333333;color: #ffffff;}
.footer-bott {padding: 16px 0;}
.bt {border-top: 1px solid rgba(255, 255, 255, .1);}
.footer-top-left {width: 50%;}
.code-img {max-width:100px}
.footer-top .code-box {flex:1;justify-content:space-evenly}
.code-img-box {margin-left:20px;}
.code-text {font-size:14px;padding-top:10px;}
/*.code-img-box:first-child {margin-left:40px}*/
.footer-right {width: 30%;}
.main-left {width: 250px;}
.main-left-ul {padding: 20px 30px 35px;background-color: #f6f6f6;border-bottom: 7px solid #dfdfdf;
  border-radius: 0 0 8px 8px;}
.main-right {width: calc(100% - 290px);padding-bottom: 60px;}
.main-left-tit {background-color: #e6222a;height: 70px;line-height: 70px;text-align: center;color: #fff;font-size: 30px;font-weight: 600;}
.main-left-ul>li {padding: 20px;border-bottom: 1px dashed #e4e4e4;font-size: 18px;}
.main-left-inner {margin-top: -70px;}
.nav-position {padding: 40px 0 20px;border-bottom: 1px solid #e5e5e5;color: #999999;}
.nav-position2 {padding: 20px 0;border-bottom: none;}
.nav-position a{color: #999999;}
.details-show {font-size: 16px;line-height: 2em;}
.nav-position span {color: #333;}
.details-show p {margin: 30px 0;}
.details-l-top {padding: 40px 0 20px;border-bottom: 1px solid #e5e5e5;}
.details-left {width: 74.46%;}
.details-left-inner {padding:0 25px 40px;}
.details-right {width: 23.84%;padding: 32px 20px;}
.details-tit {font-size: 30px;font-weight: 600;}
.details-info{color: #999;margin-top: 20px;}
.details-info span {margin-right: 15px;}
.share-img {
  margin-left: 10px;
}
.prev-next-box {
  padding: 40px 0;
  color: #666666;
}

.details-rtit {font-size: 24px;color: #e6222a;font-weight: 600;padding-left: 20px;position: relative;margin-bottom: 20px;}
.details-rtit::before {content: "";display: block;width: 4px;height: 80%;background-color: #e6222a;border-radius: 8px;position: absolute;top: 50%;transform: translate(0,-50%);left: 0;}
.prev-next {
  width: 49%;
}
.main-left-ul>li a:hover {color: #e6222a;}
.resume-drop-cont {padding-bottom: 45px;display: none;}
.resume-sum {color: #999999;}
.resume-desc {line-height: 2em;color: #666666;margin: 10px 0 20px;}
.resume-text {font-size: 18px;margin-top: 30px;}
.send-resume {display: inline-block;width: 130px;height: 45px;line-height: 45px;background-color: #e6222a;color: #fff;text-align: center;border-radius: 4px;font-size: 16px;display: flex;align-items: center;justify-content: center;}

.resume-tit {font-size: 20px;margin-left: 10px;}
.resume-flag {min-width: 80px;height: 25px;line-height: 25px;background-color: #eeeeed;border-radius: 26px;text-align: center;padding: 0 10px;display: inline-block;margin-right: 5px;}
.resume-ul>li {border-bottom: 1px solid #e5e5e5;}
.resume-drop-tab.on .resume-tit {color: #e6222a;}
.resume-drop-tab.on .icon-plus::before,.resume-drop-tab.on .icon-plus::after{background-color: #e6222a;}
.resume-drop-tab {padding: 40px 0;position: relative;}
.drop-tab-icon {width: 26px;height: 24px;background: url(../img/t-icon.png) no-repeat center;background-size: 100% auto;display: inline-block;}
.banner-list-word {width: 100%;}
.banner-list-tit {font-size: 40px;font-weight: 600;}
.banner-list-desc {font-size: 20px;}
.details-rul>li {padding: 18px 0;border-bottom: 1px solid #ededed;position: relative;}
.details-rul>li.no-img {padding-left: 15px;}
.details-rul>li.no-img::before {content: "";display: block;width: 0;height: 0;border-left: 6px solid #999999;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 25px;left: 0;}
.prev-next a:hover {color: #e6222a;}
.details-rul-left {width: 40.74%;padding-right: 10px;}
.r-tit {color: #383f54;line-height: 1.6em;}
.r-desc {color: #999;margin-top: 5px;}
.party-ul>li {width: 48.46%;margin-left: 3.07%;box-shadow: 0 0 3px  rgba(0,0,0,0.2);margin-top: 60px;padding: 25px;}
.party-ul>li:nth-of-type(2n+1) {margin-left: 0;}
.part-right {padding-left: 15px;}
.part-left {width: 36%;}
.part-right {width: 64%;}
.party-ul{margin-top: -40px;}
.part-tit {font-size: 20px;font-weight: 600;margin: 5px 0;}
.part-img {transition: all .3s ease-in;}
.party-ul>li:hover .part-img {transform: scale(1.1);}
.part-desc {color: #999;line-height: 1.6em;}
.prev-next-span {
  display: inline-block;
  width: 76px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e3e3e3;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
}

.prev-next-span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #d4d4d4;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 0;
  transform: translate(100%,-50%);
  top: 50%;
  position: absolute;
}

.prev-next-span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #f6f6f6;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: 0;
  transform: translate(100%,-50%);
  top: 50%;
  position: absolute;
}
.resume-drop-tab {cursor: pointer;}
.tea-ul {
  padding-bottom: 50px;
}
.tea-ul>li {padding: 0 4%;width: 33.33%;margin-top: 60px;}
.tea-inner {box-shadow: 0px 0px 3px #eee;}
.tea-b-name {font-size: 18px;font-weight: 600;}
.tea-b-flag {height: 24px;line-height: 24px;min-width: 50px;text-align: center;padding: 0 11px;background-color: #e7e7e7;border-radius: 26px;color: #e6222a;}
.tea-bot {padding: 26px 20px;}
.tea-desc {color: #666666;line-height: 1.6em;margin-top: 15px;}
.footer a {color: #fff;}
.const-flag {width: 162px;height: 70px;line-height: 70px;background: url(../img/flag-bj.png)no-repeat center center;background-size: 100% auto;color: #fff;font-size: 20px;display: flex;align-items: center;padding-left: 15px;}
.const-list {padding: 40px 0 0;}
.const-ul {margin-top: -30px;padding-left: 30px;}
.const-ul>li {width: 20%;text-align: center;display: flex;flex-direction: column;align-items: center;margin-top: 40px;padding: 0 15px;}
.const-name {font-size: 16px;margin: 10px 0 5px;}
.const-item{position: relative;}
.const-item + .const-item {padding-top: 40px;}
.const-item::before {content: "";display: block;width: 1px;height: 100%;background-color: #e3e3e3;left: 30px;top: 0;position: absolute;z-index: -1;}
.const-posi {color: #999999;}
.map-pd{padding-left: 15%;padding-top: 60px;}
.map-tit {font-size: 26px;font-weight: 600;}
.map-ul>li {width: 50%;margin-top: 42px;}
.map-ul-right {padding-left: 10px;}
.map-name {color: #999999;}
.map-data {font-size: 16px;margin-top: 5px;word-break: break-all;}
.map-box {width: 100%;height: 480px;margin-top: 60px;}
.map-iframe {width: 100%;height: 100%;}
.news_canlendar {width: 58px;height: 76px;border-radius: 4px;overflow: hidden;}
.can-day {width: 100%;height: 50%;background-color: #e6222a;color: #fff;font-size: 30px;font-weight: 600;text-align: center;display: flex;justify-content: center;align-items: center;}
.can-year {width: 100%;height: 50%;background-color: #cccccc;color: #fff;font-size: 12px;font-weight: 600;text-align: center;display: flex;justify-content: center;align-items: center;}
.news_center_left {width: 25.38%;}
.news_center_right {width: 74.62%;padding-left: 20px;padding-top: 10px;}
.news_c_tit {font-size: 22px;max-width: calc(100% - 25px);}
.news_c_desc {color: #666666;line-height: 2em;margin: 10px 0 15px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;}
.news_c_ileft {color: #999999;}
.news_c_ileft span + span {margin-left: 15px;}
.news_check_btn {width: 86px;height: 35px;line-height: 35px;background-color: #ececec;text-align: center;border-radius: 26px;color: #e6222a;}
.news_canlendar {margin: 0 16px;}
.news_center_ul>li {padding: 40px 0;border-bottom: 1px dashed #cccccc;}
.n1-img {transition: all .3s ease-in;}
.news_center_ul>li:hover .n1-img {transform: scale(1.1);}
.stu_ul_>li {width: 30.69%;margin-left: 3.95%;margin-top: 48px;box-shadow: 0px 5px 10px rgba(0,0,0,0.2);}
.stu-img {transition: all .3s ease-in;}
.stu_ul_desc {line-height: 1.6em;color: #666;margin: 10px 0;}
.stu_ul_>li:hover .stu-img {transform: scale(1.1);}
.stu_ul_>li:nth-of-type(3n+1) {margin-left: 0;}
.stu_ul_time {color: #999;}
.stu_ul_btn {display: inline-block;width: 48px;height: 26px;line-height: 26px;background-color: #e6222a;text-align: center;color: #fff;border-radius: 26px;}
.stu_ul_tit {font-size: 20px;}
.stu_ul_bott {padding: 20px 15px;}
.zs_ul>li {width: 22.69%;margin-left: 3.08%;box-shadow: 0px 0px 5px #eee;border-bottom: 7px solid #dfdfdf;border-radius: 0 0 8px 8px;padding: 42px 28px 30px;margin-top: 60px;transition: transform .3s ease-in;}
.zs_ul>li:nth-of-type(4n+1) {margin-left: 0;}
.zs-tit {text-align: center;font-size: 20px;font-weight: 600;margin: 30px 0 25px;}
.zs-desc {color: #666666;line-height: 1.6em;margin-bottom: 25px;}
.zs-info {color: #999;}
.zs_ul>li:hover .zs-dt{color: #e6222a;}
.zs_ul>li:hover {transform: translate3d(0,-10px,0);}
.zs-img {height: 87px;}
.el-master-dl{margin-top: 30px;}
.master-email {max-width: 640px;box-shadow: 0px 5px 10px rgba(0,0,0,0.2);border-radius: 12px;margin-left: auto;margin-right: auto;margin-top: -186px;background-color: #fff;padding: 40px 60px;margin-bottom: 76px;}
.el-master-dl>dt {font-weight: 600;}
.el-master-dl>dd {padding-top: 5px;}
.el-master-input {padding: 10px 0;border-bottom: 1px solid #eee;}
.master-tit {font-size: 34px;font-weight: 600;text-align: center;}
.master-val {font-size: 14px;color: #666;}
.sub-btn {display: inline-block;width: 170px;height: 50px;line-height: 50px;border-radius: 4px;background-color: #e6222a;text-align: center;font-size: 20px;color: #fff;margin-top: 30px;font-weight: 600;}
.theme {color: #e6222a;}
.send_code {display: inline-block;width: 90px;height: 30px;line-height: 30px;border: 1px solid #eee;border-radius: 4px;background-color: #f6f8fa;text-align: center;color: #e6222a;text-align: center;cursor: pointer;}
.el-master-text {height: 186px;border-radius: 4px;border: 1px solid #eee;padding: 10px;}
.master-text {width: 100%;height: 100%;resize: none;}
.tr {text-align: right;}
.block {display: block;width: 100%;}
.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;
}
