/*      首页          **********************************************/
.region {
    color: #58627C;
}

.titleGroup {
    position: relative;
}

.titleGroup:hover #light {
    left: 50%;
}

.titleGroup #light {
    position: absolute;
    top: 50%;
    height: 250%;
    left: -50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    transition: left 2s ease;
    z-index: 20;
}

.ruixinVedio {
    padding: 210px 0 180px 0;
    background: url('../imgs/index/ruixinVedio.png') no-repeat center;
    background-size: cover;
    color: #ffffff;
}

.ruixinVedio h2 {
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 42px;
    margin-top: 0;
}

#playbtn {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
    text-decoration: none;
}

#playbtn .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

.region + .region {
    margin-top: 24px;
}

.region > div {
    /*height: 500px;*/
}

.region.text > div {
    height: auto;
}

.region .text .title {
    margin: 95px 0 10px 0;
    font-size: 30px;
}

.relaxRegion .title .iconfont,
.friendRegion .title .iconfont,
.region .text .title .iconfont {
    display: none;
}

.region .text .en {
    font-size: 16px;
    margin-bottom: 30px;
}

.region .text .desc {
    font-size: 16px;
    line-height: 30px;
}

.region .text .btnrow {
    margin-top: 30px;
}

.region.bg > div {
    /*height: 400px;*/
}

.region.evaluation {
    margin-top: 70px;
}

.region.evaluation > div.bg {
    background: url('../imgs/index/evaluationBg.png') no-repeat center right;
    background-size: contain;
}

.region.evaluation > div.showimg img {
    width: 800px;
    margin-right: -15px;
}

.region.consultRecord {
    background: -webkit-linear-gradient(rgba(246, 250, 255, 1), rgba(232, 237, 250, 0.06)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(246, 250, 255, 1), rgba(232, 237, 250, 0.06)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(246, 250, 255, 1), rgba(232, 237, 250, 0.06)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(246, 250, 255, 1), rgba(232, 237, 250, 0.06)); /* 标准的语法 */
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 175px;
    margin-top: 0;
    position: relative;
}

#fluidBg {
    position: absolute;
    z-index: 0;
    top: 18%;
    left: 0;
    margin: auto;
    width: 100%;
    height: 300px;
    overflow-x: hidden;
}

#fluidBg .shabu {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    max-width: 200%;
    max-height: 100%;
    animation: fluid 20s ease infinite;
}

#fluidBg .shabu:nth-of-type(1) {
    animation-delay: 0s;
    animation-duration: 30s
}

#fluidBg .shabu:nth-of-type(2) {
    animation-delay: 1s;
    animation-duration: 25s
}

#fluidBg .shabu:nth-of-type(3) {
    animation-delay: 2s;
    animation-duration: 30s
}

#fluidBg .shabu:nth-of-type(4) {
    animation-delay: 3s;
    animation-duration: 30s
}

#fluidBg .shabu:nth-of-type(5) {
    animation-delay: 4s;
    animation-duration: 26s
}

@keyframes fluid {
    0% {
        left: 0;
    }
    50% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes fluid {
    0% {
        left: 0;
    }
    50% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

.region.consultRecord > div.showimg img {
    width: 660px;
}

.region.danger {
    margin-top: 70px;
}

.region.danger, .region.danger > div {
    height: auto;
}

.region.danger > div.showimg img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.region.danger > div.showimg img.showing {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.region.dangerText {
    margin-top: 0;
}

.region.dangerText .text .title {
    margin-top: 0;
}

.ruixin {
    height: 260px;
    color: #ffffff;
}

.ruixin canvas {
    margin-left: -15px;
}

.ruixin .inner {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform-origin: center;
    transition: all 0.3s ease;
}

.ruixin h4 {
    font-size: 30px;
    margin-top: 88px;
    margin-bottom: 35px;
}

.ruixin p {
    color: #66757F;
    font-size: 14px;
}

.relaxRegion {
    background: url('../imgs/index/relax.png') no-repeat center;
    background-size: cover;
    color: #ffffff;
    padding-top: 95px;
    padding-bottom: 95px;
}

.relaxRegion .desc {
    margin-top: 20px;
}

.relaxRegion .btn {
    color: #ffffff;
}

.relaxRegion .vedio a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.relaxRegion .vedio:nth-of-type(3) a {
    background-color: #66061D;
}

.relaxRegion .vedio a img {
    width: 100%;
    transition: all 1s ease;
}

.relaxRegion .vedio:nth-of-type(3) a img {
    position: relative;
}

#heart,
#heart3,
#heart2 {
    position: absolute;
    z-index: 0;
    left: 27%;
    top: 41%;
    width: 16.6%;
    height: auto;
    animation: run 10s linear infinite;
}

#heart2 {
    animation-delay: 5s;
}

#heart3 {
    animation-delay: 10s;
}

@keyframes run {
    0% {
        left: 27%;
    }
    100% {
        left: 61.5%;
    }
}

.relaxRegion .vedio a:hover {
    /*transform: scale(1.2);*/
}

.relaxRegion .title {
    margin-top: 0;
    font-size: 28px;
}

.relaxRegion .btnrow {
    margin-top: 20px;
}

.relaxRegion .btnrow .btn {
    width: 114px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    border-radius: 0;
}

.relaxRegion .relaxTitle {
    position: relative;
    margin-top: 15px;
}

.relaxRegion .dur {
    position: absolute;
    right: 0;
    top: 0;
}

.friendRegion {
    color: #58627C;
}

.friendRegion .title {
    margin-top: 120px;
    font-size: 30px;
}

.friendRegion .en {
    font-size: 16px;
}

.friendRegion .btn-group {
    margin-top: 40px;
}

.friendRegion .btn-group .btn {
    height: 74px;
    line-height: 56px;
    width: 312px;
}

.friendRegion .btn-group .btn:hover {
    outline: none;
}

.friendRegion .btn-group .btn,
.friendRegion .btn-group .btn:hover,
.friendRegion .btn-group .btn:active,
.friendRegion .btn-group .btn:focus {
    border-color: #036faa;
    color: #2170D3;
    background-color: #ffffff !important;
}

.friendRegion .btn-group .btn.active {
    background-color: #2470d1 !important;
    color: #ffffff;
}

.friendRegion .friendFirst {
    margin-top: 75px;
}

.friendRegion .friendFirst h1,
.friendRegion .friendFirst h3 {
    font-weight: 600;
    color: #58627C;
    font-size: 24px;
}

.friendRegion .friendFirst h3 {
    margin-top: 10px;
}

.friendRegion .friendFirst .text {
    color: #66757F;
    margin-top: 20px;
    font-size: 16px;
    line-height: 27px;
}

.friendRegion .btnrow {
    margin-top: 45px;
}

.friendRegion .friendFirst .row > div {
}

.friendRegion .friendFirst .row > div:nth-of-type(2) {
    position: relative;
    transform: translateX(-60px);
}

.friendRegion .inner {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin: auto;
    background-color: rgba(31, 106, 194, 0.8);
    transition: background-color 0.3s ease;
}

.friendRegion .inner:hover {
    background-color: transparent;
}

.friendRegion .inner:hover .inner-inner {
    opacity: 0.5;
}

.friendRegion .inner .inner-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.friendRegion .inner h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 3% 0 6% 0;
}

.friendRegion .inner h3 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.friendRegion .inner h3,
.friendRegion .inner p {
    color: #ffffff;
}

.friendRegion .inner p {
    font-size: 12px;
}

.friendRegion .inner img {
    width: 55px;
    border-radius: 30px;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1600px) {
    .ruixinVedio {
        padding: 190px 0 160px 0;
    }

    .region .text .title {
        margin-top: 60px;
        font-size: 24px;
    }

    .region.consultRecord {
        padding-bottom: 150px;
        margin-top: 0;
    }

    .region .text .desc {
        line-height: 26px;
    }

    .region .text .desc,
    .friendRegion .friendFirst .text {
        font-size: 14px;
    }

    .friendRegion .friendFirst h1, .friendRegion .friendFirst h3 {
        margin-top: 0;
    }

    .friendRegion .friendFirst .text {
        line-height: 25px;
    }

    .friendRegion .btnrow {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .ruixinVedio {
        padding: 120px 0;
    }

    .region.evaluation {
        margin-top: 50px;
    }

    .region .text .title {
        margin-top: 40px;
        font-size: 24px;
    }

    .region + .region {
        margin-top: 18px;
    }

    .region .text .en {
        margin-bottom: 20px;
    }

    .region .text .desc {
        line-height: 24px;
    }

    .region .text .en,
    .region .text .desc {
        font-size: 14px;
    }

    .region.danger {
        margin-top: 55px;
    }

    .ruixin {
        height: 230px;
    }

    .ruixin h4 {
        font-size: 28px;
        margin-top: 75px;
        margin-bottom: 30px;
    }

    .friendRegion .title {
        margin-top: 90px;
    }

    .friendRegion .title {
        font-size: 24px;
    }

    .friendRegion .en {
        font-size: 14px;
    }

    .friendRegion .btnrow {
        margin-top: 30px;
    }

    .friendRegion .friendFirst {
        margin-top: 45px;
    }

    .relaxRegion {
        /*height: 420px;*/
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .relaxRegion .title {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 6px;
    }

    .relaxRegion .desc {
        margin-top: 10px;
    }

    .relaxRegion .btnrow {
        margin-top: 10px;
    }

    .region.consultRecord {
        padding-bottom: 130px;
        margin-top: 0;
    }

    .friendRegion .friendFirst .text {
        line-height: 24px;
    }

    .friendRegion .friendFirst .row > div:nth-of-type(2) {
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .region .text .desc {
        line-height: 22px;
    }

    .ruixinVedio {
        padding: 90px 0;
    }

    .ruixinVedio h2 {
        margin-bottom: 20px;
    }

    .ruixinVedio h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    #playbtn {
        font-size: 18px;
        margin-top: 20px;
    }

    #playbtn .iconfont {
        font-size: 20px;
    }

    .region.evaluation {
        margin-top: 30px;
        margin-bottom: 6px;
    }

    .region .text .title {
        margin-top: 35px;
    }

    .region .text .btnrow {
        margin-top: 20px;
    }

    .region .text .title {
        margin-top: 25px;
        margin-bottom: 6px;
    }

    .region.danger {
        margin-top: 40px;
    }

    .ruixin {
        height: 180px;
    }

    .ruixin h4 {
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .relaxRegion {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .relaxRegion .title {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .relaxRegion .btnrow {
        margin-top: 30px;
    }

    .friendRegion .title {
        margin-top: 60px;
    }

    .friendRegion .btnrow {
        margin-top: 20px;
    }

    .friendRegion .btn-group .btn {
        height: 64px;
        line-height: 46px;
        width: 250px;
    }

    .friendRegion .friendFirst {
        margin-top: 35px;
    }

    .friendRegion .friendFirst h1 {
        font-size: 30px;
    }

    .friendRegion .friendFirst h3 {
        font-size: 20px;
    }

    .friendRegion .friendFirst .text {
        margin-top: 20px;
        line-height: 22px;
    }

    .friendRegion .btnrow {
        margin-top: 15px;
    }

    .relaxRegion .row > div {
        margin-top: 20px;
    }

    .consultRecord .text .title {
        margin-top: 35px;
    }

    .region.consultRecord {
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .ruixinVedio {
        padding: 60px 0;
    }

    .ruixinVedio h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .ruixinVedio h3 {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: -1px;
    }

    #playbtn {
        margin-top: 15px;
    }

    .region .text .title {
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .region .text .en {
        text-align: center;
    }

    .region .text .btnrow,
    .relaxRegion .btnrow {
        display: none;
    }

    .region .text .title,
    .relaxRegion .title,
    .friendRegion .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .relaxRegion .en {
        text-align: center;
    }

    .region .text .title .iconfont,
    .relaxRegion .title .iconfont,
    .friendRegion .title .iconfont {
        display: inline-block;
        vertical-align: bottom;
        font-size: 20px;
        margin: -10px 0;
        padding: 10px 0;
        color: #58627c;
    }

    .relaxRegion .title .iconfont {
        color: #ffffff;
    }

    .desc {
        text-align: left;
    }

    .region.evaluation > div.showimg img {
        margin-right: -15px;
    }

    .friendRegion .btnrow {
        margin-top: 15px;
        display: none;
    }

    .friendRegion .btnrow.partnerItems {
        display: inline-block;
        margin-bottom: 10px;
    }

    .friendRegion .btn-group .btn {
        height: 40px;
        line-height: 22px;
        width: 149px;
    }

    .friendRegion .friendFirst {
        margin-top: 10px;
    }

    .friendRegion .friendFirst h1 {
        font-size: 18px;
    }

    .friendRegion .friendFirst .text {
        margin-top: 10px;
    }

    .friendRegion > .btnrow {
        display: none;
    }

    .region.consultRecord {
        margin-top: 0;
        padding-bottom: 20px
    }

    #fluidBg {
        top: 70%;
        height: 250px;
    }

    .consultRecord .text .title {
        margin-top: 25px;
    }

    .region.danger {
        margin-top: 5px;
    }

    .ruixin {
        height: 105px;
    }

    .ruixin h4 {
        font-size: 16px;
        margin-top: 36px;
        margin-bottom: 10px;
    }

    .relaxRegion {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .friendRegion .friendFirst .row > div:nth-of-type(2) {
        padding-left: 30px;
        padding-right: 30px;
    }

    .friendRegion .inner {
        left: 30px;
        right: 30px;
    }
}

#bodong {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -90px;
    bottom: 0;
}