.success-cases{
}
.success-cases h2{
	font-size: 36px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 20px;
}
.success-cases h4{
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 0 auto 20px;
	color: #999;
}

.success-cases .success-cases-list{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
}

.success-cases .success-cases-list .success-cases-item{
	margin: 0 10px;
}

.success-cases .success-cases-list .success-cases-item .item-img{
	
}

.success-cases .success-cases-list .success-cases-item .item-img img{
	width: 20vw;
}

.success-cases .success-cases-list .success-cases-item .item-title{
	padding: 30px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.success-cases .find-more{
	display: flex;
	justify-content: center;
	align-items: center;
}

.success-cases .find-more .more-title{
	color: #fff;
	background-color: #ff6637;
	opacity: .4;
	border-radius: 5px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.about-us{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.about-us img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.about-us .about-us-main{
	background-color: #fff;
	box-shadow: 0px 2px 5px #ccc;
	padding: 40px 0;
	width: 75vw;
	margin-top: 120px;
}
.about-us .about-us-main h2{
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}
.about-us .about-us-main h5{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #999;
}
.about-us .about-us-main p{
	margin: 20px 150px;
	text-align: left;
	font-size: 14px;
	line-height: 38px;
	color: #999;
}
.about-us .about-us-main .about-us-button{
	font-weight: 500;
	color: #ff6b00;
	border: 1px solid #ff6b00;
	width: 220px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 30px;
	margin: 0 auto;
}
.about-us .about-us-main a{
	text-decoration: none;
}

.partners{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.partners .partners-main{
	padding: 40px 0;
	width: 75vw;
	margin-top: 120px;
}
.partners .partners-main h2{
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}
.partners .partners-main h5{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #999;
}
.partners .partners-main .partners-list{
	display: flex;
	flex-wrap: wrap;
}
.partners .partners-main .partners-list .partners-item{
	flex-basis: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
}
.partners .partners-main .partners-list .partners-item img{
	width: 100%;
	max-width: 250px;
}

.service-advantages{
	width: 100%;
	background-color: #2c2d36;
	color: #fff;
	padding: 110px 0;
}
.service-advantages .advantages-title{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.service-advantages .advantages-tips{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.service-advantages .advantages-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	padding: 0 150px;
}
.service-advantages .advantages-list .advantages-item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.service-advantages .advantages-list .advantages-item img{
	width: 120px;
	height: 120px;
}
.service-advantages .advantages-list .advantages-item p{
	font-size: 22px;
}
.service-advantages .advantages-list .advantages-item .item-detail{
	font-size: 12px;
	width: 110px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-links{
	margin-top: 20px;
}

.news-links .news-main{
	padding: 40px 0;
}
.news-links .news-main h2{
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}
.news-links .news-main h5{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #999;
}
.news-links .news-list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 75vw;
	margin: 0 auto;
}

.news-links .news-item{
	flex-basis: 50%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 660px;
	margin-bottom: 30px;
	cursor: pointer;
}
.news-links .news-item .news-img{
	margin-right: 20px;
	width: 160px;
	height: 100px;
}
.news-links .news-item .news-img img{
	width: 160px;
	height: 100px;
}
.news-links .news-item .news-right{
	
}
.news-links .news-item .news-right .news-title{
	font-size: 18px;
	color: #000;
	cursor: pointer;
}
.news-links .news-item .news-right .news-title:hover{
	color: #ff6b00;
}
.news-links .news-item .news-right .news-description{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.8;
}
.news-links .news-item .news-right .news-bottom{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #999;
	font-size: 14px;
}
.news-links .news-item .news-right .news-bottom .news-date{
	margin-right: 10px;
}
.news-links .news-item .news-right .news-bottom .news-author{
	margin-right: 10px;
}
.news-links .news-more{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.news-links .news-more .news-more-button{
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
}
.news-links .news-more .news-more-button:hover{
	border: 1px solid #ff6b00;
	color: #fff;
	background-color: #ff6b00;
	margin: 0 auto;
}

.art-list{
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.art-list .art-item{
	width: 1280px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 15px 0;
}

.art-list .art-item .art-time{
	color: #999;
}

.art-list .art-item .art-time .art-date{
	width: 80px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 25px;
}

.art-list .art-item .art-time .art-year{
	width: 80px;
	text-align: center;
	font-size: 16px;
}

.art-list .art-item .art-img{
	width: 200px;
	height: 125px;
	margin: 0 20px;
}
.art-list .art-item .art-img img{
	width: 200px;
	height: 125px;
}

.art-list .art-item .art-main{
	width: 960px;
}

.art-list .art-item .art-main .art-title{
	font-size: 16px;
}

.art-list .art-item .art-main .art-content{
	width: 960px;
	overflow: hidden;
	text-align: left;
	color: #999;
	margin: 10px 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}
.art-list .art-item .art-main .art-content p{
	width: 960px;
	overflow: hidden;
	text-align: left;
	color: #999;
	margin: 10px 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.art-list .art-item .art-main .art-more{
	margin-top: 20px;
	width: 88px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #ff6b00;
	border: 1px solid #ff6b00;
	background-color: #fff;
}
.art-list .art-item .art-main .art-more:hover{
	background-color: #ff6b00;
	color: #fff;
	cursor: pointer;
}


.call-us{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.call-us img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.call-us .call-us-main{
	background-color: #fff;
	box-shadow: 0px 2px 5px #ccc;
	padding: 40px 0;
	width: 75vw;
	margin-top: 120px;
}

.call-us .call-us-main h2{
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}

.call-us .call-us-main h5{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: #999;
}

.call-us .call-us-main .form{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.call-us .call-us-main .form .form-item{
	border-bottom: 1px solid #999;
	width: 500px;
	padding: 10px 0;
	margin: 10px 0;
}

.call-us .call-us-main .form .form-item .form-control{
	outline: none;
	border: none;
	width: 100%;
}

.call-us .call-us-main .form .form-submit{

}

.call-us .call-us-main .form .form-submit #submit{
	border: none;
	background-color: #ff6637;
	color: #fff;
	border-radius: 5px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product-main{
	width: 1200px;
	margin: 30px auto;
}

.product-main .product-title{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 15px;
}

.product-main .product-detail{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #a3afb7;
	font-size: 16px;
	line-height: 20px;
}

.product-main .product-detail .product-time{

}

.product-main .product-detail .product-author{
	margin: 0 10px;
}

.product-main .product-detail .product-look{

}

.product-main .product-img{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-main .product-img img{
	width: 100%;
}

.product-main .product-content{

}

footer{
	background-color: #222428;
	font-size: 12px;
	color: #fff;
	padding: 0 200px;
}
footer a{
	color: #fff;
	text-decoration: none;
}

footer .footer-friend{
	text-align: center;
	/*width: 1300px;*/
	margin: 0 auto;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #fff;
}

footer .footer-top{
	margin: 40px auto 0;
	/*width: 1300px;*/
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .footer-top .top-left{
	width: 560px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .footer-top .top-left div{
	font-size: 18px;
}

footer .footer-top .top-right{
	width: 280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .footer-top .top-right .right-item{
	position: relative;
}

footer .footer-top .top-right .right-item img{
	width: 32px;
	height: 32px;
}

footer .footer-top .top-right .right-item .hidden-img{
	width: 100px;
	height: 100px;
	top: 32px;
	left: -34px;
	position: absolute;
	display: none;
}

footer .footer-top .top-right .right-join a{
	font-size: 16px;
}

footer .footer-top .top-right .right-more img{
	width: 50px;
	height: 50px;
}

footer .footer-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*width: 1300px;*/
	margin: 0 auto;
	font-size: 16px;
}

footer .footer-main .footer-tel p{
	text-align: left;
}

footer .footer-main .footer-tel p:nth-child(2){
	font-size: 28px;
}

footer .footer-main .footer-log img{
	width: 300px;
	height: 100px;
}

footer p{
	text-align: center;
	color: #fff;
}
footer .footer-main .footer-tel{
	color: #fff;
}