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:#2b3282; 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:"PingFang SC","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;}


html,body{
	background: #04091d;
}
.toExpo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	/*transform: translateY(-50%);*/
}
.toIndex{
	position: absolute;
	right: 0;
	top: -380px;
	color: #93b1ef;
	font-size: 18px;
	padding: 20px;
	/*text-decoration: underline;*/
}
.toIndex:hover{
	color: #fff;
}
.sp_banner{
	background: url(../images/AIexpo/AIexpo.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
	padding-top: 380px;
	position: relative;

}
.sp_banner2{
	background: url(../images/AIexpo/AIexpo2.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	height: 720px;
	position: relative;
}
.sp-tit{
	position: relative;
	text-align: center;
	height: 110px;
	/*width: 256px;*/
	background: url(../images/AIexpo/tit_bg.png) no-repeat;
	background-position: center;
	margin: 0 auto;
	margin-bottom: 60px;
}
.sp-tit .tit-ch{
	position: relative;
	color: #93b1ef;
	line-height: 110px;
	font-size: 32px;
}
.sp-footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #70a6dd;
	background: #050e2f;
	margin-top: 80px;
}
.header_part{
	font-size: 0;
}
.h_item{
	width: 33.3%;
	display: inline-block;	
	text-align: center;
	height: 470px;
	background-position:  center bottom;
	transition: all .3s;
}
.h_item:hover{
	background: url(../images/AIexpo/item_bg.png) no-repeat;
	background-position:  center bottom;
}
.h_item .tit1{
	color: #93b1ef;
	font-size: 22px;
	line-height: 33px;
}
.h_item .tit2{
	color: #fff;
	font-size: 22px;
	line-height: 33px;
}
.vote_btn{
	display: block;
	position: relative;
	text-align: center;
	height: 200px;
	line-height: 200px;
	width: 600px;
	background: url(../images/AIexpo/vote_bg.png) no-repeat;
	margin: 30px auto;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 6px;
	text-indent: 15px;
}
.sp_part1{

}
.part1_intro{
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 60px;
}
.part1_wrap{
	height: 400px;
}
.p1_item{
	display: inline-block;
	width: 25%;
	text-align: center;
	position: relative;
}
.p1_item .i{}
.p1_item .text{
	color: #93b1ef;
	line-height: 36px;
	font-size: 20px;
}
.p1_item.act .text{
	color: #fff;
}
.p1_item .p1_con{
	position: absolute;
	top: 200px;
	left: 0;
	width: 1200px;
	height: 190px;
	border: 1px solid #2b3282;
	color: #93b1ef;
	font-size: 20px;
	background: #050e2f;
	display:none;
	text-align: left;
	padding: 0 60px;
	box-sizing:border-box;
	line-height: 36px;
}
.p1_item:nth-child(2) .p1_con{
	left: -100%;
}
.p1_item:nth-child(2) .p1_con .arrow{
	left: 37%;
}
.p1_item:nth-child(3) .p1_con{
	left: -200%;
}
.p1_item:nth-child(3) .p1_con .arrow{
	left: 62%;
}
.p1_item:nth-child(4) .p1_con{
	left: -300%;
}
.p1_item:nth-child(4) .p1_con .arrow{
	left: 87%;
}
.p1_item.act .p1_con{	
	display:table;
}
.p1_item .p1_con span{
	display:table-cell;
	vertical-align:middle;
}
.p1_item .p1_con .arrow{
	position: absolute;
	top: -8px;
	left: 130px;
	width: 11px;
	height: 8px;
	background: url(../images/AIexpo/arrow.png) no-repeat;
}

.sp_part2{
	padding-top: 80px;
	padding-bottom: 100px;
}
.part2_intro{
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 60px;
	width: 912px;
	height: 230px;
	background: url(../images/AIexpo/intro_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 50px auto;
	padding-top: 30px;
	box-sizing:border-box;
}
.p2_item{
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.p2_item .tit{
	background: url(../images/AIexpo/p2_bg.png) no-repeat;
	width: 150px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	padding-left: 44px;
}
.p2_item .con{
	margin-bottom: 40px;
	margin-top: 20px;
	color: #93b1ef;
	font-size: 20px;
	padding-left: 40px;
	line-height: 36px;
	width: 440px;
}
.p2_item .download{
	display: block;
	position: absolute;
	bottom: -90px;
	right: 100px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
	background: url(../images/AIexpo/download_btn.png) no-repeat;
	text-align: center;
}

.sp_part3{
	padding-bottom: 200px;
}
.up_wrap {
	padding-top: 20px;
	padding-bottom: 30px;
}
.up_wrap .up{
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 33px;
}
.down_wrap{
	background: url(../images/AIexpo/part3_bg.png) no-repeat;
	padding-top: 100px;
}
.sp_part3 .down{
	float: left;
	width: 25%;
	text-align: center;
	
}
.sp_part3 .down p{
	width: 220px;
	margin: 0 auto;
	color: #93b1ef;
	line-height: 33px;
	font-size: 20px;
}

.form_tit{
	font-size: 55px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 380px;
	left: 50%;
	transform: translateX(-50%);
	width: 1100px;
}
.form_tit p{
	line-height: 1;
	margin-bottom: 40px;
	letter-spacing: 6px;
}
.p4_tit{
	background: url(../images/AIexpo/p4_bg.png) no-repeat;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    color: #fff;
    padding-left: 55px;
    margin-top: 50px;

}
.sp_part4{
	margin-bottom: 80px;
}
.sp_part4 .p4_con p{
	color: #ffffff;
	font-size: 22px;
	text-indent: 2em;
	line-height: 36px;
	margin-bottom: 20px;
}
.p4_text{
	padding: 0 110px;
	color: #ffffff;
	font-size: 22px;
}
.p4_text2{
	text-indent: 2em;
	color: #ffffff;
	font-size: 22px;
	padding: 30px 60px;
	line-height: 1.8;
}
.p4_text li{
	margin-top: 30px;
}
.blue_ul{
	color: #93b1ef;
}
.sp_part5{
	padding-bottom: 40px;
}
.p5_tit{
    background: url(../images/AIexpo/p4_bg.png) no-repeat;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    color: #fff;
    padding-left: 55px;
    margin-top: 50px;
}
.p5_text2{
	text-indent: 2em;
	color: #ffffff;
	font-size: 22px;
	padding: 30px 60px;
	line-height: 1.8;
}
.part5_intro{
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 50px;
}
.p5_item{
	margin-bottom: 40px;
}
.p5_item .left_i{
	float: left;
	width: 180px;
	text-align: center;
}
.p5_item .right_con{
	padding-left: 180px;
}
.p5_item .right_con p:first-child{
	color: #93b1ef;
	font-size: 22px;
	line-height: 40px;
}
.p5_item .right_con p:nth-child(2){
	color: #fff;
	font-size: 22px;
}

.sp_part6{
	padding-bottom: 200px;
}
.p6_wrap{
	padding-left: 60px;
	background: url(../images/AIexpo/p6_bg.png) no-repeat;
	background-position: left top;
}
.p6_wrap p{
	font-size: 22px;
	color: #fff;
	margin-bottom: 50px;
	line-height: 32px;
}
.p6_wrap p span{
	font-size: 22px;
	color: #93b1ef;
}
.d_btn{
	display: block;
	width: 410px;
	height: 134px;
	line-height: 134px;
	color: #ffffff;
	background: url(../images/AIexpo/d_btn.png) no-repeat;
	font-size: 30px;
	margin: 30px auto;
    color: #ffffff;
    letter-spacing: 6px;
    text-align: center;
}






.apply_aiexpo{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	display: none;
}
.apply_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #04091d;
	width: 670px;
	
}
.apply_wrap .exit{
	position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		cursor: pointer;
}
.apply_wrap .exit img{
	width: 100%;
}
.apply_tit{
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.apply_con{
	border: 1px solid #2b3282;
	font-size: 0px;
	color: #93b1ef;
	height: 650px;
	overflow-y:scroll;
}
.apply_row{
	border-bottom: 1px solid #2b3282;
}
.apply_row .row_l{
	display: inline-block;
	font-size: 16px;
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #2b3282;
	box-sizing:border-box;
}
.apply_row .row_r{
	display: inline-block;
	font-size: 16px;
	width: 70%;	
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
	padding: 0 10px;
}
.apply_row .row_r input{
	outline: none;
	border: 0;
	background: transparent;
	width: 100%;
	font-size: 16px;
	color: #93b1ef;
	height: 100%;
}


.apply_block{

}
.apply_block .apply_title{
	font-size: 16px;
	color: #93b1ef;
	border-bottom: 1px solid #2b3282;
	height: 40px;
	line-height: 40px;
	padding-left: 28px;
}
.apply_block .apply_item{
	width: 50%;
	display: inline-block;
	box-sizing:border-box;
	border-right: 1px solid #2b3282;
}
.apply_item{
	border-bottom: 1px solid #2b3282;
}
.apply_item .row_l{
	display: inline-block;
	font-size: 16px;
	width: 30%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #2b3282;
	box-sizing:border-box;
}
.apply_item .row_r{
	display: inline-block;
	font-size: 16px;
	width: 70%;	
	height: 40px;
	line-height: 40px;
	box-sizing:border-box;
	padding: 0 10px;
}
.apply_item .row_r input{
	outline: none;
	border: 0;
	background: transparent;
	width: 100%;
	font-size: 16px;
	color: #93b1ef;
	height: 100%;
}


.apply_text{
	border-bottom: 1px solid #2b3282;
	height: 200px;
}
.apply_text .row_l{
	float: left;
	font-size: 16px;
	width: 30%;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #2b3282;
	box-sizing:border-box;
	height: 100%;
	padding: 0 5px;

}
.apply_text .row_r{
	float: left;
	font-size: 16px;
	width: 70%;	
	line-height: 30px;
	box-sizing:border-box;
	height: 100%;
	padding: 5px 10px;
}
.apply_text .row_r textarea{
	outline: none;
	border: 0;
	background: transparent;
	width: 100%;
	font-size: 16px;
	color: #93b1ef;
	height: 100%;
	resize: none;
}
.apply_submit{
	width: 180px;
	height: 44px;
	line-height: 44px;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
	background: #2b3282;
	border-radius: 20px;
	margin: 10px auto;
	text-align: center;
	letter-spacing: 5px;
	cursor: pointer;
}
.apply_show{
	display: block;
	position: absolute;
	bottom: -30px;
	right: 100px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
	background: url(../images/AIexpo/download_btn.png) no-repeat;
	text-align: center;
	cursor: pointer;
}

.apply-alert{
	display: none;
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 220px;
	padding: 15px;
	margin-left: -80px;
	margin-top: -50px;
	background: #fff;
	border:2px solid #FD533B;
	color: #FD533B;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	font-weight: bold;
	word-break: break-all;
}
.apply-alert.success{
	border:2px solid #1FCF6D;
	color: #1FCF6D;
}
.apply-alert.warning{
	border:2px solid #FD533B;
	color: #FD533B;
}



@media screen and (max-width: 1000px) {
    .toIndex {
        font-size: 30px;
    }
}

.forum {

}

.forum .list {}

.forum .container-list {}

.forum .list .item {
    float: left;
    display: table;
    margin: 0 28px 80px;
    position: relative;
    width: 216px;
    height: 130px;
    background: url(../images/AIexpo/company_bg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.forum .list .item .info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.forum .list .item .name {
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.forum .list .item .name2 {
    padding: 0 10px;
    color: #93b1ef;
    font-size: 16px;
    line-height: 1.2;
}

.forum .list .item .desc {
    color: #fff;
    font-size: 20px;
}

.forum .list .item .action {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, #7d55ec, #6a5cfe);
    background: -o-linear-gradient(right, #7d55ec, #6a5cfe);
    background: -moz-linear-gradient(right, #7d55ec, #6a5cfe);
    background: linear-gradient(to right, #7d55ec, #6a5cfe);
}
.forum .list .item .action .vote_num{
	position: absolute;
	top: 30px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #6e84b6;
	font-size: 12px;
}
.forum .list .item .action .vote_num em{
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/AIexpo/vote.png);
	margin-left: 5px;
}


.forum .list .item .action .icon-like {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    background-size: 100% 100%;
}

.forum .list .item.active .action{
	background: -webkit-linear-gradient(left, #888, #888);
    background: -o-linear-gradient(right, #888, #888);
    background: -moz-linear-gradient(right, #888, #888);
    background: linear-gradient(to right, #888, #888);
}

.forum .list .item.active .action .icon-like {
    background-size: 100% 100%;
}

.forum .page {
    width: 30%;
    margin: 10px auto;
}

.vote_wrap{
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
.head_menu{
	position: fixed;
	right: 20px;
	top: 30%;
	width: 142px;
	height: 274px;
	background: url(../images/AIexpo/nav_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1px;
	padding-top: 90px;
	z-index: 2;
}
.head_menu a{
	margin-top: 20px;
	padding: 0 15px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #021127;
	background: #021127;
	border-radius: 4px;
	text-align: center;
	box-sizing:border-box;
	width: 140px;
}
.head_menu a.act{
	border: 1px solid #fff99f;
}

.forum .list .item .info .v{
    background:  url(../images/AIexpo/v.png) no-repeat;
    background-size: 13px 10px;
    background-position: center;
    width: 13px;
    height: 10px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transition: all .3s;
    margin-left: -6px;
}
.forum .list .item .info .v.act{
		bottom: 4px;
}
/*@keyframes vmove{
	0{
		bottom: 12px;
	}
	100%{
		bottom: 4px;

	}
}*/

.group .intro{
	float: left;
	width: 94%;
	display: none;
	margin: 0 3%;
	margin-bottom: 20px;
}
.group .intro.act{
}
.group .intro p{
	border: 2px solid #4c85fd;
	background: #0b1a43;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px 30px;
	box-sizing:border-box;
}