.bg {
    background: #f5f5f5;
}

body {
    padding-top: 90px;
}

article section {
    padding: 80px 0;
}

section > h2 {
    text-align: center;
    font-size: 36px;
    color: #666;
    margin-bottom: 15px;
}

section > h6 {
    text-align: center;
    width: 90%;
    font-size: 18px;
    margin: 0 auto;
    line-height: 25px;
}

section .more {
    display: block;
    width: 210px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 auto;
    background: #346efd;
    color: #FFF;
    position: relative;
}

header {
    width: 100%;
    height: 90px;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

header .text {
    margin-left: 20px;
    border-left: 1px solid #DDD;
    padding: 10px 0 10px 20px;
}

header .text p {
    font-size: 14px;
    margin-bottom: 10px;
}

header .text h3 {
    font-size: 20px;
    color: #666;
}

header > .fr {
    width: calc(100% - 530px);
    max-width: 1000px;
}

header > .fr ul {
    width: 100%;
    font-size: 0;
}

header > .fr ul li {
    font-size: 16px;
    display: inline-block;
    line-height: 90px;
    text-align: center;
    width: calc((100% - 100px) / 7);
}

header > .fr ul li a {
    color: #333;
    font-weight: bold;
}

header > .fr ul li a:hover {
    color: #346efd;
}

header > .fr ul li.btn {
    width: 100px;
    background: #346efd;
    color: #FFF;
    cursor: pointer;
}

.mobile-header {
    display: none;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.mobile-header .top {
    height: 90px;
    position: relative;
    background: #FFF;
}

.mobile-header .top > a:first-of-type {
    margin-top: 6px;
}

.mobile-header .top > a .text {
    margin-left: 20px;
    border-left: 1px solid #DDD;
    padding: 10px 0 10px 20px;
    margin-top: 6px;
}

.mobile-header .top > a .text p {
    font-size: 14px;
    margin-bottom: 10px;
}

.mobile-header .top > a .text h3 {
    font-size: 20px;
    color: #666;
}

.mobile-header .top .nav_btn {
    height: 100%;
}

.mobile-header .top .nav_btn div {
    width: 30px;
    height: 14px;
    position: relative;
    margin-left: 12px;
}

.mobile-header .top > div.flex {
    height: 100%;
}

.mobile-header .top > a:last-of-type {
    width: 150px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #d61919;
    color: #FFF;
}

.mobile-header .top .nav_btn {
    position: absolute;
    right: 160px;
    line-height: 90px;
    z-index: 999999999999;
}

.mobile-header .top .nav_btn div span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background-color: #000;
}

.mobile-header .top .nav_btn div span:nth-child(1) {
    transform-origin: left top;
    transform: rotateZ(0deg);
    transition: all 0.5s;
    top: 0;
}

.mobile-header .top .nav_btn div span:nth-child(2) {
    top: 6px;
    width: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-header .top .nav_btn div span:nth-child(3) {
    top: 12px;
    transform-origin: left bottom;
    transform: rotateZ(0deg);
    transition: all 0.5s;
}

.mobile-header .top .nav_btn div span:nth-child(1).active {
    -webkit-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
}

.mobile-header .top .nav_btn div span:nth-child(2).active {
    opacity: 0;
}

.mobile-header .top .nav_btn div span:nth-child(3).active {
    -webkit-transform: rotateZ(-40deg);
    transform: rotateZ(-40deg);
}

.mobile-header .bottom {
    display: none;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.mobile-header .bottom ul {
    background: #FFF;
    margin: 0 40px;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 80px);
}

.mobile-header .bottom ul li {
    position: relative;
    text-align: center;
    line-height: 50px;
    margin: 0 20px;
    display: inline-block;
}

.mobile-header .bottom ul li:nth-of-type(1) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.mobile-header .bottom ul li:nth-of-type(2) {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.mobile-header .bottom ul li:nth-of-type(3) {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
}

.mobile-header .bottom ul li:nth-of-type(4) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.mobile-header .bottom ul li:nth-of-type(5) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.mobile-header .bottom ul li:nth-of-type(6) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}

.am-animation-slide-right {
    -webkit-animation-name: am-slide-right;
    animation-name: am-slide-right;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes am-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mobile-header .bottom ul li:hover a {
    color: #d61919;
}

.mobile-header .bottom ul li:hover:after {
    width: 100%;
}

.mobile-header .bottom ul li:after {
    display: block;
    content: '';
    width: 0;
    margin: 0 auto;
    height: 2px;
    background: #d61919;
    transition: all .3s;
}

.mobile-header .bottom ul li a {
    display: block;
    width: 123px;
    color: #333;
    font-size: 25px;
}

footer .top {
    align-items: flex-start;
    padding: 35px 5%;
}

footer .top > ul li {
    padding: 20px 0;
    border-bottom: 1px solid #DDD;
}

footer .top > ul li:last-of-type {
    border: none;
}

footer .top > ul li h5 {
    color: #000;
    margin-bottom: 15px;
}

footer .top > ul li p {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

footer .top .imgs {
    text-align: center;
    flex-wrap: initial;
    margin-left: 20px;
}

footer .top .imgs .item {
    width: 45%;
}

footer .top .imgs .item img {
    display: block;
    width: 100%;
}

footer .top .icon a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    position: relative;
    margin: 0 5px;
}

footer .top .icon a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .bottom {
    padding: 20px 0;
    border-top: 1px solid #DDD;
    margin: 0 5%;
    font-size: 12px;
}

.fixfooter {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    justify-content: center;
    z-index: 99999999999999;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #DDD;
}

.fixfooter a {
    display: block;
    text-align: center;
    font-size: 16px;
    flex: 1;
    font-weight: bold;
}

.fixfooter a:last-of-type {
    padding: 0 10px;
    line-height: 50px;
    background: #346efd;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fixfooter a:first-child{
    color: #666666 !important;
}
.page-banner {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 400px;
    position: relative;
}

.page-banner .text-wrapper {
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 30px 5%;
    box-sizing: border-box;
    width: 100%;
}

.page-banner .text-wrapper h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    margin-top: 20px;
}

.page-banner .text-wrapper h6 {
    color: #FFF;
}

@keyframes imgopacity {
    0%, 20%, 40%, 60%, 80% {
        opacity: 0;
    }
    10%, 30%, 50%, 70%, 100% {
        opacity: 1;
    }
}

.fix {
    position: fixed;
    z-index: 9999999999999;
}

.fix .formData {
    width: 600px;
    height: 300px;
    background: url("../image/talk_window.jpg") no-repeat;
}

.fix .formData i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #FFF;
}

.fix .formData h2, .fix .formData p, .fix .formData a {
    color: #FFF;
}

.fix .formData .top {
    padding-top: 30px;
}

.fix .formData .top h2 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.fix .formData .top p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.fix .formData .main {
    padding: 20px;
}

.fix .formData .main a {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
    border: 1px solid #fff;
    background: #d61919;
    box-shadow: 5px 5px 0 #d61919;
}

.fix .formData .main .input {
    flex: 1;
    margin-left: 20px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    box-shadow: 5px 5px 0 #d61919;
    position: relative;
}

.fix .formData .main .input form {
    display: block;
    width: 100%;
    height: 100%;
}

.fix .formData .main .input input[type='text'] {
    width: 268px;
    height: 100%;
    background: #fff;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fix .formData .main .input input[type='text']::placeholder {
    color: #CCC;
    font-size: 18px;
}

.fix .formData .main .input input[type="button"] {
    width: 70px;
    height: 100%;
    background: #d61919;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fix .formData .phone {
    text-align: center;
    margin: 20px 0;
}

.fix .formData .phone a {
    padding: 0 10px;
    cursor: text;
    font-size: 30px;
}

.fix .fixright {
    position: relative;
}

.fix .fixright li {
    background: #FFF;
    width: 70px;
    height: 70px;
    border: 1px solid #DDD;
    border-top: none;
}

.fix .fixright li i {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    transition: all .3s;
    background-repeat: no-repeat;
    background-position: center;
}

.fix .fixright li:nth-of-type(1) i {
    background-image: url("../image/fixicon01.png");
}

.fix .fixright li:nth-of-type(1):hover i {
    background-image: url("../image/fixicon01_hover.png");
}

.fix .fixright li:nth-of-type(2) i {
    background-image: url("../image/fixicon02.png");
}

.fix .fixright li:nth-of-type(2):hover i {
    background-image: url("../image/fixicon02_hover.png");
}

.fix .fixright li:nth-of-type(3) i {
    background-image: url("../image/fixicon03.png");
}

.fix .fixright li:nth-of-type(3):hover i {
    background-image: url("../image/fixicon03_hover.png");
}

.fix .fixright li:nth-of-type(4) i {
    background-image: url("../image/fixicon04.png");
}

.fix .fixright li:nth-of-type(4):hover i {
    background-image: url("../image/fixicon04_hover.png");
}

.fix .fixright li:nth-of-type(5) {
    display: none;
}

.fix .fixright li:nth-of-type(5) i {
    background-image: url("../image/fixicon05.png");
}

.fix .fixright li:nth-of-type(5):hover i {
    background-image: url("../image/fixicon05_hover.png");
}

.fix .fixright li:nth-of-type(6) i {
    background-image: url("../image/top.png");
}

.fix .fixright li:nth-of-type(6):hover i {
    background-image: url("../image/top_hover.png");
}

.fix .fixright li:nth-of-type(3) .main {
    background-image: url('../image/erweima.jpg');
    background-size: 80%;
    border: 1px solid #DDD;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    width: 192px;
    height: 192px;
    position: absolute;
    right: 70px;
    display: none;
    transition: all .3s;
    bottom: 0;
}

.fix .fixright li:nth-of-type(4) .main {
    border: 1px solid #DDD;
    position: absolute;
    right: 70px;
    display: none;
    background: #FFF;
    transition: all .3s;
    width: 260px;
    bottom: 0;
}

.fix .fixright li:nth-of-type(4) .main p {
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
}

.fix .fixright li:hover {
    background: #346efd;
}

.fix .fixright li:nth-of-type(4) .main p:first-of-type {
    background: #346efd;
}

.fix .fixright li:nth-of-type(4) .main p:nth-of-type(2) {
    background: #346efd;
}

.fix .fixright li:nth-of-type(4) .main p span {
    display: block;
    color: #FFF;
}

.fix .fixright li:nth-of-type(4) .main p b {
    margin-right: 10px;
    color: #FFF;
}

.fix .fixright li:first-of-type {
    border-top: 1px solid #DDD;
}

.fix .fixright li:last-of-type {
    display: none;
}

.case-loading {
    text-align: center;
    padding-bottom: 40px;
}

.money {
    padding: 90px 5%;
    background: url("../image/bg02.png") repeat;
}

.money h3 {
    font-size: 28px;
    font-weight: bold;
}

.money form {
    margin: 50px 0;
}

.money form input[type="text"] {
    width: 280px;
    height: 60px;
    border: 1px solid #DDD;
    border-radius: 0;
    text-indent: 20px;
    margin: 0 20px 20px 0;
    background: #FFF;
}

.money form input:nth-of-type(3) {
    width: 49.4%;
}

.money form input[type="submit"], .money form a {
    display: block;
    height: 60px;
    border: none;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    width: 220px;
    color: #FFF;
    background: #040404;
    margin: 0 20px 20px 0;
}

.money form input[type="submit"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.money p {
    font-size: 14px;
}

.rightNav {
    right: -100%;
    top: 90px;
    bottom: 0;
    width: 450px;
    background: #39424b;
    padding: 20px 0;
    transition: all .3s;
}

.rightNav.active {
    right: 0;
}

.rightNav ul li {
    padding: 35px 40px 35px 70px;
    position: relative;
}

.rightNav ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    bottom: 0;
    width: 1px;
    height: 40px;
    background: #595f66;
}

.rightNav ul li h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.rightNav ul li p {
    color: #a3a3a3;
    margin-top: 10px;
}

.rightNav ul li:nth-of-type(1) {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.rightNav ul li:nth-of-type(2) {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.rightNav ul li:nth-of-type(3) {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
}

.rightNav ul li:nth-of-type(4) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.rightNav ul li:nth-of-type(5) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.rightNav ul li:nth-of-type(6) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}

.rightNav ul li:nth-of-type(7) {
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
}

.fix .fixMain {
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    padding: 20px 0 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.fix .fixMain span {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 1px solid #DDD;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #FFF;
}

.fix .fixMain span:after {
    display: block;
    content: 'X';
    font-weight: lighter;
    font-size: 14px;
    color: #333;
}

.fix .fixMain .weixin {
    width: 60%;
    margin: 10px auto;
    line-height: 60px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
}

.fix .fixMain h1 {
    font-size: 18px;
}

.fix .fixMain p {
    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 16px;
    background: #d61919;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1100px) {
    .mobile-header .bottom ul {
        display: block;
        flex: 1;
    }

    .mobile-header .bottom ul li {
        margin: 0;
    }

    .mobile-header .bottom ul li a {
        font-size: 20px;
    }

    header .text {
        display: none;
    }

    header > .fr {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    section > h2 {
        font-size: 30px;
    }

    section > h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .mobile-header {
        display: block;
    }

    header, .rightNav {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    article section {
        padding: 50px 0;
    }

    .page-banner {
        height: 250px;
    }

    .fixfooter {
        display: flex;
    }

    body {
        padding-bottom: 60px;
    }

    .page-banner .text-wrapper h2 {
        font-size: 30px;
    }

    .mobile-header .top > a:last-of-type {
        display: none;
    }

    .mobile-header .top .nav_btn {
        right: 10px;
    }

    .fix {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header .bottom ul li {
        display: block;
    }

    .mobile-header .bottom ul li a {
        margin: 0 auto;
    }
}