*,
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;
}
.nav .container .change-web-area .divider {
  display: inline-block;
  padding-left: 0.1rem;
  padding-right: 0.08rem;
  color: #616DAC;
}
.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;
  color: #ffffff;
}
.nav .container .change-web-area a:hover {
  color: #F5DF52;
}
.nav .container .change-web-area .enWeb {
  padding-right: 0.2rem;
  color: #616DAC;
}
.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;
  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;
  font-weight: 700;
  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;
  font-weight: 700;
  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;
  font-weight: 700;
  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: 36 / 100 * 1rem;
  color: white;
  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.talent-nav {
  display: none;
}
.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: relative;
  display: none;
  height: 40px;
  width: 140px;
  background-image: url("../image/bg_popup.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.pop-area > span {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}
.pop-area.activity {
  display: block;
}
.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 .logo {
  float: left;
  margin-right: 0.4rem;
}
.foot .logo > img {
  width: 0.4rem;
  display: inline-block;
}
.foot .main-footer {
  float: left;
  width: 11.2rem;
}
.foot .main-footer .contact-us {
  margin-top: 0.12rem;
  float: left;
}
.foot .main-footer .contact-us .input {
  width: 4.2rem;
  color: #ffffff;
}
.foot .main-footer .foot-div {
  float: right;
  margin-top: 0.12rem;
}
.foot .main-footer .foot-div a {
  display: inline-block;
  color: #616DAC;
  padding: 0 0.05rem;
  text-align: center;
}
.foot .main-footer .foot-div a:hover,
.foot .main-footer .foot-div a.active {
  color: #ffffff;
}
.foot .main-footer .foot-div .enWeb {
  padding-right: 0.2rem;
}
.clearBoth {
  clear: both;
}
.navfs18 {
  font-size: 0.18rem;
}
.navfs14 {
  font-size: 0.14rem;
}
.fs56 {
  font-size: 0.56rem;
  line-height: 0.64rem;
}
.fs48 {
  font-size: 0.48rem;
  line-height: 0.56rem;
}
.fs36 {
  font-size: 0.36rem;
  line-height: 0.44rem;
}
.fs32 {
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.fs24 {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.fs18 {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.fs16 {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.fs14 {
  font-size: 0.14rem;
  line-height: 0.22rem;
}
/*
@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) {
  .foot .main-footer .contact-us {
    margin-top: 0.05rem;
  }
  .foot .main-footer .contact-us .input {
    width: 3.2rem;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
}
@media screen and (max-width: 1600px) {
  .navfs18 {
    font-size: 16px;
  }
  .navfs14 {
    font-size: 13px;
  }
  .fs56 {
    font-size: 40px;
    line-height: 48px;
  }
  .fs48 {
    font-size: 36px;
    line-height: 54px;
  }
  .fs36 {
    font-size: 32px;
    line-height: 44px;
  }
  .fs32 {
    font-size: 24px;
    line-height: 36px;
  }
  .fs24 {
    font-size: 20px;
    line-height: 30px;
  }
  .fs18 {
    font-size: 18px;
    line-height: 26px;
  }
  .fs16 {
    font-size: 14px;
    line-height: 22px;
  }
  .fs14 {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .navfs18 {
    font-size: 18px;
  }
  .navfs14 {
    font-size: 14px;
  }
  .fs56 {
    font-size: 56px;
    line-height: 64px;
  }
  .fs48 {
    font-size: 48px;
    line-height: 56px;
  }
  .fs36 {
    font-size: 36px;
    line-height: 44px;
  }
  .fs32 {
    font-size: 32px;
    line-height: 40px;
  }
  .fs24 {
    font-size: 24px;
    line-height: 32px;
  }
  .fs18 {
    font-size: 18px;
    line-height: 26px;
  }
  .fs16 {
    font-size: 16px;
    line-height: 28px;
  }
  .fs14 {
    font-size: 14px;
    line-height: 22px;
  }
}
