h1{
	text-align: center;
    text-shadow: 2px 2px 2px #666;
}
h2{
	font-size: 36px;
	font-weight: bolder;
	padding: 0.5em;
}
h4{
	font-weight: bolder;
}
h5{
	
	color: #999;
	line-height: 1.6em;
}
section > h5,
section > .container > h5
{
	padding: 0em 10% 3em 10%;
}
video{
	object-fit:cover;
	width: 100%;
}
#banner-video{
	object-fit:cover;
	min-width: 100%;
	min-height: 100%;
}

.carousel-inner>.item,
.carousel-inner>.item img
{
	width: 100%;
	height: 100%;
}

#index-carousel{
	width: 100%;
	padding: 0;
	background: #fff;
	background: url(../image/carousel-bg.jpg) no-repeat;
	background-size: cover;
}
#index-carousel-cover{
	color: #fff; 
	background: rgba(0, 0, 0, 0.15);
}
#index-carousel-cover>.container{
	position: relative;
	width: 60%;
	display: none;
	
}

#product-case{
	background: #fff;
	margin-bottom: 40px;
}
#product-case .product-item,
#product-case .case-item{
	padding-left: 0;
	padding-right: 0;
}

#product-case .product,
#product-case .product .product-item{
	overflow: hidden;
}
#product-case .product .product-item .cover{
	color: #fff;
	padding: 30% 10% 0 10%;
	background: rgba(0, 0, 0, 0.5);
    text-shadow: 3px 3px 3px #333;
}
.cover-blue{
	background: rgba(0, 102, 208, 0.6) !important;
}
#product-case .product .product-item img{
	animation: reZoomEnlarge 0.9s;
	-webkit-animation: reZoomEnlarge 0.9s;
    transform: scale3d(1, 1, 1);
}
#product-case .product .product-item:hover img{
	animation: zoomEnlarge 0.9s;
	-webkit-animation: zoomEnlarge 0.9s;
    transform: scale3d(1.2, 1.2, 1.2);
}
#product-case .product .product-item:hover .cover{
	background: rgba(0, 102, 208, 0.0) !important;
	
}

#product-case .case{
	height: 400px;
	overflow: hidden;
}
#product-case .case .case-item.active{
	width: 25%;
}
#product-case .case:hover .case-item.active{
	width: 15%;
}
#product-case .case-item{
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	overflow: hidden;

	transition:width 0.3s ease;
	-moz-transition:width 0.3s ease; 
	-webkit-transition:width 0.3s ease; 
	-o-transition:width 0.3s ease; 
}
#product-case .case-item:after{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
#product-case .case .case-item.active:after{
	height: 35%;
	left: 0;
	bottom: 0;
	background: #0066cc;
	background: rgba(0, 102, 208, 0.8);
}
#product-case .case:hover .case-item.active:after{
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
#product-case .case-item:hover{
	width: 25% !important;
}
#product-case .case-item:hover:after{
	height: 35% !important;
	left: 0;
	bottom: 0;
	background: #0066cc !important;
	background: rgba(0, 102, 208, 0.8) !important;
}

#product-case .case-item img{
	width: auto;
	max-width: 999px !important;
	height: 100%;
}
#product-case .case-item .text{
	position: absolute;
	width: 100%;
	height: 35%;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: left;
	padding: 0 1em;
    text-shadow: 3px 3px 3px #333;
}

#product-case .case-item .text h3{
	display: block;
	position: relative;
	line-height: 2em;
}
#product-case .case-item .text h3:after{
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3em;
	height: 3px;
	background: #fff000;
}
#product-case .case:hover .case-item .text p,
#product-case .case-item .text p{
	display: none;
}
#product-case .case-item.active .text p{
	display: block;
}
#product-case .case-item:hover .text p{
	display: block !important;
}
#news{
	background: url(../image/news-bg.png) repeat;
}
#news:before{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.3);
	z-index: -2;
}
#news h4{
	padding-bottom: .5em;
}
#news .news-item{
	text-align: left;
	padding-right: 10%;
	margin: 0.8em 5px;
}
#news .news-item *{
	text-align: left;
}
#news .news-item h4,
#news .news-item h5{
	font-weight: normal;
	line-height: 1em;
	color: #333;
	display: block;
	overflow: hidden;
	white-space :nowrap;
	text-overflow: ellipsis;
}
#news .news-item h5{
	font-size: 16px;
	padding-bottom: 0.3em;
}
#news .news-zt{
	padding-left: 0;
	
}
#news .news-zx{
	left: 10px;
}
#news .news-item:before{
	content: ' ';
	position: absolute;
	left: 0;
	margin-top: 0.2em;
	
	width: 5px;
	height: 5px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #0066CC;
}
#news .news-item h4{
	color: #000;
	padding: 0;
}
#news .news-item p{
	line-height: 1.5em;
	color: #999;
	overflow: hidden;
	white-space :nowrap;
	text-overflow: ellipsis;
}
.news-zt-pic{
	width: 31.3333%;
	padding: 10.4% 0;
	margin-right: 2%;
	overflow: hidden;
}
.news-zt-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}
#culture{
	width: 100%;
	padding: 3em;
	background: url(../image/culture-bg.jpg);
}
#culture:before{
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 102, 208);
	background: rgba(0, 102, 208, 0.8);
	z-index: -2;
}
#culture:after{
	content: ' ';
	position: absolute;
	left: 50;
	margin-left: -20px;
	top: 0em;
	width: 20px;
	height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(255,255,255, 0.9);
}
#culture-carousel{
	padding: 0 10%;
}
#culture-carousel .carousel-indicators{
	position: relative;
	margin-top: 3em;
	margin-bottom: 2em;
}
#culture-carousel .carousel-indicators li{
	width: 3.6em;
	height: 3.6em;
	line-height: 3.5em;
	font-size: 1.2em;
	font-weight: bolder;
	margin: 0.1em .5em;
	color: #fff;
	border: 5px solid rgba(255,255,255, 0.6);
	border-radius: 50%;
	text-indent : 0;
	background: #0066CC;
	box-sizing:content-box;
	-moz-box-sizing:content-box; 
	-webkit-box-sizing:content-box; 
}
#culture-carousel .carousel-indicators li.active{
	background: #0166FF;
}
#global{
	background: #fff;
}
