@charset "utf-8";

/* 初始化 */
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button,video{ border:none; margin:0;outline:none; padding:0; appearance:none;}
h1,h2,h3,h4,h5{ font-weight:normal;font-size:0.24rem;}
img{ border:none;}
a{ 
	text-decoration:none; outline:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
ul,li{list-style:none;}
body,html{ width:100%; height: 100%;font-size:18px;font-family:"微软雅黑";}

body{
	overflow-x:hidden;
	min-width:640px;
}
/* --end-- */


/*-- 案例中心 --*/

.pic-marquee{
	width:70%;
	/* margin:30px auto; */
	margin-top: 2.5vw;
	margin-left: 15%;
	margin-right: 15%;
	
}
.tempWrap{
	width: 100% !important;
	height: 23vw !important;
}
.pic-list li{
	margin-left: 1vw;
	margin-right: 1vw;
	width: 18.33vw !important;
	height: 23vw;
}

.pic-list{
	overflow:hidden;
	width:100%;
}

.pic-list li{
	float:left;
	overflow:hidden;
	-o-width:calc(100% / 3);
	-ms-width:calc(100% / 3);
	-moz-width:calc(100% / 3);
	-webkit-width:calc(100% / 3);
}

.pic-list li a{
	display:block;
	margin:0 auto;
}

.pic-list li a .pic-img{
	width:18.33vw;
	height:18.33vw;
	overflow:hidden;
	position:relative;
}

.pic-list li a .pic-img img{
	transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	position:absolute;
	top:0;
	left:0;
	transform:scale(1,1);
}

.pic-list li a .pic-txt{
	width:calc(100% - 40px);
	-o-width:calc(100% - 40px);
	-ms-width:calc(100% - 40px);
	-moz-width:calc(100% - 40px);
	-webkit-width:calc(100% - 40px);
	/* padding:20px 20px; */
	height:3.75vw;
	padding-top: 0.73vw;
	/* padding-left: 0.73vw; */
	width: 18.33vw;
	overflow:hidden;
	position:relative;
}

.pic-txt > i{
	display:block;
	width:0;
	height:100%;
	background-color:#0080d7;
	transition:width 0.3s;
	-o-transition:width 0.3s;
	-ms-transition:width 0.3s;
	-moz-transition:width 0.3s;
	-webkit-transition:width 0.3s;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
	

li a .pic-txt .txt-left{
	width:90%;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}

li a .pic-txt .txt-left h2{
	color:#000;
	font-size:18px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.pic-txt{
	display: flex;
	align-items: center;
	justify-content: center;
}
li a .pic-txt .txt-left p{
	line-height:30px;
	font-size:0.84vw;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}

li a .pic-txt .txt-right{
	width:calc(10% - 10px);
	box-sizing:border-box;
	float:right;
	/* height:100%; */
	/* border-left:1px solid #F5F5F5; */
	margin-left:0vw;
	position:relative;
	z-index:1;
	/* padding-right: 1vw; */
}
.pic-list li :hover .txt-right{
	background-image: url(../images/right-white.png);
}
.txt-right{
	background-image: url(../images/right-blue.png);
	background-size: 100%;
	width: 1.46vw;
	height: 0.47vw;
}

li a:hover .pic-img img{
	transform:scale(1.05,1.05);
}

li a:hover .pic-txt > i{
	width:100%;
}
.news-time{
	font-size: 0.72vw;
	color: #6a7695;
}
.news-title{
	font-size: 0.84vw;
	color: #333 !important;
}
li a:hover .pic-txt .txt-left div,
li a:hover .pic-txt .txt-left p{
	color:white !important;
}

.more-box{
	display:block;
	background-color:#f1f6f9;
	color: #126ef8;
	margin:0 auto;
	cursor:pointer;
	margin-top:60px;
	text-align:center;
	width: 6.25vw;
	height: 1.88vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.21vw;
}

.more-box:hover{
	background-color:#126ef8;
	color: #fff;
}

@media(max-width:1366px){
	li a .pic-txt .txt-left{
		width:100%;
		float:none;
	}
	
	li a .pic-txt .txt-right{
		display:none;
	}
	
	.title{
		margin-top:120px;
	}
}

/*-- end --*/

.wk_case_list .wk_case_img {
    position: relative;
    width: 275px;
    height: 190px;
}
.wk_case_list .wk_case_img {
    position: relative;
    width: 275px;
    height: 190px;
}
.wk_case_list .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    height: 190px;
    background: url("../images/case_ico.png") no-repeat center;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.wk_case_list {

	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	-webkit-opacity: 1;

	-moz-opacity: 1;

	-ms-transform: translate3d(0, 0, 0);

}

.wk_case_list:nth-child(2) {

	-webkit-transition-delay: 100ms;

	-moz-transition-delay: 100ms;

	transition-delay: 100ms;

}

.wk_case_list:nth-child(3) {

	-webkit-transition-delay: 200ms;

	-moz-transition-delay: 200ms;

	transition-delay: 200ms;

}

.wk_case_list:nth-child(4) {

	-webkit-transition-delay: 300ms;

	-moz-transition-delay: 300ms;

	transition-delay: 300ms;

}

.wk_case_list:nth-child(5) {

	-webkit-transition-delay: 400ms;

	-moz-transition-delay: 400ms;

	transition-delay: 400ms;

}

.wk_case_list:nth-child(6) {

	-webkit-transition-delay: 500ms;

	-moz-transition-delay: 500ms;

	transition-delay: 500ms;

}

.wk_case_list:nth-child(7) {

	-webkit-transition-delay: 600ms;

	-moz-transition-delay: 600ms;

	transition-delay: 600ms;

}

.wk_case_list:nth-child(8) {

	-webkit-transition-delay: 700ms;

	-moz-transition-delay: 700ms;

	transition-delay: 700ms;

}

.kong{
	width: 19.8vw;
	height: 15.3vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
.case-name{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-back{
	width: 18.33vw;
	height: 18.7vw;
	margin-top: 0vw;
	position: absolute;
	z-index: 999;
	margin-top: -0.33vw;
	opacity: 0;
}
.news-big-box:hover .new-back{
	opacity: 1;
	transition: all 0.5s linear 0s;
}