.container {
  width:1280px;
  margin: 0 auto;
}
/* html,body{height:100%;width:100%;margin:0;padding:0;
} */
		.header{
            font-size: 20px;
            width:100%;
            height:64px;
            line-height:64px; 
            text-align:center;
            
            box-shadow: 0 4px 12px rgba(35, 42, 51, 0.2);
            background:#222A33;
        }
		.main{
            position:absolute;
            top:64px;
            bottom:50px;
            right:0;
            left:0;
            overflow:auto;
            background:url('https://headoffer.com/20220826/f43b65620e4b4d79b184a994e0fe909f.png') no-repeat center center;
            background-size:100% 100%;

        }
		.footer{
            width:100%;
            height:70px;
            line-height: 70px;
            background:#fff;
            box-shadow: 0 -4px 10px rgba(35, 42, 51, .1);
        }
        .copuright-beianhao{
            color:#222A33;
        }
        .beian-box{
            color:#222A33;
            text-align:center;
        }
        .copy-right {
            display:flex;
            justify-content: center;
            align-items: center;
            /* line-height: 50px; */
        }
        .gov-box {
            margin-left: 50px;
        }
        .content {
            position:absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

/* 头部 */
.header-box .logo{
    margin-top: 12px;
    width: 107px;
    height: 40px;
}
.nav-box .nav {
    font-size: 20px;
    font-weight:500;
    color:#fff;

}
.nav-box .about {
    margin-left: 50px;
}

/* banner */
.image-box {
    position:relative;
    width: 100%;
    height: 1040px;
    background:url('https://headoffer.com/20220826/f43b65620e4b4d79b184a994e0fe909f.png') no-repeat center center;
    background-size:100% 100%;
    padding-bottom: 147px;
}
.des-box {
    position:absolute;
    top: 150px;
    left: 340px;
    z-index:1;
}
.des-box .title {
    font-size: 48px;
    font-weight:bold;
    color: #EE7A1C;
    font-family: 'Source Han Sans CN';
}
.des-box .sub-title{
    margin-top: 20px;
    font-size: 30px;
    color: #837469;
    font-weight: 500;
}

.des-box .des-inner{
    margin-top: 40px;
    width: 513px;
    height: 226px;
    font-size: 16px;
    line-height:30px;
    color: #6B7480;
}
.scan-title {
    margin-top: 60px;
    font-size: 20px;
    color: #EE7A1C;
    font-weight: bold;
}
.scan-code{
    margin-top: 20px;
    width: 160px;
    height: 160px;
}

/* 关于我们 */
.content-area {
   margin-top: 103px;
   width: 532px;
   /* height: 184px; */
   margin-left: 340px;
}
.content-area .title {
    font-size: 30px;
    color: #837469;
    font-weight: 500;
}

.address-box {
    margin-top: 30px;
}
.here-box{
    position: relative;
}
.here-box .map {
    width: 720px;
    height: 352px;
    position:absolute;
    top: 20px;
    right: -650px;
    z-index:1;
}

.here-box .a-item {
    margin-top: 20px;
    width: 532px;
    height: 48px;
    display:flex;
}
.here-box .a-item:first-child{
    margin-top: 0;
}

.here-box .a-item .city {
    width: 112px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #EBF0F5;
    font-weight: bold;
    color: #232A33;
    font-size: 16px;
}
.here-box .a-item .address {
    flex:1;
    width: 412px;
    height: 48px;
    padding-left: 24px;
    text-align: left;
    line-height: 48px;
    background: #fff;
    border:1px solid #EBF0F5;
    border-left: none;
    font-weight: 500;
    color: #6B7480;
    font-size: 16px;
}

.core-box {
    margin-top: 100px;
}

.pro .image {
    margin-right: 32px;
}
.cor-text {
    margin-top: 30px;
    color: #6B7480;
    font-size: 20px;
}
/* .pro-box {
    padding-bottom: 90px;
} */

.pro-wrap {
    margin-top: 64px;
    height: 130px;
    margin-left: 340px;
    padding-bottom: 90px;
}
.pro {
    margin-top: 30px;
    height: 48px;
}

.pro-wrap .title {
    font-size: 30px;
    color: #837469;
    font-weight: 500;
}

.pro-list {
    margin-left: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.image1{
    width:120px;
    height: 120px;
    margin-right: 80px;
}