/*banner*/
/* .banner{ 
     height: 615px; 
 } */
.icon_span{
    bottom: 38px !important;
}
.icon_span span{
    width: 50px !important;
    height: 12px !important;
    border-radius: 0 !important;
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
    background-color: #261d1b !important;
}
/*banner*/

/* 公司介绍content */
.titleOutside{
    height: 68px;
    border-bottom: solid #dbdbdb 1px;
}
.title{
    border-bottom: solid #00458e 1px;
    z-index: 1;
}
.title h3{
    display: block;
    font-size: 26px;
    color: #000000;
    padding-right: 30px;
    line-height: 68px;
}
.More a{
    font-size: 18px;
    color: #668fbb;
}
.sidebarOutside{
    margin-top: 40px;
}
.lx{
    padding: 0 20px;
}
.lx span{
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
}
.lx p{
    line-height: 30px;
}

.container h1 {
    line-height: 200px;
    font-size: 48px;
    color: white;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

.Contentleft {
    width: 29%;
    float: left;
    overflow: hidden;
}

    .Contentleft .ban-title {
        background: url(/Content/images/1497874269.jpg) center;
        width: 344px;
        height: 120px;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 120px;
    }

    .Contentleft .ban-title {
        background: url(/Content/images/1497874269.jpg) center;
        width: 344px;
        height: 120px;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 120px;
    }

    .Contentleft .box {
       background:#fff;
       overflow:hidden;
    }

.noli li{
  line-height:60px;
  height:60px;
  text-align:center;
  font-size:18px;
  border-bottom:1px solid #efefef;
  width:95%;
  font-weight:300;

}

    .noli li a:hover {
        background:#9feef9;
        font-weight:600;
    }
    .ContentRight {
        width: 70%;
        float: right;
        overflow: hidden;
        background: #fff;
        min-height:483px;
    }
    .ContentRight .sidebarOutside {
        width:90%;
        margin:10px auto;
    }
/* 公司介绍content */

.contactCon div{
    line-height:40px;
    font-size:14px;
}
    .contactCon div span {
        font-weight:bold;
    }


@media screen and (max-width: 992px) {
    .Contentleft {
        width: 100%;
        float:left;
        overflow: hidden;
        margin-top:30px;
    }
    .ContentRight {
        width: 100%;
        float: right;
        overflow: hidden;
        margin-top: 30px;
    }
}




