@charset "utf-8";
/* CSS Document */
/* top */
.top_box{background: #0a53b1;height: 40px;width: 100%;}
.top{width: 1200px; line-height: 40px; font-size: 13px; color: #fddb80; overflow: hidden;}
.top a{color: #89c7f5;}
.top_email{
    line-height: 40px;
    background:url("ico_01.png") no-repeat left 50%;
    padding-left: 23px;
    margin-right: 22px;
}
.top_email:hover{background:url("ico_01_hover.png") no-repeat left 50%;}
.top_email:hover a{color:#fddb80;}
.top_wza{
    line-height: 40px;
    background:url("ico_02.png") no-repeat left 50%;
    padding-left: 23px;
    margin-right: 22px;
}
.top_wza:hover{background:url("ico_02_hover.png") no-repeat left 50%;}
.top_wza:hover a{color:#fddb80;}
/* 搜素 */
.ssk {
    width: 218px;
    height: 40px;
}
.search_input {
    width: 183px;
    border: solid 1px #89c7f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    height: 31px;
    line-height: 31px;
    padding-left: 7px;
    color: #cccccc;
    background-color: transparent;
    margin-top: 4px;
}
.search_right {
    background: url(search.png) no-repeat 50%;
    height: 31px;
    color: #999999;
    padding-left: 10px;
    width: 35px;
    border: solid 1px #89c7f5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    border-left: none;
    margin-top: 4px;
}
/* banner */
.banner_box{background: url("banner.jpg") no-repeat center top; width: 100%; height: 257px;}
.banner{width: 1200px;position: relative;}
.logo{margin-top: 81px;}

/* 导航 */
.nav_box {
    background: #003982;
    width: 100%;
}
.nav {
    width: 1200px;
    height: 60px;
}
.nav ul li {
    float: left;
    width: 200px;
    text-align: center;
    line-height: 60px;
    border-right: #0e55b0 solid 1px;;
}
.nav ul li a {
    color: #fff;
    font-size: 19px;
}
.nav ul li:hover a{font-weight: bold;}

/* content */
.content_box{
    width: 1200px;;
    overflow: hidden;
}
/* 当前位置 */
.location_box{
    width: 100%;
    background: #ededed;
    margin-bottom: 20px;
}
.location{ width: 1200px; background: url("location.gif") 20px no-repeat; padding-left: 40px;font-size: 13px; color: #454545;}
.location a{font-size: 13px; line-height: 40px;}
.content_left{width: 300px;}
.dqlm{
    background: url("dqlm_bg.jpg") no-repeat;
    height: 76px;
    padding: 35px 0 0 43px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}
.lmlist{background: #eaeff5; margin-left: 8px; min-height:687px;}
.lmlist ul li{line-height: 63px;background: url(lmliststyle.png) no-repeat 20px; padding-left: 40px;}
.lmlist ul li:hover{background: url(lmliststyle_hover.png) no-repeat 13px; background-color: #dbdfe3; border-left:#d72025 solid 7px; padding-left: 33px;}
.lmlist ul li:hover a{color: #d72025;}
.content_right{width: 870px; background: #ffffff; min-height: 763px;}
.content_right_list{border: #dedede solid 1px; padding-bottom: 20px; min-height: 761px;}
.content_right_list ul{margin-left: 20px; margin-top: 10px; margin-right: 20px;}
.content_right_list ul li{background: url(liststyle.gif) no-repeat left; padding-left:15px; border-bottom: #e8e8e8 dashed 1px; line-height: 45px; font-size: 17px;}
.date{color: #999999; font-size: 17px;}
/* 友情链接 */
.link_box{
    width: 100%;
    border-top: #0f64ce solid 4px;
    margin-top: 20px;
    height: 187px;
    background: #dce9f2;
}
.link .link-box .bot-title {
  display: block;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.link .link-box .link-subbox {
  display: block;
  width: 1200px;
  padding: 25px 0 0 0;
  font-size: 15px;
}
.link .link-box .link-subbox .link-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 232px;
  border: solid 1px #cccccc;
  background: #ffffff;
  cursor: pointer;
}
.link .link-box .link-subbox .link-item:hover .chose-box {
  display: block;
}
.link .link-box .link-subbox .link-item .show-box {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #37694c;
}
.link .link-box .link-subbox .link-item .show-box:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background: url(icon_arrow_down.png) no-repeat center;
}
.link .link-box .link-subbox .link-item .chose-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  border: solid 1px #ddd;
  background: #fff;
  max-height: 144px;
  overflow: auto;
}
.link .link-box .link-subbox .link-item .chose-box .chose-item {
  display: block;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
}
.link .link-box .link-subbox .link-item .chose-box .chose-item:hover {
  color: #37694c;
}

/*bottom*/
.footer_info {
    width: 680px;
    color: #666666;
    font-size: 13px;
    overflow: hidden;
    margin-top: 22px;
    line-height: 21px;
    text-align: left;
    padding-top: 34px;
}
.footer_dzjg {
    margin-right: 23px;
}
.footer_zc {
    margin-right: 23px;
    padding-top: 4px;
}