@charset "utf-8";
@charset "utf-8";
/*左侧导航*/

body{
	/*background-color: #f5f5f5;*/
}
.nav_list{
	width: 150px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 99;
	-webkit-box-shadow:0px 15px 10px #ddd;
	-moz-box-shadow:0px 15px 10px #ddd;
	 box-shadow:0px 15px 10px #ddd;
}
.logo{
	width: 111px;
	height: 99px;
	margin: 20px 0 50px 20px;
}
.logo img{
	width: 100%;
}
.nav_ul{
	width: 100%;
	height: auto;
}

.nav_li{
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
}
.nav_a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.nav_a .nav_i{
	font: 36px/40px "Microsoft YaHei";
	color: #118df0;
	margin: 0 auto;
	display: block;
}

.nav_s{
	width: 100%;
	height: 30px;
	display: block;
	font: 16px/30px "Microsoft YaHei";
	color: #333;
	text-align: center;
}
.nav_bj{
	width: 100%;
	height: 70px;
	display: block;
	top: 0px;
	left: 0px;
	font: 16px/70px "Microsoft YaHei";
	color: #fff;
	background-color: #118df0;
	opacity: 0;
}

.nav_li .nav_a:hover .nav_bj{
	opacity: 1;
}
.nav_active .nav_bj{
	opacity: 1;
}


		/*手机屏幕-适配后的导航展示*/

.nav_phone{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-box-shadow:0px 0px 10px #ddd;
	-moz-box-shadow:0px 0px 10px #ddd;
	 box-shadow:0px 0px 10px #ddd;
	 background-color: #fff;
	 z-index: 99;
	 display: none;
}
.nav_phone_back{
	width: 50px;
	height: 100%;
	font: 30px/44px "Microsoft YaHei";
	color: #333;
	text-align: center;
}

.nav_phone_name{
	font: 22px/50px "Microsoft YaHei";
	color: #333;
}
.nav_phone_select{
	width: 120px;
	height: 30px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
	text-align: center;
	margin: 8px 30px;
	border-radius: 3px;
}
.nav_phone_select:hover{
	cursor: pointer;
}
.nps_a{
	display: inline-block;
	font: 16px/30px "Microsoft YaHei";
	color: #333;
	margin-right: 5px;
}
.nps_s{
	width: 0px;
	height: 0px;
	display: inline-block;
	border: 5px solid #f0f0f0;
	border-top: 5px solid #333;
	position: relative;
	top: 2px;
}
.nps_s:hover{
	cursor: pointer;
}

.nps_bot{
	width: 90px;
	height: auto;
	top: 30px;
	left: -1px;
	padding: 5px 15px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-top:none ;
	border-radius:0 0 3px 3px;
	display: none;
	/*-webkit-box-shadow:0px 0px 10px #ddd;
	-moz-box-shadow:0px 0px 10px #ddd;
	 box-shadow:0px 0px 10px #ddd;*/
	 /*background-color: #fff;*/
}

.nps_bot_a{
	width: 100%;
	height: 30px;
	display: block;
	font: 14px/30px "Microsoft YaHei";
	color: #333;
	border-bottom: 1px dashed #ddd;
	
}
.nps_bot_a:last-child{
	border-bottom: none;
}


.select_active .nps_s{
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-o-transform:rotate(180deg); 	/* Opera */
	transform:rotate(180deg);
	top:-2px ;
}
.select_active {
	border-radius: 3px 3px 0 0;
	border-bottom: none;
}
.nps_bot_color{
	color: #118df0;
}


		/*头部五大平台切换*/

.five_nav{
	width: 100%;
	height:auto;
	box-sizing: border-box;
	padding: 20px 0px 20px 250px;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
}
.five_nava{
	width: 80px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #118df0;
	text-align: center;
	font: 14px/28px "Microsoft YaHei";
	color: #118df0;
	margin-left: -1px;
}
.five_nav_active{
	background-color: #118df0;
	color: #fff;
}
.five_nava:hover{
	background-color: #118df0;
	color: #fff;
}



/*分享盒子*/

.share_box{
	width: 100%;
	padding-left: 250px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.share_top{
	width:100% ;
	height: 26px;
	margin: 30px 0px;
}
.share_top_s{
	width: 100px;
	height: 26px;
	background-color: #118df0;
	text-align: center;
	margin-right: 20px;
}
.share_top_s i{
	font: 16px/26px "Microsoft YaHei";
	color: #fff;
}
.share_top_s span{
	font: 14px/26px "Microsoft YaHei";
	color: #fff;
}

.share_top_a{
	width: auto;
	height: 26px;
	font: 14px/26px "Microsoft YaHei";
	color: #555;
	text-decoration: underline;
}
.share_top_a:hover{
	color: #118df0;
	text-decoration: underline;
}
.bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
    float: left !important;
    font-size: 18px !important;
    padding-left: 0px !important;
    line-height: 40px !important;
    height: 40px !important;
    background-image: none !important;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 !important;
}
.share_bot{
	width: 100%;
	height: 40px;
	margin: 30px 0px 50px;
}
.share_bot .share_bot_a{
	width: 40px;
	margin-right: 20px;
	height: 40px;
}

.share_bot .share_bot_a i{
	top: 0px;
	left: 2px;
	font: 36px/40px "Microsoft YaHei";
	
}
.share_bot_aa{
	width: 40px;
	height: 40px;
	top: 0px;
	height: 0px;
}
.share_bot .share_bot_a .share_i1{
	color: #3eb134;
}
.share_bot .share_bot_a .share_i2{
	color: #10a9ff;
}
.share_bot .share_bot_a .share_i3{
	color: #2b76bc;
}

.share_bot .share_bot_a .share_i5{
	color: #FF5222;
}
.share_bot .share_bot_a .share_i6{
	color: #1361a7;
	font: 40px/40px "Microsoft YaHei";
}


/*右侧推荐列表*/

.tuijian_list{
	width: 320px;
	height: 560px;
	background-color: #fff;
	position: fixed;
	top: 120px;
	right: 55px;
	/*border: 1px solid #eaeaea;*/
	-webkit-box-shadow:0px 0px 10px #ddd;
	-moz-box-shadow:0px 0px 10px #ddd;
	 box-shadow:0px 0px 10px #ddd;
}
.tuijian_til{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ddd;
}
.tuijian_line{
	width: 10px;
	height: 24px;
	background-color: #118df0;
	margin:18px ;
}
.tuijian_name{
	font: 24px/60px "Microsoft YaHei";
	color: #333;
}
.tuijian_ul{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0px 18px 18px;
}
.tuijian_li{
	width:100% ;
	height:75px ;
	margin-top: 20px;
}
.tuijian_lia{
	width:100% ;
	height:75px ;
	display: block;
}

.tuijian_lir{
	width: 190px;
	height: 100%;
}
.tuijian_li_p{
	width: 100%;
	height: 24px;
	font: 14px/24px "Microsoft YaHei";
	color: #333;
	margin-bottom: 10px;
}
.nll_r_del{
	width: 100%;
	height: 36px;
	font: 12px/18px "Microsoft YaHei";
	color: #888;
}


.tuijian_li:hover .tuijian_li_p{
	color: #118df0;
}
.tuijian_li:hover .nll_l{
	background-color: #118df0;
}
.tuijian_li:hover .nll_l_new,
.tuijian_li:hover .nll_l_time{
	color: #fff;
}
.tuijian_li:hover .nll_l_line{
	background-color: #fff100;
}


.nll_l{
	width: 75px ;
	height: 75px;
	background-color: #ddd;
}
.nll_l_new{
	width: 100%;
	height: 40px;
	display: block;
	padding-top: 5px;
	text-align: center;
	font: 26px/40px "Microsoft YaHei";
	color: #888;
}
.nll_l_line{
	width: 16px;
	height: 1px;
	display: block;
	background-color: #555;
	margin: 0 auto;
}

.nll_l_time{
	width: 100%;
	height: 30px;
	display: block;
	font: 12px/30px "Microsoft YaHei";
	color: #555;
	text-align: center;
}
.new_list_li:hover .nll_l{
	background-color: #118df0;
}

.new_list_li:hover .nll_l_new,
.new_list_li:hover .nll_l_time{
	color: #fff;
}
.new_list_li:hover .nll_l_line{
	background-color: #fff100;
}

/*页脚*/

.footer{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 999 !important;
	text-align: center;
	background: rgba(51,51,51,1);
}
.footer_s{
	width: auto;
	display: inline-block;
	font: 12px/36px "Microsoft YaHei";
	color: #fff;
	margin-right: 30px;
	
}
