@charset "utf-8";
/* 首页样式 */
/* 轮播图 */
.banner{
    width: 100%;
  text-align: center;
    position: relative;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
   
}
.swiper-slide{
    width: 100%;
}
.banner_img{
    width: 100%;
}
/* 介绍 */
.trait_area{
    width: 100%;
    height:220px;
    display: flex;
}
.trait_item{
    flex: 1;
    position: relative;
}
.trait_con{
    width: 100%;
    height:60px;
    margin-top: 80px;
    display: flex;
}
.trait_conBorder{
    border-left: 2px solid #fff;
}
.trait_img{
    height: 60px;
    width: 60px;
    margin-left: 40px;
}
.trait_text{
    font-size: 18px;
    padding-top: 6px;
    margin-left: 20px;
}
.thrust_shops{
    height: 350px;
    display: flex;
    width: 1228px;
    margin-left: -20px;
}
.thrust_item{
    flex: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}
.thrust_imgBox{
    width: 100%;
    height: 254px;
    overflow: hidden;
}
.thrust_img{
    width: 100%;
    height: auto;
}
.thrust_img:hover{
    transform: scale(1.3,1.3);
}
.thrust_img {
	transition:all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
-moz-transition:all 0.5s ease-out;
	/* Firefox 4 */
-webkit-transition:all 0.5s ease-out;
	/* Safari 和 Chrome */
-o-transition:all 0.5s ease-out;
	/* Opera */
}
.thrust_title{
    width: 95%;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
    color: #fff;
    border-left:10px solid #00effa ;
    margin-top: 10PX;
    white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
   
}
.thrust_desc{
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    padding-left: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.video_area{
    width: 100%;
    height: 600px;
    background: #1a1a1a;
    margin-top: 40px;
}
.hotspot_area{
    width: 100%;
    padding-bottom: 60px;
    background: #1a1a1a;
    margin-top: 40px;
    overflow: hidden;
}
.hotspot_item{
    width: 100%;
    padding-top: 50px;
    position: relative;
    display: flex;
}
.hotspot_img{
    height: 300px;
    width: 466px;
    margin-left: 60px;
}
.hotspot_info{
    height: 300px;
    width: 560px;
    margin-left: 60px;
}
.hotspt_line{
    height: 290px;
    width: 5px;
    background: #00ffff;
    border-radius: 5px;
    margin-top: 5px;
}
.hotspt_line2{
    margin-left: 60px;
}
.hotspot_img2{
    margin-left: 60px;
}
.hotspot_info2{
    margin-left: 0;
}
.hotspot_tit{
    height: 30px;
    font-size:26px;
    line-height: 30px;
    border-left: #00ffff solid 8px;
    margin-top: 40px;
    color: #fff;
    padding-left: 20px;
}
.hotspot_info2 .hotspot_tit{
    margin-left:90px;
}
.hotspot_info2 .hotspot_dispose,.hotspot_info2 .hotspot_price,.hotspot_info2 .hotspot_buy{
    margin-left:118px;
}
.hotspot_dispose{
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-left: 28px;
}
.hotspot_price{
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-left: 28px;
}
.hotspot_buy{
    height: 30px;
    width: 80px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 28px;
    cursor: pointer;
}
.video_list{
    height: 250px;
    width: 100%;
    margin-top: 40px;
}
.video_list{
    display: flex;
    position: relative;
}
.video_item{
    flex: 1;
    margin: 0 10px;
    background: #1a1a1a;
    border-radius: 10px;
}
.video_btn{
    height: 50px;
    position: absolute;
    top: 100px;
    cursor: pointer;
}
.video_btn1{
    left: -40px;
}
.video_btn2{
    right: -40px;
}
.video{
    width: 100%;
    margin-bottom: 80px ;
    background: #1a1a1a;
    padding-top:40px;
    padding-bottom: 30px;
}

.video .swiper-slide a{
    color: #fff;
}
.video .swiper-slide a:hove{
    color: #fff;
}
.video .swiper-slide{
    position: relative;
    /*border: 2px solid #343434;*/
}
.video .swiper-slide a .play{
    position: absolute;
    left: 50%;
    top: 41%;
    width: 54px;
    height: 34px;
    margin: -19px 0 0 -29px;
    border: 2px solid #fff;
    border-radius: 6px;
    background-color: #424242;
    background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000")\9;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.video .swiper-slide .play i {
    font-size: 20px;
    line-height: 32px;
}
.video .swiper-slide:hover .play {
    background-color: #00eef3  ;
    border-color: #00eef3  ;
    color: #000;
}
.video .swiper-slide a{
    text-align: center;
}
.video .swiper-slide a p{
    line-height: 60px;
    background-color: #333333;
    font-size: 14px;
}
.video .swiper-slide a .play .iconfont1{
    /*color: #000;*/
}
.video .swiper-slide a img{
    width: 100%;
    height: 200px;
    display: inline-block;
    background: #cccccc;
}
.video-main{
    overflow: hidden;
    padding:0 60px;
}
iframe{
    width:880px;
    height: 536px;
}

.swiper-container1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-button-prev{
    background: url("../images/index/prev.png") no-repeat center center;
    background-size: cover;
}
.swiper-button-next{
    background: url("../images/index/next.png") no-repeat center center;
    background-size: cover;
}
:focus {
    outline:none;
}
.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -46px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
/*视频弹窗*/
.modal {
    position: fixed !important;
    top: 50%;
    left: 50%;
    _position: absolute;
    _top: 15%;
    _margin-top: 0;
    z-index: 1050;
    width: 660px;
    margin-left: -330px;
    margin-top: -300px;
    _margin-top: 0;
    background-color: #fff;
    outline: none;
}
.modal.fade.in {
    top: 50%;
    _top: 15%;
}
.modal.fade {
    -webkit-transition: opacity 0.4s linear, top 0.4s ease-out;
    transition: opacity 0.4s linear, top 0.4s ease-out;
    top: -25%;
}
.modal-video {
    width: 880px;
    height: 596px;
    margin-top: -298px;
    margin-left: -440px;
    -webkit-box-shadow: 0 18px 30px rgba(0,0,0,0.18);
    box-shadow: 0 18px 30px rgba(0,0,0,0.18);
}
.modal-hide {
    display: none;
}
.modal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
    border-radius: 50%;
}
.modal .close .iconfont1{
    color: #333!important;

}
.modal .close:hover {
    color: #fff!important;
    opacity: 1;
    background-color: #e23435;
}
.modal .close:hover .iconfont1{
    color: #fff!important;
}
.modal .close .iconfont {
    font-size: 24px;
    font-weight: 200;
    vertical-align: middle;
}
.modal-header, .modal-hd {
    position: relative;
    height: 40px;
    padding: 14px 20px;
    background-color: #f5f5f5;
}
.modal-header h3, .modal-header .title, .modal-hd h3, .modal-hd .title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #424242;
}
.modal-body, .modal-bd {
    position: relative;
    max-height: 400px;
    padding: 40px 60px;
}
.modal-video .modal-bd {
    max-height: 536px;
    padding: 0;
}
#J_modalVideo{
    z-index: 999999999999;
}

.box-hd{
    width: 1200px;
}
.video_area{
    position: relative;
}
.video_area video{
    position: absolute;
    top: 0px;
    width: 1208px;
    height: 600px;
    left: 50%;
    background-color: #000;
    margin-left: -604px;
}
#video{
    margin-top: 0px;
}
@media screen and (max-width: 1208px) {
    .video-main{
        overflow: hidden;
        padding:0 ;
    }
    iframe{
        width:100%;
        height: 536px;
    }
    .modal-video .modal-bd{
        max-height: 100%;
    }
    .modal-video{
        width: 100%;
        height: auto;
        margin-left: -50%;
    }

}
