@charset "utf-8";

  
body {
  font-family:"微软雅黑",Microsoft YaHei;
  font-size:.16rem;
  color:#333;
  overflow-x: hidden;
}
div {
  float:none;
  margin:0px auto;
  padding:0;
  display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, button, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, tf, tr, th {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 16px;
}
ul,li,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
a {
  text-decoration: none;
  color:#333;
}
a:hover {
  text-decoration: none;
  color:#f09437;
}
i,em {
  font-style:normal;
}
img {
  border: 0px;
  vertical-align:central;
  -ms-interpolation-mode: bicubic;
}
/**::selection {
  background: #a22a2d;
  color: #FFFFFF;
  text-shadow: none;
}*/
  .fl {
  float:left;
}
.fr {
  float:right;
}
.clear {
  clear:both;
  line-height:0;
  height:0;
  display:block;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.l2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.l3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.l4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.l5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.l6{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.l8{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}
@media screen and (min-width: 1430px) {

}
/*IE判断*/
.ie6 {
  text-align: center;
  font-size: 16px;
  background: #FC6;
  line-height: 100px;
  z-index: 100000;
  width: 100%;
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
}
.ie6 span {
  float: right;
  margin-right: 30px;
  cursor: pointer;
}
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips span {
  text-align:center;
  font-size:18px;
  width:100%;
  display:block;
  margin-top:20px;
}

/*公用底部*/
.footer {
  background: #003472;
  margin-top: 2rem;
}
.footer_1 {
  padding: 1.875rem 0;
}
.footer_1 .title{
  text-align: center;

}
.footer_1 .title h3 {
  font-size: 1.45rem;
  color: rgba(255,255,255,.8);
  line-height: 2.812rem;
}
.footer_1 .title img {
    width: 2.812rem;
}
.footer_1 .box {
    text-align: center;
    color: rgba(255,255,255,.8);
    font-size: 1rem;
}
.footer_1 .box p {
  line-height: 2em;
}
.footer_1 .box a {
  color: rgba(255,255,255,.8);
}
.footer_2 {
  border-bottom: 1px rgba(2,65,131,.9) solid;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.footer_2 .container{
  align-items:center;
}
.footer2_logo img {
  max-width: 100%;
}
.footer2_tel {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #fff;
}
.footer2_ewm li {
  float: left;
  margin-left: 1.875rem;
}
.footer2_ewm li img {
  max-width: 98px;
}
.footer2_ewm li p {
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 0.5rem;
}
.footer_3{
  padding: 1rem 0rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background-color: #00295a;
}

@media (max-width: 1000px){
  .footer2_ewm {
      margin: 0px auto;
  }
}

/*二级页面电脑头部*/

.top {
  background: #003472;
}
.top .container{
  align-items: center;
}
.logo img {
  max-width:100%;
}
.top_r {
  width: 50%;
}



/*电脑导航*/

.navbox li.navli h3 {
  font-size: 1.25rem;
  font-weight:500;
  line-height: 114px;
  transition: all 0.6s ease 0s;
  position: relative;
}

/*.navbox li.navli h3::after { width: 0; left: 50%; height: 4px; background-color: rgb(255, 153, 0); position: absolute; bottom: 0px; transition: all 0.3s ease-in-out 0s; content: "";}
.navbox li.navli:hover h3::after { content: ""; width: 100%; left: 0px; }*/


.navB {background: #ebf0fa}
.navbox li.navli {
  position:relative;
}

.navbox li a {
  color: #fff;
}
.navbox li a:hover {
  text-decoration: none;
}
.navbox li.navli h3 a {
  display:block;
}
.navbox .navsub:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #f09621;
  top:-20px;
}
.navbox li.on h3 a {
  color: #f09621;
}
.navbox .navsub {
  border-top: 4px #f09621 solid;
  display:none;
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  z-index: 99;
  top:90px;
  text-align:center;
  position:absolute;
  background:#fff;
  padding: 5px 0;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

.navbox .navsub a {
  line-height: 44px;
  color: #000;
  padding-left: 0;
  font-size: 1.15rem;
  display:block;
}
.navbox .navsub a:hover {
  color:#004a98;
  text-decoration:none;
}

@media (max-width: 1280px)
{
  .navbox li.navli h3 {
    font-size: 1.125rem;
  }
  .navbox .navsub a {
    font-size: 1rem;
  }
  .navbox .navsub {
    border-top: 4px #ff9900 solid;
    min-width: 130px;

  }
  .logo img{
    max-width: 29rem;
  }
}

/*二级页面手机头部*/

.m_header {
  display: none;
}
@media (max-width: 1000px){
  .listBox {
   padding-top: 7rem;
  }
  .header {
    display: none;
  }
  .m_header {

    display: block;
  }
  .m_header_box {
    background: #003472;
    box-shadow: 0 0 1rem rgb(0 0 0 / 25%); 
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
  }
/* 4rem同步修改开始 */
  .m_header .logo img {
    max-height: 4rem;
  }
  .homea{
    margin-top: 4rem;
  }
  @media (max-width: 1000px){
  .listBox {
   padding-top: 6rem !important;
  }
}
  /* 4rem同步修改结束 */
  .nav_btn_box{
    align-items: center;
    color: #fff;
  }
  .nav_btn_box a {
    color: #fff;
  }
  .search_a i {
    font-size: 1.4rem;
    color: #fff;
    margin-right: 0.625rem;
  }
  .nav_btn_box p.xxzy{
    margin-right: 0.625rem;
  }
  .modal_box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000010;
  }
  .modal_back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
  }
  .divu4 {
    position: absolute;
    z-index: 9999;
    height: 55px;
    width: 100%;
    margin: 45vh auto;
  }
  .divu4 .appu4 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .divu4 .qwss {
    height: 55px;
    font-size: 12px;
    min-width: 190px;
    max-width: 600px;
    width: 60%;
    margin-top: -15px;
    outline: none;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #e4e7ed;
  }
  .appu4 .tj {
    padding-left: 6px;
    letter-spacing: 5px;
    color: white;
    min-width: 53px;
    max-width: 150px;
    height: 55px;
    border: 0;
    border-radius: 2px;
    background-color: #ff9900;
    position: relative;
    top: 1px;
    width: 20%;
    margin-top: -15px;
    font-size: 1rem;
  }
  .navbtnm i {
    font-size: 2rem;
    transition: .1s;
    color: #fff;
  }
  body.navShow .m_header .navbtnm i:before {
    content: "\F659";
  }
  body.navShow .big_nav {
    opacity: 1;
    visibility: visible;
  }
  .big_nav {
    background: #003472;
    overflow-y: auto;
    padding-bottom: 0.3rem;
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
  }
  .big_nav .scroll {
    position: static;
    padding-top: 5rem;
/*    overflow-y: auto;*/
  }
  .big_nav .scroll li {
    width: 100%;
    text-align: left;
  
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  }
  .big_nav .scroll li h2 {
    font-size: 1.25rem;
    line-height: 3.625rem;
    position: relative;
  }
  .big_nav .scroll li h2.h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25rem;
    font-family: "bootstrap-icons" !important;
    content: "\F282";
    color: #fff;
    transition: .3s;
  }
  .big_nav .scroll li a {
    color: #fff;
  }
  .big_nav .scroll li .list {
    padding: 0 0 0 2.625rem;
    display: none;
  }
  .big_nav .scroll li .list h3:nth-child(1) {
    border: 0;
  }
  .big_nav .scroll li .list h3 {
    font-size: 1rem;
    border-top: rgba(255,255,255,.13) solid 1px;
    padding: 1rem 0;
    line-height: 1.4em;
  }
  .big_nav .scroll li.on h2.h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }



}
