@charset "UTF-8";




@font-face {
    font-family: ltchj;
    src: url("../font/ltchj.TTF");
}

textarea{
    overflow: hidden;
}

.bg{
    width: 100%;
    position: relative;
}
.bg img{
    width: 100%;
    height: auto;
}
.listt {
    position: relative;
    top: -100px;
    width: 62.5%;
    margin: auto ;
    z-index: 1;
}
.listt ul{
    font-size: 0px;
    margin: 0 -15px;
}
.listt ul:after {
    content:"";
    display: block;
    clear: both;
}
.listt ul li{
     box-sizing: border-box;
    float: left;
    width:33.3%;
    height: 200px;
    padding: 15px;
    text-align: center;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.listt ul li:hover{
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.listt ul li a{
    display: block;
    /*box-shadow: 5px 5px 30px -10px #000;*/
    padding: 10px;
    background-image: unset!important;
}
.listt ul li:nth-child(1) a{
    background-image: url("../img/tuhuis.png");
    background-size: 100% 100%;
    animation: left 1s;
    -o-animation: left 1s;
    -moz-animation: left 1s;
    -webkit-animation: left 1s;
}
.listt ul li:nth-child(2) a{
    background-image: url("../img/tuhuis.png");
    transform: translateY(-400%);
    -o-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
    animation: center 1.2s .7s forwards;
    -o-animation: center 1.2s .7s forwards;
    -moz-animation: center 1.2s .7s forwards;
    -webkit-animation: center 1.2s .7s forwards;
}
.listt ul li:nth-child(3) a{
    background-image: url("../img/tuhuis.png");
    animation: right 1s ;
    -o-animation: right 1s ;
    -moz-animation: right 1s ;
    -webkit-animation: right 1s ;
}
@keyframes left {
    0%{transform: translateX(-200%);}
    70%{transform: translateX(60%);}
    100%{transform: translateX(0%);}
}
@-o-keyframes left {
    0%{transform: translateX(-200%);}
    70%{transform: translateX(60%);}
    100%{transform: translateX(0%);}
}
@-moz-keyframes left {
    0%{transform: translateX(-200%);}
    70%{transform: translateX(60%);}
    100%{transform: translateX(0%);}
}
@-webkit-keyframes left {
    0%{transform: translateX(-200%);}
    70%{transform: translateX(60%);}
    100%{transform: translateX(0%);}
}
@keyframes center {
    0%{transform: translateY(-400%);}
    70%{transform: translateY(30%) ;}
    100%{transform: translateY(0%) ;}
}
@-o-keyframes center {
    0%{transform: translateY(-400%);}
    70%{transform: translateY(30%) ;}
    100%{transform: translateY(0%) ;}
}
@-moz-keyframes center {
    0%{transform: translateY(-400%);}
    70%{transform: translateY(30%) ;}
    100%{transform: translateY(0%) ;}
}
@-webkit-keyframes center {
    0%{transform: translateY(-400%);}
    70%{transform: translateY(30%) ;}
    100%{transform: translateY(0%) ;}
}
@keyframes right {
    0%{transform: translateX(200%);}
    70%{transform: translateX(-60%);}
    100%{transform: translateX(0%);}
}
@-o-keyframes right {
    0%{transform: translateX(200%);}
    70%{transform: translateX(-60%);}
    100%{transform: translateX(0%);}
}
@-moz-keyframes right {
    0%{transform: translateX(200%);}
    70%{transform: translateX(-60%);}
    100%{transform: translateX(0%);}
}
@-webkit-keyframes right {
    0%{transform: translateX(200%);}
    70%{transform: translateX(-60%);}
    100%{transform: translateX(0%);}
}
.listt ul li a{
    color: white;
}

/*.listt ul li div{
    width: 100%;
    height: 120px;
    position: relative;
}

.listt ul li:nth-child(1) div{
    background:rgba(195,195,195,.25) url("../img/zhen.png") no-repeat center/26px 33px ;
}
.listt ul li:nth-child(2) div{
    background:rgba(195,195,195,.25) url("../img/men.png") no-repeat center/45px 36px ;
}
.listt ul li:nth-child(3) div{
    background:rgba(195,195,195,.25) url("../img/xue.png") no-repeat center ;
}*/
.listt ul li h3{
/*    margin-top: 40px;*/
    font-size: 18px ;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background: #c3c3c340;
    padding: 30px 0;
}

.listt ul li:nth-child(1) h3::before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background:url("../img/zhen.png") no-repeat center/26px 33px ;
}
.listt ul li:nth-child(2) h3::before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background:url("../img/men.png") no-repeat center/45px 36px ;
}
.listt ul li:nth-child(3) h3::before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background:url("../img/xue.png") no-repeat center/36px 36px ;
}
.listt ul li:nth-child(1) h3 span{
/*    width: 113px;*/
}
.listt ul li h3 span{
    padding-bottom: 10px;
    color: #000000;
/*    width: 72px;*/
}

.listt ul li:nth-child(1) h3 span{
    border-bottom: 1px solid rgba(0,0,0,.5)
}
.listt ul li:nth-child(2) h3 span{
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.listt ul li:nth-child(3) h3 span{
    border-bottom: 1px solid rgba(0,0,0,.5)
}
.listt ul li p{
    margin-top: 10px;
    font-size: 14px ;
    line-height: 30px;
    min-height: 59px!important;
    color: #5f5f5f;
}
.shuffling{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.shuffling > div{
    width: 50%;

}
.shuffling .s-left{
    position: absolute;
    float: left;
    height: 100%;
    padding-top: 4%;
    background-color: #fafafa;
    color: #333;
    text-align: center;
}
.shuffling .s-left h2{
    font-size: 40px;
}
.shuffling .s-left i{
    display: inline-block;
    width: 93px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #ececec;
}
.shuffling .s-left p{
    padding: 0 13%;
    font-size: 14px;
    line-height:26px;
}
.shuffling .s-left a{
    display: block;
    width: 111px;
    margin: 0 auto;
    margin-top: 7%;
    padding: 15px 45px;
    border: 1px solid #ccc;
    text-align: center;
}
.shuffling .s-right{
    position: relative;
    float: right;
    height: 500px;

}
.shuffling .s-right video {
    height: 500px!important;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover{
    background-image: url("../img/left1.png");
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover{
    background-image: url("../img/right1.png");
}
.title{
    text-align: center;
}
.title h2{
    margin-bottom: 10px;
    font-size: 30px;
}
.title p{
    margin-bottom: 40px;
    color: #999;
    font-size: 14px;
}
.medical {
    padding-top:75px ;
}
.medical .pic-list{
    width: 62.5%;
    margin: auto;
}
.medical .pic-list ul:after{
    content: "";
    display: block;
    clear: both;
}
.medical .pic-list ul li{
    overflow: hidden;
    position: relative;
    float: left;
    width: 31%;
    margin-left: 3%;
    margin-bottom: 25px;
}
.medical .pic-list ul li:hover div{
    top: 0;
}
.medical .pic-list ul li:hover img{
    transform: scale(1.05);
}
.medical .pic-list ul li:nth-child(3n+1){
    margin-left: 0;
}
.medical .pic-list ul li img{
    transition: .3s;
}
.medical .pic-list ul li div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: #0a3a89;
    /*background: -webkit-linear-gradient(top,#45a1e0,#1fabc9); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(top,#45a1e0,#1fabc9); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(top,#45a1e0,#1fabc9); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(top,#45a1e0,#1fabc9); !* 标准的语法 *!*/
    opacity: .88;
    transition: .3s;
}
.medical .pic-list ul li div p{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: white;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.introduction{
    padding-top: 50px;
}
.introduction .i-content{
    background-color: #0a3a89;
    position: relative;
    background: -webkit-linear-gradient(top,#45a1e0,#1fabc9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top,#45a1e0,#1fabc9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top,#45a1e0,#1fabc9); /* Firefox 3.6 - 15 */
    background: linear-gradient(top,#45a1e0,#1fabc9); /* 标准的语法 */
}
.introduction #btn > div,.swiper-button-nextbanner,.swiper-button-prevbanner{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 56px;
    margin-top: -28px;
    cursor: pointer;
    outline: none;
}
.swiper-button-prev,.swiper-button-next{
    outline: none;
}
.swiper-button-prevbanner,.swiper-button-nextbanner{
    left: 5%;
    background: url(../img/prv1.png);
    z-index: 10;
    top: 50%;
    background-size: 108% 67%;
    opacity: .5;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: center center;
}
.swiper-button-prevbanner:hover,.swiper-button-nextbanner:hover{
    opacity: 1;
}
.swiper-button-nextbanner{
    transform: rotate(180deg);
    right:5%;
    left: 95%!important;
}
.introduction #btn > div:nth-child(1){
    left: 17%;
    background: url("../img/prv.png");
    z-index: 10;
}
.introduction #btn > div:nth-child(2){
    right: 17%;
    background: url("../img/next.png");
    z-index: 10;
}
.introduction .figure {
    width: 62.5%;
    margin: auto;
}
.introduction .figure ul li{
    overflow: hidden;
    height: 594px;
}
.introduction .figure ul li .img{
    float: left;
    width: 39.8%;
    margin-left: 0%;
    margin-top: 0%;
}
.introduction .figure ul li .right{
    position: relative;
    float: right;
    width: 52%;
    height: 100%;
    margin-right: 4%;
    color: white;
}
.introduction .figure ul li .right h3{
    margin-top: 160px;
    margin-bottom: 15px;
    font-family: ltchj;
    font-size: 24px;
    color: #000000;
}
.introduction .figure ul li .right > span{
    font-size: 18px;
    color: #5f5f5f;
}
.introduction .figure ul li .right p{
    display: -webkit-box;
    margin-top: 25px;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.introduction .figure ul li .right a{
    display: block;
    width: 103px;
    height: 35px;
    margin-top: 100px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}
.introduction .figure ul li .right div{
    position: absolute;
    right: 0;
    bottom: 17%;
    color: rgba(195,195,195,.7);
    font-size: 126px;
}
.news{
    padding-top: 70px;
    margin-bottom: 95px;
}
.news .n-list{
    overflow: hidden;
    width: 62.5%;
    margin: auto;
}
.news .left{
    float: left;
    width: 54%;
}
.news .left ul li{
    overflow: hidden;
    margin-bottom: 35px;
}
.news .left ul li .n-img{
    float: left;
    width: 49%;
}
.news .left ul li .n-img img{
    transition: .3s;
}
.news .left ul li .text{
    float: right;
    width: 45%;
    padding-top: 5px;
}
.news .left ul li .text h3{
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .left ul li .text span{
    color: #b2b2b2;
    font-size: 14px;
}
.news .left ul li .text p{
    margin-top: 20px;
    color: #808080;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .left ul li .text i{
    display: block;
    width: 38px ;
    height: 9px;
    margin-top: 20px;
    background: url("../img/go.png") no-repeat center/100%;
}
.news .left ul li:hover img{
    transform: scale(1.1);
}
.news .left ul li:hover h3{
    color: #0a3a89;
}
.news .left ul li:hover i{
    background-image: url("../img/go1.png");
}
.news .right{
    float: right;
    width: 40%;
    margin-right: 10px;
}
.news .right ul li{
    height: 33px;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .right ul li a{
    color: #808080;
}
.news .right ul li a span{
    margin-right: 30px;
    color: #b2b2b2;
}
.news .right ul li:hover {
    background-color: #0a3a89;
}
.news .right ul li:hover a{
    color: white;
}
.news .right ul li:hover a span {
    color: white;
}



@media screen and ( max-width: 768px ){
    .product .list > ul > li{
        margin-left: 0!important;
    }
    .product .list > ul > li:nth-of-type(2n){
        margin-left: 3%!important;
    }
    .swiper-button-nextbanner{
        left: 90% !important;
    }
    .header > div .right ul .yiji>a.on{
        display: block;
        padding: 0;
    }
    .introduction .figure ul li .img{
        width: 39.8%;
        margin-left: 4%;
        margin-top: 10%;
        display: block;
        margin: 0 auto;
    }
    .medical .pic-list ul li div p{
        font-size: 14px;
    }
    .listt ul li:nth-child(1) {
        margin-top: 20px;
    }
}








