﻿.slide {
	overflow: hidden; position: relative; max-height: 450px;
}
.slide img {
	width: 100%;
}
.slide .carouse {
	width: 100%; overflow: hidden; position: relative;
}
.slide .slideItem .banner-img {
	width: 100%; min-height: 100px;
}
.slide .carouse .slideItem {
	width: 100%; position: absolute;
}
.slide-imgbox {
	position: relative;
}
.img-title {
	margin: 0px; left: 110px; bottom: 0px; color: rgb(170, 170, 170); position: absolute; z-index: 99;
}
.slide .console {
	top: 40%; width: 35px; height: 57px; display: inline-block; position: absolute;
}
.slide .dotList {
	margin: 0px; left: 0px; width: 100%; text-align: center; bottom: 50px; position: absolute;
}
.slide .dotList ul {
	padding-left: 24px;
}
.slide .dotList ul li {
	background-position: -12px 0px; width: 10px; height: 10px; margin-right: 6px; display: inline-block; cursor: pointer; background-image: url("../images/slide.png");
}
.slide .dotList ul li.active {
	background-position: 0px 0px;
}
.slide .carousel-control {
	border-radius: 50%; top: 45%; width: 30px; height: 30px; position: absolute; z-index: 98;
}
.slide .left.carousel-control {
	background-position: -38px 0px; left: 0px; cursor: pointer; background-image: url("../images/slide.png");
}
.slide .right.carousel-control {
	background-position: -85px 0px; right: 0px; cursor: pointer; background-image: url("../images/slide.png");
}
.slide .slidedetail {
	display: none;
}
.imgtoVideo img {
	width: 100%;
}
.imgtoVideo > div {
	padding: 1px; width: 49%; display: inline-block; position: relative; cursor: pointer;
}
.imgtoVideo > div:hover .imgtoVideoDetail {
	display: block;
}
.imgtoVideo .imgtoVideoDetail {
	padding: 1px; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute;
}
.imgtoVideo .imgtoVideoDetail > div {
	background: rgba(0, 98, 197, 0.8); width: 100%; height: 100%; text-align: center;
}
.imgtoVideo .tovideo .imgtoVideoDetail {
	display: block;
}
.imgtoVideo .tovideo .imgtoVideoDetail > div {
	background: rgb(12, 45, 71); margin: 17% auto 0px; width: 60px; height: 60px; color: rgb(255, 255, 255); line-height: 60px; vertical-align: middle;
}
.imgtoVideo .imgtoVideoDetail .fa-search {
	color: rgb(255, 255, 255); font-size: 25px; margin-top: 21%;
}
.contentIV {
	background: rgba(20, 43, 73, 0.8); margin: 0px auto; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; display: none; position: fixed; z-index: -99; max-width: 1024px;
}
#picturetoVideo .carouse .slideItem {
	height: 100%; display: table;
}
#picturetoVideo .carouse .slideItem > div {
	text-align: center; vertical-align: middle; display: table-cell;
}
#picturetoVideo .carouse .slideItem .banner-img {
	width: auto; max-width: 100%;
}
.closeContentIV {
	top: 10px; right: 10px; color: rgb(255, 255, 255); font-size: 25px; font-weight: bold; position: absolute; z-index: 99; cursor: pointer;
}
@media all and (max-height:468px)
{
.slide .slideItem .banner-img {
	width: auto; height: 150px;
}
}