/* 版心 */
.wrap{
    width: 1200px;
    margin: 0 auto!important;
}
body {
    overflow-x:hidden;
    width:100%;
}
.row{
    margin: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
    /* float: initial; */
}
/* 导航 */
.nav{
    width: 100%;
     height: 151px;
 
 }
 .nav img{
     float: left;
     margin-left: 62px;
     margin-right: 85px;
     margin-top: 35px;
     width: 340px;
 }
 .nav_list{
     margin-top: 84px;
     float: left;
     display: flex;
     justify-content: space-evenly;
 }
 .nav_list li{
     margin: 0 32px;
 }
 .nav_list a {
     font-size: 25px;
     color: #282828;
 }
 .nav_r{
     float: right;
     margin-right: 38px;
 }
 .language{
    margin-top: 23px;
    font-size: 18px;
    color: #6B6B6B;
}
.language a{
    color: #000;
    font-size: 16px;
}
.baoming{
    float: right;
    margin-top: 52px;
}
.baoming a{
    font-size: 18px;
    border-radius: 8px;
    padding: 6px 23px;
    background: #0A0E69;
    color: #fff;
}
.navbar-default{
    background: rgba(0,0,0,0);
}
.navbar-header{
     background-color: #09489F;
}
.navbar-brand{
    color: #fff!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.navbar-nav li{
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    /* padding-left: 250px; */
    box-sizing: border-box;
   
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #b3cbdf!important;
}
.navbar-nav li a{
    color: #fff!important;
    text-decoration: none;
}

.navbar{
    width: 100%;
    display: none;
    border: 0;
    position: absolute;
    /* top: 88px; */
    right: 0;
    z-index: 999;
    margin: 0;
    /* float: right; */
}
.navbar-collapse{
    float:right;
    width: 100px!important;
    /* background-color: #12468f; */
    background: rgba(18,70,143,.5);
}
.navbar-default .navbar-toggle {
    border-color: #12468F;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #12468F;
}
.header{
    /* height: 337px;
    background: url(./listheader.png)no-repeat center 0;
    background-size: 100% auto; */
    text-align: center;
}
.header img{
    width: 100%;
}
.breadcrumbs{
    height: 50px;
    line-height: 50px;
    background: #ccc;
}
.title{
    font-size: 30px;
    text-align: center;
    
    margin-top: 50px;
}
.address{
    margin-left: 30px;
}
.address p{
    line-height: 32px;
}
.map{
    display: flex;
    justify-content:space-around;
    margin-top: 50px!important;
    
  padding-bottom: 50px;
}

.map div{
    width: 45%;
}
.map p{
    font-size: 16px;
    line-height: 32px;
  
}
.map p:nth-child(1){
    margin-top: 30px;
    font-weight: 600;
}
.map img{
    width: 100%;
}

.footer{
    background-color: #09489F;
    color: #fff;
    padding-left: 69px;
    padding-top: 68px;
    padding-bottom: 72px;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}
.footer p{
    display: inline-block;
}
.footer a{
    font-size: 20px;
    color: #fff;
}
.footer img{
    vertical-align:middle;
}
@media (max-width: 1800px) {
    .nav{
        min-width: 1366px;
         height: 110px;
     
     }
     .nav img{
         width: 240px;
         float: left;
         margin-left: 45px;
         margin-right: 62px;
         margin-top: 26px;
     }
     .nav_list{
         margin-top: 61px;
        
     }
     .nav_list li{
         margin: 0 15px;
     }
     .nav_list a {
         font-size: 22px;
     }
     .nav_r{
         float: right;
         margin-right: 23px;
     }
     .language{
         margin-top: 17px;
         font-size: 13px;
         color: #6B6B6B;
     }
     .language a{
         color: #000;
         font-size: 13px;
     }
     .baoming{
         float: right;
         margin-top: 20px;
     }
     .baoming a{
         font-size: 18px;
         border-radius: 8px;
         padding: 5px 15px;
         background: #0A0E69;
         color: #fff;
     }
     .header img{
       min-width: 1366px;
    }
  
    .footer{
        min-width: 1366px;
    }
}
@media (max-width: 499px) {
    .nav{
        display: none;
    }
    .navbar{
        display: block;
    }
    .wrap{
        width: auto;
    }
    .header{
        padding-top: 50px;
        overflow: hidden;    
    }
    .header img{
        min-width: auto;
        height: 150px;
        width: auto;
     }
     .map{
        
       margin: 0!important;
        padding:0 20px!important;
     }
     .map2{
        flex-direction: column;
     }
     .map2 div{
        width: 90%!important;
     }
  .map div{
    
    margin: 0 auto;
    margin-top: 20px;
  }
  .map p{
    text-align: justify;
  }
  .map p:nth-child(1){
    margin: 0;
  }
  .title{
    font-size: 26px;
    margin-top: 20px;
  }
.address{
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    text-align: justify;
}

    .footer{
        font-size: 18px;
        line-height: 18px;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        min-width: auto;
        margin-top: 20px;
    }
    .footer a,.footer p{
        display: block!important;
        font-size: 18px;
    }
}