/* 顶部导航 */
/* pc 端 */
.pc_nav{
	z-index: 5;
	height: 90px;
	position: fixed;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	top: 0px;
	background: #fff;
	padding: 0 30px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

.pc_nav .header1 {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_nav .header1 .nav-list{
	min-width:520px;
	max-width: 800px;
	width: 100%;
	height: 90px;
	margin-left: 25px;
	margin-right: 25px;
}

.pc_nav .header1 .nav-list li {
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	flex: 1;
	-webkit-transition: all .3s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all .3s cubic-bezier(0.86, 0.5, 1, 1);
}

.pc_nav .header1 .nav-list li>a {
	color: #333;
	display: block;
	position: relative;
	-webkit-transition: color .5s;
	transition: color .5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.pc_nav .header1.scroll {
	height: 70px
}

.pc_nav .header1.scroll .nav-list {
	height: 70px;
	line-height: 70px
}

.pc_nav .header1.scroll .nav-list li {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important
}

.hvr-left {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative
}
.hvr-left:before {
	content: " ";
	position: absolute;
	z-index: -1;
	background: #1890ff;
	left: 50%;
	right: 0;
	width: 0%;
	bottom: 0;
	height: 3px;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.active-nav:before{
	width: 100%;
}
.hvr-left:hover:before {
	width: 80%
}
.active-nav:hover:before{
	width: 100%;
}
.hvr-left.cur:before {
	width: 100%
}

.header1 .nav-sub {
	width: 180px;
	background: #fff;
	position: absolute;
	top: 90px;
	left: 0;
	height: auto;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s
}

.header1 .nav-sub.active {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.header1.scroll .nav-sub {
	top: 70px
}

.header1 .nav-sub .n-nav-sub {
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s
}

.header1 .nav-sub.active .n-nav-sub {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .2s .3s;
	transition: all .2s .3s
}

.header1 .nav-sub a {
	height: 45px;
	line-height: 45px;
	display: block;
	padding: 0 20px;
	text-align: left;
	color: #333;
	font-size: 14px;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all .3s cubic-bezier(0.86, 0.5, 1, 1)
}
/* 导航子菜单 */
.header1 .nav-sub a:hover {
	/* background-color: #b72024; */
	background-color: #207deb;
	color: #fff
}

 .header1 .nav-sub .nav-arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 16px;
	height: 16px;
	opacity: 0;
	-webkit-transform: rotate(0deg) translate(-20px, 0px);
	-ms-transform: rotate(0deg) translate(-20px, 0px);
	transform: rotate(0deg) translate(-20px, 0px)
}

.header1 .nav-sub a:hover .nav-arrow {
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
	transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 300ms;
	opacity: 1;
	-webkit-transform: rotate(0deg) translate(0px, 0px);
	-ms-transform: rotate(0deg) translate(0px, 0px);
	transform: rotate(0deg) translate(0px, 0px)
}

.pc_nav .icon-up:before {
	content: '\e6a7'
}

.header1 .nav-sub .nav-arrow:before {
	font-size: 16px;
	color: #fff
}

.header-right-login{
	margin-right: 10px;
}

.header-right-login img{
	margin-right: 1px;
}

.header-right-login p{
	white-space: nowrap;
}
.header-right-lang a{
	color: #333;
}

/* 移动端顶部 */
.header2 {
	height: 60px;
	position: fixed;
	background: #fff;
	z-index: 5;
	top: 0;
	width: 100%;
	display: none;
}

.header2 .main-wrap {
	height: 60px;
	padding: 0 3%;
}

.header2 .nav-btn {
	width: 25px;
	height: 16px;
	position: relative;
	cursor: pointer;
}

.header2 .nav-btn.active {
	-webkit-animation: rotate .5s linear 0s;
	animation: rotate .5s linear 0s;
}

.header2 .nav-btn .line {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #333;
	position: absolute;
	left: 50%;
	margin-left: -15px
}

.header2 .nav-btn .line1 {
	-webkit-transform-origin: 4px 0;
	-ms-transform-origin: 4px 0;
	transform-origin: 4px 0
}

.header2 .nav-btn.active .line1 {
	top: 0px
}

.header2 .nav-btn.hover .line {
	background: #b72024
}

.header2 .nav-btn .line2 {
	top: 7px;
}

.header2 .nav-btn .line3 {
	bottom: 0;
	-webkit-transform-origin: 1px center;
	-ms-transform-origin: 1px center;
	transform-origin: 1px center
}

.header2 .sub-menu {
	width: 100%;
	padding: 0 3%;
	display: none;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 2;
	overflow-y: auto
}

.header2 .sub-menu ul {
	width: 100%;
	overflow-y: auto;
	height: calc(100vh - 55px - 1.5rem)
}

.js-m-3 {
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

.js-m-3.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.header2 .sub-menu li {
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	padding: 0 20px
}

.header2 .sub-menu .tit {
	display: inline-block;
	text-decoration: none;
	width: 80%;
	line-height: 60px;
	color: #333;
	position: relative;
	box-sizing: border-box
}
.header2 .sub-menu .sub-tit.on {
	background-color: #e9e9e9
}

.header2 .sub-menu .sec-list {
	line-height: 40px;
	padding: 10px 0%;
	display: none
}

.header2 .sub-menu .jt {
	position: relative;
	display: inline-block;
	width: 10%;
	height: 60px;
	text-align: center;
	background: 0;
	float: right
}

.header2 .sub-menu .jt:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/rbqbhvzezzkeubjmaaaaamfrel8486.png) no-repeat center;
	background-size: 17px auto;
	position: absolute;
	right: 3%;
	top: 15px
}

.header2 .sub-menu .jt.jtRote:after {
	background: url(../images/rbqbg1zez1eebkkyaaaaadz6rb0116.png) no-repeat center;
	background-size: 20px auto
}

.header2 .sub-menu .sec-list p {
	background: url(../images/rbqbhvzedjgefkuaaaaaagbohja006.png) no-repeat left center;
	background-size: 3px auto;
	font-size: 14px
}

.header2 .sub-menu .sec-list a {
	padding-left: 5%;
	color: #666;
	display: block
}
.header2 .sub-menu .sec-list a:active {
	color: #b72024
}
.search-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: #f5f5f5;
	display: none
}

/* 注册登录 */
#login{
	margin: 0;
	width: 18px;
	height: 18px;
}
.change-box{
	height: 52px;
	border-bottom: 1px solid #ccc;
}
.change-active{
	height: 100%;
	color: #207deb;
	border-bottom: 1px solid #9cc1ed;
}
/* .modal-dialog{
	
} */
.title-one{
	margin:20px auto 24px; 
}
.title-two{
	margin: 30px auto 4px;
}
.login-btn button{
	width: 70%;
	border-radius: 36px
}
.modal{
	padding-right: 0 !important;
}
.modal-dialog{
	top: 50%;
	transform: translateY(-50%) !important;
}

.modal-body{
	height: 450px;
	width: 75%;
	margin: 0 auto;
	transition: all .5s linear;
}
.phone-login form #login{
	position: relative;
}
.phone-login form .login-btn{
	margin-top: 20px;
	border-radius: 50%;
}
.phone-login .form-group input{
	border: none;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

/* 底部信息 */

.foot{
	background: #175196;
}
.foot-content{
	margin: 0 auto;
	padding: 46px 0;
}
.foot-logo-text{
	margin-left: 18px;
}
.foot-info{
	margin-top: 15px;
}
.foot-info-item p{
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 18px;
}
.foot-info-item p:nth-last-of-type(1){
	margin-bottom: 0;
}
.foot-right-item{
	margin-right: 32px;
}
.foot-right-item span{
	margin-top: 20px;
}
.foot-right-item:nth-last-of-type(1){
	margin: 0;
}

/* 备案 */
.keep-record{
	background: #144b8c;
}
.keep-record-content{
	margin: 0 auto;
	min-height: 42px;
	padding: 0px;
}
.record-content-left p{
	margin-left: 14px;
}

/* 绑定手机号 */
.bind-phone{
	width: 80%;
	margin: 100px auto;
	padding: 0 24px;
	box-sizing: border-box;
	transition: all .5s linear;
}
.bind-phone .save{
	margin: 0 auto;
}
.phone-login .col-sm-4{
	padding-right: 0;
	padding-left: 10px;
}







@media only screen and (min-width:769px) {
	.pc_nav {
		width: 100%;
		height: 90px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
}

@media only screen and (max-width:1360px) {
	.pc_nav .header1 nav li {
		margin: 0 20px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.pc_nav .header1 nav {
		width: 730px;
	}

	.pc_nav .header1 h1 img {
		width: 90%
	}
}

@media only screen and (max-width:1200px) {
.foot-content {
    margin: 0 auto;
    padding: 30px 0;
}
	.pc_nav {
		width: 100%;
		height: 60px
	}

	.header1 {
		display: none !important;
	}

	.header1.active {
		display: none !important;
	}
	
	.header2 {
		display: block
	}
	/* 底部 */
	.foot {
		padding: 0 40px;
	}
	
	
	/* 备案 */
	.keep-record{
		padding: 0 24px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.foot .foot-content{
		flex-direction: column;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.foot .foot-content-left{
		width: 100%;
		flex-basis: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.foot .foot-content-right{
		margin-top: 30px;
		width: 100%;
		justify-content: space-around;
		/* display: none; */
	}
}

@media only screen and (max-width:768px) {
.foot{
		padding: 0 0px;
	}
.foot-info {
    margin-top: 25px;
}
	.pc_nav {
		width: 100%;
		height: 60px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	/* 底部 */
	.foot .foot-content{
		flex-direction: column;
		/* display: none; */
	}
	.foot .foot-content-right{
		margin-top: 30px;
		width: 100%;
		justify-content: space-around;
	}
	
	/* 备案 */
	.keep-record .keep-record-content{
		width: 100%;
	}
	.copyright {
	    width: 100%;
	}
	.copyrighttow {
	    width: 60%;
	}
	.record-content-left p{
		display: none;
	}
	
	#inviteCode{
		margin-top: 10px;
	}
	
	.login-btn button{
		height: 50px;
	}
	
}

@media only screen and (max-width:520px) {
	.phone-login,.login-btn button{
		width: 90%;
	}
	.phone-login .form-group input,.login-btn button{
		height: 45px;
	}
	.form-group .invite-code{
		width: 100px;
		font-size: 14px;
	}
	.foot .foot-content{
		padding-top: 0;
	}
	.foot .foot-content-left .foot-info{
		flex-direction: column;
	}
	.foot .foot-logo{
		display: none;
	}
	.foot-info .foot-info-item:last-child{
		margin-top: 15px;
	}
	
}

@media only screen and (max-width: 768px){
  .kefu { display: none;}
}
.kefu{position:fixed;right:-170px;top:50%;z-index:900;}
.kefu li a{text-decoration:none; color: #FFF;}
.kefu li{margin-top:1px;clear:both;height:65px;position:relative;}
.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.kefu li p{height:20px;font-size:12px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.kefu .kefu-qq i{background-position:4px 5px;}
.kefu .kefu-tel i{background-position:0 -21px;}
.kefu .kefu-liuyan i{background-position:4px -53px;}
.kefu .kefu-weixin i{background-position:-34px 4px;}
.kefu .kefu-weibo i{background-position:-30px -22px;}
.kefu .kefu-ftop{display:none;}
.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.kefu .kefu-left{float:left;width:65px;height:47px;position:relative;}
.kefu .kefu-tel-right{font-size:14px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.kefu .kefu-right{width:20px;}
.kefu .kefu-tel-main{background:#207deb;color:#fff;height:65px;width:235px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#207deb;width:97px;height:65px;position:relative;padding:9px 0 6px;float:left;}
.kefu .kefu-weixin-pic{position:absolute;left:-118px;top:-24px;display:none;z-index:333;}
.kefu-weixin-pic img{width:115px;height:115px;}


