/*导航栏*/

.navbar {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	/*height: 75px;*/
	height: 66px;
	-webkit-backface-visibility: hidden;
	/* background-color: rgba(255, 255, 255, .9); */
	background-color: white;
	border: none;
	/* box-shadow: 0 0 4px 2px #dbe7fb; */
}
.modal {
	padding-right: 0 !important;
}

.nav a {
	/* color: #333333 !important; */
}

/* .nav a:hover {
    color: #ff9120 !important;
} */

.page-scroll {
	color: #333333 !important;
	float: left;
}

.navbar-nav {
	/*height: 75px;*/
	height: 65px;
	margin-left: 5px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #777;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: white;
	/* background: url(img/nav-background.png) 0 0 repeat-x; */
	background-size: auto 100%;
}

.navbar-right .dropdown-menu {
	left: -1px;
}

.navbar-nav li {
	text-align: center;
	padding: 0 5px;
	height: 103%;
	/*line-height: 75px;*/
	/* line-height: 66px; */
	/* width: 86px; */
	/* background: white; */
}
.navbar-nav li:hover {
	/* background: transparent; */
	color: #ea9900;
}

.navbar-default .navbar-nav > .open > a {
	background: transparent !important;
}

.dropdown-menu li {
	width: auto;
}

.dropdown-menu {
	min-width: 134px;
}

.left-nav li {
	padding: 26px 0;
	display: block;
	margin: 0 auto;
	width: 45px;
	border-bottom: 1px solid white;
}

.left-nav li:nth-child(1) {
	background: url('img/down-icon.png') center center no-repeat;
}

.left-nav li:nth-child(2) {
	background: url('img/man-icon.png') center center no-repeat;
}

.left-nav li:nth-child(3) {
	background: url('img/laugh-icon.png') center center no-repeat;
}

.left-nav li:nth-child(4) {
	background: url('img/time-icon.png') center center no-repeat;
}

.left-nav li:nth-child(5) {
	background: url('img/wechat-icon.png') center center no-repeat;
}

.left-nav li:nth-child(6) {
	background: url('img/top-icon.png') center center no-repeat;
}

.left-nav li:nth-last-child(1) {
	border-bottom: none;
}

.navbar-default .navbar-nav > li > a:hover,
.hover {
	/* color: #ff9120 !important; */
	cursor: pointer;
	/* border-bottom: 2px solid #ff9120; */
}
.navbar-nav-li-hover {
	color: #ea9900 !important;
}
.navbar-nav-li-hover #dLabel {
	color: #ea9900 !important;
}
#dLabel {
	color: #333333 !important;
}

.index-login-reg {
	display: inline-block;
	float: right;
	padding: 0 15px;
	background-color: #ea9900;
	cursor: pointer;
	color: #fff;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	margin-top: 15px;
	margin-right: 10px;
}
.index-login-reg-online {
	background-color: transparent;
	border: 1px solid #ea9900;
	color: #ea9900;
}
.abc {
	color: white !important;
	cursor: pointer;
	/* background: url('img/nav-background.png') 0 0 repeat-x; */
	background-size: auto 100%;
}

.navbar-brand {
	padding-top: 10px;
	/* margin-top: 18px; */
}
.dropdown-menu li {
	text-align: left;
}


.dropdown-menu>li>a:hover {
	background-color: transparent !important;
	color: #ea9900 !important;
}

.dropdown-menu li a {
	color: #808080 !important;
	padding: 10px 33px !important;
	text-align: center;
}

.dropdown-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0 !important;
	border-radius: 4px !important;
}

.left-nav {
	width: 60px;
	height: 318px;
	background: #444444;
	position: fixed;
	right: 50px;
	top: 100px;
}

.telephone-icon {
	position: relative;
	bottom: 4px;
	padding-right: 4px;
}

.banner-text h1 {
	font-size: 70px;
}

.banner-text h2 {
	font-size: 30px;
	color: white;
	font-family: serif;
}

.title-phone {
	text-align: center;
	height: 100%;
	float: left;
	/*line-height: 75px;*/
	line-height: 66px;
	padding-left: 20px;
}

.title-phone:hover .title-download-code {
	display: block;
}

.title-download {
	padding-left: 30px;
	position: relative;
}

.telephone {
	color: #ffab00 !important;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 0 10px;
	/*line-height: 75px;*/
	line-height: 66px;
	/* font-weight: bold; */
	font-size: 16px;
}
.navbar-index-top .nav > li > a {
	font-size: 14px !important;
}

.navbar-toggle {
	margin-top: 20px;
}

.li-active {
}



/* 头部 */

.index-logo,
.index-logo-white {
	display: inline-block;
	float: left;
	margin: 0;
	line-height: 0;
	
}
.index-logo img,
.index-logo-white img {
	margin-top: 7px;
    width: 178px;
}
.index-logo-white {
	display: none;
}
.index-before {
	display: inline-block;
	position: relative;
	top: 11px;
	color: #ff9120;
	font-size: 18px;
	letter-spacing: 3px;
}
.index-before::before {
	content: '';
	height: 22px;
	width: 2px;
	display: inline-block;
	background: #ff9120;
	padding-right: 1px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

#index-nav {
	  display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    /* font-weight: 700; */
}

/*导航栏结束*/



/* 右侧悬浮导航 */
/* .index-body .right-nav,.ng-my .right-nav,.public .right-nav ,.agreement-body .right-nav{
    height: 348px;
    margin-top: -174px;
} */

.right-nav {
	position: fixed;
	right: 0;
	width: 80px;
	top: 400px;
	/* background: #fbfbfb; */
	margin-top: -174px;
	/* border-radius: 5px; */
	/* border:1px solid #ebeef4; */
	z-index: 99;
	width: 70px;

}
.right-nav-footer{
	right: 0;
	width: 80px;
	height: 70px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #fbfbfb; */
	/* border-radius: 5px; */
	/* border:1px solid #ebeef4; */
	z-index: 99;
	color: #fff;
	width: 70px;
	background: #849CC3;
	border-radius: 6px 0 0 6px;
}

.right-nav-child {
	height: 208px;
	margin-top: -104px;
}

.right-nav li {
	padding-top: 18px;
	height: 77px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	/* border-bottom: 1px solid #fff; */
	background: #ea9900;
}
.right-nav li::after{
    content: "";
    height: 1px;
    width: 53px;
    display: inline-block;
    background: rgba(255, 255, 255,.5);
    position: absolute;
    margin: 0 auto;
    right: 8px;
    /* top: 20px; */
    margin-top: 15px;
}
/* .right-nav li:hover{
    background: #669ff7;
} */
.right-nav li i {
	color: #333333;
}
.right-nav li:hover i {
	color: white;
}
.right-nav li:hover span {
	color: white;
}
.right-nav li:nth-child(1):before{
	content: "";
    height: 1px;
    width: 53px;
    display: inline-block;
    background: rgba(255, 255, 255,.5);
    position: absolute;
    margin: 0 auto;
    right: 8px;
	margin-top: -14px;
}
.right-nav li:nth-last-child(2) {
	padding-top: 0;
	border: none;
	line-height: 69px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 0 6px;
}
#top:after{
	display: none;
}
/* @media all and (-ms-high-contrast:none) {
    .right-nav li:nth-last-child(1) {
        padding-top: 15px !important;
        border: none;
        line-height: 69px;
    }
 } */

.right-nav li span {
	font-size: 12px;
	/* margin: 5px 0; */
	letter-spacing: 0.43px;
	display: block;
	color: #fff;
}

.right-nav li:nth-child(1):hover .right-nav-show {
	display: block;
}
.right-nav li:nth-child(1):hover .right-nav-contact-1 {
	visibility: visible;
}
/* .right-nav li:nth-child(2):hover .right-nav-contact {
    visibility: visible;
} */
.right-nav li:nth-child(2):hover .right-nav-show {
	display: block;
}
.right-nav li:nth-child(3):hover .right-nav-show {
	display: block;
}
.right-nav-contact:hover {
	visibility: visible;
}
.right-nav-contact {
	width: 278px;
	height: 180px;
	background: #f3f6ff;
	position: absolute;
	right: 90px;
	top: 15px;
	transition: 0.5s ease all;
	visibility: hidden;
	padding-top: 5px;
	box-shadow: 0 0 5px 0 rgba(32, 156, 255, 0.35);
	padding-top: 34px;
	padding: 34px 30px 38px 38px;
	text-align: left;
}

.right-nav-contact:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 85px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
}
.right-nav-contact-1 {
	width: 160px;
	height: 48px;
	background: #fff;
	position: absolute;
	right: 90px;
	top: 15px;
	visibility: hidden;
	transition: 0.5s ease all;
	box-shadow: 0 2px 22px 1px rgba(0,0,0,0.05);
	line-height: 48px;
	border-radius: 6px;
}
.right-nav-contact-1 p:nth-child(1) {
	font-size: 16px;
	color: #333333;
}

.right-nav-contact-1:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 19px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
}
.right-nav-show {
	width: 160px;
	height: 114px;
	background: #FFFFFF;
	box-shadow: 0 2px 22px 1px rgba(0,0,0,0.05);
	position: absolute;
	right: 90px;
	top: 71px;
	display: none;
	text-align: center;
	border-radius: 6px;
	padding-top: 10px;
}

.right-nav-show p {
	margin: 2px 0 !important;
}

.right-nav-show:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 52px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid white;
	border-bottom: 5px solid transparent;

}


#quickmodal {
	position: absolute;
	left: -535px;
	display: none;
}

.quickmodal-right {
	position: absolute;
	right: 17px;
	top: 84px;
}

.quickmodal-right:hover {
	/* transform: scale(1.1); */
	animation: opac2 0.1s linear forwards;
}

.index-nav-quick {
	position: relative;
}

.index-nav-quick:hover span {}

#aff-im-root .embed-icon {
	position: fixed;
	right: 0 !important;
	top: 191px !important;

	background-size: 70px 77px !important;
	z-index: 1000;
}

#aff-im-root .embed-icon-default {
	width: 70px !important;
	height: 77px !important;
}




