body {
    background-color: #fff;
}

header {
    background-color: #fff;
    height: 85px;
    border-bottom: 1px solid #ff0000;
}

.navbar {
    min-height: unset;
    margin-bottom: unset;
    margin-top: 48px;
}

.nav>li>a {
    padding: 8px 50px;
}

img.logo {
    width: 100%;
    height: 60px;
    margin-top: 10px;
}

.back-gray {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.back-gray .block {
    background-color: transparent;
}

.back-gray .block>.tit>div>strong {
    background-color: #f2f2f2;
}

.carousel .carousel-inner {
    height: 300px;
}

.block-def {
    border: 1px solid #e4e4e4;
}

.block-hot {
    height: 300px;
    border: 1px solid #e4e4e4;
}

.block-hot .con ul li {
    padding: 3px 0;
}

.block-hot .con hr {
    margin: 10px auto;
}

.block-hot .con .row div {
    padding: 5px;
}

.block-hot .con .row div a {
    background-color: #f2f2f2;
    padding: 5px 10px;
}

.block-home-process {
    padding: 10px 0;
}

.block-home-process>.tit {
    text-align: center;
}

.block-home-process>.tit>div {
    border-bottom: 2px solid #000;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 20%;
    height: 22px;
}

.block-home-process>.tit>div>strong {
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 30px;
}

.block-home-process>.tit>p {
    font-size: 14px;
    color: #D7D7D7;
}

.block-home-process>.con {
    padding: 0;
}

.block-home-process-stage {
    background-color: #f2f2f2;
}

.block-home-process-stage>.tit>div {
    text-align: center;
}

.block-home-process-stage>.tit>div>span {
    margin: auto 6px;
}

.block-home-process-stage>.tit>div>span.number {
    font-size: 36px;
}

.block-home-process-stage>.tit>div>span.name {
    font-size: 20px;
}

.block-home-process-stage>.tit>div>span.type {
    font-size: 14px;
}

.block-home-process-stage>.con>div>div>a.stage {
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 50px 0 10px 0;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 33px 31px;
}

.block-home-process-stage>.con>div>div>a.s1 {
    background-image: url(/static/images/u21.png);
}

.block-home-process-stage>.con>div>div>a.s2 {
    background-image: url(/static/images/u25.png);
}

.block-home-process-stage>.con>div>div>a.s3 {
    background-image: url(/static/images/u17.png);
}

.block-home-process-stage>.con>div>div>a.s4 {
    background-image: url(/static/images/u38.png);
}

.block-home-process-stage>.con>div>div>a.s5 {
    background-image: url(/static/images/u42.png);
}

.block-home-process-stage>.con>div>div>a.s6 {
    background-image: url(/static/images/u46.png);
}

.block-home-process-stage>.con>div>div>a.s7 {
    background-image: url(/static/images/u67.png);
}

.block-home-process-stage>.con>div>div>a.s8 {
    background-image: url(/static/images/u68.png);
}

.knowledge img {
    height: 116px;
    width: 100%;
}

.knowledge dl dt {
    width: 300px;
}

.knowledge dl dt a {
    color: #ff0000;
    font-size: 15px;
    font-weight: normal;
}

.knowledge dl dd {
    line-height: 1.8;
    width: 300px;
}

.knowledge dl dd a {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.knowledge>div>div:nth-child(1) {
    border-right: 1px dashed #d8d8d8;
}

.block-con-wiki {
    background-color: #fff;
    padding: 24px;
    height: 200px;
}

.block-con-wiki div:nth-child(1) {
    background-color: #f2f2f2;
    text-align: center;
    padding: 13px;
}

.block-con-wiki div:nth-child(2) {
    margin: 20px auto 10px;
}

.block-con-wiki div:nth-child(2) a {
    padding: 5px;
    display: inline-block;
}

.home-tag {
    text-align: center;
}

.home-tag .nav-tabs {
    border-bottom: unset;
    display: inline-block;
    margin-bottom: 30px;
}

.home-tag .nav-tabs>li>a {
    padding: 10px 40px;
}

.home-tag .nav-tabs>li>a {
    border-radius: 0;
    border: 1px solid #ddd;
    margin-right: -1px;
}

.home-tag .nav-tabs>li.active>a, .home-tag .nav-tabs>li.active>a:hover, .home-tag .nav-tabs>li.active>a:focus {
    color: #f90;
    border: 1px solid #f90;
    z-index: 2;
}

.home-tag .nav>li>a:hover, .home-tag .nav>li>a:focus {
    background-color: transparent;
}

.home-tag .tab-content {
    text-align: left;
}

.home-tag .nav-tabs2>li {
    width: 50%;
    float: left;
}

.home-tag .nav-tabs2>li>a {
    padding: 10px 10px;
    text-align: center;
    margin: 5px;
    background-color: #f2f2f2;
}

.home-tag .nav-tabs2>li>a:hover, .home-tag .nav-tabs2>li>a:focus {
    background-color: #ff9900;
    color: #fff;
}

.home-tag .nav-tabs2>li.active>a, .home-tag .nav-tabs2>li.active>a:hover, .home-tag .nav-tabs2>li.active>a:focus {
    background-color: #ff9900;
    color: #fff;
}

.home-tag .tab-content .tab-content div ul li {
    border-bottom: 1px dashed #aaa;
    padding: 10px 20px;
    font-size: 13px;
    display: inline-block;
}

.home-tag .tab-content .tab-content div ul li span {
    display: inline-block;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.block-home-process .con-faq {
    padding: 36px;
    background-color: #fff;
}

.block-home-process .con-faq div div:nth-child(1), .block-home-process .con-faq div div:nth-child(2) {
    border-right: 1px dashed #ddd;
}

.block-home-process .con-faq div div ul li {
    line-height: 2.8;
}

.block-home-process .con-faq div div ul li a {
    line-height: unset;
}

.block-home-process .con-faq div div ul li a.glyphicon-question-sign:before {
    color: #ff9900;
    margin-right: 10px;
}

.block-home-process .con-faq div div ul li span {
    float: right;
}

.block-home-process .con-faq div div ul li span em {
    color: #ff9900;
    font-style: unset;
}

footer {
    height: 130px;
    background: #525252;
    padding: 20px 0;
    color: #fff;
}

.process>div>div:nth-child(1) img {
    width: 100%;
}

.process-hot {
    padding: 20px;
    background-color: #f2f2f2;
}

.process-hot>div:nth-child(1)>span {
    padding: 3px 5px;
    background-color: #ff0000;
    color: #fff;
}

.process-hot>div:nth-child(1)>a {
    font-size: 16px;
    color: #ff0000;
}

.process-hot>div:nth-child(1) p {
    font-size: 14px;
    line-height: 24px;
    color: #6B6B6B;
}

.process-hot>div:nth-child(2) div a {
    font-size: 14px;
}

.block-process .tit {
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}

.block-process-flowchart .con {
    padding: 10px 0;
}

.process-table {
    border: 1px solid #ff0000;
    display: table;
    width: 100%;
    background-color: #fff;
}

.process-table>div {
    height: 245px;
}

.process-table>div:nth-child(1) {
    background-color: #ff0000;
    width: 50px;
    float: left;
}

.process-table>div:nth-child(1) ul li a {
    padding: 5px 10px;
    color: #fff;
}

.process-table>div:nth-child(1) ul li.active a {
    background-color: #fff;
    color: #ff0000;
}

.process-table .nav>li>a:hover, .process-table .nav>li>a:focus {
    background-color: transparent;
}

.process-table .tab-content {
    display: table;
    padding: 15px;
    padding-bottom: 0;
}

.process-table .tab-content div ul {
    display: inline-block;
    width: 100%;
}

.process-table .tab-content div ul:nth-child(2) li {
    text-align: right;
    width: 100%;
}

.process-table .tab-content div ul:nth-child(2) li a {
    color: #ff0000;
}

.process-table .tab-content div ul li {
    width: 50%;
    float: left;
    line-height: 2.2;
}

.block-process-flowchart .con>div>div:nth-child(2) {}

.block-process-flowchart .con>div>div:nth-child(2) div div ul li {
    float: left;
    font-size: 13px;
}

.block-process-flowchart .con>div>div:nth-child(2) div div {
    margin-bottom: 10px;
}

.block-process-flowchart .con>div>div:nth-child(2) div div ul li:nth-child(1) {
    width: 30%;
}

.block-process-flowchart .con>div>div:nth-child(2) div div ul li:nth-child(2) {
    width: 70%;
    padding: 0 10px;
}

.block-process-flowchart .con>div>div:nth-child(2) div div ul li img {
    height: 69px;
    width: 100%;
}

.block-process-flowchart .con>div>div:nth-child(2) div div ul li a {
    color: #000;
}

.block-process-flowchart-orange .process-table {
    border: 1px solid #ff8300;
}

.block-process-flowchart-orange .process-table>div:nth-child(1) {
    background-color: #ff8300;
}

.block-process-flowchart-orange .process-table .tab-content div ul:nth-child(2) li a {
    color: #ff8300;
}

.block-process-flowchart-orange .process-table>div:nth-child(1) ul li.active a {
    color: #ff8300;
}

.block-process-flowchart-yellow .process-table {
    border: 1px solid #ff9900;
}

.block-process-flowchart-yellow .process-table>div:nth-child(1) {
    background-color: #ff9900;
}

.block-process-flowchart-yellow .process-table>div:nth-child(1) ul li.active a {
    color: #ff9900;
}

.block-process-flowchart-yellow .process-table .tab-content div ul:nth-child(2) li a {
    color: #ff9900;
}

.process .process-list-left {
    border: 1px solid #ff9900;
}

.process .process-list-left dl dt span:before {
    content: "\e113";
    font-size: 10px;
    margin-left: 10px;
}

.process .process-list-left dl dd {
    display: none;
}

.process .process-list-left dl.active dt span:before {
    content: "\e114";
}

.process .process-list-left dl.active dd {
    display: block;
}

.process .process-list-left dl dt, .process .process-list-left ul li {
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: unset;
}

.process .process-list-left ul li a {
    padding: 0;
    background-color: #fff;
}

.process .process-list-left ul li.active a {
    color: #ff8300;
}

.process .process-list-left dl dd {
    text-align: center;
    font-size: 13px;
    line-height: 33px;
}

.process .process-list-left dl dd.active {
    background-color: #f2f2f2;
}

.process .process-list-left dl dd.active a {
    color: #ff9900;
}

.process-list-left .active dt {
    background-color: #f2f2f2;
}

.data-class .nav-data-class>li {
    float: left;
}

.data-class .nav-data-class>li>a {
    padding: 5px 10px;
}

.data-class .nav-data-class>li>a:hover, .data-class .nav-data-class>li>a:focus, .data-class .nav-data-class>li.active>a {
    color: #FF9900;
    background-color: transparent;
}

.data-class .tab-content {
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.data-class .tab-content div a {
    margin: auto 10px;
    display: inline-block;
    width: 100px;
}

.data-class .tab-content div a:hover {
    color: #ff8300;
}

.process-list-right-data .row div h6 {
    font-size: 18px;
}

.process-list-right-data .row div p {
    font-size: 13px;
    color: #BCBCBC;
}

.process-list-right-data .row div div, .process-list-right-data .row div div a {
    color: #BCBCBC;
    font-size: 12px;
}

.process-list-right-data hr {
    border-top: 1px dashed #eee;
}

.process-detailed {
    border: 1px solid #c9c9c9;
    padding: 30px 40px;
}

.process-detailed h1 {
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: unset;
}

.process-detailed>div {
    margin-bottom: 10px;
}

.process-detailed>div:nth-child(2) {
    color: #BCBCBC;
}

.process-detailed>div:nth-child(3) {
    color: #666666;
}

.article-prev, .article-next {
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin: 10px auto;
}

.block-process-others .tit {
    font-size: 18px;
    font-weight: unset;
    color: #5a5d5a;
}

.block-process-others .con {
    border: 1px solid #c9c9c9;
    padding: 0;
    padding: 10px;
}

.block-process-others .con img {
    margin-bottom: 10px;
}

.block-process-others .con ul li {
    line-height: 2;
}

.block-process-related .con ul li div span {
    font-size: 12px;
    color: #BCBCBC;
}

.block-process-related .con ul li div span:nth-child(1) {
    float: left;
}

.block-process-related .con ul li div span:nth-child(2) {
    float: right;
}

.block-process-related .con ul li div {
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.block-process-related {
    border: 1px solid #c9c9c9;
}

.block-process-related .con .tag a {
    display: inline-block;
    padding: 3px 10px;
    background-color: #f2f2f2;
    margin: 8px;
}

.wiki-rolling .carousel-inner strong {
    font-size: 24px;
    font-weight: unset;
    margin: 30px;
    display: inline-block;
}

.wiki-rolling .carousel-inner p {
    font-size: 16px;
    color: #999999;
    margin: auto 50px auto 30px;
    display: inline-block;
}

.block-wiki-s1 .con .word {
    margin-bottom: 20px;
    min-height: 106px;
}

.block-wiki-s1 .con .word a {
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin: 5px;
    font-size: 13px;
    display: inline-block;
}

.a_img {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 160px;
    margin-bottom: 20px;
}

.a_img a {
    display: block;
    background-color: #0000005c;
    color: #fff !important;
    padding: 10px;
    height: 100%;
    margin-top: 122px;
}

.a_img a:hover {
    color: #FF6633 !important;
}

.a_img a b {
    font-weight: unset;
    font-size: 13px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
    width: 100%;
    display: inherit;
}

.a_img a p {
    font-weight: unset;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

.block-wiki-s31 {
    color: #333333;
}

.block-wiki-s31 strong {
    font-weight: unset;
    font-size: 14px;
}

.block-wiki-s31 img {
    min-height: 76px;
    height: 90px;
    width: 100%;
}

.block-wiki-s31 p {
    margin-top: 10px;
    margin-bottom: auto;
    line-height: 1.5;
    font-size: 12px;
}

.block-wiki-s31>div>div {
    margin-bottom: 20px;
}

.block-wiki-s31>div>div:nth-child(2)>div:nth-child(2) {
    margin-top: 20px;
}

.block-wiki-s31>div>div:nth-child(2)>div:nth-child(2) ul li {
    line-height: 2;
}

.wiki-list-catalog {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.wiki-list-catalog ul {
    margin: 10px;
    float: left;
}

.wiki-list-catalog ul li a {
    color: #FF9900;
}

.wiki-con {
    padding: 20px;
}

.block-brand .con {
    padding: 0;
}

.block-brand .con .types {
    background-color: #f2f2f2;
    padding: 10px 30px;
}

.block-brand .con .types>div>div {
    overflow: hidden;
    height: 27px;
}

.block-brand .con .types a {
    display: inline-block;
    margin: auto 10px;
    color: #000;
}

.block-brand .con .types a.active {
    color: #FF9900;
}

.block-brand .con .brand {
    padding: 30px;
    border-bottom: 1px dashed #888;
    margin-bottom: 30px;
}

.block-brand .con .brand div div {
    height: 170px;
    background-size: 100% 100%;
    overflow: hidden;
}

.block-brand .con .brand div div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    font-size: 28px;
    color: #FFFFFF;
    background-color: #0000004a;
}

.block-faq-left {
    border-bottom: 1px dashed #eaeaea;
}

.block-faq-left .tit {
    font-size: 16px;
}

.block-faq-left .con a {
    display: inline-block;
    margin: 5px;
    color: #cccccc;
}

.block-faq-hot .con ul li {
    padding: 5px 0;
}

.block-faq-hot .con ul li span {
    font-weight: bold;
    color: #fff;
    background-color: #ff0000;
    padding: 3px 5px;
}

.block-faq-hot .con ul li p {
    margin-top: 5px;
    background: url(/static/images/u2071.png) left top no-repeat;
    color: #C9C9C9;
    padding-left: 30px;
}

.block-faq-answer .con ul li a {
    color: #FF9900;
}

.block-faq-answer .con ul li p {
    color: #C9C9C9;
    font-size: 13px;
}

.block-faq-newanswer .con div div p {
    margin: auto;
    line-height: 1.6;
}

.block-faq-newanswer .con>div {
    margin-bottom: 10px;
}

.block-faq-newanswer .con div div:nth-child(1) p {
    background-color: #f2f2f2;
    color: #FF9900;
    text-align: center;
    font-size: 13px;
}

.block-faq-newanswer .con div div:nth-child(2) p:nth-child(2) {
    font-size: 12px;
    color: #ccc;
}

.block-faq-question {
    border: 1px solid #d7d7d7;
}

.block-faq-question .tit {
    background-color: #f90;
    font-size: 13px;
    display: table;
    margin-left: 20px;
    margin-top: -5px;
    padding: 15px 15px;
    color: #fff;
}

.block-faq-question .con {
    padding-left: 90px;
    margin-top: -40px;
}

@media (max-width: 768px) {
    .block-faq-question .tit {
        margin: auto;
        display: block;
        text-align: center;
    }
    .block-faq-question .con {
        padding: 10px 20px;
        padding-top: 0;
        margin: unset;
    }
}

.block-faq-question .con h1 {
    font-size: 16px;
    font-weight: 500;
}

.block-faq-question .con p span {
    color: #d4d4d4;
    margin-right: 20px;
}

.block-faq-answer-info {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.block-faq-answer-info .tit {
    font-size: 14px;
    padding: 20px 40px;
}

.block-faq-answer-info .tit>div:nth-child(2) {
    color: #999999;
}

.block-faq-answer-info .con {
    padding: 20px 40px;
    padding-top: 0;
    font-size: 14px;
    color: #6b6b6b;
}

.block-faq-relevant .con {
    padding: 0;
}

.block-faq-relevant .con>div>div>a>div {
    background-color: #f2f2f2;
    height: 150px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.faq-n {
    background-color: #f3f3f3;
    font-size: 13px;
}

.faq-n p {
    color: #f90 !important;
}

.navbar-guide ul li.active a {
    color: #ff0000;
}