@charset "utf-8";* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}
.li {
    width: 100%;
    position: relative;
}
.li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: -10px;
}
html,body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
    min-width:1240px;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333333;
    display: block
}

img,input {
    border: 0;
    outline: none
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.center {
    max-width: 1200px;
    margin: 0 auto
}

.center>a {
    width: 40%;
    margin: 34px 0;
}

.center>a img {
    display: block;
    max-width: 100%;
    max-height: 75px;
}

img {
    border: 0;
    outline: none;
    transition: all 0.3s
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0
}

.clearfix {
    zoom: 1}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s
}

.pic img:hover {
    transform: scale(1.2);
    cursor: pointer
}

.wap {
    display: none
}

.tops {
    background: #005964;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 22px
}

.head_line {
    width: 100%;
    height: 9px;
    background-color: #e9b730
}

.head_box {
    position: fixed;
    z-index: 999;
    width: 100%
}

.nav {
    background: #ffffff
}

.first {
    height: 48px;
    font-size: 0
}

.first_nav {
    display: inline-block;
    font-size: 19px;
    width: 14%;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    position: relative
}

.on1 {
    background-color: #f0f0f0
}

.first_nav:hover {
    background-color: #f0f0f0
}

.second {
    position: absolute;
    z-index: 999;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    left: 0
}

.second>li {
    font-size: 15px;
    transition: 0.3s;
    color: #333;
    height: 50px;
    line-height: 50px;
    font-weight: normal !important
}

.first_nav:hover .second {
    display: block
}

.second li:hover a {
    background: #a10303
}

.second li:hover a {
    color: #ffffff
}

.foot {
    background: #005964;
    width: 100%;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 30px
}

.foot ul {
    margin-left: 8%;
    margin: 25px 0 0 8%;
}

.foot .fr {
    text-align: center
}

.foot .fr  img{
    
max-width: 120px;
}

.foot p {
    font-size: 13px;
    color: #fff
}

.foot ul li {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff
}

.foot1 {
    background-color: #393635;
    width: 100%;
    font-size: 15px;
    line-height: 46px;
    color: #ffffff;
    text-align: center
}

.foot1 a{
    display:inline-block;
    color:#fff;
}

.search{
    width: 220px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    /* background: transparent; */
    margin: 26px 0;
}
.search .inpt{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 32px;
    color: #fff;
    padding-left: 12px;
    padding-right: 40px;
    background: transparent;
}
.search .subm{
    position: absolute;
    width: 18px;
    right: 12px;
    top: 8px;
}

input::placeholder{
    color: #fff;
}