.header{
    height: 60px;
    line-height: 60px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    width: 100%;
    /*background: #4d4d4d;*/
    background: transparent;
}
.icon-logo{
    background-image: url("../../images/index/logo.png");
    width: 316px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:316px 44px;
    background-size:316px 44px;
    background-color: transparent;
    margin-left:30px;
    float: left;
}
.banner img{
    width: 100%;
}
.content{
    padding: 30px;
}

.content-1 .p-1{
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}
.content-1 .p-2{
    font-size: 20px;
    text-align: center;
    margin-bottom:30px;
}
.content-1 .ul6{
    display: flex;
    justify-content: center;
    padding: 0 100px;
    flex-shrink:0;
}
.content-1 .ul6>div{
    max-width: 312px;
    margin: 0 50px;
    flex: 1;
}
.content-1 .ul6 img{
    width: 100%;
}
.content-1 .icon6-content{
    border: 1px solid #ccc;
    height: 240px;
    border-top: 0;
    top:-2px;
    padding: 10px;
}

.content-1 p{
    font-size: 13px;
    color: #606060;
    line-height: 25px;
}
.content-1 .ul6 li img{
    width: 100%;
    height: 100%;
}

.content-2{
    margin: 50px 0;
    display: flex;
    padding: 0 100px;
    flex-direction: column;
    align-items: center;
}

.content-2>div{
    display: flex;
    max-width: 1278px;
    width: 100%;
}

.content-2 .list{
    flex: 1;
}
.content-2 .list li{
    list-style-type:none;
    margin-top: 20px;
}
.content-2 .list li:first-child{
    margin-top: 0;
}
.content-2 .list span{
    color: #030303;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.content-2 .list a{
    color: #2d84fb;
    font-size: 16px;
    text-decoration:none;
}
.content-2 .list a:hover {
    color: #2d84fb;
    text-decoration:underline;
}
.content-2 .list a:visited {
    color: #2d84fb;
    text-decoration:none;
}
.content-2 .list a:active {
    color: #0d64f9;
    text-decoration:underline;
}
.content-2 #map_container{
    flex: 1;
    height: auto;
    border: #030303 1px solid;
}