* {
    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: 1.1rem;
    border-bottom: 1px solid #cccccc;
}


.top_bg .top_con{
    margin: 0 auto;


}

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


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


/*nav*/

.nav_bg{
    width: 65%;
    margin: 0px 0 0 10%;
    height: 1.1rem;
    position: relative;
    float: left;

}


.nav_bg .t_nav{
    margin: 0 auto;

}

.nav_bg .t_nav>ul>li{
    float: left;
    height: 1.1rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 12.5%;
    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: #333;
    -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: 1.1rem;
}


.nav_bg .t_nav>ul>li::after{
    width: 0%;
    height:3px;
    position: absolute;
    left: 20%;
    bottom: 0rem;
    content: "";
    z-index: -1;
    background: #da251c;
    -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;
  color: #da251c;
}

.nav_bg .t_nav>ul>li:hover::after{
  width: 60%;
}


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

.nav_bg .t_nav>ul>li.another::after{
  width: 60%;
}


.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 1.1rem;

    left: 0px;

    background: #dc4b45;

    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: #fff !important;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
  
}



.top_bg .tel{
    float: right;
    margin-top: 0.35rem;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 0.5rem;
}

.top_bg .tel i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
}

.top_bg .tel span{
  display: block;
  font-size: 0.22rem;
  color: #da251c;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.22rem;
}



/* phone_header*/

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

.headerTop {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 0.7rem;
  }
  .headerTop .headerTel {
    float: left;
    margin-top: 0.15rem;
    margin-left: 0.15rem;
  }
  .headerTop .headerTel a {
    display: block;
    float: left;
  }
  .headerTop .headerTel a img {
    width: auto;
    height: 0.4rem;
    float: left;
    display: block;
  }

  .headerTop .headerTel h5{
      display: block;
      font-size: 0.18rem;
      color: #333333;
        float: left;
        margin-left: 0.1rem;
  }

  .headerTop .headerTel h5 span{
      display: block;
      font-size: 0.12rem;
      color: #333333;
letter-spacing: -0.4px;
  }



  .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: #da251c;
    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: 1660px){
      .page_container{
        width: 90%;
      }


  }


  @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: url(../images/footerbg.jpg) no-repeat top center;
    overflow: hidden;
    padding-bottom: 0.3rem;
    background-size: cover;
  }
  
  
  .footer .footercenter{
    margin: 0 auto;
  }
  
  .footer .footercenter .footerinfo{
    height: 2.95rem;
    border-bottom: 1px solid #d9d9d9;
  }

  .footer .footercenter .footerinfo .fnav{
    float: left;
    border-right: 1px solid #d9d9d9;
    width: 67%;
    margin-top: 0.65rem;
    height: 1.84rem;
  }

  .footer .footercenter .fnav dl{
    float: left;
    width: 20%;
  }

  .footer .footercenter .fnav dl dt{
    font-size: 0.16rem;
    color: #000000;
    margin-bottom: 0.1rem;

  }

  .footer .footercenter .fnav dl dd a{
    font-size: 0.14rem;
    color: #808080;
    line-height: 0.32rem;
    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;
  }

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

  .footer .footercenter .fcont{
    float: right;
    width: 28%;
    margin-top: 0.65rem;
  }

  .footer .footercenter .fcont .flogo a{
    display: block;
    font-size: 0.18rem;
    color: #000;
  }

  .footer .footercenter .fcont .address{
    margin: 0.2rem 0 0.25rem 0;

  }

  .footer .footercenter .fcont .address img{
    vertical-align: middle;
    display: inline-block;
  }

  .footer .footercenter .fcont .address i{
    font-size: 0.14rem;
    color: #808080;
    line-height: 0.28rem;
  }

  .footer .footercenter .fcont .zx{
    width: 1.35rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background: #da251c;
    text-align: center;

  } 

  .footer .footercenter .fcont .zx a{
    font-size: 0.14rem;
    color: #fff;
  }

  .footer .footercenter .fcont .zx a img{
    vertical-align: middle;
  }

  .footer .end{
    margin: 0.3rem auto 0 auto;
  } 

  .footer .end .endl{
    float: left;
    width: 60%;
  }
  
  .footer .end .endl ul li{
    font-size: 0.14rem;
    color: #808080;
    line-height: 0.35rem;
  }

  .footer .end .endl ul li a{
    font-size: 0.14rem;
    color: #808080;
  }

  .footer .end .endl ul li img{
    vertical-align: middle;
  }

  .footer .end .ewm{
    float: right;
  } 
  .footer .end .ewm ul li{
    float: left;
    margin-left: 0.5rem;
    width: 1.42rem;

  }

  .footer .end .ewm ul li img{
    display: block;
    width: 1.42rem;
    height: 1.42rem;

  }

  .footer .end .ewm ul li span{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #999;
    margin: 0.1rem auto 0 auto;
  }

/*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{
      padding-bottom: 0.8rem;

    }
    

    
    .footer .footercenter .footerinfo{
      height: auto;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 0.15rem;
    }
  
    .footer .footercenter .footerinfo .fnav{
      display: none;
    }
  
 
    .footer .footercenter .fcont{
      float: none;
      width: 100%;
      margin: 0.35rem auto 0 auto;
      text-align: center;
    }
  
  
    .footer .footercenter .fcont .address{
      margin: 0.15rem 0 0.2rem 0;
  
    }
  
    .footer .footercenter .fcont .address img{
      vertical-align: middle;
      display: inline-block;
    }
  
    .footer .footercenter .fcont .address i{
      font-size: 0.14rem;
      color: #808080;
      line-height: 0.28rem;
    }
  
    .footer .footercenter .fcont .zx{
      text-align: center;
      margin: 0 auto;
  
    } 
  
  
    .footer .end{
      margin: 0.2rem auto 0 auto;
    } 
  
    .footer .end .endl{
      float: none;
      width: 100%;
      text-align: center;
    }
    
    .footer .end .endl ul li{
      font-size: 0.14rem;
      color: #808080;
      line-height: 0.26rem;
    }
  

  
    .footer .end .ewm{
      float: none;
      width: 100%;
      text-align: center;
      margin: 0.15rem auto 0 auto;
    } 
    .footer .end .ewm ul li{
      float: none;
      display: inline-block;
      margin: 0 0.3rem;
      width: 1rem;
  
    }
  
    .footer .end .ewm ul li img{
      display: block;
      width: 1rem;
      height: 1rem;
  
    }
  
    .footer .end .ewm ul li span{
      display: block;
      text-align: center;
      font-size: 0.14rem;
      color: #999;
      margin: 0.1rem auto 0 auto;
    }
    .m_end_bg{
        display: block;
    }
    
    #wjdh-kefu {
      display: none;
    }
    
    
  }