html {
    color:#000;
    /* background:#5AB4FF; */
    background: #F8F9FD;
    /* font-family: "Microsoft YaHei" ! important; */
    font-family: PingFangSC-Regular, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;

    min-width: 1200px;
}   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,   
fieldset,input,textarea,p,blockquote,th,td {    
  margin:0;   
  padding:0;   
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
.home {
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('../img/page_bg.png') top center/100% 100% no-repeat;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.pos-inner{
    height: 458px;
    margin: 0 auto;
    overflow: hidden;
}
.pos-inner .top-down{
    margin-top: 92px;
    width: 538px;
    height: auto;
    object-fit: cover;
    display: block;
    cursor: pointer;
}
.nav{
    width: 100%;
    height: 80px;
    background: #FDE9CD;
}
.logo-wrap{
    display: flex;
    align-items: center;
    width: fit-content;
    height: 80px;
    cursor: pointer;
}
.logo-wrap .logo-img{
    width: 46px;
    height: 46px;
}
.main-content{
    width: 100%;
}

.top-wrap{
    width: 100%;
    /* height: 458px; */
    overflow: hidden;
    position: relative;
    background-image: url('../img/top_bg.png');
    background-size: 1920px 458px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FDE9CD;
}
.top-img{
    width: 100%;
    min-width: 1200px;
    /* height: 458px; */
    height: auto;
    object-fit: cover;
    display: block;
}
.img-cont{
    padding-top: 49px;
}
.img-cont .cont-img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.img-cont .cont-img.img1{
    /* width: 1126px; */
    margin-bottom: 114px;
}
.img-cont .cont-img.img2{
    /* width: 1085px; */
    margin-bottom: 114px;
}
.img-cont .cont-img.img3{
    /* width: 1035px; */
    margin-bottom: 114px;
}
.img-cont .cont-img.img4{
    /* width: 1174px; */
}

.footer {
    text-align: center;
    min-height: 200px;
    padding: 8px 0 26px;
    font-size: 14px;
    color: #666;
    -webkit-font-smoothing: antialiased;
}
.footer a{
    color: inherit;
}
.footer a:hover {
    color: #008cff;
}

.footer a:visited {
    color: inherit;
}

.footer .inner-link {
    text-align: center;
    padding: 36px 0 30px
}

.footer .add_service,.footer .copyrights {
    line-height: 28px
}

.footer form {
    display: block;
    padding-top: 16px
}

.footer form img,.footer form input[type=image] {
    vertical-align: middle;
    margin: 0 20px
}