@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}

.banner .slick-prev,
.banner .slick-next {
    width: 39px;
    height: 67px;
    opacity: 0.75;
    z-index: 9;
    display: none;
}

.banner .slick-prev {
    background: url() no-repeat;
    left: 0px;

}

.banner .slick-next {
    background: url() no-repeat;
    right: -1px;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    /* margin: 0 12px; */
}

.banner .slick-dots li button {
    font-size: 0px;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner .slick-dots .slick-active {
    border: solid 1px #ba1815;
    background-color: #ba1815;
}

.index {
    margin-top: 44px;
}

.tit {
    text-align: center;
    position: relative;
margin-top: 120px;
margin-bottom: 80px;
}

.tit>h2 {
    position: absolute;
    font-size: 40px;
    letter-spacing: 2px;
    color: #333333;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-family: 楷体;
    display: flex;
    align-items: center;
font-weight: bold;
}
.tit>h2::before {
	content: "";
	display: block;
	width: 91px;
	height: 45px;
	background: url(../images/yun_left.png) no-repeat;
	background-size: 100% auto;
	margin-right: 15px;
}

.tit>h2::after {
	content: "";
	display: block;
	width: 91px;
	height: 40px;
	background: url(../images/yun_right.png) no-repeat;
	background-size: 100% auto;
	margin-left: 15px;
}

.tit>p {
    font-size: 60px;
    line-height: 45px;
    letter-spacing: 3px;
    color: #c7c7c7;
    opacity: 0.2;
}

.tit-more {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    top: 28px;
}

.tit-more:hover {
    color: #ba1815;
}

.news-c {
    margin-top: 46px;
}

.news-l {
    width: 690px;
    float: left;
    margin-right: 3.4%;
}

.n-txt {
    width: 92%;
    height: 25%;
    background-color: #ffffff;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    padding: 27px 45px 24px 26px;

  

}

.n-banner ul li a {
    display: block;
    position: relative;
    padding-top: 80%;


}

.n-txt p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.n-txt p:hover {
    color: #ba1815;
}

.n-txt span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
    right: 36px;
    bottom: 24px;
    position: absolute;
}

.n-banner .slick-dots {
    bottom: 24px;
    left: 22px;
    display: inline-block;
    text-align: left;
}

.n-banner .slick-dots li {
    width: 12px;
    height: 12px;
    border: solid 1px #999999;
    border-radius: 50%;
    margin: 0 7px;
}

.n-banner .slick-dots .slick-active {

    background-color: #ba1815;
    border: solid 1px #ba1815;
}

.n-banner {
    position: relative;
}

.n-more {
    position: absolute;
    right: 15px;
    bottom: 27px;
    width: 14px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
}

.n-more:hover {
    color: #ba1815;
}

.n-pic {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 79%;
    position: absolute;
}

.n-pic img {
    width: 100%;
    height: 100%;
    transition: all 1s;   
}

.n-pic img:hover {
    transform: scale(1.05);
}

.news-r {
    overflow: hidden;
}

.news-r ul li {
    /* height: 96px; */
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-bottom: 16px;
}

.news-r ul li:last-child {
    border: none;
}

.news-r ul li span {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ba1815;
}

.news-r h3 {
    width: 72%;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;font-family: "黑体";
}

.news-r h3:hover {
    color: #ba1815;
    font-weight: 600;
}

.news-r p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 1px;
    color: #999999;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.notice-box {
    padding-top: 6px;
}

.notice-c {
    margin-top: 93px;

}

.notice-c ul li a {
    display: block;
}

.notice-c ul li {
    float: left;
    width: 15.8%;
    margin-right: 1%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 1px 15px 0px rgba(175, 175, 175, 0.73);
    border-radius: 4px;

}

.notice-c ul li::after {
    content: '';
    width: 174px;
    height: 60px;
    background: url(../images/notice-bj3.png) no-repeat;
    background-position: 0 -6px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;

}

.notice-c ul li:hover {
    background-image: linear-gradient(0deg,
            #ba1815 1%,
            #d23431 100%),
        linear-gradient(#ba1815,
            #ba1815);
    background-blend-mode: normal,
        normal;
    border-radius: 4px;

}

.notice-c ul li:hover h3 {
    color: #fff;
}

.notice-c ul li:hover p {
    color: #f9cdcc;
}



.notice-c ul li:last-child {
    margin-right: 0;
}

.notice-txt {
    padding:15px;
}

.notice-txt h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    height: 60px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.notice-txt p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    height: 156px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-d {
    width: 100%;
    height: 200px;

    opacity:1;
    border-radius: 5%;
    padding: 12px;
}
.notice-d img{
width:100%;
object-fit:contain;
max-height:260px;
}

.notice-d h2 {
    font-size: 36px;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ba1815;
    text-align: center;
    margin-bottom: 12px;
}

.notice-d span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ba1815;

}

.notice-c ul li:hover .notice-d {
    opacity: 1;
}

.notice-c ul li:hover span {
    opacity: 1;
}

.back-off {
    padding-top: 160px;
    padding-bottom:10px;
    overflow:hidden;
}

.back-l {
    margin-right: 4%;
    width: 50%;
    float: left;
}

.back-c ul li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.back-c ul li {
    position: relative;

}

.back-c ul li span {
    margin-right: 6px;
}

.back-c ul li a {
    width: 80%;
}

.back-c ul li a:hover {
    color: #ba1815;
}

.back-c ul li b {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
}

.b-tit {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 60px;
    width: 190px;
    height: 60px;
    background-image: linear-gradient(0deg,
            #ba1815 1%,
            #d23431 100%),
        linear-gradient(#ba1815,
            #ba1815);
    background-blend-mode: normal,
        normal;
    border-radius: 4px 4px 4px 0px;
    font-size: 34px;
    letter-spacing: 2px;
    color: #ffffff;
    transform: translateY(-50%);
font-family: kaiti;
font-weight: bold;
}

.back-list {
    position: relative;
    margin-bottom: 70px;
    padding: 59px 42px 39px 35px;
    background-color: #fff;
}


.b-more {
    position: absolute;
    right: 43px;
    top: 23px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}

.b-more:hover {
    color: #ba1815;
}

.back-r {
    overflow: hidden;

}

.back-r>.tit {
    text-align: left;
margin-top:0px;
margin-bottom:80px;;

}

.back-r>.tit>h2 {
    left: 0;
    transform: translateX(0);
    font-size: 35px;
    letter-spacing: 2px;
    color: #ffffff;
font-weight: bold;
top:40px;
margin-bottom: 0px;
}
.back-r>.tit>h2::before {
	content: "";
	display:none;
}

.back-r>.tit>h2::after {
display: none;
}

.back-r>.tit>p {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 3px;
    color: #c7c7c7;
    opacity: 0.06;
}

.b-banner {
    margin-top: 30px;
    position: relative;
}
.b-banner ul li a{
    display: flex;
}
.b-pic {
    width: 320px;

    overflow: hidden;
}

.b-pic>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
min-height:440px;
object-fit:cover;
}

.b-pic>img:hover {
    transform: scale(1.05);
}

.b-txt {
 width: calc(100% - 321px);
    padding: 30px 48px 64px 36px;
    background-color: #fff;
}

.b-txt h3 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 16px;
    height: 80px;
   
font-family: 黑体;

overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.b-txt h3:hover{
    color: #ba1815;
}
.b-txt p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 40px;
    height:112px;
  

overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.b-txt span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #999999;
}

.b-banner .slick-dots {
    bottom: 72px;
    text-align: right;
    padding-right: 50px;
    
}

.b-banner .slick-dots li {
    width: 12px;
    height: 12px;
    border: solid 1px #b9b9b9;
    border-radius: 50%;
    margin: 0 10px;
}

.b-banner .slick-dots .slick-active {
    width: 12px;
    height: 12px;
    border: solid 1px #ba1815;
    background-color: #ba1815;
}

.notice-box {
    background: url(../images/houqin-bj.png) no-repeat;
    background-position: center 460px;
background-size: 100%;
}

.serve-box {
    padding-top: 24px;
}

.ser-l {
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(113, 68, 41, 0.1);
    border-radius: 4px;
    position: relative;
    padding-top: 30px;

   margin-bottom:20px;
}
.ser-l .tit {
    text-align: center;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}
.link2{ margin-bottom:40px; }
.link22{margin-top:30px; margin-bottom:40px; margin-right:40px; margin-left:40px; line-height:60px;    display: flex;
    flex-direction: row;
    justify-content: space-around;}
.link22 a{margin:0 15px;     padding: 10px 40px;
    border: 1px solid #ccc;
    border-radius: 12px;}

.ser-l::before {
    content: '';
    width: 260px;
    height: 50px;
    position: absolute;
    background: url(../images/c-nav.png) no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
display:none;
}

.ser-l ul li a {
    display: block;
}

.ser-l ul li {
    width: 21%;
    border: solid 1px #8a5439;
    text-align: center;
    float: left;
    margin: 0 6%;
    margin-top: 12px;
    padding: 15px;
border-radius:10px;
    
}

.ser-l ul li:hover {
    background-image: linear-gradient(0deg,
            #ba1815 1%,
            #d23431 100%),
        linear-gradient(#8a5439,
            #8a5439);
    background-blend-mode: normal,
        normal;
    border: 1px solid #ba1815;   
}

.ser-l ul li:hover p {
    color: #fff;
}
.ser-l ul li:hover h3 {
    color: #fff;
}

.ser-l ul li a h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #8a5439;
}

.ser-l ul li a p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #8a5439;
}


.ser-tit {
    width: 32%;
    position: absolute;
    left: 50%;
    top: -36px;
    background-image: linear-gradient(0deg,
            #f4d6c4 0%,
            #d88f62 99%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 10px 10px 0px 0px;
    padding: 22px 0;
    text-align: center;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #8a5439;
}

.ser-l{
    margin-right: 4%;
}
#ser-r{
    margin-right: 0;
}




@media screen and (max-width:1420px) {

}

@media screen and (max-width:1200px) {

.notice-txt h3{margin-bottom:0;}
.notice-c ul li {
    float: left;
    width: 32.5%;
margin-bottom:20px;
}
    .notice-c ul li:nth-child(3n) {
        margin-right: 0;
    }
.back-l {
    margin-right: 3%;
    width: 47%;
    float: left;
}
.b-pic {
    width: 220px;
    overflow: hidden;
}
.b-txt {
    width: calc(100% - 221px);
    padding: 20px 28px 24px 26px;
    background-color: #fff;
}
.b-pic>img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    min-height: 360px;
    object-fit: cover;
}
.back-list {
    position: relative;
    margin-bottom: 30px;
    padding: 49px 32px 29px 25px;
    background-color: #fff;
}
.tit {
    text-align: center;
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
}
.back-off{
padding-top:90px;
}
.notice-c{
margin-top:66px;
}
.ser-l .tit{margin-top:50px; margin-bottom:30px;}
.link22{     display: table-cell; }
.link22 a{width:29%; margin:0 2%;}
.serve-box{padding-top:0;}

}

@media screen and (max-width:1024px) {
    .news-l{
        float: none;
        width: auto;
        margin-bottom: 20px;
        margin: 0 12px;
    }
    .news-r{
        margin: 0 12px;
    }
    .n-pic>img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .n-banner ul li a{

        position: relative;
        padding-top: 79%;
    }

    .notice-c ul li{
        width: 45%;
    }
    .notice-c ul li{
        margin: 0 2.5% 40px;
    }
    .notice-c ul li:nth-child(even){
        margin-right: 0;
    }
  
    .back-l{
        margin-right: 0;
        width: 100%;
        float: none;
    }
    .b-pic{
        width: auto;
        padding-top: 118%;
        position: relative;
    }
    .b-pic>img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;   
    }
    .ser-l{
        float: none;
        width: auto;
    }
    .serve-box>.ser-l:first-child{
       margin-bottom: 60px;
       margin-right: 0;
      padding-bottom:10px;
    }

    .notice-box{
        padding-top: 0px;
    }

    .back-r>.tit>h2{
        color: #333;
       font-size:20px;
    }
    .back-r>.tit>p{
        opacity: 0.2;
        font-size:40px;
    }
    .back-list:last-child{
        margin-bottom: 20px;
    }
    .notice-box{
        background-position: 0 842px;
    }
    .ser-tit{
        font-size: 26px;
    }
    .serve-box{
        padding-top: 30px;
    }
    .b-banner .slick-dots{
        bottom: 10%;
    }
.b-tit {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
    width: 140px;
height: 40px;
font-size:20px;
}    
.b-banner ul li a {
    display: block;
}

.ser-l .tit{margin-top:20px; margin-bottom:30px;}
.tit {
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.notice-c{
margin-top:20px;
}

.ser-l ul li {
    width: 48%;
    border: solid 1px #8a5439;
    text-align: center;
    float: left;
    margin: 0 1%;
    margin-top: 12px;
    padding: 15px 5px;
    border-radius: 10px;
}


.link22 a {
    margin: 0 3%;
    padding: 10px 28px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 14px !important;
    width: 43%;
    display: inline-table;
    text-align: center;
}
.tit>h2{font-size:30px;}

.notice-txt h3{margin-bottom:0;}


}

@media screen and (max-width:768px) {
    .banner .slick-dots {
        bottom: 15px;
    }
    .index{
        margin-top: 20px;
    }
    .news-c{
        margin-top: 20px;
    }
    .b-txt{
        padding: 30px;
width:100%;
    }
    .serve-box{
        padding-top: 30px;
    }
    .ser-tit{
        font-size: 24px;
    }
    .n-banner .slick-dots{
        bottom: 20px;
    }
    .n-txt{
        padding: 10px;
        height: 120px;
    }
    .n-txt span{
        bottom: 13px;
    }
    .n-more{
        bottom: 5px;
    }
    .back-list{
        padding: 30px 15px;
    }
    .b-more{
        right: 10px;
        top: 0;
    }
    .b-txt p{
        margin-bottom: 15px;
    }
    .b-banner .slick-dots{
        bottom: 6%;
    }
    .tit>h2{
        font-size: 24px;
    }
    .news-r h3{
        font-size: 16px;
    }
    .n-txt p{
        font-size: 16px;
    }
    .b-txt h3{
        font-size: 16px;
height:60px;
       line-height:30px;
margin-bottom:5px;
    }
.notice-d img{
max-height:190px;
}
.b-txt p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .ser-l ul li a h3{
        font-size: 18px;
    }
    #ser-r ul li{
        padding: 18px 0;
    }
    .tit>p{
        font-size: 50px;
    }
.tit>h2 {
 
    font-size: 20px;
   
}




}

@media screen and (max-width:568px) {

    .notice-c ul li{
        width: auto;
        float: none;
        margin-bottom: 80px;
        margin: 45px 0 0 0;
    }

    .back-list:last-child{
        padding-bottom: 0;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .notice-txt {
        padding:10px;
    }
    .back-off{
        padding-top: 40px;
    }
    .back-list{
        margin-bottom: 15px;
    }
    .ser-tit{
        font-size: 22px;
        padding: 20px 0;
    }
    .ser-l ul li{
        padding: 10px 0;
        width: auto;
        float: none;
    }
    .ser-l ul li:first-child{
        margin-top: 20px;
    }
    .n-more{
        bottom: -5px;
        right: 5px;
        font-size: 13px;
    }
    .b-txt{
        padding: 15px;
    }
    .b-txt p{
        margin-bottom: 0;
    }
    .b-banner .slick-dots{

        right: -40px;
    }
    .ser-l ul li{
        margin-top: 20px;
    }
    .ser-l ul li:first-child{
        margin-top: 0px;
    }
    .serve-box>.ser-l:first-child{
        margin-bottom: 45px;
    }
    .ser-l{
        padding-bottom: 30px;
    }
    .news-r{
        margin-top: 20px;
    }
    .tit>p{
        font-size: 40px;
    }
}