* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px #fff inset;}

header {
	position: fixed;
	top: 0;
	left: 0;
    padding-bottom: 1rem;
	width: 100%;
	z-index: 99999999;
    background: #fff;
}
.logo {
    padding-top: 1rem;
}
.logo figure {
    float: left;
}
.logo figure:first-child {
    width: 80%;
}
.logo figure:first-child img {
    float: left;
    padding-left: .3rem;
    display: block;
    width: 16%;
}
.logo figure:first-child figcaption {
    float: left;
}
.logo figure figcaption h1,
.logo figure figcaption h2 {
    padding: .3rem 0 0 .5rem;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.logo figure:nth-child(2) {
    float: right;
    width: 12%;
}
.logo figure:nth-child(2) img {
    padding-top: .47rem;
    display: block;
    width: 54%;
}
.sub-nav {
	position: fixed;
	z-index: 1000;
	top: 4rem;
	right: -100%;
	width: 40%;
	height: 40rem;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}
.sub-nav1 {
	right: 0;
}
.sub-nav > ul {
	position: relative;
	top: 0;
	right: 0;
	padding: .75rem;
	background: #171f5e;
}
.sub-nav ul li a {
    display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: .8rem;
    text-align: center;
	line-height: 2.5rem;
}
.sy-bj input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fafafa inset;
}
.sy-bj .t{
    background-color: #fafafa;
}
.ss{
    padding-top: 1rem;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.search {
    width: 100%;
    padding: .2rem 1.6rem .2rem 1.6rem;
    display: table;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 1rem;
}
 
.t {
    float: left;
    width: 88%;
    font-size: .7rem;
    color: #333;
    height: 1.4rem;
    border: none;
    outline:medium;
    background-color: #fff;
}
.suo {
    float: right;
    margin-top: .2rem;
    width: 1rem;
    height: 1rem;
    border: none;
    cursor: pointer;
    background: url(../images/ss.png) no-repeat center;
    background-size: 100% 100%;
} 
.slideBox { 
    position:relative; 
    margin-top: 4rem;
    width: 100%; 
    overflow:hidden; 
}
.bd img { 
    display:block;
    width: 100%; 
}
.m-lianx {
    margin-bottom: 3rem;
    padding: 1rem 0 2rem 0;
    background-color: #000;
}
.m-lianx ul li {
    margin-top: .8rem;
    font-size: .7rem;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
}
.m-lianx a img {
    padding: .4rem 0;
    display: block;
    margin: 0 auto;
    width: 10%;
}
.mlian-b{
    overflow: hidden;
}
.mlian-b figure {
    float: left;
    margin-left: 3.3%;
    margin-top: 1rem;
    width: 45%;
}
.mlian-b figure img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.mlian-b figure figcaption {
    font-size: .7rem;
    color: #000;
    text-align: center;
}
.footer {
    margin-top: 1rem;
    width: 100%;
}
.footer-bottom {
    position: fixed;
    bottom: 0;
    padding: .2rem 0;
    width: 100%;
    height: auto;
    background: #171f5e;
}
.footer-bottom ul li {
    float: left;
    width: 25%;
}
.footer-bottom ul li a figure img {
    padding-top: .3rem;
    display: block;
    margin: 0 auto;
    width: 33%;
}
.footer-bottom ul li a figure figcaption {
    font-size: .7rem;
    color: #fff;
    text-align: center; 
    line-height: 1.5rem;   
}
 
 


 