.module-wrap .topbar-body {
	height:60px;
	border-bottom:1px solid #d8d8d8;
	border-bottom:1px solid rgba(55,61,65,.15);
	-webkit-transition:background-color .2s .4s;
	transition:background-color .2s .4s
}
.module-wrap .topbar-body.no-change,.module-wrap .topbar-body:hover {
	background-color:#373d41;
	border-bottom:1px solid hsla(0,0%,100%,.14);
	-webkit-transition:background-color .2s;
	transition:background-color .2s
}
.module-wrap .topbar-body.no-change .topbar-box,.module-wrap .topbar-body:hover .topbar-box {
	height:100%;
	border-bottom:1px solid rgba(55,61,65,.15);
	z-index:1001;
	position:relative
}
.module-wrap .topbar-body.no-change .logo-cell img.black,.module-wrap .topbar-body:hover .logo-cell img.black {
	display:block
}
.module-wrap .topbar-body.no-change .logo-cell img.white,.module-wrap .topbar-body:hover .logo-cell img.white {
	display:none
}
.module-wrap .topbar-body.no-change .menu-body li,.module-wrap .topbar-body:hover .menu-body li {
	cursor:default;
	color:#fff
}
.module-wrap .topbar-body.no-change .menu-body li a,.module-wrap .topbar-body:hover .menu-body li a {
	color:#fff;
	display:block;
	-webkit-transition:color .2s 0s;
	transition:color .2s 0s
}
.module-wrap .topbar-body.no-change .menu-body li a:hover,.module-wrap .topbar-body:hover .menu-body li a:hover {
	text-decoration:none
}
.module-wrap .topbar-body.no-change .menu-body li span,.module-wrap .topbar-body:hover .menu-body li span {
	-webkit-transition:color .2s 0s;
	transition:color .2s 0s
}
.module-wrap .topbar-body.no-change .tool-body .tips-box .tips-item a,.module-wrap .topbar-body:hover .tool-body .tips-box .tips-item a {
	color:#fff
}
.module-wrap .topbar-body.no-change .tool-body .tips-box .tips-item a:hover,.module-wrap .topbar-body:hover .tool-body .tips-box .tips-item a:hover {
	color:#00c1de
}
.module-wrap .topbar-body.no-change .tool-body .topbar-search-box form i,.module-wrap .topbar-body:hover .tool-body .topbar-search-box form i {
	color:#fff
}
.module-wrap .topbar-body .logo-cell {
	width:96px;
	height:60px;
	margin-right:64px;
	position:relative
}
.module-wrap .topbar-body .logo-cell img {
	position:absolute;
	margin-top:19px;
	width:96px;
	height:23px
}
.module-wrap .topbar-body .logo-cell img.black {
	display:none
}
.module-wrap .topbar-body .logo-cell img.white {
	display:block
}
.module-wrap .topbar-body .menu-body {
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	position:relative
}
.module-wrap .topbar-body .menu-body li {
	position:relative;
	box-sizing:border-box;
	float:left;
	height:61px;
	line-height:60px;
	font-size:14px
}
.module-wrap .topbar-body .menu-body li a {
	padding:0 16px;
	color:#373d41;
	-webkit-transition:color .2s;
	transition:color .2s
}
.module-wrap .topbar-body .menu-body li>img {
	top:7px;
	width:24px;
	position:absolute;
	right:7px
}
.module-wrap .topbar-body .menu-body li span {
	-webkit-transition:color .2s;
	transition:color .2s;
	padding:0 18px
}
.module-wrap .topbar-body .menu-body li.action,.module-wrap .topbar-body .menu-body li.action-2016 {
	border-bottom:3px solid #28d0e9
}
.module-wrap .topbar-body .menu-body li.line {
	position:absolute;
	height:3px;
	width:0;
	padding:0;
	background-color:#478fca;
	bottom:0;
	-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);
	transition:all .3s cubic-bezier(.4,0,.2,1)
}
.module-wrap .topbar-body .tool-body {
	position:relative
}
.module-wrap .topbar-body .tool-body .user-info-cell {
	display:none
}
.module-wrap .topbar-body .tool-body .login-cell {
	width:130px;
	height:61px;
	background-color:#478fca;
	text-align:center;
	color:#fff;
	line-height:60px;
	font-size:14px;
	-webkit-transition:background-color .3s;
	transition:background-color .3s
}
.module-wrap .topbar-body .tool-body .login-cell:hover {
	text-decoration:none;
	background-color:#28d0e9
}
.module-wrap .topbar-body .tool-body .topbar-search-box {
	position:absolute;
	left:-40px;
	height:60px;
	line-height:60px;
	margin-right:10px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.module-wrap .topbar-body .tool-body .topbar-search-box form {
	margin-top:16px;
	height:30px;
	line-height:0;
	position:relative;
	padding-left:40px;
	display:inline-block
}
.module-wrap .topbar-body .tool-body .topbar-search-box form i {
	top:7px;
	position:absolute;
	color:#373d41;
	font-size:18px;
	display:inline-block;
	left:10px;
	cursor:pointer;
	font-family:iconfont!important
}
.module-wrap .topbar-body .tool-body .topbar-search-box form i:before {
	content:"\EA12"!important
}
.module-wrap .topbar-body .tool-body .topbar-search-box form .search-input {
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	width:0;
	height:30px;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	border:0;
	background-color:#4f5356;
	color:#b8bcbf;
	outline:none
}
.module-wrap .topbar-body .tool-body .topbar-search-box.hover {
	left:-60px
}
.module-wrap .topbar-body .tool-body .topbar-search-box.hover form {
	background:#4f5356
}
.module-wrap .topbar-body .tool-body .topbar-search-box.hover form i {
	color:#fff
}
.module-wrap .topbar-body .tool-body .topbar-search-box.hover form .search-input {
	width:170px;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .topbar-body .tool-body .y-right li {
	margin-right:22px;
	float:right;
	text-align:left;
	height:60px;
	box-sizing:border-box;
	line-height:60px
}
.module-wrap .topbar-body .tool-body .y-right li a {
	color:#373d41;
	font-size:14px
}
.module-wrap .topbar-body .tool-body .y-right li a:hover {
	color:#478fca;
	text-decoration:none
}
.module-wrap .topbar-body.black-cell {
	border-bottom:1px solid hsla(0,0%,100%,.15)
}
.module-wrap .topbar-body.black-cell .menu-body li,.module-wrap .topbar-body.black-cell .menu-body li a,.module-wrap .topbar-body.black-cell .tool-body .tips-item a {
	color:#fff
}
.module-wrap .topbar-body.black-cell .tool-body .tips-item a:hover {
	color:#00c1de
}
.module-wrap .topbar-body.black-cell .logo-cell img.black {
	display:block
}
.module-wrap .topbar-body.black-cell .logo-cell img.white {
	display:none
}
.module-wrap .topbar-body.black-cell .topbar-search-box form i {
	color:#fff
}
.module-wrap .topbar-body.login-box .login-cell {
	display:none
}
.module-wrap .topbar-body.login-box .user-info-cell {
	display:block;
	float:right;
	width:60px;
	height:60px
}
.module-wrap .topbar-body.login-box .user-info-cell:hover {
	background-color:#00c1de
}
.module-wrap .topbar-body.login-box .user-info-cell:hover .user-info-dropdown {
	display:block
}
.module-wrap .topbar-body.login-box .user-info-cell>div {
	position:relative
}
.module-wrap .topbar-body.login-box .user-info-cell>div>img {
	margin:13px 0 0 12px;
	-webkit-border-radius:40px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:40px;
	-moz-background-clip:padding;
	border-radius:40px;
	background-clip:padding-box;
	width:36px;
	height:36px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .count-message {
	display:none;
	right:0;
	height:20px;
	padding:0 5px;
	background-color:#ff5029;
	font-size:10px;
	transform:scale(.8);
	border-radius:13px;
	top:3px;
	line-height:20px;
	position:absolute;
	color:#fff
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown {
	border-top:1px solid rgba(55,61,65,.15);
	display:none;
	position:absolute;
	top:60px;
	right:0;
	width:240px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell {
	padding-left:90px;
	position:relative;
	height:90px;
	background-color:#262c30
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell img {
	position:absolute;
	left:15px;
	top:15px;
	-webkit-border-radius:60px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:60px;
	-moz-background-clip:padding;
	border-radius:60px;
	background-clip:padding-box;
	width:60px;
	height:60px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell ul {
	padding-top:14px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell ul li {
	line-height:20px;
	height:20px;
	color:#fff
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell ul li a {
	color:#fff
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell ul li a:hover {
	color:#478fca;
	text-decoration:none
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-cell ul li.user-uid {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list {
	background-color:#373d41
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list * {
	box-sizing:border-box!important
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li {
	height:50px;
	border-top:1px solid hsla(0,0%,59%,.2)
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a {
	display:inline-block;
	height:26px;
	width:49%;
	color:#fff;
	text-align:left;
	line-height:26px;
	margin-top:12px;
	padding-left:20px;
	box-sizing:border-box;
	position:relative
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a i {
	margin-right:5px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a>img {
	position:absolute;
	width:18px;
	top:5px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a>img.white {
	display:block
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a>img.blue {
	display:none
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a:first-child {
	border-right:1px solid hsla(0,0%,100%,.2)
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a:hover {
	text-decoration:none;
	color:#00c1de
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a:hover img.white {
	display:none
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a:hover img.blue {
	display:block
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a:hover .count {
	color:#fff
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a>span {
	position:relative;
	margin-left:24px
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li a>span .count {
	right:-10px;
	height:20px;
	padding:0 5px;
	background-color:#ff5029;
	font-size:10px;
	transform:scale(.8);
	border-radius:13px;
	position:absolute;
	top:-8px;
	line-height:20px;
	display:none
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li .logout-box {
	color:hsla(0,0%,100%,.5);
	font-size:14px;
	width:auto;
	padding-left:0;
	border-right:0!important
}
.module-wrap .topbar-body.login-box .user-info-cell>div .user-info-dropdown .info-list li:first-child {
	border-top:0
}
.module-wrap .topbar-body.login-box .tool-body .topbar-search-box.hover {
	left:-100px
}
.module-wrap .topbar-body .topbar-dropdown-box {
	position:relative;
	width:100%;
	height:0;
	background-color:#272c30;
	background-color:rgba(39,44,48,.98);
	overflow:hidden;
	-webkit-transition:height .2s cubic-bezier(0,0,.2,1) .2s;
	transition:height .2s cubic-bezier(0,0,.2,1) .2s
}
.module-wrap .topbar-body .topbar-dropdown-box .close-dropdown {
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	left:50%;
	cursor:pointer;
	position:absolute;
	font-style:normal;
	bottom:20px;
	z-index:1
}
.module-wrap .topbar-body .topbar-dropdown-box .close-dropdown img {
	width:22px
}
.module-wrap .topbar-body .topbar-dropdown-box .dropdown-ing {
	height:500px;
	position:absolute;
	left:0;
	right:0;
	top:0
}
.module-wrap .topbar-body .topbar-dropdown-box.show {
	height:500px;
	-webkit-transition:height .2s cubic-bezier(.4,0,1,1);
	transition:height .2s cubic-bezier(.4,0,1,1)
}
.module-wrap .topbar-body .topbar-dropdown-box.show .close-dropdown {
	opacity:.7;
	filter:alpha(opacity=70);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
	-webkit-transition:opacity .2s .2s;
	transition:opacity .2s .2s
}
.module-wrap .topbar-body .topbar-dropdown-box.show .close-dropdown:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	-webkit-transition:opacity .2s;
	transition:opacity .2s
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs {
	position:relative;
	padding-top:20px;
	padding-bottom:80px;
	display:none
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2 {
	display:inline-block;
	padding-left:30px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2.clear-left {
	padding-left:0
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2 h1 {
	font-size:18px;
	color:#848688;
	margin-bottom:20px;
	padding-left:20px;
	cursor:default
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2 h1 a {
	color:#fff;
	display:block
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2 h1 a:hover {
	text-decoration:none;
	color:#00c1de
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2>ul>li {
	display:inline-block;
	float:left
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2>ul>li>ul>li {
	margin:0 20px 10px 0
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2>ul>li>ul>li a {
	display:inline-block;
	width:270px;
	height:40px;
	font-size:14px;
	line-height:40px;
	text-align:left;
	box-sizing:border-box;
	padding-left:20px;
	background-color:#4f5356;
	background-color:hsla(0,0%,100%,.1);
	-webkit-transition:background-color .2s;
	transition:background-color .2s;
	color:#fff
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-level2>ul>li>ul>li a:hover {
	background-color:#478fca;
	text-decoration:none
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail {
	display:inline-block;
	height:400px;
	width:700px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 {
	padding-left:30px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 li {
	display:inline-block
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 li.half {
	width:330px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 li.half a {
	height:40px;
	width:124px;
	line-height:40px;
	color:#fff;
	padding-left:22px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 li.half h1:first-child {
	margin-top:0
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 li.half h1 {
	margin-top:20px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 a {
	display:inline-block;
	width:320px;
	height:60px;
	margin:0 10px 10px 0;
	background-color:#4f5356;
	background-color:hsla(0,0%,100%,.1);
	-webkit-transition:background-color .2s;
	transition:background-color .2s
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 a h3 {
	margin:7px 0 0 21px;
	color:#fff;
	font-size:14px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 a p {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:5px 21px 0;
	color:#777f84
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 a:hover {
	text-decoration:none;
	background-color:#00c1de
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs .cell-detail .tpl1 a:hover p {
	color:#fff
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl2>li>ul>li a {
	width:180px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl3>li>ul>li a {
	width:270px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li {
	margin-right:30px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li>ul {
	width:270px;
	margin-bottom:10px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li>ul>li {
	margin:0 0 10px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li>ul>li a {
	width:270px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li>ul>li.half,.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li>ul>li.half a {
	width:130px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl4>li>ul>li.half.even {
	margin-right:10px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl5>li>ul>li a {
	width:220px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl5>li>ul>li a span {
	position:relative
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl5>li>ul>li a span img {
	left:105%;
	height:12px;
	position:absolute;
	top:50%;
	margin-top:-6px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6 {
	padding-left:30px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li {
	position:relative;
	display:inline-block
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li:hover a {
	text-decoration:none;
	background-color:#00c1de
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li:hover a p {
	color:#fff
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li:hover .sub {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li>a {
	display:inline-block;
	width:320px;
	height:60px;
	margin:0 10px 10px 0;
	background-color:#4f5356;
	background-color:hsla(0,0%,100%,.1);
	-webkit-transition:background-color .2s;
	transition:background-color .2s
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li>a h3 {
	margin:7px 0 0 21px;
	color:#fff;
	font-size:14px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li>a p {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin:5px 21px 0;
	color:#777f84
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li .sub {
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	-webkit-transition:opacity .2s;
	transition:opacity .2s;
	bottom:10px;
	width:320px;
	position:absolute;
	box-sizing:border-box
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li .sub ul {
	margin-top:-20px
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li .sub ul>li {
	float:left
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li .sub ul>li a {
	line-height:24px;
	color:#fff;
	background-color:#00b7d3;
	text-align:center;
	height:24px;
	display:block;
	margin:0
}
.module-wrap .topbar-body .topbar-dropdown-box .menu-boxs ul.tpl6>li .sub ul>li a:hover {
	text-decoration:none;
	background-color:#33cde5
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move {
	height:350px;
	border-right:1px solid #656565;
	border-right:1px solid hsla(0,0%,100%,.3);
	width:210px;
	position:relative;
	display:inline-block;
	float:left
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move.level-1 {
	width:210px
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move.level-1 a {
	display:block
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move.level-2 {
	width:160px;
	height:350px
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move.level-2 li {
	width:160px;
	font-size:14px
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move.level-2 li a {
	color:#fff;
	display:block
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move.level-2 li a:hover {
	text-decoration:none
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move li {
	position:relative;
	width:210px;
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:16px;
	color:#fff;
	z-index:2;
	box-sizing:border-box;
	padding-left:20px;
	cursor:default
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move li a {
	color:#fff
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move li a:hover {
	text-decoration:none
}
.module-wrap .topbar-body .topbar-dropdown-box .ul-move li.line {
	-webkit-transition:top .15s cubic-bezier(.4,0,.2,1);
	transition:top .15s cubic-bezier(.4,0,.2,1);
	position:absolute;
	top:0;
	background-color:#478fca;
	z-index:1
}
.topbar-body-mini .module-wrap .topbar-body,.topbar-body-mini .module-wrap .topbar-body .logo-cell {
	height:30px
}
.topbar-body-mini .module-wrap .topbar-body .logo-cell img {
	margin-top:8px;
	width:64px;
	height:15px
}
.topbar-body-mini .module-wrap .topbar-body .menu-body {
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .user-info-cell {
	height:30px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .user-info-cell>div .count-message {
	right:16px;
	width:8px;
	height:8px;
	padding:0;
	background-color:#ff5029;
	font-size:10px;
	border-radius:13px;
	top:3px;
	line-height:20px;
	position:absolute;
	color:#ff5029
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .user-info-cell>div .count-message span {
	display:none
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .user-info-cell>div .user-info-dropdown {
	top:30px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .user-info-cell>div>img {
	margin:3px 0 0 18px;
	-webkit-border-radius:24px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:24px;
	-moz-background-clip:padding;
	border-radius:24px;
	background-clip:padding-box;
	width:24px;
	height:24px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .login-cell {
	width:120px;
	height:31px;
	font-size:12px;
	line-height:30px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .y-right li {
	float:right;
	height:30px;
	line-height:30px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .y-right li a {
	font-size:12px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .topbar-search-box {
	height:30px;
	line-height:30px
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .topbar-search-box form {
	margin-top:0
}
.topbar-body-mini .module-wrap .topbar-body .tool-body .topbar-search-box form .icon-Search {
	font-size:14px;
	top:9px
}


.banner-tab {
  z-index: 989;
  position: absolute;
  bottom: 63px;
  left: 50%;
}
.banner-tab .banner-tab-li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  float: left;
  color: #FFFFFF;
  width: 26px;
  height: 4px;
  margin: 0 3px;
  cursor: pointer;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner-tab.dark .banner-tab-li {
  background: #a1a1a3;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.banner-tab.dark .banner-tab-li:hover {
  background: #fff;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.banner-tab.dark .banner-tab-li.active {
  background: #fff;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.banner-tab.light .banner-tab-li {
  background: #94a4ae;
  background-color: rgba(94, 99, 101, 0.3);
  padding: 10px 0;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.banner-tab.light .banner-tab-li:hover {
  background-color: #373D41;
  background-color: #5e6365;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.banner-tab.light .banner-tab-li.active {
  background-color: #373D41;
  background-color: #5e6365;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes banner-slide-20{ 0%{opacity:0;-webkit-transform: translate3d(0, -20px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes banner-slide-20{ 0%{opacity:0;-moz-transform: translate3d(0, -20px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes banner-slide-20{ 0%{opacity:0;-o-transform: translate3d(0, -20px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes banner-slide-20{ 0%{opacity:0;-webkit-transform: translate3d(0, -20px, 0);-moz-transform: translate3d(0, -20px, 0);-ms-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes banner-slide-40{ 0%{opacity:0;-webkit-transform: translate3d(0, -40px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes banner-slide-40{ 0%{opacity:0;-moz-transform: translate3d(0, -40px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes banner-slide-40{ 0%{opacity:0;-o-transform: translate3d(0, -40px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes banner-slide-40{ 0%{opacity:0;-webkit-transform: translate3d(0, -40px, 0);-moz-transform: translate3d(0, -40px, 0);-ms-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes banner-slide-60{ 0%{opacity:0;-webkit-transform: translate3d(0, -60px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes banner-slide-60{ 0%{opacity:0;-moz-transform: translate3d(0, -60px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes banner-slide-60{ 0%{opacity:0;-o-transform: translate3d(0, -60px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes banner-slide-60{ 0%{opacity:0;-webkit-transform: translate3d(0, -60px, 0);-moz-transform: translate3d(0, -60px, 0);-ms-transform: translate3d(0, -60px, 0);transform: translate3d(0, -60px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes banner-slide-80{ 0%{opacity:0;-webkit-transform: translate3d(0, -80px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes banner-slide-80{ 0%{opacity:0;-moz-transform: translate3d(0, -80px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes banner-slide-80{ 0%{opacity:0;-o-transform: translate3d(0, -80px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes banner-slide-80{ 0%{opacity:0;-webkit-transform: translate3d(0, -80px, 0);-moz-transform: translate3d(0, -80px, 0);-ms-transform: translate3d(0, -80px, 0);transform: translate3d(0, -80px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes re-banner-slide-20{ 0%{opacity:0;-webkit-transform: translate3d(0, 20px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes re-banner-slide-20{ 0%{opacity:0;-moz-transform: translate3d(0, 20px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes re-banner-slide-20{ 0%{opacity:0;-o-transform: translate3d(0, 20px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes re-banner-slide-20{ 0%{opacity:0;-webkit-transform: translate3d(0, 20px, 0);-moz-transform: translate3d(0, 20px, 0);-ms-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes re-banner-slide-40{ 0%{opacity:0;-webkit-transform: translate3d(0, 40px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes re-banner-slide-40{ 0%{opacity:0;-moz-transform: translate3d(0, 40px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes re-banner-slide-40{ 0%{opacity:0;-o-transform: translate3d(0, 40px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes re-banner-slide-40{ 0%{opacity:0;-webkit-transform: translate3d(0, 40px, 0);-moz-transform: translate3d(0, 40px, 0);-ms-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes re-banner-slide-60{ 0%{opacity:0;-webkit-transform: translate3d(0, 60px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes re-banner-slide-60{ 0%{opacity:0;-moz-transform: translate3d(0, 60px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes re-banner-slide-60{ 0%{opacity:0;-o-transform: translate3d(0, 60px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes re-banner-slide-60{ 0%{opacity:0;-webkit-transform: translate3d(0, 60px, 0);-moz-transform: translate3d(0, 60px, 0);-ms-transform: translate3d(0, 60px, 0);transform: translate3d(0, 60px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes re-banner-slide-80{ 0%{opacity:0;-webkit-transform: translate3d(0, 80px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);}}
@-moz-keyframes re-banner-slide-80{ 0%{opacity:0;-moz-transform: translate3d(0, 80px, 0);}100%{ opacity:1;-moz-transform: translate3d(0, 0, 0);}}
@-o-keyframes re-banner-slide-80{ 0%{opacity:0;-o-transform: translate3d(0, 80px, 0);}100%{ opacity:1;-o-transform: translate3d(0, 0, 0);}}
@keyframes re-banner-slide-80{ 0%{opacity:0;-webkit-transform: translate3d(0, 80px, 0);-moz-transform: translate3d(0, 80px, 0);-ms-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0);}100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
[not-existing] {
  zoom: 1;
}
.i5ai-top-banner .module-wrap .index-menu {
  position: absolute;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 999;
}
.i5ai-top-banner .module-wrap .left-header {
  color: #000;
  top: 20px;
  left: 0;
  text-align: left;
  line-height: 40px;
  max-width:50%;
  padding-right:20px;
}
.i5ai-top-banner .module-wrap .left-header h1 {
  text-align: left;
  font-size: 40px;
}
.i5ai-top-banner .module-wrap .left-header p {
  text-align: left;
  font-size: 18px;
}
.i5ai-top-banner .module-wrap .left-header a {
  text-decoration: none;
  outline: none;
}
.i5ai-top-banner .module-wrap .left-header .layer-btn {
  outline: none;
  cursor: pointer;
  margin-top: 30px;
  font-size: 16px!important;
  float: left;
  width: 120px;
  height: 36px;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.i5ai-top-banner .module-wrap .right-image {
  top: 0;
  width: 100%;
}
.i5ai-top-banner .module-wrap .banner-container {
  height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.i5ai-top-banner .module-wrap [data-hover-container] {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 350px;
}
.i5ai-top-banner .module-wrap [data-hover-container] .banner-row {
  position: relative;
  min-width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group] {
  position: absolute;
  height: 350px;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].bottom {
  visibility: visible;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].bottom-ie {
  visibility: visible;
  top: 350px;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].center {
  visibility: visible;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].center-ie {
  visibility: visible;
  z-index: 100;
  top: 0;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group] .y-row {
  position: relative;
  height: 100%;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-up .left-header {
  -webkit-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-up .right-image:nth-of-type(1) {
  -webkit-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-up .right-image:nth-of-type(2) {
  -webkit-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-up .right-image:nth-of-type(3) {
  -webkit-animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-up .right-image:nth-of-type(4) {
  -webkit-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-down .left-header {
  -webkit-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-down .right-image:nth-of-type(1) {
  -webkit-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-down .right-image:nth-of-type(2) {
  -webkit-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-down .right-image:nth-of-type(3) {
  -webkit-animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-60 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-group].animating-enter-down .right-image:nth-of-type(4) {
  -webkit-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -moz-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -o-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-ignore-group] {
  z-index: 900;
  height: 0 !important;
}
.i5ai-top-banner .module-wrap [data-hover-container] [data-base-layer] {
  z-index: 90;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.i5ai-top-banner .module-wrap [data-hover-container] .layer {
  text-align: center;
  position: absolute;
}
.i5ai-top-banner .module-wrap [data-hover-container] .layer img {
  width: 600px;
  position: absolute;
  right: 20px;
  height: 350px;
}
@media ( max-width : 1200px) {
	.i5ai-top-banner .module-wrap [data-hover-container] .layer img {
	  width: 50%;
	  position: absolute;
	  right: 20%;
	  height: 350px;
	}
}
.i5ai-top-banner .module-wrap .banner-container.dark {
  background: #24282C;
}
.i5ai-top-banner .module-wrap .banner-container.dark h1 {
  color: rgb(26,67,137);
}
.i5ai-top-banner .module-wrap .banner-container.dark p {
  color: #478fca;
}
.i5ai-top-banner .module-wrap .banner-container.dark .left-header {
  color: #fff;
}
.i5ai-top-banner .module-wrap .banner-container.dark button {
  color: rgb(26,67,137);
  border: 1px solid rgb(26,67,137);
  background: #373d41;
  background: transparent;
}
.i5ai-top-banner .module-wrap .banner-container.dark button:hover {
  color: #373d41;
  background: #fff;
}
.i5ai-top-banner .module-wrap .banner-container.light {
  background: #fff;
  color: #373d41;
}
.i5ai-top-banner .module-wrap .banner-container.light h1 {
  color: #373d41;
}
.i5ai-top-banner .module-wrap .banner-container.light p {
  color: #373d41;
}
.i5ai-top-banner .module-wrap .banner-container.light .left-header {
  color: #373d41;
}
.i5ai-top-banner .module-wrap .banner-container.light .layer-btn {
  color: #373d41;
  border: 1px solid #373d41;
  background: #fff;
  background: transparent;
}
.i5ai-top-banner .module-wrap .banner-container.light .layer-btn:hover {
  color: #fff;
  background: #373d41;
}
.layer-btn{
	padding-bottom:5px;
}


/* 内外边距通常让各个浏览器样式的表现位置不同 */
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, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
  -webkit-font-smoothing: antialiased;
}