/*首页样式*/
.conIndexBox {
    background: #f1f1f1;
    padding-bottom: 80px;
}

.conIndexBox .linksBox {
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    padding-right: 30px;
    font-size: 12px;
    color: #a3a3a3;
    text-align: right;
}

.conIndexBox .linksBox a {
    padding: 0px 14px;
    color: #707070;
}

.blank {
    background: #ffffff;
}

/*模块演示*/
.partW {
    width: 47.5%;
}

.mod {
    font-family: "微软雅黑";
    margin: 20px 0 0 2%;
}

.mod .title {
    color: #ffffff;
    background: #337ab7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px 1px;
}

.mod .con {
    padding: 15px;
    height: 350px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
}

.mod .con a {
    color: #434343;
}

.mod .con .imgBox {
    width: 100%;
    line-height: 350px;
}

.mod .con img {
    width: 100%;
    vertical-align: middle;
}

.mod.modR {
    margin: 0px auto;
    width: 320px;
}

.mod.modR .title {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #337ab7;
    color: #337ab7;
    margin: 0px;
    background: url("../images/indeximg.gif") repeat-x left top;
}

.mod.modR .title.white {
    background: #ffffff;
}

.mod.modR .con {
    padding: 0px;
}

.mod.modR .con ul {
    margin: 0 15px;
    overflow: hidden;
}

.mod.modR .con li {
    height: 40px;
    line-height: 40px;
    background: url("../images/indeximg.gif") repeat-x left -107px;
    padding: 0px 20px;
    font-size: 12px;
    margin-top: -1px;
}

.mod.modR .con li span {
    padding-left: 26px;
}

.mod.modR .con.h828 {
    height: 820px;
}

.conIndex .left {
    min-width: 800px;
}

.conIndex .right {
    width: 360px;
    margin-top: 20px;
}

/*点击自定义后弹窗样式*/
.end_f {
    padding: 40px 30px;
    font-size: 12px;
}

.end_f .linebox {
    padding: 10px 0;
}

.end_f .linebox span {
    padding-right: 10px;
}

.end_f .linebox input {
    width: 100px;
    height: 26px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: none;
}

.end_f .linebox select {
    width: 110px;
    height: 26px;
    line-height: 26px;
}