@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #341b00;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

/*通用定义*/
.bd::after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden;
}

.layout,
.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.boxMo {
    min-width: 1200px;
}

.zt_banner {
    height: 831px;
    background: url(banner.png) no-repeat center top;
}

.zt_nav {
    height: 120px;
    background: url(nav_bg.png) no-repeat center top;
}

.zt_nav_tem {
    position: relative;
    float: left;
    width: 400px;
    height: 120px;
    margin: 0;
}

.zt_nav_tem:before {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 2px;
    height: 94px;
    margin-top: -47px;
    background: url(nav_li.png) no-repeat center top;
    content: "";
}

.zt_nav_tem:last-child:before {
    display: none;
}

.zt_nav_tem:hover {
    background: rgba(0, 0, 0, 0.1);
}

.zt_nav_tem a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font: bold 30px/120px "Microsoft Yahei";
    color: #ffe2ac;
    text-indent: 70px;
    text-align: center;
}

.zt_nav_tem a:before {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-image: url(nav.png);
    content: ""
}

.zt_nav_tem.tem1 a:before {
    background-position: 0 0
}

.zt_nav_tem.tem2 a:before {
    background-position: 0 -50px
}

.zt_nav_tem.tem3 a:before {
    background-position: 0 -100px
}

.col {
    overflow: hidden;
}

.col1 {
    height: 900px;
    background: url(col1_bg.png) no-repeat center top;
}

.col2 {
    height: 896px;
    background: url(col2_bg.png) no-repeat center top;
}

.col3 {
    height: 1112px;
    background: url(col3_bg.png) no-repeat center top;
}

.col .hd {
    height: 120px;
    margin-top: 100px;
}

.col1 .hd {
    background: url(col1_hd.png) no-repeat center top;
}

.col2 .hd {
    background: url(col2_hd.png) no-repeat center top;
}

.col3 .hd {
    background: url(col3_hd.png) no-repeat center top;
}

.col .bd {
    margin-top:100px;
}

.col1 .bd {
    position: relative;
    overflow: hidden;
    height: 480px;
    margin-top: 0;
}

.col1_swiper_wrap {
    position: absolute;
    top: 70px;
    left: 0;
    width: 660px;
    height: 381px;
    background-color: #fff;
    border: 2px solid #c00000;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 3;
}

.col1_swiper {
    width: 640px;
    height: 360px;
    margin: 10px auto;
    overflow: hidden;
}

.col1_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.col1_swiper .swiper-slide h3 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 48px;
    font: 20px / 48px "Microsoft Yahei";
    text-align: center;
    color: #fff;
    background: rgba(192, 9, 11, 0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.col1_swiper_prev,
.col1_swiper_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 48px;
    background-image: url(arr1.png);
    cursor: pointer;
    outline: none;
    z-index: 10
}

.col1_swiper_prev {
    left: 0;
    background-position: 0 0
}

.col1_swiper_next {
    right: 0;
    background-position: -30px 0
}

.top_news_list {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    width: 760px;
    height: 430px;
    background: linear-gradient(to right, #ffffff, #fff0d4);
}

.top_news_list ul {
    margin-left: 248px;
    width: 483px;
    margin-top: 20px;
}

.top_news_list ul li {
    height: 75px;
    display: flex;
    align-items: center;
    font: 18px /30px "Microsoft Yahei";
    color: #000;
    background: url(li.png) no-repeat left center;
    padding-left: 1em;
    border-bottom: 1px solid #cb0100;
}

.top_news_list ul li a {
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.more {
    display: block;
    float: right;
    background: url(more.png) no-repeat center top;
    width: 193px;
    height: 52px;
    margin-top: 40px;
}

.col2 .bd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.col2 .bd::after {
    content: '';
    flex: 0 0 calc(50% - 10px);
}

.col2 .news_item {
    display: flex;
    flex: 0 0 calc(50% - 10px);
    height: 118px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #ffd692, #ffecac);
    border-radius: 10px;
    padding: 25px;
}

.col2 .news_item h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 18px/30px "Microsoft Yahei";
    text-indent: 2em;
}

.col2 .news_item h3 span::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -31px;
    flex-shrink: 0;
    width: 25px;
    height: 20px;
    background: url(col2_icon.png) no-repeat center top;
    background-size: contain;
}

.col2 .news_item h3 span {
    position: relative;
    font-weight: bold;
    color: #d51010;
}



.col2 .news_item h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cycp_2024lh_conbox {
    position: relative;
}

.col3_swiper_left_wrap {
    position: relative;
    width: 690px;
    height: 564px;
    overflow: hidden;
}

.col3_swiper_right_wrap {
    position: relative;
    width: 507px;
    height: 545px;
    background: url(col3_1.png) no-repeat center top;
}

.col3_swiper_right {
    height: 545px;
}

.col3_swiper_right .swiper-container {
    height: 545px;
    overflow: hidden;
    margin-left: 125px;
}

.col3_swiper_right .swiper-slide {
    height: 135px;
}

.col3_swiper_right .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
}

.col3_swiper_right .swiper-slide.swiper-slide-next {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
}

.col3_swiper_left {
    position: relative;
    width: 690px;
    height: 555px;
    overflow: hidden;
}

.col3_swiper_left .swiper-container {
    width: 690px;
    height: 555px;
    overflow: hidden;
}

.col3_swiper_left .swiper-slide {
    height: 555px;
    width: 348px;
    cursor: pointer;
}

.col3_swiper_left .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.col3_swiper_left .swiper-slide a img {
    height: 555px;
    width: 348px;
    border: 5px solid #ffe1a9;
    border-radius: 10px;
    box-sizing: border-box;
}

.col3_swiper_prev,
.col3_swiper_next {
    position: absolute;
    width: 94px;
    height: 20px;
    left: 50%;
    background-image: url(arr2.png);
    cursor: pointer;
    outline: none;
    z-index: 10
}

.col3_swiper_prev {
    top: -30px;
    background-position: 0 0
}

.col3_swiper_next {
    bottom: -30px;
    background-position:0 -20px
}

.col3 .more{
    margin-top: 100px;
}


.footer{
    margin-top: 0px;
}