﻿@charset "utf-8";
html {
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    padding: 0px;
    margin: 0px;
}

a {
    color: #666666;
}

a:hover, a:focus {
    color: #ff6900;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.hidden-element {
    display: none;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button, hr, input {
    overflow: visible
}

a, legend {
    color: inherit
}

progress, sub, sup {
    vertical-align: baseline
}

.img-responsive, legend {
    max-width: 100%
}

[class*=bd-line], sub, sup {
    position: relative
}

.img-row, .swiper-container {
    width: 100%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch
}

details, main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
}

dd, dl, form, ol, p, ul {
    margin: 0
}

img {
    border: 0;
    vertical-align: bottom
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fl {
    float: left
}

.fr {
    float: right
}

.bfc {
    overflow: hidden
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}
.pd{
    padding: 50px 0;
}
.bg{
    padding: 50px 0;
    background: #f9f9f9;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both
}

.img-responsive, .img-row {
    display: block;
    height: auto
}
.media-tit{
    text-align: center;
}
.media-tit h1 span{
    color: #056af4;
}
.media-tit p {
    margin-top: 10px;
    font-size: .8rem;
    color: #666666;
}
[class*=bd-line]:after {
    content: "";
    position: absolute;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    border: 0 solid #C0BFC4;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.bd-line-top::after {
    border-top-width: 1px
}

.bd-line-bottom::after {
    border-bottom-width: 1px
}

.bd-line-left::after {
    border-left-width: 1px
}

.bd-line-right::after {
    border-right-width: 1px
}

.bd-line-top-bottom::after {
    border-width: 1px 0
}

.bd-line-surround::after {
    border-width: 1px
}

.arrow-down, .arrow-left, .arrow-right, .arrow-up {
    display: inline-block;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    padding: .25em
}

.arrow-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow-up {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow-down {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.arrow-left {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

body {
    margin: 0;
    font-size: 14px;
    color: #333
}

/*.swiper-container img {*/
/*    display:block;*/
/*    width:100%*/
/*}*/
.header .header-line, .header .header-login, .header .header-text {
    display: inline-block;
    vertical-align: middle
}

.wrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto
}

.wrap-login {
    width: 1000px;
    margin: 0 auto
}

.header, .header .header-in {
    width: 100%;
    height: 3rem;
}

.advantage, .banner, .cooperation, .header-login, .immediately, .introduce, .introduce-border, .join, .process {
    background-size: cover
}

.header .header-in {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9
}

.header .header-login {

}

.header .header-line {
    width: 1px;
    height: 35px;
    background: #ccc;
    margin: 0 10px
}

.header .header-text {
    font-size: 28px;
    color: #333
}

.header .header-left {
    float: left;
}

.header .header-right {
    float: right;

}
.header .header-right .wechat-copy{
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    width: 120px;
    border-radius: 20px;
    background: #1aad17;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}
.header .header-right .wechat-copy img{
    vertical-align: middle;
    margin-top: -3px;
    animation: shake-side-zx 4s linear infinite;
}
.header .header-right .wechat-copy span{
    display: inline-block;
    animation: shake-side-zx 4s linear infinite;
}

.header .header-right-item {
    float: left;
    font-weight: 400;
    font-size: 16px;
    margin-left: 20px;
}

.header .header-right-item a {
    color: #333;
    padding: 10px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .header-right-item a:hover {
    background: #1D1871;
    color: #fff
}

.header .active {
    background: #1D1871;
    color: #fff
}

.header .active a {
    background: #1D1871;
    color: #fff
}

.slider-service {
    position: fixed;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 280px;
    z-index: 9999
}

.slider-service.hider {
    -webkit-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%);
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.slider-service .left-bar {
    margin-top: 22px;
    width: 30px;
    padding: 30px 8px;
    background: #574DEF;
    border-radius: 10px 0 0 10px;
    color: #fff;
    height: 136px;
    cursor: pointer
}

.slider-service .left-bar img {
    width: 15px;
    height: 13px
}

.slider-service .right-bar {
    width: 110px;
    height: 179px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-right: 0;
}

.slider-service .right-bar .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    padding: 13px 0;
    border-bottom: 1px solid #f1f1f1
}

.slider-service .right-bar .item .icon2 {
    width: 30px;
    height: 33px;
    background: url("../images/icon-service-default.png") center no-repeat
}

.slider-service .right-bar .item .icon3 {
    width: 35px;
    height: 33px;
    background: url("../images/icon-cop-default.png") center no-repeat
}

.slider-service .right-bar .item:last-child {
    border-bottom: none
}

.slider-service .right-bar .item:last-child:hover .icon3 {
    background: url("../images/icon-cop.png") center no-repeat
}

.slider-service .right-bar .item .icon {
    margin-bottom: 10px
}

.slider-service .right-bar .item:hover {
    color: #574DEF
}

.slider-service .right-bar .item2:hover .icon2 {
    background: url("../images/icon-service.png") no-repeat
}

.banner {
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .banner-join {
    position: absolute;
    width: 80%;
    max-width: 320px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #fff;
    left: 50%;
    bottom: 10%;
    margin-left: -160px;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    border-radius: 28px;
}

.banner-join-ani, .banner-join-ani:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
}

.banner-join-ani {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
    cursor: pointer;
}

.banner-join-ani {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
}

.banner-join-ani:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.banner-join-ani, .banner-join-ani:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
}

.banner-join-ani:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.banner-join-ani:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

@keyframes anim-out {
    0% {
        width: 0%;
        background: rgba(255, 255, 255, 0.25);
    }
    100% {
        width: 100%;
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

.introduce {
    width: 100%;
    padding-top: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.introduce .introduce-border {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.introduce-title {
    font-size: 35px;
    text-align: center;
    color: #000
}

.introduce .introduce-describe-title {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
}

.introduce .introduce-describe-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-indent: 2em;
    text-align: center;
    margin-top: 20px;
}

.introduce .introduce-describe-text span {
    font-weight: bold;
}

.introduce-describe-point {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.introduce-describe-point b {
    font-size: 20px;
    color: red;
}

.introduce-aspects {
    max-width: 800px;
    margin: 60px auto;
}

.introduce-official-img1 {
    width: 45%;
    float: left;
}

.introduce-official-text {
    margin-left: 10%;
    width: 30%;
    float: left;
    padding-top: 80px;
    padding-bottom: 50px;
}

.introduce-official-text h3 {
    font-size: 34px;
    line-height: 24px;
    color: #0a2240;
    margin-bottom: 40px;
}

.introduce-official-text p {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #0a2240;
    margin-bottom: 14px;
}

.introduce-official-img2 {
    width: 70%;
    float: right;
    z-index: -1;
    position: relative;
    top: -60px;
}
.cases{
    margin:0 0 50px 0;
}
.cases ul{
    margin-top: 20px;
}
.cases li{
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-top: 40px;
    transition: all .5s;
    position: relative;
    top: 0;
    box-shadow: 0 0 10px #333;

}
.cases li.mar0{
    margin-right: 0;
}
.cases li img{
    display: block;
}
.cases li:hover{
    top:-10px;
    box-shadow: 0 0 10px #574DEF;
}
.adv {
    background: url("../images/adv_bg.jpg") bottom center no-repeat;
    padding-bottom: 40px;
    padding-top: 30px;
}

.adv ul {
    margin-top: 60px;
}

.adv ul li {
    float: left;
    width: 30%;
    box-shadow: 0 3px 12px 0 rgba(18, 24, 58, .08);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 5%;
    background: #fff;
    margin-top: 200px;
}

.adv ul .li2 {
    margin-top: 120px;
}

.adv ul .li3 {
    margin-right: 0;
    margin-top: 20px;
}

.adv ul li .icon {
    width: 115px;
    height: 115px;
    line-height: 115px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background: #5470fb;
}

.adv ul .li2 .icon {
    background: #00c2d1;
}

.adv ul .li3 .icon {
    background: #c472be;
}

.adv ul li .icon img {
    vertical-align: middle;
}

.adv ul li .num {
    font-size: 30px;
    font-weight: 800;
    color: rgba(18, 24, 58, 1);
    text-align: center;
    margin: 25px 0;
}

.adv ul li h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.adv ul li p {
    background: url("../images/dian.png") left 5px no-repeat;
    padding-left: 20px;
    color: #666;
    margin-top: 15px;
    line-height: 24px;
    font-size: 15px;
}

.adv ul li:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.aim {
    padding: 60px 0;
    background: url(../images/bg2.png) center no-repeat;
}

.aim .wrap {
    background: #eeedf9;
    padding: 40px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.aim-title h2 {
    text-align: center;
    font-size: 36px;
    background: url("../images/aim_title_icon.png") no-repeat center;
    color: #221D7E;
}

.aim ul {
    position: relative;
}

.aim ul li {
    width: 22.5%;
    margin: 40px 0;
    margin-right: 2%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    padding-bottom: 30px;
}

.aim ul li img {
    display: block;
    margin: 20px auto;
    height: 55px;
}

.aim ul li h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.aim ul .li1 {
    background: url("../images/m_aim_icon1.png") top center no-repeat;
    margin-left: 2%;
}

.aim ul .li2 {
    background: url("../images/m_aim_icon2.png") top center no-repeat;
}

.aim ul .li3 {
    background: url("../images/m_aim_icon3.png") top center no-repeat;
}

.aim ul .li4 {
    background: url("../images/m_aim_icon4.png") top center no-repeat;
}

.aim-img {
}

.package {
    padding: 0 0 60px 0;
    background: #1c176c;
}

.package .introduce-title {
    color: #fff;
}

.package li {
    width: 33.333%;
    float: left;
    margin-top: 60px;
}

.package li .cont {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #74e7f5;
    border-radius: 10px;
    color: #333;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
    background: #fff;
}

.package li .cont h3 {
    font-size: 24px;
}

.package li .cont .cost {
    font-size: 20px;
    margin-top: 15px;
}

.package li .cont .simple {
    margin-top: 15px;
    font-size: 18px;
}

.package li .cont .simple b {
    font-size: 28px;
    color: red;
}

.footer {
    padding: 20px 0 70px;
    background: #fff
}

.footer .footer-item {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: url("../images/m_footer.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
}
.footer .footer-item img{
    vertical-align: middle;
}
.footer .footer-img {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer
}


@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    .header .header-line, .header .header-text, .introduce-official {
        display: none;
    }

    .package li .cont {
        width: 93%;
    }

    .adv, .aim {
        margin-bottom: -1px;
    }
    .cases{
        margin-bottom: 0px;
    }
    .cases ul{
        margin-top: 0;
    }
    .cases li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        box-shadow: none;
    }
    .cases li img{
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .header .header-line, .header .header-text {
        display: inline-block;
    }


    .aim ul li {
        width: 47%;
    }

    .aim ul .li3 {
        margin-left: 2%;
        margin-top: 0;
    }

    .aim ul .li4 {
        margin-top: 0;
    }

    .aim ul li p {
        line-height: 24px;
        height: 72px;
    }

    .package li {
        width: 50%;
    }

    .package li:nth-child(3) {
        width: 70%;
        margin-top: 30px;
        margin-left: 15%;
    }

    .adv ul li {
        padding: 20px;
    }
}

@media (max-width: 420px) {
    .header, .header .header-in {
        height: 3.5rem;
    }

    .header .header-left {
    }

    .header .header-login img {
        height: 46px;
        margin-top: 5px;
    }

    .header .header-text {
        font-size: 24px;
    }

    .banner .banner-join {
        width: 200px;
        height: 36px;
        line-height: 34px;
        font-size: 16px;
        margin-left: -100px;
    }

    .introduce {
        padding-top: 40px;
    }

    .introduce-title, .aim-title h2, .package .introduce-title {
        font-size: 1.3rem;
    }

    .introduce .introduce-describe-title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
    }

    .introduce .introduce-describe-text {
        margin-top: 10px;
    }

    .introduce-describe-point {
        margin-top: 10px;
    }

    .introduce-describe-point b {
        font-size: 18px;
    }

    .introduce-aspects {
        margin: 30px auto;
    }

    .adv ul {
        margin-top: 0px;
    }

    .adv ul .li2, .adv ul .li3 {
        margin-top: 30px;
    }

    .adv ul li {
        width: 100%;
        margin-top: 30px;
    }

    .adv ul li .icon {
        float: left;
        margin-right: 20px;
    }

    .adv ul li .cont {
        padding-left: 100px;
    }

    .adv ul li .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-top: 40px;
    }

    .adv ul li .icon img {
        height: 40px;
    }

    .adv ul li h3 {
        text-align: left;
    }

    .adv ul li .num {
        display: none;
    }
    .aim ul li h3,.package li .cont h3{
        font-size: 18px;
    }
    .aim ul li p{
        height: 96px;
    }
    .package li .cont{
        padding: 20px 0;
    }
    .package li .cont .cost,.package li .cont .simple{
        font-size: 16px;
    }
    .package li .cont .simple b{
        font-size: 20px;
    }
    .package li{
        margin-top: 30px;
    }
    .aim{
        padding: 30px 0;
    }
    .package{
        padding-bottom: 30px;
    }
    .footer{
        padding: 10px 0 50px;
    }
    .footer .footer-item{
        height: 60px;
        line-height: 60px;
        font-size: 28px;
    }
    .footer .footer-img{
        right: 5px;
        top: 5px;
    }
    .footer .footer-item .phone img{
        width: 40px;
        margin-top: -6px;
    }
}
/*index_part*/

.seojj_top li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    text-align: center;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 30px 0;
}
.seojj_top li:hover{
    box-shadow: 0 7px 39px rgba(0,0,0,.1);
}
.seojj_top li.li4{
    margin-right: 0;
}
.seojj_top li .icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #029df6;
    margin: 20px auto;
    overflow: hidden;
}
.seojj_top li .icon img{
    display: block;
    margin: 15px auto 0;
}
.seojj_top li h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.seojj_top .li1 h2{

}
.seojj_top li p{
    font-size: 14px;
    margin: 15px 0;
}
.seojj_top li p span{
    font-weight: bold;
    color:#f34e4e;
}
.seojj_more{
    position: relative;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 44px;
    background-image: linear-gradient(135deg, #0840d0, #029df6);
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin:30px auto 0;
    -webkit-animation: enlargeShrink 3s infinite;
    -o-animation: enlargeShrink 3s infinite;
    animation: enlargeShrink 3s infinite;
    overflow: hidden;
}
.seojj_more:before{
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 120%;
    background-image: url('../images/yhimg_v1/light_icon.png') ;
    background-size:100% 100%;
    -webkit-animation: buttonLights 3s linear infinite forwards;
    -o-animation: buttonLights 3s linear infinite forwards;
    animation: buttonLights 3s linear infinite forwards;
    transform: scale(1.15);
    z-index: 1;
}
@keyframes buttonLights{
    0% {
        left: 0;
        right: 24.90942029rem;
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    67% {
        left: 0;
        right: 24.90942029rem;
        opacity: 1;
    }
    100% {
        left: 24.90942029rem;
        right: 0;
    }
}
@keyframes enlargeShrink{
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    14% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }
    42% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}
.seojj_part2{

}
.seojj_part2 li{
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}
.seojj_part2 li h2{
    color: #222222;
    font-size: 20px;
    margin: 15px 0;
}
.seojj_part2 .li1 h2{
    background: url("../images/yhimg_v1/seojj_part2_icon7.png") no-repeat 135px 0px ;
}
.seojj_part2 .li3 h2{
    background: url("../images/yhimg_v1/seojj_part2_icon7.png") no-repeat 145px 0px ;
}
.seojj_part2 .li5 h2{
    background: url("../images/yhimg_v1/seojj_part2_icon7.png") no-repeat 130px 0px ;
}
.seojj_part2 li p{
    color: #7E7E7E;
    font-size: 14px;
    line-height: 30px;
}
.seojj_case{
    background:#0840d0;
}
.seojj_case .introduce-title{
    color: #fff;
}
.seojj_case ul{
    margin-top: 20px;
}
.seojj_case li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-top: 25px;
}
.seojj_case li.mar0{
    margin-right: 0;
}

.seojj_case .seojj_more{
    background-image: linear-gradient(135deg, #1ca9fa, #1ca9fa);
}
.seojj_part3 {
    margin-top: 30px;
    background: #fff;
    margin-bottom: 50px;
}

.seojj_part3 .content {
    margin-top: 50px;
    position: relative
}

.seojj_part3 ul {

}

.seojj_part3 li {
    width: 48%;
    padding: 50px 30px;
    float: left;
    border:1px solid #fc2e00;
    border-radius: 25px;
    box-sizing: border-box;
    padding-right: 80px;
}
.seojj_part3 .li2{
    float: right;
    border-color:#2e7fee;
    padding-left: 80px;

}
.seojj_part3 li .tit {
    padding-bottom: 30px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.seojj_part3 li .con {
    padding: 10px 0;
    height: 72px;
    margin-bottom: 20px;
}
.seojj_part3 .li2 .con{
}
.seojj_part3 li .con p {
    color: #444;
    display: block;
    padding-left: 45px;
    background: url(../images/yhimg_v1/nice.png) no-repeat left center;
    line-height: 26px;
    height: 52px;
    font-size: 16px

}

.seojj_part3 .li1 .con p span{
    color:#fc2e00;
    font-weight: bold;
}
.seojj_part3 .li2 .tit {
    padding-right: 0;
    font-weight: normal;
}



.seojj_part3 .li2 .con p {
    font-size: 16px;
    padding-left: 45px;
    padding-right: 0;
    background: url(../images/yhimg_v1/bad.png) no-repeat left center;
}


.seojj_part3 .box {
    width: 150px;
    border-radius: 25px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}

.seojj_part3 .box span {
    margin: 45px 0 10px;
    padding-bottom: 20px;
    color: #288fd4;
    display: block;
    position: relative
}

.seojj_part3 .box span:after {
    content: "";
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #288fd4
}

.seojj_part3 .box p {
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 40px;
}
.seojj_part3 .box .p1{
    background: #5ee4a9;
}
.seojj_part3 .box .p2{
    background: #ffa823;
}
.seojj_part3 .box .p3{
    background: #4cd6d8;
}
.seojj_part3 .box .p4{
    background: #ff5736;
}
.seojj_part3 .box .p5{
    background: #5cfbf7;
}

.seojj_part3 .tip{
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    color:#ff5736;
}
.seojj_part3 .li2 .tip{
    color: #444;
}
.seojj_part4{
    padding: 50px 0;
}
.seojj_part4 li{
    width: 13%;
    margin-right: 1.5%;
    float: left;
    box-sizing: border-box;
    padding:0px 20px;
    margin-top: 30px;
    border:2px solid #eee;
    border-radius:8px;
    height: 99px;
    overflow: hidden;
}
.seojj_part4 li.mar0{
    margin-right: 0;
}
.seojj_part4 li img{
    display: block;
    margin: 30px auto;
}
.seojj_part4 li.mar0 img{
    margin: 24px auto;
}
.seojj_part5{

}
.seojj_part5 li{
    width: 32%;
    float: left;margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
    height: 200px;
}
.seojj_part5 li.mar0{
    margin-right: 0;
}
.seojj_part5 li p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
}
.seojj_part5 li .sign{
    float: right;
    font-size: 16px;
    font-style: italic;
    color: #666;

}

.seojj_part6{
}
.seojj_part6 .introduce-title{
    margin-bottom: 15px;
}
.seojj_part6 .media-tit p{
    font-weight: bold;
}
.seojj_part6_item{
    margin-top: 30px;
}
.seojj_part6_item h2{
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #056af4;
}
.seojj_part6_item li{
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-top: 30px;
}
.seojj_part6_item li:last-child{
    margin-right: 0;
}
.seojj_part6_item li img{
    display: block;
    margin: 0 auto;
}
.seojj_part6_item li h3{
    font-size: 15px;
    margin-top: 10px;
}
.seojj_about{
    background-image: linear-gradient(to top , #0348f9, #498fef);
    border-radius: 5px;

}
.seojj_about .introduce-title{
    color: #fff;
}
.seojj_about .content{
    line-height: 26px;
    text-indent: 2em;
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px;
}

.seojj_bottom{
    background: #eee;
    line-height: 50px;
    text-align: center;
}
.footer-zx{
    position: relative;
    z-index: 1;
    height: 4rem;
}
.footer-zx-wrapper{
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 4rem;
    padding: .6rem 0;
}

.footer-zx li{
    font-size: 1rem;
    font-weight: bold;
    width: 48%;
    float: left;
    margin-right:4%;
    text-align: center;
    border:1px solid #e6322e;
    box-sizing: border-box;
    color: #e6322e;
    height: 2.8rem;
    line-height:2.8rem;
    border-radius: 1.4rem;
}
.footer-zx li img{
    vertical-align: middle;
    margin-top: -5px;
}
.footer-zx li:nth-child(2){
    margin-right: 0;
    background: #e6322e;
}
.footer-zx li:nth-child(2) a{
    color: #fff;
}
#side-zx{
    width: 3.5rem;
    height: 3.5rem;
    background: url("../images/yhimg_v1/side-zx-bg.png") no-repeat;
    background-size: contain;
    position: fixed;
    right: 5px;
    bottom: 11rem;
}
#side-zx img{
    width: 1.6rem;
    position: absolute;
    top:.4rem;
    left:.4rem;
    animation: shake-side-zx 4s linear infinite;
}
#side-zx a{
    position: absolute;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    bottom: 0;
    left: .15rem;
    color: #fff;
    font-weight: bold;
}
@keyframes shake-side-zx {
    0% {
        transform: rotate(0) scale(1);
    }
    4% {
        transform: rotate(20deg) scale(1.2);
    }
    8% {
        transform: rotate(0) scale(1);
    }
    13% {
        transform: rotate(20deg) scale(1.2);
    }
    17% {
        transform: rotate(0) scale(1);
    }
    33% {
        transform: rotate(0) scale(1);
    }
    38% {
        transform: rotate(20deg) scale(1.2);
    }
    42% {
        transform: rotate(0) scale(1);
    }
    46% {
        transform: rotate(20deg) scale(1.2);
    }
    50% {
        transform: rotate(0) scale(1);
    }
    100% {
        transform: rotate(0) scale(1);
    }
}
#wechat-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    display: none;
}
#wechat-modal .shadow{
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .6;
    z-index: 99;
}
#wechat-modal .wechat-modal-container{
    font-size: 1rem;
    width: 85%;
    text-align: center;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 100;
}
#wechat-modal .wechat-success-icon{
    width: 3rem;
    display: block;
    margin: 0 auto .8rem;
}
#wechat-modal .wechat-modal-container h2{
    font-size: 1.2rem;
    margin-bottom: .8rem;
}
#wechat-modal .wechat-modal-container p{
    margin: .8rem 0;
}
#wechat-modal .wechat-modal-container .wechat-isknow{
    background-color: #1aad17;
    border-radius: 0.50951087rem;
    width: 9rem;
    height: 2.5rem;
    line-height:2.5rem;
    font-size: .94rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
#wechat-modal .wechat-modal-container .wechat-isknow a{
    display: block;
}
#wechat-modal .wechat-modal-container .wechat-isknow a img{
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 3px;
}
#wechat-modal .wechat-modal-container .wechat-button-close,#toMSG-bar .toMSG-bar-close{
    font-size: 2.2rem;
    position: absolute;
    top: .2rem;
    right: .8rem;
    font-weight: 100;
}
#wechat-hide{
    position: absolute;top: 0;
    left: 0;
    opacity: 0;
}
/*留言*/
#yby-msg-widget{
    padding: 30px 0;
    position: relative;
}
#yby-msg-widget h2{
    text-align: center;
    font-size: 1.3rem;
}

#yby-msg-widget input::-webkit-input-placeholder{
    color: #999;
}
#yby-msg-widget input.error::-webkit-input-placeholder{
    color: red;
}
#yby-msg-widget h2 span{
    color: #056af4;
}
#yby-msg-widget .yby-msg-widget-wrapper{
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    background: url("../images/yhimg_v1/yby-msg-widget_bg.png") no-repeat top center;
    background-size: cover;
    padding: 80px 25px 40px;
    border-radius: 10px;
}
#yby-msg-widget input{
    display: inline-block;
    border: 0;
    color: #999;
    height: 2.8rem;
    line-height: 2.8rem;
    width: 100%;
    outline:none;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding-right:3rem;
    background: #f9f9f9;

}
#yby-msg-widget input.error{
    border-color:red;
}
#yby-msg-widget .input-clear{
    width: 1rem;
    height: 100%;
    background: url("../images/yhimg_v1/clear.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: .8rem;
    top: 0;
    display: none;
}
#yby-msg-widget .msg-widget-form .msg-widget-box{
    margin-top: .5rem;
    position: relative;
}
#yby-msg-widget .msg-widget-form .msg-widget-linkman{
    margin-top: 1rem;
}
#yby-msg-widget .linkman input,#yby-msg-widget .msg-widget-telphone input{
}
#yby-msg-widget .msg-widget-captcha input{
    width: 65%;
}
#yby-msg-widget .captcha-box-icon{
    display: inline-block;
    margin-bottom: -1px;
    position: absolute;
    right: 0;
    bottom: 0px;
}
#yby-msg-widget .msg-widget-tip{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    border-radius: 10px;
    padding:1rem;
    font-size: .8rem;
    text-align: center;
    line-height: 1.5rem;
    color: #fff;
    display: none;
}
#yby-msg-widget .msg-widget-tip img{
    display: block;
    margin: 1rem auto 0;
}
#yby-msg-widget .msg-submit{
    border: 0;
    outline: none;
}
#SMS-captcha-shadow{
    background: #000;
    opacity: .2;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 99;
    display: none;
}
#SMS-captcha{
    width: 75%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: .7rem;
    z-index: 100;
    display: none;
}
#SMS-captcha h3{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
#SMS-captcha .SMS-captcha-tel{
    text-align: center;
    font-size: .9rem;
    color: #000;
    margin-bottom: 1rem;
}
#SMS-captcha .SMS-captcha-box input{
    border: 1px solid #eee;
    outline: 0;
    width: 60%;
    padding-right: 0;
    padding-left: .5rem;
    height: 2.5rem;
    float: left;
    border-radius: 3px;

}
#SMS-captcha .SMS-captcha-box input.error{
    border-color:red;
}
#SMS-captcha .SMS-captcha-box .SMS-captcha-tip{
    display: inline-block;
    width: 38%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border: 1px solid #eee;
    float: right;
    box-sizing: border-box;
    background: #ccc;
    border-radius: 3px;
}
#SMS-captcha .SMS-captcha-box .SMS-captcha-tip.resend{
    background: none;
}
#SMS-captcha .SMS-submit{
    font-size: 1rem;
    color: #fff;
    border: 1px solid #498fef;
    outline:0;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #498fef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 1rem;
}
#SMS-captcha .SMS-captcha-close{
    font-size: 2.2rem;
    position: absolute;
    top: -.4rem;
    right: .4rem;
    font-weight: 100;
}
#newBridge #nb_icon_wrap,#newBridge .qiao-msgbubble-wrap{display:none!important;}

/*跳转至留言*/
#toMSG-bar{
    width: 94%;
    height: 62px;
    position: fixed;
    left: 3%;
    bottom: -5.5rem;
    background: #fff;
    border-radius: 10px;
    opacity: .96;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 13px;
}
#toMSG-bar .toMSG-bar-icon{
    width:15%;
    max-width: 60px;
    float: left;
}
#toMSG-bar .toMSG-bar-title{
    width: 60%;
    float: left;
    font-size: 14px;
    line-height: 18px;
}
#toMSG-bar .toMSG-bar-title span{
    color:#e6322e;
    font-weight: bold;
}
#toMSG-bar .toMSG-bar-more{
    width: 24%;
    float: right;
    max-width: 85px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background: #e6322e;
    margin-top:3px;
    font-weight: bold;
}
#toMSG-bar .toMSG-bar-close{
    font-size: 1.6rem;
    color: #999;
    top: -8px;
    right: 2px;
}


.seojj_part7 .media-tit h2{
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
}
.seojj_part7 .media-tit span{
    font-size: 40px;
    font-style: italic;
}
.seojj_part7 .content img{
    display: block;
    margin: 30px auto 0;
}
.seojj_part8 .media-tit .introduce-title{
    font-weight: 350;
    color: #333;
    margin-bottom: 15px;
}
.seojj_part8 .media-tit .introduce-title b{
    font-weight: bold;
    color: #000;
    font-size: 40px;
}
.seojj_part8 .media-adv{
    line-height: 40px;
    border-radius: 30px;
    background: #107bc6;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.seojj_part8 .media-adv b{
    color: #fbf803;
}
.seojj_part8 .media-adv-icon img{
    display: block;
    margin: 0 auto;
}
.seojj_part8 .media-adv-text{
    line-height: 30px;
    font-size: 16px;
    color:#135ab0;
    font-weight: bold;
    margin-top: 30px;
}
.seojj_part8 .media-adv-text b{
    color: #e6322e;
}
.seojj_part8 .media-adv-text li span{
}
.seojj_part9 h2{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.seojj_part9 h2 b{
    font-size: 24px;
}
.seojj_part9 h1{
    font-size: 36px;
    color: #e6322e;
    margin: 30px 0;
}
.seojj_part9 .content p{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    background:#e6322e;
    padding: 0 15px;
    width: 300px;
    margin: 15px auto;
}
.seojj_part9 .content p b{
    color: #000;
}

@media (max-width: 600px) {
    .pd,.bg{
        padding: 30px 0;
    }
    .seojj_top li{
        width: 48.5%;
        margin-right: 3%;
        padding: 20px 0;
    }
    .seojj_top li:nth-child(even){
        margin-right: 0;
    }
    .seojj_part2 li p br{
        display: none;
    }
    .seojj_case li{
        width: 48.5%;
        margin-right: 3%;
    }
    .seojj_case li:nth-child(even){
        margin-right: 0;
    }
    .seojj_case ul{
        margin-top: 0;
    }
    .seojj_part4 li{
        width: 23.5%;
        margin-right: 2%;
        height: 80px;
        padding: 0 10px;
    }
    .seojj_part4 li:nth-child(4n){
        margin-right: 0;
    }
    .seojj_part4 li img{
        margin: 22px auto;
    }
    .seojj_part4 li:nth-child(7) img{
        margin: 14px auto;
    }

}
@media (max-width: 420px) {
    .seojj_part8{
        padding-bottom: 15px;
    }
    .seojj_part8 .media-adv-icon img{
        width: 280px;
    }
    .seojj_part8 .media-adv-text{
        width: 250px;
        margin: 10px auto 0;
    }
    .seojj_part8 .media-tit .introduce-title{
        font-size: 20px;
    }
    .seojj_part8 .media-tit .introduce-title b{
        font-size: 24px;
    }
    .seojj_part7 .media-tit h2{
        font-size: 1.3rem;
    }
    .seojj_part7 .media-tit span{
        font-size: 2rem;
    }
    .seojj_top li h2,.seojj_part2 li h2{
        font-size: 16px;
    }
    .seojj_part2 li{
        width: 50%;
        margin-top: 30px;
        padding-top: 0;
    }
    .seojj_part2 li p{
        line-height: 24px;
    }
    .seojj_part4 ul{
        margin-top: 20px;
    }
    .seojj_part4 li{
        height: 66px;
        padding: 0 4px;
        margin-top: 10px;
    }
    .seojj_part5 li{
        width: 100%;
        margin-right: 0;
        padding: 15px;
        height: auto;
    }
    .seojj_part5 li p{
        color: #666;
    }
    .seojj_part9{
        padding-bottom: 0px;
    }
}