.big-box{position: relative;}
.tab-bigbox{
    position: absolute;
    width: 100%;
    height: 100%;
}
.big-img{width: 100%;}
.tab-box{
    width: 100%;
    height: 100%;
}
.tab-all img{width: 100%;}
#tabimg .layui-carousel-ind{top: -69px;}
#tabimg .layui-carousel-ind ul{background: transparent;}
#tabimg .layui-carousel-ind li{
	width:30px;
	height: 30px;
	background: #fff;
}
#tabimg .layui-carousel-ind li.layui-this{
	width: 84px;
	border-radius: 15px;
}
#tabimg .layui-carousel-arrow{
    width: 50px;
    height: 60px;
    font-size: 70px;
    background: transparent;
    border-radius: 0;
}
.tab-list{
    height: 773px;
    background: #f7f7f7;
}
.tab-title{
    padding-top: 40px;
    padding-bottom: 25px;
    text-align: center;
}
.tab-title h2{
    font-size: 27px;
    color: #565756;
}
.tab-title p{color: #9c9c9c;}
.tab-text{
    height: 590px;
}
.tab-all2{
    height: 590px;
    text-align: center;
    font-family: 'Microsoft YaHei';
}
.tab-all2 li{
    width: 380px;
    height: 548px;
    margin-right: 28px;
    float: left;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.tab-all2 li:last-child{margin-right: 0;}
.tab-all2 li:hover{
    box-shadow: 2px 2px 10px #ccc;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    -moz-box-shadow: 2px 2px 10px #ccc;
    -o-box-shadow: 2px 2px 10px #ccc;
    -ms-box-shadow: 2px 2px 10px #ccc;
}
.list-top{
    width:380px;
    height: 390px;
    background: #ccc;
}
.list-text{
    padding-top: 24px;
}
.xian{
    width: 43px;
    height: 1px;
    background: #febd19;
    margin: 0 auto;
}
.list-text h3{
    margin-bottom: 14px;
    font-size: 18px;
}
.list-text p{
    line-height: 30px;
}
.list-text span{
    color: #febd19;
}
#tabimg2 .layui-carousel-ind ul{background: transparent;}
#tabimg2 .layui-carousel-ind li{
	width: 16px;
	height: 16px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
}
#tabimg2 .layui-carousel-ind li.layui-this{
	background: #fff;
}
#tabimg2 .layui-carousel-arrow{
	width:30px;
	height: 59px;
	color: transparent;
	border-radius: 0;
	opacity: 0.7;
}
#tabimg2 .layui-carousel-arrow[lay-type=sub]{
	left:-54px;
	background: url("../image/index/left.png") center center;
}
#tabimg2 .layui-carousel-arrow[lay-type=add]{
	right:-54px;
	background: url("../image/index/right.png") center center;
}
#tabimg2 .layui-carousel-arrow:hover{opacity: 1;}

/*新加*/
.video-box{
    position: relative;
    /*min-width: 1000px;*/
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}
.video-box video{
    width: 100%;
    /*max-height: 650px;*/
}
.video1{
    position: relative;
}
.video1 video{
    height: 700px;
}
.video-box .video2{
    height: 499px;
}
.video2 video{
    height: 500px;
}
.text-c{text-align: center;}
