/* 头部 */
@media screen and (width: 1920px) {
  .header {
    width: 100%;
    height: 96px;
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header .header-left {
  
    height: 38px;
    display: block;
    margin: 34px 0 0 163px;
  }
  .header .header-right .header-list {
    margin-top: 40px;
  }
  .header .header-right .header-list li {
    position: relative;
    width: 120px;
    text-align: center;
    margin-right: 40px;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 15px;
    height: 20px;
  }
  .header .header-right .header-list li a {
    position: absolute;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .header .header-right .phone-right {
    margin: 28px 84px 0 47px;
  }
  .header .header-right .phone-right .phone-icon {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
  .header .header-right .phone-right .phone-icon2 {
    display: block;
  }
  .header .header-right .phone-right .phone .title {
    font-size: 18px;
  }
  .header .header-right .phone-right .phone .nubmer {
    font-size: 19px;
    font-weight: bold;
  }
  /* 商务合作-提示框 */
  .hint-box {
    display: none;
  }
  .hint-box .hint-mask {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    z-index: 10000;
  }
  .hint-box .hint-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -325px;
    width: 650px;
    height: 360px;
    background: #fff;
    z-index: 10002;
  }
  .hint-box .hint-content .hint-close {
    position: absolute;
    top: -35px;
    right: -45px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/cooperation-6.png') no-repeat;
  }
  .hint-box .hint-content .hint-title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 11px;
    font-size: 20px;
    font-weight: bold;
    color: #606266;
    padding: 0 10px;
    margin-right: 10px;
  }
  .hint-box .hint-content .hint-center {
    text-align: center;
  }
  .hint-box .hint-content .hint-center .success-ico {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 70px 0 33px 0;
    background: url('../../images/success.png') no-repeat;
  }
  .hint-box .hint-content .hint-center .hint-text {
    font-size: 16px;
    color: #606266;
    margin-bottom: 119px;
  }
}
@media not screen and (width: 1920px) {
  .header {
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
  }
  .header .header-left {

    height: 30px;
    display: block;
    margin: 15px 0 0 50px;
  }
  .header .header-right .header-list {
    margin-top: 15px;
  }
  .header .header-right .header-list li {
    position: relative;
    width: 120px;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
    padding-bottom: 10px;
    height: 20px;
  }
  .header .header-right .header-list li a {
    position: absolute;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .header .header-right .phone-right {
    margin: 7px 30px 0 30px;
  }
  .header .header-right .phone-right .phone-icon {
    display: none;
    width: 25px;
    height: 25px;
    margin: 7px 15px 0 0;
  }
  .header .header-right .phone-right .phone-icon2 {
    display: block;
  }
  .header .header-right .phone-right .phone .title {
    font-size: 14px;
  }
  .header .header-right .phone-right .phone .nubmer {
    font-size: 15px;
    font-weight: bold;
  }
  .hint-box {
    display: none;
  }
  .hint-box .hint-mask {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    z-index: 10000;
  }
  .hint-box .hint-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -200px;
    width: 400px;
    height: 230px;
    background: #fff;
    z-index: 10002;
  }
  .hint-box .hint-content .hint-close {
    position: absolute;
    top: -35px;
    right: -45px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../../images/cooperation-6.png') no-repeat;
  }
  .hint-box .hint-content .hint-title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 11px;
    font-size: 20px;
    font-weight: bold;
    color: #606266;
    padding: 0 10px;
    margin-right: 10px;
  }
  .hint-box .hint-content .hint-center {
    text-align: center;
  }
  .hint-box .hint-content .hint-center .success-ico {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 30px 0 13px 0;
    background: url('../../images/success.png') no-repeat;
  }
  .hint-box .hint-content .hint-center .hint-text {
    font-size: 16px;
    color: #606266;
    margin-bottom: 119px;
  }
}
.header-over {
  color: #222;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px #e6e6e6;
  box-shadow: 3px 3px 5px #e6e6e6;
}
.header-over .header-right .header-list li a {
  color: #222;
}
.active {
  border-bottom: 2px solid #f2dbad;
}
