

/* 轮播图样式 */
.neck{
    position: relative;
    overflow: hidden;
}

.neck-warp{
    width:100%;
}
.neckFocusimg{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.neckFocusimg li{
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
.neckFocusimg li a{
    display:inline-block;
    width:100%;
    height: 100%;

}
.neckFocustab{
    position: absolute;
    right: 50px;
    bottom: 40%;
    z-index: 3;

}
.neckFocustab li{
    width: 8px;
    height: 8px;
    background: #aaa8a8;
    opacity: .5;
    cursor: pointer;
    margin: 15px 5px;
    border-radius: 8px;
    transition: all 0.3s linear;
}
.neckFocustab li.active {
    background: #fffcf2;
    opacity: 1;
}

/*  */
#indexInfo{
    height:580px;
    background:rgba(251,250,250,1);
    padding-top: 30px;
}

.indexTit {
    text-align: center;
   font-size:28px;
    font-family:SourceHanSansCN-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:48px;
    letter-spacing:1px;
}
 sup{
    font-size:14px;
    font-family:ArialMT;
}
.titLine {
    position: relative;
    top:7px;
    margin: 0 auto;
    width:60px;
    height:2px;
    background:rgba(46,209,207,1);
    border-radius:5px;
}
.info-1{
    margin-top: 30px;
    padding: 0 18.9%;
}

.info-1 ul li{
    font-size:18px;
    font-family:ArialMT;
   color:rgba(102,102,102,1);
   line-height:25px;
   margin-bottom: 10px;
   text-align:center;
}

.info-2 {
display: flex;
justify-content: space-around;
margin-top: 40px;
}
.info-2 > div {
    display: flex;
    flex-direction: column;
    width: 160px;
}
.info-2 .infoImg{
    width: 136px;
    height: 136px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.info-2 .infoImg img{
  
   display: block;
   height: 100%;
   width: 100%;
   transition: all .2s;
   
}

.info-2 .infoImg img:hover {
    transform: scale(1.2) ;
    
}
.info-2 .infoBtn{
    margin-top: 20px;
    text-align: center;
    width:160px;
    font-size:16px;
    line-height:36px;
    height:36px;
    border:1px solid rgba(153,153,153,1);
    transition: all .5s;
}

.info-2 .infoBtn:hover{
  color:rgba(255,255,255,1);
  background:rgba(46,209,207,1);
  border:1px solid rgba(46,209,207,1);
  cursor: pointer;
}

#newInfo{
    padding: 0 3.47%;
    padding-top: 30px;
    position: relative;
}

 .tit{
    margin: 0  auto;
    width:63px;
    height:27px;
    font-size:24px;
   font-family:ArialMT;
   color:rgba(136,136,136,1);
   line-height:28px;
   position: relative;
   top: 5px;
}

.moreNews{
    display: flex;
    justify-content: flex-end;
}
.moreNews a{
    line-height: 24px;
}
.moreNews a:hover{
    color:rgba(46,209,207,1);
}

.newLine{
    margin-top: 5px;
    height: 2px;
    background:rgba(234,234,234,1);
}
.newsList{
    display: flex;
    justify-content: space-between;
    height:170px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(234,234,234,1);
}
.newsList>div:first-child{
    display: flex;
    flex-direction: column;
    width: 72%;
    padding-right: 20px;
}
.newsList .newsTit{
    font-size:18px;
    color:rgba(51,51,51,1);
    line-height:20px;
    margin-bottom: 10px;
}

.newsList .newsTime{
    height:24px;
    font-size:14px;
    color:rgba(136,136,136,1);
    line-height:24px;
    margin-bottom: 10px;
}
.newsList .newsBody{
    font-size:14px;
    color:rgba(136,136,136,1);
     line-height:16px;
     margin-bottom: 20px;
     /*  超出的文本隐藏 */
     overflow:hidden;  
         /* 溢出用省略号显示 */
     text-overflow:ellipsis; 
     /* 溢出不换行 */
     white-space:nowrap; 
}
.newsList .newsBtn{
    color: #999999;
    text-align: center;
    line-height: 36px;
    width:96px;
    height:36px;
    border:1px solid rgba(153,153,153,1);
    transition: all .5s;
	font-size: 14px;
}
.newsList .newsBtn:hover{
    background:rgba(46,209,207,1);
    border:1px solid rgba(46,209,207,1);
    color: #FFFFFF;
    cursor: pointer;
}

.newsList .newsImg{
    width: 27.5%;
    overflow: hidden;
}
.newsList .newsImg img{
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.newsList .newsImg img:hover{
    transform: scale(1.2) ;
}

#more{
    padding-top: 60px;
    background:rgba(251,250,250,1);
    position: relative;
}
.more{
    display:flex;
     justify-content: space-around;
}
.moreIndex{
    display: flex;
    flex-direction: column;
    width: 460px;
    height: 380px;
    overflow: hidden;
    margin-top: 30px;
}
.moreImg{
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 58px;
    border-radius: 50%;
    overflow: hidden;
}
.moreImg img{
    height: 100%;
    width: 100%;
    transition: all .2s;
    display: block;   
}
.moreImg img:hover{
    transform: scale(1.2) ;
}
.moreTit{
    text-align: center;
    width:210px;
height:44px;
font-size:16px;
color:rgba(51,51,51,1);
line-height:22px;
margin: 0 auto;
margin-top: 37px;
font-weight:600;
}
.moreInfo{
    display: none;
    width: 41%;
    max-width: 600px;
    max-height:400px;
    /* display: flex; */
    justify-content: center;
   align-items: center;
    padding: 4% 4% ;
    font-size: 14px;
	font-weight:bold;
    color: #666666;
    line-height: 130%;
    position: fixed;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    z-index: 997;
}
.moreInfo .moreInfoTit{
    font-size:16px;
font-family:PingFangSC-Semibold;
font-weight:600;
color:rgba(51,51,51,1);
line-height:22px;
}
.moreInfo .close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 111111;
    width: 14px;
    height: 14px;
    background: url(../img/close.png) center no-repeat;
    cursor: pointer;
}



