﻿.container {
    width: 100%;
}
/*头部*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.04);
}
.header_list {
    width: 1200px;
    margin: 0 auto;
}
.header_list img {
    cursor: pointer;
    padding-top: 15px;
    width: 180px;
}
.header_list li {
    float: left;
    line-height: 80px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    margin-right: 88px;
    cursor: pointer;
    width: 70px;
    text-align: center;
}
.header_list li:nth-of-type(4) {
    margin-right: 0;
}
.header_list .active {
    color: #FF4701;
    height: 76px;
    border-bottom: 4px solid #FF4701;
}
/*banner*/
.banner {
    margin-top: 80px;
    position: relative;
}
.banner img {
    width: 100%;
}
.banner_con {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_con .text h3 {
    font-family: FZZZHONGJW--GB1-0;
    font-size: 76px;
    color: #FFFFFF;
    letter-spacing: 1.89px;
    line-height: 88px;
}
.banner_con .text p {
    margin-top: 15px;
    background-image: linear-gradient(-180deg, #FF8202 0%, #FF3B01 100%);
    border-radius: 34px;
    font-family: PingFang-SC-Light;
    font-size: 20px;
    color: #FFFFFF;
    width: 266px;
    text-align: center;
    letter-spacing: 6.08px;
    line-height: 64px;
}
/*关于我们*/
.about {
    width: 1200px;
    margin: 0 auto;
}
.about .about_left {
    padding-top: 128px;
    padding-bottom: 227px;
    width: 549px;
    /*-webkit-transform: translateX(-9999px);*/
    /*transform: translateX(-9999px);*/
}
.about .about_right {
    /*-webkit-transform: translateX(9999px);*/
    /*transform: translateX(9999px);*/
}
.slideInLeft {
    -webkit-animation: slideLeft 1.2s ease 0s forwards;
    animation: slideLeft 1.2s ease 0s forwards;
}
@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(-9999px);
        transform: translateX(-9999px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(-9999px);
        transform: translateX(-9999px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation: slideRight 1.2s ease 0s forwards;
    animation: slideRight 1.2s ease 0s forwards;
}
@keyframes slideRight {
    0% {
        -webkit-transform: translateX(9999px);
        transform: translateX(9999px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(9999px);
        transform: translateX(9999px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.about .about_tit h4 {
    display: inline-block;
    font-family: PingFang-SC-Medium;
    font-size: 40px;
    color: #333333;
}
.about .about_tit span {
    padding-left: 10px;
    display: inline-block;
    font-family: Helvetica-Light;
    font-size: 30px;
    color: #CCCCCC;
}
.about .about_con p:first-child {
    padding-top: 30px;
}
.about .about_con p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.about_img {
    padding-top: 150px;
    width: 558px;
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*transition: all 0.3s ease-out 0s;*/
}
/*购买流程*/
.purchase_banner {
    width: 100%;
    height: 420px;
    background: url("../images/flow.png") top center no-repeat;
    background-size: cover;
    text-align: center;
}
.purchase_banner h3 {
    padding-top: 123px;
    font-family: PingFang-SC-Medium;
    font-size: 40px;
    color: #FFFFFF;
}
.purchase_banner h4 {
    padding-top: 8px;
    opacity: 0.57;
    font-family: Helvetica-Light;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: normal;
}
.purchase ul {
    width: 1200px;
    margin: 0 auto;
}
.purchase li {
    /*-webkit-transform: translateY(100%);*/
    /*transform: translateY(100%);*/
    /*opacity: 0;*/
}
.purchase_banner li {
    padding-top: 96px;
    float: left;
    width: 20%;
    text-align: center;
}
.purchase_banner li:nth-of-type(1) img {
    width: 52px;
}
.purchase_banner li:nth-of-type(2) img {
    width: 50px;
}
.purchase_banner li:nth-of-type(3) img {
    width: 40px;
}
.purchase_banner li:nth-of-type(4) img {
    width: 52px;
}
.purchase_banner li:nth-of-type(5) img {
    width: 59px;
}
.slideInUp0 {
    -webkit-animation: slideUp 0.6s ease 0s forwards;
    animation: slideUp 0.6s ease 0s forwards;
}
.slideInUp1 {
    -webkit-animation: slideUp 0.6s ease 0.1s forwards;
    animation: slideUp 0.6s ease 0.1s forwards;
}
.slideInUp2 {
    -webkit-animation: slideUp 0.6s ease 0.2s forwards;
    animation: slideUp 0.6s ease 0.2s forwards;
}
.slideInUp3 {
    -webkit-animation: slideUp 0.6s ease 0.3s forwards;
    animation: slideUp 0.6s ease 0.3s forwards;
}
.slideInUp4 {
    -webkit-animation: slideUp 0.6s ease 0.4s forwards;
    animation: slideUp 0.6s ease 0.4s forwards;
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.purchase li {
    float: left;
    width: 25%;
    text-align: center;
}
.purchase .process {
    width: 1200px;
    margin: 20px auto 104px;
    position: relative;
}
.purchase .process li:nth-of-type(1) img {
    width: 88px;
}
.purchase .process li:nth-of-type(2) img {
    width: 120px;
}
.purchase .process li:nth-of-type(3) img {
    width: 86px;
}
.purchase .process li:nth-of-type(4) img {
    width: 80px;
}
.purchase .process li:nth-of-type(5) img {
    width: 80px;
}
.purchase .process span {
    position: absolute;
    top: 20px;
    color: #CCCCCC;
}
.purchase .process span:nth-of-type(1) {
    left: 185px;
}
.purchase .process span:nth-of-type(2) {
    left: 435px;
}
.purchase .process span:nth-of-type(3) {
    left: 675px;
}
.purchase .process span:nth-of-type(4) {
    left: 915px;
}
/*我们的优势*/
.advantage {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.advantage .advanpng {
    position: absolute;
    width: 614px;
    left: 50%;
    top: 135px;
    margin-left: -307px;
}
.advantage h3 {
    position: relative;
    z-index: 5;
    padding-top: 161px;
    font-family: PingFang-SC-Medium;
    font-size: 40px;
    color: #333333;
    text-align: center;
}
.advantage h4 {
    padding-top: 5px;
    opacity: 0.5;
    font-family: Helvetica-Light;
    font-size: 30px;
    color: #999999;
    text-align: center;
}
.advantage ul {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}
.advantage li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 200px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.advantage li p {
    padding-top: 32px;
    font-family: PingFang-SC-Regular;
    font-size: 20px;
    color: #333333;
}
.advantage li img {
    width: 262px;
}
.detail {
    width: 262px;
    margin: -60px auto;
    /*background-image: linear-gradient(-180deg, #FF8202 0%, #FF3B01 100%);*/
}
.detail p:first-child {
    opacity: 0.7;
    font-size: 14px;
    color: #333;
    padding-top: 70px;
    padding-bottom: 31px;
}
/*footer*/
.footer {
    font-family: PingFang-SC-Regular;
    /* height: 65px;
    line-height: 65px;
    background: #121212;
    text-align: center;
    color: #999;
    font-size: 12px; */

    text-align: center;
    padding: 30px;
    background-color: #525560;
    color: #fff;
    font-size: 16px;
    line-height: 1.5rem;
}
.footer i{
    position: relative;
    padding: 0 4px;
    display: inline-block;
    height: 10px;
    border-left: 2px solid #fff;
}
.footer span{
    background: url(../images/icon.png) left center no-repeat;
    background-size: 16px 17px;
    padding-left: 20px;
}