
/*地图控件*/
.gm-svpc,
.gm-style-mtc,
.gm-style-cc,
.gm-fullscreen-control{
    display: none;
}
img[alt='Google']{
    display: none;
}
.gmnoprint{
    top: 426px;
}
/*地图控件*/

.row1 .top_list .list.dizhi{
    border-left: none;
    padding-left: 0;
}
.row1 .dizhi div{
    margin-right: 30px;
}
.row1 .dizhi div img{
    margin-right: 10px;
    height: 22px;
}
.row1 .dizhi div span{
    font-size: 14px;
}

.row1 .cont #map_canvas{
    height: 700px;
}
.row1 .top_list .list:first-child{
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.row1 .cont{position: relative}
.row1 .cont .map_list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.row1 .cont .map_list ul{
    display: flex;
}
.row1 .map_list li{
    width: 25%;
    height: 90px;
    border-left: 1px solid rgba(0, 36, 97, 0.6);
    background: rgba(21, 76, 191, 0.6);
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row1 .map_list li.on{
    background: rgba(21, 76, 191, 0.9);
    box-shadow: 0 19px 20px 0 rgba(0, 40, 75, 0.6)
}
.row1 .map_list .tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row1 .map_list .tit img{
    height: 30px;
    margin-right: 18px;
   
}
.row1 .map_list .tit span{
    /*line-height: 40px;*/
    overflow: hidden;
}

.row1 .map_list li .con{
    /*margin-top: 25px;*/
    /*padding-left: 60px;*/
}

/*.row1 .map_list li:nth-child(1) .con,*/
/*.row1 .map_list li:nth-child(2) .con{*/
/*    margin-top: 25px;*/
/*    padding-left: 60px;*/
/*}*/
/*.row1 .map_list li:nth-child(1) .tit img,*/
/*.row1 .map_list li:nth-child(2) .tit img{*/
/*    float: left;*/
/*    top: 4px;*/
/*}*/

/*.row1 .map_list li:nth-child(3),*/
/*.row1 .map_list li:nth-child(4){*/
/*    line-height: 90px;*/
/*}*/
/*.row1 .map_list li:nth-child(3) .con,*/
/*.row1 .map_list li:nth-child(4) .con{*/
/*    text-align: center;*/
/*}*/

.business{
    margin-top: -90px;
    position: relative;
    z-index: 2;
    display: none;
}
.business .box1{
    height: 90px;
    padding: 25px 30px;
    background: rgba(21, 76, 191, 0.6);
    padding-left: 330px;
    position: relative;
}
.business .box1 .tit{
    width: 240px;
    font-size: 14px;
    margin-right: 90px;
    left: 30px;
    overflow-wrap: break-word;
}
.business .box1 li{
    float: left;
    margin-right: 70px;
}
.business .box1 .con{
    line-height: 35px;
}
.business .box1 .con img{
    height: 35px;
    float: left;
    margin-right: 18px;
}

.business .box2{
    background: #CDD8F0;
    padding: 40px 70px 60px;
}
.business .box2 ul{
    margin: 0 -12px;
    font-size: 0;
    display: none;
}
.business .box2 ul li{
    width: 16.66%;
    margin-top: 16px;
    display: inline-block;
}
.business .box2 .list:not(:first-child){
    margin-top: 50px;
}
.business .box2 .list .tit{
    font-size: 20px;
    font-weight: bold;
    color: #000A93;
    margin-bottom: 6px;
}
.business .box2 .list .btn{margin-top: 24px;display: none}
.business .box2 .img{
    text-align: center;
    position: relative;
    padding-bottom: 24%;
    display: block;
    margin: 0 12px;
    background: #fff;
}
.business .box2 img {
    max-width: 90%;
    max-height: 90%;
}


@media only screen and (max-width: 1280px){
    .business .box1 {
        padding-left: 249px;
    }
}
