@charset "UTF-8";
/*初始化css*/
body {
  min-width: 1800px;
  font-family: 微软雅黑;
  color: #333;
} /*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
input {
  margin: 0;
  padding: 0;
  outline: none;
}
li {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333333;
} /*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
} /*颜色根据通用更多的文字颜色决定*/
a:hover {
  color: #a40001;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #a40001;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
textarea,
input {
  font-family: 微软雅黑;
}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

/*banner*/

/* footer */

/*大图*/
.bigpic {
  width: 100%;
  height: 350px;
  margin: 0 auto;
}
.bigpic img {
  width: 100%;
  height: 350px;
}
/*主体*/
.content-wrap {
  width: 1800px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  min-height: 500px;
  padding: 30px;
  border-top: 3px solid #09357f;
}
.lanmu_tit {
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.lanmu_tit a {
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  text-align: center;
  background: #eeeeee;
  *dispaly: inline;
  *zoom: 1;
  margin-right: 20px;
}
.lanmu_tit a:hover {
  background: #0f3580;
  color: #ffffff;
}
.lanmu_tit a.active {
  background: #0f3580;
  color: #ffffff;
}
.lanmu_list {
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.lanmu_list ul.list_box {
  width: 100%;
  height: auto;
}
.lanmu_list ul.list_box li {
  width: 100%;
  height: 198px;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding: 20px;
}
.lanmu_list ul.list_box li img {
  width: 15%;
  height: 157px;
  float: left;
  border: 0;
  /* margin-right: 10px; */
}
.lanmu_list ul.list_box .xxlb {
  width: 83.5%;
  height: 157px;
  overflow: hidden;
  position: relative;
}
.lanmu_list ul.list_box .xxlb a.tit {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  height: 35px;
  width: 100%;
  display: block;
}
.lanmu_list ul.list_box .xxlb p {
  font-size: 15px;
  line-height: 25px;
  color: #999999; /* position:  absolute; */
}
.lanmu_list ul.list_box .xxlb p:first-child {
  color: #666666;
}
.lanmu_list ul.list_box .xxlb span.time {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  line-height: 25px;
  color: #999999;
}
.lanmu_list ul.list_box .xxlb a.more {
  color: #dc0b0b;
}

/* 导航下拉样式 */
.box{position:absolute;left:50%;/*top:322px;*/width:1200px;background:#FFF;filter:alpha(opacity=0);opacity:0; z-index:999;margin-left: -600px;}
.box .cont{position:relative;padding:20px 25px;border:2px solid #09357f;border-top: none;}

.news_box{width: 100%;height: auto;}    
.news_box .news_list{width: 560px;height: auto;}
.news_box .news_list ul.tit{width: 100%;height: 38px;line-height: 38px; border-bottom: 2px solid #09357f;/*background: url(lanmu_bj2.png) no-repeat;padding-left: 90px;*/}
.news_box .news_list ul.tit li{line-height: 30px;height: 38px;float: left;text-align: center;padding: 0 10px;}
.news_box .news_list ul.tit li a{font-size: 17px;font-weight: bold;color: #09357f;}
.news_box .news_list .sub_list{width: 100%;height: auto;}
.news_box .news_list .sub_list li{margin-top: 20px;padding-bottom:15px;border-bottom: 1px dashed #cccccc;}
.news_box .news_list .sub_list li+li{border-bottom:none;padding-bottom:0;}
.news_box .news_list .sub_list li img{width: 145px;height: 110px;float: left;border: 0;/* margin-right: 10px; */}
.news_box .news_list .sub_list .xxlb{width: 400px;height: auto;}
.news_box .news_list .sub_list .xxlb a{font-size: 17px;font-weight: bold;line-height: 30px;height: 35px;width:  100%;display:  block;}
.news_box .news_list .sub_list .xxlb p{font-size: 15px;line-height: 25px;color: #999999;}
.news_box .news_list .sub_list .xxlb p:first-child{color: #666666;}


/*公告公示下拉*/
.gsgg_box{/*width:565px*/;width: 100%; height: auto;}
.gsgg_box ul.tit{height: 38px;line-height:30px;display:inline-block;width: 100%;height: 38px;border-bottom: 2px solid #eae8e8;}
.gsgg_box ul.tit li{line-height: 30px;height: 38px;float: left;margin-right: 30px;}
.gsgg_box ul.tit  li a{font-size: 17px;font-weight: bold;color: #333;}
.gsgg_box ul.tit .xwgl{
    border-bottom: 2px solid #09357f;
}
.gsgg_box ul.tit .xwgl a{color: #09357f;}
.gsgg_box .gsgg_list{height: auto;padding-top: 10px;min-height: 185px}
.gsgg_box .gsgg_list ul.list_pad{width: 100%;}
.gsgg_box .gsgg_list ul.list_pad li{height: 35px;line-height: 35px;padding-left: 15px;background: url(dian.png) left 16px no-repeat;font-size: 15px;}
.gsgg_box .gsgg_list ul.list_pad li a{font-size: 15px;}
.gsgg_box .gsgg_list ul.list_pad li span{float: right;color: #999999;font-size: 15px;}


.gsgg_box1{width:565px;height: auto;}
.gsgg_box1 ul.tit{height: 38px;line-height:30px;display:inline-block;width: 565px;height: 38px;border-bottom:2px solid #09357f;}
.gsgg_box1 ul.tit li{line-height: 30px;height: 38px;float: left;}
.gsgg_box1 ul.tit  li a{font-size: 17px;font-weight: bold;color: #333;margin-right:15px;}
.gsgg_box1 ul.tit .xwgl a{color: #09357f;}
.gsgg_box1 .gsgg_list{height: auto;padding-top: 10px;min-height: 185px}
.gsgg_box1 .gsgg_list ul.list_pad{width: 565px;}
.gsgg_box1 .gsgg_list ul.list_pad li{height: 35px;line-height: 35px;padding-left: 15px;background: url(dian.png) left 16px no-repeat;font-size: 15px;}
.gsgg_box1 .gsgg_list ul.list_pad li a{font-size: 15px;}
.gsgg_box1 .gsgg_list ul.list_pad li span{float: right;color: #999999;font-size: 15px;}

/*集团介绍*/
/*.jieshao{width: 100%;height: auto;}
.jieshao .news_list{width: 880px;height: auto;}
.jieshao .news_list ul.sub_list{width: 100%;height: auto;padding-right: 20px;border-right: 1px dashed #cccccc;}*/
/*.jieshao .news_list ul.sub_list li img{width: 405px;height: 257px;float: left;border: 0; margin-right: 10px; }*/
/*.jieshao .news_list ul.sub_list .xxlb{width: 425px;height: auto;}
.jieshao .news_list ul.sub_list .xxlb a{color: #a40001;}
.jieshao .news_list ul.sub_list .xxlb p{font-size: 15px;line-height: 35px;color: #999999;}
.jieshao .news_list ul.sub_list .xxlb p:first-child{color: #666666;}

.jieshao .sub_gs{width: 240px;height: auto;}
.jieshao .sub_gs ul{padding-top: 10px;}
.jieshao .sub_gs li{width: 240px;height: 45px;line-height: 40px;text-align: center;margin-bottom: 18px;border: 2px solid #09357f;}
.jieshao .sub_gs li a{font-size: 15px;color: #09357f;}
.jieshao .sub_gs li:hover{border: 2px solid #a40001;}
.jieshao .sub_gs li:hover a{color: #a40001;}*/

/*集团介绍*/
.jieshao {
  width: 100%;
  height: auto;
}
.jieshao .tit_box {
  width: 100%;
  height: 35px;
  /*text-align: center;*/
  line-height: 35px;
  margin: 0 auto 15px;
}
.jieshao .tit_box a {
  /*width: 160px;*/
  height: 35px;
  display: inline-block;
  /*margin-left: 10px;*/
  line-height:35px;
  font-weight:bold;
  color: #09357f;
  /*background-color: #eeeeee;*/
}

.jieshao .tit_box .tit_box_1{border-bottom: 2px solid #09357f;margin-right:15px;font-size: 17px;float: left;line-height: 30px;height: 35px;}
.jieshao .tit_box .tit_box_2{border-bottom: 2px solid #09357f;font-size: 17px;float: left;line-height: 30px;height: 35px;}
.js_left{width: 855px;border-bottom: 2px solid #eae8e8;float: left;height: 35px;}
.js_right{width: 270px;border-bottom: 2px solid #eae8e8;float: right;height: 35px;}

/*.jieshao .tit_box a:first-child{margin-left: 0;background: #09357f;color: #ffffff;}*/
.jieshao .tit_box a:hover {
  /*background: #09357f;*/
  color: #09357f;
  font-weight:bold;
}
.jieshao .news_list {
  width: 855px;
  height: auto;
}
.jieshao .news_list ul.sub_list {
  width: 100%;
  height: auto;
  /*padding-right: 20px;*/
 /* border-right: 1px dashed #cccccc;*/
}
.jieshao .news_list ul.sub_list li img {
  width: 405px;
  height: 257px;
  float: left;
  border: 0; /* margin-right: 10px; */
}
.jieshao .news_list ul.sub_list .xxlb {
  width: 425px;
  height: auto;
  margin-left:10px;
}
.jieshao .news_list ul.sub_list .xxlb a {
  color: #a40001;
}
.jieshao .news_list ul.sub_list .xxlb p {
  font-size: 15px;
  line-height: 35px;
  color: #999999;
}
.jieshao .news_list ul.sub_list .xxlb p:first-child {
  color: #666666;
}

.jieshao .sub_gs {
  width: 270px;
  height: auto;
}
.jieshao .sub_gs ul {
  padding-top: 10px;
}
.jieshao .sub_gs li {
  width: 270px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 18px;
  background: url(dian.png) 20px center no-repeat;
  padding-left:33px;
}
.jieshao .sub_gs li a {
  font-size: 15px;
  color: #333;
}
/*.jieshao .sub_gs li:hover {
  border: 2px solid #a40001;
}*/
.jieshao .sub_gs li:hover a {
  color: #a40001;
}



/*专列*/
.zl_box{width: 100%;height: auto;}
.zl_box .zl_lunbo{width: 500px;height: 360px;padding-right: 20px;border-right: 1px dashed #cccccc;}
.zl_box .sub_lanmu{width: 625px;height: 360px;}
.zl_box .sub_lanmu ul.list_pad{width: 625px;}
.zl_box .sub_lanmu ul.list_pad li{height: 35px;line-height: 35px;padding-left: 15px;background: url(dian.png) left 16px no-repeat;font-size: 15px;}
.zl_box .sub_lanmu ul.list_pad li h1{font-size: 15px;font-weight: 500;color: #a40001;float: left;margin-right: 10px;}
.zl_box .sub_lanmu ul.list_pad li a{font-size: 15px;}
.zl_box .sub_lanmu ul.list_pad li span{float: right;color: #999999;font-size: 15px;}

/*法规*/
.fg_box{width: 100%;height: auto;}
.fg_box ul.tit{height: 38px;border-bottom: 2px solid #09357f;}
.fg_box ul.tit li{line-height: 30px;height: 38px;float: left;text-align: center;padding: 0 10px;}
.fg_box ul.tit  li a{font-size: 17px;font-weight: bold;color: #09357f;}
.fg_box .gsgg_list{height: auto;padding-top: 10px;}
.fg_box .gsgg_list ul.list_pad{width: 560px;}
.fg_box .gsgg_list ul.list_pad li{margin-top: 20px;padding-bottom:15px;border-bottom: 1px dashed #cccccc;}
.fg_box .gsgg_list ul.list_pad li+li{border-bottom:none;padding-bottom:0;}
.fg_box .gsgg_list ul.list_pad li img{width: 145px;height: 110px;float: left;border: 0;/* margin-right: 10px; */}
.fg_box .gsgg_list ul.list_pad .xxlb{width: 400px;height: auto;}
.fg_box .gsgg_list ul.list_pad .xxlb a{font-size: 17px;font-weight: bold;line-height: 30px;height: 35px;width:  100%;display:  block;}
.fg_box .gsgg_list ul.list_pad .xxlb p{font-size: 15px;line-height: 25px;color: #999999;}
.fg_box .gsgg_list ul.list_pad .xxlb p:first-child{color: #666666;}

/*服务*/
.fuwu{width: 100%;height: auto;}
.fuwu .tit_box{width: 670px;height: 35px;text-align: center;line-height: 35px;margin:  0 auto;}
.fuwu .tit_box a{width:160px;height:  35px;display:  block;float:  left;margin-left: 10px;background-color: #eeeeee;}
.fuwu .tit_box a:first-child{margin-left: 0;background: #09357f;color: #ffffff;}
.fuwu .tit_box a:hover{background: #09357f;color: #ffffff;}
.fuwu .list{padding: 20px 50px 0;} 
.fuwu .list p{line-height: 32px;}

/*当前位置 end*/
/*文章正文*/
.main-word-right .printer{margin-left: 30px; padding-left: 25px; background: url(printer.png) no-repeat left center;cursor: pointer;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(close.png) no-repeat left center;cursor: pointer;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}

/*底*/
