@charset "utf-8";
*{ font-family: "微软雅黑"; font-size: 14px; line-height: 1.8; margin: 0 auto; padding: 0px;}
ul,li,ol{ list-style: none;}
a{color: #666;}
a:hover{color: #0078C1;}
a,a:hover,a:link,a:active,a:visited{ text-decoration: none;}
a{ -webkit-transition: all 0.3s ease;transition: all 0.3s ease;text-decoration: none;outline: 0;cursor: pointer;}
img{ max-width: 100%; height: auto;}
em{font-style: normal;font-weight: normal;}
body{position: relative;}
.pull-left{float: left;}
.pull-right{float: right;}
.fl_l{float: left;}
.fl_r{float: right;}
.clear{ clear: both;}
ul,p{padding: 0;margin: 0;}
/*图片放大*/
.useimg{
  overflow: hidden;
  display: block;
}
.useimg img{
  display: inline-block;
  vertical-align: middle;
  transition: .5s linear 0s;
  transform: scale(1);
}
.useimg:hover img{
  transform: scale(1.1);
}

.headtop{
  background:#1756c0;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.headtop .left,.headtop .right{
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}

.headtophei{
  height: 50px;
}









footer{
  background: url(/uploads/carousel/foot_line.jpg) repeat-x top #04599b;
  padding: 25px 0;
  overflow: hidden;
  text-align: center;
  color: white;
}
footer a{
  color: white;
}



@media (max-width: 767px) {
  .hidden-xs {display: none !important;}


  .navbar .logoin{
    margin-left: 10px;
  }
  .navbar .navbar-toggler{
    margin-right: 10px;
  }
  .navbar{
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 5px 50.05px 4.95px rgb(0 0 0 / 10%);
  }

  .navbar .container{
    padding: 0px;
  }

  .minhead{
    height: 65px;
  }

  .navbar .navbar-nav a{
    line-height: 45px;
    display: block;
    font-size: 16px;
    color: white;
    padding: 0px 15px;
    text-align: center;
    border-bottom: 1px solid rgb(255,255,255,.2);
  }
  .navbar .navbar-collapse{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 65px;
  }
  .navbar .navbar-collapse li{
    width: 100%;
  }



}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
}



@media (min-width:992px){



  .headl{padding: 0;}

  .headl .nava{
    font-size: 18px;
    color: #333333;
    line-height: 100px;
    display: block;
  }

  .headl .navbar-nav{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .headl  .navbar-nav{
    position: relative;
  }


  


  .headl .navdown{
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    z-index: 999;
    border-radius: 0 0 5px 5px;
    border: 1px solid #cfd3dc;
    top: 110px;
    width: 500px;
  }
  .headl .navdown a{
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
    line-height: 35px;
  }
  .headl .navdown .left{
    background-color: #04599b;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .headl .navdown .left a:hover{
    background: white;
    color: #04599b;
  }
  .headl .navdown .right p{
    color: #004379;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
  }

  .headl .navdown .right img{
    padding-top: 25px;
  }

  .headl .navbar-nav li:hover .navdown{
    opacity: .9;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }



  




  


}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}
}
@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
}
@media (min-width: 1400px) {
  .container{
    max-width: 1320px;
  }

}
