﻿.banner{
    height: 200px;
    background: url(../../../../template/default/index/images/banner-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.banner .banner-content {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    background: url(../../../../template/default/index/images/pic.png) no-repeat;
}
.cmsq-com-banner {
    height: 200px;
    background-size: 100% auto;
    background: url(../../../../template/default/index/images/banner2-bg.png) repeat-x;
}
.cmsq-com-banner .banner-content {
    height: 200px;
    background: url(../../../../template/default/index/images/pic3.png) no-repeat;
}
.compare-content {
    width: 900px;
    margin: 0 auto;
    border-top: solid  1px #fff;
}
.compare-content > h1 {
    font-size: 24px;
    color: #424345;
    text-align: center;
    margin-top: 45px;
}
.compare-table {
    margin-top: 27px;
    width: 100%;
    margin-bottom:100px;
}
.compare-table thead tr {
    height: 60px;
}
.compare-table thead tr th {
    background-color: #424345;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.compare-table thead tr th.module {
    background-color: #2f9aff;
    width: 141px;
}
.compare-table thead tr th.title {
    position: relative;
}
.compare-table thead tr th.title i {
    width: 1px;
    height: 12px;
    background-color: #6F7174;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.compare-table tbody tr {
    height: 40px;
}
.compare-table tbody tr td {
    text-align: center;
    border-bottom: solid 1px #eceff5;
    font-size: 14px;
}
.compare-table tbody tr td+td {
    border-left: solid 1px #c5cbd8;
}
.compare-table tbody tr td.support {
    background: url(../../../../template/default/index/images/support.png) no-repeat;
    background-position: center center;
}