.newpic{
    width: 600px;
    height: 455px;
}
.newpicb{
    height: 44px;
    width: 100%;
    background:linear-gradient( to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}
.newpic img{
    width: 100%;
}
.newpic .swiper-pagination{
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.newpic .swiper {
    width: 100%;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.newpic .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 0
}

.newpic .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.newpic .mySwiper .swiper-slide-active {
    opacity: 1;
}
.newpic .mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #bb9122;
}
.newpic .mySwiper2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*2024年1月4日14:02:31*/
.view .swiper-wrapper{
    height: 364px;
}
.view .swiper-slide img{
    width: 100%;
}
.preview{
    margin-top: 20px;
}
.preview .swiper-container {
    width: 100%;
    height: 82px;
}
.preview .swiper-slide {
    width: 24%;
    margin-right: 1%;
    cursor:pointer;
    position: relative;
}
.preview .swiper-slide:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.5;
}

.preview .active-nav:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0;
}

.newadv{
    width: 580px;
    height: 111px;
}
.indexnav{

}
.indexnav li{
    height: 44px;
    line-height: 44px;
    margin-right: 30px;
    float: left;
    color: #010101;
    font-size: 24px;
    cursor: pointer;
}
.indexnav li.cur{
    color: #000;
    border-bottom: 2px solid #0082cd;
    font-weight: bold;
}
.more{
    color: #666666;
    font-size: 16px;
    line-height:44px ;
}
.listul li{
    line-height:44px;
    font-size: 16px;

}
.listul li .listlil{
    width:80%;
}
.listul li:hover{
    color: #0082cd;
}

.listul li .data{
    color: #666666;
}
.listul li:hover .data{
    color: #0082cd;
}
.newContT{
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.coluc ul li{
    float: left;
    width: 580px;
    height: 100px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.coluc ul li img{
    width: 100%;
    height: 100%;
}
.coluc ul li:nth-child(2n){
    margin-right: 0;
}
.titC{
    text-align: center;
}
.tith2{
    font-size: 30px;
}
.titp{
    font-size: 18px;
    color: #666666;
    margin: 15px 0 20px;
}
.noticeC{
    padding: 40px 0;
}

.smlistul li{

    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    color: #666666;
    padding: 10px 0;
}
.smlistul li:hover{
     color: #0082cd;
 }
.smlistul li:hover h2{
    color: #0082cd;
}
.smlistul li .smlistL{
    width: 90%;

}
.datacont{
    background: #eee;
    margin-right: 15px;
    text-align: center;
    line-height: 1.5;
    padding:10px 15px;
    color: #000;
}
.datar{
    font-size: 30px;
    color: #0082cd;
}
.smlistL{
    padding-top: 10px;
}
.smlistL h2{
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #222;
}
.listMore{
    width: 170px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #bbb;
    color: #666;
    margin: 40px auto 0;
    display: block;
}
.listMore:hover{
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    background: #0082cd;
}
.specialC{
    padding: 47px 0;
}
.specialC ul li{
    float: left;
    width: 390px;
    height: 150px;
    margin-right: 9px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 3px solid rgba(35,139,207,0);
    transition:  0.4s;
}
.specialC ul li img{
    width: 100%;
    height: 100%;
}
.specialC ul li:nth-child(3n){
    margin-right: 0;
}
.specialC ul li:hover{
    border: 3px solid rgba(35,139,207,1);
}
.propertyC{
    padding: 30px 0;
}
.property ul{
 border-bottom: 4px solid #dddddd;
}
.property ul li{
    width: 390px;
    border-bottom: 3px solid rgba(0 ,0,0,0);
    margin-bottom: -3px;
    margin-right: 15px;
}
.property ul li:nth-child(3n){
    margin-right: 0;
}
.property ul li .imgbox{
    width: 390px;
    height: 260px;
    position: relative;
}
.property ul li .imgbox img{
    width: 100%;
    height: 100%;
}
.property ul li .name{
    text-align: center;
    font-size: 16px;
    line-height: 65px;
}

.proimgC{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0 ,.5);
    opacity: 0;
    transition:  2s;
}
.proimgC h3{
    font-size: 18px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.proimgC p{
    font-size: 14px;
    line-height: 1.8;
    text-indent: 2em;
}
.property ul li:hover .proimgC{
    opacity: 1;
}
.property ul li:hover .name{
    color: #0082cd;
}
.property ul li:hover{
    position: relative;

}
.property ul li:before{
    content: "";
    width: 0;
    height: 3px;
    background: #0082cd;
    position: absolute;
    left: 0;
    bottom:-3px;
    transition:  0.4s;
}
.property ul li:hover:before{
    width: 100%;
}
.property ul li:hover:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #0082cd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

}
/*内页*/
.s-search-t{
    font-size: 14px;
    background: #f8f8f8;
    border: 1px solid #e9ecee;
    padding: 0 20px;
    line-height: 50px;
}

.s-searchlist{
    padding: 20px;
    border-top: 1px solid #e9ecee;
    border-bottom: 1px solid #e9ecee;
    margin-top: 20px;
}

/*集团概况*/
.contentR{
    width: 970px;
    padding:  30px 15px;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
}
.detailsc img{
    width: 780px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    height: auto !important;
}
.detailsc ul{
    padding: revert-layer;
    margin: revert-layer;
}
.detailsc ul li{
    list-style:inside;
    display: list-item;
    text-align: -webkit-match-parent;
}
.conth2{
    font-size: 26px;
    text-align: center;
}
.intr{
    text-align: center;
    color: #999;
    font-size: 16px;
    margin: 15px 0 25px;
}
.intr span{
    margin: 0 30px;
}
.intr .intricon{
    width:20px;
    margin-right: 6px;
    vertical-align: sub;
}
.honorul li{
    width: 290px;
    background: #f8f8f8;

    border: 2px solid #eeeeee;
    margin-right: 25px;
    text-align: center;
    margin-bottom: 20px;

}
.honorul li:nth-child(3n){
    margin-right: 0;
}
.honorul li img{
    width: 290px;
    height: 149px;
}
.honorul li:hover{
    border: 2px solid #0082cd;
    color: #0082cd;
}
.honorlic{
    padding: 10px 10px 15px;
}
.honorlic h2{
    font-size: 16px;
    line-height: 38px;
    font-weight: normal;
}
.honorlic p{
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.businessul li{
    background: #f8f8f8;
    border: 2px solid #eeeeee;
    margin-bottom: 20px;
}
.businessul li img {
    width: 290px;
    height: 176px;
}
.businessliR{
    padding: 20px 15px;
    width: calc(100% - 290px);
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}
.businessliR h2{
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 150px);
    color: #000;
}
.businessliRB{
    height: 90px;
    overflow: hidden;
    line-height: 2;
    margin-top: 20px;
}
.businessul li:hover{
    border: 2px solid #0082cd;
    box-shadow: 0 0 2px #0082cd;
}
.mapc{
    font-size: 20px;
    line-height: 1.8;
}
.mapc img{
    display: block;
    width: 830px;
    margin: 20px auto;
}