@charset "utf-8";
/* CSS Document */

body {
    background: #f5f5f5;
}

.left {
    float: left;
}

.right {
    float: right;
}

.wrap {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    background: #fff;
}

.wrap .back{
    display: block;
    width: 90px;
    height: 90px;
    background: url(../images/icons/back.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.content {
    overflow: hidden;
}

/* banner */
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.banner .bd {
    position: relative;
    z-index: 0;
    height: 100%;
}

.banner .bd ul {
    display: block;
    overflow: hidden;
}

.banner .bd ul li,
.banner .bd ul li a,
.banner .bd ul li a img {
    display: block;
    width: 100%;
    height: 300px;
}

.banner .hd {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 1;
    width: 100%;
}

.banner .hd ul {
    display: block;
    width: 100%;
    height: 16px;
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    margin: 0 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(51,51,51,0.6) 1px 1px 2px;
    vertical-align: top;
    text-indent: -999em;
    cursor: pointer;
}

.banner .hd ul li.on {
    background: #305E03;
}

/*服务*/
ul.srvmenu {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}

ul.srvmenu li {
    float: left;
    display: block;
    padding: 10px 0;
    width: 33.33%;
}

ul.srvmenu li a {
    display: block;
}

ul.srvmenu li a img {
    display: block;
    margin: 0 auto;
    width: 92px;
    height: 92px;
}

ul.srvmenu li a span {
    display: block;
    height: 42px;
    color: #666;
    text-align: center;
    font-size: 24px;
    line-height: 46px;
}

ul.srvList {
    display: block;
    overflow: hidden;
    padding: 0 0 20px;
    background: #fff;
}

ul.srvList li {
    position: relative;
    display: block;
    margin: 20px 0 0;
}

ul.srvList li a.pic {
    display: block;
    overflow: hidden;
    height: 230px;
}

ul.srvList li a.pic img {
    display: block;
    margin: -34px 0 0;
    width: 100%;
}

ul.srvList li em {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 340px;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

ul.srvList li em a {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    margin: 0 22px;
    padding: 20px 0 0;
    height: 64px;
    color: #305E03;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 32px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

ul.srvList li em p {
    margin: 8px 22px 0;
    height: 120px;
    color: #444;
    font-size: 20px;
    line-height: 30px;
}

.srvpic {
    overflow: hidden;
    height: 420px;
}

.srvpic img {
    display: block;
    width: 100%;
}

.srvintro {
    border: 1px solid #eee;
    border-width: 10px 0;
}

.srvintro h3 {
    display: block;
    margin: 0 26px;
    padding: 18px 0 12px;
    color: #333;
    font-weight: normal;
    font-size: 28px;
    line-height: 38px;
}

.srvintro p {
    display: block;
    overflow: hidden;
    padding: 0 0 14px;
}

.srvintro p span {
    float: left;
    display: block;
    width: 50%;
    height: 38px;
    color: #707070;
    text-indent: 26px;
    font-size: 22px;
    line-height: 40px;
}

ul.srvtab {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}

ul.srvtab li {
    float: left;
    display: block;
    width: 33.33%;
    height: 78px;
    border-bottom: 2px solid #fff;
    color: #333;
    text-align: center;
    font-size: 26px;
    line-height: 82px;
    cursor: pointer;
}

ul.srvtab li.cur {
    color: #305E03;
    border-bottom-color: #305E03;
}

.srvtbox {
    display: none;
    margin: 0 0 98px;
    padding: 20px 28px 28px;
    color: #333;
    font-size: 24px;
    line-height: 38px;
}

.srvtbox * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.srvtbox img {
    height: auto !important;
    max-width: 100%;
}

/*底部菜单*/
ul.footNav {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 99;
    display: block;
    overflow: hidden;
    margin-left: -320px;
    width: 640px;
    background: #305E03;
}

ul.footNav li {
    float: left;
    display: block;
    width: 50%;
    height: 100px;
}

ul.footNav li a {
    display: block;
    overflow: hidden;
    height: 98px;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

ul.footNav li a img {
    display: block;
    margin: 12px auto 10px;
    height: 40px;
}

ul.footNav li a:hover {
    background: #68ce43;
}

/*返回顶部*/
.backToTop {
    position: fixed;
    right: 14px;
    bottom: 120px;
    display: none;
    width: 56px;
    height: 56px;
    background: url(../images/common/top.png);
    text-indent: -9999px;
    opacity: 0.6;
    cursor: pointer;
    _position: absolute;
    _bottom: "auto";
    filter: Alpha(opacity=60);
}

.backToTop:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

/*主体样式*/
.main {
    overflow: hidden;
    margin-bottom: 98px;
    height: auto;
    background: #eeeeee;
}

.nomore {
    margin: 0 0 98px;
    height: 86px;
    background: #eee;
    color: #848484;
    text-align: center;
    font-size: 26px;
    line-height: 86px;
}

.main .nomore {
    margin: 0;
}

/*注册登录*/
form.lrform {
    display: block;
    padding: 48% 30px 0;
    background: url(../images/common/logo.png) center top no-repeat;
    background-size: 31.25% auto;
}

form.lrform p {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 0;
}

form.lrform p input.text {
    display: block;
    box-sizing: border-box;
    padding: 8px 32px 6px;
    width: 100%;
    height: 76px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    font-size: 28px;
    line-height: 60px;
}

form.lrform p input.short {
    padding-right: 190px;
}

form.lrform p a {
    padding: 0 6px;
    height: 86px;
    color: #305E03;
    font-size: 28px;
    line-height: 86px;
}

form.lrform p a.btn {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    padding: 0;
    width: 160px;
    height: 76px;
    border-radius: 0 4px 4px 0;
    background: #305E03;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 78px;
}

form.lrform p input.btn {
    display: block;
    box-sizing: border-box;
    margin: 54px 0 0;
    width: 100%;
    height: 82px;
    border: 0;
    border-radius: 4px;
    background: #305E03;
    color: #fff;
    font-size: 32px;
    line-height: 84px;
}

/*个人中心*/
.uhead {
    overflow: hidden;
    height: 260px;
    background: url(../images/icons/user_head_bg.jpg) center no-repeat;
}

.uhead .ico {
    display: block;
    overflow: hidden;
    margin: 26px auto 0;
    padding: 6px;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
}

.uhead .ico img {
    display: block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
}

.uhead span {
    display: block;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 52px;
}

ul.umenu {
    display: block;
    overflow: hidden;
    margin: 20px -1px 30px;
}

ul.umenu li {
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 58px 0 48px;
    width: 50%;
    border: 1px solid #eeeeee;
    background: #fff;
}

ul.umenu li:nth-child(1),
ul.umenu li:nth-child(2) {
    border-top: 0;
}

ul.umenu li:nth-child(3),
ul.umenu li:nth-child(4) {
    border-bottom: 0;
}

ul.umenu li a {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 194px;
    color: #333;
    text-align: center;
    font-size: 26px;
}

ul.umenu li a img {
    display: block;
    margin: 0 auto 24px;
}

/*润盈卡*/
form.csearch {
    display: block;
    overflow: hidden;
    padding: 28px 18px;
    background: #fff;
}

form.csearch select {
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 27px;
    width: 134px;
    height: 70px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 26px;
    line-height: 70px;
    -webkit-appearance: button;
}

form.csearch input.txt {
    float: left;
    display: block;
    box-sizing: border-box;
    margin: 0 16px;
    padding: 8px 24px 6px;
    width: 318px;
    height: 70px;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #333;
    font-size: 26px;
    line-height: 54px;
}

form.csearch input.btn {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 120px;
    height: 70px;
    border: 0;
    border-radius: 4px;
    background: #305E03;
    color: #fff;
    font-size: 26px;
    line-height: 72px;
}

ul.card {
    display: block;
    overflow: hidden;
}

ul.card li {
    display: block;
    overflow: hidden;
    margin: 20px 0 0;
    background: #fff;
}

ul.card li p {
    float: left;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
    color: #a3a3a3;
    text-indent: 18px;
    font-size: 20px;
    line-height: 52px;
}

ul.card li p.btn {
    float: right;
    overflow: hidden;
    padding: 12px 0 0;
    width: 176px;
    height: auto;
    border: 0;
}

ul.card li p.btn a {
    display: block;
    margin: 20px auto 0;
    width: 140px;
    height: 50px;
    border-radius: 8px;
    background: #305E03;
    color: #fff;
    text-align: center;
    text-indent: 0;
    font-size: 24px;
    line-height: 52px;
}

ul.card li p.btn a:hover {
    background: #68ce43;
}

ul.card li h3 {
    float: left;
    display: block;
    padding: 2px 0 0;
    width: 460px;
    height: 60px;
    color: #333;
    text-indent: 24px;
    font-weight: normal;
    font-size: 26px;
    line-height: 62px;
}

ul.card li p.info {
    margin: 0 0 16px;
    padding: 4px 0 0 24px;
    width: 436px;
    height: auto;
    border: 0;
    color: #818181;
    text-indent: 0;
    font-size: 22px;
    line-height: 36px;
}

/*个人信息*/
form.userform {
    display: block;
    overflow: hidden;
}

form.userform h3 {
    display: block;
    padding: 16px 16px 2px;
    height: 68px;
    color: #6b6b6b;
    font-weight: normal;
    font-size: 28px;
    line-height: 70px;
}

form.userform .line {
    overflow: hidden;
    min-height: 20px;
}

form.userform .box {
    padding: 0 16px;
    background: #fff;
}

form.userform p {
    display: block;
    overflow: hidden;
    padding: 2px 0;
    border-bottom: 1px solid #d8d8d8;
}

form.userform p span {
    display: block;
    overflow: hidden;
    padding: 0 8px;
    height: 72px;
    color: #666;
    font-size: 26px;
    line-height: 74px;
}

form.userform p label {
    float: left;
    display: block;
    width: 200px;
    height: 72px;
    color: #666;
    white-space: nowrap;
    font-size: 26px;
    line-height: 74px;
}

form.userform p label.short {
    width: 98px;
}

form.userform p label font {
    padding-right: 4px;
    color: #ff2222;
}

form.userform p input.text {
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0 12px;
    width: 408px;
    height: 72px;
    border: 0;
    background: #fff;
    color: #666;
    text-align: right;
    font-size: 26px;
    line-height: 74px;
}

form.userform p input.short {
    padding: 0 0 0 16px;
    width: 210px;
    text-align: left;
}

form.userform p textarea {
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 17px 12px;
    width: 408px;
    height: 110px;
    border: 0;
    background: #fff;
    color: #666;
    text-align: right;
    font-size: 26px;
    line-height: 38px;
    resize: none;
}

form.userform p img {
    float: right;
    display: block;
    margin: 11px 9px 0 0;
    width: 182px;
    height: 50px;
    cursor: pointer;
}

form.userform p em {
    float: right;
    display: block;
    overflow: hidden;
}

form.userform p em label.radio {
    margin: 0 16px 0 20px;
    padding-left: 48px;
    width: auto;
    background: url(../images/icons/radio.png) left top no-repeat;
    cursor: pointer;
}

form.userform p em label.radio.cur {
    background-position: left bottom;
}

form.userform p em label.radio input {
    display: none;
}

form.userform p em select {
    float: left;
    display: block;
    box-sizing: border-box;
    margin: 11px 9px 0 7px;
    padding: 0 0 0 12px;
    width: 154px;
    height: 50px;
    border: 1px solid #d8d8d8;
    background: #fff url(../images/icons/down.png) right center no-repeat;
    color: #666;
    font-size: 26px;
    -webkit-appearance: button;
}

form.userform p em select.long {
    padding-left: 22px;
    width: 182px;
}

form.userform p em.info {
    overflow: hidden;
    padding: 0 12px;
    width: 384px;
    height: 72px;
    color: #666;
    text-align: right;
    font-size: 26px;
    line-height: 74px;
}

form.userform p em.long {
    width: 486px;
}

form.userform p input.btn {
    display: block;
    box-sizing: border-box;
    margin: 32px 0;
    width: 100%;
    height: 82px;
    border: 1px solid #305E03;
    border-radius: 4px;
    background: #fff;
    color: #305E03;
    font-size: 32px;
    line-height: 82px;
}

form.userform p.btn {
    margin: 0 28px;
    border: 0;
}

form.userform p.btn input.btn {
    margin: 48px 0 80px;
    background: #305E03;
    color: #fff;
    line-height: 84px;
}

form.userform p.btn2 {
    padding: 18px 4px 96px;
}

form.userform p.btn2 input.btn {
    float: left;
    margin: 0 16px;
    width: 284px;
    height: 72px;
    background: #305E03;
    color: #fff;
    line-height: 74px;
}

form.userform p.btn2 a {
    float: left;
    display: block;
    box-sizing: border-box;
    margin: 0 16px;
    width: 284px;
    height: 72px;
    border: 1px solid #305E03;
    border-radius: 4px;
    background: #fff;
    color: #305E03;
    text-align: center;
    font-size: 32px;
    line-height: 72px;
}

form.userform p.check {
    margin: 0 24px;
    padding: 4px 0 0;
    border: 0;
}

form.userform p label.check {
    float: left;
    padding-left: 54px;
    width: auto;
    background: url(../images/icons/check.png) left top no-repeat;
    cursor: pointer;
}

form.userform p label.check input {
    display: none;
}

form.userform p label.check.checked {
    background-position: left bottom;
}

form.userform p.check a {
    float: left;
    display: block;
    height: 72px;
    color: #305E03;
    font-size: 26px;
    line-height: 72px;
}

form.userform p a.profession {
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0 12px;
    width: 510px;
    height: 72px;
    border: 0;
    background: #fff;
    color: #666;
    text-align: right;
    font-size: 26px;
    line-height: 74px;
}

form.userform p a.profession:hover {
    color: #305E03;
}

form.userform p.tips {
    margin: 0 16px;
    padding: 16px 0 0;
    border: 0;
    color: #ff2222;
    font-size: 23px;
    line-height: 34px;
}

form.userform .txt {
    padding: 12px 16px;
    background: #fff;
}

form.userform .txt p {
    padding: 0;
    border: 0;
}

form.userform .txt p label {
    width: 144px;
    height: 52px;
    text-indent: 2px;
    line-height: 52px;
}

form.userform .txt p em.txt {
    padding: 0;
    width: 464px;
    color: #666;
    font-size: 26px;
    line-height: 52px;
}

form.userform a.add {
    display: block;
    box-sizing: border-box;
    margin: 28px 28px 0;
    height: 66px;
    border: 0;
    border-radius: 4px;
    background: #305E03;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 68px;
}

form.userform a.del {
    float: right;
    display: block;
    box-sizing: border-box;
    margin: 12px 16px;
    width: 86px;
    height: 50px;
    border: 0;
    border-radius: 4px;
    background: #305E03;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
}

form.userform a.download {
    float: right;
    display: block;
    margin: -2px 0;
    width: 180px;
    height: 80px;
    background: #305E03;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 82px;
}

form.userform a.qq {
    display: block;
    margin: 24px auto 0;
    width: 290px;
    height: 80px;
    border-radius: 4px;
    background: #1cacea url(../images/icons/qq.png) 28px center no-repeat;
    color: #fff;
    text-indent: 96px;
    font-size: 24px;
    line-height: 82px;
}

/*激活*/
.jhform {
    padding: 90px 28px 70px;
    background: url(../images/icons/green_bg.jpg) center top no-repeat;
    background-size: 100% auto;
}

.jhform form {
    display: none;
    overflow: hidden;
}

.jhform form p {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.jhform form p input.text {
    display: block;
    box-sizing: border-box;
    padding: 8px 32px 6px 112px;
    width: 100%;
    height: 76px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    background-size: auto 100% !important;
    color: #333;
    font-size: 28px;
    line-height: 62px;
}

.jhform form p input.card {
    background: #fff url(../images/icons/card.png) 22px center no-repeat;
}

.jhform form p input.safe {
    background: #fff url(../images/icons/safe.png) 22px center no-repeat;
}

.jhform form p input.name {
    background: #fff url(../images/icons/name.png) 22px center no-repeat;
}

.jhform form p input.IDcard {
    background: #fff url(../images/icons/IDcard.png) 22px center no-repeat;
}

.jhform form p input.btn {
    display: block;
    box-sizing: border-box;
    margin: 80px 0 30px;
    width: 100%;
    height: 82px;
    border: 0;
    border-radius: 4px;
    background: #305E03;
    color: #fff;
    font-size: 32px;
    line-height: 84px;
}

.jhform form img.logo {
    display: block;
    margin: 0 auto;
}

.jhintro {
    overflow: hidden;
    padding: 8px 0 0;
}

.jhintro h3 {
    display: block;
    margin: 0 28px;
    height: 73px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: normal;
}

.jhintro .title {
    float: left;
    display: block;
    padding: 0 26px 0 2px;
    height: 72px;
    border-bottom: 2px solid #305E03;
    color: #505050;
    font-size: 26px;
    line-height: 74px;
}

.jhintro .con {
    margin: 0 0 100px;
    padding: 20px 30px;
    color: #505050;
    font-size: 24px;
    line-height: 38px;
}

ul.jihuo {
    display: block;
    overflow: hidden;
    margin: 0 0 100px;
    padding: 42px 8px;
    background: #fff url(../images/icons/green_bg.jpg) center top no-repeat;
    background-size: 100% auto;
}

ul.jihuo li {
    float: left;
    display: block;
    padding: 8px;
    width: 296px;
}

ul.jihuo li a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

ul.jihuo li a img {
    display: block;
    width: 296px;
    height: 360px;
}

ul.jihuo li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 6px 0;
    width: 100%;
    background: rgba(72,203,118,0.6);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}

ul.jihuo li.logo {
    box-sizing: border-box;
    width: 100%;
}

ul.jihuo li.logo img {
    display: block;
    margin: 12px auto 0;
}

p.jhstep {
    display: block;
    overflow: hidden;
    padding: 32px 0;
    background: #fff url(../images/icons/step_dot.png) center no-repeat;
    text-align: center;
}

p.jhstep span {
    display: inline-block;
    margin: 0 11px;
    width: 132px;
    height: 52px;
    border: 1px solid #305E03;
    border-radius: 26px;
    background: #fff;
    color: #305E03;
    font-size: 26px;
    line-height: 54px;
}

p.jhstep span.cur {
    background: #305E03;
    color: #fff;
}

/*职业选择*/
.shadow {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 997;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

dl.profsbox {
    position: fixed;
    top: 0;
    right: -82%;
    z-index: 998;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    width: 82%;
    height: 100%;
    background: #fff;
    -webkit-transition: right 0.4s;
    /* Safari and Chrome */
    -moz-transition: right 0.4s;
    /* Firefox 4 */
    -o-transition: right 0.4s;
    /* Opera */
    transition: right 0.4s;
}

dl.profsbox dt {
    position: relative;
    display: block;
    height: 86px;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    line-height: 88px;
}

dl.profsbox dt a.back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 86px;
    height: 86px;
    background: url(../images/icons/back.png) center no-repeat;
}

dl.profsbox dt input.btn {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
    width: 80px;
    height: 50px;
    border: 0;
    border-radius: 24px;
    background: #e23b33;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 52px;
    cursor: pointer;
}

dl.profsbox dd {
    display: block;
    margin-left: 6%;
}

dl.profsbox dd a {
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 72px;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 26px;
    line-height: 74px;
    cursor: pointer;
}

dl.profsbox dd a:hover {
    color: #305E03;
}

.jhtips {
    padding: 20% 0 0;
    border-top: 20px solid #eeeeee;
    color: #305E03;
    text-align: center;
    font-size: 42px;
}

.jhtips img {
    margin-right: 20px;
    border-radius: 50%;
    background: #305E03;
}

/*报案*/
ul.batab {
    display: block;
    overflow: hidden;
    margin: -10px 0 50px;
}

ul.batab li {
    float: left;
    display: block;
    margin-right: 24px;
    padding: 0 24px 0 62px;
    height: 34px;
    background: url(../images/icons/ba_tab2.png) left top no-repeat;
    color: #4a4d49;
    font-size: 30px;
    line-height: 36px;
    cursor: pointer;
}

ul.batab li:first-child {
    border-right: 1px solid #fff;
    background-image: url(../images/icons/ba_tab1.png);
}

ul.batab li.cur {
    background-position: left bottom;
    color: #fff;
}

p.bastep {
    display: block;
    overflow: hidden;
    padding: 32px 0;
    background: #fff url(../images/icons/step_dot.png) center no-repeat;
    text-align: center;
}

p.bastep span {
    display: inline-block;
    margin: 0 11px;
    width: 180px;
    height: 52px;
    border: 1px solid #305E03;
    border-radius: 26px;
    background: #fff;
    color: #305E03;
    font-size: 26px;
    line-height: 54px;
}

p.bastep span.cur {
    background: #305E03;
    color: #fff;
}

/*单页面*/
h3.title {
    display: block;
    margin: 0 28px;
    padding: 44px 0 4px;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: 38px;
    line-height: 48px;
}

p.mark {
    display: block;
    margin: 0 28px;
    height: 60px;
    border-bottom: 1px solid #305E03;
    color: #868686;
    text-align: center;
    font-size: 26px;
    line-height: 60px;
}

.article {
    margin: 0 0 -16px;
    padding: 24px 30px 0;
    color: #333;
    line-height: 38px;
}

.main .article {
    margin-bottom: 0;
    padding-bottom: 32px;
    background: #fff;
}

.article * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.article img {
    height: auto !important;
    max-width: 100%;
}

ul.bastep {
    display: block;
    padding: 48px 28px 0;
}

ul.bastep li {
    position: relative;
    display: block;
    margin: 0 0 0 40px;
    padding: 0 0 60px 54px;
    border-left: 1px dashed #adadad;
}

ul.bastep li:last-child {
    padding-bottom: 0;
}

ul.bastep li em {
    position: absolute;
    top: 0;
    left: -30px;
    display: block;
    width: 61px;
    border-radius: 50%;
    background: #305E03;
    color: #fff;
    text-align: center;
    text-indent: -3px;
    font-style: italic;
    font-size: 32px;
    line-height: 63px;
}

ul.bastep li h4 {
    display: block;
    height: 50px;
    color: #333;
    font-weight: normal;
    font-size: 30px;
    line-height: 52px;
}

ul.bastep li .txt {
    color: #333;
    font-size: 24px;
    line-height: 36px;
}

p.btel {
    display: block;
    margin: 0 0 108px;
    height: 210px;
    color: #333;
    text-align: center;
    font-size: 40px;
    line-height: 212px;
    -webkit-transform: skew(-12deg,0deg);
    /* Safari and Chrome */
    -moz-transform: skew(-12deg,0deg);
    /* Firefox */
    -o-transform: skew(-12deg,0deg);
    /* Opera */
    transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    /* IE 9 */
}

/*列表*/
ul.newsList {
    display: block;
    overflow: hidden;
}

ul.newsList li {
    display: block;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 10px 24px;
    background: #fff;
}

ul.newsList li a.pic {
    float: left;
    display: block;
    margin: 0 34px 0 4px;
}

ul.newsList li a.pic img {
    display: block;
    width: 90px;
    height: 90px;
}

ul.newsList li a.title {
    float: left;
    display: block;
    overflow: hidden;
    padding: 4px 0 0;
    width: 464px;
    height: 46px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    line-height: 48px;
}

ul.newsList li a.title:hover {
    color: #305E03;
}

ul.newsList li span {
    float: left;
    display: block;
    width: 464px;
    height: 38px;
    color: #989898;
    font-size: 22px;
    line-height: 38px;
}