
body {
    margin: 0;
    min-width: 1200px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 48px;
    margin: 25px auto;
}

h2 {
    font-size: 32px;
    letter-spacing: 0.8px;
}

p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333333;
    margin: 1em;
    /* padding: 1em; */
}

.header {
    position: relative;
    text-align: center;
    background: linear-gradient(174deg, rgb(245 144 101) 0%, rgb(249, 98, 81) 100%);
    color: white;
}

.tab1 .inner {
    height: 380px;
}

.inner {
    width: 1150px;
    margin: 0 auto;
    padding: 0;
    height: 330px;
}

.header_left {
    position: relative;
    float: left;
    width: 55%;
    height: 330px;
    text-align: left;
}

.header_right {
    float: right;
    width: 45%;
    position: relative;
    height: 330px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.header_left h1 {
    font-weight: 500;
    color: yellow;
    position: relative;
    left: 30px;
    margin-bottom: 40px;
    margin-top: 50px;
}

span.desc {
    font-size: 20px;
    border: 1px solid yellow;
    padding: 5px 20px;
    border-radius: 12px;
    letter-spacing: 6px;
    display: inline-block;
    margin-top: 40px;
    position: relative;
}

span.desc::after {
    content: "";
    background: url('../images/coin.png') no-repeat center;
    width: 35px;
    height: 35px;
    display: block;
    background-size: 35px 35px;
    position: absolute;
    right: -20px;
    top: 0px;
}

.header_left h1:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 40px;
    left: -30px;
    top: 15px;
    background: yellow;
}

.tab {
    padding: 20px 0;
}

.tab.tab2 {
    background: #fdfaf6;
}

.tab2 .header_left {
    margin-top: 40px;
}

.tab2 p {
    color: #000;
    letter-spacing: 1px;
}

.tab2 b {
    display: inline-block;
    background: #fdd284;
    padding: 0px 5px;
    border-radius: 5px;
}

.tab2 .header_right {
    margin-right: 60px;
    margin-left: -60px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    text-align: center;
}

.tab1 > h4 {
    font-size: 20px;
}
/*#region 波浪动画 */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}
/*#endregion  */

.circle_content {
    position: relative;
    width: 180px;
    background: #dedede;
    height: 180px;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
}

.circle_content h3 {
    color: #f76653;
    margin: 25px;
}

.circle_content.five h3 {
    color: #333;
    line-height: 120px;
}

.one:after {
    content: "";
    width: 8px;
    height: 150px;
    bottom: -90px;
    right: -20px;
    background: #dedede;
    position: absolute;
    transform: rotate(-45deg);
}

.two {
    top: 190px;
}

.circle_content.two:after {
    content: "";
    width: 300px;
    left: 180px;
    height: 10px;
    bottom: 80px;
    background: #dedede;
    position: absolute;
}

.inner_panel.pic {
    height: 300px;
}

.three {
    background: url(../images/2.png);
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

inner_panel.pic {
    height: 300px;
}

.four {
    top: 190px;
}

.circle_content.four:after {
    content: "";
    width: 8px;
    left: 230px;
    height: 180px;
    bottom: 80px;
    background: #dedede;
    position: absolute;
    transform: rotate(45deg);
}

.inner_panel {
    width: 20%;
    float: left;
    height: 180px;
}

.inner_panel p {
    margin: 2px;
}

.title {
    font-size: 30px;
}

.title span {
    position: relative;
}

.title span:before {
    content: "";
    width: 138px;
    height: 1px;
    left: -158px;
    top: 19px;
    position: absolute;
    background: #000;
}

.title strong::before {
    content: "";
    width: 1px;
    height: 30px;
    top: 4px;
    left: -20px;
    position: absolute;
    background: #000;
}

.title strong::after {
    content: "";
    width: 1px;
    height: 30px;
    top: 4px;
    right: -20px;
    position: absolute;
    background: #000;
}

.title span::after {
    content: "";
    width: 138px;
    height: 1px;
    right: -158px;
    top: 19px;
    position: absolute;
    background: #000;
}

.service_btn {
    width: 25%;
    float: left;
}

.service_logo span {
    color: #fff;
}

.service_logo i.iconfont {
    display: inline-block;
    width: 116px;
    font-size: 60px;
    margin: 30px auto 10px;
    color: #fff;
}

.service_desc {
    margin: 0 auto;
    width: 150px;
}

.service_desc p {
    color: #808080;
    font-size: 12px;
    line-height: 22px;
}

.tab.tab4 {
    background: #f86a54;
    color: #fff;
}

.tab4 .title span::before, .tab4 .title strong::before {
    background: white;
}

.tab4 .title span::after, .tab4 .title strong::after {
    background: #fff;
}

li.apply_circle {
    list-style: none;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background: #fb8876;
    /* line-height: 115px; */
    float: left;
    font-size: 13px;
    position: relative;
    letter-spacing: 2px;
}

.service_btn {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.service_logo {
    width: 160px;
    margin: 0 auto;
    height: 160px;
    background: #fc9167;
    border-radius: 14px;
    border: 4px solid #fde9e0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.service_logo:hover {
    -webkit-transform: scale(1.0125) translateY(-10px);
    -ms-transform: scale(1.0125) translateY(-10px);
    transform: scale(1.0125) translateY(-10px);
    -webkit-box-shadow: 0 0 14px 0 #c8d1e9;
    box-shadow: 0 0 14px 0 #c8d1e9;
}

.service_logo span {
    color: #fff;
    display: inline-block;
}

.service_desc {
    margin: 0 auto;
    width: 160px;
}

.service_desc p {
    color: #808080;
    font-size: 12px;
    line-height: 22px;
}

.tab.tab4 {
    background: #f86a54;
    color: #fff;
}

.tab4 .title span::before, .tab4 .title strong::before {
    background: white;
}

.tab4 .title span::after, .tab4 .title strong::after {
    background: #fff;
}

.tab4 .inner {
    height: 160px;
}

.tab4 ul {
    margin: 60px auto 0;
    width: 1105px;
    padding: 0;
}

p.small_title {
    color: #f86a54;
    margin: -10px 0 22px;
    margin-top: 20px;
}

.form_content span {
    display: inline-block;
    margin-left: 10px;
}

form.form_content {
    width: 560px;
    margin: 0 auto;
    text-align: left;
}

.tab5 .inner {
    height: 610px;
}

.form_content .btn-submit {
    cursor: pointer;
    margin: 0 auto;
    width: 130px;
    height: 40px;
    display: block;
    background: #f86a54;
    border: 0;
    border-radius: 6px;
    color: #fff;
    transition: all .2s ease-in-out;
}

.form_content .btn-submit:hover {
    font-size: 15px;
    background: #f72100;
}

.form_content input[type="text"], textarea {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    margin: 5px 0 15px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    letter-spacing: 1px;
}

textarea {
    height: 118px;
    padding-top: 10px;
}

li.apply_circle div {
    top: 50%;
    margin-top: -13px;
    width: 70px;
    height: 30px;
    left: 22.5px;
    position: absolute;
}

li.apply_circle div span {
    line-height: normal;
    display: block;
}

i.iconfont.icon-arrow2_right {
    float: left;
    font-size: 40px;
    line-height: 115px;
    margin: 0 5px;
    color: #fc9783;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 12px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 12px;
}

 .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
