@charset "utf-8";
/* CSS Document */
header{
    background: #696969;
    height: 100px;
    width: 100%;
    transition: transform .2s ease-in;
}
header .header{
    width: 1500px;
    margin-right: auto;
    margin-left: auto;
}
header .header .logo {
    float: left;
    margin: 17px 0 0 0%;
}
.nav{
	float:right;
	margin-right:6%;
}
.nav li {
    float: left;
	position: relative;
}
.nav li > a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 38px 30px;
    color: #fff;
}
.nav li > a.act,
.nav li > a:hover{
	background:linear-gradient(#e50000, #ab2001);
}
.nav li .subnav{
	position: absolute;
    left: 0;
    top: 100px;
    padding: 17px 10px;
    background: #af2100;
    display: none;
    z-index: 9;
}
.nav .subnav dl dt, 
.nav .subnav-last dl dt{
    float: left;
    height: 27px;
    line-height: 27px;
}
.nav .subnav dl dt a, 
.nav .subnav-last dl dt a {
    font-size: 12px;
    color: #fff;
	display: block;
    padding: 0 25px;
}
.nav li:hover .subnav{
	display:block;
}
.menu-handler{
	background: none;
    position: absolute;
    top: 50%;
    right: 0px;
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    display: none;
    transform: translate(0,-50%);
}
.menu-handler span {
    position: absolute;
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    left: 10px;
    transition: 0.3s;
}
.menu-handler span:nth-of-type(1) {
    top: 12px;
}
.menu-handler span:nth-of-type(2) {
    top: 23px;
}
.menu-handler span:nth-of-type(3) {
    bottom: 12px;
}
.menu-handler.is-active span:nth-of-type(1) {
    transform: rotateZ(45deg) translate(8px,8px);
}
.menu-handler.is-active span:nth-of-type(2) {
    opacity: 0;
}
.menu-handler.is-active span:nth-of-type(3) {
    transform: rotateZ(-45deg) translate(8px,-8px);
}
/*********************页脚*********************/
footer .top{
	padding:80px 0 50px 0;
	background: #4b4b4b;
}
footer .top .container{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-flow: row wrap;
	
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	
	display: -ms-flex; /* IE10 */
	-ms-flex-wrap: nowrap;
	-ms-justify-content: space-between;
}
.finfo h2{
	font-size:20px;
	color:#fff;
	margin-bottom:25px;
}
.finfo p{
	font-size:14px;
	color:#c9c9c9;
	line-height: 30px;
}
footer .bottom{
	background: #424242;
}
.fnav .item{
	float:left;
	margin-right:60px;
}
footer .tit2{
    margin-bottom: 0.5rem;
    color: #fff;
}
.fnav a{
	display: block;
    margin-bottom: 8px;
    line-height: 1.5;
    color: #888;
    transition: all .3s;
}


footer .spbox {
    width: 265px;
    box-sizing: content-box;
    background:#424242;
    padding-left:20px;
    color: #c8c8c8;
    position: relative;
    cursor: pointer;
	padding:10px;
}
footer .spbox .jiantou{
	position:absolute;
	right:0;
	width:42px;
	height:42px;
	background: #545454 url(../images/sa.png) center no-repeat;
}
.fl1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
footer .sp-item {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: none;
}
footer .sp-item .li-item {
	display: block;
    height: 45px;
    line-height: 45px;
    color: #666;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 15px;
}
footer .bottom{
	display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items: center;
}
footer .bottom p,footer .bottom a{
	font-size:14px;
	color:#cfcfcf;
	line-height: 50px;
	padding: 0 10px
}



























