* {
  outline: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "microsoft yahei" !important;
  margin: 0;
  padding: 0;
  overflow: auto;
  min-width: 1200px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

a {
  text-decoration: none;
font-family: "microsoft yahei" !important;
}

img {
  border: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.top {
  width: 100%;
  min-width: 1400px;
  height: 145px;
  background: #1f4e83;
}

.top_c {
  width: 1400px;
  height: 145px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../img/top_r_pic.jpg) no-repeat top right;
}

.logo {
  display: block;
  width: 445px;
  height: 77px;
  margin-top: 35px;
  float: left;
}
.fr {
  float: right;
  margin-right: 100px;
}
.eyebrowSearchBox {
  margin-top: 52px;
  width: 238px;
  height: 34px;
  background: #fff;
  border-radius: 20px;
}
.eyebrowSearchBox .inputText {
  width: 183px;
  height: 34px;
  line-height: 34px;
  background: none;
  outline: none;
  color: #333;
  font-size: 14px;
  display: block;
  float: left;
  margin-left: 16px;
  border: 0;
}
.eyebrowSearchBox .inputSubmit {
  outline: none;
  float: left;
  cursor: pointer;
  border: 0;
  width: 28px;
  height: 34px;
  margin-right: 11px;
  background: url(../img/H_xzxy3_07.png) no-repeat center center;
}
/* .menu{
    width: 100%;
    height: 48px;
    background: #fff;
    webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.menu_c{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
} */

.nav {
  width: 100%;
  min-width: 1400px;
  height: 48px;
  background: #fff;
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.nav .menu {
  -webkit-user-select: none;
  user-select: none;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  display: flex;
}

.nav .menu > li {
  height: 48px;
  flex: 1;
  text-align: center;
}

.nav .menu > li > a {
  vertical-align: baseline;
  zoom: 1;
  padding: 0 10px;
  height: 48px;
  font-size: 15.3px;
  line-height: 48px;
  color: #333;
}

.nav .menu > li:hover {
  background: #deedff;
}

.nav .menu > li:hover a {
  color: #3673bf;
}

.nav .menu > li:hover a:hover {
  color: #3673bf;
}

.header-nav.solid .nav .menu > li > a {
  color: #383838;
}
.nav .menu > li:hover .panel{
    display: block;
}
.nav .menu > li .panel {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  padding-top: 0;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  z-index: -1;
  visibility: hidden;
  background-color: #deedff;
  text-align: center;
}

.nav .menu > li .panel .inner {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  width: 1200px;
  box-shadow: none;
  overflow: hidden;
  text-align: center;
}
.nav .menu > li .panel .inner:last-child {
  text-align: left;
}

.nav .menu > li .panel .list {
  vertical-align: baseline;
  zoom: 1;
  overflow: hidden;
  padding: 10px 0;
}

.nav .menu > li .panel .list dd {
  display: inline-block;
  width: 10%;
  vertical-align: baseline;
  zoom: 1;
  margin: 0 23px;
  text-align: left;
  vertical-align: top;
}

.nav .menu > li .panel .list a {
  display: block;
  font-size: 15px;
  margin: 10px 0;
  color: #383838;
  font-weight: 400;
  text-align: center;
}

.header-nav.solid .nav .menu > li .panel .list a {
  color: #383838;
}

.nav .menu > li .panel .list dd em {
  font-weight: 400;
}

.nav .menu > li .panel .list dd .txt {
  display: block;
  font-style: normal;
}

.nav .menu > li:hover .panel {
  filter: alpha(opacity=100) \9;
  opacity: 1;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  z-index: 1;
  visibility: visible;
  display: block\9;
}

.nav .menu > li .panel .list dd .txt:hover {
  color: #3b8fea;
}

.banner {
  position: relative;
}

.banner ul {
  overflow: hidden;
}

.banner li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.banner li a {
  display: block;
  margin: 0 auto;
  cursor: default;
}

.banner cite {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 999;
  display: block;
  margin-left: -144px;
  width: 288px;
  height: 15px;
  _display: none;
}

.banner cite span {
  float: left;
  display: block;
  margin: 0 4px;
  width: 40px;
  height: 8px;
  background-color: #e5e5e5;
  text-indent: -999em;
  opacity: 0.8;
  cursor: pointer;
}

.banner cite span:hover {
  background-color: #f5f5f5;
}

.banner cite span.cur {
  background-color: #1d8bd8;
  cursor: default;
}

.clear {
  clear: both;
}

.main {
    position: relative;
    width: 100%;
    min-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

.main_c {
  width: 1400px;
  background: #fff;
  margin: 0 auto;
  margin-top: 62px;
  overflow: hidden;
}

.dt-new {
  overflow: hidden;
  float: left;
}

.newimg {
  width: 760px;
  height: 428px;
  float: left;
  margin-right: 70px;
}

.prev,
.next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -45px;
  display: block;
  width: 40px;
  height: 74px;
  background: url(../img/btn-r.png) 1px 1px no-repeat;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 10;
  display: none;
}

.city-slide-body ul {
  width: 760px;
  height: 428px;
}

.city-slide-body ul li a {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 760px;
  height: 428px;
  left: 0;
}

.city-slide-body ul li a img {
  width: 760px;
  height: 428px;
}

.city-slide-body ul li {
  position: absolute;
  z-index: 3;
  width: 760px;
  height: 428px;
  /*filter: alpha(opacity=0);
  -moz-opacity: 0;*/
}

.city-slide-header {
  width: 760px;
  height: 428px;
  margin: 0 auto;
  position: absolute;
}

.next {
  left: auto;
  right: 0;
  background-position: -40px 0px;
}

.prev:hover {
  filter: alpha(opacity=99);
  opacity: 1;
}

.next:hover {
  filter: alpha(opacity=99);
  opacity: 1;
}

.city-slide:hover .city-slide-header .prev {
  display: block;
}

.city-slide:hover .city-slide-header .next {
  display: block;
}

.caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  margin: 0;
  max-width: none;
}
/* 通知 */

.indexTzggBox {
  width: 493px;
  padding: 0 36px 0 39px;
  float: right;
  border: 1px solid #ebe5df;
  border-top: 3px solid #689dd9;
  height: 428px;
  background: #fff url(../img/indexBg3_03.jpg) no-repeat center bottom;
}

.tzggTitle {
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  height: 64px;
  line-height: 64px;
}

.tzggTitle img {
  float: left;
  width: 35px;
  margin-top: 16px;
  margin-right: 10px;
}

.tzggTitle span {
  float: left;
  color: #1f4e83;
  font-size: 20px;
}

.tzggTitle a {
  float: right;
  color: #a5a5a5;
  font-size: 12px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.indexYwLUl3 {
  margin-top: 10px;
}

.indexYwLUl3 li {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  padding: 8px 0;
  overflow: hidden;
  height: 70px;
}

.indexYwLUl3 li span {
  width: 45px;
  float: left;
  display: block;
  color: #1f4e83;
  margin-top:10px;
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
  background: none;
}

.indexYwLUl3 li span i,.indexYwLUl3 li span i span {
  display: block;
  text-align: center;
  color: #1f4e83;
  font-size: 28px;
  margin-top: -5px;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-style: normal;
}

.indexYwLUl3 li a {
  float: right;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 426px;
  line-height: 24px;
  color: #454545;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  overflow: hidden;
}

.indexYwLUl3 li a:hover {
  font-weight: bold;
  color: #1f4e83;
}

.indexHqBox {
  width: 100%;
  position: relative;
  margin-top: 62px;
  /* margin-bottom: 52px; */
  padding-top: 66px;
}

.indexHqBox .indexHqImg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.indexCenterHq {
  width: 1350px;
  background: url(../img/indexBgTm_03.png);
  padding-left: 50px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.indexCenterHq .indexHqListBox {
  margin-right: 50px;
  float: left;
  width: 425px;
}

.indexYwTitle {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #c3bebd;
}

.newtit {
  border-bottom: 2px solid #689dd9;
  float: left;
  overflow: hidden;
}

.indexYwTitle img {
  float: left;
  width: 35px;
  margin-top: 3px;
  padding-right: 10px;
}

.indexYwTitle span.active {
  color: #1f4e83;
  font-size: 20px;
  display: block;
  float: left;
  height: 45px;
  position: relative;
  z-index: 10;
  line-height: 38px;
}

.indexYwTitle a {
  float: right;
  color: #a5a5a5;
  font-size: 12px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.indexHqBox .indexYwLUl2 {
  display: block;
  margin-top: 5px;
  margin-right: 32px;
}

.indexHqBox .indexYwLUl2 li {
  padding: 10px 0;
  overflow: hidden;
  background: url(../img/indexLiBorderImg_07.png) left bottom repeat-x;
}
.news_img_con {
  overflow: hidden;
}
.news_img_l {
  display: block;
  float: left;
  width: 140px;
  height: 105px;
}
.news_img_r {
  float: right;
  width: 233px;
}
.indexHqBox .indexYwLUl2 li .indexYwLUl2T {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.indexYwLUl2 li .indexYwLUl2T .LsitTime1 {
  color: #689dd9;
  font-size: 12px;
  padding-right: 12px;
  float: left;
}
.indexzlLUl2 td {
    line-height: 28px;
    padding: 14px 0;
    overflow: hidden;
    background: url(../img/indexLiBorderImg_07.png) left bottom repeat-x;
}
.indexzlLUl2 td:first-child{
    display:none;
}
.indexzlLUl2 td a {
    display: block;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexHqBox .indexYwLUl2 li .news_img_r a {
  text-overflow: ellipsis;
  white-space: normal;
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.indexHqBox .indexYwLUl2 li a {
    display: block;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexHqBox .indexYwLUl2 li a:hover,.indexHqBox .indexYwLUl2 li .news_img_r a:hover {
    font-weight: bold;
    color: #1f4e83;
}

.indexHqListBox3 {
  float: left;
  width: 350px;
  margin-right: 0 !important;
}

.xh {
  margin-bottom: 48px;
}

.indexhtTitle {
  height: 46px;
  line-height: 46px;
  background: #1f4e83 url(../img/ht_bg.jpg) no-repeat center;
  text-align: center;
}

.indexhtTitle span {
  color: #fff;
  font-size: 18px;
}

.indexhtcon {
  border: 1px solid #bcbfc2;
  padding: 12px 36px 0;
  border-top: 3px solid #689dd9;
  height: auto;
  background: url(../img/ht_cbg.png) no-repeat center bottom;
}

.indexhtZs {
  display: block;
  font-size: 16px;
  color: #1f4e83;
  line-height: 32px;
  margin-bottom: 12px;
  text-indent: 2em;
}

.indexhtcon a {
  display: block;
  background: -moz-linear-gradient(top, #2865aa 0%, #1f4e83 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2865aa),
    color-stop(100%, #1f4e83)
  );
  background: -webkit-linear-gradient(top, #2865aa 0%, #1f4e83 100%);
  background: -o-linear-gradient(top, #2865aa 0%, #1f4e83 100%);
  background: -ms-linear-gradient(top, #2865aa 0%, #1f4e83 100%);
  background: linear-gradient(to bottom, #2865aa 0%, #1f4e83 100%);
  color: #fff;
  width: 276px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  margin:0 auto 20px;
}

.zl {
  position: relative;
  margin-top:-20px;
}

.indexzlTitle {
  height: 46px;
  background: #e4f1ff;
  line-height: 36px;
  color: #555;
  font-size: 18px;
  z-index: 4;
  position: absolute;
  width: calc(100% - 2px);
  border:1px solid #1f4e83;
  border-bottom:0;
}

.newtitzl1 {
  background: url(../img/z19_xk_tab.png) no-repeat;
  margin: -8px 0 0 10px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  padding-left: 13px;
}

.newtitzl1 img {
  float: left;
  width: 35px;
  margin-top: 11px;
  padding-right: 10px;
}

.newtitzl1 span.active {
  color: #fff;
  font-size: 20px;
  display: block;
  float: left;
  height: 45px;
  position: relative;
  z-index: 10;
  line-height: 56px;
}

.indexzlTitle a {
    display: block;
    float: right;
    margin-right: 20px;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.indexzlLUl2 {
  min-height:248px;
  border: 1px solid #1f4e83;
  padding: 46px 20px 0px;
}

.indexHqBox .indexzlLUl2 li {
  padding: 15px 0;
}

.indexHqBox .indexzlLUl2 li:last-child {
  background: none;
}

.home-ztjj {
  width: 1400px;
  margin: 0 auto;
}

.ztjjslider {
  margin-top: 40px;
  overflow: hidden;
}

.xsbg {
  display: block;
  float: left;
  width: 433px;
  margin-right: 50px;
}

.xsbg:last-child {
  margin-right: 0;
}

.xsbg_tit {
  width: 100%;
  height: 46px;
  background: #1f4e83;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.xsbg_con {
  width: 391px;
  height: 220px;
  padding: 20px;
  background: #fff;
  border: 1px solid #1f4e83;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.xsbg:hover .xsbg_con {
  background: #e4f1ff;
}

.nr {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  margin-bottom: 10px;
}

.xsbg:hover .nr {
  color: #1f4e83;
}

.nr:last-child {
  margin-bottom: 0;
}

.nrname {
  display: block;
  float: left;
  font-weight: bold;
  width: 80px;
  text-align: right;
  margin-right: 10px;
}

.nrcon {
  display: block;
  float: left;
  width: 301px;
  line-height: 24px;
}

.indexCenter {
  margin: 0 auto;
}

.Isjdx {
  text-align: center;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  height: 40px;
  margin-bottom: 52px;
}

.Isjdx i {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
}

.Isjdx span {
  color: #1f4e83;
  font-size: 30px;
  padding: 0 50px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.IsjdxBox {
  background: url(../img/bottom_img.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.indexCenterSjdx {
  position: relative;
}

.picScroll-leftBox {
  height: 250px;
  padding-bottom: 50px;
}
.picScroll-left-ku {
  top: -219px;
  width: 1400px;
  margin: 0 auto;
}
.picScroll-left {
  overflow: hidden;
  position: absolute;
  top: -75px;
  width: 1300px;
  padding: 0 50px 20px;
  background: #fff;
  /* -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
                        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16); */
}

.picScroll-left a {
  display: block;
  float: left;
  width: 218px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  margin-right: 50px;
  border: 1px solid #d0d9eb;
  background: #f3f7ff;
  text-align: center;
  color: #1f4e83;
  margin-bottom: 20px;
}

.picScroll-left a:nth-child(5) {
  margin-right: 0;
}

.picScroll-left a:hover {
  background: #1f4e83;
  color: #fff;
}

.picScroll-yubox {
  width: 1400px;
  position: relative;
  margin: 0 auto;
  top: -144px;
}

.picScroll-yu {
  overflow: hidden;
  position: absolute;
  top: -75px;
  width: 1300px;
  padding: 0 50px 34px;
  background: rgba(255,255,255,.7);
  border-top:2px solid #1f4e83
}

.fg {
  width: 1300px;
  margin: 0 auto;
}

.jl {
  height: 76px;
  border: 1px solid #e0e0e0;
  color: #979797;
  margin-top: 34px;
}

.jl_left {
  background: url(../img/z19_jl_bg.jpg) no-repeat right center;
  width: 122px;
  height: 76px;
  float: left;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 76px;
}

.jl_left span {
  margin-left: 20px;
}

.jl_right {
  margin-left: 162px;
}

.jl_right a {
  display: block;
  width:160px;
  margin: 8px 36px 8px 0;
  float: left;
  color: #666;
}

.jl_right a:hover {
  font-weight: bold;
  color: #1f4e83;
}

.foot {
  height: 183px;
  min-width:1400px;
  background: #1f4e83 url(../img/z19_foot.jpg) no-repeat right top;
  overflow: hidden;
}

.container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.foot_logo {
  margin-top: 55px;
  display: block;
  width: 400px;
  float: left;
}

.foot_con {
  margin-top: 45px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
}

.foot_txt {
  float: left;
  margin-right: 30px;
}

.foot p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.foot p span {
  margin-right: 20px;
}

.foot p span:last-child {
  margin-right: 0;
}

.foot p a {
  color: #fff !important;
}
.foot_img{
  float: right;
}


.secleftCon td {
    background: none;
    font-size: 16px;
    /*border-bottom: 1px solid #1f4e83;*/
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}
.secleftCon td[class*=leaderfont] {
    display:none;
}

.secleftCon td a {
    font-family: "microsoft yahei";
    color: #1f4e83;
    display:block;
    padding: 15px 0;
    font-size: 16px;
}
.secleftCon td a span {
    font-family: "microsoft yahei";
    color: #1f4e83;
    font-size: 16px;
}

.secleftCon td a span[class*='fontstyle'] {
   font-family: "microsoft yahei";
   font-size: 16px;
   color: #777777;
}
td.b1_3_ {
    background: none;
}
