body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

/* Reset */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide {
    display: none;
}

.space_hx {
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
}

.i_m {
    width: 1100px;
    margin: 0px auto;
}

/*start 新闻资讯*/
.i_ml {
    width: 535px;
    float: left;
}

.i_title {
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    text-align: left;
}

.i_title .line {
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 38px;
}

.i_title .more {
    display: block;
    font-size: 13px;
    color: #666666;
    position: absolute;
    right: 0;
    top: 5px;
    border: 1px solid #dddddd;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 3px;
}

.i_mb {
    width: 100%;
    padding-top: 20px;
}

.i_mb dl {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 10px 0;
    border-bottom: 0px dashed #bbb;
    margin-bottom: 6px;
    background-color: #f2f2f2;
    -webkit-border-radius: 3px;
}

.i_mb dl dt, .i_mb dl dt img {
    width: 150px;
    height: 40px;
    margin-left: 8px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-color: #02808b;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    line-height: 40px;
    font-size: 20px;
}

.i_mb dl dd {
    width: 370px;
    float: right;
}

.i_mb dl dd .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_mb dl dd .title a {
    font-size: 16px;
    font-weight: 400;
}

.i_mr {
    width: 535px;
    float: right;
}

/*end 新闻资讯*/

/*start 走进环科*/
.i_me {
    width: 100%;
    height: 360px;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 20px;
    background: url(/images/home/me-bg.jpg) no-repeat;
}

.i_me dt, .i_me dt img {
    width: 480px;
    height: 300px;
    vertical-align: top;
    float: left;
}

.i_me dd {
    width: 580px;
    height: auto;
    /*text-indent: 2em;*/
    float: right;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    line-height: 195%;
}

.advantage ul {
    padding: 20px 0;
}

.advantage li {
    width: 25%;
    float: left;
    text-align: center;
}

.advantage li img {
    width: 40px;
    float: left;
    margin-top: 5px;
}

.advantage li p {
    font-size: 16px;
    padding: 8px;
    color: #02808b;
    font-weight: bold;
    float: left;
}

.advantage li > a {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #dddddd;
    border-radius: 5px;
}

/*end 走进环科*/

/*start 业务范围*/
.i_mf {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.i_mf dt {
    /*width: 535px;*/
    height: 220px;
    float: left;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.i_mf p {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.i_mf dd {
    /*width: 260px;*/
    height: 220px;
    float: left;
    margin-left: 8px;
    margin-right: 7px;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.i_mf a {
    display: inline-block;
    /*width: 260px;*/
    /*height: 180px;*/
    overflow: hidden;
}
.i_mf a:hover{
    color: #333;
}

.i_mf img {
    /*width: 260px;*/
    /*height: 180px;*/
    /*cursor: pointer;*/
    /*transition: all 1s;*/
}

.i_mf img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.i_mf em{
    background: #ffffff;
    border: 1px #dddddd solid;
    width: 350px;
    position: absolute;
    margin-top: -30px;
    /*margin-left: -250px;*/
    text-align: justify;
    text-indent: 35px;
    line-height: 30px;
    padding: 20px 12px 10px;
    font-style: normal;
    z-index: 2;
    display: none;
}


/*end 业务范围*/

/*start 合作伙伴*/
.i_mg {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}

.i_mg dd {
    width: 205px;
    height: 75px;
    float: left;
    padding-top: 20px;
    margin-left: 14px;
    overflow: hidden;
    border-radius: 0px;
}

.i_mg img {
    border: 1px solid #ddd;
    width: 200px;
}

/*end 合作伙伴*/


