html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
::-webkit-scrollbar{ width:5px; height:5px; background-color:#fff;border-radius: 5px}
::-webkit-scrollbar:hover{ /*background-color:#eee;*/ }
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#ccc; height:10px;border-radius: 5px}
::-webkit-scrollbar-thumb:hover{ background-color: #1c3956;}
::-webkit-scrollbar-thumb:active{ background-color:#1c3956;}
/* =s base */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;} 
::selection {background:#fe917b; color:#fff;} 
html,body{background:#fff;}
body{font-family:"microsoft yahei",Arial;color:#000; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.hide {display:none;}
.thide{text-indent: -9999px; position: absolute; left: -9999px;}
.inner{width:1000px;margin:0 auto;position: relative;}
.inner12{width:1200px;margin:0 auto;position: relative;}
.inner1040{width:1040px;margin:0 auto;position: relative;}
.yahei{font-family: "microsoft yahei";}
.fr{float: right;}
.fl{float: left;}
.inner12{width: 1200px;margin: 0 auto;}


body{
	background: #11123e;
}
.gp-banner{
	background: url(../images/aigrowup2018/banner.jpg) no-repeat;
	background-position: center;
	height: 1060px;
}
.gp-tit{
	position: relative;
	text-align: center;
	height: 120px;
	margin-bottom: 30px;
}
.tit-bg{
	font-size: 120px;
	color: #162B56;
	line-height: 1;
	font-weight: bold;
}
.tit-mask{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding-top: 35px;
}
.tit-ch{
	position: relative;
	color: #74b1ff;
	line-height: 1;
	font-size: 32px;
}
.tit-ch:before{
    content: attr(text);
    position: absolute;
    z-index: 10;
    color:#a7feed;
    -webkit-mask:linear-gradient(to left, #a7feed, transparent );
}
.tit-en{
	position: relative;
	color: #74b1ff;
	line-height: 1;
	margin-top: 10px;
	font-size: 14px;
	display: inline-block;
}
.tit-en:before{
    content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #74b1ff;
}
.tit-en:after{
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #a7feed;
}
.intro-wrap{
	padding: 35px;
	background: #202351;
}
.intro-wrap p{
	color: #b9ecff;
	font-size: 16px;
	line-height: 30px;
}
.gp-line{
	padding-top: 60px;
}
.gp-area{
	padding: 50px 55px;
}
.area-wrap{
	padding: 30px 0;
	background: -webkit-radial-gradient(#0c2778, #101f62, #15174b); /* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(#0c2778, #101f62, #15174b); /* Opera 11.6 - 12.0 */
	background: -moz-radial-gradient(#0c2778, #101f62, #15174b); /* Firefox 3.6 - 15 */
	background: radial-gradient(#0c2778, #101f62, #15174b); /* 标准的语法 */
}
.gp-area .area-list{
	width: 720px;
	margin: 0 auto;
}
.gp-area .item{
	float: left;
	color: #fff;
	box-sizing:border-box;
	padding-top: 20px;
	padding-left: 38px;
	/*padding-bottom: 14px;*/
	width: 270px;
	margin-bottom: 28px;
	/*font-weight: bold;*/
	font-size: 28px;
	box-sizing:border-box;
	width: 280px;
	height: 75px;
	background-image: url(../images/aigrowup2018/item-l.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;

}


.gp-area .item .item-mc{
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -150px;
	width: 300px;
	box-sizing:border-box;
	padding: 15px;
	background: #101950;
	border:1px solid #50BFFF;
	z-index: 10;
	display: none;
}
.gp-area .item .item-mc .mc-i{
	font-size: 16px;
    color: #a8dfff;
    padding: 4px;
}


.gp-area .item:nth-child(2n){
	background-image: url(../images/aigrowup2018/item-r.png);
	margin-left: 150px;
}
.gp-area .item i{
	display: inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/aigrowup2018/spirt.png);
	background-repeat: no-repeat;
	background-size: 108px 258px;
	background-position: 0 0;
	vertical-align: middle;
	margin-right: 20px;
}
.gp-area .item i.i1{
	background-position: 0 0;
}
.gp-area .item i.i2{
	background-position: -68px 0;
}
.gp-area .item i.i3{
	background-position: 0 -47px;
}
.gp-area .item i.i4{
	background-position: -68px -47px;
}
.gp-area .item i.i5{
	background-position: 0 -102px;
}
.gp-area .item i.i6{
	background-position: -68px -102px;
}
.gp-area .item i.i7{
	background-position: 0 -160px;
}
.gp-area .item i.i8{
	background-position: -68px -160px;
}
.gp-area .item i.i9{
	background-position: 0 -220px;
}
.gp-area .item i.i10{
	background-position: -68px -220px;
}
.gp-area .item i.isp{
	background: transparent;
}
.tit-in{
	height: 120px;
	width: 100%;
	text-align: center;
	box-sizing:border-box;
	padding-top: 14px;
	background: url(../images/aigrowup2018/tit-bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.tit-in .tit1{
	color: #3384fe;
	font-size: 20px;
	line-height: 1;
}
.tit-in .tit2{
	margin-top: 20px;
	line-height: 1;
	font-size: 24px;
	color: #a8dfff;
	font-weight: bold;
}

.stand-wrap{
	/*padding: 0 25px;*/
}
.stand-item{
	width: 28%;
	margin-right: 8%;
	float: left;
}
.stand-item:last-child{
	margin-right: 0;
}
.stand-con{
	padding: 25px 0;
}
.stand-con p{
	line-height: 30px;
	font-size: 16px;
	color: #b9ecff;
}
.stand-notice{
	padding:0 20px;
	line-height: 48px;
	margin-bottom: 30px;
	color: #a8dfff;
	font-size: 18px;
	text-align: center;
	background: #101950;
}


.plan-wrap{
	padding: 60px 70px;
	background: #202351;
}
.plan-wrap p{
	color: #b9ecff;
	font-size: 16px;
	line-height: 48px;
	position: relative;
}
.plan-wrap p:before{
	position: absolute;
}

.award-wrap{
	padding: 30px 20px;
	text-align: center;
}
.award-wrap img{
	width: 100%;
}

.media-notice{
	color: #b9ecff;
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
}
.award-notice{
	padding:0 20px;
	line-height: 48px;
	/*margin-bottom: 30px;*/
	color: #a8dfff;
	font-size: 18px;
	text-align: center;
	background: #101950;
}

.media-box{
	padding: 40px 100px;
	background: #161d48;
	border:1px solid #395d91;
}

.gp-sign{
	padding-top: 40px;
	padding-bottom: 80px;
}
.sign-btn{
	display: block;
	text-align: center;
	width: 415px;
	height: 76px;
	line-height: 76px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	background: url(../images/aigrowup2018/sign-btn.png) no-repeat;
}
.gp-footer{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 14px;
	color: #70a6dd;
	background: #172459;
	margin-top: 80px;
}

.rw-wrap{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}