@charset "utf-8";

/* 选择栏 */
.select {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 250px;
    border-bottom: 2px solid #1377C1;
    background-color: #F6F6FF;
}

.select .top {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select .top p:nth-child(1) {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1377C1;
}

.select .top p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

.select .btn {
    display: flex;
    align-items: center;
}

.select .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 44px;
    background: #E5E5E5;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}

.select .btn .active {
    width: 120px;
    height: 50px;
    background: #1377C1;
    border-radius: 0px 20px 0px 0px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

/* 中间内容区域 */
.content {}

/* first */
.content .first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 369px;
    padding-bottom: 110px;
}

.content .first p:nth-child(1) {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-left: 41px;
    margin-top: 77px;
}

.content .first>p:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 44px;
    text-indent: 41px;
    margin-top: 20px;
    margin-bottom: 92px;
}

.content .first .icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .first .icon div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 279px;
    margin-right: 36px;
}

.content .first .icon div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 279px;
    margin-right: 0;
}

.content .first .icon div img {
    width: 140px;
    height: 140px;
}

.content .first .icon div p:nth-child(2) {
    margin-top: 18px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.content .first .icon div p:nth-child(3) {
    margin-top: 16px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

#one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 400px;
    padding-bottom: 110px;
}

#one>p {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 110px;
    margin-bottom: 82px;
}

#one .center {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#one .center div {
    width: 279px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 110px;
}

#one .center div:last-child {
    margin-right: 0;
}

#one .center div img {
    margin-bottom: 27px;
}

#one .center div p:nth-child(2) {
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}

#one .center div p:nth-child(3) {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

#one .btn {
    margin-top: 115px;
}

/* 联系我们 */
#three {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 300px 110px 300px;
}

#three .container {
    padding-top: 54px;
    padding-bottom: 144px;
    width: 1320px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#three .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#three .header>p:nth-child(1) {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .header>p:nth-child(2) {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

#three .header>p:nth-child(3) {
    width: 40px;
    height: 2px;
    background: #006FE0;
    margin-top: 16px;
}

#three .center {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    width: 630px;
}

#three .center .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 630px;
    margin-bottom: 18px;
}

#three .center .top .left {
    flex: 1;
    margin-right: 30px;
}

#three .center .top .left p {
    margin-bottom: 8px;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .center .top .right {
    flex: 1;
}

#three .center .top .right p {
    margin-bottom: 8px;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .center .center {}

#three .center .center p {
    margin-bottom: 8px;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
    margin-bottom: 8px;
}

#three .center .btn {
    margin-top: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

/* 地图 */
#three .container .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
}

#three .container .footer>.top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    height: 282px;
}

#three .container .footer>.top .left {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
}

#three .container .footer>.top .left img {
    width: auto;
    height: 282px;
    object-fit: contain;
}

#three .container .footer>.top .left>.btn {
    margin-top: 24px;
}

#three .container .footer>.top .left>.btn>p {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
}

#three .container .footer>.top .left>.btn>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#three .container .footer>.top .left>.btn>div>p {
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

#three .container .footer>.top .left>.btn>div>i {
    color: #F54336;
    font-size: 30px;
}

#three .container .footer .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 70px;
    height: 100%;
    width: 30%;
}

#three .container .footer .top .right .top {
    display: flex;
    flex-direction: column;
}

#three .container .footer .top .right .top p:nth-child(1) {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .container .footer .top .right .top p:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .container .footer .top .right .center {
    display: flex;
    flex-direction: column;
}

#three .container .footer .top .right .center p:nth-child(1) {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .container .footer .top .right .center p:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

#three .container .footer .top .right .btn {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
}

#three .container .footer .top .right .btn p {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}