@charset "utf-8";
/* CSS Document */
/*content*/
.content{
    width:1180px;
    margin:0 auto;
    overflow:hidden
}

.sidebar{
    float:left;
    width:240px;
    margin-top: 7px;
}
.sidebartop,.sidebarbottom{
    background:#fff;
}
.sidebarbottom{
    width:240px;
    margin-top:30px;
    font-size:15px;
}
.sidebarbottom h3{
    color:#c71c22;
    text-align:center;
    line-height:60px;
    font-size:30px;
    font-weight: 400;
}
.sidebarbottom p{
    padding:5px 17px;
}
.sidebar h2{
    width:200px;
    height:80px;
    color:#c71c22;
    background:url(../images/H2-bg.jpg) no-repeat center;
    text-align:center;
    line-height:80px;
     margin:0px auto;
    font-size:30px;
    font-family:"宋体";
    font-weight:normal;
}
.sidebar ul{
    width:200px;
    margin:0px auto;
    padding-bottom:20px;
}
.sidebar ul li{
    width:196px;
    height:37px;
    text-align:left;
    line-height:37px;
    border:#dad4d4 solid 1px;
    margin-top:10px;
}

.sidebar ul li a{
    padding:0px 10px;
    color:#000;
    font-size:18px;
    font-family:"宋体";
    font-weight:normal;
    display:flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin:0px auto;
}
.sidebar ul li a.on{
    background:#c71c22;
    color:#fff;
}
/*.sidebar ul li:hover{
    background:url(../images/ul-bg.png);
}*/
.sidebar ul li:hover a{
    color:#fff;
    background:#c71c22;
}


.text{
    float: right;
    width: 900px;
    margin-top: 4px;
    font-family: "宋体";
}

.text .location {
    width:881px;
    border-bottom:#fff 1px solid;
    font-size:14px; font-weight:normal;
    padding-bottom:7px;
    color:#333333;
    margin-bottom:24px
}
.text .location a{
    color:#333333;
}
.text .location a.on{
    color:#323d8d
}
.text .location a:hover{
    color:#323d8d
}
.text .con{
    background:#fff;
    padding:30px 20px;
}
.con h5{
    text-align: center;
    color:#c71c22;
    font-size:26px;
    line-height:30px;

}
.con img{
    width:100%;
}
.twotitle{
    text-align: center;
    line-height:60px;
    border-bottom:1px solid #ddd;
    margin-bottom: 20px;
}
.twotitle span{
    margin-left:10px;
}

.text h3{
    font-size:24px;
    font-weight:normal;
    margin-bottom:32px;
    width:881px;
}
/*证书列表*/
.text .imglist{
    background: #fff;
    padding:30px 20px;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.text .imglist li{
    width:240px;
    display:flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height:387px;
    box-shadow: 0px 0px 2px #ddd;
    margin:20px 0px;
}
.text .imglist p{
text-align: center;
    width:230px;
    padding:0px 5px;
    height:40px;
    line-height:40px;
    background:#c71c22;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.text .imglist img{
    width:240px;
}
.bigimg{
    position:fixed;
    width:100%;
    height:600px;
    left:0px;
    background:rgba(0,0,0,255);
    top:0px;
    display:none;
}
.bigimg img{
    position:absolute;
    left:40%;
    top:150px;
    width:500px !important;
}
.false{
    font-size:40px;
    color:#fff;
    position:absolute;
    z-index: 111;
    right:100px;
    top:40px;
}
/*footer*/
.footer{
    clear:both
}
