/* 
    Created on : 2017-3-27, 16:37:16
    Author     : CHEEE, All Rights Reserved.
*/
.contact-map{
    width: 100%;
    height: 100%;
}
.contact-map>div{
    height: 100%;
}
#cd-zoom-in {
    margin-top: 50px;
    margin-bottom: 1px;
    margin-left: 50px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 32px 64px;
    opacity: .8;
    background: url(../img/cd-icon-controller.svg) no-repeat #181818;
    background-position: 50% 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-out {
    margin-left: 50px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 32px 64px;
    opacity: .8;
    background: url(../img/cd-icon-controller.svg) no-repeat #181818;
    background-position: 50% -32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.banner-title{
    font-size: 30px;
    line-height: 36px;
    height: 36px;
    position: relative;
    bottom: 55px;
    font-weight: bold;
}
.experience{
    height: 2200px;
    margin-top: 116px;
    margin-bottom: 116px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.ex-box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ex-left{
    width: calc(100% - 445px);
    padding-left: 15px;
}
.ex-right{
    width: 400px;
    margin: 0 15px;
    height: 2068px;
    background: url("../img/skyline.png") right no-repeat;
    background-size: cover;
    float: right;
}
.float-left{
    float: left;
}
.item{
    padding-bottom: 32px;
}
.hide{
    color: white;
}
.ex-title{
    font-size: 80px;
    font-family: 'Montserrat-Light';
    padding-left: 205px;
    height: 80px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    position: relative;
    top: 0px;
    left: 0px;
}
.ex-line{
    border: 1px solid #C30D23;
    width: 465px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    top: 90px;
    left: 205px;    
}
.ex-des{
    font-size: 24px;
    font-family: 'Montserrat-Light';
    line-height: 40px;
    float: right;
    padding-right: 90px;
    text-align: right;
    height: 80px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.ex-sub-des{
    width: 370px;
    height: 34px;
    line-height: 17px;
    font-size: 14px;
    color: #686868;
    padding-top: 109px;
    font-weight: 200;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    position: relative;
}
.ex-sub-des div{
    float: right;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
#special-1{
    width: 319px;
}
#special-2{
    width: 243px;
}
#special-3{
    width: 309px;
}
#special-4{
    width: 329px;
}
.ex-detail{
    min-height: 370px;
    width: 370px;
    position: absolute;
    display: none;
    z-index: 10;
}
.ex-img{
    width: 370px;
    height: 278px;
    
}
.ex-detail-des{
    font-size: 16px;
    color: black;
    line-height: 19px;
    text-align: left;
    padding: 18px 0px;
}
.ex-btn{
    width: 150px;
    height: 36px;
    float: left;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 36px;
    border: 1px solid #686868;
    text-align: center;
    color: #686868;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.ex-btn:hover{
    color: #C30D23;
    border: 1px solid #C30D23;
}
.ex-bk{
    float: right;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 0.2px;
    cursor: pointer;
}
.ex-bk:hover{
    color: #C30D23;
}
svg{
    position:relative;
    top: 2px;
}
@media (max-width: 1199px){
    .banner-title {
        bottom: 45px;
    }
    .ex-left{
        width: 62%;
    }
    .ex-right{
        width: 28%;
    }
    .ex-title{
        font-size: 60px;
        height: 60px;
        top: 15px;
        padding-left: 75px;
    }
    .ex-des{
        font-size: 20px;
        padding-right: 45px;
    }
    .ex-line{
        width: calc(100% - 120px);
        left: 75px;
    }
    .ex-detail{
        width:33%;
    }
    .ex-img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767px){
    #cd-zoom-in, #cd-zoom-out{
            margin-left: 10px;
    }
    .banner-title {
        bottom: 35px;
        font-size: 20px;
    }
    .ex-left{
        width: 70%;
    }
    .ex-right{
        width: 15%;
    }
    .ex-title{
        font-size: 30px;
        height: 40px;
        top: 35px;
        padding-left: 30px;
    }
    .ex-des{
        font-size: 16px;
        padding-right: 30px;
        line-height: 20px;
        padding-top: 25px;
    }
    .ex-line{
        width: calc(100% - 60px);
        left: 30px;
    }
    .ex-detail{
        width:70%;
    }
    .ex-sub-des{
        font-size: 12px;
        width: 282px;
    }
    #special-1{
        width: 273px;
    }
    #special-2{
        width: 208px;
    }
    #special-3{
        width: 265px;
    }
    #special-4{
        width: 282px;
    }

    .item{
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
    }
}
@media (max-width: 414px){
    .ex-left{
        width: 92%;
    }
    .ex-right{
        display: none;
    }
    .ex-title{
        font-size: 24px;
        top: 45px;
    }
    .ex-des{
        font-size: 14px;
        height: 40px;
        padding-top: 32px;
    }
    .ex-detail{
        width:92%;
    }
    .ex-sub-des{
        padding-top: 109px;
    }
    .experience{
        height: 2300px;
    }
}