@charset "utf-8";
/* CSS Document */
#content .case-filter {
	width: 100%;
	padding: 0 30px;
	position: relative;
}
#content .case-filter .case_item {
	margin: 10px 0;
	position: relative;
}
#content .case-filter .case-filter-label {
	display: block;
	color: #999;
	width: 80px;
	height: 32px;
	line-height: 32px;
}
#content .opt-slide-block {
	height: 32px;
	overflow: hidden;
	width: calc(100% - 80px);
}
#content .case-filter ul li {
	height: 32px;
	line-height: 32px;
	margin-right: 20px;
}
#content .case-filter ul li:last-child {
	margin-right: 0;
}
#content .case-filter ul li a.active, .opt-slide-a.active {
	color: #e60012;
}
#content .case-filter .opt-slide-a {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 32px;
	padding-right: 16px;
}
/*------/产品列表/-------*/
#content ul.product-list {
	margin: 0 -15px;
	padding: 30px 0;
}
#content ul.product-list li {
	width: 33.33333333%;
	padding: 0 15px;
	height: 100%;
	margin-bottom: 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.he_border1 {
	background: #000;
	border: 1px solid #ddd;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	overflow: hidden;
}
.he_border1 img {
	width: 100%;
	display: block;
	-webkit-transition: all .4s ease-in-out; /*图片放大过渡*/
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
}
.he_border1:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: .6
}
/*------------案例文字------------------*/
.he_border1 .he_border1_caption {
	color: #fff;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.he_border1 .he_border1_caption::before, .he_border1 .he_border1_caption::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform .4s;
	-moz-transition: opacity 0.4s, -moz-transform .4s;
	-o-transition: opacity 0.4s, -o-transform .4s;
	transition: opacity 0.4s, transform .4s
}
.he_border1 .he_border1_caption::before {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}
.he_border1 .he_border1_caption::after {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.he_border1:hover .he_border1_caption::before, .he_border1:hover .he_border1_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
/*---案例标题---*/

.he_border1 .he_border1_caption, .he_border1 .he_border1_caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 1000
}
.he_border1 h3 {
	font-size: 2rem;
	text-align: center;
	width: 80%;
	position: absolute;
	margin-bottom: 20px;
	padding-bottom: 20px;
	top: 30%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_border1 h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	background: #fff;
}
/*----案例介绍---*/
.he_border1 .he_border1_caption_p {
	font-size: 1.8rem;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 60%;
	left: 10%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.he_border1:hover h3 {
	opacity: 1
}
.he_border1:hover .he_border1_caption_p {
	top: 50%;
	opacity: 1
}
/*------主体公共代码-----*/
#content .left .news-body, #content .left .profile, #content .left .details {
	line-height: 1.8;
	font-size: 1.6rem;
}
#content .left .contact img {
	max-width: none;
}
#content .main-body p {
	margin-bottom: 15px;
}
#content .main-body a {
	color: #136ec2;
	text-decoration: none;
}
#content .main-body a:hover {
	text-decoration: underline;
}
#content .main-body h2, #content .main-body h3, #content .main-body h4 {
	color: #333;
	margin-bottom: 1rem;
}
#content .main-body > ul {
	margin-bottom: 1.5rem;
}
#content .main-body > ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#content .main-body > ul > li > p {
	margin-left: -15px;
}
#content .main-body table p {
	margin-bottom: 0;
}
#content .main-body img[align*="left"] {
	margin-right: 15px;
}
#content .left .profile, #content .left .news-list, #content .left .news-info {
	padding: 30px;
}

/*------新闻列表与详情页-----*/
#content hgroup {
	height: auto !important;
	overflow: hidden;
	padding: 20px;
}
#content hgroup > figure:first-child {
	padding-top: 0;
}
#content hgroup > figure {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	padding: 20px 0;
}
#content hgroup > figure:hover {
	background-color: #f8f8f8;
}
#content hgroup > figure:last-child {
	margin-bottom: 0;
}
/*-----新闻列表标题-----*/
#content hgroup > figure img {
	float: left;
	width: 22%;
	border: 1px solid #e8e8e8;
}
#content hgroup > figure figcaption {
	float: left;
	width: 78%;
	padding-left: 15px;
}
#content hgroup > figure h3 {
	font-size: 1.8rem;
}
#content hgroup > figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden; /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content hgroup > figure > figcaption > span, #content hgroup > figure > figcaption > span a {
	color: #777;
}
#content hgroup > figure > figcaption > span:not(:last-child) {
	padding-right: 20px;
}
#content hgroup > figure > figcaption > span a:hover {
	color: #0093da;
}
/*----新闻列表内容-----*/
#content hgroup > figure figcaption p {
	line-height: 1.65;
	padding: 0 15px 10px 0;
	color: #777;
}
#content hgroup > figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	margin: 0 auto;
	padding: 30px;
}
#content .news-info header {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 50px;
}
#content .news-info header h1 {
	font-size: 3.2rem;
	font-weight: normal;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3rem;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header p.p2 {
	font-size: 1.3rem;
	line-height: 18px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	padding-bottom:20px;
	/*padding: 20px 0px;*/
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom: 25px;
}
/*.news-info .news-body .proimgs img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}*/
.news-info .news-body .proimgs img {
	background: #323232;
max-width: 100%;
height: auto;
border: 15px #323232 solid;
border-radius: 36px;
box-shadow: 0px 0px 40px rgba(0,0,0,.52);
margin-bottom: 50px;
}







.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 20px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}

