.swiper-slide img:hover {
    transform: scale(1.1);
}

a:hover {
    color: #901204;
    transition: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    position: relative;
}

.mySwiper .swiper-button-prev {
    left: 5%;
    width: 37px;
    height: 69px;
    background: url(../images/prev.png) no-repeat;
}

.mySwiper .swiper-button-next {
    right: 5%;
    width: 37px;
    height: 69px;
    background: url(../images/next.png) no-repeat;
}

.banner .swiper-pagination {
    width: auto;
    color: rgba(255, 255, 255, .6);
    font-size: 19px;
    top: 58%;
    left: 80px;
    bottom: auto;
    transform: translateY(-50%);
}

.banner .swiper-pagination-current {
    color: #fff;
}

.banner .swiper-pagination::after,
.banner .swiper-pagination::before {
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    top: 50%;
    transform: translateY(-50%);
}

.banner .swiper-pagination::before {
    position: absolute;
    left: -80px;
}

.banner .swiper-pagination::after {
    position: absolute;
    right: -80px;
}

.banner-search {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}

.banner-search .w {
    position: relative;
    height: 100%;
}

.search2 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71%;
    left: 220px;
    bottom: -17px;
    padding: 15px 50px 15px 25px;
    height: 115px;
    background: url(../images/img1.png) no-repeat;
    background-size: 100% 100%;
    z-index: 50;
}

.search2 input {
    height: 90%;
    width: 100%;
    padding-left: 20px;
    font-size: 19px;
    color: #919192;
}

.search2 button {
    width: 95px;
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    padding: 12px 15px 12px 45px;
    background: url(../images/search2.png) no-repeat 15px center #901204;
}

.main1 {
    margin-top: 50px;
}

.titbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titbox h1 {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: "SourceHanSerifSC";
    color: rgb(29, 36, 48);
    font-weight: normal;
}

.titbox .more {
    display: block;
    padding-left: 15px;
    font-size: 17px;
    font-family: "Alibaba";
    color: #afafaf;
    background: url(../images/more.png) no-repeat left center;
}
.titbox .more:hover {
    color: #901204;
}
.titbox i {
    display: block;
    margin-right: 15px;
    width: 45px;
    height: 36px;
    background: url(../images/titbg1.png) no-repeat left center;
}

.xwbox {
    margin-top: 20px;
}

.xw-lb {
    width: 59.3%;
}

.xw-list {
    width: 37.8%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 83%;
    top: auto;
    bottom: 8px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d38650;
}

.swiper-pagination-progressbar {
    background: #eeeeef;
}

.fyq {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 0px;
}

.fyq .prev2,
.fyq .next2 {
    position: relative;
    width: 8px;
    height: 15px;
    top: 0;
    margin-top: 0;
}

.fyq .prev2 {
    margin-right: 17px;
    left: 0;
    background: url(../images/prev2.png) no-repeat;
}

.fyq .next2 {
    margin-left: 17px;
    right: 0;
    background: url(../images/next2.png) no-repeat;
}

.swiper-num {
    font-size: 19px;
    color: #cccccd;
}

.swiper-num .active2 {
    color: #333;
    margin-right: 5px;
}

.swiper-num .total {
    color: #901204;
}

.mySwiper2 .imgbox {
    height: 280px;
    overflow: hidden;
}

.mySwiper2 .imgbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mySwiper2 .textbox {
    padding: 24px 0;
    margin-bottom: 30px;
}

.mySwiper2 .textbox p {
    max-height: 46px;
    font-size: 18px;
    margin-bottom: 23px;
}

.mySwiper2 .textbox span {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-family: "Arial";
    background: url(../images/date2.png) no-repeat left center;
    transition: all 0.5s ease 0s;
}

.mySwiper2 .swiper-slide:hover .textbox {
    color: #a11c29;
}

.mySwiper2 .swiper-slide:hover .textbox>span {
    background: url(../images/date.png) no-repeat left center;
}

.xw-list li {
    margin-bottom: 29px;
}

.xw-list li:last-child {
    margin-bottom: 0;
}

.xw-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xw-list li p {
    font-size: 18px;
}

.xw-list li span {
    font-size: 15px;
    font-family: "Arial";
    color: rgb(147, 121, 97);
    white-space: nowrap;
}

.main2 {
    padding: 60px 0;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
}

.tz-tit i {
    display: block;
    margin-right: 10px;
    width: 45px;
    height: 36px;
    background: url(../images/titbg2.png) no-repeat left center;
}

.tz-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: stretch;
}

.tz-list li {
    margin-bottom: 30px;
    width: 48.5%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    background: #FFF;
    position: relative;
    box-shadow: 0px 0px 25px 0px #f5f2f2;
}
.tz-list li:before,.tz-list li:after{content:'';display:block;position:absolute;bottom:0;left:0;background: #937961;width: 100px;height: 7px;transition: 0s;}
.tz-list li:hover:before{ background: linear-gradient(245deg, #ab2f2f00 30px, #901204 0);}
.tz-list li:hover:after{background: #901204;}
.tz-list li:before{
    background: linear-gradient(245deg, #ab2f2f00 30px, #937961 0);
    background-clip: content-box;
}
.tz-list li:after{
    width: 100%;
    height: 3px;
}
.tz-list li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 20px 70px 30px 30px;
}

.tz-list li:hover {
}

.tz-list li span {
    padding-left: 23px;
    color: #a3a3a3;
    display: block;
    margin-bottom: 12px;
    font-size: 17px;
    font-family: "Roboto";
    background: url(../images/date4.png) no-repeat left center;
    transition: all 0.5s ease 0s;
}

.tz-list li p {
    font-size: 18px;
    max-height: 50px;
    line-height: 28px;
}

.tz-list li:hover {
    box-shadow: 0px 0px 25px 0px #e5dad8;
}

.tz-list li:hover span {
    color: #333;
    background: url(../images/date3.png) no-repeat left center;
}
.tz-list li a:after{content:'';display:block;width:91px;height:52px;position:absolute;background: url(../images/sddw.png) no-repeat right center;top: 55%;right: 2%;transform: translateY(-50%);opacity:0;transition: .8s;}
.tz-list li:hover a:after{opacity:1}
.tz-list li:hover a {
    position: relative;
}
.tz-list li:hover a {
    opacity:1
}
.main3 {
    position: relative;
    padding: 67px 0 40px;
    background: url(../images/main3_02.jpg) no-repeat;
    background-size: 102% 100%;
    background-position: -15px;
}

.ky-tit i {
    background: url(../images/tit2.png) no-repeat;
}

.ky-tit h1 {
    color: #e9cbac;
    margin-left: 300px;
}

.ky-tit .more {
    color: #c3a07c;
    background: url(../images/more2.png) no-repeat left center;
}
.ky-tit .more:hover {
    color: #FFF;
}
.ky-lb1 {
    margin-top: 50px;
    position: relative;
}
.ky-lb1::before{
    content:'';
    display:block;
    width:85px;
height:85px;
background: #e1a544;
position:absolute;
top: -40px;
    left: -40px;
}
.mySwiper3 .swiper-wrapper {
    margin-bottom: 50px;
}

.mySwiper3 .imgbox {
    width: 48.5%;
    height: 460px;
    margin-right: 75px;
    overflow: hidden;
}

.mySwiper3 .swiper-slide a{
    display: flex;
    width:100%;
}

.mySwiper3 .textbox {
    width: 45.7%;
    background: #811004;
}

.mySwiper3 .textbox h1 {
    margin-bottom: 20px;
    font-size: 22px;
    max-height: 75px;
    color: rgb(214, 178, 138);
    line-height: 1.7;
    font-weight: normal;
}

.mySwiper3 .textbox p {
    max-height: 84px;
    font-size: 16px;
    color: rgba(243, 192, 168, 0.6);
    line-height: 1.75;
}

.fyq2 {
    width: 24.6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fyq2 .prev3,
.fyq2 .next3 {
    position: relative;
    width: 61px;
    height: 23px;
    top: 0;
    margin-top: 0;
}

.fyq2 .prev3 {
    background: url(../images/prev3.png) no-repeat;
    background-size: 100%;
}

.fyq2 .next3 {
    background: url(../images/next3.png) no-repeat;
    background-size: 100%;
}

.swiper-num2 {
    position: relative;
    width: 65px;
    height: 68px;
}

.swiper-num2 .active3 {
    font-size: 40px;
    font-family: "Arial";
    color: rgb(178, 135, 86);
    position: absolute;
    left: -22px;
    top: 0;
}

.swiper-num2 .total2 {
    font-size: 26px;
    font-family: "Arial";
    color: rgb(37, 33, 43);
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-num2::after {
    content: '';
    display: block;
    width: 40px;
    height: 44px;
    background: url(../images/line.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ky-lb2 {
    width: 49.1%;
    position: absolute;
    bottom: 10%;
    right: 0;
}

.mySwiper4 .swiper-slide a {
    position: relative;
}

.mySwiper4 .swiper-slide a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.mySwiper4 .imgbox {
    height: 220px;
    overflow: hidden;
}

.mySwiper4 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper4 .textbox {
    padding: 0 18px;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: rgb(255, 255, 255);
    opacity: 0.9;
    height: 45px;
    line-height: 1.5;
    z-index: 100;
}

.main4 {
    padding: 60px 0 80px;
}

.dtgz {
    width: 48.5%;
}

.dt-tit i {
    display: block;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    background: url(../images/titbg3.png) no-repeat left center;
}

.zspx {
    width: 48.5%;
}

.zs-tit i {
    display: block;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    background: url(../images/titbg4.png) no-repeat left center;
}

.dt-list,
.zs-list {
    margin-top: 25px;
}
.listbox li{
    margin-bottom: 25px;
}
.listbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listbox li p {
    padding-left: 15px;
    font-size: 17px;
    background: url(../images/yd_03.jpg) no-repeat left center;
}

.listbox li span {
    white-space: nowrap;
    color: #b5b5b5;
    font-size: 15px;
    font-family: "Arial";
}
.listbox li a h1 span {
    
color:#d90000;
    
font-size: revert;
    
font-family: auto;
}

.listbox li:last-child{
    margin-bottom: 0;
}