.feature-head, .feature-config, .feature-pcb, .feature-process  {
    background: #F6F6F6;
}
tr.stress{
	 background: #f5f5f5;
}
/* head */
.feature-head .text {
    top: 60px;
}

.feature-head h2{
    background-image: url('../img/title-config.png'); 
}

.feature-head img {
    bottom: 65px;  
    margin-left: -480px;
    width: 960px;
    height:  265px;
}

/* Tab */
.tab-wrap {
    text-align: center;
}

.tab {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.tab li {
    margin: 0;
}

.tab a {
    padding: 8px 48px;
    border: 1px solid #E3E3E0;
    border-top-width: 0;
    border-right-width: 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size:  12px;
    background-image: -moz-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(253,253,253) 43%, rgb(253,253,253) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(253,253,253) 43%, rgb(253,253,253) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(253,253,253) 43%, rgb(253,253,253) 100%);
    background-color: #f5f5f5;
}

.tab .active {
    background: white;
    box-shadow: 0px 1px 9px -2px #bbb inset;
}

.tab li a:hover {
    text-decoration: none;
}

.tab .tab-last {
    border-right-width: 1px;
    border-radius: 0 0 5px 0;
}

.tab .tab-first {
    border-radius: 0 0 0 5px;
}

/* Speed */
.feature-speed .text {
    top: 70px;
}

.feature-speed h2{
    width: 238px;
    background-image: url('../img/title-speed2.png'); 
}


.feature-speed .subtitle {
    margin-bottom: 5px;
}

.feature-speed  .more {
    margin-left: 12px;
    line-height: 1.6;
}


.feature-speed img {
    bottom: 40px;
    right: -30px;
}

/* Config */
.feature-config .text {
    top: 60px;
}

.feature-config h2 {
    background-image: url('../img/title-chip.png'); 
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

.feature-config img {
    margin-left: -480px;
    bottom: 40px;
}

/* Antenna */
.feature-antenna .text {
    top: 55px;
}

.feature-antenna h2 {
    background-image: url('../img/title-antenna.png'); 
    width: 199px;
}

.feature-antenna img {
    bottom: 35px;
    left: -15px;
}

/* pcb */
.feature-pcb .text {
    top: 60px;
}

.feature-pcb h2 {
    background-image: url('../img/title-pcb.png'); 
}

.feature-pcb img {
    margin-left: -320px;
    bottom: -50px;
}

/* protect */
.feature-protect .text {
    top: 115px;
}

.feature-protect h2 {
    background-image: url('../img/title-anti-interference.png'); 
    width: 317px;
}

.feature-protect img {
    right: -127px;
    margin-left: -480px;
    bottom: 107px;
}

/* process */
.feature-process .content-wrap {
    overflow: hidden;
    text-align: center;
}

.feature-process .text {
    width: 100%;
    top: 60px;
    text-align: center;
}

.feature-process h2 {
    text-indent: 1999px;
    background-image: url('../img/title-environment.png'); 
    margin-bottom: 0;
    overflow: hidden;
    height: 50px;
}

.process-list li {
    margin-right: 24px;
    margin-bottom: 32px;
}

.process-list img {
    position: relative;
    width: 208px;
    height: 139px;
}

.process-list {
    margin-top: 235px;
    margin-right: -24px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.btn-process {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #7cc343;
    color: white;
    padding: 3px 10px;
    border-radius: 3px;
    padding-right: 30px;
    background: url(../img/icon-more.png) no-repeat right center #7cc343;
}

.btn-process:hover {
    background-color: #8fd557;
}

/* Overview */
.overview {
    position: relative;
    height: 600px;
}

.overview .desc {
    color: #9da1a6;
    margin-left: 70px;
    margin-top: 11px;
}

.router-img-list {
    position: absolute;
    right: 36px;
    top: 85px;
}

.router-img-list li {
    width: 180px;
    height: 100px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    background: no-repeat center center;
}

.router-img-list li a {
    display: block;
}

.router-img-list .router1 {
    background-image: url(../img/router1.png);
}

.router-img-list .router2 {
    background-image: url(../img/router2.png);
}

.router-img-list .router3 {
    background-image: url(../img/router3.png);
}

.router-img-list .router4 {
    background-image: url(../img/router4.png);
}

/* config */
.parameter {
    border-top: 1px solid #e7e7e7;
    color: #434a54;
    line-height: 1.9;
}

.parameter-last {
    border-bottom: 1px solid #e7e7e7;
}

.parameter dt, .parameter dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 30px;
    vertical-align: top;
}

.parameter dt {
    width: 190px;
    padding-left: 70px;
}

.parameter dd {
    border-left: 1px solid #e7e7e7;
    padding: 30px 50px;
}

.parameter ul {
    list-style-type: initial;
}

table{
	width: 100%;
	color: #888999;
	line-height: 30px;
}
td{
	border: solid 1px #ddd;
	padding: 8px 25px;
}
