/* 公共样式表css */
html,body {
    color: #333;
	background: #F4F5F9 url() no-repeat top center;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}
li{    list-style: none;
}
img {
    border: 0;
}
.wb{font-weight:bold;}

a {
    text-decoration: none;
    color: #08acee;
}
a:hover {
    color: #CC0000;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.fl{ float:left;display:inline}
.fr{ float:right; display:inline}


/* 必要布局样式css */

.info-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
	background: #fff;

}

.index-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #09589c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}


.head {
    width:1200px;
    margin: 0 auto;
    padding: 6px 0 0 0;
	height:100px
}
.head-left {
	float:left;
    font-size: 14px;
    text-align: left;
	height:110px;
	width:420px;padding-top:10px;border: solid 0px #ff9900;

}
.head-left img {
	height:66px;margin-top:7px

}
.head-right {
	float:left;
	width:750px;
	text-align: right;
    font-size: 12px;border: solid 0px #ff9900;
}




.head-left h2 {
    font-weight: normal;
    font-size: 36px;
    font-family: pingfang,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

.info-head-nav {
	width:100%;
	clear:both;
	height:50px;line-height:50px;
	background: #09589c;/*#336699;*/
}
.info-head-nav ul{
	width: 1200px;
    margin: 0 auto;
    padding:0;
}
.info-head-nav ul>li{
	float:left;
	position: relative;
	color:#fff;
	width:148px;
	font-weight: bold;
    font-size: 20px;
	height:50px;
	line-height:50px;
}


.info-head-nav ul>li>a {color: #fff;display:block;text-align:center;height:50px;}
.info-head-nav ul>li>a:hover {color: #CC0000;background-color:#f4f5f9;height:50px;}
.info-head-nav ul li .nav_curr {color: #fff;background-color:#0099cc;height:50px;}


.info-head-nav div {
    position: absolute;
	display:none;
    top: 50px;
    left: 0;
    width: 148px;
    z-index: 1000;
    background:#ffffff url(box_xialabar.png) center bottom no-repeat;
}

.info-head-nav div span {
    width: 148px;
    background: #fff;
    height: 37px;
    line-height: 37px;
}

.info-head-nav div span a {
    width: 138px;
    display: block;
    text-align: center;
    font-size: 14px;
		font-weight: normal;
    line-height: 36px;
    color: #666;
    margin: 0 auto;
    border-bottom: 1px solid #f4f5f9;
}

.info-head-nav div span a:hover {
    background: #f4f5f9;
    color: #CC0000;
}

.info-head-nav ul li:hover div{display:block}


.info-title{
	padding: 0;
	margin-bottom: 0px;
    font-weight: bold;
    font-size: 24px;text-align: center; padding: 30px 0 30px 0;
	background: #fff url(mline.jpg) no-repeat center 48px;
}
/*

	
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #4c4c4c;


background: url(/skins/rongkong/images/index_tittle_bg.png) no-repeat center center;
    line-height: 30px;
*/

.input-group input[type=text] {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  border: none;
  font-size: 17px;
}
.btn-search{
  padding: 5px;
  margin-top: 8px;
  margin-right: 16px;
	border: none;
	font-size: 16px;}
.info-about{
    background: #fff;
    margin: 0px 0;
    padding:0;}

.about-left{float:right;width:700px;overflow: hidden;height:260px;}
.about-right{float:left;width:470px;padding:10px 10px 10px 20px;font-size: 14px;line-height:220%;text-align: justify}
.about-left img{
  cursor: pointer;height:260px;
  transition: all 2s;
}
.about-left img:hover{
  transform: scale(1.2);
}

.index-container-list {
    background: #fff;
    padding: 32px 0 0 0;
	margin: 0;

}
.info-container-list {
    padding: 0;
	margin: 0;

}
.info-zt{
    background: #fff;
	padding-left:5px;
	height:99px;
	overflow:hidden;
}
.info-zt li{
float:left;
padding:5px 5px

}


/****  列表页 顶部导航 ****/
.condh{
margin:10px 30px;
padding-top:10px;
width:1138px;
border-bottom: solid 1px #d2d2d2;
height:50px;
}
.condh_title{
float:left;
width:500px;
color:#333;
font-size: 22px;
font-weight:bold;
height:40px;

}
.condh_position{
float:right;
width:340px;
height:40px;
line-height:40px;
padding-left:20px;
text-align:right;
}
.condh_position a{color:#333;font-size: 14px;}

/****  图片列表页 顶部导航 ****/







info-container2{
   position:absolute;
top:130px


}



.info-listItem {
    width: 340px;
    margin: 0 26px 0 32px;
    float: left;
}

.info-listItem-title {
    font-size: 18px;
	padding-bottom:10px;
    margin-bottom: 26px;
    font-weight: normal;
	font-weight: bold;
	border-bottom: 1px #eaeaea solid; /*b47806*/
}
.info-listItem-title span{border-bottom: 3px #aa1f24 solid;padding: 10px;} 

.info-more {
    width: 100px;
    height: 36px;
    display: block;
    line-height: 36px;
    border: 1px solid #E4E4E4;
    text-align: center;
    transition: all .1s;
}

.info-more:hover {
    background: #F96A69;
    border-color: #F96A69;
    color: #fff;
}

.info-listItem-list {
    margin-bottom: 17px;
}

.info-listItem-list dt {
    height: 180px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.info-listItem-list dt a img {
    width: 340px;
    height: 180px;
    transition: all .4s;
}

.info-listItem-list dt a span {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 10px;
    font-size: 15px;
    padding: 0 24px;
    line-height: 1.5;
    height: 44px;
    overflow: hidden;
    transition: all .2s;
}

.info-listItem-list dd {
    margin-bottom: 10px;
	height:180%;line-height:180%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-listItem-list dd span {
    font-size: 14px;
    color: #909499;float:right
}
.info-listItem-list dd a {
    font-size: 15px;
    color: #424548;
}
.info-listItem-list dd a:hover {
    color: #CC0000;
}

.info-listItem-list dt a:hover img {
    transform: scale(1.05);
}

.footer {
 font-size: 12px;	background: #ccc;
color: #6c6c6c;
    text-align: center;
    padding: 30px 0;
	line-height:168%;
}


/****  正文框  *****/
.info_box{
	margin:15px 0px 20px 0px;
	padding:10px 50px 10px 50px;
}

.info_box_t{height:43px;line-height:43px;color: #333;font-size:24px;font-weight:bold;text-align: center;}
.info_box_d{height:23px;line-height:23px;color: #999;font-size:14px;margin-bottom:15px;text-align: center;}
.info_box_c{
	text-align:left;
	font-family:微软雅黑,"Microsoft Yahei";
	color:#333;
	font-size:18px;
	line-height:2;
}
.info_box_c a{color: #909499;}
.info_box_c a:hover {color: #CC0000;}
.info_box_c img{
	border:0; 
	margin:6px; 
	padding:0; 
	max-width:680px; 
	width:expression(this.width>680?"680px":"auto");
}

.info_box_b {width:80%;text-align:left;color:#999; margin:50px 0 0 100px; }
.info_box_b p {margin-bottom:5px;}
.info_box_b a {color:#666;font-size: 14px;}
.info_box_b a:hover {color: #CC0000;}
.info_box_b div{height:30px;}

.info_box_f{
	margin-top:10px;
	margin-bottom:20px;
	padding-top:20px;
	border-top:2px solid #D6D6D6;
	text-align: center;
}
.info_box_f a {
    font-size: 14px;
    color: #828282;
    border: 1px solid #d2d2d2;
    margin: 20px 15px 0px 15px;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #f8f8f8;
}


/****  图片列表页 ****/

.picpage {
	height: auto;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.picpage li {
	height: auto;
	overflow: hidden;
	padding:0 20px;
	float: left; 
	width: 390px; 
	visibility: visible; 
}
.imgDiv{width: 370px; height: 224px;overflow: hidden;}
.jqthumb{width: 370px; height: 224px;opacity: 1}
.imgDiv img{
border-radius:8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
  transition: all 1.6s;
}

.imgDiv img:hover{
  transform: scale(1.4);
}





.txtDiv{
    background: #fff;
    padding: 5px;
}
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}
.listInfr{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 55px;
    overflow: hidden;
    padding-top: 8px;
}
 .listTime{
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    overflow: hidden;
    padding-top: 5px;
}
/****  图片列表页 end  ****/




.downLoad {
	height: auto;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.downLoad li {
	height: auto;font-size: 18px;
	overflow: hidden;
	padding:0 50px
}
.downLoad li a {
	display: block;
	position: relative;
	margin: 0 40px;
	color: #585858;
	border-bottom: 1px solid #efefef;
}
.downLoad li span {
	display: block;
	float: left;
	width: 118px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	text-align: right;
	background: url(/skins/rongkong/images/circle3.png) no-repeat left center;
}
.downLoad li a div {
	margin-left: 133px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
}
.downLoad li a i {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 33px;
	height: 66px;
	background: url(/skins/rongkong/images/down1.png) no-repeat left center;
}
.downLoad li:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.downLoad li:hover a {
	color: #004987;
}
.downLoad li:hover i {
	background: url(/skins/rongkong/images/down2.png) no-repeat right center;
}
.downLoadTit {
	height: auto;
	overflow: hidden;
	padding: 26px 0 18px;
	border-bottom: 1px solid #efefef;
}
.downLoadTit h1 {
	font-size: 2em;
	color: #585858;
	font-weight: bold;
}

/*paged*/
.paged {
clear:both;
	padding: 52px 0 66px;
	text-align: center;
}
.paged a, .paged .p_info, .paged span {
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin: 0 4px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 13px;
	text-align: center;
	color: #8b8b8b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	border: 1px solid #ededed;
}
.paged span, .paged a:hover {
	border-color: #004887;
	color: #fff;
	background-color: #004887;
}


/*----二级横向导航条 结束----*/

.info_box_nav{
	margin-top:30px;margin-bottom:20px;
}
.info_box_nav_1{
	height:54px;
	line-height:54px;
	border-bottom:2px solid #D6D6D6;
}
.info_box_nav_1 ul li{
	background:url(/skins/rongkong/images/line.png) no-repeat right center;
	background-color:#ECECEC;
	width:13%;
	text-align:center;
	float:left;
	font-size:18px;margin-right:5px
}
.info_box_nav_1 ul li a{color:#333}
.info_box_nav_1 ul li a:hover,.info_box_nav_1 .n_current{background-color:#226fc9;color:#fff;display:block;}

.zwbottom1{margin-top:20px;margin-bottom:20px;color:#D6D6D6;text-align:right}




/*幻灯片*/
.msn-focus{ border:1px solid #e0e0e0;width:620px; height:332px; overflow:hidden; position:relative; }
.msn-focus img{width:620px; height:332px; display:block}

.msn-focus .hd{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:15px; z-index:1; }
.msn-focus .hd ul{ overflow:hidden; zoom:1; float:left;  }
.msn-focus .hd ul li{ 
	float: left;
	display: inline;
	float: left;
	margin: 0 7px 0 0;
	height: 10px;
	padding-left:3px;
	width:10px;
	background-color: #dedede; }
.msn-focus .hd ul li.on{ 
	background-color: #b23133;
	cursor:pointer;}


.msn-focus .bd {
	width: 620px;
	height: 332px;
	position: relative;
	overflow: hidden
}
.msn-focus .bd ul {
	width:620px;
	height: 332px;
	overflow: hidden;
	font-size: 14px;
	line-height: 35px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	float:left;
		position: relative;
}
.msn-focus .bd li {
	width: 620px;
	height: 332px;
	background-color: #fff;
	left:0px;text-decoration:none;
}
.msn-focus .bd li p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 35px;
	height: 35px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
		font-weight:bold;
		text-decoration:none;text-align: left; text-indent:10px;
	
}
.msn-focus .bd li p i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 35px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}
.msn-focus .bd li p a, .msn-focus .bd li p a:visited {
	position:relative;
	color: #fff;
	text-align:center;
	font-weight:bold;
	height: 35px;
	line-height:35px;
}
.msn-focus .bd li p a:hover {
	color: #f60; text-decoration:none
}
.msn-focus .prev, .msn-focus .next {
	position: absolute;
	bottom: 130px;
	width: 29px;
	height: 64px;
	opacity: .6;
	filter: alpha(opacity=60);
	overflow: hidden;
	display: none;
	text-indent: -999px;
	border: none;
	background: url(/skins/rongkong/images/arrowLR.png) no-repeat;
}
.msn-focus .prev: hover, .msn-focus .next: hover {
	opacity: .9;
	filter: alpha(opacity=90)
}
.msn-focus .prev {
	left: 0;
	background-position: -50px 0
}
.msn-focus .next {
	right: 0;
}
.msn-focus .bdOn .prev, .msn-focus .bdOn .next {
	display: block;
}

/*幻灯片结束*/


/*幻灯片区域（推荐）*/

.tj{background-color:#fff;padding:10px 20px 10px 20px;margin-top:15px}
.tj_l{float:left;width:628px;}
.tj_r{float:left;width:530px;padding-left:20px;}
.tj_title{height:36px;line-height:34px;padding-top:0px;border-bottom: solid 1px #d2d2d2;}
.tj_title ul{}
.tj_title li{float:left;width: 100px;font-size:18px;font-weight:normal;color:#ccc;margin-right:8px;text-align: center;}
.tj_title .newon{font-weight:bold;color:#333;border-bottom:2px solid #aa1f24;}

.tj_list{margin-bottom: 5px;margin-top: 10px;}
.tj_list li{
    height: 36px;
    line-height:35px;
	border-bottom: solid 1px #d2d2d2;
	padding-left:12px;
	background: url(/skins/rongkong/images/news_icon.jpg) no-repeat 0 13px;
	overflow: hidden;
}
.tj_list span{float:right;color:#999999;font-size: 12px;}
.tj_list a{font-size: 15px;color:#333333}
.tj_list a:hover{color:#CC0000}

/*幻灯片区域（推荐）结束 */


/*底部有情链接*/
.link_bg{ background:#edeaf1; height:70px;overflow:hidden;} 
.link{ margin:auto}
.link h2{padding: 13px 0 0 20px; height: 70px; width:126px;overflow:hidden; font:bold 18px "Microsoft Yahei";background:url(/skins/rongkong/images/link_ic.jpg) no-repeat left top; color:#fff;}
.link h2 i{text-transform: uppercase; font:18px/20px Arial; color: #fff; display: block;}

.link p{ height:70px; width: 990px; overflow:hidden; font:14px/70px "Microsoft Yahei";}
.link p a{ color:#666; padding:0 10px; display:inline-block;}
 .link p a:hover{color:#CC0000}



/* 滚动图片：重大项目*/
.index_links {width:1200px;position: relative; margin: 0px auto;background: #fff;padding:10px 0}
.index_links .hd{ width:100%; position:absolute;}
.index_links .hd .prev { top:50px; background: url(/skins/rongkong/images/btn_left.png) center no-repeat; width:13px; height: 22px; left:-38px;overflow: hidden; position:absolute; margin: 0 auto; z-index: 1; cursor: pointer; }
.index_links .hd .next { top:50px; background: url(/skins/rongkong/images/btn_right.png) center no-repeat; width:13px; height: 22px; right:-28px; overflow: hidden; position: absolute; margin: 0 auto; z-index: 1; cursor: pointer; }
.index_links ul{ margin:0 auto; width:1200px;}
.index_links ul { overflow: hidden; zoom: 1; }
.index_links ul li { width:299px; margin:0px; float: left; _display: inline; overflow: hidden; text-align: center; }
.index_links ul li .pic { height:175px; width:280px;margin:0px auto;overflow:hidden}
.index_links ul li .pic img { display: block; height: 175px; width:280px; 
border-radius:8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
	transition: all 0.4s ease;

}
.index_links ul li .pic img:hover{
  transform: scale(1.2);
}


.index_links span{ display:block; font-size:13px; color:#797979; line-height:24px;}
.index_links ul li span a{color:#797979; }
.index_links ul li span a:hover{ color:#ce0617; text-decoration:underline;}


.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
/*---------------------------footer--------------------------------*/
.foot1 {
	padding: 20px 0;
	background: #13293d;
	width: 100%;
	overflow: hidden;
	clear: both;
	font-size: 12px;
}
.foot1 dl dd {
	float: left;
	display: inline;
	overflow: hidden;
	width: 130px;
	padding-right: 5px;
}
.foot1 dl dd span {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #d7d8d9;
	display: block;
	font-weight:bold;
	text-align: left;
}
.foot1 dl dd a {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #9b9ea0;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.foot1 dl dd a:hover {
	color: #fff;
}
.foot_ewm {
	width: 100px;
	overflow: hidden;
	margin-left: 90px;
}
.foot_ewm span {
	font-size: 14px;
	color: #a7a7a7;
	line-height: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
.foot_ewm .ewmbox {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.foot_ewm .ewmbox img {
	height: 100px;
	width: 100px;
}
.foot_ewm em {
	font-size: 14px;
	color: #898989;
	line-height: 30px;
	height: 30px;
	display: block;
	text-align: center;
}
/*foot2*/
.foot2 {
	padding: 15px 0;
	background: #13293d;
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 67px;
	border-top:1px solid #2b4053;
}
.foot2 .divleft {
	height: 47px;
	overflow: hidden;
	color: #999999;
	line-height: 23px;
	background: url(/skins/rongkong/images/flogo.png) no-repeat left center;
	padding-left: 50px;
}
.foot2 .divright {
	height: 47px;
	overflow: hidden;
	line-height: 23px;
	text-align: right;
	color: #999999;

}
.foot2 .divright a {
	color: #999999;
}
.foot2 .divright a:visited {
	color: #999999;
}
.foot2 .divright a:hover {
	color: #152d79;
}
.foot2 .divright a:active {
	color: #999999;
}<!--耗时1753806372.792秒-->