﻿.fh-index{
    margin-top: 94px;
}
.fh-index .active-color {
    color: #ff6e0b;
}
.fh-index .active-bg {
    background-color: #ff6e0b;
    color: #fff !important;
    height: inherit;
    display: block;
    width: 25%;
    float: right;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;

}
.fh-index h4{
    font-size: 20px;
}
.fh-index .contact-btn {
    font-size: 18px;
    color: #ff6e0b;
    border: 1px solid #ff6e0b;
    display: inline-block;
    padding: 0.25em 1.5em;
    text-align: center;
    border-radius: 10px;
}
.fh-index .contact-btn:hover{
    background-color: #ff6e0b;
    color: #fff;
}
/* banner */
.fh-index .banner-warper{
    background-color: #202122;
    background-image: url(../images/banner_index.png);
    text-align: center;
    color:#fff;
    padding-bottom: 40px;
}
.fh-index .banner-warper>img{
    width: 100%;
}
.fh-index .banner-warper>img:nth-child(2){
    display: none;
}
@media screen and (max-width:767px){
    .fh-index .banner-warper{
        padding-bottom: 0!important;
    }
    .fh-index .banner-warper>img:nth-child(1){
        display: none;
    }
    .fh-index .banner-warper>img:nth-child(2){
        display: inline-block;
    }
}

.fh-index .banner-warper h1{
    font-size: 54px;
    margin-top: 1.6em;
}
.fh-index .banner-warper h1 .active-color{
    margin-left: 0.74em;
}
.fh-index .banner-warper h3{
    margin-top: 4em;
    margin-bottom: 2em;
}
.fh-index .banner-warper h3 span{
    font-weight: bold;
}
.fh-index .banner-warper .input-warper{
    background-color: #fff;
    font-size: 16px;
    width: 67%;
    margin: 0 auto;
    height: 4.5em;
    line-height: 4.5em;
    text-align: left;
    border-radius: 2.25em;
    margin-bottom: 1.2em;
    overflow: hidden;
}
.fh-index .banner-warper .left{
    width: 75%;
    float: left;
}

.fh-index .banner-warper label{
    margin-bottom: 0;
    padding-left: 1em;
    width: 50%;
}
.fh-index .banner-warper .input-warper input{
    border: none;
    margin: 0;
    padding: 0;
    color: #333333;
    font-weight: normal;
    max-width: 80%;
}
.fh-index .banner-warper .input-warper input::placeholder {
    color:#757575;
    font-weight:normal;
}
.fh-index .banner-warper .input-warper a{
    height: inherit;
    display: block;
    width: 25%;
    float: right;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
}
.fh-index .banner-warper .input-warper input:focus{
    outline: none;
}
.fh-index .banner-warper p span {
    color: #e30e08;
}
.fh-index .banner-warper p {
    color: #deebff;
}
/* 热门服务 */
.fh-index .index-hot .scroll-warper {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.fh-index .index-hot .scroll-warper:hover .prev-btn,
.fh-index .index-hot .scroll-warper:hover .next-btn
{
    opacity: 1;
}
.fh-index .index-hot .scroll-warper .prev-btn,
.fh-index .index-hot .scroll-warper .next-btn
{
    font-size: 30px;
    color: #888888;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    opacity: 0;
    width: 50px;
    background-color: #eff2f3;
    vertical-align: middle;
    padding-top: 5px;
}
.fh-index .index-hot .scroll-warper .prev-btn{
    left: 0px;
}
.fh-index .index-hot .scroll-warper .next-btn {
    right: 0px;
}
.fh-index .index-hot .scroll-list{
    width: 300%;
    overflow: hidden;
    transform: translateX(0);
}
.fh-index .index-hot .scroll-list.transform{
    transition: all 2s ease;
}
.fh-index .index-hot .scroll-item{
    width: 8.3%;
    float: left;
}
.fh-index .index-hot .scroll-item p{
    width: 9em;
    margin: 0 auto;
}
.fh-index .index-hot .scroll-item h3{
    margin-top: 1.875em;
    margin-bottom: 1em;
}
/* 工商注册 */
.fh-index .index-registry{
    background-color: #eff2f3;
    color: #fff;
}
.fh-index .index-registry .left{
    padding: 60px 30px 0 30px;
    height: 430px;
}
.fh-index .index-registry .left h4{
    margin-bottom: 80px;
}
.fh-index .index-registry .left a{
    color: #fff;
    font-weight: lighter;
    display: inline-block;
    border: 1px solid #fff;
    height: 2em;
    line-height: 2em;
    width: 7em;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0.8;
}
.fh-index .index-registry .left a:hover{
    opacity: 1;
}
.fh-index .index-registry .left p{
    margin-bottom: 0px;
}
.fh-index .index-registry .left a:first-child{
    margin-right: 1em;
}
.fh-index .index-registry .left hr{
    width: 6em;
    height: 2px;
    margin: 1em 0;
    background-color: #fff;
}
.fh-index .index-registry .left{
    background-color: #ff6e0b;
    background-image: url(../images/index-regisitry-bg.jpg);
}
.fh-index .index-registry .registry-item {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 50px 30px 30px 30px;
    background-color: #fff;
    height: 210px;
}
.fh-index .index-registry .registry-item:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fh-index .index-registry .registry-item h4{
    font-weight: bold;
    font-size: 20px;
    color: #203260;
}
.fh-index .index-registry .registry-item p{
    color: #787878;
}
.fh-index .index-registry .registry-item a{
    border: 1px solid #ff6e0b;
    color: #ff6e0b;
    padding: 0.25em 1.5em;
    margin-top: 2em;
    display: inline-block;
}
.fh-index .index-registry .registry-item:hover a{
    color: #fff;
    background-color: #ff6e0b;
}
.fh-index .index-registry .registry-item .media-right {
    vertical-align: middle;
}
.fh-index .index-registry .registry-item .media-right img{
    vertical-align: middle;
    height: 60%;
}
/* 注册优势 */

.fh-index .index-advantage{
    text-align: center;
}
.fh-index .index-advantage .left{
    background-color: #203260;
    background-image: url(../images/index-advantage-bg.jpg);
    color: #fff;
    height: 510px;
    padding: 150px 20px;
}
.fh-index .index-advantage .left h4{
    font-size: 20px;
    margin-top: 2em;
}
.fh-index .index-advantage .advantage-item{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 2em 1em;
    height: 250px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.fh-index .index-advantage .advantage-item p{
    color: #3288fe;
}
.fh-index .index-advantage .advantage-item:hover{
    box-shadow: none;
    /*box-shadow: 0 0 5px rgba(255, 110, 11, 1);*/
    border:1px solid rgba(255, 110, 11, 1);
}
.fh-index .index-advantage .advantage-item:hover h4 {
    color:#ff6e0b;
}
.fh-index .index-advantage .advantage-item img {
    width: 248px;
    height: 134px;
}
.fh-index .index-advantage .advantage-item h4 a {
    color:#ff6e0b;
}
.fh-index .index-advantage .advantage-item h4 a:hover {
    color:#000;
}
/* 准备资料 */
.fh-index .index-prepare{
    text-align: center;
}
.fh-index .index-prepare p{
    color: #787878;
}
.fh-index .index-prepare .prepare-item{
    padding: 0 30px;
}
.fh-index .index-prepare .prepare-item img{
    position: relative;
    margin-right: 0.5em;
    top: 0;
    transition: top 0.5s ease;
}
.fh-index .index-prepare .prepare-item:hover img{
    top: -5px;
}
.fh-index .index-prepare .prepare-item:hover h4 {
    color: #ff6e0b;
}
/* 步骤 */
.fh-index .index-step{
    text-align: center;
}
.fh-index .index-step .step-warper{
    width: 20%;
    float: left;
    text-align: center;
}
.fh-index .index-step .hr{
    width: 100%;
    height: 0;
    border-top: 2px #2a3c6f dashed;
    margin-top: 24px;
}
.fh-index .index-step .step-warper .step{
    position: relative;
    font-size: 22px;
    color: #fff;
    background-color: #2a3c6f;
    height: 2.2em;
    line-height: 2.1em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    width: 80%;
    margin: 0 auto;

}
.fh-index .index-step .step-warper:first-child .step::before,
.fh-index .index-step .step-warper:nth-last-child(2) .step::after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #2a3c6f;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.fh-index .index-step .step-warper:first-child .step::before{
    left: -16%;

}
.fh-index .index-step .step-warper:nth-last-child(2) .step .arrow {
    display: none;
}
.fh-index .index-step .step-warper:nth-last-child(2) .step::after {
    right: -16%;
}

.fh-index .index-step .step-warper .step i{
    display: inline-block;
    height: 1.3em;
    line-height: 1.2em;
    width: 1.3em;
    border-radius: 50%;
    border: 2px solid #ff6e0b;
    color: #ff6e0b;
    margin-right: 8px;
    vertical-align: -2px;
}

.fh-index .index-step .step-warper .arrow{
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #d4d8e2;
    right: -20%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}
.fh-index .index-step .step-warper p{
    font-size: 16px;
    color: #5b5b5b;
    margin-top:2.5em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.fh-index .button{
    display: inline-block;
    background: #ff6e0b;
    background: linear-gradient(to right, #ffb15a, #ff6e0b);
    color: #fff;
    font-size: 24px;
    padding: 0.6em;
    margin-top: 2em;
    width: 13em;
    border-radius: 1.4em;
}
/* 服务 */
.fh-index .index-server .media {
    padding: 0 30px;
}
.fh-index .index-server .media p{
    color:#5b5b5b;
}
.fh-index .index-server .row:last-child{
    margin-top: 80px;
}
/* 其它服务 */
.fh-index .index-other{
    background-color: #efefef;
}
.fh-index .index-other .col-sm-3{
    height: 330px;
    background-color: #fff;
    width:24%;
}
.fh-index .index-other .col-sm-3:nth-child(3){
    margin-left: 4%;
}

.fh-index .index-other .col-sm-3:nth-child(2n + 1) {
    text-align: center;
    font-size: 66px;
    font-weight: bold;
    color: #fff;
    padding-top: 100px;
}
.fh-index .index-other .other-bg{
    padding: 30px;
    position: relative;
}
.fh-index .index-other .other-bg .top{
    font-size: 16px;
    color: #302d31;
    line-height: 2em;
    border-bottom: 1px solid #cdcdcd;
}
.fh-index .index-other .other-bg .top a{
    float: right;
    color: #cdcdcd;
    font-size: 12px;
}
.fh-index .index-other .other-bg .contact-btn{
    position: absolute;
    bottom: 30px;
}
.fh-index .index-other .other-bg p:first-child{
    margin-top:1em;
}
.fh-index .index-other .other-bg p a{
    display: inline-block;
    margin-top: 1em;
    color: #626262;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0 0.5em;
    border-radius: 5px;
}
.fh-index .index-other .other-bg p a:hover{
    color: #ff6e0b;
}
.fh-index .index-other .other-bg p a:first-child{
    margin-right: 2em;
}
.fh-index .index-other .other-bg1{
    background-image: url(../images/index-other01.png);
}
.fh-index .index-other .other-bg2 {
    background-image: url(../images/index-other02.png)
}
/* 平板 */
@media screen and (min-width:768px) and (max-width:992px){
    /* 注册公司 */
    .fh-index .index-registry .left h1{
        font-size: 24px;
    }
    
    .fh-index .index-registry .left h4 {
        margin-bottom: 20px;
    }
    .fh-index .index-registry .registry-item {
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 20px;
        background-color: #fff;
        height: 210px;
    }
}
/* 手机样式 */
@media screen and (max-width:767px) {
    .fh-index{
        margin-top: 51px;
    }
    .fh-index p {
        font-size: 13px;
    }
    .fh-index h1 {
        font-size: 18px;
    }
    .fh-index h3 {
        font-size: 16px;
    }
    .fh-index h4 {
        font-size: 14px;
    }
    .fh-index .contact-btn {
        font-size: 14px;
        padding: 0.25em 0.5em;
        border-radius: 5px;
    }
    /* banner */
    .fh-index .banner-warper {
        padding-bottom: 20px;
    }
    
    .fh-index .banner-warper h1 {
        font-size: 24px;
        margin-top: 1.6em;
    }
    .fh-index .banner-warper h3 {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    
    .fh-index .banner-warper h3 span {
        font-weight: bold;
    }
    
    .fh-index .banner-warper .input-warper {
        font-size: 16px;
        height: auto;
        line-height: 1.2em;
        margin-bottom: 1.2em;
        border-radius: 0px;
        background-color: transparent;
        width: 80%;
        
    }
    .fh-index .banner-warper .left {
        width: 100%;
        float: none;
        border-radius: 5px;
        background-color: transparent;
        margin-bottom: 1em;
    }
    .fh-index .banner-warper label {
        margin-bottom: 5px;
        padding-left: 1em;
        width: 100%;
        height: 2.2em;
        line-height: 2.2em;
        display: block;
        border-radius: 5px;
        background-color: #fff;
    }
    .fh-index .banner-warper .input-warper a {
        width: 100%;
        float: none;
        height: 2.2em;
        line-height: 2.2em;
        border-radius: 5px;
        text-align: center;
    }
    /* 热门服务 */
    .fh-index .index-hot .scroll-warper {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .fh-index .index-hot .scroll-list {
        width: 400%;
        overflow: hidden;
        transform: translateX(0);
    }
    .fh-index .index-hot .scroll-list img{
        width: 50%;
    }
    .fh-index .index-hot .scroll-list.transform {
        transition: all 2s ease;
    }

    .fh-index .index-hot .scroll-item p {
        width: 6em;
        margin: 0 auto;
    }

    .fh-index .index-hot .scroll-item h3 {
        margin-top: 1.875em;
        margin-bottom: 1em;
    }
    /* 工商注册 */
    .fh-index .index-registry {
        background-color: #eff2f3;
        color: #fff;
    }
    .fh-index .index-registry .registry-item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 5px 5px 10px;
        height: 160px;
    }
    .fh-index .index-registry .registry-item img{
        width: 40px;
        margin-top: 40px;
    }
    .fh-index .index-registry .col-xs-6:nth-child(2n) .registry-item{
        margin-left: 0;
    }
    .fh-index .index-registry .registry-item .media-right{
        width: 20%;
        display: none;;
    }
    .fh-index .index-registry .registry-item h4 {
        font-size: 16px;
    }

    .fh-index .index-registry .registry-item a {
        position: absolute;
        bottom: 25px;
        border: 1px solid #ff6e0b;
        color: #ff6e0b;
        padding: 0.25em .5em;
        margin-top: 1em;
        display: inline-block;
    }
    /* 注册优势 */
    .fh-index .index-advantage .advantage-item {
        padding: 2em 1em;
        height: 230px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .fh-index .index-advantage .advantage-item img{
        width: 100%;
    }
    .fh-index .index-advantage .advantage-item h4{
        font-size: 15px;
    }
    .fh-index .index-advantage .col-xs-6:nth-child(2n) .advantage-item {
        margin-right: 10px;
    }
    /* 资料准备 */
    .fh-index .index-prepare .prepare-item {
        padding: 0 10px;
    }

    .fh-index .index-prepare .prepare-item img {
        display: block;
        margin: 0 auto;
    }
    /* 步骤 */
    .fh-index .index-step .hr {
        margin-top: 14px;
    }

    .fh-index .index-step .step-warper .step {
        font-size: 14px;
    }

    .fh-index .index-step .step-warper:first-child .step::before,
    .fh-index .index-step .step-warper:nth-last-child(2) .step::after {
        height: 6px;
        width: 6px;
        margin-top: -3px;
    }

    .fh-index .index-step .step-warper:first-child .step::before {
        left: -16%;

    }
    .fh-index .index-step .step-warper:nth-last-child(2) .step::after {
        right: -16%;
    }

    .fh-index .index-step .step-warper .step i {
        border-width: 1px;
        margin-right: 0;
    }
    .fh-index .index-step .step-warper .step em{
        display: none;
    }
    .fh-index .index-step .step-warper .arrow {
        border-width: 5px;
        right: -22%;
    }

    .fh-index .index-step .step-warper p {
        font-size: 12px;
        margin-top: 0.5em;
        width: 80%;
    }
    .fh-index .index-step .button {
        font-size: 14px;
        margin-top: 1em;
    }

    /* 服务 */
    .fh-index .index-server .media{
        position: relative;
        height: 195px;
    }
    .fh-index .index-server .col-xs-6:nth-child(2n + 1) .media{
        padding-left: 10px;
        padding-right: 5px;
    }
    .fh-index .index-server .col-xs-6:nth-child(2n) .media {
        padding-left: 5px;
        padding-right: 10px;
    }
    .fh-index .index-server .row:last-child{
        margin-top: 5px;
    }
    .fh-index .index-server .contact-btn{
        position: absolute;
        bottom: 0;
    }
    /* 其它服务 */

    .fh-index .index-other .col-sm-3 {
        height: 250px;
    }

    .fh-index .index-other .other-bg {
        padding: 10px;
        width:47%;
        margin-left: 2%;
    }
    .fh-index .index-other .other-bg.other-bg3{
        margin-left: 2%;
    }

    .fh-index .index-other .other-bg .top {
        font-size: 14px;
    }

    .fh-index .index-other .other-bg .top a {
        float: right;
        color: #cdcdcd;
        font-size: 12px;
    }

    .fh-index .index-other .other-bg .contact-btn {
        position: absolute;
        bottom: 30px;
    }

    .fh-index .index-other .other-bg p:first-child {
        margin-top: 2em;
    }

    .fh-index .index-other .other-bg p a {
        display: inline-block;
        margin-top: 1em;
        color: #626262;
    }

    .fh-index .index-other .other-bg p a:first-child {
        margin-right: 0;
    }

    .fh-index .index-other .other-bg1 {
        background-image: url(../images/index-other01.png);
    }

    .fh-index .index-other .other-bg2 {
        background-image: url(../images/index-other02.png)
    }
}