*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.header-title{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #5755cf;
	margin-top: -5px;
	font-size: 1.3em;
	padding: 15px 0;
}

.effect{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.effect .img-left{
	position: absolute;
	left: 0;
	top: 0;
}
.effect .img-right{
	position: absolute;
	right: 0;
	top: 10%;
}
.effect .effect-box{
	width: 940px;
	position: relative;
	z-index: 2;
	/*top: 0;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	margin: 0 auto;
	overflow: hidden;
}
.effect .effect-box-title{
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	color: #242424;
	text-align: center;
	padding: 50px 0 60px 0;
}
.effect .effect-left{
	width: 40%;
	float: left;
	text-align: center;
}
.effect .effect-right{
	width: 55%;
	float: right;
	margin-left: 5%;
}
.effect .effect-right dl{
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}
.effect .effect-right dl dt{
	float: left;
	margin-right: 20px;
}
.effect .effect-right dl dd{
	float: left;
}
.effect .effect-right dl dd .tl{
	font-family: DINAlternate-Bold;
	font-size: 30px;
	letter-spacing: 0px;
	color: #dedede;
	margin-bottom: 8px;
}
.effect .effect-right dl dd .tx{
	font-size: 25px;
	letter-spacing: 0px;
	color: #5752ca;
	font-weight: bold;
}

.effect-nav{
	width: 1100px;
	height: 160px;
	background-image: linear-gradient(-90deg, 
		#5757d3 0%, 
		#5a48b8 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
	border-radius: 10px;
	margin: 30px auto 0 auto;
	padding-top: 25px;
	position: relative;
	z-index: 2;
}
.effect-nav li{
	width: 120px;
	height: 40px;
	background-color: #9887d8;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	margin: 0 20px;
}
.effect-nav ul{
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 70px;
}
.security-content{
	background-color: #f3f2f7;
	overflow: hidden;
	margin-top: -80px;
}
.security{
	width: 90%;
	max-width: 1200px;
	margin: 160px auto 0 auto;
}
.security .title{
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #5950c5;
	width: 100%;
	text-align: center;
}
.security .down-img{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.security .text{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38.2px;
	letter-spacing: 0px;
	color: #000000;
}
.security-box{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.security-box .tl{
	font-size: 35px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #0d0d0e;
	margin-bottom: 50px;
}
.security-box dl{
	float: left;
	width: 22%;
	margin: 0 1.5%;
	background-color: #ffffff;
	box-shadow: 0px 0px 8.2px 1.8px 
		rgba(53, 53, 53, 0.15);
	border-radius: 4px 4px 0px 0px;
	border-top:11px solid #5950C5;
}
.security dl dt{
	margin-top: 10px;
}
.security dl dd{
	font-size: 18px;
	letter-spacing: 0px;
	color: #4a4ac4;
	font-weight: bold;
	padding: 15px 0;
}
.security-content .down-img{
	margin-top: 50px;
}

.introduce{
	width: 100%;
	background-image: url(../img/15.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 0;
    margin-top: -65px;
}
.introduce .content{
	width: 90%;
	max-width: 960px;
	margin: 50px auto 80px auto;
	overflow: hidden;
}
.introduce .content p{
	color: #FFFFFF;
	font-size: 35px;
	width: 100%;
	text-align: center;
}
.introduce .content .box{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.introduce .content .box div{
	float: left;
}
.introduce .content .box ul{
	float: right;
}
.introduce .content .box ul .border{
	width: 112px;
	height: 14px;
	background-color: #5d54dd;
	margin-bottom: 30px;
}
.introduce .content .box ul .tx{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44.2px;
	letter-spacing: 0px;
	color: #ffffff;
}
.introduce .bottom-img-box{
	width: 100%;
	text-align: center;
}
.introduce .content .bottom-img-box img{
	display: inline-block;
}
