@charset "UTF-8";

@media screen and (min-width:1200px){
.home {
  background: #f6f6f6;
}

.nav_t_1 {
  padding-top: 30px;
}

.nav_t_1 a {
  display: block;
  width: 100%;
  height: 103px;
  background-image: url("../assets/images/zkyj.jpg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  letter-spacing: 20px;
}

.nav_t_1 a p {
  margin: 0 17px;
}

.nav_t_1 a img {
  height: 10px;
}

.c_card_1 {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.c_card_1 .c_1_left {
  width: 678px;
  height: 443;
  border-radius: 0px 0px 0px 0px;
}

.c_1_right {
  width: 492px;
  height: 285px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 30px;
  
}

.c_1_right .c_r_top {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c_1_right .top_l {
  display: flex;
  justify-content: space-between;
}

.more {
  background: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #C22B25;
  width: 49px;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #C22B25;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.c_1_right .more img {
  width: 12px;
}

.c_1_right h4 {
  margin-right: 36px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #484848;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
}

.yjcg {
  margin-top: 30px;
}

.c_1_right h4:nth-child(2):before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background: #e2e2e2;
  top: 10px;
  left: -18px;
}

.c_1_right h4:hover {
  color: #c22b25;
}

.c_1_right .c_r_center {
  margin-top: 20px;
}

.c_1_right .c_r_center h5:hover {
  color: #c22b25;
}

.c_1_right .c_r_text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 18px;
}

.c_1_right .c_r_text:hover {
  color: #C22B25;
}

.c_1_right .divide {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  height: 2px;
  border-bottom: 1px dashed #6e6e6e;
}

.c_1_right .list {
  width: 100%;
}

.c_1_right .list .list_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
}

.c_1_right .list .list_left p a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.c_1_right .list .list_left p a:hover {
  color: #C22B25;
}

.c_1_right .list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.c_1_right .list li .radio {
  width: 10px;
  height: 10px;
  border: 2px solid #D5BC8D;
  border-radius: 50%;
  margin-right: 5px;
}

.c_1_right .list li .timer {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #9F9F9F;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.content-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel_home {
  position: absolute;
  display: flex;
  z-index: 99;
  bottom: 6%;
  right: 20px;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.carousel-item img {
  width: 100%;
  height: 100%;
}

.carousel-item.active {
  opacity: 1;
  z-index: 1;
}

.carousel-item h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.carousel-item p {
  font-size: 18px;
  color: #666;
  max-width: 80%;
  line-height: 1.6;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.carousel-control img {
  width: 38px;
  height: 62px;
}

.carousel-control.prev {
  left: -6px;
}

.carousel-control.next {
  right: -6px;
}

.carousel-indicators {
  height: 62px;
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
}

.carousel-indicators p {
  width: 420px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.carousel-indicators .bg {
  background-color: rgba(0, 0, 0, 0.5);
  /* 黑色，50%透明度 */
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 8px;
}

.c_1_active {
  color: #c22b25 !important;
}

.active {
  background-color: #c22b25;
}

.zk_card {
  width: 1200px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;

}

.zk_card_phone{
  display: none;
}
.yjcd_phone{
  display: none;
}

.zk_card a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.zk_card_img1{width: 585px !important;height: 120px !important;float: left;}
.zk_card_img2{width: 585px !important;height: 120px !important;float: right !important;}
.zk_card a img {
  width: 100%;
  height: 100%;
}

/*.zk_card a:hover {
  transform: scale(1.1);
}*/

.banner_card_3 {
  margin-top: 30px;
  height: 70px;
  display: block;
  background-image: url("../assets/images/banner.jpg");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #C22B25;
  line-height: 40px;
  text-align: center;
}

.card_3_content {
  position: relative;
  height: 367px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding: 30px 30px 0px 30px;
}

.scroller-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.scroller-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroller-track {
  display: flex;
  will-change: transform;
  padding: 0 60px;
  /* 为箭头留出空间 */
}

.scroller-item {
  flex: 0 0 210px;
  margin: 0 10px;
  transition: transform 0.3s ease;
  position: relative;
}

.scroller-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 169px;
  height: 40px;
  background: #C22B25;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(240, 17, 9, 0.5);
  /* 白色背景，50%透明度 */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.scroller-item:hover {
  transform: scale(1.05);
}

.scroller-item img {
  width: 169px;
  height: 241px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
}

.scroller-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.scroller-nav:hover {
  background: rgba(0, 0, 0, 0.9);
}

.scroller-prev {
  left: 10px;
}

.scroller-next {
  right: 10px;
}

.carousel-nav_1 {
  width: 36px;
  height: 36px;
  background: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  position: absolute;
}

.carousel-nav_1 img {
  width: 100%;
}

.zt_content {
  position: relative;
  display: flex;
  justify-content: center;
  /* margin-top: 30px; */
}

.zt_content .zt {
  width: 105px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #CC131C;
  margin: 0 20px;
}

.zt_content .zt a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #C22B25;
}

.yjcg {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.yjcg .c_1_right .list .list_left {
  width: 400px;
}

.yjcg .c_1_right {
  width: 585px;
}

.carousel-prev_1 {
  left: -70px;
}

.carousel-next_1 {
  right: -70px;
}



/*何珍调整开始*/

.hz_yqlj{width: 1200px;min-height: 200px;margin: 0 auto;margin-top: 0px;background: #fff;overflow: hidden;}
.hz_yqlj_s{width: 1140px;min-height: 1px;margin: 0 auto;margin-top: 30px;}
.hz_yqlj_s_t{text-align: center;font-weight: 500;}
.hz_yqlj_s_t a{font-size: 24px;color: #C22B25;}
.hz_yqlj_x{width: 1140px;min-height: 1px;margin: 0 auto;margin-top: 30px;overflow: hidden;}
.hz_yqlj_xul{width: 100%;}
.hz_yqlj_xul li{width: 23%;height: 60px;border: 1px solid #dedede;float: left;margin-right: 10px;margin-left: 10px;margin-bottom: 20px;}
.hz_yqlj_xul_table{width: 90%;height: 100%;margin: 0 auto;text-align:center;overflow: hidden !important;}
.hz_yqlj_xul_table tr td{line-height: 22px;font-size: 14px;colot: #555;word-wrap: break-word;word-break: break-all;}
.he_btn{width: 112px;height: 36px;border: 1px solid #C22B25;border-radius: 3px;text-align: center;display: block;margin: 0 auto;color: #C22B25;margin-bottom: 30px;margin-top: 10px;font-size: 14px;display: none;}







/*何珍调整结束*/


}







/*# sourceMappingURL=thinkTank.css.map */