* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    font-size: 100px;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div,
br,
b,
strong,
font,
br,
input,
button {
    font-size: 0.14rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}

.container1 {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}



.page_container{
    width: 84%;
    margin: 0 auto;
    max-width: 1600px;

}

/*top*/

.yuyan{
    width: 100%;
    margin: 0 auto;
    height: 0.53rem;
    position: relative;
}

.yuyan .yuyan_box{
    position: absolute;
    right: 3%;
    top: 0px;
    line-height: 0.53rem;
}

.yuyan .yuyan_box ul li{
    float: left;
    background: url(../images/xt.png) no-repeat right center;
    padding-right: 0.2rem;
    margin-right: 0.15rem;
}

.yuyan .yuyan_box ul li a{
    display: block;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 0.25rem;
    font-size: 0.12rem;
    color: #fff;

}

.yuyan .yuyan_box ul li:last-child{
    background: none;
}

.top_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    height: 1.4rem;
    background: #0c3468 ;
    border-bottom: 1px solid #0c3468;
}


.top_bg .top_con{
    margin: 0 auto;


}

.top_bg .top_con .logo{
    float: left;
    margin-top: 0rem;
    margin-left: 3%;
    position: relative;
    top: -0.1rem;
}


.top_bg .top_con .logo img{
    display: block;
    width: 2.84rem;
    height: auto;
}



/*nav*/

.nav_bg{
    width: 54%;
    margin: 0px 0 0 5%;
    height: 0.36rem;
    position: relative;
    float: left;

}


.nav_bg .t_nav{
    margin: 0 auto;

}

.nav_bg .t_nav>ul>li{
    float: left;
    height: 0.36rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 12.5%;
    box-sizing: content-box;
    background: url(../images/nav_l.png) no-repeat right center;
}

.nav_bg .t_nav>ul>li:last-child{
    background: none;
}

.nav_bg .t_nav>ul>li>a{
    display: block;
}

.nav_bg .t_nav>ul>li>a>span{
    display: block;
    font-size: 0.18rem;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
    line-height: 0.36rem;
}


.nav_bg .t_nav>ul>li::after{
    width: 0;
    height:2px;
    position: absolute;
    left: 40%;
    top: 1rem;
    content: "";
    z-index: -1;
    background:  #033577;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.nav_bg .t_nav>ul>li:hover a>span{
  font-weight: bold;
}


.nav_bg .t_nav>ul>li.another a>span{
    font-weight: bold;
}



.t_nav ul li .submenu {

    position: absolute;

    top: 0.36rem;

    left: 0px;

    background: #033577;

    width: 100%;

    z-index: 999;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.t_nav ul li:hover .submenu{
    height: auto !important;
    opacity: 1;
}



.t_nav ul li .submenu li {

    padding: 0;

    background: none;

    height: 45px;

    line-height: 45px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}



.t_nav ul li .submenu>li>a {

    float: none;

    text-align: center;

    font-size: 14px;

    height: 45px;

    line-height: 45px;

    background: none;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;

    width: 96%;

    font-weight: normal;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
    padding: 0 2%;
    box-sizing: content-box;

}


.t_nav ul li .submenu li a:hover {

    background: #00923d;

    text-decoration: none;

}


.fixedNav {
    margin: 0 auto;
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
  
}


.top_bg .tel{
    float: left;
    line-height: 0.36rem;
    background: url(../images/tel.png) no-repeat left center;
    margin-left: 1%;
    padding-left: 0.35rem;
    font-size: 0.2rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.top_bg .search {
    z-index: 99;
    height: 0.24rem;
    width: 0.24rem;
    float: left;
    margin-top: 6px;
    margin-left: 0.15rem;
    position: relative;
}

.top_bg .search  .searchIco {
    display: block;
    margin: auto;
    height: 0.24rem;
    width: 0.24rem;
    overflow: hidden;
    cursor: pointer;
  }
.top_bg .search  .searchIco em {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.top_bg .search  .searchIco em.show {
    background: url(../images/sou.png) center center no-repeat;
  }
.top_bg .search  .searchIco em.hide {
    background: url(../images/sou.png) center center no-repeat;
  }
.top_bg .search  .searchIco.top em {
    top: -100%;
  }
.top_bg .search  .searchBox {
    width: 0;
    height: 40px;
    position: absolute;
    right: 100%;
    background: #fff;
    top: -6px;
    right: 35px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.top_bg .search  .searchBox .searchInp {
    width: 250px;
    height: 40px;
    border: none;
    line-height: 40px;
    background: none;
    float: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
  }
.top_bg .search  .searchBox .searchInp::-webkit-input-placeholder {
    color: #adadad;
  }
.top_bg .search  .searchBox .searchInp:focus::-webkit-input-placeholder,
.top_bg .search  .searchBox .searchInp:active::-webkit-input-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
.top_bg .search  .searchBox .submitBtn {
    position: absolute;
    right: 10px;
    top: 3px;
    background: url(../images/sou1.png) center center no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: none;
    float: right;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
.top_bg .search  .searchBox.searchShow {
    width: 300px;
  }
.top_bg .search  .searchBox.searchShow .submitBtn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
.top_bg .search  .searchBox.searchShow .submitBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }






/* phone_header*/

.phone_header{
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #033577;
}

.headerTop {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 0.7rem;
  }
  .headerTop .headerTel {
    float: left;
    margin-top: 0.15rem;
    margin-left: 0.2rem;
  }
  .headerTop .headerTel a {
    display: block;
  }
  .headerTop .headerTel a img {
    width: auto;
    height: 0.4rem;
    float: left;
  }
  .headerTop .headerTel i{
      display: block;
      font-size: 0.18rem;
      color: #0f0f0f;
      float: left;
      margin-left: 0.1rem;
  }

  .headerTop .headerTel i span{
      display: block;
      font-size: 0.12rem;
        color: #8c8c8c;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
  }

  .yuyan_box{
    float: right;
    margin-top: 0.12rem;
  margin-right: 0.35rem;
  }

.yuyan_box ul li{
 margin-bottom: 0.04rem;
}

.yuyan_box ul li a{
    display: block;
    background: url(../images/buttom1.png) no-repeat left center;
    padding-left: 0.25rem;
    font-size: 0.14rem;
    color: #fff;

}

  .headerTop .headerMenu {
    position: relative;
    width: 0.27rem;
    height: 0.23rem;
    top: 0.23rem;
    right: 0.2rem;
    float: right;
  }
  .headerTop .headerMenu span {
    width: 0.27rem;
    height: 0.23rem;
    background: url(../images/menu1.png) no-repeat center;
    display: block;
    background-size: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .Nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    background: #0a3267;
    display: none;
    overflow-x: hidden;
  }
  .Nav .navBox .close {
    height: 0.45rem;
    width: 0.45rem;
    position: absolute;
    top: 2%;
    right: 2%;
  }
  .Nav .navBox .close img {
    width: 100%;
  }
  .Nav .navBox h4 {
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    margin-top: 0.5rem;
    font-weight: bold;
  }
  .Nav .navBox ul {
    width: 80%;
    padding: 0 10%;
    margin-top: 20%;
    box-sizing: content-box;
  }
  .Nav .navBox ul li a {
    text-align: center;
    line-height: 3.5;
    color: #fff;
    font-size: 0.18rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  @media (max-width: 1600px){
      .page_container{
        width: 90%;
      }

      .top_bg .top_con .logo{
          top: -0.05rem;
      }

      .top_bg .top_con .logo img {
        display: block;
        width: 2.24rem;
        height: auto;
    }

    .nav_bg{
        margin: 0px 0 0 2%;
    }


  }

@media (max-width: 1440px){

      
    .top_bg .top_con .tel{
        display: none;
    }

    .nav_bg {
        width: 70%;
    }

    .top_bg .search{
        display: none;
    }
}



@media (max-width: 980px){
    .page_container{
        width: 94%;
    }

    .top_bg{
        display: none;
    }

    .nav_bg{
        display: none;
    }

    .phone_header{
        display: block;
    }
}




/*footer*/


.footer_bg{
    width: 100%;
    margin: 0rem auto 0 auto;
    background: url(../images/footer_bg.jpg) no-repeat  top center;
    overflow: hidden;
    height: auto;
}

.footer_bg .hz{
    margin: 0 auto;
    padding-top: 0.7rem;
    box-sizing: content-box;
}

.footer_bg .hz .hz_box{
    position: relative;
    margin: 0 auto;
}

.footer_bg .hz .hz_box .swiper-container{
    overflow: hidden;
    width: 88%;
}

.footer_bg .hz .hz_box .swiper-container .swiper-slide{
    position: relative;

}

.footer_bg .hz .hz_box .swiper-container .swiper-slide .pic{
    position: relative;
    width: 100%;
    padding-top: 51%;
    background: #fff;

}

.footer_bg .hz .hz_box .swiper-container .swiper-slide .pic img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.footer_bg .hz .hz_box .swiper-next{
    background: url(../images/hz_right.png) no-repeat center;
    width: 0.47rem;
    height: 0.47rem;
    position: absolute;
    right: 0px;
    top: 28%;
    z-index: 5;

}

.footer_bg .hz .hz_box .swiper-prev{
    background: url(../images/hz_left.png) no-repeat center;
    width: 0.47rem;
    height: 0.47rem;
    position: absolute;
    left: 0;
    top: 28%;
    z-index: 5;
}

  
.footer_bg .footer{
    position: relative;
    z-index: 5;
    margin: 0.75rem auto 0.15rem auto;
    overflow: hidden;
}

.footer_bg .footer .f_left{
    float: left;
    width: 30%;
    margin-right: 2%;
}

.footer_bg .footer .f_left .f_tel{
    padding-left: 0.6rem;
    background: url(../images/f_tel.png) no-repeat left center;
}

.footer_bg .footer .f_left .f_tel span{
    display: block;
    font-size: 0.2rem;
    color: #858687;
}

.footer_bg .footer .f_left .f_tel i{
    display: block;
    font-size: 0.39rem;
    color: #858687;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.35rem;
}

.footer_bg .footer .f_left .f_cont{
    margin-top: 0.5rem;

}

.footer_bg .footer .f_left .f_cont ul li{
    overflow: hidden;
    line-height: 0.43rem;
    margin-bottom: 0.15rem;

}

.footer_bg .footer .f_left .f_cont ul li img{
    display: block;
    width: 0.43rem;
    height: 0.43rem;
    margin-right: 0.17rem;
    float: left;
}

.footer_bg .footer .f_left .f_cont ul li p{
    float: left;
    font-size: 0.2rem;
    color: #858687;
    line-height: 0.31rem;
    width: 80%;
}

.footer_bg .footer .f_fl{
    float: left;
    width: 50%;
}

.footer_bg .footer .f_fl dl{
    float: left;
    width: 23%;
    margin-right: 2%;
}

.footer_bg .footer .f_fl dl dt{
    font-size: 0.2rem;
    color: #ffffff;
    margin-bottom: 0.1rem;
}

.footer_bg .footer .f_fl dd a{
    font-size: 0.16rem;
    color: #858687;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 0.35rem;
}


.footer_bg .footer .f_fl dd a:hover{
    color: #fff;
    transform: translateX(5px);
}

.footer_bg .footer .ewm{
    float: right;
    width: 1.62rem;
    height: 2.19rem;
    background: #fff;
}

.footer_bg .footer .ewm img{
    display: block;
    width: 1.52rem;
    height: 1.52rem;
    margin: 0.05rem auto 0 auto;
}

.footer_bg .footer .ewm span{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #535353;
    margin-top: 5px;
}
 

.footer_bg .end{
    position: relative;
    z-index: 5;
    margin: 0 auto;
    border-top: 1px solid rgba(133, 134, 135, 0.28);
    padding: 0.45rem 0 0.5rem 0;
    box-sizing: content-box;
    font-size: 0.16rem;
    color: #858687;
}

.footer_bg .end a{
    font-size: 0.16rem;
    color: #858687;

}

.footer_bg .end img{
    vertical-align: middle;
}

.footer_bg .end .e_l{
    float: left;
    font-size: 0.16rem;
    color: #858687;
}

.footer_bg .end .e_r{
    float: right;
    font-size: 0.16rem;
  color: #858687;
}


  
  /*end*/
  .m_end_bg {
    width: 100%;
    margin: 0 auto;
    height: 70px;
    background: #f9f9f9;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: none
  }
  .m_end_bg ul li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .m_end_bg ul li span img {
    display: block;
    margin: 10px auto 5px auto;
    width: 20px;
    height: 20px;
  }
  .m_end_bg ul li a {
    display: block;
    font-size: 16px;
    color: #555;
  }
  .m_end_bg ul li.f3 {
    margin-left: 20%;
  }
  .m_end_bg ul li.f5 {
    position: absolute;
    z-index: 5;
    top: -15px;
    left: 40%;
    width: 20%;
  }
  .m_end_bg ul li.f5 span img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }



@media (max-width: 980px){

    
    .footer_bg .hz{
        margin: 0 auto;
        padding-top: 0.2rem;
        box-sizing: content-box;
    }
    
    .footer_bg .hz .hz_box{
        position: relative;
        margin: 0 auto;
    }
    
    .footer_bg .hz .hz_box .swiper-container {
        overflow: hidden;
        width: 80%;
    }
    .footer_bg .hz .hz_box .swiper-next{
        background: url(../images/hz_right.png) no-repeat center;
        background-size: 100%;
        width: 0.3rem;
        height: 0.3rem;
        position: absolute;
        right: 0px;
        top: 28%;
        z-index: 5;
    
    }
    
    .footer_bg .hz .hz_box .swiper-prev{
        background: url(../images/hz_left.png) no-repeat center;
        background-size: 100%;
        width: 0.3rem;
        height: 0.3rem;
        position: absolute;
        left: 0;
        top: 28%;
        z-index: 5;
    }
    
      
    .footer_bg .footer{
        position: relative;
        z-index: 5;
        margin: 0.35rem auto 0.15rem auto;
        overflow: hidden;

    }
    
    .footer_bg .footer .f_left{
        float: left;
        width: 60%;
        margin-right: 0%;
    }
    
    .footer_bg .footer .f_left .f_tel{
        padding-left: 0.6rem;
        background: url(../images/f_tel.png) no-repeat left center;
    }
    
    .footer_bg .footer .f_left .f_tel span{
        display: block;
        font-size: 0.16rem;
        color: #858687;
    }
    
    .footer_bg .footer .f_left .f_tel i{
        display: block;
        font-size: 0.2rem;
        color: #858687;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 0.35rem;
    }
    
    .footer_bg .footer .f_left .f_cont{
        margin-top: 0.15rem;
    
    }
    
    .footer_bg .footer .f_left .f_cont ul li{
        overflow: hidden;
        line-height: 0.33rem;
        margin-bottom: 0.1rem;
    
    }
    
    .footer_bg .footer .f_left .f_cont ul li img{
        display: block;
        width: 0.33rem;
        height: 0.33rem;
        margin-right: 0.17rem;
        float: left;
    }
    
    .footer_bg .footer .f_left .f_cont ul li p{
        float: left;
        font-size: 0.14rem;
        color: #858687;
        line-height: 0.3rem;
        width: 77%;
    }
    
    .footer_bg .footer .f_fl{
        display: none;
    }
    
    .footer_bg .footer .ewm{
        float: right;
        width: 1.22rem;
        height: 1.6rem;
        background: #fff;
    }
    
    .footer_bg .footer .ewm img{
        display: block;
        width: 1.12rem;
        height: 1.12rem;
        margin: 0.05rem auto 0 auto;
    }
    
    .footer_bg .footer .ewm span{
        display: block;
        text-align: center;
        font-size: 0.14rem;
        color: #535353;
        margin-top: 5px;
    }
     
    
    .footer_bg .end{
        position: relative;
        z-index: 5;
        margin: 0 auto;
        border-top: 1px solid rgba(133, 134, 135, 0.28);
        padding: 0.25rem 0 0.35rem 0;
        box-sizing: content-box;
        font-size: 0.14rem;
        color: #858687;
        text-align: center;
     padding-bottom: 110px;
    }
    
    .footer_bg .end a{
        font-size: 0.14rem;
        color: #858687;
    
    }
    
    .footer_bg .end img{
        vertical-align: middle;
    }
    
    .footer_bg .end .e_l{
        float: none;
        font-size: 0.14rem;
        color: #858687;
    }
    
    .footer_bg .end .e_r{
        float: none;
        font-size: 0.14rem;
        color: #858687;
    }

      .m_end_bg {
        display: block;
        }
}