body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  /*font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", sans-serif;*/
  font-family: 'Roboto', sans-serif !Important;
  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: 140px;
  padding-top: 7px;
  padding-left: 4.5%;
  padding-right: 4.5%;
  border: none;
  background: url(kcxen-nav-bg.png) no-repeat bottom center #fff;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 1000;
  position: relative;
}
nav.navbar.bootsnav:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  background: url(kcxen-line.png) repeat-x top center;
  background-size: 100% 7px;
  display: block;
}
nav.navbar.bootsnav .container-fluid {
  position: relative;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}
nav.navbar.bootsnav .navbar-other {
  float: right;
  position: absolute;
  right: 15px;
  height: 28px;
  line-height: 28px;
  margin-top: 35px;
}
nav.navbar.bootsnav .navbar-other > div {
  float: left;
}
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 .a-ch {
  background: url(kcxen-icon-07.png) no-repeat left center;
  padding-left: 26px;
  color: #333333;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
nav.navbar.bootsnav .navbar-other .languages .a-mail {
  background: url(kcxen-icon-07_1.png) no-repeat left center;
  margin-left:5px;
}
nav.navbar.bootsnav .navbar-other .tools {
  margin-left: 20px;
}
nav.navbar.bootsnav .navbar-other .search-box {
  width: 160px;
  position: relative;
}
nav.navbar.bootsnav .navbar-other .search-box .s-inp {
  width: 100%;
  height: 28px;
  line-height: 26px;
  border-radius: 14px;
  border: solid 1px #e5e5e5;
  padding-left: 15px;
  padding-right: 35px;
}
nav.navbar.bootsnav .navbar-other .search-box .s-btn {
  background: url(kcxen-icon-search.png) no-repeat;
  width: 15px;
  height: 15px;
  top: 6px;
  right: 7px;
  position: absolute;
  z-index: 9;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-top: 75px;
  margin-right: -15px;
}
nav.navbar.bootsnav ul.nav > li {
  margin-right: 30px;
  padding-bottom: 20px;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 40px;
  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,nav.navbar.bootsnav ul.nav > li > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #17488D;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu {
  left: 50%;
  margin-left: -100px;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 10px;
  padding-left: 15px;
  line-height: 24px;
  background-color: #fff;
  font-weight: normal;
  text-align: left;
  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: 1600px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 16px;
  }
}
@media(max-width:1901px){
  nav.navbar.bootsnav ul.nav > li{
    margin-right: 33px;
  }
  nav.navbar.bootsnav .navbar-brand{
    padding-bottom:0;
  }
  
}
@media(max-width:1714px){
  nav.navbar.bootsnav ul.nav{
    margin-top:0
  }
}
@media(max-width:1690px) and (min-width:992px){
    nav.navbar.bootsnav ul.nav{
  margin-top: 0;
}
.navbar-header{
  width: 35%;
}
nav.navbar.bootsnav .navbar-brand{
  padding-bottom:0;
}
}
@media (max-width: 1599px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 40px;
  }
  nav.navbar.bootsnav .navbar-brand{
    padding-bottom:0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    font-size: 14px;
  }

}
@media (max-width: 1365px) and (min-width: 992px) {
  /*nav*/
  nav.navbar.bootsnav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 360px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 8px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-top: 0;
    width: auto;
    clear: left;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-right: 0;
    width: 11.11%;
    padding-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 255px;
    margin-left: -80px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    padding-left: 0;
    padding-right: 0;
    min-height: 96px;
  }
  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-toggle {
    float: right;
    top: 0;
    border-radius: 0;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #1e2b57;
  }
  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: 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 {
    left: 0;
    margin-left: 0;
  }
  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 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) {
  .tools {
    position: relative;
    z-index: 999;
    width: 28px;
    height: 28px;
    margin-left: 10px!important;
  }
  .tools .search-trigger {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    border: solid 1px #e5e5e5;
    background: url(kcxen-icon-search.png) no-repeat center center #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .tools .search-box {
    display: none;
  }
  .tools .search-box .s-inp {
    background-color: #fff;
  }
  .tools .x-show {
    display: block;
    position: absolute!important;
    top: 28px;
    right: 0;
  }
  nav.navbar.bootsnav {
    min-height: 80px;
  }
  nav.navbar.bootsnav .navbar-brand {
    max-width: 260px;
    float: left!important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    margin-right: 20px;
    margin-top: 45px;
    margin-bottom: 5px;
  }
  nav.navbar.bootsnav .tools {
    position: relative;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 0;
    margin-top: 10px;
  }
  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;
  }
}
/*footer*/
.footer {
  position: relative;
  background: url(kcxen-footer-bg.png) no-repeat;
  padding-top: 40px;
  padding-bottom: 35px;
  background-size: cover;
  margin-top: 10px;
  color: #fff;
}
.footer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: url(kcxen-line.png) repeat-x center top;
  background-size: 100% 7px;
  height: 7px;
  top: -10px;
}
.footer .footer-info {
  overflow: hidden;
}
.footer .footer-info .info-logo {
  float: left;
}
.footer .footer-info .info-txt {
  overflow: hidden;
  margin-left: 418px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 20px;
  line-height: 20px;
  margin-top: 15px;
}
.footer .footer-share {
  float: right;
  margin-top: 20px;
}
.footer .footer-share a {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
}
.footer .footer-share a:last-child {
  margin-right: 0;
}
.footer .footer-share a.share-01 {
  background-image: url(kcxen-icon-01.png);
}
.footer .footer-share a.share-02 {
  background-image: url(kcxen-icon-02.png);
}
.footer .footer-share a.share-03 {
  background-image: url(kcxen-icon-03.png);
}
.footer .footer-share a.share-04 {
  background-image: url(kcxen-icon-04.png);
}
.footer .footer-share a.share-05 {
  background-image: url(kcxen-icon-05.png);
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 7px;
}
.index-banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: url(kcxen-line.png) repeat-x center bottom;
  background-size: 100% 7px;
  height: 7px;
}
.index-banner .banner-other {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.index-banner .banner-other .banner-option {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 4.2s linear;
  transition: all 4.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-banner .banner-box .box-other {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: all 2s;
}
.index-banner .banner-box .box-title {
  background: url(kcxen-img-29.png) repeat-x bottom center;background-size: cover;
  width: 590px;
  height: 134px;
  padding: 25px;
}
.index-banner .banner-box .box-title a {
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: block;
  font-size: 21px;
}
.index-banner .banner-box .box-title a:hover {
  text-decoration: underline;
}
.index-banner .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: auto;
  left: auto;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0 0 8px;
}
.index-banner .slick-dots li.slick-dot {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background-color: #0684e6;
}
.index-banner .slick-arrow {
  width: 55px;
  height: 55px;
  background-size: contain;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s;
}
.index-banner .slick-arrow:before {
  display: none;
}
.index-banner .slick-prev {
  left: 4%;
  background-image: url(kcxen-icon-prev.png);
}
.index-banner .slick-next {
  right: 4%;
  background-image: url(kcxen-icon-next.png);
}
.index-banner:hover .slick-arrow {
  opacity: 1;
}
.index-banner:hover .slick-prev {
  left: 5%;
}
.index-banner:hover .slick-next {
  right: 5%;
}
.index-banner .slick-slide.slick-current .banner-box {
  position: relative;
}
.index-banner .slick-slide.slick-current .banner-box .box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-banner .slick-slide.slick-current .banner-box .box-other {
  bottom: 30px;
  opacity: 1;
}
/*public-title*/
.public-title {
  position: relative;
  margin-bottom: 25px;
}
.public-title .title-name {
  float: left;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  color: #1e2b57;
}
.public-title .title-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 5px;
  background-color: #d2d8eb;
  border-radius: 3px;
}
.public-title .title-more {
  float: right;
  line-height: 48px;
  color: #8890aa;
  position: relative;
  padding-right: 13px;
}
.public-title .title-more:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.public-title .title-more:hover {
  color: #0684e6;
}
.index-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.index-box .row-w {
  margin-left: -25px;
  margin-right: -25px;
}
.index-box .row-w .col-w {
  padding-left: 25px;
  padding-right: 25px;
}
.index-box-01 {
  background: url(kcxen-bg-03.png) no-repeat left top #fff;
}
.index-box-01 .recent-news-list .box-s {
  border-bottom: 1px solid #f2f5fa;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.index-box-01 .recent-news-list .box-s .box-date {
  color: #0684e6;
}
.index-box-01 .recent-news-list .box-s .box-date span {
  font-weight: bold;
}
.index-box-01 .recent-news-list .box-s .box-title {
  color: #313951;
  /*height: 28px;*/
  line-height: 28px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  display: block;
}
.index-box-01 .recent-news-list .box-s .box-title:hover {
  color: #0684e6;
}
.index-box-01 .recent-news-list .box-s:last-child {
  margin-bottom: 0;
}
.index-box-01 .news-banner {
  position: relative;
}
.index-box-01 .news-banner .news-option {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 44px;
  height: 88px;
}
.index-box-01 .news-banner .news-option .slick-arrow {
  width: 44px;
  height: 44px;
  transform: translateY(0);
}
.index-box-01 .news-banner .news-option .slick-arrow:before {
  display: none;
}
.index-box-01 .news-banner .news-option .slick-prev {
  background: url(kcxen-icon-prev-02.png) no-repeat;
  left: 0;
  top: 0;
}
.index-box-01 .news-banner .news-option .slick-next {
  background: url(kcxen-icon-next-02.png) no-repeat;
  top: auto;
  right: 0;
  bottom: 0;
}
.index-box-01 .news-banner .box-s {
  position: relative;
}
.index-box-01 .news-banner .box-s .box-img {
  overflow: hidden;
}
.index-box-01 .news-banner .box-s .box-img img {
  display: block;
  width: 100%;
  height: 446px;
  transition: all 0.5s;
}
.index-box-01 .news-banner .box-s .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 9;
  background: url(kcxen-img-30.png) no-repeat;
  background-size: cover;
  padding: 18px 65px 18px 10px;
}
.index-box-01 .news-banner .box-s .box-title a {
  display: block;
  color: #fff;
}
.index-box-01 .news-banner .box-s .box-title .date-s {
  text-align: center;
  width: 80px;
  float: left;
  font-weight: bold;
  line-height: 22px;
}
.index-box-01 .news-banner .box-s .box-title .date-s span {
  display: block;
}
.index-box-01 .news-banner .box-s .box-title .date-s .date-day {
  height: 32px;
  line-height: 32px;
}
.index-box-01 .news-banner .box-s .box-title .date-s .date-other {
  font-size: 12px;
}
.index-box-01 .news-banner .box-s .box-title .title-s {
  border-left: 1px solid rgba(255, 255, 255, 0.37);
  padding-left: 20px;
  margin-left: 5px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.index-box-01 .news-banner .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-01 .news-banner .box-s:hover .box-title {
  text-decoration: underline;
}
.index-box-02 {
  background: url(kcxen-bg-02.png) no-repeat center center #f2f5fa;
}
.index-box-02 .events-mod .box-s .box-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.index-box-02 .events-mod .box-s .box-img img {
  display: block;
  width: 100%;
  height: 185px;
  transition: all 0.5s;
}
.index-box-02 .events-mod .box-s .box-title {
  display: block;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-02 .events-mod .box-s .box-txt {
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  color: #5e6785;
  margin-bottom: 10px;
}
.index-box-02 .events-mod .box-s .box-date {
  color: #0684e6;
  line-height: 24px;
}
.index-box-02 .events-mod .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-02 .events-mod .box-s:hover .box-title {
  color: #0684e6;
}
.index-box-02 .videos-mod {
  position: relative;
  background-color: #fff;
}
.index-box-02 .videos-mod:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(kcxen-line-2.png) repeat-x bottom center;
  background-size: 100% 4px;
  height: 4px;
}
.index-box-02 .videos-mod .box-img {
  position: relative;
  overflow: hidden;
}
.index-box-02 .videos-mod .box-img .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(kcxen-icon-06.png) no-repeat center center transparent;
  z-index: 9;
}
.index-box-02 .videos-mod .box-img img {
  display: block;
  height: 290px;
  width: 100%;
  transition: all 0.5s;
}
.index-box-02 .videos-mod .box-info {
  height: 132px;
  padding: 20px 25px;
}
.index-box-02 .videos-mod .box-info .box-title {
  display: block;
  color: #1e2b57;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-02 .videos-mod .box-info .box-date {
  color: #8190a5;
  line-height: 24px;
}
.index-box-02 .videos-mod:hover .box-img img {
  transform: scale(1.1);
}
.index-box-02 .videos-mod:hover .box-info .box-title {
  color: #0684e6;
}
.index-box-03 .resources-mod .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-03 .resources-mod .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-03 .resources-mod .row .box-w:nth-child(1) .box-s .box-title {
  background-image: url(kcxen-img-21.png);
}
.index-box-03 .resources-mod .row .box-w:nth-child(2) .box-s .box-title {
  background-image: url(kcxen-img-22.png);
}
.index-box-03 .resources-mod .row .box-w:nth-child(3) .box-s .box-title {
  background-image: url(kcxen-img-23.png);
}
.index-box-03 .resources-mod .row .box-w:nth-child(4) .box-s .box-title {
  background-image: url(kcxen-img-24.png);
}
.index-box-03 .resources-mod .box-s {
  height: 132px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 16px;
}
.index-box-03 .resources-mod .box-s img {
  display: block;
  width: 100%;
  height: 132px;
  transition: all 0.5s;
}
.index-box-03 .resources-mod .box-s .box-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  background-size: cover;
}
.index-box-03 .resources-mod .box-s:hover img {
  transform: scale(1.1);
}
.index-box-03 .recent-publications-mod .box-s {
  overflow: hidden;
}
.index-box-03 .recent-publications-mod .box-s img {
  height: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.index-box-03 .recent-publications-mod .box-s:hover img {
  transform: scale(1.1);
}
.index-box-04 {
  background-image: url(kcxen-bg-01.png);
}
.index-box-04 .main-cont {
  margin-left: -12px;
  margin-right: -12px;
}
.index-box-04 .main-cont .box-w {
  padding-left: 30px;
  padding-right: 30px;
}
.index-box-04 .box-s {
  margin-bottom: 22px;
  /* overflow: hidden; */
}
.index-box-04 .box-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 54px;
  transition: all 0.5s;
  min-width: 100%;
}
.index-box-04 .box-s:hover img {
  transform: scale(1.1);
}
/*other-banner*/
.other-banner {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  display: none;
}
.other-banner .middle-cont {
  text-align: left;
}
.other-banner .banner-title {
  text-align: left;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
  padding-top: 50px;
}
/*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: #1e2b57;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 26px;
}
.page-title:after {
  content: '';
  height: 3px;
  background: url(kcxen-line-4.png) no-repeat bottom center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 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;
  min-width: 40px;
  margin: 0 4px;
  padding: 0 4px;
  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: #5d7295;
  color: #fff;
}
.pages span {
  background-color: #5d7295;
  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;
  font-size: 22px;
}
.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 {
  color: #666666;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
}
.text-list .box-s {
  background: url("kcxen-img-44.png") no-repeat center #f2f5fa;
  height: 158px;
  margin-bottom: 28px;
  display: block;
  color: #183668;
  line-height: 24px;
  text-align: center;
  padding: 15px;
}
.text-list .box-s span {
  display: block;
}
.text-list .box-s .middle-cont {
  text-align: left;
}
.text-list .box-s .box-name {
  font-weight: bold;
}
.text-list .box-s .box-job {
  margin-top: 5px;
}
.text-list .box-s:hover {
  color: #0684e6;
}
.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 {
  border-bottom: 1px solid #f1f0f0;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.list-img .box-s:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: url(kcxen-line-4.png) no-repeat bottom center;
  background-size: 100% 1px;
  overflow: hidden;
  width: 0;
  transition: all 0.3s;
  z-index: 1;
}
.list-img .box-s .box-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.list-img .box-s .box-img img {
  display: block;
  height: 213px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img .box-s .box-title {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 15px;
  display: block;
}
.list-img .box-s .box-txt {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #999999;
}
.list-img .box-s .box-date {
  color: #78d0ea;
  line-height: 26px;
  font-size: 12px;
}
.list-img .box-s:hover:after {
  left: 0;
  width: 100%;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s:hover .box-title {
  color: #0684e6;
}
.list-img-02 .box-s {
  margin-bottom: 20px;
  text-align: center;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  display: inline-block;
  border: solid 1px #ebe8e8;
}
.list-img-02 .box-s .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 272px;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-name {
  display: block;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s:hover .box-name {
  color: #0684e6;
}
.list-img-03 .box-s {
  margin-bottom: 35px;
}
.list-img-03 .box-s .box-img {
  overflow: hidden;
  float: left;
  width: 175px;
  margin-right: 30px;
}
.list-img-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-03 .box-s .box-info {
  overflow: hidden;
  padding-top: 10px;
}
.list-img-03 .box-s .box-title {
  display: block;
  line-height: 26px;
  color: #333333;
  height: auto;
  /* overflow: hidden; */
  margin-bottom: 5px;
}
.list-img-03 .box-s .box-date {
  color: #999999;
  line-height: 24px;
  margin-bottom: 15px;
}
.list-img-03 .box-s .box-txt {
  line-height: 26px;
  color: #666666;
  margin-bottom: 25px;
}
.list-img-03 .box-s .box-more {
  display: block;
  width: 130px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 17px;
  border: solid 1px #38c2e4;
  color: #38c2e4;
}
.list-img-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-03 .box-s:hover .box-title {
  color: #0684e6;
}
.list-img-03 .box-s:hover .box-more {
  background-color: #38c2e4;
  color: #fff;
}
@media (min-width: 992px) {
  .list-img-03 .row .box-w:nth-child(2n + 1) {
    clear: left;
  }
}
.list-img-04 .box-s {
  margin-bottom: 30px;
  background-color: #f2f5fa;
}
.list-img-04 .box-s .box-img {
  overflow: hidden;
  float: left;
  width: 280px;
}
.list-img-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-img-04 .box-s .box-info {
  overflow: hidden;
  padding: 15px 30px;
  padding-top: 25px;
}
.list-img-04 .box-s .box-title {
  display: block;
  line-height: 26px;
  color: #333333;
  height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-img-04 .box-s .box-txt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 4px;
}
.list-img-04 .box-s .box-date {
  color: #0684e6;
  line-height: 24px;
}
.list-img-04 .box-s:hover {
  background: #ebf3ff;
}
.list-img-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-04 .box-s:hover .box-title {
  color: #0684e6;
}
.people-details {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px;
}
.people-details .box-img {
  float: left;
  width: 290px;
  margin-right: 30px;
}
.people-details .box-img img {
  display: block;
  width: 100%;
}
.people-details .box-info {
  line-height: 2;
  overflow: hidden;
}
.people-details .box-info .title-s {
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.people-details .box-info .txt-s {
  color: #666666;
}
.contact-us .box-info {
  margin-bottom: 30px;
  color: #666666;
  line-height: 40px;
}
.contact-us .box-info span {
  color: #333;
}
.contact-us .box-map {
  width: 100%;
  height: 530px;
}
.contact-us .box-map img {
  height: 100%;
  width: 100%;
}
/*new add*/
.resources-list .row .box-w:nth-child(4n + 1) .box-s .box-title {
  background: rgba(209, 38, 67, 0.9);
}
.resources-list .row .box-w:nth-child(4n + 2) .box-s .box-title {
  background: rgba(39, 191, 230, 0.9);
}
.resources-list .row .box-w:nth-child(4n + 3) .box-s .box-title {
  background: rgba(73, 159, 67, 0.9);
}
.resources-list .row .box-w:nth-child(4n) .box-s .box-title {
  background: rgba(248, 157, 42, 0.9);
}
.resources-list .box-s {
  height: 437px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.resources-list .box-s img {
  display: block;
  width: 100%;
  height: 437px;
  transition: all 0.5s;
}
.resources-list .box-s .box-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  padding-left: 15px;
  padding-right: 0;
  color: #fff;
  width: 100%;
  text-align: center;
}
.resources-list .box-s:hover img {
  transform: scale(1.1);
}
/*Symposia*/
.evelist {}
.evelist li {margin-bottom: 35px;display: block; overflow: hidden;padding: 30px;
-ms-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.4);
    -o-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.4);
    -moz-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.4);
    -webkit-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.4);
    box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.4);
}
.evelist li:hover {
	-ms-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
    -o-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
    -moz-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
    -webkit-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
    box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
}
.evelist li h2 { margin:0 0 16px 0;font-weight: 700;font-size:22px;line-height:1.3; color:#333;display: block;}
.evelist li:hover h2 { color:#0684e6; text-decoration:none;}
.evelist .news-img { margin-right: 40px;display: block;overflow: hidden;}
.evelist .news-img a {border:#e4e4e4 solid 1px;}
.evelist .news-img img { width: 302px; height: 202px;transition: all 0.5s;}
.evelist .news-img:hover img {transform: scale(1.1);}
.evelist .news-txt {overflow: hidden;}
.evelist .news-txt span.sp2{display: block;}
.evelist .news-txt span.sp2 i {overflow:hidden;font-size:14px;color:#666;line-height:20px;margin:8px 0px;padding-left:24px;display: block;font-style: normal;}
.evelist .news-txt span.sp2 i.i1{background:url(eve_01.png) left 2px no-repeat;}
.evelist .news-txt span.sp2 i.i2{background:url(eve_02.png) left 2px no-repeat;}
.evelist .news-txt span.sp2 i.i3{background:url(eve_03.png) left 2px no-repeat;}
.evelist .news-txt span.sp3{margin-top:28px;display: block;}
.evelist .news-txt span.sp3 i{display:inline-block;font-size:14px;line-height:34px;border: solid 1px #38c2e4;color: #38c2e4;border-radius:34px;padding:0px 20px;font-style: normal;}
.evelist .news-txt span.sp3 i b{display:inline-block;background:url(eve_04.png) right center no-repeat;padding-right:20px;}
.evelist ul li:hover .news-txt span.sp3 i{background-color:#38c2e4;color:#fff;}
.evelist ul li:hover .news-txt span.sp3 i b{background:url(eve_04f.png) right center no-repeat;}
@media (max-width: 1199px) {
	.evelist li h2 { font-size:20px;}
}
@media (max-width: 991px) {
	.evelist .news-img{ margin-right: 25px;}
	.evelist .news-img img{ width: 156px; height: 104px;}
}
@media (max-width: 767px) {
	.evelist .news-img {width: 100%;margin-right: 0;margin-bottom: 25px;}
	.evelist .news-img img{ width: 100%; height:auto;}
	.evelist .news-txt {width: 100%;float: left;}
	.evelist li {padding: 20px;}
  nav.navbar.bootsnav .navbar-other .languages .a-ch{
    padding-left:22px; 
  }
}
@media(max-width: 380px){
  nav.navbar.bootsnav .navbar-other {
    top: 0;
    margin-top: 0;
  }
}
/*# sourceMappingURL=kcxen-style.css.map */