@charset "utf-8";
/* CSS Document */
.content {
	max-width: 1030px;
	position: relative;
	margin: 0 auto;
	font-size:0px;
	overflow:hidden;
}
.content .title{
	font-size:16px;
	font-weight:bold;
	color:#444444;
	margin-bottom:10px;
}
.content ul {
	display:block;
	margin:0 -10px;
}
.content li {
	width:25%;
	padding:0 10px;
	display: inline-block;
	list-style: none;
	margin-bottom:30px;
}
.content li .list:hover .cover{
	opacity:0.5;
}
.content li .list:hover .name {
	text-decoration:underline;
}
.content li .list:hover .con {
	color:#999999;
}
.content li .list:hover .more {
	background:url(../images/news_more_.png) no-repeat;
}
.content li .list {
	position:relative;
	margin:0 auto;
	text-decoration: none;
}
.content li .cover{
	position:absolute;
	width:100%;
	height:100%;
	background:#FFF;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0;
}
.content li .photo{
	text-align:center;
	position:relative;
	margin-bottom:10px;
}
.content li .photo img{
	max-width:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content li .info{
	position:relative;
}
.content li .date {
	margin-right:40px;
	font-size:14px;
	color:#444444;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
}
.content li .name {
	margin-right:40px;
	color:#FF0000;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	overflow: hidden;
	margin-bottom:5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content li .con {
	color: #444444;
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content .more{
	width: 36px;
	height: 36px;
	position: absolute;
	text-indent:-9999px;
	background: url(../images/news_more.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	right:0px;
	top:0px;
}
/**************************************************************/
/**************************************************************/

@media (max-width: 1050px) {
.content {
	padding:0 10px;
}
}
@media (max-width: 1000px) {
.content .more{
	display:none;
}
.content li .date {
	width:100%;
	max-width: none;
	line-height: 20px;
}
.content li .name {
	width:100%;
	line-height: 18px;
	max-width: none;
	margin-bottom:5px;
	overflow: hidden;
}
.content li .con {
	line-height: 18px;
}
}
@media (max-width: 600px) {
.content li {
	width:50%;
}
#iproducts li {
	width:50%;
	margin-bottom:10px;
}
/**************************************************************/
/**************************************************************/
}

.content_in{
	margin:0 auto;
	padding-bottom:40px;
	margin-bottom:30px;
}
.content_in .name{
	color:#FF0000;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:#C3C3C3 1px solid;
}
.content_in .name:before{
	content:'';
	width:30px;
	height:4px;
	position:absolute;
	display:block;
	background:#777777;
	left:0px;
	bottom:0px;
}
.content_in .date{
	font-size:15px;
	color:#444444;
	line-height: 20px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
}
.content_in .photo{
	margin-bottom: 20px;
	position:relative;
	background:url(../images/news/bg.jpg) right top no-repeat;
}
.content_in .photo_b{
	max-width:515px;
	float:left;
	position:relative;
	text-align:center;
	margin-bottom:10px;
}
.content_in .photo_b img{
	max-width:100%;
	vertical-align:middle;
}




#photo_s {
	width:440px;
	position: absolute;
	padding: 0px 30px 0 30px;
	right:35px;
	top:350px;
}
#photo_s .owl-buttons {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	padding: 0 10px;
	margin-top: -12px;
	zoom: 1;
	clear: both;
}
#photo_s .owl-buttons:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#photo_s .owl-buttons div {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 3px;
}
#photo_s .owl-buttons .owl-prev {
	background: url(../images/news/prev.png) no-repeat;
	left: -25px;
	position: absolute;
}
#photo_s .owl-buttons .owl-next {
	background: url(../images/news/next.png) no-repeat;
	right: -25px;
	position: absolute;
}
#photo_s .owl-buttons .owl-prev:hover {
	background: url(../images/news/prev_.png) no-repeat;
}
#photo_s .owl-buttons .owl-next:hover {
	background: url(../images/news/next_.png) no-repeat;
}
.item {
	padding: 0 7px;
}
.item .pic {
	margin: 0px !important;
	position: relative;
	background:#000;
}
.item .pic img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	opacity:0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.item .pic:hover img {
	opacity:1;
}


.content_in .con{
	color:#666666;
	font-size:15px;
	line-height:22px;
	margin:0 auto;
}
.content_in .con img{
	max-width:100%;
	height:auto !important;
}
/**************************************************************/
/**************************************************************/

@media (max-width: 1050px) {
.content_in .photo{
	max-width:515px;
	margin-bottom: 20px;
	position:relative;
	padding-top:300px;
	background:url(../images/news/bg.jpg) right -100px no-repeat;
}
#photo_s {
	right:35px;
	top:200px;
}
}
@media (max-width: 520px) {
.content_in .photo{
	max-width:515px;
	margin-bottom: 20px;
	position:relative;
	padding-top:20px;
	background: none;
}
#photo_s {
	position: relative;
	right: auto;
	top: auto;
	margin:0 auto;
	margin-bottom:20px;
}
}
@media (max-width: 490px) {
#photo_s {
	width:auto;
}
}