* {
    padding: 0;
    margin: 0;
    font-family: "鎬濇簮榛戜綋";
}
li {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}
input {
    padding: 0;
    border: 0;
    outline: none;
}
.header-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 90px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 1px 2px 3px 2px rgba(68, 68, 68, 0.12);
}
.header-cont{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.logo-lf {
    float: left;
    margin-right: 114px;
}
.logo-lf figure img {
    float: left;
    display: block;
    margin-top: 20px;
    width: 42px;
}
.logo-lf figure figcaption {
    float: left;
    margin-left: 8px;
}
.logo-lf figure figcaption h1,
.logo-lf figure figcaption h2 {
    font-size: 24px;
    color: #5b5b5b;
}
.header-top ul{
    float: left;
}
.header-top ul li{
    position: relative;
    float: left;
    width: 110px;
    text-align: center;
}
.header-top ul li:first-child{
    margin-left:0;
}
.header-top ul li a{
    display: block;
    font-size: 17px;
    color: #737373;
    text-align: center;
    border-bottom: 3px solid #fff;
}
.header-top ul .active a,
.header-top ul li a:hover{
    display: block;
    width: 100%;
    color: #fff;
    background-color:#e88c05; 
    border-bottom: 3px solid #19689e;
}
.sea-lf{
    float: right;
    position: relative;
}
.shousuo {
    margin-top: 36px;
}
.shousuo img{
    display: block;
    width: 20px;
}
.SearchShow{
    position: fixed;
    top: 23px;
    right: 252px;
    width: 280px;
    border: 1px solid #cfcfcf;
}
.search {
    display: flex;
    padding: 4px 0;
    height: 32px;
    line-height: 32px;
    align-self: center;
    overflow: hidden;
    background-color: #fff;
}
  input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #ffff inset;
}
.t {
    float: left;
    padding-left:15px;
    width: 190px;
    font-size: 14px;
    color: #9e9e9e;
}
.suo {
    padding-right: 15px;
    font-size: 14px;
    color: #e88c05;
    border-right:1px solid #ccc;
    background-color: #fff;
}
.search img{
    display: block;
    margin: 10px 0 0 9px;
    width: 14px;
    height: 14px;
}
.footer-bj{
    padding:60px 0 14px 0;
    color: #fff;
    width: 100%;
    background-color: #333;
    margin-top: 60px;
}
.footer-top{
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot-lf{
    width: 400px;
}
.foot-lf figure{
    overflow: hidden;
}
.foot-lf figure img{
    float: left;
    display: block;
    width: 40px;
}
.foot-lf h2{
    float: left;
    margin: 2px 0 0 2px;
    font-size:24px;
}
.foot-lf p{
    margin-top: 16px;
    width: 335px;
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
}
.foot-lf ul{
    margin-top: 10px;
    overflow: hidden;
}
.foot-lf ul li{
    float: left;
}
.foot-lf ul li:first-child a{
    padding-left: 0;
}
.foot-lf ul li:last-child a{
    border-right:none;
}
.foot-lf ul li a{
    display: block;
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
}
.foot-jz strong,
.f-right strong{
    display: block;
    margin: 14px 0 40px 0;
    font-size: 18px;
    font-weight: normal;
}
.foot-jz{
    width: 400px;
}
.foot-jz ul li{
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.foot-jz ul li p{
    font-size: 15px;
}
.foot-jz ul li img{
    display: block;
    margin-right:14px;
    width:16px;
}
.f-right {
    width: 295px;
}
.f-right figure {
    float: left;
    width: 105px;
}
.f-right figure:last-child {
    margin-left: 80px;
}
.f-right figure img {
    display: block;
    width:100%;
}
.f-right figure figcaption {
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer-but{
    padding-top: 14px;
    width: 100%;
    border-top: 1px solid #484848;
}
.footer-but a{
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.footer-but a:hover{
    color: #11c3db;
}