body {
	font-family: "微软雅黑" !important;
	width: 100%;
}

/* banner */
.banner {
	height: 664px;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.swiper-slide{
	width: 100%!important;
	height: 664px!important;
	overflow: hidden;
}
.banner .banner-img img {
	/* display: block; */
/* 	display: flex;
	justify-content: center; */
	/* width: 100%; */
	height: 664px;
	/* margin: 0 auto; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/* 公司服务 */
.main {
	height: 838px;
}

/* 公司服务标题 */
.main .main-tit {
	text-align: center;
	margin-top: 80px;
}

.main .main-tit h3,
.news .news-tit h3 {
	font-size: 24px;
	font-weight: bold;
	color: #0091e6;
	margin-bottom: 12px;
}

/* 公司服务内容 */
.main .main-hots {
	position: relative;
}

.main .main-hots {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.main .main-hots-each {
	width: 430px;
	height: 342px;
	position: relative;
	margin-top: 30px;
}

.main .main-hots-each .main-box {
	width: 100%;
	overflow: hidden;
}

.main .main-hots-each .main-box img {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}

.main .main-hots-each .main-box p {
	margin-top: 20px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.main .main-hots-each .main-box span {
	display: inline-block;
	margin: 10px 0 0 23px;
	font-size: 16px;
	color: #525b78;
}

/* 公司服务遮罩层 */
.main .main-hots-each:hover .main-hots-sd {
	opacity: 1;
}

.main .main-hots-each:hover .main-hots-sd-title h2 {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease;
}

.main .main-hots-each:hover .main-hots-sd-title p {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease;
}

.main .main-hots-each:hover .main-hots-sd-link {
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease;
}

.main .main-hots-each .main-hots-sd {
	height: 327px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	padding: 38px 32px 0;
	transition: all .6s ease;
}

.main-hots-sd-title h2,
.main-hots-sd-title p,
.main-hots-sd-link {
	transform: translateY(20px);
	transition: all .6s ease;
}

.main .main-hots-each .main-hots-sd-link {
	display: block;
	width: 80%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: linear-gradient(135deg, #059dff, #006dff);
	border-radius: 10px;
	position: absolute;
	top: 280px;
	color: #fff;
}

.main .main-hots-each .main-hots-sd-link span {
	line-height: normal;
}

.main .main-hots-each .main-hots-sd-link span:after {
	font-family: "iconfont";
	content: "\eb03";
	font-size: 22px;
	transition: all .4s ease;
	display: inline-block;
	transform: translateY(4px);
}

.main .main-hots-each .main-hots-sd-link:hover span:after {
	margin-left: 12px;
}

.main .main-hots-each .main-hots-sd h2 {
	font-size: 24px;
	color: #0091e6;
	font-weight: bold;
	margin-bottom: 24px;
}

.main .main-hots-each .main-hots-sd .main-hots-sd-title p {
	font-size: 14px;
	color: #444;
	line-height: 24px;
	text-align: justify;
	height: 96px;
/* 	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; */
}


/* 最新动态 */
.news {
	height: 660px;
	/* background: url(../img/news-bg.png) no-repeat center;
	background-size: cover; */
}

.news .news-tit {
	text-align: center;
	padding-top: 42px;
	padding-bottom: 20px;
}

.news .news-hots {
	width: 1370px;
	height: 424px;
	border: 1px solid #e3e4ea;
	background-color: #FFFFFF;
	padding: 15px;
}

.news .home-slider {
	width: 676px;
	height: 426px;
	background-color: #eee;
	overflow: hidden;
}

.news .home-slider .swiper-container {
	height: 100%;
}


#swiperwrapperNew img {
	width: 676px;
	height: 426px;
	vertical-align: middle;
}

.news .home-news {
	width: 670px;
	height: 426px;
	position: relative;
}

.news .home-news i {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 10px;
	background-color: #999;
	transform: translateY(-3px);
}

.news .home-news li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e4e4e4;
}

.news .home-news span {
	position: absolute;
	right: 0;
	color: #a1a5b3;
}

.news .home-news a:hover {
	color: #0091e6;
}

.news .news-hots a:hover p {
	color: #0091e6;
}

.news .news-hots-each {
	height: 360px;
	overflow: hidden;
}

.news .news-hots-each .news-img {
	width: 100%;
	height: 212px;
	overflow: hidden;
}

.news .news-hots-each img {
	width: 100%;
}

.news .news-hots-each p {
	width: 300px;
	margin: 20px 0 0 14px;
	color: #525b78;
}

.news .news-hots-each span {
	display: inline-block;
	margin: 36px 0 0 14px;
	color: #afb9cb;
}

.news .more {
	width: 138px;
	height: 52px;
	margin: 38px auto 0;

}

.news .more a {
	display: inline-block;
	width: 110px;
	height: 40px;
	border: 1px solid #0091e6;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #0091e6;
}

.news .more a:hover {
	background-color: #0091e6;
	color: #fff;
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
}



.swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	height: 37px;
	line-height: 37px;
	text-indent: 1em;
}

.news .swiper-pagination {
	text-align: right !important;
}

.swiper-pagination span:nth-last-child(1) {
	margin-right: 10px !important;
}

/* 合作客户 */
.cooperate {
	width: 1350px;
	/* width: 1400px; */
	height: 500px;
	margin: 0 auto;
}

.cooperateTitle {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #0091e6;
	margin-bottom: 12px;
	text-align: center;
}

.row1 img {
	width: 140px;
	height: 140px;
	margin-right: 90px;
	margin-top: 50px;
	transform: rotate(45deg);
	box-shadow: 0 5px 11px 0 hsla(0, 0%, 90.2%, .5);
}

.row1 {
	width: 100%;
	text-align: center;
	height: 500px;
	margin-top: 50px;
}

/* 底部 */



.icon-Frame1 {
	padding-right: 20px;
}

.footChild-mainName,
.footChild-mainName2 {
	padding-bottom: 15px;
}

.footChild-mainMobile,
.footChild-mainMobile2 {
	padding-left: 35px;
}

.footChild-mainAddress,
.footChild-mainAddress2 {
	padding-left: 35px;
	padding-top: 3px;
}

.newliItem {
	cursor: pointer;
}
.atext{
	display: inline-block;
	width: 570px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.swiper-container1 {
	width: 100%;
	height: 100%;
	/* background-color: #000000; */
}
