.c-common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border: 2px solid #1c4798;
  background: #1c4798;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .c-common-btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-common-btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.c-common-btn i {
  display: inline-block;
  margin-left: 18px;
  width: 20px;
  height: 8px;
  background: url(https://www.kdtmac.com/img/c-jt.png) no-repeat center / 100% auto;
}
@media (max-width: 767px) {
  .c-common-btn i {
    margin-left: 10px;
  }
}
.c-common-btn:hover {
  color: #1c4798;
  background: transparent;
}
.c-common-btn:hover i {
  background-image: url(https://www.kdtmac.com/img/c-jt-h.png);
}
.c-ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .c-ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 3rem;
  }
}
.c-pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .c-pt120 {
    padding-top: 3rem;
  }
}
.c-pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .c-pb120 {
    padding-bottom: 3rem;
  }
}
/* 顶部banner */
#c-top-banner {
  position: relative;
  height: 5rem;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #c-top-banner {
    height: 8rem;
  }
}
@media (max-width: 575px) {
  #c-top-banner {
    height: 14rem;
  }
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
}
#c-top-banner > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sol_banner #c-top-banner > img {
	width: 63%;
	height: 100%;
	object-fit: contain;
	margin-left: 37%;
}
@media (max-width: 767px) {
  #c-top-banner > img.c-pc {
    display: none;
  }
}
#c-top-banner > img.c-mb {
  display: none;
}
@media (max-width: 767px) {
  #c-top-banner > img.c-mb {
    display: block;
  }
}
#c-top-banner .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-text-box .c-title {
  margin-bottom: 0.1rem;
  font-size: 0.46rem;
}
@media (max-width: 1199px) {
  #c-top-banner .c-text-box .c-title {
    font-size: 0.66rem;
  }
}
@media (max-width: 767px) {
  #c-top-banner .c-text-box .c-title {
    font-size: 1.2rem;
  }
}
#c-top-banner .c-text-box .c-text {
  max-width: 510px;
  font-size: 18px;
}
@media (max-width: 1600px) {
  #c-top-banner .c-text-box .c-text {
    font-size: 14px;
  }
}
#c-top-site {
  border-bottom: 1px solid #f0f0f0;
}
#c-top-site .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#c-top-site .c-site {
  line-height: 24px;
  color: #999;
}
@media (max-width: 991px) {
  #c-top-site .c-site {
    padding-top: 20px;
  }
}
#c-top-site .c-site a {
  color: #999;
  transition: all 0.3s;
}
#c-top-site .c-site a:first-child {
  display: inline-block;
  vertical-align: top;
  color:blue;


  height: 14px;
 
}
#c-top-site .c-site a:first-child:hover {
  background-image: url(https://www.kdtmac.com/img/c-home-h.png);
}
#c-top-site .c-site a:hover {
  color: #1c4798 !important;
}
#c-top-site .c-site a.on {
  color: #666;
}
#c-top-site .c-site i:last-child {
  display: none;
}
#c-top-site .c-list {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  #c-top-site .c-list {
    width: 100%;
    overflow-x: auto;
  }
}
#c-top-site .c-list li {
  position: relative;
  padding: 0 0.3rem;
  line-height: 80px;
}
@media (max-width: 1600px) {
  #c-top-site .c-list li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #c-top-site .c-list li {
    line-height: 48px;
    flex: none;
  }
  #c-top-site .c-list li:first-child {
    padding-left: 0;
  }
}
#c-top-site .c-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  height: 20px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  #c-top-site .c-list li::before {
    margin-top: -7px;
    height: 14px;
  }
}
#c-top-site .c-list li:last-child::before {
  display: none;
}
#c-top-site .c-list li a {
  position: relative;
  display: block;
  color: #999;
  transition: all 0.3s;
}
#c-top-site .c-list li a:hover {
  color: #1c4798;
}
#c-top-site .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
}
#c-top-site .c-list li.on a {
  color: #1c4798;
}
#c-top-site .c-list li.on a::before {
  border-color: #1c4798;
}
#c-top-site.c-dt .cont {
  height: 80px;
}
@media (max-width: 991px) {
  #c-top-site.c-dt .cont {
    height: auto;
  }
}
#c-top-site.c-dt .cont .c-site {
  padding-top: 0;
}
@media (max-width: 991px) {
  #c-top-site.c-dt .cont .c-site {
    padding: 20px 0;
  }
}
.c-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-page a {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .c-page a {
    width: 40px;
    height: 40px;
  }
}
.c-page a.on,
.c-page a:hover {
  color: #fff;
  background-color: #1c4798;
}
.c-page a.prev {
  background-image: url(https://www.kdtmac.com/img/c-jt2.png);
  background-position: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.c-page a.prev.on,
.c-page a.prev:hover {
  background-image: url(https://www.kdtmac.com/img/c-jt2-h.png);
}
.c-page a.next {
  background-image: url(https://www.kdtmac.com/img/c-jt3.png);
  background-position: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.c-page a.next.on,
.c-page a.next:hover {
  background-image: url(https://www.kdtmac.com/img/c-jt3-h.png);
}
#c-album {
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  #c-album {
    padding-top: 3rem;
  }
}
#c-album .c-wrap {
  margin: 0 auto;
  max-width: 1080px;
}
#c-album .c-wrap .c-text-box {
  color: #666;
}
#c-album .c-wrap .c-text-box img {
  max-width: 100%;
}
#c-album .c-wrap .c-common-btn {
  margin: 0.6rem auto 0;
}
@media (max-width: 767px) {
  #c-album .c-wrap .c-common-btn {
    margin-top: 1.5rem;
  }
}
#c-search {
  padding: 0.7rem 0;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  #c-search {
    padding: 1rem 0;
  }
}
#c-search form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 60px;
}
@media (max-width: 767px) {
  #c-search form {
    height: 50px;
  }
}
#c-search form input {
  padding: 0 35px;
  width: -webkit-calc(-30%);
  width: calc(100% - 130px);
  height: 100%;
  background: #fff;
  font-size: 18px;
  line-height: 100%;
  border: 0;
}
@media (max-width: 1600px) {
  #c-search form input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #c-search form input {
    padding: 0 20px;
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
#c-search form button {
  width: 110px;
  height: 100%;
  border: 2px solid #1c4798;
  background: #1c4798 url(https://www.kdtmac.com/img/c-ss.png) no-repeat center / 20px auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-search form button {
    width: 70px;
  }
}
#c-knowledge .c-list {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  #c-knowledge .c-list {
    padding: 1rem 0 2rem;
  }
}
#c-knowledge .c-list li {
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  #c-knowledge .c-list li {
    padding-top: 0.5rem;
  }
}
#c-knowledge .c-list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-knowledge .c-list li a .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 280px;
  height: 190px;
  overflow: hidden;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  #c-knowledge .c-list li a .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-knowledge .c-list li a .c-img-box img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#c-knowledge .c-list li a .c-text-box {
  padding: 0 2.5rem 0 0.4rem;
  width: -webkit-calc(-180%);
  width: calc(100% - 280px);
}
@media (max-width: 1199px) {
  #c-knowledge .c-list li a .c-text-box {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-knowledge .c-list li a .c-text-box {
    padding-top: 15px;
    width: 100%;
  }
}
#c-knowledge .c-list li a .c-text-box .c-text1 {
  font-size: 14px;
  line-height: 24px;
  color: #1c4798;
}
#c-knowledge .c-list li a .c-text-box .c-title {
  margin: 5px 0;
  font-size: 0.24rem;
  color: #333;
}
@media (max-width: 1600px) {
  #c-knowledge .c-list li a .c-text-box .c-title {
    font-size: 0.3rem;
  }
}
@media (max-width: 991px) {
  #c-knowledge .c-list li a .c-text-box .c-title {
    font-size: 0.44rem;
  }
}
@media (max-width: 767px) {
  #c-knowledge .c-list li a .c-text-box .c-title {
    font-size: 1rem;
  }
}
#c-knowledge .c-list li a .c-text-box .c-text2 {
  height: 52px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1600px) {
  #c-knowledge .c-list li a .c-text-box .c-text2 {
    height: 48px;
    line-height: 24px;
  }
}
#c-knowledge .c-list li a .c-text-box .c-btn {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #8c8c8c;
	display: inline-block;
}
#c-knowledge .c-list li a .c-text-box .c-btn:hover {
  color: #1c4898;
  border-bottom: 1px solid #1c4898;
}
#c-video .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0;
}
@media (max-width: 767px) {
  #c-video .c-top {
    padding: 20px 0 0;
  }
}
#c-video .c-top .c-list {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-video .c-top .c-list {
    margin-bottom: 20px;
  }
}
#c-video .c-top .c-list li {
  padding: 0 20px;
  line-height: 1;
  border-right: 1px solid #999999;
}
@media (max-width: 991px) {
  #c-video .c-top .c-list li {
    padding: 0 0.5rem;
  }
}
#c-video .c-top .c-list li:first-child {
  padding-left: 0;
}
#c-video .c-top .c-list li:last-child {
  border: 0;
}
#c-video .c-top .c-list li a {
  color: #999;
  transition: all 0.3s;
}
#c-video .c-top .c-list li a:hover {
  color: #1c4798;
}
#c-video .c-top .c-list li.on a {
  color: #1c4798;
}
#c-video .c-top form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 0.3rem;
  width: 48.5%;
  height: 60px;
}
@media (max-width: 991px) {
  #c-video .c-top form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-video .c-top form {
    height: 50px;
  }
}
#c-video .c-top form input {
  padding: 0 35px;
  width: -webkit-calc(-30%);
  width: calc(100% - 130px);
  height: 100%;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 100%;
  border: 0;
}
@media (max-width: 1600px) {
  #c-video .c-top form input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #c-video .c-top form input {
    padding: 0 20px;
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
#c-video .c-top form button {
  width: 110px;
  height: 100%;
  border: 2px solid #1c4798;
  background: #1c4798 url(https://www.kdtmac.com/img/c-ss.png) no-repeat center / 20px auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-video .c-top form button {
    width: 70px;
  }
}
@media (max-width: 767px) {
  #c-video .c-bottom {
    padding-top: 1rem;
  }
}
#c-video .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  #c-video .c-bottom .c-list {
    margin-bottom: 0.5rem;
  }
}
#c-video .c-bottom .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 33.333333%;
}
@media (max-width: 991px) {
  #c-video .c-bottom .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-video .c-bottom .c-list li {
    padding: 0 0.2rem 1rem;
    width: 100%;
  }
}
#c-video .c-bottom .c-list li .c-wrap {
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #c-video .c-bottom .c-list li .c-wrap {
    box-shadow: 0 4px 20px rgba(153, 153, 153, 0.1);
  }
}
#c-video .c-bottom .c-list li .c-wrap .c-img-box {
  position: relative;
  height: 2.42rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-video .c-bottom .c-list li .c-wrap .c-img-box {
    height: 3rem;
  }
}
@media (max-width: 991px) {
  #c-video .c-bottom .c-list li .c-wrap .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  #c-video .c-bottom .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-video .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-video .c-bottom .c-list li .c-wrap .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(https://www.kdtmac.com/img/c-bf.png) no-repeat center / 0.56rem auto;
}
@media (max-width: 991px) {
  #c-video .c-bottom .c-list li .c-wrap .c-img-box::before {
    background-size: 1rem auto;
  }
}
@media (max-width: 767px) {
  #c-video .c-bottom .c-list li .c-wrap .c-img-box::before {
    background-size: 2.5rem auto;
  }
}
#c-video .c-bottom .c-list li .c-wrap .c-text-box {
  padding: 25px 30px;
}
#c-video .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  margin-bottom: 10px;
  font-size: 0.22rem;
  color: #2c2f39;
}
@media (max-width: 1600px) {
  #c-video .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 0.28rem;
  }
}
@media (max-width: 1199px) {
  #c-video .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 0.32rem;
  }
}
@media (max-width: 991px) {
  #c-video .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  #c-video .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 1rem;
  }
}
#c-video .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
#c-video .c-bottom .c-list li .c-wrap:hover {
  box-shadow: 0 4px 20px rgba(153, 153, 153, 0.1);
}
#c-video .c-bottom .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-video .c-bottom .c-list li .c-wrap:hover .c-text-box .c-text {
  color: #2c2f39;
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #1c4798;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-live {
  background: #f7f7f7;
}
#c-live .c-main-title {
  font-size: 0.46rem;
  text-align: center;
}
@media (max-width: 1199px) {
  #c-live .c-main-title {
    font-size: 0.66rem;
  }
}
@media (max-width: 767px) {
  #c-live .c-main-title {
    font-size: 1.2rem;
  }
}
#c-live .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem 0.6rem;
}
@media (max-width: 767px) {
  #c-live .c-list {
    margin-bottom: 1.5rem;
  }
}
#c-live .c-list li {
  padding: 0.4rem 0.2rem 0;
  width: 33.333333%;
}
@media (max-width: 991px) {
  #c-live .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-live .c-list li {
    width: 100%;
    padding: 1rem 0.2rem 0;
  }
}
#c-live .c-list li .c-wrap {
  display: block;
  background: #fff;
  box-shadow: 0 4px 20px rgba(153, 153, 153, 0.1);
  transition: all 0.3s;
}
#c-live .c-list li .c-wrap:hover {
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}
#c-live .c-list li .c-wrap .c-img-box {
  height: 2.4rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-live .c-list li .c-wrap .c-img-box {
    height: 3rem;
  }
}
@media (max-width: 991px) {
  #c-live .c-list li .c-wrap .c-img-box {
    height: 4.4rem;
  }
}
@media (max-width: 767px) {
  #c-live .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-live .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-live .c-list li .c-wrap .c-text-box {
  padding: 25px 30px;
}
#c-live .c-list li .c-wrap .c-text-box .c-box {
  margin-bottom: 20px;
}
#c-live .c-list li .c-wrap .c-text-box .c-box:last-child {
  margin: 0;
}
#c-live .c-list li .c-wrap .c-text-box .c-box .c-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.22rem;
  color: #2c2f39;
}
@media (max-width: 1600px) {
  #c-live .c-list li .c-wrap .c-text-box .c-box .c-title {
    font-size: 0.28rem;
  }
}
@media (max-width: 1199px) {
  #c-live .c-list li .c-wrap .c-text-box .c-box .c-title {
    font-size: 0.32rem;
  }
}
@media (max-width: 991px) {
  #c-live .c-list li .c-wrap .c-text-box .c-box .c-title {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  #c-live .c-list li .c-wrap .c-text-box .c-box .c-title {
    font-size: 1rem;
  }
}
#c-live .c-list li .c-wrap .c-text-box .c-box .c-text {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
#c-train {
  padding-top: 0.7rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  #c-train {
    padding-top: 3rem;
  }
}
#c-train .c-top .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-train .c-top .c-wrap .c-img-box {
  width: 50%;
  height: 4.28rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-train .c-top .c-wrap .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 991px) {
  #c-train .c-top .c-wrap .c-img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-train .c-top .c-wrap .c-img-box {
    width: 100%;
    height: 10rem;
  }
}
#c-train .c-top .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-train .c-top .c-wrap .c-text-box {
  padding: 0.5rem 0.7rem 0.5rem 0.8rem;
  width: 50%;
}
@media (max-width: 767px) {
  #c-train .c-top .c-wrap .c-text-box {
    padding: 20px;
    width: 100%;
  }
}
#c-train .c-top .c-wrap .c-text-box .c-text2 {
  margin-bottom: 0.5rem;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
#c-train .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem 0.6rem;
}
@media (max-width: 767px) {
  #c-train .c-bottom .c-list {
    margin-bottom: 1.5rem;
  }
}
#c-train .c-bottom .c-list li {
  padding: 0.3rem 0.15rem 0;
  width: 50%;
}
@media (max-width: 767px) {
  #c-train .c-bottom .c-list li {
    padding: 1rem 0.15rem 0;
    width: 100%;
  }
}
#c-train .c-wrap {
  display: block;
  background: #fff;
  color: #161719;
}
#c-train .c-wrap .c-text-box {
  padding: 0.5rem 0.7rem;
}
@media (max-width: 767px) {
  #c-train .c-wrap .c-text-box {
    padding: 1rem;
  }
}
#c-train .c-wrap .c-text-box .c-title {
  font-size: 0.3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
  #c-train .c-wrap .c-text-box .c-title {
    font-size: 0.36rem;
  }
}
@media (max-width: 991px) {
  #c-train .c-wrap .c-text-box .c-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-train .c-wrap .c-text-box .c-title {
    font-size: 0.9rem;
  }
}
#c-train .c-wrap .c-text-box .c-text1 {
  margin: 0.2rem 0;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
@media (max-width: 1600px) {
  #c-train .c-wrap .c-text-box .c-text1 {
    font-size: 14px;
  }
}
#c-train .c-wrap .c-text-box .c-text1 span {
  margin: 0 20px;
}
#c-train .c-wrap .c-text-box .c-text2 {
  margin-bottom: 15px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#c-train .c-wrap .c-text-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #1c4798;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  #c-train .c-wrap .c-text-box .c-btn {
    width: 102px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #c-train .c-wrap .c-text-box .c-btn {
    color: #fff;
    background: #1c4798;
    width: 150px;
  }
}
@media (max-width: 767px) {
  #c-train .c-wrap .c-text-box .c-btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
#c-train .c-wrap .c-text-box .c-btn i {
  display: inline-block;
  margin-left: 18px;
  width: 20px;
  height: 8px;
  background: url(https://www.kdtmac.com/img/c-jt-h.png) no-repeat center / 100% auto;
}
@media (max-width: 767px) {
  #c-train .c-wrap .c-text-box .c-btn i {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  #c-train .c-wrap .c-text-box .c-btn i {
    background-image: url(https://www.kdtmac.com/img/c-jt.png);
  }
}
#c-train .c-wrap .c-text-box .c-btn:hover {
  color: #fff;
  background: #1c4798;
  width: 250px;
}
@media (max-width: 1600px) {
  #c-train .c-wrap .c-text-box .c-btn:hover {
    width: 150px;
  }
}
@media (max-width: 767px) {
  #c-train .c-wrap .c-text-box .c-btn:hover {
    width: 120px;
  }
}
#c-train .c-wrap .c-text-box .c-btn:hover i {
  background-image: url(https://www.kdtmac.com/img/c-jt.png);
}
#c-train1 {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  #c-train1 {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  #c-train1 {
    padding-top: 1.2rem;
  }
}
#c-train1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
#c-train1 .c-list li {
  width: 50%;
  padding: 0 0.3rem;
}
@media (max-width: 575px) {
  #c-train1 .c-list li {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  #c-train1 .c-list li:last-child {
    margin-bottom: 0;
  }
}
#c-train1 .c-list li .c-wrap {
  display: block;
  color: #333;
}
#c-train1 .c-list li .c-wrap .c-img-box {
  height: 3.8rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-train1 .c-list li .c-wrap .c-img-box {
    height: 4.8rem;
  }
}
@media (max-width: 575px) {
  #c-train1 .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-train1 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-train1 .c-list li .c-wrap .c-text-box .c-title {
  margin: 0.25rem 0 0.1rem;
  font-size: 0.31rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  #c-train1 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 575px) {
  #c-train1 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 24px;
  }
}
#c-train1 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-train1 .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #1c4798;
}
#c-train2 {
  background: #f7f7f7;
}
#c-train2 .c-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #c-train2 .c-box-wrap {
    padding: 0 1.54rem;
  }
}
@media (max-width: 575px) {
  #c-train2 .c-box-wrap {
    padding: 0 1rem;
  }
}
#c-train2 .c-box-wrap .c-img-box {
  width: 45.05%;
  height: 6.7rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-train2 .c-box-wrap .c-img-box {
    height: 7.7rem;
  }
}
@media (max-width: 991px) {
  #c-train2 .c-box-wrap .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
#c-train2 .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-train2 .c-box-wrap .c-text-box {
  width: 50%;
}
@media (max-width: 991px) {
  #c-train2 .c-box-wrap .c-text-box {
    margin-top: 0.4rem;
    width: 100%;
  }
}
#c-train2 .c-box-wrap .c-text-box .c-title {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  #c-train2 .c-box-wrap .c-text-box .c-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 575px) {
  #c-train2 .c-box-wrap .c-text-box .c-title {
    font-size: 1.2rem;
  }
}
#c-train2 .c-box-wrap .c-text-box .c-text {
  margin: 0.3rem 0 0.75rem;
  padding-right: 2.6rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 1600px) {
  #c-train2 .c-box-wrap .c-text-box .c-text {
    padding-right: 1.54rem;
  }
}
@media (max-width: 991px) {
  #c-train2 .c-box-wrap .c-text-box .c-text {
    padding-right: 0;
  }
}
#c-train2 .c-box-wrap .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem;
  padding-right: 2.6rem;
  background: url(https://www.kdtmac.com/img/fw-bj.jpg) no-repeat center / cover;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
#c-train2 .c-box-wrap .c-text-box .c-list li a{
	color: #fff;
}
@media (max-width: 1600px) {
  #c-train2 .c-box-wrap .c-text-box .c-list {
    padding-right: 1.54rem;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  #c-train2 .c-box-wrap .c-text-box .c-list {
    padding: 0.8rem;
  }
}
#c-train2 .c-box-wrap .c-text-box .c-list img {
  margin-bottom: 10px;
  width: auto;
  height: 54px;
}
@media (max-width: 575px) {
  #c-train2 .c-box-wrap .c-text-box .c-list img {
    height: 40px;
  }
}
#c-train3 .c-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-train3 .c-box-wrap .c-text-box {
  width: 44.4444%;
}
@media (max-width: 991px) {
  #c-train3 .c-box-wrap .c-text-box {
    width: 100%;
  }
}
#c-train3 .c-box-wrap .c-text-box .c-title {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  #c-train3 .c-box-wrap .c-text-box .c-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-text-box .c-title {
    font-size: 1.2rem;
  }
}
#c-train3 .c-box-wrap .c-text-box .c-list li {
  display: flex;
  align-items: center;
  padding-top: 0.8rem;
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li {
    padding-top: 1.5rem;
  }
}
#c-train3 .c-box-wrap .c-text-box .c-list li .c-ico {
  width: 80px;
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-ico {
    width: 60px;
  }
}
#c-train3 .c-box-wrap .c-text-box .c-list li .c-ico img {
  width: 50px;
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-ico img {
    width: 40px;
  }
}
#c-train3 .c-box-wrap .c-text-box .c-list li .c-text {
  padding-left: 30px;
  width: -webkit-calc(20%);
  width: calc(100% - 80px);
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-text {
    padding-left: 20px;
    width: -webkit-calc(40%);
    width: calc(100% - 60px);
  }
}
#c-train3 .c-box-wrap .c-text-box .c-list li .c-text .c-t1 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.22rem;
}
@media (max-width: 1600px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-text .c-t1 {
    font-size: 0.26rem;
  }
}
@media (max-width: 1199px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-text .c-t1 {
    font-size: 0.3rem;
  }
}
@media (max-width: 991px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-text .c-t1 {
    font-size: 0.4rem;
  }
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-text-box .c-list li .c-text .c-t1 {
    font-size: 0.8rem;
  }
}
#c-train3 .c-box-wrap .c-text-box .c-list li .c-text .c-t2 {
  color: #666;
}
#c-train3 .c-box-wrap .c-img-box {
  width: 45.35%;
  height: 6.65rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-train3 .c-box-wrap .c-img-box {
    height: 7.65rem;
  }
}
@media (max-width: 991px) {
  #c-train3 .c-box-wrap .c-img-box {
    margin-top: 0.8rem;
    width: 100%;
    height: 14rem;
		display: none;
  }
}
@media (max-width: 575px) {
  #c-train3 .c-box-wrap .c-img-box {
    margin-top: 1.5rem;
  }
}
#c-train3 .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-train4 {
  position: relative;
}
#c-train4 > img {
  width: 100%;
}
@media (max-width: 575px) {
  #c-train4 > img {
    height: 8rem;
    object-fit: cover;
  }
}
#c-train4 .c-text-box {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  #c-train4 .c-text-box {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#c-train4 .c-text-box .c-title {
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  #c-train4 .c-text-box .c-title {
    font-size: 0.7rem;
  }
}
@media (max-width: 575px) {
  #c-train4 .c-text-box .c-title {
    font-size: 1.2rem;
  }
}
#c-train4 .c-text-box .c-text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1600px) {
  #c-train4 .c-text-box .c-text {
    font-size: 14px;
    line-height: 24px;
  }
}
#c-framework {
  background: #f4f4f4;
}
#c-framework .c-img-box {
  text-align: center;
}
#c-framework .c-img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#c-responsibility {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  #c-responsibility {
    padding-top: 1.2rem;
  }
}
#c-responsibility .c-top .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #1c4798 url(https://www.kdtmac.com/img/c-zr-bj.jpg) no-repeat right bottom / 3rem auto;
}
#c-responsibility .c-top .c-wrap .c-img-box {
  width: 50%;
  height: 2.83rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-responsibility .c-top .c-wrap .c-img-box {
    height: 3.8rem;
  }
}
@media (max-width: 1199px) {
  #c-responsibility .c-top .c-wrap .c-img-box {
    height: 4rem;
  }
}
@media (max-width: 991px) {
  #c-responsibility .c-top .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #c-responsibility .c-top .c-wrap .c-img-box {
    width: 100%;
    height: 8rem;
  }
}
#c-responsibility .c-top .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-responsibility .c-top .c-wrap .c-text-box {
  width: 50%;
  padding: 0.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  #c-responsibility .c-top .c-wrap .c-text-box {
    width: 100%;
    padding: 30px;
  }
}
#c-responsibility .c-top .c-wrap .c-text-box .c-title {
  margin-bottom: 10px;
  font-size: 0.24rem;
}
@media (max-width: 1600px) {
  #c-responsibility .c-top .c-wrap .c-text-box .c-title {
    font-size: 0.27rem;
  }
}
@media (max-width: 1199px) {
  #c-responsibility .c-top .c-wrap .c-text-box .c-title {
    font-size: 0.3rem;
  }
}
@media (max-width: 991px) {
  #c-responsibility .c-top .c-wrap .c-text-box .c-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-responsibility .c-top .c-wrap .c-text-box .c-title {
    font-size: 1rem;
  }
}
#c-responsibility .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#c-responsibility .c-bottom .c-list li {
  padding: 0.5rem 0.1rem 0;
  width: 25%;
}
@media (max-width: 767px) {
  #c-responsibility .c-bottom .c-list li {
    width: 100%;
    padding: 1.5rem 0.1rem 0;
  }
}
#c-responsibility .c-bottom .c-list li .c-wrap .c-img-box {
  height: 2.2rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  #c-responsibility .c-bottom .c-list li .c-wrap .c-img-box {
    height: 2.6rem;
  }
}
@media (max-width: 767px) {
  #c-responsibility .c-bottom .c-list li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-responsibility .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-responsibility .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  margin: 15px 0 5px;
  color: #999;
}
#c-responsibility .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  font-size: 18px;
}

@media (max-width: 1199px) {
  #c-responsibility .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #c-responsibility .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #c-responsibility .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    font-size: 1rem;
  }
}
#c-base {
  background: #f5f5f5;
}
#c-base .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-base .c-left {
  width: 45.7%;
}
@media (max-width: 991px) {
  #c-base .c-left {
    width: 100%;
  }
}
#c-base .c-right {
  padding-left: 0.9rem;
  width: 54.3%;
}
@media (max-width: 991px) {
  #c-base .c-right {
    padding: 20px 0 0;
    width: 100%;
  }
}
#c-base .c-right .c-title {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  #c-base .c-right .c-title {
    font-size: 0.66rem;
  }
}
@media (max-width: 767px) {
  #c-base .c-right .c-title {
    font-size: 1.2rem;
  }
}
#c-base .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.3rem 0 0.2rem;
}
#c-base .c-right .c-list li {
  padding-right: 0.45rem;
  line-height: 26px;
  margin-bottom: 10px;
}
#c-base .c-right .c-list li .c-wrap {
  color: #333;
}
#c-base .c-right .c-list li .c-wrap img {
  margin-right: 5px;
  width: 20px;
  height: auto;
  vertical-align: top;
  margin-top: 3px;
}
#c-base .c-right .c-list li a:hover {
  text-decoration: underline;
}
#c-base .c-right .c-text {
  color: #666;
  line-height: 1.8;
}
.c-banner1 .c-wrap {
  height: 4.4rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .c-banner1 .c-wrap {
    height: 5.4rem;
  }
}
@media (max-width: 991px) {
  .c-banner1 .c-wrap {
    height: 12rem;
  }
}
.c-banner1 .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner1 .c-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding-left: 0.36rem;
  font-size: 20px;
  line-height: 0.8rem;
  color: #656565;
}
@media (max-width: 991px) {
  .c-banner1 .c-pagination {
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
  }
}
.c-banner1 .c-pagination span:first-child {
  color: #fff;
}
.c-banner1 .swiper-button-next,
.c-banner1 .swiper-button-prev {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin-top: 0;
  width: 0.8rem;
  height: 0.8rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-button-next,
  .c-banner1 .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  background-color: #1c4798;
}
.c-banner1 .swiper-button-prev {
  right: 0.8rem;
  background: rgba(0, 0, 0, 0.3) url(https://www.kdtmac.com/img/c-jt4.png) no-repeat center / 20px auto;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-button-prev {
    right: 40px;
  }
}
.c-banner1 .swiper-button-next {
  background: rgba(0, 0, 0, 0.3) url(https://www.kdtmac.com/img/c-jt.png) no-repeat center / 20px auto;
}
#c-base2 .c-top {
  text-align: center;
}
#c-base2 .c-top .c-title {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  #c-base2 .c-top .c-title {
    font-size: 0.66rem;
  }
}
@media (max-width: 767px) {
  #c-base2 .c-top .c-title {
    font-size: 1.2rem;
  }
}
#c-base2 .c-top .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin: 0 auto 0.5rem;
  justify-content: center;
	padding-bottom: 10px;
}

#c-base2 .c-top .c-list::-webkit-scrollbar {
	height: 6px;
}

#c-base2 .c-top .c-list::-webkit-scrollbar-track {
	background: #ddd;
}

#c-base2 .c-top .c-list::-webkit-scrollbar-thumb {
	background: #1c4798;
}

/* #c-base2 .c-top .c-list::-webkit-scrollbar-corner {
	background: #fff;
}
#c-base2 .c-top .c-list::-webkit-scrollbar{
width:3px;
}
#c-base2 .c-top .c-list::-webkit-scrollbar-track{
background: #ddd;
border-radius:2px;
}
#c-base2 .c-top .c-list::-webkit-scrollbar-thumb{
background: #1c4798;
border-radius:25px;
}
#c-base2 .c-top .c-list::-webkit-scrollbar-corner{
background: #1c4798;
} */
@media (max-width: 1600px) {
  #c-base2 .c-top .c-list {
    
  }
}
@media (max-width: 991px) {
  #c-base2 .c-top .c-list {
		justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  #c-base2 .c-top .c-list {
    margin-bottom: 1.5rem;
    max-width: 650px;
		
  }
}
/* #c-base2 .c-top .c-list::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #d5d5d5;
} */
#c-base2 .c-top .c-list li {
  position: relative;
  z-index: 5;
  margin-right: 40px;
  flex: none;
  padding: 0 10px;
  font-size: 18px;
  line-height: 56px;
  border-bottom: 3px solid transparent;
  color: #666;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1600px) {
  #c-base2 .c-top .c-list li {
    margin-right: 24px;
    font-size: 14px;
    line-height: 44px;
  }
}
#c-base2 .c-top .c-list li.on {
  color: #1c4798;
  border-color: #1c4798;
}
#c-base2 .c-bottom .c-list1 > li {
  display: none;
}
#c-base2 .c-bottom .c-list1 > li.on {
  display: block;
}
#c-base2 .c-bottom .c-list2 {
  margin: 0 -0.1rem -0.2rem;
  overflow: hidden;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#c-base2 .c-bottom .c-list2 > li {
  float: left;
  padding: 0 0.1rem 0.2rem;
  width: 25%;
}
@media (max-width: 991px) {
  #c-base2 .c-bottom .c-list2 > li {
    width: 50%;
  }
}
#c-base2 .c-bottom .c-list2 > li .c-wrap {
  position: relative;
  height: 2.09rem;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1600px) {
  #c-base2 .c-bottom .c-list2 > li .c-wrap {
    height: 2.59rem;
  }
}
@media (max-width: 991px) {
  #c-base2 .c-bottom .c-list2 > li .c-wrap {
    height: 5rem;
  }
}
#c-base2 .c-bottom .c-list2 > li .c-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-base2 .c-bottom .c-list2 > li .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #c-base2 .c-bottom .c-list2 > li .c-wrap .c-text-box {
    padding: 0 15px;
  }
	
}
#c-base2 .c-bottom .c-list2 > li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #c-base2 .c-bottom .c-list2 > li .c-wrap .c-text-box .c-title {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
}
#c-base2 .c-bottom .c-list2 > li:first-child {
  width: 50%;
}
@media (max-width: 991px) {
  #c-base2 .c-bottom .c-list2 > li:first-child {
    width: 100%;
  }
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap {
  height: 4.38rem;
}
@media (max-width: 1600px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap {
    height: 5.38rem;
  }
}
@media (max-width: 991px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap {
    height: 10rem;
  }
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box {
  padding: 35px 45px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1600px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box {
    padding:8px 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box {
    padding: 10px 15px;
  }
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-title {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-text {
  margin: 10px 0 20px;
}
@media (max-width: 1600px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-text {
    margin: 0 0 10px;
  }
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  #c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-list3 {
    display: none;
  }
	
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-list3 li {
  margin-bottom: 10px;
  padding-right: 0.35rem;
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-list3 li .c-wrap2 {
  color: #fff;
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-list3 li .c-wrap2 img {
  margin-right: 5px;
  width: 20px;
  height: auto;
  vertical-align: top;
  margin-top: 3px;
}
#c-base2 .c-bottom .c-list2 > li:first-child .c-wrap .c-text-box .c-list3 li a:hover {
  text-decoration: underline;
}

.pul_box{display: none;}