/* 公共 */

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 14px;
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.wap {
    display: none;
}

.text-006BC1 {
    color: #006BC1;
}

.text-ccc {
    color: #ccc;
}

.over-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


/* 公共 end */

.top .container {
    padding: 10px 20px 10px 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sort h2 {
    line-height: 50px;
    font-size: 28px;
}

.sort p {
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.sort2 {
    width: 100%;
    float: left;
    line-height: 40px;
    background: url(../images/sort2.png) center right no-repeat;
}

.sort2 h2 {
    float: left;
    background-color: #fff;
    font-size: 28px;
}

.sort2 p {
    float: left;
    padding: 0 10px;
    background-color: #fff;
    font-size: 21px;
    color: #666;
}

.top {
    width: 100%;
    height: 100px;
    margin-top: 50px;
    z-index: 999;
}


/* 导航 */

.nav {
    width: 64%;
    box-sizing: border-box;
}

.nav .layui-nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.nav .layui-nav li {
    text-align: center;
    line-height: 76px;
}

.nav .layui-nav li:first-child {
    border: 0;
}

.nav .rexian {
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ddd;
}

.nav .rexian span {
    color: #D4965B;
    font-size: 28px;
    float: right;
    font-weight: bold;
}

.nav .layui-nav a {
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0;
}

.layui-nav .layui-nav-child a {
    color: #555;
}

.nav .layui-nav li:hover>a {
    color: #1979C7;
    transition: all .1s;
}

.layui-nav-bar,
.layui-nav .layui-this:after {
    height: 3px;
    background-color: #1979C7;
}

.nav .layui-nav-child {
    top: 86px;
    background-color: #fff;
    width: 200%;
    margin-left: -50%;
    border: 0;
}

.layui-nav .layui-nav-child dd.layui-this a {
    background-color: #f2f2f2;
    color: #000;
}

.layui-nav-child dd a {
    font-size: 14px !important;
}

.nav .layui-nav .layui-nav-mored,
.nav .layui-nav-itemed>a .layui-nav-more {
    border-top-color: rgba(0, 0, 0, 0) !important;
}

.navbox {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0px;
    z-index: 999;
}

.nav .layui-nav .layui-nav-more {
    display: none;
}


/* banner */

.banner {
    width: 100%;
    height: 100vh;
}

.banner .item {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    opacity: .5;
}

.banner .swiper-pagination-bullet-active {
    background-color: #028E73;
    opacity: .9;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 100%
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 100%
}

.banner .swiper-button-next:after,
.banner .swiper-container-rtl .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.banner .swiper-button-prev:after,
.banner .swiper-container-rtl .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}


/* banner end  */


/* 表单 start */

.report {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.report .container {
    height: 200px;
    box-shadow: 15px 15px 30px #b4c3d1;
    padding: 30px 5%;
    box-sizing: border-box;
    background-color: #fff;
}

.report .inputbox {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}

.report .inputbox span {
    margin-right: 12px;
}

.report input {
    width: 68%;
    border: 0;
    border-bottom: 1px solid #7FB5E0;
    padding: 5px 8px;
    font-size: 14px;
    height: 38px;
}

.report .submit {
    width: 33.3%;
}

.report .submit button {
    height: 40px;
    border: 0;
    background-color: #FD6E20;
    width: 78%;
    font-size: 14px;
}


/* 表单 end */


/* 我们的服务 start */

.service .item img {
    transition: all .5s;
}

.service .item:hover img {
    transition: all .5s;
    transform: translateY(-10px);
}


/* 我们的服务 end */


/* 套餐详情start */

.sortname1 {
    border-bottom: 2px solid #006BC1;
}


/* 套餐详情end */


/* 科研团队 start */

.team .scientific .bg {
    z-index: 0;
    background-image: url(../images/groupbg1.png);
    transition: all .8s;
}

.team .ourteam .bg {
    z-index: 0;
    background-image: url(../images/groupbg2.png);
    transition: all .8s;
}

.team .teambox {
    position: relative;
    z-index: 1;
}

.team .scientific:hover .bg {
    transform: scale(1.2);
    transition: all .8s;
}

.team .ourteam:hover .bg {
    transform: scale(1.2);
    transition: all .8s;
}

.btn1 {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn2 {
    border: 1px solid #FD6E20;
    background-color: #FD6E20;
    color: #fff;
}


/* 科研团队 end  */


/* 设备 start  */

.equipment .item {
    box-shadow: 0 0 50px #DEE9F1;
}

.equipment .items .imagebox {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment .item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.equipment .imagebox img {
    height: 100%;
    max-width: unset;
    transition: all .8s;
}

.equipment .item:hover .imagebox img {
    transform: scale(1.1);
    transition: all .8s;
}


/* 设备 end */


/* 医生 start  */

.docter {
    background: url(../images/docterbg.png) center center no-repeat;
    height: 680px;
}

.docter .ico {
    flex: 0 0 46%;
}

.docter .ico img {
    filter: drop-shadow(2px 4px 6px #999);
}

.docter .say {
    color: #555;
    background: url(../images/icon1.png) top left no-repeat;
}

.docter .say>div {
    background: url(../images/icon2.png) bottom right no-repeat;
}

.docterbtns {
    width: 150px;
    position: absolute;
    left: 8%;
    bottom: 2%;
}

.docter .swiper-button-next,
.docter .swiper-button-prev {
    width: 60px;
    height: 26px;
    /* background-color: #FD6E20; */
    border: 1px solid #FD6E20;
    transition: all .3s;
}

.docter .swiper-button-next:after,
.docter .swiper-button-prev:after {
    font-size: 14px;
    color: #FD6E20;
    transition: all .3s;
}

.docter .swiper-button-next:hover,
.docter .swiper-button-prev:hover {
    background-color: #FD6E20;
    transition: all .3s;
}

.docter .swiper-button-next:hover:after,
.docter .swiper-button-prev:hover:after {
    color: #fff;
    transition: all .3s;
}

.docter h3,
.docter h1,
.docter p,
.docter .say {
    transform: translateY(50px);
    transition: all .8s;
    opacity: 0;
}

.docter .say {
    font-size: 14px;
    line-height: 28px;
}

.docter .say p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.docter .swiper-slide-active h3,
.docter .swiper-slide-active h1,
.docter .swiper-slide-active p,
.docter .swiper-slide-active .say {
    opacity: 1;
    transform: translateY(0);
    transition: all .8s;
}

.docter .swiper-slide-active h1 {
    transition-delay: .4s;
}

.docter .swiper-slide-active p {
    transition-delay: .8s;
}

.docter .swiper-slide-active .say {
    transition-delay: 1.2s;
}

.docterplay {
    padding: 2rem 0 4rem;
}

.docter .item .textbox {
    /* padding-bottom: 3rem; */
}


/* 医生 end  */


/* 环境 start */

.environment {
    background: url(../images/environmentbg.jpg) top center no-repeat;
}

.environment .imagebox img {
    transition: all .5s;
}

.environment .imagebox:hover img {
    transform: scale(1.2);
    transition: all .5s;
}


/* 环境 end */


/* 发展史 start */

.develop {
    background-image: url(../images/developbg.jpg);
    background-size: cover;
    height: 850px;
}

.develop .developbg {
    z-index: 0;
    top: 0;
}

.develop .developbg img {
    width: 1500px;
    max-width: 1500px;
}

.develop .item .detail {
    width: 440px;
}

.develop .item .imagebox {
    width: 360px;
    border: 10px solid rgba(255, 255, 255, .44);
}

.develop .year {
    /* top: 568px; */
    bottom: 8%;
}

.year .item {
    text-align: center;
    display: inline-block;
    padding: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.year .item .circle {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
}

.year .item .circlebox {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 6px #3a9995;
}

.year .item .num {
    width: 100%;
    margin-top: 12px;
}

.develop .year .line {
    width: 100%;
    height: 6px;
    background-color: #3B9A97;
    border: 2px solid #51B2C9;
    opacity: .26;
    position: absolute;
    top: 32px;
}

.year .swiper-slide-thumb-active .item .circle {
    background-color: rgba(58, 153, 149, .4);
}

.year .swiper-slide-thumb-active .item .circlebox {
    background-color: #3A9995;
}

.year .swiper-slide-thumb-active .item .num {
    color: #3A9995;
}


/* 发展史 end */


/* 案例 start */

.casebox .item {
    /* height: 512px; */
    /* padding-top: 80px; */
    background-color: #4CADCC;
}

.casebox .caseleft,
.casebox .caseright {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.casebox .caseleft img,
.casebox .caseright img {
    width: 100%;
}

.casebox .casecenter {
    height: 100%;
    background-color: #4CADCC;
}

.casebox .caseico {
    max-width: 40%;
    height: 420px;
    padding: 30px 0;
    /* border: 4px solid #fff; */
    /* margin-top: -50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.casebox .caseico img {
    width: 100%;
    /* height: 100%; */
    max-height: 100%;
    border: 4px solid #fff;
}

.casebox .con {
    width: 45%;
    padding-left: 4%;
}

.casebox .more {
    padding: 8px 20px;
    background-color: #fff;
    color: #4CADCC;
    border-radius: 20px;
    position: absolute;
    right: 0;
}

.casebtns {
    bottom: 48%;
    width: 100%;
}

.casebtns .casenext,
.casebtns .caseprev {
    width: 48px;
    height: 48px;
    background-color: #4CADCC;
    /* opacity: 1; */
    border-radius: 50%;
    border: 2px solid #fff;
}

.casebtns .casenext {
    right: 2%;
}

.casebtns .caseprev {
    left: 2%;
}

.casebtns .swiper-button-next:after,
.casebtns .swiper-button-prev:after {
    content: '';
}

.casebox .caseico,
.casebox .con {
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s;
}

.casebox .swiper-slide-active .caseico {
    opacity: 1;
    transform: translateY(0);
    transition: all .8s;
    transition-delay: .4s;
}

.casebox .swiper-slide-active .con {
    opacity: 1;
    transform: translateY(0);
    transition: all .8s;
    transition-delay: .8s;
}


/* 案例 end */


/* 咨询 start */

.zixun {
    height: 160px;
    background-image: url(../images/zixun.png);
    background-size: cover;
    background-position: center;
}


/* 咨询 end */


/* 底部 start */

.bottom {
    border-top: 1px solid #efefef;
    /* margin-top: 3rem; */
}

.bottom .ercode {
    margin-top: -12px;
}

.bottom .bnav .sort {
    font-size: 16px;
    margin-bottom: 24px;
}

.bottom .bnav p {
    line-height: 42px;
    font-size: 14px;
}

.bottom .copyright {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding: 10px 0 20px;
}


/* 底部 end */


/*返回顶部*/

#scrollUp {
    background-color: #fff;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #3AA6C8;
    opacity: 0.6;
}


/*返回顶部 end*/


/* ------------------ */


/* ------------------ */


/* ------------------ */

.pc {
    display: block;
}

.wap,
#wap {
    display: none;
}


/* ------------------ */


/* ------------------ */


/* ------------------ */

@media (max-width: 1280px) {
    .container {
        width: 1024px;
        margin: 0 auto;
    }
    .nav .layui-nav a {
        padding: 0;
    }
    .nav {
        width: 65%;
        padding-left: 0;
    }
    .logo img {
        max-width: 322px;
    }
    .bannernext,
    .bannerprev {
        display: none;
    }
    .banner .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    html,
    body {
        background-color: #EEFCFF;
        font-size: 10px;
    }
    .container {
        width: 100%;
    }
    .pc {
        display: none !important;
    }
    .waptopbox {
        width: 100%;
        height: 68px;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #EEFCFF;
        box-shadow: 0 0 3px #ddd;
    }
    .waplogo img {
        width: 195px;
    }
    .banner {
        height: 256px;
        margin-top: 68px;
    }
    .banner .item {
        background-size: auto 100%;
        background-position: center;
    }
    .wap,
    #wap {
        display: block;
    }
    .wapnav img {
        width: 20px;
        height: 20px;
        float: right;
    }
    body.openmenu {
        width: 100%;
        position: fixed;
        overflow: hidden;
    }
    #pgcontainer {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .overlay {
        position: fixed;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        right: 0;
        left: 0;
    }
    .openmenu .overlay {
        top: 0;
    }
    #hamburgermenu {
        height: 100%;
        width: 68%;
        background: #EEFCFF;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 101;
        overflow: hidden;
        -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
        box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
    }
    #hamburgermenu ul {
        margin-top: 45px;
        z-index: 101;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #hamburgermenu ul li {
        display: block;
    }
    #hamburgermenu ul li a {
        display: block;
        color: #333 !important;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
    }
    #hamburgermenu ul li a:active {
        background-color: #013B9F;
    }
    #hamburgermenu .layui-nav .layui-nav-child a:hover {
        background-color: unset;
    }
    #hamburgermenu .layui-nav-tree .layui-nav-item a:hover {
        background-color: #6BC4D6;
        color: #333 !important;
    }
    .layui-nav .layui-nav-child dd.layui-this a,
    .layui-nav-child dd.layui-this {
        background-color: unset !important;
    }
    #hamburgermenu .layui-nav-tree .layui-nav-item a::selection {
        background-color: unset !important;
    }
    #hamburgermenu .layui-nav-tree .layui-nav-item a::-moz-selection {
        background-color: unset !important;
    }
    #hamburgermenu .layui-nav-tree .layui-nav-item a::-webkit-selection {
        background-color: unset !important;
    }
    #hamburgermenu .layui-nav-itemed>.layui-nav-child {
        background-color: #EFF4F8 !important;
    }
    #hamburgermenu li a:hover {
        /* color: #fff; */
    }
    #hamburgermenu .layui-nav-tree {
        width: 100%;
        margin-top: 68px;
        background-color: #EEFCFF;
    }
    #hamburgermenu .layui-nav-tree .layui-this,
    #hamburgermenu .layui-nav-tree .layui-this a {
        background-color: #EEFCFF;
    }
    .report {
        margin-top: -50px;
        padding: 0 2%;
    }
    .report .container {
        padding: 0 0 12px 0;
        height: auto;
        border-radius: 8px;
    }
    .report .inputbox {
        width: 50%;
    }
    .report .submit {
        width: 50%;
        margin-left: 25%;
    }
    .report .submit button {
        height: 32px;
        margin-top: 4px;
        background: url(../images/yuyuebtn.png) 100% 100% no-repeat;
    }
    .report .inputbox span {
        margin-right: 6px;
    }
    .report input {
        height: 32px;
    }
    .sort img {
        width: 169px;
    }
    .sortname1 {
        width: 90%;
        margin-left: 5%;
    }
    .taocan {
        margin-top: -3rem;
    }
    .teambox {
        padding: 0;
        width: 100%;
        padding: 0 8%;
    }
    .btn1,
    .btn2 {
        margin-top: 20px;
    }
    .equipment {
        width: 100%;
        overflow: hidden;
    }
    .equipmentbox {
        margin: 20px 0;
    }
    .equipmentbox .text-3xl {
        font-size: 16px;
    }
    .equipmentbox .text-base {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .equipment .items .imagebox {
        width: 120px;
        height: 120px;
        flex: 0 0 120px
    }
    .docter {
        height: 50rem;
    }
    /* .docter .item {
        height: 40rem;
    } */
    .docter .say {
        background-size: 20px;
        padding: 15px;
        background-color: rgba(255, 255, 255, .6);
        background-position: 20px 20px;
        line-height: 24px;
    }
    .docter .say>div {
        background-size: 20px;
        padding: 12px 15px;
        text-indent: 2em;
        text-align: justify;
        font-size: 14px;
    }
    .docter .textbox {
        padding: 0 1rem;
        /* flex: 0 0 70%; */
        position: relative;
        z-index: 1;
    }
    .docter .ico {
        flex: unset;
        position: absolute;
        width: 70%;
        height: 100%;
        right: 0;
        z-index: 0;
    }
    .docterbtns {
        left: 0;
        bottom: 5%;
    }
    .docterplay {
        padding: 2rem 0 8rem;
    }
    .environment {
        padding: 4%;
    }
    .environment .sort {
        padding: 3rem 0;
    }
    .environment .sort img {
        width: 243px;
    }
    .yizhanshi {
        padding-top: 5rem;
    }
    .develop {
        height: 58rem;
        padding: 0 2%;
    }
    .develop .sort {
        padding-top: 5rem;
    }
    .yizhanshi .sort img,
    .develop .sort img,
    .case .sort img {
        width: 327px;
    }
    .develop .year {
        margin-left: -2%;
        bottom: 5%;
    }
    .develop .year .line {
        top: 12px;
    }
    .develop .item {
        display: block;
    }
    .develop .year .item {
        display: flex;
        padding: 0;
    }
    .develop .item .imagebox,
    .develop .item .imagebox img {
        width: 100%;
    }
    .develop .item .detail {
        width: 100%;
        margin-left: 0;
        padding: 1rem;
        box-sizing: border-box;
        background-color: rgba(86, 182, 203, .6);
        margin-top: 1.5rem;
        font-size: 14px;
    }
    .develop .developbg img {
        width: 180%;
        max-width: unset;
    }
    .year .item .circle {
        width: 30px;
        height: 30px;
    }
    .year .item .circlebox {
        width: 16px;
        height: 16px;
    }
    .casebox .caseico {
        max-width: unset;
        width: 100%;
        height: 24rem;
        padding: 0;
        align-items: center;
        /* margin-top: -3rem; */
    }
    .casebox .caseico img {
        width: auto;
        height: auto;
    }
    .casebox .con {
        width: 100%;
        height: 22rem;
        padding: 0 3% 3rem 3%;
        padding-top: 2rem;
    }
    .casebox .smalltext {
        margin-top: 1rem;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .casebox .casecenter {
        display: block;
        justify-content: space-evenly;
    }
    .casebox .text-2xl {
        margin-bottom: .5rem;
        font-size: 18px;
        padding: 1rem 0;
    }
    .casebox .more {
        padding: 5px 15px;
    }
    .casebtns .caseprev {
        left: 1%;
    }
    .casebtns .casenext {
        right: 1%;
    }
    .casebtns .casenext,
    .casebtns .caseprev {
        width: 36px;
        height: 36px;
    }
    .casebtns .casenext img,
    .casebtns .caseprev img {
        width: 60%;
    }
    .casebox .item {
        padding: 3rem 2%;
    }
    .bnavwap {
        width: 50%;
        font-size: 1.5rem;
        text-align: center;
        line-height: 3rem;
        display: flex;
        align-items: center;
    }
    .bnavwap p {
        width: 50%;
    }
    .bottom .ercode {
        margin-top: 0;
    }
    .bottom {
        padding-top: 3rem;
        background-color: #fff;
    }
    .bottom .copyright {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .equipmentbox .text-base {
        font-size: 14px;
        line-height: 20px;
    }
    .environmentlist {
        padding: 1px 3%;
    }
    .environmentlist>div {
        margin-top: 20px;
    }
    .equipmentbox>.item .imagebox {
        height: 28rem;
    }
    .equipmentbox>.item .imagebox img {
        width: 100%;
    }
    .service .container{
        padding: 0 2%;
    }
}