.section1{
    width: 100%;
    background: url('http://static.vipiao.com/static/Culture/home/homebg2.jpg') center center no-repeat;
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    /* background-size: 100% 100%;  */
}
.botIcon{
    display: block;
    width: 20px;
    height: 110px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
@media screen and (max-width: 1400px) {
    .botIcon{
        width: 15px;
        height: 82.5px;
    }
}
@media screen and (max-width: 1600px) {
    .botIcon{
        width: 16.7px;
        height: 91.7px;
    }
}
.AllDJS{
    width: 710px;
    height: 177px;
    margin-top: 100px;
    margin: 0 auto;
    transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    -moz-transform: scale(0.85, 0.85);
    -o-transform: scale(0.85, 0.85);
    position: static;
}
.daojishi, .daojishi0{
    width: 354px;
    height: 132px;
    float: left;
    margin: 0 auto;
    background: url('http://static.vipiao.com/static/Culture/home/edc-djs.png') 0 0 no-repeat;
    background-size: 354px 132px;
    /* margin-top: 100px; */
    text-align: left;
    overflow: hidden;
}
.daojishi0{
    background: url('http://static.vipiao.com/static/Culture/home/nytdjsbg.png') 0 0 no-repeat;
    background-size: 354px 132px;
}
.djs-time{
    font-size: 50px;
    padding-top: 22px;
}
.djs-txt{
    font-size: 16px;
    margin-top: -8px;
}
.djs-unit{
    font-size: 24px;
}
.daojishi p{
    padding-left: 165px;
    line-height: normal;
}
.daojishi0 p{
    padding-left: 135px;
    line-height: normal;
}
@media screen and (max-width: 1800px) {
    .AllDJS{
        width: 100%;
        height: 70px;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    .daojishi{
        width: 270px;
        height: 101px;
        margin: 0 auto;
        background: url('http://static.vipiao.com/static/Culture/home/edc-djs.png') 0 0 no-repeat;
        background-size: 270px 101px;
        position: absolute;
        right: -50px;
        top: 50%;
        margin-top: -50px;
    }
    .daojishi0{
        width: 270px;
        height: 101px;
        margin: 0 auto;
        background: url('http://static.vipiao.com/static/Culture/home/nytdjsbg.png') 0 0 no-repeat;
        background-size: 270px 101px;
        position: absolute;
        right: -60px;
        top: 50%;
        margin-top: 50px;
    }

    .djs-time{
        font-size: 30px;
        padding-top: 17px;
    }
    .djs-txt{
        font-size: 12px;
        margin-top: -5px;
    }
    .djs-txt span{
        display: block;
    }
    .djs-unit{
        font-size: 16px;
    }
    .daojishi p{
        padding-left: 120px;
        line-height: normal;
    }
    .daojishi0 p{
        padding-left: 100px;
        line-height: normal;
    }
}
@media screen and (min-width: 2200px) and (max-width: 3000px) {
    .daojishi, .daojishi0{
        margin-top: 130px;
    }
}
/* 设置文案不可复制 */
/* .sec1Tit1, .sec1Tit2{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
} */
.sec1Tit1{
    color: #E4E4E4;
}
.sec1Tit2{
    color: #999;
}
/* 左右切换 */
#viewsWrapper {
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    position:relative;
    overflow: hidden;
}
    
#view1 {
}
#view2 {
    /* background: #f90 */
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 1;
}
.indexAbout1{
    width: 1180px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -260px;
    z-index: 101;
}
.indexAbout1 img{
    width: 600px;
    height: 600px;
}

@media screen and (max-width: 1400px) {
    .indexAbout1{
        width: 1180px;
        height: 450px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        margin-top: -195px;
        z-index: 101;
    }
    .indexAbout1 img{
        width: 450px;
        height: 450px;
    }
      
}
@media screen and (max-width: 1600px) { 
    .indexAbout1{
        width: 1180px;
        height: 500px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        margin-top: -217px;
        z-index: 101;
    }
    .indexAbout1 img{
        width: 500px;
        height: 500px;
    }
}

.indexAboutBg1{
    width: 33.333%;
    background: #F8CC72;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.indexAboutInfo{
    width: 524px;
    padding-top: 40px;
    text-align: left;
}
.indexAboutInfo h3{
    background: url('http://static.vipiao.com/static/Culture/home/gywm_icon_bt.png')left bottom no-repeat;
}


@media screen and (max-width: 1400px) {
    .indexAboutInfo{
        width: 674px;
    }
      
}
@media screen and (max-width: 1600px) {
    .indexAboutInfo{
        width: 624px;
    }
}




.indexAboutTxt{
    margin-bottom: 15px;
}
.btnShow{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: #F8CC72 1px solid;
    color: #F8CC72;
}
/* case */
.curLocation{
    padding: 20px 0;
    color: #999;
    text-align: left;
}
.curLocation a{
    display: inline-block;
    position: relative;
    color: #999;
}
.curLocation a:hover{
    color: #333;
}
.curLocation span{
    color: #fff;
}
.curLocation a:first-child{
    /* border-bottom: #F8CC72 1.5px solid; */
    line-height: 2.1;
}
.curLocation2,.curLocation2 a,.curLocation2 span{
    color: #333;
}
.caseItem{
    display: block;
    width: 100%;
    height: 394px;
    position: relative;
    background: #25262C;
    margin: 15px 0;
    animation-fill-mode: both;
}
.caseItemLeft{
    width: 700px;
    height: 394px;
    overflow-y: hidden;
}
.caseItemLeft img{
    width: 100%;
    height: 100%;
}
.caseItemRight{
    display: table;
    width: 480px;
    height: 394px;
    overflow-y: hidden;
}
.caseItemTxtInner{
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}
.caseItemTit{
    margin-top: 4px;
    margin-bottom: 15px;
    padding: 0 30px;
}
.caseItemMask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 204, 114, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    zoom: 1;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.caseItem:hover .caseItemMask {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 1;
  zoom: 1;
}
.footerTop a{
    margin: 0 50px;
}
.footerBot{
    padding-top: 40px;
}
.detailInner{
    padding-bottom: 40px;
}
.detailInner .details{
    width: 800px;
    margin: 0 auto;
}
.detailTopPic{
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}
.detailTopPic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content p{
    /*width: 700px;*/
    text-align: left;
    color: #151515;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.details  ul li{
    float: left;
    width: 391px;
    height: 210px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 18px;
}
.details  ul li:nth-of-type(2n-1){
    margin-right: 18px;
}
.details  ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details  ul li p{
    width: 100%;
    height: 30px;
    background:rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #f8cc72;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
}
.details>img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 30px;
}
.details h4{
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #333;
    line-height: 33px;
    margin-bottom: 20px;
}
.details h4 span{
    color: #333;
    font-size: 28px;
}
.details .titleColor{
    color: #666;
    font-size: 20px;
}





.title{
    color: #151515;
    text-align: left;
}
.detailTime{
    text-align: left;
    background: url('http://static.vipiao.com/static/Culture/home/xw_icon_sj.png') left center no-repeat;
    background-size: 14px 14px;
    text-indent: 14px;
    margin-bottom: 40px;
}
.content{
    color: #151515;
    text-align: left;
    padding-top: 40px;
    line-height: 2;
}
.content p{
    margin-bottom: 20px;
}
.content img{
    width: 100%;
}
.content h3{
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    color: #151515;
    margin-top: 70px;
    margin-bottom: 30px;
}
.content h4{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.content h5{
    text-align: center;
    font-weight: 700;
}

/* 新闻列表 */
.erBanner{
    width: 100%;
    height: 560px;
    background: url('http://static.vipiao.com/static/Culture/home/banner.jpg') top center no-repeat;
    /* background-size: 100%; */
}
.newsList .newsListItem:nth-child(even){
    margin-left: 180px;
}
.newsListItem{
    width: 500px;
    height:461px;
    margin-bottom: 34px;
    margin-top: 34px;
    float: left;
    overflow: hidden;
}
.newsItemImg{
    width: 100%;
    height: 268px;
    overflow: hidden;
}
.newsItemImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsItemTxt{
    text-align: left;
    padding: 30px 0 30px 0;
    transition: 0.6s;
    position: relative;
    top: -10px;
}
.newsList .newsListItem .newsItemTxt1{
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.newsList .newsListItem .newsItemTxt1 span{
    color: #F8CC72;
}
.newsList .newsListItem .newsItemTxt2{
    margin-top: 5px;
}
.newsList .newsListItem .newsItemTxt3{
    width: 500px;
    font-size: 14px;
    color: #c3c3c3;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}





.newsList .newsListItem:hover .newsItemTxt{
    width: 430px;
    padding: 30px 24px;
    background: #F8CC72;
    transform: translateY(-20px);
    margin: 0 auto;
}
.newsListItem:hover .newsItemTxt .newsItemTxt1{
    text-overflow:inherit;
    overflow:visible;
    white-space: normal;
    font-weight: 700;
}
.newsListItem:hover .newsItemTxt .newsItemTxt2{
    margin-bottom: 2px;
}
.newsListItem:hover .newsItemTxt .newsItemTxt3{
    display: none;
}
.newsListItem:hover .newsItemTxt .btnShow1{
    display: block;
    position: relative;
    top: 10px;
}

.btnShow1{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: #000 1px solid;
    color: #000;
    display: none;
}
.btnShow1:hover{
    color: #000;
}
.newsList .newsListItem:hover .newsItemTxt1,.newsList .newsListItem:hover .newsItemTxt2,.newsList .newsListItem:hover .newsItemTxt3,.newsList .newsListItem:hover .newsItemTxt1 span{
    color: #151515;
}

#content image{
    max-width: 100%;
}




