/*
 	石 1174188215  2017/7/20
 * 
 * */
@charset "utf-8";
.flexslider .slides .slide{
	width: 100%;
	overflow-x: hidden;
}

 
.index_box1{
	max-width: 1200px;
	margin: 40px auto 0;
	position: relative;
	color: #333;
}
.index_box1 .left{
	float: left;
	width: 59.3333%;
	height: 265px;
	box-shadow: 0 0 60px rgba(6,0,1,0.15);
}
.index_box1 .left .tit{
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
}
.index_box1 .left .tit li{
	display: inline-block;
	width: 112px;
	color: #333;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.index_box1 .left .tit li.on{
	color: #fff;
	background: #601986;
}
.index_box1 .left .tit ul{
	float: left;
}
.index_box1 .left .tit a{
	float: right;
	font-size: 12px;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-right: 23px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index_box1 .left .tit a:hover{
	background: #601986;
	color: #fff;
}
.index_box1 .bott_box{
	padding:16px 20px;
}
.index_box1 .bott_box>ul>li{
	display: none;
}
.index_box1 .bott_box .box_a{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.index_box1 .bott_box .box_a h2{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 2em;
	width: 100%;
	height: 2em;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_box1 .bott_box .box_a p{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_box1 .bott_box .box_a:hover p{
	color: #601986;
}
.index_box1 .bott_box .box_b {
	margin-top: 10px;
}
.index_box1 .bott_box .box_b li{
	line-height: 2em;
	padding-left: 20px;
	background: url(../img/a06.jpg) no-repeat 2px center;
}
.index_box1 .bott_box .box_b li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index_box1 .bott_box .box_b a{
	font-size: 14px;
	color: #666666;
	float: left;
	width: 80%;
	height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.index_box1 .bott_box .box_b span{
	font-size: 14px;
	color: #666666;
	float: right;
}
.index_box1 .bott_box .box_b li:hover a{
	color: #601986;
}
.index_box1 .bott_box .box_b li:hover{
	background: url(../img/a07.jpg) no-repeat 2px center;
}

.index_box1 .right{
	float: right;
	width: 37.3333%;
	height: 376px;
	box-shadow: 0 0 50px rgba(6,0,1,0.15);
	position: absolute;
	top:-111px;
	right: 0;
	background: #fff;
	padding:1.5%;
	transition: all .3s; 
	-webkit-transition: all .3s; 
	-ms-transition: all .3s; 
	-moz-transition: all .3s; 
}
.index_box1 .right .img{
	position: relative;
	width: 100%;
	padding-top: 46%;
	overflow: hidden;
}
.index_box1 .right .img img{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.index_box1 .right .img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    content: '';
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transform: scale3d(1.9,1.7,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.7,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    opacity: 0.5;
}
.index_box1 .right:hover div.img:after{
	-webkit-transform: scale3d(1.9,1.7,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
    transform: scale3d(1.9,1.7,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
    opacity: 1;
}
.index_box1 .right .img h2{
	position: absolute;
	bottom: 8%;
	left: 4%;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.index_box1 .right .word{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-align: justify;
	height: 10em;
	overflow: hidden;
	padding-top: 2%;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.index_box1 .right a{
	display: block;
	text-align: right;
	font-size: 14px;
	color: #601986;
}
.index_box1 .right:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

@media only screen and (max-width:1024px) {
	.index_box1 .left{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.index_box1 .right{
		float: none;
		width: 100%;
		height: auto;
		position: static;
		padding: 2%;
		position: relative;
		top: 0;
		padding-top: 21%;
		overflow: hidden;
	}
	.index_box1 .right .img{
		position: absolute;
		width: 41.5%;
		padding-top: 19%;
		float: left;
		left:2%;
		top: 10%;
	}
	.index_box1 .right .word{
		padding-top: 0;
		position: absolute;
		right: 2%;
		top: 7%;
		width: 53%;
		height: auto;
	}
}
@media only screen and (max-width:768px){
	.index_box1 .right{
		float: none;
		width: 100%;
		height: auto;
		position: static;
		padding: 2%;
		top: 0;
	}
	.index_box1 .right .img img{
		display: none;
	}
	.index_box1 .right .img {
		position: static;
		padding: 0;
		width: 100%;
	}
	.index_box1 .right .img:after{
		display: none;
	}
	.index_box1 .right .img h2{
		position: static;
		color: #333;
		margin-bottom: 10px;
	}
	.index_box1 .right .word{
		width: 100%;
		position: relative;
		top: 0;
		left:0;
		height: auto;
	}
	.index_box1 .left .tit li{
		font-size: 14px;
	}
	.index_box1 .bott_box .box_a h2{
		font-size: 16px;
	}	
}

/*产品展示*/
.index_box2{
	padding: 40px 0;
	background: #f7f7f7;
	margin-top: 40px;
}

.pub_tit{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.pub_tit h2{
	float: left;
	font-size: 20px;
	color: #999;
	font-weight: normal;
	position: relative;
}
.pub_tit h2 span{
	color: #333333;
}
.pub_tit a{
	float: right;
    font-size: 12px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    margin-right: 23px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.pub_tit h2:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 168px;
	background: #601986;
}
.pub_tit a:hover{
	background: #601986;
	color: #fff;
}

.index_box2 .box{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.index_box2 .box li{
	width: 23.5%;
	float: left;
	margin-left: 2%;
}
.index_box2 .box li:first-child{
	margin-left: 0;
}
.index_box2 .box dt{
	padding-top: 70.92198%;
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
.index_box2 .box dt:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    opacity: 0.5;
	
}
.index_box2 .box dt img{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.8s ease-in-out;
}
.index_box2 .box dl:hover dt:after{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
    opacity: 1;
}
.index_box2 .box dd{
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	color: #000;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.index_box2 .box dd:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #601986;
	bottom: 0;
	left: -100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.index_box2 .box dl:hover dd:after{
	left: 0;
}
.index_box2 .box dl:hover dt img{
	transform: scale(1.1);
}


@media only screen and (max-width:1199px ) {
	.index_box2{
		padding: 15px 0;
		margin: 0 0 0 0;
	}
	.pub_tit h2{
		font-size: 16px;
		margin-left: 2%;
	}
	.index_box2 .box dd{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.index_box2 .box{
		padding: 2%;
		margin-top: 2%;
	}
	.pub_tit{
		height: 40px;
		line-height: 40px;
	}
	.pub_tit a{
		margin: 7px 2% 0 0;
	}
}
@media only screen and (max-width:768px ) {
	.index_box2 .box li{
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.index_box2 .box li:nth-child(odd){
		margin-left: 0;
	}
	.index_box2{
		padding: 0;
	}
	.index_box2 .box dd{
		font-size: 12px;
	}
}

.index_box3{
	padding: 40px 0;
}
.index_box3 .pro_box{
	float: left;
	width: 48.33333%;
}
.index_box3 .video_box{
	/*float: right;*/
	/*width: 48.33333%;*/
	width:100%;
}
.index_box3 .pro_box .content{
	padding-right: 10px;
	padding-top: 10px;
}
.index_box3 .pro_box .content li{
	padding-left: 13px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 18px;
	padding-top: 18px;
	position: relative;
}
.index_box3 .pro_box .content li:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.index_box3 .pro_box .content li a{
	display: block;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width: 100%;
}
.index_box3 .pro_box .content li:hover a{
	color: #601986;
}
.index_box3 .pro_box .content li:hover:before{
	background: #601986;
}

.index_box3 .video_box li{
	margin-top: 20px;
	float: left;
	width: 48%;
	margin: 0 1%;
	margin-top: 20px;
}
.index_box3 .video_box li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index_box3 .video_box .content{
	padding-top: 7px;
}
.index_box3 .video_box .img{
	float: left;
	width: 35.689655%;
	padding-top: 24.827586%;
	position: relative;
	overflow: hidden;
}
.index_box3 .video_box .img img{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	transition: all .5s ease-in-out; 
}
.index_box3 .video_box .word{
	font-size: 14px;
	color: #333;
	line-height: 2em;
	padding: 10px 0;
	float: right;
	width: 61.206896%;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 4;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_box3 .video_box .img i{
	position: absolute;
	display: block;
	height:100%;
	width: 100%;
	background-color:rgba(0,0,0,0.2) ;
	top: 0;
	left:0;
	z-index: 999;
	background-image:url(../img/a05.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.index_box3 .video_box li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media only screen and (max-width:1130px) {
	.index_box3 .pro_box .content li{
		padding-bottom: 15px;
	}
}
@media only screen and (max-width:1199px) {
	.index_box3{
		padding:0 2%;
	}
	.index_box3 .pub_tit h2{
		margin: 0;
	} 
	.index_box3 .pro_box .content{
		padding: 0;
	}
}
@media only screen and (max-width:1024px){
	.index_box3 .pro_box,.index_box3 .video_box{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.index_box1{
		margin-top: 10px;
	}
	.index_box1 .bott_box{
		padding: 2%;
	}
	.index_box3 .pro_box .content li{
		padding: 0;
	}
	.index_box3 .pro_box .content li a{
		padding: 0.5em 0 0.5em 15px;
		height: 3em;
		line-height: 2em;
	}
	.index_box3 .video_box li{
		margin: 3% 0 0 0;
	}
}
@media only screen and (max-width:768px){
	.index_box3 .video_box .word{
		padding: 0;
		-webkit-line-clamp: 3;
	}
}
