body {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Microsoft YaHei, Hiragino Sans GB;
	width: 100%;
	min-height: 100%;
	background: #f8f8f8 !important;
}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
	outline: medium none;
	text-decoration: none;
	transition: all .3s;
}
input,
button,
img {
	outline: medium none;
	border: 0 none;
}
ul,
li {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}
i,
b {
	font-style: normal;
	font-weight: normal;
}
.row {
	padding: 0;
}
.row:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	content: " ";
}
/*focuss*/

.focusbg {
	position: relative;
	width: 100%;
	height: 400px;
}
.focuss {
	position: relative;
	margin: 0 auto;
	overflow: visible;
	width: 1200px;
	height: 400px;
	right: 0;
}
.focusimg {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focuss ul {
	position: absolute;
	height: 400px;
	overflow: hidden;
}
.focuss ul li {
	position: relative;
	float: left;
	width: 1200px;
	height: 400px;
}
.focuss ul li a {
	display: block;
}
.focuss ul li img {
	width: 1200px;
	height: 400px;
}
.focuss .prev,
.focuss .next {
	position: absolute;
	width: 30px;
	height: 50px;
	cursor: pointer;
	background: #FFF;
	transition: all 0.5s;
	z-index: 998;
}
.focuss .prev i,
.focuss .next i {
	display: block;
	width: 16px;
	height: 28px;
	opacity: 0.8;
}
.focuss .prev {
	left: -60px;
}
.focuss .next {
	right: -60px;
}
.focuss .prev i {
	background: url('../img/index_small.png') no-repeat -434px 0;
	margin: 12px 0 0 5px;
}
.focuss .next i {
	background: url('../img/index_small.png') no-repeat -408px 0;
	margin: 12px 0 0 7px;
}
.focuss .prev:hover i,
.focuss .next:hover i {
	opacity: 1;
}
.row {
	padding: 0;
}
.row:after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	content: " ";
}
.contentbg {
	margin: 50px 0;
	width: 100%;
}
.content {
	margin: 0 auto;
	width: 1200px;
	font-size: 17px;
}
.content .titl {
	height: 22px;
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	border-left: 4px solid #27BD8D;
    padding-left: 15px;
    line-height: 22px;
}
.content .row {
	width: 1200px;
	overflow: hidden;
	margin: 20px 0px 80px;
}
.content .row:after{
	clear: both;
}
.content div span {
	display: block;
	float: left;
}
.conspan {
	width: 950px;
	margin: 0 40px;
	width: 870px;
	padding: 16px 0;
}
.content .row  .item{
	position: relative;
	width: 25%;
	height: 300px;
	display: inline-block;
	float: left;
	padding:15px;
}
.content .row  .item:hover:before{
	opacity: 1;
}
.content .row  .item:before{
	content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    background: #FFFFFF;
    transition: all .3s ease;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.content .row  .item .cover{
	position: relative;
	overflow: hidden;
	width: 100%;
    height: 200px;
}
.content .row  .item .cover img{
	position: absolute;
    width: auto;
    height: 240px;
    min-width: 270px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.content .row  .item .info{
	position: relative;
    z-index: 2;
    padding: 10px 20px 20px 20px;
    height: 90px;
    overflow: hidden;
    background: #fff;
}
.content .row  .item .info h4{
	width: 100%;
    font-weight: normal;
    margin-bottom: 10px;
    color: #34495e;
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content .row  .item .info .msg {
    height: 21px;
    overflow: hidden;
}
.content .row  .item .info .msg .style {
    float: right;
}
.content .row  .item .info .msg span {
    margin-right: 10px;
    display: inline-block;
}
.content .row  .item .info .msg span em {
    font-size: 14px;
    color: #9aabb8;
    display: inline-block;
    line-height: 21px;
    vertical-align: middle;
}
.content .row  .item .info .msg .icon-eye{
	background: url('../img/index_small.png') no-repeat -684px 0;
    width: 14px;
    height: 11px;
    margin: 0 8px 0 8px;
    display: inline-block;   
}

.content .row  .item .info .msg .icon-comment{
	background: url('../img/index_small.png') no-repeat -655px 0;
    width: 11px;
    height: 11px;
    margin: 0 8px 0 8px;
    display: inline-block;
}
.content .row  .item .info .user a img {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.content .moreTit{
	text-align: right;
}
.content .moreTit span{
	background: #27BD8D;
	display: inline-block;
}
.content .moreTit .more{
	display: inline-block;
	vertical-align: middle;
    background: url('../img/index_small.png') no-repeat -380px 0;
    width: 16px;
    height: 28px;
    margin: 12px 17px;
    border: none
}
.conspan div p {
	height: 42px;
	overflow: hidden;
	padding: 10px 0;
}
.conspan div p .front {
	width: 580px;
	height: 42px;
}
.conspan div p a {
	font-size: 16px;
}
.conspan div .front:hover a:nth-child(1) {
	border: 2px solid #27BD8D;
}
.conspan div .front:hover a:nth-child(2) {
	color: #27BD8D;
}
.conspan div p:hover .child4 .left {
	background: #F9F9F9;
}
.conspan div p:hover .child4 .right {
	background: #F9F9F9;
}
.conspan .child4 i {
	height: 23px;
	width: 75px;
	border: 1px solid #DDD;
	float: left;
	display: inline-block;
}
.conspan .child4 i b {
	margin: 0 8px 0 8px;
}
.conspan .child4 i u {
	color: #C5C5C5;
	font-size: 16px;
	position: relative;
	top:-1px;
	font-family: 'Calibri';
}
.conspan .child4 .left {
	border-radius: 15px 0 0 15px;
	border-right: none;
	transition: all 0.5s;
}
.conspan .child4 .left b {
	background: url('../img/index_small.png') no-repeat -684px 0;
	width: 14px;
	height: 11px;
	display: inline-block;
}
.conspan .child4 .left u {
	text-decoration: none;
}
.conspan .child4 .right {
	border-radius: 0 15px 15px 0;
	transition: all 0.5s;
}
.conspan .child4 .right b {
	background: url('../img/index_small.png') no-repeat -655px 0;
	width: 11px;
	height: 11px;
	display: inline-block;
}
.conspan .child4 .right u {
	text-decoration: none;
}
.conspan div p .front a:nth-child(1) {
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #FFF;
	float: left;
	transition: all 0.5s;
}
.conspan div p .front a:nth-child(2) {
	display: block;
	height: 43px;
	overflow: hidden;
	line-height: 43px;
	float: left;
	max-width: 450px;
	margin: 0 0 0 25px;
	color: #333;
	transition: all 0.5s;
	font-size: 17px;
}
.conspan div p .front a:nth-child(3) {
	display: block;
	float: left;
	margin: 13px 0 0 10px;
}
.conspan div p .child4 {
	display: block;
	float: left;
	height: 43px;
	margin: 0 10px 0 20px;
	padding-top: 10px;
}
.conspan div p .child5 {
	display: block;
	float: left;
	height: 23px;
	width: 100px;
	border: 1px solid #DDD;
	border-radius: 15px;
	margin-top: 10px;
	color: #C5C5C5;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	font-family: 'Calibri';
}
.conspan div a img {
	width: 42px;
	height: 42px;
}
.conspan i {} .pic {
	display: inline-block;
	background: url('../img/index_small.png') no-repeat -522px 0;
	width: 18px;
	height: 18px;
}
.hot {
	display: inline-block;
	background: url('../img/index_small.png') no-repeat -549px 0;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}
.good {
	display: inline-block;
	background: url('../img/index_small.png') no-repeat -577px -1px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.recommend {
	display: inline-block;
	background: url('../img/index_small.png') no-repeat -610px 0;
	width: 34px;
	height: 18px;
}
.rightspan {
	width: 50px;
}
.rightspan a {
	display: block;
}
.rightspan:hover i {
	opacity: 0.6;
}
.rightspan a i {
	display: block;
	background: url('../img/index_small.png') no-repeat -380px 0;
	width: 16px;
	height: 28px;
	margin: 126px 16px;
}
/*print*/

.content .print {
	border: 1px solid #ff7362;
}
.print .imgspan {
	background: #ff7362;
}
.print .rightspan {
	background: #ff7362;
}
.print .imgspan img {
	position: relative;
	z-index: 5;
}
.print .imgspan u {
	display: block;
	opacity: 0;
	background: url('../img/index_small.png') no-repeat -714px 0;
	width: 146px;
	height: 14px;
	position: absolute;
	left: -8px;
	bottom: -5px;
	transition: all 0.5s;
}
.print .imgspan a:hover u {
	opacity: 1;
}
/*robot*/

.content .robot {
	border: 1px solid #8cdef5;
}
.robot .imgspan {
	background: #8cdef5;
}
.robot .rightspan {
	background: #8cdef5;
}
.robot .imgspan u {
	display: block;
	opacity: 0;
	background: url('../img/index_small.png') no-repeat -872px 0;
	width: 80px;
	height: 14px;
	position: absolute;
	left: 23px;
	bottom: -18px;
	transition: all 0.5s;
}
.robot .imgspan a:hover u {
	opacity: 1;
}
/*other*/

.content .other {
	border: 1px solid #c9b6f6;
}
.other .imgspan {
	background: #c9b6f6;
}
.other .rightspan {
	background: #c9b6f6;
}
.other .imgspan img {
	position: relative;
	z-index: 5;
}
/*more*/

.content .more {
	border: 1px solid #27BD8D;
	height: 50px;
}
.more span:nth-child(1) {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	background: #27BD8D;
}
.more .morespan2 {
	width: 948px;
	height: 50px;
}
.more .morespan2 div {
	margin: 0 0 0 40px;
	line-height: 50px;
}
.more .morespan2 div i {
	color: #27BD8D;
}
.more .morespan3 {
	width: 50px;
	height: 50px;
	background: #27BD8D;
}
.morespan3:hover i {
	opacity: 0.6;
}
.morespan3 a {
	display: block;
}
.morespan3 a i {
	display: block;
	background: url('../img/index_small.png') no-repeat -380px 0;
	width: 16px;
	height: 28px;
	margin: 12px 17px;
}
/*foot*/

.footer {
	width: 100%;
	margin-top: 70px;
	position: relative;
	background: #383c41;
}
.foot {
	width: 1200px;
	margin: 0 auto;
	height: 150px;
}
.other .rightspan {
	background: #c9b6f6;
}
.other .imgspan u {
	display: block;
	opacity: 0;
	background: url('../img/index_small.png') no-repeat -715px -35px;
	width: 103px;
	height: 18px;
	position: absolute;
	left: 17px;
	bottom: -8px;
	transition: all 0.5s;
}
.other .imgspan a:hover u {
	opacity: 1;
}
.focusbg .admin_focus {
	position: absolute;
	z-index: 999;
	border: 1px solid #27bd8d;
	width: 120px;
	height: 40px;
	bottom: -60px;
	right: 0px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
    line-height: 36px;
    background: #27bd8d;
    color: #fff;
    border-radius: 50em;
}
.focusbg .admin_focus:hover {
	color: #FFFFFF;
	background: #27bd8d;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}