
/* 弹出层 */
.mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(218, 220, 224, .5);
	z-index: 990;
}
.alert-box{
	width: 90%;
	max-width: 540px;
	background: #ffffff;
	position: fixed;
	z-index: 995;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.alert-box .box-top{
	position: relative;
	border-bottom: 1px solid #bbbbbb;
}
.alert-box .box-top .title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 2px;
}
.alert-box .box-top .close{
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #bbbbbb;
}
.alert-box .box-content{
	padding: 25px;
}
.alert-box .box-content .box-singlepage{
	font-size: 17px;
	line-height: 25px;
	text-indent: 30px;
	color: #333333;
	margin-bottom: 25px;
}
.alert-box .box-content .box-more{
	text-align: center;
}
.alert-box .box-content .box-more a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	background: #F29DC3;
	color: #ffffff;
	font-size: 15px;
}
/* 弹出层 */

/*PC端头部*/
.pc_header{
	font-size: 0;
}
.pc_header .header1{
	padding: 15px 0;
}
.pc_header .list{
	
}
.pc_header .list li{
	padding: 0 10px;
	position: relative;
}
.pc_header .list li:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 15px;
	background: #333333;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.pc_header .list li:last-child{
	padding-right: 0;
}
.pc_header .list li:last-child:after{
	display: none;
}
.pc_header .list li a{
	display: block;
	font-size: 1.4rem;
	color: #333333;
	line-height: 20px;
}
.pc_header .nav{
	
}
.pc_header .nav .yiji{
	background: #f29dc4;
}
.pc_header .nav .yiji>li{
	width: 14.285%;
	text-align: center;
	position: relative;
}
.pc_header .nav .yiji>li>a{
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 15px 0;
	color: #ffffff;
	line-height: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.pc_header .nav .yiji>li:hover>a,
.pc_header .nav .yiji>li.active>a{
	color: #ffffff;
	background: #EC6899;
}

.pc_header .nav .yiji>li>ul.erji{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 20;
	left: 50%;
	top: 50px;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	background: #ec6899;
}
.pc_header .nav .yiji>li>ul.erji>li{
	
}
.pc_header .nav .yiji>li>ul.erji>li>a{
	border: 1px solid #ea428e;
	border-top: 1px solid #ec6899;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.pc_header .nav .yiji>li>ul.erji>li>a:hover{
	background:#FFF;
	color:#ea428e;
	border:1px solid #f9d5e5;
}
/*PC端头部*/


/*手机端头部*/
.m_header{
	height: 55px;
}
.m_header .header_top{
	background: #f29dc3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 55px;
}
.m_header .header_top .menu{
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	width: 55px;
	height: 55px;
	background: url(../image/menu.png) no-repeat center;
	background-size: 20px 16px;
	outline: none;
}
.m_header .header_top .title{
	font-size: 2rem;
	color: #ffffff;
}
/*手机端头部*/
/*手机端侧边菜单*/
.m_gai{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.75);
	z-index: 99;
}
.mNav{
	position: fixed;
	top: 0;
	left: -180px;
	bottom: 0;
	width: 180px;
	background: #ed72a9;
	z-index: 100;
}
.mNav .yiji{
	
}
.mNav .yiji>li{
	
}
.mNav .yiji>li>a{
	display: block;
	background: #ed72a9;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #f8cadf;
    padding: 6% 0;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.mNav .yiji>li>.erji{
	width: 100%;
	background: #ea428e;
	display: none;
}
.mNav .yiji>li>.erji>li{
	
}
.mNav .yiji>li>.erji>li>a{
	border: 1px solid #ea428e;
	border-bottom: 1px solid #e899ad;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.mNav .yiji>li.active>a{
	background: #ea428e;
}
/*手机端侧边菜单*/




/*PC端底部*/
.pc_footer{
	background: #919191;
	padding: 50px 0;
}
.pc_footer .left{
	
}
.pc_footer .left p,
.pc_footer .left a{
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 30px;
}
.pc_footer .left a{
	margin-right: 40px;
}
.pc_footer .left a:last-child{
	margin-right: 0;
}
.pc_footer .left p:nth-child(2){
	margin-top: 30px;
}
.pc_footer .right{
margin-left: 30px;
	
}
.pc_footer .right p{
	font-size: 2rem;
	color: #ffffff;
	line-height: 25px;
	margin-right: 15px;
}
.pc_footer .right .ewm{
	font-size: 0;
}
.pc_footer .right .ewm a{
	display: block;
}
.pc_footer .right .ewm img{
	width: 90px;
	height: 90px;
}
@media (min-width:992px) and (max-width:1199px) {	
	.pc_footer .right p{
		display: none;
	}
}
@media (min-width:768px) and (max-width:991px) {	
	.pc_footer .right{
		float: left;
		margin-top: 30px;
	}
	.pc_footer .right p{
		display: none;
	}
}
/*PC端底部*/

/*手机端底部*/
.m_footer{
	background: #919191;
	padding: 30px 0;
	
}
.m_footer .ewm_a{
	margin-bottom: 15px;
}
.m_footer .ewm_a p{
	font-size: 1.4rem;
	color: #ffffff;
	margin-right: 16px;
}
.m_footer .ewm_a .ewm{
	font-size: 0;
}
.m_footer .ewm_a .ewm a{
	display: block;
}
.m_footer .ewm_a .ewm img{
	width: 90px;
	height: 90px;
}
.m_footer .info,
.m_footer .info a{
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 30px;
}
/*手机端底部*/

/*返回顶部*/
.BackToTop{
	display: none;
	font-size: 0;
	position: fixed;
	bottom: 15%;	
	right: 5%;
	width: 50px;
	height: 50px;
	z-index: 20;
}
.BackToTop a{
	display: block;
	width: 100%;
	height: 100%;
	background: #FFFFFF url(../image/up.png) no-repeat center;
	border-radius: 100%;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
/*返回顶部*/
@media screen and (max-width:600px) {
	.BackToTop{
		width: 35px;
		height: 35px;
	}
}