/*banner开始*/
.welcome-banner {
    overflow: hidden;
    position: relative;
	max-height: 960px;
}
.welcome-banner .swiper-wrapper {
    position: relative;
    z-index: 2;
}
.welcome-banner .swiper-slide {
    position: relative;
    z-index: 2;
    display: block;
    transition-duration: 4s;
	
}
.welcome-banner .swiper-slide video{object-fit: cover;position: absolute}
.wel-hd01 .swiper-pagination-bullet{width: 40px;height: 6px;border-radius: 0;margin: 0 15px;}
.wel-hd01 {position: absolute;z-index: 99;text-align: center}

.b-text {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
   width: 1080px;
	text-align: left
}
.b-text h1 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 2px;
	color: #333
}
.b-text p {
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
	color: #333;
	font-weight: normal
	
}


.img100 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 760px;
    overflow: hidden;
}
.banner .neikuan{
    position: relative;
    height: 100%;
}
#focus-banner{
    position: absolute;
    width: 1920px;
    height: 760px;
    left: -420px;
}
#focus-banner-list{
    position: relative;
}
#focus-banner-list li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#focus-banner-list li img{
    width: 1920px;
    height: 760px;
}
.focus-banner-img{
    display: block;
}
#focus-banner-list .focus-banner-text{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#focus-banner .focus-handle{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 100;
    display: block;
    width: 46px;
    height: 46px;
    background: #00A0E9;
    display: none;
}
#next-img{
    left: 50%;
    margin-left: -536px;
}
#prev-img{
    right: 50%;
    margin-right: -536px;
}
#focus-bubble{
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 6;
}
#focus-bubble li{
    float: left;
    width: 40px;
    height: 6px;
    margin: 0 15px;
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    /* border: 1px #00A0E9 solid; */
    background-color: #c9c9c9;
    cursor: pointer;
}
#focus-bubble li a{
    display: block;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=0);
    opacity: 0;
}
#focus-bubble li.current{
    background-color: #00A0E9;
}
.banner .bannerVideo{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -540px;
    display: none;
}
.banner .bannerVideo h1{
    font-size: 65px;
    text-align: left;
    font-weight: bold;
}
.banner .bannerVideo .btn{
    font-size: 40px;
    padding-right: 58px;
    background-image: url(../../img/icon_banner_playvideo.png);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: right 6px;
    cursor: pointer;
    width: 230px;
    margin-top: 65px;
    color: #000;
}
.banner .bannerVideo .btn:hover{
    color: #3399ff;
    background-image: url("../../img/icon_banner_playvideo_hl.png");
}
.banner .bannerVideo h2{
    font-size: 26px;
    margin-top: 20px;
}


/*推荐开始*/
.recommend{
    margin: 20px 0;
}
.recommend .con{
    margin-left: -15px;
}
.recommend .item{
    float: left;
    width: 33.333%;
    padding-left: 15px;
}
.recommend .item .box{
    position: relative;
}
.recommend .bgimg{
    width: 100%;
    height: auto;
    max-height: 300px;
}
.recommend .mask{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    display: none;
}
.recommend .mask h1{
    font-size: 0.12rem;
    color: #fff;
    margin-top: 10%;
}
.recommend .mask .xian{
    width: 24px;
    height: 2px;
    background-color: #d8d8d8;
    margin: 4% auto;
}
.recommend .mask h2{
    font-size: 0.12rem;
    color: #fff;
}
.recommend .item:hover .mask{
    display: block;
}

/*视频播放开始*/
.videoBox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 6;
    display: none;
}
.videoBox .videoCon{
    position: relative;
    width: 1000px;
    height: 562px;
    margin: 50px auto;
}
.videoBox video{
    width: 100%;
    height: 100%;
}
.videoBox .videoCon .closeIco{
    width: 32px;
    height: 32px;
    position: absolute;
    right: -14px;
    top: -14px;
    background-image: url("../../img/close2.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.videoBox .videoCon .closeIco:hover{
    background-image: url("../../img/close.png");
}
/*视频播放结束*/











