
/* CSS Document */
html,body{
    margin:0px;
	padding:0px;
	font-size:15px;
	color:#333;
	line-height:26px;
	background:#fdfdfd;
	font-family:"寰蒋闆呴粦";
}
h1,h2,h3,h4,h5,h6,a,p{
	margin:0;
	padding:0;
}
a{ color:#333; text-decoration:none; }
img{
	border:0;
}
ul,li{
	list-style-type: none;
	padding: 0;
	margin: 0;	
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
    clear:both;
	height:1px;
	overflow:hidden;
}
html body div.clear,html body span.clear{
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0}
.font_12{ font-size:12px; line-height:22px;}
.zj img{ border:1px #cdcdcd solid; padding:3px; }
.zj2 img{ border:1px #cdcdcd solid; padding:3px; }
.l{ float:left;}
.r{ float:right;}
.mar_10{ margin-left:10px;}
.right_l{ width:360px;}
.mar_r10{ margin-right:10px;}
.mar_b10{ margin-bottom:10px;}
.mar_t10{ margin-top:10px;}
.name{ color: #039; font-weight:bold;}
.c4{ color:#34ad8e;}
.ks{padding:8px 8px; color:#ffffff; margin-right:8px;}
.bor_b{ border-bottom:1px #ccc dotted; padding-top:8px; margin-bottom:8px;}
.title1{ font-size:16px; line-height:30px; font-weight:bold; text-align:center; color:#0047a0;}
a.h_wz{ color:#C00;}
.c6{ color:#47833d; margin-bottom:6px;}
/*涓讳綋鏍煎紡*/
.container{
	width: 1000px;
	height: auto;
	margin: auto;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
.m12_mar{display:inline;float:left;margin:0 5px;text-align:left;}
.m12_all{width:990px}
.m12_1{ width:90px;}
.m12_2{ width:170px;}
.m12_3{ width:250px;}
.m12_4{ width:330px;}
.m12_5{ width:410px;}
.m12_6{ width:490px;}
.m12_7{ width:570px;}
.m12_8{ width:650px;}
.m12_9{ width:730px;}
.m12_10{ width:810px;}
.m12_11{ width:890px;}
/*鏍煎紡缁撴潫*/
/*椤电湁寮€濮�*/
 .page-top{
 	width:100%;
 	background-color: #fff;
 	box-shadow: 0 3px 5px rgba(0,0,0,.03);

 }
 .page-top-container{
    height:50px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
  }
  .page-top-container .logo{
    margin-top:5px;
     margin-left:16px;
  }
  .page-top-container .login a{
     color:rgba(0,0,0,.6);
     line-height:50px;
     letter-spacing: 1px;
  }
  .page-top-container .login .weibo,.page-top-container .login .list-page{
     width:120px;
   }
  .page-top-container .login .weibo::before,.page-top-container .login .list-page::before{
    	content:'';
    	display: inline-block;
    	width:20px;
    	height:20px;
    	background-image: url(../images/weibo.png);
    	background-repeat: no-repeat;
    	vertical-align:middle;
    	transition: all .3s;
    }
  .page-top-container .login .list-page::before{
    	background-image: url(../images/list-page.png);
    }
     .page-top-container .login a:hover{
     	text-decoration: underline;
     	color:#e4353c;
     }
     .page-top-container .login .list-page:hover::before{
     	background-position:0  -20px;
     }
     .page-top-container .login .weibo:hover::before{
     	background-position:0  -20px;
     }
/*椤电湁缁撴潫*/
/*banner寮€濮�*/
.banner-box{
	width:100%;
}
.banner-box .banner{ 
	position:relative;
	width:100%; 
	height:450px;
	
	background:url(../img/banner.jpg) no-repeat center;}

.banner .local-time{
    position:absolute;
    bottom:0;
    right:0;
    width:18%;
    height:7%;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align:center;
    background-color: rgba(0,0,0,.6);
    color:#fff;
    letter-spacing: 1px;
    font-size:0.8em;
}
/*banner缁撴潫*/	
.nav_bj{
	background:linear-gradient( #226dc0,#b7cbf0);
	width:100%;
	height:50px;}
.nav_bj .nav{
	width:1000px;
	height:50px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
.nav_bj .nav>li{
	float:left;
	text-align:center;
	box-sizing: border-box;
	position: relative;
}
.nav_bj .nav li::after{
	content: " ";
	display: block;
    position:absolute;
    bottom:0px;
    left:0;
    width:0;
    height:2px;
    background-color:#103380
    transition: all .8s;
}
.nav_bj .nav li:hover::after{
    width:141px; 
}
.nav_bj .nav li::before{
	content: " ";
	display: black;
    position:absolute;
    top:0px;
    right:0;
    width:0;
    height:2px;
    background-color: #103380;
    transition: all .8s;
}
.nav_bj .nav li:hover::before{
    width:141px; 
}
.nav_bj .nav li>a{
	display:block;
	line-height:50px;
	padding-left:33px;
	padding-right:33px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	letter-spacing: 3px;
}
.nav_bj .nav li a:hover{
	text-decoration: none;
	background:#fff;
	color:#131313;
}
/*涓讳綋鍐呭*/
.main_body{
	width:1000px;
	margin:12px auto  0;
}
.box_c h2{
	background: url(../img/bg_right.jpg) no-repeat;
	padding-left:20px;
	line-height:42px;
	height:42px;
	font-size:16px;
	color:#103380;
	font-family:"寰蒋闆呴粦";
	letter-spacing:1px;
}
.box_c h4{ 
	background: url(../images/bg4.gif) no-repeat left; 
	padding-left:20px; color:#444444; 
	font-weight:bold; 
	margin:8px 0px; 
	font-size:16px;
}
.box_c h3{	
	font-size:18px;
	color:#333;
	font-family:"寰蒋闆呴粦";
	letter-spacing:1px;
	margin-bottom:12px;
	font-weight:normal;
	background:#eaeef1;
	padding:3px 5px;
	border-radius: 3px;
}
.box_l h2{
	background: url(../img/bg_left.jpg) no-repeat;
	color:#103380;
	padding-left:8px;
	line-height:42px;
	height:42px;
	font-size:16px;
	font-family:"寰蒋闆呴粦";
}
.box_l h3{ background:url(../images/bg_left.jpg);
color:#ffffff;
	padding-left:15px;
	line-height:42px;
	height:42px;
	font-size:16px;
	font-family:"寰蒋闆呴粦";
	letter-spacing:1px;}
.huigu{
	display: none;
	background-color:#fff;
	position: absolute;
}
#huigu>ul>li>a{
	padding:10px 30px;
	font-weight: normal;
}
#huigu>ul>li>a:hover{
	font-weight: 700;
}
.box_border {margin-bottom:10px; background:#f6f4f1;padding:20px;}
.box_border2{ border:1px #dddddd solid; background:#f9f9f9; padding:8px; margin-bottom:10px; }
.box_border3{  background:#ffffff; padding:10px 10px; margin-bottom:10px; }
.box_border4{  background:#ffffff; padding:10px 0px 0px 0px; margin-bottom:10px; border:1px #dedede solid; }
.box_border5{ padding:10px;}
.box_border6{border:1px #dedede solid; margin-bottom:10px; background:#ffffff;}
.pad10{ padding:10px;}
.c3{ color:#333333;line-height:35px;}
.more{ background:#4ec8a9; padding:0px; color:#ffffff; width:40px; float:right; text-align:center; font-weight:bold;}
a.a_b{ color:#FFFFFF;}
.c_360{ width:363px;}
.c_360 h2{ background: url(../images/bg4.gif) no-repeat left; padding-left:25px; color:#444444; font-weight:bold; margin-left:10px; font-size:16px;}

ul.list li{ padding:2px; text-align:left; }
.c_3{ width:32%; float:left; }
.input2{
	width:120px;
	height:18px;
	border:1px solid #e2e9ef;
}
.border_b{ border-bottom:1px #ededed solid; padding-top:15px; margin-bottom:15px;}
.tit_h1{ line-height:30px; color:#d86b00; font-size:17px; margin-bottom:10px;}
.sp ul  li{ background:url(../images/icon.jpg) left center no-repeat; padding-left:25px; height:24px; line-height:24px; width:46%; float:left;}
.sp ul  li a{ float:left; }
.sp ul  li span{ width:80px; float:right; text-align:left;}
.sp2 ul  li{ background:url(../images/icon.jpg) left center no-repeat; padding-left:25px; height:25px; line-height:25px;}
.bottom_line{ border-top:1px #b1d9f3 solid; padding:10px 0; margin-top:10px; text-align:center;background:#d8d9e3;}
.bottom_line p,.bottom_line p a{color:#585756;}
.bottom_line p a:hover{color:#c6c6c6;text-decoration: underline;}
.bottom_line p .bdpp{font-size:14px;}
.bottom_line p:nth-child(2){font-size:12px;line-height:14px;}
.ks ul li{ float:left; padding-right:11px;}
.zttj img{ margin:3px 0px;}
.tit_h2{ border-bottom:1px #f99121 solid; background:#fffaf1; padding:5px; color:#d06c00; font-weight:bold;}
.tit_h3{background:#ffffff; padding:5px; color:#333;}
.tit_h4{ border-bottom:1px #5078dc solid; background:#f1f7ff; padding:5px; color:#003d88; font-weight:bold;}
.tit_h5{background:#ffffff; padding:5px; color:#333;}
@media screen and (max-width: 1000px) {
	.banner-box{
		width:100%;
	}
	.banner-box .banner{ 
		width:1000px;
	}	
	.nav_bj{
		width:1000px;
	}
}


       .all {
              width: 730px;
              height: 160px;
              padding: 10px  14px;
              box-sizing: border-box;
              background-color: #f3f2f2;
              position: relative;
           }
 
        .inner {
              position: relative;
              width: 700px;
              height: 138px;
              overflow: hidden;
            }
         
          .inner ul {
              width:2472px;
              list-style: none;
              position: absolute;
              top: 0;
              left: 0;
            }
            .inner ul li {
              float: left;
              margin:0  3px;
            }
         
            .focusD {
                position: absolute;
                left: 15px;
                top: 14px;
                width: 700px;      
                height: 120px;              
                display: none;
            }          
    .focusD span {
      display: inline-block;
      width: 25px;
      font-size: 24px;
      height: 120px;
      color: #000;
      line-height: 120px;
      text-align: center;
      background: rgba(255, 255, 255, .8);
      cursor: pointer;
    }
 
    #left {
      float: left;
    }
 
    #right {
      float: right;
    }