*,
body,
html {
  padding: 0;
  margin: 0;
}
body,
html {
  min-width: 1200px;
  margin: auto;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 14px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: 0 none;
}
a {
  text-decoration: none;
}
.div-body {
  width: 100%;
  float: left;
}
.container {
  width: 12rem;
  margin: auto;
}
.nav {
  width: 19.2rem;
  position: absolute;
  top: 0;
  z-index: 9999;
  padding: 0.2rem 0;
  /* .subnav{
       .transition(all,1s);
       display: none;
       position: absolute;
       top:0.72rem;
       left: 0;
       background: rgba(2,23,66,.9);
       z-index: 9901;
     }*/
}
.nav .container {
  overflow: hidden;
}
.nav .container .logo {
  float: left;
}
.nav .container .logo > img {
  width: 1.6rem;
}
.nav .container .change-web-area {
  float: right;
  margin-left: 0.92rem;
  color: #ffffff;
  font-size: 0.14rem;
}
.nav .container .change-web-area .divider {
  display: inline-block;
  padding-left: 0.1rem;
  padding-right: 0.08rem;
}
.nav .container .change-web-area a {
  display: inline-block;
  padding: 0 0.05rem;
  text-align: center;
  height: 0.88rem;
  line-height: 0.88rem;
  cursor: pointer;
  font-size: 0.14rem;
  color: #ffffff;
}
.nav .container .change-web-area a:hover {
  color: #F5DF52;
}
.nav .container .change-web-area .enWeb {
  padding-right: 0.2rem;
}
.nav .container > ul.mainNav {
  float: right;
}
.nav .container > ul.mainNav > li {
  float: left;
  margin-left: 0.5rem;
  position: relative;
  cursor: default;
  /*>ul.ul-subnav{
                  display:none;
                  .px2rem(margin-top,20);
                  >li{
                    .px2rem(margin-bottom,15);
                    >a{
                      .px2rem(line-height,36);
                      color: white;
                      font-size: 0.18rem;
                      min-width: 1.2rem;
                      display: inline-block;
                    }
                  }
                }*/
}
.nav .container > ul.mainNav > li > a {
  cursor: pointer;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.18rem;
  color: white;
  display: inline-block;
}
.nav .container > ul.mainNav > li > a.active,
.nav .container > ul.mainNav > li > a.actives,
.nav .container > ul.mainNav > li > a:hover {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari 和 Chrome */
  -o-transition: all 500ms;
  /* Opera */
  margin-top: -0.1rem;
  position: relative;
  /*   ~ul{
                         display:block;
                         >a:hover{
                           color:#F5DF52;
                         }
                       }*/
}
.nav .container > ul.mainNav > li > a:hover {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari 和 Chrome */
  -o-transition: all 500ms;
  /* Opera */
  margin-top: -0.1rem;
  position: relative;
}
.nav .container > ul.mainNav > li > a:hover ~ ul {
  display: block;
}
.nav .container > ul.mainNav > li > a:hover ~ ul > a:hover {
  color: #F5DF52;
}
.nav .container > ul.mainNav > li > a.active::after,
.nav .container > ul.mainNav > li > a.actives::after,
.nav .container > ul.mainNav > li > a:hover::after {
  content: "";
  width: 0.2rem;
  height: 0.04rem;
  background-color: #D6C453;
  display: inline-block;
  position: absolute;
  bottom: 0.2rem;
  transform: translateX(-50%);
  margin-left: -50%;
}
.nav .container > ul.mainNav .li-nav:hover > a {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari 和 Chrome */
  -o-transition: all 500ms;
  /* Opera */
  margin-top: -0.1rem;
  position: relative;
}
.nav .container > ul.mainNav .li-nav:hover > a ~ ul {
  display: block;
}
.nav .container > ul.mainNav .li-nav:hover > a ~ ul a:hover {
  color: #F5DF52;
  font-weight: 400;
}
.nav .container > ul.mainNav .li-nav:hover > a::after {
  content: "";
  width: 0.2rem;
  height: 0.04rem;
  background-color: #D6C453;
  display: inline-block;
  position: absolute;
  bottom: 0.2rem;
  transform: translateX(-50%);
  margin-left: -50%;
}
.nav ul.ul-subnav {
  height: 0;
}
.nav ul.ul-subnav > li {
  margin-bottom: 0.15rem;
  position: absolute;
}
.nav ul.ul-subnav > li > a {
  line-height: 0.36rem;
  color: white;
  font-size: 0.18rem;
  min-width: 1.2rem;
  display: inline-block;
  text-align: left;
}
.nav ul.sub-subnav {
  margin-top: -0.1rem;
  padding-top: -0.1rem;
  width: 19.2rem;
}
.nav ul.sub-subnav > li {
  margin-bottom: 0.15rem;
}
.nav ul.sub-subnav > li > a {
  line-height: 0.36rem;
  color: white;
  font-size: 0.18rem;
  min-width: 1.2rem;
  display: inline-block;
  text-align: left;
}
.nav ul.sub-subnav > li > a:hover {
  color: #F5DF52;
}
.nav ul.profile-nav {
  display: none;
}
.nav ul.profile-nav li {
  margin-left: 9.2rem;
}
.nav ul.talent-nav {
  display: none;
}
.nav ul.talent-nav li {
  margin-left: 10.75rem;
}
.nav ul.sub-subnav.active {
  display: block;
}
.nav:hover {
  background: #033FD9;
  opacity: 0.9;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.pop-area {
  position: absolute;
  display: none;
  height: 40px;
  width: 140px;
  background-image: url("../image/bg_popup.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  top: 0.85rem;
}
.pop-area > span {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}
.pop-area.activity {
  display: block;
  left: 12.5rem;
}
.pop-area.item {
  display: block;
  left: 13.6rem;
}
.foot {
  background: #0A0A39;
  color: #616DAC;
  width: 19.2rem;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0 0.3rem 0;
}
.foot .container {
  overflow: hidden;
}
.foot.en .logo {
  float: left;
  margin-right: 0.4rem;
}
.foot.en .logo > img {
  width: 0.4rem;
  display: inline-block;
}
.foot.en .main-footer {
  font-size: 0.14rem;
  line-height: 0.22rem;
  float: left;
  width: 11.2rem;
}
.foot.en .main-footer .contact-us {
  float: left;
}
.foot.en .main-footer .contact-us .input {
  color: #ffffff;
}
.foot.en .main-footer .foot-div {
  float: left;
  width: 100%;
  margin-bottom: 0.1rem;
}
.foot.en .main-footer .foot-div a {
  display: inline-block;
  color: #616DAC;
  padding: 0 0.05rem;
  text-align: center;
}
.foot.en .main-footer .foot-div a:hover,
.foot.en .main-footer .foot-div a.active {
  color: #ffffff;
}
.foot.en .main-footer .foot-div .enWeb {
  padding-right: 0.2rem;
}
.clearBoth {
  clear: both;
}
/*
@media screen and (max-device-width:1366px){
  .nav{
    .container{
      .logo{
        >img{
          width: 200px;
        }
      }
      >ul{
        >li{
          >ol.ol-subnav{
            width: 600px;
            left: 50%;
            margin-left: -280px;
            >li.li-subnav{
              >h4{
                a{
                  font-size:13px;
                }
              }
              >ul{
                >li{
                  >a{
                    font-size: 12px;
                    width: 120px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .foot{
    .contact{
      >li.contact-content{
        font-size: 14px;
        >input{
          font-size:15px;
        }
      }
    }
    .foot-right{
      >.about{
        li{
          span{
            font-size: 18px;
          }
          a{
            font-size: 14px;
          }
        }
      }
    }
    .por{
      font-size: 12px;
      margin: 0.18rem 0 0.2rem 0;
      >a{
        font-size: 12px;
      }
    }
  }
}*/
@media screen and (max-width: 1280px) {
  body {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 1400px) {
  .nav ul.profile-nav li {
    margin-left: 9.1rem;
  }
  .nav ul.talent-nav li {
    margin-left: 10.65rem;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .nav ul.profile-nav li {
    margin-left: 9.1rem;
  }
  .nav ul.talent-nav li {
    margin-left: 10.65rem;
  }
}
body {
  overflow-x: hidden;
}
.nav {
  background: #1A286F;
}
.banner {
  width: 19.2rem;
  height: 6.0rem;
  margin-top: 1.2rem;
}
.banner .swiper-container {
  width: 19.2rem;
  height: 6.0rem;
}
.banner .swiper-container > .swiper-wrapper > .swiper-slide {
  background-size: cover;
}
.banner .swiper-container > .swiper-wrapper > .swiper-slide img {
  width: 19.2rem;
  height: 6.0rem;
}
.banner .swiper-container {
  width: 100%;
  height: 6.0rem;
}
#banner_swiper-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 2.0rem;
  height: 0.04rem;
  border-radius: 0rem;
  background-color: #B4B9ED;
  position: relative;
}
#banner_swiper-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0.04rem;
  border-radius: 0rem;
  background-color: #B4B9ED;
  transition: width 3s 2s;
  /*transition: transform 1s 3s;*/
  /*transition: float 1s 3s;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#banner_swiper-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0.04rem;
  border-radius: 0rem;
  background-color: #D6C453;
  position: absolute;
  top: 0;
  left: 0;
}
/*#banner_swiper-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  .px2rem(width,280);
  .px2rem(height,15);
  .px2rem(border-radius,15);
  background-color: red;
  margin-right: 10px;
  position: relative;
}*/
#banner_swiper-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: slide 8s linear;
  -moz-animation: slide 8s linear;
  -ms-animation: slide 8s linear;
  animation: slide 8s linear;
}
#banner_swiper-area .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: slide 5s linear 3s;
  -moz-animation: slide 5s linear 3s;
  -ms-animation: slide 5s linear 3s;
  animation: slide 5s linear 3s;
}
@keyframes slide {
  0% {
    width: 0px;
  }
  100% {
    width: 2.0rem;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}
@keyframes cxts {
  0% {
    transform: translateY(200px);
    visibility: hidden;
  }
  50% {
    transform: translateY(100px);
    display: block;
  }
  100% {
    transform: translateY(0px);
  }
}
.news-details-area .title-area {
  background: #1B51DC;
  width: 19.2rem;
  overflow: hidden;
  padding: 0.1rem 0;
}
.news-details-area .title {
  background: #1B51DC;
  color: #FFFFFF;
  font-size: 0.28rem;
  line-height: 0.50rem;
  text-align: center;
  float: left;
  width: 100%;
}
.news-details-area .news-info {
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.news-details-area .news-info p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 0.15rem;
  line-height: 0.32rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.news-details-area .news-public-time {
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: right;
  color: #999999;
  overflow: hidden;
  margin: 0.3rem auto;
}
.news-details-area .news-public-time .public-time {
  margin-right: 0.2rem;
}
