body{
    overflow-x: hidden;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}
.container{
    padding: 0;
}
.con-container{
    width: 1280px;
    margin: 0 auto;
}

.top-container{
    position: relative;
}
.title h3{
    color: #444;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    padding: 40px 0 0 0;
}
.title p{
    font-size: 16px;
    color: rgb(143, 143, 143);
    text-align: center;
    padding-bottom: 0px;
}

/* 头部 */
.toplic{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 80px;
    width: 100%;
}
.topmain{
    color: #fff;
    width: 1280px;
    margin: 0 auto;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}
.nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav li{
    width: 110px;
    text-align: center;
    font-size: 15px;
}
.nav li a{
    color: #fff;
    line-height: 45px;
    padding-bottom: 6px;
}
.nav li a:hover{
    border-bottom: 2px solid #fff;
}
.footer img{
    width: 100%;
}

/* 左侧浮窗导航 */
.tips,.tips *{box-sizing: border-box !important;}
.tips{
    margin: 0;padding: 0;
    height:645px;width: 136px;
    position: fixed;
    left: 0;top: 13%;
    z-index: 9999;
}
.tops{
    width: 77px;
    height: 50px;
    background-color:rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 26px;
    bottom: -33px;
}
.goToTop{
  color: #333;
  font-size: 13px;
  text-align: center;
}
.goToTop img{
    display: block;
    width: 18px;
    height: 19px;
    margin: 5px auto 0 auto;
}


/* 导航 */
.topmain .nav{
    padding-top: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 35px;
    text-align: center;
  }
  .dropdown a{
      color: #fff;
      font-weight: normal;
      font-size: 15px;
      width:110px;
      height: 35px;
      display: block;
      line-height: 35px;
      margin: 0 auto;
      /* text-shadow: 1px 1px #000; */
  }
  .dropdown a:hover{
   color: #fff;
   background-color: rgba(238, 238, 238,0.2);
   border-radius: 20px;
}
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-color: rgba(238, 238, 238,0.2); */
  }
  .dropdown-content p{
      margin: 0;
      padding: 0;
  }
  .dropdown-content a{
      font-size: 14px;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown .head_down_arr{
      width: 12px;
      height: 6px;
      background: url(../images/icon/hx_header_arr_down.png) center no-repeat;
      position: absolute;
      animation: downarr 1.5s infinite;
      right: 12px;
      top: 15px;
  }


  /* 底部 */
  .footer-content{
      background: #333333;
      color: #fff;
      padding: 40px 0 30px 0;
  }
  .footer-bottom{
      background-color: #000;
      text-align: center;
      color: #fff;
      font-size: 14px;
      padding: 20px 0;
  }

  .foot-content{
      display: flex;
      justify-content:space-around;
  }
  .foot-content .left{
      width: 167px;
  }
  .foot-content .right{
      /*width:70%;*/
  }
  .foot-content .right ul{
      display: flex;
      justify-content: space-between;
  }
.foot-content .right li{
    width: 180px;
}
.foot-content .right li a{
    display: block;
    font-size: 14px;
    padding-left: 6px;
    color: #a3a3a3;
}
.foot-content .right li p{
    border-left: 2px solid orangered;
    margin: 10px 0;
    padding: 0 0 0 5px;
    line-height: 18px;
}
.con-container1200{
    width: 1160px;
    margin: 0 auto;
}
