* {
    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*/



.top_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    height: 1rem;
    background: #21262d;
}


.top_bg .top_con{
    margin: 0 auto;


}

.top_bg .top_con .logo{
    float: left;
    position: relative;
    width: 23.25%;
}


.top_bg .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
}


/*nav*/

.nav_bg{
    width: 61%;
    margin: 0px 0 0 3%;
    height: 1rem;
    position: relative;
    float: left;

}


.nav_bg .t_nav{
    margin: 0 auto;

}

.nav_bg .t_nav>ul>li{
    float: left;
    height: 1rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 11%;
    box-sizing: content-box;
}


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

.nav_bg .t_nav>ul>li>a>span{
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    -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: 1rem;
}



.nav_bg .t_nav>ul>li:hover>a>span{
  color: #bc211d;
}



.nav_bg .t_nav>ul>li.another>a>span{
    color: #bc211d;
}


.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 1rem;

    left: 0px;

    background: #bc211d;

    width: 100%;

    z-index: 999;
    overflow: hidden;

}



.t_nav ul li .submenu li {

    padding: 0;

    background: none;

    height: 45px;

    line-height: 45px;

    border-bottom: 1px solid #e4e8eb;

}



.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: #da251c;

    text-decoration: none;

}


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



.top_bg .mapico{
  float: right;
  margin-left: 3%;
}
.top_bg .mapico img{
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.28rem 0 0 0;
}



.top_bg .search {
  z-index: 99;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0.28rem 0 0 0%;
  position: relative;
  float: right;
}

.top_bg .search  .searchIco {
  display: block;
  margin: auto;
  width: 0.44rem;
  height: 0.44rem;
  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  no-repeat;
}
.top_bg .search  .searchIco em.hide {
  background: url(../images/sou.png) 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: 4px;
  right: 0.5rem;
  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: 30px;
  height: 30px;
  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: #21262d;
}

.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;
    display: block;
  }


  .headerTop .headerTel a span{
      display: block;
      font-size: 0.2rem;
      color: #333333;
      font-weight: bold;
        float: left;
        line-height: 0.4rem;
  }



  .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/menu.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: #bc211d;
    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;
  }

  .headerTop .yuyan {
    float: right;
    margin-right: 0.5rem;
    margin-top: 0.16rem;
}

.headerTop .yuyan ul li a {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.2rem;
}




  @media (max-width: 1440px){



  }



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

    .top_bg{
        display: none;
    }

    .nav_bg{
        display: none;
    }

    .phone_header{
        display: block;
    }

    .header2{
        display: none;
    }
}



/* footer */

.footer{
  width: 100%;
  margin: 0 auto;
  background: #21262d;

}

.footer .footercenter{
  margin: 0 auto;
}

.footer .footercenter .footerinfo{
  overflow: hidden;
  margin: 0rem auto 0 auto;
  padding-top: 0.9rem;
}

.footer .footercenter .footerinfo .f_l{
  float: left;
  width: 38%;
}

.footer .footercenter .footerinfo .f_l .ewm{
  float: left;
  width: 1.3rem;

}

.footer .footercenter .footerinfo .f_l .ewm img{
  display: block;
  margin: 0 auto;
  width: 1.3rem;
  height: 1.3rem;
}

.footer .footercenter .footerinfo .f_l .ewm span{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  margin: 0.15rem auto 0 auto;
}

.footer .footercenter .footerinfo .f_l .f_cont{
  float: left;
  margin-left: 10%;
  width: 50%;


}

.footer .footercenter .footerinfo .f_l .f_cont h5{
  font-size: 0.16rem;
  color: #cccccc;
}

.footer .footercenter .footerinfo .f_l .f_cont ul{
  margin-top: 0.15rem;

}

.footer .footercenter .footerinfo .f_l .f_cont ul li{
  font-size: 0.14rem;
  color: #cccccc;
  overflow: hidden;
  line-height: 0.27rem;
  margin: 0.05rem 0;
}

.footer .footercenter .footerinfo .f_l .f_cont ul li i{
  font-size: 0.14rem;
  color: #cccccc;
  display: block;
  float: left;
}

.footer .footercenter .footerinfo .f_l .f_cont ul li a{
  color: #cccccc;
}


.footer .footercenter .footerinfo .f_l .f_cont ul li em{
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.27rem;
  display: block;
  float: left;
}



.footer .footercenter .footerinfo .fnav{
  float: right;
  width: 59%;
}

.footer .footercenter .footerinfo .fnav dl{
  border-left: 1px solid #383c42;
  height: 2.64rem;
  width: 24%;
  float: left;
  text-align: center;
  
}

.footer .footercenter .footerinfo .fnav dl dt{
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.footer .footercenter .footerinfo .fnav dl dd a{
  font-size: 0.14rem;
  color: #cccccc;
  line-height: 0.35rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer .footercenter .footerinfo .fnav dl dd a:hover{
  transform: translateX(5px);
}


.footer .footercenter .links{
  margin: 0.35rem auto 0 auto;
}

.footer .footercenter .links .links_t{
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.footer .footercenter .links .yq{
  font-size: 0.14rem;
  color: #bdbdbd;

}

.footer .footercenter .links .yq a{
  font-size: 0.14rem;
  color: #999999;
  padding: 0 0.2rem;

}

.footer .footercenter .links .yq a:first-child{
  padding-left: 0;
}

.footer .footercenter .end{
  border-top: 1px solid #383c42;
  line-height: 0.8rem;
  overflow: hidden;
  margin: 0.2rem auto 0 auto;

}

.footer .footercenter .end .e_l{
  float: left;
  font-size: 0.14rem;
  color: #b2b2b2;
}

.footer .footercenter .end .e_l a{
  font-size: 0.14rem;
  color: #b2b2b2;
}

.footer .footercenter .end .e_r{
  float: right;
  font-size: 0.14rem;
  color: #b2b2b2;
}

.footer .footercenter .end .e_r a{
  font-size: 0.14rem;
  color: #b2b2b2;
}




/*end*/
.m_end_bg {
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 9px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.m_end_bg ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.m_end_bg ul li span img {
  display: block;
  width: 20px;
  height: 19px;
  object-fit: contain;
  margin: 0 auto 3px auto;
}
.m_end_bg ul li a {
  display: block;
  font-size: 13px;
  color: #333;
}




@media (max-width: 980px){

  .footer {
    margin: 0 auto 0.6rem auto;
}
  .footer .footercenter .footerinfo{
    padding-top: 0.3rem;
  }
  
  .footer .footercenter .footerinfo .f_l{
    float: none;
    width: 100%;
  }
  
  .footer .footercenter .footerinfo .f_l .ewm{
    float: none;
    width: 1rem;
    margin: 0 auto;
  
  }
  
  .footer .footercenter .footerinfo .f_l .ewm img{
    display: block;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
  }
  
  .footer .footercenter .footerinfo .f_l .ewm span{
    display: block;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    margin: 0.15rem auto 0 auto;
  }
  
  .footer .footercenter .footerinfo .f_l .f_cont{
    float: none;
    margin-left: 0%;
    width: 100%;
  
  
  }
  

  
  .footer .footercenter .footerinfo .fnav{
    display: none;
  }
  
 
  
  .footer .footercenter .links{
    display: none;
  }
  
 
  .footer .footercenter .end{
    border-top: 1px solid #383c42;
    line-height: 0.26rem;
    height: auto;
    overflow: hidden;
    margin: 0.1rem auto 0 auto;
    text-align: center;
    padding: 0.1rem 0;
  
  }
  
  .footer .footercenter .end .e_l{
    float: none;
    font-size: 0.14rem;
    color: #b2b2b2;
  }
  
  
  .footer .footercenter .end .e_r{
    float: none;
    font-size: 0.14rem;
    color: #b2b2b2;
  }
  
  .m_end_bg{
    display: block;
}

#wjdh-kefu {
  display: none;
}
}