body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", '微软雅黑', sans-serif;
  color: #444;
}
.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;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1388px;
  }
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 110px;
  border: none;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 1000;
  position: relative;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}
nav.navbar.bootsnav .navbar-other {
  float: right;
  position: absolute;
  right: 0;
  height: 24px;
  line-height: 24px;
  margin-top: 26px;
}
nav.navbar.bootsnav .navbar-other > div {
  float: left;
}
nav.navbar.bootsnav .navbar-other .languages {
  margin-right: 15px;
  color: #aeb9cd;
  font-size: 16px;
}
nav.navbar.bootsnav .navbar-other .languages a,
nav.navbar.bootsnav .navbar-other .languages span {
  display: inline-block;
  vertical-align: top;
}
nav.navbar.bootsnav .navbar-other .languages .line {
  margin-left: 10px;
  margin-right: 10px;
}
nav.navbar.bootsnav .navbar-other .languages a {
  color: #aeb9cd;
}
nav.navbar.bootsnav .navbar-other .languages a.active {
  font-weight: bold;
}
nav.navbar.bootsnav .navbar-other .search-box a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("cdfyen-search-a.png") no-repeat center center;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 54px;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin-right: 48px;
  padding-top: 10px;
  padding-bottom: 18px;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 30px;
  color: #404040;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 0;
}
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: transparent!important;
  color: #17488D !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #17488D;
  width: 100%;
  min-width: 155px;
  padding-top: 10px;
  padding-bottom: 10px;
}
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: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488D;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  /*nav*/
  nav.navbar.bootsnav .navbar-other {
    right: 15px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  nav.navbar.bootsnav {
    min-height: 90px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 400px;
  }
  nav.navbar.bootsnav .navbar-other {
    margin-top: 20px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 49px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 35px;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    border-radius: 0;
    margin-top: 48px;
    margin-bottom: 15px;
    margin-right: 20px;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #154383;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 0;
    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: 0;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid #94b5e3 !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 {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav {
    min-height: 80px;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 28px;
    padding-bottom: 20px;
    max-width: 260px;
    float: left!important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    margin-right: 15px;
    margin-top: 43px;
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 0;
    margin-top: 10px;
  }
  nav.navbar.bootsnav .navbar-other .languages {
    font-size: 14px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  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: 0;
    padding-right: 0;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
}
.top-search {
  background: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}
.top-search .search-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top-search .s-inp {
  border: none;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
}
.top-search .s-btn {
  background: url("cdfyen-search-a.png") no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
}
/*footer*/
.footer {
  background: url("cdfyen-img-16.png") no-repeat right bottom #003869;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  line-height: 2;
}
.banner-s .slick-arrow {
  width: 55px;
  height: 55px;
  background-size: contain;
  z-index: 99;
}
.banner-s .slick-arrow:before {
  display: none;
}
.banner-s .slick-prev {
  left: -28px;
  background-image: url("cdfyen-img-prev.png");
}
.banner-s .slick-next {
  right: -28px;
  background-image: url("cdfyen-img-next.png");
}
/*index-banner*/
.index-banner {
  position: relative;
  padding-top: 40px;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 520px;
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("cdfyen-img-mc.png") repeat-x bottom center;
  height: 136px;
}
.index-banner .banner-box .box-title a {
  position: absolute;
  left: 30px;
  right: 100px;
  bottom: 25px;
  font-weight: bold;
  color: #fff;
}
.index-banner .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: auto;
  left: auto;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.index-banner .slick-dots li.slick-dot {
  display: none;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  display: block;
}
.index-banner .slick-dots li button {
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  min-height: 30px;
}
.index-banner .slick-dots li button:before {
  display: none;
}
.index-banner .slick-dots li .num {
  color: #cb1516;
  font-size: 36px;
  font-weight: bold;
}
.index-banner .slick-dots li .line {
  margin-left: 5px;
  margin-right: 7px;
}
.index-banner .slick-dots li .total-num {
  color: #fff;
}
/*public-title*/
.public-title {
  position: relative;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
}
.public-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 5px;
  background-color: #cd1e1e;
  border-radius: 3px;
}
.public-more {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #154383;
  border-radius: 25px;
  margin: 50px auto 0;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(64, 71, 93, 0.42);
}
.public-more:active,
.public-more:focus {
  color: #fff;
}
.public-more:hover {
  background-color: #fff;
  color: #154383;
}
.index-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.index-box .row-w {
  margin-left: -18px;
  margin-right: -18px;
}
.index-box .row-w .col-w {
  padding-left: 18px;
  padding-right: 18px;
}
.index-box-01 {
  background: url("cdfyen-img-17.png") no-repeat center center;
  background-size: contain;
}
.index-box-01 .row .col-w:nth-child(1) .box-s .box-info {
  background-color: #27bad0;
}
.index-box-01 .row .col-w:nth-child(2) .box-s .box-info {
  background-color: #F7B80F;
}
.index-box-01 .row .col-w:nth-child(3) .box-s .box-info {
  background-color: #319DEF;
}
.index-box-01 .box-s {
  position: relative;
}
.index-box-01 .box-s .box-img {
  overflow: hidden;
}
.index-box-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 278px;
  transition: all 0.7s;
}
.index-box-01 .box-s .box-info {
  height: 210px;
  border-radius: 7px;
  position: relative;
  margin: -65px 22px 0;
  z-index: 9;
  padding: 15px 20px;
}
.index-box-01 .box-s .box-info .box-title {
  display: block;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  height: 84px;
  overflow: hidden;
  margin-bottom: 12px;
}
.index-box-01 .box-s .box-info .box-txt {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}
.index-box-01 .box-s .box-info .box-more {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.index-box-01 .box-s .box-info .box-more:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s;
}
.index-box-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-01 .box-s:hover .box-info .box-more {
  color: #fff;
}
.index-box-01 .box-s:hover .box-info .box-more:after {
  width: 100%;
}
.index-content {
  background: url("cdfyen-img-08.png") no-repeat bottom center #f1f3fa;
}
.index-box-02 {
  position: relative;
  z-index: 1;
}
.index-box-02:before {
  content: '';
  background: url("cdfyen-img-04.png") no-repeat top center;
  background-size: cover;
  height: 323px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.index-box-02 .public-title {
  color: #fff;
}
.index-box-02 .box-s {
  overflow: hidden;
  position: relative;
}
.index-box-02 .box-s .box-date {
  position: absolute;
  left: 20px;
  top: 0;
  width: 75px;
  height: 75px;
  background: #154383;
  text-align: center;
  color: #fff;
  z-index: 9;
  padding-top: 10px;
}
.index-box-02 .box-s .box-date span {
  display: block;
}
.index-box-02 .box-s .box-date span.s-1 {
  font-weight: bold;
  line-height: 32px;
}
.index-box-02 .box-s .box-date span.s-2 {
  line-height: 24px;
}
.index-box-02 .box-s .box-img {
  border: solid 1px #e5e5e5;
  overflow: hidden;
  margin-bottom: 25px;
}
.index-box-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 278px;
  transition: all 0.5s;
}
.index-box-02 .box-s .box-info {
  position: relative;
  padding-left: 20px ;
}
.index-box-02 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 4px;
  background-color: #cd1e1e;
}
.index-box-02 .box-s .box-info .box-title {
  display: block;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  height: 84px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-box-02 .box-s .box-info .box-more {
  position: relative;
  color: rgba(61, 85, 167, 0.9);
}
.index-box-02 .box-s .box-info .box-more:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  overflow: hidden;
  background-color: #3D55A7;
  transition: all 0.5s;
}
.index-box-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-02 .box-s:hover .box-info .box-title {
  color: #154383;
}
.index-box-02 .box-s:hover .box-info .box-more {
  color: #3D55A7;
}
.index-box-02 .box-s:hover .box-info .box-more:after {
  width: 100%;
}
.index-box-03 .box-s {
  text-align: center;
}
.index-box-03 .box-s .box-img {
  width: 260px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0 0 22px 0 rgba(64, 71, 93, 0.42);
  border: solid 3px #ffffff;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s;
}
.index-box-03 .box-s .box-name {
  display: block;
  color: #363d57;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-box-03 .box-s .box-job {
  color: #64719f;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box-s {
  margin-bottom: 30px;
}
.index-box-04 .box-s span {
  display: block;
}
.index-box-04 .box-s .box-img {
  margin-bottom: 20px;
}
.index-box-04 .box-s .box-img img {
  display: block;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s;
}
.index-box-04 .box-s .box-title {
  width: 145px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #154383;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
.index-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
/*other-banner*/
.other-banner {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
.other-banner .banner-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
/*menu-class*/
.menu-class {
  margin-top: 30px;
}
.menu-class a {
  display: inline-block;
  min-width: 178px;
  height: 54px;
  line-height: 54px;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
  margin-left: 12px;
  margin-right: 12px;
}
.menu-class a:hover,
.menu-class a.active {
  color: #5878c4;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
}
.page-main.page-bg {
  background: #f1f3fa;
}
/*bread-crumbs*/
.breadcrumb {
  background: transparent;
  padding: 15px 0;
  margin-bottom: 30px;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li.active a {
  color: #5878c4;
}
/*page-title*/
.page-title {
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.page-title:after {
  content: '';
  width: 70px;
  height: 4px;
  background: #5878C4;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(148, 181, 227, 0.3);
  border-radius: 4px;
  text-align: center;
  color: #666666;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background-color: #5878c4;
  color: #fff;
}
.pages span {
  background-color: #5878c4;
  color: #fff;
}
.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #5878c4;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
.details-page {
  color: #666666;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top {
  border-bottom: 2px solid #c1d1e5;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
}
.details-page .detail-top .top-other {
  color: #999999;
  margin-top: 25px;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont p {
  margin-bottom: 10px;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
}
.text-list .box-s {
  border-bottom: 1px dashed #f0f0f0;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 30px;
  position: relative;
  padding-left: 35px;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 26px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #333;
}
.text-list .box-s .title-s {
  display: block;
  line-height: 30px;
  color: #333;
}
.text-list-02 .box-s {
  background-color: #ffffff;
  box-shadow: 0 1px 9px 0 #eeeeee;
  margin-bottom: 30px;
  padding: 25px 35px 25px 25px;
}
.text-list-02 .box-s:last-child {
  margin-bottom: 0;
}
.text-list-02 .box-s .box-date {
  width: 80px;
  text-align: center;
  margin-right: 15px;
  color: #999999;
  float: left;
  padding-top: 15px;
}
.text-list-02 .box-s .box-date span {
  display: block;
}
.text-list-02 .box-s .box-date .day-s {
  color: #772100;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 3px;
}
.text-list-02 .box-s .box-info {
  overflow: hidden;
}
.text-list-02 .box-s .box-info .box-title {
  font-weight: bold;
  color: #333;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
}
.text-list-02 .box-s .box-info .box-txt {
  color: #666666;
}
.list-img .box-s {
  margin-bottom: 50px;
}
.list-img .box-s span {
  display: block;
}
.list-img .box-s .box-img {
  margin-bottom: 20px;
}
.list-img .box-s .box-img img {
  display: block;
  height: 138px;
  margin-left: auto;
  margin-right: auto;
}
.list-img .box-s .box-title {
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #154383;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}
.list-img-02 .box-s {
  margin-bottom: 50px;
  text-align: center;
}
.list-img-02 .box-s .box-img {
  margin-bottom: 35px;
  overflow: hidden;
}
.list-img-02 .box-s .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 492px;
  transition: all 0.5s;
  border: solid 1px #ebe8e8;
}
.list-img-02 .box-s .box-name {
  display: block;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 8px;
  color: #333;
}
.list-img-02 .box-s .box-job {
  color: #666666;
  line-height: 30px;
}
.list-img-02 .box-s:hover .box-name {
  color: #17488D;
}
.list-img-03 .box-s {
  margin-bottom: 40px;
}
.list-img-03 .box-s .box-img {
  overflow: hidden;
  float: left;
  width: 205px;
}
.list-img-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-03 .box-s .box-info {
  margin-left: 225px;
  overflow: hidden;
  padding-top: 20px;
}
.list-img-03 .box-s .box-name {
  display: block;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 8px;
  color: #333;
  position: relative;
  padding-bottom: 8px;
}
.list-img-03 .box-s .box-name:after {
  content: '';
  width: 24px;
  height: 4px;
  background: #5878C4;
  opacity: 0.5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list-img-03 .box-s .box-job {
  line-height: 24px;
  color: #666666;
  margin-top: 15px;
}
.list-img-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-03 .box-s:hover .box-name {
  color: #17488D;
}
@media (min-width: 1200px) {
  .list-img-03 .row .box-w:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .list-img-03 .row .box-w:nth-child(2n + 1) {
    clear: left;
  }
}
.people-details .box-img img {
  display: block;
  width: 100%;
}
.people-details .box-info {
  line-height: 1.8;
}
.people-details .box-info .title-s {
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.people-details .box-info .txt-s {
  color: #666666;
}
.contact-us .row {
  margin-left: 0;
  margin-right: 0;
}
.contact-us .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.contact-us .box-info {
  background-color: #f3f7ff;
  padding: 25px;
  min-height: 390px;
  margin-top: 65px;
  margin-right: -200px;
}
.contact-us .box-info .title-s {
  font-weight: bold;
  color: #333;
}
.contact-us .box-info .txt-s {
  line-height: 26px;
  color: #666666;
}
.contact-us .box-info .box-s {
  margin-bottom: 15px;
}
.contact-us .box-info .box-s:last-child {
  margin-bottom: 0;
}
.contact-us .box-map {
  width: 100%;
  height: 530px;
}
.contact-us .box-map img {
  height: 100%;
  width: 100%;
}
.list-img-04 .box-s {
  position: relative;
  background-color: rgba(88, 120, 196, 0.05);
  min-height: 225px;
  margin-bottom: 20px;
}
.list-img-04 .box-s.no-img {
  min-height: auto;
}
.list-img-04 .box-s.no-img .box-img {
  display: none!important;
}
.list-img-04 .box-s.no-img .box-info {
  margin-left: 0;
}
.list-img-04 .box-s .box-img {
  float: left;
  top: 0;
  bottom: 0;
  width: 354px;
}
.list-img-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 225px;
}
.list-img-04 .box-s .box-info {
  margin-left: 354px;
  padding: 22px 30px;
}
.list-img-04 .box-s .box-title {
  display: block;
  color: #333333;
}
.list-img-04 .box-s .box-txt {
  color: #666666;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  margin-top: 10px;
}
.list-img-04 .box-s .box-date {
  color: #5878c4;
  margin-top: 10px;
}
/*# sourceMappingURL=cdfyen-style.css.map */