﻿@charset "utf-8";
/*登录开始*/
html{
	min-width:100%;
	min-height: 100%;
}
.body{
	min-width:100%;
	min-height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/body_bg.jpg);
}
.reg_screen{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color: #000;
	opacity: 0.3;
	filter:alpha(opacity=30);	
	z-index:9998;
	display: none;
}
.reg_list_box{
	width:500px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-230px;
	margin-left:-250px;
	background-color: #fff;
	border:1px solid #eee;
	border-radius:5px;
	z-index:9999;
	display: none;
}
.reg_list_box h2{
	font-size:24px;
	text-align: center;
	padding:30px 0 10px 0;
}
.reg_list_box_detail{
	width:470px;
	height:300px;
	word-break:break-all;
	word-wrap:break-word;
	margin:10px;
	padding:5px;
	border:1px solid #eee;
	border-radius:5px;
	resize:none;
	overflow-y:scroll;
}
.reg_list_close{
	width:30px;
	height:30px;
	display: inline-block;
	font-size:30px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.necessary{color:red;}
.body_bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.login{
	width:580px;
	border-radius:5px;
	padding:58px 85px 58px;
/*	position:absolute;
	left:50%;
	top:120px;*/
	/*margin-left:-380px;*/
	margin:100px auto;
	background-color: #fff;
}
.login_title{
	height:38px;
	line-height: 38px;
	border-bottom:1px solid #dddddd;
}
.login_title_l{
	float:left;
	color:#159cf9;
	font-size:20px;
}
.login_title_r{
	color:#999;
	float:right;
}
.login_title_r a{
	color:#5c5c5c;
	padding:5px 10px;
	background-color: #e5e5e5;
	margin-left:15px;
	font-size:14px;
}
.login_content_row{
	margin-bottom:12px;
}
.login_content_l{
	width:188px;
	height:34px;
	line-height: 34px;
	float:left;
	text-align:right;
	color:#666;
	font-size:14px;
}
.login_content_r input[type="text"],.login_content_r input[type="password"]{
	width:250px;
	height:32px;
	line-height: 32px;
	padding:0px 5px;
	border:1px solid #dddddd;
}
.login_content_r input[type="checkbox"],
.login_content_r label{
	vertical-align: middle;
}
.login_submit{
	width: 265px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	background-color: #159cf9;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
.login_content_r label a{
	color:#290bc1;
}
/*登录结束*/
/*发起投诉开始*/
.complaint{
	padding:55px 0;
}
.complaint_l{
	width:235px;
	border-right:1px dashed #e8e8e8;
	float:left;
}
.complaint_r{
	width:834px;
	padding-left:50px;
	float:left;
}
.complaint_l_ul li{
	margin-bottom:30px;
}
.complaint_l_ul li h2{
	line-height: 32px;
	font-size:18px;
	color:#5c5c5c;
	text-align:center;
}
.complaint_l_div {
	height:130px;
	text-align:center;
}
.complaint_l_div img{
	width:130px;
	height:130px;
}
.complaint_r_title{
	padding-bottom:12px;
	border-bottom:1px solid #d2d2d2;
}
.complaint_r_spanl em{
	width:5px;
	height:15px;
	display: inline-block;
	background-color: #159cf9;
	margin-right:12px;
	vertical-align: middle;
}
.complaint_r_spanl{
	font-size:16px;
	color:#5c5c5c;
}
.complaint_r_spanr a{
	font-size:14px;
	color:#5c5c5c;
	text-decoration:underline;
}
.complaint_r_c1{
	padding:35px 0 20px 0;
}
.comlaint_r_row{
	margin-bottom:12px;
}
.complaint_r_rowl,
.complaint_r_rowl2,
.complaint_r_rowl3,
.complaint_r_rowl4,
.complaint_r_rowl5{
	text-align: right;
	font-size:14px;
	color:#5c5c5c;
}
.complaint_r_rowl{
	width:105px;
	height:34px;
	line-height: 34px;
}
.complaint_r_rowl2{
	width:105px;
	height:190px;
	line-height: 190px;
}
.complaint_r_rowl3{
	width:245px;
	height:34px;
	line-height: 34px;
}
.complaint_r_rowl4{
	width:205px;
	height:34px;
	line-height: 34px;
}
.complaint_r_rowl5{
	width:205px;
	height:104px;
	line-height: 104px;
}
.complaint_r_select{
	width:265px;
	height:34px;
	border:1px solid #dddddd;
	margin-right:40px;
}
.complaint_r_h3{
	height:32px;
	line-height: 32px;
	font-size:16px;
	border-bottom:1px dashed #5c5c5c;
}
.complaint_r_mess{
	padding:17px 0;
}
.complaint_r_input_short,
.complaint_r_input_short2,
.complaint_r_input_long,
.complaint_r_input_long2{
	height:32px;
	border:1px solid #dddddd;
	padding:0 5px;
}
.complaint_r_input_short{
	width:155px;
}
.complaint_r_input_short2{
	width: 180px;
}
.complaint_r_input_long{
	width:680px;
}
.complaint_r_input_long2{
	width:280px;
}
.complaint_r_textarea,
.complaint_r_textarea2{
	padding:5px;
	border:1px solid #dddddd;
	resize:none;
}
.complaint_r_textarea{
	width: 680px;
	height: 180px;
}
.complaint_r_textarea2{
	width: 502px;
	height: 94px;
}
.upload_field{
	width:70px;
	height:32px;
	text-align:center;
	background-color: #ddd;
	border:0px;
	cursor:pointer;
	color:#5c5c5c;
}
.upload_field_text{
	font-size:14px;
	padding:0 8px;
	color:#5c5c5c;
}
.complaint_r_radio,
.complaint_r_label{
	height:34px;
	line-height: 34px;
	vertical-align: middle;
}
.complaint_r_radio{
	margin-left:20px;
}
.complaint_r_label{
	font-size:14px;
	margin-right:15px;
}
.complaint_r_img{
	width:834px;
	height:165px;
	padding-top:50px;
}
.complaint_r_img img{
	width:834px;
	height:165px;
	display: block;
}
.submit_button,
.cancel_button{
	width: 144px;
	height: 50px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	vertical-align: middle;
}
.submit_button{
	background-color: #159cf9;
	color:#fff;
}
.cancel_button{
	background-color: #cccccc;
	color:#343434;
}
/*发起投诉结束*/
/*我的投诉开始*/
.complaint_r_tablebox{
	border:1px solid #a6e2ff;
}
.complaint_r_table{
	width:100%;
	line-height: 42px;
}
.complaint_r_table tr{
	border:1px solid #eeeeee;
}
.complaint_r_table th{
	font-size:14px;
	background-color: #f2f2f2;
}
.complaint_r_table td{
	text-align:center;
	font-size:14px;
	border:1px solid #eeeeee;
}
/*我的投诉结束*/
/**************开始登陆**************/
.mauto02{ margin:0 auto; width:1200px;}
.p_top{ height:275px; position:relative; width:100%;}
.p_top > img{ position:absolute; top:80px; right:45px;}

.p-head{ background:#2a396a; height:147px; width:100%; overflow:hidden;}
.p-logo{ padding:26px 0 0 8px; float:left; width:150px;}
.p-newslist{ float:left; width:1042px; margin-top:30px;}
.p-newslist .bx-wrapper{ background:#2a396a;}
.p-newslist dl dd{ float:left; margin-right:20px; height:40px;}
.p-newslist dl dd span{ display:inline-block; padding:0 5px; height:20px; margin:10px 0; float:left; line-height:20px; background:#324580; text-align:center; color:#7b91d6;}
.p-newslist dl dd a.a1{ display:inline-block; padding-left:15px; font-size:14px; color:#fff;  float:left; line-height:40px;}
.p-newslist dl dd a.a2{ display:inline-block; width:20px; height:20px;  float:left; padding:10px 0; margin:0 5px; }
.p-newslist dl dd a.a2 img{width:20px; height:20px;}

.enter-box{ width:100%; height:476px; background:#fff;}
.box-left{ width:634px; float:left;}
.box-name{ color:#939393; font-size:18px; margin-top:30px; line-height:38px;}

.box-video dl{ background:#e8eaf0; width:100%; padding:5px; box-sizing:border-box; text-align:center; }
.box-video dl dt{ cursor:pointer;}
.box-video dl dd{ color:#696969; line-height:30px;}

.box-right{ width:356px; float:right; margin-top:67px;}
.enter-t{ border-bottom:#d3d4d7 solid 1px; width:100%; float:left; height:37px; line-height:37px;}
.enter-t > .fl{ font-size:18px; color:#1495f2;}
.enter-t > .fr a{ width:76px; height:30px; line-height:30px; text-align:center; margin-left:20px; font-size:14px; background:#dadbde; color:#585859; display:inline-block;}
.enter-list{ width:100%; float:left; margin-top:63px;}
.enter-list li{ width:100%; float:left; margin-top:12px; height:34px; line-height:34px; color:#646466;}
.enter-list li em{ width:58px; float:left; text-align:right; padding-right:5px; color:#616263; font-size:14px;}
.enter-list li .enter-text{ width:263px;height:34px; line-height:34px; float:left; box-sizing:border-box; border:#d3d4d7 solid 1px; font-size:14px; padding-left:5px;}
.enter-list li a.btn{width:263px;height:50px; line-height:50px; color:#fff; text-align:center; display:inline-block; background:#1495f2; font-size:14px;}
/**************结束登陆**************/




















