#bkBody.cus {
    /*background-image: url(../img/bk_abo.jpg);*/
    background-size: cover;
}
.cus .mainInfo{
    text-align: center;
    font-size: 14px;
    line-height: 250%;
    -webkit-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
    float: left;
    width: 56%;
    padding: 50px 25px;
    text-align: left;
    overflow: hidden;
}
.cus .mainInfo p{
    margin: 25px 5px;
    
}
.cus .contentBanner{
    width: 100%;
    display: block;
    padding-bottom: 26%;
    /*background: url(../img/ContactBanner-01.jpg) left top no-repeat ;
    background-size: cover;*/
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;   
}


.cus .mainContent {
    overflow: hidden;
    margin-bottom: 2.5%;
}

.cus .cusmain{
    width: 100%;
    display: block;
}
.cus .mainContent h1 {
    position: absolute;
    
}


.cus .mainInfo_right{
    float: left;
    padding: 50px 14px;
    width: 44%;
    font-size: 12px;
    background-color: rgba(0,0,0,0.4);
    overflow: auto;
}
.cus textarea, .inputContact,.inputBtn{
    border: 1px solid #FFF;
    background-color: rgba(0,0,0,0.4);
}
.cus label{
    font-size: 1em;
    min-width: 72px;
    width: 15%;
    float: left;
}
.inputBtn{
    font-size: 1em;
    min-width: 72px;
    width: 25%;
    float: left;
}
.cus .inputContact{
    width: 80%;
    height: 30px;
    float: right;
    vertical-align: middle;
     font-size: 1em;
    padding: 2px;
    color: #FFF;
    line-height: 150%;
}
.cus .mainInfo form{
    width: 100%;
}
.cus .inputMix{
    width: 100%;
    clear: both;
    padding-top: 5px;
    float: left;
}
.cus textarea{
    width:100%;
    float: right;
    display: block;
    height: 100px;
}

.mapbtn{
    width: 60px;
    height: 18px;
    background: url(../img/Mapbtn-01.png) center top no-repeat;
    display: block;
}
.mapbtn:hover{
    
     background: url(../img/Mapbtn-02.png);
}
.address{
    font-family: "impact"
}

.cus .partnerList{
    width: 100%;
    
}

.cus .partnerList a{
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    float: left;
    margin-top: 5px;
    height: 60px;
    color: #FFF;
  border-radius: 7.5px 7.5px 7.5px 7.5px;
    -moz-border-radius: 7.5px 7.5px 7.5px 7.5px;
    -webkit-border-radius: 7.5px 7.5px 7.5px 7.5px;
}

.cus .partnerList a img{
    width:20%;
    margin: 5px;
    vertical-align: middle;
}

.cus .partnerList a i{
    font-size: 16px;
    text-align: right;
    float: right;
    display: block;
    width:70%;
    margin-top: 40px;
    margin-right: 5px;    
}

.cus .partnerList a:hover{
    background-color: rgba(255,255,255,0.9);
    color: #666;
}