@charset "utf-8";
/*最上面div*/
.index_top1{
display:none;
	height:40px;
	width:100%;
	background:#7b7b7b;
	min-width:1200px;
}
.index_top1 .top1{
	height:40px;
	width:1200px;
	line-height:40px;
	margin:0 auto;
}
.index_top1 .top1 a{color:#fff;}
.top1 .top1L{
	float:left;
	color:#fff;
	font-size: 14px;
}
.top1 .top1R{
	float:right;
}
.top1 .top1R_icon{
	display:block;
	height:14px;
	width:18px;
	background:url(../images/top1R_icon.png) no-repeat;
	float:left;
	margin-top:14px;
	margin-right:6px;
}
.pr_lcx{
position:relative;
}
.ma_lcx {
            float:right;
    text-align: center;
            /*position: absolute;
            top: 41px;
            right: 0px;*/
            width: 90px;
            /*height: 150px;*/
            /*display: none;*/
            /*z-index:999;*/
            color:white;
            margin-left:100px;
            padding:5px;
        }
/*第二个div*/
.index_top2{
	height:150px;
	width:100%;
	min-width:1200px;
	background:#fff;
}
.index_top2 .top1{
	height:125px;
	width:1200px;
	margin:0 auto;
	padding-top:25px;
}
.index_top2 .logo{
	height:98px;
	width:370px;
	float:left;
	margin-right:38px;
}
.index_top2 .center{
	height:70px;
	width:156px;
	border-left:1px solid #fff;
	float:left;
	margin-top:16px;
	padding-left:26px;
}
.index_top2 .search{
	float:right;
	width:280px;
	height:40px;
	margin-top:30px;
	position:relative;
}

 
/*改变placeholder中的颜色*/
::-webkit-input-placeholder { 
color:#fff;
}
:-moz-placeholder { 
color:#fff;
}
::-moz-placeholder { 
color:#fff;
}
:-ms-input-placeholder { 
color:#fff;
}
.index_top2 .search_icon{
	display:block;
	height:20px;
	width:20px;
	background: url(../images/search.png) no-repeat;
	position:absolute;
	top:12px;
	right:18px;
}
/*nav部位的*/
/*nav start*/
#nav{
	width: 100%;
	background: #004ba8;
}
#nav .nav_menu{
	width:1200px;
	height: 54px;
}
#nav .nav_menu ul.nav_list{
	height: 54px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 54px;
	line-height: 54px;
	padding: 0 18px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #206fd2;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #206fd2;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 54px;
	display: none;
	z-index: 9999;
	width: 210px;
	background: #004ba8;
}
#nav .nav_menu ul.nav_list li+li+li+li+li+li dl.menu{
width:100%;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 14px;
}
#nav .nav_menu ul.nav_list li+li+li+li+li+li dl.menu dd{
padding: 0 28px;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #206fd2;
}
/*end nav*/
/*center的位置*/
.center{
	width:100%;
	position:relative;
}
.lunbo{
	height:400px;
	min-width:1200px;
	background:#ccc;
	margin-bottom:20px;
}
/* 焦点图 */
.focusBox { float:left; position: relative; width: 420px; height:272px; overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.zxdt_con{
	position: relative;
	width: 420px; height:272px;
	overflow: hidden;
}
.zxdt_con .zxdt_hd{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.zxdt_con .zxdt_hd ul li{
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 10px;
	border: 1px solid #fff;
}
.zxdt_con .zxdt_hd ul li.on{
	background: #fff;
}
.zxdt_con .zxdt_bd ul li{
	width: 420px; height:272px;
	overflow: hidden;
}
.zxdt_con .zxdt_bd ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.zxdt_con .zxdt_bd ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zxdt_con .zxdt_bd ul li .title{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url("../images/icon2.png");
	text-indent: 20px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	z-index: 9;
}
.focusBox .zxdt_con .zxdt_btn a{
	position:absolute; 
	top:50%;
	margin-top:-26px; 
	width:36px; 
	height:52px; 
	display:block; 
	cursor: pointer;
    z-index: 9;
}
.focusBox .zxdt_con .zxdt_btn a.prev{ 
	left:0px; 
	background:url("../images/zxdt_l.png")  no-repeat;  
}
.focusBox:hover .zxdt_con .zxdt_btn a.prev{ 
	background:url("../images/zxdt_l_hover.png")  no-repeat;  
}
.focusBox .zxdt_con .zxdt_btn a.next{ 
	right:0px; 
	background:url("../images/zxdt_r.png") no-repeat;  
}
.focusBox:hover .zxdt_con .zxdt_btn a.next{ 
	background:url("../images/zxdt_r_hover.png") no-repeat;  
}
/*div1的内容*/
.center .cen_div1{
	width:1200px;
	margin:0 auto;
	height:371px;
	margin-top:30px;
	overflow:hidden;
}
.center .div1_top{
	height:52px;
	border-bottom:1px solid #eee;
	margin-bottom:26px;
}
.center .div1_topL{
	float:left;
	height:32px;
	line-height:32px;
	padding-left:20px;
	width:120px;
	background:#004ba8;
	background: url(../images/div1_topL_green.png) no-repeat;
	color:#fff;
	font-size:16px;
}
.center .div1_topR{
	float:right;
	color:#999;
	margin-top:12px;
	font-size:13px;
}

.center .div1_botL{
	height:272px;
	width:420px;
	float:left;
}
.center .div1_botR{
	background:#fff;
	float:right;
	/*padding:0 48px;*/
	width:740px;
}
.center .div1_botR .botRTOP{
	border-bottom:1px dashed #ccc;
	margin-bottom:14px;
}
.center .div1_botR .botRTOP h3{
	text-align:center;
	font-size:22px;
	font-weight:normal;
	height:40px;
	line-height:40px;
}
.center .div1_botR .botRTOP p{
	line-height:30px;
	text-indent:2em;
	margin-bottom:10px;
	margin-top:10px;
	font-size:16px;
}
.center .div1_botR p a{
	display:inline-block;
	color:#ba2121;
	font-size:12px;
}
.center .div1_botR .botRBOT{
	/*overflow:hidden;*/
}
.center .div1_botR .botRBOT a{
	color:#494949;
	height:36px;
	line-height:20px;display:block;
}
.center .div1_botR ul li{
	color:#004ba8;
	font-size:12px;

}
.center .div1_botR ul span{
	color:#494949;
	float:left;
	font-size:16px;
}
.center .div1_botR ul .dian{
	font-size:32px;
	color:#494949;
	padding-right:15px;
}
.center .div1_botR ul li .sj{
	display:block;
	color:#999;
	float:right !important;
	font-size:16px;
}

/*div2的内容*/
.cen_div2{
	margin:0 auto;
	
	width:1200px;
	margin-top:30px;
margin-bottom:30px !important;
}
.cen_div2 .div2_leftT{
	width:640px;
	float:left;
	padding:0;
}

.cen_div2 .div2_rightT{
	width:490px;
	height:360px;
	float:right;
	padding:0;
}

.cen_div2 .div2_right .botRBOT{
	height:230px;
	width:422px;
	background:#f4f4f4;
	padding:17px 34px;
	margin-bottom:18px;
}
.cen_div2 .div2_right .botRBOT .xxfw{
	width:210px;
	height:115px;
	float:left;
}
.cen_div2 .div2_right .botRBOT .xxfw span{
	display:block;
	height:44px;
	width:44px;
	border-radius:50%;
	margin:0 auto;
	float:left;
	margin:36px 18px 0 36px;
}
.cen_div2 .div2_right .botRBOT .xxfw1 span{
	margin-top:36px;
}
.cen_div2 .div2_right .botRBOT .xxfw p{
	float: left;
	height:115px;
	line-height:115px;
font-size:22px;
}
.cen_div2 .div2_right .botRBOT .xxfw1 p{
	line-height:115px;
}
.cen_div2 .div2_right .botRBOT a{
	float:left;
	color:#333;
}
.cen_div2 .bot_bot{
	height:120px;
	width:490px;

	padding:7px 0 0 8px;
}
.cen_div2 .line{
	border:1px solid #fff;
	width:470px;
	height:100px;
	color:#fff;
	font-size:30px;
	text-align:center;
	line-height:100px;
	position:relative;
}

.cen_div2 .line span{
	display:block;
	float: left;
	height:48px;
	width:48px;
	background:yellow;
	position:absolute;
	top:27px;
	left:126px;
}
.cen_div2 .line p{
	margin-left:100px;
}
/*div3的样式*/
.div3{
	min-width:1200px;
	max-width:1200px;
	margin:0 auto;
margin-bottom:30px;
	overflow:hidden;
}
.div3 ul{
	/*margin-right:10px;*/
	text-align:center;
}
.div3 .ul1{
	list-style:none;
	width:188px;
	float:left;
}
.div3 .ul2{
	list-style:none;
	width:199px;
	float:left;
}
.div3 .ul2 li{
	padding-top:26px;
	height:94px;margin-bottom:10px;;
}
.div3 .ul2 li+li{margin-bottom:0;}
.div3 .ul1 li{
	width:188px;
	height:94px;
	padding-top:26px;
}
.div3 ul li {
            width: 188px;
            height: 94px;
            padding-top: 26px;
            float:left;
            margin-right:10px;
        }
.div3 ul .li1 {
            width: 188px;
        }

.div3 ul .li2 {
            width: 376px;
        }
.MarginTOP{
	margin-top:10px;
}
.noMargin{
	margin-right:0 !important;
}
.div3 ul span{
	display:block;
	height:45px;
	width:45px;
	margin:0 auto;
	margin-bottom:2px;
}
.div3 .ul2 span{
	height:44px;
	width:92px;
}
.div3 ul p{
	font-size:16px;color:#fff;padding: 0 8px;
}
.div3 .ul2 p{
	font-size:18px;
}

.div3 ul li{
	 cursor: pointer;  
     transition: all 2s;  
}
.div3 ul li:hover{
     transform: scale(1.1);  
}



/*footer位置*/
.footer1{
	width:100%;
	min-width:1200px;
	height:130px;
	background:#004ba8;
	padding-top:30px;
margin-top:30px;
}
.footer1{
	margin:0 auto;
}
.footer .link_con{
	float: right;
	width: 296px;
}
.footer .link_con .link_bd{
	height: 58px;
}
.link_bd .link{
	position: relative;
	width: 274px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #fff;
	font-size: 15px;
	cursor: pointer;
    color:#fff;
	text-align: center;
	margin-bottom: 18px;
}
.link_bd .link img{
	width:12px;
	position: absolute;
    right: 12px;
    top: 14px;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.link_bd .link:hover img{
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.link_bd .link ul{
	padding: 5px 10px 20px;
	position: absolute;
	left: -1px;
	bottom: 35px;
	display: none;
	width: 256px;
	height: 120px;
    overflow-y: auto;
    background:#206fd2;
}
.link_bd .link ul li{
	height: 36px;
	line-height: 36px;
	text-align: left;
	text-indent: 6px;
}
.link_bd .link ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 15px;
	color: #fff;
}
.link_bd .link ul li:hover a{
	color: #d91817;
}

.footer1 .footer select{
	float:left;
	margin-right:20px;
	height:30px;
	line-height:30px;
	width:190px;
	padding-left:15px;
	
	font-size:12px;
}
.footer1 .txt{
	margin:0 auto;;
	color:#fff;
	font-size:14px;
float:left;width:400px;padding-top:5px;
}
.phone{
	margin-top:40px;
	margin-bottom:15px;
}
.p_footer{
	float:left;padding-top: 12px;
}
.p_footer p{line-height:30px;}
.logo_footer{
	margin-top:40px;
	height:64px;
	width:52px;
	
	float:right;
}

.cen_div1 a:hover{
	color:#004ba8 !important; cursor: pointer;
}
.center .div1_botR ul li span:hover{
	color:#004ba8 !important;
}
.center .div1_botR ul a:hover{
	color:red !important;
}


.footer2{
width:100%;min-width:1200px;
	height:40px;
	line-height:40px;
	background:#7b7b7b;
	color:#fff;
	font-size:12px;
}
.footer2 .foot{
width:1200px;
	margin:0 auto;
}
.footer2 .foot p{text-align: center;}
.foot{
position:relative;
}
.slider{ width:100%;  min-width:1200px;  height:400px;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
.slider .bd{ width:1200px; position:absolute; left:50%; margin-left:-600px; }
.slider .bd li p{
	    position: absolute;
    width: auto;
    height: 13%;
    background: rgb(0, 0, 0);
    opacity: 0.7;
    box-sizing: border-box;
    text-align: center;
    margin: 0px;
    color: white;
    z-index: 5;
    left: 105px;
    bottom: 50px;
    font-size: 26px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 60px;
    margin-left: 50px;
}
.slider .bd li{ width:1200px;  overflow:hidden; position: relative;}
.slider .bd li img{ display:block; width:1200px; height:400px;    }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-1200px !important;}

.slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
.slider .hd li{ display:inline-block; *display:inline; zoom:1; width:12px; height:12px; line-height:99px; overflow:hidden; background:#fff;border-radius: 50%; 
		margin:0 5px; cursor:pointer; }
.slider .hd li.on{ 
	background: #004ba8; 
}
.slider .pnBtn{  
	position:absolute; 
	z-index:1; 
	top:0; 
	width:100%;  
	height:400px; 
	cursor:pointer;   
}
.slider .prev{ 
	left:-50%; 
	margin-left:-600px;  
}
.slider .next{ 
	left:50%;  
	margin-left:600px;  
}
.slider .pnBtn .blackBg{ 
	display:block;  
	position:absolute; 
	left:0px; 
	top:0; width:100%; height:400px; 
	background:#fff; 
	filter:alpha(opacity=70);opacity:0.7;   
}
.slider .pnBtn .arrow{
	/*display:none;*/
	position:absolute; 
	top:0; 
	z-index:1;
	width:60px; 
	height:90px;
}
/*.slider .pnBtn .arrow:hover{ 
	filter:alpha(opacity=60);
	opacity:0.6; 
	text-decoration: none;
}*/
.slider .prev .arrow{ 
	right:-60px; 
	top: 184px;
	background:url("../images/slider-arrow-green.png") 0px 0 no-repeat;
	text-decoration: none;
}
.slider .next .arrow{
	left: -56px;
	top: 184px;
	background:url("../images/slider-arrow1-green.png") 0 0 no-repeat;
	text-decoration: none;
}


/*center1的内容*/
.center1{
	width:1200px;
	margin:0 auto;
}
.cen1_ul1{
	width:280px;
	list-style:none;
	float:left;
	margin-right:40px;
	margin-bottom: 40px;
}
.cen1_ul1 .li1{
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:28px;
	background:#004ba8;
	color:#fff;
}
.cen1_ul1 li{
	height:50px;
	line-height:50px;
	background:#f1f1f1 url(../images/jiantou.png) no-repeat 248px center;
	border:1px solid #e6e6e6;
	border-top:0;
	padding-left:22px;
	
	font-size:16px;
}
.cen1_ul1 li a{
display:block;

height:50px;
color:#333;
}
.cen1_ul1 li.active,.cen1_ul1 li:hover{
	color:#004ba8;
	background:#fff url(../images/jiantou_on.png) no-repeat 248px center;
}
..cen1_ul1 li:active a,.cen1_ul1 li:hover a{
 color:#004ba8;
}
/*点击后添加的class*/

.cen1_ul2{
	float:left;
	width:880px;
	max-width:880px;
}
.cen1_ul2_top{
	height:40px;
	line-height:40px;
	border-bottom:3px solid #004ba8;

}
.cen1_ul2_top p{
	font-size:24px;
	float:left;
	line-height:30px;
cursor:pointer;
}
.cen1_ul2_top span{
	float:right;
	font-size:14px;
	color:#999999;
cursor:pointer;
}
.cen1_ul2_top span a{
	display:inline-block;
	color:#999999;
cursor:pointer;
}
.cen1_ul2_top span a:hover{color:#004ba8;}
.cen1_ul2 li{
	line-height:52px;
	border-bottom:1px dashed #ccc;
	font-size:16px;
	
cursor:pointer;overflow:hidden;
}
.cen1_ul2>ul li a{
	color:#494949;
	
	line-height:52px;
	width:97%;
	float:left;
}

.cen1_ul2 li:hover a{
	color:#004ba8;
}
.cen1_ul2 li:hover a span{
	color:#004ba8;
}
.cen1_ul2 li a p{
	display:block;
	float:left;
cursor:pointer;
}
.cen1_ul2 li a span{float:right}
.noFloat>span{float:none !important;}
/*综合新闻的样式*/
.xinwenxq{
	width:1080px;
	max-width:1080px;
	min-width:1080px;
}
.zhxw-cen{
	width:1200px;
	max-width: 1200px;
}

/*新闻详情页面*/
.xinwenxq-cen{
	margin-top:-100px;
	background:#fff;
	padding:36px 60px;
	position:static;
	z-index:99;
	width:960px;
	max-width:960px;
}
.xinwenxq-cen .cen1_ul2_top{
	border:0;
}
.cen1_ul2 li .dian{
	float:left;
	margin-right:1%;
	font-size:32px;
height:16px;
}

.xinwenxq-cen .cen1_ul2_top p{
	font-size:20px;
	
	float:left;
}
.xinwenxq-cen h3{
	text-align:center;
	
	font-size:26px;
	margin-top:30px;
}
.xinwenxq-cen .sj{
	text-align:center;
	color:#333;
	font-size:16px;
	height:50px;
	line-height:50px;
	background:#f1f1f1;
	margin-top: 40px;
	margin-bottom:40px;
}
.xinwenxq-cen .txt{
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.xinwenxq-cen .txt p{
	text-indent:2em;
	line-height:26px;
	margin-bottom:20px;
}
.xinwenxq-cen .shan-xia span{
	float:left;
	margin-top:20px;
}
.xinwenxq-cen .shan-xia a{
	color:#333;
	float:left;
	margin-top:20px;
}

/*机构设置*/

.jg-cen .cen1_ul2 .cen1_ul2_bot{
	margin:20px;
}
.jg-cen .cen1_ul2 .cen1_ul2_bot p{font-size:16px !important;line-height:32px !important;}

*{padding:0px; margin:0px}
.dagang_liebiao
	{
		
		width:100%;
		height:400px;
		float:left;
	}
.dagang_liebiao ul li 
	{
		overflow:visible;
		list-style-type:none;
		float:left;
		padding:0px;
	
	}

.dagang_liebiao ul li 
	{
		
		margin:18px;
		float:left;
	
	}

.dagang_liebiao ul li a
	{
		text-decoration:none;
		color:#333;		 
		float:left;
	
	}
	.dagang_liebiao ul li a:hover
	{
		 
		color:#004ba8;
		 
	
	}
	
	

	.hhhhh{position:relative;white-space: nowrap}
.xueaaa{position:absolute;top:0;left:0}

      #dagang_liebiao1
{

	  width: 100%;
          min- height: 450px;
           margin-top: 38px;
           border:1px solid #eee;
	border-radius:10px;
	display:none;
	background:#f1f1f1;
	position:absolute;
	top:0px;
	left:0px;
	
	 
}	
*+html #dagang_liebiao1{top:-280px;}
	.close{
	float:right;
	right:20px;
	top:0px;
	color:#333; 
	font-size:18px;
	font-style: normal;
	cursor:pointer;
	position: absolute;
	
	
	}

ul li{
            list-style:none;
        }
        .jw_rencai{
            width:700px;
            height:400px;
          
        }
        .jw_rencai .rencai_ul1{
             width:100%;

        }
        .jw_rencai .rencai_ul1 li{
            width:100%;
            margin-left: 30px;

        }
        .jw_rencai .rencai_ul1 li a1{

            text-decoration:none;
            color:#004ba8;
            display:inline-block;
            width:100%;
            height:100%;
            }
  .rencai_xiala{

            display:none;

        }
 .rencai_p:hover .rencai_xiala{
            display:block;
        }
 .rencai_xiala li
    {
    float: left;
    list-style-type:none;
    margin-left:30px;
    width:20%;
    line-height:40px;

    }

    .aa
    {
        color:#333;
        font-size:13px;
       }
#vsb_content_2 P{font-size:16px !important;line-height:32px !important;}
.keywordfontcolor1012674{font-size:16px !important;color:#f00 !important;}
.erji_hdtitle{font-size: 18px;margin-top: 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #ddd;
    position: relative;}
.erji_hdtitle .more{    position: absolute;
    right: 0px;
    top: 0;}
.erji_hdtitle .more a{font-size:15px;}
.erji_hdtitle .more a:hover{color:#004ba8;}