*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.fullimg>img{
    width: 100%;
}

.logo{
    width: 380px;
    margin: 0 auto 25px;
}


/* 跑马岭 */
.pmlItem {
    margin-top: 35px;
}

.pmlItem .title {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.pmlItem .title .en {
    font-size: 16px;
    color: #999;
    letter-spacing: 4px;
    margin: 10px 0;
}

.pmlItem .title .line {
    width: 60px;
    display: block;
    border-bottom: 2px solid #ab9988;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
    margin: 10px auto;
}

.pmlItem .content {
    background-image: url(../img/dyq-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pmlItem .content .info {
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 1.75;
    margin: 30px auto 35px;
}

.pmlItem .content .icons {
    width: 780px;
    margin: 0 auto;
}

.pmlItem .content .icontext {
    width: 770px;
    margin: 5px auto 0;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #99836e;
}
.pmlItem .content .icontext span{
    width: 50px;
    text-align: center;
}


.xcsp {
    background-color: #f7f7f7;
    margin-top: 155px;
    height: 275px;
    margin-bottom: 130px;
}

.xcsp .wrap {
    position: relative;
}

.xcsp .title {
    position: absolute;
    text-align: left;
    top: -90px;
    left: 0;
}

.xcsp .wrap .video .left {
    width: 550px;
    text-indent: 2em;
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    padding-top: 40px;
}

.pmlItem .more {
    width: 180px;
    margin-top: 20px;
    display: block;
    transition: 0.3s;
}

.pmlItem .more:hover {
    transform: translateX(15px);
}

.xcsp .wrap .video .right {
    position: absolute;
    width: 595px;
    height: 330px;
    right: 0;
    top: -35px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000000;
}

.xcsp .wrap .video .right .playbtn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.xcsp .wrap .video .right video {
    width: 595px;
    height: 330px;
}

.jdbox {
    position: relative;
}

.jdSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.jdSwiper .swiper-wrapper .swiper-slide {
    width: 380px;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.jdSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
}

.jdSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.jdSwiper .swiper-wrapper .swiper-slide .info {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 115px;
    background-image: url(../img/mengban.png);
    color: #fff;
    padding-top: 50px;
}

.jdSwiper .swiper-wrapper .swiper-slide .info .line {
    width: 35px;
    border-bottom: 2px solid #8fc41f;
    display: block;
    margin: 0 auto;
}

.jdSwiper .swiper-wrapper .swiper-slide .info p {
    text-align: center;
    font-size: 24px;
}

.jdbox .arrow-next,
.jdbox .arrow-prev {
    position: absolute;
    width: 50px;
    height: 95px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0;
}

.jdbox .arrow-prev {
    left: -100px;
}

.jdbox .arrow-next {
    right: -100px;
}

.pmlItem.charge .content {
    color: #999;
    line-height: 1.75;
    background: none;
    display: flex;
    justify-content: center;
    margin: 35px auto;
    font-size: 20px;
}

.pmlItem.charge {
    margin: 80px auto 125px;
}

.pmlItem.charge .chargeicon {
    width: 795px;
    margin: 0 auto;
}

.pmlItem.xgjs {
    width: 100%;
    min-width: 1200px;
    background-image: url(../img/pml-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 45px 0;
}

.xgjs .title {
    color: #fff;
}

.xgjs .more {
    width: 179px;
    margin: 0 auto;
}

.xgjs .xgSwiper {
    margin: 35px auto 40px;
}

.xgSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.xgSwiper .swiper-wrapper .swiper-slide {
    width: 270px;
    height: 280px;
}

.xgSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
}
.xgSwiper .swiper-wrapper .swiper-slide a>img{
    width: 100%;
    height: 100%;
}

.footer{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 170px;
}

.footer .left,
.footer .right{
    display: flex;
    align-items: center;
}

.footer .left .info{
    text-align: left;
    color: #a6a6a6;
    line-height: 2.3;
}

.footer .right .info{
    text-align: right;
    color: #a6a6a6;
    margin-right: 10px;
}

.footer .right .info .title{
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer .logo2{
    width: 85px;
    height: 110px;
    margin-right: 20px;
}
.colorblock{
    width: 100%;
    height: 35px;
    background-color: #99836e;
}



