@charset "UTF-8";
.about{
    width: 1200px;
    margin:auto;
    padding-top: 50px;
    padding-bottom: 55px;
}

/* 标题栏 */
.about .nav {
    float: left;
    width: 15%;
}
.about .nav ul{margin: 0!important;}
.about .nav ul li{
	width: 100%!important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;margin-left: 0;
    line-height: 45px;
	text-align: left;
}
.about .nav ul li i,
.about .nav ul li a{
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    color: #666666;
}
.about .nav ul li:hover{background-color: transparent!important;}
.about .nav ul li:hover i{
    background-color: rgba(0,94,126,.3);
}
.about .nav ul li i.on{
    background-color: #0657b2;
    color: black;
}
header > div > div.nav > ul > li:hover > a{
	color: black!important;
}
.about .nav ul li i.on + a{
    color: black!important;
}
.about .nav ul li i{
    width: 3px;
    height: 13px;
    margin-left: 5px;
}
.about .nav ul li:hover a{
    margin-left: 25px;
}
.about .nav ul li a{
    margin-left: 15px;
}
.about .chartnr{
    float: right;
    width: 80%;
}




.about .title{
    margin-bottom: 65px;
    text-align: center;
}
.about .title h2{
    margin-bottom: 10px;
    color: #0657b2;
    font-size: 22px;
}
.about .title p{
    color: #ccc;
    font-size: 14px;
}
.about .introduce{
    margin-bottom: 50px;
}
.about .introduce:after{
    content: '';
    display: block;
    clear: both;
}
.about .introduce .left{
    float: left;
    width: 47%;
}
.about .introduce .left h3{
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
}
.about .introduce .left div{
    margin-bottom: 15px;
    color: #ccc;
    font-size: 14px;
}
.about .introduce .left p{
    color: #4c4c4c;
    font-size: 14px;
    text-align: justify;
    line-height:25px;
}
.about .introduce .right{
    float: right;
    width: 50%;
    overflow: hidden;
}
.about .introduce .right img{
    transition: .3s;
}
.about .introduce .right:hover img{
    transform: scale(1.1);
}
.about .one{
    margin-bottom: 50px;
    padding-bottom: 25px;
}
.about .border{
    border-bottom: 1px solid #e5e5e5;
}
.about .one h3{
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
}
.about .one div{
    margin-bottom: 20px;
    color: #ccc;
    font-size: 14px;
}
.about .one p{
    margin-bottom: 15px;
    color: #4c4c4c;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}






