﻿.fl{float: left;}
.fr{float: right;}
.content {
    background: #f5f8fe;
    margin-top:92px;
}

.main {
    width: 998px;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    background: #ffffff;
}

.bread {
    width: 1003px;
    margin: 0 auto;
    font-size: 13px;
    color: #113a52;
    line-height: 43px;
}
.bread a{
    color: #113a52;
}

.bread a.current {
    color: #ff9c00;
}

.leftnav {
    width: 93px;
    height: 100%;
    border-right: 2px solid #e9e9e9;
    background: #ecf2fe;
}
.leftnav li{
    width: 93px;
    height: 111px;
    padding:20px 0;
}
.leftnav li.current{
    background: #ffffff;
    border-right: 2px solid #FBFCFE;
}
.leftnav li a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #113a52;
}
.leftnav li img{
    display: block;
    margin: 0px auto 10px;
}

.rightcon {
    width: 903px;
}
.rightcon .subtit-box{
    margin: 25px -10px 0 23px;
    overflow: hidden;
}

.subtit {
    float: left;
    display: inline-block;
    margin: 0 10px 22px 0;
    padding: 0 20px;
    border: 1px solid #e2e7ec;
    border-radius: 8px;
    cursor: pointer;
    color: #8f9aa4;
    line-height: 45px;
}
.subtit.on{
    border: 1px solid #fea066;
    color: #fea066;
}

.subtxt {
    font-size: 14px;
    line-height: 28px;
    color: #113a52;
    text-align: justify;
}

.subtxt-box {
    padding: 10px 23px;
}
#sslc h2{
    font-size:26px;
    line-height:26px;
    color:#ed6920;
    text-align:center;
    padding-bottom:26px;
}
.lc-box{
    height:465px;
    background:#fbfcfe;
    margin-bottom:28px;
}
.lc-tit{
    height:47px;
    background:#ffb033;
    border-bottom:2px solid #edeaed;
}

.lc-tit h4{
    text-align:center;
    color:#ffffff;
    line-height:47px;
    font-size:22px;
}
.lc{
    width:613px;
    border-left:1px solid #e4e9ef;
    border-right:1px solid #e4e9ef;
    border-bottom:1px solid #e4e9ef;
    border-top:1px solid #f4f4f6;
    height:365px;
    padding-top:50px;
    padding-left:109px;
    padding-right:133px;
    position:relative;
}
.lc-wrap{
    height:100%;
    position:relative;
    z-index:2;
    overflow: hidden;
}
.step-box{
    height:100%;
    position:relative;
}
.step{
    width:52px;
    height: 100%;
    float:left;
    margin-right:75px;
    /*position:relative;*/
    /*left:50%;*/
}
.icon-box{
    text-align:center;
    width:52px;
    height:52px;
    line-height:52px;
    background:url("../img/yellow-circle.png") no-repeat center center;

}
.icon-box img{
    vertical-align:middle;
}
.step p{
    width:auto;
    font-size:13px;
    color:#113a52;
    line-height:16px;
    writing-mode: vertical-rl;
    -ms-writing-mode:tb-rl;
    height:280px;
    padding-bottom:36px;
    padding-top:11px;

    letter-spacing: 2px;
}
.step table{
    margin:0 auto;
}
.step p span{
    display:inline-block;
    width:13px;
    height:18px;
    background:url("../img/border.png") no-repeat;
}
.line{
    position:absolute;
    background:#ffb033;
    height:3px;
    z-index:-1;
    top:23px;
    left:2px;
}
.lc-btn{
    width:16px;
    height:24px;
    position:absolute;
    top:97px;
    right:125px;
    z-index:100;
    background:url("../img/lc-btn.png") no-repeat;
    cursor:pointer;
}
#lc-es .step,#lc-ys .step{
    margin-right:123px;
}