﻿/*common.html*/
/*head*/
.container,.footer{
	width: 100%;
	background: #fafcfd;
}
.head{
	background: #fff;
	height: 60px;
}
.head .logo{
	display: inline-block;
	width: 227px;
	height: 60px;
	/*margin-left: 30px;*/
	background: url('../images/logo.png') no-repeat;
}
.head .menu{
	height: 54px;
	/*margin-right: 15px;*/
}
.menu .menu_list {
	overflow: hidden;
}
.menu_list li{
	float: left;
}
.menu_list li a {
	font-size: 18px;
	color: #333;
	line-height: 54px;
	padding: 0 24px;
	display: inline-block;
	position: relative;
}
.menu_list span{
	display: inline-block;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
.menu_list li a:hover{
	color: #3191fc;
}
.menu_list li a:hover span{
	background: #3191fc;
}
.menu_list .menu_change a{
	color: #3191fc;
}
.menu_list .menu_change span{
	background: #3191fc;
}
/*appname*/
.appname{
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 100px;
	min-width: 1200px;
}
/*foot*/
.footer{
	background: #fafcfd;
	min-width: 1200px;
}
.foot_box{
	padding-left: 50px;
	width: 1150px;
}
.foot_box{
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.foot_box ul{
	margin-top: 10px;
	overflow: hidden;
}
.foot_box ul li{
	float: left;
	width: 84px;
	height: 24px;
	overflow: hidden;
	margin-right: 60px;
}
.foot_box ul li a{
	color: #999;
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	font-weight: normal;
	font-size: 12px;
}
.foot_box .foot_st{
	margin-right: 0;
}
.foot_box ul li a:hover{
	color: #237ff0;
}
.foot_box .foot_more{
	display: inline-block;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: none;
}
.link{
	text-align: center;
	padding-top: 36px;
	padding-bottom: 24px;
	border-top: 1px solid #e8e8e8;
}
.link a,span{
	line-height: 24px;
	color: #999;
}
.link a:hover{
	color: #237ff0;
}
/*common*/
.new_down,.help,.feedback{
	background: #f5f5f5;
	padding: 20px 0 20px 0;
}
.new_down .down_con{
	width: 1200px;
	height: 535px;
	background: #fff;
	border: 1px solid #eee;
	margin: 0 auto;
	padding-top: 60px;
}
/*index.html*/
/*nav*/
.nav{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}
/*.nav .lb_box{
	width: 300%;
}*/
.nav .nav_cir{
	width: 78px;
	margin: 0 auto; 
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 9;
	margin-left: -30px;
}
.nav_cir li{
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: #fff;
	opacity: 0.4;
	float: left;
	border-radius: 7px;
	margin-top: 14px;
	cursor: pointer;
}
.nav_cir .cirtitle{
	opacity: 1;
}
.lb_box li {
	/*width: 33.333333333%;*/
	height: 640px;
	float: left;
	overflow: hidden;
}
.nav .nav_dow{
	position: absolute;
	width: 250px;
	height: 56px;
	top: 248px;
	left: 50%;
	margin-left: -125px;
}
.nav .nav_dow a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 250px;
	height: 56px;
	background: url(../images/btn_1.png) no-repeat;
}
.nav .nav_dow a:hover{
	background: url(../images/btn_2.png) no-repeat;
}
.nav .nav_dow a:active{
	background: url(../images/btn_3.png) no-repeat;
}
.nav p{
	width: 330px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -165px;
}
/*.lb_box .lb_one{
	background: url('../images/banner.png') no-repeat center;
}
.lb_box .lb_two{
	background: url('../images/banner.png') no-repeat center;
}
.lb_box .lb_three{
	background: url('../images/banner.png') no-repeat center;
}*/

/*main*/
.bd_main{
	/*padding: 0 30px;*/
	width: 1200px;
	position: relative;
}
.bd_main .bd_title{
	font-weight: normal;
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -128px;
}
.bd_con{
	width: 100%;
	overflow: hidden;
	padding-bottom: 182px;
	margin-top:170px;
}
.bd_con li{
	float: left;
	width: 400px;
	text-align: center;
}
.bd_con li .bd_txt{
	overflow: hidden;
	color: #666;
	padding-top: 30px;
}
.bd_con .bd_txt h4{
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.bd_con .bd_txt p{
	width: 270px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	color: #888;
}
.bd_con .bd_txt .bd_txt_last{
	width: 300px;
}
.bd_msg{
	padding-bottom: 40px;
	width: 1200px;
}
.bd_msg .bd_common{
	width: 550px;
	float: left;
	position: relative;
}
.bd_common h3{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.bd_msg .bd_question{
	padding-left: 50px;
}
.bd_question h3 i{
	display: inline-block;
	width: 22px;
	height: 23px;
	margin-right: 5px;
	background: url('../images/zm_icon4.png') no-repeat;
	vertical-align: -2px;
}
.bd_new h3 i{
	display: inline-block;
	width: 20px;
	height:20px;
	margin-right: 5px;
	background: url('../images/zm_icon5.png') no-repeat;
	vertical-align: -2px;
}
.bd_common ul{
	margin-top: 30px;
	height: 90px;
	/* overflow: hidden; */
	padding-left: 30px;
}
.bd_msg>.bd_question{
	margin-right: 49px;
	border-right: 1px solid #eee;
}
.mr .mr_last a{
	color: #237ff0;
}
.bd_new .mr_last a{
	color: #237ff0;
}
.bd_common a:hover{
	color: #0dcc6c;
}
.bd_common ul li{
	width: 214px;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-right: 44px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bd_common ul li a{
	position: relative;
	font-size: 14px;
	max-width: 240px;
	display: inline-block;
	overflow: hidden;
	word-break: break-all;
	color: #888;
	font-size: 14px;
}
.bd_common ul li a i{
	position: absolute;
	top: 10px;
	left: 3px;
	width: 2px;
	height: 2px;
	background: #8a8a8a;
}
.bd_common .bd_more{
	position: absolute;
	bottom: 6px;
	right: 85px;
}

/*down.html*/
/*appname*/
.appname{
	width: 100%;
	height: 100px;
	background: url('../images/down_ng.png') no-repeat center;
}
/*newdowmn*/
.new_down .down_con .down_left{
	margin-left: 48px;
	float: left;
}
.down_left p{
	color: #333;
	font-size: 18px;
	border-left: 4px solid #3191fc;
	padding-left: 10px;
	line-height: 18px;
	margin-bottom: 20px;
}
.down_left span{
	color: #aaa;
	font-size: 14px;
	line-height: 14px;
}
.down_left div{
	width: 200px;
	height: 48px;
}
.down_left div a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 224px;
	height: 48px;
	background: url(../images/down_1.png) no-repeat;
	padding-left: 76px;
	line-height: 48px;
	color: #fff;
	font-size: 22px;
	margin-top: 40px;
}
.down_left div a:hover{
	background: url(../images/down_3.png) no-repeat;
}
.down_left div a:active{
	background: url(../images/down_4.png) no-repeat;
}
.down_con .down_right{
	width: 481px;
	height: 320px;
	margin-right: 66px;
	float: right;
}
.down_left .down_txt{
	width: 530px;
	font-size: 14px;
	color: #999;
	margin-top: 22px;
	line-height: 30px;
	border: none;
	padding-left: 0;
	margin-bottom: 0;
}
.down_left .down_txt a{
	color: #3191fc;
}
.down_left .down_txt a:hover{
	color: #0dcc6c;
}
/*dynamic*/
.dynamic{
	overflow: hidden;
	padding: 30px 0;
	width: 1140px;
}
.dynamic .dynamic_list {
	width: 1200px;
	margin-bottom: 8px;
}
.dynamic_list .dynamic_item {
	float: left;
	width: 362px;
	height: 442px;
	border:1px solid #e5e5e5;
	margin: 0 22px 22px 0;
	position: relative;
}
.dynamic_item .dynamic_img{
	width: 100%;
	height: 203px;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
}
.dynamic_item .dynamic_img img{
	width: 100%;
	height: 100%;
}
.dynamic_item .dynamic_title{
	display: block;
	padding: 0 20px;
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
	word-break: break-all;
	overflow: hidden;
	max-height: 60px;
}
.dynamic_item .dynamic_content{
	display: block;
	padding: 0 20px;
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
	max-height: 96px;
	word-break: break-all;
	overflow: hidden;
	color: #888;
}
.dynamic_content:hover{
	color: #0dcc6c;
}
.dynamic_all{
	/*margin-top: 50px;*/
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 322px;
	padding: 0 20px;
	color: #888888;
}
.dynamic_all a{
	float: right;
	color: #888;
}
.dynamic_all a:hover{
	color: #0dcc6c;
}
.paging{
	width: 100%;
}
.paging ul {
	overflow: hidden;
	text-align: center;
}
.paging ul li{
	display: inline-block;
}
.paging ul li a{
	width: 38px;
	height: 38px;
	display: inline-block;
	border:1px solid #e5e5e5;
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 38px;
	margin-right: 6px;
}
.paging ul li .paging_now{
	border:1px solid #31c37c;
	background: #31c37c;
	color: #fff;
}
.paging ul li .no{
	border:0;
	color: #fff;
	background: #fff;
}




/*动态详情*/
.dynamic_detail{
	background: #f5f5f5;
}
.detail_box {
	padding: 30px 0;
	position: relative;
}
.detail_content{
	float: left;
	margin-right: 20px;
	width: 774px;
	border:1px solid #e5e5e5;
	padding: 0 20px;
	background: #fff;
}
.detail_title{
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0 10px;
}
.detail_title h3{
	font-size: 22px;
}
.detail_title span{
	margin-top: 10px;
	display: inline-block;
	color: #888;
	font-size: 14px;
	line-height: 14px;
}
.detail_msg {
	padding: 23px 10px 50px 10px;
	text-align: center;
}
.detail_msg p{
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.detail_msg img{
	margin-top: 13px;
	vertical-align: bottom;
}
.detail_msg h3{
	text-align: left;
	font-size: 16px;
	margin-top: 43px;
	line-height: 30px;
}
.detail_new{
	/*position: absolute;
	right: 0;
	top: 30px;*/
	float: left;
	background: #fff;
	width: 262px;
	border:1px solid #e5e5e5;
	padding: 0 18px;
}
.detail_new_title{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e5e5e5;
}
.detail_new_title span{
	float: left;
	font-size: 18px;
}
.detail_new_title a{
	float: right;
	color: #888;
}
.detail_new_title a:hover{
	color: #0dcc6c;
}
.detail_new ul{
	margin-top: 10px;
	padding-bottom: 10px;
}
.detail_new ul li{
	height: 38px;
	width: 100%;
	overflow: hidden;
	line-height: 38px;
}
.detail_new ul li a{
	height: 38px;
	overflow: hidden;
	width: 100%;
	word-break: break-all;
}
.detail_new ul li a i{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	border-radius: 3px;
	margin-right: 10px;
}
.new_one i{
	background: #ea5246;
}
.new_two i{
	background: #f56313;
}
.new_three i{
	background: #eea313;
}
.new_four i{
	background: #b2b2b2;
}



/*help*/
.help{
	padding: 30px 0;
}
.help_center{
	background: url(../images/header_img.png) no-repeat;
}
.help a:hover{
	color: #299fff;
}
.help_box{
	width: 1200px;
	background: #f5f5f5;
	height: 920px;
}
.help_con_box span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	font-size: 14px;
	color: #299fff;
	line-height: 40px;
	background: #f0f9fe;
}
.help_left{
	width: 210px;
	float: left;
	height: 885px;
	margin-right: 20px;
	text-align: center;
	background: #fff;
	position: relative;
}
.help_left .help_title{
	width: 172px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-left: 18px;
	background: url(../images/help_left.png) no-repeat;
	margin-top: -7px;
}
.help_m30{
	margin-top: 30px;
}
.menu_list #last a{
	padding-right: 0;
	position: relative;
}
.menu_list #last span{
	display: inline-block;
	width: 30px;
	position: absolute;
	left: 50%;
	margin-left: -2px;
}
.help_left .help_int{
	color:#299fff;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
	color: #333;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.help_left .help_con{
	width: 100%;
	overflow: hidden;
}
.help_con li,.help_con li a{
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	word-break: break-all;
}
.help_right{
	height: 868px;
	padding: 40px 40px 0 40px;
	overflow: hidden;
	border: 1px solid #eee;
	background: #fff;
}
.help_txt_title{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: -7px;
}
.help_txt_con{
	display: inline-block;
	color: #888;
	line-height: 30px;
	height:30px;
	margin-top: 34px;
}
.help_txt_1{
	margin-top: 21px;
}
.help_suggest{
	width: 600px;
	height: 280px;
	margin-top: 30px;
}
.right_item{
	display: none;
}


/* 友情链接 */
.friend_link{
	overflow: hidden;
	min-height:714px;
	margin-top: 20px;
}
.friend_link ul{
	width: 1200px;
}
.friend_link ul li{
	float: left;
	height:60px;
	width: 180px;
	margin-right: 12px;
	margin-top: 30px;
}
.friend_link ul li a{
	width: 178px;
	height: 58px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
}


/*更新日志*/
.diary{
	min-height: 790px;
	margin: 50px auto;
}
.diary .history{
	margin-left: 170px;
	background: url(../images/diary_line.png) 156px 0 repeat-y;
}
/*.history .history_item{
	margin-bottom: 40px;
}*/
.history_item .history_title{
	cursor: pointer;
	font-weight: normal;
	position: relative;
	height: 40px;
}
.history_title span{
	font-size: 24px;
	display: inline-block;
	margin-right: 20px;
	transition:all 0.5s;
	color: #333;
}
.history_title b{
	color: #333;
	font-size: 24px;
	margin-left: 116px;
	font-weight: normal;
}
.history_title .triangle{
	display: inline-block;
    vertical-align: 5px;
	border-color: #333 #fff #fff;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0;
	transition:all 0.5s;
}
.history_title .history_cir{
	background: url(../images/diary_cir.jpg) no-repeat;
    /*border-radius: 50%;*/
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0px;
    left: 138px;
    z-index: 9;
}
.history_title:hover span{
	color: #299fff;
}
.history_title:hover .history_cir{
	animation: alaow 1s linear infinite;
}
.history_title:hover .triangle{
	border-color: #299fff #fff #fff;
	transform: rotate(270deg);
}
@keyframes alaow{
	form{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.history_item dl{
	position: relative;
	overflow: hidden;
	padding: 0 0 55px 208px;
	display: none;
}
.history_item dl dt{
	margin-top: 45px;
	height: 40px;
	position: relative;
	cursor: pointer;
}
.history_item dl .date{
	background: url(../images/diary_icon.png) right -2px no-repeat;
    font-size: 18px;
    left: -248px;
    padding-right: 56px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 148px;
    color: #333;
}
.history_item dl .date em{
	display: block;
	font-size: 12px;
	color: #888999;
}
.history_item dl h3{
	font-size: 18px;
	color: #299fff;
	font-weight: normal;
}
.history_item dl dd{
	line-height: 22px;
}

/*意见反馈*/
.feedback_box{
	border: 1px solid #ddd;
	min-height: 630px;
	background: #fff;
}
.feedback_con{
	width: 560px;
	margin: 0 auto;
	margin-top: 80px;
}
.feedback_con h2{
	font-size: 24px;
	margin-bottom: 37px;
	font-weight: normal;
}
.feedback_con input,textarea{
	display: inline-block;
	width: 548px;
	height: 32px;
	border: 1px solid #ddd;
	padding-left: 12px;
}
.feedback_con textarea{
	border-top: 0;
	height: 118px;
	line-height: 30px;
}	
.feedback_con p{
	text-align: right;
	font-size: 12px;
	color: #666;
	margin: 10px 0 18px 0;
}
.feedback_con span{
	color: #333;
	font-size: 14px;
	line-height: 14px;
}
.feedback_con .relation{
	margin-top: 10px;
}
.feedback_con div{
	width: 180px;
	height: 50px;
	margin: 40px 0 0 380px;
}
.feedback_con div a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 180px;
	height: 50px;
	background: url(../images/submit.png) no-repeat;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
.feedback_con div a:hover{
	background: url(../images/submit_1.png) no-repeat;
}
.feedback_con div a:active{
	background: url(../images/submit_2.png) no-repeat;
}
.feedback .careful{
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}
.tc{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 10;
}
.tc_box{
	width: 400px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:0 0 0 -200px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
}
.tc_box h3{
	font-size: 28px;
	line-height: 30px;
	margin-top: 48px;
}
.tc_box p{
	font-size: 18px;
	color: #666;
	line-height: 20px;
	margin-top: 25px;
}
.tc_box .sure{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 180px;
	height: 48px;
	background: #0ccc6c;
	line-height: 48px;
	text-align: center;
	border-radius: 3px;
	margin-top: 43px;
	cursor: pointer;
}
/* 协议 */
.xi .bd_txt{
	margin: 22px auto 85px;
	color: #333;
	padding:24px 40px 50px;
	width: 920px;
}
.xi h1{
	font-size: 22px;
	text-align: center;
}
.xi p{
	font-size: 16px;
	line-height: 2.1;
	margin:10px 0;
}
.xi .fir{
	margin: 20px 0;
}
.xi h3{
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}
.link{
	color: #999;
	font-size: 14px;
}
.bd_msg a:hover{
	color: #237ff0;
}