.contact{
    padding-top: 100px;
}
/*主体*/
.main{
    padding: 0;
    margin: 0;
    color: #666;
    background-color:#ddd ;
    font-size: 0;
}
/*二级导航*/
.subnav{
    background-color: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    clear: both;
    overflow: hidden;
    font-size: 16px;
}
.current{
    font-size: 14px;
}


.menu{
    font-size: 16px;
}
.menu li{
    margin-left: 5px;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
}
.active-sub,.menu li:hover{
    background-color: #000;
    color: #fff;
}


/*内容*/
.column{
    font-size: 16px;
    padding-top: 80px;
    clear: both;
    overflow: hidden;
}
.con-text{
    width: 45%;
    float: left;
}
.con-text h3{
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}
.con-text ul li{
    /*border: 1px solid red;*/
    clear: both;
    overflow: hidden;
    margin-top: 5px;
}
.con-text ul li img{
    width: 30px;
    margin-top: 4px;
    float: left;
}
.con-text ul li p{
    float: left;
    font-size: 16px;
    color: #333;
    margin: 4px 0 0 10px;
}
.con-text dl{
    margin-top: 14px;
}
.con-text dl dd{
    float: left;
}
.con-text dl dd img{
    width: 50px;
}
.con-text dl dd img:nth-of-type(2),.con-text dl dd:hover img:nth-of-type(1){
    display: none;
}
.con-text dl dd:hover img:nth-of-type(2){
    display: inline-block;
}



.con-buttom{
    width: 45%;
    float: right;
}
.con-buttom form{
    float: left;
    /*border: 1px solid red;*/
}
.con-buttom form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con-buttom form label{
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
}
.con-buttom form textarea,.con-buttom form button{
    width: 100%;
}
.con-buttom form input{
    width: 48%;
}
.con-buttom form textarea,.con-buttom form button,.con-buttom form input{
    background-color: #fff;
    margin-top: 15px;
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #bfbfbf;
}
.con-buttom form textarea{
    min-height:220px;
    padding:10px 15px;
}

.con-buttom form button{
    background-color: #18916c;
    color: #fff;
    font-size: 18px;
}
.map,#dituContent{
    width:100%;
    height: 400px;
   /*margin: 100px 0;*/
}
.map{
    margin: 80px 0;
}
/*PC端*/
@media (max-width: 1440px){

    .contact{
        padding-top: 60px;
    }

    .subnav {
        height: 50px;
        line-height: 50px;
        /*margin-top: -4px;*/
        font-size: 14px;
    }

    .current {
        font-size: 12px;
        color: #999;
    }

    .menu {
        font-size: 14px;
    }

    .menu li {
        padding: 2px 8px;
        border-radius: 5px;
    }

    /*内容*/
    .column {

        font-size: 14px;
    }





    .con-text h3{
        font-size: 22px;
        margin-bottom: 8px;
    }
    .con-text ul li{
        margin-top:0;
    }
    .con-text ul li img{
        width:25px;
    }
    .con-text ul li p{
        font-size: 14px;
        margin: 6px 0 0 5px;
    }
    .con-text dl{
        margin-top: 5px;
    }

    .con-text dl dd img{
        width: 40px;
    }








    .con-buttom form label{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .con-buttom form input,.con-buttom form textarea,.con-buttom form button{
        margin-top: 12px;
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }

    .con-buttom form textarea{
        min-height:145px;
        padding:10px;
    }
    .con-buttom form button{
        font-size: 14px;
    }


}