@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,a:hover,a:link,a:active,a:visited{ text-decoration: none;}
a:hover{color: #1052a4;}
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;}
.clear{clear: both;}

.usebox{padding:3rem 0rem;}
.xquse{text-align: center;margin-bottom: 2rem;}
.xquse h3{font-size: 30px;color: #000000;margin: 0;}
.xquse p{font-size: 14px;color: #8a8a8a;text-transform: uppercase;font-family: "Microsoft YaHei";margin: 0;}
.xquse img{width: 100%;}





.pages{text-align:center;}
.pages span,.pages a{padding: 5px 11px;margin: 0px 5px;color: #595959;border: 1px solid #ddd;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.pages .current{background: #1052a4;color: #fff;padding: 5px 11px;}
.pages .disabled:hover,.pages a:hover{background: #1052a4;color: #fff;padding: 5px 11px;}





/*header*/
header{background: white;top: inherit;position: absolute;width: 100%;z-index: 9999;box-shadow: 0 3px 4px rgba(0,0,0,0.1);}
.navbar{padding: 15px 0px;}




/*footer*/
footer{background: #1052a4;color: white;padding: 35px 0px 10px;}

footer h3{font-size: 15px;color: white;font-weight: bold;}
footer .xian{width: 21px;height: 2px;background-color: white;margin-top: 10px;margin-bottom: 20px;display: block;margin-left: 0;}
footer ul{padding: 0;}
footer ul li a{color: white;line-height: 24px;font-size: 14px;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
footer ul li a:hover{color: white;font-weight: bold;}
footer p{margin: 0;}
footer p a{color: white;}
footer p a:hover{color: white;}
footer .ewmbox{border-left: 1px solid #136bd9;padding-left: 45px;}
footer .ewmbox p{text-align: center;font-size: 12px;padding: 8px 0px;}





/*use*/
.usetitle{text-align: center;padding-bottom: 2rem;}
.usetitle p{color: rgb(168, 168, 168);font-size: 36px;margin: 0;font-family: Arial;text-transform: uppercase;}
.usetitle h3{font-size: 28px;font-weight: bold;color: #044392;}








@media (max-width: 767px) {
  .hidden-xs {display: none !important;}
  .usebox{padding: 0;}
  footer{padding: 20px 0px 20px;}

  .footer_nav{ position: fixed; bottom: 0px; left: 0px; background: #000; width: 100%; z-index: 999999999999999999999; }
  .footer_nav ul{ margin-bottom: 0px;padding: 0;}
  .footer_nav li{color: white;border-right: 1px solid #8d8d8d;border-left: 1px solid #181818;}
  .footer_nav li span{font-size: 12px;display: block;line-height: 1;margin-bottom: 8px;}
  .footer_nav li a{color:white;}
  .ftbottom{height: 44px;}
  .unnewsbt{margin: 0;}


  header .container{padding: 0px;}
  header .left{margin-left: 10px;padding-bottom: 10px;}
  header .inl{margin-right: 10px;margin-bottom: 10px;}
  .navbar{padding-bottom: 0;}
  .navbox{padding: 0px;margin: 0;background-color: rgba(4,67,146,0.9);}
  .navbox li a{display: block;border-bottom: solid 1px rgba(255,255,255,0.2);width: 85%;font-weight: 300;line-height: 50px;color: white;font-size: 16px;}












}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {display: none !important;}
}

@media (min-width:992px){
  /*header*/
  header ul{display: flex;width: 90%;text-align: center;margin-bottom: 0;margin-right:0;}
  header ul>li{flex: 1;float: left;}
  header ul>li>a{font-size: 18px;display: block;color: #333;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important;}

}

@media (min-width: 1200px) {
  .hidden-lg {display: none !important;}
}
