@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;
}

/*通用定义*/
.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: 1280px;
    margin: 0 auto;
    position: relative;
}

.boxMo {
    min-width: 1280px !important;
}

.banner {
    height: 495px;
    background: url(banner.png) no-repeat center top;
}

.bg {
    background-color: #faefdf;
}

.intro {
    height: 190px;
    background: url(info-bg.png) no-repeat center top;
    overflow: hidden;
}

.intro .layout {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro .layout p {
    display: block;
    font: 18px/36px "Microsoft Yahei";
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
}

.intro a{
    color: #fff;
}

.col .bd {
    width: 1200px;
    margin: 0 auto;
}

.col1 {
    height: 1112px;
    background: url(bg2.png) no-repeat center top;
    overflow: hidden;
}

.col2 {
    min-height: 782px;
    background: url(col2-bg.png) no-repeat center top #d90c14;
    overflow: hidden;
}

.col3 {
    height: 955px;
    background: url(col3-bg.png) no-repeat center top;
    overflow: hidden;
}

.col1 .hd {
    margin-top: 90px;
    height: 91px;
    background: url(col1-hd.png) no-repeat center top;
}

.col2 .hd {
    margin-top: 90px;
    height: 121px;
    background: url(col2-hd.png) no-repeat center top;
}

.col3 .hd {
    margin-top: 90px;
    height: 91px;
    background: url(col3-hd.png) no-repeat center top;
}

.col1 .bd {
    position: relative;
    margin-top: 40px;
}

.col1 .swiper-1-wrap {
    position: relative;
}

#swiper-container3-2 {
    width: 1040px;
    height: 513px;
    margin: 0 auto;
    overflow: hidden;
}

#swiper-container3-2 .swiper-slide,
#swiper-container3-2 .swiper-slide img {
    width: 1040px;
    height: 513px;
}

.col1-swiper-prev,
.col1-swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 52px;
    height: 52px;
    background-image: url(arr.png);
    cursor: pointer;
    outline: none;
    z-index: 3;
    font-size: 0;
}

.col1-swiper-prev {
    left: 0;
    background-position: 0 0
}

.col1-swiper-next {
    right: 0;
    background-position: 52px 0;
}

#swiper-container3-2 .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: rgba(200, 37, 48, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 20px;
    box-sizing: border-box;
}


.col1 .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.col1 .news-list li {
    width: calc(48% - 20px);
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #c93939;
}

.col1 .news-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #c82530;
    border-radius: 50%;
}

.col1 .news-list li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s;
}

.col1 .news-list li a:hover {
    color: #c82530;
}

/* col2 */
.col2 .bd {
    margin-top: 60px;
}

.col2 .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.col2 .tab .tabhd {
    width: 352px;
    height: 67px;
    background: url(col2-zhd-2.png) no-repeat center top;
    font: 35px/67px "Microsoft Yahei";
    text-align: center;
    color: #e40311;
    cursor: pointer;
}

.col2 .tab .tabhd.active {
    font-weight: bold;
    background: url(col2-zhd-1.png) no-repeat center top;
    color: #ffd684;
}

.col2 .tabbd .newslist {
    display: flex;
    flex-wrap: wrap;
    gap:0 40px;
    margin-top: 30px;
}

.col2 .tabbd .newslist li {
    width: calc(50% - 20px);
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-left: 10px solid #ffd684;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.col2 .tabbd .newslist li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s;
}

.col2 .tabbd .newslist li a:hover {
    color: #c82530;
}

.col2 .tabbd .imgbox {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

.col2 .tabbd .imgbox .imgite {
    display: flex;
    width: calc(50% - 20px);
    box-sizing: border-box;
}

.col2 .btn_more{
    background-color: #ffd684;
    color: #d90c14;
    margin: 20px 0;
}


.imgite img {
    width: 277px;
    height: 155px;
}

.imgite a:nth-child(2) {
    background-color: #fffdfa;
    padding: 15px 20px;
    border-left: 10px solid #ffd684;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 302px;
}

.imgite a h3 {
    font: 18px/28px "Microsoft Yahei";
}


.imgite a p {
    font: 16px/28px "Microsoft Yahei";
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    height: 56px;
}


.text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    height: 56px;
    font: 16px/28px "Microsoft Yahei";
}

/* col3 */

.col3 .bd {

    margin-top: 40px;
    height: 652px;
    background: url(col3-bd-bg.png) no-repeat center top;
    padding: 50px;
    box-sizing: border-box;

}

.col3 .news-item {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
}

.col3 .news-item .text {
    width: calc(50% - 25px);
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ff0000;
}

.col3 .news-item .text h3 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.col3 .news-item .text h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 25px;
    background: url(icon-1.png) no-repeat center;

}

.col3 .news-item .text h3 a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4;
}

.col3 .news-item .text h3 a:hover {
    color: #c82530;
}

.col3 .news-item .text p {
    margin: 0;
    padding-left: 25px;
    line-height: 1.6;
}

.col3 a.btn_more{
    margin-top: 80px;
}

a.btn_more {
    position: relative;
    float: right;
    width: 110px;
    height: 28px;
    font: italic 16px/28px "Microsoft Yahei";
    text-indent: 22px;
    color: #fff;
    background-color: #d31b1f;
    border-radius: 4px;
}

