/*外层大容器*/
.body-wrapper{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: auto;
    /*border: 1px solid green;*/
}
/*banner图*/
/*.banner-about{*/
    /*width: 100%;*/
    /*min-width: 1200px;*/
   /*height: 368px;*/
    /*background: url("../img/about/banner.png") no-repeat;*/
    /*background-position: center center;*/
    /*background-size: 100% 100%;*/
/*}*/
/*.banner-about{width:100%;height:436px;background: url(../img/B-关于.png) center center no-repeat;}*/
.banner-about{width:100%;height:368px;background: url(../img/about/banner.png) center center no-repeat;}
.cheshi{
    clear: both;
    width: 100%;
    height: 520px;
    /*height: auto;*/
    /*margin-top: 1rem;*/
    /*margin-bottom: 1rem;*/
    /*border: 1px solid red;*/
    box-sizing: border-box;
    /*在li标签进行float浮动的时候，需要添加下面的代码，撑开dom元素*/
    /*在li标签的父元素中添加*/
    /*zoom : 1;overflow:auto;*/
}
/*图片放大*/
.demo-gallery{
    width: 100%;
    height: 520px;
    zoom : 1;overflow:auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo-gallery > ul {
    margin-bottom: 0;
    width: 590px;
    /*height: 100%;*/
    height: 520px;
    /*border: 1px solid blue;*/
    float: left;
    box-sizing: border-box;
    /*zoom : 1;*/
    /*overflow:auto;*/
    /*white-space: nowrap;*/
}
.demo-gallery > ul > li {
    float: left;
    /*display: inline-block;*/
    /*margin-bottom: 15px;*/
    margin-right: 10px;
    width: 180px;
    height: 250px;
    /*border: 1px solid red;*/

}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    /*display: block;*/
    /*overflow: hidden;*/
    position: relative;
    float: left;
    /*height: auto;*/
    width: 100%;
    height: 100%;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    /*border: 1px solid red;*/
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: orange;
}
  /*关于我们*/
  .about-mid {
      width: 100%;
      min-width: 1200px;
      max-width: 1920px;
      /*height: 1253px;*/
      /*min-height: 950px;*/
      height: auto ;
      /*min-height: 950px;*/
      /*max-height: 1920px;*/
      background: #F7F7F7;
      padding-top: 26px;
      padding-bottom: 100px;
      box-sizing: border-box;
      /*border: 1px solid red;*/
  }
.about-mid-content{
    width: 1200px;
    height: auto !important;
    /*min-height: 950px;*/
    /*border: 1px solid blue;*/
    margin: 0 auto;
    /*background: #FFFFFF;*/
}
.mid-content-left{
    width: 242px;
    height: 762px;
    float: left;
    /*border: 1px solid red;*/
    background: #FFFFFF;
}
.mid-content-left ul{
    margin-top: 78px;
    /*margin-left: 85px;*/
    /*width: 73px;*/
    width: 100%;
    height: 283px;
    /*border: 1px solid red;*/
}
.mid-content-left ul li{
    /*width: 73px;*/
    width: 100%;
    height: 45px;
    line-height: 45px;
    /*border: 1px solid blue;*/
    border-bottom: 1px solid #C7B7B7;
    text-align: center;
    color: #656565;
    font-size: 18px;
}
.mid-content-right{
    width: 929px;
    height: auto !important;
    min-height: 762px;
    /*border: 1px solid red;*/
    float: right;
    background: #FFFFFF;
}
.content-top{
    width: 100%;
    height: 125px;
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9A9A9A;
    font-size: 18px;
}
.content-top div{
    text-align: center;
}
.content-top div h4{
    font-size: 28px;
    color: #656565;
}
.content-mid{
    width: 100%;
    height: auto !important;
    min-height: 600px;
    /*border: 1px solid blue;*/
    text-indent: 20px;
    color: #636363;
    font-size: 17px;
    line-height: 45px;
    padding: 0 23px;
    padding-top: 10px;
    box-sizing: border-box;
}
.content-mid p{
    font-size: 17px;
}
.content-mid img{
    width: 345px;
    /*height: 250px;*/
    height: 464px;
    float: left;
    margin-right: 20px;
}
/*企业证书*/
.content-pic{
    width: 100%;
    height: 564px;
    /*border: 1px solid red;*/
}
.page-run{
    width: 120px;
    height: 11px;
    line-height: 11px;
    /*border: 1px solid red;*/
    float: right;
    margin-top: 37px;
    margin-right: 30px;
    font-size: 12px ;
    color: #999999;
    display: flex;
}
.page-run div{
    margin-right: 8px;
}
/*企业新闻*/
.content-news{
    width: 100%;
    height: 500px;
    /*border: 1px solid blue;*/
    display: flex;
    justify-content: center;
}
.content-news ul{
    width: 682px;
    height: 500px;
    /*border: 1px solid red;*/
}
.content-news ul li{
    width: 682px;
    height: 56px;
    line-height: 56px;
    /*border: 1px solid orangered;*/
    border-bottom: 1px dashed #ccc;
    /*display: flex;*/
    font-size: 14px;
    color: #999999;
}
.content-news ul li div{
    float: right;
    margin-right: 130px;
    font-size: 14px;
    color: #999999;
}
/*加入我们*/
.content-join{
    width: 766px;
    height: 600px;
    margin: 0 auto;
    /*border: 1px solid blue;*/
}
.content-join-top{
    width: 100%;
    height: 140px;
    /*border: 1px solid red;*/
}
.positions{
    width: 100%;
    height: 34px;
    /*border: 1px solid red;*/
    margin-top: 30px;
    padding-left: 47px;
    box-sizing: border-box;
    /*display: flex;*/
    /*line-height: 34px;*/
    /*垂直居中，垂直效果都是在行内元素有效*/
    /*display: table-cell;*/
    /*vertical-align: bottom;*/
}
.positions strong{
    /*float: left;*/
    font-size: 34px;
    color: #7C97C4;
    width: 140px;
    height: 34px;
    /*border: 1px solid orangered;*/
    /*垂直居中，垂直效果都是在行内元素有效*/
    display: table-cell;
    vertical-align: bottom;
}
.positions span{
    /*float: left;*/
    width: 420px;
    height: 34px;
    padding-left: 15px;
    font-size: 20px;
    color: #7C97C4;
    /*border: 1px solid red;*/
    /*垂直居中，垂直效果都是在行内元素有效*/
    display: table-cell;
    vertical-align: bottom;
}
.content-join-top ul{
    width: 540px;
    height: 34px;
    /*border: 1px solid red;*/
    margin-top: 30px;
    margin-left: 47px;
    clear: both;
}
.content-join-top .joinus{
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #F5F5F5;
    color: #B7B7B7;
    /*border: 1px solid red;*/
    float: left;
    margin-right: 8px;
}
.content-join-bot{
    width: 100%;
    /*height: 450px;*/
    height: auto;
    padding: 0 40px;
    padding-top: 10px;
    /*border: 1px solid red;*/
    box-sizing: border-box;
}
/*面板*/
.wrap{
    width: 100%;
    /*border: 1px solid blue;*/
}
.accordion{
    /*padding: 10px;*/
    /*border: 1px solid red;*/
}
.accordion>p{
    /*background: #ccc;*/
    color: #333;
    padding: 0 10px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    /*margin-top: 5px;*/
    /*border: 1px solid red;*/
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    font-size: 14px;
}
.select{
    /*border: 1px solid red;*/
    width: 16px;height: 10px;float: right;
    margin-top: 20px;
}
.accordion>p.active{
    /*background: blue;*/
    /*color: #fff;*/
}
.accordion>p em{
    margin-right: 10px;
}
.accordion>div, .accordion>ul{
    /*border: 1px solid blue;*/
    display: none;
}
.accordion>ul{
    list-style: none;
}
.accordion>ul li{
    padding: 0 10px;
    line-height: 26px;
}
.accordion-content{
    padding: 10px;
}
/*左侧*/
.activeleft{
    color: orange !important;
}
.hiddenleft{
    display: none;
}
/*招聘*/
.activejoin{
    /*color: black;*/
    /*background: #ccc;*/
    background: #7C97C4 !important;
    color: #FFFFFF !important;
}
.hiddenjoin{
    display: none;
}
.sh-info{
    clear: both;
    width: 52%;
    height: 72px;
    /*border: 1px solid red;*/
    margin-top: 20px;
}
.sh-company{
    float: left;
    width: 400px;
    height: 72px;
    /*border: 1px solid red;*/
    font-size: 18px;
}
.sh-company h4{
    font-size: 24px;
}
.sh-company div{
    margin-top: -10px;
    /*color: #B7B7B7;*/
}
.sh-pic{
    float: left;
    width: 44px;
    height: 72px;
    /*border: 1px solid red;*/

}
.sh-pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.sh-address{
    width: 72%;
    height: 16px;
    line-height: 16px;
    /*border: 1px solid red;*/
    margin-top: 20px;
    /*color: #B7B7B7;*/
}
.sh-address-pic{
    width: 340px;
    height: 300px;
    /*border: 1px solid red;*/
    float: right;
    margin-top: -220px;
    box-sizing: border-box;
}
.sh-address-pic img{
    width: 345px;
    height: 250px;
}
.nj-info{
    margin-top: 80px;
}
.nj-company{
    width: 355px;
}
.nj-pic{
    width: 91px;
    height: 54px;
    margin-top: 8px;
}
.nj-pic img{
    width: 100%;
    height: 100%;
}
.nj-pices{
    padding-top: 0px;
}
/*客服*/
.service{
    width: 55%;
    height: 100px;
    /*border: 1px solid red;*/
    margin-top: 20px;
}
.service div{
    width: 100%;
    height: 30px;
    line-height: 30px;

}
.service div span{
    /*color: orange;*/
}
.service-top{
    font-size: 24px !important;
}
.service-mid ,.service-bot{
    font-size: 17px;
    /*color: #ccc;*/
}

/*清除浮动*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}
