/*banner*/
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 482px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all .3s ease;
	-webkit-transition: all .3s ease;/* Safari 和 Chrome */
	-moz-transition: all .3s ease; /* Firefox 4 */
	-o-transition: all .3s ease; /* Opera */
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 482px;
	display: block;
}
.banner-mobile{
	width: 100%;
	height: auto;
	margin-top: 60px;
	display: none;
}
.banner-mobile img{
	width: 100%;
	height: auto;
}
@media(max-width: 768px){
	.flexslider{
		display: none !important;
	}
	.banner-mobile{
		display: block !important;
	}
}

/*区域标题*/
.area-head span{
	font-size: 32px;
	font-weight: 600;
	color: #333333;
	font-family: BureauEagleBook,微软雅黑;
}
.area-head .c-title{
	display: flex;
	flex-flow: row;
    justify-content: space-between;
    align-items: center;
	margin-top: 10px;
}
.area-head .c-title p,a{
	color: #939393;
	font-size: 14px;
}
.area-head .c-title a:hover{
	color: #00aaa6;
}
@media(max-width: 768px){
	.area-head{
		margin: 0 16px;
	}
	.area-head .c-title a{
		display: none;
	}
}


/*案例展示*/
.case-box{
	padding: 80px 0 100px 0;
}
.case-box p{
	font-size: 16px;
	color: #939393;
}
.case-box .case-content{
	width: 1200px;
	height: 1200px;
	margin-top: 60px;
}
.c-preview {
	background: #000000;
	background-size: 400% 400%;
	float: left;
	width: 400px;
	height: 400px;
	color: #fff;
	position: relative;
  }
.c-preview .shade {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
.c-preview_img {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	mix-blend-mode: screen;
}
.c-preview_title {
	opacity: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	z-index: 20;
	margin-top: 170px;
}
.c-preview_p{
	font-size: 12px;
	text-align: center;
	opacity: 0;
	z-index: 20;
}
.c-preview:hover {
	background-position: 100% 100%;
}
.c-preview:hover .c-preview_title,.c-preview:hover .c-preview_p{
	opacity: 1;
}
.c-preview:hover .c-preview_img{
	opacity: 0.3;
	-webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
@media(max-width: 768px){
	.case-box{
		padding: 80px 0 0 0;
	}
	.case-box .case-content{
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.case-box p {
		color: rgba(255,255,255,.5);
	}
	.c-preview{
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
	.c-preview .shade {
		display: block;
	}
	.c-preview_img{
		width: 100%;
	}
	.c-preview_title {
		opacity: 1;
		text-align: left;
		left: 24px;
		position: absolute;
		bottom: 52px;
		font-weight: 500;
	}
	.c-preview_p {
		opacity: 1;
		text-align: left;
		left: 24px;
		position: absolute;
		bottom: 28px;
	}
	.c-preview:hover .c-preview_img {
		opacity: 1;
	}
}

/*行业动态*/
.news{
	background-color: #F9F9F9;
}
.news .news-box{
	box-sizing: border-box;
	padding: 100px 0;
}
.news-content{
	margin-top: 60px;
	margin-bottom: 32px;
	background-color: #F9F9F9;
	display: flex;
	margin-left: -12px;
}
.news-content li{
	width: 300px;
	height: 400px;
	display: block;
	box-sizing: border-box;
	padding: 24px;
	margin: 0 12px;
	border: 1px solid #f0f0f0;
}
.news-content li .news-img{
	width: 234px;
    height: 136px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-content li:hover{
	background-color: #ffffff;
	-moz-box-shadow:1px 1px 24px rgba(0,0,0,.15); 
    -webkit-box-shadow:1px 1px 24px rgba(0,0,0,.15); 
    box-shadow:1px 1px 24px rgba(0,0,0,.15);
    -webkit-transition: box-shadow .5s linear;
    transition: box-shadow .5s linear;
}
.news-content .news-title{
	padding: 24px 0;
	min-height: 170px;
}
.news-content li a h2{
	font-size: 16px;
	line-height: 24px;
	color: #0d1a26;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 8px;
	min-height: 50px;
}
.news-content li a .news-abstract{
	font-size: 14px;
	line-height: 20px;
	color: #697b8c;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 12px;
}
@media(max-width: 768px){
	.news .news-box{
		padding: 80px 0 40px 0;
	}
	.news-content{
		display: inline-block;
		margin-left: 0;
	}
	.news-content .news-title {
		min-height: auto;
	}
	.news-content li{
		width: 100%;
		height: auto;
		border: 0px;
		margin: 0;
	}
	.news-content li:hover {
		background-color: #F9F9F9;
		-moz-box-shadow: none; 
		-webkit-box-shadow: none; 
		box-shadow: none;
	}
	.news-content li .news-img {
		width: 100%;
		height: 0;
		padding-bottom: 50%;
	}
	.news-content li a h2 {
		min-height: auto;
	}
}

