.index_bj {
    min-height: 850px;
    background: url(index_bj.png) no-repeat center top;
    background-color: #fff9f1;
}

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

.header {
    padding-top: 31px;
}

.header .l a {
    width: 353px;
    height: 55px;
    display: block;
    background: url(logo.png) no-repeat center;
}

.header .r a.fh {
    display: block;
    width: 122px;
    height: 40px;
    padding-left: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    color: #ffffff;
    background: url(fh.png) no-repeat center;
    float: right;
    margin-top: 5px;
}

.content {
    margin-top: 690px;
}


/* 轮播开始 */

.lunbo {
    height: 506px;
    overflow: hidden;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 750px;
    height: 422px;
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -378px;
    overflow: hidden;
}

.swiper .pic li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.swiper .pic li a .tit {
    width: 100%;
    height: 52px;
    position: absolute;
    line-height: 52px;
    bottom: 0px;
    padding-left: 28px;
    padding-right: 125px;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
}

.swiper .pic li.now .leftBox {
    background: none;
    z-index: 0;
}

.swiper .pic li img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper .pic li.now a .tit {
    display: block;
    background: url(lb_text.png) no-repeat 0 -8px;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(227px);
    -moz-transform: translateX(227px);
    -o-transform: translateX(227px);
    -ms-transform: translateX(227px);
    transform: translateX(227px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-221px);
    -moz-transform: translateX(-221px);
    -o-transform: translateX(-221px);
    -ms-transform: translateX(-221px);
    transform: translateX(-221px);
}

.swiper .cricle {
    display: block;
    height: 10px;
    position: absolute;
    bottom: 23px;
    left: 81%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
}

.swiper .cricle li {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    margin-right: 5px;
    border-radius: 20px;
}

.swiper .cricle li:last-child {
    margin-right: 0;
}

.swiper .cricle ._bg {
    width: 30px;
    background-color: #ffa84b;
}

.swiper .btns {
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 61px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    height: 58px;
    width: 58px;
}

.swiper .btns .leftbtn {
    float: left;
    margin-left: 180px;
    background: url(le.png) center center no-repeat;
}

.swiper .btns .rightbtn {
    float: right;
    margin-right: 182px;
    background: url(rt.png) center center no-repeat;
}

.leftBox {
    width: 750px;
    height: 422px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 7;
    background: rgba(0, 0, 0, 0.3);
}

.con1 {
    margin-top: 35px;
}

.con1 .hd {
    height: 93px;
    background: url(dhdt_hd.png) no-repeat center;
}

.con1 .hd>a {
    display: block;
    /*width: 250px;*/
    height: 100%;
    text-align: center;
}

.con1 .bd ul li {
    float: left;
    width: 585px;
    height: 125px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 30px;
}

.con1 .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.con1 .bd ul li .l {
    width: 79px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.con1 .bd ul li .l i {
    font-size: 40px;
    color: #666666;
    font-weight: bold;
    float: left;
    display: block;
    margin-left: 4px;
}

.con1 .bd ul li .l em {
    font-size: 14px;
    color: #999999;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 2px;
}

.con1 .bd ul li .r {
    width: 420px;
}

.con1 .bd ul li .r a {
    display: block;
    font-size: 18px;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
    line-height: 35px;
    margin-top: 3px;
}

.con1 .bd ul li .r span {
    display: block;
    font-size: 16px;
    color: #666666;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 19px;
    line-height: 18px;
}

.con2 {
    margin: 60px 0;
}

.con2 .l {
    width: 570px;
    height: 410px;
}

.con2 .l img {
    width: 100%;
    height: 100%;
}

.con2 .r {
    width: 571px;
}

.con2 .r .hd {
    height: 72px;
    background: url(mskx_hd.png) no-repeat center;
}

.con2 .r .hd a:first-child {
    width: 272px;
    height: 40px;
    display: block;
    float: left;
}

.con2 .r .hd a:last-child {
    width: 55px;
    height: 40px;
    display: block;
    float: right;
}

.con2 .r .bd ul li {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.con2 .r .bd ul li>a {
    width: 77%;
    font-size: 18px;
    line-height: 20px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: url(hongdian.png) no-repeat left center;
    padding-left: 21px;
}

.con2 .r .bd ul li span {
    display: block;
    float: right;
    line-height: 20px;
    font-size: 16px;
    color: #999999;
}

.con2 .r .bd ul li:first-child {
    height: 116px;
    border-bottom: 1px dashed #cfcfcf;
    margin-top: 30px;
}

.con2 .r .bd ul li:first-child>a {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con2 .r .bd ul li:first-child em {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.con2 .r .bd ul li:first-child em a {
    color: #da0001;
}

.footer {
    height: 131px;
}