@charset "utf-8";
/* CSS Document */

/*图标*/
.idcode_ico,.num_ico,.phone_ico,.user_ico,.password_ico,.phone_ico,.code_ico,.name_ico,.user_u_ico,.bank_ico,.bankcard_ico{padding-left: 40px;}
.idcode_ico{background:url(../img/ico_idcode.png)no-repeat left center;}/*身份证*/
.num_ico {background:url(../img/ico_num.png)no-repeat left center;}/*身份证号码*/
.bank_ico{background:url(../img/ico_bank.png)no-repeat left center;}/*银行*/
.bankcard_ico {background:url(../img/ico_bankcard.png)no-repeat left center;}/*银行账号*/
.phone_ico {background:url(../img/ico_phone.png)no-repeat left center;}/*电话号码*/
.code_ico {background:url(../img/ico_code.png)no-repeat left center;}/*验证码*/
.user_ico {background:url(../img/ico_user.png)no-repeat left center;}/*用户名*/
.password_ico {background:url(../img/ico_password.png)no-repeat left center;}/*密码*/
.name_ico {background:url(../img/ico_name.png)no-repeat left center;}/*姓名*/
.user_u_ico {background:url(../img/ico_user_u.png)no-repeat left center;}/*单位账号*/
/*end 图标*/

/*首页*/
.index_banner {
  height: 370px;
  position:relative;
}
.banner_box{
	position:relative;
}
.banner_box .hd {
	position:absolute;
	left:0;
	width:100%;
	bottom:10px;
	z-index:99;
	text-align:center;
}
.banner_box .hd ul li{
	width:10px;
	height:10px;
	display:inline-block;
	margin:0 5px;
    border-radius: 100%;
    -moz-border-radius:100%;
    background: #e5e5e5;
}
.banner_box .hd ul li.on{
 background: #50b2dd;
}
.banner_text{
 position: absolute;
 top: 15%;
 left: 10%;
 width: 400px;
}
.banner_text img{
 width: 100%;
}
.banner_nav {
  position: absolute;
  top: 10%;
  right: 50%;
  margin-right:-540px;
  background: rgba(255,255,255,.6);
  border-radius:5px;
  -moz-border-radius:5px;
  width: 240px;
  padding: 20px 10px;
}

.banner_box .bd li{
	position: relative;
	overflow: hidden;
	height: 370px;
	width: 100%;
}
.banner_box .bd li img{
	width:1920px;
	height:370px;
	display:block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.banner_nav h1,.banner_nav h2{
  color: #ff0000;
  text-align: center;
}
.banner_nav h2{
  font-weight: 300;
  font-size:18px;
  padding-bottom:10px;
}
.banner_nav h1{
	font-size:24px;
	font-weight:700;
}
.banner_nav ul {
  margin: 10px 20px 0px 20px;
}
.banner_nav ul li{
  margin: 20px 0px;
}
.banner_nav ul li>a{
  display: block;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 10px;
  color: #3c3c3c;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  -moz-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
.banner_nav ul li a:hover{
  background: #f1f2f3;
}

#index_main .index_info {
  background:#f1f2f3;
  padding: 20px;	
  font-size: 14px;
  margin: 18px 0px;
}
#index_main .index_info .index_info_text {
  background: url(../img/ico_index_info.png) no-repeat left ;
  padding-left: 15px;
}
#index_main .index_info .index_info_time {
  padding:10px 0px 0px 15px;
  color: #3c3c3c;
}
#index_main .index_info .index_info_time span {
  margin-right: 10px;
}
#index_main .more_box h1,#index_main .center_web h1 {
  background: url(../img/ico_red.jpg) no-repeat left center;
  padding: 5px 0px 5px 20px;
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 40px;
  font-size: 30px;
}
#index_main .more_box {
  margin-bottom: 20px;
}
#index_main .more_box a {
  color: #3c3c3c;
}
#index_main .more_box ul li {
  float: left;
  width: 268px;
  height: 280px;
  border: 1px solid #d4d4d4;
  -moz-box-shadow:3px 5px 8px 3px #dcdcdc;
  -webkit-box-shadow:3px 5px 8px 3px #dcdcdc;
  box-shadow: 3px 5px 8px 3px #dcdcdc;
  margin-right: 40px;
  margin-bottom: 40px;
}
#index_main .more_box ul li.mr_0 {
  margin-right: 0px;
}
#index_main .more_box ul li img {
	width: 267px;
}
#index_main .more_box ul li:hover {
  background: #0090ff;
  margin-top: -5px;
}
#index_main .more_box ul li:hover h2,#index_main .more_box ul li:hover h3 {
  color: #fff;
}



.no_tip{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	overflow:hidden;
}
.no_tip>img{
	width:460px;
	height:386px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-230px;
	margin-top:-193px;
	z-index:999;
	cursor:pointer;
}
#index_main .more_box .list_tit {
  margin: 15% 10px;
  text-align: center;
}
#index_main .more_box .list_tit h2 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 24px;
}
#index_main .more_box .list_tit h3 {
  font-size: 12px;
  color: #aeaeae;
  font-weight: normal;
  padding-top: 10px;
}

#index_main .center_web li {
  float: left;
}
#index_main .center_web a {
  color: #bfc0c2;
  font-size: 20px;
}
#index_main .center_web a:hover {
  color: #fff;
  font-size: 25px;
}

#index_main .center_web li:hover h2 {
  font-size: 36px;
}

#index_main .center_web h2 {
  width: 170px;
  padding: 70px 60px 0px 60px;
  height: 300px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

#index_main .center_web a.last-li h2{
font-size:28px;
}
#index_main .center_web li:hover a.last-li h2{
	font-size:30px;
}
#index_main .center_web a.last-li h2{
padding-top:25px;
}
#index_main .center_web h2.index_sheng {
  background: url(../img/index_center_sheng.jpg) no-repeat center;
}
#index_main .center_web h2.index_fuzhou {
  background: url(../img/index_center_fuzhou.jpg) no-repeat center;
}
#index_main .center_web h2.index_quanzhou {
  background: url(../img/index_center_quanzhou.jpg) no-repeat center;
}
#index_main .center_web h2.index_zhangzhou {
  background: url(../img/index_center_zhangzhou.jpg) no-repeat center;
}
#index_main .center_web h2.index_putian {
  background: url(../img/index_center_putian.jpg) no-repeat center;
}
#index_main .center_web h2.index_longyan {
  background: url(../img/index_center_longyan.jpg) no-repeat center;
}
#index_main .center_web h2.index_sanming {
  background: url(../img/index_center_sanming.jpg) no-repeat center;
}
#index_main .center_web h2.index_ningde {
  background: url(../img/index_center_ningde.jpg) no-repeat center;
}
#index_main .center_web h2.index_nanping {
  background: url(../img/index_center_nanping.jpg) no-repeat center;
}
#index_main .center_web h2.index_pingtan {
  background: url(../img/index_center_pingtan.jpg) no-repeat center;
}
#index_main .center_web h2.index_nengyuan {
  background: url(../img/index_center_nengyuan.jpg) no-repeat center;
}
#index_main .center_web h2.index_tielu {
  background: url(../img/index_center_tielu.jpg) no-repeat center;
}
#index_main .center_web h2.index_xiamen {
  background: url(../img/index_center_xiamen.jpg) no-repeat center;
}
#index_main .center_web h2.index_chengxiang {
  background: url(../img/index_center_chengxiang.jpg) no-repeat center;
}
#index_main .center_web h2.index_more_c {
  background: #3c3c3c;
}
 
#index_footer {
  background:#f1f2f3; 
}
#index_footer .index_footer_box {
  line-height: 24px;
  padding: 30px 0px;
  color: #bababa;
  text-align: center;
}
#index_footer .index_footer_box span {
  margin: 0px 10px;
  color: #bababa;
}
.index_footer_box .fl{
  color: #737373;
  padding-left: 50px;
  line-height: 20px;
}
.index_footer_box .fr{
  padding-right: 50px;
}

/*二维码*/
#code_main{
  font-size: 0;
  line-height: 0;
  position: fixed;
  top: 40%;
  right: 5px;
}
#code_main .ico_gzh{ 
  background: url(../img/ico_gzh.png) no-repeat center #f1f2f3;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#code_main .ico_gzh:hover{
  background: url(../img/ico_gzh.png) no-repeat center #30a7d9;
  top: -5px;
}
#code_main .ico_app{ 
  background: url(../img/ico_app.png) no-repeat center #f1f2f3;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 60px;
  right: 0px;
}
#code_main .ico_app:hover{
  background: url(../img/ico_app.png) no-repeat center #30a7d9;
  top: 55px;
}
#code_main .code_box{
  position: absolute;
  right: 60px;
  top: 0px;
  padding: 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
  display: none;
  width: 185px;
  font-size: 13px;
  text-align: center;
}
#code_main .code_box img{
  width: 165px;
  height: 165px;
  margin-bottom: 10px;
}
#code_main ul li:hover .code_box {
  display:block; 
}
#code_main .ico_1, #code_main .ico_2{
  background: url(../img/ico_1.png) no-repeat;
  width: 11px;
  height: 12px;
  position: absolute;
  right: -11px;
}
#code_main .ico_1{
  top: 10px;
}
#code_main .ico_2{
  top: 70px;
}

/*end首页*/


/*登录页*/
.login_bg{background: url(../img/login_bg.png) repeat;}
#login_main {
  height: 500px;	
  margin-top: 30px;
  background-color:#fff;	
  -moz-border-radius:10px; 
  border-radius:10px;
  -moz-box-shadow:0px 3px 2px #198bc7;
  -webkit-box-shadow:0px 3px 2px #198bc7;
  box-shadow: 0px 3px 2px #198bc7;
}
#login_main .login_main_l {
  width: 690px;
  height: 500px;
  float: left;
}
#login_main .login_main_l img {
  width: 100%;
  height: 100%;
}
#login_main .login_main_r {
  float: right;
  width: 400px;
  height: 458px;
  padding: 20px 100px 20px 0px;
  position: relative;
  background: url(../img/login_r_bg.png) no-repeat top right;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#login_main .login_main_r h1{color: #0088f4; font-size:2em;}
#login_main .login_main_r .form_box{
	width:90%;
  margin-top: 30px;
}
.login_info {
  background: url(../img/ico_notice.png) no-repeat 5px 8px #f8f8f8;
  padding: 8px 8px 8px 30px;
  color: #ff0000;
  min-height: 24px;
  line-height: 20px;
  position: absolute;
  top: 30px;
  left: 120px;
  border: 1px solid #cbcbcb;
  -moz-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.login_info_1{
  background: url(../img/login_info_1.png) no-repeat;
  position: absolute;
  bottom: -12px;
  left: 10px;
  width: 12px;
  height: 12px;
}
#login_main .login_main_r .l_form_box {
  margin: 20px 0px;
}
#login_main .login_main_r .l_form_10{
  margin: 10px 0px;
}
#login_main .login_main_r input {
  border: 1px solid #d7d7d7;
  width: 80%;
  height: 30px;
  line-height: 30px;
  padding: 0px 3px;
  color: #323232;
}
#login_main .login_main_r .input_code input {width:52%;}
#login_main .login_main_r .code_img {
  display: inline-block;
}
#login_main .login_main_r .code_img img{
  vertical-align: middle;
  cursor: pointer;
}
#login_main .login_main_r .input_code .code_btn {
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  -moz-border-radius:5px; /* Old Firefox */
  border-radius:5px;
  background:#2ba245;
  display: inline-block;
}/* 手机验证码按钮*/
#login_main .login_main_r .input_code .code_btn span {
  color:#fff;
  text-align: center;
  padding: 8px 20px;
  display: block;
}
#login_main .login_main_r .input_code .code_btn:hover {
  background: #0c6e21;
}
#login_main .login_main_r .login_btn {
  display: inline-block;
  font-size: 16px;
/*   margin-left: 40px; */
  background: #0088f4;
  color: #fff;
  width: 90%;
  -moz-border-radius:20px;
  border-radius:20px;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}/* 登录按钮*/

#login_main .login_main_r .login_btn:hover {
   background: #045da3;
}
#login_main .login_main_r .login_btn span{
  color: #fff;
  letter-spacing:20px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
}
#login_main .login_main_r .text_info {
  margin: 0px auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
   margin-right: 92px;
}
#login_main .login_main_r .text_info span{
	display: inline-block;
	margin: 0px 10px;
}
#login_main .login_main_r .text_info a {
  display: block;
  color: #000;
  text-decoration: underline; 
}
#login_main .login_main_r .text_info a:hover {
  text-decoration: none;
}
#login_main .login_main_r .prompt_info {
  color: #ff0000;
  line-height:24px;
}
#login_footer {
  text-align: center;
  line-height: 24px;
  padding: 10px 0px;
  color: #ffffff;
}
/* 个人登录页切换 */
.login_tab{font-size:16px;border-bottom:1px solid #e5e5e5; padding-top:40px; cursor:pointer;}
.login_tab span,.login_tab a{display:inline-block;padding:0 15px; color:#000;}
.login_tab span.on,.login_tab a.on{border-bottom:2px solid #0088f4;margin-bottom:-1px; color:#0088f4}
/*end 登录页*/

/* 注册页切换 */
#register_main .login_tab a{display:inline-block;padding:10px 30px; color:#000;}
#register_main .login_tab a.on{border-bottom:2px solid #0088f4;margin-bottom:-1px; color:#0088f4;font-weight: bold;}

/*注册页*/
#register_main {
  background: #fff;
  margin-top: 30px;
  position:relative;
}
#register_main .login_info{
	right:500px;
	 top:20px;
} 
#register_main .register_info{
	color: #ff0000;
	background: url(../img/ico_notice.png) no-repeat left center;
	padding: 5px 5px 5px 25px;
} 
#register_main h1 {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  font-weight: normal;
  font-size:2em;
}
#register_main .register_form {
  width: 80%;
  margin: 50px auto;
}
#register_main .register_form .r_form_box{
	margin: 20px 0px;
	
}
#register_main .register_form i{
  color: #ff0000;
  font-style:normal;
}
#register_main .register_form input {
  border: 1px solid #d7d7d7;
  width: 300px;
  height: 30px;
  line-height: 30px;
  padding: 0px 3px;
 color: #323232;
}
#register_main .register_form input {
  width: 300px;
}
#register_main .register_form select {
  border: 1px solid #d7d7d7;
  width: 308px;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 0 3px;
}
#register_main .register_form .input_code input {
  width: 200px;
}
#register_main .register_form .code_img {
  display: inline-block;
}
#register_main .register_form .code_img img{
  vertical-align: middle;
}
.rcode_btn a {
  color:#fff;
  padding: 8px;
  display: block;
  cursor:pointer;
}
.rcode_btn {
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  width: 100px;
  -moz-border-radius:5px; /* Old Firefox */
  border-radius:5px;
  background:#2ba245;
  display: inline-block;
}/* 验证码按钮*/
.rcode_btn:hover {background: #0c6e21;}

.register_footer {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  padding: 20px 20px 20px 50px;
}
.register_footer h3 {
  color: #ff0004;
  font-size:1.17em;
}

.win_box { 
  color: #0fa43d;
  font-size: 2em;
  font-weight: bold;
  width: 40%;
  margin: 50px auto;
  background: url(../img/ico_win.png) no-repeat  left center;
  height: 100px;
  line-height: 100px;
  padding-left: 100px;	
}
.win_box_btn{
  margin: 20px auto;
  width: 45%;
}
.win_box_btn .green_btn{
 margin-left: 20px;
}

/*end注册页*/

/*选择页*/
.choose_main{
  margin: 30px auto;
  width: 990px;
}
.choose_main ul{overflow: hidden;}
.choose_main ul li{
  float: left;
  width: 300px;
  height: 190px;

  font-size: 14px;
  margin: 15px;
  position: relative;
  -moz-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0px 3px 5px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.25);	
}
.choose_main ul li.normal{
  background: url(../img/norma_bg.jpg) repeat-x;
  color: #fff;	
}
.choose_main ul li a{
  color: #fff;	
  display:block;
  cursor:pointer;
    padding: 15px 20px;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=100);
}
.choose_main ul li.normal a:hover{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.choose_main ul li.normal_2{
  background: url(../img/norma_bg2.jpg) repeat-x;
  color: #f8f8f8;
  font-size: 14px;
}
.choose_main ul li.normal_3{
  background: url(../img/norma_bg3.jpg) repeat-x;
  color: #80b8d0;
  font-size: 14px;
}

.choose_main ul li.fengcun{
  background: url(../img/fengcun_bg.jpg) repeat-x;
  color: #fcd3cc;
}
.choose_main ul li.xiaohu{
  background: url(../img/xiaohu_bg.jpg) repeat-x;
  color: #aeaeae;
}
.xiaohu_img{
	background: url(../img/xiaohu_img.png) no-repeat; 
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	width: 78px;
	height: 48px;
}
.choose_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.choose_btn a{
  text-decoration: underline;
  color: #fff;
  text-align: right;	
  cursor:pointer;
}
.choose_mian ul li.abnormal .choose_btn a{
  color: #b5b5b5;
}
.choose_mian ul li.fengcun .choose_btn a{
  color: #fcd3cc;
}
.choose_mian ul li.xiaohu .choose_btn a{
  color: #aeaeae;
}
.choose_mian ul li.normal_3 .choose_btn a{
  color: #80b8d0;
}
.choose_mian ul li .choose_btn a:hover{
  text-decoration: none;
}

/*end选择页*/
  
/*验证界面*/
.verify_main{
  background: url(../img/printVerifier_bg.png) no-repeat top center;
  width: 456px;
  margin: 0px auto;
  padding-top: 340px;
  padding-bottom: 50px;
}
.verify_main input{
  border: 1px solid #d7d7d7;
  width: 450px;
  height: 30px;
  line-height: 1;
  padding:0 3px;
  color: #bababa;
  margin-bottom: 20px;
}
.verify_main .green_btn{
  display: block;
  width: 200px; 
  margin: 0px auto; 
  text-align: center;
}
/*end验证界面*/


/*管理中心首页*/
#citycentre_main {
	margin: 0px auto; 
	width: 1200px; 
}
#citycentre_main .tit_box {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
#citycentre_main .tit_box img {
	width: 350px;
}
#citycentre_main .city_box {
	margin: 10px 0px 60px auto;
	overflow: hidden; 
}
#citycentre_main .city_box ul {
	margin: 0px auto;
}
#citycentre_main .city_box ul li {
	width: 170px;
	height: 200px;
	margin: 5px;
	padding: 10px;
	float: left;
	text-align: center;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing:content-box;
}
#citycentre_main .city_box ul li a {
	color: #333333; 
	font-size: 15px;
}
#citycentre_main .city_box ul li a:hover{
	font-size: 18px;
	color: #2c8ed0; 	
}

#citycentre_main .city_box ul li img {
	width: 160px;
}
#citycentre_main .city_box ul li a:hover img{
	width: 170px;
}
/*end管理中心首页*/


/* 首页主题弹框-长方形 */
.theme_backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    background: rgba(0,0,0,.4);
	z-index: 99999;
}
.theme_page_main{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    display: block;
	    width:80%;
}
.theme_page_main img{
	width: 100%; 
}
.theme_page_time{
	height: 20px;
	padding: 0px 15px;
	background: rgba(0,0,0,0.3);
	-moz-border-radius:10px;
	border-radius:10px; 
	position: absolute; 
	right: 20px;
	top: 20px;	
	text-align: center;
	line-height: 20px;
	font-size: 12px; 
	color: #e0e0e0;
}
.theme_page_time span{
	margin-left: 5px;
}
/* end 首页主题弹框-长方形 */

/* 年报专区*/
.report_box {
  margin-bottom: 30px;
}
.report_box h1{
  background: url(../img/ico_red.jpg) no-repeat left center;
  padding: 5px 0px 5px 20px;
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 40px;
  font-size: 30px;
  position: relative;
}

.report_year{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
}
.report_year .yearmenu_button{
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	color: #1658a0;
	font-size: 20px;
	font-weight: 500;
	width: 90px;
	padding: 5px 10px;
	cursor: pointer;
	background: url(../img/report_more.png) no-repeat 85px center;
	background-size: 16px;
}     
.report_year .yearmenu_list{
	border: 1px solid #e6e6e6;
	list-style: none;
	max-height: 0;
	transition: max-height 0.25s ease-out;
	overflow: hidden;
	background: #fff;
	margin: 0;
	text-align: center;
}
.report_year:hover .yearmenu_list {
	max-height: 300px;
	transition: max-height 0.25s ease-in;
	width: 90px;
	padding: 0px 10px;
	overflow-y: scroll;
}

.report_year .yearmenu_list li{
	font-size: 14px;
	padding:10px 0px;
	cursor: pointer;
}   
.report_year .yearmenu_list li:hover{
	color: #1658a0;
	text-decoration: underline;
}

.report_body a {
	color: #3c3c3c;
}
.report_body a:hover {
	font-weight: 700;
	color: #1658A0;
	font-size: 16px;
}

.report_box .report_body{
	display: -webkit-box; 
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex;   
	display: -ms-flexbox; 
	display: flex; 
	-webkit-justify-content:space-between;	
	justify-content: space-between;
	flex-wrap: wrap;
}
.report_part {
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex;   
	display: -ms-flexbox; 
	display: flex; 
	width:230px;
	padding: 15px;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:1px 1px 7px 1px #dcdcdc;
	-webkit-box-shadow:1px 1px 7px 1px #dcdcdc;
	box-shadow: 1px 1px 7px 1px #dcdcdc;
}
.report_part:hover{
	margin-top: -5px;
}
.report_part_left {
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex;   
	display: -ms-flexbox; 
	display: flex; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 70px;
}
.report_part_left > span {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
}
.report_part_left > img {
	width: 60px;
	height: 60px;
}
.report_part_right {
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	margin: 0;
	width: 140px;
}
.report_part_right > li {
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	list-style-position: inside;
	list-style-type: disc;
}
/* 全国、省厅 */
.report_flex{
	display: -webkit-box;
	display: -moz-box; 
	display: -webkit-flex; 
	display: -moz-flex;   
	display: -ms-flexbox; 
	display: flex; 
	-webkit-justify-content:space-between;	
	justify-content: space-between;
	flex-wrap: wrap;
}
.report_top{
	height: 90px;
	margin-bottom: 20px;
}
.report_top_box{
	width: 49.4%;
	padding: 10px 50px;
	height: 90px;
	list-style: 90px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:1px 1px 7px 1px #dcdcdc;
	-webkit-box-shadow:1px 1px 7px 1px #dcdcdc;
	box-shadow: 1px 1px 7px 1px #dcdcdc;
}
.report_top_box:hover{
	margin-top: -5px;
}
.report_top_box .report_top_box_lf{
	width: 40%;
}
.report_top_box .report_top_box_lf img{
	width: 70px; 
	height: 70px;
}
.report_top_box .report_top_box_lf span{
	font-size: 26px;
	font-weight: bold;
	line-height: 70px;
}
.report_top_box ul {
	padding: 20px 30px;
	width: 60%;
}
.report_top_box ul li{
	line-height: 30px;
	cursor: pointer;
	font-size: 16px;
	list-style-position: inside;
	list-style-type: disc;
}
.report_top_box ul li a{
	color: #000;f
	ont-size: 16px;
}
.report_top_box ul li a:hover{
	font-weight: 700;
	color: #1658A0;
	font-size: 20px;
}
/* end 全国、省厅 */

/* end年报专区*/
