.clickNav > a {
  color: #0e9cf6 !important;
  border-bottom: #0e9cf6 solid 3px;
}
@media only screen and (min-width: 1200px) {
  .imgTitle{
    margin-top:10px;
    margin-left:10px;
  }
  .logoLeft span {
    margin-left: 10px;
    font-size: 32px;
    font-weight: 500;
    color: #0e9cf6;
  }
  .centerWidth {
    width: 1200px;
    margin: 0 auto;
  }
  /* header */
  header {
    background-color: #fff;
    width: 100%;
    height: 80px;
  }
  header .centerWidth {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
  }
  header .centerWidth .logoLeft {
    padding: 17px 0;
    float: left;
    overflow: hidden;
  }
  header .centerWidth .logoLeft img {
    float: left;
  }
  header .centerWidth .logoLeft .font {
    margin-left: 10px;
    margin-top: 8.5px;
  }
  header .centerWidth .centerNav {
    float: left;
    height: 80px;
    line-height: 80px;
  }
  header .centerWidth .centerNav ul {
    overflow: hidden;
    padding: 0 40px;
    width: 100%;
  }
  header .centerWidth .centerNav ul li {
    float: left;
    padding: 0 20px;
  }
  header .centerWidth .centerNav ul li a {
    font-size: 18px;
    color: #3b3b3b;
    padding: 2px 3px;
  }
  header .centerWidth .centerNav ul li:hover a {
    color: #0e9cf6;
    border-bottom: #0e9cf6 solid 3px;
  }
  header .centerWidth .centerNav ul .search {
    float: right;
    margin-right: 15px;
    width: 380px;
    height: 32px;
    border-radius: 17px;
    position: relative;
    background-color: #fff;
    margin-top: 13px;
  }
  header .centerWidth .centerNav ul .search input {
    width: 350px;
    height: 32px;
    position: absolute;
    left: 17px;
    border: 0;
    outline: none;
  }
  header .centerWidth .centerNav ul .search i {
    position: absolute;
    right: 20px;
    line-height: 32px;
    font-size: 22px;
    color: #c6c6c6;
  }
  header .centerWidth .rightUser {
    float: right;
    line-height: 80px;
  }
  header .centerWidth .rightUser .user {
    float: left;
    font-size: 14px;
    color: #002532;
    margin-right: 20px;
  }
  header .centerWidth .rightUser a {
    font-size: 14px;
    color: #002532;
    margin-right: 20px;
  }
  header .centerWidth .rightUser a:hover {
    color: #2f9aeb;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .imgTitle{
    margin-top:10px;
    margin-left:10px;
  }
  .logoLeft span {
    margin-left: 10px;
    font-size: 28px;
    font-weight: 500;
    color: #0e9cf6;
  }
  .centerWidth {
    width: 990px;
    margin: 0 auto;
  }
  header {
    background-color: #fff;
    width: 100%;
    height: 80px;
  }
  header .centerWidth {
    width: 990px;
    margin: 0 auto;
    height: 100%;
  }
  header .centerWidth .logoLeft {
    padding: 17px 0;
    float: left;
    overflow: hidden;
  }
  header .centerWidth .logoLeft img {
    float: left;
  }
  header .centerWidth .logoLeft .font {
    margin-left: 10px;
    margin-top: 8.5px;
  }
  header .centerWidth .centerNav {
    float: left;
    height: 80px;
    line-height: 80px;
  }
  header .centerWidth .centerNav ul {
    overflow: hidden;
    /* padding: 0 40px; */
    width: 100%;
  }
  header .centerWidth .centerNav ul li {
    float: left;
    padding: 0 20px;
  }
  header .centerWidth .centerNav ul li a {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 500;
    padding: 0 3px;
  }
  header .centerWidth .centerNav ul li:hover a {
    color: #0e9cf6;
    border-bottom: #0e9cf6 solid 3px;
  }
  header .centerWidth .centerNav ul .search {
    float: right;
    margin-right: 15px;
    width: 380px;
    height: 32px;
    border-radius: 17px;
    position: relative;
    background-color: #fff;
    margin-top: 13px;
  }
  header .centerWidth .centerNav ul .search input {
    width: 350px;
    height: 32px;
    position: absolute;
    left: 17px;
    border: 0;
    outline: none;
  }
  header .centerWidth .centerNav ul .search i {
    position: absolute;
    right: 20px;
    line-height: 32px;
    font-size: 22px;
    color: #c6c6c6;
  }
  header .centerWidth .rightUser {
    float: right;
    line-height: 80px;
  }
  header .centerWidth .rightUser .user {
    float: left;
    font-size: 14px;
    color: #002532;
    margin-right: 20px;
  }
  header .centerWidth .rightUser a {
    font-size: 14px;
    color: #002532;
    margin-right: 20px;
  }
  header .centerWidth .rightUser a:hover {
    color: #2f9aeb;
  }
}

@media only screen and (min-width: 760px) and (max-width: 990px) {
  .imgTitle{
    margin-top:10px;
    margin-left:10px;
    width:300px!important;
  }
  .logoLeft span {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #0e9cf6;
  }
  .centerWidth {
    width: 760px;
    margin: 0 auto;
  }
  header {
    background-color: #fff;
    width: 100%;
    height: 80px;
  }
  header .centerWidth {
    width: 760px;
    margin: 0 auto;
    height: 100%;
  }
  header .centerWidth .logoLeft {
    padding: 22px 0;
    float: left;
    overflow: hidden;
  }
  header .centerWidth .logoLeft img {
    float: left;
    width: 30px;
  }
  header .centerWidth .logoLeft .font {
    margin-left: 10px;
    margin-top: 8.5px;
  }
  header .centerWidth .centerNav {
    float: left;
    height: 80px;
    line-height: 80px;
  }
  header .centerWidth .centerNav ul {
    overflow: hidden;
    width: 100%;
  }
  header .centerWidth .centerNav ul li {
    float: left;
    padding: 0 10px;
  }
  header .centerWidth .centerNav ul li a {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 500;
    padding: 0 3px;
  }
  header .centerWidth .centerNav ul li:hover a {
    color: #0e9cf6;
    border-bottom: #0e9cf6 solid 3px;
  }
  header .centerWidth .centerNav ul .search {
    float: right;
    margin-right: 15px;
    width: 380px;
    height: 32px;
    border-radius: 17px;
    position: relative;
    background-color: #fff;
    margin-top: 13px;
  }
  header .centerWidth .centerNav ul .search input {
    width: 350px;
    height: 32px;
    position: absolute;
    left: 17px;
    border: 0;
    outline: none;
  }
  header .centerWidth .centerNav ul .search i {
    position: absolute;
    right: 20px;
    line-height: 32px;
    font-size: 22px;
    color: #c6c6c6;
  }
  header .centerWidth .rightUser {
    float: right;
    line-height: 80px;
  }
  header .centerWidth .rightUser .user {
    float: left;
    font-size: 14px;
    color: #002532;
    margin-right: 20px;
  }
  header .centerWidth .rightUser a {
    font-size: 14px;
    color: #002532;
    margin-right: 20px;
  }
  header .centerWidth .rightUser a:hover {
    color: #2f9aeb;
  }
}

@media only screen and (max-width: 760px) {
  .imgTitle{
    margin-top:.1rem;
    margin-left:.2rem;
    width:3rem!important;
  }
  .logoLeft span {
    display: none !important;
  }
  .centerWidth {
    width: 100% !important;
    margin: 0 auto;
  }
  header {
    background-color: #fff;
    width: 100%;
    height: 1rem;
  }
  header .centerWidth {
    width: 9rem;
    margin: 0 auto;
    height: 100%;
  }
  header .centerWidth .logoLeft {
    padding: .3rem 0;
    float: left;
    overflow: hidden;
  }
  header .centerWidth .logoLeft img {
    float: left;
    width: .4rem;
  }
  header .centerWidth .logoLeft .font {
    margin-left: .1rem;
    margin-top: .1rem;
    width: 2rem;
  }
  header .centerWidth .centerNav {
    float: left;
    height: 1rem;
    line-height: 1rem;
  }
  header .centerWidth .centerNav ul {
    overflow: hidden;
    width: 100%;
  }
  header .centerWidth .centerNav ul li {
    float: left;
    padding: 0 .1rem;
  }
  header .centerWidth .centerNav ul li a {
    font-size: .16rem;
    color: #3b3b3b;
    padding: 0 .03rem;
  }
  header .centerWidth .centerNav ul li:hover a {
    color: #0e9cf6;
    border-bottom: #0e9cf6 solid .03rem;
  }
  header .centerWidth .centerNav ul .search {
    float: right;
    margin-right: .2rem;
    width: 4rem;
    height: .4rem;
    border-radius: .17rem;
    position: relative;
    background-color: #fff;
    margin-top: .13rem;
  }
  header .centerWidth .centerNav ul .search input {
    width: .35rem;
    height: .32rem;
    position: absolute;
    left: .17rem;
    border: 0;
    outline: none;
  }
  header .centerWidth .centerNav ul .search i {
    position: absolute;
    right: .2rem;
    line-height: .32rem;
    font-size: .22rem;
    color: #c6c6c6;
  }
  header .centerWidth .rightUser {
    float: right;
    line-height: 1rem;
  }
  header .centerWidth .rightUser .user {
    float: left;
    font-size: .14rem;
    color: #002532;
    margin-right: .2rem;
  }
  header .centerWidth .rightUser a {
    font-size: .14rem;
    color: #002532;
    margin-right: .2rem;
  }
  header .centerWidth .rightUser a:hover {
    color: #2f9aeb;
  }
}
