.w1025{
    /*width:1025px;*/
    text-align:left; margin:0 auto;
}

.e7a_noline, .e7a_noline:link, .e7a_noline:visited {
    color: #108232;
    text-decoration: none;
}

.contact_title_img{
    /*width: 1025px;*/
    margin-bottom: 35px;

    /*height: 170px;*/
    padding: 0;
}
.contact_title_img img{
    width: 100%;
    padding: 0;
    margin: 0;
}

.right_sidebar_contact{
    /*width: 744px;*/
    width: 76%;
    background-color:#f5f7f6 ;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 20px;
}

.location_contact{
    /*width: 744px;*/
    padding-left: 22px;
    padding-top: 0px;
    width: 76%;
    text-align: left;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}


.newticket_box_contact{
    border: 1px solid #e1e1e1;
    margin: 20px 20px  20px 0;
    padding: 0 20px 20px 0;
    background-color: #fff;
}


.info_contact{
    border: 1px solid #e1e1e1;
    margin: 20px 20px  20px 0;
    padding: 20px 20px 40px 20px;
    background-color: #fff;
    color: #888888;
}
.info_contact strong{
    color: #333;
}


.info_contact a{
    color: #108232;
    text-decoration: underline;
    font-size: 12px;

}

.title_contact{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}

.form_box_contact{
    height: 48px;
    padding: 0 10px;
    /*margin-bottom: 3px;*/
    vertical-align: middle;
}

.form_box_contact label {
    display: block;
    width: 85px;
    height: 28px;
    line-height: 34px;
    float: left;
    padding-left: 10px;
    font-size: 12px;
    color: #888888;
}
.form_box_contact .input {
    display: block;
    float: left;
    margin-right: 20px;
    height: 34px;
    width: 196px;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
}

.form_box_contact input[type=text] {
    height: 24px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    width: 196px;
    vertical-align: middle;
    margin-top: 4px;
}

.form_box_contact textarea {
    width: 398px;
    height: 118px;
    border: 1px solid #e1e1e1;
}


.form_box_contact .test_picbox {
    height: 31px;
    line-height: 31px;
    margin-right: 20px;
    float: left;
    padding-top: 3px;
}


.form_box_contact .refresh {
    display: block;
    float: left;
    margin-right: 20px;
    line-height: 34px;
    height: 34px;
}



.left_sidebar_contact {
    /*margin-top: 20px;*/
    padding: 6px 0;
    /*width: 244px;*/
    width: 22%;
    overflow: hidden;
}

.lf_part_box_contact  h3 {
    background: #108232;
    height:36px;
    line-height: 39px;
    padding-left:20px;
    color: #fff;
    padding-bottom: 2px;
}

.lf_part_box_contact{
    /*width: 242px;*/
    overflow: hidden;
}


.lpb_content_contact {
    /*width: 242px;*/

    overflow: hidden;
    padding-bottom: 5px;
}


.lpb_content_contact ul{

    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;

}

.lpb_content_contact ul li {
    height: 36px;

    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}



.lpb_content_contact ul li a{
    padding-left: 10px;
    line-height: 32px;
    font-size: 12px;
    color: #888888;
}

.color_E8BB00{
   color: #108232;
}



.lpb_content_contact_default{
    /*display: none;*/
    width: 0;
    height: 0;
    border-left: 9px solid #BDBDBD;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
   position: absolute;
    right: 20px;
    top: 11px;
}

.lpb_content_contact_select{
    /*display: none;*/
    width: 0;
    height: 0;
    border-left: 9px solid #108232;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 20px;
    top: 11px;
}


.lpb_content_contact_color{
    color: #108232;
}

@media(min-width: 0px) and (max-width: 991px) {
    .left_sidebar_contact{
        width: 100%;

    }
    .contact_title_img{
        margin-bottom: 10px;
    }
    .lf_part_box_contact  h3 {
        background: #fff;
        font-size: 16px;
        color: #333;
        border-top: 3px solid #108232;
        height: 100%;
        padding: 10px 0px 8px 20px;
    }
    .form_box_contact input[type=text]{
        line-height: 0px;
    }
    .lpb_content_contact_default{
        background: url(../image/icon_arrow_d.png);
        width: 8px;
        height: 14px;
        border: 0px;
        top: 15px;
    }

    .lpb_content_contact_select{
        background: url(../image/icon_arrow_s.png);
        width: 8px;
        height: 14px;
        border: 0px;
        top: 15px;
    }
    .w1025{
        background: #eee;
    }
    .left_sidebar_contact{
        padding: 16px 0px 15px 0px;
    }
    .right_sidebar_contact{
        width: 100%;
        padding-left: 0px;
        border: 1px solid #e1e1e1;
    }

    .info_contact{
        margin: 0px;
        border: 0px;
    }
    .newticket_box_contact{
        margin: 10px 0px 10px 0px;
        border: 0px;
    }
    #code-info{
        float: none;
        margin-top: 25px;
        text-align: right;
    }
    .tncode{
        /*width: 280px;*/
    }
    .form_box_contact{

    }
    .form_box_contact textarea{
        width: 250px;
    }
    .lpb_content_contact_default{
        top: 20px;
    }
    .lpb_content ul li{
        padding-left: 20px;
    }
    .right_sidebar{
        width: 100%;
    }
    .user_button{
        padding-left:160px;
    }
}

@media(min-width: 0px) and (max-width: 520px) {
    .form_box_contact label{
        width: 70px;
    }
    .tncode{
        width: 100%;
    }
    #Description{
        width: 100%;
    }
    #contactus-btn{
        margin:0 auto;
    }
    .user_button{
        padding-left: 0px;
    }
}


