@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,td,em {
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:12px;
	font-family: 'Source Han Sans CN';
}
html,body {
	height:100%;
}
img,input,button,a,select,textarea {
	margin:0;
	padding:0;
	resize:none;
	border:none;
	outline:none;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p,em,i,b,em {
	font-size:100%;
	word-wrap:break-word;
	font-weight:normal;
	font-style:normal;
}
a:active, a:focus {
	outline:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding:0;
	border:0;
}
*html {
	/*background-image:url(about:blank);*/
	background-attachment:fixed;
}
/* 修正IE6振动bug*/
/* slide*/
.slide-main {
	height:940px;
	position:relative;
}
.prev,.next {
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	z-index:222;
	top:50%;
	overflow:hidden;
	cursor:pointer;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	/*_border:1px solid none;*/
}
.prev {
	left:70px;
}
.next {
	right:70px;
}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.item {
	display:block;
	width:100%;
	height:5px;
	position:absolute;
	z-index:70;
	bottom:50px;
	left:0;
	text-align:center;
}
.item a {
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:10px;
	margin-right:10px;
	background: rgba(99,102,111,0.35);
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=30);
	overflow:hidden;
}
.item a.cur {
	background:#e7141a;
}
.slide-box,.slide {
	display:block;
	width:100%;
	height:940px;
	overflow:hidden;
}
.slide-box {
	position:relative;
}
.slide {
	display:none;
	height:940px;
	padding-top:89px;
	background:#fff;
	position:relative;
	position:absolute;
	z-index:8;
}
#bgstylea {
	background: #5d5aff;
	background-image: linear-gradient(135deg, rgb(101, 253, 240) 10%, rgb(29, 111, 163) 100%);
}
#bgstyleb {
	background:#fff;
	/*background-image: linear-gradient(135deg, rgb(255, 255, 255) 10%, rgb(216, 230, 239) 100%);*/
}
#bgstylec {
	/*background:#000;
	    background-image: linear-gradient(135deg, rgb(252, 207, 49) 10%, rgb(245, 85, 85) 100%);*/
	background: url(../img/Banner/bg.jpg) no-repeat 0 0;
}
#bgstyled{
	background-color: #e6eef3;
	/*background-image: linear-gradient(90deg, rgb(255, 255, 255) 10%, rgb(218, 218, 218) 100%);*/
}
.slide a {
	/*display:block;*/
	/*width:100%;*/
	/*height:940px;*/
	/*cursor:pointer;*/
}
a.liaojieMore{
	display: block;
	margin-left: 154px;
	color: #fff;
	background-color: #3d96ff;

	border-radius: 50px;
	padding: 13px 20px;
	width: 120px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	font-size: 15px;
}
.liaojieMore:hover{
	background: #0075ff;
	transition: ease all 0.5s;
}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g,.obj-h,
.obj-7-1,.obj-7-2 ,
.obj-8-1,.obj-8-2{
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-a,.obj-b {
	text-align:center;
}
.obj-a {
	display:block;
	height:352px;
	top:250px;
	left: 300px;
}
.obj-b {
	top:350px;
	height:100px;
	right: 260px;
}
.obj-c {
	display:block;
	height:582px;
	top:250px;
	margin-left:-540px;
}
.obj-d {
	top:300px;
	height:164px;
	right: 200px
}
.obj-d p {
	display:block;
	padding-top:20px;
	font-size:16px;
	color:#fff;
	clear:both;
}
.obj-e {
	width:366px;
	height:170px;
	margin-left:-344px;
	top:300px;
	z-index:12;
}
.obj-f {
	width: 692px;
	height: 384px;
	top: 256px;
	margin-left: -27%;
}
.obj-g {
	width:366px;
	height:170px;
	margin-left:-600px;
	top:270px;
	z-index:12;
}
.obj-h {
	width:692px;
	height:394px;
	top:250px;
	margin-left:-100px;
}

.banAnimate .obj-a {
	display:block;
	animation-name:baoAni;
	-webkit-animation:baoAni 0.4s linear 0s normal none;
	-moz-animation:baoAni 0.4s linear 0s normal none;
	animation:baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
	from {
		opacity:0;
		left:60%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
@-moz-keyframes baoAni {
	from {
		opacity:0;
		left:60%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
@keyframes baoAni {
	from {
		opacity:0;
		left:60%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
.banAnimate .obj-b {
	display:block;
	animation-name:saAni;
	-webkit-animation:saAni 0.4s linear 0s normal none;
	-moz-animation:saAni 0.4s linear 0s normal none;
	animation:saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
	from {
		opacity:0;
		-webkit-transform:scale(0,0);
	}
	to {
		opacity:1;
		-webkit-transform:scale(1,1);
	}
}
@-moz-keyframes saAni {
	from {
		opacity:0;
		-moz-transform:scale(0,0);
	}
	to {
		opacity:1;
		-moz-transform:scale(1,1);
	}
}
@keyframes saAni {
	from {
		opacity:0;
		transform:scale(0,0);
	}
	to {
		opacity:1;
		transform:scale(1,1);
	}
}
.watch-code.code-show {
	display:block;
	animation-name:scode;
	-webkit-animation:scode 0.3s linear 0s normal none;
	-moz-animation:scode 0.3s linear 0s normal none;
	animation:scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
	from {
		opacity:0;
		-webkit-transform:scale(1,0);
		transform-origin:left bottom;
	}
	to {
		opacity:1;
		-webkit-transform:scale(1,1);
		transform-origin: left bottom;
	}
}
@-moz-keyframes scode {
	from {
		opacity:0;
		-moz-transform:scale(1,0);
		transform-origin:left bottom;
	}
	to {
		opacity:1;
		-moz-transform:scale(1,1);
		/*transform-origin:bottom bottom;*/
	}
}
@keyframes scode {
	from {
		opacity:0;
		transform:scale(1,0);
		transform-origin:left bottom;
	}
	to {
		opacity:1;
		transform:scale(1,1);
		transform-origin: left bottom;
	}
}
.banAnimate .obj-c,.banAnimate .obj-e {
	display:block;
	animation-name:saAnic;
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
	from {
		opacity:0;
		left:47%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
@-moz-keyframes saAnic {
	from {
		opacity:0;
		left:47%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
@keyframes saAnic {
	from {
		opacity:0;
		left:47%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
.banAnimate .obj-d,.banAnimate .obj-f {
	display:block;
	animation-name:saAnid;
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
	from {
		opacity:0;
		left:53%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
@-moz-keyframes saAnid {
	from {
		opacity:0;
		left:53%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
@keyframes saAnid {
	from {
		opacity:0;
		left:53%;
	}
	to {
		opacity:1;
		left:50%;
	}
}
#bgstyled2{
	background-color: #fff;
	background: url(../img/Banner/bg_3.png) no-repeat 0 0;
}
#bgstyled4{
	background-color: #fff;
	background: url(../img/Banner/bg_4.jpg) no-repeat 0 0;
}
#bgstyled5{
	background-color: #fff;
	background: url(../img/Banner/bg_5.jpg) no-repeat 0 0;
}
#bgstyled6{
	background-color: #fff;
	background: url(../img/Banner/bg_6.jpg) no-repeat 0 0;
}
#bgstyled7{
	background-color:#e9fff1;
	background: url(../img/Banner/banner_07_02_01_bg.jpg) no-repeat 0 0;
}
#bgstyled8{
	background-color:#fff;
	background: url(../img/Banner/bg_7.jpg) no-repeat 0 0;
}
#bgstyled9{
	 background-color:#fff;
	 background: url(../img/Banner/bg_8.jpg) no-repeat 0 0;
 }
#bgstyled10{
	background-color:#fff;
	background: url(../img/Banner/bg_9.jpg) no-repeat 0 0;
}

.obj-2-3{
	position: absolute;
	width:1100px;
	left: 50%;
	top: 740px;
	margin-left: -582px;
}
.obj-7-1{
	width:1100px;
	height:170px;
	margin-left:-600px;
	top:214px;
	z-index:12;
}
.obj-7-2{
	width: 560px;
	height: 394px;
	top: 456px;
	margin-left: 72px;
}
.obj-7-3{
	position: absolute;
	width:1100px;
	left: 50%;
	top: 730px;
	margin-left: -600px;
}
/* 8---智能审图 */
.obj-8-1{
	width: 770px;
	height: 170px;
	margin-left: -600px;
	top: 260px;
	z-index: 12;
}
.obj-8-2{
	width: 1048px;
	height: 394px;
	top: 300px;
	margin-left: -100px;
}
.obj-8-3{
	position: absolute;
	width:1200px;
	left: 50%;
	top: 585px;
	margin-left: -594px;
}
.obj-10-3{
	position: absolute;
	width:1100px;
	left: 50%;
	top: 680px;
	margin-left: -648px;
}
.tssdBtn{
	display: block;
	border-radius: 4px;
	background-color: rgb(255, 0, 0);
	box-shadow: 0px 6px 19.95px 1.05px rgba(217, 222, 237, 0.004);
	width: 189px;
	height: 66px;
	font-size: 30px;
	text-align: center;
	line-height: 62px;
	color: #fff;
	font-weight: 400;
	transition: ease all 0.5s;
}
.tssdBtn:hover{
	background-color: #ff2b2b;
}
.tsdpBtn{
	display: block;
	font-size: 30px;
	border-radius: 4px;
	background-color: rgb(246, 46, 142);
	box-shadow: 0px 6px 19.95px 1.05px rgba(217, 222, 237, 0.004);
	width: 222px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	z-index: 38;
	color: #fff;
	font-weight: 400;
	letter-spacing: 5px;
}
.tsdpBtn:hover{
	background-color: #ff007a;
}
.pseeBtn{
	display: block;
	border-radius: 25px;
	background-color: rgb(255, 19, 63);
	width: 201px;
	height: 51px;
	z-index: 75;
	text-align: center;
	line-height: 51px;
	letter-spacing: 10px;
	font-size: 20px;
	color: #fff;
}
.pseeBtn:hover{
	background-color: #ff0030;
}
.obj-m,.obj-n,.obj-n_b,.obj-o ,.obj-p,.obj-p_b,.obj-10-m,.obj-10-n {
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-m {
	width: 600px;
	height: 563px;
	margin-left: 50px;
	top: 320px;
	z-index: 12;
}
.obj-10-m{
	width: 766px;
	height: 504px;
	margin-left: -60px;
	top: 270px;
	z-index: 12;
}
.obj-m img,.obj-n img,.obj-o img,.obj-p img,.obj-10-m img,.obj-10-n img{
	width: 100%;
}
.obj-n {
	width:540px;
	height: 447px;
	margin-left: -586px;
	top: 285px;
	z-index: 12;
}
.obj-10-n{
	width: 502px;
	height: 399px;
	margin-left: -648px;
	top: 220px;
	z-index: 12;
}
.obj-n_b,.obj-p_b{
	width: 160px;
	height: 170px;
	margin-left: -580px;
	top: 530px;
	z-index: 12;
}
.obj-n_b a.liaojieMore{
	background-color: #ff133f;
	letter-spacing: 5px;
	padding: 15px 20px;
	width: 190px;
	font-size: 18px;
}
.obj-p a.liaojieMore{
	background-color: #40c171;
	letter-spacing: 5px;
	padding: 15px 20px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	letter-spacing: 4px;
}
.obj-n_b a.liaojieMore:hover{
	background-color: #40c171;
}
.obj-p a.liaojieMore:hover{
	background-color: #01bd48;
}
.obj-o {
	width: 983px;
	/* height: 563px; */
	margin-left: -492px;
	top: 280px;
	z-index: 12;
}
.obj-p {
	width:240px;
	height: 80px;
	margin-left: -120px;
	top: 510px;
	z-index: 12;
}
.obj-i,.obj-j {
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-i {
	width: 367px;
	height: 170px;
	margin-left: -650px;
	top: 217px;
	z-index: 12;
}
.obj-j {
	width:692px;
	height:394px;
	top:294px;
	margin-left:-100px;
}
.banAnimate .obj-i,.banAnimate .obj-g,.banAnimate .obj-n,.banAnimate .obj-n_b,.banAnimate .obj-p,.banAnimate .obj-p_b,
.banAnimate .obj-2-1,.banAnimate .obj-2-3,
.banAnimate .obj-7-1,.banAnimate .obj-7-3,
.banAnimate .obj-8-1,.banAnimate .obj-8-3,.banAnimate .obj-10-n{
	display:block;
	animation-name:saAnic;
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
.banAnimate .obj-j,.banAnimate .obj-h ,.banAnimate .obj-m,.banAnimate .obj-o,
.banAnimate .obj-7-2,
.banAnimate .obj-8-2,.banAnimate .obj-10-m{
	display:block;
	animation-name:saAnid;
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}
.obj-7-1 img, .obj-7-2 img,
.obj-8-1 img, .obj-8-2 img{
	width: 100%;
}
.pz_desc_btn1{
	color: #fff;
	border-radius: 25px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 6px;
	background-color: #f8cc1b;
	display: inline-block;
	line-height: 50px;
	width: 200px;
	text-align: center;
	transition: ease all 0.5s;
	cursor: pointer;
	border: 1px solid #000;
}
.pz_desc_btn1:hover{
	background-color: #e9a80c;
}

/*好易拆*/
#bgstyled11{
	background: url(../img/Banner/banner_11_1.jpg) no-repeat 0 0;
}
.obj-11-1{
	position: absolute;    
	width:1819px;
	height:978px;
	top:0px;
	right: 0;
	z-index:10;
}
.obj-11-2,.obj-11-3,.obj-11-4{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-11-2{
    width: 920px;
    height: 633px;
    margin-left: -600px;
    top: 180px;
}
.obj-11-3{
    width: 374px;
    height: 423px;
    margin-left: 240px;
    top: 360px;
}
.obj-11-4{
    top: 720px;
    margin-left: -100px;
}
.tsypcBtn{
	display: inline-block;
	width: 225px;
	height: 72px;
	border-radius: 36px;
	background-color: #3effff;
	font-size: 32px;
	color: #083eac;
	/* box-shadow: 3px 5px 9px #780cc3; */
	text-align: center;
	line-height: 72px;
	font-weight: 600;
	transition: ease all 0.5s;
}
.tsypcBtn:hover{
	background-color: #00ffff;
	box-shadow: 3px 5px 9px #54098a;
}
.banAnimate .obj-11-3,.banAnimate .obj-11-4{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-11-2{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}

/* 2022-10-20 校审直播 */
/* #bgstyled12{
	background: url(../img/Banner/banner_12_0.jpg) no-repeat 0 0;
}
.obj-12-1,.obj-12-2{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-12-1{
    width: 1059px;
    height: 709px;
    margin-left: -529px;
    top: 128px;
}
.obj-12-2{
    width: 296px;
    height: 99px;
    margin-left: 234px;
    top: 628px;
}
.banAnimate .obj-12-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-12-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
} */

/* 2022-10-25 校审直播 */
#bgstyled13{
	background: url(../img/Banner/banner_13_0.jpg) no-repeat 0 0;
}
.obj-13-1,.obj-13-2{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-13-1{
    width: 1059px;
    height: 656px;
    margin-left: -529px;
    top: 150px;
}
.obj-13-2{
    width: 332px;
    height: 110px;
    margin-left: 196px;
    top: 674px;
	transition: ease all 0.5s;
}
.obj-13-2:hover{
	top: 664px;
}
.banAnimate .obj-13-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-13-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}
/* 2022-11-03 校审直播 */
#bgstyled14{
	background: url(../img/Banner/banner_14_0.jpg) no-repeat 0 0;
}
.obj-14-1,.obj-14-2{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-14-1{
    width: 1059px;
    height: 656px;
    margin-left: -529px;
    top: 150px;
}
.obj-14-2{
    width: 332px;
    height: 110px;
    margin-left: 196px;
    top: 674px;
	transition: ease all 0.5s;
}
.obj-14-2:hover{
	top: 664px;
}
.banAnimate .obj-14-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-14-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}
/* 2022-11-03 校审直播 */
#bgstyled15{
	background: url(../img/Banner/banner_15_0.jpg) no-repeat 0 0;
}
.obj-15-1,.obj-15-2{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-15-1{
    width: 1059px;
    height: 656px;
    margin-left: -529px;
    top: 150px;
}
.obj-15-2{
    width: 332px;
    height: 110px;
    margin-left: 196px;
    top: 694px;
	transition: ease all 0.5s;
}
.obj-15-2:hover{
	top: 684px;
}
.banAnimate .obj-15-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-15-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}
/* 2022-11-08 双十一 */
#bgstyled16{
	background: url(../img/Banner/banner_16_0.jpg) no-repeat 0 0;
}
.obj-16-1{
	position: absolute;    
	width:1819px;
	height:978px;
	top:0px;
	right: 0;
	z-index:10;
}
.obj-16-1,.obj-16-3{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-16-1 img,.obj-16-2 img,.obj-16-3 img{
	width: 100%;
}
.obj-16-1{
    width: 1194px;
    height: 510px;
    margin-left: -604px;
    top: 148px;
}
.obj-16-2{
    width: 152px;
    height: 317px;
    margin-left: 240px;
    top: 164px;
	position: absolute;
	right: 50px;

}
.obj-16-3{
    top: 700px;
    margin-left: -224px;
	width: 588px;
	height: 164px;
}
.banAnimate .obj-16-3{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-16-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}

/* 2022-11-17 校审直播 */
#bgstyled17{
	background: url(../img/Banner/banner_17_0.jpg) no-repeat 0 0;
}
.obj-17-1,.obj-17-2{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-17-1{
    width: 1059px;
    height: 656px;
    margin-left: -529px;
    top: 150px;
}
.obj-17-2{
    width: 332px;
    height: 110px;
    margin-left: 196px;
    top: 694px;
	transition: ease all 0.5s;
}
.obj-17-2:hover{
	top: 684px;
}
.banAnimate .obj-17-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-17-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}

/*好易拆 第二弹*/
#bgstyled18{
	background: url(../img/Banner/banner_18_1.jpg) no-repeat 0 0;
}
.obj-18-1{
	position: absolute;    
	width:1819px;
	height:978px;
	top:0px;
	right: 0;
	z-index:10;
}
.obj-18-2,.obj-18-3,.obj-18-4{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-18-2{
    width: 920px;
    height: 633px;
    margin-left: -600px;
    top: 180px;
}
.obj-18-3{
    width: 374px;
    height: 423px;
    margin-left: 240px;
    top: 360px;
}
.obj-18-4{
    top: 748px;
    margin-left: -100px;
}
.tsypcBtn{
	display: inline-block;
	width: 225px;
	height: 72px;
	border-radius: 36px;
	background-color: #fedd73;
	font-size: 32px;
	color: #f00;
	/* box-shadow: 3px 5px 9px #780cc3; */
	text-align: center;
	line-height: 72px;
	font-weight: 600;
	transition: ease all 0.5s;
}
.tsypcBtn:hover{
	background-color: #ffd466;
	color: #925f1f;
	box-shadow: 3px 5px 9px #dcb33b;
}
.banAnimate .obj-18-3,.banAnimate .obj-18-4{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-18-2{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}

/* 审图大师 */
#bgstyled19 {
	background: url(../img/banner_19/banner-grid.png) center bottom/contain no-repeat;
	background-attachment: fixed;
}

.obj-19-1,.obj-19-2{
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-19-1 {
	display:block;
	height: 582px;
    top: 160px;
    margin-left: -701px;
}
.obj-19-1 img{
	width: 470px;
}
.obj-19-2 {
	top: 266px;
    height: 164px;
    right: 358px;
    width: 816px;
    margin-left: -285px;
	text-align: center;
}
.banAnimate .obj-19-1 {
	display:block;
	animation-name:saAnic;
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
.banAnimate .obj-19-2{
	display:block;
	animation-name:saAnid;
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}

.antdtext{
	/* background: linear-gradient(to right, #ff8d8d, #ff0606); */
	background: linear-gradient(90deg,#ff2f39,#f19b2b,#ff5200,#ff0606);
    -webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-size: 200%;
	animation: backwardround 3s linear infinite;
}

@keyframes backwardround {
	0%{
		background-position: 0;
	}
	100%{
		background-position: -200%;
	}
}

#bgstyled20{
	background-color:#fff;
	background: url(../img/Banner/banner_22_1.jpg) no-repeat 0 0;
}
.obj-20-1,.obj-20-2 {
	position:absolute;
	z-index:9;
	left:50%;
}
.obj-20-1{
	width:1197px;
	height:170px;
	margin-left:-600px;
	top:150px;
	z-index:12;
}
.obj-20-2{
	width: 416px;
	/* height: 394px; */
	top: 370px;
	margin-left: 182px;
}
.obj-20-3{
	position: absolute;
	width:1100px;
	left: 50%;
	top: 750px;
	margin-left: -590px;
}
.banAnimate .obj-20-1,.banAnimate .obj-20-3{
	display:block;
	animation-name:saAnic;
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
.banAnimate .obj-20-2{
	display:block;
	animation-name:saAnid;
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}
.obj-20-1 img, .obj-20-2 img{
	width: 100%;
}


.tssdBtn.tssd1{
	border-radius: 12px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	position: relative;
	transition: ease all 0.5s;
	top: 0;
	background: linear-gradient(90deg,#4242ff 0%,#0a88fe 50%,#38fcfe 100%);
	border: 3px solid #fff;
	cursor: pointer;

}
.tssdBtn.tssd1:hover{
	top: -5px;
	box-shadow: 0 3px 15px #9bd2e2;
}

/*好易拆 第二弹*/
#bgstyled21{
	background: url(../img/Banner/banner_21_1.jpg) no-repeat 0 0;
}

.obj-21-1,.obj-21-2,.obj-21-3,.obj-21-4{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-21-1{
    width: 1200px;
    height: 804px;
    margin-left: -608px;
    top: 120px;
}
.obj-21-2{
	width: 572px;
    height: 804px;
    margin-left: 99px;
    top: 220px;
}
.obj-21-2 img{
	width: 100%;
}
.obj-21-3{
    width: 374px;
    height: 423px;
    margin-left: -578px;
    top: 700px;
}
.yzpBtn{
	display: inline-block;
    width: 225px;
    height: 56px;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 22px;
    color: #f00;
    box-shadow: 3px 5px 9px #c30c0c;
    text-align: center;
    line-height: 56px;
    font-weight: 400;
    transition: ease all 0.5s;
}
.yzpBtn:hover{
	background-color: #ffeaea;
	color: #000000;
	box-shadow: 3px 5px 9px #c71515;
}
.banAnimate .obj-21-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
}
.banAnimate .obj-21-3,.banAnimate .obj-21-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}


/*数字与信息一体化平台*/
#bgstyled23{
	background: linear-gradient(45deg, #cce5ff, #f1f5ff, #bddeff);
}

.obj-23-1,.obj-23-2{
	position: absolute;
	left: 50%;
	z-index: 12;
}
.obj-23-1{
    width: 1200px;
    height: 804px;
    margin-left: -608px;
    top: 120px;
}
.obj-23-1 .info{
	position: relative;
}
.obj-23-1 .info >h1{
	margin-top: 24px;
	font-weight: 600;
    font-size: 76px;
    letter-spacing: 6px;
    color: #000;
    background-size: 200%;
}
.obj-23-1 .info >p{
	font-size: 16px;
    line-height: 32px;
    color: #48556b;
    margin: 16px 0 70px 0;
    width: 75%;
}
.obj-23-1 .info >ul{}
.obj-23-1 .info >ul li{
	padding: 12px 40px;
    font-size: 22px;
    margin-bottom: 16px;
    width: 320px;
    color: #686a7a;
    border-radius: 4px;
    background: linear-gradient( 45deg , rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%), radial-gradient(circle at 30% 107%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    box-shadow: 0 8px 16px rgb(128 136 182 / 5%), 0 0 6px rgb(243 247 255 / 40%) inset;
    position: relative;
    border: 2px solid #fff;
}
.scanbtn{
	display: inline-flex;
    width: 180px;
    height: 54px;
    border-radius: 5px;
    background: linear-gradient( 45deg , #2a70e2, #a5dcfe);
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 60px;
    color: #fff;
    transition: ease all 0.5s;
    overflow: hidden;
	cursor: pointer;
}
.scanbtn .gd{
	transform: translateX(100px);
	transition: ease all 0.5s;
	opacity: 0;
}
.scanbtn:hover{
	width: 200px;
	cursor: pointer;
}
.scanbtn:hover .gd{
	transform: translateX(10px);
	opacity: 1;
}
.obj-23-2{
	position: absolute;
    top: 143px;
    left: auto;
    right: 125px;
}
.obj-23-2 img{
	width: 100%;
}
.banAnimate .obj-23-1{
	display:block;
	animation:saAnic 0.3s linear 0s normal none;
}
/* .banAnimate .obj-23-2{
	display:block;
	animation:saAnid 0.3s linear 0s normal none;
} */

