/* 把我们所有标签的内外边距清零 */
* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
    font-style: normal;
}
/* 去掉li 的小圆点 */
li {
    list-style: none;
}

img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0 none;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle;
    border-style: none;
}

button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer;
}

a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}

button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0;
    outline: none;
}

body {
    /* CSS3 抗锯齿形 让文字显示的更加清晰 */
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}

.hide,
.none {
    display: none;
}
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}
.clearfix::before {
    content: "";
    display: table;
}
.clearfix {
    zoom: 1;
}

.body {
    position: relative;
    width: 100%;
    text-align: center;
}
.body .banner {
    width: 100%;
    background: url(/e_ky/zt/2023/2023yzxch/img/banner.png) center top no-repeat;
    height: 511px;
    padding-top: 40px;
}
.body .main {
    width: 1200px;
    margin: 0 auto;
}
.body .main .nav {
    width: 1200px;
    height: 80px;
    margin-top: -80px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 10.4px 9.37px 0px 0px #186eff;
    line-height: 80px;
}
.fixed {
    position: fixed;
    top: 80px;
    z-index: 99999999999999999;
}
.active2 {
    color: #186eff;
}
.body .main .nav span {
    position: relative;
}
.body .main .nav span a {
    cursor: pointer;
    margin: 0 101px;
    font-size: 23px;
    font-weight: 600;
}
.body .main .nav span .active1 {
    position: absolute;
    width: 35px;
    height: 4px;
    background: #186fff;
    border-radius: 2px;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0);
}

.container {
    width: 100%;
    height: 375px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.swiper-container {
    width: 55%;
    height: 350px;
    float: left;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    width: 100%;
}
.swiper-wrapper img {
    width: 100%;
    height: 350px;
}
.img_footer {
    text-align: left;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    clear: both;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    overflow: hidden;
    color: #fff;
}
.img_footer span {
    margin-left: 20px;
    font-size: 10px;
}
.desc_container {
    width: 46%;
    float: left;
    overflow: hidden;
    height: 300px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 9.75px 0px rgb(0 0 0 / 10%);
    position: absolute;
    left: 631px;
    z-index: 99999;
    top: 20px;
    text-align: left;
    padding: 0px 20px;
    padding-top: 50px;
    padding-left: 30px;
}
.desc_container .title {
    font-size: 20px;
    position: relative;
}
.desc_container .title .active {
    position: absolute;
    width: 48px;
    height: 3px;
    background: #186fff;
    border-radius: 2px;
    left: 5%;
    bottom: -6px;
    transform: translate(-50%, 0);
}
.desc_container .wenzi {
    color: #666666;
    font-size: 16px;
    letter-spacing: 1.2px;
    margin-top: 20px;
}
.ju {
    position: absolute;
    left: 1183px;
    top: 46px;
    height: 243px;
    width: 10px;
    background: #186fff;
    border-radius: 0px 7px 7px 0px;
}
.main .lunbo {
    margin-top: 50px;
}
.main .lunbo ul li {
    float: left;
    margin-right: 18px;
}
.main .lunbo ul li:last-child {
    margin-right: 0px;
}
.main .lunbo ul li a {
    width: 286px;
    height: 151px;
}
.main .lunbo ul li a img {
    width: 100%;
}
.body .biglunbo {
    margin-top: 60px;
    text-align: left;
    width: 100%;
    height: 246px;
    border-top: 4px solid #186fff;
    border-bottom: 4px solid #186fff;
    overflow: hidden;
    position: relative;
}
.body .biglunbo ul {
    position: absolute;
    left: 0;
}
.body .biglunbo ul li {
    float: left;
    width: 440px;
    margin-right: 5px;
}
.body .biglunbo ul li img {
    width: 100%;
    height: 238px;
}
.body .main .anpai {
    margin-top: 60px;
}
.anpaiChange {
    margin-top: 160px !important;
}
.left,
.right {
    display: inline-block;
}
.left {
    width: 673px;
}
.left img {
    width: 100%;
    height: 556px;
}
.right {
    position: absolute;
    top: 0%;
    left: 62%;
}
.right .column_tab {
    position: relative;
    display: flex;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #cdcdcd;
    font-size: 16px;
}
.right .column_tab-item {
    padding: 0 10px 10px;
    margin-right: 10px;
    margin-bottom: -2px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}
.right .column_tab-item span {
    position: relative;
}
.right .column_tab-item:not(:last-child) span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #cdcdcd;
}
.right .column_tab-item.on {
    border-bottom-color: #004eb3;
    color: #004eb3;
}
.right .wei {
    display: none;
    width: 456px;
    height: 530px;
    background: #ffffff;
    border: 1px solid #186fff;
    border-radius: 0px 4px 4px 4px;
    box-shadow: 2px 2px 0px 0px #186eff;
    overflow: hidden;
}
.right .wei:hover {
    overflow-y: auto;
}
.right .wei ul li {
    margin-bottom: 20px;
}
.right .wei ul li img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.right .wei ul li:nth-child(2n) img {
    height: 30px;
}
.right .wei ul li span:first-of-type {
    width: 63px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #eeeeee;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    margin-right: 10px;
}
/* .right .wei ul li span:last-of-type {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1.12px;
} */
.baoming {
    text-align: left;
    padding-top: 40px;
    padding-left: 30px;
    margin-top: 50px;
    width: 100%;
    height: 179px;
    background: #ffffff;
    border: 1px solid #186fff;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #176fff;
}
.baoming p {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1.28px;
}
.baoming .hao {
    display: inline-block;
    padding-left: 22px;
    margin-top: 20px;
    margin-right: 20px;
    width: 568px;
    height: 52px;
    text-align: left;
    line-height: 52px;
    background: #f0f6ff;
    border: 1px solid #67a0ff;
    border-radius: 4px;
}
.baoming .hao div {
    display: inline-block;
    margin-right: 60px;
}
.baoming .hao div:last-child {
    margin-right: 0px;
}
.baoming .hao div img {
    width: 20px;
    height: 20px;
}
.baoming .hao div span {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
}

.zhuanqu {
    width: 100%;
    padding: 0px 20px;
    text-align: left;
    margin-top: 47px;
}
.zhuanqu div {
    padding-top: 12px;
    text-align: center;
    display: inline-block;
    margin-right: 110px;
    width: 307px;
    height: 67px;
    background: #ffffff;
    border: 1px solid #186fff;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #176fff;
    margin-bottom: 33px;
}
.zhuanqu div:nth-child(3n) {
    margin-right: 0px;
}
.zhuanqu div span {
    display: block;
}
.footer {
    background-image: url(/e_ky/zt/2023/2023yzxch/img/footer.png);
    background-size: 100% 148px;
    background-repeat: no-repeat;
    width: 100%;
    height: 148px;
    padding-top: 60px;
}
.footer p {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
}
.footer p a {
    color: #ffffff;
}
.meeting-head{
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  height: 42px;
  line-height: 42px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 20px;
}
.meeting-head-time{
  width: 80px;
  margin:0 8px 0 16px;
  padding-left: 5px;
}
.meeting-head-city{
  width: 88px;
  margin-right: 8px;
}
#meeting ul {
  padding-left: 16px;
  height: 480px;
  overflow-y: auto;
}
#meeting ul li {
  display: flex;
}
#meeting .meeting-time{
  width: 80px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #eeeeee;
  border-radius: 4px;
  font-size: 18px;
  color: #999;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}
#meeting .meeting-city{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1.12px;
  width: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}

#meeting .meeting-address{
  font-size: 20px;
  font-weight: 400;
  color: #999;
  letter-spacing: 1.12px;
  width: 255px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}