.banner{
	height: 366px;
	width: 100%;
	background: #d7e4ed;
	position: relative;
}
.banner-img{
	height: 100%;
}
.intro-menu-wrap{
	top: 315px;
	position: absolute;
}
.fixed{
	position: fixed;
	top: 80px;
	transition: ease 1s;
}
.intro-menu-box{
	width: 132px;
	background: rgba(31,31,156,0.8);
	box-shadow:15px -15px rgba(66,85,229,0.2);
	box-sizing: border-box;
	padding: 0 26px;
}
.intro-menu-box .intro-menu-title{
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	padding: 18px 0;
	margin-bottom: 5px;
}
.intro-menu-box .intro-menu-line{
	font-size: 14px;
	color: #BCBCFF;
	line-height: 48px;
	width: 100%;
}
.intro-menu-box .a{
	display: inline-block;
	width: 100%;
}
.triangle-left {
	margin-left: 10px;
	display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right:8px solid white;
    border-bottom: 5px solid transparent;
}
.intro-title{
	font-size: 32px;
	color: #010101;
	line-height: 25px;
	position: relative;
	padding: 90px 0;
}
.intro-title::after{
	position: absolute;
	content: '';
	bottom: 86px;
	height: 18px;
	left: 0;
	right: 0;
	background: #7792EA;
	opacity: 0.3;
}
.intro-desc{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.container860{
	width: 860px;
}
.intro-list{
	margin-top: 70px;
}
.intro-list .intro-item .img-wrap{
	width: 109px;
	height: 109px;
	background: #F5F6FF;
	border: 1px solid #4255E5;
	border-radius: 50%;
	margin-bottom: 20px;
}
.intro-list .intro-item .img-wrap img{
	width: 44px;
}
.intro-list .intro-item .tit{
	font-size: 18px;
	color: #0E0E0E;
	line-height: 30px;
}
.intro-list .intro-item .desc{
	color: #999;
	line-height: 30px;
}
.office-env{
	height: 420px;
}
.office-env img{
	height: 100%;
}
.intro-box{
	padding-bottom: 80px;
}
.contact-box #map_container{
	width:500px;
	height: 500px;
	margin-left: 50px;
}
.contact-box .contact-info{
	width: 290px;
}
.contact-box .contact-tit{
	font-size: 24px;
	font-weight: bold;
	color: #1E1E1E;
	line-height: 25px;
	padding-bottom: 14px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 20px;
}
.contact-box .contact-address{
	line-height: 20px;
}
.contact-box .contact-tit .tip{
	font-size: 14px;
	margin-left: 24px;
	color: #999;
	font-weight: normal;
}
.contact-box .contact-desc{
	margin-bottom: 26px;
}
.contact-box .contact-desc img{
	width: 15px;
	margin-right: 16px;
}
.contact-box {
	padding-bottom: 100px;
}
.idea-list{
	margin-top: 40px;
}
.idea-list .idea-item{
	padding: 30px 50px;
	height: 360px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 6px 17px 0px rgba(13, 60, 76, 0.1);
	border-radius: 15px;
	margin-right: 50px;
}
.idea-list .idea-item:last-child{
	margin-right: 0;
}
.idea-list .idea-item .img-wrap{
	width: 110px;
	height: 110px;
	background: #4255E5;
	border-radius: 50%;
	margin-bottom: 30px;
}
.idea-list .idea-item .img-wrap img{
	width: 44px;
}
.idea-list .idea-item .tit{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
}
.idea-list .idea-item .desc{
	color: #777777;
	line-height: 30px;
	width: 184px;
}
.idea-box{
	padding-bottom: 100px;
}

.news-box{
	padding-bottom: 80px;
	padding-left: 50px;
}
.news-box .news-list .news-item{
	border-bottom: 1px solid #EAEAEA;
	padding: 46px 0;
	cursor: pointer;
}
.news-box .news-list .img-wrap{
	width: 120px;
	height: 120px;
	margin-right: 26px;
	overflow: hidden;
}
.news-box .news-list .img-wrap img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.6s;
}
.news-box .news-list .news-info{
	flex: 1;
}
.news-box .news-list .img-wrap img:hover{
	transform: scale(1.1);
	transition: all 0.6s;
}
.news-box .news-list .news-title{
	margin-bottom: 10px;
}
.news-box .news-list .news-tit{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
}
.news-box .news-list .news-item:hover .news-tit{
	color: #1F1F9C;
}
.news-box .news-list .time{
	font-size: 14px;
	color: #CCCCCC;
	line-height: 22px;
}
.news-box .news-list .news-desc{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-box .news-list .news-btn{
	width: 80px;
	height: 30px;
	color: white;
	background: #ccc;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.news-box .news-list .news-btn:hover{
	background: #4255E5;
	color: white;
	transition: ease 0.6s;
}
.news-box .type-item{
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	position: relative;
	cursor: pointer;
	padding-bottom: 8px;
}
.news-box .type-item::after{
	position: absolute;
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
}
.news-box .type-item.active{
	color: #4255E5;
}
.news-box .type-item.active::after{
	background: #4255E5;
}
.news-box .type-item1{
	margin-right: 30px;
}
.news-box .page-btn-wrap{
	padding-top: 50px;
	width: 100%;
}
.news-box .page-btn{
	margin-left: 30px;
	cursor: pointer;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #eaeaea;
}
.news-box .page-btn.active{
	background: #1F1F9C;
	color: white;
}
.news-intro-title{
	position: relative;
	width: 100%;
}
.news-intro-title .type-list{
	position: absolute;
	right: 0;
}
.detail-time{
	font-size: 18px;
	color: #999999;
	line-height: 25px;
}
.news-detail-box img{
	width: 100%;
	margin: 40px 0;
}
.news-detail-box{
	font-size: 14px;
	color: #444444;
	line-height: 50px;
}
.news-detail-box .title-line{
	padding: 60px 0;
	position: relative;
	width: 100%;
}
.news-detail-box .back{
	position: absolute;
	left: 180px;
	top: 50px;
	color: #007AFF!important;
}
.news-detail-box .title-line .type-list{
	position: absolute;
	right: 0;
}
.news-detail-box .detail-title{
	font-size: 32px;
	color: #0E0E0E;
	line-height: 25px;
	margin-bottom: 16px;
}
.news-detail-box .news-detail-text{
	padding-left: 180px;
}