﻿
.mod-feature .feature-row .row-box {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 100px;
    display: table;
    table-layout: fixed;
    
}
.mod-feature
{
	background-color:#fff;
}
.mod-feature .feature-row .row-box .box-col-1 {
    width: 530px;
}
.mod-feature .feature-row .row-box .box-col-1, .mod-feature .feature-row .row-box .box-col-2 {
    display: table-cell;
    vertical-align: middle;
}

/* 如果要兼容ie7 换成这段代码
.box-left{float:left;}
.box-right{float:right;}
.box-col-1{ padding-top:50px;}
*/

.mod-feature .feature-row .row-box .box-col-1 .box-text {
    margin: 0 50px;
}


.mod-feature .feature-row .box-text .title {
    
    background:url(http://cdn.eteams.cn/site/img/bg_fh1.gif) no-repeat left bottom;
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align:left;
}
.mod-feature .feature-row .box-text .title1 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align:left;
}
.mod-feature .feature-row .box-text p {
    font-size: 16px;
    line-height: 30px;
    text-align:left;
}
.mod-feature .feature-row .box-text span {
    font-size: 18px;
    line-height: 30px;
    text-align:left;
    float: left;
    margin-bottom: 15px;
}
.mod-feature .feature-row .row-box .box-col-2 {
    width: 670px;
}
.mod-feature .feature-row .row-box .box-col-2 {
    text-align: center;
}
.row-gray {
    background: #f3f3f3 none repeat scroll 0 0;
}
#banner1 {
   width:100%; 
   height:298px; 
   background:url(../images/solutions/solution.jpg) center  no-repeat;
}