body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: auto;
  box-sizing: border-box;
  overflow-x: hidden;
  }

#headerHtml {
  width: 100%;
  height: 120px;
  background-color: #fff;
  box-sizing: border-box; }
  #headerHtml .headerHtmltop {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9; }
    #headerHtml .headerHtmltop .topContent {
      width: 1300px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto; }
      #headerHtml .headerHtmltop .topContent.active {
        position: relative; }
        #headerHtml .headerHtmltop .topContent.active:after {
          content: '';
          position: absolute;
          height: 16px;
          width: 16px;
          background-image: url(../images/call.png);
          background-size: 100% 100%;
          top: 50%;
          margin-top: -7px;
          left: 0; }
      #headerHtml .headerHtmltop .topContent .topItem {
        font-size: 14px;
        color: #333333;
        padding-left: 27px;
        vertical-align: top; }
      #headerHtml .headerHtmltop .topContent .topCall {
        font-size: 22px;
        color: #333333;
        vertical-align: top; }
  #headerHtml .commonLi {
    position: relative; }
    #headerHtml .commonLi .sideUl {
      font-size: 16px;
      height: 0;
      transition: height .5s ease; }
      #headerHtml .commonLi .sideUl.height-70 {
        height: 70px; }
      #headerHtml .commonLi .sideUl.height-120 {
        height: 120px; }
      #headerHtml .commonLi .sideUl.height-150 {
        height: 150px; }
      #headerHtml .commonLi .sideUl.height-220 {
        height: 220px; }
    #headerHtml .commonLi .line {
      width: 0px;
      height: 4px;
      border-radius: 5px;
      margin: 0 auto;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: #3293EA;
      transition: width 0.5s linear; }
      #headerHtml .commonLi .lines {
      width: 0px;
      height: 4px;
      border-radius: 5px;
      margin: 0 auto;
      position: absolute;
      left: 25px;
      right: 0px;
      bottom: 0px;
      background: #3293EA;
      transition: width 0.5s linear; }
    #headerHtml .commonLi:hover .line {
      width: 80px; }
    #headerHtml .commonLi.active .line {
      width: 80px; }
      #headerHtml .commonLi:hover .lines {
      width: 80px; }
    #headerHtml .commonLi.active .lines {
      width: 80px; }
  #headerHtml .headerHtmlbottom {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #fff; }
    #headerHtml .headerHtmlbottom .headerContent {
      max-width: 1300px;
      height: 80px;
      line-height: 80px;
      margin: 0 auto; }
      #headerHtml .headerHtmlbottom .headerContent.active {
        position: relative; }
        #headerHtml .headerHtmlbottom .headerContent.active:after {
          content: '';
          position: absolute;
          height: 44px;
          width: 142px;
          background-image: url(../images/logo.png);
          background-size: 100% 100%;
          top: 50%;
          margin-top: -22px;
          left: 0; }
      #headerHtml .headerHtmlbottom .headerContent .headerUl {
        /*width: 854px;*/
        height: 80px;
        float: right;
        font-size: 18px; }
        #headerHtml .headerHtmlbottom .headerContent .headerUl a {
          color: #333;
          padding: 28px 2px;
          position: relative; }
           #headerHtml .headerHtmlbottom .headerContent .headerUl a.logoState {
          color: #fff;
          padding: 5px 20px;
          border-radius: 5px;
          background-color: #3292EA;
          position: relative; }
           #headerHtml .headerHtmlbottom .headerContent .headerUl a.logoState2 {
          color: #ccc;
          padding: 5px 20px;
          border-radius: 5px;
          border: 1px solid #ccc;
          position: relative; }
          #headerHtml .headerHtmlbottom .headerContent .headerUl a.logoState2:hover{
          	color: #fff;
          	background-color: #3292EA;
          	border: none;
          }
          #headerHtml .headerHtmlbottom .headerContent .headerUl a.active {
            color: #3293EA !important; }
          #headerHtml .headerHtmlbottom .headerContent .headerUl a:hover {
            color: #3293EA; }
         #headerHtml .headerHtmlbottom .headerContent .headerUl a.logoState:hover {
        color: #fff; }
        #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLi {
          width: 130px;
          height: 80px;
          float: left;
          text-align: center;
          color: #333;
          position: relative; }
          #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLi .sideUl {
            position: absolute;
            width: 130px;
            overflow: hidden;
            z-index: 1111;
            background-color: #ffffff;
            box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.1);
            opacity: 0.7;
            box-sizing: border-box; }
            #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLi .sideUl:after {
              display: block;
              content: '';
              clear: both; }
            #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLi .sideUl.active {
              display: block; }
            #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLi .sideUl .sideItem {
              width: 130px;
              height: 50px;
              line-height: 50px;
              text-align: center; }
        #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLiS {
          position: relative;
          width: 510px;
          height: 80px;
          float: left;
          text-align: right;
          color: #333; }
          #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLiS .sideUl {
            position: absolute;
            width: 130px;
            overflow: hidden;
            z-index: 111;
            background-color: #ffffff;
            box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.1);
            opacity: 0.7;
            box-sizing: border-box; }
            #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLiS .sideUl:after {
              display: block;
              content: '';
              clear: both; }
            #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLiS .sideUl.active {
              display: block; }
            #headerHtml .headerHtmlbottom .headerContent .headerUl .headerLiS .sideUl .sideItem {
              width: 130px;
              height: 50px;
              line-height: 50px;
              text-align: center; }

.qt-dropdown {
  height: 0;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  left: 38px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease; }

.qth {
  height: 100px; }
