﻿
.contact{
    background: #fff;
}
.contact .address{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 0;
    margin-bottom: 20px;
}
.contact .address a{
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
}
/* 二级导航 */
.contact .navigation{
    background: white;
}
.contact .navigation{
    border-bottom: 1px solid #dddddd;
    width: 80%;
    margin: 0 auto;
}
.contact .navigation ul{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.contact .navigation ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 46px;
}
.contact .navigation ul li a{
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 15px;
    line-height: 46px;
    display: block;
    text-decoration: none;
}
.contact .navigation ul li .imgicon{
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
}
.contact .navigation ul li:hover a{
    color: #fff;
    background: #e9c42b;
}
.contact .navigation ul li:hover .imgicon{
    opacity: 1;
}
.contact .navigation ul > .active a{
    color: #fff;
    background: #e9c42b;
}
.contact .navigation ul > .active img{
    opacity: 1;
}
@media (max-width:550px){
    .contact .navigation ul li{
        width: 100px;
        height: 46px;
    }
    .contact .navigation ul li a{
        font-size: 13px;
    }
}

/* 内容 */
.contact .content{
    width: 80%;
    padding: 30px 0 100px;
    margin: 0 auto;
}
/* 地图 */
.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}

.contact .content .map{
    width: 100%;
    height: 500px;
    margin: 40px 0;
}
.contact .content .details{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
    flex-wrap: wrap;
}
.contact .content .details .left{
    width: 32%;
    margin-bottom: 40px;
}
.contact .content .details .left p{
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}
.contact .content .details .right{
    width: 65%;
    margin-bottom: 40px;
}
.contact .content .details .right p{
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}
.contact .content .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact .content .list .one{
    width: 32%;
    position: relative;
}
.contact .content .list .one .img_back{
    width: 100%;
}
.contact .content .list .one .theme{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.contact .content .list .one .theme .title{
    margin-top: 20px;
}
.contact .content .list .one .theme .title a{
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #000000;
}
.contact .content .list .one .theme p a{
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}
.contact .content .list .one .theme .info a{
    font-size: 12px;
    line-height: 30px;
    color: #000000;
}
@media (max-width:1600px){
    .contact .content .list .one .theme .title{
        margin-top: 10px;
    }
    .contact .content .list .one .theme .title a{
        font-size: 14px;
        line-height: 30px;
    }
    .contact .content .list .one .theme p a{
        font-size: 14px;
        line-height: 30px;
    }
    .contact .content .list .one .theme .icon01{
        width: 41.5%;
    }
    .contact .content .list .one .theme .icon02{
        width: 50%;
    }
    .contact .content .list .one .theme .code{
        width: 60%;
    }
}
@media (max-width:1200px){
    .contact .content .list .one .theme .title{
        margin-top: 0px;
    }
    .contact .content .list .one .theme .title a{
        font-size: 12px;
        line-height: 25px;
    }
    .contact .content .list .one .theme p a{
        font-size: 12px;
        line-height: 25px;
    }
}
@media (max-width:1000px){
    .contact .content .map{
        width: 100%;
        height: 400px;
        margin: 40px 0;
    }
    .contact .content .list{
        flex-wrap: wrap;
    }
    .contact .content .list .one{
        width: 48%;
        margin-bottom: 20px;
    }
    .contact .content .list .one .theme .icon01{
        width: 51.5%;
    }
    .contact .content .list .one .theme .icon02{
        width: 60%;
    }
    .contact .content .list .one .theme .code{
        width: 70%;
    }
    .contact .content .list .one .theme .title{
        margin-top: 10px;
    }
}
@media (max-width:800px){
    .contact .content .map{
        width: 100%;
        height: 350px;
        margin: 40px 0;
    }
    .contact .content .details{
        flex-wrap: wrap;
    }
    .contact .content .details .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact .content .details .right{
        width: 100%;
    }
    .contact .content .list .one .theme .icon01{
        width: 41.5%;
    }
    .contact .content .list .one .theme .icon02{
        width: 50%;
    }
    .contact .content .list .one .theme .code{
        width: 60%;
    }
    .contact .content .list .one .theme .title{
        margin-top: 0px;
    }
}
@media (max-width:700px){
    .contact .content .list .one{
        width: 70%;
        margin-bottom: 20px;
        margin: 0 auto 20px;
    }
}
@media (max-width:600px){
    .contact .content .list .one{
        width: 100%;
        margin-bottom: 20px;
        margin: 0 auto 20px;
    }
}
@media (max-width:550px){
    .contact .content .list .one{
        width: 100%;
        margin-bottom: 20px;
        margin: 0 auto 20px;
    }
    .contact .address{
        width: 95%;
    }
    .contact .navigation{
        width: 95%;
    }
    .contact .content{
        width: 95%;
        padding: 10px 0 60px;
    }
    .contact .content .map{
        width: 100%;
        height: 300px;
        margin: 40px 0;
    }
    .contact .content .logo_img{
        width: 70%;
        margin: 0 auto;
    }
    .contact .content .logo_img img{
        width: 100%;
    }
    .contact .content .details .left p{
        font-size: 14px;
        line-height: 25px;
    }
    .contact .content .details .right p{
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-width:450px){
    .contact .content .map{
        width: 100%;
        height: 250px;
        margin: 40px 0;
    }
}