@charset "utf-8";
.lunbo{
    position: relative;
}
.lunbo .slick-slide img{
    width: 100%;
    height: auto;
}
.lunbo .slick-dots li,.lunbo .slick-dots li button,.lunbo .slick-dots li button:before{
    width: 50px;
    height: 4px;
    border-radius: 0;
}
.lunbo .slick-dots li.slick-active button{
    background: #ad2d25;
}
/*新闻动态  新闻中心导航栏*/
.title{
    width: 100%;
}
.news-title{
    float: left;
    margin: 47px 0;
    text-align: left;
}
.news{
    padding-bottom: 20px;
}
.news-bg{
    background: url(../img/news-logo.png) no-repeat 0 center ;
}
.news-title p{
    color: #1a1a1a;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: Bold;
    /* text-indent: 60px; */
    padding-left: 50px;
    margin-top: 17px;
}
.title-right button{
    padding-right: 40px;
    height: 45px;
    margin-top: 47px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    background: url(../img/more-logo.png) no-repeat center right 0;
}
.title-right:hover button{
    color:#ad2d25;
}
/* 新闻中心内容部分 */
.news-detalis{

}
.news-detalis-left{
    width: 60%;
}
.news-detalis-left img
{
      border-radius: 10px;
}
.news-detalis-left img,.news-detalis-left div{
    width: 49%;
}
.news-detalis-left p{
    font-size: 16px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-detalis-left .fr h2{
    font-size: 20px;
    /* float: left; */
    line-height: 1.5em;
    color: #666;
}

.news-detalis-left ul li h2{
    font-size: 20px;
    float: left;
    font-weight:normal;
    line-height: 1.5em;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 89%;
}
.news-detalis-left h2 font{
    padding:0 10px;
}
.news-detalis-left span{
    color: #999;
    font-size: 14px;
}
.news-detalis-left ul{
    padding-top: 10px;
}
.news-detalis-left ul li{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.news-detalis-left ul li a{
    padding: 20px 0;
    font-size: 18px;
    display: block;
    width: 100%;
}
.news-detalis-left ul li a span{
    float: right;
    display: block;
}
.news-detalis-right{
    width: 35%;
}
.news-detalis-right ul{
    width: 100%;
}
.news-detalis-right ul li{
    width: 100%;
}
.news-detalis-right ul li a{
}
.news-detalis-right ul li:first-child a p{
    font-size: 18px;
    width: 50%;
    height: 217px;
    background: #ad2d25 url(../img/dshzc-logo.png) no-repeat top 40px center;
    color: #fff;
    line-height: 230px;
    text-align: center;
    position: relative;
}
.news-detalis-right ul li a p::after{
    content: "";
    position: absolute;
    top: 150px;
    left: 40%;
    width: 40px;
    height: 2px;
    z-index: 99;
    background: #d69692;
}
.news-detalis-right ul li a img{
    width: 50%;
    z-index: 2;
}
.news-detalis-right ul li:last-child a p{
    font-size: 18px;
    width: 50%;
    height: 217px;
    background: #ad2d25 url(../img/lxwm-logo.png) no-repeat top 25% center;
    color: #fff;
    line-height: 217px;
    text-align: center;
    position: relative;
}
.news-detalis-right a:hover{
    color:#ad2d25;
}
/* 加入董事会 */
.dsh{
    width: 100%;
    background: url(../img/dsh-bg.png) no-repeat center;
    background-size: cover;
    padding: 30px 0 80px 0;
}
.dsh-bg{
    background: url(../img/dsh-logo.png) no-repeat left center;
}
.dsh .con{
    padding: 0 30px;
    background: #fff;
    border-radius: 5px;
}
.dsh .con ul{}
.dsh .con ul li{
    width: 33%;
    padding: 0 20px;
    position: relative;
}
.dsh .con ul li::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 70px;
    right: 0px;
    top: 40px;
    background: #999;
    display: block;
}
.dsh .con ul li:last-child:after{
    display: none;
}
.dsh .con ul li .fl{
    width: 24%;
    text-align: center;
    border-radius:5px;
    margin-bottom: 20px;
}
.dsh .con ul li a:hover .fl{
    background:#ad2d25;
    color:#fff;
}
.dsh .con ul li a:hover h3,.dsh .con ul li a:hover span{
    border:none;
    color: #fff;
}
.dsh .con ul li .fl h3{

    font-size: 40px;

    font-weight: normal;

    color: #b2b2b2;

    padding: 30px 0 20px 0;

    border-bottom: 1px solid #b2b2b2;
}
.dsh .con ul li .fl span{font-size: 16px;color: #999;display: block;padding: 10px 0;}
.dsh .con ul li h2{
    width: 70%;
    font-size: 20px;
    line-height: 1.5em;
    padding: 30px 0;
    color: #666;
    font-weight:normal;
}
/* 董事单位 */
.dsdw{
    width: 100%;
    padding: 20px 0 50px 0;
}
.dsdw-bg{
    background: url(../img/dsdw-logo.png) no-repeat left center;
}
.dsdw .con .fl ul{
    width: 100%;
}
.dsdw .con>.fl{
    width: 25%;
    border-radius: 5px;
    background: url(../img/dsdw-bg.png) no-repeat center;
    background-size: cover;
    border-end-end-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.dsdw .con .txt{
    width: 75%;
    border-radius: 5px;
    /* background: #f8f8f8; */
}
.dsdw .con .fl ul li:first-child{
    margin-top: 20px;
}
.dsdw .con .fl ul li:last-child{
    margin-bottom: 20px;
}
.dsdw .con .fl ul li a{
    width: 60%;
    float: none;
    text-align: center;
    display: block;
    padding: 15px 0;
    margin: 10px 20%;
    color: #fff;
    font-size: 15px;
    border: 1px solid #c4554e;
    border-radius: 5px;
    cursor: pointer;
}
.dsdw .con .fl ul li a:hover{
    background: #ffffff;
    color: #333333;
}
.dsdw .con .fr img{
    background: url(../img/dsdw-bg.png) no-repeat center;
    background-size:cover;
    width: 65.4%;
    height: 432px;
}
.dsdw .con .fl a{
    display: block;
    float: right;
    width: 70%;
}
.dsdw .con .fl img{

    width: 100%;

    height: auto;
}
.dsdw .con .fr ul{
    padding: 18.4px 0;
    width: 33%;
    border-radius: 5px;
    background: #f8f8f8;
}
.dsdw .con .fr ul li{

    display: block;

    border-bottom: 1px solid #e5e5e5;

    text-indent: 3em;
}
.dsdw .con .fr ul li a{
    padding: 10px 0;
    display:block;
    margin: 10px 0;
    background: url(../img/dian-grey.png) no-repeat left 1em center;
}
.dsdw .con .fr ul li a h2{
    font-weight:normal;
    font-size: 18px;
    color: #666;
}
.contants{
    display: none;
}





/* 列表页样式 */
.bgpic{
    display: block;
    position: relative;
}
.bgpic img{
    width: 100%;
    height: auto;
}
.news-list{
    padding-bottom: 40px;
    padding-top: 30px;
    background: #fafafa;
}
.news-list .title{
    padding: 30px 0;
}
.news-list-btn{
    display: inline-block;
    width: 130px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    position:relative;
    transition: all 0.5s;
}
/*.news-list-btn::after{
    position:absolute;
    background: url(../img/jiantou-xiangxia.png) no-repeat center center;
    width: 23px;
    height: 13px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}*/
.news-list-btn:hover,.news-list-btn.active{
    background: #ad2d25;
}
.news-list-btn.active::after
{
    position: absolute;
    background: url(../img/jiantou-xiangxia.png) no-repeat center center;
    width: 23px;
    height: 13px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.news-list-btn:hover::after,.news-list-btn.active::after{
    content:"";
}
.news-list-btn:hover button,.news-list-btn.active button{
    color: #fff;
}
.news-list-btn button{
    font-size: 15px;
    color: #585858;
}
.news-list-right div{
    padding: 20px;
    background: url(../img/jiantou-logo.png) no-repeat left 0 center;
}
.news-list-right div:first-child{
    background: url(../img/first-logo.png) no-repeat left 0 center;
}
.news-list-right div:first-child span
{
   padding-left:15px;
}
.news-list-right div span{
    text-indent: 25px;
    font-size: 16px;
    color: #b2b2b2;
}
.news-list-right div:hover span{
    color:#ad2d25;
}
.list-xijie{
    background: url(../img/list-detail-bg.png) no-repeat right 220px bottom 120px;
}
.list-xijie ul li{padding: 35px 0;}
.list-xijie .image{
    width: 28%;
    height: 168px;
    overflow: hidden;
    border-radius: 5px;
}
.list-xijie .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.6s;
}
.list-xijie .txt{
    width:72%;
    padding-left: 45px;
}
.list-xijie-detail h2{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-xijie-detail p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-xijie-detail>span{
    line-height: 45px;
    font-size: 16px;
    display: block;
    color: #a4a4a4;
    text-indent: 35px;
    background: url(../img/time-logo.png) no-repeat 0 center;
}
.list-xijie li:hover{
    background: url(../img/li-bg-red.png) no-repeat center;
}
.list-xijie ul li:hover .image img
{
      transform: scale(1.1);
}
.list-xijie ul li:hover .w1200 .list-xijie-detail .txt h2,.list-xijie ul li:hover .w1200 .list-xijie-detail .txt p,.list-xijie ul li:hover .w1200 .list-xijie-detail .txt span{
    color: #fff;
}
.list-xijie ul li:hover .w1200 .list-xijie-detail .txts h2,.list-xijie ul li:hover .w1200 .list-xijie-detail .txts p,.list-xijie ul li:hover .w1200 .list-xijie-detail .txts span{
    color: #fff;
}
.list-xijie .txts{
    width:100%;
    padding:0;
}
.list-xijie-detail .txts h2{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 60px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.list-xijie-detail .txts p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-xijie-detail .txts>span{
    line-height: 45px;
    font-size: 16px;
    display: block;
    color: #a4a4a4;
    text-indent: 35px;
    background: url(../img/time-logo.png) no-repeat 0 center;
}
.btn{
    padding-top: 70px;
    padding-bottom: 90px;
    text-align: center;
}
.btn div{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn button{
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: #808080;
    background: #fff;
    margin-right: 20px;
    border-radius: 5px;
    border: 2px solid #ededed;
}
.btn button:last-child{
    background: #fff url(../img/jiantou-xiangyou.png) no-repeat center center;
}
.btn button:hover{
    background: #ad2d25;
    color: #fff;
}
.btn button:last-child:hover{
    background: #ad2d25 url(../img/jiantou-xiangyou.png) no-repeat center center;
}

/* 内容页样式 */
.w1300{
    width: 1300px;
    margin: 0 auto;
}
.details-xijie-aa{
    width: 825px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 103px;
    padding: 50px 35px 60px 35px;
}
.details-xijie-aa h2{
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.details-xijie-aa>span{
    font-size: 14px;
    line-height: 50px;
    display: block;
    color: #b2b2b2;
    text-align: center;
}
.details-xijie-aa p{
    font-size: 16px;
    line-height: 2.2em;
    color: #4c4c4c;
    text-indent: 2em;
    margin-bottom: 20px;
}
.details-xijie-aa img{
    width: auto;
    height:auto;
    max-width:80%;
    display:block;
    margin: 0 auto 20px;
}
.details-xijie-aa .details-l-img img{
    width: 100%;
    height: 100%;
}
.details-l-bott{
    margin: 50px 0 0;
    font-size: 0;
}
.details-l-bott a{
    height: 30px;
    font-size: 14px;
    color: #a4a4a4;
    display: inline-block;
    width: 33.33%;
    box-sizing: border-box;
    line-height: 30px;
}
.details-l-bott .pre{
    background: url(../img/long-jiantou-lft.png) no-repeat 0 center;
    padding-left: 50px;
}
.details-l-bott .return{
    text-indent: 30px;
    background: url(../img/details-list-logo.png) no-repeat 35% center;
    text-align: center;
}
.details-l-bott .next{
    background: url(../img/long-jiantou-rt.png) no-repeat right 0 center;
    text-align: right;
    padding-right: 50px;
}

/* 右边部分 */
.details-xijie-bb{
    width: 340px;
    border-radius: 5px;
}
.details-r-img{
    width: 100%;
    height: 254px;
    margin-bottom: 20px;
    overflow: hidden;
}
.details-r-img img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.details-r-img:hover img
{
    transform: scale(1.2);
}
.details-xijie-bb h2{
    font-size: 24px;
    text-align: center;
    color: #ad2d25;
    line-height: 74px;
}
.details-xijie-bb ul li a{
    font-size: 16px;
    margin: 0 26px;
    color: #808080;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.details-xijie-bb ul li:first-child{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
.details-xijie-bb ul li:last-child{
    padding-bottom: 20px;
}
.details-xijie-bb ul li a:hover{
    color: #ad2d25;
}
.details-xijie{
    background: url(../img/list-detail-bg.png) no-repeat right 25px bottom 220px;
    margin-top: 20px;
}
.details-list{
    background: #fff;
}
.show-con{
    display: block !important;
}

.online{
    background: #fff;
    color: #000 !important;
}
.onhove a
{
  background: #bf423a;
    background-size: 100% 100%;
}

.list_bottom h2
{
	float: left;
	position: relative;
	font-size: 28px;
	margin: 18px 0;
	padding-left: 15px;
}
.list_bottom h2::after
{
	content: "";
    position: absolute;
    width: 5px;
    height: 30px;
    background: #ad2e26;
    top: 0;
    left: 0;
}
.list_bottom{border-bottom: 1px solid #ccc;}




.pageTips>.container>a.close{display:none !important}
.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000}
.pageTips>.container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; }
.pageTips>.container>a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}
.pageTips>.container>.img {
    text-align: center; }
.pageTips>.container>.msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px; }
.pageTips>.container>a {
    color: #fff;
    text-decoration: underline; }