锘?*CSS鏍峰紡閲嶅啓*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding-bottom: 60px;
}
a{
    color: #333;
    text-decoration:none;
}
a:focus{
    color: #BF0100;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

/*閫氱敤鏍峰紡*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    padding: 4%;
    background: #fff;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*澶撮儴*/
header{
    position: relative;
    height: 65px;
    line-height: 65px;
    padding: 0 4%;
    background: #871B20;
}
header:before{
    content: '';
    display: table;
}
header .top{
    overflow: hidden;
}
header .logo{
    float: left;
}
header .logo img{
    height: 40px;
}
header .top .rt img{
    height: 20px;
}

header .top .rt span{
    margin-right: 10px;
}
.search{
    position: absolute;
    right: 45px;
    top: 65px;
    padding: 10px;
    background: #fff;
    z-index: 99;
    display: none;
}
.search form{
    line-height: normal;
}
.search input[type='text']{
    width: 180px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
.search input[type='submit']{
    float: right;
    width: 40px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: none;
    background: #eee;
}

/*瀵艰埅鏍?/
.nav{
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    line-height: 45px;
    background: rgba(255,255,255,.9);
    z-index: 9999;
    display: none;
}
.menu>li{
    text-align: center;
}
.menu>li>a{
    display: inline-block;
    color: #333;
    font-size: 16px;
}
.menu>li.on a{
    color: #fff;
}
.menu>li.on{
    background: #FF9604;
}
.second-menu{
    background: #B90C17;
    display: none;
}
.second-menu li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    box-sizing: content-box;
}
.second-menu li:last-child{
    border: none;
}
.second-menu li a{
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
.menu>li:hover .second-menu{
    /*display: block;*/
}

/*杞挱鍥?/
.focus{
    width:100%;
    position:relative;
    overflow:hidden;
}
.focus .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom: 0;
    text-align:center;
    /*display: none;*/
}
.focus .hd ul{
    display:inline-block;
    vertical-align:top;
    font-size: 0;
}
.focus .hd ul li{
    display:inline-block;
    width:10px;
    height:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:50%;
    background: #fff;
    margin:0 5px;
    vertical-align:top;
    overflow:hidden;
}
.focus .hd ul .on{
    background: #FF9604;
}
.focus .bd{
    position:relative;
    z-index:0;
}
.focus .bd li img{
    width:100%;
}
.focus .bd li a{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 鍙栨秷閾炬帴楂樹寒 */
}

/*涓讳綋*/
section{
    background: #eee;
}

.title{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.title a{
    color: #666;
    font-size: 12px;
}
.title h2{
    float: left;
    height: 50px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    border-bottom: 3px solid #B90C17;
}
.title span{
    color: #999;
    margin-left: 10px;
}

/*鏍戣揪鏂伴椈*/
.box{
    height: 68px;
    padding-bottom: 5px;
}
.box .lf{
    width: 110px;
    height: 68px;
    overflow: hidden;
}
.box img{
    display: inline-block;
    width: 110px;
    min-height: 68px;
}
.box .info{
    margin-left: 120px;
}
.box .info h3{
    font: 14px normal;
}
.box .info p{
    height: 40px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px;
}
.common-list{
    min-height: 195px;
}
.common-list li{
    line-height: 20px;
    margin-top: 15px;
}
.common-list li span{
    float: right;
    color: #999;
    font-size: 12px;
}
.common-list li p{
    position: relative;
    padding: 0 20px 0 10px;
}
.common-list li p:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #8F0009;
    border-radius: 50%;
}

/*閫氱煡鍏憡*/
.notice{
    margin: 15px 0;
}
.notice .common-list li:first-child{
    margin-top: 0;
}

/*鏍戣揪鍏夊奖*/
.view{
    margin: 15px 0;
}
.view-list{
    min-height: 294px;
    padding: 10px 0;
    overflow: hidden;
}
.view-list li{
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 20px;
}
.view-list li:first-child,
.view-list li:nth-child(2){
    margin-top: 0;
}
.view-list li>a{
    display: inline-block;
    width: 140px;
    height: 95px;
    overflow: hidden;
}
.view-list li img{
    display: inline-block;
    width: 140px;
    min-height: 95px;
}
.view-list li p{
    width: 140px;
    margin: 10px auto 0;
    font-size: 12px;
    text-align: center;
}

/***********************/

/*灏鹃儴*/
footer{
    margin-top: 10px;
    padding: 20px 0;
    background: #eee;
}
footer p{
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

/*浜岀骇鍒楄〃椤?/
/*瀛﹂櫌鏈烘瀯*/
.org-list{
    margin: 10px -8px;
}
.org-list li{
    float: left;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.org-list li a{
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #F1F1F1;
    overflow: hidden;
}
.org-list li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #8F0009;
    transition: .3s;
}

/*鐜颁换棰嗗*/
.leader{
    height: 258px;
    margin: 20px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #656565;
}
.leader .lf{
    width: 100px;
    height: 124px;
    overflow: hidden;
    background: #F1F1F1;
}
.leader img{
    display: inline-block;
    width: 100px;
    min-height: 124px;
}
.leader .info{
    margin: 0 0 10px 120px;
    padding-top: 5px;
    overflow: hidden;
}
.leader h2{
    font-size: 18px;
    font-weight: normal;
}
.leader h2 span{
    color: #666;
    font-size: 12px;
    margin-left: 20px;
}
.leader .info>p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0 20px;
}
.leader .resume h3{
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px 25px;
    background: url(../images/dot.png) no-repeat left 6px;
    border-bottom: 2px solid #ccc;
}
.leader .resume p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 15px;
    color: #666;
}
.leader .resume p a{
    color: #CA171D;
}
.leader .resume p a:hover{
    color: #8F0009;
}

.leader-list{
    margin: 15px 0;
    overflow: hidden;
}
.leader-list li{
    text-align: center;
    margin-bottom: 30px;
}
.leader-list li img{
    display: inline-block;
    width: 208px;
    height: 258px;
}
.leader-list li h3{
    font-weight: normal;
    margin: 10px 0;
}
.leader-list li p{
    color: #666;
    font-size: 12px;
}

/*涓夌骇-璇︽儏椤?/
.caption{
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}
.caption h3{
    font: 18px normal;
    margin-bottom: 10px;
}
.caption span{
    color: #999;
    font-size: 12px;
    margin-right: 15px;
}
.content{
    min-height: 278px;
    margin: 0 5px;
}
.content img{
    /*width:300px !important;*/
    max-width: 100%;
}

/*搴曢儴瀵艰埅*/
.bottom{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    color: #fff;
    background: #B90C17;
}
.bottom li{
    float: left;
    width: 25%;
    height: 60px;
    text-align: center;
    border-right: 1px solid #CB4951;
    box-sizing: border-box;
}
.bottom li:last-child{
    border-right: none;
}
.bottom li a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-top: 33px;
}
.bottom li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 18px;
    height: 16px;
    transform: translateX(-50%);
    background: url(../images/home.png) no-repeat;
    background-size: contain;
}
.bottom li:nth-child(2) a:before{
    width: 16px;
    height: 17px;
    background-image: url(../images/email.png);
}
.bottom li:nth-child(3) a:before{
    width: 15px;
    height: 16px;
    background-image: url(../images/service.png);
}
.bottom li:nth-child(4) a:before{
    width: 15px;
    height: 17px;
    background-image: url(../images/system.png);
}

/*鏌ョ湅鏇村*/
.btn-more{
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 30px auto 10px;
    color: #fff;
    text-align: center;
    background: #FF9604;
    border-radius: 20px;
}

@media screen and (max-width: 320px){

    .view-list{
        padding: 0;
    }

}