@charset "utf-8";
@import url("bootstrap.min.css");
@import url("common.css");
html.body{ background:#FFF}
/*鼠标滚动切换logo*/
header .logo1{display:block}
header .logo2{display:none}
header.bgfff .logo2{display:block}
header.bgfff .logo1{display:none}

/*导航*/
.header_nav_li a{color:#FFF;opacity:0.5;}
.header_nav_li.active a{color:#FFF;opacity:1;}
.header_nav_li:hover a{color:#FFF;opacity:1;}
.header_nav_li_i{ background:#FFF}

.moveList{
	padding-top:50px;
	background:#f8f8f8}
.moveList_dl{
	background:#FFF;
	padding-top:28px;
	margin-bottom:80px}
.moveList_dl_dt{
	margin:0 85px;
	font-size:24px;
	font-weight:normal;
	color:#333333;
	border-left:4px solid #444444;
	text-indent:12px;}
.moveList_dl_dd{
	margin:0 85px;
	margin-top:28px;
	border-top:1px solid #f0f0f0;}
.moveList_dl_dd_ul_1 li{
	padding:20px 0;
	overflow:hidden;}
.moveList_dl_dd_ul_1 li .title a{
	float:left;
	width:80%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px;
	color:#333333}
.moveList_dl_dd_ul_1 li .title a:hover{
	color:#4758a1}
.moveList_dl_dd_ul_1 li .time{
	width:20%;
	float:left;
	font-size:14px;
	color:#999999}
.moveList_dl_dd_page{
	height:140px;
	border-top:1px solid #f0f0f0;
	padding-top:50px;
	position:relative;
	padding-bottom:50px;
	width:100%}
.moveList_dl_dd_page ul{
	position:absolute;
	height:40px;
	left:50%;
	transform:translateX(-50%);
	overflow:hidden;}
.moveList_dl_dd_page ul li{
	float:left;
	width:38px;
	height:38px;
	line-height:38px;
	border:1px solid #ececec;
	margin:0 5px;
	color:#333333;
	font-size:14px;
	text-align:center;
	border-radius:4px}
.moveList_dl_dd_page ul li a{color:#333333;}
.moveList_dl_dd_page ul li.active{
	width:40px;
	height:40px;
	line-height40px;
	background:#36bb81;
	color:#FFF;
	border:none}
.moveList_dl_dd_page ul li:first-child,.moveList_dl_dd_page ul li:last-child{
	width:78px}
.moveList_dl_dd_page ul li.border_none{
	border:none}
/*电脑端的banner样式*/
.priceBanner{
	background:url(../images/help.png);
	background-size:cover;
	background-position:0 center;
	height:300px}
.priceBanner1{ position:relative; height:300px}
.index_banner_box{ position:absolute; top:60%; left:0; transform:translateY(-50%); text-align:center; width:100%}
.index_banner_box_title{font-size:36px;color:#FFF;font-weight:bold;}
.index_banner_box_title2{font-size:20px;color:#FFF;margin-top:16px}

