.nav>ul>li:first-child>a {
    border-bottom: 2px solid #0076c0;
    color: #0076c0;
}

.convert {
    position: absolute;
    right: 20px;
    top: 22px;
    height: 30px;
}

.convert a,
.convert span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 1px;
}

.convert a {
    text-decoration: none;
    color: #000;
}

.convert .english {
    color: #0076c0;
}

.banner {
    margin-top: 61px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner>ul {
    width: 400%;
}

.banner>ul>li {
    float: left;
    width: 25%;
    list-style: none;
}

.banner>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.banner>ul>li>a>img {
    width: 100%;
    height: 100%;
}

.banner>ol {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.banner>ol>li {
    float: left;
    margin-right: 20px;
    list-style: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #93abbd;
}

.banner>ol>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.banner>ol>li:first-child {
    background-color: #ffffff;
}

.banner>ol>li:last-child {
    margin-right: 0px;
}

.banner-down {
    width: 100%;
    height: 70px;
    padding-top: 20px;
    background-color: #fff;
    text-align: center;
}

.icon-down {
    width: 37px;
    height: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.icon-down img {
    width: 100%;
    height: 100%;
}

.banner-down .p {
    display: none;
    font-size: 16px;
    padding-top: 5px;
    color: #65686B;
    text-align: center;
}

.main {
    width: 100%;
    height: 380px;
    background-color: #fff;
}

.content {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 380px;
}

.clickStyle {
    background-color: #00A0E8;
    color: #fff;
}

.product-lunbo {
    margin: 0 auto;
    width: 1200px;
    height: 380px;
    box-sizing: border-box;
}

.product-lunbo {
    overflow: hidden;
}

.product-lunbo {
    display: block;
}

.product-lunbo>ul {
    width: 7200px;
    height: 380px;
}

.product-lunbo>ul>li {
    float: left;
    width: 1200px;
    list-style: none;
}

.product-lunbo>ul>li>div {
    float: left;
    padding-top: 15px;
    width: 300px;
    height: 350px;
}

.product-lunbo>ul>li>div>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}

.product-lunbo>ul>li>div>a>img {
    width: 200px;
    height: 200px;
    margin-top: 50px;
}

.product-lunbo>ul>li>div>a>div {
    margin-top: 20px;
    padding: 0 30px;
    height: 48px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #1489d3;
}

.content>.btn-left,
.content>.btn-right {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    width: 35px;
    height: 115px;
    background-color: pink;
    display: block;
}

@media screen and (max-width: 980px) {
    .content>.btn-left {
        display: none;
    }
    .content>.btn-right {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .content>.btn-left {
        left: -50px;
        background: url(../images/indexImage/btn-left-leave.png) no-repeat;
        background-size: cover;
    }
    .content>.btn-right {
        right: -50px;
        background: url(../images/indexImage/btn-right-leave.png) no-repeat;
        background-size: cover;
    }
    .content>.btn-left:hover {
        background: url(../images/indexImage/btn-left-over.png) no-repeat;
        background-size: cover;
    }
    .content>.btn-right:hover {
        background: url(../images/indexImage/btn-right-over.png) no-repeat;
        background-size: cover;
    }
}

.platform {
    width: 100%;
    height: 690px;
    background: url(../images/indexImage/ihealth-bg.png) no-repeat center 0/cover;
    /* background-color: rgb(111, 134, 132); */
}

.animate-container {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    height: 690px;
}

.animate-container .people {
    position: absolute;
    left: 121px;
    top: 175px;
    width: 190px;
    height: 330px;
    background: url(../images/indexImage/i-hpeople.png) no-repeat center 0/cover;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.animate-container .rotate-big {
    position: absolute;
    left: 0;
    top: 135px;
    width: 430px;
    height: 430px;
    background: url(../images/indexImage/i-hcircle.png) no-repeat center 0/cover;
    animation: rotate 5s linear infinite;
}

.animate-container>.text {
    position: absolute;
    top: 210px;
    right: 0;
    width: 540px;
    height: 183px;
    z-index: 2;
}

.animate-container>.text>h3 {
    width: 540px;
    height: 47px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
}

.animate-container>.text>p {
    margin-top: 46px;
    width: 540px;
    height: 90px;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
}

.peiJianModel {
    margin: 50px auto 0;
    width: 1200px;
    height: 500px;
}

.peiJianModel>div {
    height: 47px;
    text-align: center;
    font-size: 36px;
    color: #65686b;
}

.peiJianModel>p {
    margin: 76px auto;
    width: 700px;
    height: 52px;
    font-size: 15px;
    color: #666666;
    text-align: justify;
}

.peijianLunBo {
    width: 1200px;
    height: 200px;
    margin-top: 125px;
}

.peijianLunBo>ul {
    width: 1200px;
    height: 200px;
}

.peijianLunBo>ul:nth-child(1) {
    display: block;
}

.peijianLunBo>ul:nth-child(2) {
    display: none;
}

.peijianLunBo>ul:nth-child(3) {
    display: none;
}

.peijianLunBo>ul:nth-child(4) {
    display: none;
}

.peijianLunBo>ul>li {
    float: left;
    width: 240px;
    height: 200px;
    list-style: none;
    text-align: center;
}

.peijianLunBo>ul>li>a {
    display: inline-block;
    width: 200px;
    height: 113px;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px 2px #9dd2ed;
    transition: box-shadow .5s;
}

.peijianLunBo>ul>li>a>img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}


/* .peijianLunBo>ul>li a:hover {
    width: 210px;
    height: 119px;
    margin-bottom: 14px;
    box-shadow: 0 0 4px 4px #9dd2ed;
} */

.peijianLunBo>ul>li>p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #1489d3;
}


/* .recruit {
    width: 100%;
    position: relative;
}

.recruit>img {
    width: 100%;
}

.recruit>.text {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    text-align: center;
}

.recruit>.text>h4 {
    font-size: 36px;
    height: 52px;
    line-height: 52px;
}

.recruit>.text>p {
    height: 60px;
    font-size: 14px;
    margin: 20px 0;
}

.recruit>.text>a {
    display: inline-block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-color: #00a0e8;
    color: #fff;
    border-radius: 2px;
} */


/*.foot-banner {
    width: 100%;
}

.foot-banner>img {
    width: 100%;
}*/

.toTop {
    position: fixed;
    top: 500px;
    /*left: 50%;
    margin-left: 650px;*/
    right: 50px;
    width: 40px;
    height: 49px;
    background: url(../images/indexImage/top.png) no-repeat;
    display: none;
    cursor: pointer;
}

.foot {
    width: 100%;
    background-color: #9b9b9b;
}

.banQuan {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.zhengshu {
    width: 100%;
    /* margin: 10px auto 0; */
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.number {
    width: 100%;
    height: 30px;
    /* margin: 10px auto 0; */
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.number img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

@media screen and (max-width: 980px) {
    .banQuan {
        font-size: 12px;
    }
    .zhengshu {
        font-size: 12px;
    }
    .number {
        font-size: 12px;
    }
}