.fl {
  float: left;
  display: block;
}
.fr {
  float: right;
  display: block;
}
i {
  font-style: normal;
}
/*分页样式*/
.digg {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  padding-top: 20px
}
.digg a {
  display: inline-block; /*float:left;*/ padding: 5px 12px;
  margin: 10px 0 0 8px;
  border: 1px solid #e1e2e3;
  line-height: 20px;
  height: 20px;
  color: #3b8dd1;
  background: #fff;
  text-decoration: none;
}
.digg a:hover {
  border: 1px solid #3b8dd1;
}
.digg span {
  display: inline-block; /*float:left;*/ padding: 5px 0;
  line-height: 20px;
  height: 20px;
}
.digg span.current {
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #555;
  font-weight: bold;
}
.digg span.disabled {
  border: 1px solid #eee;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #ddd;
}
/*滚动条 start*/ ::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #8f8f8f;
}
/*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: #fff;
}
/*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(143, 143, 143, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
}
/*------------------------                head                            --------------------------*/
.heads {
  width: 100%;
  position: relative;
}
.navdiv {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}
.navdivs {
  max-width: 1590px;
  margin: 0 auto;
}
.navlogo {
  width: 25%;
  padding: 9px 0;
}
.navnr {
  width: 60%;
}
.navnr li {
  width: 14%;
  float: left;
  display: block;
  text-align: right;
}
.navnr li a {
  display: inline-block;
  color: #939393;
  font-size: 16px;
  transition: all .5s;
  line-height: 60px;
  padding: 0 9px;
}
.navnr > ul > li.on > a, .navnr > ul > li:hover > a {
  border-bottom: 2px solid #005597;
}
.naven {
  position: relative;
  width: 10%;
  text-align: center;
}
.navens li a img {
  width: 34%;
}
.navenp {
  font-size: 14px;
  color: #fff;
  width: 81%;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0 auto 0 9px;
}
.navenp img {
  padding-left: 7px;
}
.navens {
  display: none;
  position: absolute;
  transition: max-height .3s ease-in;
  width: 100%;
}
.navens li {
  margin-top: 8px;
  width: 100%;
}
.navens li a {
  color: #fff;
  display: block;
  width: 100%;
}
.select.open .navens {
  display: block;
  max-height: 250px;
  transform-origin: 50% 0;
  -webkit-animation: slide-down .5s ease-in;
  transition: max-height .2s ease-in;
}
@-webkit-keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1.2);
  }
  50% {
    transform: scale(1, 0.85);
  }
  75% {
    transform: scale(1, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.headnav {
  position: relative;
}
.navcots {
  width: 100%;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  top: 106px;
}
.navcots dl {
  width: 55.6%;
  margin: 0 0 0 auto;
}
.navcots dt {
  width: 13%;
  float: left;
  display: block;
  text-align: center;
  padding: 12px 0;
}
.navcots dt a {
  color: #333333;
  font-size: 14px;
  line-height: inherit;
}
.navcots dt:hover a {
  border: none;
}
.navcots dt a p {
  line-height: 25px;
}
.navcots {
  display: none;
}
.navnr li.ons .navcots {
  display: block;
}
/*------------------------                banner                            --------------------------*/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerdiv {
  background-size: cover;
  height: 100%;
  display: flex;
  min-height: 949px;
}
.flcot {
  position: absolute;
  z-index: 9999;
  top: 44%;
  left: 21%;
  width: 59%;
}
.flcotdiv {
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.flcotdiv span {
  position: absolute;
  left: 25%;
  top: 42%;
  width: 50%;
  color: #fefefe;
  font-weight: 600;
  font-size: 18px;
  text-shadow: 3px 4px 4px rgba(114, 114, 114, 1);
}
.bannerdiv {
  display: none;
}
.bannerdiv:nth-child(1) {
  display: block;
}
.flcotdiv:hover {
  transition: .5s ease-in;
  margin-top: -2%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
}
.footer p {
  color: #ffffff;
  width: 95%;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
}
.footerspan {
  margin-left: 11px;
}
.footerspan a {
  margin: 0 2px;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}
.footerspan a:nth-last-child(1) {
  border: none;
}
.navssnr {
  display: none;
}
@media screen and (max-width:768px) {
  .navlogo {
    width: 36%;
    padding: 9px 0;
  }
  .navnr {
    width: 100%;
    float: none;
    display: none;
  }
  .indexphone {
    display: none
  }
  .navnr li {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
  }
  .navnr li a {
    display: inline-block;
    color: #939393;
    font-size: 16px;
    transition: all .5s;
    line-height: 65px;
    padding: 0 9px;
  }
  .navdiv {
    position: inherit;
    width: 90%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
  }
  .navssnr {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    transition: all .5s;
  }
  .navssnron {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .alert {
    display: block;
  }
  .bannerdiv {
    min-height: 674px;
  }
  .flcot {
    position: absolute;
    z-index: 9999;
    top: 32%;
    left: 3%;
    width: 93%;
  }
  .flcotdiv a {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .flcotdiv span {
    position: absolute;
    left: 14%;
    top: 34%;
    width: 71%;
    color: #fefefe;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 3px 4px 4px rgba(114, 114, 114, 1);
  }
  .footer {
    position: absolute;
    bottom: 2%;
    width: 100%;
    padding: 8px 0;
  }
  .footer p {
    color: #ffffff;
    width: 91%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
  }
  .navlogo img {
    width: 77%;
  }
  .navcots {
    display: none !important;
  }
}