* {
    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: #ec870e;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ec870e;
    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.6rem;
    background: url(../images/top_bg.jpg) no-repeat center;
}


.top_bg .top_con{
    margin: 0 auto;
    position: relative;


}

.top_bg .top_con .logo{
    position: absolute;
    top: 0rem;
    left: 42.8%;
    width: 14%;
    height: 1.6rem;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    z-index: 9;
}


.top_bg .top_con .logo img{
    display: block;
    width: 0.87rem;
    height: auto;
    margin: 0.25rem auto 0.05rem auto;
}

.top_bg .top_con .logo span{
    display: block;
    font-size: 0.18rem;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 0.22rem;
}

.top_bg .top_con .logo i{
    display: block;
    font-size: 0.12rem;
    color: #1a1a1a;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


.mapico{
  position: absolute;
  right: -8%;
  top: 0px;
  width: 8%;
}

.mapico img{
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin: 0.7rem auto 0 auto;
}


/*nav*/

.nav_bg{
    width: 100%;
    margin: 0px auto;
    height: 1.6rem;
    position: relative;
    z-index: 5;
    border-left: 1px solid #e6e6e6;
}


.nav_bg .t_nav{
    margin: 0 auto;

}

.nav_bg .t_nav>ul>li{
    float: left;
    height: 1.6rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 14.2%;
    box-sizing: content-box;
    border-right: 1px solid #e6e6e6;
}

.nav_bg .t_nav>ul>li:nth-child(3){
    margin-right: 14.2%;
}


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

.nav_bg .t_nav>ul>li>a>span{
    display: 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;
    margin-top: 0.6rem;
}

.nav_bg .t_nav>ul>li>a>i{
    display: block;
    font-size: 0.14rem;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
}

.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 {

    display: none;

    position: absolute;

    top: 1.6rem;

    left: 0px;

    background: #ec870e;

    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: #00a8ec;

    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));
  
}





/* 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 h1{
      display: block;
      float: left;
  }
  .headerTop .headerTel a img {
    width: auto;
    height: 0.4rem;
    float: left;
  }
  .headerTop .headerTel i{
      display: block;
      font-size: 0.18rem;
      color: #1a1a1a;
      float: left;
      margin-left: 0.05rem;
      line-height: 0.42rem;
  }

  .headerTop .headerTel i span{
      display: block;
      font-size: 0.12rem;
        color: #1a1a1a;
        font-family: Arial, Helvetica, sans-serif;
        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: #ec870e;
    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){



  }

@media (max-width: 1440px){
    .top_bg .top_con .logo img {
        display: block;
        width: auto;
        height: 0.64rem;
        margin: 0.15rem auto 0.05rem auto;
    }

    .nav_bg .t_nav>ul>li {
        z-index: 5;
        width: 14.1%;

    }
      
}



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

    .top_bg{
        display: none;
    }

    .phone_header{
        display: block;
    }
}




/*footer*/


.footer_bg{
    width: 100%;
    margin: 0rem auto 0 auto;
    background: #2a2a2a;
    overflow: hidden;
    height: auto;
    padding: 0.9rem 0;
    box-sizing: border-box;
}

.footer_bg .footer{
    margin: 0 auto;
    padding-top: 0;
}

.footer_bg .footer .f_l{
    float: left;
    width: 28%;
    height: 1.76rem;
    border-right: 1px solid #404040;
}

.footer_bg .footer .f_l .f_logo{
    float: left;
    text-align: center;
    width: 49%;
}


.footer_bg .footer .f_l .f_logo img{
    display: block;
    width: 1rem;
    height: auto;
    margin: 0rem auto 0.05rem auto;
}

.footer_bg .footer .f_l .f_logo span{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.28rem;
}

.footer_bg .footer .f_l .f_logo i{
    display: block;
    font-size: 0.12rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.footer_bg .footer .f_l .f_fl{
    float: left;
    margin-left: 2%;
    width: 46%;
} 

.footer_bg .footer .f_l .f_fl ul li{
    font-size: 0.14rem;
    color: #808080;
    line-height: 0.34rem;
}

.footer_bg .footer .f_l .f_fl ul li a{
    font-size: 0.14rem;
    color: #808080;
}

.footer_bg .footer .f_l .f_fl ul li img{
    vertical-align: middle;
}

.footer_bg .footer .f_c{
    float: left;
    width: 25%;
    height: 1.76rem;
    border-right: 1px solid #404040;
    margin-left: 5%;
} 

.footer_bg .footer .f_c ul li{
    font-size: 0.14rem;
    color: #808080;
    line-height: 0.34rem;
    width: 82%;
}

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

.footer_bg .footer .f_c ul li img{
    vertical-align: middle;
}

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

.footer_bg .footer .f_r dl{
    float: left;
    width: 18%;
    margin-left: 2%;

}

.footer_bg .footer .f_r dl dt{
    font-size: 0.15rem;
    color: #d9d9d9;
    line-height: 0.2rem;
    margin-bottom: 0.1rem;

}

.footer_bg .footer .f_r dl dd a{
    font-size: 0.12rem;
    color: #696969;
    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.34rem;
}

.footer_bg .footer .f_r dl dd a:hover{
    transform: translateX(10px);
    color: #fff;
}



/*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;
  }


  .contactBox ul li p span strong{
    font-size: 0.18rem;
}

@media (max-width: 1440px) {

    .footer_bg .footer .f_l .f_fl ul li {
        line-height: 0.3rem;
    }

  }



@media (max-width: 980px){


    .footer_bg{
        padding: 0.3rem 0 1rem 0;
        box-sizing: border-box;
    }
    
    
    .footer_bg .footer .f_l{
        float: none;
        width: 100%;
        height: auto;
        border-right: none;
    }
    
    .footer_bg .footer .f_l .f_logo{
        float: none;
        text-align: center;
        width: 100%;
    }
    
    
    .footer_bg .footer .f_l .f_logo img{
        display: block;
        width: auto;
        height: 0.6rem;
        margin: 0rem auto 0.05rem auto;
    }
    
    .footer_bg .footer .f_l .f_logo span{
        display: block;
        font-size: 0.16rem;
        color: #fff;
        font-weight: bold;
        line-height: 0.22rem;
    }
    
    .footer_bg .footer .f_l .f_logo i{
        display: block;
        font-size: 0.12rem;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }
    
    .footer_bg .footer .f_l .f_fl{
        float: none;
        margin: 0.2rem auto 0 auto;
        width: 100%;
        text-align: center;
    } 
    
    .footer_bg .footer .f_l .f_fl ul li{
        font-size: 0.14rem;
        color: #808080;
        line-height: 0.26rem;
    }
    
    .footer_bg .footer .f_l .f_fl ul li a{
        font-size: 0.14rem;
        color: #808080;
    }
    
    .footer_bg .footer .f_l .f_fl ul li img{
        vertical-align: middle;
    }
    
    .footer_bg .footer .f_c{
        float: none;
        width: 100%;
        height: auto;
        border-right: none;
        margin: 0 auto;
    } 
    
    .footer_bg .footer .f_c ul li{
        font-size: 0.14rem;
        color: #808080;
        line-height: 0.34rem;
        width: 100%;
        text-align: center;
    }
    
    .footer_bg .footer .f_c ul li a{
        font-size: 0.14rem;
        color: #808080;
    }
    
    .footer_bg .footer .f_c ul li img{
        vertical-align: middle;
    }
    
    .footer_bg .footer .f_r{
        display: none;
    }
    
  
    .m_end_bg {
        display: block;
    }

    .contactBox ul li p span strong{
        font-size: 0.16rem;
    }
}


