/*企业简介上栏背景图*/
.page-header {
    position: relative;
    width: 100%;
}
.page-header img {
    width: 100%;
    vertical-align: middle;
}
.page-headers {
    position: relative;
    width: 100%;
}
.page-headers img {
    width: 100%;
    vertical-align: middle;
}
.mc_main{
    /*padding-top: 30px;*/
    margin: 0 auto;
    /*background: #f7f8fa;*/
    overflow: hidden;
    /*  border: 1px solid red;*/
}
.mc_main-show{
    width: 100%;
/*    border: 1px solid red;*/
    margin: 0 auto;
}

li{
    list-style: none;
}
.environment-one{
    /*height: 730px;*/
    margin: 0 auto;
}
.environment-one-text{
    width: 100%;
    margin: 0 auto;
}

.environment-one-box{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  /*  height: 400px;*/
    /*border: 1px solid firebrick;*/
}

.environment-one-boxs{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    /*  height: 400px;*/
    /*border: 1px solid firebrick;*/
}


.environment-one-box li{
    height: 100%;
}

.environment-one-boxs li{
    height: 100%;
}
.environment-one-box img{
    width: 100%;
    box-shadow: 10px 10px 10px #c0c0c0;
    transition:transform 3s;
    -webkit-transition:transform 3s;
}
.environment-one-boxs img{
    width: 100%;
    box-shadow: 10px 10px 10px #c0c0c0;
    transition:transform 3s;
    -webkit-transition:transform 3s;
}
.environment-one-box img:hover{
    transform: scale(1.1);
}
.environment-one-boxs img:hover{
    transform: scale(1.1);
}

.environment-one-box li{
    float: left;
    padding: 10px;
}
.environment-one-boxs li{
    float: left;
    padding: 10px;
}

.environment-two{
    /*height: 440px;*/
    margin: 0 auto;
}
.hadware-main{
    display: flex;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    /*border: 1px solid darkblue;*/
}
.detection img {
    /* height: 500px; */
    width: 100%;
    margin: 0 auto;
}
.hadware-left{
    width: 35%;
    margin: 0 auto;
    /*border: 1px solid #7c6aa6;*/
    background-color: #f5f5f5;
    display: table;
}
.hadware-left-pic{
/*    border: 1px solid #7c6aa6;*/
    margin:0 auto;
   /* padding-top: 35px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.hadware-left img{
    width: 70%;
}
.hadware-right{
    width: 65%;
}
.table-main table{
    margin: 0 auto;
}
tr td {
    border-left:  1px solid #ebebeb;
    border-bottom:  1px solid #ebebeb;
    border-right:  1px solid #ebebeb;
    text-align: center;
}
tr th{
    border-left:  1px solid #ebebeb;
    border-bottom:  1px solid #ebebeb;
    text-align: center;

}
th {
    text-align: center;
}
table{
    width: 70%;
    line-height: 35px;
}
.environment-three{
    overflow: hidden;
}

.environment-three-text{
    width: 100%;
    margin: 0 auto;
}
.environment-three-texts{
    padding-top: 10px;
}
.environment-three-texts p{
   /* font-size: 17px;
    color: #383838;*/
    text-align: center;
}

.environment-three-pic{
    float: left;
    padding: 8px 10px;
}

.environment-three-pics{
    margin: 0 auto;
    width: 100%;
}
.environment-three-pics img {
    /*border: 1px solid green;*/
    width: 100%;
  /*  height: 200px;*/
    transition:transform 3s;
    -webkit-transition:transform 3s;
}
.environment-three-pics img:hover{
    transform: scale(1.1);
}

.environment-four{
    /*height:650px;*/
}

.hadware-lefts{
    width: 30%;
    margin: 0 auto;
    display: table;
    /*border: 1px solid #7c6aa6;*/
    background-color: #f5f5f5;
}
.hadware-lefts-show{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.hadware-lefts img{
    width: 51%;
}

.hadware-five{
    width: 70%;
    margin: 0 auto;
}
.environment-five{
    /*height: 760px;*/
}
.environment-six{
    height: 100%;
}

.environment-three-texts-copy{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    position: relative;
    padding-top: 5px;
}
.environment-three-texts-copy p{
    text-align: center;
}