@charset "utf-8";
/* CSS Document */
header{
    background: #fff;
    height: 80px;
    width: 100%;
	position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}
.change_w {
    box-shadow: 0 5px 20px 5px rgb(100 100 100 / 20%);
}
header .header{
	width: 100%;
    padding:0 5%;
    margin-right: auto;
    margin-left: auto;
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content:space-between;
    position: relative;
}
header .header .logo {
    float: left;
    margin: 10px 0 0 0%;
}
header .header .logo a,header .header .logo a img{
	display:block;
}
.nav{float:right}
.nav>li {
    display: inline-block;
	margin-right:20px;
	position: relative;
}
.nav li:last-child{
	margin-right:0;
}
.nav li > a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 28px 30px;
    color: #333;
}
.nav li > a.act,
.nav li > a:hover{
	color:#b92e38;
}
.nav li > a.act8{
	font-weight: bold;
}
.nav .sub{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,.97);
    box-sizing: border-box;
    top: 100%;
	z-index: 999;
	display: none;
	width:230px;
}
.nav>li ol li a{
    text-align: center;
    padding:0 30px;
	font-size:16px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.nav>li ol li:last-child a{
	border:none;
}
.nav li .sub li a:hover{
	background:#e60012;
	color:#fff;
}
.header-search {
    float: left;
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	top:25px;
}
.header-search input[type="text"] {
  	background: #f2f1f1;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 210px;
    font-size: 14px;
    color: #565656;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:none;
}
.header-search input[type="submit"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    background-image: url(../icon/img1.png);
	cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
}
.header-mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: 0.15rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
a,.nav>li ul li h5,.nav>li ul li h6,.nav>li ul:after{
    transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
}
.banNull {
    height: 80px;
}
.menu-button {
    height: 3.75rem;
    width: 3.75rem;
    position: relative;
    margin-right: 0.25rem;
}
.menu-button:after, .menu-button:before {
    content: "";
    background-color: #000;
    width: 1.125rem;
    height: 2px;
    position: absolute;
    left: calc(50% - 9px);
    transition: transform .35s cubic-bezier(.3,.1,.3,1);
}
.menu-button:before {
    top: calc(50% + 3px);
}
.menu-button:after {
    top: calc(50% - 3px);
}
.header-mobile-nav-btn.on .menu-button:before {
    transform: translateY(-3px) rotate(45deg);
}
.header-mobile-nav-btn.on .menu-button:after {
    transform: translateY(3px) rotate(-45deg);
}
.menu-open .nav{
	transform:none;
}
/*********************页脚*********************/
footer .foot-nav{
	padding:80px 0;
	background: #131313;
}
footer .finfo{
	background: #000;
	text-align: center;
	font-size:14px;
	color:#fff;
	line-height: 60px;
}
footer .code{
    font-size:14px;
	line-height: 50px;
	color:#fff;
	text-align: center;
}
footer .code img{
	display:block;
}
footer .contact h2{
    font-size:18px;
	color:#e8e8e8;
	line-height: 50px;
}
footer .contact h5{
    font-size:14px;
	color:#fff;
	line-height: 2;
	padding:24px 0;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 20px;
}
footer .contact p{
    font-size:14px;
	color:#dbdbdb;
	line-height: 2;
}
footer .fnav h2{
    font-size:18px;
	color:#e8e8e8;
	line-height: 50px;
}
footer .fnav a{
	display: block;
	font-size:14px;
	color:#e8e8e8;
	line-height: 2;
}

footer .newsletter p{
    font-size:14px;
	color:#e8e8e8;
	line-height: 2;
}
footer .newsletter .contact_email{
	display: block;
	width:270px;
	float:left;
    background-color: #3f3f3f;
    color: #fff;
    border:none;
    margin:30px 0;
    font-size: 14px;
    line-height: 24px;
    padding: 9px 14px;
    -webkit-appearance: none;
	border-radius: 5px 0 0 5px;
}
footer .newsletter .sign_up{
    display:block;
	float:left;
    width: 55px;
    line-height: 42px;
	color:#fff;
	background: #b90412;
	font-size: 14px;
    border-radius: 0 5px 5px 0;
	border:none;
	margin:30px 0;
}
footer .social a{
	display:block;
	float:left;
	margin-right: 20px;
}
footer .social a:hover path{
	fill:#e60012;
}























