li{list-style: none;}
a:hover{text-decoration: none;}
.navbar-default.nav_active {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}
@font-face{
     font-family: '思源宋体bold'; 
     /*src: url('http://cdn.worde.cn/www.cercis-org.com/SourceHanSerifCN-Bold.otf');*/
}
video{
	vertical-align: bottom;
}

/* 登录 */
.login_fixed{
	position: fixed;
	display: none;
	z-index: 99999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}
.login_fixed .form{
	width: 430px;
	height: 460px;
	background: #fff;
	border-radius: 10px;
	/* overflow: hidden; */
	position: relative;
}
.login_fixed .form .close{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_fixed .form .close i{
	color: #000;
	font-size: 20px;
}
.login_fixed .form .up{
	width: 100%;
	height: 205px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/pic1.png) no-repeat;
	background-size: 100% 100%;
	font-size: 28px;
	color: #fff;
	font-family: '思源宋体bold';
}
.login_fixed .form .down{
	padding: 33px 40px;

}
.login_fixed .form .down>input{
	width: 100%;
	border-radius: 20px;
	outline: none;
	height: 40px;
	margin-bottom: 14px;
}
.login_fixed .form .down>input[type='text']{
	border: 1px solid #ccc;
	background: url(../img/yh.png) no-repeat;
	background-position: 10px center;
	padding-left: 40px;
}
.login_fixed .form .down>input[type='password']{
	border: 1px solid #ccc;
	background: url(../img/mm.png) no-repeat;
	background-position: 10px center;
	padding-left: 40px;
}
.login_fixed .form .down>input[type='submit']{
	background: #ED6C9E;
	border: none;
	color: #fff;
}
.login_fixed .form .down>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login_fixed .form .down>div .left label{
	font-size: 14px;
	color: #333;
}
.login_fixed .form .down>div a{
	font-size: 14px;
	color: #999;
}




.navbar-default.nav_active {
	opacity: 1;
}
.navbar-default.nav_active .collapse ul li a {
	color: #333;
}
.navbar-default.nav_active .navbar-nav>li>a:hover {
	color: #ED6C9E;
	text-shadow: 3px 3px 30px #ED6C9E;
	margin-top: -7px;
}

.navbar-default.nav_active .language a {
	color: #333;
}

/* 大导航栏 */
.navbar-default {
	z-index: 999;
	opacity: 0;
	transition: all linear 0.3s;
	border: none;
	background-color: transparent;
}

/* logo */
.navbar-default .navbar-brand {
	height: 100%;
	padding: 8px;
}

.navbar-default .navbar-brand img {
	display: none;
}

.navbar-default .navbar-brand img.block {
	display: block;
}

/* 三条线按钮 */
.navbar-default .navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
}

/* 导航的高度 */
.navbar-default .navbar-nav>li>a {
	line-height: 40px;
	padding: 15px 10px;
	color: #fff;
	transition: all linear 0.3s;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

/* 搜索框 */
.navbar-default .navbar-form {
	margin: 17px 0;
}

.navbar-default .navbar-form input {
	width: 120px;
	height: 36px;
	border: none;
	border-radius: 6px 0 0 6px;
	outline: none;
	padding-left: 10px;
	border: 1px solid #ddd;
    position: relative;
    right: -4px;
    /*bottom: -1px;*/
}

.navbar-default .navbar-form button {
	width: 40px;
	height: 36px;
	border: none;
	background-image: linear-gradient(0deg, #ed6c9e 0%, #f58fb7 100%);
	border-radius: 0px 6px 6px 0px;
	outline: none;
}

.navbar-default .navbar-form button span {
	color: #fff;
}

/* 中英文调换 */
.navbar-default .language {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.navbar-default .language a {
	color: #fff;
	margin: 0 5px;
	cursor: pointer;
}

.navbar-default .language a.lang_active {
	color: #ed6c9e;
}
/* 底部 */
div.footer{
	background-color: #333333;
}
div.footer .footer_con{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 1px;
	/* overflow: hidden; */
}
div.footer .footer_con .up{
	padding: 150px 15px;
	display: flex;
	justify-content: space-between;
}
div.footer .footer_con .up .left{
	width: 550px;
}
div.footer .footer_con .up .left>p{
	color: #cccccc;
}
div.footer .footer_con .up .left .p{
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}
div.footer .footer_con .up .left .p p{
	color: #cccccc;
	padding-left: 15px;
}
div.footer .footer_con .up .left .p p:nth-child(3){
	background: url(../img/posi.png) no-repeat;
	background-position: 0 center;
	background-size: auto 13px;
}
div.footer .footer_con .up .left .p p:nth-child(4){
	background: url(../img/phone.png) no-repeat;
	background-position: 0 center;
	background-size: auto 13px;
}
div.footer .footer_con .up .left .p p:nth-child(5){
	background: url(../img/pho.png) no-repeat;
	background-position: 0 center;
	background-size: auto 13px;
}
div.footer .footer_con .up .left .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
div.footer .footer_con .up .left .item img{
	margin-bottom: 10px;
	/*width: 24%;*/
	transition: all linear 0.3s;
}
div.footer .footer_con .up .left .item img:hover{
	margin-top: -10px;
}
div.footer .footer_con .up .left .item span{
	color: #cccccc;
}
div.footer .footer_con .up .middle{
	display: flex;
	flex: 1;
	padding-top: 50px;
	height: 221px;
	flex-direction: column;
	align-items: center;
	color: #ed6c9e;
	transition: all linear 0.3s;
}
div.footer .footer_con .up .middle:hover{
	padding: 0px;
}
div.footer .footer_con .up .middle img.none{
	display: none;
}
div.footer .footer_con .up .middle:hover img.block{
	display: none;
}
div.footer .footer_con .up .middle:hover img.none{
	display: block;
}
div.footer .footer_con .up .right{
	width: 500px;
}
div.footer .footer_con .up .right h4{
	text-align: right;
	font-size: 36px;
	color: #ED6C9E;
	font-family: '思源宋体bold';
}
div.footer .footer_con .up .right p{
	font-size: 15px;
	color: #ccc;
}
div.footer .footer_con .up .right textarea{
	width: 100%;
	height: 50px;
}
div.footer .footer_con .up .right button{
	width: 230px;
	height: 42px;
	text-align: center;
	border: none;
	outline: none;
	transition: all linear 0.3s;
	margin-top: 20px;
	background-color: #7b7b7b;
	color: #fff;
	float: right;
	margin-bottom: 20px;
}
div.footer .footer_con .up .right button:hover{
	background-color: #ED6C9E;
}
div.footer .footer_con .up .right .note{
	clear: both;
	display: flex;
	justify-content: flex-end;
}
div.footer .footer_con .up .right .note>div{
	width: 25px;
	height: 25px;
	margin-left: 20px;
	background-color: transparent;
	position: relative;
}
/* div.footer .footer_con .up .right .note .weixin{
	position: relative;
} */
div.footer .footer_con .up .right .note .douyin>img{
	position: absolute;
	top:25px;
	left: 0px;
	display: none;
	width: 150px;
	height: 150px;
}
div.footer .footer_con .up .right .note .weixin .img{
	position: absolute;
	top:25px;
	left: -50%;
	display: none;
}
div.footer .footer_con .up .right .note .weixin .img img{
	width: 150px;
	height: 150px;
}
div.footer .footer_con .up .right .note>div a{
	font-size: 0;
	width: 25px;
	height: 25px;
	display: block;
	overflow: hidden;
}
div.footer .footer_con .up .right .note>div a img{
	width: 25px;
	height: 25px;
	transition: all linear 0.2s;
}
div.footer .footer_con .up .right .note>div a:hover img{
	transform: translateY(-100%);
}

div.footer .footer_con .down{
	margin-bottom: 100px;
	/* height: 50px; */
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	align-items: flex-end;
	/* padding: 0 15px; */
	color: #CCCCCC;
}
div.footer .footer_con .down a{
	display: inline-block;
	color: #cccccc;
	font-size: 13px;
	margin: 0 15px;
	margin-bottom: 10px;
	transition: all ease .2s;
	/* margin-left: 20px; */
}
div.footer .footer_con .down a:hover{
	color: #ED6C9E;
}
.fixed {
	position: fixed;
	top: 40%;
	left: -70px;
	z-index: 5;
	width: 120px;
}
.fixed a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 5px 10px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	border-radius: 0px 8px 8px 0px;
	background: rgba(0, 0, 0, 0.8);
	margin-bottom: 2px;
	cursor: pointer;
	transition: all linear 0.3s;
}
.fixed a .img {
	margin: 0 5px;
	width: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed a:hover {
	margin-left: 70px;
	background: #ED6C9E;
}
.fixed form{
	display: none;
	position: absolute;
	left: 100px;
	bottom: -50px;
}
.fixed form.active{
	display: flex;
}
.fixed form input[type='text']{
	border: 1px solid #ddd;
	border-right: none;
	height: 30px;
	padding-left: 10px;
	outline: none;
	border-radius: 4px 0 0 4px;
}
.fixed form input[type='submit']{
	border: none;
	background-color: #ED6C9E;
	color: #fff;
	outline: none;
	border-radius: 0 4px 4px 0;
	padding: 0 20px;
}
@media (max-width: 1200px) {
	div.footer .footer_con .up .middle{
		display: none;
	}
	
	div.footer .footer_con{
		width: 100%;
	}
	div.footer .footer_con .up{
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (min-width:768px) {
	.navbar-default .navbar-nav {
		margin-left: 20px;
	}

}
@media (min-width: 768px) and (max-width: 991px){
	.navbar .container {
		width: 100%;
	}
}
@media (width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand{
		display: none;
	}
	.navbar-default .navbar-nav{
		margin-left: 0px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 15px 8px;
	}
}
@media (max-width:767px) {
	.navbar-default {
		background-color: #f5f5f5;
	}
	.navbar-default .navbar-nav>li>a {
		line-height: 20px;
		text-align: center;
	}
	div.footer .footer_con{
		padding: 0 15px;
	}
	
	div.footer .footer_con .up .right h4{
		text-align: center;
	}
	div.footer .footer_con .up .right textarea{
		height: 100px;
	}
	div.footer .footer_con .up .right button{
		width: 100%;
	}
	div.footer .footer_con .down{
		flex-wrap: wrap;
		margin-bottom: 0px;
		/* height: 100px; */
	}
	div.footer .footer_con .down>div{
		width: 100%;
	}
	div.footer .footer_con .up{
		padding: 50px 0;
	}
	.login_fixed .form{
		width: 90%;
		height: 410px;
	}
	.login_fixed .form .up{
		height: 160px;
	}
}
@media (max-width: 320px){
	.login_fixed .form {
		height: 390px;
	}
	.login_fixed .form .down>div a {
		font-size: 12px;
	}
	.login_fixed .form .down>div .left label{
		font-size: 12px;
	}
	.login_fixed .form .down{
		padding: 20px;
	}
	.zaipei .con .cons .list .item .right{
		font-size: 12px !important;
		padding: 5px !important;
	}
}
