#content{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 20;
} 
.mobile_select,.phone_table{
    display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */ color:#5f5f5f ;font-size: 15px;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#5f5f5f ;font-size: 15px; opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#5f5f5f ;font-size: 15px; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#5f5f5f ;font-size: 15px;}
footer{
    opacity: 1;background-color: transparent;
}
#inner_content,#banner > h1{
    opacity: 0;
}



#inner_content #where{
        font-size: 15px;
    display: block;
    color: #434343;
    letter-spacing: 1px;opacity: 0;
    font-weight: 500;
    padding-top: 18px;
    margin-top: 15px;    
    position: relative;
        max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}
#inner_content #where span{
        margin-left: 2px;
}
#inner_content #where a{
    color: #434343;
}
#inner_content #where:after{
background-color: #434343;
    width: 0;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
            -webkit-transition:all .6s .5s ease;
    -moz-transition:all .6s .5s ease;
    -o-transition:all .6s .5s ease;
    -ms-transition:all .6s .5s ease;
    transition:all .6s .5s ease;
}
#inner_content #where.active:after{
    width: 20px;
}
/*#banner > h1:after{
    display: none;
}*/

#contact{
    z-index: 5;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto;
    margin-top: 0;    margin-bottom: 40px;
display: block;
position: relative;
width: 100%;
}
#contact #left{
    float: left;
    width: 50%;
    position: relative;
    display: block;
}
#contact #left #box{
    width: 320px;
    display: block;
    position: relative;
    float: right;
    margin-right: 10%;
    margin-top: 58px;
}
#contact #left h1{
    font-size: 40px;
    display: block;
    font-weight: 100;
    margin-bottom: 48px;
    margin-top: 60px;
}
#contact #left .form_block{
    display: block;
    width: 100%;
    position: relative;
}
#contact #left .form_block .line{
display: block;
    width: 100%;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #2a2a2a;
}
#contact #left .form_block .line label{
    font-size: 15px;
    color: #5f5f5f;
    float: left;
    width: 40%;
    line-height: 28px;
}
#contact #left .form_block .line .inputbox{
        height: 24px;
    border: 0;
    width: 60%;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    background-color: transparent;
}
#contact #left .form_block .send_mail{
    width: 216px;
    font-size: 18px;
    letter-spacing: 3px;
    display: block;
    text-align: center;position: relative;
    margin: 30px auto;cursor: pointer;
    -webkit-transition:all .6s .2s ease;
    -moz-transition:all .6s .2s ease;
    -o-transition:all .6s .2s ease;
    -ms-transition:all .6s .2s ease;
    transition:all .6s .2s ease;
}

#contact #left .form_block .send_mail span{
    position: relative;
    z-index: 3;
}
#contact #left .form_block .send_mail:before{
    content: '';
    background-color: #d81718;
    left: 0;
    top: 11px;position: 1;
    width: 32px;
    height: 1px;
    display: block;
    position: absolute;
        -webkit-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    -moz-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    -o-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    -ms-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    transition:width .3s .1s ease,top .3s ease,height .3s ease;
}
#contact #left .form_block .send_mail:after{
    content: '';
    background-color: #d81718;
    right: 0;position: 1;
    top: 11px;
    width: 32px;
    height: 1px;
    display: block;
    position: absolute;
        -webkit-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    -moz-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    -o-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    -ms-transition:width .3s .1s ease,top .3s ease,height .3s ease;
    transition:width .3s .1s ease,top .3s ease,height .3s ease;
}
#contact #left .form_block .line.selects{
    padding: 0;
}
#contact #left .form_block .styled_select{
    width: 100%;
    height: 55px;
    overflow: hidden;
    background: url(../images/qa_c.png) no-repeat 96%;
    border: 0;
    margin-bottom: 0;
}
#contact #left .form_block .styled_select select{
  background: transparent;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #5f5f5f;
  height: 55px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
#contact #left .form_block .styled_select select::-ms-expand{
    display: none;
}
#contact #left .form_block .line textarea{
        display: inline-block;
    width: 100%;
    margin-top: 8px;
    height: 51px;
    border: 0;font-size: 16px;
    background-color: transparent;
}

#contact #right{
    float: right;
    width: 50%;
    height: 700px;
    position: relative;
    display: block;letter-spacing: 1px;
}
#contact #right .map_slider{
        display: block;
    width: 100%;
    height: 100%;
}
#contact #right .map_slider .map{
        display: block;
    width: 100%;    z-index: 1;
    height: 100%;position: relative;
}
#contact #right .map_slider li{

    width: 100%;
    height: 100%;position: relative;  
}
#contact #right .map_slider a{
    color: white;    display: inline-block;
}
#contact #right .map_slider .map iframe{
           display: block;
    width: 100%;
    height: 100%;
    position: absolute; z-index: 1;
}
#contact #right .map_slider .info_text{
position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;left: 0;
    top: 0;
    background-color: rgba(202, 0, 1, 0.82);
    color: white;
        transform: translateX(10%);opacity: 0;
            -webkit-transition:all 1s  ease;
    -moz-transition:all 1s  ease;
    -o-transition:all 1s  ease;
    -ms-transition:all 1s  ease;
    transition:all 1s  ease;
}
#contact #right .map_slider li.active .info_text{
    transform: translateX(0%);opacity: 1;
}
#contact #right .map_slider li{
    overflow: hidden;
}
#contact #right .map_slider .info_text .box{
    width: 410px;
    height: 492px;
    border: 1px solid white;
    padding: 50px;
    display: block;
    margin: 0 auto;
    top: 50%;
    position: relative;font-size: 16px;line-height: 25px;
    margin-top: -246px;
}
#contact #right .map_slider .info_text h3{
    font-size: 36px;
    font-weight: 100;
    display: block;
    line-height: 45px;
    margin-bottom: 30px;
}
#contact #right .map_slider .info_text .addr{
        display: block;
    margin-bottom: 40px;
}
#contact #right .map_slider .info_text .tel{

    display: block;
       padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
#contact #right .map_slider .info_text .tel b{
        display: inline-block;
    width: 21%;
    font-weight: 100;
    float: left;
}
#contact #right .map_slider .info_text .tel span{
        display: inline-block;
    width: 78%;
}

#contact #right .map_slider .info_text .info{
        display: block;
    width: 100%;
}
#contact #right .map_slider .info_text .info .line{
     display: block;
    margin-bottom: 0;
    padding: 12px 0;
    width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
#contact #right .map_slider .info_text .info .line:after{
    content: '';
    display: block;
    clear: both;
}
#contact #right .map_slider .info_text .info .line b{
        float: left;font-weight: 100;
    width: 21%;

}
#contact #right .map_slider .info_text .info .line div{
        float: left;
    width: 78%;

}
#contact #right .map_slider .info_text .info .line div a{
    color: white;   
}
#contact #right .map_slider .info_text .info .line:last-child{
    border-bottom: 0;
}

#contact #right .bx-wrapper .bx-pager.bx-default-pager a{
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.64);
    border-radius: 50%;
}

 #contact #right .bx-wrapper .bx-pager.bx-default-pager a.active{
background-color: white;
}
#contact #right .bx-wrapper .bx-pager .bx-pager-item, #contact #right .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    width: 60px;
}
#contact #right .bx-wrapper .bx-pager{

}



@media only screen and (max-width: 1200px) {


}





@media only screen and (min-width: 1025px) {
#contact #right .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background-color: white;
}

#contact #left .form_block .send_mail:hover{
    color: white;
}
#contact #left .form_block .send_mail:hover:before{
width: 100%;
    top: -7px;
    height: 32px;
        -webkit-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    -moz-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    -o-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    -ms-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
}
#contact #left .form_block .send_mail:hover:after{
width: 100%;
    top: -7px;
    height: 32px;
        -webkit-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    -moz-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    -o-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    -ms-transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
    transition:width .4s ease,top .4s .3s ease,height .4s .3s ease;
}





}


@media only screen and (max-width: 1024px) {
#inner_content .bg_show{
   /* display: none;*/    background-position: center;
}
#inner_content{
    width: 100%;
}
#inner_content #where{

    margin-bottom: 0;
    font-size: 14px;
    margin-top: 0px;
    color: #7D7D7D;
    font-weight: 300;
    width: 100%;max-width: 100%;
}
#inner_content #where a{
    font-size: 14px;
    margin-top: 0px;
    color: #7D7D7D;
    font-weight: 300;
}

#contact #left{
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 45px;
}
#contact #right{
    float: none;
    width: 90%; margin:0 auto;

}
#contact #left #box{
    float: none;
    width: 100%;
}

#contact #left h1{
        margin-bottom: 30px;
    margin-top: 42px;
}
#contact #left .form_block .line label{
    position: absolute;width: auto;z-index: 1;
}
#contact #left .form_block .line .inputbox{
    width: 100%;z-index: 3;
    padding-left: 135px;
}
#contact #right,#contact #right .map_slider .map{
    height: 700px;
}
#contact #left .form_block .line textarea{
    margin-top: 33px;
}
#contact #left .form_block .styled_select{
    background-position: 98%;
}

}


@media only screen and (max-width:750px) {

}

@media only screen and (max-width: 600px) {



}



@media only screen and (max-width: 500px) {
#contact #left{
    width: 85%;
    margin: 0 auto;
    padding-bottom: 45px;
}
#contact #right{
    width: 100%;

}
#contact #right .map_slider .info_text .box{
    width: 276px;
    padding: 22px;    font-size: 15px;
}
#contact #right .map_slider .info_text h3{
    font-size: 26px;
}
#contact #right .map_slider .info_text .info .line b,
#contact #right .map_slider .info_text .tel b{
    width: 26%;
}
#contact #right .map_slider .info_text .info .line div ,#contact #right .map_slider .info_text .tel span{

    width: 73%;
}



}


@media only screen and (max-width: 415px) {


}