/*多行溢出*/
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: #0D85D2;
}
.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;
  }
}
.header {
  background: url(djsys-topbg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 24px 0 0;
  box-shadow: 0px 0px 24px 0px rgba(0, 71, 156, 0.21);
  padding-left: calc((100% - 1336px) / 2);
  padding-right: calc((100% - 1336px) / 2);
}
.nav-wrap {
  width: calc(100% - 300px);
  float: right;
  margin-top: 15px;
}
nav.navbar.bootsnav {
  min-height: 26px;
  border: none;
  border-top: 0;
  background-size: cover;
  z-index: 999;
  position: relative;
  background: none;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 30px;
  color: #333;
  text-align: center;
  padding: 0px 0 26px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  margin: 0 13px;
}
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 {
  position: relative;
}
  nav.navbar.bootsnav ul.nav > li::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #FF8A00;
    bottom: 26px;
    left: 0;


    display: block;


    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.navbar.bootsnav ul.nav > li:hover::after{
    width: 100%;
  }
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: #fff;
  margin-top: 0;
  min-width: 160px;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
  border-bottom: 1px solid #DEE7F2;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #696A6A;
  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: #fff;
  background: #0D85D2;
}
nav.navbar.bootsnav .megamenu-content {
  border: none !important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@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;
  }
}
@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;
  border-radius: 15px;
  width: 190px;
  line-height: 30px;
  border: 1px solid #BFD9EC;
}
.searchbox input[type="text"] {
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
  outline: none;
  color: #0D85D2;
  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: #8B949E !important;
  font-family: Arial;
}
.searchbox input[type="submit"] {
  background: url(djsys-sousuo.png) no-repeat 0px 1px;
  border: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
}
.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;
}
.other-nav {
  display: block;
  overflow: hidden;
}
.other-nav li {
  float: left;
}
.other-nav li a {
  color: #8B949E;
  display: block;
  line-height: 30px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.other-nav li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #8B949E;
}
.other-nav li a:hover {
  color: #0D85D2;
}
.other-nav li:last-child a::after {
  width: 0;
}
.index-banner {
  height: 600px;
  overflow: hidden;
}
.index-banner .banner-img {
  display: block;
}
.index-banner .banner-img img {
  width: 100%;
  height: 600px;
}
.index-banner .slick-dots {
  height: 16px;
  bottom: 30px;
  text-align: center;
  z-index: 999;
  padding-right: 20px;
}
.index-banner .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
  opacity: 1;
  padding: 0;
  margin: 0 9px;
  transition: all 0.7s;
}
.index-banner .slick-dots li.slick-active {
  background: #FF9600;
}
.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(prev.png) no-repeat center;
}
.index-banner .slick-next {
  right: 22px;
  width: 0px;
  height: 40px;
  background: url(next.png) no-repeat center;
}
.part2 {
  background: url(djsys-part2bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 23px;
  max-height: 443px;
  position: relative;
}
.part2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #001C4B;
  bottom: 1px;
  left: 0;
}
.part2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1973E0;
  bottom: 0;
  left: 0;
}
.index-tit {
  text-align: center;
  color: #fff;
  font-size: 30px;
  position: relative;
}
.index-tit::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background: #FFBA00;
  left: 50%;
  margin-left: -16px;
  bottom: -12px;
}
.part2-list {
  margin-top: 35px;
}
.part2-list li {
  margin: 15px 0;
}
.part2-list li a {
  background: #fff;
  border-radius: 3px;
  display: block;
  padding: 14px;
  overflow: hidden;
}
.part2-list li a .part2-img {
  width: 150px;
  height: 88px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 20px;
}
.part2-list li a .part2-img img {
  width: 100%;
  height: 88px;
  transition: all 0.7s;
}
.part2-list li a .part2-txt h3 {
  font-size: 22px;
  color: #2E2E2E;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 40px;
}
.part2-list li a .part2-txt p {
  color: #888888;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.part2-list li a:hover .part2-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;
}
.part2-list li a:hover .part2-txt p {
  color: #0D85D2;
}
.footer {
  background: url(djsys-footbg.png) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.footer .djsys-ma {
  margin-right: 30px;
}
.footer .djsys-ma img {
  width: 100px;
  height: 100px;
}
.add{
margin-top: 18px;
}
.add li {
  line-height: 33.33px;
  position: relative;
  color: #E4EFFF;
  padding-left: 25px;
}
.add li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(djsys-add.png) no-repeat center;
  width: 14px;
  height: 16px;
}

.add li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(djsys-phone.png) no-repeat center;
  width: 14px;
  height: 16px;
}

.add li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(djsys-eml.png) no-repeat center;
  width: 14px;
  height: 16px;
}
.copy {
  text-align: center;
  line-height: 58px;
  color: #fff;
  background: #0048BF;
}
.copy a:hover ,
.copy a:focus{
  text-decoration: underline;
  color: #fff;
}
.ui-select-wrap {
  background: #3071DB;
  height: 52px;
  line-height: 52px;
  border: none;
  border-radius: 4px;
  color: #DFEBFF;
  font-size: 15px;
  margin-top: 20px;
}
.ui-select-arrow {
  right: 14px;
  border-top-color: #fff;
  border-width: 8px 4.5px 0 4.5px;
  top: 50%;
  margin-top: -4px;
}
.ui-select-list {
  background-color: #003a7e;
  top: 52px;
}
.ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 52px;
  border-radius: 4px;
  width: 100%;
  border: none;
}
.ui-select-list > li {
  line-height: 35px;
}
.ui-select-list > li:hover {
  background-color: #007aff;
}
.ui-select-list > li.disabled.selected {
  background-color: #007aff;
}
.part1 {
  padding: 70px 0;
}
.part1-left {
  margin-right: 10px;
}
.index-title1 {
  position: relative;
}
.index-title1 span {
  position: absolute;
  right: 16px;
  top: 0;
}
.index-title1 span a {
  display: none;
  line-height: 45px;
  color: #fff;
}
.index-title1 span a:hover {
  color: #FFBA00;
}
.index-title1 span a:first-child {
  display: block;
}
.index-title1 ul {
  width: 100%;
  height: 45px;
  background: #00479d;
}
.index-title1 ul li {
  float: left;
  transform: none;
}
.index-title1 ul li a {
  display: block;
  padding: 0 20px;
}
.index-title1 ul li a i {
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  margin-right: 8px;
}
.index-title1 ul li a p {
  color: #fff;
  line-height: 45px;
  font-size: 19px;
  display: inline-block;
  font-weight: bold;
}
.index-title1 ul .on {
  transform: none;
}
.index-title1 ul .on a {
  background: #fff;
  transition: none;
  position: relative;
}
.index-title1 ul .on a::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -4px;
  width: calc(100% - 6px);
  height: 4px;
  background: #00479d;
}
.index-title1 ul .on a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #FF9600;
  z-index: 99;
}
.index-title1 ul .on a i {
  color: #00479d;
}
.index-title1 ul .on a p {
  color: #2C2C2C;
}
.top-txt {
  margin-top: 30px;
  display: block;
  margin-bottom: 25px;
}
.top-txt .tpimg-box {
  margin-right: 25px;
  overflow: hidden;
  border: 1px solid #eee;
}
.top-txt .tpimg-box img {
  width: 214px;
  height: 144px;
  transition: all 0.7s;
}
.top-txt .tp-rt h3 {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
}
.top-txt .tp-rt p {
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  max-height: 72px;
  margin: 10px 0;
}
.top-txt .tp-rt i {
  text-align: right;
  display: block;
  color: #919EAD;
 font-size: 15px;
}
.top-txt:hover .tpimg-box 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;
}
.top-txt:hover .tp-rt h3,
.top-txt:hover .tp-rt p {
  color: #0D85D2;
}
.index-list li {
  padding-left: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-list li::before {
  content: "";
  background: url(djsys-bficon.png);
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
}
.index-list li a {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
  font-size: 16px;
  float: left;
}
.index-list li i {
  float: right;
  color: #919EAD;
  font-size: 15px;
}
.index-list li:last-child {
  margin-bottom: 0;
}
.part1-body {
  display: none;
}
.tab_body .part1-body:first-child {
  display: block;
}
.gg-tit span {
  color: #00479D;
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  display: inline-block;
  border-bottom: 3px solid #00479D;
}
.gg-tit a {
  display: block;
  line-height: 45px;
  font-size: 14px;
  color: #717C89;
}
.gg-tit a:hover {
  color: #0D85D2;
}
.gg-bg {
  background: #F3F8FF;
  padding: 20px;
}
/*滚动文字*/
.ky-list {
  width: 100%;
  height: 294px;
  overflow: hidden;
}
.ky-list ul li {
  margin-bottom: 17px;
  font-size: 16px;
  display: block;
  overflow: hidden;
}
.ky-list ul li span {
  width: 60px;
  height: 60px;
  background: #9CBEE6;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
  border-radius: 2px;
}
.ky-list ul li span h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.ky-list ul li span h4 {
  font-size: 12px;
}
.ky-list ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #414141;
  font-size: 15px;
  line-height: 20px;
  max-height: 60px;
}
.ky-list ul li a:hover {
  color: #0D85D2;
}
.rczp {
  margin-top: 30px;
  display: block;
  overflow: hidden;
}
.rczp img {
  width: 100%;
  transition: all 0.7s;
}
.rczp: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;
}
.ny-banner {
  background-size: cover !important;
  height: 356px;
}
.bread {
  background: #f3f7fc;
}
.bread-crumbs {
  position: relative;
  color: #696969;
  font-size: 16px;
}
.bread-crumbs .bread-item-groups {
  line-height: 25px;
  padding: 10px 0;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-location i {
  margin-right: 5px;
  color: #7e8495;
}
.bread-crumbs .bread-item a::after {
  content: '> ';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  color: #999;
}
.bread-crumbs .bread-item a:last-child::after {
  content: "";
}
.bread-crumbs a:hover {
  color: #0D85D2;
}
.ny-mg {
  margin-top: 40px;
  margin-bottom: 50px;
}
/*左侧菜单*/
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-right: 10px;
  /*min-height: 436px;*/
}
.leftnav-tit {
  background: url(djsys-leftnav-bg.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 40px;
  padding: 22px 24px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.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;
  background: #f3f8ff;
  border-bottom: 6px solid #c8ddf6;
}
.leftNavigation,
.leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 16px;
  display: block;
  padding: 16px 42px 16px 27px;
  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: 20px;
  right: 26px;
  width: 23px;
  height: 9px;
  background: url(djsys-right1.png) no-repeat center;
}
.leftNavigation li.active a .leftNavIcon {
  background: url(djsys-right2.png) no-repeat center;
}
.leftNavigation li a:hover {
  color: #00299d;
  background: #e3effc;
  text-decoration: none;
}
.leftNavigation li a:hover .leftNavIcon {
  color: #626981;
  background: url(djsys-right2.png) no-repeat center;
}
.leftNavigation li ul {
  display: none;
  margin: 0;
  border-bottom: solid 1px #dfecfb;
}
.leftNavigation li ul li {
  border-bottom: solid 0px #e5e5e5;
}
.leftNavigation li ul li a:hover {
  color: #ff7800;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
  border-left: none;
}
.leftNavigation li ul li a:hover:after {
  background-color: #ff7800;
}
.leftNavigation li ul li.active a {
  color: #ff7800;
  text-decoration: none;
}
.leftNavigation li ul li.active a:after {
  background-color: #ff7800;
}
.leftNavigation li.active > a {
  color: #00299d;
  text-decoration: none;
  border: 0;
  /*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active ul {
  display: block;
  padding: 0 0 15px 0;
}
.leftNavigation > li.active {
  border-bottom: solid 1px #e0e8f4;
  background: #e3effc;
}
.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 li ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #b4cbe7;
  position: absolute;
  top: 13px;
  left: 36px;
  margin-top: -2px;
  background-image: none !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ny-bt {
  border-bottom: 4px solid #edf2f7;
}
.ny-bt h1 {
  font-size: 28px;
  line-height: 50px;
  color: #00479d;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.ny-bt h1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 0;
  border-top: 4px solid #ff8a00;
  border-right: 4px solid transparent;
}
.ny-body {
  background: #FFFFFF;
  padding: 30px 40px;
  box-shadow: 0px 0px 5px 0px rgba(201, 201, 201, 0.64);
}
.xl-span {
  width: 100%;
  height: 3px;
  background: #00479d;
  display: block;
}
.top-other {
  margin: 25px auto;
  text-align: center;
  color: #999999;
}
.main-cont p {
  line-height: 36px;
  margin-bottom: 30px;
font-size: 16px !important;
  text-align: justify;
text-indent: 2em !important;
}
.main-cont img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  width: 800px !important;
    height: auto !important;
}
.details-page video{
   width: 100%;
    margin: 0 auto;
    display: block;
}
.main-cont .xl-h1 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-s {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #00479D;
  padding: 0 11%;
  text-align: center;
  margin: 10px 0;
}
.share-xl .social-share a {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.share-xl .social-share a.icon-wechat,
.share-xl .social-share a.icon-weibo {
  background-size: 100%;
}
.fx-txt {
  line-height: 20px;
}
.download-group a {
  color: #0D85D2;
}
.download-group a:hover {
  text-decoration: underline;
}
.top-other {
  border-bottom: 1px solid #E5E9EF;
  padding-bottom: 10px;
  color: #888897;
}
.cont-page {
  margin-top: 30px;
  border-top: 1px solid #DBE4EF;
  padding-top: 30px;
  line-height: 24px;
  color: #333;
}
.cont-page .a-page {
  margin-bottom: 10px;
}
.cont-page .a-page a,
.cont-page .a-page span {
  display: inline-block;
}
.cont-page .a-page a {
  color: #333;
}
.cont-page .a-page:hover {
  color: #FF7200;
}
.cont-page .a-page:hover a {
  color: #FF7200;
}
/*规章制度*/
.gzzd-list {
  margin-top: 10px;
}
.gzzd-list li {
  margin-bottom: 0;
  padding-left: 30px;
  border-bottom: 1px dashed #afbfd2;
}
.gzzd-list li a {
  line-height: 58px;
  width: 100%;
}
.gzzd-list li::before {
  top: 24px;
}
.gzzd-list li:last-child {
  border-bottom: 0;
}
/*文字列表*/
.list {
  margin-top: 15px;
}
.list li {
  margin-bottom: 0;
}
.list li a {
  line-height: 45px;
}
.list li i {
  line-height: 45px;
}
.list li::before {
  top: 18px;
}
.list li:nth-child(5n) {
  border-bottom: 1px dashed #8ba6c8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/*分页*/
.page {
  text-align: right;
  margin-top: 20px;
}
.page li {
  display: inline-block;
}
.page a {
  padding: 0 16px;
  line-height: 40px;
  margin-left: 5px;
  border-radius: 4px;
  display: inline-block;
  background: #f1f1f1;
}
.page a:hover {
  background: #2472d1;
  color: #fff;
}
.page a.active {
  color: #fff;
  background: #2472d1;
}
.page-phone {
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0D85D2;
  display: none;
  margin-top: 15px;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*图文列表*/
.tw-list {
  margin-top: 30px;
}
.tw-list li {
  margin-bottom: 25px;
  border-bottom: 1px dashed #8ba6c8;
  padding-bottom: 25px;
}
.tw-list .tw-txt {
  display: block;
}
.tw-list .tw-txt .tw-box {
  margin-right: 25px;
  overflow: hidden;
  border: 1px solid #eee;
}
.tw-list .tw-txt .tw-box img {
  width: 260px;
  height: 173px;
  transition: all 0.7s;
}
.tw-list .tw-txt .tw-rt h3 {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
}
.tw-list .tw-txt .tw-rt p {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  max-height: 78px;
  margin: 20px 0;
}
.tw-list .tw-txt .tw-rt i {
  text-align: right;
  font-size: 16px;
  display: block;
  color: #5B88BC;
}
.tw-list .tw-txt:hover .tw-box 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-list .tw-txt:hover .tw-rt h3,
.tw-list .tw-txt:hover .tw-rt p {
  color: #0D85D2;
}
/*联系我们*/
.addphone {
  padding: 34px;
  background: #f7f7f7;
  margin: 30px 0;
  position: relative;
}
.addphone::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(djsys-lxwm.png) #fff;
  top: 0;
  left: 0;
}
.addphone li {
  margin: 10px 0;
  font-size: 16px;
  padding-left: 30px;
  color: #424242;
}
.addphone li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(djsys-add2.png) no-repeat center;
  width: 18px;
  height: 20px;
}
.addphone li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(djsys-phone2.png) no-repeat center;
  width: 18px;
  height: 18px;
}
.addphone li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(djsys-eml2.png) no-repeat center;
  width: 20px;
  height: 16px;
}
/*人员图片*/
.pep-list li {
  margin-bottom: 40px;
}
.pep-list li div {
  display: block;
  text-align: center;
}
.pep-list li div .pep-box {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #ebeef4;
}
.pep-list li div .pep-box img {
  width: 200px;
  height: 270px;
}
.pep-list li div h1 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.pep-list li div h1::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #C9D1EB;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.pep-list li div i {
  color: #777777;
  font-size: 16px;
}
.ui-select-list > li.disabled {
    background-color: #007aff;
    color: #fff;
}
/*改*/
.tzgg .tab-tit {
  position: relative;
}
.tzgg .tab-tit span {
  position: absolute;
  right: 15px;
  top: 0;
}
.tzgg .tab-tit span a {
  display: none;
  line-height: 45px;
  color: #717c89;
}
.tzgg .tab-tit span a:first-child {
  display: block;
}
.tzgg .tab-tit span a:hover {
  color: #0D85D2;
}
.gg-tit {
  border-bottom: 1px solid #d1dff0;
  display: block ;
  overflow: hidden;
}
.gg-tit li {
  float: left;
  margin-right: 30px;
}
.gg-tit li a {
  display: inline-block;
}
.gg-tit li a:hover {
  border-bottom: 3px solid #00479D;
  color: #00479D;
}
.gg-tit li a i {
  margin-right: 10px;
  font-size: 22px;
  color: #00479D;
}
.gg-tit li a p {
  color: #00479D;
  display: inline-block;
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
}
.gg-tit .on a {
  border-bottom: 3px solid #00479D;
  color: #00479D;
}
.gg-bg {
  display: none;
}
.gg-bg:first-child {
  display: block;
}
.zhongjian {
  padding: 60px 0;
  background: url(zj-bg.png) center #fafcfe;
}
.zhongjian .index-tit {
  color: #083b78;
}
.zhuangzhi {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 1px rgba(207, 217, 229, 0.18);
  display: block;
  margin-top: 50px;
}
.zhuangzhi .zz-box {
  position: relative;
  overflow: hidden;
}
.zhuangzhi .zz-box span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 15px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  z-index: 1;
}
.zhuangzhi .zz-box span::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 101%;
  height: 66px;
  background: linear-gradient(90deg, #709EED 0%, #317AF5 100%);
  opacity: 0.8;
  transform: skewY(-4deg);
  z-index: -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;
}
.zhuangzhi .zz-box img {
  width: 100%;
  height: 260px;
  transition: all 0.7s;
}
.zhuangzhi .zz-txt {
  padding: 25px;
  display: block;
  overflow: hidden;
}
.zhuangzhi .zz-txt p {
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 78px;
  margin-bottom: 5px;
}
.zhuangzhi .zz-txt p:hover {
  color: #0D85D2;
}
.zhuangzhi .zz-txt i {
  float: right;
  color: #3b6bb3;
}
.zhuangzhi:hover {
  box-shadow: 0px 0px 14px 1px rgba(44, 100, 197, 0.15);
}
.zhuangzhi:hover .zz-box 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;
}
.zhuangzhi:hover .zz-box span::after {
  transform: skewY(0deg);
  -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;
}
.kxbox .col-md-4:nth-child(2) .zhuangzhi .zz-box span::after {
  background: linear-gradient(90deg, #64BFD9 0%, #03AEDA 100%);
}
.kxbox .col-md-4:nth-child(3) .zhuangzhi .zz-box span::after {
  background: linear-gradient(90deg, #F6A569 0%, #F1842E 100%);
}
.sb-list li {
  display: block;
  overflow: hidden;
}
.sb-list li .sb-box,
.sb-list li .sb-body,
.sb-list li .sb-btn {
  float: left;
}
.sb-list li .sb-box {
  overflow: hidden;
  margin-right: 30px;
}
.sb-list li .sb-box img {
  width: 224px;
  height: 168px;
}
.sb-list li .sb-body {
  width: 50%;
}
.sb-list li .sb-body h3 {
  font-size: 17px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sb-list li .sb-body p {
  line-height: 26px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 26px;
}
.sb-list li .sb-btn .buttonbox button {
  background: #ff8a00;
}
.sb-list li .sb-btn button {
  display: block;
  width: 142px;
  height: 46px;
  border-radius: 3px;
  color: #fff;
  background: #0e8ee2;
  line-height: 46px;
  margin: 0 auto;
  margin-top: 20px;
}
.sb-list li .sb-btn button i {
  margin-right: 10px;
}
.sb-list li .sb-btn button:hover {
  opacity: 0.8;
}
.open {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.open .open-lx {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  margin: 0 auto;
  width: 520px;
  border-radius: 5px;
  padding: 20px 20px 50px 50px;
}
.open .open-lx i {
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.open .open-lx h2 {
  color: #00479d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.open .open-lx p {
  font-size: 16px;
  line-height: 26px;
}
.sb-title {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 30px 10px;
}
.sbmain-cont  p{
  text-indent: 0 !important;
}
.sb-imgbox {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
.sb-imgbox .col-sm-4 img {
  width: 100%;
  height: 175px;
}
.sb-imgbox .col-sm-6 img {
  width: 100%;
  height: 275px;
}
.sb-imgbox .col-md-12 img {
  width: 80%;
  height: auto;
}
.sb-none {
  display: none;
}
.index-part2{
            max-height: none;
            background: url(index-bg.png) no-repeat center;
            background-size: cover;
        }
/*新人员图片*/
.pep2-list li > div {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden;
}
.pep2-list li > div h1 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pep2-list li > div i {
  font-size: 16px;
}
.pep2-box {
  float: left;
  border: 1px solid #eee;
  margin-right: 35px;
}
.pep2-box img {
  width: 127px;
  height: 173px;
}


