* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    display: block;
}

body {
    min-width: 1200px;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "PingFang SC",
        "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans",
        "WenQuanYi Micro Hei", sans-serif;
}

.main {
    background: url(../images/bg_02.jpg) no-repeat center top / 100% auto;
    background-color: #0099b1;
    padding-bottom: 70px;
}

.main .center {
    width: 1198px;
    margin: 0 auto;
}

.main .center .start {
    width: 1158px;
    margin: 0 auto 68px;
}

.main .center ul li {
    margin-top: 86px;
    border-radius: 48px;
}

.main .center ul li:nth-child(1) {
    margin-top: 0;
}

.main .center ul li .content {
    background: #007ea7;
    border-radius: 0 0 44px 44px;
    position: relative;
}

.bot {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 1198px;
}

.main .center ul h2 {
    height: 192px;
    font-size: 35px;
    line-height: 193px;
    text-align: center;
    background-color: #faa616;
    border-radius: 44px 44px 0 0;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.main .center ul h2 p {
    font-size: 36px;
    margin-left: 25px;
}

.main .center ul li .content .panel-box {
    width: 1057px;
    margin: 0 auto;
    padding: 54px 0 120px;
}

.main .center ul li .content .panel-box .panel {
    position: relative;
    padding: 49px 50px;
    margin: 0 0 60px 13px;
    background: #ffffff;
    border-radius: 0 30px 30px 0;
}

.main .center ul li .content .panel-box .panel:nth-last-child(1) {
    margin-bottom: 0px;
}

.main .center ul li .content .panel-box .panel::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 100%;
    left: -13px;
    top: 0;
    background-color: #69baf9;
}

.main .center ul li .content .panel-box .panel p {
    color: rgb(51, 51, 51);
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    word-break: break-all;
}

.main .center ul li .content .panel-box .panel .first {
    width: 940px;
    margin: 0 auto 47px;
}

.main .center ul li .content .panel-box .panel .second {
    margin: 0 auto;
}

.main .center ul li .content .panel-box .panel .third {
    width: 940px;
    margin: 0 auto 32px;
}

.main .center ul li .content .panel-box .panel .third:nth-last-child(1) {
    margin-bottom: 0px;
}

.main .center ul li .content .panel-box .panel h3 {
    color: #ff602f;
    font-size: 24px;
}

.main .center ul li .content .panel-box .panel h4 {
    color: #0f8095;
    font-size: 20px;
    margin-top: 26px;
}

.main .center ul li .content .panel-box .panel p {
    font-size: 20px;
    margin-top: 26px;
}

.main .center ul li .content .panel-box .panel:nth-last-child(2) {
    margin-bottom: 0;
}




.footer {
    width: 100%;
    height: 148px;
    background: #0c869d;
}

.footer .center {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.footer .center .left {
    padding-top: 27px;
}

.logo {
    position: absolute;
    right: 205px;
    bottom: 35px;
}

.phone {
    position: absolute;
    bottom: 22px;
    right: 0;
}

.tuandui {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.zhizuo,
.tel {
    color: #fff;
    font-size: 16px;
}

.zhizuo {
    margin-bottom: 5px;
}

.zhizuo span {
    margin-right: 25px;
}

.logo {
    width: 210px;
    height: 58px;
}