h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #ffffff;
    background-color: #fffdf4;
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "HeitiSC", "WenQuanYi Micro Hei", sans-serif;
}

#header {
    width: 100%;
    min-width: 1002px;
    height: 610px;
    background: url("../image/header-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#header .top-bar {
    width: 100%;
    height: 166px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 95px;
    box-sizing: border-box;
}

#header .top-bar .logo {
    width: 285px;
    height: 35px;
    background: url("../image/logo.png") no-repeat;
    background-size: contain;
    text-indent: -999px;
}

#header .top-bar .logo a {
    display: block;
}

#header .top-bar .header-nav .nav-item {
    width: 34px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #737373;
    line-height: 32px;
    margin-left: 73px;
    text-decoration: none;
}

#header .intro {
    position: absolute;
    top: 45%;
    left: 190px;
    width: 65%;
    height: 80px;
    /*text-align: center;*/
    color: #fffefe;
}

#header .intro img {
    width: 44%;
}

#main {
    margin-top: 75px;
    min-width: 1002px;
}

#main .about-us,
#main .call-us {
    position: relative;
    width: 1002px;
    margin: 0 auto;
    padding-top: 20px;
}

#main .about-us .text {
    width: 460px;
    padding: 1em;box-shadow: 0px 8px 15px 1px rgba(35, 30, 24, 0.08);
}

#main .call-us {
    margin-top: 80px;
}

#main .call-us .text {
    /*width: 627px;*/
    height: 99px;
    padding: 18px 1em 0;
    box-shadow: 0px 8px 15px 1px rgba(35, 30, 24, 0.08);
}

#main .title {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-70%, -50%);
}

#main .title img {
    /*width: 108px;*/
    height: 60px;
}

#main .img {
    vertical-align: bottom;
    display: inline-block;
}

#main .img img {
    height: 250px;
}

#main .text {
    display: inline-block;
    background: #fff;
    border-radius: 13px;
    font-size: 20px;
    color: #919191;;
    box-sizing: border-box;
    vertical-align: bottom;
}

#main .center {
    text-align: center;
}

#main .absolute {
    /*position: absolute;*/
    display: inline-flex;
    height: 100%;
    align-items: center;
}

.marginF {
    /*margin-left: -250px;*/
}

#main .left {
    margin-right: 65px;
}

#footer {
    color: #919191;
    height: 192px;
    min-width: 1002px;
    position: relative;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200%;
}

#footer .copyright {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    font-size: 14px;
    padding-top: 20px;
    text-align: center;
    border-top: 2px solid #F8AB41;
}

.align-center {
    align-items: center;
    display: inline-flex;
}
