/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
.footernav{}
body,.footernav{
  font-family:"\5FAE\8F6F\96C5\9ED1";
}
a,b,body,dd,div,form,h1,h2,h3,h4,h5,h6,header,html,i,img,li,menu,nav,ol,p,span,time,ul {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,body {
  height: 100%;
  font-size: 12px;
}

header,menu,nav {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  border: none;
}

li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
  list-style: none;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  /*/*/
  content: "";
  /* ����ie8 */
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  text-decoration: none;
  color: #3e3e3e;
}

a:hover {
  color: #2780ad;
  text-decoration: underline;
}

.r {
  float: right;
}

.l {
  float: left;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

body {
  font-size: 12px;
  transition: all .5s linear;
}



/*public*/

.input_1 {
  border: 1px solid #c0bebe;
  background: #fff;
}

.btn_1 {
  background: #1d82ba;
  color: #fff;
  cursor: pointer;
  border: 1px solid #106584;
  padding: 3px 15px;
}

.btn_2 {
  color: #6f6f6f;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  font-size: 14px;
  background: url(../images/repeat_x_bg.jpg) repeat-x 0 -63px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin-right: 10px;
}

.btn_3,.btn_4 {
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 150px;
  text-align: 150px;
  font-size: 16px;
  margin: 0 10px;
}

.btn_3 {
  color: #fff;
  border: 1px solid #095a86;
  background: url(../images/repeat_x_bg.png) repeat-x 0 -108px;
}

.btn_4 {
  color: #787878;
  border: 1px solid #c0c0c0;
  background: #dadada;
}

.btn_5 {
  background: url(../images/icon.png) repeat-x 0 -85px;
  height: 30px;
  cursor: pointer;
  width: 85px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #116697;
  margin-right: 15px;
}

.btn_6 {
  border: 1px solid #bebebe;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  background: #1488b8 url(../images/repeat_x_bg.png) repeat-x left -103px;
  width: 80px;
  font-weight: bold;
}

.contpd {
  padding: 0;
}

.body_bg_1 {
  background: #e1e7eb url(../images/body_bg_4.jpg) no-repeat bottom;
  background-attachment: fixed;
  background-size: 100%;
}

.body_bg_2 {
  background: #e1e7eb url(../images/body_bg_2.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.body_bg_3 {
  background: #e1e7eb;
}

.main {
  clear: both;
  margin: 0 auto 65px;
  min-height: 500px;
}

.empty_1 {
  height: 10px;
  overflow: hidden;
}

.empty_foot {
  height: 20px;
  clear: both;
  overflow: hidden;
}

/*header*/

.header {
  height: 85px;
  background: url(../images/head-bg.png);
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 20px;
}

.header .cont {
  width: 80%;
  margin: 0 auto;
}

.logo {
  width: 354px;
  height: 55px;
  float: left;
}

.nav {
  float: right;
}

.nav li {
  float: left;
  width: 60px;
  height: 52px;
  font-size: 14px;
  margin: 0 8px;
}

.nav li a {
  display: block;
  width: 60px;
  height: 52px;
  font-family: Arial;
  color: #909090;
  font-weight: bold;
  text-align: center;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

.nav li a i {
  display: block;
  width: 60px;
  height: 32px;
  background: url(../images/nav_icon.png) no-repeat;
  margin-bottom: 5px;
}

.nav li a.a_1 i {
  background-position: 0 0;
}

.nav li a.a_2 i {
  background-position: 0 -35px;
}

.nav li a.a_3 i {
  background-position: 0 -70px;
}

.nav li a.a_4 i {
  background-position: 0 -105px;
}

.nav li a.a_5 i {
  background-position: 0 -140px;
}

.nav li a.a_6 i {
  background-position: 0 -175px;
}

.nav li a.a_1:hover i,.nav li.sel a.a_1 i {
  background-position: -59px 0;
}

.nav li a.a_2:hover i,.nav li.sel a.a_2 i {
  background-position: -59px -35px;
}

.nav li a.a_3:hover i,.nav li.sel a.a_3 i {
  background-position: -59px -70px;
}

.nav li a.a_4:hover i,.nav li.sel a.a_4 i {
  background-position: -59px -105px;
}

.nav li a.a_5:hover i,.nav li.sel a.a_5 i {
  background-position: -59px -140px;
}

.nav li a.a_6:hover i,.nav li.sel a.a_6 i {
  background-position: -59px -175px;
}

.nav li a:hover,.nav li.sel a {
  color: #1788c2;
  text-decoration: none;
}

/*search*/

.search {
  width: 70%;
  clear: both;
  margin: 0 auto;
  clear: both;
  height: 100px;
  overflow: hidden;
  padding-top: 10px;
  padding-right: 2%;
}

.search_hot_1 {
  color: #1788c2;
  font-size: 15px;
  height: 30px;
  line-height: 25px;
  clear: both;
  text-align: center;
}

.search_hot {
  clear: both;
  text-align: center;
  color: #4c4c4c;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-shadow: 0 0px 2px 4px #ebf0f3;
}

.search_hot span {
  margin-right: 20px;
}

.search_hot a {
  color: #4c4c4c;
}

.search_hot a:hover {
  color: #4c4c4c;
}

.search_t {
  width: 100%;
  height: 48px;
  margin-bottom: 5px;
}

.search_t span,.search_t i {
  display: block;
  line-height: 48px;
}

.search_t span,.search_t i,.search_t p {
  float: left;
  height: 48px;
}

.search_t span {
  width: 18%;
  background: url(../images/logo-by.png) no-repeat center center;
  height: 66px;
  padding-right: 1%;
  font-size: 24px;
  color: #fff;
  margin-top: -10px;
  margin-right: 2%;
}

.search_t p {
  background: #fff;
  width: 60%;
  margin-right: 2%;
  box-shadow: 0 0 8px 2px #979797;
}

.search_t i {
  font-size: 18px;
  text-align: left;
  width: 250px;
  font-style: normal;
  position: absolute;
  left: 72%;
  color: #94999d;
}

.search_t i a {
  color: #3579af;
  text-decoration: underline;
  text-shadow: 0 0px 5px 2px #fff;
}

.search_t i a:hover {
  color: #045782;
}

.search_t p input.input_1 {
  color: #1788c2;
  font-size: 14px;
  width: 75%;
  padding: 0 4px 0 12px;
  height: 47px;
  line-height: 47px;
  border: none;
  float: left;
}

.search_t p input.btn_1 {
  margin-left: 8px;
  width: 16%;
  float: right;
  background: #6fc1fc url(../images/search_icon.png) no-repeat center center;
  border: none;
  cursor: pointer;
  height: 48px;
  *margin-right: -16px;
}

/*footernav*/

.footernav {
  width: 100%;
  z-index: 99999;
  background: url(../images/footnav_bg.png) repeat-x;
  position: fixed;
  bottom: 0;
  left: 0;
}

.footnav {
  width: 80%;
  height: 56px;
  margin: 0 auto;
}

.footnav ul {
  float: left;
  border-left: 1px solid #83aacb;
  height: 56px;
}

.footnav ul li {
  float: left;
  border-right: 1px solid #83aacb;
  height: 56px;
  width: 84px;
  text-align: center;
  position: relative;
}

.footnav ul li a {
  display: block;
  height: 46px;
  width: 84px;
  padding-top: 10px;
  font-size: 11px;
  color: #fff;
}

.footnav ul li a img,.footnav ul li a span,.footnav ul li a i {
  display: block;
}

.footnav ul li a i {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-style: normal;
}

.footnav ul li a img.img {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}

.footnav ul li a:hover,.footnav ol li a:hover {
  background: #225884;
  text-decoration: none;
}

.ptsjcont {
  position: absolute;
  background: #225884;
  border: 1px solid #83aacb;
  border-bottom: none;
  padding: 10px;
  top: -131px;
  z-index: 999;
  width: 320px;
  height: 110px;
  left: -120px;
  display: none;
}

.ptsjcont p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

.ptsjcont div {
  height: 79px;
}

.ptsjcont div a.a {
  padding: 0;
  margin: 0 8px;
}

.ptsjcont div a.a,.ptsjcont div a img {
  display: block;
  width: 140px;
  height: 79px;
  float: left;
}

.ptsjcont div a.a:hover {
  border: 2px solid #fff;
}

.ptsjcont div a.a img {
  width: 140px;
  height: 79px;
}

.Language {
  position: absolute;
  background: #225884;
  border: 1px solid #83aacb;
  border-bottom: none;
  padding: 10px 7px;
  top: -120px;
  z-index: 999;
  width: 70px;
  height: 100px;
  left: -1px;
  display: none;
}

.Language a.a {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 5px;
}

.Language a.a:hover {
  border: 1px solid #fff;
}

.footnav ol {
  float: right;
}

.footnav ol li {
  border-right: 1px solid #83aacb;
  float: left;
  height: 56px;
  width: 142px;
}

.footnav ol li a,.footnav ol li b {
  display: block;
  height: 46px;
  width: 142px;
  font-size: 11px;
  color: #fff;
  padding-top: 10px;
  font-weight: normal;
}

.footnav ol li.li_1 {
  line-height: 20px;
}

.footnav ol li.li_1 p,.footnav ol li.li_1 img {
  display: block;
  float: left;
}

.footnav ol li.li_1 p {
  margin-right: 8px;
  margin-left: 24px;
}

.footnav ol li.li_1 p span {
  display: block;
  line-height: 18px;
}

.footnav ol li.li_1 img {
  width: 34px;
  height: 33px;
}

.footnav ol li.li_1 div {
  background: url(../images/icon_5.png) no-repeat;
  width: 34px;
  height: 23px;
  float: left;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.footnav ol li.li_2 {
  text-align: center;
}

.footnav ol li.li_2 a span,.footnav ol li.li_2 a i {
  display: block;
  line-height: 20px;
}

.footnav ol li.li_2 a i {
  font-style: normal;
  text-indent: 1.5em;
  background: url(../images/icon.png) no-repeat 18px -679px;
}

.footnav ol li.li_3 {
  text-align: center;
  position: relative;
}

.footnav ol li.li_3 a span,.footnav ol li.li_3 a i {
  display: block;
  line-height: 20px;
  color: #ffdaab;
}

.footnav ol li.li_3 a i {
  font-style: normal;
  text-indent: 1.5em;
  background: url(../images/user-bg.png) no-repeat 35px 0;
  padding-left: 0px;
}

/*footer-login*/

.footernav_breadCrumb {
  background: #225884;
  display: none;
  height: 413px;
}

.footernav_breadCrumb_in {
  width: 80%;
  margin: 0 auto 5px;
  padding-top: 15px;
}

.breadCrumb_l {
  float: left;
}

.breadCrumb_l ul {
  width: 300px;
  float: left;
  color: #fff;
}

.breadCrumb_l ul h2 {
  background: url(../images/icon.png) no-repeat 0 -124px;
  padding-left: 28px;
  line-height: 28px;
  font-size: 14px;
}

.breadCrumb_l ul li {
  background: url(../images/icon.png) no-repeat 0 -165px;
  padding-left: 28px;
  line-height: 26px;
  font-size: 14px;
}

.breadCrumb_l ul.ul_1 {
  width: 270px;
}

.breadCrumb_l ul.ul_1 li {
  padding-bottom: 20px;
}

.breadCrumb_l ul li a {
  color: #fff;
}

.breadCrumb_r {
  float: right;
  padding-top: 8px;
}

.breadCrumb_r ul {
  float: left;
  width: 165px;
}

.breadCrumb_r ul li {
  height: 46px;
  line-height: 46px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.breadCrumb_r ul li a {
  color: #fff;
}

.breadCrumb_r ul li a img {
  display: block;
  float: left;
  width: 58px;
  height: 46px;
  margin-right: 8px;
}

.demo {
  height: 240px;
  overflow: hidden;
  width: 300px;
}

#wzrj_txt {
  width: 275px;
}

.foot {
  clear: both;
  border-top: 1px solid #83aacb;
  border-bottom: 1px solid #83aacb;
  margin-bottom: 48px;
  height: 59px;
  padding: 10px 0;
}

.foot ul {
  width: 80%;
  margin: 0 auto;
  height: 59px;
}

.foot ul p {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
}

.foot ul span {
  display: block;
  float: right;
}

/*title*/

.title {
  clear: both;
  margin: 0 auto;
  margin-bottom: 12px;
}

.title_tit {
  float: left;
  margin-right: 15px;
  margin-bottom: 12px;
  margin-left: 3%;
}

.title_tit dd {
  float: left;
  height: 52px;
}

.title_tit dd {
  color: #000;
}

.title_tit dd h1 {
  font-size: 24px;
  font-weight: normal;
}

.title_tit dd h1 h2 {
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
}

.title_nav {
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  float: left;
  background: #555b60;
  margin-top: 15px;
  font-size: 15px;
  text-indent: .7em;
  cursor: pointer;
}

.title_nav img {
  margin-left: 5px;
  width: 13px;
  height: 13px;
}

.title_nav_txt {
  clear: both;
  background: #fff;
  margin: 0 auto;
  padding-top: 5px;
  *padding: 5px 0;
}

.title_nav_txt li {
  float: left;
  border: 1px solid #ddd;
  background: #f1f1f1;
  height: 38px;
  line-height: 38px;
  width: 15.8%;
  margin: 0 0.35% 5px;
  margin: 0 0.3% 5px\0;
  *margin: 0 0.25% 5px;
}

.title_nav_txt li a {
  display: block;
  text-indent: .7em;
  font-size: 14px;
}

.title_nav_txt li a.sel,.title_nav_txt li a:hover {
  text-decoration: none;
  color: #fff;
  background: #1076ab;
  border: #1076ab;
}

.title_nav_txt li a.sel i,.title_nav_txt li a:hover i {
  background: url(../images/icon.png) no-repeat -34px 5px;
}

.title_nav_txt li a i {
  display: block;
  float: right;
  background: url(../images/icon.png) no-repeat 0 5px;
  width: 34px;
  height: 38px;
}

/*main_tit*/

.main_tit {
  width: 80%;
  clear: both;
  margin: 0 auto;
  background: #f1f1f1;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
}

.main_tit_r {
  float: right;
  color: #646464;
  font-size: 15px;
  padding-right: 15px;
}

.main_tit a {
  color: #646464;
}

.main_tit a:hover {
  color: #045782;
}

.main_tit_l {
  color: #646464;
  font-size: 14px;
  padding-left: 25px;
  float: left;
  background: url(../images/icon.png) no-repeat 0 -25px;
}

.main_tit_l span {
  color: #1074a6;
}

/*column_search*/

.column_search {
  height: 65px;
  padding: 12px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 5px;
}

.column_search span.icon {
  float: left;
  padding-top: 20px;
  margin-left: 35px;
  margin-right: 25px;
}

.column_search_1 {
  float: left;
  width: 25%;
  margin-right: 40px;
}

.column_search_2 {
  float: left;
  width: 55%;
}

.column_search_2 dd input {
  float: left;
}

.column_search_2 dd input.input_2 {
  border: #bebec0 1px solid;
  background: #f1f1f1;
  height: 27px;
  line-height: 27px;
  width: 70%;
  margin-right: 5px;
}

.column_search_3 {
  float: left;
  width: 80%;
}

.column_search_3 dd input {
  float: left;
}

.column_search_3 dd input.input_2 {
  border: #bebec0 1px solid;
  background: #f1f1f1;
  height: 27px;
  line-height: 27px;
  width: 72%;
  margin-right: 5px;
  text-indent: .5em;
  font-size: 14px;
  color: #636363;
}

/*list*/

.list {
  margin-bottom: 15px;
}

.list .li {
  clear: both;
  border-bottom: 1px solid #cacaca;
  padding: 15px 10px;
  height: 80px;
  overflow: hidden;
}

.list .li_1 {
  height: 50px;
}

.list .li h1 {
  color: #1788c2;
  font-size: 15px;
  line-height: 24px;
  *height: 24px;
}

.list .li h1 a {
  color: #1788c2;
}

.list .li h1 span {
  font-size: 12px;
  font-weight: normal;
  color: #b5b5b5;
  display: block;
  float: right;
}

.list .li h1 p {
  float: left;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list .li div {
  clear: both;
  color: #646464;
  line-height: 20px;
}

.list .li div a {
  color: #646464;
}

/*page*/

/*��Ϣ����*/

.tab_tit_bg {
  height: 39px;
  background: url(../images/repeat_x_bg.jpg) repeat-x left top;
}

.tab_tit_bg li {
  height: 39px;
  line-height: 39px;
  color: #979797;
  font-size: 14px;
  text-align: center;
}

/*�Ÿ�*/

/*����*/

/*����*/

/*�߸�*/

/*����*/

/*�ĸ�*/

/*�˸�*/

/*���*/

/*�˸�*/

/*table*/

/*public service*/

.zxzx_txt {
  font-size: 14px;
  color: #767676;
  background: #f1f1f1;
  padding: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

.zxzx_tit {
  font-size: 18px;
  color: #1788c2;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.zxzx_tit span {
  padding-left: 20px;
}

.zxzx_tit_1 {
  font-size: 16px;
  color: #1788c2;
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  text-align: center;
}

.public_search {
  border-bottom: double #c8c8c8;
  border-top: 1px solid #c8c8c8;
  margin: 0 auto 25px;
  height: 65px;
  padding: 12px 0;
}

.public_search .icon {
  float: left;
  padding-top: 20px;
  margin-left: 8%;
  margin-right: 25px;
  width: 32px;
}

.public_search p {
  float: left;
  width: 70%;
  padding-top: 18px;
}

.public_search p input.input_2 {
  border: #bebec0 1px solid;
  background: #f1f1f1;
  height: 27px;
  line-height: 27px;
  width: 72%;
  margin-right: 5px;
  text-indent: .5em;
  font-size: 14px;
  color: #636363;
}

.empty_2 {
  height: 5px;
  overflow: hidden;
  border-bottom: double #ccc;
  width: 95%;
  margin: 0 auto 25px;
}

/*INTERACTION PLATFORM*/

/*width:80%;   ��Ļ�Ŀ��*/

.home_1 {
  float: left;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  height: 670px;
  width: 1002px;
}

/*width:100%;   �������ݿ��  ���������������һ��*/

.h173 {
  height: 173px;
  clear: both;
  margin-bottom: 20px;
}

.h115 {
  height: 115px;
  clear: both;
}

/*home public*/

.home {
  padding-top: 50px;
  float: left;
}

.home_cont {
  margin: 0 auto;
  float: left;
}

.home_tit,.home_tit_1 {
  color: #fff;
  font-weight: normal;
  height: 19px;
  line-height: 19px;
}

.home_tit {
  font-size: 18px;
  padding: 10px 18px;
}

.home_tit span,.home_tit_1 span {
  display: block;
  float: right;
}

.home_tit_1 {
  font-size: 12px;
  padding: 8px 12px;
}

.home_tit a,.home_tit_1 a {
  color: #fff;
}

.home_tit_1 {
  cursor: pointer;
}

/*index*/

.txt_1 {
  position: relative;
  overflow: hidden;
  width: 220px;
  text-align: center;
  color: #fff;
  height: 105px;
  padding-top: 20px;
  margin: 0 auto;
}

.txt_1 ul {
  position: absolute;
  width: 20000px;
  height: 85px;
}

.txt_1 ul li {
  float: left;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 220px;
  height: 85px;
}

.txt_1 ul li span {
  display: block;
  font-size: 24px;
  line-height: 25px;
}

.txt_1 ul li p {
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
}

.txt_2 {
  margin-left: 18px;
  width: 400px;
  height: 125px;
  padding-top: 8px;
  overflow: hidden;
  position: relative;
}

.txt_2 ul {
  position: absolute;
  width: 20000px;
  height: 105px;
}

.txt_2 ul li {
  color: #fff;
  width: 400px;
  height: 105px;
  overflow: hidden;
  float: left;
  *display: inline;
  *zoom: 1;
}

.txt_2 ul li h1 {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.txt_2 ul li div {
  font-size: 12px;
  line-height: 22px;
}

.txt_2 ul li a,.txt_2 ul li:hover {
  color: #fff;
}

.home_nav {
  clear: both;
  position: relative;
  width: 91.5%;
  margin-top: 25px;
  border: 3px solid #428bc5;
  background: #e1e7eb;
}

.home_nav_bg {
  height: 80px;
  width: 100%;
}

.home_nav_in {
  position: absolute;
  top: 2px;
  width: 100%;
}

.home_nav_in ul {
  height: 67px;
  margin: 0 auto;
  padding: 5px;
}

.home_nav_in ul li {
  display: block;
  float: left;
  height: 67px;
  position: relative;
  width: 14.28%;
  background: #428bc5;
  position: relative;
}

.home_nav_in ul li a {
  display: block;
  height: 62px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 25px 0;
}

.home_nav_in ul li a:hover {
  background: #236fab;
  color: #fff;
  text-decoration: none;
}

.home_nav_in ul li a img {
  display: block;
  width: 45px;
  height: 35px;
  margin: 0 auto;
}

.home_nav_in ul li span {
  display: block;
  background: url(../images/hot.png) no-repeat;
  height: 14px;
  width: 26px;
  position: absolute;
  left: 0;
  margin-left: 60%;
}

/*ƽ̨ home*/

.home_cont .title_tit {
  margin-left: 0;
  margin-bottom: 10px;
}

/*.hdpt_pic ul li div{ width:285px;background:#000;opacity:0.6;filter:Alpha(opacity=60); height:30px; position:absolute; bottom:0px; z-index:3; left:0;}
.hdpt_pic ul li b{ display:block; position:relative; width:285px;bottom:30px; text-align:left; font-size:14px; margin-left:5px;z-index:4;  overflow:hidden;overflow:hidden; white-space:nowrap;text-overflow:ellipsis}
.hdpt_pic ul li a b{ color:#fff; text-align:center;}*/

/**/

.search_tit {
  font-size: 18px;
  color: #1788c2;
  height: 38px;
  line-height: 38px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cacaca;
}

.map_list {
  padding-top: 35px;
  padding-bottom: 50px;
}

.map_list ul {
  word-wrap: break-word;
  word-break: normal;
  padding-bottom: 25px;
  *padding-bottom: 40px;
  clear: both;
  padding-top: 15px;
}

.map_list ul.ul1 {
  padding-bottom: 0;
  *padding-bottom: 15px;
}

.map_list ul li {
  height: 38px;
  line-height: 38px;
  float: left;
  font-size: 16px;
  margin: 0 12px 15px;
  white-space: nowrap;
}

.map_list ul li a {
  display: block;
  padding: 0 15px;
  border: 1px solid #d4d3d3;
}

.map_list ul li a:hover {
  color: #fff;
  background: #178cc8;
  border: 1px solid #178cc8;
  text-decoration: none;
}

.map_list ul li.li1 a {
  background: #1788c2;
  border: 1px solid #1788c2;
  color: #fff;
}

.map_list ul li.li1 a:hover {
  background: #1079af;
  border: 1px solid #1079af;
}

.map_list_1 {
  clear: both;
  background: #1788c2;
  height: 38px;
  padding: 8px 10px;
  margin-bottom: 25px;
  line-height: 38px;
}

.map_list_1 h2 {
  float: left;
  color: #fff;
  font-size: 16px;
  padding-right: 12px;
}

.map_list_1 h2 a {
  color: #fff;
}

.map_list_1 span {
  display: block;
  float: left;
  border: 1px solid #d4d3d3;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  float: left;
  margin: 0 12px;
  background: #fff;
  font-size: 16px;
}

.link {
  height: 240px;
  padding-bottom: 15px;
  overflow-y: auto;
}

.link ul {
  float: left;
  width: 24.88%;
  text-align: center;
  border-right: 1px solid #d0d0d0;
}

.link ul li {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 4px;
}

.list_1 {
  margin-bottom: 20px;
}

.list_1 li {
  border-bottom: 1px solid #ccc;
  clear: both;
  height: 28px;
  padding: 5px;
  line-height: 28px;
}

.list_1 li span,.list_1 li i {
  display: block;
}

.list_1 li i {
  float: right;
  width: 21px;
  height: 28px;
}

.list_1 li span {
  float: left;
  font-size: 15px;
  background: url(../images/icon.png) no-repeat 0 -527px;
  padding-left: 25px;
}

.list_1 li span a {
  color: #1074a6;
}

/*404 page*/

.head_404 {
  height: 66px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 30px;
  padding-top: 34px;
}

.logo_404 {
  float: left;
  width: 387px;
  height: 66px;
}

.img404 {
  height: 150px;
  overflow: hidden;
  background: url(../images/404_imgbg.jpg) no-repeat bottom center;
  border-bottom: 3px solid #1074a6;
  clear: both;
}

.img500 {
  height: 150px;
  overflow: hidden;
  background: url(../images/500_imgbg.jpg) no-repeat bottom center;
  border-bottom: 3px solid #1074a6;
  clear: both;
}

.txt404 {
  height: 400px;
  background: #669bd6;
  padding-top: 30px;
}

.txt404 h1 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  height: 30px;
  margin-bottom: 50px;
}

.txt404_1 {
  height: 45px;
  width: 630px;
  margin: 0 auto 30px;
}

.txt404_1 span,.txt404_1 a {
  display: block;
  float: left;
}

.txt404_1 span {
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  height: 45px;
  padding-right: 16px;
}

.txt404_1 a {
  width: 151px;
  height: 43px;
  border: 1px solid #fff;
  line-height: 43px;
  color: #fff;
  font-size: 18px;
  margin-right: 18px;
}

.txt404_1 a img {
  width: 30px;
  height: 25px;
  display: block;
  float: left;
  margin-top: 8px;
  margin-left: 8px;
}

.txt404_1 a:hover {
  text-decoration: none;
  background: #4b86c7;
}

.txt404search {
  width: 40%;
  margin: 0 auto;
}

.txt404search p {
  width: 100%;
}

.foot404 {
  background: #669bd6;
  border-top: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  height: 40px;
  color: #fff;
}

#a111 {
  position: fixed;
  width: 100%;
  height: 155px;
  margin: 0 auto;
  left: 0;
}

.hlep_img,.hlep_img_1,.hlep_a {
  width: 920px;
  margin: 0 auto;
}

.hlep_img_1 {
  height: 414px;
  overflow: hidden;
}

.hlep_a {
  height: 135px;
  background: url(../images/hlep_9.jpg) no-repeat left top;
  text-align: center;
  padding-top: 10px;
}


.btn_3 {
  background: url(../images/repeat_x_bg.png) repeat-x 0 -108px;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 38px;
  padding: 0 30px;
  margin-left: 10px;
  font-weight: bold;
}
.djc {
  width: 193px;
  height: 59px;
  background: url(../images/ddc.jpg);
  cursor: pointer;
  margin-left: 38%;
}
/* 20181115 */