.content1{
    background: url("../img/big-bg1.jpg") no-repeat center top;
    position: relative;
}
.index-banner{
    height: 1000px;
    text-align: center;
}
.banner-intro{
    font-size: 20px;
    color: #FFF;
}
.bg{
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 72px;
    z-index: 2;
    background: #10151b;
    opacity: 0.7;
    left: 50%;
    margin-left: -50%;
}
.starlogo{
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    text-align: center;
    z-index: 3;
}
.date-line{
    position: absolute;
    top: 822px;
    left: 50%;
    margin-left: -600px;
    cursor: pointer;
    z-index: 3;
}
.block{
    position: absolute;
    top: 10px;
    width: 66px;
    height: 66px;
    transition: all .3s;
    -moz-transition: all .3s; 	/* Firefox */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s;      /* Opera */
    z-index: 1000;
}
.l-block{
    right: -33px;
    background: url("../img/left-icon_u19.svg") no-repeat 0px 0px;
}
.r-block{
    left: -33px;
    background: url("../img/right-icon_u18.svg") no-repeat 3px 3px;
}
.l-rotate,.r-rotate{
    /*旋转为原来的45度 可为正负*/
    transform: rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
}

.line{
    width: 1200px;
    height: 164px;
    margin: 0px auto;
    overflow: hidden;
    background: url("../img/date-line.png") no-repeat center;
}
.line div.hover_block{
    float: left;
    width: 600px;
    height: 100px;
    position: relative;
    background: #0e0e18;
    /*background: #fff1d7;*/
}

.team-con{
    height: 855px;
}
.team-con h1{
    font-size: 45px;
    color: #FFF;
    text-align: right;
}
.team-box{
    width: 480px;
    height: 548px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: url("../img/team-list-bg.png") no-repeat center;
}
.team-box ul li{
    display: none;
}
.team-tab ul li{
    float: left;
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    color: #c8c8c8;
    cursor: pointer;
    font-weight: bold;
}
.team-tab ul li.cur{
    color: #10151b;
    background: #c8c8c8;
}



/*新闻 start*/
.news-con{
    overflow: hidden;
}
.new-box{
    width: 618px;
    height: 929px;
}
.nl-header{
    height: 76px;
    font-size: 45px;
    color: #FFF;
    position: relative;
}
.hot{
    position: absolute;
    bottom: 19px;
    font-size: 18px;
    color: #c8c8c8;
}
.hot.cur{
    color: #ffc40a;
}
.hot:hover{
    color: #ffc40a;
}
.hot1{
    right: 224px;
}
.hot2{
    right: 100px;
}
.hot3{
    right: 10px;
}

.hl-con{
    width: 618px;
    height: 100%;
    /*overflow-y: scroll;*/
}
.hl-con li{
    width: 590px;
    height: 177px;
    margin-bottom: 20px;
    background: url("../img/team-list-bg.png") repeat center;
}
.hl-con li a{
    color: #f2f2f2;
}
.hr-con,.hl-con{
    height: 775px;
}





.hr-con{
    overflow: hidden;
}
.nr-header{
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nr-header a{
    width: 108px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #10151b;
    background: #6f6f73;
}
.nr-header a:hover{
    color: #ffc40a;
}
.hr-con ul li{
    width: 248px;
    /*height: 162px;*/
    height: 141px;
    float: left;
    margin-left: 61px;
    margin-bottom: 18px;
    overflow: hidden;
}
.hr-con ul li img{
    display: block;
    width: 248px;
    /*height: 162px;*/
    height: 141px;
}
.hr-con ul li a{
    color: #FFF;
}
.hr-con ul li p{
    height: 47px;
    line-height: 1.5;
    padding: 10px;
    background: url("../img/news-bg.png") no-repeat center;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hr-con ul li:hover p{
    transition: all 0.5s;
    -moz-transition: all 0.5s; 	/* Firefox */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s;      /* Opera */
    transform: translateY(-57px);
    -ms-transform: translateY(-57px); 	/* IE 9 */
    -moz-transform: translateY(-57px); 	/* Firefox */
    -webkit-transform: translateY(-57px); /* Safari 和 Chrome */
    -o-transform: translateY(-57px); 	/* Opera */
}
/*新闻 over*/


.award-con{
    height: 605px;
    background: url("../img/award.png") no-repeat center;
}
