@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
@media(min-width:1440px){
    .container{
        width: 1400px;
    }
}
.font-bold{
    font-weight: bold;
}

.project-title{
    font-size: 24px;
    color: #fff;
    border-left: 4px solid #fd6800;
    padding: 5px 15px 5px 15px;
    background-color: #014782;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.project-title span{
    font-weight: lighter;
}
.project-info{
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 20px;
    color: #333;
}
.project-info img{
    display: none;
}
.project-phone{font-size:18px; font-weight:bold;margin-top:10px;}
.project-pri,.project-char{
    line-height: 1.75em;
    font-size: 16px;
    overflow:hidden;
}
.project-pri{
    height: 550px;
}
#top-pri{
    padding: 30px 0;
    background-color: #f7f7f7;
}
.margin-top-30{
    margin-top: 30px;
}
.project-char{
    height: 600px;
}
.text-brand2{
    color: #fd6800;
	text-align:center;
}
.project-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.project-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.project-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.project-name{
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}
.pro-fixed-item{
    background-color: #014782;
    width: 50px;
    height: 50px;
    color: #fff;
    /* padding: 10px; */
    margin-bottom: 2px;
    /* writing-mode:horizontal-tb; */
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}
.project-fixed{
    position: fixed;
    top: 20%;
}
.pro-fixed-item span{
    display: none;
}
.pro-fixed-item:hover{
    width: 120px;
    padding-right: 10px;
}
.pro-fixed-item:hover span{
    display: block;
    float: right;
}

@media(max-width:768px){
.project-container{
height:70px;
}
.project-container a{
height:70px;}
.project-pri{
height:300px;
}

.xg a img{
height:60px;
}
}