.nav {
    width: 100%;
    background-color:rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9999999;
	top: 0;}
.head{

	width:1200px;

	margin:0 auto;

}

.head-lt{

	float:left;

}

.head-rg{

	float: right;

}

.head-lt{

	margin-top:10px;

}

.head-rg ul li{

	float:left;

}

.head-rg ul li a{

	text-align: center;

	display: inline-block;

	line-height: 80px;

	font-size: 16px;

	color:#fff;

	margin:0 10px;

	width:65px;

}

.head-rg ul li a:hover{

	background: url(../images/nav_line.png)	no-repeat 0 60px;

	color:#c8000a; 

	-webkit-transition: all .5s ease 0s;

    -moz-transition: all .5s ease 0s;

    -ms-transition: all .5s ease 0s;

    -o-transition: all .5s ease 0s;

    transition: all .5s ease 0s;

}

.head-rg ul li a.active{

	background: url(../images/nav_line.png)	no-repeat 0 60px;

	color:#c8000a;

}
.sta {
    width: 133px;
    height: 72px;
    background: url(../images/sta.png) no-repeat right;
    position: fixed;
    z-index: 99999;
    top: 85px;
    margin: 0 auto;
    right: 0px;
}
.sta p {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 72px;
    left: -1100px;
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 16px;
}
.sta p img{
	width: 1200px;
}





/*banner*/

.banner{

	position: relative;

	margin-top:80px;

	width:100%

}

.banner>img{

	width:100%;

	display: block;

}

/*footer*/

.footer{

	background: url(../images/footer_bg.png) no-repeat;

	width:100%;

}

.footer_yl{

	padding-top:20px;

}

.footer_yl ul li{

	line-height: 50px;

	margin-right:25px;

	float:left;

}

.footer_yl_bt{

	margin-left:25px;

	font-size: 16px;

	color:#fff;

	font-weight: bold;

}

.footer_yl ul li a{

	display: inline-block;

	line-height: 50px;

	font-size: 14px;

	color:#fff;

}

.footer_line{

	background:url(../images/footer_line.png) no-repeat;

	width:1200px;

	height:2px;

}

.footer_sline{

	margin-right:60px;

	background:url(../images/sline.png) no-repeat;

	width:2px;

	height:145px;

}

.footer_text{

	width:700px;

	font-size: 14px;

	color:#fff;

	line-height: 30px;

	margin-right:10px;

}

.footer_box{

	width:1200px;

	margin:0 auto;

}

.footer_con div{

	float: left;

}

.footer_con{

	margin-top:45px;

}

.footer_logo{

	margin-top:40px;


	margin-right:55px;

	

}