/*
* @Author: afei
* @Date:   2020-05-22 09:37:03
* @Last Modified by:   lin
* @Last Modified time: 2020-06-05 13:25:05
*/
.index-nav {
  z-index: 99999;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border-bottom: 0px solid #eeeeee;
}

.index-nav-frame {
  width: 1200px;
  margin: 0 auto;
}

.index-nav-frame-line {
  display: block;
  position: relative;
  width: 105px;
  float: left;
  color: #fff;
  outline: none;
  text-align: center;
  font-size: 16px!important;
  font-weight: bold;
  line-height: 52px;
  cursor: pointer;
}

.index-nav-frame-line a {
  color: #fff!important;
  display: block;
  font-size:16px!important
}


.index-nav-frame-line.active {
  color: #fff;
  border-bottom: 0px #ed1c23 solid;
  background: #0f75d0;
}

.index-nav-frame-line:hover {
  background: #0f75d0;
}

.index-nav-frame-line-center {
  z-index: 99999;
  position: absolute;
  left: 0px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;  /* Firefox 4 */

  /* Opera */
}

.index-nav-frame-line-li {
  width: 100%;
  min-width: 105px;
  padding: 0 10px;
  color: #fff;
  background: #0f75d0;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
}

.index-nav-frame-line-li1 {
  width: 100%;
  min-width: 120px;
  padding: 0 10px;
  color: #fff;
  background: #0f75d0;
  text-align: center;
  font-size: 10px;
  line-height: 40px;
  font-weight: normal;
}

.index-nav-frame-line-li:hover {
  color: white;
  background: #3f9df2;
}

.index-nav-frame-line-li:hover a {
  color: white;
  display: block;
}

.index-nav-frame-line-focus:focus {
  display: none;
}

.index-nav-frame-line:hover .index-nav-frame-line-center {
  height: auto;
  opacity: 1;
}

.nav-line {
  display: none;
  position: relative;
  width: 100%;
  height: 50px;
  outline: none;
}

.nav-small {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  outline: none;
  cursor: pointer;
}

.nav-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-small-focus {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.nav-small-focus:focus {
  display: none;
}

