/*================首页样式及公共部分样式================*/
*{
    color: #333;
    font-size: 14px;
}
.center{
    width: 1300px;
    margin:  0 auto;
}
.w1600{
    width: 1600px;
    margin: 0 auto;
}
.one_more_hide{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.two_more_hide{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
}
.more_hide{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
}
/* 分页样式 */
#pages{
    text-align: center;
    margin: 30px 0;
}
#pages>div{
    display: inline-block;
    position: relative;
    user-select: none;
}
#pages>div img{
    position: absolute;
    width: 25%;
    height: 40%;
    top: 30%;
    left:37.5%;
    display: block;
}
#pages>div img:last-child{
    opacity: 0;
}
#pages>div.next img{
    transform: rotate(180deg);
}
#pages .pageindex{
    margin: 0 10px;
}
#pages .current,#pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    margin: 0 10px;
    user-select: none;
    top: 14px;
    font-size: 12px;
}
#pages .current{
    background-color: #1585db;
    color: #fff;
    border-color: #1585db;
}
#pages a:hover{
    background-color: #1585db;
    color: #fff;
    border-color: #1585db;
}
#pages>div p{
    display: inline-block;
}
/* #pages>div.stop{
    cursor: not-allowed;
} */
/* header */
.header{
    height: 80px;
    border-bottom:1px solid rgba(255,255,255,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ;
    z-index: 9999;

}
.header.top_header{
    background-color: #1585db;
    
}
.header .logo{
    float: left;
    width: 220px;
}
.header .logo img{
    width: 100%;
    padding-top: 15px;
}
.header .head_menu{
    float: right;
}
.header .head_menu li{
    float:left;
    margin: 0 20px;
    height: 80px;
    line-height: 80px;
}
.header .head_menu li a{
    display: block;
    position: relative;
    color: #fff;
}
.header .head_menu li a::after{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background-color: #fff;
    left: 50%;
    width: 0;
    transition: all 0.3s;
}
.header .head_menu li a:hover::after{
    width: 100%;
    left: 0;
}
.header .head_menu li a.active::after{
    width: 100%;
    left: 0;
}
/* banner */
.banner {
    width: 100%;
    height: 600px;
}
.banner img{
    width: 100%;
    height: 100%;
}
#banner{
    height: 100%;
}
/* footer */
.footer{
    background-color: #333335;
}
.footer .sq{
    background-color: #1585db;
    float: left;
    padding: 20px;
}
.footer .sq img{
    width: 150px;
    height: 150px;
}
.footer .sq p{
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
.footer .about_us{
    float: left;
    margin-left: 150px;
    padding-top: 40px;
}
.footer .about_us .select{
    margin-bottom: 50px;
}
.footer .about_us .select a{
    color: #fff;
    margin-right: 30px;
}
.footer .about_us .us .logo{
    float: left;
    padding: 20px 60px 0  0;
}
.footer .about_us .us .us_msg{
    float: left;
    padding-left: 60px;
    border-left: 1px solid #fff;
}
.footer .about_us .us .us_msg p{
    color: #fff;
    margin: 0 0 10px 0;
}

/* index.html */
.index{
    padding: 0 0 80px 0;
}
 .title{
    width: 30%;
    margin: 60px auto 20px;
    text-align: center;
}
 .title h3{
    font-size: 24px;
    color: #cccccc;
    font-weight: normal;
}
.title h2{
    font-size: 30px;
    color: #191919;
}
.index .life_history .video{
    width: 56%;
    height: 360px;
    float: left;
    position: relative;
    overflow: hidden;
}
.index .life_history .video a>img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.index .life_history .video:hover a>img{
  transform: scale(1.1);
}
.index .life_history .video .play{
    position: absolute;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    transition: all 0.3s;
}
.index .life_history video{
    width: 100%;
    height: 100%;
}
.index .life_history .life{
    float: right;
    width: 42%;
}
.index .life_history .life_msg{
    margin-bottom: 15px;
}
.index .life_history .life_msg:hover .img img{
    transform: scale(1.1);
}
.index .life_history .life_msg .img{
    float: left;
    width: 35%;
    height: 170px;
    overflow: hidden;
}
.index .life_history .life_msg .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.index .life_history .life_msg .msg{
    float: right;
    width: 60%;
    
}
.index .life_history .life_msg .msg h3{
    margin-bottom: 10px;
}
.index .life_history .life_msg .msg p{
    color: #666666;
}
.index .life_history .life_msg .msg .date{
    margin: 20px 0;
    line-height: 40px;
}
.index .more a{
    color: #fff;
    display: block;
}
.index  .more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1585db;
    margin:  0 auto;
}
.index .life_history .life_msg .msg .more{
    float: right;
}
.index .life_history>.more{
    margin: 30px auto;
}   
.index .blue{
    background-color: #73b6e9;
    margin: 30px 0;
    width: 100%;
    padding: 10px 0 60px;
}
.index .blue .title h3{
    color: #fff;
}
.index .blue .title h2{
    color: #fff;
}
.index .interview .center{
    width: 1300px;
}
.index .interview .item:first-child{
    float: left;
    width: 47%;
    margin: 0 15px;
}
.index .interview .item:last-child{
    float: right;
    width: 47%;
    margin: 0 15px;
}
.index .interview .item .img{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.index .interview .item img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.index .interview .item .more_link{
    height:80px;
    line-height: 80px;
    padding: 0 20px;
    transition: all 0.5s;
}
.index .interview .item:hover .more_link{
    background-color: #1585db;
    
}
.index .interview .item:hover .img img{
    transform: scale(1.05);
}
.index .interview .item .more_link a{
    color: #fff;
    font-size: 18px;
    display: block;
}
.index .interview .item .more_link a span{
    color: #fff;
    font-size: 18px;
    float: right;
}
.index .interview .item .more_link:hover a p{
    color: #fff;
}
.index .interview .more{
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 40px;
}
.index .niche_show{
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
#picture{
    width: 65%;
    height: 600px;
    margin: 0;
}
#picture_msg{
    width: 45%;
    height: 350px;
    background-color: #fff;
    position: absolute;
    right: 15%;
    top: 100px;
}
#picture_msg h3{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
#picture_msg p{
    font-size: 16px;
    padding-bottom: 20px;
    
}
#picture_msg .msg{
    padding: 30px;
}
#picture_msg .more{
    margin: 10px 0;
}
.index .swiper-slide img{
    width: 100%;
    height: 100%;
}
.index .sw_button{

    background-color: rgba(255,255,255,.4);
    width: 40px;
    height: 7%;
    top: 78.5%;
}
.index .swiper-button-prev{
    background-image: url('../images/ico/prev.png');
    background-size: 30% 50%;
    left: auto;
    right: 35%;

}
.index .swiper-button-next{
    background-image: url('../images/ico/next.png');
    background-size: 30% 50%;
    left: 65%;
    background-color: #1585db;
}
.index .niche_show::after{
    content: '';
    display: block;
    width: 5%;
    height: 3px;
    background-color: #1585db;
    position: absolute;
    left: -2.5%;
    bottom: 5%;
    z-index: 99;
}
.index .niche_show::before{
    content: '';
    display: block;
    width: 5%;
    height: 3px;
    background-color: #1585db;
    position: absolute;
    left: 36.5%;
    top: 55%;
    z-index: 99;
}
.index .manual>.more{
    margin-top: 40px;
}

video::-webkit-media-controls{
    opacity:0 !important;
}

.index .cyprus .video{
    float: left;
    width: 48%;
    height: 360px;
    margin: 20px 1% 60px;
    position: relative;
}
.index .cyprus .video .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index .cyprus .video .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.index .cyprus .video:hover .img img{
    transform: scale(1.1);
}
/* .index  .video video{
    width: 100%;
    height: 100%;
    object-fit:fill; 
} */
.index .cyprus .video .play{
    width: 10%;
    position: absolute;
    top: 40%;
    left: 45%;
    cursor: pointer;
}
.index  .video .play img{
    width: 100%;
    
}
.index .cyprus .video_intro{
    margin-top: 10px;
}
.index .cyprus .video_intro p a,.index .cyprus .video_intro p {
    color: #fff;
    font-weight: 16px;
}
.index .cyprus .date_more{
    margin: 10px 0;
}
.index .cyprus .date_more span, .index .cyprus .date_more a{
    color: #fff;
}
.index .cyprus .date_more a{
    float: right;
}
.index .cyprus .more{
    background-color: transparent;
    border: 1px solid #fff;
    margin: 60px auto 0;
}
#video_guide{
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
    height: 380px;
}
#video_guide a{
    position: relative;
}
#video_guide p{
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 10px;
    font-style: 16px;
}
.index .guide .more{
    margin: 30px auto;
}
.index .text_list{
    width: 1250px;
    margin: 0 auto;
}
.index .text_list .item{
    float: left;
    width: 30%;
}
.index .text_list .item:nth-child(2){
    margin:0 5%;
}
.index .text_list .item .img{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.index .text_list .item .img img{
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}
.index .text_list .item .text{
    padding: 15px;
    transition: all 0.6s;
}
.index .text_list .item .text h3{
    font-size: 18px;
    padding-bottom: 5px;
    transition: all 0.3s;
}
.index .text_list .item .text p{
    line-height: 25px;
    height: 50px;
    font-size: 16px;
    transition: all 0.3s;
}
.index .text_list .item:hover img{
    transform: scale(1.1);
}
.index .text_list .item:hover .text{
    background-color: #1585db;
}
.index .text_list .item:hover .text h3,.index .text_list .item:hover .text p{
    color: #fff;
}

/* live.html */
.live{
    padding-bottom: 60px;
}
.live .item{
    float: left;
    width: 30%;
    margin: 0 1.5% 20px;
}
.live .item .img{
    width: 100%;
    height: 25vh;
    overflow: hidden;
}
.live .item .img img{
    width: 100%;
    height: 100%;
    transition:all 0.6s ease-in-out;
}
.live .item .msg h3{
    margin: 0 0 5px;
    font-size: 16px;
    transition:all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow:ellipsis;
     white-space: nowrap;
}
.live .item .msg{
    padding:  10px;
    transition: all 0.3s ease-in-out;
}
.live .item .msg p{
    line-height: 25px;
    height: 50px;
    font-size: 14px;
    transition:all 0.3s ease-in-out;
}
.live .item:hover p,.live .item:hover h3{
    color: #fff;
}
.live .item:hover .msg{
    background-color: #1585db;
}
.live .item:hover .img>img{
    transform: scale(1.1);
}
/* live_detail.html */
.live_detail{
    padding: 60px 0;
}
.live_detail .detail_title{
    text-align: center;
}
.live_detail .detail_title h2{
    font-size: 20px;
}
.live_detail .detail_title h3{
    font-weight: normal;
    font-size: 12px;
    color: #b3b3b3;
    margin-top: 10px;
}
.live_detail .detail_title span{
    font-size: 12px;
    color: #b3b3b3;

}
.live_detail .detail_msg{
    margin: 60px 0 20px;
    padding-bottom: 80px;
    border-bottom: 1px solid #aaa;
}
.live_detail .detail_msg p{
    text-indent: 1.5rem;
    margin-bottom: 30px;
    line-height: 35px;
    font-size: 14px;
}
.live_detail .detail_msg .img{
    width: 70%;
    margin: 30px auto;
}
.live_detail .detail_msg .img img{
    width: 100%;
}
.live_detail .detail_menu{
    margin: 45px 0;
}
.live_detail .detail_menu>div{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999999;
    text-align: center;
    padding:0 1%;
    transition:all 0.3s;
}
.live_detail .detail_menu>div a:first-child{
    width: auto;
}
.live_detail .detail_menu>div a{
    display: inline-block;
    transition:all 0.3s;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live_detail .detail_menu>div:nth-child(2){
    margin: 0 9%;
}
.live_detail .detail_menu>div:hover{
    border-color: #1585db;
    background-color: #1585db;
}
.live_detail .detail_menu>div:hover a{
    color: #fff;
}
/* video.html */
.live.video  .item .img{
    height: 25vh;
    position: relative;
}
.live.video  .item .img .play{
    position: relative;
    width: 14%;
    position: absolute;
    top: 35%;
    left: 43%;
}

