@charset "utf-8";
@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sect {
    padding-top: 45px;
}

.s1-l {
    float: left;
    width: 680px;
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top: 64%;
}

.s1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, .46);
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.s1-l .slick-dots {
    width: auto;
    right: 20px;
    bottom: 15px;
}

.s1-l .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.s1-l .slick-dots li.slick-active {
    background-color: #c21319;
}

.s1-r {
    float: right;
    width: calc(100% - 720px);
}

.title {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.title h2 {
    float: left;
    line-height: 54px;
    padding-left: 6px;
    border-left: 6px solid #ffa10e;
    padding-left: 20px;
    padding-right: 60px;
    background: url(../images/tit-bg.png) no-repeat left center;
    background-size: 100% 100%;
}

.title h2 span {
    font-size: 26px;
    color: #fff;
}

.title a {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}

.title a:hover {
    color: #c21319;
}

.s1-r-top {
    padding: 20px 0;
    border-bottom: 1px dashed #dddddd;
}

.s1-r-top h2 {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-r-top h2 a {
    color: #111;
}

.s1-r-top p {
    font-size: 14px;
    line-height: 22px;
    color: #919191;
    height: 44px;
    overflow: hidden;
}

.list {
    margin-top: 15px;
}

.list>li {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 40px;
}

.list>li:hover a {
    color: #c21319;
    text-decoration: underline;
}

.list>li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l {
    float: left;
    width: 48%;
}

.s2-r {
    float: right;
    width: 48%;
}

.tpp-list {
    overflow: hidden;
    margin-top: 25px;
}

.tpp-list>li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.tpp-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.tpp-list>li a {
    display: block;
    position: relative;
}

.tpp-list>li a .pic {
    padding-top: 63%;
}

.tpp-list>li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    background: rgba(0, 0, 0, .52);
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bt-list>li {
    float: left;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    margin-top: 30px;
    width: 48%;
    margin-left: 4%;
    box-sizing: border-box;
}

.bt-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.bt-list>li a {
    display: block;
    padding: 20px 20px 20px 25px;
    background: url(../images/txt-list.png) no-repeat left 20px;
}

.bt-list>li a p {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.bt-list>li:hover {
    box-shadow: 0 0 10px #f6c2c2;
}

.bt-list>li:hover a p {
    color: #be1219;
}

.s3-l {
    float: left;
    width: 48%;
}

.s3-r {
    float: right;
    width: 48%;
}

.s3-l .s3-ll {
    float: left;
    width: 290px;
    background-color: #f8f3f3;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 30px;
}

.s3-l .bt-list {
    overflow: hidden;
    padding-left: 30px;
}

.s3-l .bt-list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
}

.s3-l .s3-ll h2 {
    font-size: 18px;
    color: #be1219;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 2px solid #be1219;
}

.s3-l .s3-ll p {
    margin-top: 25px;
    line-height: 24px;
    font-size: 14px;
    color: #8d8a8a;
}

.s3-l .bt-list li a {
    background-image: none;
    background-color: #f8f3f3;
    background-position: 0 100%;
    background-size: 1% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#be1219, #be1219);
    transition: background-size .3s;
}

.s3-l .bt-list li:hover a {
    background-size: 100% 100%;
}

.s3-l .bt-list li:hover a p {
    color: #fff;
}

.s3-l .bt-list>li a p {
    line-height: 27px;
    height: 54px;
}

.s3r-top {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.s3r-top a {
    display: block;
    overflow: hidden;
}

.s3r-top .tpp {
    float: left;
    width: 240px;
}

.s3r-top .tpp .pic {
    padding-top: 63%;
}

.s3r-top .text {
    overflow: hidden;
    padding-left: 25px;
}

.s3r-top .text h2 {
    line-height: 30px;
    font-size: 18px;
    color: #111;
    height: 60px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 20px;
}

.s3r-top .text p {
    line-height: 20px;
    font-size: 14px;
    color: #919191;
    height: 60px;
    overflow: hidden;
}

.zt {
    margin-top: 25px;
    margin-bottom: 65px;
}

.zt>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.zt ul li {
    margin: 0 15px;
}

.zt ul li a {
    display: block;
}

.zt ul li a .pic {
    padding-top: 63.5%;
}



.ibanner {
    width:100%; height: 520px; margin: 0 auto;  max-width: 1920px;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right:2%;
    bottom: 10px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin-right:10px;
    width: 10px; border-radius: 50px;
    height:10px;
    line-height:10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #980000;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute; width: 100%;
    bottom:0;
    left:0;
   
    font-size:18px;
    color: #ffffff; height: 44px; line-height: 44px; padding: 0 0 0 20px;
}
.ibanner .bd img {
    width:100%; 
height:520px;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}

