#top-menu, #top-menu .menu-container {
	background: 0 0
}

#top-menu, #top-menu .menu-container .page {
	border-bottom: none
}

body {
	padding-top: 0
}

#top-menu {
	position: absolute;
	left:0;
	top:0;
	z-index:1000;
}

#top-menu .menu-container .item:hover, #top-menu .menu-container .right-menu .dropdown {
	background-color: transparent
}

#top-menu .account-change {
	color: #fff!important;
}
#top-menu .menu-container .item {
	color: #fff
}
#top-menu .menu-container .item .icon_bot{
	width: 11px;
    height: 11px;
    background: url(../../image/header/new/bot_icon@2x.png);
    background-size:cover;
}
#top-menu .menu-container .page:hover {
	color: #fff !important;
	border-bottom: none;
	background-color: transparent
}
#top-menu .menu-container .page:hover:after {
	content:'';
    background: inherit;
    height: 0;
}
#top-menu .menu-container .item .bottom-arrow1 {
	border-top-color: transparent;
	border-top-color: #fff;
}
#top-menu .menu-container .item .bottom-arrow2 {
	border-top-color: transparent;
	border-top-color: #425772;
}

#top-menu .menu-container .top-search .input {
	background-color: #fff;
	width: 234px;
	border: none
}

#top-menu .menu-container .top-search .input .search {
	/* font-size: 20px */
}

#top-menu .menu-container .login {
	background-color: transparent
}

#top-menu .menu-container a.logo {
	background: url(../../image/index/logo.png) center center no-repeat;
	background-image: -webkit-image-set(url(../../image/index/logo.png) 1x, url(../../image/index/logo@2x.png) 2x);
	background-size: 100% auto;
}

.inn-index p {
	margin: 0
}

.inn-index em {
	font-style: normal
}

.inn-index .top-banner {
	position: relative;
	min-height: 37vw;
	background-color: #fff
}

.inn-index .top-banner .banner-list li img {
	width: 100%;
	vertical-align: middle
}

.inn-index .top-content {
	position: absolute;
	top: 34%;
	width: 100%;
	color: #fff;
	text-align: center
}

.inn-index .top-content .title {
	margin-bottom: 20px;
	font-size: 48px
}

.inn-index .top-content .sub-title {
	margin-bottom: 50px;
	font-size: 24px;
	color: #ddd
}

.inn-index .top-content .actions .btn {
	display: inline-block;
	width: 190px;
	padding: 16px 0;
	border-radius: 25px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 18px
}

.inn-index .top-content .actions .btn:first-child {
	margin-right: 45px
}

.inn-index .top-content .actions .btn.blue {
	background: -webkit-linear-gradient(left, #308EFF, #0075E0);
	background: linear-gradient(to right, #308EFF, #0075E0)
}

.inn-index .top-content .actions .btn.light {
	border: 1px solid #fff;
	padding: 15px 0
}

.inn-index .top-content .actions .btn.light:hover {
	background-color: #fff;
	color: #000
}

.inn-index .home-box {
	background-color: #fff
}

.inn-index .home-box .box-ly {
	width: 1000px;
	margin: 0 auto
}

.inn-index .home-box .box-hd {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-size: 32px;
	text-align: center
}

.inn-index .home-box .box-hd::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 44px;
	height: 3px;
	background-color: #44A0FF
}

.inn-index .home-box .box-actions {
	text-align: center
}

.inn-index .home-box .box-actions .btn {
	display: inline-block;
	width: 150px;
	padding: 11px 0;
	border-radius: 19px;
	line-height: 1;
	text-align: center;
	color: #000;
	border: 1px solid #9b9b9b;
	font-size: 14px
}

.inn-index .home-box .box-actions .btn:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, #289EFF, #0075E0);
	background: linear-gradient(to right, #289EFF, #0075E0);
	border: 1px solid #44A0FF
}

.inn-index .service-list {
	padding-top: 35px;
	padding-bottom: 0;
	background-color: #fff
}

.inn-index .service-list li {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
	color: #000
}

.inn-index .service-list li::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 0
}

.inn-index .service-list li:not(:first-child) {
	margin-left: 200px
}

.inn-index .service-list .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 1px dashed #d1d1d1
}

.inn-index .service-list .icon img {
	width: 64px;
	height: 64px;
	vertical-align: middle
}

.inn-index .service-list .desc {
	font-size: 16px
}

.inn-index .service-list .box-bd {
	margin-bottom: 45px
}

.inn-index .service-list .box-actions .btn-2 {
	display: inline-block;
	width: 190px;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	background-image: -webkit-linear-gradient(left, #51B1FF, #258FE6);
	background-image: linear-gradient(to right, #51B1FF, #258FE6);
	color: #fff;
	font-size: 16px
}

.inn-index .service-list .box-actions .btn-2:hover {
	background-image: -webkit-linear-gradient(left, #5c9edf, #3181cd);
	background-image: linear-gradient(to right, #5c9edf, #3181cd)
}

.inn-index .service-list .p1980-a {
	display: block;
	margin: 0 auto;
	width: 1000px
}

.inn-index .service-list .p1980-in {
	height: 295px;
	background: url(../../image/1980/1980-in-bg.png) 0 center no-repeat;
	text-align: center
}

.inn-index .service-list .p1980-in .p1980-tips {
	padding-top: 63px;
	font-size: 18px;
	color: #fff
}

.inn-index .service-list .p1980-in .p1980-title {
	margin-top: 13px;
	font-size: 28px;
	color: #fff
}

.inn-index .service-list .p1980-in .btn {
	font-size: 18px;
	color: #178DF2;
	letter-spacing: 0;
	background: #FFF;
	box-shadow: 0 2px 19px 0 rgba(0, 56, 101, .34);
	border-radius: 100px;
	height: 50px;
	width: 192px;
	line-height: 50px;
	display: block;
	margin: 21px auto 0
}

.inn-index .user-list {
	position: relative;
	padding-top: 75px;
	padding-bottom: 40px;
	background: url(../../image/index/perfect.png) center 75px no-repeat #fafafa;
	background-size: 616px
}

.inn-index .user-list .box-bd {
	margin-bottom: 30px
}

.inn-index .user-list .users {
	float: left;
	width: 730px
}

.inn-index .user-list .users ul {
	margin-left: -10px
}

.inn-index .user-list .users li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 236px;
	height: 205px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #fff
}

.inn-index .user-list .users li a {
	display: block;
	color: #000
}

.inn-index .user-list .users li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.inn-index .user-list .users .avatar {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center
}

.inn-index .user-list .users .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle
}

.inn-index .user-list .users .info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 18px;
	padding: 0 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	text-align: center
}

.inn-index .user-list .users .info span {
	display: inline-block
}

.inn-index .user-list .users .desc, .inn-index .user-list .users .rating-content em {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.inn-index .user-list .users .desc {
	padding: 0 20px;
	height: 55px;
	margin-bottom: 17px;
	font-size: 14px;
	color: #4a4a4a
}

.inn-index .user-list .users .data {
	border-top: 1px solid #eaeaea;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 12px;
	color: #4a4a4a
}

.inn-index .user-list .users .data span {
	margin-right: 10px
}

.inn-index .user-list .users .data em {
	color: #44A0FF
}

.inn-index .user-list .users .rating-content {
	position: absolute;
	width: 100%;
	left: 0;
	background: -webkit-linear-gradient(top, #289EFF, #0075E0);
	background: linear-gradient(to bottom, #289EFF, #0075E0);
	color: #fff;
	padding: 10px 20px 20px;
	font-size: 14px;
	text-align: justify;
	bottom: 0;
	-webkit-transform: translateY(110px);
	transform: translateY(110px);
	height: 110px;
	line-height: 16px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.inn-index .user-list .users .rating-content .num {
	margin-bottom: 10px;
	font-size: 12px
}

.inn-index .user-list .users .rating-content em {
	text-overflow: ellipsis;
	font-style: normal
}

.inn-index .user-list .users li:hover .rating-content {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.inn-index .user-list .interview-user {
	position: relative;
	float: left;
	margin-left: 10px;
	background: -webkit-linear-gradient(top, #289EFF, #0075E0);
	background: linear-gradient(to bottom, #289EFF, #0075E0)
}

.inn-index .user-list .interview-user:hover {
	box-shadow: 0 0 15px rgba(37, 143, 230, .5)
}

.inn-index .user-list .interview-user:hover .arrow {
	display: block;
	opacity: .6
}

.inn-index .user-list .interview-user .item {
	display: block;
	width: 260px;
	height: 420px;
	padding: 20px;
	color: #fff
}

.inn-index .user-list .interview-user .avatar {
	margin-top: 40px;
	margin-bottom: 27px;
	text-align: center
}

.inn-index .user-list .interview-user .avatar img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #fff;
	vertical-align: middle
}

.inn-index .user-list .interview-user .info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	text-align: center
}

.inn-index .user-list .interview-user .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	height: 160px;
	font-size: 14px;
	line-height: 20px
}

.inn-index .user-list .interview-user .arrow {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url(../../image/common/arrow_right_full.png);
	background-size: contain
}

.inn-index .data-list {
	padding: 50px 0
}

.inn-index .data-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.inn-index .data-list li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 1%;
	text-align: center
}

.inn-index .data-list li:not(:first-child) {
	border-left: 1px solid #e2e2e2
}

.inn-index .data-list li .num {
	margin-bottom: 5px;
	font-size: 48px
}

.inn-index .data-list li .txt {
	font-size: 16px;
	color: #4a4a4a
}

.inn-index .success-example {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fafafa
}

.inn-index .success-example .left-hd {
	float: left;
	width: 135px;
	margin-right: 65px
}

.inn-index .success-example .left-hd .txt {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700
}

.inn-index .success-example .left-hd .txt::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 44px;
	height: 3px;
	background-color: #44A0FF
}

.inn-index .success-example .left-hd .btn {
	text-align: center
}

.inn-index .success-example .left-hd .btn a {
	display: block;
	width: 120px;
	padding: 11px 0;
	border-radius: 19px;
	line-height: 1;
	text-align: center;
	color: #000;
	border: 1px solid #9b9b9b;
	font-size: 14px
}

.inn-index .success-example .left-hd .btn a:hover {
	color: #fff;
	background: -webkit-linear-gradient(left, #289EFF, #0075E0);
	background: linear-gradient(to right, #289EFF, #0075E0);
	border: 1px solid #44A0FF
}

.inn-index .success-example .box-bd {
	float: left
}

.inn-index .success-example li {
	float: left;
	background-color: #fff;
	width: 260px
}

.inn-index .success-example li a {
	display: block;
	color: #000
}

.inn-index .success-example li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.inn-index .success-example li:not(:first-child) {
	margin-left: 10px
}

.inn-index .success-example li .thumb img {
	width: 260px;
	height: 200px;
	vertical-align: middle
}

.inn-index .success-example li .content {
	padding: 20px
}

.inn-index .success-example li .content p {
	font-size: 14px
}

.inn-index .success-example li .content .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700
}

.inn-index .success-example li .content .price {
	margin-bottom: 5px;
	font-size: 36px;
	font-weight: 700
}

.inn-index .index-actions {
	background: url(../../image/index/bg_dot.png) #189df6;
	background-size: 100% 200px;
	height: 200px
}

.inn-index .index-actions .box-ly {
	padding-top: 75px;
	text-align: center
}

.inn-index .index-actions .box-ly .btn {
	display: inline-block;
	width: 190px;
	padding: 16px 0;
	border-radius: 25px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 18px
}

.inn-index .index-actions .box-ly .btn:first-child {
	margin-right: 45px
}

.inn-index .index-actions .box-ly .btn.white {
	background-color: #fff;
	color: #189df6
}

.inn-index .index-actions .box-ly .btn.light {
	border: 1px solid #fff;
	padding: 15px 0
}

.inn-index .index-actions .box-ly .btn.light:hover {
	background-color: #0E8FF8
}

.friend-links {
	margin-top: 0
}


.nav-button-type1{
	margin-right:12px;
}

.nav-button-type2{
	margin-right:3px;
	position:relative;
	right: -3px;
}