.news_banner img{
    width: 100%;
    display: block;
}
.site{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.site a{
    font-size: 14px;
    line-height: 54px;
    color: #666;
}
.news_list{
    padding: 20px 0 60px;
}
.news_list ul li{
    box-shadow: 0 0 9px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding: 20px 90px 20px 20px;
}
.news_list ul li a{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.news_list ul li .img{
    width: 370px;
}
.news_list ul li .img img{
    width: 100%;
    display: block;
}
.news_list ul li .text{
    padding-left: 30px;
    flex: 1;
}
.news_list ul li .text h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    height: 26px;
}
.news_list ul li .text h4{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 6px;
}
.news_list ul li .text h5{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    height: 120px;
    overflow: hidden;
    margin-bottom: 40px;
}
.news_list ul li .text p{
    font-size: 14px;
    line-height: 30px;
}
.news_list ul li:hover .text h3,
.news_list ul li:hover .text p{
    color: #7d0402;
}
#pages {
    text-align: -webkit-center;
    font-size: 14px;
    height: 30px;
    margin: 40px auto 0;
    color: #000;
}
#pages a { 
    margin:0 3px;
    display:inline-block;
    vertical-align: top;
    height:30px; 
    line-height:30px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#000; 
    padding:0 10px;
}
#pages a.a1 { 
    padding:0 10px;
}
#pages a:hover { 
    background:#7d0402; 
    color:#fff; 
    border: 1px solid #7d0402;
    text-decoration:none 
}
#pages span { 
    margin: 0 3px;
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#7d0402; 
    border:1px solid #7d0402; 
    color:#fff; 
    text-align:center;
    padding:0 10px;
}
.page .noPage { 
    display:inline-block; 
    width:48px; 
    height:30px; 
    line-height:30px; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}
.news_show{
    padding: 34px 0 50px;
}
.news_show .biaoti1{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.news_show h4{
    font-size: 14px;
    line-height: 36px;
    color: #666;
    text-align: center;
}
.news_show .txt{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    padding-top: 26px;
    margin-top: 14px;
}
.news_show .txt,
.news_show .txt *{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.news_show .txt img{
    display: block;
    max-width: 100%;
    height: auto!important;
}
.sxp{
    margin-top: 30px;
}
.sxp span{
    display: block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sxp span a{
    margin-left: 10px;
}
.index_banner img{
    width: 100%;
    display: block;
}
.index_banner .pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 11px;
    opacity: 1;
}
.index_banner .pagination .swiper-pagination-bullet-active{
    position: relative;
    opacity: 1;
    background-color: #fff;
}
.index_banner .pagination .swiper-pagination-bullet-active:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    top: -4px;
    left: -4px;
}   
.index_banner .pagination{
    bottom: 30px;
    text-align: center;
}
.right_fixed{
    position: fixed;
    z-index: 9999;
    right: 60px;
    bottom: 20%;
}
.right_fixed ul li{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #7d0402;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
}
.right_fixed ul li img{
    display: inline-block;
}
.right_fixed ul li a p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
}
.sj_qq,.tel_sj{
    display: none;
}
.wechat_img,.phone_text{
    display: none;
}
.right_fixed ul li .wechat_img{
    position: absolute;
    left: -150px;
    top: 0;
    width: 140px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.right_fixed ul li:hover .wechat_img{
    display: block;
}
.right_fixed ul li .wechat_img img{
    width: 100%;
    display: block;
    height: auto!important;
}
.right_fixed ul li .phone_text{
    position: absolute;
    left: -200px;
    top: 20px;
    width: 200px;
    height: 60px;
    background: #7d0402;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 40px;
}
.right_fixed ul li:hover .phone_text{
    display: flex;
}
.index_fuwu{
    padding: 60px 0 40px;
}
.index_fuwu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_fuwu ul li{
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 30px;
    width: 23.33%;
    margin-right: 2.226%;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    position: relative;
}
.index_fuwu ul li:nth-child(4n){
    margin-right: 0;
}
.index_fuwu ul li img{
    height: 80px;
    display: inline-block;
    margin-bottom: 18px;
}
.index_fuwu ul li p{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #7d0402;
    margin-bottom: 16px;
}
.index_fuwu ul li .txt,
.index_fuwu ul li .txt *{
    font-size: 16px;
    line-height: 30px;
}
.index_fuwu ul li:hover:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #7d0402;
}
.index_title{
    font-size: 36px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    position: relative;
}
.index_title:after{
    position: absolute;
    content: "";
    width: 270px;
    height: 4px;
    background: #7d0402;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.index_shang{
    padding: 58px 0 96px;
}
.index_shang ul{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.index_shang ul li{
    position: relative;
    width: 49%;
    border-radius: 6px;
    overflow: hidden;
}
.index_shang ul li .img img{
    display: block;
    border-radius: 6px;
    width: 100%;
}
.index_shang ul li .bj{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    color: #fff;
    margin-top: -50px;
    transition: 0.6s;
    padding: 0 40px;
    text-align: center;
}
.index_shang ul li .bj h3{
    position: relative;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.index_shang ul li .bj h3:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.index_shang ul li .bj .txt,
.index_shang ul li .bj .txt *{
    font-size: 14px;
    line-height: 30px;
}
.index_shang ul li .bj .txt{
    height: 120px;
    overflow: hidden;
}
.index_shang ul li .bj .txt{
    margin-bottom: 50px;
}
.index_shang ul li .bj p{
    font-size: 16px;
    line-height: 30px;
}
.index_shang ul li:hover .bj{
    top: 0;
    transition: 0.6s;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.index_zhuan{
    padding: 40px 0 60px;
}
.zhuan_main{
    display: flex;
    margin-top: 40px;
}
.zhuan_t{
    width: 220px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.zhuan_t ul li{
    line-height: 100px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}
.zhuan_t ul li.active{
    color: #7d0402;
    font-weight: bold;
    background: #fcd4d3;
    position: relative;
}
.zhuan_t ul li.active:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: #7d0402;
    left: 0;
    bottom: 0;
}
.zhuan_q{
    flex: 1;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    padding: 40px 20px;
}
.zhuan_q ul li{
    display: none;
}
.zhuan_q ul li:nth-child(1){
    display: flex;
}
.zhuan_q ul li .img{
    width: 480px;
    height: 320px;
}
.zhuan_q ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.zhuan_q ul li .text{
    position: relative;
    flex: 1;
    padding-left: 20px;
}
.zhuan_q ul li .text h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}
.zhuan_q ul li .text .txt{
    height: 150px;
    overflow: hidden;
}
.zhuan_q ul li .text .txt,
.zhuan_q ul li .text .txt *{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.zhuan_q ul li .text dl{
    position: absolute;
    bottom: 0;
    left: 20px;
}
.zhuan_q ul li .text dl dd{
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #7d0402;
    color: #7d0402;
    text-align: center;
    width: 160px;
    display: inline-block;
    margin-right: 38px;
}
.zhuan_q ul li .text dl dd a{
    display: block;
}
.zhuan_q ul li .text dl dd:hover{
    color: #fff;
    background: #7d0402;
}
.zhuan_q ul li .text dl dd:last-child{
    margin-right: 0;
}
.index_ban{
    padding: 60px 0 84px;
}
.ban_t{
    margin: 30px 0 40px;
    text-align: center;
}
.ban_t ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 56px 0 50px;
    border-right: 2px solid #333;
    width: 260px;
    text-align: right;
    cursor: pointer;
}
.ban_t ul li:last-child{
    border-right: 0;
    text-align: left;
}
.ban_t ul li.active{
    color: #7d0402;
    text-decoration: underline;
}
.ban_q ul li{
    display: none;
}
.ban_q ul li:nth-child(1){
    display: block;
}
.ban_q ul li dl{
    display: flex;
    flex-wrap: wrap;
}
.ban_q ul li dd{
    display: flex;
    width: 50%;
}
.ban_q ul li dd .img,
.ban_q ul li dd .text{
    width: 50%;
}
.ban_q ul li dd .img_sj{
    display: none;
}
.ban_q ul li dd img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ban_q ul li dd .text{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.ban_q ul li dd .text h3{
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
.ban_q ul li dd .text .txt,
.ban_q ul li dd .text .txt *{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.ban_q ul li dd:hover .text h3{
    color: #7d0402;
}
.index_news{
    padding: 40px 0 80px;
}
.index_news ul{
    padding: 30px 20px 40px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 40px;
}
.index_news ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.index_news ul li:nth-child(3n){
    margin-right: 0;
}
.index_news ul li h3{
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news ul li h4{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.index_news ul li h5{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 6px;
    overflow: hidden;
    height: 52px;
    margin-bottom: 12px;
}
.index_news ul li .img{
    width: 100%;
}
.index_news ul li .img img{
    display: block;
    width: 100%;
}
.index_news ul li:hover h3{
    color: #7d0402;
}
.index_news .index_more{
    width: 160px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    background: #7d0402;
    display: block;
    margin: 40px auto 0;
}
.gj_main{
    padding: 20px 0 80px;
}
.gj_img{
    margin: 40px 0;
}
.gj_img img{
    display: block;
    width: 100%;
}
.qz_list ul li{
    float: left;
    width: 23.33%;
    margin-right: 2.226%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-bottom: 22px;
}
.qz_list ul li img{
    width: 100%;
    display: block;
}
.qz_list ul li:nth-child(4n){
    margin-right: 0;
}
.list_more{
    width: 180px;
    line-height: 50px;
    background: #7d0402!important;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 10px auto 0;
}
.zhuan_js{
    padding: 90px 0 100px;
}
.list_title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
}
.zhuan_js ul{
    margin-top: 30px;
}
.zhuan_js ul li{
    padding: 30px 20px 0; 
    width: 15%;
    height: 180px;
    float: left;
    margin-right: 6.25%;
    text-align: center;
    margin-bottom: 24px;
}
.zhuan_js ul li:nth-child(5n){
    margin-right: 0;
}
.zhuan_js ul li .img_b{
    display: none;
}
.zhuan_js ul li .img{
    display: inline-block;
 
}

.zhuan_js ul li .img img{
       max-width: 100%;
    margin: 0 auto;
}
.zhuan_js ul li p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
    color: #7d0402;
}
.zhuan_js ul li:hover{
    background: #7d0402;
}
.zhuan_js ul li:hover p{
    color: #fff;
}
.zhuan_js ul li:hover .img_b{
    display: block;
}
.zhuan_js ul li:hover .img_h{
    display: none;
}
.fu_list{
    padding-bottom: 50px;
}
.fu_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fu_list ul li{
    display: flex;
    width: 48.6%;
    margin-bottom: 30px;
    border: 2px solid #7d0402;
    min-height: 180px;
}
.fu_list ul li p{
    writing-mode: vertical-lr;
    width: 100px;
    background: #7d0402;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fu_list ul li .img{
    position: relative;
    padding: 0 30px;
    width: 170px;
    display: flex;
    align-items: center;
}
.fu_list ul li .img:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 72%;
    background: #7d0402;
    right: 0;
    top: 14%;
}
.fu_list ul li .img img{
    width: 100%;
    display: block;
}
.fu_list ul li .txt{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 14px 20px 36px;
}
.fu_list ul li .txt,.fu_list ul li .txt *{
    font-size: 16px;
    line-height: 24px;
}
.chuang{
    padding-top: 70px;
}
.chuang ul{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.chuang ul li{
    padding: 34px 40px 36px;
    text-align: center;
    width: 32%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.chuang ul li img{
    height: 60px;
    display: inline-block;
    margin-bottom: 10px;
}
.chuang ul li h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 16px;
}
.chuang ul li h3:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background: #7d0402;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.chuang ul li h4{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
}
.chuang ul li a.zx{
    width: 120px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #7d0402;
    color: #7d0402;
    text-align: center;
    line-height: 38px;
    display: block;
    margin: auto;
    font-size: 16px;
}

.shouhou_fw_www{
    padding: 100px 0 0;
}