
/* 关于我们背景图 */
.contact_bg1 {
    width: 100%;
    position: relative;
}

.contact_bg1 img {
    width: 100%;
}

.banxin {
    position: absolute;
    top: 50%;
    left: 21%;
    margin-top: -34px;
}


.aboutUsBtn {
    /* position: absolute;
    left: 410px;
    top: 100px; */
    border: 1px solid #fff;
    width: 236px;
    height: 68px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 68px;
}

.aboutUsBtn a {
    color: #fff;
}

.aboutUsBtn a:hover {
    cursor: pointer;
}


.mask {
    width: 237px;
    height: 69px;
    background-color:#fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
}


/* 内容 */

.contact_content {
    width: 100%;

}

.contact_cont {
     width: 1100px;
     height: 100%;
     margin: 0 auto;
}

.contact_content .contact_nav {
    height: 92px;
    width: 100%;
}

.contact_nav .contact_nav1 {
    padding-top: 18px;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    font-size: 14px;
}


.locale {
    color: #676767;
}

.about_us {
    color: #989898;
}

.nav_current {
    color: #053982;
}

.contact_aside {
    width: 280px;
    height: 100%;
}

.contact_aside ul li{
    display: inline-block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}


.contact_current{
    background-color: #012173;
	color:#FFF
}

.contact_current a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.aside_item {
    float: left;
}

.contact_aside ul li i.iconfont {
    float: right;
    font-size: 12px;
}

.contact_aside ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* 右边内容 */
.content_us {
    width: 768px;
    height: 100%;
    margin-bottom: 103px;
}


.content_us_top {
    height: 37px;
    width: 100%;
    border-bottom: 1px dotted #e5e5e5;
}

.content_us_top .us {
    font-size: 24px;
    color: #012173;
    height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-bottom: 2px solid #012173; 
}


.contact_fangshi {
    height: 360px;
    width: 100%;
    overflow: hidden;

}

.contact_fangshi ul {
    width: 100%;
    height: 178px;
    box-sizing: border-box;
    margin: 80px auto 0 auto;
}

.contact_fangshi ul li {
    float: left;
    width: 33%;
    text-align: center; 
}

.contact_fangshi ul li span {
    display: block;
    font-size: 14px;
}

.contact_fangshi ul li span.fangshi {
    padding-top: 42px;
    color: #333;
}

.contact_fangshi ul li .line2 {
    width: 21px;
    height: 1px;
    background-color: #7f7f7f;
    margin: 14px auto 31px auto;
}

.contact_fangshi ul li .con {
    color: #666;
    line-height: 2;
}

.contact_fangshi ul li .con span.em{
    text-indent: 4em;
}


.fangshi_pic {
    display: block;
    width: 72px;
    height: 55px;
    margin: 0 auto;
}


.map {
    width:768px;
    height:396px;
    border:#ccc solid 1px;
}




    .out{
        width:253px;height:90px;
        margin:20px auto;
        overflow: hidden;
        position: relative;
    }
    .inner{
        width:253px;height:261px;
        margin:0px auto;
    }
    .inner:after{
        content:"";
        display: block;
        clear:both;
    }

    .scrollbar{
        width:3px;height:90px;
        background:#999;
        position: absolute;
        top:0;
    }
    
    .scrollbar1 {
        right:10px;
    }



    .scrollbtn{
        width:100%;height:50px;
        background:#012173;
        border-radius:20px;
        position: absolute;
        cursor: pointer;
    }


    .scrollbar, .scrollbar2, .scrollbar3{
        opacity: 0.8;
    }
     .scrollbtn, .scrollbtn2, .scrollbtn3 {
        opacity: 0.7;
     }



    .out2{
        width:273px;height:90px;
        margin:20px auto;
        overflow: hidden;
        position: relative;
    }
    .inner2{
        width:222px;height:144px;
        margin:0px auto;
    }
    .inner2:after{
        content:"";
        display: block;
        clear:both;
    }

    .scrollbar2{
        width:3px;height:90px;
        background:#999;
        position: absolute;
        top:0;
    }

    .scrollbar2 {
        right:0px;
    }

    .scrollbtn2{
        width:100%;height:50px;
        background:#012173;
        border-radius:20px;
        position: absolute;
        cursor: pointer;
    }


    .out3{
        width:235px;height:90px;
        margin:20px;
        overflow: hidden;
        position: relative;
    }
    .inner3{
        width:185px;height:111px;
        margin:0px auto;
    }
    .inner3:after{
        content:"";
        display: block;
        clear:both;
    }

    .scrollbar3{
        width:3px;height:90px;
        background:#999;
        position: absolute;
        top:0;
    }

    .scrollbar3 {
        left:232px;
    }

    .scrollbtn3{
        width:100%;height:50px;
        background:#012173;
        border-radius:20px;
        position: absolute;
        cursor: pointer;
    }

