@charset "utf-8";

/* CSS Document */

.come-main {
    width: 920px;
    margin: 0 auto;
}

.introduction {
    position: relative;
    width: 920px;
    height: 171px;
    background: url(../images/dd.png);
    
}
.introduction p {
    position: absolute;
    left: 210px;
    top: 30px;
    text-indent: 2em;
    line-height: 27px;
    font-size: 16px;
}
.introduction p span {
    color: #f00;
}

.come-title {
    margin: 50px auto 30px auto;
}

.come-map {
    width: 878px;
    height: 637px; 
    margin: 0 auto;
    background: #d6d6d6;
}
.transit {
    margin-bottom: 20px;
}
.transit .metro-img {
    float: left;
    width: 569px;
}
.transit .tra-text {
    float: right;
    width: 275px;
    height: 352px;
    padding: 60px 30px;
    border: #7fcdf2 solid 2px;
    color: #265fa8;
    line-height: 40px;
    letter-spacing:7px;
}
.transit .tra-text p {
    font-size: 22px;
    margin-bottom: 20px;
}
.transit .tra-text span {
    color: #f00;
    font-size: 22px;
}
.on-line{
    position: relative;
    display:block;
    margin: 0 auto;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0260af;
    border-radius: 10px;
}
.on-line:last-child{
    margin-top: 40px;
}

.on-line:link{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
.on-line i {
    display: inline-block;
    margin-left: 10px;
    font-size: 28px;
    line-height: 60px;
    vertical-align: middle;
}

.transit-box {
    position: relative;
    width: 916px; 
    height: 460px;
    border: #7fcdf2 solid 2px;
}
.transit-box h2 {
    margin-top: 30px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #7fcdf2;
}
.transit-box .route {
    margin-left: 160px;
    margin-top: 50px;
    width: 450px;
    height: 110px;
    line-height: 35px;
}
.transit-box .route a {
    margin-right: 20px;
    font-size: 22px;
    color: #1a1a1a;
}
.transit-box .terminus {    
    position: absolute;
    left: 600px;
    top: 210px;    
    font-size: 20px;
    color: #f00;
}
.transit-box .tra-tips {
    text-align: center;
    margin: 20px auto; 
    font-size: 16px;
}
.transit-box .tra-tips span {
    color: #f00;
}