@charset "utf-8";
/* CSS Document */
a:hover{
    text-decoration: none;
    transition: color ease 0.25s;
    /* color: #FFBB3B!important; */
}
header{
    padding-top: 44px;
    overflow: hidden;
}
header .logo-top img{
    width: 100%;

}
.logo-top{
    width: 480px;
    float: left;
  
}


.year-line {
  display: flex;
  align-items: center;
  justify-content: center; /* 整体居中 */
  width: 100%;
  color: #fff; /* 文字颜色，根据你背景调整 */
  font-size: 26px; /* 年份字号，按需改 */
  font-weight: bold;
  position: relative;
}

/* 中间的年份文字 */
.year-text {
  padding: 0 20px; /* 文字和线条之间的间距 */
  z-index: 2; /* 让文字在线条上方 */
}

/* 线条（左右贯穿） */
.year-line::before,
.year-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 60px); /* 线条长度，减去文字+点的宽度 */
  height: 1px; /* 线条粗细 */
  background-color: #fff; /* 线条颜色 */
}

.year-line::before {
  left: 0;
}

.year-line::after {
  right: 0;
}

/* 两侧的白点 */
.dot {
  width: 8px; /* 圆点大小 */
  height: 8px;
  border-radius: 50%; /* 圆形 */
  background-color: #fff; /* 圆点颜色 */
  z-index: 2; /* 圆点在线条上方 */
}



.head-nav{
    float: right;
    margin-top: 15px;
}
.head-nav li{
    display: block;
    float: left;
    padding: 0 20px;
    text-align: center;
}
.head-nav li:first-child{
    padding: 0 30px;
}
.head-nav li a{
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 54px;
    display: inline-block;
}
.head-nav li a.active-nav{
    color: #D53040;
    border-bottom: 4px solid #D53040;
}
.head-nav li a:hover{
    color: #D53040;
    border-bottom: 4px solid #D53040;
    text-decoration: none;
}
.form-btn{
    width: 140px;
    /* height: 119px; */
    display: block;
    /* background: url("form-btn.png") no-repeat; */
    background: #A79A6E;
    background-size: cover;
    position: fixed;
    right: -1px;
    padding: 8px;
    font-size: 17px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    color: #fff;
    line-height: 28px;
    display: none;
    z-index: 9999;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
.form-btn span{
    border:1px dashed #c3bba1;
    display: inline-block;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 10px 5px 10px 25px;
    background: url(kxrs2025_icon01.png) 93% 80% no-repeat;
}
.form-btn:hover{
    color: #941D3B;
}
.container{
    position: relative;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}
@media(max-width:1820px){
    .logo-top{
        margin-left: 30px;
        width: 25%;
        height: auto;
        margin-top: 20px;
    }
    
}
@media(max-width:1600px){
    .head-nav{
        width: 70%;
    }
    .head-nav li{
        padding: 19px 15px 0px;
    }
    .head-nav li:first-child{
        padding: 19px 15px 0px 30px;
    }
}
@media(max-width:1380px){
    .head-nav li a{
        font-size: 20px;
    }
    .head-nav li{
        padding: 19px 10px 0px;
    }
}
@media(max-width:1199px){
    .head-nav{
        display: none;
    }
    .logo-top{
        width: 70%;
    }
    .menu-trigger{
        display: block!important;
        position: absolute;
        right: 15px;
        margin-top: 17px;
        cursor: pointer
    }
}



nav{
   z-index: 99999!important
}
.nav-box{
	padding: 40px 40px 20px 20px;
  position: relative;

}
.nav span{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	
}
.dropdown-toggle{
	padding-right: 40px;
	background: url("kxrs2024_toggle-mb.png") right no-repeat;
	background-size: 20px;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
	background: none;
    background-clip: padding-box;
	border: none;
    border-top: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-align: right;
}
header .header-btn .menu-trigger {
  cursor: pointer;
}
header .navbar {
  margin-bottom: 0;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
	width: 100%;
  background: rgba(0, 0, 0, 0.8)!important;
  transition: all ease 1s;
  border: none;
}
header .navbar .nav-box {
  padding: 40px 40px 20px 20px;
  position: relative;
}
header .navbar .nav-box .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
header .navbar .nav > li {
  float: none;
  padding: 0 15px;
	text-align: right;
}
header .navbar .nav > li.dropdown > a {
  transition: all ease 0.25s;
}
header .navbar .nav > li.dropdown .dropdown-menu {
  width: 100%;
  background: #000;
  border-radius: 0;
}
header .navbar .nav > li.dropdown .dropdown-menu li > a {
  padding: 15px;
  font-size: 18px;
  color: #fff!important;
}
header .navbar .nav > li.dropdown .dropdown-menu li > a:hover,
header .navbar .nav > li.dropdown .dropdown-menu li > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #1264b8;
}
header .navbar .nav > li.dropdown > a:hover {
}
header .navbar .nav > li > a {
    padding: 0;
    font-size: 20px;
    color: #fff!important;
    line-height: 50px;
}
@media(max-width:1199px){
    .form-btn{
        top: 140px;
    }
    
}
@media(max-width:991px){
    .form-btn{
        top: 120px;
    }
    
}


    
    
.footer{
	
    background: #941D3B;
	/* background: url("kxrs2024_footer-bg.png") no-repeat center; */
	background-size: cover;
	padding: 27px 0px 30px;
}
.footer p{
	font-size: 16px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 29px;
}
.footer .container>p{
	float: left
}
.qrcode{
	float: right;
	width: 210px;
	overflow: hidden;
}
.qrcode img{
	width: 90px;
	height: 90px;
	float: left;
}
.qrcode p{
	float: right;
	margin-top: 15px;
}
@media(max-width:1199px){
    .footer .container>p,.qrcode{
        float: none;
    }
    .qrcode{
        margin-top: 20px
    }
}
@media(max-width:500px){
    .qrcode{
        display: none;
    }
}