.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body {
    min-width: 1200px;
    background: #ffffff;
}

body section {
    overflow: hidden;
}

body .wid {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.leftAside {
    position: fixed;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 600px;
    border-radius: 100px;
    behavior: url("../image/PIE.htc");
    z-index: 6000;
    background: url("../image/leftAside.png") center center no-repeat;
}

.leftAside .closeLeft {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}

.leftAside .Asidelists {
    width: 100%;
    margin: 90px auto 0;
    overflow: hidden;
}

.leftAside .Asidelists li {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
}

.leftAside .Asidelists li a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}

.leftAside .Asidelists li:hover a {
    background: #ffff00;
    color: #32bf73;
}

.leftAside .top {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 65px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
}

.leftAside .top .sanjiao {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    margin: 15px auto 3px;
}

.leftAside .top:hover {
    color: #ffff00;
}

.leftAside .top:hover .sanjiao {
    border-bottom-color: #ffff00;
}

.rightAside {
    width: 160px;
    height: 567px;
    border-radius: 15px;
    behavior: url("../image/PIE.htc");
    background: #ffffff;
    border: 1px solid #df1816;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 100;
}

.rightAside .zxzxrtop {
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 25px;
    color: #000000;
    border-radius: 20px;
    behavior: url("../image/PIE.htc");
    border-bottom: 3px solid #df1816;
    position: absolute;
    top: 0;
    z-index: 2000;
}

.rightAside .zxzxrtop .shakeTop

0
%
,
.rightAside .zxzxrtop .shakeTop

100
%
{
    -webkit-transform: rotate(0deg)
;
    transform: rotate(0deg)
;
    -webkit-transform-origin: 50% 0
;
    transform-origin: 50% 0
;
}
.rightAside .zxzxrtop .shakeTop

5%
{
    -webkit-transform: rotate(2deg)
;
    transform: rotate(2deg)
;
}
.rightAside .zxzxrtop .shakeTop

10%
,
.rightAside .zxzxrtop .shakeTop

20%
,
.rightAside .zxzxrtop .shakeTop

30
%
{
    -webkit-transform: rotate(-4deg)
;
    transform: rotate(-4deg)
;
}
.rightAside .zxzxrtop .shakeTop

15
%
,
.rightAside .zxzxrtop .shakeTop

25
%
,
.rightAside .zxzxrtop .shakeTop

35
%
{
    -webkit-transform: rotate(4deg)
;
    transform: rotate(4deg)
;
}
.rightAside .zxzxrtop .shakeTop

40
%
{
    -webkit-transform: rotate(-2deg)
;
    transform: rotate(-2deg)
;
}
.rightAside .zxzxrtop .shakeTop

45
%
{
    -webkit-transform: rotate(2deg)
;
    transform: rotate(2deg)
;
}
.rightAside .zxzxrtop .shakeTop

50
%
{
    -webkit-transform: rotate(0deg)
;
    transform: rotate(0deg)
;
}
.rightAside .zxzxrtop .closeR {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: -10px;
    margin-top: -20px;
    cursor: pointer;
}

.rightAside .zxzxrtop .zaiimg {
    width: 68px;
    height: 54px;
    margin: 18px auto 8px;
    -webkit-animation: shakeTopx 1s linear infinite;
    -o-animation: shakeTopx 1s linear infinite;
    animation: shakeTopx 1s linear infinite;
}

@-moz-keyframes shakeTopx {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10%,
    20%,
    30% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    15%,
    25%,
    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-ms-keyframes shakeTopx {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10%,
    20%,
    30% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    15%,
    25%,
    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes shakeTopx {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10%,
    20%,
    30% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    15%,
    25%,
    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes shakeTopx {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10%,
    20%,
    30% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    15%,
    25%,
    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shakeTopx {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    10%,
    20%,
    30% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    15%,
    25%,
    35% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    40% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.rightAside .zxzxrtopmid {
    width: 100%;
    margin-top: 104px;
}

.rightAside .zxzxrtopmid ul {
    margin-left: 20px;
    padding-top: 35px;
}

.rightAside .zxzxrtopmid ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222222;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.rightAside .zxzxrtopmid ul li:hover {
    color: #d92425;
    cursor: pointer;
}

.rightAside .zxzxrtopmid ul li:hover span {
    color: #f6ff00;
}

.rightAside .zxzxrtopmid ul li .rasd

0
%
{
    margin-left: 0
;
}
.rightAside .zxzxrtopmid ul li .rasd

50
%
{
    margin-left: 3px
;
}
.rightAside .zxzxrtopmid ul li .rasd

100
%
{
    margin-left: 0
;
}
@-moz-keyframes shakeleft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 3px;
    }
    100% {
        margin-left: 0;
    }
}

@-ms-keyframes shakeleft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 3px;
    }
    100% {
        margin-left: 0;
    }
}

@-o-keyframes shakeleft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 3px;
    }
    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes shakeleft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 3px;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes shakeleft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 3px;
    }
    100% {
        margin-left: 0;
    }
}

.rightAside .zxzxrtopmid ul li span {
    padding: 1px 12px;
    background: #d92425;
    color: #ffffff;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    -webkit-animation: shakeleft 1s linear infinite;
    -o-animation: shakeleft 1s linear infinite;
    animation: shakeleft 1s linear infinite;
}

.rightAside .zxzxrtopbtm {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.rightAside .zxzxrtopbtm img {
    width: 720px;
    height: 93px;
    margin-right: 5px;
}

.rightAside .zxzxrtopbtm div {
    margin-right: 5px;
    font-size: 16px;
    color: #222222;
    text-align: center;
}

.rightAside .zxzxrtopbtm div span {
    font-size: 20px;
    color: #d92425;
}

#tan1,
#tan2 {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(76, 76, 76, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#tan1 .tanceter,
#tan2 .tanceter {
    width: 560px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
}

#tan1 .tanceter h1,
#tan2 .tanceter h1 {
    height: 70px;
    line-height: 70px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
}

#tan1 .tanceter img,
#tan2 .tanceter img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

#tan1 .tanceter form,
#tan2 .tanceter form {
    font-size: 18px;
    color: #666666;
    width: 410px;
    margin: 0 auto;
}

#tan1 .tanceter form input::-webkit-input-placeholder,
#tan2 .tanceter form input::-webkit-input-placeholder {
    color: #999999;
}

#tan1 .tanceter form input::-moz-placeholder,
#tan2 .tanceter form input::-moz-placeholder {
    color: #999999;
}

#tan1 .tanceter form input:-moz-placeholder,
#tan2 .tanceter form input:-moz-placeholder {
    color: #999999;
}

#tan1 .tanceter form input:-ms-input-placeholder,
#tan2 .tanceter form input:-ms-input-placeholder {
    color: #999999;
}

#tan1 .tanceter form div,
#tan2 .tanceter form div {
    height: 56px;
    line-height: 56px;
    width: 100%;
    margin-bottom: 26px;
}

#tan1 .tanceter form div select,
#tan2 .tanceter form div select,
#tan1 .tanceter form div input,
#tan2 .tanceter form div input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    behavior: url("../image/PIE.htc");
    color: #888888;
    padding: 0 20px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
}

#tan1 .tanceter form p,
#tan2 .tanceter form p {
    font-size: 16px;
    margin-left: 20px;
}

#tan1 .tanceter form p .mi,
#tan2 .tanceter form p .mi {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

#tan1 .tanceter form button,
#tan2 .tanceter form button {
    display: block;
    margin: 35px auto 20px;
    width: 100%;
    height: 55px;
    background: #e60505;
    border-radius: 5px;
    behavior: url("../image/PIE.htc");
    font-size: 22px;
    color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#tan1 .tanceter form button:hover,
#tan2 .tanceter form button:hover {
    background: #ffffff;
    color: #e60505;
    border: 1px solid #e60505;
}

.header {
    width: 100%;
    height: 87px;
    line-height: 87px;
    background: #ffffff;
    z-index: 9000;
}

.header .nav {
    display: flex;
    justify-content: space-between;
}

.header .nav img {
    margin-left: 10px;
    margin-top: 10px;
}

.header .nav .nav_kemu {
    font-size: 20px;
    display: inline-block;
}

.header .nav .nav_kemu a {
    margin-left: 20px;
    color: #333333;
}

.header .nav .nav_kemu a:hover {
    color: #32bf73;
    border-bottom: 1px solid #32bf73;
}

.banner {
    height: 637px;
    background: url("../image/banner.jpg") center center no-repeat;
}

.banner .ban {
    display: flex;
    justify-content: space-between;
}

.banner .ban .banL {
    display: flex;
    justify-content: center;
    width: 734px;
    margin-top: 484px;
    box-sizing: border-box;
}

.banner .ban .banL a {
    display: block;
    font-size: 26px;
    color: #25d591;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fdf636;
    margin: 0 10px;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.banner .ban .banL a:hover {
    background: #ffffff;
}

.banner .ban .banR {
    height: 473px;
    width: 386px;
    color: #ffffff;
    margin-top: 62px;
    box-sizing: border-box;
    padding-left: 10px;
    background: url("../image/banR.png") center center no-repeat;
}

.banner .ban .banR h1 {
    font-size: 20px;
    color: #32bf73;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    width: 170px;
    text-align: center;
    margin: 28px 0 12px;
}

.banner .ban .banR .banR1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner .ban .banR .banR1 a {
    display: block;
    text-align: center;
    width: 98px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    margin: 5px 9px;
    background: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner .ban .banR .banR1 a:hover {
    background: #ffffff;
    color: #32bf73;
}

.banner .ban .banR h2 {
    font-size: 20px;
    color: #32bf73;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    width: 200px;
    text-align: center;
    margin: 18px 0 12px;
}

.banner .ban .banR .banR2 {
    font-size: 16px;
    text-align: center;
}

.banner .ban .banR .banR2 a {
    display: block;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.banner .ban .banR .banR2 a button {
    width: 66px;
    height: 22px;
    line-height: 22px;
    color: #32bf73;
    background: #ffffff;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}

.banner .ban .banR .banR2 a:hover {
    color: #fffc00;
}

.banner .ban .banR .banR2 a:hover button {
    background: #fffc00;
}

.ziXun {
    padding: 47px 50px;
}

.ziXun .zx {
    display: flex;
    justify-content: space-between;
}

.ziXun .zx .zxL {
    width: 595px;
    height: 518px;
    background: url("../image/zxL.png") center center no-repeat;
}

.ziXun .zx .zxL h1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    height: 63px;
    line-height: 65px;
    text-align: left;
    margin-left: 200px;
}

.ziXun .zx .zxL .zxLBtm a {
    display: block;
    color: #666666;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 20px;
}

.ziXun .zx .zxL .zxLBtm a button {
    width: 45px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #ff0000;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    font-size: 14px;
    margin: 0 20px;
    cursor: pointer;
}

.ziXun .zx .zxL .zxLBtm a:hover {
    color: #32bf73;
}

.ziXun .zx .zxR {
    width: 593px;
    height: 518px;
    background: url("../image/zxR.png") center center no-repeat;
}

.ziXun .zx .zxR h1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    height: 39px;
    line-height: 48px;
    text-align: center;
}

.ziXun .zx .zxR h2 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.ziXun .zx .zxR .ebkti {
    margin: 0 auto;
    margin-top: 27px;
    margin-left: 40px;
}

.ziXun .zx .zxR .ebkti h3 {
    font-size: 18px;
    color: #666666;
}

.ziXun .zx .zxR .ebkti .zsti {
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: left;
}

.ziXun .zx .zxR .ebkti .zsti input {
    display: none;
}

.ziXun .zx .zxR .ebkti .zsti label {
    display: inline-block;
    text-align: center;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background: #32bf73;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    font-size: 16px;
    color: #ffffff;
    margin-left: 8px;
    margin-right: 20px;
    cursor: pointer;
}

.ziXun .zx .zxR .ebkti .zsti label:hover {
    background: #fffc00;
    color: #32bf73;
}

.ziXun .zx .zxR .ebkti input::-webkit-input-placeholder {
    color: #999999;
}

.ziXun .zx .zxR .ebkti input::-moz-placeholder {
    color: #999999;
}

.ziXun .zx .zxR .ebkti input:-moz-placeholder {
    color: #999999;
}

.ziXun .zx .zxR .ebkti input:-ms-input-placeholder {
    color: #999999;
}

.ziXun .zx .zxR .ebkti input[type="radio"]:checked + label {
    background: #fdf636;
    color: #32bf73;
}

.ziXun .zx .zxR .ebkti input[name="UserPhone"] {
    width: 445px;
    height: 48px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 15px;
    background: #f2f2f2;
    border-radius: 5px;
    behavior: url("../image/PIE.htc");
    margin: 13px 0 13px 13px;
}

.ziXun .zx .zxR .ebkti button {
    display: block;
    width: 220px;
    height: 50px;
    font-size: 24px;
    color: #32bf73;
    margin-left: 120px;
    background: #fdf636;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
}

.ziXun .zx .zxR .ebkti button:hover {
    background: #32bf73;
    color: #ffffff;
}

.renCaiWang {
    padding: 30px 0 20px;
    background: #32bf73;
}

.renCaiWang .rcw h1 {
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #ffffff;
}

.renCaiWang .rcw p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 15px;
}

.renCaiWang .rcw button {
    display: block;
    width: 300px;
    height: 50px;
    background: #fffc00;
    font-size: 24px;
    color: #32bf73;
    margin: 30px auto 0;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.renCaiWang .rcw button:hover {
    background: #ffffff;
}

.tongDao {
    padding: 30px 0 30px;
    box-sizing: border-box;
    height: 870px;
}

.tongDao .td h1 {
    font-size: 40px;
    color: #32bf73;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.tongDao .td .tdArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tongDao .td .tdArea a {
    display: block;
    font-size: 16px;
    width: 70px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #e6e6e6;
    margin: 0 5px 15px;
    color: #333333;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
}

.tongDao .td .tdArea a:nth-child(2) {
    color: #ffffff;
    background: #32bf73;
}

.tongDao .td .tdArea a:hover {
    color: #ffffff;
    background: #32bf73;
}

.tongDao .td table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

.tongDao .td table thead tr {
    height: 60px;
    color: #ffffff;
    font-size: 22px;
}

.tongDao .td table thead tr th {
    width: 240px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    background: #32bf73;
}

.tongDao .td table tbody tr {
    height: 52px;
    background: #ffffff;
    color: #0e0127;
    font-size: 16px;
}

.tongDao .td table tbody tr td {
    width: 240px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    text-align: center;
    cursor: pointer;
}

.tongDao .td table tbody tr td:hover {
    color: #595465;
}

.tongDao .td table tbody tr td:hover a {
    color: #595465;
}

.tongDao .td table tbody tr .first,
.tongDao .td table tbody tr .two,
.tongDao .td table tbody tr .four,
.tongDao .td table tbody tr .five {
    color: #0e0127;
}

.tongDao .td table tbody tr .first a,
.tongDao .td table tbody tr .two a,
.tongDao .td table tbody tr .four a,
.tongDao .td table tbody tr .five a {
    color: #0e0127;
}

.tongDao .td table tbody tr .three,
.tongDao .td table tbody tr .six {
    color: #f61046;
}

.tongDao .td table tbody tr .three a,
.tongDao .td table tbody tr .six a {
    color: #f61046;
}

.tongDao .td table tbody tr .three:hover,
.tongDao .td table tbody tr .six:hover {
    opacity: .85;
}

.tongDao .td table tbody tr .three:hover a,
.tongDao .td table tbody tr .six:hover a {
    opacity: .85;
}

.tongDao .td table tbody tr .two,
.tongDao .td table tbody tr .four {
    background: #f3f4f8;
}

.tongDao .td .otherCity {
    display: block;
    width: 430px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #32bf73;
    color: #ffffff;
    font-size: 26px;
    margin: 30px auto 0;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tongDao .td .otherCity:hover {
    color: #32bf73;
    background: #fdf636;
}

.liYou {
    padding: 23px 0 73px;
    background: #32bf73;
}

.liYou .ly {
    width: 1400px;
    overflow: initial;
}

.liYou .ly h1 {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.liYou .ly .healthy {
    overflow: initial;
    height: 355px;
    background: url("../image/healthy.jpg") center center no-repeat;
    display: flex;
    justify-content: flex-start;
}

.liYou .ly .healthy .healthyL {
    overflow: initial;
    width: 610px;
}

.liYou .ly .healthy .healthyL .hL {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.liYou .ly .healthy .healthyL .hL .hLChild {
    box-sizing: border-box;
    padding: 15px 10px 15px 20px;
    background: #fdf636;
    position: relative;
    line-height: 26px;
    visibility: hidden;
}

.liYou .ly .healthy .healthyL .hL .hLChild.xian {
    visibility: visible;
}

.liYou .ly .healthy .healthyL .hL .hLChild::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left-color: #fdf636;
}

.liYou .ly .healthy .healthyL .hL span {
    color: #ffffff;
    font-size: 24px;
    margin-left: 20px;
}

.liYou .ly .healthy .healthyL .hL1 {
    margin: 12px 0 0 0;
}

.liYou .ly .healthy .healthyL .hL2 {
    margin: 3px 58px 0 0;
}

.liYou .ly .healthy .healthyL .hL2 .hLChild {
    width: 380px;
}

.liYou .ly .healthy .healthyL .hL3 {
    margin: 10px 70px 0 0;
}

.liYou .ly .healthy .healthyL .hL4 {
    margin: 28px 40px 0 0;
}

.liYou .ly .healthy .healthyM {
    width: 210px;
    height: 209px;
    margin-top: 77px;
}

.liYou .ly .healthy .healthyM img {
    animation: liyou 1s linear infinite;
    -webkit-animation: liyou 1s linear infinite;
}

@keyframes liyou {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

@-moz-keyframes liyou {
    from {
        background: red;
    }
    to {
        background: yellow;
    }
}

@-webkit-keyframes liyou {
    from {
        background: red;
    }
    to {
        background: yellow;
    }
}

@-o-keyframes liyou {
    from {
        background: red;
    }
    to {
        background: yellow;
    }
}

.liYou .ly .healthy .healthyR {
    width: 580px;
}

.liYou .ly .healthy .healthyR .hL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.liYou .ly .healthy .healthyR .hL .hLChild {
    box-sizing: border-box;
    padding: 15px 20px 15px 10px;
    background: #fdf636;
    position: relative;
    line-height: 26px;
    visibility: hidden;
}

.liYou .ly .healthy .healthyR .hL .hLChild::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-right-color: #fdf636;
}

.liYou .ly .healthy .healthyR .hL .hLChild.xian {
    visibility: visible;
}

.liYou .ly .healthy .healthyR .hL span {
    color: #ffffff;
    font-size: 24px;
    margin-right: 20px;
}

.liYou .ly .healthy .healthyR .hL5 {
    margin: 30px 0 0 0;
}

.liYou .ly .healthy .healthyR .hL6 {
    margin: 18px 0 0 48px;
}

.liYou .ly .healthy .healthyR .hL7 {
    margin: 23px 0 0 46px;
}

.liYou .ly .healthy .healthyR .hL8 {
    margin: 13px 0 0 16px;
}

.liYou .ly .lyBtm {
    height: 251px;
    width: 1116px;
    margin: 34px auto 0;
    background: url("../image/lyBtm.png") center center no-repeat;
    display: flex;
    justify-content: flex-start;
}

.liYou .ly .lyBtm .lyBtmL {
    width: 338px;
    height: 204px;
    margin-top: 24px;
    color: #333333;
    font-size: 24px;
    line-height: 37px;
    padding: 10px;
    box-sizing: border-box;
}

.liYou .ly .lyBtm .lyBtmR {
    width: 710px;
    margin-left: 20px;
    margin-top: 30px;
}

.liYou .ly .lyBtm .lyBtmR p {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.liYou .ly .lyBtm .lyBtmR button {
    display: block;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: #ffffff;
    background: #32bf73;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.liYou .ly .lyBtm .lyBtmR button:hover {
    color: #003333;
    background: #fdf636;
}

.jiuYe {
    padding: 50px 0 60px;
}

.jiuYe .jy {
    overflow: initial;
}

.jiuYe .jy h1 {
    font-size: 35px;
    color: #32bf73;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.jiuYe .jy .jyBtm {
    display: flex;
    justify-content: space-between;
}

.jiuYe .jy .jyBtm .jyBtmL,
.jiuYe .jy .jyBtm .jyBtmM,
.jiuYe .jy .jyBtm .jyBtmR {
    width: 388px;
    height: 455px;
    background: url("../image/jyBtm.png") center center no-repeat;
}

.jiuYe .jy .jyBtm .jyBtmL h2,
.jiuYe .jy .jyBtm .jyBtmM h2,
.jiuYe .jy .jyBtm .jyBtmR h2 {
    height: 72px;
    line-height: 72px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.jiuYe .jy .jyBtm .jyBtmL p,
.jiuYe .jy .jyBtm .jyBtmM p,
.jiuYe .jy .jyBtm .jyBtmR p {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    margin-left: 20px;
}

.jiuYe .jy .jyBtm .jyBtmL a,
.jiuYe .jy .jyBtm .jyBtmM a {
    display: block;
    width: 268px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fdf636;
    color: #333333;
    font-size: 18px;
    margin: 0 auto;
    /*margin-top: 35px;*/
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jiuYe .jy .jyBtm .jyBtmL a:hover,
.jiuYe .jy .jyBtm .jyBtmM a:hover {
    color: #ffffff;
    background: #32bf73;
}

.jiuYe .jy .jyBtm .jyBtmM p {
    line-height: 28px;
    margin: 25px 20px;
}

.jiuYe .jy .jyBtm .jyBtmR .jyBtmR_btm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.jiuYe .jy .jyBtm .jyBtmR .jyBtmR_btm a {
    display: block;
    width: 150px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #32bf73;
    border: 1px solid #32bf73;
    background: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 9px 18px;
}

.jiuYe .jy .jyBtm .jyBtmR .jyBtmR_btm a:hover {
    background: #32bf73;
    color: #e0feee;
}

.anPai {
    height: 626px;
    background: url("../image/anPai.jpg") center center no-repeat;
}

.anPai .ap h1 {
    font-size: 35px;
    color: #32bf73;
    text-align: center;
    font-weight: bold;
    margin: 37px 0 30px;
}

.anPai .ap table {
    background: #f2fff8;
}

.anPai .ap table th,
.anPai .ap table td {
    width: 200px;
    text-align: center;
}

.anPai .ap table th {
    height: 60px;
    background: #32bf73;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.anPai .ap table td {
    height: 90px;
    border: 1px solid #32bf73;
    font-size: 18px;
    color: #32bf73;
    line-height: 30px;
}

.anPai .ap table td a {
    padding: 10px 20px;
    background: #32bf73;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.anPai .ap table td a:hover {
    color: #32bf73;
    background: #fdf636;
}

.anPai .ap .zhu {
    font-size: 18px;
    color: #ff0000;
    margin: 27px 0 18px 20px;
}

.anPai .ap .tiXing {
    background: #32bf73;
    padding: 18px 0 20px;
}

.anPai .ap .tiXing h2 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.anPai .ap .tiXing form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.anPai .ap .tiXing form input::-webkit-input-placeholder {
    color: #b6b6b6;
}

.anPai .ap .tiXing form input::-moz-placeholder {
    color: #b6b6b6;
}

.anPai .ap .tiXing form input:-moz-placeholder {
    color: #b6b6b6;
}

.anPai .ap .tiXing form input:-ms-input-placeholder {
    color: #b6b6b6;
}

.anPai .ap .tiXing form div {
    width: 400px;
    height: 53px;
    line-height: 53px;
    background: #ffffff;
    margin-right: 13px;
}

.anPai .ap .tiXing form div select,
.anPai .ap .tiXing form div input {
    width: 350px;
    height: 100%;
    font-size: 16px;
    color: #666666;
    background: transparent;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
}

.anPai .ap .tiXing form button {
    display: block;
    width: 148px;
    height: 50px;
    color: #32bf73;
    font-weight: bold;
    font-size: 24px;
    background: #fffc00;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.anPai .ap .tiXing form button:hover {
    background: #ffffff;
    opacity: .9;
}

.anPai .ap .tiXing .txzhu {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 21px 0 0;
}

.chaYi {
    height: 193px;
    background: url("../image/chaYi.jpg") center center no-repeat;
}

.chaYi .cy {
    display: flex;
    justify-content: flex-start;
}

.chaYi .cy .cyL {
    width: 320px;
    height: 121px;
    background: url("../image/cyL.png") center center no-repeat;
    margin: 33px 0 0 0;
    text-align: center;
    color: #32bf73;
}

.chaYi .cy .cyL h1 {
    font-size: 28px;
    margin: 22px 0 12px;
}

.chaYi .cy .cyL h2 {
    font-size: 24px;
}

.chaYi .cy .cyR {
    width: 666px;
    margin-top: 33px;
    margin-left: 30px;
}

.chaYi .cy .cyR h1 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 25px;
}

.chaYi .cy .cyR button {
    width: 286px;
    height: 56px;
    font-size: 18px;
    color: #32bf73;
    font-weight: bold;
    background: #fdf636;
    margin: 0 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.chaYi .cy .cyR button:hover {
    background: #ffffff;
}

.ziLiao {
    padding: 45px 0 40px;
}

.ziLiao .zl h1 {
    color: #32bf73;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.ziLiao .zl .zlTop {
    display: flex;
    justify-content: space-between;
}

.ziLiao .zl .zlTop .zlTopChild {
    width: 560px;
    height: 330px;
    background: #f9fffc;
    border: 1px solid #b5b5b5;
}

.ziLiao .zl .zlTop .zlTopChild h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 25px;
}

.ziLiao .zl .zlTop .zlTopChild .zlTopChild_btm {
    display: flex;
    justify-content: center;
}

.ziLiao .zl .zlTop .zlTopChild .zlTopChild_btm img {
    margin-right: 30px;
}

.ziLiao .zl .zlTop .zlTopChild .zlTopChild_btm p {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    font-weight: bold;
}

.ziLiao .zl .zlTop .zlTopChild .zlTopChild_btm a {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background: #32bf73;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ziLiao .zl .zlTop .zlTopChild .zlTopChild_btm a:hover {
    background: #fffc00;
    color: #32bf73;
}

.ziLiao .zl .tiXing {
    background: #32bf73;
    padding: 18px 0 20px;
    margin-top: 30px;
}

.ziLiao .zl .tiXing form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.ziLiao .zl .tiXing form input::-webkit-input-placeholder {
    color: #b6b6b6;
}

.ziLiao .zl .tiXing form input::-moz-placeholder {
    color: #b6b6b6;
}

.ziLiao .zl .tiXing form input:-moz-placeholder {
    color: #b6b6b6;
}

.ziLiao .zl .tiXing form input:-ms-input-placeholder {
    color: #b6b6b6;
}

.ziLiao .zl .tiXing form div {
    width: 438px;
    height: 53px;
    line-height: 53px;
    background: #ffffff;
    margin-right: 13px;
}

.ziLiao .zl .tiXing form div select,
.ziLiao .zl .tiXing form div input {
    width: 438px;
    height: 100%;
    font-size: 16px;
    color: #666666;
    background: transparent;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
}

.ziLiao .zl .tiXing form button {
    display: block;
    width: 200px;
    height: 50px;
    color: #32bf73;
    font-weight: bold;
    font-size: 24px;
    background: #fffc00;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.ziLiao .zl .tiXing form button:hover {
    background: #ffffff;
    opacity: .9;
}

.ziLiao .zl .tiXing .txzhu {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0 0;
}

.tiKu {
    padding: 40px 0;
    background: #d1fde5;
}

.tiKu .tk h1 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.tiKu .tk .tkContain {
    display: flex;
    justify-content: space-between;
    height: 430px;
}

.tiKu .tk .tkContain .tkL {
    width: 386px;
    background: #32bf73;
}

.tiKu .tk .tkContain .tkL h2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 20px 0 15px;
}

.tiKu .tk .tkContain .tkL h3 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.tiKu .tk .tkContain .tkL form {
    width: 360px;
    margin: 15px auto 0;
}

.tiKu .tk .tkContain .tkL form select,
.tiKu .tk .tkContain .tkL form input {
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
    background: #fff;
    margin-bottom: 8px;
}

.tiKu .tk .tkContain .tkL form button {
    display: block;
    width: 100%;
    height: 43px;
    color: #333333;
    font-size: 16px;
    background: #fdf636;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tiKu .tk .tkContain .tkL form button:hover {
    background: #fff;
    color: #32bf73;
}

.tiKu .tk .tkContain .tkL a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330px;
    margin: 15px auto;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tiKu .tk .tkContain .tkL a img {
    width: 24px;
    height: 23px;
    margin-right: 10px;
}

.tiKu .tk .tkContain .tkL a button {
    width: 80px;
    color: #333333;
    background: #fdf636;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    font-size: 16px;
    height: 25px;
    margin-left: auto;
    cursor: pointer;
}

.tiKu .tk .tkContain .tkL a:hover {
    color: #333333;
}

.tiKu .tk .tkContain .tkL a:hover button {
    color: #32bf73;
}

.tiKu .tk .tkContain .tkM {
    width: 386px;
    background: #32bf73;
}

.tiKu .tk .tkContain .tkM a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    margin: 15px auto;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tiKu .tk .tkContain .tkM a img {
    width: 24px;
    height: 23px;
    margin-right: 10px;
}

.tiKu .tk .tkContain .tkM a button {
    width: 80px;
    color: #333333;
    background: #fdf636;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    font-size: 16px;
    height: 25px;
    margin-left: auto;
    cursor: pointer;
}

.tiKu .tk .tkContain .tkM a:hover {
    color: #333333;
}

.tiKu .tk .tkContain .tkM a:hover button {
    color: #32bf73;
}

.tiKu .tk .tkContain .tkR {
    width: 386px;
    background: #32bf73;
}

.tiKu .tk .tkContain .tkR h4 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 10px;
}

.tiKu .tk .tkContain .tkR img {
    display: block;
    width: 351px;
    height: 203px;
    margin: 0 auto;
}

.tiKu .tk .tkContain .tkR p {
    width: 350px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
}

.tiKu .tk .tkContain .tkR div {
    text-align: center;
}

.tiKu .tk .tkContain .tkR div a {
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #333333;
    font-size: 20px;
    background: #fdf636;
    margin: 25px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.tiKu .tk .tkContain .tkR div a:hover {
    background: #ffffff;
    color: #32bf73;
}

.ziYuan {
    padding: 50px 0 35px;
}

.ziYuan .zy h1 {
    font-size: 45px;
    color: #32bf73;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.ziYuan .zy .zyTop {
    display: flex;
    justify-content: space-between;
}

.ziYuan .zy .zyTop img {
    width: 745px;
    height: 624px;
    cursor: pointer;
}

.ziYuan .zy .zyTop .zyR {
    width: 420px;
    height: 490px;
    background: #d1fde5;
    padding-top: 24px;
}

.ziYuan .zy .zyTop .zyR .zyRChild {
    width: 385px;
    height: 105px;
    margin: 0 auto 15px;
    padding-left: 162px;
    padding-top: 10px;
    box-sizing: border-box;
}

.ziYuan .zy .zyTop .zyR .zyRChild:nth-child(1) {
    background: url("../image/zyR1.jpg") center center no-repeat;
}

.ziYuan .zy .zyTop .zyR .zyRChild:nth-child(2) {
    background: url("../image/zyR2.jpg") center center no-repeat;
}

.ziYuan .zy .zyTop .zyR .zyRChild:nth-child(3) {
    background: url("../image/zyR3.jpg") center center no-repeat;
}

.ziYuan .zy .zyTop .zyR .zyRChild:nth-child(4) {
    background: url("../image/zyR4.jpg") center center no-repeat;
}

.ziYuan .zy .zyTop .zyR .zyRChild p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 10px;
}

.ziYuan .zy .zyTop .zyR .zyRChild span {
    font-size: 14px;
    color: #ffffff;
}

.ziYuan .zy .zyBtm {
    background: #32bf73;
    padding: 18px 0 20px;
}

.ziYuan .zy .zyBtm h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.ziYuan .zy .zyBtm form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.ziYuan .zy .zyBtm form input::-webkit-input-placeholder {
    color: #b6b6b6;
}

.ziYuan .zy .zyBtm form input::-moz-placeholder {
    color: #b6b6b6;
}

.ziYuan .zy .zyBtm form input:-moz-placeholder {
    color: #b6b6b6;
}

.ziYuan .zy .zyBtm form input:-ms-input-placeholder {
    color: #b6b6b6;
}

.ziYuan .zy .zyBtm form div {
    width: 438px;
    height: 53px;
    line-height: 53px;
    background: #ffffff;
    margin-right: 13px;
}

.ziYuan .zy .zyBtm form div select,
.ziYuan .zy .zyBtm form div input {
    width: 438px;
    height: 100%;
    font-size: 20px;
    color: #666666;
    background: transparent;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: middle;
}

.ziYuan .zy .zyBtm form button {
    display: block;
    width: 200px;
    height: 50px;
    color: #2d2d54;
    font-size: 24px;
    background: #fffc00;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    behavior: url("../image/PIE.htc");
}

.ziYuan .zy .zyBtm form button:hover {
    background: #ffffff;
    opacity: .9;
    color: #32bf73;
}

.ziYuan .zy .zyBtm .txzhu {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0 0;
}

.fangAn {
    height: 260px;
    background: url("../image/fangAn.jpg") center no-repeat fixed;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.fangAn .fa {
    display: flex;
    justify-content: left;
}

.fangAn .fa img {
    margin-top: 55px;
}

.fangAn .fa form {
    margin-top: 75px;
    margin-left: 53px;
}

.fangAn .fa form input::-webkit-input-placeholder {
    color: #333333;
}

.fangAn .fa form input::-moz-placeholder {
    color: #333333;
}

.fangAn .fa form input:-moz-placeholder {
    color: #333333;
}

.fangAn .fa form input:-ms-input-placeholder {
    color: #333333;
}

.fangAn .fa form p {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}

.fangAn .fa form div {
    width: 530px;
    height: 50px;
    background: #ffffff;
    line-height: 50px;
    box-sizing: border-box;
}

.fangAn .fa form div label {
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    margin-left: 20px;
}

.fangAn .fa form input {
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    color: #666666;
    background: transparent;
    font-size: 18px;
}

.fangAn .fa form button {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 230px;
    height: 50px;
    color: #32bf73;
    font-size: 24px;
    font-weight: bolder;
    background: #ffea00;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fangAn .fa form button:hover {
    background: #ffffff;
}

.jxsf {
    margin-top: 20px;
    margin-bottom: 26px;
}

.jxsf .jf {
    display: flex;
    justify-content: space-between;
}

.jxsf .jf .jfc {
    width: 292px;
    height: 395px;
    background: url("../image/jfc.png") center no-repeat;
    background-size: cover;
    text-align: center;
}

.jxsf .jf .jfc h1 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 65px;
}

.jxsf .jf .jfc img {
    margin-top: 17px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jxsf .jf .jfc img:hover {
    transform: scale(1.1);
}

.jxsf .jf .jfc p {
    width: 240px;
    margin: 0 auto;
    line-height: 30px;
    color: #666666;
    font-size: 18px;
    text-align: left;
}

.jxsf .jf .jfc button {
    width: 195px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    background: -webkit-linear-gradient(bottom, #4fc786, #66df9d);
    background: -o-linear-gradient(top, #4fc786, #66df9d);
    background: -moz-linear-gradient(top, #4fc786, #66df9d);
    background: linear-gradient(to bottom, #4fc786, #66df9d);
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jxsf .jf .jfc button:hover {
    opacity: .8;
}

.jianZhang {
    background: #fff;
    padding-bottom: 50px;
}

.jianZhang .jz {
    overflow: initial;
}

.jianZhang .jz .jztitle {
    font-size: 45px;
    color: #333333;
    margin: 50px 0 30px;
    font-weight: bold;
    text-align: center;
}

.mk-max .mkTop {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.mk-max .mkTop .mkTop_list {
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #31AD70;
    border: 1px solid #ffffff;
}
.mk-max .mkTop .mkTop_list:nth-child(1) {
    width: 16.7%;
}
.mk-max .mkTop .mkTop_list:nth-child(2) {
    width: 180px;
}
.mk-max .mkTop .mkTop_list:nth-child(3) {
    width: 180px;
}
.mk-max .mkTop .mkTop_list:nth-child(4) {
    width: 340px;
}
.mk-max .mkTop .mkTop_list:nth-child(5) {
    width: 298px;
}
.mk-max .mkBtm {
    display: flex;
    justify-content: flex-start;
}
.mk-max .mkBtm .mkBtm_lf {
    width: 16.7%;
    color: #ffffff;
    text-align: center;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item {
    height: 121px;
    background: -webkit-linear-gradient(right, #23a671, #67c96d);
    background: -o-linear-gradient(left, #23a671, #67c96d);
    background: -moz-linear-gradient(left, #23a671, #67c96d);
    background: linear-gradient(to right, #23a671, #67c96d);
    box-sizing: border-box;
    padding-top: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item.blocks {
    background: #FF7646;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item.blocks span {
    background: #67C96D;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item h2 {
    font-size: 24px;
    font-weight: bold;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item p {
    margin-top: 20px;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item p b {
    font-size: 26px;
    color: #FCFF02;
    font-weight: bold;
    vertical-align: middle;
}
.mk-max .mkBtm .mkBtm_lf .mkBtm_lf_item p span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    border: 0;
    border-radius: 32px;
    background: linear-gradient(to right, #fd6f47, #ffa657);
    -webkit-background: linear-gradient(to right, #fd6f47, #ffa657);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fd6f47, endColorstr=#ffa657);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FD6F47, endColorstr=#FFA657)";
}
.mk-max .mkBtm .mkBtm_rg {
    width: 997px;
    height: 360px;
    display: none;
}
.mk-max .mkBtm .mkBtm_rg.blocking {
    display: block;
}
.mk-max .mkBtm .mkBtm_rg .rgMain {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 78%;
    border-bottom: 1px solid #dddddd;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain1 {
    width: 180px;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain2 {
    width: 180px;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain2,
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain4 {
    background: #f3f5fa;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain3 {
    width: 340px;
    align-items: flex-start;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain3 p {
    margin: 0 10px;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain4 {
    width: 298px;
    align-items: flex-start;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item.rgMain4 p {
    margin: 0 10px;
}
.mk-max .mkBtm .mkBtm_rg .rgMain .rgMain_item p {
    font-size: 17px;
    color: #333333;
    line-height: 30px;
}
.mk-max .mkBtm .mkBtm_rg .mkBtm_rg_btm {
    height: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.mk-max .mkBtm .mkBtm_rg .mkBtm_rg_btm button {
    outline: none;
    width: 150px;
    height: 44px;
    font-size: 20px;
    color: #fff;
    margin: 0 40px;
    background: #23A671;
    border-radius: 50px;
    cursor: pointer;
}
.mk-max .mkBtm .mkBtm_rg .mkBtm_rg_btm button:hover {
    background: #FD6F47;
}
.liBao {
    margin-top: 40px;
    padding-top: 50px;
    box-sizing: border-box;
    height: 584px;
    background: url("../image/liBao.jpg") center center no-repeat;
}
.liBao .lb {
    width: 1200px;
    margin: 0 auto;
}
.liBao .lb h1 {
    margin-bottom: 33px;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.liBao .lb .lb_top {
    display: flex;
    justify-content: space-between;
}
.liBao .lb .lb_top .lb_top_money {
    width: 211px;
    height: 170px;
    background: url("../image/liBao2.jpg") center center no-repeat;
}
.liBao .lb .lb_top .lb_top_money.diff {
    background: url("../image/libao3.jpg") center center no-repeat;
}
.liBao .lb .lb_top .lb_top_money .lb_top_child {
    width: 190px;
    height: 130px;
    margin: 22px auto 0;
    text-align: center;
    color: #dc5454;
    border-radius: 10px;
    border: 1px dashed #dc5454;
}
.liBao .lb .lb_top .lb_top_money .lb_top_child h6 {
    font-size: 45px;
    font-weight: bold;
    margin: 13px 0;
}
.liBao .lb .lb_top .lb_top_money .lb_top_child h5 {
    font-size: 22px;
    margin-bottom: 7px;
}
.liBao .lb .lb_top .lb_top_money .lb_top_child p {
    font-size: 18px;
}
.liBao .lb .lb_btm {
    height: 208px;
    background: #ffffff;
    margin-top: 20px;
    overflow: hidden;
}
.liBao .lb .lb_btm form {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}
.liBao .lb .lb_btm form input::-webkit-input-placeholder {
    color: #949494;
}
.liBao .lb .lb_btm form input::-moz-placeholder {
    color: #949494;
}
.liBao .lb .lb_btm form input:-moz-placeholder {
    color: #949494;
}
.liBao .lb .lb_btm form input:-ms-input-placeholder {
    color: #949494;
}
.liBao .lb .lb_btm form .div {
    height: 50px;
    background: #ffffff;
    line-height: 50px;
    display: flex;
    justify-content: flex-start;
    margin-right: 13px;
    border: 1px solid #d2d2d2;
}
.liBao .lb .lb_btm form .div select,
.liBao .lb .lb_btm form .div input {
    height: 100%;
    width: 320px;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 20px;
}
.liBao .lb .lb_btm form .div .lab {
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #232428;
    padding: 0 17px;
    background: #f3f5fa;
    border-right: 1px solid #d2d2d2;
}
.liBao .lb .lb_btm form button {
    display: block;
    width: 180px;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
    box-sizing: border-box;
    font-weight: bold;
    background: #dc5454;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.liBao .lb .lb_btm form button:hover {
    border: 1px solid #d2d2d2;
    color: #232428;
    background: #f3f5fa;
}
.liBao .lb .lb_btm p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin: 18px 0 0 56px;
}
.liBao .lb .lb_btm p span {
    font-size: 20px;
}












.zxj {
    height: 280px;
    background: url("../image/zxj.jpg") center no-repeat;
    overflow: hidden;
}

.zxj form {
    margin-top: 78px;
    margin-left: 720px;
}

.zxj form input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.zxj form input::-moz-placeholder {
    color: #b4b4b4;
}

.zxj form input:-moz-placeholder {
    color: #b4b4b4;
}

.zxj form input:-ms-input-placeholder {
    color: #b4b4b4;
}

.zxj form div {
    width: 370px;
    font-size: 20px;
    color: #ca2021;
    font-weight: bold;
    background: #ffffff;
    box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #333333;
}

.zxj form div input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.zxj form div input::-moz-placeholder {
    color: #b4b4b4;
}

.zxj form div input:-moz-placeholder {
    color: #b4b4b4;
}

.zxj form div input:-ms-input-placeholder {
    color: #b4b4b4;
}

.zxj form div input {
    width: 230px;
    height: 50px;
    font-size: 18px;
    color: #333;
}

.zxj form button {
    width: 180px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    margin-top: 15px;
    background: -webkit-linear-gradient(right, #f73b34, #ff6c66);
    background: -o-linear-gradient(left, #f73b34, #ff6c66);
    background: -moz-linear-gradient(left, #f73b34, #ff6c66);
    background: linear-gradient(to right, #f73b34, #ff6c66);
    font-weight: bold;
    border-radius: 50px;
    behavior: url("../image/PIE.htc");
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.zxj form button:hover {
    opacity: .9;
    background: -webkit-linear-gradient(right, #0ca285, #2ebb6f);
    background: -o-linear-gradient(left, #0ca285, #2ebb6f);
    background: -moz-linear-gradient(left, #0ca285, #2ebb6f);
    background: linear-gradient(to right, #0ca285, #2ebb6f);
}

.foot {
    width: 100%;
    height: 110px;
    text-align: center;
    overflow: hidden;
    background: #4c4a4a;
}

.foot p {
    font-size: 15px;
    color: #efeeee;
    margin-top: 28px;
    line-height: 30px;
}
