@font-face {
    font-family: MyriadPro-Regular;
    src:url('../font/MyriadPro-Regular.otf');
}
@font-face {
    font-family:GaramondPremrPro;
    src:url('../font/GaramondPremrPro.otf');
}
@font-face {
    font-family: MyriadPro-BoldIt;
    src:url('../font/MyriadPro-BoldIt.otf');
}
html{
    overflow-x:hidden;
}
.main-box{
    padding-bottom: 92px;
}
.f_content>div{
    position: relative;
}
div[class*='col']{
    padding:0;
}
.main-box>div:nth-child(1){
    margin-top: calc(55px + 27px);
    margin-bottom: calc(px - 27px);
}
.main-box p{
    width: 100%;   
   
}
.main-box p a{
    color: #35289e;
    text-decoration: underline;
}

.title_line{
    width:500px;
    height:0;
    border:1px solid #707070;
}
.title_block{
    width:147px;
    height:55px;
    line-height: 55px;
    font-size: 36px;
    background:#707070;
    color:#fff;
    /*font-family:AGaramondPro-Regular;*/
    text-align:center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.main-box>div:nth-child(2){
    width:100%;
}
.container-fluid{
    margin:0;
}
.find_us{
    width:100%;
    height:725px;
    background:transparent;
    position:relative;
}
.contact_way{
    background:url(../images/contact_waybg.png)no-repeat;
    color:#fff;
   /* font-family: MyriadPro-Regular;*/
    font-size: 16px;
    width:53.3%;
    padding:87px 0 81px;
    position:absolute;
    top:-59px;
}
.contact_way>div{
    margin-bottom: 40px;
    /*display: inline-block;*/
    padding-left:35.5%;
}
.contact_way>div:last-child{
    margin-bottom: 0;
}
.top_line{
    width:18px;
    height:1px;
    background:#fff;
}
.web i{
    width:20px;
    height:3px;
    background:#fff;
    display: none;
}
.web{
    margin-bottom: 7px;
}
.contact_way>div p{
    line-height: 25px;
}
.map{
    position: absolute;
    top:146px;
    margin-left: 6%;
    /*right:18.75%;*/
    z-index:5;
}
.map>div{
    position: relative;
    width:100%;
}
.map_photo{
    position: absolute;
    left:18px;
    top:16px;
}
.map_photo iframe{
    display: inline-block;
    width:100%;
    height:100%;
}
/*交通方式*/
.location{
    height:100%;
    width:1200px;
    margin:170px auto 0;
    /*font-family: "微软雅黑";*/
}
.location>div{
    font-size: 18px;
}
.location div.how span{
   /* border-bottom:1px solid #575757;*/
    color:#575757;
    padding:0 2px 2px 0;
    font-size: 16px;
}
form{
    margin-top:46px;
}
form>div{
    float:left;
}
.l_way>div{
    width:120px;
    /*height:44px;*/
    border:2px solid #d2ac67;
    float:left;
    text-align:center;
    line-height: 44px;
    cursor: pointer;
    background:#fff;
}
.l_way>div:hover,.l_way>div.on{
    background: #d2ac67;
}
.l_way>div i{
    display: inline-block;
    vertical-align: middle;
}
.l_way>div:nth-child(1) i{
    width:32px;
    height:30px;
    background-image:url(../images/taxi.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.l_way>div:hover:nth-child(1) i,.l_way>div.on:nth-child(1) i{
    background-position: -32px 0;
}
.l_way>div:nth-child(2) i{
    width:23px;
    height:32px;
    background-image:url(../images/bus.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.l_way>div:hover:nth-child(2) i,.l_way>div.on:nth-child(2) i{
    background-position: -23px 0;
}
.l_way>div:nth-child(3) i{
    width:21.5px;
    height:32px;
    background-image:url(../images/walk.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.l_way>div:hover:nth-child(3) i,.l_way>div.on:nth-child(3) i{
    background-position: -21.5px 0;
}
.enter>div{
    float:left;
    vertical-align: top;
}
.enter p{
    font-size: 14px;
    color:red;
    padding:5px 0;
    display: none;
}
input[name='location']{
    border:2px solid #d2ac67;
    display: inline-block;
    line-height: 42px;
    font-size: 18px;
    padding-left:30px;
    height:48px;
}
.button,.button:hover,.button:focus{
    display: inline-block;
    background:#d2ac67;
    color:#fff;
    width:124px;
    height:48px;
    text-align:center;
    line-height: 48px;
    font-size: 18px;
}
.mobile_click{
    width:55px;
    height:5px;
    border-radius: 3px;
    background: #fff;
    opacity: .2;
    display:none;
    margin:0 auto;
    margin-bottom: 20px;
}

@media screen and (max-width:1200px){
    .contact_way>div{
        padding-left:6%;
    }
    .location{
        width:970px;
    }
    .map{
        width:60%;
    }
    .border{
        width:100%;
    }
    .map_photo{
        width:95%;
        left:0;
        right:0;
        top:50%;
        margin:0 auto;
        transform: translate(0,-50%);
    }
    .location{
        margin-top:100px;
    }
}
@media screen and (max-width:1000px){
    .location{
        width:770px;
        margin-top:60px;
    }
    .l_way>div,.button, .button:hover, .button:focus{
        width:100px;
    }
    input[name='location']{
        padding-left:15px;
    }
}
@media screen and (max-width:768px){
    .main-box p{
        margin:0;
    }
    .contact_way,.map,.location{
        width:100%;
    }
    .contact_way{
        margin-top:-50px;
    }
    .border,.top_line{
        display:none;
    }
   /* .map_photo{
        width:100%;
        height:626px;
        background: url(../images/map.png)no-repeat center top;
    }*/
    .main-box,.container-fluid{
        padding:0;
    }
    form>div,.l_way,.enter>div,input[name='location'], .button, .button:hover, .button:focus{
        display: block;
        float:none;
        width:100%;
    }
    .enter>div:nth-child(1){
        margin:24px 0 18px;
    }
    form{
        margin-top:24px;
    }
    .location{
        width:100%;
        background:rgba(0,0,0,.6);
        padding:0 10px;
        position:absolute;
        top:0;
        left:0;
        right:0;
        height:auto;
        z-index:10;
        padding-top:14px;
        margin:0 auto;
        border-bottom-right-radius:12px;
        border-bottom-left-radius:12px;
    }
    .my-container,nav,.top,.nav-box,.map{
        padding-right:15px;
        padding-left:15px;
    }
    .l_way>div{
        width:33.3%;
    }
    .find_us{
        background:transparent;
        height:auto;
    }
    .location div.how span{
        /*font-family:GaramondPremrPro;*/
        color:#d2ac67;
        border:0;
        font-size: 24px;
    }
    .mobile_click{
        display: block;
        margin-top:20px;
    }
    .map,.contact_way,.map_photo{
        position:relative;
        top:0;
        transform: translate(0,0);
        width:100%;
        z-index:3;
    }
    .map{
        height: auto;
        z-index:5;
    }
    .main-box>div:nth-child(1){
        margin-bottom:calc(42px - 27px);
        margin-top:calc(42px + 27px);
    }
    .contact_way{
        padding:106px 0 46px;
    }
    .contact_way>div{
        padding-left:50px;
    }
    .contact_way>div p{
        padding-left:35px;
    }
    .web i,.web{
        display: inline-block;
        vertical-align: middle;
        /*font-family: MyriadPro-BoldIt;*/
        font-size: 24px;
        margin-bottom: 7px;
        padding-left:0 !important;
    }
    .web i{
        margin-right:15px;
    }
    input[name='location']{
        padding-left:10px;
        /*font-family:GaramondPremrPro;*/
    }
}
@media screen and (max-width:500px){
    .contact_way>div{
        padding-left:40px;
    }
}
@media screen and (max-width:400px){
    input[name='location']{
        font-size:14px;
    }
    .location div.how span{
        font-size: 20px;
    }
    .contact_way>div{
        padding-left:20px;
    }
    .web i{
        margin-right:5px;
    }
    .contact_way>div p{
        padding-left:25px;
    }
    .web{
        font-size: 20px;
    }
}
@media screen and (max-width:370px){
    .contact_way>div{
        padding-left:15px;
    }
    .contact_way{
        font-size: 15px;
    }
    .web i{
        width:15px;
    }
    .contact_way>div p{
        padding-left:20px;
    }
    .enter>div:nth-child(1){
        margin:20px 0 15px;
    }
}
/*修改标题样式开始===========================*/
.main-box>div:nth-child(1){
    margin-top: calc(23px + 27px);
    margin-bottom: calc(27px - 27px);
}
.proTitle span{
    display:block;
    width:200px;
    height:2px;
    background:#000;
    margin:10px auto 10px;
}

.main-box>p{
    color:#af772a;
    font-size:20px;
    margin-bottom:50px;
}

/*修改标题样式结束================================*/

/*修改地图位置的图片 开始================================*/
.find_us_img{

    width: 65%;
    height: 100%; 
   /* width:auto;
    height:auto;*/
    /*background: #000; */
    position: absolute;
    left: 30%; 
    overflow: hidden;

}
.find_us_img>img{
    width: auto;
    height: auto;
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}
.map{
    position: absolute;
    top:20px;
    margin-left: 6%;
    /*right:18.75%;*/
    z-index:5;
}

/*修改地图位置的图片 结束================================*/


/*修改字体 how to  reach us 开始============================*/

.location div.how span{
   /* border-bottom:1px solid #575757;*/
    color:#575757;
    padding:0 2px 2px 0;
    font-size: 24px;
}
.location .transprot{
    margin-top: 45px;
    font-size: 24px;
}

/*修改字体 how to  reach us 结束====================*/

.transprot span{
    display:inline-block;
}
.transprot .btn{
    background: transparent;
    border:none;
    color:#000;
    font-size: 20px;
}


/*修改媒体查询开始=======================================*/
@media (max-width:768px){
    .main-box p a{
        color:#d2ac67;
    }
   html{
    font-size: 16px;
   }
    .map{
    width: 100%;
    position: absolute;
    top:0;   
    left:0;
    z-index:5;
    padding-left: 0;
    /*margin-left: 2.3%;*/
    }

.location div.how span{
    font-size: 30px;
    color: #d2ac67;
    }

.location .transprot{
    color:#d2ac67;
    font-size:1.84rem;
}
.map_photo {
    
            width: 350px;
            height: 600px;
        }

.mediaInfo{
    width: 767px;
    /*height:768px;*/
    background: #d2ac67;
    /*margin-top:700px;*/
    padding:5% 0 15% 0;
}

.media-body{
    padding-left: 5%;
    color: #fff;
    font-size: 20px;
    float: none;
}

.media-body>p{
    width:15px;
    height:3px;
    background: #fff;
    margin-bottom:15px;
}
.media-body>h4,.media-body>span{
    display:block;
    color: #fff;
    margin-bottom: 10px;
}

.d_change{
    width: 15px;
    height: 15px;
    margin-left: 15px;
}

.transprot .btn{
    background: transparent;
    border:none;
    color:#d2ac67;
    font-size: 18px;
}
.main-box>div.proTitle{
    margin-top: 30px;
}
.proTitle span{
    display:block;
    width:200px;
    height:1px;
    background:#000;
    margin:10px auto;
}
.main-box p.text-center{
    margin-bottom: 30px;
}
}

@media (max-width:768px){
    .location{
        position: static;
        z-index: 75;
    }
    .map{
        position: static;
        margin-left: 0;
        margin: 0 auto;
        padding:0;
    }
}
/*修改媒体查询结束=======================================*/
/*
图标开始==========================
 */


/*图标结束==========================
 */

