/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
a,a:link,a:visited,a:active,a:hover{
	text-decoration:none;
	color:inherit;
	*color:#636363;
}
ul,li{
	list-style:none;
}
img{
	border:0 none;
}
input[type="text"]:focus,input[type="password"]:focus{
	outline:0 none;
}
/*公共*/
/*溢出隐藏*/
.overflow_hide{
	height:auto;
	overflow:hidden;
}

/*头部*/
.top{
	height:75px;
	color:#636363;
	min-width:1200px;
	font-size:12px;
	overflow:hidden;
	position:relative;
	background-color:#fff;
}
.top .top_action{
	background-color:#fff;
}
.top .top_action p{
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}
.top .top_action p *{
	margin:0 6px;
}
.top-left{
	display:inline-block;
	*float:left;
	margin:-10px 0 0 25px;
	position:absolute;
}
.top-left img{
	*float:left;
	*margin:2px 20px 0 0 ;
	vertical-align:middle;
}
.top-lef-notice{
	display:inline-block;
	margin-left:10px;
	font-size:18px;
	vertical-align:-13px;
}
.top-lef-notice span{
	font-size:45px;
	vertical-align:-8px;
	margin-right:10px;
}
.top-right{
	padding-top:15px;
	width:100%;
	text-align:left;
	text-indent:335px;
	font-size:14px;
}
.top-right a{
	margin:0 10px;
	font-weight:bold;
	_display:inline;
}
.top-right a.picth{
	color:#dd137b;
	border-bottom:solid 2px #dd137b;
	*text-decoration:underline;
	_border-bottom:none;
}

/*底部*/
.foot{
	text-align:center;
	font-size:14px;
}
.foot .center{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.foot .center p{
	text-align:left;
}
.foot .center span{
	padding-right:20px;
	margin-right:20px;
	border-right:solid 1px #fff;
}
.foot .center a{
	color:#fff;
}

/*标题*/
.con_head{
	height:35px;
	line-height:35px;
}
.con_head.bg_magenta{
	font-weight:bold;
	font-size:14px;
}

/*左侧菜单*/
.menu{
	text-align:center;
	display:none;
}
.menu.picth{
	display:block;
}
.menu .con_head_icon{
	display:inline-block;
	width:16px;
	height:15px;
	background:url(../images/menu_icon.png) no-repeat;
	vertical-align:-2px;
	*vertical-align:middle;
	_margin-top:10px;
	_vertical-align:-2px;
	margin-right:8px;
}
.menu ul li{
	height:35px;
	line-height:35px;
	font-size:14px;
}
.menu ul li.picth{
	background-color:#f9f9f9;
}

/*右侧*/
.main .con_head{
	padding-left:5px;
	font-size:14px;
}
.main .con_head a,.main .con_head span{
	margin:0 5px;
	color:#fff;
}


/*登录*/
.login{
	min-width:1020px;
	max-width:100%;
	overflow:hidden;
}
.login_top{
	width:100%;
}
.login_box{
	width:1020px;
	margin:0 auto;
}
.login_top .top-right{
	text-align:right;
}
.login_top .login_title{
	height:88px;
}
.login_top .top-left{
	margin-top:3px;
}
.login .login_top .top-left{
	margin-top:10px;
	margin-left:0;
}
.login_top .top-right{
	padding-top:35px;
}
.login_top .log_box{
	width:307px;
	height:456px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/login_bg_white.png);
	z-index:15;
}
.log_box .pad_10{
	width:115px;
	margin:20px auto 38px auto;
}
.log_box .log_QR{
	width:115px;
	height:115px;
}
.log_box .fg_grey{
	font-size:14px;
	text-align:center;
}
.log_box .log_form{
	margin:0 17px;
}
.log_form .log_for_title{
	text-align:center;
}
.log_form .log_for_title em{
	color:#fff;
	height:1px;
	width:70px;
	background-color:#e5e5e5;
	display:inline-block;
	vertical-align:middle;
}
.log_form .log_for_title span{
	margin:0 10px;
}
.log_form p{
	position:relative;
	background-color:#fff;
}
.log_form p input{
	width:205px;
	height:22px;
	border:0 none;
	margin:0 5px 0 42px;
	padding:10px 0 10px 10px;
	line-height:22px;
}
.login .log_icon{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	background:url(../images/login_icon.png) no-repeat;
}
.login .log_icon.log_ico_user{
	background-position:0 0;
}
.login .log_icon.log_ico_pwd{
	background-position:0 -30px;
}
.log_form .log_icon{
	left:11px;
	top:11px;
}
.log_form .log_row_first{
	width:100%;
	border:solid 1px transparent;
	border-bottom:solid 1px #ededed;
	margin-top:10px;
	border-radius:5px 5px 0 0;
}
.log_form .log_row_last{
	width:100%;
	border:solid 1px transparent;
	border-top:none;
	margin-bottom:10px;
	border-radius:0 0 5px 5px;
}
.log_form .log_for_row{
	font-size:12px;
}
.log_form .log_for_row .log_inp_check{
	margin-right:6px;
	vertical-align:-2px;
}
.log_form .log_for_row .log_row_left{
	float:left;
}
.log_form .log_for_row .log_row_right{
	float:right;
}
.log_form .log_for_submit{
	display:block;
	width:100%;
	padding:8px 0 12px 0;
	text-align:center;
}
.login .log_content{
	width:1020px;
	margin:0 auto;
}
.log_content .log_notice{
	border:solid 1px #eee;
	text-align:center;
	margin-top:30px;
}
.log_content .log_notice .log_ico_news{
	position:static;
	display:inline-block;
	vertical-align:-5px;
	*vertical-align:0px;
	margin-right:5px;
	background-position:0 -60px;
}
.log_content .log_notice .log_ico_news2{
	position:static;
	display:inline-block;
	vertical-align:-5px;
	*vertical-align:0px;
	margin-right:5px;
	background-position:0 -90px;
}
.log_content .log_notice .fg_grey{
	margin-left:5px;
}
.log_con_case .log_cas_title{
	font-weight:100;
}
.log_con_case .case_list_li{
	width:1020px;
}
.log_con_case .case_list_li li{
	width:330px;
	margin:0 15px 15px 0;
	float:left;
}
.log_con_case .case_li_pic{
	width:330px;
	height:237px;
	position:relative;
}
.log_con_case .case_list_li .case_pic_img{
	width:330px;
	height:237px;
}
.case_li_pic .pop{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	background:url(../images/login_bg_black.png);
	display:none;
}
.case_li_pic:hover .pop{
	display:block;
}
.case_li_pic .pop img{
	border:solid 10px #fff;
	margin:40px 0 10px 97px;
}
.case_li_pic .pop p{
	color:#fff;
	text-align:center;
}
.log_con_case .case_list_li .case_li_title{
	height:55px;
	position:relative;
}
.log_con_case .case_list_li .case_li_title h4{
	font-size:18px;
	color:#000;
	font-weight:100;
}
.log_con_case .case_list_li .case_li_title .fg_magenta{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-7px;
	font-size:14px;
	line-height:1;
}
.login .slider_box .log_sli_con{
	width:60px;
	height:60px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	background:url(../images/login_slider_controller.png) no-repeat;
	z-index:20;
	cursor:pointer;
}
.login .slider_box .log_sli_con.prev{
	left:-110px;
	background-position:0 0;
}
.login .slider_box .log_sli_con.next{
	right:-110px;
	background-position:0 -70px;
}

/*自定义登录界面*/
.customLogin .log_fix_box{
	position:fixed;
	z-index:99;
	left:0;
	width:100%;
	background-color:#f8f8f8;
	border-bottom:solid 1px #53bd74;
}
.customLogin .int_ul{
	width:100%;
	overflow:hidden;
}
.customLogin .int_li{
	float:left;
	width:30%;
}
.customLogin .int_li:first-child{
	margin-right:5%;
}
.customLogin .int_li.last{
	margin-left:5%;
}
.customLogin .int_li .int_li_img{
	display:block;
	margin:0 auto;
	width:156px;
	height:156px;
	background:url(../images/customLogin_int_pic.png) no-repeat;
}
.customLogin .int_li .int_li_img.int_img_system{
	background-position:0 0;
}
.customLogin .int_li .int_li_img.int_img_wx{
	background-position:0 -166px;
}
.customLogin .int_li .int_li_img.int_img_rx{
	background-position:0 -332px;
}
.customLogin .int_li .int_li_img.int_img_rx2{
	background-position:0 -498px;
}
.customLogin .int_li h4{
	font-size:16px;
	text-align:center;
	color:#3a3a3a;
}
.customLogin .int_li p{
	font-size:14px;
	line-height:1.8;
	text-indent:24px;
	color:#707070;
}
.customLogin .log_cas_title{
	text-align:center;
	font-size:24px;
}
.customLogin .log_cas_title .log_tit_box{
	position:relative;
}
.customLogin .log_tit_line{
	display:inline-block;
	height:1px;
	width:43%;
	background-color:#d6d6d6;
	margin-top:17px;
	position:absolute;
}
.customLogin .log_tit_line:first-child{
	left:0;
}
.customLogin .log_tit_line.last{
	right:0;
}
.login .log_con_us{
	width:1020px;
	margin:0 auto;
}
.login .log_con_us .log_us_con{
	margin:40px 110px;
	text-align:center;
	line-height:2;
	color:#393939;
	font-size:14px;
}
.customLogin .log_us_ul{
	overflow:hidden;
	padding-bottom:10px;
	margin-left:-20px;
}
.customLogin .log_us_li{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
.customLogin .log_us_li img{
	width:240px;
	height:189px;
}
.customLogin .log_coo_ul{
	overflow:hidden;
	margin-top:40px;
	padding-left:10px;
	padding-right:15px;
}
.customLogin .log_coo_li{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
.customLogin .log_coo_li img{
	border:solid 1px #ececec;
	width:135px;
	height:53px;
}
.customLogin .foot{
	color:#c8c8c8;
	background-color:#504e4e;
}
.customLogin .foot img{
	display:inline-block;
}
.customLogin .foot .fot_info{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin-left:55px;
	*display:inline;
	*zoom:1;
}
.customLogin .fot_info h2{
	font-size:30px;
	font-weight:100;
	padding-bottom:10px;
}
.customLogin .fot_info p{
	margin-top:5px;
}
.customLogin .foot .fot_line{
	display:block;
	width:100%;
	height:10px;
	background:url(../images/customLogin_foot_line.png) repeat-x;
}
.customLogin .top_nav{
	height:88px;
	line-height:88px;
	overflow:hidden;
}
.customLogin .top_nav li{
	float:left;
	height:100%;
}
.customLogin .top_nav li a{
	display:block;
	height:100%;
	padding:0 20px;
}
.customLogin .top_nav li.picth a{
	background-color:#53bd74;
	color:#fff;
}
.customLogin .top-left{
	position:static;
	float:left;
}
.customLogin.login .slider .sli_c li{
	background-color:#53bd74;
}

/*新登录*/
.sys_bg{
	width:100%;
	height:100%;
}
.sys_box{
	width:717px;
	height:311px;
	padding:6px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-162px;
	margin-left:-365px;
	background:url(../images/syslogin_box_bg.png) no-repeat;
}
.sys_box_left{
	width:256px;
	float:left;
	height:100%;
	position:relative;
}
.sys_box_left img{
	display:block;
	margin:70px auto 30px auto;
}
.sys_box_left p{
	text-align:center;
	color:#fff;
}
.sys_box_right{
	width:390px;
	height:100%;
	float:left;
	padding-left:33px;
	padding-right:38px;
}
.sys_box_rig_title{
	margin-top:33px;
	color:#FCFCFC;
	font-size:24px;
	margin-bottom:18px;
}
.sys_icon{
	display:inline-block;
	width:28px;
	height:33px;
	vertical-align:middle;
}
.sys_icon.sys_ico_title{
	background:url(../images/syslogin_icon.png) no-repeat 0 0;
	margin-right:10px;
}
.sys_icon.sys_ico_user{
	background:url(../images/syslogin_icon.png) no-repeat 0 -33px;
	position:absolute;
	top:10px;
	left:10px;
}
.sys_icon.sys_ico_pwd{
	background:url(../images/syslogin_icon.png) no-repeat 0 -66px;
	position:absolute;
	top:10px;
	left:10px;
}
.sys_rig_row{
	width:342px;
	height:50px;
	padding-left:46px;
	border:solid 1px #BEBEBE;
	margin-bottom:18px;
	border-radius:5px;
	position:relative;
}
.sys_rig_row input{
	background-color:transparent;
	border:none;
	height:50px;
	*line-height:50px;
	width:100%;
}
/*控制placeholder的样式*/
.sys_rig_row input::-webkit-input-placeholder{color:#E0E0E0;}
.sys_rig_row input:-moz-placeholder{color:#E0E0E0;}
.sys_rig_row input::-moz-placeholder{color:#E0E0E0;}
.sys_rig_row input:-ms-input-placeholder{color:#E0E0E0;}
/*.sys_rig_row input:-ms-input-placeholder{color:#dcdbdb;}*/

.sys_box_submit{
	display:block;
	width:100%;
	height:52px;
	line-height:52px;
	font-size:20px;
	color:#E0E0E0;
	border-radius:5px;
	background:#0072E3;
	text-align:center;
	cursor: pointer;
}
.sys_box_submit:hover{
	color:#fff;
}
.sys_foot{
	position:absolute;
	width:100%;
	left:0;
	bottom:30px;
	color:#fff;
	text-align:center;
	font-size:13px;
}


/*字体颜色*/
.fg_white{
	color:#fff !important;
}
.fg_magenta{
	color:#dd127b !important;
}
.fg_grey{
	color:#959595 !important;
}
.fg_grey_1{
	color:#53bd74 !important;
}

/*背景色*/
.bg_grey{
	background-color:#eaeaea !important;
}
.bg_grey2{
	background-color:#f8f8f8 !important;
}
.bg_grey3{
	background-color:#504e4e !important;
	color:#fff !important;
}
.bg_grey4{
	background-color:#f5f5f5 !important;
}
.bg_white{
	background-color:#fff !important;
}
.bg_magenta{
	background-color:#dd147c !important;
	color:#fff !important;
}
.bg_green{
	background-color:#53bd74 !important;
	color:#fff !important;
}
.bg_deepblue{
	background-color:#476174 !important;
	color:#fff !important;
}

/*padding间距*/
.pad_10{
	padding:10px;
}
.pad_20{
	padding:20px;
}
.pad_30{
	padding:30px;
}
.pad_t_10{
	padding-top:10px;
}
.pad_t_30{
	padding-top:30px;
}
.pad_b_30{
	padding-bottom:30px;
}
.pad_tb_20{
	padding-top:20px;
	padding-bottom:20px;
}
.pad_l_40{
	padding-left:40px;
}

/*margin间距*/
.mar_t_5{
	margin-top:5px;
}
.mar_t_10{
	margin-top:10px;
}
.mar_t_20{
	margin-top:20px;
}
.mar_t_30{
	margin-top:30px;
}
.mar_t_40{
	margin-top:40px;
}
.mar_t_50{
	margin-top:50px;
}
.mar_r_0{
	margin-right:0 !important;
}
.mar_l_40{
	margin-left:40px;
}