@import url("../assets/iconfont/iconfont.css;vpn_img");
/*top���ϲ�������ʱ����ɾ*/
body{
    margin: 0;
	font-family: "Microsoft YaHei UI", "΢���ź�", "ƻ�� ����", "����";
}
.top{
	background-image: url(../images/top.jpg;vpn_img);
	background-repeat: no-repeat;
	background-position: center top;
	height: 188px;
}

/*main*/
/* a:link,a:visited{
	color: #444;
	} */
a:hover {
	text-decoration: none;
	color: #27a;
}
a:focus {
  text-decoration: none;
}
.banner{
	width: 1200px;
	margin: 20px auto 0 auto;
	height: 110px;
}
.home_div{
	width: 1200px;
	margin: 20px auto;
}
.mar_pages{
	margin:15px;
}
.left{
	width: 280px;
	float: left;
	display: block;
}
.right{
	width: 898px;
	float: left;
	min-height: 493px;
	margin-left: 20px;
	display: block;
	border: 1px solid #ddd;
}



.lmemu_title {
	background-color: #31689B;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.lmemu {
	border: 1px solid #ddd;
	border-top:none;
	min-height: 433px;
	padding-bottom: 11px;
}
.lmemu a{
	font-size: 16px;
	padding-left: 20px;
	display: block;
	line-height: 48px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}
.lmemu a:link,.lmemu a:visited{
	background-color: #fff;
	border-bottom: 1px dashed #ddd;
	color: #666;
	background-image:url(../images/arrow_gray.png;vpn_img) ;
}
.lmemu a:hover, .lmemu a.cur{
	background-color: #f8f8f8;
	border-bottom: 1px dashed #7FA9D1;
	color: #31689B;
	background-image:url(../images/arrow.png;vpn_img) ;
}

.lmemu a:active{
	background-color: #27a;
	border-bottom: 1px solid #27a;
	background-image:url(../images/arrow_gray.png;vpn_img) ;
	color: #fff;
}
.crumbs{
	line-height: 48px;
	border-bottom: 1px solid #ddd;
	background-image: url(../images/guide.png;vpn_img);
	background-repeat: no-repeat;
	background-position: 12px; 
	font-size: 14px;
	color: #666;
	padding-left: 45px;
	margin-bottom: 10px;
	position: relative;
}

.crumbs .users {
	float: right;
	display: block;
	margin-top: 6px;
	margin-right: 8px;
}
.crumbs .users a{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 36px;
	margin-right: 12px;
	text-decoration: none;
}
.crumbs .users a:link, .crumbs .users a:visited{
	color: #666;
}
.crumbs .users a:hover{
	color: #4A90C5;
}
.crumbs .users a .iconfont{
	font-size: 24px;
	display: block;
	float: left;
	padding-right: 5px;
}
.crumbs .users a:link .iconfont,
.crumbs .users a:visited .iconfont{
	color: #ccc;
}
.crumbs .users a:hover .iconfont{
	color:#4A90C5;
}




.lm_title{
	margin: 15px 20px;	
	border-bottom: 1px solid #3E7DB7;
	position: relative;
}
.lm_title .icon{
	margin: 0 10px;
	display: block;
	float: left;
}
.lm_title .name{
	font-size: 20px;
	line-height: 48px;
	display: block;
	float: left;
}

.lm_title .note{
	font-size: 14px;
	display: block;
	float: right;
	padding: 20px 15px 0 0;
}
.lm_title .t_menu{
	position: absolute;
	left: 230px;
	bottom: 0px;
}
.t_menu a{
	display: inline-block;
	line-height: 36px;
	margin-right: 1px;
	border-radius: 5px 5px 0 0;
	padding: 0px 20px;
	text-decoration: none;
	font-size: 14px;
}
.t_menu a:link,.t_menu a:visited{
	background-color: #f8f8f8;
	border:1px solid #ddd;
	border-bottom: none;
	color: #666;
}
.t_menu a:hover, .t_menu a.cur{
	background-color: #3E7DB7;
	border:1px solid #3E7DB7;
	border-bottom: none;
	color: #fff;
}

.t_menu a:active{
	background-color: #4A90C5;
	border:1px solid #4A90C5;
	border-bottom: none;
	color: #fff;
}



.content{
	margin: 0 20px 20px 20px;
}
.sub_name{
	font-size: 18px;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
	
}

.Article{
	padding: 20px 0;
	margin: 0px 80px;
	line-height: 32px;
}

.Article .name{
	font-size: 16px;
	font-weight: bold;
	color: #31689B;
}

.Article .txt{
	font-size: 16px;
	color: #444;
}










.floor{
	padding: 10px 0 20px 0;
	margin: 0px 20px;
	line-height: 28px;
}

.floor .item_name{
	font-size: 15px;
	font-weight: bold;
	color: #31689B;
}

.floor .item_txt{
	font-size: 15px;
	color: #444;
}
.floor textarea{
	font-size: 15px;
	line-height: 28px;
	padding: 5px 10px;
	font-family: "Microsoft YaHei UI", "微软雅黑", "苹方 常规", "黑体";
}
.tab_item{
	
}

.tab_item td{ 
	line-height: 32px;
}



.bzxx_search_box{
	padding:30px 0 40px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.tab_search{
	margin: 10px auto;
}
.tab_search th{ 
	line-height: 40px;
	padding: 5px;
	font-size: 16px;
	color: #31689B;
	font-weight: bold;
	text-align: right;
}
.tab_search td{ 
	line-height: 40px;
	padding:10px 5px;
}
.tab_search input[type=text]{ 
	line-height: 30px;
	padding: 5px 10px;
	width: 300px;
	text-align:left;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
}



a.b_main {
	padding: 8px 30px;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 10px;
}
a.b_main:link, a.b_main:visited {
	background-color: #f66;
	color: #FFFFFF;
	border-color: #31689B;
}
a.b_main:hover {
	background-color: #E84040;
	color: #FFF;
	border-color: #E84040;
}
a.b_main:active {
	background-color: #CD3434;
	color: #FFF;
	border-color: #CD3434;
}

a.b_btn {
	padding: 0px 30px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	margin: 0px 10px;
	line-height: 42px;
}
a.b_btn:link, a.b_btn:visited {
	background-color:#31689B;
	color: #fff;
}
a.b_btn:hover {
	background-color:#4A90C5;
	color: #FFF;
}
a.b_btn:active {
	background-color: #5CA7E0;
	color: #FFF;
}

a.b_btn_gray {
	padding: 0px 30px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	margin: 0px 10px;
	line-height: 42px;
}
a.b_btn_gray:link, a.b_btn_gray:visited {
	background-color:#eee;
	color: #666;
}
a.b_btn_gray:hover {
	background-color:#4A90C5;
	color: #FFF;
}
a.b_btn_gray:active {
	background-color: #5CA7E0;
	color: #FFF;
}






.btns_box {
	padding: 10px 20px;
	display: block;
}
a.btn_s {
	padding: 0px 20px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 20px ;
	line-height: 32px;
}
a.btn_s:link, a.btn_s:visited {
	background-color:#4A90C5;
	color: #fff;
}
a.btn_s:hover {
	background-color:#5CA7E0;
	color: #FFF;
}
a.btn_s:active {
	background-color: #27a;
	color: #FFF;
}


.align_l {
	text-align: left;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}

.list_bottom{
	padding:10px 0;
	margin: 0 20px 10px 20px;
	border-bottom: 1px solid #ddd;
 }
.question{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
	padding: 10px 15px;
}
.question .note{
	display: block;
	float: left;
	width: 90px;
}
.question .note .name{
	display: block;
	font-size: 16px;
	color: #3E7DB7;
	line-height: 20px;
	padding-top: 4px;
	font-weight: bold;
}

.question .note .time{
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.question .text{
	display: block;
	float: left;
	width: 734px;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
}

.answer{
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 10px 15px;
}
.answer .note{
	display: block;
	float: left;
	width: 90px;
}
.answer .note .name{
	display: block;
	font-size: 16px;
	color: #3E7DB7;
	line-height: 20px;
	padding-top: 4px;
	font-weight: bold;
}
.answer .note .time{
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.answer .text{
	display: block;
	float: left;
	width: 734px;
	font-size: 15px;
	line-height: 28px;
}


.tab_qa{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #3E7DB7;
}

.tab_qa td{
	border:1px solid #ddd;
	padding: 8px 10px;
	border-right: none;
	border-bottom: none;
	background-color: #f8f8f8;
}

/* .tab_qa.thin td{
	padding: 8px 10px;
}
 */

.tab_qa .qa_name{
	font-size: 14px;
	font-weight: bold;
	color: #31689B;
}
.tab_qa .qa_txt{
	font-size: 14px;
	color: #444;
}
.tab_qa .qa_time{
	font-size: 14px;
	font-family: Tahoma, Verdana;
	color: #444;
}
.tab_qa img{
	vertical-align: middle;
}
.tab_qa td .iconfont{
	font-size: 24px;
	line-height:32px;
	display: block;
}
.tab_qa td a{
	text-decoration: none;
}
.tab_qa td .iconfont.icon-info{
	color:#4A90C5;
}
.tab_qa td .iconfont.icon-info:hover{
	color:#5ad;
}
.tab_qa td .iconfont.icon-info:active{
	color:#27a;
}


.qa_q{
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 15px;
}
.qa_q .list{
	display: block;
	margin-bottom: 5px;
}
.qa_q .list .name{
	float: left;
	width: 86px;
	display: block;
	font-size: 15px;
	color: #31689B;
	line-height: 28px;
	font-weight: bold;
}
.qa_q .list .text{
	display: block;
	float: left;
	width: 738px;
	font-size: 15px;
	line-height: 28px;
}
.qa_q .list .name_lang{
	display: block;
	font-size: 16px;
	color: #31689B;
	line-height: 28px;
	font-weight: bold;
}
.qa_q .list .text_lang{
	display: block;
	font-size: 16px;
	line-height: 28px;
}






.qa_q .line_top{
	border-top:1px dashed #7FA9D1;
	display: block;
	height: 10px;
	margin-top: 10px
}
.bold{
	font-weight: bold;
}
.blue{
	color: #31689B;
}
.progress {
	width: 760px;
	margin: 30px auto 10px auto;
}
.progress .img {	
	width: 424px;
	margin: 0px auto;
}
.progress .txt {	
	font-size: 16px;
}
.progress .txt span{
	width:200px;
	display: block;
	text-align: center;
	float:left;
	margin-top: 8px;
}

.time{
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Verdana;
}









/*bottom*/
.home-bottom{
    padding: 15px 0 20px 0;
    background: #eee;
    border-top: 1px solid #ccc;
	bottom: 0px;
	width: 100%;	
}

.home-bottom .center{
	width: 960px;
	margin: 0px auto;
}

.home-bottom .center .img-1{
	display: block;
	float: left;
	margin: 12px 40px 12px 30px;
}
.home-bottom .center .img-2{
	display: block;
	float: left;
	margin: 0px 5px;
}
.home-bottom .center .text{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 160%;
	color: #444;
	margin: 13px 0px;
}
.home-bottom .center .text a{
	text-decoration: none;
	color: #666;
}

.home-bottom .center .text a:hover{
	color: #2E9ACB;
}


.top_div{
	width: 1200px;
	padding-top: 20px;
	margin: 0px auto;
}
.top_ysqgk{
	height: 188px;
	background-color: #1F4E84;
}
.logo{
	padding: 30px 0px 0px 50px;
	display: block;
	width: 550px;
	float: left;
}
.sys_name{
	padding: 60px 0px 0px 50px;
	display: block;
	font-size: 20px;
	color: #fff;
	width:400px;
	float: left;
}
.left_name {
	font-size: 18px;
	line-height: 50px;
	padding-left: 70px;
	color: #31689B;
}
.outer_line{
	border-radius: 10px;
	padding: 15px;
	border:1px solid #ddd;
	margin-left: 50px;
}
.tab_l{
	margin: 10px auto;
}
.tab_l th{ 
	line-height: 24px;
	padding: 10px 15px;
	font-size: 16px;
	color: #31689B;
	font-weight: normal;
	text-align: right;
	border-right:1px solid #ddd;
}
.tab_l td{ 
	line-height: 24px;
	padding:10px 15px;
	font-size: 16px;
}
.right_notes{
	float: right;
	width: 650px;
	font-size: 16px;
	line-height: 32px;
	margin-top: 90px;
}

.red{
	color: #FF0000;
}
.eStep-warp {
	width: 600px;
	position: relative;
	margin: 25px auto 45px;
}

.eStep {
	display: flex;
	width: 100%;
	height: 20px;
}

.eStep-item {
	flex: 1;
	height: 3px;
	background: #e4e4e4;
	position: relative;
	margin-top: 6px;
}

i {
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
}

.eStep-progress {
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	top: 6px;
	background: #0bb65f;
}
/*进度条结束*/
.eStep--point-warp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
}

.eStep--point-item {
	position: absolute;
	top: -10px;
	display: block;
	height: 50px;
	left: 45px;
}

.eStep--point {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	line-height: 32px;
	font-family:bebas_neuebold;
	font-size:18px;
	color: #0bb65f;
	text-align: center;
	position: absolute;
	top: 0px;
	left: -2px;
	background: #ffffff;
	border: 3px solid #e4e4e4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.eStep--point.done {
	width: 36px;
	height: 36px;
	color:#fff;
	background: #0bb65f;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.eStep--point.done:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.eStep--text {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 12px;
	top:38px;
	text-align: left;
}

.eStep--time {
	position: relative;
	top: 60px;
	right: 40px;
	font-size: 12px;
}

