body {
	background-color: #FFFFFF;
}


/**
 **
 *** the whole of home ***
 **
 **/

#act {
	border-radius: 8px;
	overflow: hidden;
}
.hot{
	position: absolute;
	top: 0;
	right: 15%;
	width: 40px;
	height: auto!important;
}
.more {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.c-blog {
	border-radius: 8px;
	overflow: hidden;
}

.home {
	width: 100%;
	display: block;
	/* padding-bottom: 280px; */
}

.phone-home {
	display: none;
	/* padding-bottom: 235px; */
}


/**
  *** the banner of home ***
  **/

.banner {
	max-width: 100%;
	margin: 0 auto;
	border-top: 1px solid #e9e9e9;
}


/***
 *** the ad of home ***
 **/

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.ad {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	margin-top: 80px;
	justify-content: space-around
}

.ad div {
	width: 46%;
	border-radius: 8px;
	margin-left: 8%;
}

.ad div:nth-of-type(1) {
	margin-left: 0;
}

.ad div:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1)
}

.ad .image {
	max-height: 450px;
	overflow: hidden;
}

.image1,
.image2 {
	cursor: pointer;
}


/**
  *** the news of home ***
  **/

.c-plate-news {
	margin-top: 80px;
	font-size: 16px;
	color: #333
}

.c-plate-news a {
	color: #333
}

.c-plate-news .row-1 {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
	/* align-items: center */
}

.c-plate-news .row-1 .item-news-tit {
	height: 30px;
	width: 50%;
}

.c-plate-news .row-2 {
	display: flex;
	justify-content: space-between;
}

.c-plate-news .row-2 .item {
	width: 31%;
	padding: 0;
	margin-left: 3.3%;
}

.c-plate-news .row-2 .item:nth-of-type(1) {
	margin-left: 0;
}

.c-plate-news .row-2 .item:hover {
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.c-plate-news .look-all {
	line-height: 48px;
	text-align: right;
	cursor: pointer;
	width: 50%;
}

.look-all a {
	color: #909090!important;
}

.news-desc {
	height: 100px;
}

.news-desc>a p {
	padding: 20px 10px 0;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-desc>p a {
	text-align: right;
	padding: 10px;
	color: #909090!important;
}


/**
  *** the activity of home ***
  **/

.content2 {
	width: 1200px;
	display: flex;
	justify-content: space-around;
	margin-top: 80px;
	margin-bottom: 100px;
}

.content2 .item {
	width: 47%;
	margin-left: 5%;
}

.content2 .item:nth-of-type(1) {
	margin-left: 0;
}

.content2 .item .item-tit {
	margin-bottom: 30px;
	height: 30px;
}

.content2 .item .play-item {
	position: relative;
}

.content2 .item .play-item .play-icon {
	cursor: pointer;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}


/**
  *** the four serve of home ***
  **/

.content3 {
	width: 100%;
	margin: auto;
}

.content3 .serve {
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
}

.content3 .serve .item {
	width: 280px;
	padding: 20px 0;
}

.content3 .serve .item-split {
	height: 70px;
	margin-top: 20px;
	margin-right: 2%;
	margin-left: 2%;
}

.content3 .serve .item img {
	width: 80%;
	float: left;
	margin-left: 10%;
}

@media screen and (max-width: 1279px) {
	.wrapper {
		width: 757px;
		margin: 0 auto;
	}
	.ad {
		width: 100%;
		display: flex;
		margin: 0 auto;
		margin-top: 50px;
		justify-content: space-around
	}
	.ad div {
		width: 46%;
		border-radius: 8px
	}
	.ad div:hover {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .2)
	}
	.image1,
	.image2 {
		cursor: pointer;
	}
	.c-plate-news {
		margin-top: 50px;
		font-size: 14px;
		color: #333
	}
	.c-plate-news a {
		color: #333
	}
	.c-plate-news .row-1 {
		margin-bottom: 20px;
	}
	.c-plate-news .row-1 .item-news-tit {
		height: auto;
	}
	.c-plate-news .row-1 .item-news-tit img {
		width: 100px;
		height: auto;
	}
	.c-plate-news .row-2 {
		display: flex;
		justify-content: space-around;
	}
	.c-plate-news .row-2 .item {
		width: 31%;
		padding: 0;
		margin-right: 3%;
	}
	.c-plate-news .row-2 .item:nth-last-of-type(1) {
		margin-right: 0;
	}
	.c-plate-news .row-2 .item:hover {
		border-radius: 6px;
		overflow: hidden;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .2)
	}
	.c-plate-news .look-all {
		line-height: 26px;
		text-align: right;
		cursor: pointer;
	}
	.news-desc>a p {
		padding: 10px 10px 5px;
	}
	.news-desc>p {
		text-align: right;
		padding: 0;
	}
	.content2 {
		width: 757px;
		display: flex;
		justify-content: space-around;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.content2 .item {
		width: 48%;
		margin-left: 4%;
	}
	.content2 .item:nth-of-type(1) {
		margin-left: 0;
	}
	.content2 .item .item-tit {
		margin-bottom: 20px;
		height: auto;
		width: 100px;
	}
	.content2 .item .item-tit img {
		width: 100%;
	}
	.content3 {
		width: 100%;
	}
	.content3 .serve {
		display: flex;
		justify-content: space-around;
		padding: 20px 0;
	}
	.content3 .serve .item {
		width: 50%;
	}
	.content3 .serve .item-split {
		height: 60px;
	}
}

@media screen and (max-width: 767px) {
	body {
		background-color: #F2F2F2;
	}
	.phone-home a {
		text-decoration: none;
	}
	.home {
		display: none;
	}
	.phone-home {
		width: 100%;
		background-color: #f2f2f2;
		display: block;
	}
	.phone-home .phone-home-banner {
		width: 100%;
	}
	.phone-home-icon {
		width: 100%;
		max-width: 520px;
		/* padding: 2%; */
		margin: 0 auto;
		margin-bottom: 4%;
		margin-top: 4%;
	}
	.phone-home-icon>ul {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background: #fff;
	}
	.phone-home-icon .nav-item {
		width: 33%;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-top: 20px;
		margin-top: 20px;
		/* margin-bottom: 1rem; */
	}
	.phone-home-icon .nav-item:nth-last-of-type(1),
	.phone-home-icon .nav-item:nth-last-of-type(2),
	.phone-home-icon .nav-item:nth-last-of-type(3) {
		margin-bottom: 30px;
	}
	.phone-home-icon .nav-item img {
		height: 36px;
	}
	.phone-home-icon .nav-item div {
		text-align: center;
		color: #656565;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.phone-home-icon2 {
		width: 33.3333%;
	}
	.phone-home-icon3 {
		width: 100%;
		/* margin: 0 auto; */
	}
	.phone-home-icon3 img {
		/* margin-bottom: 8%; */
	}
	.phone-home-mac {
		width: 100%;
		max-width: 520px;
		margin-bottom: 4%;
		margin-left: auto;
		margin-right: auto;
	}
	.content-tit-item {
		height: 5.5rem;
		line-height: 5.5rem;
		text-align: center;
		border-bottom: 1px solid #d9d9d9;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content-tit-item img {
		height: 2.5rem;
	}
	.phone-home-mac h3 {
		font-size: 20px;
		text-align: center;
		font-weight: normal;
		color: #a58030;
		margin: 30px 0 15px 0;
	}
	.phone-home-mac ul {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.phone-home-mac ul li {
		margin-bottom: 0;
		padding: 0 2.6667% 10px 2.6667%;
		border-bottom: 1px solid #d9d9d9;
		list-style: none;
	}
	.phone-home-buy {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 23.7333%;
		margin-right: 10.0667%;
		margin-bottom: 13.3333%;
	}
	.phone-home-image {
		width: 40%;
		/* 280/750 */
		margin-top: 1rem;
	}
	.phone-home-news {
		padding-bottom: 0;
	}
	.phone-news-ul>li:last-child {
		border: none;
	}
	.phone-home-article {
		width: 57.3333%;
		padding: 0;
		margin-top: 1rem;
		min-height: 90px;
	}
	.phone-home-article p:nth-of-type(2) {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.phone-home-article p:nth-of-type(1) {
		line-height: 20px;
	}
	.phone-home-article p {
		font-size: 13px;
		padding: 0;
		color: #333;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.phone-home-article p>a {
		text-decoration: none;
		color: #333;
	}
	.phone-home-article p>a:hove {
		text-decoration: none;
		color: #ffc000;
	}
	.phone-home-article p>a:focus {
		text-decoration: none;
		color: #ffc000;
	}
	.phone-home-t {
		width: 16%;
		margin: 2.6667%;
	}
	.phone-home-v {
		width: 36.2626%;
		margin: 4% 2.6667% 2.6667%;
	}
	.phone-home-w {
		width: 100%;
		/* height: 240px;*/
		border-top: 1px solid #d9d9d9;
		/* overflow-y: hidden;*/
	}
	.phone-home-w p {
		font-size: 12px;
		line-height: 20px;
		color: #333333;
	}
	.phone-home-w2 {
		width: 100%;
		margin: 0 0 2.6667% 0;
		padding: 0 0 2.6667% 0;
		border-bottom: 1px solid #d9d9d9;
	}
	.ad-phone-content {}
	.phone-home-ad .ad-item {
		text-decoration: none;
	}
	.phone-home-ad .ad-item .ad-item-box {
		justify-content: space-around;
		background: #FFFFFF;
		/* padding: 5% 8%; */
		color: #656565;
		margin-bottom: 4%;
	}
	.phone-home-ad .ad-item .ad-item-box .img-box {
		width: 100%;
	}
	.phone-home-ad .ad-item .ad-item-box .ad-item-rig {
		padding-top: 2rem;
		width: 34%;
	}
	.phone-home-ad .ad-item-rig .tit {
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 2rem;
	}
	.phone-home-ad .ad-item-rig .desc {
		line-height: 1.8rem;
	}
}

.play {
	position: absolute;
	top: 42%;
	left: 42%;
	width: 16%;
	z-index: 9;
}

.extend {
	position: fixed;
	right: 50px;
	bottom: 100px;
	cursor: pointer;
	z-index: 9999;
}

.extend-news {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 100px;
	z-index: 99999;
}

.extends-news-main {
	width: 28%;
	padding: 60px;
	position: relative;
}

.extends-news-main .img1{
	width: 100%;
	display: inline-block;
}

.extends-news-close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.phone-extend {
	width: 15px;
    position: fixed;
    left: 10px;
    bottom: 70px;
    cursor: pointer;
    z-index: 999;
}

.phone-extend img {
	width: 100%;
}

.phone-extend .extends_but {
	margin-top: 10px;
}

.phone-extend-news {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 100px;
	z-index: 99999;
}

.phone-extends-news-main {
	width: 85%;
	padding: 45px;
	position: relative;
}

.phone-extends-news-main .img1{
	width: 100%;
	display: inline-block;
}

.phone-extends-news-close {
	position: absolute;
	top: -10px;
	right: 0px;
	cursor: pointer;
}
@media only screen and (max-width:1100px ) {
	.extend{
		width:120px;
	}
	.extend img{
		width:100%;
	}
}
.close-extend{
	  position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 20px;
    border: 2px solid red;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 12px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}
