/*多行溢出*/
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
  color: #333;
}
i {
  font-style: normal;
}
a:hover,
a:focus {
  color: #086BC5;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*banner*/
.banner {
  background: url(lxktz-topbg.png) no-repeat center;
  background-size: 100% 101%;
  text-align: center;
  display: block;
  overflow: hidden;
}
.logo {
  margin-top: 18px;
}
.topnav {
  background: #FFFFFF;
  opacity: 0.73;
  border-radius: 0px 0px 20px 20px;
  padding: 12px 26px;
  color: #086BC5;
  text-align: center;
}
.topnav li {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 16px;
  border-right: 1px solid #086BC5;
}
.topnav li a {
  display: block;
}
.topnav li a:hover {
  text-decoration: underline;
}
.topnav li:last-child {
  padding: 0;
  margin: 0;
  border-right: none;
}
.banner-title {
  margin-top: 17px;
  margin-bottom: 27px;
  display: block;
}
.banner-title img{
  max-width: 480px;
}
/*nav*/
.container-nav {
  width: -webkit-calc(-100%);
  width: -moz-calc(-100%);
  width: calc(100% - 200px);
  float: left;
}
nav.navbar.bootsnav {
  min-height: 46px;
  background: #086BC5;
  border: none;
  border-top: 0;
  background-size: cover;
  z-index: 999;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 46px;
  color: #fff;
  text-align: center;
  padding: 0 32px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li:first-child > a::after {
  content: normal;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #00529C !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 15px 0 rgba(21, 86, 201, 0.2);
  background: #086BC5;
  min-width: 150px;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #fff;
  color: #086BC5;
}
nav.navbar.bootsnav .megamenu-content {
  border: none !important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav.scroll {
  background: #086BC5;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    min-width: 160px;
  }
  nav.navbar.bootsnav .megamenu-content {
    border: none !important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
  nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none !important;
    box-shadow: none !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #2259BB;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px !important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*搜索*/
.searchbox {
  position: relative;
  background: #00529C;
  width: 200px;
  line-height: 46px;
  border: #d5deee solid 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.searchbox input[type="text"] {
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  outline: none;
  color: #fff;
  background: none;
  border: none;
  width: 80%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
}
.searchbox input[type="text"]::-webkit-input-placeholder {
  color: #939BA9 !important;
  font-family: Arial;
}
.searchbox input[type="submit"] {
  background: url(lxktz-sou.png) no-repeat 0px 1px;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 21px;
  outline: none;
  position: absolute;
  top: 12px;
  right: 20px;
}
.searchbox input:-webkit-autofill,
.searchbox input:-webkit-autofill:hover,
.searchbox input:-webkit-autofill:focus,
.searchbox input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
/*foot*/
.footer {
  background: url(lxktz-footbg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 20px 0;
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer .footlogo {
  float: left;
}
.footer .foottxt {
  float: right;
  margin-top: 18px;
}
/*part1*/
.part1 {
  padding-top: 45px;
  background-size: 100% auto;
}
/*轮播*/
.index-banner .slick-slider {
  z-index: 1;
}
.index-banner .slick-dots {
  height: 16px;
  bottom: 16px;
  text-align: right;
  z-index: 999;
  padding-right: 20px;
}
.index-banner .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
  opacity: 1;
  padding: 0;
  transition: all 0.7s;
}
.index-banner .slick-dots li.slick-active {
  background: #086BC5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-banner .slick-dots li:before {
  width: 6px;
  content: '';
}
.index-banner .slick-next:before,
.index-banner .slick-prev:before {
  display: none !important;
}
.index-banner .slick-prev {
  left: 22px;
  z-index: 999;
  width: 0px;
  height: 40px;
  background: url(lxktz-prev.png) no-repeat center;
}
.index-banner .slick-next {
  right: 22px;
  width: 0px;
  height: 40px;
  background: url(lxktz-next.png) no-repeat center;
}
.part1-lun .part1-img{
  border: 1px solid #E5ECF3;
}
.part1-lun .part1-img img {
  width: 100%;
  height: 480px;
}
.part1-lun .part1-img-tit {
  width: 100%;
  padding-right: 20%;
  line-height: 46px;
  padding-left: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.57);
}
.part1-lun .part1-img-tit p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  max-height: 46px;
  line-height: 46px;
  padding-right: 20%;
  position: absolute;
}
.banner-about {
  background: #fff;
  border: 1px solid #E5ECF3;
  width: 100%;
  min-height: 190px;
  padding: 30px 40px;
  text-align: center;
  position: relative;
}
.banner-about a {
  display: block;
  color: #086BC5;
  font-size: 20px;
  font-weight: bold;
}
.banner-about p {
  line-height: 30px;
  font-size: 16px;
  margin-top: 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 90px;
}
.about-more {
  background: none !important;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.tzgg-box {
  height: 370px;
  padding: 18px 24px;
  border: 1px solid #E5ECF3;
  margin-bottom: 30px;
}
.tzgg-box2 {
  height: 169px;
}
.tzgg-list {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.tzgg-list ul {
  overflow: hidden;
}
.tzgg-list ul li {
  margin-bottom: 18px;
  overflow: hidden;
}
.tzgg-list ul li a {
  max-height: 20px;
  line-height: 20px;
  float: left;
  width: 80%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-left: 14px;
  position: relative;
}
.tzgg-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background: url(lxktz-two.png) no-repeat center;
}
.tzgg-list ul li i {
  float: right;
  font-size: 16px;
  line-height: 20px;
  color: #A0C2E0;
  font-weight: normal;
}
/*标题*/
.index-tit {
  width: 100%;
  background: #E5ECF3;
  padding: 0 23px;
}
.index-tit span {
  display: inline-block;
  line-height: 50px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #086BC5;
  position: relative;
}
.index-tit span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #086BC5;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.index-tit a {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #086bc5;
  background: url(lxktz-right.png) no-repeat center;
  margin-top: 13px;
}
.index-tit a:hover {
  background: url(lxktz-right2.png) no-repeat center #086bc5;
}
.index-tit2 {
  background: none;
  padding-left: 0;
}
/*友情链接*/
.special-list {
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 40px;
}
.special-list .box-img {
  text-align: center;
}
.special-list .box-img .index-link {
  margin: 0 11px;
  display: block;
  height: 70px;
  color: #fff;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.special-list .box-img .index-link p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  line-height: 22px;
  z-index: 999;
}
.special-list .box-img .index-link p:hover {
  text-decoration: underline;
}
.special-list .box-img .index-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*内页背景*/
.nybg {
  background: #EEF7FF;
  padding-bottom: 50px;
}
/*面包导航*/
.breadcrumb {
  position: relative;
  background: none;
  padding: 22px 0 22px 32px;
  color: #666666;
  margin: 0;
  font-size: 16px;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  background: url(lxjtz-bread.png) no-repeat center;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb li a::after {
  padding-left: 5px;
  content: ">\00a0";
}
.breadcrumb li:last-child a::after {
  content: "";
}
.breadcrumb li.active a {
  color: #086BC5;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  padding: 22px 0 22px 32px;
  color: #666666;
  font-size: 16px;
}
.bread-crumbs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  background: url(lxjtz-bread.png) no-repeat center;
}
.bread-crumbs .bread-item-groups {
  line-height: 24px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a::after {
  content: "";
  
}
.bread-crumbs .bread-item a:last-child::after {
  content: "";
}
.bread-crumbs .bread-item a:last-child {
  color: #086BC5;
}
.bread-crumbs .bread-item a.cur {
  color: #086BC5;
}
.bread-crumbs a:hover {
  color: #086BC5;
}
/*内页标题*/
.ny-bt {
  background: #fff;
  padding: 13px 0 0 30px;
  border-bottom: 1px solid #086BC5;
}
.ny-body {
  background: #fff;
  padding: 30px;
}
/*联系我们*/
.addphone {
  margin-top: 50px;
  margin-left: 50px;
}
.addphone h1 {
  font-size: 24px;
  font-weight: bold;
  color: #086BC5;
}
.addphone li {
  margin: 20px 0;
  font-size: 16px;
}
.addphone li i {
  font-weight: bold;
}
/*细览页*/
.top-other {
  margin: 25px auto;
  text-align: center;
  color: #999999;
}
.main-cont {
  text-indent: 2em;
}
.main-cont p {
  line-height: 36px;
  margin-bottom: 30px;
}
.main-cont img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.share-xl .social-share a {
  width: 32px;
  height: 32px;
}
.fx-txt {
  line-height: 40px;
}
.download-group a {
  color: #086BC5;
}
.download-group a:hover {
  text-decoration: underline;
}
/*文字列表*/
.ny-list {
  overflow: hidden;
}
.ny-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 28px;
  border-bottom: 1px dashed #E7EEF4;
  display: block;
  overflow: hidden;
  font-size: 16px;
}
.ny-list li a {
  width: 80%;
  float: left;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.ny-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #086BC5;
  border-radius: 6px;
}
.ny-list li i {
  float: right;
  color: rgba(51, 51, 51, 0.4);
}
/*分页*/

.page {
  float: right;
  text-align: center;
  margin-top: 20px;
}
.page a {
  padding: 0 16px;
  line-height: 38px;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  display: inline-block;
}
.page a:hover {
  background: #2259BB;
  color: #fff;
  border: 1px solid #3D55A7;
}
.page span {
  padding: 0 16px;
  line-height: 38px;
  margin-left: 5px;
  border-radius: 4px;
  background: #2259BB;
  color: #fff;
  border: 1px solid #3D55A7;
  display: inline-block;
}
.page-phone {
  display: none;
}


/*分页结束*/
/*图文列表*/
.tw-list li {
  margin-bottom: 30px;
}
.tw-list li a .tw-img {
  float: left;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 30px;
}
.tw-list li a .tw-img img {
  width: 240px;
  height: 160px;
  transition: all 0.7s;
}
.tw-list li a .tw-text {
  padding-top: 20px;
}
.tw-list li a .tw-text h2 {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 36px;
  max-height: 36px;
}
.tw-list li a .tw-text p {
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.tw-list li a .tw-text i {
  font-size: 16px;
  color: #086BC5;
  line-height: 36px;
}
.tw-list li a:hover .tw-img img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tw-list2 li a .tw-text {
  padding-top: 10px;
}
.tw-list2 li a .tw-text p {
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
}
/*图片列表*/
.tp-list li {
  margin-bottom: 30px;
}
.tp-list li a {
  display: block;
  text-align: center;
}
.tp-list li a i {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.tp-list li a .tp-img {
  overflow: hidden;
  border: 1px solid #eee;
}
.tp-list li a .tp-img img {
  width: 100%;
  height: 184px;
  transition: all 0.7s;
}
.tp-list li a .tp-img:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-list2 li a .tp-img img {
  width: 100%;
  height: 274px;
  transition: all 0.7s;
}
.tp-list2 li a .tp-img:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*---------------Left Nav---------------------*/
.sidebar {
  overflow: hidden;
  margin-right: 8px;
  /*-ms-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);*/
}
.sidebar .title {
  margin-bottom: 0px;
  position: relative;
  padding: 23px 20px 21px 20px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  border-top: #f08519 solid 0px;
  text-transform: uppercase;
  line-height: 32px;
  background: url(lxktz-lefttit.png) no-repeat right top #086BC5;
}
@media (max-width: 1199px) {
  .sidebar {
    margin-right: 0px;
  }
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  /*min-height: 436px;*/
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.leftNavigation {
  margin: 0rem 0;
  padding-bottom: 245px;
}
.leftNavigation,
.leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 17px;
  display: block;
  padding: 16px 42px 16px 34px;
  color: #3b4461;
  border-bottom: solid 1px #e0e8f4;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 500;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 5px 1rem 5px 50px !important;
  color: #333;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 400;
  border-bottom: solid 0px #fff;
}
.leftNavigation li a,
.leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  padding: 13px 0;
  text-align: center;
  font-weight: 500;
  color: #c0c7e0;
  font-size: 20px;
}
.leftNavigation .active.down-menu a .leftNavIcon {
  transform: rotate(90deg);
}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #f67400;
}
.leftNavigation li a:hover {
  color: #086BC5;
  text-decoration: none;
  font-weight: 700;
  border-left: 4px solid #086BC5;
}
.leftNavigation li a:hover .leftNavIcon {
  color: #626981;
}
.leftNavigation li ul {
  display: none;
  margin: 0;
  border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li {
  border-bottom: solid 0px #e5e5e5;
}
.leftNavigation li ul li a:hover {
  color: #086BC5;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
  border-left: none;
}
.leftNavigation li ul li a:hover:after {
  background-color: #02449e;
}
/*#
    
     li ul li:last-child a {
      border-bottom: none;
    }*/
.leftNavigation li ul li.active a {
  color: #086BC5;
  text-decoration: none;
  font-weight: 500;
}
.leftNavigation li ul li.active a:after {
  background-color: #02449e;
  font-weight: 500;
}
.leftNavigation li.active > a {
  color: #086BC5;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  /*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active > a:after {
  background-image: url(navicon02.png);
  background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #fff;
}
.leftNavigation > li.active {
  border-bottom: solid 1px #e0e8f4;
  border-left: 4px solid #086BC5;
}
.leftNavigation li ul li .level4 {
  border-top: solid 1px #D0E9F3;
}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3;
  font-size: 13px;
  color: #535353;
  margin-left: 30px;
  padding-left: 12px;
  background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {
  color: #006bb1;
}
.leftNavigation li ul li .level4 li {
  border-bottom: solid 1px #D0E9F3;
}
.leftNavigation li ul li .level4 li:last-child {
  border-bottom: solid 0px #D0E9F3;
}
.leftNavigation {
  padding-bottom: 245px;
  position: relative;
}
.leftNavigation::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  margin-left: -101.5px;
  width: 203px;
  height: 203px;
  background: url(lxktz-leftbg.png) bottom no-repeat;
}
/*人员详情*/
.pepxl-img {
  width: 100%;
}
.pepxl-tit {
  text-align: center;
  margin-top: 15px;
}
.pepxl-tit span {
  font-size: 24px;
  font-weight: bold;
  color: #086BC5;
}
.pepxl li {
  margin-bottom: 30px;
}
.pepxl li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #086BC5;
  margin-bottom: 15px;
}
.pepxl li p {
  line-height: 30px;
  font-size: 16px;
}
