.rcbanner {
    display: flex;
    margin-top: 60px;
}

.news-tit {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.news-tit .tit {
    display: inline-block;
    font-size: 17px;
    color: #333;
    margin: 0 20px;
    box-sizing: border-box;
    position: relative;
    min-width: 80px;
    transition: .5s ease-in-out;
}

.news-tit .tit:after {
    content: "";
    width: 88px;
    height: 10px;
    bottom: 6px;
    position: absolute;
    left: -5px;
    right: 0;
    margin: auto;
    background: url(../images/newdh1.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
    transition: .5s ease-in-out;
}

.news-tit .tit:hover {
    color: #00a2e8;
    transition: .5s ease-in-out;
}

.news-tit .tit.active {
    color: #00a2e8;
    transition: .5s ease-in-out;
}

.news-tit .tit:hover::after {
    bottom: 10px;
    transition: .5s ease-in-out;
    opacity: 1;
    transition: .5s ease-in-out;
}

.news-tit .tit.active::after {
    bottom: 10px;
    transition: .5s ease-in-out;
    opacity: 1;
    transition: .5s ease-in-out;
}

.news-list {
    padding-top: 80px;
    padding-bottom: 100px;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.news-list .ul {
    margin-bottom: 70px;
}

.news-list .items {
    margin-bottom: 30px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
    padding: 40px 35px;
    position: relative;
    transition: .4s ease-in-out;
    display: block;
    overflow: hidden;
}

.news-list .images {
    width: 270px;
    height: 170px;
    overflow: hidden;
    float: left;
    display: inline;
}

.news-list .images img {
    max-width: 100%;
    height: 100%;
    transition: .4s ease-in-out;
}

.news-list .words {
    width: calc(100% - 270px);
    padding-left: 45px;
    padding-top: 12px;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    float: right;
    display: inline;
}

.news-list .words .t0 {
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 22px;
    transition: .4s ease-in-out;
    font-size: 18px;
}

.news-list .words .t1 {
    width: 650px;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .4s ease-in-out;
    font-size: 15px;
}

.news-list .words .time {
    margin-top: 30px;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    color: #c8c3c3;
    font-family: Arial;
    font-size: 14px;
}

.news-list .items .span {
    position: absolute;
    height: 100%;
    width: 60px;
    border-left: 1px solid #f2f2f2;
    box-sizing: border-box;
    right: 0;
    top: 0;
    color: #00a2e8;
}

.time:after {
    content: "\e616";
    position: absolute;
    font-family: "iconfont";
    left: 0;
}

.news-list .items .span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    width: 30px;
}

.icon-right:before {
    content: "\e671";
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contact-item01 {
    background: #f6f6f6 url(../images/lxwmbj.jpg) no-repeat center center/cover;
    padding: 75px 0;
}

.contact-item01 h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-item01 ul {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.contact-item01 ul li {
    width: 33.33333333%;
    float: left;
    height: 280px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: center;
    padding-top: 55px;
}

.contact-item01 ul li .icon {
    height: 52px;
    position: relative;
    margin-bottom: 20px;
}

.contact-item01 ul li .icon img {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
}

.contact-item01 ul li.tel .icon img {
    margin-left: -24.5px;
    margin-top: -24.5px;
}

.contact-item01 ul li.email .icon img {
    margin-left: -24.5px;
    margin-top: -18.5px;
}

.contact-item01 ul li.address .icon img {
    margin-left: -22px;
    margin-top: -25.5px;
}

.contact-item01 ul li .tit {
    font-size: 16px;
}

.contact-item01 ul li .contxt {
    font-size: 18px;
    font-weight: bold;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (max-width:1025px) {
    .contact-item01 {
        padding: 30px 0;
    }

    .contact-item01 h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:769px) {
    .contact-item01 ul li {
        width: 50%;
        height: 180px;
        padding: 30px 0;
    }

    .contact-item01 ul li.address {
        width: 100%;
        height: auto;
    }

    .contact-item01 ul li .icon {
        margin-bottom: 15px;
    }

    .contact-item01 ul li .contxt {
        margin-top: 15px;
        font-size: 16px;
    }
}

.contact-item02 {
    background: #f6f6f6 url(../images/lxwmbj2.jpg) no-repeat center;
    padding-bottom: 0px;
}

.contact-item02 h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.contact-item02 .contxt {
    line-height: 46px;
    font-size: 34px;
    color: #555;
    margin-top: 40px;
}

.contact-item02 .form-data {
    background: rgba(255, 255, 255, 0.95);
    width: 495px;
    padding: 70px 65px;
}

.contact-item02 .form-data .title {
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center;
}

.contact-item02 .form-data .list {
    margin-bottom: 15px;
}

.contact-item02 .form-data .list input[type="text"] {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    color: #35436c;
    background: none;
}

.contact-item02 .form-data .list textarea {
    width: 100%;
    background: none;
    height: 115px;
    outline: none;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    color: #35436c;
    font-size: 16px;
    resize: none;
}

.contact-item02 .form-data .list input[type="text"]:focus,
.contact-item02 .form-data .list textarea:focus {
    border-bottom: 1px solid #35436c;
}

.contact-item02 .form-data .list input[type="button"] {
    width: 100%;
    height: 55px;
    border-radius: 3px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    margin-top: 10px;
}

.contact-item02 .form-data .list input[type="button"]:hover {
    background: #373737;
}

.contact-item02 .form-data .list button {
    width: 100%;
    height: 55px;
    border-radius: 3px;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    margin-top: 10px;
}

a.aaa {
    position: absolute;
    width: 70%;
    height: 300px;
    left: -140px;
    bottom: -73px;
}

@media screen and (max-width:1025px) {
    .contact-item02 {
        padding-bottom: 30px;
        background-size: auto 180px;
    }

    .contact-item02 h2 {
        font-size: 18px;
    }

    .contact-item02 .contxt {
        font-size: 24px;
        line-height: 32px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .contact-item02 .form-data {
        padding: 30px 40px;
        width: 400px;
    }

    .contact-item02 .form-data .title {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {

    .contact-item02 .fl,
    .contact-item02 .fr,
    .contact-item02 .form-data {
        width: 100%;
    }

    .contact-item02 .form-data {
        padding: 20px;
    }

    .contact-item02 .form-data .list {
        margin-bottom: 10px;
    }

    .contact-item02 .form-data .list input[type="text"] {
        height: initial;
        font-size: 3vw;
        line-height: 4;
    }

    .contact-item02 .form-data .list textarea {
        height: 80px;
        font-size: 14px;
    }

    .contact-item02 .form-data .list input[type="button"] {
        height: 40px;
        line-height: 40px;
    }

    .w1200 {
        max-width: 96%;
        margin: 0 auto;
        position: relative;
    }

    .contact-item01 ul li .icon {
        margin-bottom: 5px;
    }

    .contact-item01 ul li .tit {
        font-size: 3vw;
    }

    .contact-item01 ul li .contxt {
        margin-top: 5px;
        font-size: 3vw;
    }

    .news-tit .tit {
        font-size: 3vw;
    }

    .contact-item01 ul li {
        width: 50%;
        padding: 30px 0;
    }

    .contact-item02 .contxt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .contact-item01 {
        padding: 30px 0;
        padding-bottom: 15px;
    }

    .contact-item02 {
        background: none;
        padding-bottom: 70px;
    }

    a.aaa {
        position: absolute;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: -150px;
        display: none;
    }

    .contact-item02 .form-data .list button {
        height: initial;
        margin-top: 8%;
        font-size: 3vw;
        line-height: 3;
    }
}

.map {
    display: flexbox;
    width: 50%;
    height: auto;
    justify-content: center;
    background-color: red;
}