.m-contaner {
    width: 98%;
    height: auto;
    margin: 0 auto;
}

.m-common-title {
    padding: 45px 0 0 35px;
    position: relative;
    font-weight: bold;
}

.m-common-title .lookMore {
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 10px;
    top: 50px;
}

.m-common-title .lookMore:hover {
    cursor: pointer;
    color: #0027a6;
}

.m-index-hotInfo {
    width: 100%;
    height: 80px;
}

.m-index-hotInfo .m-contaner {
    height: 80px;
}

.m-index-hotInfo .m-contaner .hotInfo {
    position: 100%;
    height: 80px;
    position: relative;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-left {
    width: 183px;
    height: 70px;
    background: url(../images/beijing.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -40px;
    display: flex;
    padding: 10px;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-left img {
    width: 34px;
    height: 31px;
    position: relative;
    top: 15px;
    margin-right: 5px;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-left p {
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-right {
    overflow: hidden;
    width: 1063px;
    height: 75px;
    background: #fff;
    box-shadow: 0px 12px 8px -12px #ccc;
    line-height: 75px;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 2;
    padding: 0 45px;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-right .swiper-container .swiper-wrapper .swiper-slide {
    font-size: 16px;
    color: #333333;
    word-wrap: normal;
    /* for IE */
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-right .hotInfo-swiper-prev {
    position: absolute;
    right: 18px;
    top: 22px;
}

.m-index-hotInfo .m-contaner .hotInfo .hotInfo-right .hotInfo-swiper-next {
    position: absolute;
    right: 18px;
    top: 42px;
}

.m-index-cream {
    /*width: 95%;
    margin-left: 2.5%;*/
    height: 503px;
    margin-top: 10px;
}

.m-index-cream .m-contaner {
    height: 453px;
}

.m-index-cream .m-contaner .cream {
    width: 100%;
    height: 503px;
    display: flex;
    box-shadow: 0 0 10px #ccc;
}

.m-index-cream .m-contaner .cream .cream-left {
    width: 80%;
    padding: 110px 30px 0 30px;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-title {
    display: flex;
    margin-bottom: 35px;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-title h2 {
    font-size: 22px;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-title p {
    width: 38px;
    height: 4px;
    background: #0054a6;
    margin: 0 10px;
    position: relative;
    top: 14px;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-title span {
    font-size: 14px;
    position: relative;
    top: -5px;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-content {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 5;*/
    /*行数*/
    -webkit-box-orient: vertical;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-btns {
    margin-top: 35px;
    display: flex;
    width: 150px;
    height: 40px;
    background: #c7000b;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-btns:hover {
    background: #c7000b;
    cursor: pointer;
    transition: all 1s;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-btns .btns-left {
    width: 100px;
    color: #fff;
    line-height: 40px;
    border-right: 1px solid #c7000b;
    text-align: center;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-btns .btns-right {
    width: 50px;
    background-color: #c7000b;
    position: relative;
}

.m-index-cream .m-contaner .cream .cream-left .cream-left-btns .btns-right img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-index-cream .m-contaner .cream .cream-right {
    padding-top: 82px;
    width: 45%;
}

.m-index-cream .m-contaner .cream .cream-right .cream-right-box {
    width: 467px;
    height: 370px;
    background-size: 100% 100%;
}

.logo {
    /*width: 376px;*/
    /*height: 67px;*/
    /*margin-top:7px;*/
    /*width: 300px;*/
    height: 80px;

}

.logback {
    /*background: #c7000b;*/
    background: #bc1b21;
    height: 100%;
}

.m-index-cream .m-contaner .cream .cream-right .cream-right-box .cream-videoBox {
    width: 423px;
    height: 280px;
    position: relative;
    /*left: 100px;*/
    top: 5px;
}

.m-index-recomm {
    height: 510px;
    background: #fafafa;
    /*width: 95%;
    margin-left: 2.5%;*/
    margin-top: 10px;
}

.m-index-recomm .recomm-swiper {
    width: 100%;
    margin-top: 28px;
}

.m-index-recomm .recomm-swiper .swiper-container2 {
    padding-top: 10px;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 25%;
    height: 372px;
    padding: 0 5px;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide .name {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide .Info {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*行数*/
    -webkit-box-orient: vertical;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide .pic {
    width: 290px;
    height: 185px;
    margin: 0 auto 15px;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide .goDetail {
    display: inline-block;
    font-size: 14px;
    border-bottom: 4px solid #c7000b;
    line-height: 25px;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide:hover {
    transition: all 1s;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide:hover .Info {
    color: #C7000B;
    transition: all 1s;
}

.m-index-recomm .recomm-swiper .swiper-container2 .swiper-wrapper .swiper-slide:hover .goDetail {
    color: #c7000b;
    transition: all 1s;
    cursor: pointer;
}

.m-index-news {
    /*width: 95%;
    margin-left: 2.5%;*/
    height: 512px;
}

.m-index-news .m-contaner {
    height: 512px;
}

.m-index-news .m-contaner .news-content {
    margin-top: 45px;
    display: flex;
}

.m-index-news .m-contaner .news-content .news-left {
    width: 40%;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper {
    width: 424px;
    height: 262px;
    position: relative;
    margin-left: 80px;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 424px;
    height: 262px;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .swiper-container .swiper-wrapper .swiper-slide div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .news-swiper-prev {
    z-index: 2;
    position: absolute;
    bottom: 30px;
    right: 60px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #c7000b;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .news-swiper-prev img {
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .news-swiper-prev:hover {
    cursor: pointer;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .news-swiper-next {
    z-index: 2;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #c7000b;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .news-swiper-next img {
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.m-index-news .m-contaner .news-content .news-left .newSwiper .news-swiper-next:hover {
    cursor: pointer;
}

.m-index-news .m-contaner .news-content .news-right {
    width: 85%;
    margin-left: 3%;
}

.m-index-news .m-contaner .news-content .news-right ul li {
    width: 90%;
    height: 70px;
    border-bottom: 1px dashed #cecece;
    padding: 25px 0;
    display: flex;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-left {
    width: 15%;
    position: relative;
    top: -8px;
    margin-left: 15px;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-left .time1 {
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #666;
    color: #666;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-left .time1 span {
    font-size: 35px;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-left .time2 {
    font-size: 12px;
    color: #666;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-right {
    width: 85%;
    margin-left: 5%;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-right:hover {
    color: #0027a6;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-right:hover h2 {
    color: #0027a6;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-right:hover p {
    color: #0027a6;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-right h2 {
    font-size: 20px;
    color: #666;
    margin-bottom: 5px;
}

.m-index-news .m-contaner .news-content .news-right ul li .li-right p {
    font-size: 18px;
    color: #ccc;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*行数*/
    -webkit-box-orient: vertical;
}

.m-index-lead {
    height: 600px;
    width: 100%;
    background: url(../images/bg3.png) no-repeat center;
    background-size: cover;
}

.m-index-lead .leadSwiper {
    margin-top: 70px;
    background: url(../images/whit.png) no-repeat bottom center;
    background-size: 93.5% 91px;
    position: relative;
    height: 350px;
}

.m-index-lead .leadSwiper .lead-swiper-prev {
    width: 60px;
    height: 60px;
    z-index: 9;
    border-radius: 50%;
    position: absolute;
    bottom: 70px;
    left: 145px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    text-align: center;
    outline: none;
}

.m-index-lead .leadSwiper .lead-swiper-prev img {
    margin: 0 auto;
    width: 18px;
    position: relative;
    top: 13px;
}

.m-index-lead .leadSwiper .lead-swiper-prev:hover {
    background: #0027a6;
}

.m-index-lead .leadSwiper .lead-swiper-next {
    width: 60px;
    height: 60px;
    z-index: 9;
    border-radius: 50%;
    position: absolute;
    bottom: 70px;
    right: 145px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    text-align: center;
    outline: none;
}

.m-index-lead .leadSwiper .lead-swiper-next img {
    margin: 0 auto;
    width: 18px;
    position: relative;
    top: 13px;
}

.m-index-lead .leadSwiper .lead-swiper-next:hover {
    background: #0027a6;
}

.m-index-lead .leadSwiper .swiper-container {
    height: 350px;
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper {
    height: 350px;
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper .swiper-slide {
    height: 350px;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 280px;
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper .swiper-slide p {
    height: 70px;
    line-height: 108px;
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: scale(1.2);
}

.m-index-lead .leadSwiper .swiper-container .swiper-wrapper .swiper-slide-active p {
    color: #0054a6;
    line-height: 40px;
    font-size: 15px;
}

.m-index-area {
    width: 100%;
    height: 580px;
    background: #fafafa;
    padding-top: 60px;
}

.m-index-area ul {
    width: 100%;
    height: auto;
    clear: both;
    padding-left: 0;
}

.m-index-area ul li {
    width: 300px;
    height: 225px;
    float: left;
}

.m-index-area ul li img {
    width: 300px;
    height: 225px;
}

.m-index-area ul li h2 {
    word-wrap: normal;
    /* for IE */
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    height: 36px;
    line-height: 28px;
    background: url(../images/bg4.png) no-repeat bottom left;
}

.m-index-area ul li p {
    font-size: 14px;
    color: #666;
    margin: 30px 0 45px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*行数*/
    -webkit-box-orient: vertical;
}

.m-index-area ul li div {
    padding: 15px;
}

.m-index-area ul li span {
    font-size: 14px;
    color: #ccc;
}

.m-index-area ul li span:hover {
    cursor: pointer;
    color: #0054a6;
}

.ysjy .carousel img {
    max-height: 410px;
}

.zh-en a:hover {
    color: #0054a6;
}

/*弹窗遮罩层*/
.modal-shadow {
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
