/* Write your styles */
html,body {
	position:relative;
    /* height:100%; */
	width:100%; 
}
a{
 text-decoration: none;
 color: #544e4c;

}
a:hover{color: #e7141f;}
* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
body {
	background: url(../images/beij_gui.png) repeat-x;
        background-size:cover;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif; 
	  font-size: 16px ; /* =14px */ /* !important*/
	  color: #313131;
}
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul {
    margin-top: 0rem  ;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 0rem 0  ;
}
ol, ul {
    padding-left: 0em;
} 
.px1200{
	margin:0 auto; 
	width: 1200px;
} 
.px1230{
	margin:0 auto; 
	width: 1230px;
} 


/* 首页 */
.shiys_top{
    border-top: solid 1px #76161b;
    background: url(../images/top_button_02.jpg) no-repeat center;
    height:173px;
}
.shiys_top>div{
    position: relative;
}
.shiys_top>div .fudong_nimen{
    width: 331px;
    height: 38px;
    background: url(../images/tibu_be.png) no-repeat center;
    float:right;
}
.shiys_top>div .fudong_nimen{
    line-height: 38px;
}
.shiys_top>div .fudong_nimen a{
    color: #fff;
    padding: 0 10px;
    padding-left: 40px;
    position: relative;
}
.shiys_top>div .fudong_nimen a::after{
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27px;
    margin: auto;
}

.shiys_top>div .logo{
    float: left;
    margin-top: 30px;
}

.shouy_daoh{
    height: 50px;
    line-height: 50px;
    background: #76161b;
}
.shouy_daoh ul{
   /** display: flex;
    justify-content : space-between;**/
}

.shouy_daoh li{
    float: left;
   /** padding: 0 20px;**/
}

.shouy_daoh li.no{
    background: #fff;
}
.shouy_daoh li a{
    color: #Fff;
}

.shouy_daoh li.no a{
    color: #544e4c;
}
.shouy_daoh li:hover{
    background: #fff;
}

.shouy_daoh li:hover a{
    color: #544e4c;


}



/* banner */ 
.banner_shouye{
    width: 100%;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}
.banner_shouye .swiper-slide{
overflow: hidden;
}
.banner_shouye .swiper-slide img{
    margin-left: -960px;
    left: 50%;
    position: relative;
    display: block;
} 
.banner_shouye .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: none;
    border:solid 1px #fff;
    opacity: 1;
}
.banner_shouye  .swiper-pagination-bullet-active{
    border:solid 1px #77161b;

}
/*  内容*/

.shouy_kuang{
}
.shouy_kuang>div{
    overflow: hidden;
    padding: 40px 0;

}
.shouy_kuang .main5{
    overflow: hidden;
    padding: 20px 0 0px;
}
.shouy_kuang .diyi_k{
    overflow: hidden;
}


.shouy_kuang .diyi_k .left{
    width: 750px;
    float: left;
    height: 300px;
}

.shouy_kuang .diyi_k .left .bt_l
{
    background: #fff;
    height: 42px;
    line-height: 42px;
}
.shouy_kuang .diyi_k .left .bt_l ul{
    border: solid 1px #cdcdcd;
    overflow: hidden;
}

.shouy_kuang .diyi_k .left .bt_l ul li{
    float: left;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
    font-size: 18px;
}
.shouy_kuang .diyi_k .left .bt_l ul li.no::after{
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    background:#76161b;
    bottom: 0;
    left: 0;
}
.shouy_kuang .diyi_k .left .jianj_synr{
    height: 268px;
}

.shouy_kuang .diyi_k .left .jianj_synr .text{
    margin-top: 40px;
}
.shouy_kuang .diyi_k .left .jianj_synr .text img{
    width: 300px;
    height: 210px;
    line-height: 210px;
    overflow: hidden;
    object-fit: cover;
    float: left;
    filter:brightness(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    
}
.shouy_kuang .diyi_k .left .jianj_synr .text img:hover{
    filter:brightness(1.2);


}
.shouy_kuang .diyi_k .left .jianj_synr .text .you_zt{
    float: right;
    width: 435px;
    text-align: justify;
    line-height: 30px;

}

.shouy_kuang .diyi_k .left .jianj_synr .text .you_zt p{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 150px !important;
}

.shouy_kuang .diyi_k .left .jianj_synr .text .you_zt .chakan{
    border: solid #76161b 1px;
    border-radius: 2px;display: inline-block;
    color: #76161b;
    padding: 0  35px 0 10px;
    background: url(../images/jiant.png) no-repeat center right 10px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} 
.shouy_kuang .diyi_k .left .jianj_synr .text .you_zt .chakan:hover{
    background: url(../images/jiant.png) no-repeat center right 5px;
    border: solid #eee 1px;

}
.shouy_kuang .diyi_k .right{
    width: 402px;
    float: right;
height:290px;
}
.shouy_kuang .diyi_k .right .bt{
    background: #76161b url(../images/btcl.jpg) no-repeat bottom left;
    height: 40px;
    line-height: 37px;
    position: relative;
}

.shouy_kuang .diyi_k .right .bt p{
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
}
.shouy_kuang .diyi_k .right .bt a{
    position: absolute;
    width:40px;
    height: 42px;
    text-align: center;
    display: inline-block;
    top: 0;
    right: 0;
}

.shouy_kuang .diyi_k .right ul{
    margin-top: 30px;
}

.shouy_kuang .diyi_k .right ul li{
    overflow: hidden;
    line-height: 35px;
}
.shouy_kuang .diyi_k .right ul li p{
    position: relative;
    float: left;
    width: 340px;
    padding-left: 20px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shouy_kuang .diyi_k .right ul li p::after{
    position: absolute;
    width: 3px;
    height: 3px;
    background: #5c5c5c;
    display: block;
    content: "";
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
}

.shouy_kuang .diyi_k .right ul li span{
    float: right;
    font-size: 14px;
    display: inline-block;
    color: #999;
}
.banner_center{
    padding: 20px 0;
}


.shouy_kuang .nimen_news{
    overflow: hidden;
    display: flex;
}

.shouy_kuang .nimen_news ul{
    float: left;
    margin-right:15px;
    width: 390px;
}
.shouy_kuang .nimen_news ul:last-child{
    margin-right: 0;
}


.nimen_news .bt{
    border-bottom: solid 1px #cdcdcd;
    display: flex;
    align-items : center;
    justify-content : space-between;
    height: 45px;
    margin-bottom: 15px;
}
.nimen_news .bt .left{
    font-size: 18px;
    color: #77161b;
    display: flex; 
    justify-content : flex-start;align-items : center; 
}

.nimen_news .bt a{
    display: flex; 
    justify-content : flex-end; align-items : center; 
}
.nimen_news .bt a img{
    width: 17px;
    padding-left: 5px;
    height: 17px;
}
 

.nimen_news .bt .left img{
    padding-right: 5px;
background: url(../images/iop_p.png) no-repeat center left; 

}

.nimen_news .diyi li{overflow: hidden;}
.nimen_news .diyi li a {
    display: flex;
}
.nimen_news .diyi li p{
    width: auto;flex:1;margin-right:10px;
    float: left;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
    position: relative;
}
.nimen_news .diyi li p::after{
    content: "";
    width: 2px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.nimen_news .diyi li  span{
    font-size: 14px;
    line-height: 35px;
    float: right;
    color: #999;
}

.nimen_news .diyi li.nimen_ge{
    margin-bottom: 20px;
}

.nimen_news .diyi li.nimen_ge img{
    width:142px;
    height: 106px;
    object-fit: cover;
    float: left;
    filter:brightness(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} 
.nimen_news .diyi li.nimen_ge:hover img{ 
    filter:brightness(1.2); 
} 
.banner_center img{
    filter:brightness(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.banner_center img:hover{
    filter:brightness(1.2); 

}

.nimen_news .diyi li.nimen_ge .right{
    float: right;
    width: 235px;
}
.nimen_news .diyi li.nimen_ge .right h2{
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.nimen_news .diyi li.nimen_ge .right p{
    line-height:24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    white-space: inherit;
    margin-bottom: 10px;
    padding-top:8px;
    color: #666;    padding-left: 0px;
}

.nimen_news .diyi li.nimen_ge .right span{
    float: left;
    color: #999;
}

.nimen_news .diyi li.nimen_ge .right p::after{
    content: initial;
}

.nimen_news_img {
    width: 384px;
    height: 125px;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.nimen_news_img .swiper-slide{
    width: 100%;
    position: relative;
}
.nimen_news_img .swiper-slide img{
    width: 100%;
    height: 125px;
    object-fit: cover;
    display: block;
    filter:brightness(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nimen_news_img .swiper-slide a:hover img{ 
    filter:brightness(1.2);
    
}

.nimen_news_img .swiper-slide p{
    position: absolute;
    height: 35px;
    line-height:35px;
    width: 96%;
    padding: 0 2%;
    left: 0;
    bottom: 0;
    background:rgba(0,0,0,.3);
    color: #fff;
}


.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
    left: inherit;
    width: 50px;
    right: 0;
    height: 25px;
}

.nimen_news_img .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}

.nimen_news_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    
}
.nimen_news .right .list{
    border-bottom: dashed 1px #dadada;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nimen_news .right .list img{ 
    width: 92px;
    height: 68px; 
    object-fit: cover;
    float: left;
    filter:brightness(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nimen_news .right .list:hover img{
    filter:brightness(1.2);

}

.nimen_news .right .list .wenzi_S{
    width: 285px;
    float: right;
}
.nimen_news .right .list .wenzi_S p{
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nimen_news .right .list .wenzi_S span{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    padding-top:5px;
    font-size: 14px;
}
.nimen_news .right .list:last-child{
    border-bottom:none; 
    padding-bottom: 0;
    margin-bottom: 0;
}


.shouy_kuang .yqlj_ni{
    padding: 0px 0 30px;
    padding-bottom: 0;
}

.shouy_kuang .yqlj_ni .bt{
    color: #77161b;
    font-size:18px;
    padding-left: 35px;
    background: url(../images/youq_lianj.png) no-repeat top 5px left;
    border-bottom: solid 1px #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.shouy_kuang .yqlj_ni ul{
    overflow: hidden;
}
.shouy_kuang .yqlj_ni ul li{
    float: left;
    margin:10px 10px 0px 10px;
}


.footer_sy{
    background: url(../images/nimen_nime.jpg) no-repeat center;
    height: 120px;
    text-align: center;
    color: #fff;
}

.footer_sy p{
    font-size: 14px;
    opacity: .8;
    line-height:25px;
    float:left;
}

.dangqianweiz{
    overflow: hidden;
    padding-bottom: 20px;
    padding-right: 78px;
}
.dangqianweiz p{
    float: right;
    padding-left: 20px;
    background:url(../images/dangq.png) no-repeat center left; 
    font-size: 14px;
}
.shouy_kuang .kuang_de{
    /* overflow: hidden;  */
    
}
.list_left{
    width: 315px;
    float: left;
    background: #fff;
    box-shadow: 0 0 5px #e6e6e6;
}  
.list_left .huis{
    height:75px;
    width: 100%;
    background: #444;
}

.list_left .list_seg{
    width: 240px;
    margin: auto;
    
}
.list_left .list_seg ul{
    text-align: center;
    padding:20px 0;
    min-height: 320px;
}
.list_left .list_seg ul li{
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #eee;

}
.list_left .list_seg ul li:hover a{
    background: #77161b;
    color:#fff;

}

.list_left .list_seg ul li:last-child{
    border-bottom: none 
}



.list_left .list_seg ul li a{ 
    display: block;
}
.list_left .list_seg .bt{

}

.list_left .list_seg .bt{
    height: 52px;
    text-align: center; 
    position: relative;
    width: 240px;
    margin: auto;
}

.list_left .list_seg .bt h3, .list_left .list_seg .bt p{
    height: 52px;
    background: #76161b;
    color: #fff;
    line-height:52px; 
    font-weight: normal;
    font-size:18px;
}
.list_left .list_seg .bt p{
    background: #76161b69;
    font-size: 14px;

}
.list_left .list_seg .bt>div{
    position: absolute;
    top: -52px;
    width: 100%;
    
}

.liangjie_my{
    width: 285px;
    margin: auto;
    margin-bottom: 20px;
}

.liangjie_my h2{
    font-size:18px;
    padding: 5px 0;
    border-bottom: solid 1px #eee;
    padding-left:10px;
    position: relative;
    margin-bottom: 10px;

}
.liangjie_my h2::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #77161b;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
.liangjie_my p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.right_kuang{
    background: #fff;
    box-shadow: 0 0 5px #e6e6e6;
    min-height: 630px;
    width: auto;
    float: right;
    width: 850px;
}

.right_kuang .l_zyk{
    /* padding:35px 80px 20px; */
    /* text-align: center; */
    /* width: 850px; */
    /* float: right; */
    padding: 20px;
}
.right_kuang .l_zyk h2{
    text-align: center;
    padding-bottom: 20px;
}
.right_kuang .l_zyk ul li{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: dashed 1px #cdcdcd;
}
.right_kuang .l_zyk ul li p{
    width: 700px;
    float: left;
    padding-left: 10px;
    background: url(../images/jiant_sanj.jpg) no-repeat center left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_kuang .l_zyk ul li span{
    width: 100px;
    display: block;
    text-align: right;
    float: right;
    color: #999;
}
.fanye_kang_ss {
    text-align: center;
    padding: 30px 0 0 0;
}
.fanye_kang_ss a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #787878;
    border: solid 1px #ececec;
}
.fanye_kang_ss a.no {
    color: #fff;
    border: solid 1px #a54247;
    background: #a54247;
}

.fanye_kang_ss input {
    width: 25px;
    padding: 0 5px;
    height: 35px;
    outline: none;
    color: #787878;
    border: solid 1px #ececec;
}

.xiangq_nimen{
    padding:35px 55px;
}

.xiangq_nimen .div_nim{
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    line-height: 25px;
}
.xiangq_nimen .div_nim span{
    color: #999;
    font-size: 14px;
}

.nimen_gaeg{
    text-align: justify;
    padding: 20px 0;
    color: #797979;
    line-height: 25px;
    font-size: 14px;
    padding-bottom: 0;
}

.nimen_fanyi{
    border-top: solid 1px #eee;
    margin-top: 10px;
    padding-top: 10px;
}
.nimen_fanyi a{
    display: block;
}
 
.mingmai_je{
    text-indent: 2em;
    text-align: justify;
    color: #797979;
    line-height: 25px;
    font-size: 14px;
    padding-bottom: 0;
    text-align: center; 
}
.mingmai_je p{
    text-align: justify;
}

.mingmai_je img{
}


.fanye_kang_ss a:hover{
    color: #fff;
    border: solid 1px #a54247;
    background: #a54247;
}
.post-10{
}

p.news_bt{ font-size: 24px; font-weight: bold; color: #333333; line-height: 48px; margin:0 0px 13px;}
p.news_fbt{font-size: 24px; font-weight: bold; color: #333333; line-height: 24px; margin:0 0px 13px;}

span.arti_metas{font-size: 16px; color: #666666; line-height: 36px;}

.yjdw .right_kuang{background: #ffffff;width: 850px;float: right; margin-bottom: 80px;}
.yjdw .col_news_list.listcon{padding: 35px 45px 143px 38px;}
.yjdw .right_kuang .l_zyk ul.news_list.list2 li{height: auto;border-bottom: 0px;width: 388px;height: 172px; background: #F8F8F8;transition-duration: 0.5s;}
.yjdw .right_kuang .l_zyk ul.news_list.list2 li:hover{ background: url(../images/yjdw_cm.png);transition-duration: 0.5s;}
.yjdw .right_kuang .l_zyk ul.news_list.list2 li:hover .news_title a{ color: #ffffff;transition-duration: 0.5s;}
.yjdw .right_kuang .l_zyk ul.news_list.list2 li:hover .news_kzzd{ color: #ffffff;transition-duration: 0.5s;}
.yjdw .right_kuang .l_zyk{ padding: 0; text-align: initial;}
.yjdw .right_kuang .l_zyk h2{text-align: left;position: relative;font-size: 24px;}
.yjdw .right_kuang .l_zyk h2:before{position:absolute;content:"";left: 67.5px;bottom: 62%;width: 724.5px;height:1px;background: url(../images/hhh.png) no-repeat;}
.yjdw ul.news_list.list2{display:grid;grid-template-columns: repeat(2, 1fr);column-gap:17px;row-gap: 20px;}
.yjdw ul.news_list.list2 .news_imgs{ width: 107px; height: 140px; float: left;margin: 16px 29px 16px 20px;} 
.yjdw ul.news_list.list2 .news_imgs img{ width: 100%; height: 100%; object-fit: cover;}
.yjdw ul.news_list.list2 .news_wz{margin-left: 156px; margin-top: 30px;}
.yjdw ul.news_list.list2 .news_title{ font-size: 19px; font-weight: bold; line-height: 33px; margin-bottom: 15px;transition-duration: 0.5s;}
.yjdw ul.news_list.list2 .news_kzzd{ font-size: 14px; line-height: 26px; color: #666666;transition-duration: 0.5s;}
.yjdw .dangqianweiz{}
.wzy .right_kuang{ width:auto; float:none;}

td.imgscroll2_td div{ text-align:center;}

.footer .left{float:left;padding:35px 0px;width: 460px;}
.footer .right{float:right;padding:25px 0px;margin-right: -91px;}
.footer .right li{float:left;width:300px;}
.footer .right li  img{
    float: left;
    padding: 12px 13px;
}
.footer .right li  p{
    font-size: 14px;
    opacity: .8;
    line-height: 25px;
    float: left;
    text-align: left;
    padding: 5px 0;
}
