﻿.in_xyl_title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.in_xyl_title h5 {
	font-size: 18px;
	color: #313131;
}

.in_xyl_title p {
	font-size: 14px;
	color: #6d6d6d;
}

.in_yxl_main {
	display: block;
	margin-bottom: 10px;
}

.in_yxl_main ul li {
	display: block;
	 
	float: left;
	border: 1px solid #dadada;
	text-align: center;
	padding-top: 30px;
	min-height: 214px;
	transition: .6s;
}

.in_yxl_main ul li span {
	display: block;
	margin-bottom: 10px;
	transition: .6s;
	text-align: center;
}

.in_yxl_main ul li span img {
	width: 50px;
	height: 50px;
}
.in_yxl_main ul li span img:nth-of-type(1){
	display: inline-block;
}
.in_yxl_main ul li span img:nth-of-type(2){
	display: none;
}
.in_yxl_main ul li:hover span img:nth-of-type(1){
	display: none;
}
.in_yxl_main ul li:hover span img:nth-of-type(2){
	display: inline-block;
}
.in_yxl_main ul li h5 {
	display: block;
	font-size: 20px;
	transition: .6s;
	color: #303030;
	margin-bottom: 10px;
}

.in_yxl_main ul li p {
	font-size: 12px;
	transition: .6s;
	color: #7f7f7f;
}

.in_yxl_main ul li:hover {
	border: 1px solid #3487ef;
	background: #3487ef;
}

.in_yxl_main ul li:hover span {
	transform: rotateY(360deg);
}

.in_yxl_main ul li:hover h5,
.in_yxl_main ul li:hover p,
.in_yxl_main ul li:hover span i {
	color: #fff;
}
 
.case_divul .h3 {
	font-size: 18px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.module-full-screen-title {
	margin-bottom: 35px;
	text-align: center;
}

.module-full-screen-title > h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #333;
	background: url(/style/images/title-line.png) no-repeat bottom center;
}
	.module-full-screen-title > em {
		display: block;
		width: 35px;
		height: 2px;
		overflow: hidden;
		margin: 0 auto;
		background-color: #333;
		display: none;
	}
.tab-more {
	float: none;
	clear: both;
	margin-top: 30px;
}
.tab-more a {
	display: inline-block;
*display:inline;
*zoom:1;
	line-height: 34px;
	padding: 0 30px;
	border: 1px solid #ccc;
	color: #999;
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.tab-more a:hover {
	background-color: #3487ef;
	border-color: #3487ef;
	color: #fff;
	text-decoration: none;
}
.tab-more-center {
	text-align: center;
}
/*.divhengxiang{
	
	border-bottom:2px solid #3487ef; width:10%; margin:0 auto;margin-bottom: 20px;
}*/
.case_divul{}
.case_divul .li{ float:left; width:33.333333333333%;}
.case_divul .pd{ display:block;}
.case_divul .img{ position:relative; overflow:hidden;}
.case_divul .tag{ position:absolute; left:0px; bottom:-40px; right:0px; height:40px; line-height:40px; background-color:rgba(0,0,0,0.65); box-sizing:border-box; padding:0 20px; color:#fff;}
.case_divul .tag span{ margin-right:10px;}
.case_divul .text{ text-align:center; line-height:56px; height:56px; overflow:hidden; background:#fff; font-size:18px; color:#000;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; padding:0 10px;}
.case_divul .pd:hover .tag{ bottom:0px;}
.case_divul .pd:hover .text{ color:#fff; background:#323235;}
.case_divul .tab-more{padding-bottom:50px;}

.news_divul{}
.news_divul .li{ float:left; width:33.333333333333%;}
.news_divul .pd{ display:block;}
.news_divul .img{ position:relative; overflow:hidden;}
.news_divul .tag{ position:absolute; left:0px; bottom:-40px; right:0px; height:40px; line-height:40px; background-color:rgba(0,0,0,0.65); box-sizing:border-box; padding:0 20px; color:#fff;}
.news_divul .tag span{ margin-right:10px;}
.news_divul .text{ text-align:center; line-height:56px; height:56px; overflow:hidden; background:#fff; font-size:18px; color:#000;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; padding:0 10px;}
.news_divul .pd:hover .tag{ bottom:0px;}
.news_divul .pd:hover .text{ color:#fff; background:#323235;}
.news_divul .row{ margin-right:0; margin-left:0;
	padding-right: 0;
    padding-left: 0;}
.news_divul .tab-more{padding-bottom:50px;}
.news_divul .post-arrow {
	width: 19px;
	height: 10px;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	background-position: 0 0;
	position: absolute;
	z-index: 10;
	display: block;
	overflow: hidden;
	background-image: url(/style/images/post-arrow.gif);
	background-repeat: no-repeat;
}
.post-img {
	overflow: hidden;
	position: relative;
}
 
.post-img span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.post-img i {
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -28px;
	margin-top: -28px;
	background: url(/style/images/icon-link.png) no-repeat center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

 

.post-list-item .col-xs-12,
.post-list-item .col-sm-12,
.post-list-item .col-md-4,
.post-list-item .col-lg-4,
.post-list-item .col-xs-6,
.post-list-item .col-sm-6,
.post-list-item .col-md-12,
.post-list-item .col-lg-12
{
	padding-right:0;
	padding-left:0;
	
}
.post-list-item:hover {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 10px rgba(0,0,0,0.45);/*-webkit-transform:scale(1.01, 1.01); -moz-transform:scale(1.01, 1.01); -o-transform:scale(1.01, 1.01); -ms-transform:scale(1.01, 1.01); transform:scale(1.01, 1.01);*/
}
.post-list-item:hover .post-img span {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.post-list-item:hover .post-img i {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.post-text {
    padding: 30px;
	height: 160px; 
}
.post-text h2 {
	line-height: normal;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.post-text-summary {
    font-size: 13px;
    color: #808080;
    overflow: hidden;
}



@media screen and (max-width:1280px){
	 
	.case_divul .h3 {
		font-size: 14px;
	}
	 
	 
} 
@media (max-width: 991px) and (min-width: 640px){
	 
	.news_divul .post-arrow {
		left: auto;
		right: -10px;
		background-position: 0 -11px;
		width: 10px;
		height: 19px;
		margin: 0;
		left: -10px;
		top: 50%;
		margin-top: -10px;
		background-position: 0 -42px;
		bottom: -10px;
	} 
	 
	.post-list-item{  
		margin-bottom: 15px;
	}
} 
@media screen and (max-width:768px){
	.in_yxl_main ul li{
		width:50%;

	}
	.case_divul .h3 {
	font-size: 16px;
	}
	.divhengxiang{
	
	 width:25%;  
	}
	.module-full-screen-title{
		margin-top:20px;
	}
}
@media screen and (max-width:640px){
	.post-img{
		width:100%;
	}
	.post-text-box{
		width:100%;
	}
}
@media screen and (max-width:375px){
	.in_yxl_main ul li{
		width:100%;
	}
	.case_divul .h3 {
	font-size: 16px;
	}
	.divhengxiang{
	
	 width:30%;  
	}
	.module-full-screen-title{
		margin-top:20px;
	}
	.post-img{
		width:100%;
	}
	.post-text-box{
		width:100%;
	}
	.news_divul .row{ margin-right:0; margin-left:0;}
}