@charset "UTF-8";
body{
	background-color:#f1f1f1;
}

.about-banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
	margin-top:80px;
}
.about-container{
	margin-top:20px;
	width:100%;
}
.about-container .w1200 {
    width: 1200px;
    margin: 0 auto;
}
.cVcVDH {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    box-sizing: border-box;
}
.bWJchn {
    width: 808px;
    line-height: 32px;
    padding: 24px 24px 40px;
    background: rgb(255, 255, 255);
}
.fywmpp {
    width: 100%;
}
.fywmpp .desc img{
	margin:0 auto;
	display:inherit;
	max-width:808px;
}
.fywmpp .desc p{
	margin:5px 0;
}
.kKXYhx {
    position: relative;
    width: 280px;
}
.djgnQf {
    padding: 16px 16px 24px;
    background: rgb(255, 255, 255);
}
.bHPBwt {
    padding: 24px 16px 8px;
    border-top: 1px solid rgb(240, 244, 245);
    background: rgb(255, 255, 255);
}
.djgnQf h1 {
    font-size: 24px;
    font-weight: bold;
}
.djgnQf span {
    font-size: 14px;
    color: rgb(102, 102, 102);
}
.pGCsj {
    margin-bottom: 16px;
    font-size: 20px;
}
.dIteRF {
    margin-right: -24px;
	width:100%;
}
.bHPBwt .tag {
    display: inline-block;
    margin: 0px 24px 24px 0px;
}
.cCUEcB {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    max-height: 38px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.enUjzm {
    color: rgb(31, 31, 31);
    line-height: 22px;
    position: relative;
    background: rgb(240, 244, 245);
    padding: 8px 20px 8px 34px;
    transition: color 0.3s ease 0s;
    border-radius: 100px 0px 0px 100px;
}

.dSgtru {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(255, 255, 255);
}
.ctitle {
    margin: 15px 0px 10px;
    padding: 5px 20px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}

.dIteRF ul.items {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
.dIteRF ul.items li {
    margin-top: 20px;
    height: 70px;
}
.dIteRF ul.items li a.thumb {
    float: left;
    margin-right: 15px;
}
.dIteRF ul.items li a.thumb img {
    width: 101px;
    height: 70px;
}
.dIteRF ul.items li .title {
    display: block;
    line-height: 22px;
    height: 40px;
    overflow: hidden;
}
.dIteRF ul.items li .rel {
    margin-top: 5px;
    display: block;
    color: #aaa;
}
.dIteRF ul.items li .title a {
    color: #333;
    text-decoration: none;
}
.dIteRF ul.items li .rel .glyphicon {
    margin: 0px 5px 0px 15px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fl{
	float:left;
}
.clearfix:after {
    display: block;
    height: 0;
}

.clearfix:after {
    content: " ";
}
.clearfix:after {
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.footer{
	position:static;
}