@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

.biaoti:hover {
    color: #97323a;
}

.top {
    width: 100%;
    height: 164px;
    min-width: 1460px;
    overflow: hidden;
    background: #97323a url("../images/topbg.png") right 3px no-repeat;
    background-size: 1025px 388px;
    border-bottom: 1px solid #7a1f27;
}

.topbg {
    position: relative;
    width: 1460px;
    margin: 0 auto;
    height: 164px;
    padding: 0 10px;
    line-height: 164px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img1 {
    width: 924px;
    height: 91px;
}
.search {
    width: 308px;
    height: 34px;
    position: relative;
    border: 1px solid #e9d6b4;
    line-height: 32px;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    background: white;
}

.search .search-box {
    width: 254px;
    height: 32px;
    border: none;
    text-indent: 16px;
    outline: none;
    background: none;
    color: black;
}
.search .search-box::placeholder{
    color: #000;
}
.search-icon {
    width: 46px;
    height: 34px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}

.menu_box {
    width: 100%;
    height: 60px;
    line-height: 60px;
    min-width: 1460px;
    background: #932c35;
}

.menu {
    width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.menu .lm {
    position: relative;
    text-align: center;
}

.menu .menu-link {
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 17px;
    position: relative;
    color: white;
    transition: all 0.4s ease-in-out;
}
.menu .menu-link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 100;
    background: #932c35;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    overflow: hidden;
    min-width: 140px;
}
.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 17px;
    font-size: 15px;
    background: none;
    text-align: center;
}
.lm:hover>.sub-menu {transform: translateX(-50%);opacity: .8;}
.menu-link:hover:after{transform: scale(1);}
.sub-item a:hover{color: #333;background-color: #fff;display:block}
.lunbo {
    width: 100%;
    height: 568px;
    min-width: 1460px;
    position: relative;
}

.lunbo img {
    width: 100%;
    height: 568px !important;
    min-width: 1460px !important;
}
.lunbo_nei {
    width: 100%;
    height: 568px;
    min-width: 1460px;
    position: relative;
}

.lunbo .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #9c0003;
    margin: 0 6px;
    cursor: pointer;
}

.banner{
    width: 100%;
    min-width: 1460px;
    padding: 40px 0 60px;
    background: #fbf9f9 url("../images/banner1.png") 0 281px no-repeat;
    background-size: 1920px 484px;

}
.banner1{
    width: 100%;
    min-width: 1460px;
    padding: 40px 0 60px;
    background: #fbf9f9 ;
}

.banner2{
    width: 100%;
    min-width: 1460px;
    padding: 40px 0 240px;
    background: #f3f1f1 url("../images/banner2.png") bottom no-repeat;
    background-size: 1920px 838px;
}

.box{
    padding: 0 10px;
    width: 1460px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.box1{
    margin: 20px auto 60px;
}
.pic-title{
    height: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-size: 30px;
    color: #b1a8a9;
}
.pic-tit{
    cursor: pointer;

    font-size: 30px;
    line-height: 59px;
    font-weight: 600;
    color: #b1a8a9;
}
.tit-active{
    height: 59px;
    background: url("../images/tit.png") no-repeat;
    background-size: 60px 59px;
    text-indent: 36px;
    position: relative;
    color: #333333;
}
.tit-active span{
    display: inline-block;
    color: #97323a;
    text-indent: 0;
}
.tit-active:after{
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #c99599;
    border-radius: 50%;
    left: 45px;
    bottom: 3px;
}
.more{
    color: #97323a;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    margin-bottom: 5px;
    margin-left: auto;
}

.tpxw{
    width: 716px;
}
.tpxw-lunbo{
    position: relative;
}
.tpxw-info{
    width: 100%;
    height: 440px;
}
.news_imgs {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 440px;
}
.news_imgs img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    transition: all 0.4s ease-in-out;
}
.tpxw-info:hover .news_imgs img {
    transform: scale(1.1);
}
.news_wz {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #0000006b, transparent);
}
.news_wz .news_con {
    padding: 14px 0 0;
}

.news_time {
    width: 112px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    background: #97323a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 25px;
}
.news_title {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    padding: 16px 0 16px 25px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.5));
}

.tpxw-lunbo-page{
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 9;
}
.tpxw-lunbo-page > .swiper-pagination1 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}

.tpxw-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet {
    background: #979898;
    opacity: 1 !important;
    width: 15px;
    height: 15px;
}

.tpxw-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1 !important;
    color: white !important;
    width: 21px;
    height: 21px;
}

.xwdt{
    width: 660px;

}
.xwdt-box{
    width: 660px;
    height: 440px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.2);
    background: #ffffff;
    padding: 18px 0;
}


.xwdt-box a{
    width: 621px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin: 0 auto;
    border-bottom: 1px solid #dedfe0;
}

.xwdt-tit{
    color: #333333;
}
.xwdt-time{
    color: #97323a;
}

.tzgg{
    width: 902px;

}

.tzgg-box{
    padding-left: 15px;
    margin-top: -18px;
}


.tzgg-box a{
    width: 100%;
    height: 94px;
    border-bottom: 1px dashed #f4f3f3;
    display: flex;
    align-items: center;
}

.tzgg-box a:last-child {
    margin-bottom: 0;
}

.tzgg-time {
    width: 40px;
    height: 57px;
    background: url("../images/list.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 5px;
    text-align: center;
    color: white;
}

.tzgg-time1 {
    font-size: 18px;
    font-weight: 600;
}

.tzgg-time2 {
    margin-top: 2px;
    font-size: 12px;
}
.tzgg-right{
    margin-left: 12px;
}
.tzgg-tit {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #000000;
}

.tzgg-info{
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #757474;
    display: flex;
}



.img-list{
    width: 504px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: fit-content;
    margin-top: 24px;
}
.img-list a{
    width: 243px;
    height: 193px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-list a img{
    height: 60px;
}
.img-list a div{
    margin-top: 18px;
    color: #fff;
    font-size: 24px;
}
.img-list a:nth-child(1){
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: linear-gradient(to bottom,#f93b3d,#e02a2d);
}
.img-list a:nth-child(2){
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(to bottom,#f55494,#eb2976);
}
.img-list a:nth-child(3){
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(to bottom,#feaf27,#e18f01);
}
.img-list a:nth-child(4){
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: linear-gradient(to bottom,#ee6439,#f9501b);
}

.img-list a:nth-child(n+3){
    margin-top: 20px;
}

.cytd{
    width: 100%;
}
.cytd-box{
    width: 100%;
}
.cytd-info{
    width: 330px;
    height: 288px;
    border-bottom: 2px solid #97323a;
    position: relative;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.2);

}
.cytd-top{
    width: 100%;
    height: 228px;
    overflow: hidden;

}
.cytd-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.cytd-info:hover .cytd-top img {
    transform: scale(1.1);
}

.cytd-bottom{
    width: 100%;
    height: 61px;
    background: #ffffff;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    color: #2d2c2c;
}

.cyds{
    width: 100%;
}


.cyds-info{
    width: 256px;
    height: 334px;
    position: relative;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.2);

}
.cyds-top{
    width: 100%;
    height: 334px;
    overflow: hidden;

}
.cyds-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.cyds-info:hover .cyds-top img {
    transform: scale(1.1);
}

.cyds-bottom{
    width: 100%;
    height: 51px;
    background: #97323a;
    line-height: 51px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fffefe;
}
.xy{
    width: 100%;
}
.xy-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xy-left{
    width: 631px;
    height: 494px;
}


.xyfw-lunbo{
    position: relative;
}
.xyfc-lunbo{
    position: relative;
}
.xy-info{
    width: 100%;
    height: 494px;
}
.xy_imgs {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 494px;
}
.xy_imgs img{
    object-fit: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    transition: all 0.4s ease-in-out;
}
.xy-info:hover .xy_imgs img {
    transform: scale(1.1);
}
.xy_wz {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #0000006b, transparent);
}
.xy_wz .xy_con {
    padding: 14px 0 0;
}

.xy_title {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    padding: 16px 0 16px 25px;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.xy-lunbo-page{
    position: absolute;
    bottom: 24px;
    right: 25px;
    z-index: 9;
}
.xy-lunbo-page > .swiper-pagination2 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}

.xy-lunbo-page > .swiper-pagination2 > .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    border-radius: 0;
}

.xy-lunbo-page > .swiper-pagination2 > .swiper-pagination-bullet-active {
    background: #97323a;
    opacity: 1 !important;
}

.xy-right{
    width: 782px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xy-right a{
    width: 380px;
    height: 238px;
    position: relative;
}
.xy-right a:nth-child(n+3){
    margin-top: 18px;
}
.xy-list-img {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 238px;
}
.xy-list-img img{
    object-fit: cover;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    transition: all 0.4s ease-in-out;
}
.xy-list-img:hover img {
    transform: scale(1.1);
}

.xy-list-tit{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    height: 48px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
}


.bottom{
    width: 100%;
    min-width: 1460px;
    padding: 28px 0;
    background: #97323a;
}
.bottom-box{
    width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-right{
    font-size: 16px;
    color: #fffefe;
    text-align: right;
    line-height: 36px;
}



.main {
    width: 1360px;
    margin: 10px auto 20px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.all_left {
    width: 20%;
    float: left;
    margin-top: 28px;
}

.all_right {
    width: 78%;
    float: right;
    margin-top: 20px;
    background: #fff;
}

/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background:#932c35;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 250px;
    background: #932c35;
    background-size: 100%;
}
.left_list ul li {
    height:51px;
    line-height:51px;
    text-indent: 60px;
    font-size:16px;
    color:#fff;

}

.left_list UL li a {
    height:51px;
    font-size:16px;
    color:#fff;
    display:block;
    background: url("../images/nyicon03.png") no-repeat 37px 22px rgba(185,39,31,0.2);
    border-bottom: 1px solid #b9433a;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px rgba(185,39,31,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #b9433a;
}

/*内页右侧*/
.right_tit {
    width: 100%;
    float: left;
    line-height: 60px;
    border-bottom: 1px solid #000;
}

.right_tit h2 {
    float: left;
    padding-left: 30px;
    width: 200px;
    font-size: 16px;
}

.right_tit span {
    padding-right: 20px;
    font-size: 14px;
    float: right
}

.right_tit a {
    color: #000;
}

.right_all {
    width: 100%;
    min-height: 500px;
    padding: 30px 20px;
    float: left;
}


/*关于我们*/
.right_all .content {
    width: 100%;
    line-height: 35px;
}

/*新闻*/
.newslist {
    width: 100%;
}

.newslist ul li {
    width: 100%;
    float: left;
    border-bottom: 1px #dadada dashed;
    line-height: 40px;
}

.newslist ul li span {
    width: 100px;
    float: right;
    text-align: right
}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    width: 100%
}

.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}

.newssubtitle span {
    width: 100%
}

.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}

ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;

    text-indent: 1rem;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 16px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 15px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}

.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.newslist1 {
    width: 98%;
    margin: 0 auto;
}
