.navbar-default .navbar-nav>li:nth-child(8)>a {
	color: #FFF !important;
	font-weight: 700 !important;
}


.swiper-cont {
	width: 100%;
	height: auto;
}

.swiper-cont img {
	width: 100%;
}

.swiper-pagination-bullet-active {
	background: #FFF;
}

.lishua {
	color: #fff;
	text-align: center;
	border: 1px solid red;
	top: -4rem;
}

.carousel-indicators .active {
	background-color: #ff7741 !important;
	z-index: 1;
	opacity: 1;
}

/* 头部nav下边框线 */
.navbar-nav li:nth-child(8)>a {
	/* background-color: #BF120D; */
}


.content1,
.content2 {
	width: 100%;
	background-color: #FFF;
}
.content1 img{
	width: 100%;
	height: auto;
}
.content2{
	position: relative;
	padding-bottom: 7rem;
	height: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.content{
	padding-top: 5.5rem;
	margin: 0 auto;
}

.nav-admin-box,
.nav-head-bot {
	display: none;
}
html,
body {
  height: 100%;
}
.bc-login{
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/login_bg.png) no-repeat;
	background-size: 100% ;
}
.bc-login img {
	position: relative;
	left: -100px;
	top: -150px;
	width: 1920px;
	height: auto;
}
.login-box{
	float: right;
	width: 42rem;
	height: 49rem;
	background-color: #FFF;
	border-top: 3px solid #E0110B;
}
.login-title {
	font-size: 1.8rem;
	color: #333333;
	font-weight: 700;
	text-align: center;
	line-height: 8rem;
}
.login-form {
	padding: 0 4rem;
}
.login-input {
	position: relative;
	display: flex;
}
.login-input .icon {
	position: absolute;
	top: 1.3rem;
	left: 1rem;
	width: 1.8rem;
	height: auto;
}
.login-input .code {
	margin-left: 1rem;
	width: 45%;
	height: 4.5rem;
	background-color: #F2F2F2;
	border-radius: 5px;
}
.login-form .text-right a{
	line-height: 6rem;
	color: #898989;
	text-decoration:none;
}

.login-input input{
	padding-left: 3.5rem;
	font-size: 1.6rem;
	color: #333;
	width: 100%;
	height: 4.5rem;
	margin-bottom: 2rem;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
}
.login-input ::-webkit-input-placeholder { /* WebKit browsers */
	color: #CCCCCC;
}

.login{
	margin-bottom: 2rem;
	width: 100%;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	font-size: 1.6rem;
	color: #FFF;
	border-radius: 5px;
	border: none;
	background-color: #E0110B;
}
.register a {
	display: block;
	width: 100%;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	font-size: 1.6rem;
	color: #E0110B;
	background-color: #FFF;
	border: 1px solid #E0110B;
	border-radius: 5px;
	text-decoration:none;
}
.foot-ban {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	font-size: 1.2rem;
	color: #696969;
}
.foot-ban div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}







/* 媒体查询*/
@media (min-width: 1190px) {
	.content{
		width: 1200px;
	}
}

@media (max-width: 1189px) {
	.content{
		
	}
	.bc-login{
		background-image: none;
	}
	
	.login-box{
		float: none;
		margin: 0 auto;
		border: 1px solid #E6E6E6;
		border-top: 3px solid #E0110B;
	}
}

@media (max-width: 991px) {
	
}
@media (max-width: 899px) {
	
}
@media (max-width: 850px) {
	
}
@media (max-width: 767px) {
	
}

@media (max-width: 741px) {
	
}

@media (max-width: 676px) {
	.content{
		padding-top: 0;
	}
}

@media (max-width: 609px) {
	
}

@media (max-width: 555px) {
	
}

@media (max-width: 523px) {
	.content{
		
	}
	
}

@media (max-width: 475px) {
	
}

@media (max-width: 446px) {
	.login-box{
		width: 100%;
		border: none;
		border-top: 3px solid #E0110B;
	}
}

@media (max-width: 417px) {
	
}

/* 动画效果*/
/* 从下向上 */
@keyframes fadeInUpLeft {
	from {
		opacity: 0.5;
		transform: translate(0px, 100px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUpLeft_two {
	from {
		opacity: 0.5;
		transform: translate(0px, 10px);
	}

	to {
		opacity: 1;
		transform: none;
	}

}

/* 从左往右 */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}

}

/* 从右往左 */
@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
/* 从下向上 */
.body-bot-box li,
.superiority-box,
.sever-video li,
.serve-box li,
.fingerpost li{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUpLeft;
}

/* 从左往右 */
.ad-left {
	animation-duration: .8s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
}

/* 从右往左 */
.ad-right {
	animation-duration: .8s;
	animation-fill-mode: both;
	animation-name: fadeRight;
}














