﻿/* css 重置 */
*
{
    margin: 0;
    padding: 0;
}
/* 本例子css */
.fullSlide
{
    width: 100%;
    position: relative;
    height: 720px;
    z-index: 1;
    margin: 0 auto;
}
.fullSlide .bd
{
    width: 100%;
    height: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul
{
    width: 100% !important;
    list-style: none;
}
.fullSlide .bd li
{
    width: 100% !important;
    height: 720px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.fullSlide .bd li img
{
    width: 100% !important;
    height: 720px;
}

.fullSlide .bd li video
{
    width: 100% !important;
    height: 720px;
    object-fit: fill;
}
.fullSlide .bd li a
{
    width: 100% !important;
    height: 720px;
    display: block;
}
.fullSlide .hd
{
    display: none;
}
.fullSlide .prev, .fullSlide .next
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 51%;
    margin-top: -45px;
    left: 0%;
    z-index: 1;
    width: 40px;
    height: 90px;
    cursor: pointer;
    background: url(../../../static/img5/ban_xbl.png) center no-repeat;
}
.fullSlide .next
{
    left: auto;
    right: 0%;
    background: url(../../../static/img5/ban_xbr.png) center no-repeat;
}

@media (max-width: 1199px){ 
.fullSlide .prev, .fullSlide .next
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 46%;
    margin-top: -45px;
    left: 0%;
    z-index: 1;
    width: 40px;
    height: 90px;
    cursor: pointer;
    background: url(../../../static/img5/ban_xbl.png) center no-repeat;
}
.fullSlide .next
{
    left: auto;
    right: 0%;
    background: url(../../../static/img5/ban_xbr.png) center no-repeat;
}
.fullSlide
{
    height: 600px;
    margin-top: 90px;
}
.fullSlide .bd
{
    height: 600px;
}
.fullSlide .bd li
{
    height: 600px;
}
.fullSlide .bd li img
{
    height: 600px;
}

.fullSlide .bd li video
{
    height: 600px;
}
.fullSlide .bd li a
{
    height: 600px;
}
}


@media (max-width: 767px){ 
.fullSlide .prev, .fullSlide .next
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 46%;
    margin-top: -45px;
    left: 0%;
    z-index: 1;
    width: 40px;
    height: 90px;
    cursor: pointer;
    background: url(../../../static/img5/ban_xbl.png) center no-repeat;
}
.fullSlide .next
{
    left: auto;
    right: 0%;
    background: url(../../../static/img5/ban_xbr.png) center no-repeat;
}
.fullSlide
{
    margin-top: 90px;
    height: 500px;
}
.fullSlide .bd
{
    height: 500px;
}
.fullSlide .bd li
{
    height: 500px;
}
.fullSlide .bd li img
{
    height: 500px;
}

.fullSlide .bd li video
{
    height: 500px;
}
.fullSlide .bd li a
{
    height: 500px;
}

}

@media (max-width: 580px){ 
.fullSlide .prev, .fullSlide .next
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 46%;
    margin-top: -45px;
    left: 0%;
    z-index: 1;
    width: 40px;
    height: 90px;
    cursor: pointer;
    background: url(../../../static/img5/ban_xbl.png) center no-repeat;
}
.fullSlide .next
{
    left: auto;
    right: 0%;
    background: url(../../../static/img5/ban_xbr.png) center no-repeat;
}
.fullSlide
{
    margin-top: 90px;
    height:300px;
}
.fullSlide .bd
{
    height: 300px;
}
.fullSlide .bd li
{
    height: 300px;
}
.fullSlide .bd li img
	{
    height: 300px;
}

.fullSlide .bd li video
{
    height: 300px;
}
.fullSlide .bd li a
{
    height: 300px;
}

}

