p:before {
	content: "";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 1px 45px;
	background: url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}

span:before {
	content: "";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 1px 45px;
	background: url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}

h3:before {
	content: "";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 1px 45px;
	background: url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}

a:before {
	content: "";
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 1px 45px;
	background: url(/newimg88/2014/09/ellipsis_bg.png) repeat-y;
}

.index-al {
	width: 100%;
	padding: 40px 0;
}

.ial-left {
	width: 300px;
	box-sizing: border-box;
	padding-right: 25px;
	float: left;
}

.ial-left>div {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #dedede;
}

.ial-left>div>h3 {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #4c556f;
	box-sizing: border-box;
	padding: 0 30px;
}

.ial-left>div>div {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0px 30px;
	line-height: 50px;
	background: url('../images/next.png') no-repeat;
	background-position: 10px center;
	background-size: 16px 16px;
}

.ial-left>div>div>a {
	font-size: 14px;
	color: #666;
}

.icp-cont {
	width: 900px;
	float: left;
}

.icp-cont>li {
	width: 30%;
	margin: 0 1.5% 3%;
	float: left;
	box-shadow: 1px 2px 3px 4px #eee;
	position: relative;
	top: 0;
	transition: 1s all;
}

.icp-cont>li:hover {
	top: -10px;
}

.icp-cont>li>a {
	display: block;
}

.icp-cont>li>a>img {
	width: 100%;
	height: 260px;
	object-fit: none;
}

.icp-cont>li>a>div {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 20px 15px;
}

.icp-cont>li>a>div>span {
	display: block;
	font-size: 16px;
	color: #474747;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.4em;
	height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.icp-cont>li>a>div>p {
	font-size: 14px;
	color: #999;
	padding-top: 15px;
	border-top: 1px solid #eee;
	position: relative;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-you {
	width: 100%;
	padding: 40px 0;
	background: url('../images/iybg2.jpg') no-repeat;
}

.iy-title {
	width: 100%;
	height: 80px;
	background: url('../images/iybgt.png') no-repeat center;
}

.iy-title>h3 {
	width: 180px;
	height: 100%;
	font-size: 36px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	margin: auto;
}

.iy-cont {
	width: 100%;
}

.iy-cont>li {
	width: 40%;
	height: 170px;
	float: left;
	margin: 0 5% 2%;
	padding: 15px;
	box-sizing: border-box;
}

.iyc-img {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	float: left;
}

.iyc-img>img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: 1s all;
}

.iyc-img>img:hover {
	transform: rotate(720deg);
}

.iyc-text {
	display: block;
	width: 310px;
	padding: 10px;
	box-sizing: border-box;
	height: 140px;
	float: left;
}

.iyc-text>span {
	display: block;
	font-size: 22px;
	color: #fff;
	position: relative;
	line-height: 1.4em;
	height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fc:hover {
	color: #f75259;
}

.iyc-text>p {
	font-size: 18px;
	color: #a5b1d9;
	position: relative;
	line-height: 2em;
	height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-about {
	width: 100%;
	padding: 40px 0 60px;
	/* background: url('../images/ifbg.jpg') no-repeat center top; */
}

.ia-1-left {
	width: 470px;
	height: 353px;
	float: left;
	margin: 35px 0 0 48px;
	overflow: hidden;
}

.ia-1-left>img {
	width: 100%;
	height: 100%;
	object-fit: none;
}

.guanyuwm {
	transition: all ease .3s
}

.guanyuwm:hover {
	transform: scale(1.2);
	transition: all ease .3s;
}

/* @keyframes myfirst
{
from {transform: scale(1);}
to {transform: scale(1.3);}
} */

.ia-1-right {
	width: 550px;
	float: left;
	position: relative;
	left: 86px;
}

.ia-1r-title {
	width: 100%;
	height: 70px;
	position: relative;
	/* background: url('../images/ia-1tbg.png') no-repeat left center; */
}

.ia-1r-title>h3 {
	font-size: 40px;
	height: 100%;
	line-height: 70px;
	font-size: 35px;
	color: #ff6160;
	box-sizing: border-box;
	/* padding-left: 16px; */
	font-weight: 500;
}

.ia-1r-title .line1 {
	width: 150px;
	border-bottom: 2px solid #ff6160;
}

.ia-1r-title .line2 {
	margin-top: 20px;
	border-bottom: 2px solid #ff6160;
}

.ia-1r-cont {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
	margin-top: 70px;
}

.ia-1r-cont>p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	position: relative;
	line-height: 2em;
	max-height: 10em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.ixq {
	display: block;
	width: 160px;
	height: 40px;
	color: #7a7a7a;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #7a7a7a;
	position: absolute;
	bottom: -74px;
	left: 13px;
}

.ia-2 {
	width: 100%;
	margin-top: 100px;
	position: relative;
}

.ia-2 .line1 {
	width: 230px;
	border-bottom: 2px solid #ff6160;
}

.ia-2 .line2 {
	width: 100%;
	margin-top: 20px;
	border-bottom: 2px solid #ff6160;
}

.ia-2 .anli_flex {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

.ia-2-title {
	width: 100%;
	/* background: url('../images/ia-1tbg.png') no-repeat left center; */
	height: 70px;
}

.ia-2t-left {
	float: left;
	height: 100%;
	line-height: 70px;
	/* padding-left: 10px; */
	font-size: 40px;
	color: #ff6160;
}

.ia-2t-right {
	float: right;
	font-size: 35px;
	color: #888;
	height: 100%;
	line-height: 70px;
}

.ia-2-cont {
	width: 100%;
	padding: 10px 0;
	margin-top: 80px;
	background: #fff;
}

.ia-2-cont>li {
	width: 31.1%;
	margin: 0 1% 2%;
	float: left;
	position: relative;
	border: 1px solid #eee;
}

.ia-2-cont>li>a {
	display: block;
}

.in2c-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.in2c-img>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: none;
	transition: 0.5s all;
}

.in2c-text {
	width: 100%;
	height: 160px;
	padding: 20px 20px 50px;
	box-sizing: border-box;
	transition: 0.5s all;
}

.ia-2-cont>li:hover .in2c-img>img {
	transform: scale(1.1)
}

.ia-2-cont>li:hover .in2c-text {
	background: #ff6160;
	padding: 20px 10px 50px 30px;
}

.ia-2-cont>li:hover .in2c-text>div>span {
	color: #fff;
}

.ia-2-cont>li:hover .in2c-text>div>p {
	color: #fff;
}

.ia-2-cont>li:hover .ia-2ct-m {
	width: 100px;
	border-radius: 15px;
}

.in2c-text>div {
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.in2c-text>div>span {
	display: block;
	height: 30px;
	color: #444;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}

.in2c-text>div>p {
	font-size: 14px;
	color: #999;
	position: relative;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ia-2ct-m {
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #444;
	position: absolute;
	bottom: 10px;
	right: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	transition: 0.5s all;
	background: #fff;
}

.index-news {
	width: 100%;
	padding: 20px 0;
}

.in-title {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	/* padding-left: 10px; */
	/* background: url('../images/ia-1tbg.png') no-repeat left center; */
}

.in-title>h3 {
	margin: 0;
	font-size: 40px;
	color: #ff6160;
	position: relative;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: 500;
}

.in-title .line1 {
	width: 280px;
	margin-top: 10px;
	border-bottom: 2px solid #ff6160;
}

.in-title .line2 {
	width: 100%;
	margin-top: 20px;
	border-bottom: 2px solid #ff6160;
}

.in-cont {
	width: 100%;
	padding: 10px 0;
}

.in-cont>li {
	width: 31.3%;
	margin: 0 1% 2%;
	float: left;
	box-sizing: border-box;
	padding: 10px 0;
}

.in-cont>li>a {
	display: block;
}

.in-cont>li:hover .itdc-text>span {
	margin-top: -15px;
}

.in-cont>li:hover .itdc-text>p {
	margin-top: 5px;
}

.in-cont>li:hover .itdc-g {
	width: 100%;
	margin-top: 45px;
}

.in-cont>li:hover .inc-time {
	padding: 0 20px;
}

.in-cont>li:hover .inc-time>p {
	opacity: 1;
}

.itdc-text {
	width: 100%;
}

.itdc-text>span {
	display: block;
	font-size: 16px;
	color: #444;
	position: relative;
	line-height: 1.4em;
	height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: 0.5s all;
}

.itdc-text>p {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	position: relative;
	line-height: 1.4em;
	height: 4.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: 0.5s all;
}

.itdc-g {
	width: 80px;
	height: 2px;
	background: #4a4a4a;
	margin: 30px 0 15px;
	transition: 0.5s all;
}

.inc-time {
	width: 100%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	transition: 0.5s all;
}

.inc-time>span {
	float: left;
	font-size: 14px;
	color: #888;
}

.inc-time>p {
	float: right;
	font-size: 14px;
	color: #888;
	transition: 0.5s all;
	opacity: 0;
}



.ns_cont8-box {
	position: relative;
	/* box-shadow: 10px 10px 5px #e0d0d0; */
}

.ns_cont8 {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #eee;
	/* display: flex; */
}

.cont8-left {
	width: 40%;
	height: 380px;
	overflow: hidden;
	display: inline-block;
}

.cont8-right {
	width: 58%;
	height: 380px;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
}

.cont8-right-header {
	font-size: 20px;
	margin-bottom: 10px;
}

.cont8-right-header:hover {
	color: #FF912F
}

.cont8-right-time {
	font-size: 16px;
	color: gray;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	border-bottom: 1px dashed #eee
}

.cont8-right p {
	font-size: 15px;
	color: #ccc;
	line-height: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.cont8-right-time {
	padding: 2px 0;
}

.cont8-right-time a {
	font-size: 15px;
	color: #aaa;
}

.cont8-right-time a:hover {
	color: #f75259
}

.now-swiper-slide img {
	width: 100%;
	height: 100%;
}

.now-swiper-container {
	width: 100%;
	height: 100%;
}

.mews_more{
	text-align: right;
	margin-top: 15px;
	position: absolute;
	    right: 0;
	    bottom: 0;
}

.mews_more a{
	color: #888;
	margin-right: 10px;
	transition: 1s all;
}

.mews_more a:hover{
	color: #f75259;
	margin-right: 0px;
}