﻿@charset "utf-8";

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}

.contacts-banner {
    height: 320px;
    background: url(/Content/img/about/talent_banner.jpg) no-repeat center;
    padding-top: 90px;
    color: #fff;
}

.introducebanner-nav2 {
    background: #f5f5f5;
}

    .introducebanner-nav2 li {
        float: left;
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }

        .introducebanner-nav2 li:hover {
            background: #ffad33;
        }

            .introducebanner-nav2 li:hover a {
                color: #fff;
            }

        .introducebanner-nav2 li.active {
            background: #ff9900;
        }

            .introducebanner-nav2 li.active a {
                color: #fff;
            }

        .introducebanner-nav2 li a {
            color: #333333;
            font-size: 16px;
            display: block;
        }

.contacts_info {
    padding-top: 60px;
    background: #f5f5f5;
    padding-bottom: 70px;
}

    .contacts_info li {
        width: 413px;
        height: 220px;
        background: #fff;
        float: left;
        padding-top: 60px;
        padding-left: 50px;
        margin-right: 20px;
    }

.contacts_icon {
    display: block;
    background-image: url(/Content/img/about/contact.png);
}

.contacts_info li .tel_icon {
    width: 60px;
    height: 67px;
    background-position: -50px 0;
    margin-right: 25px;
}

.qq_icon {
    width: 59px;
    height: 64px;
    background-position: -484px 0;
    margin-right: 25px;
}

.chat_btn {
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.mail_icon {
    width: 64px;
    height: 49px;
    background-position: -917px -9px;
    margin-right: 25px;
}
/*打款账号*/
.payment {
    padding-top: 50px;
    padding-bottom: 70px;
}

    .payment h2 {
        margin-bottom: 40px;
    }

    .payment ul {
        margin-top: 35px;
    }

        .payment ul li {
            float: left;
            margin-right: 200px;
        }

.contacts_bank {
    width: 270px;
    height: 50px;
    background-position: 0 -142px;
}

.contacts_hzbank {
    width: 182px;
    height: 51px;
    background-position: -580px -136px;
}

.contacts_zfb {
    width: 143px;
    height: 51px;
    background-position: -1017px -138px;
}
/*地图*/
.address_box {
    margin-top: 50px;
    height: 430px;
}

.contacts_ditu {
    background: #f5f5f5;
 
    padding-bottom: 80px;
    min-width: 1280px;
    overflow: hidden;
}

.contacts_ditu li {
    width: 49%;
    height: 220px;
    background: #fff;
    padding: 40px 30px;
    float: left;
    cursor: pointer;
    transition: all .3s;
    
}

        .contacts_ditu li:hover {
            box-shadow: 0 13px 35px 0 rgba(0,0,0,.19);
            -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
            transition: all .3s cubic-bezier(.55,0,.1,1);
            position: relative;
            z-index: 9;
        }

.contacts_address {
    width: 21px;
    height: 24px;
    background-position: -22px -248px;
    margin-top: 6px;
    margin-right: 10px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent1 .center {
    width: 305px !important;
}

#dituContent1 .bottom {
    height: 25px !important;
}

#dituContent2 .center {
    width: 303px !important;
}

#dituContent2 .bottom {
    height: 25px !important;
}

#dituContent3 .center {
    width: 252px !important;
}

#dituContent3 .bottom {
    height: 25px !important;
}

#dituContent4 .center {
    width: 327px !important;
}

#dituContent4 .bottom {
    height: 25px !important;
}

#dituContent5 .center {
    width: 252px !important;
}

#dituContent5 .bottom {
    height: 25px !important;
}

.dituContentitem {
    position: absolute;
    left: 50%;
    margin-left: -865px;
}

.pull-left{
    float:left!important;
}