﻿.banner{
    position: relative;
    z-index: 0;
}

.index{
    background: url("../images/index/bg.png")no-repeat center top;
    position: relative;
}
.index .nav1{
    background-color: #ffffff;
    padding: 42px 45px;
    margin-top: -117px;
    box-shadow: 0px 1px 27px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 27px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 27px 1px rgba(0,0,0,0.1);
    margin-bottom: 75px;
}
.index .nav1 a{
    display: block;
    width: 410px;
    height: 134px;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 134px;
}
.index .nav1 a:nth-child(1){
    background: url("../images/index/1.jpg")no-repeat;
    margin-bottom: 25px;
}
.index .nav1 a:nth-child(2){
    background: url("../images/index/2.jpg")no-repeat;
    margin-bottom: 25px;
}
.index .nav1 a:nth-child(3){
    background: url("../images/index/3.jpg")no-repeat;
    margin-bottom: 25px;
}
.index .nav1 a:nth-child(4){
    background: url("../images/index/4.jpg")no-repeat;
}
.index .nav1 a:nth-child(5){
    background: url("../images/index/5.jpg")no-repeat;
}
.index .nav1 a:nth-child(6){
    background: url("../images/index/6.jpg")no-repeat;
}
.index .two{
    padding-bottom: 30px;
}
.index .two .left{
    width: 555px;
}
.index .two .left .img{
    height: 310px;
    overflow: hidden;
}
.index .two .left .img img{
    /*height: 100%;*/
}
.index .two .left dd{
    background-color: #ffffff;
    padding: 10px 15px;
}
.index .two .left dd h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
}
.index .two .left dd p{
    color: #b14938;
    line-height: 26px;
    font-size: 16px;
}
.index .two .left dd span{
    float: right;
    display: block;
    width: 34px;
    height: 26px;
    position: relative;
}
.index .two .left dd span:before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 1px;
    background: #b14938;
    position: absolute;
    left: 0;
    top: 13px;
}
.index .two .left dd span:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #b14938;
    position: absolute;
    left: 15px;
    top: 11px;
}
.index .two .right{
    width: calc(100% - 585px);
}
.index .two .right .bt{
    overflow: hidden;
    margin-bottom: 24px;
}
.index .two .right .bt h3{
    padding-left: 96px;
    background: url("../images/index/bt_1.png")no-repeat  4px center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 46px;
    display: inline-block;
}
.index .two .right .bt h3 span{
    color: #b14938;
}
.index .two .right .bt h3:before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #b14938;
    position: absolute;
    left: 70px;
    top: 0;
}
.index .two .right .bt a{
    float: right;
    font-size: 18px;
    line-height: 46px;
}
.index .two .right ul{
    width: 100%;
}
.index .two .right ul li{

}
.index .two .right ul li a{
    display: block;
    padding: 13px 25px;
    overflow: hidden;
}
.index .two .right ul li h4{
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    float: left;
    line-height: 40px;
}
.index .two .right ul li .time{
    float: right;
    padding-left: 34px;
    position: relative;
}
.index .two .right ul li .time p{
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}
.index .two .right ul li .time:before{
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #c4c4c4;
}
.index .two .right ul li .time span{
    display: block;
    font-size: 12px;
    color: #999999;
}


.index .two .right ul li a:hover{
    background-color: #b14938;
}
.index .two .right ul li a:hover h4{
    color: #ffffff;
}
.index .two .right ul li a:hover .time p,.index .two .right ul li a:hover .time span{
    color: #ffffff;
}
.index .two .right ul li a:hover .time:before{
    background-color: #ffffff;
}


.index .three{
    background-color: #f1f5f7;
    padding: 80px 0;
}
.index .three .left{
    width: 1007px;
}
.index .three .left .bt{
    line-height: 49px;
    overflow: hidden;
    margin-bottom: 24px;
}
.index .three .left .bt h3{
    padding-left: 96px;
    background: url("../images/index/bt_2.png")no-repeat  4px center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 49px;
    display: inline-block;
}
.index .three .left .bt h3 span{
    color: #b14938;
}
.index .three .left .bt h3:before{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #b14938;
    position: absolute;
    left: 70px;
    top: 0;
}
.index .three .left .bt a{
    float: right;
    font-size: 18px;
}

.index .three .left ul li{
    width: 492px;
    background-color: #ffffff;
    padding: 13px 14px;
    margin-bottom: 13px;
}
.index .three .left ul li .time{
    width: 58px;
    /*height: 60px;*/
    border: 1px solid #b14938;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.index .three .left ul li .time p{
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #b14938;
    font-weight: bold;
}
.index .three .left ul li .time span{
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    background-color: #b14938;
}
.index .three .left ul li h4{
    width: calc(100% - 76px);
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.index .three .left ul li:nth-last-child(1),.index .three .left ul li:nth-last-child(2){
    margin-bottom: 0;
}
.index .three .right{
    width: 344px;
    background-color: #ffffff;
    padding:10px 15px;
}
.index .three .right .bt{
    width: 250px;
    line-height: 44px;
    font-size: 22px;
    color: #ffffff;
    padding-left: 30px;
    margin-left: -26px;
    margin-bottom: 30px;
    background: linear-gradient(
            -135deg,
            transparent 22px,
            #b14938 22px,
            #b14938 100%
    )
    top right,
    linear-gradient(
            -45deg,
            transparent 22px,
            #b14938 22px,
            #b14938 100%
    )
    bottom right;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.index .three .right li{
    margin-bottom: 15px;
}
.index .three .right li:last-child{
    margin-bottom: 0;
}
.index .three .right li a{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    line-height: 30px;
}
.index .three .right li a:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}




@media screen and ( max-width: 1200px ) {
    .banner{

    }

    .index{

    }
    .index .nav1{
        padding: 10px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .index .nav1 a{
        width: 49%;
        height: 90px;
        line-height: 90px;
        font-size: 20px;
    }
    .index .nav1 a:nth-child(1){
        margin-bottom: 10px;
    }
    .index .nav1 a:nth-child(2){
        margin-bottom: 10px;
    }
    .index .nav1 a:nth-child(3){
        margin-bottom: 10px;
    }
    .index .nav1 a:nth-child(4){

    }
    .index .nav1 a:nth-child(5){

    }
    .index .nav1 a:nth-child(6){

    }
    .index .two{
        padding: 10px;
    }
    .index .two .left{
        width: 100%;
    }
    .index .two .left .img{
        height: auto;
    }
    .index .two .left .img img{

    }
    .index .two .left dd{

    }
    .index .two .left dd h4{

    }
    .index .two .left dd p{

    }
    .index .two .left dd span{

    }
    .index .two .left dd span:before{

    }
    .index .two .left dd span:after{

    }
    .index .two .right{
        width: 100%;
    }
    .index .two .right .bt{
        margin-bottom: 10px;
    }
    .index .two .right .bt h3{
        padding-left: 82px;
        font-size: 20px;
        line-height: 36px;
        background-size: auto 36px;
    }
    .index .two .right .bt h3 span{

    }
    .index .two .right .bt h3:before{
        width: 4px;
        left: 60px;
    }
    .index .two .right .bt a{
        line-height: 36px;
        font-size: 14px;
    }
    .index .two .right ul{

    }
    .index .two .right ul li{

    }
    .index .two .right ul li a{
        padding: 5px 5px;
    }
    .index .two .right ul li h4{
        font-size: 16px;
    }
    .index .two .right ul li .time{
        padding-left: 15px;
    }
    .index .two .right ul li .time p{
        font-size: 20px;
    }
    .index .two .right ul li .time:before{

    }
    .index .two .right ul li .time span{

    }


    .index .two .right ul li a:hover{

    }
    .index .two .right ul li a:hover h4{

    }
    .index .two .right ul li a:hover .time p,.index .two .right ul li a:hover .time span{

    }
    .index .two .right ul li a:hover .time:before{

    }


    .index .three{
        padding: 20px 10px;
    }
    .index .three .left{
        width: 100%;
    }
    .index .three .left .bt{
        margin-bottom: 10px;
    }
    .index .three .left .bt h3{
        padding-left: 82px;
        font-size: 20px;
        line-height: 36px;
        background-size: auto 36px;
    }
    .index .three .left .bt h3 span{

    }
    .index .three .left .bt h3:before{
        width: 4px;
        left: 60px;
    }
    .index .three .left .bt a{
        line-height: 36px;
        font-size: 14px;
    }

    .index .three .left ul li{
        margin-bottom: 10px;
    }
    .index .three .left ul li .time{

    }
    .index .three .left ul li .time p{
        font-size: 20px;
        line-height: 30px;
    }
    .index .three .left ul li .time span{

    }
    .index .three .left ul li h4{
        line-height: 26px;
        height: 52px;
    }

    .index .three .left ul li:nth-last-child(1),.index .three .left ul li:nth-last-child(2){

    }
    .index .three .right{
        width: 100%;
        margin-top: 20px;
        padding:10px;
    }
    .index .three .right .bt{
        margin-left: -20px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .index .three .right li{
        margin-bottom: 10px;
    }
    .index .three .right li:last-child{

    }
    .index .three .right li a{
    }
    .index .three .right li a:before{

    }


















}















