@charset "utf-8";


.caseBanner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.caseBanner img {
    width: 100%;
    height: auto;
}

.caseBanner h3 {
    position: absolute;
    left: 1rem;
    top: 2rem;
    font-size: 1.1rem;
    color: #fff;
}

.caseBanner p {
    position: absolute;
    left: 1rem;
    top: 4rem;
    font-size: .8rem;
    color: #fff;
    width: 56%;
    line-height: 150%;
}

.caseList {
    overflow: hidden;
}

.caseList dl {
    padding: .5rem;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.caseList dl a {
    display: -webkit-box;
    display: box;
    height: 100%;
    font-size: 0;
}

.caseList dt {
    width: 7rem;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.caseList dt img {
    height: auto;
    width: 7rem;
    overflow: hidden;
}

.caseList dd {
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-left: 12px;
    position: relative;
    height: 100%;
    padding-top: 0px;
}

.caseList dd h3 {
    font-size: 1rem;
    color: #000;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
}

.caseList dd p {
    font-size: 0.8rem;
    color: #999;
    margin-top: 4px;
    overflow: hidden;
    line-height: 1.2rem;
}


.infoContent {
    background: #fff;
    padding: 1rem;
    overflow: hidden;
}

.infoHead {
    text-align: center;
    font-size: 1.2rem;
}

.infoTitle {
    text-align: center;
    margin: 2rem 0;
}

.infoTitle span {
    font-size: 1rem;
    border-radius: 20rem;
    border: 2px solid #f5a517;
    padding: .3rem 1rem;
}

.infoIn {
    font-size: 0.8rem;
    line-height: 180%;
    margin: 1rem 0 0;
}

.infoIn img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.33);
}


.aboutContent {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 1.5rem 0;
    text-align: center;
}

.aboutContent i {
    font-size: 1.8rem;
    border: 1px solid #666;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    display: inline-block;
    color: #666;
    line-height: 3.6rem;
}

.aboutContent p {
    font-size: 1.1rem;
    margin: 1rem;
}

.aboutContent span {
    font-size: 1rem;
    display: block;
    margin-bottom: .3rem;
}

.aboutContent cite {
    display: block;
    color: #999;
    font-size: .87rem;
}


.indexSoft {
    padding: .5rem;
    overflow: hidden;
    background: #fff;
}

.indexSoft-title {
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
    margin-top: .5rem;
}

.indexSoft-title i {
    font-size: 1.2rem;
    margin-right: .5rem;
}

.indexSoft-title i.indexSoft-ico1 {
    color: #8fc36f;
}

.indexSoft-title i.indexSoft-ico2 {
    color: #ff6f6f;
}

.indexSoft-title i.indexSoft-ico3 {
    color: #f8c848;
}

.indexSoft-box {
}

.indexSoft-list {
    overflow: hidden;
    border-radius: 0.4rem;
    border: 1px solid #eee;
    margin-top: .5rem;
}

.indexSoft-img {
    overflow: hidden;
    position: relative;
}

.indexSoft-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
    z-index: 1;
}

.indexSoft-img img {
    width: 100%;
    height: auto;
}

.indexSoft-img h3 {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 3rem;
    text-align: center;
    width: 100%;
}

.indexSoft-img p {
    position: absolute;
    z-index: 2;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 5rem;
    font-size: .8rem;
    padding: 0 .8rem;
}

.indexSoft-in {
    padding: 1rem;
    overflow: hidden;
}

.indexSoft-in h3 {
    text-align: center;
    font-size: 1rem;
}

.indexSoft-in li {
    width: 49%;
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
}

.indexSoft-link {
    text-align: center;
    padding: 0 0 1rem;
}

.indexSoft-link a {
    font-size: .8rem;
    border-radius: 20rem;
    border: 1px solid #f5a517;
    padding: .3rem 1rem;
}


.advisoryList {
    overflow: hidden;
}

.advisoryList dl {
    padding: .5rem;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.advisoryList dl span {
    display: -webkit-box;
    display: box;
    height: 100%;
    font-size: 0;
}

.advisoryList dt {
    width: 5rem;
    height: 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.advisoryList dt i {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
}

.advisoryList dt i.advisoryIco1 {
    background-image: -webkit-linear-gradient(#78e0fd, #58aefe);
}

.advisoryList dt i.advisoryIco2 {
    background-image: -webkit-linear-gradient(#cefe7b, #60e31c);
}

.advisoryList dt i.advisoryIco3 {
    background-image: -webkit-linear-gradient(#fdd295, #ff971f);
}

.advisoryList dd {
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-left: 1rem;
    position: relative;
    height: 100%;
    padding-top: 0px;
}

.advisoryList dd h3 {
    font-size: 1rem;
    color: #000;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
}

.advisoryList dd p {
    font-size: 0.8rem;
    color: #999;
    margin-top: 4px;
    overflow: hidden;
    line-height: 1.2rem;
}


.advisoryCase {
    overflow: hidden;
}

.advisoryCase li {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 0.8em;
    border-radius: 7px;
    height: 13.2rem;
}

.advisoryCase li:nth-child(2n) {
    margin-right: 0
}

.advisoryCase img {
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 7px 7px 0 0;
}

.advisoryCase p {
    line-height: 1em;
    color: #444;
    height: 1em;
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
    font-weight: 100;
}

.advisoryCase span {
    color: #b9b9b9;
    font-size: .8rem;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    display: block;
    margin-top: .5rem;
}

.advisoryCase-link {
    text-align: center;
    padding: 1rem 0;
}

.advisoryCase-link a {
    font-size: .8rem;
    border-radius: 20rem;
    border: 1px solid #f5a517;
    padding: .3rem 1rem;
}

.indexData {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.indexData li {
    width: 33%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    text-align: center;
    padding: 1rem 0;
}

.indexData li:nth-child(3n), .indexData li:nth-child(5n) {
    border-right: none;
}

.indexData li:nth-child(4n), .indexData li:nth-child(5n) {
    width: 50%;
}

.indexData li i {
    font-size: 1.45rem;
}

.indexData li p {
    font-size: .8rem;
    color: #999;
}

.indexData li span {
    display: block;
    margin-top: .5em;
}

.indexData li i.indexData-ico1 {
    color: #ff5754;
}

.indexData li i.indexData-ico2 {
    color: #309cff;
}

.indexData li i.indexData-ico3 {
    color: #f5a500;
}

.indexData li i.indexData-ico4 {
    color: #31bba7;
}

.indexData li i.indexData-ico5 {
    color: #d81e06;
}


.fundsBox {
    background: #FFF;
    overflow: hidden;
}

.softWraeTitle {
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem 0 .5rem;
}

.fundsList {
    overflow: hidden;
    padding-left: 1%;
}

.fundsList li {
    overflow: hidden;
    float: left;
    width: 31%;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    margin: 0 1% .5rem;
}

.fundsList li:nth-child(1) {
    width: 64%;
}

.fundsList li.fundsList-bg1 {
    background: #4376e2;
}

.fundsList li.fundsList-bg2 {
    background: #288b75;
}

.fundsList li.fundsList-bg3 {
    background: #ffbb4c;
}

.fundsList li.fundsList-bg4 {
    background: #ff7a66;
}

.fundsList li.fundsList-bg5 {
    background: #d249ed;
}

.fundsList li i {
    font-size: 2rem;
}

.fundsList li p {
    font-size: 0.9rem;
}

.fundsList li span {
    font-size: .8rem;
}

.solveContent {
    text-align: center;
    font-size: .8rem;
    padding: 0 1rem;
    line-height: 160%;
}

.solveInList {
    overflow: hidden;
    padding: 2%;
    margin: 1em 0 0;
}

.solveInList li img {
    width: 100%;
    height: auto;
}

.solveInList li {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 0.8em;
    height: 17.5rem;
    box-shadow: 0px 0px 5px #0000003d;
}

.solveInList li:nth-child(2n) {
    margin-right: 0
}

.solveInList i {
    width: 100%;
    display: block;
    text-align: center;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    font-size: 3rem;
}

.solveInList i.solveIco1 {
    background: #e66183;
}

.solveInList i.solveIco2 {
    background: #5ea927;
}

.solveInList i.solveIco3 {
    background: #b57dd1;
}

.solveInList i.solveIco4 {
    background: #1a8fd1;
}

.solveInList p {
    line-height: 1em;
    color: #444;
    height: 1em;
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
    font-weight: 100;
    margin-top: 1rem;
}

.solveInList span {
    font-size: .8rem;
    font-weight: normal;
    line-height: 150%;
    display: block;
    padding: .6rem;
    text-indent: 2em;
    color: #9a9a9a;
}

.highlight {
    overflow: hidden;
    padding: .7em;
}

.highlight dl {
    background: #fafafa;
    overflow: hidden;
    margin-top: .7em;
    padding: .7em;
}

.highlight dl label {
    display: -webkit-box;
    display: box;
    height: 100%;
    font-size: 0;
}

.highlight dt {
    width: 5rem;
    height: 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.highlight dt i {
    width: 5rem;
    height: 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 3rem;
    top: .5rem;
}

.highlight dt i.highlightIco1 {
    color: #f09010;
}

.highlight dt i.highlightIco2 {
    color: #83b91f;
}

.highlight dt i.highlightIco3 {
    color: #1faeff;
}

.highlight dt i.highlightIco4 {
    color: #ff669b;
}

.highlight dt i.highlightIco5 {
    color: #879bfc;
}

.highlight dt img {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 6rem;
    font-size: 2rem;
    color: #fff;
}

.highlight dd {
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-left: 1.5rem;
    position: relative;
    height: 100%;
    padding-top: 0px;
}

.highlight dd p {
    font-size: 1rem;
    color: #000;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: .3rem;
}

.highlight dd span {
    font-size: .8rem;
    overflow: hidden;
    display: block;
    line-height: 160%;
}

.highlight dd cite {
    width: 50%;
    float: left;
}


.featuresList {
    overflow: hidden;
    padding: 0 0 1em 0;
}

.featuresList li {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center;
    margin: 1em 0 0;
}

.featuresList li i {
    width: 3rem;
    height: 3rem;
    line-height: 3.8rem;
    overflow: hidden;
    display: inline-block;
    font-size: 1.5rem;
    border: 1px solid #eee;
    border-radius: 50%;
}

.featuresList li i.featuresList-ico1 {
    color: #f09010;
}

.featuresList li i.featuresList-ico2 {
    color: #83b91f;
}

.featuresList li i.featuresList-ico3 {
    color: #1faeff;
}

.featuresList li i.featuresList-ico4 {
    color: #ff669b;
}

.featuresList li i.featuresList-ico5 {
    color: #879bfc;
}

.featuresList li i.featuresList-ico6 {
    color: #3fb9ff;
}

.featuresList li i.featuresList-ico7 {
    color: #ff669b;
}

.featuresList li i.featuresList-ico8 {
    color: #f5b25a;
}

.featuresList li i.featuresList-ico9 {
    color: #83b920;
}

.featuresList li i.featuresList-ico10 {
    color: #ffc000;
}

.featuresList li p {
    font-size: .8rem;
    margin-top: .5em;
}

/*营销系统样式*/
.MarketingBox {
    background: #fff;
    overflow: hidden;
    padding: 1em 0em;
}

.MarketingTit {
    overflow: hidden;
    text-align: center;
}

.MarketingTit img {
    width: 80%;
    height: auto;
    margin: 2em auto 0;
}

.MarketingTit h4 {
    font-size: 1.3rem;
    overflow: hidden;
    color: #000;
}

.CharacteristicIn {
    overflow: hidden;
    padding: .8rem;
}

.CharacteristicIn dl {
    overflow: hidden;
    margin-top: 1em;
}

.CharacteristicIn dl dt {
    float: left;
    width: 5.8em;
    height: 5.8em;
    margin-right: 1em;
    overflow: hidden;
}

.CharacteristicIn dl dt img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.CharacteristicIn dl dd {
    overflow: hidden;
}

.CharacteristicIn dl dd h5 {
    font-size: 1.1rem;
    overflow: hidden;
    color: #000;
}

.CharacteristicIn dl dd p {
    font-size: .9rem;
    color: #333;
    margin-top: 0.5em;
}

.service {
    overflow: hidden;
}

.service h5 {
    font-size: .8rem;
    color: #666;
    padding: .8rem;
    line-height: 180%;
}

.service ul {
    overflow: hidden;
    margin-top: 1em;
    padding: 0 2%;
}

.service ul li {
    width: 50%;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 2%;
}

.service ul li img {
    width: 100%;
    height: auto;
}

.service ul li p {
    line-height: 200%;
    background: #fbfbfb;
    padding: 0.4rem 0;
}

.tl {
    text-align: left !important
}

.tc {
    text-align: center !important
}

.tr {
    text-align: right
}

.Operate {
    overflow: hidden;
    margin-top: 2em;
    padding-bottom: 1em;
}

.Operate dl {
    width: 45%;
    float: left;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 6px 3px #eee;
    margin-left: 3%;
    height: 16em;
    margin-top: 1em;
}

.Operate dl dt {
    background: #5ea927;
    height: 7em;
    text-align: center;
    line-height: 9.5em;
}

.Operate dl dt i {
    font-size: 4rem;
    color: #fff;
}

.Operate dl dt.red {
    background: #e66183;
}

.Operate dl dt.blue {
    background: #1a8fd1;
}

.Operate dl dt.zise {
    background: #b57dd1;
}

.Operate dl dd {
    overflow: hidden;
    padding: 0.5em;
}

.Operate dl dd h5 {
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.Operate dl dd p {
    font-size: .8rem;
    color: #666;
    margin-top: 0.5em;
    height: 6em;
    line-height: 1.5em;
    text-indent: 20px;
    overflow: hidden;
}

.loginType {
    width: 100%;
    text-align: center;
    height: 36px;
    padding: 0 20px 0 42px;
    font-size: 14px;
}

.table_head {
    font: 1rem bold;
    font-weight: 600;
}

li.table_body label {
    float: left;
}

.help {
    border: 1px solid #eee;
    font-size: 14px;
    padding: 16px;
}

.help > li {
    margin: 3px 0;
    list-style-type: disc;
    list-style-position: inside;
}

.loginFrom li p.loginTypeRadio {
    padding: 16px 0 5px 42px;
    border: none;
}

.loginFrom .loginTypeUl {
    border: 1px solid #eee;
}

.loginFrom .loginTypeUl li:first-child {
    margin-top: 0px;
}

.loginFrom .loginTypeUl li:last-child {
    margin-bottom: 15px;
}

.loginFrom .loginTypeUl li {
    margin: 0px;
}

