﻿.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}




* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    width: 6px;
}

.jspDrag {
    background: #f3582a;
}

.jspTrack {
    background: #aaa;
    background: url(../image/line1.png) center top repeat-y;
}




.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.footer_f {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}




body {
    min-width: 1200px;
    max-width: 1920px;
    font-size: 14px;
    color: #707070;
    margin:0 auto;
}

.blue {
    color: #57bbe8;
}

#footer {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #333;
    line-height: 150%;
}

#footer a {
    color: #fff;
}

.index1 {
    height: 960px;
    position: relative;
    z-index: 1;
}

.index1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 960px;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 1.5s ease-out 0s;
    -webkit-transition: all 1.5s ease-out 0s;
}

.index1.show .bg {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    background: url(../image/bg11.jpg) center top no-repeat;
}

.index1 .text {
    position: absolute;
    left: 23%;
    top: 270px;
    color: #fffefe;
    width: 605px;
    opacity: 1;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.index1.show .text {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index1 .text .more {
    background: #00a0e9;
    color: #fff;
    width: 260px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 40px 0 0;
    border-radius: 25px;
}

.index1 .text .more:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.index1 .text .p1 {
    font-size: 40px;
    padding: 55px auto;
}

.index1 .text .p2 {
    font-size: 60px;
    margin: 10px auto;
}

.index1 .text .p3 {
    font-size: 32px;
    margin-top: 50px
}

.index2 {
    height: 1100px;
}

.index2 .block {
    position: relative;
}

.index2 .bg {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.index2.show .bg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index2 .content {
    position: absolute;
    left: 395px;
    top: 55px;
    width: 654px;
    text-align: center;
    clip: rect(0, 327px, 540px, 327px);
    margin-left: 20px;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.index2.show .content {
    clip: rect(0, 709px, 818px, 0);
}

.index2 .content .b {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 0.8s ease-out 0.6s;
    -webkit-transition: all 0.8s ease-out 0.6s;
}

.index2.show .content .b {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.index2 .content h1 {
    font-size: 61px;
    color: #00b3ba;
    text-transform: uppercase;
    text-align: left;
}

.index2 .content h2 {
    font-size: 25px;
    color: #00b3ba;
    text-transform: uppercase;
    text-align: left;
}

.index2 .content h3 {
    font-size: 48px;
    margin-top: 5px;
    color: #1e1e1e;
    text-align: left;
}

.index2 .content h4 {
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
    width: 69%;
}

.index2 .content .pic {
    margin-top: 30px;
}

.index2 .content a:nth-child(2) {
    display: block;
    width: 447px;
    height: 60px;
    margin: 32px auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    text-indent: 77px;
    background: url(../image/btnicon01.png) no-repeat 5% 50% #32c5ca;
}

.index3 {
    background: url(../image/bg22.png) center top no-repeat;
    height: 993px;
    margin-top: -262px;
    position: relative;
    z-index: 1;
}

.index3 .block {
    position: relative;
    top: 157px;
}

.index3 .content {
    width: 818px;
    padding-top: 80px;
    opacity: 0;
    margin: 0 auto;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}

.index3.show .content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index3 .content h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.index3 .content h1:hover {
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.index3 .btn {
    width: 70%;
    height: 195px;
    margin: 40px auto 10px auto;
}

.index3 .btn li {
    float: left;
    margin: 0 22px;
}

.index3 .btn li:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.index3 .btn li h5 {
    display: block;
    width: 135px;
    height: 135px;
    border-radius: 50px;
}

.index3 .btn li p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 55px;
}

.index3 .btn li.a1 h5 {
    background: url(../image/sperm1.png) no-repeat center #fff;
    border-radius: 50%;
}

.index3 .btn li.a2 h5 {
    background: url(../image/sperm2.png) no-repeat center #fff;
    border-radius: 50%;
}

.index3 .btn li.a3 h5 {
    background: url(../image/sperm3.png) no-repeat center #fff;
    border-radius: 50%;
}

.index3 .content .list {
    width: 819px;
    height: 266px;
    background: url(../image/line1.jpg) no-repeat 50% 50% #eaf8fa;
}

.index3 .content .list div {
    width: 50%;
    float: left;
}

.index3 .content .list div h5 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    line-height: 60px;
}

table.gridtable {
    border-collapse: collapse;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
}

table.gridtable th {
    padding: 8px;
    width: 125px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-weight: 400;
}

table.gridtable td {
    padding: 8px;
}

table.gridtable tr td:first-child {
    color: #00b3ba;
}

.index3 .content a {
    display: block;
    width: 484px;
    height: 60px;
    margin: 35px auto 0 auto;
    font-size: 22px;
    color: #32c5ca;
    line-height: 60px;
    text-indent: 76px;
    background: url(../image/btnicon1.png) no-repeat 5% 50% #fff;
}

.index4,
.index6,
.index7,
.index8 {
    display: none;
}

.index4 {
    position: relative;
    background: #97d8e9;
}

.index4 .bg {
    background: #e5f6fa;
    height: 700px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index4 .block {
    padding-top: 120px;
    position: relative;
}

.index4 .title {
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.index4.show .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.index4 h1 {
    font-size: 55px;
    font-family: Arial;
    text-transform: uppercase;
    background: url(../image/ico7.png) center center no-repeat;
    height: 100px;
    line-height: 100px;
}

.index4 h1 b {
    color: #014099;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 50%;
}

.index4 h1 b span {
    padding-right: 80px;
}

.index4 h1 i {
    color: #00afd8;
    font-weight: bold;
    float: left;
    width: 50%;
    text-indent: 80px;
}

.index4 h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}

.index4 .button {
    margin-top: 30px;
    text-align: center;
}

.index4 .button a {
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #00afd8;
    font-size: 22px;
    color: #fff;
    padding: 0 60px 0 0;
    width: 310px;
    position: relative;
    overflow: hidden;
    margin: auto;
    animation: a2 1.5s ease-out 1s 1 both;
    -webkit-animation: a2 1.5s ease-out 1s 1 both;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@-webkit-keyframes a2 {
    0% {
        width: 0;
        opacity: 0;
    }
    40% {
        width: 0;
        opacity: 1;
    }
    70% {
        width: 0;
        opacity: 1;
    }
    100% {
        width: 310px;
        opacity: 1;
    }
}

@keyframes a2 {
    0% {
        width: 0;
        opacity: 0;
    }
    40% {
        width: 0;
        opacity: 1;
    }
    70% {
        width: 0;
        opacity: 1;
    }
    100% {
        width: 310px;
        opacity: 1;
    }
}

.index4.show .button a {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

.index4 .button a span {
    float: left;
    padding: 0 20px 0 25px;
    height: 100%;
    overflow: hidden;
    width: 270px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.index4 .button i {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #00c7f5 url(../image/arrow1.png) center center no-repeat;
    border-radius: 30px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: all 0.5s ease-out 1.2s;
    -webkit-transition: all 0.5s ease-out 1.2s;
}

.index4.show .button i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.index4 .button a:hover span {
    font-size: 20px;
}

.index4 .content {
    margin-top: 30px;
    position: relative;
    height: 850px;
}

.index4 .content .pic {
    text-align: center;
}

.index4 .content .l1 {
    position: absolute;
    left: 160px;
    top: 150px;
    clip: rect(0, 223px, 213px, 223px);
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
}

.index4.show .content .l1 {
    clip: rect(0, 223px, 213px, 0);
}

.index4 .content .l2 {
    position: absolute;
    right: 100px;
    top: 130px;
    clip: rect(0, 0, 196px, 0);
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
}

.index4.show .content .l2 {
    clip: rect(0, 293px, 196px, 0);
}

.index4 .content .d1 {
    width: 575px;
    position: absolute;
    right: 50%;
    top: 310px;
    margin-right: 10px;
    background: #fff;
    border-top: 5px solid #014099;
}

.index4 .content .d1 .inner {
    padding: 100px 50px;
}

.index4 .content .d1 h3 {
    font-size: 26px;
    color: #014099;
    margin-bottom: 20px;
}

.index4 .content .d1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.index4 .content .d1 .ul {
    padding: 10px 0;
    color: #014099;
}

.index4 .content .d1 p {
    margin-bottom: 5px;
}

.index4 .content .d2 {
    width: 575px;
    position: absolute;
    left: 50%;
    top: 260px;
    margin-left: 10px;
    background: #fff;
    border-top: 5px solid #00afd8;
}

.index4 .content .d2 .inner {
    padding: 100px 50px;
}

.index4 .content .d2 h3 {
    font-size: 26px;
    color: #00afd8;
    margin-bottom: 20px;
}

.index4 .content .d2 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.index4 .content .d2 .ul {
    padding: 10px 0;
    color: #00afd8;
}

.index4 .content .d2 p {
    margin-bottom: 5px;
}

.index5 {
    width: 100%;
    height: 1015px;
    margin: 0 auto;
    overflow: hidden;
}

.index5 h6 {
    font-size: 48px;
    color: #1e1e1e;
    text-align: center;
    margin: 0 auto;
    padding-top: 75px;
}

.index5 .block {
    position: relative;
}

.index5 .bg {
    position: absolute;
    left: 36%;
    top: 61px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.index5.show .bg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index5 .content {
    position: absolute;
    left: 387px;
    top: 165px;
    width: 654px;
    text-align: center;
    clip: rect(0, 327px, 540px, 327px);
    margin-left: 20px;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.index5.show .content {
    clip: rect(0, 654px, 710px, 0);
}

.index5 .content .b {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 0.8s ease-out 0.6s;
    -webkit-transition: all 0.8s ease-out 0.6s;
}

.index5.show .content .b {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.index5 .content h1 {
    font-size: 61px;
    color: #00b3ba;
    text-transform: uppercase;
    text-align: left;
}

.index5 .content h2 {
    font-size: 48px;
    color: #00b3ba;
    text-transform: uppercase;
    text-align: left;
}

.index5 .content h3 {
    font-size: 45px;
    margin-top: 5px;
    color: #333333;
    text-align: left;
    line-height: 60px;
}

.index5 .content h4 {
    font-size: 15px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
    width: 69%;
}

.index5 .content ol {
    width: 80%;
    height: 395px;
}

.index5 .content li {
    float: left;
    display: block;
    width: 204px;
    height: 68px;
    margin: 15px 24px;
    font-size: 30px;
    color: #ffffff;
    line-height: 68px;
    background: #00b3ba;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.index5 .content li a {
    color: #fff
}

.index5 .content .b a {
    display: block;
    width: 447px;
    height: 60px;
    margin-left: 25px;
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    text-indent: 80px;
    background: url(../image/btnicon2.png) no-repeat 5% 50% #f98c8c;
}

.index6 {
    background: url(../image/bg_grain.png);
    height: 540px;
}

.index6 .block {
    height: 100%;
    opacity: 0;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.index6.show .block {
    opacity: 1;
}

.index6 .text {
    width: 500px;
    padding: 150px 0 0 500px;
    text-align: center;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.index6.show .text {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.index6 .text h3 {
    color: #014099;
    font-size: 100px;
    font-weight: bold;
    font-family: Arial;
}

.index6 .text h3 strong {
    color: #00a0e9;
    font-weight: bold;
}

.index6 .text h4 {
    font-size: 30px;
}

.index6 .text h5 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
}

.index6 .text .more {
    background: #00a0e9;
    color: #fff;
    width: 240px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 30px auto 0;
    border-radius: 25px;
    transition: all 0.2s cubic-bezier(0.6, 2.5, 0.5, 3) 0s;
}

.index6 .text .more:hover {
    width: 260px;
}

.index7 {
    padding: 50px 0 0;
}

.index7 .title {
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.index7 .title h3 {
    font-size: 30px;
    margin-top: 20px;
}

.index7 .title h4 {
    font-size: 20px;
    margin-top: 10px;
    color: #00afd8;
}

.index7 .tab {
    margin-top: 30px;
    text-align: center;
}

.index7 .tab a {
    display: inline-block;
    height: 60px;
    line-height: 56px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding: 0 40px;
    border-radius: 30px;
    margin: 0 15px;
    position: relative;
}

.index7 .tab .a1 {
    background: #20a9e7;
}

.index7 .tab .a1.now:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #20a9e7;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
}

.index7 .tab .a2 {
    background: #014099;
}

.index7 .tab .a2.now:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #014099;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
}

.index7 .content {
    margin-top: 40px;
    background: url(../image/bg3.png) center top;
    color: #fff;
    line-height: 150%;
}

.index7 .content .block {
    display: none;
}

.index7 .content .left {
    width: 50%;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.index7.show .content .left {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index7 .content .left .inner {
    padding: 50px 70px 40px 0;
}

.index7 .content .right {
    width: 50%;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.index7.show .content .right {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index7 .content .right .inner {
    padding: 50px 0 40px 70px;
}

.index7 .content h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}

.index7 .content .left p {
    border-top: 1px solid #63c3ee;
    padding: 15px 0;
}

.index7 .content .right p {
    border-top: 1px solid #4ea9d3;
    padding: 15px 0;
}

.index8 {
    background: url(../image/bg4.png);
    padding: 100px 0 0;
}

.index9 {
    background: url(../image/bg1.jpg) center top no-repeat;
    height: 917px;
}

.index9 h1 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    padding-top: 75px;
}

.index9 .block {
    position: relative;
    width: 62%;
    margin: 0 auto;
    height: 100%;
}

.index9 .d {
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.index9 .d1 {
    background: url(../image/box6.png) center center no-repeat;
    width: 340px;
    height: 392px;
    position: absolute;
    left: 70px;
    top: 50px;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.index9 .d2 {
    background: url(../image/box6.png) center center no-repeat;
    width: 340px;
    height: 392px;
    position: absolute;
    left: 430px;
    top: 50px;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.index9 .d3 {
    background: url(../image/box6.png) center center no-repeat;
    width: 340px;
    height: 392px;
    position: absolute;
    left: 790px;
    top: 50px;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.index9 .d4 {
    background: url(../image/box6.png) center center no-repeat;
    width: 340px;
    height: 392px;
    position: absolute;
    left: 250px;
    top: 358px;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.index9 .d5 {
    background: url(../image/box6.png) center center no-repeat;
    width: 340px;
    height: 392px;
    position: absolute;
    left: 610px;
    top: 358px;
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.index9.show .d {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.index9 .d h3 {
    font-size: 30px;
    margin-top: 85px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 44px;
}

.index9 .d p {
    width: 76%;
    margin: auto;
    font-size: 16px;
    line-height: 160%;
    color: #ffffff;
    text-align: left
}

.index9 .d p a {
    color: red
}

.index10 {
    background: url(../image/bg2.jpg) center top no-repeat;
    position: relative;
    height: 870px;
}

.index10 .title {
    text-align: center;
    padding-top: 150px;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.index10.show .title {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.index10 .title h1 {
    font-size: 48px;
    color: #1e1e1e;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.index10 .title h1:hover {
    text-shadow: 0px 0px 1px #fff;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.index10 .title a {
    display: block;
    width: 250px;
    height: 60px;
    margin: 50px auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    text-indent: 55px;
    background: url(../image/btnicon2.png) no-repeat 25% 50% #f48484;
}

.index10 .bubble {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 190px;
    background: #01a0a6;
}

.index10 .bubble .d {
    cursor: pointer;
    height: 100%;
    width: 190px;
    text-align: center;
    float: left;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.index10 .bubble .d1 {
    margin-left: 19%;
}

.index10 .bubble .d .pic {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: -17px;
    margin-left: -70px;
    opacity: 0;
    transform: translateY(100px) scale(0.5);
    -webkit-transform: translateY(100px) scale(0.5);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}

.index10.show .bubble .d .pic {
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
}

.index10 .bubble .d:hover {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.index10 .bubble .d h3 {
    margin-top: 40px;
    font-size: 24px;
    color: #fff;
    line-height: 150%;
}

.index10 .bubble .d p {
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
    text-align: left;
    width: 65%;
    margin: 0 auto;
}

.index11 {
    width: 100%;
    height: 776px;
    background: url(../image/bj02.jpg) no-repeat center;
}

.index11 h3 {
    font-weight: normal;
    font-size: 48px;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 67px;
    text-align: center;
    display: block;
}

.index11 .btn {
    width: 870px;
    height: 295px;
    margin: 100px auto;
}

.index11 .btn li {
    float: left;
    margin: 0 22px;
}

.index11 .btn li:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.index11 .btn li img {
    display: block;
    margin: 0 auto;
}

.index11 .btn li p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 55px;
}

.index11 a {
    display: block;
    width: 341px;
    height: 60px;
    margin: 50px auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    text-indent: 80px;
    background: url(../image/btnicon2.png) no-repeat 10% 50% #f48484;
}




.DonorsemenExperts {
    width: 100%;
    height: 927px;
}

.DonorsemenExperts .wid1100 {
    height: 832px;
    padding-top: 95px;
}

.DonorsemenExperts .wid1100 h3.tit {
    font-weight: normal;
    font-size: 45px;
    color: #2eb4bf;
    text-align: center;
}

.DonorsemenExperts .wid1100 p.tit {
    font-size: 35px;
    color: #2eb4bf;
    text-align: center;
    margin-top: 10px;
}

.experts {
    width: 100%;
    height: 652px;
    margin-top: 43px;
}

.experts-a {
    width: 1148px;
    height: 652px;
    margin: 0 auto;
    position: relative;
}

.experts-a .prev:nth-child(1) {
    display: block;
    position: absolute;
    left: 0;
    top: 325px;
    width: 41px;
    height: 76px;
    line-height: 652px;
    float: left;
    background: url(../image/arrow.png) no-repeat center;
}

.experts-a .next:nth-child(2) {
    display: block;
    position: absolute;
    top: 325px;
    right: 0;
    width: 41px;
    height: 76px;
    line-height: 652px;
    float: right;
    background: url(../image/arrow11.png) no-repeat center;
}

.experts-b {
    width: 1065px;
    height: 192px;
    float: left;
}

.experts-b1 {
    width: 533px;
    height: 652px;
    float: left;
}

.experts-b2 {
    width: 455px;
    height: 528px;
    float: left;
    margin-top: 67px;
    background: #ffffff;
}

.b21 {
    width: 431px;
    height: 32px;
    margin-top: 45px;
    padding-left: 24px;
}

.b21 span {
    font-size: 34px;
    color: #2eb4bf;
    margin-right: 10px;
}

.b21 span a {
    color: #2eb4bf;
}

.b21 p {
    font-size: 20px;
    color: #2eb4bf;
}

.b22 {
    width: 431px;
    height: auto;
    margin-top: 30px;
    padding-left: 24px;
}

.b22 span {
    display: block;
    font-size: 20px;
    margin-top: 3px;
    color: #747474;
}

.b22 p {
    color: #8c8c8c;
    line-height: 25px;
    font-size: 15px;
}

.b33 {
    width: 431px;
    height: 40px;
    margin-top: 30px;
    padding-left: 24px;
}

.b33 a:nth-child(1) {
    display: block;
    width: 177px;
    height: 42px;
    background: #32c5ca;
    float: left;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
}

.b33 a:nth-child(2) {
    display: block;
    width: 177px;
    height: 42px;
    background: #e97e7e;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    margin-left: 39px;
}

.b33 p {
    float: left;
    margin-left: 20px;
}

.rgsjmoney-Main5 {
    display: none;
    width: 100%;
    height: 549px;
    margin: 0 auto;
    background: url(../image/babybox.jpg) no-repeat top center;
}

.rgsjmoney-Main5 .wid1100 {
    position: relative;
    height: 549px;
}

.rgsjmoney-Main5 a {
    position: absolute;
    top: 164px;
    right: 154px;
    font-size: 33px;
    color: #fff;
    line-height: 42px;
    padding-top: 65px;
    font-weight: bolder;
    text-align: center;
    display: block;
    width: 217px;
    height: 152px;
    border-radius: 50%;
    background: rgba(9, 158, 163, 0.63);
}




.DonorsemenBaodao {
    position: relative;
    height: 1118px;
    margin-top: 72px;
    margin-bottom: 75px;
}

.DonorsemenBaodao dl {
    position: absolute;
    height: 291px;
    width: 616px;
}

.DonorsemenBaodao dd {
    float: left;
    width: 304px;
    height: 100%;
    background: #00b3ba;
    font-size:
}

.DonorsemenBaodao dt {
    display: block;
    float: left;
}

.DonorsemenBaodao dl h5 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 85px;
}

.DonorsemenBaodao dl p {
    width: 88%;
    margin: 0 auto;
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    margin-top: 10px;
}

.DonorsemenBaodao dl img {
    display: block;
}

.DonorsemenBaodao dl img:hover {
    transform: scale(1.05);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}

.DonorsemenBaodao dl.list01 {
    top: 0;
    right: 0
}

.DonorsemenBaodao dl.list02 {
    width: 780px;
    right: 0;
    top: 305px;
}

.DonorsemenBaodao dl.list02 dt {
    float: right;
}

.DonorsemenBaodao dl.list03 {
    width: 555px;
    height: 347px;
    right: 0;
    bottom: 155px;
}

.DonorsemenBaodao dl.list03 dt {
    float: right;
    height: 347px;
}

.DonorsemenBaodao dl.list03 dd {
    height: 347px;
    width: 357px;
}

.DonorsemenBaodao dl.list04 {
    bottom: 0;
    left: 0;
    display: block;
    width: 534px;
    height: 466px;
    background: url(../image/bdyspic04.jpg) no-repeat center;
    bottom: 0;
    left: 0;
}

.DonorsemenBaodao dl.list04 dd {
    width: 341px;
    height: 220px;
    background: rgba(0, 179, 186, 0.8);
    margin-top: 225px;
}

.DonorsemenBaodao dl.list04 dd h5 {
    margin-top: 40px;
}

.b21 {
    width: 431px;
    height: 32px;
    margin-top: 45px;
    padding-left: 24px;
}

.b21 span {
    font-size: 34px;
    color: #2eb4bf;
    margin-right: 10px;
}

.b21 p {
    font-size: 20px;
    color: #2eb4bf;
}

.b22 {
    width: 431px;
    height: auto;
    margin-top: 30px;
    padding-left: 24px;
}

.b22 span {
    display: block;
    font-size: 20px;
    margin-top: 3px;
    color: #747474;
}

.b22 p {
    color: #8c8c8c;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 127px;
    
}

.b22 p font {
    width: 100%;
    display: block;
}

.b33 {
    width: 431px;
    height: 40px;
    margin-top: 30px;
    padding-left: 24px;
}

.b33 a:nth-child(1) {
    display: block;
    width: 177px;
    height: 42px;
    background: #32c5ca;
    float: left;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.b33 a:nth-child(2) {
    display: block;
    width: 177px;
    height: 42px;
    background: #e97e7e;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    margin-left: 39px;
}

.b33 p {
    float: left;
    margin-left: 20px;
}

.mainfl01 .p1 {
    font-size: 80px;
    font-family: "宋体"
}

.mainfl01 .p2 {
    font-size: 60px;
    font-family: "宋体"
}

.mainfl01 .p3 {
    font-size: 120px;
    font-family: "宋体"
}

.mainfl01 .p4 {
    font-size: 18px;
    color: #e97e7e;
    margin-left: 15px;
}

.mainfl01 .p1 b {
    display: block;
    float: right;
    margin-right: 125px;
    margin-top: 20px;
    width: 66px;
    height: 66px;
    background: url(../image/jt01.png) no-repeat center center #5e585e;
    -moz-border-radius: 50%;
    
    -webkit-border-radius: 50%;
    
    border-radius: 50%;
    
}

.mainfl01 a {
    display: block;
    width: 240px;
    height: 60px;
    text-indent: 99px;
    background: url(../image/btnicon2.png) no-repeat 27% 50% #e97e7e;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    margin: 22px auto;
    margin-left: 15px;
}




.zjbox_a {
    background: #f4f4f4;
}

.zjbox_a .team {
    margin: 0 auto;
    padding-top: 50px;
}

.team {
    width: 1100px;
    height: 98px;
    margin: 20px auto 0 auto;
}

.team p {
    width: 100%;
    font-size: 45px;
    text-align: center;
    color: #2eb4bf;
}

.team span {
    display: block;
    width: 100%;
    font-size: 35px;
    text-align: center;
    color: #2eb4bf;
}

.experts-b2 {
    width: 455px;
    height: 528px;
    float: left;
    margin-top: 67px;
    background: #ffffff;
}

.b21 {
    width: 431px;
    height: 32px;
    margin-top: 45px;
    padding-left: 24px;
}

.b21 span {
    font-size: 34px;
    color: #2eb4bf;
    margin-right: 10px;
}

.b21 p {
    font-size: 20px;
    color: #2eb4bf;
}

.b22 {
    width: 431px;
    height: auto;
    margin-top: 30px;
    padding-left: 24px;
}

.b22 span {
    display: block;
    font-size: 20px;
    margin-top: 3px;
    color: #747474;
}

.b22 p {
    color: #8c8c8c;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 127px;
    
}

.b22 p font {
    width: 100%;
    display: block;
}

.b33 {
    width: 431px;
    height: 40px;
    margin-top: 30px;
    padding-left: 24px;
}

.b33 a:nth-child(1) {
    display: block;
    width: 177px;
    height: 42px;
    background: #32c5ca;
    float: left;
    text-indent: 10px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.b33 a:nth-child(2) {
    display: block;
    width: 177px;
    height: 42px;
    background: #e97e7e;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    margin-left: 39px;
}

.b33 p {
    float: left;
    margin-left: 20px;
}

.botbanner {
    width: 100%;
    height: 742px;
    background: url(404.png) top center no-repeat;
}

.SgyeMain09 {
    width: 100%;
    height: 766px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 2px 3px 25px #c7c6c6;
    background: url(404.png) no-repeat top center;
}