@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
}

.banner {
    position: relative;
    width: 100%;
    height: 1091px;
    background: url(banner.png) no-repeat center top;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 1091px;
}

.bg {
    background: url(bg.png) no-repeat center top;
    padding-bottom: 150px;
    overflow: hidden;
}

.col {
    position: relative;
    width: 1620px;
    margin: 0 auto;
}

.col .bd {
    overflow: hidden;
}

.col .hd,
.col .hd img {
    display: block;
    margin: 0 auto;
}

.layout {
    width: 1620px;
    margin: 0 auto;
}

.nav {
    width: 1620px;
    height: 81px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    background: linear-gradient(to bottom, #de1d05, #ed7b43);
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.nav li {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.nav li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #e6634b, #e13625);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

.nav li:hover::after {
    opacity: 1;
}


.col1link::before {
    background: url(hd1.png) no-repeat center center;
}

.col2link::before {
    background: url(hd2.png) no-repeat center center;
}

.col3link::before {
    background: url(hd3.png) no-repeat center center;
}

.col4link::before {
    background: url(hd4.png) no-repeat center center;
}

.col5link::before {
    background: url(hd5.png) no-repeat center center;
}

.col1.col1{
    margin-top: 0px;
}

.col1 .bd {
    overflow: hidden;
    /* background: linear-gradient(to bottom, #fffcf6, #fff9ea); */
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 50px;
    border: 7px solid #f49a61;
    border-radius: 15px;
    margin-top: 43px;
}

.top-tit h2 {
    font: bold 36px/40px "Microsoft YaHei";
    text-align: center;
}

.top-tit a {
    color: #b42812;
}

.top-tit p {
    margin-top: 30px;
    font: 20px/24px "Microsoft YaHei";
    text-align: center;
    color: #575757;
}


.col1-swiperwrap {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 50px;
}

.col1-swiper {
    position: relative;
    width: 748px;
    height: 419px;
}

.col1-swiper .swiper-slide {
    width: 748px;
    height: 419px;
}

.col1-swiper .swiper-slide img {
    width: 748px;
    height: 419px;
}

.col1-swiper .swiper-notification {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
}

.col1-swiper-prev,
.col1-swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 28px;
    background-image: url(arrows.png);
    cursor: pointer;
    outline: none;
    z-index: 3;
    font-size: 0;
}

.col1-swiper-prev {
    left: 10px;
    background-position: 0 0
}

.col1-swiper-next {
    right: 10px;
    background-position: 30px 0;
}

.col1-swiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    font-size: 20px;
    line-height: 48px;
    text-indent: 10px;
    color: #fff;
    text-align: center;
}

.col1-swiper a {
    color: #fff;
}

.col1 .swiper-pagination {
    position: absolute;
    width: 50px;
    bottom: 0px;
    left: inherit;
    right: 10px;
    font: 20px/48px "Microsoft Yahei";
    color: #fff;
}

.swiper-pagination-current {
    font-size: 26px;
    font-weight: bold;
    color: #ffdfa7;
}

.col1 .newslist {
    width: 675px;
    float: right;
    margin-top: 50px;
}


.col1 .newslist li {
    min-height: 84px;
    list-style: none;
    position: relative;
    padding-left: 46px;
    overflow: hidden;
    font: 20px/40px "Microsoft YaHei";
    display: flex;
    align-items: center;
}

/* 红色圆形前缀 */
.col1 .newslist li::before {
    content: '';
    position: absolute;
    left:26px;
    top: 44px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ca3e29;
}

.col1 .newslist li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ddc29b;
}

.col1 .newslist li:last-child::after {
    display: none;
}


.col1 .newslist li a {
    display: block;
    color: #333;
}

.col1 .newslist li a:hover {
    color: #f00;
}

a.more {
    display: block;
    background-image: -moz-linear-gradient(90deg, rgb(220, 0, 0) 0%, rgb(229, 104, 84) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(220, 0, 0) 0%, rgb(229, 104, 84) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(220, 0, 0) 0%, rgb(229, 104, 84) 100%);
    width: 261px;
    height: 52px;
    font: 18px/52px "Microsoft YaHei";
    text-align: center;
    border-radius: 30px;
    color: #fff;
    margin: 60px auto 0;
}

.col {
    overflow: hidden;
    margin: 80px auto 0;
}

.col2,
.col2 .bd {
    overflow: visible;
}

#slide {
    margin: 0 auto 100px;
    width: 608px;
    height: 366px;
    position: relative;
}

#slide li {
    position: absolute;
    width: 608px;
    height: 366px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 30px 0 30px 0;
    border: 7px solid #e9ad80;
}

#slide li {
    display: block;
    width: 100%;
    height: 100%;
}

#slide li img {
    width: 100%;
    height: 100%;
}

#slide li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 0;
    font: 22px/36px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.arrow .prev,
.arrow .next {
    position: absolute;
    top: 172px;
    width: 53px;
    height: 53px;
    background-image: url(arrows2.png);
    z-index: 10;
    cursor: pointer;
}

.arrow .prev {
    left: -506px;
    background-position: 0 0;
}

.arrow .next {
    right: -505px;
    background-position: -53px 0;
}

.col2 .hd {
    width: 1184px;
    height: 169px;
    background: url(col2-hd.png) no-repeat center top;
}

.col .bd {
    margin-top: 40px;
}

.col2 .active-slide {
    position: relative;
}

.col2 .active-slide::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin: -56px 0 0 -56px;
    width: 113px;
    height: 113px;
    background: url(el1.png) no-repeat center top;
}

.col2-swiperwrap {
    overflow: hidden;
}

.col2 .newslist {
    width: 1600px;
    height: 192px;
    /* background: url(col2-1.png) no-repeat center top; */
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.col2 .newslist li {
    flex: 0 0 calc(48% - 10px);
    position: relative;
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    font: 20px/30px "Microsoft YaHei";
    text-indent: 1em;
}

.col2 .newslist a {
    color: #333;
}

.col2 .newslist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(li2.png) no-repeat center top;
}

.col2 .newslist li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
}

.col2 .newslist li a:hover {
    color: #e13625;
}

.col-layout {
    overflow: hidden;
}

.col3 {
    float: left;
    width: 760px;
}

.col3 .hd {
    width: 760px;
    height: 135px;
    background: url(col3-hd.png) no-repeat center top;
}

.col3 .newslist {
    width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.col3 .newslist li {
    list-style: none;
    height: 93px;
    position: relative;
    padding-left: 24px;
    line-height: 93px;
    overflow: hidden;
    font: 20px/93px "Microsoft YaHei";
    padding: 0 20px;
    box-sizing: border-box;
    text-indent: 20px;
}

/* 红色圆形前缀 */
.col3 .newslist li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ca3e29;
}

.col3 .newslist li:last-child::after {
    display: none;
}

.col3 .newslist li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
}

.col3 .newslist li a:hover {
    color: #f00;
}

.col3 .newslist li:nth-child(odd) {
    background-image: linear-gradient(to right, #fde9d2, #fffdf6);
}

.col3 .newslist li:nth-child(even) {
    background-image: linear-gradient(to right, #ffcdc1, #fff2d1);
}

.col4 {
    float: right;
    width: 760px;
}

.col4 .hd {
    width: 760px;
    height: 135px;
    background: url(col4-hd.png) no-repeat center top;
}


.col4 .newsitem {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 33px;
    position: relative;
    border-radius: 12px;
    background-color: rgb(255, 254, 247);
    width: 760px;
    height: 165px;
    box-sizing: border-box;
    border: 3px solid #dc1313;

}

.col4 .newsitem::before,
.col4 .newsitem::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
}

.col4 .newsitem h3 {
    margin: 0 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: bold 26px/30px "Microsoft YaHei";
}

.col4 .newsitem h3 a {
    text-decoration: none;
    color: #333;
}

.col4 .newsitem p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font: 20px/30px "Microsoft YaHei";
}

.col5 {

    overflow: visible;
}

.col5 .bd {
    position: relative;
    overflow: visible;
    margin-top: 80px;
}

.col5 .hd {
    width: 1184px;
    height: 169px;
    background: url(col5-hd.png) no-repeat center top;
}

.col5 .block {
    position: relative;
    width: 810px;
    height: 598px;
    box-sizing: border-box;
    padding: 20px 25px;
    background-color: #fff7ea;

}


.block1 {
    border-radius: 10px 0 0 10px;

}

.block1::before {
    content: "";
    position: absolute;
    height: 558px;
    width: 1px;
    right: 0;
    border-right: 1px #dc1313 solid;
}

.block2 {
    border-radius: 0 10px 10px 0;
}

.block1 .zhd {
    position: absolute;
    top: -49px;
    left: 0;
    width: 233px;
    height: 49px;
    background: url(col5-zhd1.png) no-repeat center top;
}

.block2 .zhd {
    position: absolute;
    top: -49px;
    left: 0;
    width: 233px;
    height: 49px;
    background: url(col5-zhd2.png) no-repeat center top;
}

.block1 .zbd {
    width: 692px;
    margin: 0 auto;
}

.top-box {
    display: flex;
    justify-content: space-between;
    width: 692px;
    height: 250px;
    padding:0 30px;
    box-sizing: border-box;
    background-color: #ffe7dd;
    border-radius: 20px;
    gap: 41px;
    margin-top: 38px;
}

.top-box .img-item {
    width: 289px;
    margin-top: -35px;
}

.top-box .img-item img {
    width: 289px;
    height: 171px;
    border: 2px solid #ffb48a;
    box-sizing: border-box;
}

.top-box .img-item p {
    margin: 0;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font: 18px/30px "Microsoft YaHei";
}

.block1 .newslist {
    position: relative;
    width: 654px;
    float: right;
    margin-top: 30px;
}


.block1 .newslist li {
    list-style: none;
    height: 60px;
    position: relative;
    padding-left: 20px;
    line-height: 60px;
    overflow: hidden;
    font: 20px/60px "Microsoft YaHei";
}

.block1 .newslist::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 9px;
    height: 228px;
    background: linear-gradient(to bottom, #f38961, #e02f14);

}

.block1 .newslist li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5cf93;
}

.block1 .newslist li:last-child::after {
    display: none;
}


.block1 .newslist li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
}

.block1 .newslist li a:hover {
    color: #f00;
}

.col5 .more {
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -130px;
}

.xjjt_tem_wrap {
    width: 687px;
}

.xjjt_tem {
    margin-bottom: 15px;
}

.xjjt_tem_wrap .xjjt_tem:last-child {
    margin-bottom: 0
}

.xjjt_tem h3 {
    height: 64px;
    padding: 0 20px;
    font: 20px/64px "Microsoft Yahei";
    color: #df1d17;
    background-image: -moz-linear-gradient(0deg, rgba(255, 229, 206, 0.99608) 0%, rgb(252, 195, 163) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 229, 206, 0.99608) 0%, rgb(252, 195, 163) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 229, 206, 0.99608) 0%, rgb(252, 195, 163) 100%);
    border-radius: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xjjt_tem h3 a {
    color: #462823
}

.xjjt_tem_bot {
    display: none;
    margin-top: 20px;
    padding: 0 20px;
}

.xjjt_tem_bot img {
    float: left;
    width: 180px;
    height: 104px;
}

.xjjt_tem_bot p {

    width: 100%;
    font: 16px/26px "Microsoft Yahei";
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}

.xjjt_tem.active h3 {
    background-image: -moz-linear-gradient(0deg, rgb(224, 42, 17) 0%, rgb(244, 143, 102) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 42, 17) 0%, rgb(244, 143, 102) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 42, 17) 0%, rgb(244, 143, 102) 100%);
    color: #fff;
    text-indent: 1em;
}

.xjjt_tem.active h3 a {
    color: #fff;
}

.xjjt_tem.active .xjjt_tem_bot {
    display: block;
}

.xjjt_tem.active h3 {
    position: relative;
}

.xjjt_tem.active h3 a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    width: 23px;
    height: 23px;
    background: url(li3.png) no-repeat center top;
}

.col5 .block2 {
    padding: 40px;
}

.ztfooter {
    background-color: #ffede1;
    width: 100%;
    height: 123px;
    font: 21px/123px "Microsoft Yahei";
    text-align: center;
    color: #333;
}

.boxMo {
    min-width: 1200px;
}

.boxMo {
    min-width: 1600px !important;
}

@media (max-width: 1200px) {
    .banner {
        background-size: 100%;
        height: 738px;
    }
}