﻿@charset "utf-8";
/* CSS Document */
/*
    @author：zhaocong
    @Contain：全局公共footer~css
    @time：2016-09-09-17:21
*/
.footerCon {
    width: 100%;
    background: #fff;
}

.footer {
    width: 100%;
    height: auto;
    padding: 0px 0 30px;
    background-color: #fff;
    margin: 0 auto;
}

.footer {
    background: #222 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    font: 12px/22px "微软雅黑";
    height: 88px;
    text-align: center;
}


.contactCon {
    background: #fff none repeat scroll 0 0;
    height: 460px;
    padding-top: 42px;
    position: relative;
}

.contactMain {
    background: #fff none repeat scroll 0 0;
    border: 13px solid #d2d2d2;
    bottom: -70px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -595px;
    position: absolute;
    width: 1189px;
}

.contact_map {
    float: left;
    height: 503px;
    position: relative;
    width: 588px;
}

    .contact_map .contact_mapList {
        height: 100%;
        width: 100%;
    }

    .contact_map .mapBtn {
        bottom: 16px;
        left: 50%;
        margin-left: -146px;
        position: absolute;
        width: 292px;
    }

        .contact_map .mapBtn span {
            background: #fff none repeat scroll 0 0;
            border-radius: 100px;
            box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.3);
            color: #666;
            cursor: pointer;
            display: block;
            float: left;
            font: 18px/47px "微软雅黑";
            height: 47px;
            margin-right: 10px;
            text-align: center;
            width: 136px;
        }

            .contact_map .mapBtn span.currentMap {
                background: #ff6600 none repeat scroll 0 0;
                color: #fff;
            }


.contact_form {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    height: 503px;
    padding: 21px 47px 0 72px;
    width: 575px;
}

    .contact_form .moduleTit {
        margin-bottom: 20px;
    }

        .contact_form .moduleTit h2 span {
            background: rgba(0, 0, 0, 0) url("../images/contact.png") no-repeat scroll center center;
            margin-right: 2px;
        }

        .contact_form .moduleTit h2, .contact_form .moduleTit h3 {
            background: #fff none repeat scroll 0 0;
        }

    .contact_form .contact_float {
        overflow: hidden;
    }

.moduleTit {
    height: 58px;
    overflow: hidden;
    position: relative;
}

    .moduleTit .moduleBg {
        background: #eaeaea none repeat scroll 0 0;
        display: block;
        font-size: 0;
        height: 7px;
        left: 0;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .moduleTit h2 {
        color: #333;
        float: left;
        font: bold 22px/58px "微软雅黑";
        padding-right: 5px;
        position: relative;
        z-index: 5;
    }

        .moduleTit h2 span {
            margin-right: 2px;
            padding-left: 46px;
            position: relative;
            top: 1px;
        }

    .moduleTit h3 {
        color: #333;
        float: left;
        font: 14px/58px "微软雅黑";
        padding-right: 18px;
        position: relative;
        top: 5px;
        z-index: 5;
    }

.contact_form .contact_float li:nth-child(1) {
    float: left;
}

.contact_form .contact_float li:nth-child(2) {
    float: right;
}

.contact_form .contact_info {
    margin-bottom: 24px;
    overflow: hidden;
}

    .contact_form .contact_info dt {
        float: left;
        height: 100%;
        margin-right: 11px;
        width: 20px;
    }

        .contact_form .contact_info dt img {
            display: block;
            height: 22px;
            position: relative;
            top: 4px;
            width: 100%;
        }

    .contact_form .contact_info dd {
        float: left;
    }

        .contact_form .contact_info dd span {
            color: #333;
            display: block;
            font-family: "kollektif Bold";
            font-size: 14px;
            font-weight: bold;
        }

        .contact_form .contact_info dd em {
            color: #666;
            display: block;
            font-family: "kartika";
            font-size: 12px;
            text-align: left;
        }

.contact_form .contactForm ul li p {
    color: #333;
    font: 14px/32px "微软雅黑";
}

.contact_form .contactForm ul li input {
    border: 1px solid #ccc;
    color: #666;
    display: block;
    font: 12px/30px "微软雅黑";
    height: 30px;
    padding: 0 10px;
    width: 190px;
}

.contact_form .contactForm textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
    display: block;
    font: 12px/20px "微软雅黑";
    height: 73px;
    margin: 12px 0 13px;
    outline: medium none;
    padding: 4px 7px;
    resize: none;
    width: 454px;
}

.contact_form .contactForm .contactFormCheck {
    background: #ec6941 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font: 14px/34px "微软雅黑";
    height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 112px;
}

.bottomCon .bottom {
    background: #333 no-repeat scroll center center / 100% auto;
    box-sizing: border-box;
    height: 300px;
    padding: 100px 85px 45px;
}

    .bottomCon .bottom .bottomTop {
        margin: 0 auto;
        overflow: hidden;
        width: 1190px;
    }

        .bottomCon .bottom .bottomTop li {
            float: left;
            margin-right: 100px;
        }

        .bottomCon .bottom .bottomTop h3 {
            color: #fff;
            font: 16px/34px "微软雅黑";
        }

        .bottomCon .bottom .bottomTop li a {
            color: #fff;
            display: block;
            font: 12px/34px "微软雅黑";
        }

            .bottomCon .bottom .bottomTop li a:hover {
                color: #f60;
            }

        .bottomCon .bottom .bottomTop li:nth-child(4) {
            margin-right: 80px;
        }
     
        .bottomCon .bottom .bottomTop li:last-child {
            float: right;
            margin-right: 0;
        }

           .bottomCon .bottom .bottomTop li:nth-child(5) img {
            display: block;
                height: 120px;
                margin-top: 5px;
                width: 120px;
        }
            .bottomCon .bottom .bottomTop li:last-child img {
                display: block;
                height: 120px;
                margin-top: 5px;
                width: 120px;
            }

        .bottomCon .bottom .bottomTop li span {
            color: #fff;
            display: block;
            font: bold 30px/50px "微软雅黑";
            margin-bottom: 8px;
        }

.friendlyLink {
    margin: 13px auto 0;
    overflow: hidden;
    width: 1190px;
}

    .friendlyLink h3 {
        color: #fff;
        float: left;
        font: 16px/34px "微软雅黑";
    }

    .friendlyLink a {
        color: #fff;
        display: block;
        float: left;
        font: 12px/34px "微软雅黑";
        margin-left: 117px;
    }

        .friendlyLink a:hover {
            color: #f60;
        }
