﻿.index-title {
    text-align: center;
    padding: 50px 0;
}

.about-title {
    font-size: 28px;
}

.about-banner img {
    display: block;
}

.index-title span {
    height: 2px;
    display: block;
    width: 34px;
    margin: 0 auto;
    margin-top: 6px;
    background-color: #333;
}

.pro-nav {
    background-color: #8e8e8e;
    padding-left: 15%;
    height: 28px;
    font-size: 14px;
    color: #fff;
}

    .pro-nav p img {
        width: 20px;
        height: 20px;
        margin-top: 4px;
        vertical-align: bottom;
        margin-right: 8px;
    }

.small-title {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.about-intro {
    width: 70%;
    margin: 0px auto;
    padding-bottom: 50px;
}

.intro-left {
    width: 34%;
    float: left;
}

.intro-right {
    width: 60%;
    float: right;
}

    .intro-right p {
        text-indent: 32px;
        color: #666;
        line-height: 28px;
		font-size:14px;
    }


    .intro-right h3 {
        font-size: 24px;
        font-weight: normal;
    }

    .intro-right .title-eng {
        font-size: 12px;
        color: #999;
        line-height: 28px;
    }

    .intro-right .line {
        display: block;
        width: 10%;
        height: 2px;
        background-color: #333;
        margin-bottom: 10px;
    }

.about-center {
    background-color: #30333a;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    background-image: url(../images/center-bg.png);
    background-size: cover;
}

.center-detail {
    width: 70%;
    margin: 0px auto;
    line-height: 28px;
}

    .center-detail .line-bg-w {
        background-color: #fff;
    }

    .center-detail .small-title {
        color: #fff;
    }

.last-detail {
    width: 70%;
    margin: 0px auto;
    padding-bottom: 50px;
    text-align: center;
}

.detail-one {
    float: left;
    width: 25%;
    margin: 0 2%;
    padding: 2%;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 12px #ddd;
}

    .detail-one img {
        height: 140px;
    }

    .detail-one p {
        margin-top: 20px;
        line-height: 24px;
    }

.contact-detail .detail {
    width: 18%;
    padding: 0px 0.5% 30px;
    margin: 0 3%;
    float: left;
    height: 140px;
    /* background-color: #ededed; */
    line-height: 25px;
    word-wrap: break-word;
}

    .contact-detail .detail img {
        height: 66px;
        margin-bottom: 12px;
    }

    .contact-detail .detail p {
        height: 140px;
        background: #ddd;
        padding-left: 14px;
        padding-right: 14px;
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        word-break: break-all;
    }

.contact {
    text-align: center;
    padding-bottom: 50px;
}



.my-map {
    margin: 30px auto;
    height: 600px;
    width: 70%;
}

    .my-map .icon {
        background: url(http://developer.amap.com/console/public/show/marker.png) no-repeat;
    }

    .my-map .icon-cir {
        height: 31px;
        width: 28px;
    }

    .my-map .icon-cir-red {
        background-position: -11px -5px;
    }

.amap-container {
    height: 100%;
}


@media screen and (max-width: 765px) {
    .about-banner {
        display: none;
    }

    .contact-detail .detail {
        width: 90%;
        padding: 0px 5% 70px 5%;
    }

    .contact-detail .detail {
        float: none;
    }

        .contact-detail .detail p {
            display: block;
            width: 90%;
            padding: 20px;
            height: auto;
        }

    .my-map {
        height: 400px;
        width: 94%;
        margin: 20px 3% 30px 3%;
    }

    .small-title {
        font-size: 12px;
        color: #666;
        line-height: 20px;
    }

    .about-title {
        font-size: 22px;
    }

    .index-title {
        padding: 30px 0;
        margin-top: 60px;
    }

    .contact {
        padding-bottom: 0px;
        border: 4px solid #f3f3f3;
    }

    .about {
        border: 4px solid #f3f3f3;
    }

    .detail-one {
        width: 88%;
        margin: 0 4% 10px 4%;
        font-size: 14px;
        padding: 4% 2%;
    }

        .detail-one img {
            height: 100px;
        }

    .last-detail {
        width: 80%;
        margin: 0px auto;
    }

    .center-detail {
        width: 80%;
        margin: 0px auto;
        line-height: 28px;
        font-size: 14px;
        text-align: left;
        /* text-indent: 28px; */
    }

        .center-detail p {
            text-indent: 24px;
        }

    .about-intro {
        width: 80%;
        margin: 0px auto;
    }

    .intro-left {
        width: 100%;
        float: none;
    }

    .intro-right {
        width: 100%;
        padding-top: 20px;
    }

        .intro-right .title-eng {
            font-size: 10px;
            color: #999;
            line-height: 20px;
            text-align: center;
            display: block;
        }

        .intro-right h3 {
            font-size: 22px;
            font-weight: normal;
            text-align: center;
        }

        .intro-right .line {
            margin-left: 45%;
            margin-top: 8px;
        }

        .intro-right p {
            text-indent: 28px;
            color: #666;
            line-height: 24px;
            font-size: 14px;
        }

    .about-intro {
        padding-bottom: 0px;
    }

    .about-last .index-title {
        padding-top: 0;
    }
	.about-pic{
		width:100% !important;
	}
}
