* {
    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.35rem;
    background: #fff ;
}


.top_bg .top_con{
    margin: 0 auto;


}

.top_bg .top_con .logo{
    float: left;
    margin-top: 0rem;
    margin-left: 4%;
    position: relative;
    width: 16.2;
}


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

.top_bg .top_con .trait{
    float: left;
    margin: 0.35rem 0 0 2%;
    width: 17%;
    background: url(../images/top_xt.png) no-repeat  center;
    height: 0.67rem;
    background-size: contain;
}

.top_bg .top_con .trait span{
    display: block;
    line-height: 0.27rem;
    font-size: 0.18rem;
    color: #1a1a1a;
    width: 90%;
    margin: 0.05rem auto 0 auto;

}

.top_bg .top_con .trait span i{
    font-size: 0.18rem;
    color: #ed1d24;
}

/*nav*/

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

}


.nav_bg .t_nav{
    margin: 0 auto;

}

.nav_bg .t_nav>ul>li{
    float: left;
    height: 1.35rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 16%;
    box-sizing: content-box;
    background: url(../images/nav_xt.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: #1a1a1a;
    -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.35rem;
}


.nav_bg .t_nav>ul>li::after{
    width: 100%;
    height:0px;
    position: absolute;
    left: 0%;
    top: 0.83rem;
    content: "";
    z-index: -1;
    background: url(../images/nav_hover.png) no-repeat center;
    -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::after{
  height: 0.1rem;
}

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


.nav_bg .t_nav>ul>li.another::after{
    height: 0.1rem;
}

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

.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 1.35rem;

    left: 0px;

    background: #ed1d24;

    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 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: #e20c13;

    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 .yuyan{
    float: left;
    margin-left: 2%;
    margin-top: 0.6rem;
    background: url(../images/yuyan_ico1.png) no-repeat right center;
    height: 0.2rem;
    overflow: hidden;
}

.top_bg .yuyan ul li{
    line-height: 0.2rem;
    padding-right: 0.2rem;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.top_bg .yuyan ul li a{
    display: block;
    font-size: 0.16rem;
    color: #1a1a1a;
    text-transform: uppercase;
    padding-left: 0.27rem;
    background: url(../images/yuyan_ico.png) no-repeat left center;
}

.top_bg .yuyan:hover ul li{
    transform: translateY(-0.2rem);
}



/* 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.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  .yuyan{
      float: right;
      margin: 0.15rem 0.4rem 0 0;
  }

  .headerTop  .yuyan ul li{
      line-height: 0.2rem;

  }

  .headerTop  .yuyan ul li a{
      display: block;
      font-size: 0.14rem;
      color: #333;
      text-transform: uppercase;
  }

  .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: #ed1d24;
    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: 1440px){

    .top_bg .top_con .logo img {
        margin-top: 0.4rem;
    }
    .top_bg .top_con .trait span  {
        font-size: 0.14rem;
    }

    .top_bg .top_con .trait span i {
        font-size: 0.14rem;
    }

    .nav_bg .t_nav>ul>li>a>span {
        display: block;
        font-size: 0.16rem;
    }
      
}



@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 .footer{
    position: relative;
    z-index: 5;
    margin: 0 auto;
    height: 3.62rem;
    overflow: hidden;
    padding-top: 0.65rem;
    box-sizing: content-box;
}

.footer_bg .footer .f_l{
    float: left;
    width: 21%;
}

.footer_bg .footer .f_l .f_logo{

}

.footer_bg .footer .f_l .f_logo a{
    display: block;
    font-size: 0.31rem;
    color: #ed1d24;
    font-weight: bold;
    line-height: 0.3rem;
}

.footer_bg .footer .f_l .ewm{
    margin-top: 0.35rem;
}

.footer_bg .footer .f_l .ewm img{
    display: block;
    width: 1.22rem;
    height: 1.22rem;
}

.footer_bg .footer .f_l .ewm span{
    display: block;
    text-align: left;
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.12rem;
}

.footer_bg .footer .f_l .f_ico{
    margin-top: 0.1rem;
}

.footer_bg .footer .f_l .f_ico ul li{
    float: left;
    position: relative;
    width: 0.31rem;
    margin-right: 0.2rem;
    height: 0.31rem;
}

.footer_bg .footer .f_l .f_ico ul li span img{
    display: block;
    width: 0.31rem;
    height: 0.31rem;
}

.footer_bg .footer .f_l .f_ico ul li i img{
    display: block;
    position: absolute;
    left: 0;
    top: 0.32rem;
    width: 0rem;
    height: 0rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer_bg .footer .f_l .f_ico ul li:hover i img{
    width: 1rem !important;
    height: 1rem !important;
}

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

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

.footer_bg .footer .f_fl dl:last-child{
    margin-right: 0;
}

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

.footer_bg .footer .f_fl dd a{
    font-size: 0.14rem;
    color: #b2b2b2;
    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.33rem;
}


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


.footer_bg .footer .f_r{
    float: right;
    width: 16%;
}


.footer_bg .footer .f_r .tel{
    margin-bottom: 5px;

}

.footer_bg .footer .f_r .tel span{
    display: block;
    font-size: 0.18rem;
    color: #ffffff;
    font-weight: bold;
}

.footer_bg .footer .f_r .tel i{
    display: block;
    font-size: 0.3rem;
    color: #f5f7fe;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: url(../images/f_tel.png) no-repeat left center;
    padding-left: 0.4rem;
    margin-top: 0.15rem;

}

.footer_bg .footer .f_r ul li{
    font-size: 0.14rem;
    color: #b2b2b2;
    line-height: 0.36rem;
    
} 


.footer_bg .end{
    margin: 0 auto;
    box-sizing: content-box;
    font-size: 0.16rem;
    color: #b2b2b2;
    height: 0.78rem;
    line-height: 0.78rem;
}

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

}

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




/*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: 15px;
    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: 1600px){

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

    .footer_bg .footer .f_r {
        float: right;
        width: 26%;
    }
  }

@media (max-width: 980px){
    .footer_bg{
        margin-bottom: 0.7rem;
        padding-bottom: 0.3rem;
        background-size: cover;
        overflow: hidden;
    }
    
    
      
    .footer_bg .footer{
        height: auto;
        padding-top: 0.3rem;

    }
    
    .footer_bg .footer .f_l{
        float: none;
        width: 100%;
    }
    
    
    .footer_bg .footer .f_l .f_logo a{
        display: block;
        font-size: 0.24rem;
        color: #ed1d24;
        font-weight: bold;
        line-height: 0.2rem;
        text-align: center;
        margin: 0 auto;
    }
    
    .footer_bg .footer .f_l .ewm{
        margin: 0.3rem auto 0 auto;
    }
    
    .footer_bg .footer .f_l .ewm img{
        display: block;
        width: 1rem;
        height: 1rem;
        margin: 0 auto;
    }
    
    .footer_bg .footer .f_l .ewm span{
        display: block;
        text-align: center;
        font-size: 0.14rem;
        color: #fff;
        margin-top: 0.12rem;
    }
    
    .footer_bg .footer .f_l .f_ico{
        margin: 0.2rem auto 0 auto;
        text-align: center;
    }
    
    .footer_bg .footer .f_l .f_ico ul li{
        float: none;
        display: inline-block;
        position: relative;
        width: 0.31rem;
        margin: 0 0.15rem;
    }
    

    
    .footer_bg .footer .f_fl{
        display: none;
    }
    
 
    
    .footer_bg .footer .f_r{
        float: none;
        width: 100%;
        margin: 0.2rem auto 0 auto;
        text-align: center;
    }
    
    
    .footer_bg .footer .f_r .tel{
        margin-bottom: 5px;
    
    }
    
    .footer_bg .footer .f_r .tel span{
        display: block;
        font-size: 0.16rem;
        color: #ffffff;
        font-weight: bold;
    }
    
    .footer_bg .footer .f_r .tel i{
        display: inline-block;
        font-size: 0.2rem;
        color: #f5f7fe;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        background: url(../images/f_tel.png) no-repeat left center;
        padding-left: 0.4rem;
        margin-top: 0.1rem;
    
    }
    
    .footer_bg .footer .f_r ul li{
        font-size: 0.14rem;
        color: #b2b2b2;
        line-height: 0.3rem;
        
    } 
    
    
    .footer_bg .end{
        margin: 0 auto;
        box-sizing: content-box;
        font-size: 0.14rem;
        color: #b2b2b2;
        height: auto;
        line-height: 0.28rem;
    }
    
    .footer_bg .end  a{
        font-size: 0.14rem;
        color: #b2b2b2;
    
    }

    .m_end_bg{
        display: block;
    }

#wjdh-kefuMinImg {
    display: none !important;

}
#wjdh-kefu {
    display: none !important;
}


}