@import '../font/iconfont.css';
@import '../font/iconfont.css';
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: auto;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*初始化样式*/
html,
body {
  overflow-x: visible;
}
body {
  min-width: 1220px;
  background: #F2F2F2;
}
table{
	margin: 0 auto;
}
.content {
  position: relative;
  min-height: 100%;
  width: 100%;
  z-index: 98;
}
.content .top {
  height: 34px;
  margin-top: -34px;
}
.content .main {
  width: 1220px;
  margin: 0 auto;
  overflow-x: inherit;
}
#main,
.main {
  width: 1220px;
  margin: 0 auto;
}
#main {
  overflow: hidden;
}
.bg-swiper {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  min-width: 1220px;
  width: 100%;
}
.bg-swiper .swiper-slide img {
  width: 100%;
}
.footer {
  height: 200px;
  margin-top: -200px;
  -webkit-box-shadow: 0px -2px 10px #ccc;
  box-shadow: 0px -2px 10px #ccc;
  -moz-box-shadow: 0px -2px 10px #ccc;
  -ms-box-shadow: 0px -2px 10px #ccc;
  -o-box-shadow: 0px -2px 10px #ccc;
}
#footer {
	background: #fff;
  /*-webkit-box-shadow: 0px -2px 10px #ccc;
  box-shadow: 0px -2px 10px #ccc;
  -moz-box-shadow: 0px -2px 10px #ccc;
  -ms-box-shadow: 0px -2px 10px #ccc;
  -o-box-shadow: 0px -2px 10px #ccc;*/
}
.header-bar {
  background-color: rgba(249, 249, 249, 0.7);
  height: 36px;
  line-height: 36px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 998;
}
.header-bar .header-bar-main {
  width: 1220px;
  height: 36px;
  margin: 0 auto;
  font-size: 12px;
}
.header-bar .header-bar-main:before,
.header-bar .header-bar-main:after {
  content: " ";
  display: table;
}
.header-bar .header-bar-main:after {
  clear: both;
}
.header-bar .header-bar-main:before,
.header-bar .header-bar-main:after {
  content: " ";
  display: table;
}
.header-bar .header-bar-main:after {
  clear: both;
}
.header-bar .header-bar-main .layout-fixed,
.header-bar .header-bar-main .layout-body,
.header-bar .header-bar-main .layout-fixed-l,
.header-bar .header-bar-main .layout-fixed-r,
.header-bar .header-bar-main .layout-fixed-t,
.header-bar .header-bar-main .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-bar .header-bar-main > .layout-fixed {
  position: relative;
  z-index: 99;
}
.header-bar .header-bar-main > .layout-body {
  position: relative;
  z-index: 98;
}
.header-bar .header-bar-main > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-bar .header-bar-main > .layout-fixed-l,
.header-bar .header-bar-main > .layout-fixed-r {
  position: relative;
  z-index: 99;
  height: 100%;
}
.header-bar .header-bar-main > .layout-fixed-l {
  float: left;
  width: 150px;
}
.header-bar .header-bar-main > .layout-fixed-r {
  float: right;
  width: 560px;
}
.header-bar .header-bar-main > .layout-body {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -150px;
  padding-left: 150px;
  margin-right: -560px;
  padding-right: 560px;
}
.header-bar .little-menu-iconfont {
  display: inline-block;
  float: left;
  font-size: 40px;
  padding-top: 0px!important;
  margin-right: 5px;
  color: #1269c0;
  margin-top: -12px;
}
.header-bar .little-menu {
  height: 36px;
  /*padding-top: 8px;*/
  cursor: pointer;
}
.header-bar .little-menu .little-menu-item {
  float: left;
}
.header-bar .little-menu .little-menu-item + .little-menu-item {
  margin-left: 10px;
}
.header-bar .little-menu .more {
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  font-size: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: #555555 transparent transparent transparent;
}
.header-bar .areaDrop-menu {
  width: 1100px;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 20px;
  line-height: 1.42857143;
  margin: 0;
}
.header-bar .areaDrop-menu .dropdown-menu-iconfont {
  font-size: 90px;
  color: #1269c0;
}
.header-bar .areaDrop-menu .dropdown-menu-title {
  margin-top: 15px;
}
.header-bar .areaDrop-menu .dropdown-menu-title h3 {
  margin: 15px 0 5px 0;
}
.header-bar .areaDrop-menu .dropdown-menu-title h3 .breadcrumb {
  padding: 0;
}
.header-bar .areaDrop-menu .dropdown-menu-title h3 .breadcrumb > .active {
  color: #1269c0;
}
.header-bar .areaDrop-menu .dropdown-menu-title p {
  color: #ccc;
  width: 780px;
  float: left;
}
.header-bar .areaDrop-menu .dropdown-menu-title .dropdown-menu-title-btn {
  float: right;
  background: #1269c0;
  display: block;
  color: #fff;
  font-size: 16px;
  border: 1px;
}
.header-bar .areaDrop-menu .dropdown-menu-district {
  margin: 10px 20px;
}
.header-bar .areaDrop-menu .dropdown-menu-district .grid-col-2 {
  padding: 5px;
}
.header-bar .areaDrop-menu h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #DCDCDC;
  padding: 5px 5px;
  margin: 0 0 10px 0;
}
.header-bar .areaDrop-menu .row {
  overflow: hidden;
  margin: 0 10px 10px 10px;
}
.header-bar .areaDrop-menu .row .col-md-3 {
  text-align: center;
}
.header-bar .areaDrop-menu .row .col-md-3 a {
  width: 200px;
  height: 40px;
  float: left;
  text-align: left;
  line-height: 40px;
  font-size: 13px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.header-bar .top-tools .tools-size {
  padding-top: 8px;
  float: right;
  margin-right: 22px;
  line-height: 20px;
}
.header-bar .top-tools .tools-size li {
  float: left;
  cursor: pointer;
  position: relative;
}
.header-bar .top-tools .tools-size li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #555555;
  color: #555555;
}
.header-bar .top-tools .tools-size li img {
  margin-right: 5px;
  width: 20px;
  vertical-align: middle;
}
.header-bar .top-tools .tools-size li .weixinCode {
  width: 150px;
  position: absolute;
  left: 0;
  top: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.header-bar .top-tools .tools-size li .weixinCode img {
  display: block;
  margin-right: 0;
  width: 100%;
}
.header-bar .top-tools .tools-size li:hover .weixinCode {
  opacity: 1;
  visibility: inherit;
}
.header-bar .top-tools .web-support {
  /*padding-top: 6px;*/
  float: right;
}
.header-bar .top-tools .web-support span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 10px;
  overflow: hidden;
  line-height: 1.42857143;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.header-bar .top-time {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  line-height: 36px;
}
.logoAndSearch {
  padding-top: 34px;
  height: 134px;
  overflow: hidden;
  background-color: #fff;
}
.logoAndSearch .logoAndSearch-main {
  width: 1220px;
  margin: 0 auto;
}
.logoAndSearch .logo img {
  width: 505px;
  height: 80px;
  position: absolute;
  top: 38px;
}
.logoAndSearch .search {
  margin-top: 30px;
  position: relative;
  float: right;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #EAEAEA;
  height: 40px;
  overflow: hidden;
}
.logoAndSearch .search .search-input {
  width: 348px;
  padding-left: 14px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.logoAndSearch .search .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 74px;
  height: 40px;
  border: none;
  background-color: #1269c0;
  line-height: 40px;
  color: #fff;
}
.logoAndSearch .search .search-btn .glyphicon,
.logoAndSearch .search .search-btn .iconfont {
  color: #FFFFFF;
  font-size: 22px;
}
.menu {
  background-color: #1269c0;
}
.menu .menu-main {
  width: 1220px;
  height: 50px;
  margin: 0 auto;
  overflow-x: hidden;
}
.menu .menu-main .menu-item {
  height: 50px;
  width: 16.66666667%;
  float: left;
  overflow: hidden;
}
.menu .menu-main .menu-item .iconfont {
  margin-right: 10px;
  font-size: 34px;
  vertical-align: -4px;
}
.menu .menu-item {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}
.menu .menu-item a {
  color: #fff;
}
.menu .menu-item.active,
.menu .menu-item:hover {
  color: #fff;
  background-color: #1130ae;
}
.footer-main {
  width: 100%;
  width: 1220px;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  display: table;
}
.footer-main:after {
  clear: both;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  display: table;
}
.footer-main:after {
  clear: both;
}
.footer-main .layout-fixed,
.footer-main .layout-body,
.footer-main .layout-fixed-l,
.footer-main .layout-fixed-r,
.footer-main .layout-fixed-t,
.footer-main .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-main > .layout-fixed {
  position: relative;
  z-index: 99;
}
.footer-main > .layout-body {
  position: relative;
  z-index: 98;
}
.footer-main > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer-main > .layout-fixed {
  /*float: left;*/
  width: 433px;
  height: 100%;
  margin: auto;
}
.footer-main > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  /*margin-left: -300px;
  padding-left: 300px;*/
}
.footer-main .layout-body-main {
  text-align: center;
  padding-top: 14px;
}
.footer-main .layout-fixed {
  overflow: hidden;
}
.footer-main .footer-pic {
  float: left;
  width: auto;
  height: auto;
  overflow: hidden;
}
.footer-main .footer-pic + .footer-pic {
  margin-left: 20px;
}
.footer-main .footer-pic img {
  width: 100%;
}
.footer-main .footer-href {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
}
.footer-main .footer-href li {
  float: left;
  cursor: pointer;
}
.footer-main .footer-href li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #555555;
  color: #555555;
}
.footer-main .footer-statement {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 28px;
  text-align: center;
}
.footer-main .footer-statement span {
  padding: 0 8px;
}
.footer-main .footer-statement span img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: -4px;
}
.nav-menus .tab-content {
  -webkit-box-shadow: 0px -1px 6px #ccc;
  box-shadow: 0px -1px 6px #ccc;
  -moz-box-shadow: 0px -1px 6px #ccc;
  -ms-box-shadow: 0px -1px 6px #ccc;
  -o-box-shadow: 0px -1px 6px #ccc;
}
.grid-lay-10-nrange .grid-rows {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-lay-10-nrange .grid-rows:after,
.grid-lay-10-nrange .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-10-nrange .grid-rows:after {
  clear: both;
}
.grid-lay-10-nrange .grid-col-1,
.grid-lay-10-nrange .grid-col-2,
.grid-lay-10-nrange .grid-col-3,
.grid-lay-10-nrange .grid-col-4,
.grid-lay-10-nrange .grid-col-5,
.grid-lay-10-nrange .grid-col-6,
.grid-lay-10-nrange .grid-col-7,
.grid-lay-10-nrange .grid-col-8,
.grid-lay-10-nrange .grid-col-9,
.grid-lay-10-nrange .grid-col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-lay-10-nrange .grid-col-1,
.grid-lay-10-nrange .grid-col-2,
.grid-lay-10-nrange .grid-col-3,
.grid-lay-10-nrange .grid-col-4,
.grid-lay-10-nrange .grid-col-5,
.grid-lay-10-nrange .grid-col-6,
.grid-lay-10-nrange .grid-col-7,
.grid-lay-10-nrange .grid-col-8,
.grid-lay-10-nrange .grid-col-9,
.grid-lay-10-nrange .grid-col-10 {
  float: left;
}
.grid-lay-10-nrange .grid-col-1 {
  width: 10%;
}
.grid-lay-10-nrange .grid-col-2 {
  width: 20%;
}
.grid-lay-10-nrange .grid-col-3 {
  width: 30%;
}
.grid-lay-10-nrange .grid-col-4 {
  width: 40%;
}
.grid-lay-10-nrange .grid-col-5 {
  width: 50%;
}
.grid-lay-10-nrange .grid-col-6 {
  width: 60%;
}
.grid-lay-10-nrange .grid-col-7 {
  width: 70%;
}
.grid-lay-10-nrange .grid-col-8 {
  width: 80%;
}
.grid-lay-10-nrange .grid-col-9 {
  width: 90%;
}
.grid-lay-10-nrange .grid-col-10 {
  width: 100%;
}
.grid-lay-12-nrange .grid-rows {
  margin-left: 0px;
  margin-right: 0px;
}
.grid-lay-12-nrange .grid-rows:after,
.grid-lay-12-nrange .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-12-nrange .grid-rows:after {
  clear: both;
}
.grid-lay-12-nrange .grid-col-1,
.grid-lay-12-nrange .grid-col-2,
.grid-lay-12-nrange .grid-col-3,
.grid-lay-12-nrange .grid-col-4,
.grid-lay-12-nrange .grid-col-5,
.grid-lay-12-nrange .grid-col-6,
.grid-lay-12-nrange .grid-col-7,
.grid-lay-12-nrange .grid-col-8,
.grid-lay-12-nrange .grid-col-9,
.grid-lay-12-nrange .grid-col-10,
.grid-lay-12-nrange .grid-col-11,
.grid-lay-12-nrange .grid-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-lay-12-nrange .grid-col-1,
.grid-lay-12-nrange .grid-col-2,
.grid-lay-12-nrange .grid-col-3,
.grid-lay-12-nrange .grid-col-4,
.grid-lay-12-nrange .grid-col-5,
.grid-lay-12-nrange .grid-col-6,
.grid-lay-12-nrange .grid-col-7,
.grid-lay-12-nrange .grid-col-8,
.grid-lay-12-nrange .grid-col-9,
.grid-lay-12-nrange .grid-col-10,
.grid-lay-12-nrange .grid-col-11,
.grid-lay-12-nrange .grid-col-12 {
  float: left;
}
.grid-lay-12-nrange .grid-col-1 {
  width: 8.33333333%;
}
.grid-lay-12-nrange .grid-col-2 {
  width: 16.66666667%;
}
.grid-lay-12-nrange .grid-col-3 {
  width: 25%;
}
.grid-lay-12-nrange .grid-col-4 {
  width: 33.33333333%;
}
.grid-lay-12-nrange .grid-col-5 {
  width: 41.66666667%;
}
.grid-lay-12-nrange .grid-col-6 {
  width: 50%;
}
.grid-lay-12-nrange .grid-col-7 {
  width: 58.33333333%;
}
.grid-lay-12-nrange .grid-col-8 {
  width: 66.66666667%;
}
.grid-lay-12-nrange .grid-col-9 {
  width: 75%;
}
.grid-lay-12-nrange .grid-col-10 {
  width: 83.33333333%;
}
.grid-lay-12-nrange .grid-col-11 {
  width: 91.66666667%;
}
.grid-lay-12-nrange .grid-col-12 {
  width: 100%;
}
.grid-lay-12 .grid-rows {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-lay-12 .grid-rows:after,
.grid-lay-12 .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-12 .grid-rows:after {
  clear: both;
}
.grid-lay-12 .grid-col-1,
.grid-lay-12 .grid-col-2,
.grid-lay-12 .grid-col-3,
.grid-lay-12 .grid-col-4,
.grid-lay-12 .grid-col-5,
.grid-lay-12 .grid-col-6,
.grid-lay-12 .grid-col-7,
.grid-lay-12 .grid-col-8,
.grid-lay-12 .grid-col-9,
.grid-lay-12 .grid-col-10,
.grid-lay-12 .grid-col-11,
.grid-lay-12 .grid-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-lay-12 .grid-col-1,
.grid-lay-12 .grid-col-2,
.grid-lay-12 .grid-col-3,
.grid-lay-12 .grid-col-4,
.grid-lay-12 .grid-col-5,
.grid-lay-12 .grid-col-6,
.grid-lay-12 .grid-col-7,
.grid-lay-12 .grid-col-8,
.grid-lay-12 .grid-col-9,
.grid-lay-12 .grid-col-10,
.grid-lay-12 .grid-col-11,
.grid-lay-12 .grid-col-12 {
  float: left;
}
.grid-lay-12 .grid-col-1 {
  width: 8.33333333%;
}
.grid-lay-12 .grid-col-2 {
  width: 16.66666667%;
}
.grid-lay-12 .grid-col-3 {
  width: 25%;
}
.grid-lay-12 .grid-col-4 {
  width: 33.33333333%;
}
.grid-lay-12 .grid-col-5 {
  width: 41.66666667%;
}
.grid-lay-12 .grid-col-6 {
  width: 50%;
}
.grid-lay-12 .grid-col-7 {
  width: 58.33333333%;
}
.grid-lay-12 .grid-col-8 {
  width: 66.66666667%;
}
.grid-lay-12 .grid-col-9 {
  width: 75%;
}
.grid-lay-12 .grid-col-10 {
  width: 83.33333333%;
}
.grid-lay-12 .grid-col-11 {
  width: 91.66666667%;
}
.grid-lay-12 .grid-col-12 {
  width: 100%;
}
.grid-lay-10 .grid-rows {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-lay-10 .grid-rows:after,
.grid-lay-10 .grid-rows:before {
  display: table;
  content: '';
}
.grid-lay-10 .grid-rows:after {
  clear: both;
}
.grid-lay-10 .grid-col-1,
.grid-lay-10 .grid-col-2,
.grid-lay-10 .grid-col-3,
.grid-lay-10 .grid-col-4,
.grid-lay-10 .grid-col-5,
.grid-lay-10 .grid-col-6,
.grid-lay-10 .grid-col-7,
.grid-lay-10 .grid-col-8,
.grid-lay-10 .grid-col-9,
.grid-lay-10 .grid-col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-lay-10 .grid-col-1,
.grid-lay-10 .grid-col-2,
.grid-lay-10 .grid-col-3,
.grid-lay-10 .grid-col-4,
.grid-lay-10 .grid-col-5,
.grid-lay-10 .grid-col-6,
.grid-lay-10 .grid-col-7,
.grid-lay-10 .grid-col-8,
.grid-lay-10 .grid-col-9,
.grid-lay-10 .grid-col-10 {
  float: left;
}
.grid-lay-10 .grid-col-1 {
  width: 10%;
}
.grid-lay-10 .grid-col-2 {
  width: 20%;
}
.grid-lay-10 .grid-col-3 {
  width: 30%;
}
.grid-lay-10 .grid-col-4 {
  width: 40%;
}
.grid-lay-10 .grid-col-5 {
  width: 50%;
}
.grid-lay-10 .grid-col-6 {
  width: 60%;
}
.grid-lay-10 .grid-col-7 {
  width: 70%;
}
.grid-lay-10 .grid-col-8 {
  width: 80%;
}
.grid-lay-10 .grid-col-9 {
  width: 90%;
}
.grid-lay-10 .grid-col-10 {
  width: 100%;
}
.linkTips {
  padding-right: 0 !important;
}
.icon {
  width: 75px;
  height: 60px;
  line-height: 60px;
  display: block;
  float: left;
  font-size: 60px !important;
  vertical-align: 0;
}
/*实心圆*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.invisible {
  visibility: hidden;
}
.text-overflow {
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.cmall {
  margin: 0 !important;
}
.cmb {
  margin-bottom: 0 !important;
}
.cmt {
  margin-top: 0 !important;
}
.cmr {
  margin-right: 0 !important;
}
.cml {
  margin-left: 0 !important;
}
.cpall {
  padding: 0 !important;
}
.cpb {
  padding-bottom: 0 !important;
}
.cpt {
  padding-top: 0 !important;
}
.cpr {
  padding-right: 0 !important;
}
.cpl {
  padding-left: 0 !important;
}
.img-list {
  overflow: hidden;
}
.img-list .img-list-item {
  float: left;
  text-align: center;
}
.img-list .img-list-item + .img-list-item {
  padding-left: 40px;
}
.img-list .img-list-item:hover .img-main,
.img-list .img-list-item.active .img-main {
  border-bottom: 2px solid #1269c0;
}
.img-list .img-list-item:hover .img-title,
.img-list .img-list-item.active .img-title {
  color: #1269c0;
}
.img-list .img-list-item:hover .img-explain,
.img-list .img-list-item.active .img-explain {
  color: #1269c0;
}
.img-list .img-main {
  display: inline-block;
  position: relative;
  width: 150px;
  padding-top: 120px;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  margin-bottom: 20px;
}
.img-list .img-main img {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
}
.img-list .img-title {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  /* for IE */
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.img-list .img-explain {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #818181;
  font-weight: normal;
  /* for IE */
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-bar .wangting-top-time {
  text-align: left;
}
.commentGroup .commentTitle {
  padding: 0 0 10px 5px;
  font-size: 15px;
  color: #1269c0;
}
.commentGroup .btn-group {
  padding-bottom: 15px;
  display: block;
}
.commentGroup .btn-group .btn {
  margin-top: 10px;
  float: right;
}
.commentGroup .btn-group .btn .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.commentGroup .comment-card-list-user {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.commentGroup .comment-card-list-user .media .media-left {
  padding-right: 20px;
}
.commentGroup .comment-card-list-user .media .media-left .media-object {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.commentGroup .comment-card-list-user .media .media-body .media-heading {
  color: #000;
}
.commentGroup .comment-card-list-user .media .media-body .thumbs-comment {
  color: #8f8f8f;
}
.commentGroup .comment-card-list-user .media .media-body .thumbs-comment a {
  margin-left: 20px;
  color: #8f8f8f;
}
.commentGroup .comment-card-list-user .media .media-body .thumbs-comment dt {
  float: right;
}
.commentGroup .comment-card-list-user .media .media-body .thumbs-comment dt i {
  margin-left: 5px;
  font-size: 18px;
}
.commentGroup .comment-more {
  font-size: 18px;
}
.commentGroup .comment-more a {
  color: #1269c0;
}
.website-group-main {
  overflow: visible;
}
/*图读轮播*/
.swiperHomeNew {
  padding: 10px 0;
  width: 100%;
  height: 340px;
}
.swiperHomeNew .height40 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.swiperHomeNew .swiper-wrapper,
.swiperHomeNew .swiper-slide,
.swiperHomeNew .swiper-slide img,
.swiperHomeNew .swiper-slide .title {
  width: 100% !important;
}
.swiperHomeNew .swiper-container {
  height: 100%;
}
.swiperHomeNew .swiper-container .swiper-wrapper {
  height: 100%;
}
.swiperHomeNew .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiperHomeNew .swiper-container .swiper-slide img {
  display: block;
  height: 100%;
}
.swiperHomeNew .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: rgba(23, 112, 214, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#491770D6, endColorstr=#491770D6);
  color: #fff;
}
.swiperHomeNew .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: -3px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
}
.swiperHomeNew .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
}
.swiperHomeNew .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiperHomeNew.swiperFullscreen {
  padding: 0;
  margin-bottom: 25px;
  height: 600px;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
/*图读轮播数字*/
.swiperHomeNewNum {
  padding: 0 0;
  width: 100%;
  height: 352px;
}
.swiperHomeNewNum .height40 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.swiperHomeNewNum .swiper-wrapper,
.swiperHomeNewNum .swiper-slide,
.swiperHomeNewNum .swiper-slide img,
.swiperHomeNewNum .swiper-slide .title {
  width: 100% !important;
}
.swiperHomeNewNum .swiper-container {
  height: 100%;
}
.swiperHomeNewNum .swiper-container .swiper-wrapper {
  height: 100%;
}
.swiperHomeNewNum .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiperHomeNewNum .swiper-container .swiper-slide img {
  display: block;
  height: 100%;
}
.swiperHomeNewNum .swiper-container .swiper-slide .title {
  padding-left: 15px;
  padding-right: 200px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: rgba(18, 105, 192, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#29000000);
  color: #fff;
  overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.swiperHomeNewNum .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: 0;
  width: auto;
  right: 0;
  left: auto;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
}
.swiperHomeNewNum .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  opacity: 1;
  background-color: transparent;
  border-radius: 18px;
  border: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
}
.swiperHomeNewNum .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiperHomeNewNum.swiperFullscreen {
  padding: 0;
  margin-bottom: 25px;
  height: 600px;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
/*精彩专题*/
.home-notice .home-notice-item {
  margin-top: 0;
  width: 100%;
  height: 82px;
  overflow: hidden;
}
.home-notice .home-notice-item img {
  width: 100%;
}
/*轮播横幅*/
.home-carouselBanner .swiper-container {
  width: 100%;
  height: 110px;
}
.home-carouselBanner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 110px;
  display: block;
}
/*公用首页底部下拉*/
.website-group-main .website-item .dropdown-menu {
  height: 165px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.dropdown-menu>li>a{
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
/*暂时tab公用*/
.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
  border-color: #1269c0;
  color: #1269c0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #1269c0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
.list-group-item {
  line-height: 30px;
}
.tab-pane {
  overflow: hidden;
}
/*评论*/
/*新闻列表详情*/
.mainDetails {
  padding: 50px 0;
  background: url(../../city/imagess/zjlzbj_1.png) no-repeat center top;
  background-size: 100% auto;
}
.mainDetails .main {
  padding: 15px 20px;
  background: #fff;
}
.contentBox {
  padding: 20px 0 30px;
}
.contentBox .contentBoxL {
  width: 850px;
  float: left;
}
.contentBox .contentBoxL .contentCont {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.contentBox .contentTextBox {
  padding: 15px 15px;
  margin-bottom: 15px;
  line-height: 30px;
  /*.borderBottomTwo;*/
}
.contentBox .contentTextBox img {
  max-width: 100%;
}
.contentBox .titleborderB {
  border-color: #000 !important;
}
.contentBox .titleborderB h3 {
  font-size: 28px;
  color: #1269c0;
}
.contentBox .titleborderB h4 {
  font-size: 24px;
}
.contentBox .titleborderB .textAttribute {
  font-size: 16px;
}
.contentBox .titleborderB .textAttribute dt {
  float: right;
}
.contentBox .titleborderB .textAttribute dt .shareBox {
  margin: 0;
}
.contentBox .titleborderB .textAttribute dt .shareBox span img {
  width: 30px;
}
.contentBox .shareBox {
  margin-top: 10px;
  font-size: 16px;
}
.contentBox .shareBox span {
  margin-right: 18px;
}
.contentBox .shareBox span img {
  width: 40px;
}
.contentBox .contentBoxR {
  width: 290px;
  float: right;
}
.contentBox .contentBoxR h3 {
  font-size: 18px;
}
.relatedList li {
  padding: 15px 0 10px;
  font-size: 16px;
}
.relatedList li .pic {
  height: 150px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.relatedList li .pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*专题*/
.BanSpecial {
  margin: 0 0 10px;
  background: url(../../city/imagess/zhuanti.png) no-repeat center top / 100% 100%;
  height: 230px;
}
.titleSpecial {
  padding: 3px 0 0 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1269c0;
  line-height: 45px;
  color: #1269c0;
  font-size: 18px;
  font-weight: 600;
}
.titleSpecial .more {
  margin-top: 0;
  font-weight: 400;
}
.contentBox .specialBoxL {
  width: 290px;
  float: left;
}
.contentBox .specialBoxR {
  width: 830px;
  float: right;
}
.list-Special .list-group-item {
  padding: 5px 15px 4px 35px;
  position: relative;
}
.list-Special .list-group-item:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8C8C8C;
}
.list-Special .list-group-item .layout-fixed {
  color: #8C8C8C;
}
.SpecialImgBox .SpecialImgList {
  margin-right: -35px;
}
.SpecialImgBox .SpecialImgList li {
  margin: 5px 35px 20px 0;
  width: 560px;
  float: left;
  transition: all 0.4s;
}
.SpecialImgBox .SpecialImgList li .pic {
  width: 100%;
  height: 110px;
}
.SpecialImgBox .SpecialImgList li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.SpecialImgBox .SpecialImgList li .title {
  padding: 0 10px;
}
.SpecialImgBox .SpecialImgList li .title .time {
  float: right;
}
.SpecialImgBox .SpecialImgList li:hover {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.15);
}
/*精彩专题*/
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList {
  margin-right: 0;
}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li {
  margin: 0 0 25px;
  width: 100%;
  float: none;
  border: 1px solid #ddd;
  cursor: pointer;
}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li .pic {
  height: auto;
}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li .title {
  padding: 5px 10px;
}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li .title .time {
  color: #969696;
}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li a {
  color: #969696;
}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li:hover a {
  color: #000;
}
/*概览*/
.ownerImgList {
  margin: 0 -12px;
}
.ownerImgList li {
  margin: 0 12px 25px;
  width: 30.5%;
  float: left;
  height: 150px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
.ownerImgList li img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ownerImgList li .intro {
  padding: 0 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
  opacity: 0;
  transition: all 0.6s;
  display: none;
}
.ownerImgList li .intro span {
  display: table-cell;
  vertical-align: middle;
}
.ownerImgList li .tag {
  padding: 5px 10px;
  display: inline-block;
  background: #FF3643;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.ownerImgList li:hover .intro {
  opacity: 1;
  display: table;
}
/* 概览单篇正文 */
.singleText {
  overflow: auto;
  height: 600px;
  margin: 20px;
}
/*图片标题*/
.imagesNews {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-size: 16px;
}
.imagesNews li {
  padding: 5px 20px 20px;
  width: 33.33%;
  float: left;
  cursor: pointer;
  transition: all 0.6s;
}
.imagesNews a {
  display: block;
  transition: all 0.6s;
}
.imagesNews a:hover {
  color: #1269c0;
}
.imagesNews a:hover .pic:after {
  display: block;
  opacity: 1;
}
.imagesNews .pic {
  margin-bottom: 10px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.imagesNews .pic img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.imagesNews .pic:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #1269c0;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: all 0.6s;
}
/*图片新闻*/
.grid-lay-ViewBox {
  overflow: hidden;
  width: 1220px;
}
.imagesViewBox {
  margin-left: -20px;
  margin-right: -20px;
}
.imagesViewBox .imagesView {
  padding: 5px 20px 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.6s;
}
.imagesViewBox .imagesView .pic {
  margin-bottom: 10px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.imagesViewBox .imagesView .pic img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.imagesViewBox .imagesView .pic:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #1269c0;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  transition: all 0.6s;
}
.imagesViewBox .imagesView:hover {
  color: #1269c0;
}
.imagesViewBox .imagesView:hover .pic:after {
  display: block;
  opacity: 1;
}
/*图文列表*/
.graphicList {
  padding-top: 10px;
}
.graphicList li dl {
  height: 170px;
}
.graphicList li dt {
  width: 225px;
  float: left;
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
}
.graphicList li dt img {
  display: block;
  height: 100%;
}
.graphicList li dd {
  margin-left: 245px;
  width: 560px;
  height: 100%;
  font-size: 16px;
}
.graphicList li dd h4 {
  max-height: 40px;
  overflow: hidden;
}
.graphicList li dd .intro {
  margin: 20px 0;
  height: 65px;
  color: #8f8f8f;
  overflow: hidden;
}
.graphicList li dd p {
  color: #8f8f8f;
}
.graphicList li dd p .dlmore {
  width: 120px;
  text-align: center;
  line-height: 24px;
  float: right;
  display: inline-block;
  border: 1px solid #1269c0;
  border-radius: 2px;
  color: #1269c0;
  font-size: 14px;
}
/*图读细览*/
.figureReadBox {
  margin-bottom: 25px;
}
.figureReadBox .height80 {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.figureReadBox .width100 {
  width: 100% !important;
}
.figureReadBox .swiperFigure {
  padding: 10px 25px 10px 0;
  margin-bottom: 10px;
  height: 460px;
  border-right: 2px solid #ddd;
}
.figureReadBox .swiperFigure .swiper-container {
  height: 100%;
}
.figureReadBox .swiperFigure .swiper-container .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}
.figureReadBox .swiperFigure .swiper-container .swiper-slide {
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.figureReadBox .swiperFigure .swiper-container .swiper-slide img {
  display: block;
  width: 100% !important;
}
.figureReadBox .swiperFigure .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#29000000);
  color: #fff;
}
.figureReadBox .swiperFigure .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-align: right;
}
.figureReadBox .swiperFigure .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fff;
}
.figureReadBox .swiperFigure .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1130ae;
}
.figureReadBox .rightContent {
  line-height: 30px;
  color: #969696;
}
/*按钮*/
.btn {
  padding: 9px 18px;
  border-radius: 1px;
}
.btn-primary {
  background-color: #1269c0;
  border-color: #1269c0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #1269c0 !important;
  border-color: #1269c0 !important;
  outline: 0 !important;
}
/*关联列表*/
.articlePage {
  padding: 15px 0;
  font-size: 18px;
  line-height: 30px;
}
.articlePage li {
  padding: 5px 0;
}
.articlePage li a {
  color: #1269c0;
}
/*详情*/
.page-navigation {
  text-align: center;
}
.pagination {
  margin: 20px auto;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li {
  float: left;
  display: inline-block;
  margin: 0;
}
.pagination > li + li {
  padding-left: 8px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1269c0;
  border-color: #1269c0;
  cursor: default;
}
/*分页*/
.nav-tree > dt,
.nav-tree > dd {
  margin: 0;
  padding: 0;
}
.nav-tree > dt > a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #1269c0;
  padding-left: 20px;
}
.nav-tree > dd {
  padding: 20px 0;
  background-color: #FAFAFA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav-tree > dd > a {
  padding-left: 50px;
  display: block;
  line-height: 46px;
  color: #6C6C6C;
  font-size: 20px;
  border-right: 4px solid transparent;
}
.nav-tree > dd > a:hover,
.nav-tree > dd > a.active {
  color: #1269c0;
  background-color: #e9edfd;
  border-right: 4px solid #1269c0;
}
.nav-tree li {
  padding-left: 20px;
}
.nav-tree li > ul {
  display: none;
}
.nav-tree li.active > ul {
  display: block;
}
/*侧边树*/
.ztreeWrap {
  padding-top: 15px;
}
.ztreeWrap > li {
  padding: 4px 0;
}
.ztreeWrap li li {
  padding: 3px 0 3px 20px;
  position: relative;
}
.ztreeWrap .submenu {
  position: relative;
  /*二级及以下*/
}
.ztreeWrap .submenu > a {
  padding-left: 20px;
}
.ztreeWrap .submenu > a:after {
  content: "+";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  color: #1269c0;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #ccc;
}
.ztreeWrap .submenu.active > a:after {
  content: "-";
  line-height: 10px;
}
.ztreeWrap .submenu li:after {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ccc;
  position: absolute;
  left: 7px;
  top: 0;
}
.ztreeWrap .submenu li:before {
  content: '';
  width: 10px;
  height: 1px;
  border-top: 1px dashed #ccc;
  position: absolute;
  left: 8px;
  top: 13px;
}
.ztreeWrap .submenu li:last-child:after {
  height: 50%;
}
/*左侧列表*/
.home .top {
  height: 34px;
  margin-top: 0;
  /*overflow: hidden;*/
}
.home .main {
  overflow-x: initial;
}
/*.home .home-logo {
  width: 624px;
  height: 320px;
  margin: 114px auto 44px;
  overflow: hidden;
}*/
.home .home-logo img {
  width: auto;
}
.home-search {
  position: relative;
  font-size: 24px;
  float: right;
  /*width: 816px;
  margin: 0 auto 12px;*/
  overflow: hidden;
}
.home-search .search-input {
	width: 235px;
	height: 37px;
	line-height: 37px;
	float: left;
	font-size: 14px;
	display: block;
	vertical-align: middle;
	border: solid 1px #EDEDED;
	color: #4C4C4C;
	font-family: "microsoft yahei";
	background-color: #EDEDED;
	padding-left: 10px;
	box-sizing: border-box;
	border-radius: 4px 0 0 4px;
}
.home-search .search-input::-webkit-input-placeholder {
  /*color: rgba(0, 0, 0, 0.25);*/
  /* WebKit, Blink, Edge */
}
.home-search .search-input::-moz-placeholder {
  /*color: rgba(0, 0, 0, 0.25);*/
  /* Mozilla Firefox 4 to 18 */
}
.home-search .search-input::-moz-placeholder {
  /*color: rgba(0, 0, 0, 0.25);*/
  /* Mozilla Firefox 19+ */
}
.home-search .search-input::-ms-input-placeholder {
  /*color: rgba(0, 0, 0, 0.25);*/
  /* Internet Explorer 10-11 */
}
.home-search .search-btn {
	width: 35px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	display: block;
	border: none;
	vertical-align: middle;
	color: #ffffff;
	background: url(../../imagesq/rongan/searchbtn.png) no-repeat center center #DAD8D8;
	font-family: "microsoft yahei";
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	outline: none;
}
.home-search .search-btn .glyphicon,
.home-search .search-btn .iconfont {
  display: inline-block;
  font-size: 30px;
  line-height: 68px;
  color: #fff;
}
.home .home-search-text {
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 64px;
}
.home .home-search-text span {
  font-weight: bold;
  color: #2F2F2F;
}
.home .home-search-text a {
  margin-right: 10px;
}
.home .home-menu {
  position: relative;
  background-color: #1269c0;
  height: 100px;
  /*margin-bottom: 28px;*/ 
  /*overflow: hidden;*/
}
.home .home-menu > .grid-rows {
  height: 100%;
}
.home .home-menu .home-menu-item {
  display: block;
  z-index: 99;
  position: inherit;
  height: 100%;
  /*padding-top: 22px;*/
  text-align: center;
  line-height: 100px;
  position: relative;
}

.home .home-menu .home-menu-item .menu-item-text {
  height: 48px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.home .home-menu .home-menu-item a{display: block;}
.home .home-menu .home-menu-item:hover .subcontent {
  display: block;
}
.home .home-menu .menu-item-icon {
  display: inline-block;
  vertical-align: middle;
  /*padding-top: 4px;*/
/*  font-size: 60px;*/
  line-height: 34px;
  margin-right: 10px;
  color: #fff;
}
.home .subcontent {
  display: none;
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 100px;
  width: 100%;
  height: 570px;
  padding: 50px 50px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 6px #ccc;
  box-shadow: 0px -1px 6px #ccc;
  -moz-box-shadow: 0px -1px 6px #ccc;
  -ms-box-shadow: 0px -1px 6px #ccc;
  -o-box-shadow: 0px -1px 6px #ccc;
  border: 1px solid #d5d5d5;
}
.home .subcontent .home-menu-tabs {
  overflow: hidden;
  width: 100%;
}
.home .subcontent .home-menu-tabs:before,
.home .subcontent .home-menu-tabs:after {
  content: " ";
  display: table;
}
.home .subcontent .home-menu-tabs:after {
  clear: both;
}
.home .subcontent .home-menu-tabs:before,
.home .subcontent .home-menu-tabs:after {
  content: " ";
  display: table;
}
.home .subcontent .home-menu-tabs:after {
  clear: both;
}
.home .subcontent .home-menu-tabs .layout-fixed,
.home .subcontent .home-menu-tabs .layout-body,
.home .subcontent .home-menu-tabs .layout-fixed-l,
.home .subcontent .home-menu-tabs .layout-fixed-r,
.home .subcontent .home-menu-tabs .layout-fixed-t,
.home .subcontent .home-menu-tabs .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .home-menu-tabs > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .home-menu-tabs > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .home-menu-tabs > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .home-menu-tabs > .layout-fixed {
  float: left;
  width: 320px;
  height: 100%;
}
.home .subcontent .home-menu-tabs > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -320px;
  padding-left: 320px;
}
.home .subcontent .home-menu-tabs > .layout-body > .layout-body-main {
  padding-left: 50px;
}
.home .subcontent .svg-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.15em;
  text-align: center;
  fill: currentColor;
  overflow: hidden;
  margin: 0 auto;
}
.home .subcontent .subcontent-title {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.home .subcontent .subcontent-title .icon {
  display: block;
  float: left;
  font-size: 90px;
  height: 90px;
  line-height: 90px;
  color: #1269c0;
}
.home .subcontent .subcontent-title .subcontent-title-main {
  float: right;
  width: 100%;
  padding-left: 100px;
  margin-left: -100px;
  text-align: left;
}
.home .subcontent .subcontent-title .subcontent-title-main h3 {
  font-size: 36px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 6px;
}
.home .subcontent .subcontent-title .subcontent-title-main p {
  margin: 0;
  padding: 0;
  color: #1269c0;
  font-size: 18px;
}
.home .subcontent .index-card {
  width: 100%;
  display: block;
  background-color: #1269c0;
  overflow: hidden;
  line-height: 0px;
}
.home .subcontent .index-card:before,
.home .subcontent .index-card:after {
  content: " ";
  display: table;
}
.home .subcontent .index-card:after {
  clear: both;
}
.home .subcontent .index-card:before,
.home .subcontent .index-card:after {
  content: " ";
  display: table;
}
.home .subcontent .index-card:after {
  clear: both;
}
.home .subcontent .index-card .layout-fixed,
.home .subcontent .index-card .layout-body,
.home .subcontent .index-card .layout-fixed-l,
.home .subcontent .index-card .layout-fixed-r,
.home .subcontent .index-card .layout-fixed-t,
.home .subcontent .index-card .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .index-card > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .index-card > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .index-card > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .index-card > .layout-fixed {
  float: left;
  width: 40px;
  height: 100%;
}
.home .subcontent .index-card > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -40px;
  padding-left: 40px;
}
.home .subcontent .index-card::before,
.home .subcontent .index-card::after {
  display: none;
}
.home .subcontent .index-card > .layout-fixed > span {
  display: block;
  width: 18px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
.home .subcontent .index-card > .layout-body > .layout-body-main {
  background-color: #fff;
}
.home .subcontent .index-card-list {
  margin: 0;
  width: 100%;
  padding: 28px 36px;
  border: 1px solid #D6D6D6;
  border-left-color: transparent;
}
.home .subcontent .index-card-list > li {
  /* for IE */
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home .subcontent .index-card-list > li + li {
  margin-top: 24px;
}
.home .subcontent .index-card-list > li:hover a {
  color: #1269c0;
}
.home .subcontent .index-card-list a {
  display: block;
  line-height: 32px;
  font-size: 18px;
  color: #545454;
}
.home .subcontent .index-card-list .icon {
  float: left;
  font-size: 40px;
  margin-right: 20px;
}
.home .subcontent .leader-area {
  width: 100%;
}
.home .subcontent .leader-area:before,
.home .subcontent .leader-area:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-area:after {
  clear: both;
}
.home .subcontent .leader-area:before,
.home .subcontent .leader-area:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-area:after {
  clear: both;
}
.home .subcontent .leader-area .layout-fixed,
.home .subcontent .leader-area .layout-body,
.home .subcontent .leader-area .layout-fixed-l,
.home .subcontent .leader-area .layout-fixed-r,
.home .subcontent .leader-area .layout-fixed-t,
.home .subcontent .leader-area .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .leader-area > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .leader-area > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .leader-area > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .leader-area > .layout-fixed {
  float: right;
  width: 240px;
  height: 100%;
}
.home .subcontent .leader-area > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: -240px;
  padding-right: 240px;
}
.home .subcontent .leader-card {
  width: 100%;
  padding: 30px 20px;
  padding-right: 0px;
}
.home .subcontent .leader-card:before,
.home .subcontent .leader-card:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-card:after {
  clear: both;
}
.home .subcontent .leader-card:before,
.home .subcontent .leader-card:after {
  content: " ";
  display: table;
}
.home .subcontent .leader-card:after {
  clear: both;
}
.home .subcontent .leader-card .layout-fixed,
.home .subcontent .leader-card .layout-body,
.home .subcontent .leader-card .layout-fixed-l,
.home .subcontent .leader-card .layout-fixed-r,
.home .subcontent .leader-card .layout-fixed-t,
.home .subcontent .leader-card .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .subcontent .leader-card > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .subcontent .leader-card > .layout-body {
  position: relative;
  z-index: 98;
}
.home .subcontent .leader-card > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .subcontent .leader-card > .layout-fixed {
  float: left;
  width: 100px;
  height: 100%;
}
.home .subcontent .leader-card > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -100px;
  padding-left: 100px;
}
.home .subcontent .leader-card > .layout-body > .layout-body-main {
  padding-left: 20px;
  background-color: #fff;
}
.home .subcontent .leader-card .leader-img {
  position: relative;
  width: 100px;
  height: 150px;
  overflow: hidden;
}
.home .subcontent .leader-card .leader-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home .subcontent .leader-card .leader-name {
  text-align: left;
  color: #545454;
  line-height: 24px;
  font-size: 16px;
  padding: 10px 0 20px;
}
.home .subcontent .leader-card .leader-name span {
  font-size: 24px;
  color: #1269c0;
  font-weight: bold;
}
.home .subcontent .leader-card .leader-intro {
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 16px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home .subcontent .leader-card .leader-btns a {
  float: left;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 0px;
  padding-left: 10px;
  padding-right: 16px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.home .subcontent .leader-card .leader-btns a:hover {
  border-color: #1269c0;
  background-color: #1269c0;
  color: #fff;
}
.home .subcontent .leader-card .leader-btns a:hover .icon {
  color: #fff;
}
.home .subcontent .leader-card .leader-btns .icon {
  float: left;
  font-size: 20px;
  margin-right: 6px;
  color: #1269c0;
}
.home .subcontent .leader-card .leader-btns a + a {
  margin-left: 10px;
}
.home .subcontent .leader-list {
  padding: 30px 10px;
}
.home .subcontent .leader-list .leader-list-title {
  text-align: left;
  color: #545454;
  font-size: 16px;
  padding: 10px 0 20px;
}
.home .subcontent .leader-list .leader-list-item {
  color: #1269c0;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.home .subcontent .app-list {
  padding-top: 10px;
}
.home .subcontent .app-list-main {
  overflow: hidden;
}
.home .subcontent .app-list-item {
  display: block;
  padding: 10px 0;
  background-color: #F7F7F7;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
  /* 文字溢出 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .subcontent .app-list-item .iconfont {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.home .subcontent .app-list-item p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.home .subcontent .app-list-item a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.home .home-rows {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.home .home-message-layout {
  width: 100%;
  background-color: #F2F2F2;
  padding: 10px 10px 0;
}
.home .home-message-layout:before,
.home .home-message-layout:after {
  content: " ";
  display: table;
}
.home .home-message-layout:after {
  clear: both;
}
.home .home-message-layout:before,
.home .home-message-layout:after {
  content: " ";
  display: table;
}
.home .home-message-layout:after {
  clear: both;
}
.home .home-message-layout .layout-fixed,
.home .home-message-layout .layout-body,
.home .home-message-layout .layout-fixed-l,
.home .home-message-layout .layout-fixed-r,
.home .home-message-layout .layout-fixed-t,
.home .home-message-layout .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .home-message-layout > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .home-message-layout > .layout-body {
  position: relative;
  z-index: 98;
}
.home .home-message-layout > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .home-message-layout > .layout-fixed {
  float: left;
  width: 68px;
  height: 100%;
}
.home .home-message-layout > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -68px;
  padding-left: 68px;
}
.home .home-message-layout .home-message-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
  background-color: #1269c0;
  text-align: center;
  color: #fff;
}
.home .home-message-layout .home-message-list {
  padding-left: 20px;
}
.home .home-message-layout .list-group {
  margin-bottom: 0px;
}
.home .home-message-layout .list-group-item {
  padding-top: 4px;
}
.home .home-notice .swiper-slide {
  padding: 0;
}
.home .home-notice .home-notice-item {
  width: 100%;
  height: 82px;
  overflow: hidden;
}
.home .home-notice .home-notice-item img {
  width: 100%;
}
.home .home-new .banner {
  width: 100%;
  height: 300px;
}
.home .home-new .banner img {
  width: 100%;
}
.home .home-carouselBanner .swiper-container {
  width: 1220px;
  height: 110px;
  margin-bottom: 10px;
}
.home .home-carouselBanner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 1220px;
  height: 110px;
  display: block;
}
.home .home-values {
  height: 256px;
}
.home .website-group {
  height: 64px;
  width: 100%;
  padding: 12px 0;
  background-color: #F2F4F7;
}
.home .website-group .website-group-main {
  width: 1220px;
  margin: 0 auto;
}
.home .website-group .website-item {
  width: 100%;
}
.home .website-group .website-item .dropdown-menu {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.home .footer {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
}
.home .home-zwgk {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-bsfw {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-bsfw .wsbs-card,
.home .home-bsfw .bmfw-card,
.home .home-bsfw .zwdt-card {
  line-height: 0px;
}
.home .home-bsfw .wsbs-card > .layout-fixed,
.home .home-bsfw .bmfw-card > .layout-fixed,
.home .home-bsfw .zwdt-card > .layout-fixed {
  padding-top: 50px;
}
.home .home-bsfw .wsbs-card {
  background-color: #014A84;
}
.home .home-bsfw .bmfw-card {
  background-color: #2C80FC;
}
.home .home-bsfw .zwdt-card {
  background-color: #51B0DD;
}
.home .home-bsfw .card-pic {
  position: relative;
  width: 100%;
  height: 190px !important;
  border: 1px solid #ccc;
  border-left: none;
  overflow: hidden;
  background-color: #fff;
}
.home .home-bsfw .card-pic img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home .home-bsfw .app-list .tab-content {
  height: 212px;
  overflow: hidden;
}
.home .home-hdhy {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-hdhy .icon-hdhy {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: 25px;
}
.home .home-hdhy .home-menu-tabs {
  margin-bottom: 20px;
}
.home .home-hdhy .home-menu-tabs > .layout-body > .layout-body-main {
  padding-left: 30px;
}
.home .home-hdhy .table th,
.home .home-hdhy .table td {
  font-size: 14px;
  color: #545454;
  font-weight: normal;
  text-align: left;
}
.home .home-hdhy .index-card {
  height: 206px;
}
.home .home-hdhy .subcontent-title {
  margin-bottom: 10px;
}
.home .home-hdhy .app-list {
  padding: 0px;
}
.home .home-hdhy .banner {
  width: 100%;
  height: 240px;
}
.home .home-hdhy .banner img {
  width: 100%;
  height: 100%;
}
.home .home-sjzt {
  overflow: hidden;
  overflow-y: auto;
}
.home .home-sjzt .zt-tw {
  width: 100%;
  margin-bottom: 20px;
}
.home .home-sjzt .zt-tw:before,
.home .home-sjzt .zt-tw:after {
  content: " ";
  display: table;
}
.home .home-sjzt .zt-tw:after {
  clear: both;
}
.home .home-sjzt .zt-tw:before,
.home .home-sjzt .zt-tw:after {
  content: " ";
  display: table;
}
.home .home-sjzt .zt-tw:after {
  clear: both;
}
.home .home-sjzt .zt-tw .layout-fixed,
.home .home-sjzt .zt-tw .layout-body,
.home .home-sjzt .zt-tw .layout-fixed-l,
.home .home-sjzt .zt-tw .layout-fixed-r,
.home .home-sjzt .zt-tw .layout-fixed-t,
.home .home-sjzt .zt-tw .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home .home-sjzt .zt-tw > .layout-fixed {
  position: relative;
  z-index: 99;
}
.home .home-sjzt .zt-tw > .layout-body {
  position: relative;
  z-index: 98;
}
.home .home-sjzt .zt-tw > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home .home-sjzt .zt-tw > .layout-fixed {
  float: left;
  width: 320px;
  height: 100%;
}
.home .home-sjzt .zt-tw > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-left: -320px;
  padding-left: 320px;
}
.home .home-sjzt .zt-tw .banner {
  width: 100%;
  height: 240px;
}
.home .home-sjzt .zt-tw .banner img {
  width: 100%;
  height: 100%;
}
.home .home-sjzt .zt-tw > .layout-body > .layout-body-main {
  padding-left: 20px;
}
.home .home-sjzt .pic-list .pic-list-item {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin: 5px 0 5px 0;
}
.home .home-sjzt .pic-list .pic-list-item img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home .home-sjzt .app-list-title {
  text-align: center;
}
.home .home-sjzt .app-list-title span {
  display: inline-block;
  color: #1269c0;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #1269c0;
}
.home .home-zjlz {
  padding: 0px;
  border: none;
}
.home .zjlz-list {
  overflow: hidden;
  width: 100%;
  height: 570px;
}
.home .zjlz-list > li {
  float: left;
  height: 100%;
  position: relative;
}
.home .zjlz-list > li.active .mainbody {
  width: 600px;
}
.home .zjlz-list .newsbg {
  background-image: url(../../city/imagess/homeMenu_news.png);
}
.home .zjlz-list .knowbg {
  background-image: url(../../city/imagess/homeMenu_know.png);
}
.home .zjlz-list .investbg {
  background-image: url(../../city/imagess/homeMenu_invest.png);
}
.home .zjlz-list .tourbg {
  background-image: url(../../city/imagess/homeMenu_tour.png);
}
.home .zjlz-list .facade {
  position: relative;
  float: left;
  width: 150px;
  height: 100%;
  overflow: hidden;
  padding-top: 358px;
  text-align: center;
}
.home .zjlz-list .facade .icon {
  display: inline-block;
  width: 68px;
  height: 68px;
  font-size: 60px;
  line-height: 68px;
  background-color: #1269c0;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.home .zjlz-list .facade .text {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.home .zjlz-list .mainbody {
  float: left;
  width: 0px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.home .zjlz-list .mainbody .mainbody-main {
  width: 600px;
  height: 100%;
  padding: 60px 68px 60px 30px;
}
.home .zjlz-list .bg-pic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 100%;
  overflow: hidden;
}
.home .zjlz-list .en-title {
  font-size: 36px;
  color: #1269c0;
  margin-bottom: 20px;
}
.home .zjlz-list .cn-title {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin-bottom: 60px;
}
.home .zjlz-list .cn-introduce {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-bottom: 60px;
}
.home .zjlz-list .cloumn-title {
  font-size: 18px;
  font-weight: solid;
  color: #1269c0;
  border-bottom: solid 2px #1269c0;
  width: 75px;
  margin-bottom: 10px;
}
.home .zjlz-list .togo-item {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.65);
  /* for IE */
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-group-item .layout-columns {
  width: 100%;
}
.list-group-item .layout-columns:before,
.list-group-item .layout-columns:after {
  content: " ";
  display: table;
}
.list-group-item .layout-columns:after {
  clear: both;
}
.list-group-item .layout-columns:before,
.list-group-item .layout-columns:after {
  content: " ";
  display: table;
}
.list-group-item .layout-columns:after {
  clear: both;
}
.list-group-item .layout-columns .layout-fixed,
.list-group-item .layout-columns .layout-body,
.list-group-item .layout-columns .layout-fixed-l,
.list-group-item .layout-columns .layout-fixed-r,
.list-group-item .layout-columns .layout-fixed-t,
.list-group-item .layout-columns .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.list-group-item .layout-columns > .layout-fixed {
  position: relative;
  z-index: 99;
}
.list-group-item .layout-columns > .layout-body {
  position: relative;
  z-index: 98;
}
.list-group-item .layout-columns > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-group-item .layout-columns > .layout-fixed {
  float: right;
  width: 100px;
  height: 100%;
}
.list-group-item .layout-columns > .layout-body {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: -100px;
  padding-right: 100px;
}
.list-group-item .layout-columns > .layout-fixed {
  text-align: right;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
a,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
img {
  border: none;
}
dt {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
input {
  border: none;
  background: none;
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
}
.margin0 {
  margin: 0 !important;
}
.marginL5 {
  margin-left: 5px!important;
}
.marginL10 {
  margin-left: 10px!important;
}
.marginL15 {
  margin-left: 15px!important;
}
.marginL20 {
  margin-left: 20px!important;
}
.marginL25 {
  margin-left: 25px!important;
}
.marginR5 {
  margin-right: 5px!important;
}
.marginR10 {
  margin-right: 10px!important;
}
.marginR15 {
  margin-right: 15px!important;
}
.marginR20 {
  margin-right: 20px!important;
}
.marginR25 {
  margin-right: 25px!important;
}
.marginB5 {
  margin-bottom: 5px!important;
}
.marginB10 {
  margin-bottom: 10px!important;
}
.marginB15 {
  margin-bottom: 15px!important;
}
.marginB20 {
  margin-bottom: 20px!important;
}
.marginB25 {
  margin-bottom: 25px!important;
}
.marginB30 {
  margin-bottom: 30px!important;
}
.marginT5 {
  margin-top: 5px!important;
}
.marginT10 {
  margin-top: 10px!important;
}
.marginT15 {
  margin-top: 15px!important;
}
.marginT20 {
  margin-top: 20px!important;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
.fontSize12 {
  font-size: 12px !important;
}
.fontSize14 {
  font-size: 14px !important;
}
.fontSize16 {
  font-size: 16px !important;
}
.fontSize18 {
  font-size: 18px !important;
}
.valignMiddle {
  vertical-align: middle!important;
}
/*自动隐藏文字*/
.text-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.red {
  color: #1269c0 !important;
}
.text-gray {
  color: #8f8f8f !important;
}
.banMain {
  width: 1220px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.iconfont {
  vertical-align: -1px;
}
.titleRespond {
  margin-bottom: 10px;
  font-size: 22px;
}
.titleRespond .borderB {
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 2px solid #1269c0;
  color: #1269c0;
}
.titleRespond dt {
  float: right;
}
.titleRespond dd em {
  font-size: 14px;
  color: #999;
}
.titleborderB {
  padding: 0 0 8px 10px;
  border-bottom: 2px solid #1269c0 !important;
}
a.more {
  margin-top: 10px;
  float: right;
  font-size: 14px;
  color: #8f8f8f;
}
/*banner*/
.videoRespond {
  margin-bottom: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../imagess/Respond_banner.png);
  color: #fff;
}
.videoRespond .banMain .abilityFaq {
  width: 550px;
  height: 390px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../imagess/faq.png) no-repeat right bottom;
  font-size: 56px;
  letter-spacing: 2px;
}
.videoRespond .banMain .abilityFaq span {
  margin-top: 25%;
  display: block;
}
.videoRespond .banMain .faqBox {
  padding-top: 40px;
}
.videoRespond .banMain .faqBox dt {
  float: left;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #333;
}
.videoRespond .banMain .faqBox dt .iconfont {
  font-size: 55px;
}
.videoRespond .banMain .faqBox dd {
  padding: 0 0 0 95px;
  width: 500px;
}
.videoRespond .banMain .faqBox dd h2 {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  line-height: 34px;
  color: #5f5f5f;
  font-size: 24px;
  position: relative;
}
.videoRespond .banMain .faqBox dd h2:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 20px;
  transform: rotate(45deg);
}
.videoRespond .banMain .faqBox dd h3 {
  font-size: 32px;
}
.videoRespond .banMain .faqBox dd li {
  padding-top: 10px;
  line-height: 30px;
  font-size: 18px;
}
.videoRespond .banMain .faqBox dd li .iconfont {
  margin-right: 5px;
  vertical-align: -1px;
}
.videoRespond .banMain .faqBox dd li a {
  color: #fff;
}
.videoRespond .banMain .searchBox {
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  height: 104px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.videoRespond .banMain .searchBox dt {
  float: right;
  width: 200px;
  font-weight: normal;
  line-height: 104px;
  background-color: #1269c0;
  text-align: center;
  font-size: 24px;
}
.videoRespond .banMain .searchBox dt .iconfont {
  margin-right: 10px;
  font-size: 55px;
  vertical-align: -12px;
}
.videoRespond .banMain .searchBox dt a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.videoRespond .banMain .searchBox dd {
  padding-left: 20px;
  margin-right: 200px;
}
.videoRespond .banMain .searchBox dd i {
  color: #969696;
  font-size: 28px;
  vertical-align: -5px;
}
.videoRespond .banMain .searchBox dd .iconfont {
  color: #969696;
  font-size: 38px;
  font-weight: 600;
}
.videoRespond .banMain .searchBox dd input {
  padding: 0 15px;
  width: 93%;
  height: 104px;
  line-height: 104px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #333;
}
.videoRespond .banMain .searchBox dd input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* WebKit, Blink, Edge */
}
.videoRespond .banMain .searchBox dd input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* Mozilla Firefox 4 to 18 */
}
.videoRespond .banMain .searchBox dd input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* Mozilla Firefox 19+ */
}
.videoRespond .banMain .searchBox dd input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  /* Internet Explorer 10-11 */
}
/*表格*/
.tableRespond th,
.tableRespond td {
  padding: 15px !important;
}
.tableRespond th {
  border-top: 0 !important;
  background: #f5f5f5;
}
.tableRespond td {
  border-bottom: 1px solid #ddd;
}
.respondBtn li {
  margin: 35px 0 0 0;
  border: 1px solid #ddd;
  /*box-shadow: 1px 0px 35px rgba(0,0,0,.1);*/
  /*兼容ie8*/
}
.respondBtn li a {
  padding-left: 31px;
  display: block;
  line-height: 70px;
  font-size: 30px;
}
.respondBtn li .iconfont {
  display: inline-block;
  width: 85px;
  margin-right: 10px;
  font-size: 50px;
}
.respondBtn li img {
  display: inline-block;
  width: 85px;
  margin-right: 10px;
}
.respondBtn li:first-child + li a {
  background-color: #1269c0;
  color: #fff;
}
.respondImgList {
  padding: 0 0 15px 0;
}
.respondImgList li {
  margin: 15px 0 25px;
  height: 170px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
.respondImgList li img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.respondImgList li .intro {
  padding: 0 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
  opacity: 0;
  transition: all 0.6s;
  display: none;
}
.respondImgList li .intro span {
  display: table-cell;
  vertical-align: middle;
}
.respondImgList li .tag {
  padding: 5px 10px;
  display: inline-block;
  background: #1269c0;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.respondImgList li:hover .intro {
  opacity: 1;
  display: table;
}
.newstabContent .nav-tabs-line {
  border: none;
}
.newstabContent .nav-tabs-line li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.newstabContent .nav-tabs-line > li + li {
  padding-left: 5px;
}
.newstabContent .nav-tabs-line > li + li:after {
  display: none;
}
.newstabContent .nav-tabs-line .active > a {
  border: none !important;
}
.newstabContent .tab-content {
  padding: 35px 25px 25px 260px;
  margin: 8px 0 0 0;
  background: url(../imagess/RespondBg.jpg) no-repeat left top;
  background-size: auto 100%;
  height: 557px;
  border: 1px solid #ddd;
  /*box-shadow: 1px 0px 35px rgba(0,0,0,.1);*/
  overflow: hidden;
}
.newstabContent .newsolList {
  padding: 15px 0 0 15px;
  margin-top: 25px;
  border-top: 1px solid #ddd;
}
.newstabContent .newsolList li {
  padding: 10px 10px;
  font-size: 16px;
  position: relative;
}
.newstabContent .newsolList li .time {
  padding-top: 8px;
  display: block;
  color: #8f8f8f;
  font-size: 14px;
}
.newstabContent .newsolList li:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.graphicNewsList {
  padding-top: 10px;
}
.graphicNewsList li dl {
  height: 120px;
}
.graphicNewsList li dt {
  width: 28%;
  float: left;
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
}
.graphicNewsList li dt img {
  display: block;
  width: 100%;
}
.graphicNewsList li dd {
  margin-left: 30%;
  width: 70%;
  height: 100%;
  display: table;
  /*display: flex; flex-direction: column; justify-content: space-between;*/
}
.graphicNewsList li dd h4 {
  width: 100%;
  display: table-row;
}
.graphicNewsList li dd .intro {
  display: table-cell;
  vertical-align: bottom;
  color: #8f8f8f;
}
.imagesInterview {
  margin-left: -20px;
  margin-right: -20px;
}
.imagesInterview li .pic {
  height: 200px;
}
/*信件公示详情*/
.lettersPublicContent {
  padding: 25px;
}
/*信件概览*/
.lettersOverview {
  padding: 20px 0 50px;
}
.lettersOverview .titleborderB {
  margin: 0 0 20px;
  line-height: 36px;
}
.lettersOverview .tab-content {
  padding-top: 15px;
  line-height: 30px;
}
.wantWriteCont {
  padding: 10px 0;
}
.wantWriteCont .intro {
  line-height: 30px;
}
.wantWriteCont .intro a {
  color: #1269c0;
}
.wantWriteCont .rangeIntro {
  color: #8f8f8f;
  line-height: 26px;
}
.wantWriteCont .rangeIntro ol {
  margin-left: 15px;
}
.wantWriteCont .table-form {
  margin: 15px 0 40px -20px;
}
.wantWriteCont .table-form th,
.wantWriteCont .table-form td {
  padding: 8px 20px;
}
/*表单*/
.form-control {
  height: 40px;
}
/*部门*/
.departList {
  padding: 15px 0 30px;
}
.departList .chooseDl {
  margin-left: 5px;
  height: 110px;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
}
.departList .chooseDl li {
  margin: 5px 5px;
  width: 160px;
  float: left;
}
.departList .chooseDl li label {
  height: 40px;
  display: block;
  position: relative;
  cursor: pointer;
}
.departList .chooseDl li label .text {
  width: 160px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: all 0.2s ease;
  z-index: 1;
}
.departList .chooseDl li .radioCheck {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*改变的浏览器默认风格*/
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.departList .chooseDl li .radioCheck:focus {
  outline: none !important;
}
.departList .chooseDl li .radioCheck:checked + .text {
  background-color: #1269c0;
  border-color: #1269c0;
  color: #fff;
}
.departList .list-more {
  margin: 0 10px;
  background-color: #eee;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 1px;
  transition: all 0.2s ease;
  position: relative;
}
.departList .list-more:before {
  content: '展开';
  margin-right: 5px;
}
.departList.openList .chooseDl {
  height: auto;
}
.departList.openList .list-more:before {
  content: '收起';
}
.departList.openList .list-more .glyphicon-menu-down:before {
  content: "\e260";
}
/*左侧栏通用*/
.sideTitle {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #1269c0;
  padding-left: 20px;
}
.nav-stacked li > a {
  padding-left: 58px;
  display: block;
  color: #6C6C6C;
  font-size: 20px;
}
.nav-stacked li.active > a,
.nav-stacked li > a:focus,
.nav-stacked li > a:hover {
  color: #1269c0;
  background-color: #FFF1F0;
  border-right: 4px solid #1269c0;
}
/* 布局常亮 */
.boxShadow {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.borderBottomTwo {
  border-bottom: 2px solid #616161;
}
.borderBottomThree {
  border-bottom: 3px solid #616161;
}
.videoBanBackground {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
}
.backgroundFilter {
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#29000000);
}
.backgroundFilterB {
  background: rgba(23, 112, 214, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#491770D6, endColorstr=#491770D6);
}
.videoDataSubject {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/DataRelease_banner.png);
}
.videoDataSubject .publishBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/DataRelease_publish.png);
}
.videoDataSubject .resultBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/DataRelease_result.png);
}
.videoDataSubject .subjectBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/DataRelease_subject.png);
}
.content .mainDataSubject {
  overflow: inherit;
}
.dataSubjectTitle {
  padding: 15% 0 0 25px;
  font-size: 50px;
  color: #fff;
}
.dataSubjectnav {
  background: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.dataSubjectnav .menu-item {
  color: #000;
  line-height: 84px;
}
.dataSubjecNews {
  position: relative;
  overflow: hidden;
}
.dataSubjecNews:after {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 40px;
  left: 15px;
}
.dataSubjecNews [class*=grid-col-] {
  position: relative;
}
.dataSubjecNews [class*=grid-col-]:after {
  content: '';
  width: 1px;
  height: calc(100% - 60px);
  border-left: 1px dashed #ddd;
  position: absolute;
  top: 40px;
  right: -1px;
}
.dataSubjecNews [class*=grid-col-]:last-child:after {
  display: none;
}
.dataSubjecNews .nav-tabs-line {
  border: none;
}
.DataSubjectSwiper {
  padding: 40px 0 20px;
}
.DataSubjectSwiper .swiperBox {
  height: 400px;
  overflow: hidden;
}
.DataSubjectSwiper .swiperBox .swiper-container {
  height: 100%;
}
.DataSubjectSwiper .swiperBox .swiper-container .swiper-wrapper {
  height: 100%;
}
.DataSubjectSwiper .swiperBox .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
}
.DataSubjectSwiper .swiperBox .swiper-container .swiper-slide .title {
  padding-left: 15px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#29000000);
  color: #fff;
}
.DataSubjectSwiper .swiperBox .swiper-container .swiper-pagination {
  padding-right: 15px;
  bottom: 0;
  height: 42px;
  line-height: 48px;
  text-align: right;
}
.DataSubjectSwiper .swiperBox .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fff;
}
.DataSubjectSwiper .swiperBox .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1130ae;
}
/*最新专题*/
.featuresbox {
  padding: 30px 0;
}
.featuresbox .featuresList {
  margin: 0 -25px;
}
.featuresbox .featuresList li {
  padding: 15px 25px;
  width: 50%;
  float: left;
}
.featuresbox .featuresList li .pic {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.featuresbox .featuresList li .pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.featuresbox .featuresList li .title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*数字化成果*/
.digitalResults {
  padding: 30px 0 0;
}
.digitalResults .resultsInfo .contentText {
  padding: 10px 0;
  color: #999;
}
.digitalResults .serveResults {
  padding: 25px 0 0;
}
.digitalResults .serveResults h3 {
  padding-bottom: 10px;
  border-bottom: 3px solid #616161;
}
.digitalResults .serveResults .serveList {
  margin: 5px -40px;
}
.digitalResults .serveResults .serveList li {
  padding: 25px 20px 25px 30px;
  margin: 25px 40px;
  width: calc(33.33% - 80px);
  float: left;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.digitalResults .serveResults .serveList li dt img {
  max-width: 100%;
  display: block;
}
.digitalResults .serveResults .serveList li dt h4 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.digitalResults .serveResults .serveList li dd {
  position: relative;
}
.digitalResults .serveResults .serveList li dd .intro {
  height: 82px;
  color: #969696;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.digitalResults .serveResults .serveList li dd .introHover {
  padding: 15px;
  width: 300px;
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: all 0.6s;
}
.digitalResults .serveResults .serveList li dd:hover .introHover {
  display: block;
}
.digitalResults .serveResults .serveList li .enterIntoBtn {
  padding: 0 15px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #1269c0;
  border-radius: 2px;
  font-size: 16px;
  color: #1269c0;
}
/* 走进柳州首页 */
.videoInLzBackground .InLzNewsBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/zjlzbj_1.png);
}
.videoInLzBackground .InLzKnowBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/zjlzbj_1.png);
}
.videoInLzBackground .InLzInvestBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/zjlzbj_2.png);
}
.videoInLzBackground .InLzTourBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/zjlzbj_3.png);
}
.mainIntoLz {
  overflow: inherit;
  padding: 20px 0 20px 0;
}
.InLzNavMain {
  width: 1220px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.intoLzNav {
  background: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.intoLz-menu {
  width: 1220px !important;
  margin: 0 auto;
}
.intoLz-menu .menu-item {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  cursor: pointer;
  width: 25%!important;
  float: left!important;
  overflow: hidden;
}
.intoLz-menu .menu-item a {
  color: #000;
  line-height: 84px;
}
.intoLz-menu .menu-item.active,
.intoLz-menu .menu .menu-item:hover {
  color: #fff;
  background-color: #d9000e;
}
/* 新闻中心 */
.top-notic .informNotic {
  box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.12);
  height: 380px;
}
.top-notic .informNotic .nav-justified {
  font-size: 20px;
}
.top-notic .informNotic .tab-content {
  margin: 0 10px 10px 10px;
}
.top-notic .text-info {
  color: #ccc;
  font-size: 12px;
}
.top-notic .day {
  font-size: 36px;
  display: block;
  padding-right: 10px;
}
.top-notic .icon-right {
  font-size: 18px;
  display: block;
  padding-right: 20px;
  color: #ccc;
}
/* 认识柳州 */
.knowLzSurvey .knowLz-survey {
  margin: 10px;
  height: 360px;
  overflow: hidden;
  overflow-y: auto;
}
.knowLzSurvey .thumbnail {
  text-align: center;
  border: none;
}
.knowLzSurvey .know-btn .btn {
  background: #FFFFFF;
  margin: 8px 10px 0 0 ;
}
.knowLzSurvey .know-btn .btn .iconfont {
  font-size: 20px;
  margin: 0 8px 0 0;
}
/* 投资柳州 */
.investLz-state {
  margin-bottom: 10px;
}
.investLz-state .thumbnail {
  border: none;
}
.investLz-info {
  margin-bottom: 10px;
}
.investLz-info .EconomicModule {
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.12);
  height: 350px;
}
.investLz-info .EconomicModule .nav-justified {
  font-size: 20px;
}
.investLz-info .EconomicModule .tab-content {
  padding: 15px 10px 10px 20px;
}
.investLz-info .EconomicModule .tab-content .econoModuleRow {
  margin: 10px 0 10px 0;
}
.investLz-info .EconomicModule .label {
  font-size: 14px;
  border-radius: 0;
}
.investLz-info .EconomicModule .label-default {
  border-left: 5px solid #1269c0;
}
.InvestLz-project {
  margin-bottom: 20px;
  height: 335px;
}
.InvestLz-project .InvestLz-sideList li a {
  font-size: 14px;
  padding-left: 10px;
}
/* 游玩柳州 */
.TourLz-cultural .featuresbox {
  padding: 0!important;
}
.TourLz-cultural .featuresbox .featuresList {
  margin: 0 -25px;
}
.TourLz-cultural .featuresbox .featuresList li {
  padding: 10px 25px;
  width: 50%;
  float: left;
}
.TourLz-cultural .featuresbox .featuresList .pic {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.TourLz-cultural .featuresbox .featuresList .pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.TourLz-end .pic-content .img-list {
  overflow: hidden;
  float: left;
  margin: 0 5px;
}
.TourLz-end .pic-content .img-list-item {
  float: left;
  text-align: left;
}
.TourLz-end .pic-content .img-main {
  display: inline-block;
  position: relative;
  width: 277px;
  padding-top: 160px;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  margin-bottom: 10px;
  margin-top: 3px;
}
.TourLz-end .pic-content .img-title {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #313131;
  font-weight: bold;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.TourLz-end .pic-content .img-explain {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #818181;
  font-weight: normal;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 公用模板样式*/
.breadcrumb {
  background-color: #FFFFFF;
}
.breadcrumb > li + li:before {
  color: #CCCCCC;
  content: "> ";
  padding: 0 5px;
}
.breadcrumb {
  background: none;
}
.videoAffairPublic {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background-image: url(../../city/imagess/affairPublic_banner.png);
  background-size: 100% auto;
}
.videoAffairPublic .dataSubjectTitle {
  padding-top: 6%;
  text-align: center;
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 2px 6px #333;
  font-family: "黑体";
  font-weight: 600;
}
/* 溢出滚动 */
.client-detail {
  position: relative;
}
.slimScrollDiv > * {
  overflow: hidden;
}
.slimScrollRail,
.slimScrollBar {
  width: 10px!important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.slimScrollBar {
  background: #1269c0 !important;
}
.slimScrollRail {
  background: #eee !important;
}

/** 头部背景部分 **/
.publicService-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
  background: url(../imagess/bsfwbj.png);
}
.publicService-bg .InLzNewsBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 500px;
}
.pubSerNav-bg {
  width: 1220px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  text-align: center;
}
.pubSerNav-bg img {
  display: inline-block;
  /*默认有图片不显示*/
  position: absolute;
  /*绝对定位.对应的是.pic这个div*/
  top: 0px;
  left: 0px;
  margin-left: -320px;
}
.pubSerNav-menu {
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
.pubSerNav-menu .iconfont {
  display: inline-block;
  padding-top: 4px;
  font-size: 45px;
  line-height: 48px;
  margin-right: 10px;
  color: #003399;
}
.pubSerNav {
  background: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.pubSerNav .menu-item a {
  color: #000;
  line-height: 84px;
}
.Ser-advert {
  background-color: #d9000e;
}
/** end头部背景部分 **/
.livelihood {
  padding-top: 20px;
}
.livelihood h3 {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}
.livelihood .box-module {
  margin: 0 5px;
}
.livelihood .thumbnail {
  text-align: center;
  border: none;
  background: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.12);
  width: 277px;
  float: left;
  margin: 10px;
}
.livelihood .thumbnail .iconfont {
  display: inline-block;
  padding-top: 10px;
  font-size: 60px;
  color: #000;
}
.livelihood .thumbnail h4 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 600;
}
.livelihood .thumbnail .breadcrumb {
  background-color: #fff;
  padding: 8px 5px;
}
.livelihood .thumbnail .breadcrumb > li + li:before {
  content: "|";
}
.livelihood .thumbnail .breadcrumb a {
  font-size: 14px;
  color: #969696;
}
.livelihood .thumbnail .breadcrumb ul li {
  margin-left: 10px ;
  margin-right: 10px ;
}
.publicService-tail h3 {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}
.mainPubSerDetails {
  padding: 50px 0;
  background: url(../imagess/bsfwbj.png) no-repeat center top;
  background-size: auto;
}
.mainPubSerDetails .main {
  padding: 15px 20px;
  background: #fff;
}
.mainPubSerDetails .title {
  background: url(../imagess/bsfwbj.png) no-repeat;
  height: 86px;
  padding-top: 26px;
  padding-left: 25px;
}
.mainPubSerDetails .title_name {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.mainPubSerDetails .hot_query {
  margin-bottom: 10px;
}
.mainPubSerDetails .hot_query h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1269c0;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #1269c0;
  margin: 15px 30px 5px;
}
.mainPubSerDetails .hot_query .hotQuery_row {
  text-align: center;
  padding: 10px 10px 10px 65px;
}
.mainPubSerDetails .hot_query .hotQuery_row .col-md-4 {
  font-size: 16px;
  line-height: 56px;
  width: 320px;
  height: 56px;
  background: #eee;
  margin: 10px;
  border-radius: 10px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainPubSerDetails .hot_query .hotQuery_row .col-md-4:hover {
  background-color: #1269c0;
}
.mainPubSerDetails .hot_query .hotQuery_row .col-md-4:hover a {
  color: #fff;
}
.mainPubSerDetails .hot_query .hotQuery_row .col-md-3 {
  font-size: 16px;
  line-height: 45px;
  width: 250px;
  height: 45px;
  background: #eee;
  margin: 10px 10px 5px;
  border-radius: 10px;
  float: left;
}
.mainPubSerDetails .hot_query .hotQuery_row .col-md-3:hover {
  background-color: #1269c0;
}
.mainPubSerDetails .hot_query .hotQuery_row .col-md-3:hover a {
  color: #fff;
}
/***企业开办 ***/
.mainPubSerDetails_qykblc {
  height: 180px;
  margin-left: 80px;
  text-align: center;
}
.mainPubSerDetails_qykblc .thumbnail {
  width: 200px;
  float: left;
  margin: 15px;
  height: 150px;
}
.mainPubSerDetails_qykblc .thumbnail .iconfont {
  font-size: 60px;
  color: #dcdcdc;
}
.mainPubSerDetails_qykblc .lc-titile {
  width: 100px;
  height: 170px;
  background-color: #0077AA;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 10px;
  color: #fff;
  margin-right: 50px;
}
.mainPubSerDetails_qykblc .lc-qrrow {
  float: left;
  font-size: 40px;
  line-height: 180px;
}
/*----------公共服务 老年人服务---------*/
.nav-tabs-line .nav-tabs-line-more > a {
  font-size: 14px;
  color: #8f8f8f;
}
/*左侧tab*/
.nav-sidebar li {
  padding-bottom: 5px;
}
.nav-sidebar li a {
  background-color: #FFF1F0;
  line-height: 24px;
  border-right: 4px solid #1269c0;
}
.nav-sidebar li a:hover,
.nav-sidebar li.active a {
  color: #fff;
  background-color: #1269c0;
}
.BanPublicService {
  margin: 5px 0 10px;
  background: url(../imagess/serveImg.png) no-repeat center top / 100% 100%;
  height: 230px;
}
.nav-tabs-lineTwo {
  padding-left: 10px;
  border-color: #1269c0;
  border-width: 3px;
}
.nav-tabs-lineTwo li.active .more {
  float: right;
}
.publicService {
  /*tab-content*/
}
.publicService .titleBig {
  padding: 15px 0;
  color: #1269c0;
}
.publicService .lyboxContent {
  overflow: hidden;
}
.publicService .lyboxContent .article-txt {
  margin: 20px 0;
  height: 240px;
  overflow-y: auto;
}
.publicService .lyboxContent .article-txt .tableRespond {
  font-size: 14px;
}
.publicService .lyboxContent .article-txt .article-list {
  height: auto;
}
.publicService .lyboxContent .article-list {
  margin: 20px 0;
  height: 190px;
  overflow-y: auto;
}
.publicService .lyboxContent .article-list li {
  padding-bottom: 15px;
}
.publicService .lyboxContent .article-button {
  margin: 0 10px;
}
.publicService .lyboxContent .article-button .btn {
  margin: 0 5px 10px;
  display: block;
  text-align: center;
}
.publicService .lyboxContent .article-button .btn:last-child {
  margin-bottom: 0;
}
.publicService .lyboxContent .article-button li {
  margin-bottom: 10px;
  width: 50%;
  float: left;
}
.publicService .lyboxContent .article-button li:last-child {
  margin-bottom: 0;
}
.publicService .lyboxContent.lyboxHeight .article-txt,
.publicService .lyboxContent.lyboxHeight .article-list {
  height: auto;
}
.publicService .cj-zn-button {
  margin: 0 -20px;
}
.publicService .cj-zn-button li {
  margin: 20px 20px 0;
  width: 30%;
  float: left;
}
.publicService .cj-zn-button li a {
  padding-left: 20px;
  display: block;
  line-height: 45px;
  background: #F1F2F3;
  font-size: 16px;
}
.publicService .cj-zn-button li.active a,
.publicService .cj-zn-button li a:hover {
  background: #1269c0;
  color: #fff;
}
.publicService .tab-content {
  border: 1px solid #ddd;
}
.publicService .tab-content .lyboxContent .article-txt {
  padding: 10px 20px;
  margin: 0;
}
.publicService .urban-rural-rort {
  margin: 30px 0 25px;
}
.publicService .urban-rural-rort li {
  padding: 0 5%;
  width: 50%;
  float: left;
}
.publicService .urban-rural-rort li a {
  padding: 25px 30px;
  display: block;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
  color: #333;
}
.publicService .urban-rural-rort li span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
}
.publicService .urban-rural-rort li.active span {
  color: #1269c0;
}
.publicService .dataSubjecNews [class*=grid-col-]:after {
  height: calc(100% - 10px);
}
.content .main {
  position: relative;
  z-index: 1;
}
img {
  max-width: 100%;
}
.transition {
  transition: all 0.3s;
}
.website-groupBg {
  padding: 15px 20px;
  margin-bottom: 25px;
  background-color: #fff;
}
/*头部*/
.home .wangting-logo {
  display: none;
}
/*.home .header-bar {
  background: transparent;
}*/
.home .home-search-text {
  margin-bottom: 45px;
  text-shadow: 2px 2px 1px #fff;
}
.home-logo {
  width: 100%;
  /*height: 240px;*/
 	padding: 64px 0px;
}
.home #main {
  position: relative;
  z-index: 10;
}
.header-bar .little-menu-iconfont {
  margin-top: 0;
  color: #ff1524;
  font-size: 40px;
}
.logoAndSearch {
  height: 144px;
}
.logoAndSearch .logo img {
  width: auto;
  height: 110px;
  top: 32px;
}
.logoAndSearch .search {
  margin-top: 37px;
}
/*柳东首页大背景*/
.bg-swiper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 1220px;
	height: 100%;
	min-height: 850px;
	z-index: -1;
}
.bg-swiper .swiper-button-next,
.bg-swiper .swiper-button-prev {
  top: 40%;
  margin-top: -22px;
  background: none;
  width: 70px;
  height: 70px;
  border-left: 10px solid rgba(255, 255, 255, 0.8);
  border-top: 10px solid rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.bg-swiper .swiper-button-next {
  transform: rotate(135deg);
  right: 50px;
}
.bg-swiper .swiper-button-prev {
  transform: rotate(-45deg);
  left: 50px;
}
.liudongBg {
  padding: 45px 0 5px;
  background: url(../../img/liudongBanner.jpg) no-repeat center top;
  background-size: auto;
  /*互动回应首页banner*/
}
.liudongBg .liudongMain {
  padding: 20px;
  background-color: #fff;
  min-height: 500px;
}
.liudongBg .videoRespond {
  margin-top: -45px;
  background: none;
}
.liudongBg .videoRespond .banMain {
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#49000000, endColorstr=#29000000);
}
.liudongBg .videoRespond .abilityfaqBox {
  padding: 25px 0 0 165px;
  height: 390px;
  background: url(../imagesq/faqLeft.png) no-repeat 10px bottom;
  background-size: 260px auto;
}
.liudongBg .videoRespond .abilityfaqBox dt {
  padding: 15px 25px;
  width: 60%;
  border-radius: 15px;
  background: #fff;
  line-height: 34px;
  color: #5f5f5f;
  font-size: 24px;
  position: relative;
}
.liudongBg .videoRespond .abilityfaqBox dt:after {
  content: '';
  width: 25px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 30px;
  bottom: -8px;
  transform: skewY(-65deg) rotate(-45deg);
}
.liudongBg .videoRespond .abilityfaqBox dt h4 {
  padding-bottom: 10px;
  font-size: 20px;
}
.liudongBg .videoRespond .abilityfaqBox dt h5 {
  position: relative;
  z-index: 1;
}
.liudongBg .videoRespond .abilityfaqBox dd {
  padding: 40px 0 0 150px;
}
.liudongBg .videoRespond .abilityfaqBox dd li,
.liudongBg .videoRespond .abilityfaqBox dd li a {
  color: #fff;
}
.liudongBg .videoRespond .abilityfaqBox dd li {
  padding: 10px 0;
  width: 33.33%;
  float: left;
  font-size: 15px;
}
.liudongBg .videoRespond .abilityfaqBox dd li:last-child {
  list-style-type: none;
}
/*政务公开*/
.videoAffairPublic {
  height: 410px;
  background-image: url(../imagesq/liudongBanner.jpg);
}
.videoAffairPublic .dataSubjectTitle {
  padding-top: 6%;
  font-weight: 600;
  font-family: "黑体";
}
.content .affairPublicMainBg .SuccessfulTip {
  margin: -10px -36px 0;
}
/*纪检监察举报方式*/
.monitorInformBox {
  padding: 15px 10px 10px;
  margin: 0 0;
  border-bottom: 2px solid #d7d7d7;
}
.monitorInformBox dl {
  margin-bottom: 0;
}
.monitorInformBox .reportWayL {
  padding-top: 23px;
}
.monitorInformBox .reportWayL dt {
  float: left;
}
.monitorInformBox .reportWayL dd {
  padding: 0 0 20px 75px;
}
.monitorInformBox .reportWayL dd span {
  margin-right: 30px;
}
.monitorInformBox .reportWayR dt {
  float: right;
  width: 40px;
}
.monitorInformBox .reportWayR dt a {
  padding: 24px 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  white-space: normal;
  word-wrap: break-word;
}
.monitorInformBox .reportWayR dd {
  padding: 0 70px 0 0;
  text-align: center;
  font-size: 18px;
}
.monitorInformBox .reportWayR dd img {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
/*柳东新区*/
.homeImagesNews .swiper-slide {
  padding: 0 15px;
}
.homeImagesNews .swiper-slide .pic {
  height: 165px;
}
.homeImagesNews .swiper-slide .pic img {
  height: 100%;
}
.ldmapBox {
  padding-top: 10px;
  height: 350px;
}
.ldaboutBox {
  line-height: 30px;
}
/*政务服务*/
.qiyecbBg {
  background: url(../imagesq/qycbBg.jpg) no-repeat center top;
}
.qiyecbBg .videoBox {
  padding: 290px 0 0 70px;
  height: 440px;
}
.qiyecbBg .nav-tabs.nav-justified {
  margin: 0 -20px;
  width: auto;
  display: block;
}
.qiyecbBg .nav-tabs.nav-justified li {
  margin: 20px 20px 0;
  float: left;
  width: 30%;
  background: #F1F2F3;
}
.qiyecbBg .nav-tabs.nav-justified li a {
  padding-left: 25px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
}
.ldzsyzBg,
.ldjynsBg,
.ldkjhfwBg,
.liudongHomeBg {
  background: url(../imagesq/ldzsyzBg.jpg) no-repeat center top;
}
.ldzsyzBg .banMain,
.ldjynsBg .banMain,
.ldkjhfwBg .banMain,
.liudongHomeBg .banMain {
  margin-bottom: 20px;
  min-height: 480px;
}
.ldzsyzBg .banMain .banText,
.ldjynsBg .banMain .banText,
.ldkjhfwBg .banMain .banText,
.liudongHomeBg .banMain .banText {
  padding: 7% 0 0 60px;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
.ldzsyzBg .banMain .banText h1,
.ldjynsBg .banMain .banText h1,
.ldkjhfwBg .banMain .banText h1,
.liudongHomeBg .banMain .banText h1 {
  margin-bottom: 30px;
  font-size: 60px;
}
.ldzsyzBg .banMain .banText h4,
.ldjynsBg .banMain .banText h4,
.ldkjhfwBg .banMain .banText h4,
.liudongHomeBg .banMain .banText h4 {
  width: 440px;
  line-height: 28px;
  letter-spacing: 3px;
}
.ldzsyzBg .banMain .menu .menu-item,
.ldjynsBg .banMain .menu .menu-item,
.ldkjhfwBg .banMain .menu .menu-item,
.liudongHomeBg .banMain .menu .menu-item {
  line-height: 80px;
}
.ldzsyzBg .banMain .menu .menu-item .iconfont,
.ldjynsBg .banMain .menu .menu-item .iconfont,
.ldkjhfwBg .banMain .menu .menu-item .iconfont,
.liudongHomeBg .banMain .menu .menu-item .iconfont {
  margin-right: 5px;
  font-size: 50px;
  vertical-align: -8px;
}
.ldzsyzBg .banMain .menu .menu-item.active,
.ldjynsBg .banMain .menu .menu-item.active,
.ldkjhfwBg .banMain .menu .menu-item.active,
.liudongHomeBg .banMain .menu .menu-item.active,
.ldzsyzBg .banMain .menu .menu-item:hover,
.ldjynsBg .banMain .menu .menu-item:hover,
.ldkjhfwBg .banMain .menu .menu-item:hover,
.liudongHomeBg .banMain .menu .menu-item:hover {
  background-color: #1269c0;
}
.ldzsyzBg .banMain .ldjynsed,
.ldjynsBg .banMain .ldjynsed,
.ldkjhfwBg .banMain .ldjynsed,
.liudongHomeBg .banMain .ldjynsed {
  padding-top: 50px;
}
.ldzsyzBg .banMain .ldjynsed li,
.ldjynsBg .banMain .ldjynsed li,
.ldkjhfwBg .banMain .ldjynsed li,
.liudongHomeBg .banMain .ldjynsed li {
  margin-left: 35px;
  width: 200px;
  float: left;
}
.ldzsyzBg .banMain .ldjynsed li a,
.ldjynsBg .banMain .ldjynsed li a,
.ldkjhfwBg .banMain .ldjynsed li a,
.liudongHomeBg .banMain .ldjynsed li a {
  padding: 0 10px;
  display: block;
  height: 200px;
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  transition: all 0.3s;
  font-size: 20px;
}
.ldzsyzBg .banMain .ldjynsed li a:hover,
.ldjynsBg .banMain .ldjynsed li a:hover,
.ldkjhfwBg .banMain .ldjynsed li a:hover,
.liudongHomeBg .banMain .ldjynsed li a:hover {
  border-color: #fff;
  box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);
}
.ldzsyzBg .banMain .ldjynsed li a .iconfont,
.ldjynsBg .banMain .ldjynsed li a .iconfont,
.ldkjhfwBg .banMain .ldjynsed li a .iconfont,
.liudongHomeBg .banMain .ldjynsed li a .iconfont {
  display: block;
  font-size: 90px;
}
.ldjynsBg {
  background-image: url(../imagesq/ldjynsBg.jpg);
}
.ldjynsBg .banMain {
  margin-bottom: 40px;
}
.ldkjhfwBg {
  background-image: url(../imagesq/ldkjhfwBg.jpg);
}
.ldkjhfwBg .banMain {
  margin-bottom: 40px;
}
.liudongHomeBg {
  background-image: url(../imagesq/liudongBanner.jpg);
  overflow: hidden;
  /*banner切换*/
}
.liudongHomeBg .livelihood {
  padding-bottom: 50px;
}
.liudongHomeBg .livelihood .thumbnail {
  margin: 25px 20px;
  width: calc(25% - 40px);
  float: left;
  transition: all 0.3s;
}
.liudongHomeBg .livelihood .thumbnail .breadcrumb {
  background: transparent ;
}
.liudongHomeBg .livelihood .thumbnail .iconfont {
  font-size: 80px;
}
.liudongHomeBg .livelihood .thumbnail:hover {
  background: #1269c0;
  color: #fff;
  cursor: pointer;
  box-shadow: 1px 0px 25px rgba(47, 84, 235, 0.72);
}
.liudongHomeBg .livelihood .thumbnail:hover a,
.liudongHomeBg .livelihood .thumbnail:hover .iconfont {
  color: #fff;
}
.liudongHomeBg .banMain {
  height: 500px;
}
.liudongHomeBg .swiperHomeBan {
  height: 100%;
}
.liudongHomeBg .swiperHomeBan .swiper-container,
.liudongHomeBg .swiperHomeBan .swiper-wrapper,
.liudongHomeBg .swiperHomeBan .swiper-wrapper img {
  height: 100%;
}
.liudongHomeBg .swiperHomeBan .swiper-container {
  overflow: visible;
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-slide {
  overflow: hidden;
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-slide img {
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination {
  bottom: 0;
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 33.33%;
  float: left;
  background: transparent;
  border-radius: 0;
  height: auto;
  opacity: 1;
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet .iconfont {
  color: #1269c0;
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background: #1269c0;
}
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet-active a,
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet:hover a,
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet-active .iconfont,
.liudongHomeBg .swiperHomeBan .swiper-container .swiper-pagination .swiper-pagination-bullet:hover .iconfont {
  color: #fff;
}
.BanSpecialjyyc {
  background-image: url(../imagesq/ldjyfw.jpg);
}
/*柳东网站*/
.top-tools,
.top-time,
.logo {
  display: none;
}
.wangting-top-tools,
.wangting-top-time,
.wangting-logo {
  display: block;
}
.header-bar .header-bar-main:before,
.header-bar .header-bar-main:after {
  content: " ";
  display: table;
}
.header-bar .header-bar-main:after {
  clear: both;
}
.header-bar .header-bar-main:before,
.header-bar .header-bar-main:after {
  content: " ";
  display: table;
}
.header-bar .header-bar-main:after {
  clear: both;
}
.header-bar .header-bar-main .layout-fixed,
.header-bar .header-bar-main .layout-body,
.header-bar .header-bar-main .layout-fixed-l,
.header-bar .header-bar-main .layout-fixed-r,
.header-bar .header-bar-main .layout-fixed-t,
.header-bar .header-bar-main .layout-fixed-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header-bar .header-bar-main > .layout-fixed {
  position: relative;
  z-index: 99;
}
.header-bar .header-bar-main > .layout-body {
  position: relative;
  z-index: 98;
}
.header-bar .header-bar-main > .layout-body > .layout-body-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-bar .header-bar-main > .layout-fixed-l,
.header-bar .header-bar-main > .layout-fixed-r {
  position: relative;
  z-index: 99;
  height: 100%;
}
.header-bar .header-bar-main > .layout-fixed-l {
  float: left;
  width: 150px;
}
.header-bar .header-bar-main > .layout-fixed-r {
  float: right;
  width: auto;
}
.header-bar .header-bar-main > .layout-body {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  /*margin-left: -150px;
  padding-left: 150px;
  margin-right: -260px;
  padding-right: 260px;*/
}


/*首页图标*/
.iconicon-daohang-shouye:before{
	height: 60px;
  display: block;
  margin-top: -6px;
}

.bg-swiper .swiper-container .swiper-slide img{
	width: auto;
	margin: auto;
	display: block;
}
.bg-swiper .swiper-container .swiper-slide{
	opacity: 0 !important;
}
.bg-swiper .swiper-container .swiper-slide-active{
	opacity: 1 !important;
}


.grid-lay-12{
	padding: 0 10px;
}



/*首页开始*/
.search2{
	  width: 100%;
    background: #fff;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
    margin: 0 auto;
}
.home-search{
	margin-top: 9px;
	margin-right: 10px;
}
.home-search-tlt span{
	float: left;
	padding-left: 10px;
	position: relative;
}
.home-search-tlt span:after{
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 2px;
	height: 20px;
	background: #0165b0;
}
.rdlist{
	float: left;
	width: auto;
	display: inline-block;
}
.rdlist a{
	color: #FF6E01;
}
.home .news .nav-tabs-line {
  border-bottom: none;
}
.home .news .nav-tabs-line>li.active>a, .home .news .nav-tabs-line>li.active>a:focus, .home .news .nav-tabs-line>li.active>a:hover{
	border-bottom: none;
}
.home .news .nav-tabs-line>li+li:after {
  display: none;
}
.home .news .nav-tabs-line>li>a{
	margin-right: 0;
	text-align: center;
	width: 113.8px;
	height: 51px;
	padding: 0;
	font-size: 18px;
	line-height: 51px;
	border-bottom: none;
	background: #eeeeee;
	cursor: pointer;
}
.home .news .nav-tabs-line>li+li {
    padding-left: 0;
    margin-left: 0;
}
.home .news .nav-tabs-line>li {
    margin-bottom: 0;
    margin-right: 4px;
    font-size: 14px;
    line-height: 36px;
}
.home .news .nav-tabs-line>li:last-child{
    margin-right: 0;
}
.home .news .nav-tabs-line>li.active>a{
	color: #fff;
	background: transparent;
}
.home .news .nav-tabs-line>li.active{
	height: 57px;
	background: url(../../imagesq/rongan/active.png) no-repeat top center;
}
.home .news .list-group-item{
	padding: 0;
	border-bottom: none;
	padding-left: 15px;
	background: url(../../imagesq/rongan/li_ico1.png) no-repeat left;
}
.home .news .list-group-item .layout-columns{
	line-height: 36px;
	height: 36px;
}
.news_first p{
	font-size: 18px;
	color: #0168b4;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_first p:hover,.news_first span:hover{
	color: #ff0000;
}
.news_first span{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.news_first{
	margin-bottom: 13px;
}
.home .news .list-group{
	margin-bottom: 0;
}
.home-notice {
	width: 1124px;
	height: 110px;
	display: block;
	float: right;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}
.home-notice .bd ul li {
	width: 255px;
	height: 94px;
	float: left;
	display: block;
	overflow: hidden;
	margin: 7px 13px;
}
.home-notice .bd ul li a {
	width: 253px;
	height: 94px;
	display: block;
	border: 1px solid #EDEDED;
	overflow: hidden;
}
.home-notice .bd ul li a img{
	width: 100%;
	height: 100%;
	display: block;
}
.home-notice .bd .tempWrap{
	width: 100% !important;
}
.home .home-rows {
	height: 110px;
	border: 1px solid #EDEDED;
	display: block;
	overflow: hidden;
}
.home .home-rows .title {
	width: 50px;
	text-align: center;
	font-size: 16px;
	height: 107px;
	background: url(../../imagesq/rongan/zt_in_ico.png) no-repeat right center #0168B3;
	color: #fff;
	float: left;
	padding: 10px 10px 0;
	cursor: pointer;
}
.ggfw_three .grid-col-4 .title {
    height: 45px;
    line-height: 45px;
    background: url(../../imagesq/rongan/tab_bg.png) no-repeat center left;
    width: 100%;
    border-bottom: 2px solid #0168B3;
    display: block;
}
.ggfw_three .grid-col-4 .title a {
    color: #fff;
    padding-left: 18px;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.hdhy ul li{
	width: 50%;
	height: 137px;
	border: 1px solid #eeeeee;
	float: left;
	text-align: center;
	background: #f4f4f4;
}
.hdhy ul li:nth-child(1),.hdhy ul li:nth-child(2){
	margin-bottom: 0;
}
.hdhy ul li:nth-child(2),.hdhy ul li:nth-child(4){
	margin-left: 0;
}
.hdhy ul li a{
	display: block;
	width: 100%;
	height: 100%
}
.hdhy ul li a img{
	margin-top: 15px;
	opacity: 0.8;
}
.hdhy ul li a:hover img{
	opacity: 1;
}
.hdhy ul li a p{
	margin-top: 15px;
	font-size: 12px;
}
.hdhy ul li a:hover{
	color: #ff0000;
}
.cycximg {
    border: 1px solid #DCD3C2;
    width: 100%;
    height: 104px;
    overflow: hidden;
    margin: 10px 0px;
}
.cyfw_list {
    border: 1px solid #EDEDED;
    height: 150px;
    overflow: hidden;
    padding: 15px 10px;
    margin-bottom: 0;
}
.cyfw_list li {
    float: left;
    display: block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    font-size: 14px;
    background: url(../../imagesq/rongan/li_ico1.png) no-repeat left center;
}
.lstdimg {
    border: 1px solid #EDEDED;
    width: 380px;
    height: 264px;
    overflow: hidden;
    margin-top: 10px;
}
.zhaunti2 .swiper-container-horizontal>.swiper-pagination-bullets,.zhaunti2  .swiper-pagination-custom,.zhaunti2  .swiper-pagination-fraction{
	width: auto;
	left: auto;
	bottom: 4px;
	right: 10px;
}
.zhaunti2 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.zhaunti2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff0000;
}
.zw ul{
	display: inline-block;
	width: 100%;   
	margin-bottom: 4px;
}
.zw li a{
	width: 122px;
	height: 93px;
	float: left;
	font-size: 16px;
	text-align: center;
	padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
	margin-right: 6px;
	border-radius: 6px;
	border: 1px solid #035ba9;
  background-position-x: 50% !important;
  background-position-y: 10px !important;
}
.zw li a{
	color: #035ba9;
	display: block;
}
.zw li:nth-child(3) a{
	margin-right: 0;
}
.zw .qzqd a{
	padding-top: 56px;
	background: url(../../imagesq/rongan/qzqd.png) no-repeat;
	background-position-y: 12px !important;
}
.zw .qzqd a:hover{
	color: #fff;
	background: url(../../imagesq/rongan/qzqd2.png) no-repeat #035ba9;
}
.zw .czyjs a{
	color: #e60012;
	padding-top: 56px;
	background: url(../../imagesq/rongan/czyjs.png) no-repeat;
	border: 1px solid #e60012;
	background-position-y: 12px !important;
}
.zw .czyjs a:hover{
	color: #fff;
	background: url(../../imagesq/rongan/czyjs2.png) no-repeat #e60012;
}
.zw .yxlc a{
	font-size: 14px;
	line-height: 18px;
	background: url(../../imagesq/rongan/yxlc.png) no-repeat;
}
.zw .yxlc a:hover{
	color: #fff;
	background: url(../../imagesq/rongan/yxlc2.png) no-repeat #035ba9;
}
.zw dd a{
	width: 185px;
	height: 43px;
	line-height: 43px;
	float: left;
	text-align: center;
	font-size: 18px;
	background: #d62727;
	color: #fff;
	display: block;
	margin-right: 8px;
}
.zw dd a:hover{
	background: #9e1414;
}
.zw dd:nth-child(3) a{
	margin-right: 0;
}
.zw dd a img{
	margin-top: -4px;
	margin-right: 8px;
}
.zhaunti2 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.zhaunti2 .swiper-wrapper{
	height: 145px;
}


/*公益广告开始*/
.gyad {
	width: 1200px;
	display: block;
	overflow: hidden;
	margin: auto;
	background: #FFFFFF;
	position: relative;
	border: solid 1px #ededed;
	padding-bottom: 15px;
}
.gyad .parHd {
	width: 1200px;
	height: 44px;
	padding: 0 15px;
	overflow: hidden;
	border-bottom: solid 1px #ededed;
	box-sizing: border-box;
	position: relative;
	}
.gyad .parHd ul {
		width: 100%;
		height: 44px;
		display: block;
		z-index: 0;
	}
.gyad .parHd ul li {
		width: auto;
		line-height: 41px;
		float: left;
		margin-right: 15px;
	}
.gyad .parHd ul li a {
		width: auto;
		line-height: 41px;
		font-size: 16px;
		color: #333333;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		cursor: pointer;
	}
.gyad .parHd ul li.on a {
		color: #163682;
	}
.gyad .parHd .video {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 14px;
		color: #666666;
		position: absolute;
		right: 100px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parHd .more {
		width: auto;
		height: 41px;
		line-height: 41px;
		font-size: 14px;
		color: #666666;
		position: absolute;
		right: 15px;
		top: 0px;
		cursor: pointer;
	}
.gyad .parHd .video:hover,
.gyad .parHd .more:hover {
	color: #01398E;
}
.gyad .parBd {
	width: 1150px;
	height: 214px;
	overflow: hidden;
	margin: 20px auto 0px;
}
.gyad .parBd ul {
	width: 1150px;
	overflow: hidden;
	zoom: 1;
}
.gyad .parBd ul li {
	float: left;
	width: 159px;
	height: 214px;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 39px;
}
.gyad .parBd ul li:last-child{
	margin-right: 0;
}
.gyad .parBd ul li .parImg {
	display: block;
	width: 157px;
	height: 212px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #DE7C51;
}
.gyad .parBd ul li .parImg img {
	width: 157px;
	height: 212px;
	display: block;
}

.parHd ul li.libg a{
	    color: #096DD9;
}
.gyad .parHd ul li a:hover{
	color: #1b69b2;
}
.gyad .parHd .video a:hover{
	color: #1b69b2;
}
.gyad .parHd .more a:hover{
	color: #1b69b2;
}
.marginB20 {
    margin-bottom: 20px!important;
    display: inline-block;
    width: 100%;
}
.gyad .parHd ul li.on a {
    color: #2364fe;
}
/*公益广告结束*/


.home-menu .home-menu-item:hover, .home-menu .home-menu-item.onit{
    background: url(../../imagesq/rongan/dhon.png) no-repeat center bottom #227cbe;
}

.caret{
	border: none;
	width: 15px;
	height: 12px;
	margin-top: -10px;
}


.nav_on {background: url(../../imagesq/rongan/dhon.png) no-repeat center bottom #227cbe;}

/*信息公开（首页）*/
.zfxxgk{width: 1200px;height: 160px;overflow: hidden;padding: 0 10px;}
.zfxxgk .title {height: 45px;line-height: 45px;background: url(/imagesq/rongan/tab_bg.png) no-repeat -1px center;width: 1200px;border-bottom: 2px solid#0168B3;display: block;}
.zfxxgk.titlen_tr{height: 40px;line-height: 40px;display: inline-block;cursor: pointer;float: right;cursor: pointer;}
.tab-content {overflow: visible;height: auto;}
.tab-content>.active {display: block;}
.tab-pane {overflow: visible;}
.marginL20 {margin-left: 14px!important;}
.serviceIconList {margin: 10px -30px 0 -35px;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.serviceIconList li {width: 137px;margin: 11px -5px 13px 20px;height: 80px;float: left;text-align: center;}
.serviceIconList li a {height: 90px;display: block;	background-color: #e9f2fa;transition: all 0.2s linear;-ms-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;}
.serviceIconList li .iconfont {height: 55px;line-height: 105px;display: block;overflow: hidden;}
.iconfont {font-family: "iconfont" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.serviceIconList li a .iconfont img {transition: all 0.2s linear;-ms-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;margin-top: -46px;display: inline-block;margin-right: 0;margin-bottom: 1px;}
.serviceIconList li .title2 {display: inline-block;line-height: 1;font-size: 14px;height: 25px;}
.serviceIconList li a:hover {box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.1);background-color: #fff;}
/***导航弹窗开始***/
.indexchangemenu{width:1220px;border:1px solid #1269C0;height:440px;position:absolute;left:50%; margin-left:-610px;top:342px; background:#fff;z-index:1000; overflow:hidden;border-top:0px; display:none; box-shadow:10px 10px 20px #aaa;}
.indexchangemenu .menuchange{margin:20px 10px;width:1198px;height:400px;overflow:hidden;display:none;}

.indexchangemenu .title a.lmmore{display:block;width:35px;height:44px;line-height:44px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.indexchangemenu .title a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.indexchangemenu .title img{vertical-align:middle;line-height:44px;display:block;}
.indexchangemenu .title{height:44px; line-height:44px;padding-right:5px;}
.indexchangemenu .title .titlen{padding-left:35px;color:#fff;font-size:16px;}

.indexchangemenu .title2 a.lmmore{width:35px;height:44px;line-height:44px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;}
.indexchangemenu .title2 a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.indexchangemenu .title2 img{vertical-align:middle;line-height:44px;display:block;}
.indexchangemenu .title2{height:44px; line-height:44px;padding-right:5px;background:#EEF2F5;}
.indexchangemenu .title2 .titlen{color:#fff;font-size:14px;}
.indexchangemenu .title2 .titlen .txt span{display:block;float:left;margin-right:5px;height:44px;padding:0px 20px;}
.indexchangemenu .txton span{display:block;float:left;margin-right:5px;height:8px;width:96px;display:none;}
.indexchangemenu .title2 .titlen .txt span.rayw{background:#F95242;}
.indexchangemenu .title2 .titlen .txt span.gggs{background:#F9A542;}
.indexchangemenu .title2 .titlen .txt span.bmdt{background:#5BB039;}
.indexchangemenu .title2 .titlen .txt span.xzkx{background:#1BBC9B;}
.indexchangemenu .title2 .titlen .txt span.spbd{background:#4F74CC;}
.indexchangemenu .title2 .titlen .txt span.tpbd{background:#3598DB;}
.indexchangemenu .title2 .titlen .txt span.myzj{background:#F95242;}
.indexchangemenu .title2 .titlen .txt span.wsdc{background:#F9A542;}
.indexchangemenu .title2 .titlen .txt span.zwzx{background:#1BBC9B;}
.indexchangemenu .title2 .titlen .txt span.zxft{background:#5BB039;}
.indexchangemenu .title2 .titlen .txt span.rdwd{background:#3598DB;}
.indexchangemenu .title2 .titlen .txt span.zsdt{background:#F95242;}
.indexchangemenu .title2 .titlen .txt span.zsxm{background:#F9A542;}
.indexchangemenu .title2 .titlen .txt span.zszn{background:#5BB039;}
.indexchangemenu .title2 .titlen .txt span.tzzc{background:#1BBC9B;}
.indexchangemenu .title2 .titlen .txt span.tzhj{background:#4F74CC;}
.indexchangemenu .title2 .titlen .txt span.ltqy{background:#349BE8;}
.indexchangemenu .title2 .titlen .txt span.zxdt{background:#F95242;}
.indexchangemenu .title2 .titlen .txt span.msfq{background:#F9A542;}
.indexchangemenu .title2 .titlen .txt span.jqhd{background:#1BBC9B;}
.indexchangemenu .title2 .titlen .txt span.lyfw{background:#5BB039;}
.indexchangemenu .title2 .titlen .txt span.lycs{background:#3598DB;}

.indexchangemenu .txton .raywon{background:url(../../imagesq/rongan/myzjon.png) no-repeat center bottom;display:block;cursor: pointer;}
.indexchangemenu .txton .gggson{background:url(../../imagesq/rongan/gggson.png) no-repeat center bottom;margin-left:101px;}
.indexchangemenu .txton .bmdton{background:url(../../imagesq/rongan/bmdton.png) no-repeat center bottom;margin-left:202px;}
.indexchangemenu .txton .xzkxon{background:url(../../imagesq/rongan/xzkxon.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .spbdon{background:url(../../imagesq/rongan/spbdon.png) no-repeat center bottom;margin-left:101px;}
.indexchangemenu .txton .tpbdon{background:url(../../imagesq/rongan/rdwdon.png) no-repeat center bottom;margin-left:202px;}
.indexchangemenu .txton .myzjon{background:url(../../imagesq/rongan/myzjon.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .wsdcon{background:url(../../imagesq/rongan/wsdcon.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .zwzxon{background:url(../../imagesq/rongan/zwzxon.png) no-repeat center bottom;margin-left:101px;}
.indexchangemenu .txton .zxfton{background:url(../../imagesq/rongan/zxfton.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .rdwdon{background:url(../../imagesq/rongan/rdwdon.png) no-repeat center -1px;display:block;}
.indexchangemenu .txton .zsdton{background:url(../../imagesq/rongan/myzjon.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .zsxmon{background:url(../../imagesq/rongan/wsdcon.png) no-repeat center bottom;margin-left:101px;}
.indexchangemenu .txton .zsznon{background:url(../../imagesq/rongan/bmdton.png) no-repeat center bottom;margin-left:202px;}
.indexchangemenu .txton .tzzcon{background:url(../../imagesq/rongan/xzkxon.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .tzhjon{background:url(../../imagesq/rongan/tzhjon.png) no-repeat center bottom;margin-left:101px;}
.indexchangemenu .txton .ltqyon{background:url(../../imagesq/rongan/rdwdon.png) no-repeat center bottom;margin-left:202px;}
.indexchangemenu .txton .zxdton{background:url(../../imagesq/rongan/myzjon.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .msfqon{background:url(../../imagesq/rongan/wsdcon.png) no-repeat center bottom;margin-left:101px;}
.indexchangemenu .txton .jqhdon{background:url(../../imagesq/rongan/zwzxon.png) no-repeat center bottom;margin-left:202px;}
.indexchangemenu .txton .lyfwon{background:url(../../imagesq/rongan/zxfton.png) no-repeat center bottom;display:block;}
.indexchangemenu .txton .lycson{background:url(../../imagesq/rongan/rdwdon.png) no-repeat center -1px;display:block;}

.indexchangemenu .inews_txt_index{width:100%; margin:0px; padding:0px; list-style:none;}
.indexchangemenu .inews_txt_index li{height:31px; line-height:31px;padding-right:15px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative; }
.indexchangemenu .inews_txt_index .lion{ height:30px; line-height:30px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative;}
.indexchangemenu .inews_txt_index .lion a{color:#F86400;}
.indexchangemenu .inews_txt_index li a{width:70%;height:31px;line-height:31px;display:block;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;float: left;}
.indexchangemenu .inews_txt_index li a:hover{color:#ff0000;}
.indexchangemenu .inews_txt_index li span{ float:right; color:#666; font-size:14px; }
.indexchangemenu .inews_txt_index li .icon_new{ width:25px; height:15px; position:absolute; top:3px;right:100px; float:none; background:url(../../imagesq/rongan/new.gif) no-repeat scroll center center transparent;}
*html .indexchangemenu .inews_txt_index li{margin-bottom:-4px;}/*Hack For IE6*/
*+html .indexchangemenu .inews_txt_index li{margin-bottom:-4px;}/*Hack For IE7*/

/*走入融安 开始*/
.indexchangemenu .navid2change .raimg{height:382px;width:480px;border:1px solid #E9E7E8;margin-top:8px;}
.indexchangemenu .navid2change .raimg .tpjsanimate li{float:left;height:380px;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.indexchangemenu .navid2change .raimg .tpjsanimate li.on{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.indexchangemenu .navid2change .raimg .tpjsanimate li a{display:block;height:380px;width:100%;cursor: pointer;}
.indexchangemenu .navid2change .raimg .tpjsanimate li.ragk{width:192px;background:url(../../imagesq/rongan/rggk.jpg) no-repeat center center;}
.indexchangemenu .navid2change .raimg .tpjsanimate li.rals{width:143px;background:url(../../imagesq/rongan/rals.jpg) no-repeat center center;}
.indexchangemenu .navid2change .raimg .tpjsanimate li.raly{width:143px;background:url(../../imagesq/rongan/raly.jpg) no-repeat center center;}

.indexchangemenu .navid2change .ragkw{height:400px;width:394px;padding:0px 15px;}
.indexchangemenu .navid2change .ragk{height:400px;width:394px;overflow:hidden;}
.indexchangemenu .navid2change .ranj{height:388px;width:290px;overflow:hidden;border:1px solid #CBE6FB;}
.indexchangemenu .navid2change .title{background:url(../../imagesq/rongan/ragk_titlebg.png) no-repeat left center #fff;}
.indexchangemenu .navid2change .title .ragkt{padding-left:18px;color:#0168B7;font-size:22px;}
.indexchangemenu .navid2change .contents{height:220px;overflow:hidden;border-top:1px solid #DCDCDC;margin-top:5px;position: relative;}
.indexchangemenu .navid2change .contents p{padding-top:15px;line-height:23px;font-size:14px;text-indent:2em;color:#666666;margin: 0;}
.indexchangemenu .navid2change .contents a{color:#FF6E01;padding-left:5px;cursor: pointer;position: absolute;top: 170px;right: 30px;}
.indexchangemenu .navid2change .contents a:hover{color:#ff0000;}

.indexchangemenu .navid2change .lmlist ul{width:405px;height:120px;}
.indexchangemenu .navid2change .lmlist ul li{float:left;height:40px;width:135px;line-height:40px;margin-top:15px;}
.indexchangemenu .navid2change .lmlist ul li a{height:40px;width:119px;line-height:40px;display:block;text-align:center;font-size:14px;color:#fff;cursor: pointer;}
.indexchangemenu .navid2change .lmlist{margin-top:10px;}
.indexchangemenu .navid2change .lmlist ul li .gk{background:#0167B2;}
.indexchangemenu .navid2change .lmlist ul li .ls{background:#4F74CC;}
.indexchangemenu .navid2change .lmlist ul li .ly{background:#1BBC9B;}
.indexchangemenu .navid2change .lmlist ul li .nj{background:#5BB039;}
.indexchangemenu .navid2change .lmlist ul li .qh{background:#F9A542;}
.indexchangemenu .navid2change .lmlist ul li .xz{background:#F95242;}
.indexchangemenu .navid2change .lmlist ul li a:hover{ filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }

.indexchangemenu .navid2change .ranj{padding-top:10px;}
.indexchangemenu .navid2change .ranj ul{padding:10px 0px;}
.indexchangemenu .navid2change .ranj li a{ float:left; color:#666; width:160px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px; }
.indexchangemenu .navid2change .ranj li a:hover{color:#ff0000;}
.indexchangemenu .navid2change .ranj .njtitle{width:254px;height:49px;line-height:49px;border:1px solid #CAE6FC;font-size:18px;text-align:center;margin:0 auto;color:#0168B5;}
.indexchangemenu .navid2change .ranj .njtitle span{background:url(../../imagesq/rongan/ranjbg.png) no-repeat center 47px;display:block;width:254px;height:49px;}
.tpjsanimate{display: inline-block;}
.tpjsanimate ul {display: inline-block;}
/*走入融安 结束*/


/*政务公开 开始*/
.navid3change{width:1198px;height:400px;overflow:hidden;}
.navid3change .zxgx{width:140px;overflow:hidden;margin-right:15px;}
.navid3change .zxgx .title3n{height:44px;line-height:44px;background:#DB7F36;color:#fff;font-size:14px;text-align:center;}
.navid3change .zxgx .title3 .ico{background:url(../../imagesq/rongan/zdxmico.png) no-repeat center top;height:7px;width:140px;display: block;}
.navid3change .zwzn{width: 230px;float: left;margin-right: 42px;height: 418px;overflow: hidden;}
.navid3change .zwzn ul li{width: 230px;height: 60px;line-height: 60px;text-align: center;margin-bottom: 25px;}
.navid3change .zwzn ul li a{padding-left: 64px;display: block;color: #fff;font-size: 16px;}
.navid3change .zwzn ul li a:hover{opacity: 0.8;}
.navid3change .zwzn ul li .zhinan{background:url(../../imagesq/rongan/zhinan.png) no-repeat #f9a542 24px;}
.navid3change .zwzn ul li .zhidu{background:url(../../imagesq/rongan/zhidu.png) no-repeat #f95242 24px;}
.navid3change .zwzn ul li .mulu{background:url(../../imagesq/rongan/mulu.png) no-repeat #1bbc9b 24px;}
.navid3change .zwzn ul li .nianbao{background:url(../../imagesq/rongan/nianbao.png) no-repeat #5bb039 24px;}
.navid3change .zwzn ul li .gongkai{background:url(../../imagesq/rongan/gongkai.png) no-repeat #4f74cc 24px;}

.navid3change .zfxxgk{width:140px;overflow:hidden;margin-right:15px;}
.navid3change .zfxxgk .title3n{height:44px;line-height:44px;background:#1BBC9B;color:#fff;font-size:14px;text-align:center;}
.navid3change .zfxxgk .title3 .ico{background:url(../../imagesq/rongan/xzkxon.png) no-repeat center top;height:7px;width:140px;}

.navid3change .zdxmxxgk{width:140px;overflow:hidden;margin-right:15px;}
.navid3change .zdxmxxgk .title3n{height:44px;line-height:44px;background:#DB7F36;color:#fff;font-size:14px;text-align:center;}
.navid3change .zdxmxxgk .title3 .ico{background:url(../../imagesq/rongan/zdxmico.png) no-repeat center top;height:7px;width:140px;}

.navid3change .zdlyxxgk{width:620px;overflow:hidden;margin-right:0;}
.navid3change .zdlyxxgk .title3n{height:44px;line-height:44px;background:#3598DB;color:#fff;font-size:14px;text-align:center;}
.navid3change .zdlyxxgk .contents ul li {width:143.7px;height:52px;line-height:52px;margin-right: 7px;margin-bottom:16px; float:left;}
.navid3change .zdlyxxgk .contents ul li:nth-child(4n) {margin-right: 0;}
.navid3change .ulli ul{padding: 12px 11px 12px 11px;display: inline-block;margin-bottom: 0;}
.navid3change .ulli{border:1px solid #DCEDFD;height: 356px;}
.navid3change .ulli ul li a{display:block;text-align:left;padding-right:40px;height:52px;line-height:52px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:144px;color:#666666;font-size:14px;cursor: pointer;padding-left: 15px;background:url(../../imagesq/rongan/bmbg.png) no-repeat center right 12px;border:1px solid #DCEDFD;}
.navid3change .ulli ul li a:hover{color:#ff0000;background:url(../../imagesq/rongan/bmbg_on.png) no-repeat center right 12px;border:1px solid #ff0000;}
.navid3change .ldzcw .ldzc .title{height:44px;line-height:44px;background:url(../../imagesq/rongan/ldzc_titlebg.png) repeat-x center center;color:#fff;width:100%;padding:0px;text-align:center;font-size:18px;}
.navid3change .ldzcw .ldzc .contents .xz{display: inline-block;margin-bottom: 0;}
.navid3change .ldzcw .ldzc .contents{padding:8px 15px;border:1px solid #C0E3FF;padding-bottom:2px;}
.navid3change .ldzcw .ldzc .contents .xz li{width:110px; float:left;background:none;text-align: center;}
.navid3change .ldzcw .ldzc .contents .xz li img{ width:auto; height:134px;cursor: pointer;}
.navid3change .ldzcw .ldzc .contents .fix{padding-right:15px;}
.navid3change .ldzcw .ldzc .contents .name{width:100%;display:block;height:30px;line-height:30px;text-align:center;font-size:14px;cursor:pointer;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 0;}
.navid3change .ldzcw .ldzc .contents .name:hover{color:#ff0000;}
.navid3change .ldzcw .ldzc .contents .writeletter{display:block; height:30px; line-height:30px; text-align:center; font-size:14px; background:#16A6DB;color:#fff;cursor: pointer;}
.navid3change .ldzcw .ldzc .contents .writeletter:hover{background:#E3393A;}

.navid3change .ldzcw .ldzc .contents .cw{margin-top:10px;border-top:1px dashed #D3EAFC;padding-top:10px;margin-bottom: 0;}
.navid3change .ldzcw .ldzc .contents .cw li{height:25px;line-height:25px;margin-bottom:5px; }
.navid3change .ldzcw .ldzc .contents .cw li a{height:25px;line-height:25px;border:1px solid #D3EAFC;display:block;text-align:center;font-size:14px;cursor: pointer;background:url(../../imagesq/rongan/bmbg.png) no-repeat center right 10px;}
.navid3change .ldzcw .ldzc .contents .cw li a:hover{background:url(../../imagesq/rongan/bmbg_on.png) no-repeat center right 10px;border:1px solid #ff0000;}
/*政务公开 结束*/

/*交流互动 开始*/
.navid5change .newsleft{width:420px;overflow:hidden;height:200px;}
.navid5change .newscenterw{padding:0px 20px;}
.navid5change .newscenterw{width:420px;overflow:hidden;height:200px;}
.navid5change .newsright{width:318px;overflow:hidden;height:400px;}

.indexchangemenu .navid5change .raywlist{padding-top:8px;}
.indexchangemenu .navid5change .raywlist li{height:32px;line-height:32px;padding-right:0px}
.indexchangemenu .navid5change .raywlist li a{float:left;color:#666;width:265px;cursor:pointer;display:block;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;font-size:13px;}
.indexchangemenu .navid5change .raywlist li a:hover{color:#ff0000;}

.indexchangemenu .navid5change .xzxxs{height:150px;border:1px solid #EDEDED;background:url(../../imagesq/rongan/xjbg.png) no-repeat 160px 20px #F7F7F7;}
.indexchangemenu .navid5change .xzxxs .cn{background:#3598DB;height:30px;line-height:30px;width:120px;font-size:16px;color:#fff; text-align:center;margin-top:20px;margin-left:15px;}
.indexchangemenu .navid5change .xzxxs .en{height:30px;line-height:30px;width:120px;font-size:14px;color:#B7B7B7; text-align:center;margin-left:15px;margin-bottom:20px;}
.indexchangemenu .navid5change .xzxxs .link a{background:#3598DB;height:35px;line-height:35px;width:220px;margin:0 auto;font-size:16px;color:#fff; text-align:center;display:block;border-radius:3px;}
.indexchangemenu .navid5change .xzxxs .link a:hover{background:#E54D3F;}

.indexchangemenu .navid5change .sy_cjwt{width: 300px;height: 200px;display: block;overflow: hidden;margin-top:48px;}
.indexchangemenu .navid5change .sy_cjwt .contents{width:100%; margin:0px;padding-top: 8px;list-style:none;}
.indexchangemenu .navid5change .sy_cjwt .contents li{height:32px; line-height:32px;padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative; }
.indexchangemenu .navid5change .sy_cjwt .contents li a{width:70%;height:32px;line-height:32px;display:block;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;float: left;}
.indexchangemenu .navid5change .sy_cjwt .contents li a:hover{color:#ff0000;}
.indexchangemenu .navid5change .sy_cjwt .contents li span{line-height:32px;float:right; color:#666; font-size:14px; }
/*交流互动 结束*/

/*网上办事 开始*/
.wsbsleft{width: 496px;height: 400px;border:1px solid #eef2f5;}
.wsbsleft .contents{float: left;padding: 20px;}
.wsbsleft .contents ul {margin-bottom: 0;}
.wsbsleft .contents ul li a{display: block;width: 100%;height: 100%;}
.wsbsleft .contents ul li a.grfw{background: url(../../imagesq/rongan/grfw.png) no-repeat center top 20px;}
.wsbsleft .contents ul li a.bmfw{background: url(../../imagesq/rongan/bmfw.png) no-repeat center top 20px;}
.wsbsleft .contents ul li a.bm{background: url(../../imagesq/rongan/bm.png) no-repeat center top 20px;}
.wsbsleft .contents ul li a.grfw:hover{background: url(../../imagesq/rongan/grfw2.png) no-repeat center top 20px #70b2f3;}
.wsbsleft .contents ul li a.bmfw:hover{background: url(../../imagesq/rongan/bmfw2.png) no-repeat center top 20px #70b2f3;}
.wsbsleft .contents ul li a.bm:hover{background: url(../../imagesq/rongan/bm2.png) no-repeat center top 20px #70b2f3;}
.wsbsleft .contents ul li a:hover p{color: #fff;}
.wsbsleft .contents ul li{width: 124px;height: 114px;border: 1px solid #70b2f3;text-align: center;float: left;margin-right: 41px;margin-bottom: 20px;position: relative;}
.wsbsleft .contents ul li:nth-child(3){margin-right: 0;}
.wsbsleft .contents ul li img{margin-top: 20px;}
.wsbsleft .contents ul li p{color: #70b2f3;font-size: 14px;margin-bottom: 0;position: absolute;bottom: 16px;width: 100%;text-align: center;}
/*网上办事 结束*/

/*公共服务 开始*/
.ggfwright{width: 670px;height: 400px;border:1px solid #eef2f5;}
.ggfwright .contents {float: left;padding: 20px 18px;}
.ggfwright .contents .imgs{width: 112px;height: 104px;text-align: center;line-height: 104px;background: #f5f5f5;}
.ggfwright .contents ul li img{transition: 0.4s;}
.ggfwright .contents ul li:hover img{transform: scale(1.18);}
.ggfwright .contents ul li {float: left;margin-right: 17px;margin-bottom: 30px;}
.ggfwright .contents ul li:nth-child(5n){margin-right: 0;}
.ggfwright .contents ul li p{width: 100%;text-align: center;margin-bottom: 0;margin-top: 12px;}
/*公共服务 结束*/

/*数据专题*/
.sjfb{width: 100%;height: 170px;border: 1px solid #eef2f5;}
.sjfb .sjfb_top{float:left;width: 64px;height:100%;padding: 38px 22px 38px 19px;background: url(../../imagesq/rongan/sjfb.png) no-repeat;font-size: 18px;line-height: 24px;color: #fff;}
.sjfb ul{float: left;}
.sjfb ul li{float: left;width: 162px;height: 130px;text-align: center;margin: 18px 20px 0 38px;}
.sjfb ul li img{margin-top: 30px;}
.sjfb ul li p{margin-top: 15px;}
.sjfb ul li a{display: block;width: 100%;height: 100%;padding-top: 77px;border: 1px solid #3598db;border-radius: 10px;}
.sjfb ul li a.tdsj{background: url(../../imagesq/rongan/tdsj.png) no-repeat center top 30px;}
.sjfb ul li a.sjxx{background: url(../../imagesq/rongan/sjxx.png) no-repeat center top 30px;}
.sjfb ul li a.tjgb{background: url(../../imagesq/rongan/tjgb.png) no-repeat center top 30px;}
.sjfb ul li a.tjsj{background: url(../../imagesq/rongan/tjsj.png) no-repeat center top 30px;}
.sjfb ul li a.tjfx{background: url(../../imagesq/rongan/tjfx.png) no-repeat center top 30px;}
.sjfb ul li a.tdsj:hover{background: url(../../imagesq/rongan/tdsj2.png) no-repeat center top 30px;color: #ff0000;border: 1px solid #ff0000;}
.sjfb ul li a.sjxx:hover{background: url(../../imagesq/rongan/sjxx2.png) no-repeat center top 30px;color: #ff0000;border: 1px solid #ff0000;}
.sjfb ul li a.tjgb:hover{background: url(../../imagesq/rongan/tjgb2.png) no-repeat center top 30px;color: #ff0000;border: 1px solid #ff0000;}
.sjfb ul li a.tjsj:hover{background: url(../../imagesq/rongan/tjsj2.png) no-repeat center top 30px;color: #ff0000;border: 1px solid #ff0000;}
.sjfb ul li a.tjfx:hover{background: url(../../imagesq/rongan/tjfx2.png) no-repeat center top 30px;color: #ff0000;border: 1px solid #ff0000;}

.jczt{width: 100%;height: 210px;border: 1px solid #eef2f5;margin-top: 20px;}
.jczt .jczt_top{float:left;width: 64px;height:100%;padding: 60px 22px 38px 19px;background: url(../../imagesq/rongan/jczt.png) no-repeat;font-size: 18px;line-height: 24px;color: #fff;}
.jczt ul{float: left;margin-left: 38px;width: 1090px;display: inline-block;margin-top: 15px;}
.jczt ul li{float: left;width: 190px;height: 75px;margin-right: 23px;margin-bottom: 30px;}
.jczt ul li img{width: 100%;height: 100%;display: block;}

/*数据专题*/

/***导航弹窗结束***/

/*首页结束*/

/*走进融安 开始*/
.zjra_index .ranjw{height:382px; overflow:hidden;margin-top: 20px;}
.zjra_index .ranjw .tpjs{width:826px;border:1px solid #EBEBEB;height:380px;overflow:hidden;}
.zjra_index .ranjw li{float:left;height:380px;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.zjra_index .ranjw li.on{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.zjra_index .ranjw li a{display:block;width:100%;}
.zjra_index .ranjw li.ragk{width:492px;background:url(../../imagesq/rongan/rggk.jpg) no-repeat center center;}
.zjra_index .ranjw li.rals{width:166px;background:url(../../imagesq/rongan/rals.jpg) no-repeat center center;}
.zjra_index .ranjw li.raly{width:166px;background:url(../../imagesq/rongan/raly.jpg) no-repeat center center;}
  
.zjra_index .ranjw .ranj{width:350px;height:382px;overflow:hidden;}
.zjra_index .title a.lmmore{display:block;width:35px;height:44px;line-height:44px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.zjra_index .title a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.zjra_index .title img{vertical-align:middle;line-height:44px;display:block;}
.zjra_index .title{height:44px; line-height:44px;padding-right:5px;}
.zjra_index .title .titlen{padding-left:35px;color:#fff;font-size:16px;}
.zjra_index .title .ragkt{padding-left:18px;color:#0168B7;font-size:22px;}
  
.zjra_index .ranj .title{background:url(../../imagesq/rongan/ranj_titlebg.png) no-repeat left center #EFF2F4;}
.zjra_index .ranj .contents{border:1px solid #EDEDED;border-top:0px;height:337px;}
  
.zjra_index .ragkw{/*height:265px;*/overflow:hidden;}
.zjra_index .ragkw .ragk{width:825px;/*height:265px;*/}
.zjra_index .ragkw .xzqh{width:350px;/*height:265px;*/}
.zjra_index .ragk .title{background:url(../../imagesq/rongan/ragk_titlebg.png) no-repeat left center #fff;}
.zjra_index .ragk .contents{/*height:191px;*/overflow:hidden;padding-top:10px;}
.zjra_index .ragk .contents .mes{/*height:191px;*/ overflow:hidden; text-indent:2em;line-height:27px;font-size:14px;position: relative;}
.zjra_index .ragk .contents .mes p{margin-bottom: 0;}
  
.zjra_index .mes a{color:#FF6E01;position: absolute;top: 108px;right: 510px;}
.zjra_index .mes a:hover{color:#FF0000;}
.zjra_index .xzqh .title{background:url(../../imagesq/rongan/xzqh_titlebg.png) no-repeat -1px center #EFF2F4;}
.zjra_index .xzqh .contents{border:1px solid #EDEDED;border-top:0px;height:220px;padding-top: 10px;}
.zjra_index .xzqh .contents .map{border:1px solid #E4E0DF; width:321px;height:115px; overflow:hidden; margin:0 auto;}
.zjra_index .xzqh .contents .detail{height:75px; overflow:hidden;padding-top:10px;}
.zjra_index .xzqh .contents .detail p{padding:0px 10px;margin:0px;line-height:19px;font-size:14px; text-indent:2em;}
.zjra_index .xzqh .contents .detail p a{color:#FF6E01}
.zjra_index .xzqh .contents .detail p a:hover{color:#FF0000}
  
.zjra_index .inews_txt_index{width:100%; margin:0px; padding:0px; list-style:none;}
.zjra_index .inews_txt_index li{ opacity:1;height:31px; line-height:31px;padding-right:15px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative; }
.zjra_index .inews_txt_index .lion{ height:30px; line-height:30px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative;}
.zjra_index .inews_txt_index .lion a{color:#F86400;}
.zjra_index .inews_txt_index li a:hover{color:#ff0000;}
.zjra_index .inews_txt_index li span{ float:right; color:#666; font-size:14px; }
.zjra_index .inews_txt_index li .icon_new{width:25px;height:15px;position:absolute;top:3px;right:100px;float:none;background:url(../../imagesq/rongan/new.gif) no-repeat scroll center center transparent;}
  
.zjra_index .ranj ul{padding:10px 0px;}
.zjra_index .ranj li a{ float:left; color:#666; width:180px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px; }
  
.ls_ly_xz .rals,.ls_ly_xz .raly,.ls_ly_xz .xzjj{height:385px; width:382px; overflow:hidden;}
.ls_ly_xz .contents{border:1px solid #EDEDED;border-top:0px;height:340px;}
.zjra_index .raly .title{background:url(../../imagesq/rongan/raly_titlebg.png) no-repeat -1px center #EEF2F5;}
.zjra_index .rals .title{background:url(../../imagesq/rongan/rals_titlebg.png) no-repeat left center #EEF2F5;}
.zjra_index .xzjj .title{background:url(../../imagesq/rongan/xzjj_titlebg.png) no-repeat -1px center #EEF2F5;}
.ls_ly_xz .contents .detail{position: relative;}
.ls_ly_xz .contents .detail .imgw{width:358px;height:115px;border:1px solid #E4E0DF; margin:0 auto;}
.ls_ly_xz .contents ul{padding:11px;display: inline-block;}
.ls_ly_xz .rals .contents ul{padding-top: 20px;}
.ls_ly_xz .contents ul li{width:175px;height:38px; line-height:38px; overflow:hidden;float:left;margin-right:8px;margin-bottom:5px;}
.ls_ly_xz .contents ul li:nth-child(2n){margin-right: 0;}
.ls_ly_xz .contents ul li img{ vertical-align:middle;padding-right:5px;}
.ls_ly_xz .contents ul li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#EEF2F5;font-size:14px;color:#666;cursor: pointer;text-indent: 1.5em;}
.ls_ly_xz .contents ul li a:hover{background:#F95242;color:#fff;}
.ls_ly_xz .contents p{padding:0px 10px;line-height:25px;text-indent:2em;font-size:14px; margin:0px;}
.ls_ly_xz .rals .contents p{height:130px;overflow:hidden;}
.ls_ly_xz .raly .contents p{height:100px;overflow:hidden;}
.ls_ly_xz .xzjj .contents p{height:70px;overflow:hidden;}
.ls_ly_xz .xzjj .contents p a{color:#FF6E01;}
.ls_ly_xz .xzjj .contents p a:hover{color:#FF0000;}
  
.ls_ly_xz .rals .contents p a{color:#FF6E01;}
.ls_ly_xz .rals .contents p a:hover{color:#FF0000;}
  
.ls_ly_xz .raly .contents .ls_ly_xz_a{color:#FF6E01;position: absolute;bottom: 3px;right: 86px;}
.ls_ly_xz .raly .contents .ls_ly_xz_a:hover{color:#FF0000;}
.ls_ly_xz .xzjj .contents .ls_ly_xz_a{color:#FF6E01;position: absolute;bottom: -2px;right: 78px;}
.ls_ly_xz .xzjj .contents .ls_ly_xz_a:hover{color:#FF0000;}

.zjra_index .rals .contents,.zjra_index .raly .contents{padding-top: 10px;}

/*走进融安 结束*/

/*子页导航 开始*/
.page_nav{width:1220px;height:50px; z-index:99; position:relative; margin:0 auto;background-color: #1269c0}
.page_nav .home-menu-item{height:50px; padding:0px; list-style:none;display: block;font-size:16px;}
.page_nav .home-menu-item{height:50px;line-height:50px;float:left;text-align:center;position:relative;}
.page_nav .home-menu-item a{color:#ffffff;display:block;cursor: pointer;text-align: center;height:50px;line-height:50px;font-size: 18px;}
.page_nav .nav_sub{width:100%;display:none;position: absolute;background: rgba(0,0,0,0.6);overflow:hidden;top: 50px;left:0;z-index:100;}
.page_nav .nav_sub ul{ margin:0px; padding:0px; float:left; list-style:none;}
.page_nav .nav_sub li{padding:0px; height:36px;border-bottom: 1px dotted #ddd;}
.page_nav .nav_sub li a{font-size:14px; font-weight:normal; color:#fff; line-height:36px; height:36px; background:none;text-align:center; width:205px; border-bottom:0px;display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;cursor: pointer;}
.page_nav .nav_sub li a:hover{ color:#fff; background-color:#008dff;}
.home-menu .home-menu-item:hover, .home-menu .home-menu-item.onit {
    background: url(../../imagesq/rongan/dhon.png) no-repeat center bottom #227cbe;
}
/*子页导航 结束*/


/*公共服务 开始*/
.bmfw .title a.lmmore{display:block;width:35px;height:44px;line-height:44px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.bmfw .title a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.bmfw .title img{vertical-align:middle;line-height:44px;display:block;}
.bmfw .title{height:44px; line-height:44px;padding-right:5px;background: url(../../imagesq/rongan/rals_titlebg.png) no-repeat left center #EEF2F5;}
.bmfw .title .titlen{padding-left:40px;color:#fff;font-size:16px;}  
.bmfw .contents{border:1px solid #EDEDED;border-top:0px;padding:10px;}  
.bmfw .zdywbl .contents li{float:left;margin-right:20px;background:url(../../imagesq/rongan/serviceli.png) no-repeat 5px center;width:148px;overflow:hidden;height:35px;line-height:35px;}
.bmfw .zdywbl .contents li a{display:block;padding-left:20px;width:142px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:35px;line-height:35px;font-size:16px;}  
.bmfw .contents li{width:565px;height:157px;border:1px solid #E6F3FD;border-radius:1px;overflow:hidden;float:left;margin:0px 11px;margin-bottom:15px;}
.bmfw .contents li .lil{width:155px;height:155px;background:url(../../imagesq/rongan/bmfwli.png) no-repeat center center;overflow:hidden;}
.bmfw .contents li .lir{width:400px;height:155px;overflow:hidden;}  
.bmfw .contents li .lil .liw{width:100%;height:100%;}
.bmfw .contents li .lil a{display:inline-block;width:100%;height:100%;}  
.bmfw .contents li .lir .titles{height:40px;line-height:40px;font-size:18px;margin-top:5px;}
.bmfw .contents li .lir .titles a:hover{text-decoration:underline;}
.bmfw .contents li .list{height:75px;overflow:hidden;}
.bmfw .contents li .list a{font-size:14px;padding:0px 3px;line-height:25px;}
.bmfw .contents li .list a:hover{text-decoration:underline;}
.bmfw .contents li .more{text-align:right;padding-top:10px;padding-right:10px;}
.bmfw .contents li .more a{color:#FF6B00;}
.bmfw .contents li .more a:hover{color:#ff0000;text-decoration:underline;}  
.bmfw .contents li .lil .jyly a{background:url(../../imagesq/rongan/bmfw_jylyn.png) no-repeat center center;}
.bmfw .contents li .lil .sbly a{background:url(../../imagesq/rongan/bmfw_sbly.png) no-repeat center center;}
.bmfw .contents li .lil .jyely a{background:url(../../imagesq/rongan/bmfw_jyly.png) no-repeat center center;}
.bmfw .contents li .lil .ylly a{background:url(../../imagesq/rongan/bmfw_ylly.png) no-repeat center center;}
.bmfw .contents li .lil .zfly a{background:url(../../imagesq/rongan/bmfw_zfly.png) no-repeat center center;}
.bmfw .contents li .lil .hysy a{background:url(../../imagesq/rongan/bmfw_hysy.png) no-repeat center center;}
.bmfw .contents li .lil .qykb a{background:url(../../imagesq/rongan/bmfw_qykb.png) no-repeat center center;}
.bmfw .contents li .lil .jyns a{background:url(../../imagesq/rongan/bmfw_jyns.png) no-repeat center center;}
.bmfw .contents li .lil .zsyz a{background:url(../../imagesq/rongan/jtly_ico.png) no-repeat center center;}
.bmfw .contents li .lil .ggsy a{background:url(../../imagesq/rongan/bmfw_ggsy.png) no-repeat center center;}
.bmfw .contents li .lil .zjbl a{background:url(../../imagesq/rongan/bmfw_zjbl.png) no-repeat center center;}
/*公共服务 结束*/


.clear {height: 0px;line-height: 0px;overflow: hidden;clear: both;display: block;}

/*融安旅游 开始*/
.tpjs{width:825px;border:1px solid #EBEBEB;height:380px;overflow:hidden;}
.zsdt{width:350px;height:382px;overflow:hidden;}
.zsdt .title a.lmmore{display:block;width:35px;height:44px;line-height:44px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.zsdt .title a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.zsdt .title img{vertical-align:middle;line-height:44px;display:block;}
.zsdt .title{height:44px; line-height:44px;padding-right:5px;}
.zsdt .title .titlen{padding-left:35px;color:#fff;font-size:16px;}  
.zsdt .title{background:url(../../imagesq/rongan/rayw_titlebg.png) no-repeat -1px center #EFF2F4;}
.zsdt .contents{border:1px solid #EDEDED;border-top:0px;height:337px;} 
.inews_txt_index{width:100%; margin:0px; padding:0px; list-style:none;}
.inews_txt_index li{ height:31px; line-height:31px;padding-right:15px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative; }
.inews_txt_index .lion{ height:30px; line-height:30px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative;}
.inews_txt_index .lion a{color:#F86400;}
.inews_txt_index li a:hover{color:#ff0000;}
.inews_txt_index li span{ float:right; color:#666; font-size:14px; }
.inews_txt_index li .icon_new{ width:25px; height:15px; position:absolute; top:3px;right:100px; float:none; background:url(../../imagesq/rongan/new.gif) no-repeat scroll center center transparent;}
  
.zsdt ul{padding:10px 0px;}
.zsdt li a{ float:left; color:#666; width:180px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px; }

/*焦点图模块 开始*/
.ximgStyle { width:825px; height:380px; overflow:hidden;  position:relative; background-color:#ffffff;float: left;border: 1px solid #EBEBEB;}
#slideTxtBox1 .bd{width:608px; height:380px;  z-index:0;}
#slideTxtBox1 .bd li{width:608px; height:380px;}
#slideTxtBox1 .bd li .title_txt{ position:absolute; bottom:0px; width:608px; padding:0px 5px; height:30px; overflow:hidden; z-index:1;text-align:center; line-height:30px; color:#ffffff; font-size:14px;background: rgba(0,0,0,0.5);margin: 0;}
#slideTxtBox1 .hd{position: absolute;right: 0;top: 0;}

#slideTxtBox1 .hd{position:absolute;width:205px; height:380px; margin:0px; padding:0px; top:10px; right:5px; overflow:hidden;}
#slideTxtBox1 .hd ul{width:201px; margin:0px auto; padding:0px; list-style:none; padding-left:4px; }
#slideTxtBox1 .hd li { width:191px; height:120px; text-align:center; border:0px; padding:8px 8px;  background:#fff; cursor:pointer; overflow:hidden;padding-left:8px;}
#slideTxtBox1 .hd li img{ width:185px; overflow:hidden;height:104px;border: 4px solid transparent;}
#slideTxtBox1 .hd li.on { background:url(../../imagesq/rongan/slide_on.png) no-repeat scroll left center transparent; } 
#slideTxtBox1 .hd li.on img{border: 4px solid #0168B5;}
/*焦点图模块 结束*/ 
  
.tzhj{width:382px; overflow:hidden;}
.zs_tz_hj .tzzcw{padding:0px 27px;}
.zs_tz_hj .contents{border:1px solid #EDEDED;border-top:0px;}
.tzhj .title{background:url(../../imagesq/rongan/rals_titlebg.png) no-repeat -1px center #EEF2F5;height: 44px;line-height: 44px;padding-right: 5px;}
.tzhj .lycstitle{background:url(../../imagesq/rongan/lycs_titlebg.png) no-repeat -1px center #EEF2F5;}
.tzhj .title .titlen {padding-left: 35px;color: #fff;font-size: 16px;}
.tzhj .title a.lmmore {display: block;width: 35px;height: 44px;line-height: 44px;background: url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.tzhj .title a:hover { background: url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.rams{width: 784px;}
.rams .title{background:url(../../imagesq/rongan/xzqh_titlebg.png) no-repeat -1px center #EEF2F5;height: 44px;line-height: 44px;padding-right: 5px;}
.rams .title a.lmmore {display: block;width: 35px;height: 44px;line-height: 44px;background: url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.rams .title a:hover { background: url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.rams .title .titlen {padding-left: 35px;color: #fff;font-size: 16px;}
.rams .contents{display: inline-block;width: 100%;}
.rams .contents li{width:227px;margin:10px 16px 12px 16px;float:left;height:170px;}
.rams .contents .imgw{width:225px;height:140px;overflow:hidden;border:1px solid #C4C3BB;}
.rams .contents .imgw img{width:225px;}
.rams .contents p{ margin:0px;height:35px; line-height:35px;font-size: 14px;text-align: center;}
.rams .contents p a{display:block;width:207px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;padding:0px 10px;font-size:14px;}

.zs_tz_hj .contents ul{padding:12px 0px;}
.zs_tz_hj .gggsli li a{ float:left; color:#666; width:220px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px; }
.zs_tz_hj .gggsli li a:hover{color:#ff0000;}

.zsxmw .title{background:url(../../imagesq/rongan/zsxm_titlebg.png) no-repeat -1px center #EFF2F4;height: 44px;line-height: 44px;padding-right: 5px;}
.zsxmw .title .titlen {padding-left: 35px;color: #fff;font-size: 16px;}
.zsxmw .contents{border:1px solid #EDEDED;border-top:0px;height:auto;padding:15px;}
.zsxmw .contents ul{display: inline-block;}
.zsxmw .title a.lmmore {display: block;width: 35px;height: 44px;line-height: 44px;background: url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.zsxmw .title a:hover { background: url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.zsxmw .contents li{height:auto;width:375px; border:1px solid #d7ecfc; margin:0px 7px; overflow:hidden; float:left;padding:10px;}
.zsxmw .contents li .imgw{height:106px;width:170px;border:1px solid #d7ecfc;overflow:hidden;margin-top: 10px;}
.zsxmw .contents li .imgw img{width:170px;}
.zsxmw .contents li .jdjstxt{width:170px;overflow:hidden;}
.zsxmw .contents li .jdjstxt .bt a{display:block;width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;height:25px;line-height:25px;font-size:14px;color:#333;}
.zsxmw .contents li .jdjstxt .bt a:hover{color:#ff0000;}
.zsxmw .contents li .jdjstxt .txt{height:72px;line-height:22px;overflow:hidden;padding-top:8px;text-indent:2em;color:#666;-webkit-line-clamp:3;display: -webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;white-space:initial;font-size: 12px;}
.zsxmw .contents li .jdjstxt .more a{display:block;text-align:right;color:#339be8;padding-top:7px;font-size: 12px;}
.zsxmw .contents li .jdjstxt .more a:hover{color:#ff0000;}

/*融安旅游 结束*/
/*数据专题 开始*/
#slideTxtBox2 .hd{height: 50px;line-height: 50px;background: #EFF2F4;position: relative;}
#slideTxtBox2 .hd ul li .txt{width: 157px;padding-right: 7px;text-align: center;font-size: 20px;color: #fff;background: url(../../imagesq/rongan/jczt_titlebg2.png) no-repeat -1px center;margin-right: 35px;cursor: pointer;}
#slideTxtBox2 .hd ul li a.lmmore{position:absolute;right:5px;display:none;width:35px;height:50px;line-height:50px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
#slideTxtBox2 .hd ul li a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
#slideTxtBox2 .hd ul li.on a.lmmore{display: block;}
#slideTxtBox2 .hd ul li.on .txt{background: url(../../imagesq/rongan/jczt_titlebg.png) no-repeat -1px center;font-weight: bold;}

.sjzt_index .swiper-container{width: 483px;height: 383px;float: left;}

.tjgb .title{background:url(../../imagesq/rongan/zsxm_titlebg.png) no-repeat -1px center #EFF2F4;margin-bottom: 12px;}
.tjgb .title .titlen {padding-left: 35px;color: #fff;font-size: 16px;}
.tjgb .contents ul{display: inline-block;}
.tjgb .title a.lmmore {display: block;width: 35px;height: 44px;line-height: 44px;background: url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
.tjgb .title a:hover { background: url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
.tjgb .inews_txt_index li a{ float:left; color:#666; width:500px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px; }
.tjgb .inews_txt_index li a:hover{color:#ff0000;}
.zjra_index .ranj li a{ float:left; color:#666; width:180px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px;}
.sjxx .inews_txt_index li a{overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;display: block;width: 220px;float: left;}
.sjxx .title{background:url(../../imagesq/rongan/xzqh_titlebg.png) no-repeat -1px center #EFF2F4;}
.tjsj2 .inews_txt_index li a{overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;display: block;width: 220px;float: left;}
.tjsj2 .title{background:url(../../imagesq/rongan/raly_titlebg.png) no-repeat -1px center #EFF2F4;}
.tjfx2 .inews_txt_index li a{overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;display: block;width: 220px;float: left;}
.tjfx2 .title{background:url(../../imagesq/rongan/ranj_titlebg.png) no-repeat -1px center #EFF2F4;}
.sjxx .contents,.tjsj2 .contents,.tjfx2 .contents{border: 1px solid #EDEDED;}

.jczt_list ul li{width: 382px;height: 122px;float: left;margin-right: 27px;margin-bottom: 27px;border: 1px solid #e4e4e4;padding: 2px;}
.jczt_list ul li:nth-child(3n){margin-right: 0;}
.jczt_list .jczt_list_img{width: 300px;height: 100%;float: left;}
.jczt_list .jczt_list_img img{width: 100%;height: 100%;display: block;}
.jczt_list .jczt_list_txt{width: 76px;height: 100%;float: left;font-size: 16px;text-align: center;line-height: 28px;padding-top: 30px}

/*数据专题 结束*/


.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden
}

/*政务公开*/
.videoAffairPublic {
  height: 410px;
  background-image: url(../../city/imagess/wangtingBg.jpg);
}
.videoAffairPublic .dataSubjectTitle {
  padding-top: 6%;
  color: #096DD9;
  text-shadow: none;
  font-weight: 600;
}
.content .affairPublicMainBg .SuccessfulTip {
  margin: -10px -36px 0;
}

  /*交流互动 开始*/
  .interaction_index{width:100%;padding: 0 10px;}
  .interaction_index .rayww{height:382px; overflow:hidden;}
  .interaction_index .rayww .tpjs{width:825px;border:1px solid #EBEBEB;height:380px;overflow:hidden;}
  .interaction_index .rayww .rayw{width:350px;height:382px;overflow:hidden;}
  .interaction_index .title a.lmmore{display:block;width:35px;height:44px;line-height:44px;background:url(../../imagesq/rongan/lmmore.png) no-repeat center center;cursor: pointer;}
  .interaction_index .title a:hover{background:url(../../imagesq/rongan/lmmore_on.png) no-repeat center center;}
  .interaction_index .title img{vertical-align:middle;line-height:44px;display:block;}
  .interaction_index .title{height:44px; line-height:44px;padding-right:5px;}
  .interaction_index .title .titlen{padding-left:35px;color:#fff;font-size:16px;}
  
  .interaction_index .rayw .title{background:url(../../imagesq/rongan/rayw_titlebg.png) no-repeat -1px center #EFF2F4;}
  .interaction_index .rayw .contents{border:1px solid #EDEDED;border-top:0px;height:337px;}
  
  .interaction_index .inews_txt_index{width:100%; margin:0px; padding:0px; list-style:none;}
  .interaction_index .inews_txt_index li{ height:31px; line-height:31px;padding-right:15px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative; }
  .interaction_index .inews_txt_index .lion{ height:30px; line-height:30px; padding-left:25px; background:url(../../imagesq/rongan/li_ico1.png) no-repeat scroll 8px center transparent; border-bottom:dotted 1px #EDEDED; position:relative;}
  .interaction_index .inews_txt_index .lion a{color:#F86400;}
  .interaction_index .inews_txt_index li a:hover{color:#ff0000;}
  .interaction_index .inews_txt_index li span{ float:right; color:#666; font-size:14px; }
  *html .interaction_index .inews_txt_index li{margin-bottom:-4px;}/*Hack For IE6*/
  *+html .interaction_index .inews_txt_index li{margin-bottom:-4px;}/*Hack For IE7*/
  
  .zx_wd_ft .zwzx,
  .zx_wd_ft .rdwd,
  .zx_wd_ft .zxft{width:590px;height:253px;overflow:hidden;}
  .zx_wd_ft .contents{border:1px solid #EDEDED;border-top:0px;height:330px;}
  
  .interaction_index .zwzx .title{background:url(../../imagesq/rongan/gggs_titlebg.png) no-repeat -1px center #EEF2F5;}
  .interaction_index .rdwd .title{background:url(../../imagesq/rongan/raly_titlebg.png) no-repeat -1px center #EEF2F5;}
  .interaction_index .zxft .title{background:url(../../imagesq/rongan/xzkx_titlebg.png) no-repeat -1px center #EEF2F5;}
  
  .interaction_index .zx_wd_ft .contents{border:1px solid #EDEDED;border-top:0px;height:208px;display: block;overflow: hidden;}
  .interaction_index .zx_wd_ft .contents ul{padding:12px 0px;}
  .interaction_index .zx_wd_ft .zwzxli li a{ float:left; color:#666; width:450px;cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:13px; }
  .interaction_index .zx_wd_ft .zwzxli li a:hover{color:#ff0000;}
  
  .interaction_index .my_dc .myzj{width:590px;height:253px;overflow:hidden;} 
  .interaction_index .my_dc .myzj .title{background:url(../../imagesq/rongan/rals_titlebg.png) no-repeat -1px center #EEF2F5;}
  .interaction_index .my_dc .zxdc{width:590px;height:253px;overflow:hidden;} 
  .interaction_index .my_dc .zxdc .title{background:url(../../imagesq/rongan/zsxm_titlebg.png) no-repeat -1px center #EEF2F5;}
  .interaction_index .my_dc .contents{border:1px solid #EDEDED;border-top:0px;height:208px;display: block;overflow: hidden;}
  .interaction_index .my_dc .contents ul{padding:12px 0px;}
  .interaction_index .my_dc li a{float:left;color:#666;width:450px;cursor:pointer;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;font-size:13px;}
  .interaction_index .my_dc li a:hover{color:#ff0000;}
  
  /***** 常见问题 开始 *****/
  .interaction_index .xj_write .zhy_cjwt{width:920px;height:250px;overflow:hidden;border:1px solid #EDEDED;} 
  .interaction_index .xj_write .write{width:250px;height:250px;overflow:hidden;border:1px solid #EDEDED;} 
  .interaction_index .xj_write .write .xzxx{width:251px;border-right:1px solid #EDEDED;height:250px;padding:20px;box-sizing: border-box;}
  .interaction_index .xj_write .write .xzxx .cn{background:#3598DB;height:30px;line-height:30px;width:120px;margin:0 auto;font-size:16px;color:#fff; text-align:center;}
  .interaction_index .xj_write .write .xzxx .en{height:30px;line-height:30px;width:120px;margin:0 auto;font-size:14px;color:#B7B7B7; text-align:center;}
  .interaction_index .xj_write .write .xzxx .ico{background:url(../../imagesq/rongan/xj.png) no-repeat center center;height:110px;margin-bottom:20px;}
  .interaction_index .xj_write .write .xzxx .link{background:#3598DB;height:35px;line-height:35px;width:200px;margin:0 auto;font-size:16px;color:#fff;text-align:center;display:block;border-radius:3px;margin-top: -10px;cursor: pointer;}
  .interaction_index .xj_write .write .xzxx .link:hover{background:#E54D3F;}
  
  .interaction_index .xj_write .write .tjsj{width:190px;height:250px;padding:20px;box-sizing: border-box;}
  .interaction_index .xj_write .write .tjsj .cn{background:#3598DB;height:30px;line-height:30px;width:120px;margin:0 auto;font-size:16px;color:#fff; text-align:center;}
  .interaction_index .xj_write .write .tjsj .en{height:30px;line-height:30px;width:180px;margin:0 auto;font-size:12px;color:#B7B7B7; text-align:center;}
  .interaction_index .xj_write .write .tjsj .list{border:1px solid #EDEDED;padding:10px;margin-top:10px;padding-left:0px;font-size:14px;}
  .interaction_index .xj_write .write .tjsj .list li{height:30px;line-height:30px;background:url(../../imagesq/rongan/lm_bg_onit.png) no-repeat 5px center;}
  .interaction_index .xj_write .write .tjsj .list li .lileft{padding-left:25px;}
  .interaction_index .xj_write .zhy_cjwt .titlexj{height:250px;width:70px;background:#0166B1;color:#fff;font-size:20px; text-align:center;padding-top:65px;box-sizing: border-box;}
  .interaction_index .xj_write .zhy_cjwt .cjwtlist{width:845px;height:250px;overflow:hidden;border-left: 1px solid #EDEDED;padding: 5px 0px;box-sizing: border-box;}
  .interaction_index .xj_write .zhy_cjwt .cjwtlist li{height:40px;display:block;font-size:13px;padding-left:25px;box-sizing:border-box;background:url(../../imagesq/rongan/li_bg.jpg) no-repeat 10px center;border-bottom: dotted 1px #EDEDED;}
  .interaction_index .xj_write .zhy_cjwt .cjwtlist li a{width:70%;height:40px;line-height:40px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float: left;}
  .interaction_index .xj_write .zhy_cjwt .cjwtlist li span{line-height:40px;padding-right:10px;float: right;display: inline-block;}
  /*交流互动 结束*/

  /**左导航**/
  .pageleft{ width:240px; padding:0px; overflow:hidden; float:left; border:1px solid #E4E4E4;border-top:0px;border-bottom:0px;}
  .left_nav{width:240px; float:right; overflow:hidden; background:#fff; }
  .left_bottom{width:240px; height:0px; overflow:hidden; }
  .left_nav .mlm_title{ height:42px; color:#525252;  text-align:center;background:url(../../imagesq/rongan/mlm_titlebg.png) no-repeat 50px center #EDEDED; margin-bottom:15px; border-top:2px solid  #0F5CA9;}
  .left_nav .mlm_title .en{ display:block; line-height:24px; height:24px; font-size:24px; font-weight:bold; color:#eee;filter:alpha(opacity=20);-moz-opacity:0.2;-khtml-opacity: 0.2;opacity: 0.2; text-align:right; padding-right:10px; display:none; }
  .left_nav .mlm_title .cn{ display:block; line-height:42px; height:42px; font-size:18px;}
    .nav_item{ margin:0px; padding:0px; width:240px; list-style:none; }
  .nav_item li{ display:block; color: #333333; font-size: 14px;border-bottom:solid 1px #ddd; clear:both;}
  .nav_item li a{width: auto;display:block;overflow: hidden;text-overflow:ellipsis;    white-space: nowrap; padding:0px;line-height:46px; padding-left:60px;padding-right: 10px; font-size:14px; color:#333; text-decoration:none; background: url(../../imagesq/rongan/left_nav.png) no-repeat scroll 30px 17px transparent;}
  .nav_item li a:hover{color:#FF0000; background: url(../../imagesq/rongan/left_nav_on.png) no-repeat scroll 30px 17px transparent; }
  .nav_item li.onit a{width: 152px;display:block;overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;color:#FF0000; background: url(left_nav_on.png) no-repeat scroll 50px 17px transparent ; }
  .nav_item li.ponit a{ background: url(../../imagesq/rongan/left_nav_c.png) no-repeat scroll 48px 18px transparent; color:#ff0000;}
  .nav_item li.mnav a{ background: url(../../imagesq/rongan/left_nav_o.png) no-repeat scroll 44px 14px transparent; }
  .nav_item li.mnav a:hover{ background: url(../../imagesq/rongan/left_nav_o_h.png) no-repeat scroll 44px 14px transparent; }
  
.right{width:940px; background:#fff;border:1px solid #E4E4E4;border-top:0px;float:right;}
.lm_title{ width:940px;height:40px; display:block;background:#EDEDED;border-top:2px solid #105FAE; }
.lm_title span{ font-size:14px; width:280px; line-height:39px; color:#333; padding-left:30px; display:block; float:left; background:url(../../imagesq/rongan/lm_title_bg.png) no-repeat scroll 10px center transparent;}
.position{ width:560px; padding:0px 10px; line-height:40px; text-align:right; float:right; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.position a{ color:#666;}
.position a:hover{ color:#ffa926;}
.divContents{width:940px; padding:0px; margin:10px auto; overflow:hidden;}
.contentLeft{height:350px; width:1px; float:left;}
.contentRight{width:918px; overflow:hidden; float:left; font-size:14px; color:#000000; padding:0px 10px;}
#tdcontents{line-height:160%; font-size:14px; color:#333;}
.news_txt{width:918px; margin:0px; padding:0px; list-style:none; padding-right:10px;}
.news_txt li{ height:36px; line-height:36px; padding-left:20px; width:100%;background:url(../../imagesq/rongan/li_bg.jpg) no-repeat scroll 3px center transparent; border-bottom:dotted 1px #cccccc; position:relative; }
.news_txt li a{ float:left; color:#333333; font-size:14px; width:720px; }
.news_txt li a:hover{color:#ff0000;}
.news_txt li span{ float:right; color:#666666; font-size:14px; }
.linka{cursor:pointer; display:block; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
/*页码开始*/
.page{width:auto; height:36px; font-size:14px; line-height:36px; margin:25px auto 20px; white-space:nowrap;text-align: center;}
.page span{color:#FFFFFF; background-color: #008dff; font-size: 14px; line-height: 30px; height: 30px; width: 30px; padding:0px 7px; border-radius:2px; margin: 0px 5px; }
.page .active {color:#FFFFFF; background-color: #008dff; font-size: 14px; line-height: 30px; height: 30px; width: 30px; padding:0px 7px; border-radius:2px; margin: 0px 5px; }
.page a {font-size: 14px;line-height: 30px; background-color: #f1f1f1; height: 30px; width: 30px; padding:0px 7px; color: #000000; border-radius:2px; margin: 0px 5px; }
.page>a:hover{background:#008dff;color:#fff;}
.page .GO {cursor: pointer;}
/*页码结束*/
.page_main_bg{background:#F1EFEF;width:1220px;margin:0 auto;}
.page_main{margin:0px auto; padding:20px 10px; display: inline-block;background: #fff;border-bottom: 2px solid #0163aa;padding-bottom: 15px;}
.ny_wzxx{width:1200px; background:#fff;border-top:0px;}
.ny_wzxx_bot{width:1100px;margin: 0 auto;}
.ny_wzxx_bz{width:1100px;line-height: 40px;text-align: center;margin: 0 auto;}
.h1title{font-size:28px;color:#333333; text-align:center; line-height:30px;}
#tdcontents img{max-width: 80%;margin: 0 auto;}
/*分享功能 开始*/
.index_wzxx{display: inline-block;width: 100%;}
.index_wzxx .print{width:115px; float:left; height:30px; line-height:30px; margin-top:30px; display:block; cursor:pointer;background:url(../../imagesq/rongan/printico.png) no-repeat left center;padding-left:30px;}
.index_wzxx .fhlb{float: left;width:115px;margin-top: 30px;background: url(../../imagesq/rongan/liebieico.png) no-repeat left center;height: 30px;line-height: 30px;padding-left: 30px;}
.index_wzxx .share{width:320px; float:right; height:30px; line-height:30px; margin-top:30px;}
.index_wzxx .share .fxd{width:100px;float: left;height: 36px;line-height: 36px;}
.index_wzxx .share .bdsharebuttonbox{width:220px;float: left;}
/*分享功能 结束*/

/*网站地图*/
.mapsite{}
.mapsite li {font-size: 16px; font-weight: bold; } 
.mapsite li a {color: #08479c;display: block;padding: 20px;border-bottom:1px solid #ccc ;font-size: 18px;}  
.mapsite li .map_sub {padding: 0px 30px; }
.mapsite li .map_sub li {padding: 5px 10px; font-size: 14px; }
.mapsite li .map_sub li a {font-size: 14px; color: #000; display: block; font-weight: bold; border: 0px; padding: 5px; }
.mapsite li .map_sub li a:hover {color: #3478d5; }
.mapsite li a:hover {color: #3478d5; } .mapsite li .map_sub li .three{padding-left: 20px;}
.mapsite li .map_sub li .three li{float: left;background: url(../../imagesq/rongan/2018_en_ziicon_2.png) no-repeat left center;}
.mapsite li .map_sub li .three li a{font-weight: normal;padding: 3px;}


/*精彩专题*/
.home-notice .home-notice-item {margin-top: 15px;width: 100%;height: 82px;overflow: hidden;}
.home-notice .home-notice-item img {width: 100%;}

/*专题*/
.BanSpecial {margin: 0 0 10px;background: url(../../city/imagess/zhuanti.png) no-repeat center top / 100% 100%;height: 230px;}
.titleSpecial {padding: 3px 0 0 15px;margin-bottom: 20px;border-bottom: 2px solid #ad0000;line-height: 45px;color: #ad0000;font-size: 18px;font-weight: 600;}
.titleSpecial .more {margin-top: 0;font-weight: 400;}
.contentBox .specialBoxL {width: 290px;float: left;}
.contentBox .specialBoxR {width: 830px;float: right;}
.list-Special .list-group-item {padding: 5px 15px 4px 35px;position: relative;}
.list-Special .list-group-item:before {content: '';position: absolute;left: 15px;top: 17px;width: 7px;height: 7px;border-radius: 50%;background: #8C8C8C;}
.list-Special .list-group-item .layout-fixed {color: #8C8C8C;}
.SpecialImgBox .SpecialImgList {margin-right: -35px;}
.SpecialImgBox .SpecialImgList li {margin: 5px 35px 20px 0;width: 560px;float: left;transition: all 0.4s;}
.SpecialImgBox .SpecialImgList li .pic {width: 100%;height: 110px;}
.SpecialImgBox .SpecialImgList li .pic img {display: block;width: 100%;height: 100%;}
.SpecialImgBox .SpecialImgList li .title {padding: 0 10px;}
.SpecialImgBox .SpecialImgList li .title .time {float: right;}
.SpecialImgBox .SpecialImgList li:hover {box-shadow: 1px 0px 35px rgba(0, 0, 0, 0.15);}

/*精彩专题*/
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList {margin-right: 0;width: 948px;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li {width: 434px;float: left;margin-right: 40px;margin-bottom: 30px;border: 1px solid #e4e4e4;padding: 5px;cursor: pointer;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li .pic {height: 150px;width: 422px;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li .title {padding: 5px 10px;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li .title .time {color: #969696;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li a {color: #969696;}
.SpecialImgBox.SpecialImgBoxDh .SpecialImgList li:hover a {color: #000;}

.lettersOverview .titleborderB .more{margin-top: 0;line-height: 36px;padding: 5px;}