@charset "utf-8";
/* =s Reset */
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:sup;}
sub{vertical-align:sub;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;} 
::selection {background:#fe917b; color:#fff;} 
html,body{background:#0e0d14;font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
body{color:#333; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
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.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.fl{float: left;}
.fr{float: right;}
.inner{width: 1200px;margin: 0 auto;}
input,
textarea{outline: 0;border:0;}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.5) inset !important;
}

body{
	padding-bottom: 350px;
	background: url(../images/AITopTen/footer-bg.jpg) no-repeat center bottom;
}
.AITopTen-header{
	min-width: 1200px;
	min-height: 910px;
	background: url(../images/AITopTen/head-bg.jpg) no-repeat center top;
}
/*index*/
.introduce{
	padding-top: 688px;
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
}
.introduce .title{text-align: center;}
.introduce .main{
	margin-top: 55px;
	background: #1c1b21;
	padding: 30px 35px;
	overflow: hidden;
}
.introduce .main .pic{
	float: left;
	width: 364px;
}
.introduce .main .pic img{
	width: 364px;
	height: 234px;
	vertical-align: top;
}
.introduce .main .txt{
	overflow: hidden;
	padding-left: 125px;
	width: 550px;
}
.introduce .main .txt .hdTit{
	font-size: 18px;
	color:#d2a561;
}
.introduce .main .txt .des{
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	padding-top: 25px;
}
.introduce .steps .line{
	height: 50px;
	width: 1200px;
	background: url(../images/AITopTen/line.png) no-repeat;
	margin-top: 90px;
}
.introduce .steps .txt .item{
	float: left;
	text-align: center;
}
.introduce .steps .txt .item1{
	width: 360px;
}
.introduce .steps .txt .item2{
	width: 499px;
}
.introduce .steps .txt .item3{
	margin-left: 115px;
}
.introduce .steps .txt .item h4{
	font-size: 20px;
	color:#d4ae7a;
	padding-top: 8px;
}
.introduce .steps .txt .item p{
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	padding-top: 5px;
}
.standard{
	width: 1200px;
	margin: 0 auto;
}
.standard .title{text-align: center;padding-top: 70px;}
.standard .main{
	margin-top: 40px;
	background: #16151c;
	padding:50px 0 80px 110px;
}
.standard .main .row {padding-bottom: 40px;}
.standard .main .row .imgs{
	float: left;
	width: 240px;
}
.standard .main .row .txt{
	overflow: hidden;
	padding-left: 95px;
	line-height: 30px;
	font-size: 16px;
	color:#d2a561;
}

.standard .main .btns{text-align: center;padding-top: 50px;}
.standard .main .btns a{
	display: inline-block;
	width: 480px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #d2a561;
	font-size: 30px;
	color:#000;
	position: relative;
	overflow: hidden;
}
.standard .main .btns a:before,
.standard .main .btns a:after,
.AITopTen-form .btns:before,
.AITopTen-form .btns:after{
	content: "";
	position: absolute;
	width: 3px;
	height: 48px;
	background: #16151c;
}
.standard .main .btns a:before,
.AITopTen-form .btns:before{
	right: 0;
	top:-13px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.standard .main .btns a:after,
.AITopTen-form .btns:after{
	left: 0;
	bottom:-13px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.standFor-company{
	width: 1200px;
	margin: 0 auto;
	/*display: none;*/
}
.standFor-company .title{
	text-align: center;
	padding-top: 85px;
}
.standFor-company .main li{
	float: left;
	width: 240px;
	height: 154px;
	background: url(../images/AITopTen/cp-bg.png) no-repeat;
	position: relative;
	text-align: center;
	margin:60px 0 0 80px;
}
.standFor-company .main li:nth-child(4n+1){
	margin-left: 0;
}
.standFor-company .main li img{
	width: 204px;
	height: 84px;
	margin-top:51px; 
	display: inline-block;
}
/*表单*/
.AITopTen-form{
	padding-top: 688px;
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
}
.AITopTen-form .title{
	text-align: center;
	padding-bottom: 50px;
}
.AITopTen-form .row{
	overflow: hidden;
	margin-bottom: 30px;
}
.AITopTen-form .row .label{
	float: left;
	width: 190px;
	line-height: 44px;
	color:#d2a561;
	font-size: 16px;
}
.AITopTen-form .row .label p{
	line-height: 20px;
	font-size: 14px;
}
.AITopTen-form .row .label-input{
	overflow: hidden;
	padding-left: 10px;
}
.AITopTen-form .row .label-input input[type="text"]{
	height:32px;
	line-height: 32px;
	border:1px solid #605038;
	padding:5px 10px;
	width: 940px;
	background: transparent;
	font-size: 16px;
	color:#d2a561;
}
.AITopTen-form .row .label-input input.error{border-color:#f00;}
.AITopTen-form .row .label-input input[type="text"]:focus,
.AITopTen-form .row .label-input textarea:focus{
	background: rgba(31,30,36,0.66);
}
.AITopTen-form .row2 .item{
	float: left;
	width: 50%;
}
.AITopTen-form .row2 .item input[type="text"]{
	width: 339px;
}
.AITopTen-form .row2 .item2 .label{
	padding-left: 60px;
	width: 130px;
}
.AITopTen-form .row  textarea{
	padding: 10px;
	width: 940px;
	border:1px solid #605038;
	height: 130px;
	line-height: 24px;
	font-size: 16px;
	color:#d2a561;
	background: transparent;
}
.AITopTen-form .row  textarea.error{border-color:#f00;}
.AITopTen-form .row-radio .label-input a{padding-left: 30px;position: relative;line-height: 44px;float: left;margin-right: 60px;font-size: 16px;color:#fff;}
.AITopTen-form .row-radio .label-input a.last{margin-right: 18px;}
.AITopTen-form .row-radio .label-input a input{position: absolute;left: 1px;top:14px;opacity: 0;z-index: 2;width:16px;height: 16px;}
.AITopTen-form .row-radio .label-input a .under-btn{position: absolute;left: 0;top: 14px;width:16px;height: 16px;border-radius: 50%;-webkit-border-radius: 50%;border:1px solid #fff;}

.AITopTen-form .row-radio .label-input input[type="text"]{width:180px; }
/*.AITopTen-form .row-radio .label-input input[type=radio]:checked+ .under-btn em,*/
.AITopTen-form .row-radio .label-input a.sel .under-btn em{
	position: absolute;background: url(../images/AITopTen/circle.png) no-repeat;width: 14px;height: 14px;left: 1px;top: 1px;
}
.AITopTen-form .btns{
	margin: 100px auto;
	width: 480px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.AITopTen-form .tips{
	font-size: 14px;
	color:#fff;
	padding-top: 10px;
}
.AITopTen-form .btns input{
	width: 480px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #d2a561;
	font-size: 30px;
	color:#000;
	cursor: pointer;
}

.mask-pop{display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.4);z-index: 9;}
.success-pop{display: none;position: fixed;z-index: 10;width: 300px;left: 50%;margin-left: -150px;top:50%;margin-top: -80px;background: #fff;}
.success-pop .tit{padding: 35px 0;text-align: center;font-size: 16px;color: #333;}
.success-pop #clsBtn{position: absolute;right: 15px;top:15px;background: url(../../images/common/yzEmail-sprite.png) no-repeat 0 -19px;width: 15px;height: 16px;cursor: pointer;}
.success-pop .btn {text-align: center;padding-bottom: 30px;}
.success-pop .btn a{display: inline-block;padding: 5px 30px;background: #0e0d14;color: #fff;font-size: 14px;}

/*奖项设置*/
.award-set .title{
	padding-top: 75px;
	text-align: center;
}
.award-set  .list{
	width: 1280px;
	margin: 0 auto;
	font-size: 0;
}
.award-set  .list li{
	display: inline-block;
	line-height: 40px;
	color:#d2a561;
	font-size: 16px;
	vertical-align: top;
	text-align: center;;
	width: 272px;
	margin: 50px 24px 0 24px;
}