body{
	font-family: "Poppins", "Proxima Nova", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}


.index-banner{
	width:100%;
	height:732px;
	position:relative;
	overflow: hidden;
}
.index-banner .inner{
	left:0;
	top:-200px;
	position:absolute;
	z-index:0;
	width:100%;
}
.index-banner .outer{
	background:rgba(0, 0, 0, .5);
	left:0;
	top:0;
	position:absolute;
	width:100%;
	z-index:9;
	text-align:center;
	height:732px;
}
.index-banner .outer h3{
	font-size:36px;
	letter-spacing: 1px;
	color:#fff;
	padding:280px 0 0 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.index-banner .outer p{
	font-size:20px;
	color:#fff;
	padding:20px 0 0 0;
}
.index-banner .outer a.banner-btn{
	width:160px;
	margin:20px auto 0;
	height:42px;
	background:rgba(255,255,255,0.2);
	display:block;
	line-height:42px;
	text-align:center;
	border:2px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-radius:3px;
	transition:.3s all;
	font-size:16px;
	color:#fff;
	font-weight:700;
}

.index-banner .bg-wrapper{
	width:100%;
	height:100%;
	/* display:flex;
	align-items: center; */
	background: rgba(0,0,0,0.5);
}
.index-banner .bg-wrapper h3{
	padding-top:230px;
	font-size:44px;
	color: #fff;
	width:100%;
	display:block;
	text-align:center;
}
.index-banner .bg-wrapper p{
	width:100%;
	display:block;
	font-size:24px;
	color: #fff;
	width:100%;
	text-align:center;
}

.index-profile{
	/* background:url(../images/index-profile-bg.jpg) no-repeat top center; */
}
.index-profile .index-profile-wrapper{
	padding:100px 0;
	margin:0 auto;
	width:1120px;
}
.index-profile .profile-content{
	width:100%;
}
.index-profile .profile-content .prof-desc{
	width:640px;
	float:left;
}
.index-profile .profile-content .prof-desc .prof-desc-title{
	font-size:36px;
	color: #20171a;
	width:100%;
	display:block;
	font-weight:bold;
}
.index-profile .profile-content .prof-desc .prof-desc-subtitle{
	font-size:16px;
	color: #20171a;
	width:100%;
	line-height:1.5;
	display:block;
	margin-top:20px;
}
.index-profile .profile-content .prof-desc .prof-desc-content{
	font-size:16px;
	color: #20171a;
	margin-top:20px;
	width:100%;
	line-height:1.5;
	display:block;
}
.index-profile .profile-content .prof-desc .prof-tables{
	width:100%;
	display:block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:50px;
}
.index-profile .profile-content .prof-desc .prof-tables dl{
	width:25%;
	text-align:left;
}
.index-profile .profile-content .prof-desc .prof-tables dt{
	color:#20171a;
	font-size:24px;
	font-weight:700;
	color:#2e3187;
}
.index-profile .profile-content .prof-desc .prof-tables dd{
	color:#666;
	font-size:16px;
}
.index-profile .profile-content .prof-img{
	float:right;
	width:426px;
}
.index-profile .profile-content .prof-btn{
	margin-top:36px;
	width:148px;
	height:44px;
	line-height:44px;
	text-align:center;
}
.index-profile .profile-content .prof-btn a{
	color:#fff;
	font-size:16px;
	/* font-weight:700; */
	background:#2e3187;
	border-radius:3px;
	display:block;
	transition:.3s all;
}
.index-profile .profile-content .prof-btn .i.iconfont{
	padding-left:5px;
}
.index-profile .profile-content .prof-btn a:hover{
	background:#01508c
}


.index-profile .prof-advanced{
	width:1120px;
	height:280px;
	background:url(../images/index-value-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	border-radius:12px;
	
}
.index-profile .prof-advanced .prof-advanced-title{
	width:100%;
	display:block;
	text-align: center;
	padding:20px 0;
	text-align:center;
	font-size:24px;
	color: #202020;
	line-height:1.2;
	font-weight:700;
}
.index-profile .prof-advanced .prof-advanced-content{
	padding:20px 40px 40px;
	box-sizing: border-box;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.index-profile .prof-advanced .prof-advanced-content dl{
	width:240px;
	height:160px;
	
	border-radius: 16px;
	background:rgba(255,255,255,0.8);
}
.index-profile .prof-advanced .prof-advanced-content dt{
	width:54px;
	height:54px;
	border-radius: 27px;
	background:#2e3187;
	margin:20px auto 10px;
	box-shadow: 0 5px 5px 0 rgba(46,49,134,0.2);
}
.index-profile .prof-advanced .prof-advanced-content dt.iconfont{
	font-size:24px;
	color:rgba(255,255,255,0.8);
	line-height:54px;
	text-align:center;
	
}
.index-profile .prof-advanced .prof-advanced-content dl:nth-child(2n) dt{
	background:#deaa00;
	box-shadow: 0 5px 5px 0 rgba(222,170,0,0.2);
}
.index-profile .prof-advanced .prof-advanced-content dd{
	text-align:center;
}
.index-profile .prof-advanced .prof-advanced-content dd h4{
	font-size:18px;
	font-weight:700;
}
.index-profile .prof-advanced .prof-advanced-content dd p{
	font-size:14px;
	color:#333;
}




.index-product{
	padding:100px 0;
	background:url(../images/index-product-bg.jpg) no-repeat center center;
	background-size:cover;
}
.index-product .index-product-wrapper{
	margin:0 auto;
	width:1120px;
}
.index-product .index-product-title{
	width:100%;
}
.index-product .index-product-title h3{
	font-size:36px;
	color: #20171a;
	font-weight:700;
	line-height:1.2;
}
.index-product .index-product-title p{
	font-size:16px;
	color:#20171a;
	line-height:1.5;
	margin-top:20px;
}
.index-product .index-product-title .btn{
	width:200px;
	height:44px;
	line-height:44px;
	text-align:center;
	transform:.3s all;
	background:#2e3187;
	font-size:16px;
	display:block;
	color:#fff;
	border-radius: 3px;
	margin-top:30px;
}
.index-product .index-product-title .btn .iconfont{
	padding-right:5px;
}

.index-product .index-product-content{
	width:1120px;
	margin-top:26px;
}
.index-product .index-product-content dl{
	float:left;
	width:262px;
	height:180px;
	border-radius:5px;
	background:#fff;
	margin:24px 24px 0 0;
	transition:.3s all;
}
.index-product .index-product-content dl:hover{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
}
.index-product .index-product-content dl:nth-last-child(4n){
	margin-right:0;
}
.index-product .index-product-content dl dt{
	width:84px;
	height:84px;
	margin:15px auto 0;
	border-radius:50%;
	overflow:hidden;
}
.index-product .index-product-content dl dt img{
	width:96px;
	height:96px;
	display:block;
}
.index-product .index-product-content dl dd{
	padding:10px 20px 0;
}
.index-product .index-product-content dl dd h3{
	font-size:14px;
	color:#20171a;
	text-align:center;
	font-weight:700;
	line-height:1.2;
}
.index-product .index-product-content dl p{
	padding-top:10px;

}
.index-product .index-product-content dl p a{
	display:inline-block;
	color:#20171a;
	line-height:24px;
	padding:0 5px;
	transition:.3s all;
	background:#ddd;
}
.index-product .index-product-content dl p a:hover{
	background:#01508c;
	color:#fff;
}






.index-solution{
	height:1000px;
	background:url(../images/index-solution-bg.jpg) no-repeat center center;
	background-size:cover;
}
.index-solution .index-solution-wrapper{
	width:1120px;
	margin:0 auto;
	padding:100px 0;
}
.index-solution .index-solution-title h3{
	font-weight:700;
	font-size:36px;
	color:#fff;
	line-height:1.2;
}
.index-solution .index-solution-title p{
	font-size:18px;
	color:#fff;
	line-height:1.5;
	margin-top:20px;
}
.index-solution .index-solution-content{
	width:100%;
	display:block;
	margin-top:50px;
}
.index-solution .index-solution-content .item{
	float:left;
	margin-right:50px;
	width:340px;
	height:300px;
}
.index-solution .index-solution-content .item:nth-child(3n){
	margin-right:0;
}
.index-solution .index-solution-content .item .item-img{
	width:340px;
	height:238px;
	overflow:hidden;
}
.index-solution .index-solution-content .item .item-img img{
	width:340px;
	height:238px;
	transition:.3s all;
	display:block;
}
.index-solution .index-solution-content .item .item-img img:hover{
	transform:scale(1.1);
}
.index-solution .index-solution-content .item h4.title{
	font-size:18px;
	color:#fff;
	line-height:20px;
	padding-top:10px;
	height:40px;
	font-weight:700;
}

.index-evaluation{
	height:600px;
	background:url(../images/index-product-bg.jpg) no-repeat center center;
	background-size:cover;
}
.index-evaluation .evaluation-wrapper{
	width:1120px;
	margin:0 auto;
	padding:100px 0;
}
.index-evaluation .evaluation-wrapper .evaluation-title{
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	color:#20171a;
}
.index-evaluation .evaluation-content{
	margin-top:60px;
	width:1120px;
}
.index-evaluation .evaluation-content .evaluation-item{
	margin-right:35px;
	width:340px;
	height:280px;
	border-radius:3px;
	padding:20px 25px;
	box-sizing: border-box;
	background:#fff;
}

.index-evaluation .evaluation-content .evaluation-item:hover{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
}
.index-evaluation .evaluation-content .evaluation-item .desc{
	color:#aaa;
	line-height:24px;
	font-size:14px;
	height:72px;
}
.index-evaluation .evaluation-content .evaluation-item .stars{
	width:100%;
	padding:30px 0;
}

.index-evaluation .evaluation-content .evaluation-item .stars{
	width:100%;
	text-align: center;
	padding:30px 0;
}
.index-evaluation .evaluation-content .evaluation-item .stars .iconfont{
	font-size:18px;
	color:#ff7e00;
	margin-right:5px;
	display:inline-block;
}
.index-evaluation .evaluation-content .evaluation-item .user-info{
	width:210px;
	justify-content: center;
	display:flex;
	flex-wrap:wrap ;
	margin:0 auto;
}
.index-evaluation .evaluation-content .evaluation-item .user-info .tx{
	width:72px;
	height:72px;
	border-radius: 50%;
	overflow: hidden;
}
.index-evaluation .evaluation-content .evaluation-item .user-info .tx img{
	width:72px;
	height:72px;
	display:block;
}
.index-evaluation .evaluation-content .evaluation-item .user-info .name{
	font-size:14px;
	color:#888;
	padding-top:12px;
	margin-left:10px;
	line-height:1.4;
}
.index-evaluation .evaluation-content .evaluation-item .user-info .name strong{
	font-weight:700;
	color:#20171a;
}








.index-events{
	margin:100px auto;
	width:1120px;
}
.index-events .events-title{
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	color:#20171a;
}
.index-events .events-container{
	width:1120px;
	justify-content: space-between;
	display:flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.index-events .events-container .events-item{
	width:340px;
}
.index-events .events-container .events-item .events-img{
	width:340px;
	height:240px;
	overflow:hidden;
}
.index-events .events-container .events-item .events-img img{
	width:340px;
	height:240px;
	transition:.3s all;
	display:block;
}

.index-events .events-container .events-item .events-img img:hover{
	transform:scale(1.1);
}
.index-events .events-container .events-item .events-tit{
	font-size:18px;
	color:#20171a;
	padding-top:22px;
	line-height:24px;
	height:72px;
	font-weight:700;
}
.index-events .events-container .events-item .events-date{
	font-size:12px;
	color:#999;
	margin-top:10px;
}
.index-events .events-container .events-item .events-desc{
	font-size:14px;
	color:#20171a;
	line-height:1.2;
	margin-top:20px;
}




.index-quote{
	background:#f7f7f7;
}
.index-quote .index-quote-container{
	width:1120px;
	margin:0 auto;
	padding:100px 0;
}

.index-quote .index-quote-container .quote-wrapper{
	width: 100%;
}
.index-quote .index-quote-container .quote-wrapper .quote-content{
	width:500px;
	float:left;
	height:480px;
	background:#fff;
	padding:30px;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
	border-radius:15px;
}
.index-quote  .quote-content .quote-title{
	font-size:30px;
	font-weight:700;
}

.index-quote  .quote-content .quote-wrap{
	margin-top:30px;
}
.index-quote  .quote-content .quote-wrap .name-box{
	margin-bottom:20px;
}
.index-quote  .quote-content .quote-wrap .input1{
	width:100%;
	border:1px solid #ddd;
	padding:2px 5px;
	box-sizing: border-box;
	height:40px;
}
.index-quote  .quote-content .quote-wrap .phone-box{
	margin-bottom:20px;
	justify-content: space-between;
	display:flex;
	flex-wrap: wrap;
}
.index-quote  .quote-content .quote-wrap .phone-box .input2{
	width:47%;
	height:40px;
	border:1px solid #ddd;
	padding:2px 5px;
	box-sizing: border-box;
}
.index-quote  .quote-content .quote-wrap .desc-box{
	margin-bottom:20px;
}
.index-quote  .quote-content .quote-wrap .desc-box .description{
	width:100%;
	height:120px;
	border:1px solid #ddd;
	padding:2px 5px;
	box-sizing: border-box;
}
.index-quote  .quote-content .quote-wrap .submit{
	width:100%;
}
.index-quote  .quote-content .quote-wrap .submit .btn1{ 
	width:140px;
	height:48px;
	background:#3c3c3c;
	border-radius:4px;
	text-align: center;
	line-height:48px;
	color:#fff;
	font-size:18px;
}



.index-quote .index-quote-container .quote-wrapper .whychoose-content{
	width:560px;
	float:right;
}

.index-quote  .whychoose-content .title{
	font-size:36px;
	font-weight:700;
}
.index-quote  .whychoose-content .title span{
	color:#2e3187;
}
.index-quote  .whychoose-content dl{
	margin-top:30px;
}
.index-quote  .whychoose-content dt{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}
.index-quote  .whychoose-content dd{
	font-size:16px;
}

.index-quote .index-quote-container .colla-wrapper{
	width:100%;
	margin-top:80px;
}
.index-quote .index-quote-container .colla-container{
	width:100%;
}
.index-quote .index-quote-container .colla-container .pic-item{
	width:200px;
}
.index-quote .index-quote-container .colla-container .pic-item img{
	width:200px;
	height:auto;
	display:block;
}