@charset "utf-8";
body {
    position: relative;
}

/*头部开始*/
.g-hd{height:1.6rem;background:url(../images/bj_03.jpg) repeat;overflow: hidden;}
.g-hd .m-logo{width:100%; position:relative;}
.g-hd .m-logo span{width:27.2%; display:block;float: left;}
.g-hd .m-logo span img{display: block; width:100%;}
.g-hd .m-logo i{color:#fff; font-weight:bold;}
.g-hd .m-logo h1{
	width: 100%;
    overflow: hidden;
    float: left;
    font-size: 0.43rem;
    text-align: left;
    color: #fff;
    padding: 0.3rem 0 0 0.2rem;
    position: relative;
    font-weight: bold;
	}
.g-hd .m-logo h1 b{
	color: #fff100;
    display: block;
    font-size: 0.3rem;
    text-align: left;
    line-height: .45rem;
	}
.g-hd .m-logo p{    color: #fff;
    /* font-size: 1.1rem; */
    line-height: 0.1rem;
    font-weight: 100;
    font-size: 0.4rem;
    font-family: "Impact";
    padding-top: 0.1rem;}
.g-hd h1 p i{display: inline-block;
    width: 0.7rem;
    vertical-align: middle;}
/*头部结束*/
.m_nav{padding:1% 0; overflow:hidden; }
.m_nav li{width:19%;
    margin: 0.5%;
    height: 0.75rem;
    line-height:0.75rem;
    text-align: center;
    color: #fff;
    font-size:0.3rem;
    background: #0051a3;
    border-radius: 0.12rem;
    float: left;}
.m_nav li a{color:#fff}













.index_wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.index_nav {
    width: 50%;
    position: fixed;
    top: 0;
    left: -50%;
    z-index: 99999;
    height: 100%;
    background: #333436;
}

.index_nav_top {
    text-align: center;
    padding-top: 0.6rem;
}

.index_nav_top img {
    width: 30%;
}

.index_nav_top p {
    font-size: 0.3rem;
    color: #EEEEEE;
    margin-top: 0.1rem;
}

.index_nav ul {
    margin-top: 0.5rem;
}

.index_nav li {
    width: 100%;
    height: 0.9rem;
    position: relative;
    line-height: 0.9rem;
    border-bottom: 1px solid #282827;
    right: 0;
    background: url("../images/n8.png") no-repeat right 0.2rem center;
    background-size: auto 0.3rem;
}

.index_nav li.hover {
    background: url("../images/n8.png") no-repeat right 0.2rem center #252629;
    background-size: auto 0.3rem;
}

.index_nav li a {
    display: block;
    width: 100%;
    height: 0.9rem;
    color: #EEEEEE;
    font-size: 0.3rem;
    text-align: center;
}

.index_nav li a span {
    position: relative;
    left: -4rem;
    opacity: 0;
}

.index_nav li:nth-child(3) a {
    background-size: auto 0.5rem !important;
}

.header {
    /*padding: 0.2rem 0;*/
    background: white;
}

.header img {
    /*text-align: center;*/
    /* height: 0.7rem; */
    /* padding: 0.2rem 0; */
    width: 100%;
}

.header .phone {
    width: auto;
    margin-right: 2%;
    background: url(../images/phone.png) no-repeat left center;
    background-size: auto 90%;
    padding-left: 0.7rem;
}

.header .phone p {
    line-height: 0.35rem;
    font-size: 0.28rem;
    color: #EB3D00;
    font-weight: 600;
}


/*底部样式*/

.footer {
    width: 100%;
    height: auto;
    border-top: 1px solid #E3E3E3;
    padding: 0.25rem 0 0.15rem 0;
    background: #0051a3;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
}

.footer ul {
    width: 100%;
    clear: both;
}

.footer ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.footer ul li img {
    height: 0.45rem;
    width: auto;
}

.footer ul li p {
    font-size: 0.25rem;
    margin-top: 0.05rem;
    color: #fff;
}