﻿body {
  margin: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei","微软雅黑","黑体";
  line-height: 1.6;
  color: #333;
}
a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
em{
  font-style: normal;
}
img{
  max-width: 100%;
}
.py-2{
  padding-top: .47rem;
  padding-bottom: .47rem;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}
/* ::-webkit-scrollbar {
  width: 5px;
} */

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #d7000f;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #d7000f;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #d7000f;
}
.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}
.d-line{
  display: inline;
  width: auto;
  padding: 0;
}
.d-flex{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.al-c{
  align-items: center;
}
.jc-c{
  justify-content: center;
}
.jc-sb{
  justify-content: space-between;
}




.header {
  position: relative;
  top: 0;
  z-index: 90;
  width: 100%;
  padding: 24px 0;
  background: rgba(0,0,0,0.2);
}
.header .search-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 46px;
  right: 60px;
  box-sizing: content-box;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}
.header .search-btn a {
  display: block;
}
.header .search-btn svg {
  width: 28px;
  height: 28px;
}
.header .search-btn svg path {
  width: 100%;
  height: 100%;
  stroke-width: 30;
  fill: #fff;
  -webkit-transition: fill .5s ease;
          transition: fill .5s ease;
}
.header .nav {
  float: right;
  width: 80%;
  justify-content: space-between;
  height: 80px;
}
.header .header-t {
  position: relative;
  height: 80px;
  z-index: 3;
}
.header .header-t a {
  display: block;
  height: 100%;
}
.header .header-t img {
  max-width: 100%;
  max-height: 100%;
}
.header .navlist {
  position: relative;
}
.header .navlist .navitem {
  display: list-item;
    text-align: -webkit-match-parent;
  margin: 0 2vw;
  position: relative;
}
.header .navlist .navitem > a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.navbtn{
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 34px;
  padding: 0 10px;
}
.navbtn a{
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  text-align: center;
  display: block;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.navbtn a:hover,.navbtn a.on{
  color: #d7000f;
}
.header .navlist .navitem > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
          transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.header .navlist .navitem:hover > a:before, .header .navlist .navitem.cur > a:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
/* .header .navlist .navitem.cur > a{
  color: #d7000f;
}
.header .navlist .navitem.cur > a:before{
  background: #d7000f;
} */
.header .navlist .navitem.active > a:before {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all .5s .5s;
          transition: all .5s .5s;
}
.header .navlist .navitem-search {
  width: 10%;
  background-image: -webkit-linear-gradient(bottom left, #289bcb, #004da1);
  background-image: linear-gradient(to top right, #289bcb, #004da1);
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.header .navlist .navitem-search:after {
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(0, #d77515, #d71518);
  background-image: linear-gradient(0, #d77515, #d71518);
  background-image: -webkit-linear-gradient(bottom, #d77515, #d71518);
  background-image: linear-gradient(to top, #d77515, #d71518);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: .5s ease;
          transition: .5s ease;
}

.header.activefix {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px 55px;
  background: rgba(0, 0, 0, 0.4);
}

.headtxt p,.headtxt a{
  color: #fff;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
}
.headtxt a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.headtxt a{
  /* padding-left: 34px;
  background:url(../images/ico1.png) no-repeat left center; */
  margin-right: 60px;
}
.headtxt a .icobox{
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin-right: 10px;
}
.headtxt a img{
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align: top;
}
.headtxt a:hover{
  color: #d7000f;
}
/* .headtxt a:hover:before{
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
} */
.headtxt a:hover img{
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
.headtxt-m p,.headtxt-m a{
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
}














.c-mask-overlay.active {
  opacity: 1;
  visibility: visible;
}

.c-mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: -webkit-linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-position: left top;
  background-size: 4px 4px;
  background-repeat: repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
  z-index: 9;
}

.mobile-nav {
  display: none;
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-m-2 {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m-2.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.delay1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.delay8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.delay9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.aa{
  color: #d7000f;
  margin-right: 5px;
}
.grey{
  color: #666;
}
.lightgrey{
  color: #999;
}
.red{
  color: #fb0605;
}
.te-l{
  text-align: left!important;
}
.tra-3{
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer{
  background: #aa000c;
  padding: 50px 120px;
  color: #fff;
  font-size: 16px;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
  text-decoration: underline!important;
}
.footnav{
  margin-bottom: 40px;
  line-height: 34px;
}
.footnav em{
  font-style: normal;
  color: #c45757;
  margin: 0 18px;
}
.foot-l p{
  font-size: 14px;
  line-height: 32px;
}
.foot-r{
  text-align: center;
}
.foot-r-tit{
  font-size: 22px;
}
.foot-r em{
  font-style: normal;
  display: inline-block;
  height: 1px;
  width: 64px;
  vertical-align: middle;
  background: #cccccc;
  margin: 0 15px;
}
.foot-r h6{
  font-size: 32px;
  color: #fff;
  font-family: fantasy;
  margin: 10px 0;
}
.foot-r p{
  color: #c45757;
}




@media (max-width: 1500px){
  .header .navlist .navitem > a,.headtxt p, .headtxt a,.navbtn{
    font-size: 15px;
  }
  .header .nav{
    width: 85%;
  }
}

@media (max-width: 1200px) {
  .navbtn-m{
    position: fixed;
    top: 20px;
    right: 55px;
    z-index: 99;
    border-radius: 50px;
    background: #d7000f;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
  }
  .navbtn-m a{
    font-size: 14px;
    margin-left: 5px;
    width: 120px;
    text-align: center;
    color: #fff;
  }
   .navbtn-m-log{
    position: fixed;
    top: 20px;
    right: 55px;
    z-index: 99;
    line-height: 30px
  }
  .navbtn-m-log a{
    font-size: 14px;
    text-align: center;
    color: #d7000f;
    display: inline-block;
  }
  .navbtn-m-log a img{
    margin-right: 4px;
    width: 18px;
  }
  .navbtn-m-log .btn-primary{
    color: #fff;
    border-radius: 50px;
    margin-left: 5px;
    padding: 0 10px;
  }

  .l-toggle {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
  }
  .l-toggle span {
    position: absolute;
    top: 29px;
    right: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #d7000f;
  }
  .l-toggle .line1 {
    margin: -8px auto auto;
    -webkit-transition: all .8s;
            transition: all .8s;
  }
  .l-toggle .line2 {
    margin: auto;
  }
  .l-toggle .line3 {
    margin: 8px auto auto;
    -webkit-transition: all .8s;
            transition: all .8s;
  }

  .l-toggle.hover span {
    background: #d7000f;
  }
  .l-toggle.hover .line1 {
    margin: 0 auto;
  }
  .l-toggle.hover .line3 {
    margin: 0 auto;
  }

  .nav {
    display: none;
  }
  .homebox .homenav{
    display: block;
  }
  .mobile-nav .js-m-header {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;   
    padding: 0 5%;
  }

  .js-m-header:after {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }

  .js-m-header:before {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(170,0,12,0.3);
    z-index: 5;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .js-m-header.animate:before, .js-m-header.animate:after {
    margin-right: 0;
    right: 0;
    bottom: 0;
    left: 100%;
  }
  .js-m-header .navbtn-m{
    text-align: center;
    margin-top: 60px;
  }
  .js-m-header .navbtn-m a{
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 8px 20px;
    margin: 0 5px;
    width: 120px;
    text-align: center;
  }
  .navbtn-m .head_gl .icobox{
    display: inline;
  }
  .navbtn-m .head_gl .icobox img{
    width: 18px;
    margin-right: 4px;
  }


  .sub-menu {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
    background: #fff;
  }
  .sub-logo{
    padding-left: 5%;
    padding-top: 10px;
  }
  .sub-logo img{
    height: 50px;
  }

  .sub-menu ul {
    width: 100%;
    padding-top: 50px;
    overflow-x: hidden;
    /* min-height: calc(100vh - 70px);
    overflow-y: scroll; */
    border-top: 1px solid #ccc;
    margin-top: 70px;
  }

  .sub-menu li {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
  }

  .sub-menu .tit {
    display: block;
    width: 100%;
    padding: 16px 0 16px 30px;
    line-height: 60px;
    color: #d7000f;
    line-height: 1.5;
    font-size: 16px;
    position: relative;
  }
  .sub-menu .tit img{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 18px;
  }
  .sub-menu .sub-tit{
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_03_2.png) no-repeat center;
    background-size: 20px auto;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .sub-menu .sub-tit.on{
    background: url(../images/ico_03_h.png) no-repeat center;
    background-size: 20px auto;
  }

  .sub-menu .sub-tit.on {
    /*background: #aa000c;*/
    color: #d7000f;
  }


  .sub-menu .sec-list {
    padding: 10px 0;
    display: none;
  }

  .sub-menu .sec-list p {
    background: #efefef;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: 49%;
    line-height: 40px;
    overflow: hidden;
  }
  /*.sub-menu .sec-list p:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
  }*/
  .sub-menu .sec-list a {
    color: #666;
    display: block;
  }
  .sub-menu .sec-list a.on{
    color: #d7000f;
    background-color: #ffeded;
  }

  .sub-menu li:last-child {
    padding-bottom: 0;
  }

  .mobile-nav .lang-btn {
    background: #d7000e;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    width: 104%;
    margin-left: -2%;
    padding: 10px 0;
  }

  .header {
    padding: 10px 5px;
    position: fixed;
    background: #fff;
  }
  .header .header-t {
    width: 50%;
    height: 50px;
  }

  .header.activefix {
    padding: 10px 4%;
  }

  .n-recruit .listb .schoolbox .swiper-slide .li {
    width: calc(50% - 20px);
  }

  .n-recruit .lista .join-list-top .sp2, .n-recruit .lista .join-list-top .sp3, .n-recruit .lista .join-list-top .sp4, .n-recruit .lista .join-list-top .sp5 {
    display: none;
  }

  .n-recruit .lista .join-list-top .sp1 {
    width: 80%;
  }

  .n-recruit .lista .jints .sp2, .n-recruit .lista .jints .sp3, .n-recruit .lista .jints .sp4, .n-recruit .lista .jints .sp5 {
    display: none;
  }

  .n-recruit .lista .join-list .jointop .jints .sp1 {
    width: 80%;
  }

  .header .search-btn {
    right: 0;
    top: 0;
  }

  .header.activefix .search-btn {
    top: 0;
  }
  footer{
    padding: 20px 14px 80px;
    font-size: 14px;
    position: relative;
  }
  footer .container{
    display: block!important;
  }
  .foot-l{
    text-align: center;
    margin-bottom: 10px;
  }
  .foot-l p{
    font-size: 12px;
    line-height: 20px;
  }
  .footnav{
    margin-bottom: 10px;
    justify-content: center;
  }
  .footnav em{
    margin: 0 10px;
  }
  .foot-r{
    margin-bottom: 10px;
  }
  .foot-r h6{
    font-size: 18px;
    margin: 0;
  }
  .foot-r-tit{
    font-size: 14px;
  }
  .foot-l-txt{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
  }










}












