.new{
	padding-top: 1px;
	height: 710px;
}
.new-item-box{
	width: 100%;
	max-width: 1326px;
	margin: 26px auto;
}
.new-item{
	width: 338px;
	height: 480px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px 
		#e4ebff;
	border-radius: 10px;

	/*background-image: url(../img/index/ballpen-blur-close-up-computer-461.png);*/
	background-image: linear-gradient(326deg, #00c6ff 0%, #0072ff 100%);

	background-repeat: no-repeat;
	background-position: center top;  
	background-size: 338px 164px;
	position: relative;

	/*设置动画过渡效果*/
	transition: all .2s linear 0s;
	/*transition: background-image .2s linear 0s;*/
}
.new-item:hover{
	/*设置动画过渡效果*/
	background-image: url(../img/index/ballpen-blur-close-up-computer-461.png);
	border: 0.5px solid #1f9eff ;
	box-shadow:none;
}

#new-item2{
	background-image: linear-gradient(326deg, #da22ff 0%, #9733ee 100%);
}
#new-item3{
	background-image: linear-gradient(326deg, #ff512f 0%, #f09819 100%);
}
#new-item2:hover{
	background-image: url(../img/resgiter/new-bg2.png);
}
#new-item3:hover{
	background-image: url(../img/resgiter/new-bg3.png);
}


.new-item-title{
	font-family: Microsoft YaHei;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	color: #fffdfd;
	display: block;
	width: 338px;
	height: 164px;
	line-height: 164px;
	text-align: center;
	background-color: rgba(69,78,101,0.5);
	/*border-radius: 20px;*/

	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


.new-word-box {
	width: 301px;
	height: 48px;
	margin: 10px auto 10px;
}
.new-word-left .yuandian{
	width: 11px;
	height: 11px;
	margin: 8px 10px 8px 0;
	float: left;
}
.new-word-box span{
	display: block;
}
.new-word-left span{
	float: left;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: bold;
	color: #0d2494;	
}
.new-word-right span{
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #090d5a;	
}
.new-word-left{
	width: 61px;
	height: 26px;
	margin-right: 42px;
	float: left;
}
.new-word-right{
	float: left;
	text-align: left;
	width: 198px;
	height: 48px;
}
.new-btn{
	width: 145px;
	height: 36px;
	background-image: linear-gradient(326deg, #0622ac 0%, #5672ff 100%);
	border-radius: 45px;	
	outline: none;
	border: 1px solid #FFFFFF;
	
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #ffffff;	
	
	display: block;
	margin: 20px auto 20px;
}

.banner-title-describe span{
	color: #2341d4;;
}
.seek{
	padding-top: 1px;
	height: 517px;
	background-color: #f2f6ff;
}
.seek-item-box{
	width: 520px;
	height: 90px;
	margin: 0 auto;
	margin-top: 17px;
}
.seek-item{
	float: left;
	margin: 0 15px;
}
.seek-item-img{
	width: 55px;
	height: 55px;
	margin: 0 auto 9px;
	border-radius: 30px;
	background-image: linear-gradient(0deg, 
		#fd9993 0%, 
		#e4655d 100%);
		position: relative;
}
.seek-item-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.seek-item-word{
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	color: #070a3c;
	margin-top: 10px;
}



.seek-input-bigbox{
	width: 1200px;
	height: 68px;
	margin: 19px auto 31px;
	border-radius: 68px;
	background-color: #FFFFFF;
}

.seek-input-smallbox{
	float: left;
	position: relative;
}

.seek-input{
	height: 68px;
	background-color: #ffffff;	
	outline: none;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	
	text-indent: 88px;
	font-size: 24px;
}
.left-input{
	width: 626px;
	border-radius: 45px 0 0 45px;
}
.right-input{
	width: 314px;
}
.seek-input-content{
	position: absolute;
	left: 20px;
	top: 10px;
}
.seek-input-img{
	width: 48px;
	height: 48px;
	position: relative;
	margin-right: 20px;
	float: left;
}
.seek-input-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.seek-input-word{
	height: 48px;
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
	color: #999999;	
	
	display: block;
	float: left;
}
.seek-btn{
	width: 260px;
	height: 68px;
	background-image: linear-gradient(326deg, #0622ac 0%, #5672ff 100%);
	box-shadow: 0px 3px 10px 0px 
		#e4ebff;
	border-radius: 45px;
	
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: normal;
	line-height: 66px;
	color: #ffffff;	
	
	outline: none;
	border: 1px solid;
}
.search-foot{
	width: 1078px;
	margin: 20px auto;
}
.search-foot-word{
	font: normal 20px "microsoft yahei";
	color: #070A3C;
}
.search-foot-word span{
	color: #2341d4;
}
.data-box{
	width: 100%;
	height: 74px;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}
.x1{
	width: 6px;
	height: 57px;
	background-color: #0d2494;
	border-radius: 8px;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.data-box-word-left,.data-box-word-right{
	position: absolute;
}
.data-box-word-left{
	left: 0;
}
.data-box-word-right{
	right: 0;
}
.data-box span{
	display: block;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: normal;
	color: #707070;
}


.res{
	height: 989px;
	padding-top: 1px;
}
.res-item-boxup{
	width: 100%;
	max-width: 1347px;
	height: 232px;
	margin: 30px auto;
}
.res-item-boxdown{
	width: 1250px;
	height: 246px;
	margin: 52px auto 40px;
}
.res-item{
	/*margin: 0 55.5px;*/
	height: 300px;
	padding:40px 50px;
	border: 1px solid #eee;
	border-radius: 10px;
}
.res-item:hover{
	box-shadow: 0px 3px 10px 0px
	#999;
}

.res-item span{
	display: block;
	text-align: center;
}

.res-item2{
	width: 225px;
	height: 246px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px 
		#e4ebff;
	border-radius: 20px;	
	float: left;
	margin: 0 12.5px;
	overflow: hidden;
}
.res-item-img{
	width: 120px;
	height: 120px;
	background-image: linear-gradient(326deg, 
		#3cbaff 0%, 
		#188dff 100%);
	border-radius: 126px;
	position: relative;
	margin: 0 auto;
}
.res-item-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.res-item-title{
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #070a3c;
	margin-top: 25px;
	margin-bottom: 8px;
}
.res-item-wordup,.res-item-worddown,.res-item-word{
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #070a3c;	
}
.res-item-word{
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.res-item2 img{
	width: 225px;
	height: 164px;
}
.res-boxdown-word{
	margin-top: 23px;
	margin-left: 18px;
}
.boxdown-number{
	display: inline-block;
	text-align: center;
	width: 29px;
	height: 29px;
	line-height: 29px;
	border-radius: 29px;
	background-color: #0D2494;
	
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 12px;
}
.boxdown-word{
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
	color: #070a3c;
}
.res-btn{
	display: block;
	margin: 0 auto;
	width: 257px;
	height: 46px;
	outline: none;
	border: 1px solid;
	background-image: linear-gradient(326deg, #0622ac 0%, #5672ff 100%);
	box-shadow: 0px 3px 10px 0px 
		#e4ebff;
	border-radius: 45px;
	
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	color: #ffffff;
}

.advantage{
	padding: 1px;	
	background-color: #393f4c;
}
.adv-item-box{
	width: 100%;
	max-width: 1296px;
	height: 350px;
	margin: 35px auto 91px;
}
.adv-item{
	width: 226px;
	height: 350px;
	background-color: #ffffff;
	border-radius: 10px;
}
.adv-item img{
	width: 226px;
	height: 164px;
	border-radius: 10px 10px 0 0;
}
.adv-item-word{
	display: block;
	width: 199px;
	height: 105px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #070a3c;	
	margin: 10px 14px;
}

.why,.dowhy{
	padding: 1px;
}
.why{
	height: 727px;
}
.why-title{
	display: block;
	margin-bottom: 40px;
	font-family: Microsoft YaHei;
	font-size: 30px;
	font-weight: bold; 
	line-height: 40px;
	letter-spacing: 0px;
	color: #070a3c;
}
.why-vs{
	font-family: Microsoft YaHei;
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	letter-spacing: 0px;
	color: #f7704e;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 0;
}
.why-item-bigbox{
	width: 100%;
	max-width: 1476px;
	margin: 40px auto 63px;
	position: relative;
}
.why-item-middlebox{
	margin: 0 20px;
	text-align: center;
	height: 480px;
}
.why-item-smallbox{
	width: 608px;
	height: 75px;
	border-radius: 38px;
	margin: 33px auto;
}
.why-item-smallbox span{
	display: block;
}
.why-item-left,.why-item-right,.why-item-leftdown,.why-item-rightdown{
	float: left;
}
.why-item-left,.why-item-leftdown{
	width: 147px;
	height: 75px;
	border-radius: 40px 0 0 40px;
	background-color: #979a9e;
	line-height: 75px;
	text-align: center;
	
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;	
}
.why-item-leftdown{
	background-color: #070a3c;
}


.why-item-right,.why-item-rightdown{
	width: 457px;
	height: 75px;
	border: solid 2px #979a9e;
	border-radius: 0 40px 40px 0;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 33px;
	box-sizing: border-box;

	display: table;
}
.why-item-rightdown{
	border-color: #070a3c;
}

.why-item-right span,.why-item-rightdown span{
	width: 367px;
	/*height: 57px;*/
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #979a9e;

	display: table-cell;
	vertical-align: middle;
}
.why-item-rightdown span{
	color: #070a3c;

}


.dowhy{
	background-color: #f2f6ff;
}
.dowhy-bigbox{
	margin: 39px auto 101px;
	width: 1195px;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 1px;
	padding-bottom: 50px;
}
.dowhy-bigbox-item {
	width: 948px;
	height: 50px;
	margin: 68px auto 14px;
	display: block;
}
.change1{
	float: left;
	margin: 0 25px;
	height: 44px;
	border-bottom: 6px solid #ffffff;
	cursor: pointer;
	
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #161e50;
	opacity: 0.59;
}

.change2{
	font-weight: 700;
	opacity: 1;	
	border-bottom-color: #f7704e;
}



.dowhy-inner{
	display: none;
	margin: 0 auto;
}
.dowhy-inner-title{
	display: block;
	height: 27px;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #161e50;	
	margin-bottom: 20px;
}
.dowhy-inner-bigbox{
	padding-left: 130px;
	
}

.dowhy-inner-img{
	margin-top: 47px;
	margin-right: 73px;
}
.dowhy-inner-img img{
	width: 209px;
	height: auto;
}

	
.dowhy-inner-smallbox{
	width: 689px;
	margin-bottom: 20px ;
}
.dowhy-inner-number{
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 34px;
	border: solid 2px #070a3c;	
	margin-right: 20px;
	float: left;
	
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #161e50;
}
.dowhy-inner-word{
	width: 631px;
	float: left;
}
.dowhy-inner-word span{
	display: block;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #070a3c;	

}
