body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fffdfc url(20230330qingmingbeijing.jpg) no-repeat top center;
    color: #464545;
    font-size: 16px;
    font-family: "微软雅黑";
}

td,
th,
caption {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

.w {
    margin: 0 auto;
    width: 1200px;
}

a {
    color: #464545;
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 16px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    margin: 0 auto;
    width: 1200px;
    height: 850px;
    position: relative;
}

.zhongq-logo {
    width: 232px;
    position: absolute;
    top: 70px;
    left: 592px;
}

.zhongq-title {
    width: 1130px;
    height: 380px;
    position: absolute;
    top: 220px;
    left: 30px;
}

.zhongq-iconright {
    width: 204px;
    height: 101px;
    position: absolute;
    top: 109px;
    right: 150px;
    animation: move3 10s linear infinite normal;
    -moz-animation: move3 10s linear infinite normal;
    -webkit-animation: move3 10s linear infinite normal;
    -o-animation: move3 10s linear infinite normal;
}

@keyframes move3 {
    0% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    25% {
        bottom: 5px;
        right: 0px;
        opacity: 0.8;
        -webkit-transform: rotate(10deg);
    }
    50% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    75% {
        bottom: -5px;
        right: 0px;
        opacity: 0.8;
        -webkit-transform: rotate(10deg);
    }
    100% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes move3 {
    0% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    25% {
        bottom: 5px;
        right: 0px;
        opacity: 0.8;
        -webkit-transform: rotate(10deg);
    }
    50% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    75% {
        bottom: -5px;
        right: 0px;
        opacity: 0.8;
        -webkit-transform: rotate(10deg);
    }
    100% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes move3 {
    0% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    25% {
        bottom: 5px;
        right: 0px;
        opacity: 0.8;
        -webkit-transform: rotate(10deg);
    }
    50% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
    75% {
        bottom: -5px;
        right: 0px;
        opacity: 0.8;
        -webkit-transform: rotate(10deg);
    }
    100% {
        bottom: 0px;
        right: -20px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
    }
}

.zhongq-logo02 {
    width: 139px;
    height: 99px;
    position: absolute;
    top: 68px;
    left: 430px;
}

.zhongq-title {
    animation: bounceIn 1.5s 1s ease-in-out both;
    -webkit-animation: bounceIn 1.5s 1s ease-in-out both;
    -moz-animation: bounceIn 1.5s 1s ease-in-out both;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
        -moz-transform: scale(.3);
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -moz-transform: scale(.9);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05)
    }
    70% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}


/* 和谐东城 魅力中秋 */

.fsB {
    font-size: 22px;
}

.fsS {
    font-size: 16px;
}

.red {
    color: #e33122;
}

.content-imgTextL {
    float: left;
    width: 700px;
    margin-right: 40px;
    margin-bottom: 120px;
}

.content-imgTextL ul li {
    line-height: 26px;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    padding: 14px 10px 17px 15px;
}

.content-imgTextL ul li h4 {
    margin-bottom: 15px;
    color: #181818;
}

.content-imgTextL ul li:hover {
    background-color: #62abae;
}

.content-imgTextL ul li:hover {
    color: #fff;
}

.content-imgTextL ul li:hover h4 a {
    color: #ffffff;
}

.content-imgTextR {
    float: left;
}

.content-bigimg {
    width: 460px;
    height: 278px;
    background-color: #888787;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.content-bigimg img:hover {
    transform: scale(1.2);
}

.content-bigimg img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.content-bigimg h4 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.content-bigimg h4 a {
    color: #ffffff;
}

.picsNum-left {
    float: left;
    width: 590px;
    height: 370px;
}

.content-bigimg2 {
    width: 590px;
    height: 370px;
    background-color: #888787;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.content-bigimg2 img:hover {
    transform: scale(1.2);
}

.content-bigimg2 img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.content-bigimg2 h4 {
    width: 97%;
    padding-left: 3%;
    line-height: 38px;
    font-size: 16px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.content-bigimg2 h4 a {
    color: #ffffff;
}

.picsNum-right {
    width: 610px;
    float: left;
    margin-bottom: 100px;
}

.picsNum-right ul {}

.picsNum-right ul li {
    width: 275px;
    float: left;
    height: 172px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.content-bigimg3 {
    width: 275px;
    height: 172px;
    background-color: #888787;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.content-bigimg3 img:hover {
    transform: scale(1.2);
}

.content-bigimg3 img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.content-bigimg3 h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.content-bigimg3 h4 a {
    color: #ffffff;
}


/* 相关要闻 */

.wen_yao {}

.one_lunbo img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.lunbo_pic img:hover {
    transform: scale(1.1);
}

.one_lunbo {
    width: 600px;
}

.one_lunbo .tabs-img h4 {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

.swiper-slide {
    width: 600px;
    height: 365px!important;
}

.tabs-img h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .6);
    line-height: 80px;
    padding-left: 24px;
    font-size: 18px;
    box-sizing: border-box;
}

.tabs-img h4 a {
    color: #fff;
}

.one_lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 12px;
    width: auto;
    left: 76%;
}

.one_lunbo .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    opacity: 0.7;
}

.one_lunbo .swiper-pagination-bullet-active {
    width: 30px;
    height: 12px;
    border-radius: 10px;
    opacity: 1;
    background-color: #538e92;
}

.one_lunbo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.one_ul {
    width: 580px;
    margin-bottom: 120px;
}

.one_ul ul li {
    margin-bottom: 25px;
}

.one_ul ul li:last-child {
    margin-bottom: 0;
}

.one_ul ul li h3 a {
    font-size: 20px;
    color: #177783;
}

.one_ul ul li p {
    color: #454545;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* footer */

.footer {
    width: 100%;
    height: 154px;
    padding: 56px 0px 0px;
    background-color: #62abae;
}

.footer_content {
    width: 835px;
    margin: 0 auto;
}

.footer_content_text {
    width: 510px;
    margin-top: 22px;
    margin-left: 35px;
}

.footer_content_text p {
    font-size: 18px;
    color: #fff;
}

.footer_content_text p+p {
    margin-top: 3px;
}
