#head{
    height: auto;
}
.header-bg{
    position: relative;
    height: 279px;
}
.header-bg>img{
    width: 100%;
    height: 280px;
}
.header-title img{
    padding: 0 10px;
}
.header-content-wrap{
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left:0 ;
}
.header-title{
    position: absolute;
    top: 38%;
    left: 54%;
}
.header-title h2{
    color: #FFFFFF;
    letter-spacing:5px;
    font-size:28px;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
}
.header-title h2:last-child{
    text-indent: 24px;
}
/*div:after{*/
    /*content: "";*/
    /*display: block;*/
    /*clear: both;*/
/*}*/
/*
*content
*/
#content{
    display:block;
}
.content-wrap{
    width: 100%;
    height: 594px;
    background: #F2F2F2;
}

.content-title{
    width: 240px;
    margin: 0px auto 86px;
    text-align: center;
 }
#content{
    width: 1000px;
    margin: 0 auto;
    padding-top: 90px;
}
#content:after{
    content: "";
    display: block;
    clear: both;
}

.container{
    width: 200px;
    /*height: 500px;*/
    float: left;
    text-align: center;
}
.content-title h2{
    color: #1E252C;
    font-size: 26px;
    margin-bottom: 10px;
}
.content-title h5{
    color: #3B3B3B;
    font-size: 16px;
}
/*
*公司简介
*/
.companyinfo{
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 80px;
}
.infocontent{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 50px 30px 0;
}
.infocontent h1{
    font-size: 22px;
    color: #444444;
    text-align: center;
    padding-bottom: 12px;

}
.infocontent .line{
    width: 90px;
    border-bottom: 2px solid #0382FE;
    margin: 0 auto 40px;
}
.infocontent p{
    text-indent: 34px;
    line-height: 22px;
    color: #828282;
    margin-bottom: 40px;
}
/*翻转图片*/
.flip-container {
    perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 200px;
    height: 105px;
    text-align: center;
    margin-bottom: 30px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.container-title{
    font-size: 22px;
    color: #1F252D;
    margin-bottom: 15px;
}
.container p{
    color: #858585;
    font-size: 14px;
}
.cmline{
    width: 90px;
    border-bottom: 2px solid #0382FE;
    margin: 0 auto 20px;
}
/*地图*/
.map-wraps{
    width: 100%;
    height: 560px;
    background: #FFFFFF;
}
.wraps{
    width: 1000px;
    height: 450px;
    margin: 0 auto;
    padding-top: 110px;
}
.wraps:after{
    content: "";
    display: block;
    clear: both;
}

#maps{
    width: 464px;
    height: 335px;
    border: 1px solid #DDDDDD;
    float: left;
    margin-right: 80px;
}
.infos{
    float: left;
    margin-top: 50px;
}
.infos h2{
    /*text-align: center;*/
    color: #1E252C;
    font-size: 26px;
    margin-bottom: 60px;
}
.infos p{
    color: #4C4C4C;
    /*height: 18px;*/
    line-height: 26px;
}