@charset "utf-8";
.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 160px;
}
.banner_bd{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
}
.banner_bd li{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    opacity: 0;
    min-width: 1200px;
    transition: all 1s ease;
    transform: translate3d(0,10px,0);
}
.banner_bd li.on{
    opacity: 1;
    transform: translate3d(0,0,0);
    z-index: 100;
}
.banner_hd{
    position: absolute;
    z-index: 30;
    left: 50%;
    margin-left: -600px;
    bottom: 132px;
}
.banner_hd li{
    position: relative;
    width: 120px;
    height: 34px;
    margin-right: 10px;
    transition: all .3s;
    color: rgba(0, 0, 0, 0.65);
}
.banner_hd li div{
    position: relative;
    z-index: 20;
}
.banner_hd li:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 254, 252, .7);
    -webkit-transform: skew(-30deg,0);
}
.banner_hd li.on{
    color: #fff;
}
.banner_hd li.on:after{
    background: #38C24E;
}
.banner_hd li.on:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 93px;
    height: 1px;
    background: #38C24E;
    bottom: -11px;
}
.ptfwts_bd li{
    width: 368px;
    height: 607px;
    position: relative;
    margin-right: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ptfwts_hd li{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #CFE9D3;
    margin: 0 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 100px;
    transition: all .3s;
}
.ptfwts_hd li.on{
    width: 16px;
    background: #38C24E;
}
.khxs{
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.khxs li{
    position: relative;
    overflow: hidden;
    width: 282px;
    transition: width .3s;
}
.khxs li .dom1{
    position: relative;
    width: 282px;
    height: 440px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.khxs li .dom2{
    position: relative;
    width: 588px;
    height: 440px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    display: none;
}
.khxs li.on{
    overflow: visible;
    width: 588px;
}
.khxs li.on .dom1{
    display: none;
}
.khxs li.on .dom2{
    display: block;
}
.news li{
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: padding .3s ease,transform .3s ease,width .3s ease;
}
.news li .date,.news li .read{
    display: none;
}
.news li .title{
    font-size: 14px;
}
.news li a{
    color: rgba(0, 0, 0, 0.65);
}
.news li.on{
    border: none;
    padding: 24px;
    background: #38C24E;
    border-radius: 8px;
    width: 673px;
    transform: translate(-58px,0);
}
.news li.on a{
    color: #fff;
}
.news li.on .date,.news li.on .read{
    display: block;
}
.news li.on .title{
    font-size: 16px;
    font-weight: bold;
}