@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%);
}
.top{
    width: 100%;
    height: 100px;
    min-width: 1220px;
}
.topbg{
    position: relative;
    width: 1220px;
    margin: 0 auto;
    height: 100px;
}
.title{
    font-size: 28px;
    color: black;
    font-weight: 600;
    letter-spacing:2px;
}
.menu_box{
    width: 100%;
    height: 58px;
    line-height: 58px;
    min-width: 1220px;
    background: #b70f08;
}
.menu{
    width: 1220px;
    margin: 0 auto;
}
.menu a{
    width:115px;
    height:58px;
    line-height:58px;
    display:block;
    color: white;
    font-size:16px;
    text-align:center;
    position:relative;
    border-right: 1px solid white;
}
.menu a:last-child{
    border-right: none;
}
.lunbo{
    width: 1220px;
    height: 412px;
    margin: 20px auto;
}
.lunbo img{
    width: 1220px !important;
    height: 412px !important;
}
.banner{
    width: 1220px;
    margin: 30px auto 40px;
}
.pic_box{
    width: 580px;
    height: 330px;
}
.tit{
    width: 100%;
    height: 45px;
    line-height: 36px;
    border-bottom: 1px solid #d9120a;
}
.tit-logo{
    margin-left: 8px;
}
.tit-name{
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin-left: 5px;
}
.tit-more{
    height: 45px;
}
.pic_news{
    width: 100%;
}
.news_list{
    width: 100%;
}
.news_box{
    width: 100%;
    margin-top: 20px;
}
.news_box a{
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.news_box_tit{
    font-size: 16px;
    color: #212020;
    margin-left: 5px;
}
.news_box_time{
    font-size: 14px;
    color: #494848;
}
.bottom_box{
    width: 100%;
    height: 128px;
    line-height: 128px;
    text-align: center;
    color: white;
    background: #b70f08;
    min-width: 1220px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wxlogo{
    margin-left: 30px;
    line-height: 20px;
    font-size: 14px;
}
.wxlogo img{
    height: 80px;
}

.main{ width:1220px; margin:10px auto 20px; position:relative;overflow: hidden;clear:both; }

.all_left{ width:20%; float:left;}
.all_right{ width:78%; float:right; margin-top:20px; background:#fff;}

/*内页左侧*/
.left_list{ width:100%; float:left; margin-top:20px; margin-bottom:20px;}
.left_list strong {
    background: #b70f08;
    color: #fff;    display: block;    font-size: 22px;       overflow: hidden;	text-align:center;    padding-top:30px;padding-bottom:20px;}
.left_list strong span {
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 3px;
    width:280px;
}
.left_list ul li {
    height:50px;
    line-height:50px;
    vertical-align: middle;
    text-align:left;
    font-size:14px;
    background-color:#e7e7e7;
    border-bottom:1px #FFFFFF solid;
    color:#000;
}


.left_list UL li a {
    padding-left:50px;
    height:50px;
    font-size:14px;
    color:#363636;
    display:block;
}
.left_list UL li a.current2{ padding-left:80px;}
.left_list UL li a:hover {
    background-color: #b74e4d;
    color:#FFF;
    display:block;
}

.left_list UL li.hover a {
    background-color:#b74e4d;
    display:block;
    height:60px;
    line-height:60px;
    width:200px;
}

/*内页右侧*/
.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;
}