﻿

.banner{
	margin:auto;
	width:100%;
	height:633px;
	margin-top:5px;
	background-image:url("../img/电子烟配件banner.png");
	background-size:100% 100%;
}

.main{
	min-width:1189px;
	width:1189px;
	font-size:19px;
	font-family:'微软雅黑';
	margin:auto;
	margin-top:30px;
}



.footer
{
	height:200px
	
}

.productRow{
	height:237px;
	float:left;
	
}


.productImgUp{
	width:100%;
	height:187px;
	
}


.productLeft:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 50px rgba(0,0,0,.35);
}

.productCenter:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 50px rgba(0,0,0,.35);
}


.productRight:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 50px rgba(0,0,0,.35);
}




.productImgDwon{
	width:100%;
	height:50px;
	display:table;	
	text-align:center;
	line-height:50px;
}

.productImgDwon p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	color:#093e74;
}



.productLeft{
	width:237px;
	height:100%;
	position:relative;
	float:left;
	/*box-shadow:1px 1px 1px 1px #eeeeee;*/
}

.productCenter{
	width:237px;
	height:100%;
	position:relative;
	float:left;
	margin-left:24px;
	/*box-shadow:1px 1px 1px 1px #eeeeee;*/
}

.productRight{
	width:237px;
	height:100%;
	position:relative;
	float:right;
	margin-left:24px;
	/*box-shadow:1px 1px 1px 1px #eeeeee;*/
}

#productInfoTitle{
	width:100%;
	height:68px;
	margin-top:30px;
	background-image:url("../img2/EVO视讯官方网站集团.jpg");
	display: table;   
	font-size:32px;
	color:white;
	text-indent:25px;		
}


#productInfoTitle p{
	display: table-cell;
    vertical-align: middle;
	
}

#productInfo{
	margin-top:15px;
}

#productInfo p{
	text-indent:2em;
	line-height:40px;
}


#productInfoImg{
	margin-top:30px;
	background-image:url("../img/生产车间.png");
	width:100%;
	height:788px;
	background-size:100% 100%;
}

#productDeptInfo{
	margin-top:25px;
	height:252px;
	position:relative;

	
}

#productDeptInfo p{
	line-height:32px;
	font-size:18px;
}

.footer{
	margin-top:15px ;
	background-image:url("../img/footer.png");
	width:100%;
	height:200px;
	background-size:100% 100%;
}


/*登陆选择租户模态框样式*/
.tenant-model{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}
.tenant-model-box{
	
		z-index:999 !important;
}

.tenant-model-content{
	opacity:0.96;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 1083px;
	height:419px;
    /*max-width: 700px;*/
    /*height: 40%;*/
    max-height: 700px;
    margin: 180px auto;
    background-color:#77b3cb;
    -webkit-animation: zoom 0.6s;
    animation: zoom 0.6s;
	z-index:999 !important;
	//box-shadow:0px 0px 20px 0 #12929a;
	
	
	/*box-shadow:1px 1px 1px 1px #12729a;*/
    /*resize: both;*/
    /*overflow: auto;*/
}
@-webkit-keyframes zoom{
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}
@keyframes zoom{
    from {transform: scale(0)}
    to {transform: scale(1)}
}
.tenant-model-header{
    height:58px;
    box-sizing:border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#closeModel{
    color: #b7b7b7;
    font-size: 30px;
    font-weight: bold;
	margin-top: 15px;
    margin-right: 15px;
    transition: all 0.3s;
}
#closeModel:hover,#closeModel:focus{
    color: #95b4ed;
    text-decoration: none;
    cursor: pointer;
}
.tenant-model-body{
    font-size: 16px;
    box-sizing:border-box;
}
.tenant-model-footer{
    box-sizing:border-box;
    border-top:1px solid #ccc;
    display: flex;
    padding: 15px;
    justify-content: flex-end;
    align-items: center;
}
.tenant-model-footer >button{
    width: 60px;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    background-color: cornflowerblue;
}
.tenant-model-footer button:hover,.tenant-model-footer button:focus{
    background-color: #95b4ed;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
    .tenant-model-content {
        width: 80%;
    }
}



.slide{
	position: relative;
	margin:auto;
	width: 600px;
	height: 200px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
}
.slide ul{
	margin:10px 0;
	padding:0;
	width: 99999px;
	transition:all 0.5s;
}

/*//自动播放*/
.slide .slide-auto{        
	animation:marginLeft 10.5s infinite;
}

.slide li{
	float: left;
	width: 936px;
	height: 521px;
	list-style: none;

}

 input[name="sildeInput"]{
	display: none;
}


@keyframes marginLeft{
	0%{margin-left: 0;}
	28.5%{margin-left: 0;}
	33.3%{margin-left: -600px;}
	62%{margin-left: -600px;}
	66.7%{margin-left: -1200px;}
	95.2%{margin-left: -1200px;}
	100%{margin-left: 0;}
}


.slide label[for="sildeInput1"]{
	left: 0;
}
.slide label[for="sildeInput2"]{
	left: 30px;
}
.slide label[for="sildeInput3"]{
	left: 60px;
}
#sildeInput1:hover~ ul{
	 margin-left: -600px;
	
}

#sildeInput2:checked ~ ul{ margin-left: -600px;}
#sildeInput3:checked ~ ul{ margin-left: -1200px;}


#productCard p{
	font-size:19px;
	text-align:left;
	line-height:40px;
}
.productInfoType{
	font-size:19px;
	text-align:left;
	vertical-align:top;
	line-height:40px;
	width:95px;
}
.productInfoContent{
	font-size:19px;
	text-align:left;
	vertical-align:top;
	line-height:40px;

	
}


.pTitle{
	font-size:31px !important;
	font-weight:900;
	
}

#leftChangeProduct{
	display:block;
	width:22px;
	height:45px;
	margin-left:17px;
	background-size:100% 100%;
	background-image:url('../img/左键常规状态.png');
	
}
#leftChangeProduct:hover{
	background-size:100% 100%;
	background-image:url('../img/左键鼠标经过.png');
	
}
#rightChangeProduct{
	
	display:block;
	width:22px;
	height:45px;
	margin-right:17px;
	background-size:100% 100%;
	background-image:url('../img/右键常规状态.png');
	float:right;
}



#rightChangeProduct:hover
{
	background-size:100% 100%;
	background-image:url('../img/右键鼠标经过.png');
	
}

#closeModel{
	width:25px;
	height:25px;
	background-size:100% 100%;
	background-image:url('../img/关闭常规状态.png');
	float:right	
	
}

#closeModel:hover{
	width:25px;
	height:25px;
	background-size:100% 100%;
	background-image:url('../img/关闭鼠标经过.png');
	float:right	
	
}



.father a{
        color: white;
        text-decoration: none;
		font-size:24px;
    }

.father .tabCurrent a{
	color: #4aacc5 !important;
}

.father li{
	text-align:center;
}
	
.father a:hover{
	color:#c81623;
}
.father ul {
	list-style: none;
}
.father {
	position:relative;
	width: 100%;
	height: 349px;
	margin: 30px auto;
}
.father .top {
	position:relative;
	height: 54px;
}
.father .tabs {
	height: 53px;
	border-bottom: 0 none;
	float: left;
	width:100%;
	position:relative;
}
.father .tab {
	float: left;
	position: relative;
	height: 54px;
	width:254px;
	background-color:#4aacc5;
	
}
.father li.tabCurrent {
	background-color: #fff;
	height: 53px;
	border-top: 1px solid #4aacc5;
	border-left: 1px solid #4aacc5;
	border-right: 1px solid #4aacc5;
	border-sizing:border-box;
	width:254px;
}
.father li.tabCurrent a {
	line-height: 54px;
	padding: 0 13px;
}
.father .tab a {
	display: block;
	padding: 0 14px;
	height: 30px;
	line-height: 54px;
}
.father .tab .line {
	height: 20px;
	border-left: 1px solid #ddd;
	position: absolute;
	right: 0;
	top: 5px;
}
.father .goods {
	width: 1187px;
	height: 293px;
	border: 1px solid #4aacc5;
	border-top: 0 none;
	display: none;
	text-align: center;
	line-height: 300px;
}
.father div.goodsShow{
	display: block;
}









#ProductTab1{
	margin:auto;
	overflow: hidden;
}



#ProductTab1 ul{
	padding:0;
	width: 9999px;
	transition:all 0.5s;
}

/*//自动播放*/
#ProductTab1 .slide-auto{        
	animation:marginLeft 10.5s infinite;
}

#ProductTab1 li{
	float: left;
	width: 1021px;
	height: 521px;
	list-style: none;

}


@keyframes marginLeft{
	0%{margin-left: 0;}
	28.5%{margin-left: 0;}
	33.3%{margin-left: -600px;}
	62%{margin-left: -600px;}
	66.7%{margin-left: -1200px;}
	95.2%{margin-left: -1200px;}
	100%{margin-left: 0;}
}





#ProductTab2{
	margin:auto;
	overflow: hidden;
}
#ProductTab2 ul{
	padding:0;
	width: 9999px;
	transition:all 0.5s;
}
/*//自动播放*/
#ProductTab2 .slide-auto{        
	animation:marginLeft 10.5s infinite;
}
#ProductTab2 li{
	float: left;
	width: 1021px;
	height: 521px;
	list-style: none;

}
@keyframes marginLeft{
	0%{margin-left: 0;}
	28.5%{margin-left: 0;}
	33.3%{margin-left: -600px;}
	62%{margin-left: -600px;}
	66.7%{margin-left: -1200px;}
	95.2%{margin-left: -1200px;}
	100%{margin-left: 0;}
}



#ProductTab3{
	margin:auto;
	overflow: hidden;
}
#ProductTab3 ul{
	padding:0;
	width: 9999px;
	transition:all 0.5s;
}
/*//自动播放*/
#ProductTab3 .slide-auto{        
	animation:marginLeft 10.5s infinite;
}
#ProductTab3 li{
	float: left;
	width: 1021px;
	height: 521px;
	list-style: none;

}
@keyframes marginLeft{
	0%{margin-left: 0;}
	28.5%{margin-left: 0;}
	33.3%{margin-left: -600px;}
	62%{margin-left: -600px;}
	66.7%{margin-left: -1200px;}
	95.2%{margin-left: -1200px;}
	100%{margin-left: 0;}
}


#ProductTab4{
	margin:auto;
	overflow: hidden;
}
#ProductTab4 ul{
	padding:0;
	width: 9999px;
	transition:all 0.5s;
}
/*//自动播放*/
#ProductTab4 .slide-auto{        
	animation:marginLeft 10.5s infinite;
}
#ProductTab4 li{
	float: left;
	width: 1021px;
	height: 521px;
	list-style: none;

}
@keyframes marginLeft{
	0%{margin-left: 0;}
	28.5%{margin-left: 0;}
	33.3%{margin-left: -600px;}
	62%{margin-left: -600px;}
	66.7%{margin-left: -1200px;}
	95.2%{margin-left: -1200px;}
	100%{margin-left: 0;}
}



#ProductTab5{
	margin:auto;
	overflow: hidden;
}
#ProductTab5 ul{
	padding:0;
	width: 9999px;
	transition:all 0.5s;
}
/*//自动播放*/
#ProductTab5 .slide-auto{        
	animation:marginLeft 10.5s infinite;
}
#ProductTab5 li{
	float: left;
	width: 1021px;
	height: 521px;
	list-style: none;

}
@keyframes marginLeft{
	0%{margin-left: 0;}
	28.5%{margin-left: 0;}
	33.3%{margin-left: -600px;}
	62%{margin-left: -600px;}
	66.7%{margin-left: -1200px;}
	95.2%{margin-left: -1200px;}
	100%{margin-left: 0;}
}

#ProductTab1Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab1Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}


#ProductTab1Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab1Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}

#ProductTab1Right
{
	float:right;margin-right:14px;margin-top:60px;position:relative;width:38px;height:70px;background-image:url('../img2/右键常规.png');background-size:100% 100%;
}
#ProductTab1Right:hover
{
	background-size:100% 100%;
	background-image:url('../img2/右键鼠标滑过.png');
}




#ProductTab2Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab2Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}

#ProductTab2Right
{
	float:right;margin-right:14px;margin-top:60px;position:relative;width:38px;height:70px;background-image:url('../img2/右键常规.png');background-size:100% 100%;
}
#ProductTab2Right:hover
{
	background-size:100% 100%;
	background-image:url('../img2/右键鼠标滑过.png');
}





#ProductTab3Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab3Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}

#ProductTab3Right
{
	float:right;margin-right:14px;margin-top:60px;position:relative;width:38px;height:70px;background-image:url('../img2/右键常规.png');background-size:100% 100%;
}
#ProductTab3Right:hover
{
	background-size:100% 100%;
	background-image:url('../img2/右键鼠标滑过.png');
}




#ProductTab4Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab4Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}

#ProductTab4Right
{
	float:right;margin-right:14px;margin-top:60px;position:relative;width:38px;height:70px;background-image:url('../img2/右键常规.png');background-size:100% 100%;
}
#ProductTab4Right:hover
{
	background-size:100% 100%;
	background-image:url('../img2/右键鼠标滑过.png');
}




#ProductTab5Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab5Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}

#ProductTab5Right
{
	float:right;margin-right:14px;margin-top:60px;position:relative;width:38px;height:70px;background-image:url('../img2/右键常规.png');background-size:100% 100%;
}
#ProductTab5Right:hover
{
	background-size:100% 100%;
	background-image:url('../img2/右键鼠标滑过.png');
}




#ProductTab6Left{
	margin-left:14px;
	margin-top:60px;
	position:relative;
	width:38px;
	height:70px;
	background-image:url('../img2/左键常规.png');
	background-size:100% 100%;
}
#ProductTab6Left:hover
{
	background-size:100% 100%;
	background-image:url('../img2/左键鼠标滑过.png');
}

#ProductTab6Right
{
	float:right;margin-right:14px;margin-top:60px;position:relative;width:38px;height:70px;background-image:url('../img2/右键常规.png');background-size:100% 100%;
}
#ProductTab6Right:hover
{
	background-size:100% 100%;
	background-image:url('../img2/右键鼠标滑过.png');
}
