
.website{
    width: 100%;
    height: 100%;
    min-width: 1000px;
}
.websiteTitle{
    width: 100%;
    height: 70px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
}
.websiteTitle img{
    width: 114px;
    height: 40px;
}
.psoFixed{
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
}
.websiteTitle ul{
    display: flex;
    position: relative;
    width: fit-content;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
.websiteTitle ul .underline{
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #000;
    transition: all .2s ease-out;
}
.websiteTitle ul li{

    padding-left:  50px;
}
.websiteTitle ul li:nth-child(1){
    margin-left: 70px;
}
.websiteTitle ul li a{
    font-size: 18px;
    color: #ffffff;
    padding: 0 5px 10px 5px;
}

.swiper-container{
    width: 100%;
    min-height: 650px;
}
.swiper-slide{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 20px;
    /* background-color: red; */
    text-align: center;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
    width: 20px;
    height: 5px;
    display:inline-block;
    background: #000;
    opacity: .3;
    /* box-shadow: 0 0 2px  #000; */
    margin: 0 5px;
    outline: 0;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    border: 3px solid #fff;
    background-color: #fff;
}
.swiper-button-prev{
    width: 60px;
    height: 60px;
   /* background:rgba(0,0,0,.5);*/
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 0;
    left:50px;
    border: none;
    background: #000;
    opacity: .3;
    top: 32%;
}
.swiper-button-next{
    width: 60px;
    height: 60px;
   /* background:rgba(0,0,0,.5);*/
    color: #fff;
    font-weight: bolder;
    border-radius: 10px;
    margin-top: 0;
    right:50px;
    border: none;
    background: #000;
    opacity: .3;
    top: 32%;
}
:root {
    --swiper-navigation-size: 30px!important;
}
.websiteVidio{
    width: 100%;
    position: relative;
}
video{
    width: 100%;
}
.product{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.productTltle{
    width: 100%;
    text-align: center;
}
.productTltle p:nth-child(1){
    font-size: 36px;
    color: #fff;
    margin-top: 40px;
}
.productTltle p:nth-child(2){
    font-size: 30px;
    color: #fff;
}
/*1366屏幕开始*/
.productContent{
    width: 100%;
    height: 82%;
    position: relative;
    margin-top: 2.8%;
}
.productContent .ydData{
    position: absolute;
    left: 38%;
    width: 24%;
    height: 44%;
    top: 0;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.productContent .ydDatas{
    position: absolute;
    left: 38%;
    width: 24%;
    height: 44%;
    top: 0;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.productContent .ydDatas p{
    font-size: 26px;
    color: #e5e5e5;
}
.productContent .ydData img{
    height: 37px;
}

.productContent .ydData .content{
    display: flex;
    margin-top: 20px;
}
.productContent .ydData .content p{
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    color: #e5e5e5;
}
.productContent .ydData .content p span{
    display: block;
    margin-left: 10px;
}
.productContent .ydData .content p span:nth-child(2){
    margin-top: 15px;
}
.productContent .ydData a{
    font-size: 12px;
    color: #e5e5e5;
    border-radius: 14px;
    border: solid 1px #e5e5e5;
    margin-top: 40px;
    padding: 8px 20px;
}


.productContent .Consultings{
    position: absolute;
    left: 16%;
    width: 24%;
    height: 44%;
    top: 25%;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.productContent .ConsulTing{
    position: absolute;
    left: 16%;
    width: 24%;
    height: 44%;
    top: 25%;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.productContent .ConsulTing p{
    font-size: 26px;
    color: #e5e5e5;
}
.productContent .Consultings img{
    height: 37px;
}

.productContent .Consultings .content{
    display: flex;
    margin-top: 20px;
}
.productContent .Consultings .content p{
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    color: #e5e5e5;
}
.productContent .Consultings .content p span{
    display: block;
    margin-left: 10px;
}
.productContent .Consultings .content p span:nth-child(2){
    margin-top: 15px;
}
.productContent .Consultings a{
    font-size: 12px;
    color: #e5e5e5;
    border-radius: 14px;
    border: solid 1px #e5e5e5;
    margin-top: 40px;
    padding: 8px 20px;
}



.productContent .Universitys{
    position: absolute;
    left: 60%;
    width: 24%;
    height: 44%;
    top: 25%;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.productContent .UniverSity{
    position: absolute;
    left: 60%;
    width: 24%;
    height: 44%;
    top: 25%;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.productContent .UniverSity p{
    font-size: 26px;
    color: #e5e5e5;
}
.productContent .Universitys img{
    height: 30px;
}
.productContent .Universitys .content{
    display: flex;
    margin-top: 20px;
}
.productContent .Universitys .content p{
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    color: #e5e5e5;
}
.productContent .Universitys .content p span{
    display: block;
    margin-left: 10px;
}
.productContent .Universitys .content p span:nth-child(2){
    margin-top: 15px;
}
.productContent .Universitys a{
    font-size: 12px;
    color: #e5e5e5;
    border-radius: 14px;
    border: solid 1px #e5e5e5;
    margin-top: 40px;
    padding: 8px 20px;
}


.productContent .Resource{
    position: absolute;
    left: 38%;
    width: 24%;
    height: 44%;
    top: 49%;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.productContent .Resouces{
    position: absolute;
    left: 38%;
    width: 24%;
    height: 44%;
    top: 49%;
    background: url("https://assets.pharmacodia.com/www/image/product.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.productContent .Resouces p{
    font-size: 26px;
    color: #e5e5e5;
}
.productContent .Resource img{
    height: 37px;
}

.ydDatajies{
    margin-top: 15px;
    font-size: 24px;
    color: #e5e5e5;
}
.productContent .Resource .content{
    display: flex;
    margin-top: 20px;
}
.productContent .Resource .content p{
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    color: #e5e5e5;
}
.productContent .Resource .content p span{
    display: block;
    margin-left: 10px;
}
.productContent .Resource .content p span:nth-child(2){
    margin-top: 15px;
}
.productContent .Resource a{
    font-size: 12px;
    color: #e5e5e5;
    border-radius: 14px;
    border: solid 1px #e5e5e5;
    margin-top: 40px;
    padding: 8px 20px;
}
/*1366屏幕结束*/

@media screen and (max-width: 1290px) {
    .productContent .ydData .content p {
        margin-top: 0!important;
    }
    .productContent .ydData .content p:nth-child(1) span{
        margin-left: 0;
    }
    .productContent .Consultings .content p {
        margin-top: 0!important;
    }
    .productContent .Consultings .content p:nth-child(1) span{
        margin-left: 0;
    }
    .productContent .Universitys .content p {
        margin-top: 0!important;
    }
    .productContent .Universitys .content p:nth-child(1) span{
        margin-left: 0;
    }
    .productContent .Resource .content p {
        margin-top: 0!important;
    }
    .productContent .Resource .content p:nth-child(1) span{
        margin-left: 0;
    }
}
@media screen and (min-width: 1700px) {
    .ydDatajies{
        margin-top: 15px;
        font-size: 30px;
        color: #e5e5e5;
    }
    .productContent .ydData .content p{
        font-size: 14px;
        margin-top: 30px;
    }
    .productContent .Consultings .content p{
        font-size: 14px;
        margin-top: 30px;
    }
    .productContent .Universitys .content p{
        font-size: 14px;
        margin-top: 30px;
    }
    .productContent .Resource .content p{
        font-size: 14px;
        margin-top: 30px;
    }
    .tiileName{
        font-size: 30px!important;
    }
}
.cooperation{
    width: 100%;
    height: 702px;
    background: url("https://assets.pharmacodia.com/www/image/link_bg.jpg") no-repeat center center;
    background-size:110%;
    margin-top: -2px;
    position: relative;

}
.LogoPosition{
    position: absolute;
    width: 266px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}
.cooperationLogo{
    position: absolute;
    top: 26%;
}
.cooperationLogo p{
    position: absolute;
    top: 20px;
    left: 40%;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.cooperationLogo p span{
    font-size: 26px;
    line-height: 50px;
}
@media screen and (min-width: 1800px){
    .cooperation {
        width: 100%;
        height: 1000px;
        background: url(https://assets.pharmacodia.com/www/image/link_bg.jpg) center center no-repeat;
        background-size: cover;
        margin-top: -2px;
        position: relative;
    }
}

    @media screen and (min-width: 1550px){
        .cooperation {
            width: 100%;
            height: 850px;
            background: url(https://assets.pharmacodia.com/www/image/link_bg.jpg) center center no-repeat;
            background-size: cover;
            margin-top: -2px;
            position: relative;
        }
    }

.d3{

    margin-left: -4px;
    width: 0;
    height: 0;
    border-width: 135px;
    border-style: solid;
    border-color: #199ad8 transparent transparent transparent;
}


.LogoCont li{
    width: 95px;
    height: 95px;
    background: #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
    display: flex;
    align-items: center;
    justify-content: center;
}
.LogoCont li div{
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* Internet Explorer */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); /* Opera */
}
.LogoCont li img{
     width: 65px;
     height: 65px;
 }
.LogoCont .img1{
    position: absolute;
    top: 20px;
    left: -19.7%;
}
.LogoCont .img2{
    position: absolute;
    top: 20px;
    left: 82.4%;
}
.LogoCont .img3{
   /* position: absolute;
    top: 88px;
    left: 6.1%;*/
    position: absolute;
    top: 88px;
    left: -45.3%;
}
.LogoCont .img4{
    /*position: absolute;
    top: 88px;
    left: 57%;*/
    position: absolute;
    top: 88px;
    left: 5.9%;
 }
.LogoCont .img5{
    /*position: absolute;
    top: 155px;
    left: 31.6%;*/
    position: absolute;
    top: 88px;
    left: 57%;
}
.LogoCont .img6{
    position: absolute;
    top: 88px;
    left: 108%;
}
.LogoCont .img7{
    position: absolute;
    top: 156px;
    left: -19.8%;
}
.LogoCont .img8{
    position: absolute;
    top: 156px;
    left: 31.5%;
}
.LogoCont .img9{
    position: absolute;
    top: 156px;
    left: 82.6%;
}
.LogoCont .img10{
    position: absolute;
    top: 224px;
    left: 5.8%;
}
.LogoCont .img11{
    position: absolute;
    top: 224px;
    left: 57%;
}
.LogoCont .img12{
    position: absolute;
    top: 292px;
    left: 31.4%;
}



.bottom{
    height: 300px;
    background-color: #343434;
    display: flex;
    align-items: center;
}
.bottomCont{
    display: flex;
    width: 1100px;
    height: 232px;
    margin: 0 auto;
}
.bottomCont div:nth-child(1){
    display: flex;
    border-right: 1px solid  #474747;
}
.bottomCont div:nth-child(1) p{
    display: flex;
    flex-direction: column;
}
.bottomCont div:nth-child(1) p span{
    font-size: 12px;
    color: #979797;
    margin-top: 20px;
}
.bottomCont div:nth-child(1) p span a{
    color: #979797;;
}
.bottomCont div:nth-child(1) p span:nth-child(1){
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.bottomCont div:nth-child(1) p:nth-child(2){
    margin-right: 100px;
    margin-left: 70px;
}
.bottomCont div:nth-child(1) p:nth-child(2) em:nth-child(2){
    margin-left: 20px;
}

.bottomCont div:nth-child(2){
    display: flex;
    border-right: 1px solid  #474747;
}
.bottomCont div:nth-child(2) dl{
    margin-left: 75px;
    margin-top: 20px;
}
.bottomCont div:nth-child(2) dt{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.bottomCont dd img{
    width: 100px;
    height: 100px;
}
.bottomCont div:nth-child(2) dd{
    margin-top: 20px;
}
.bottomCont div:nth-child(2) dl:nth-child(2){
    margin-right: 75px;
}

.bottomCont div:nth-child(3) p{
    font-size: 18px;
    color: #979797;
    margin-top: 20px;
    margin-left: 30px;
}
.bottomCont div:nth-child(3) p:nth-child(1){
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.active{
    border-bottom: 2px solid #fff;
}
.footerTxt{
    padding:18px 0;
    background-color: #000000;
    text-align: center;
}
.footerTxt span a{
    font-size: 12px;
    color: #979797;
    letter-spacing: 0px;
}
.footerTxt span{
    font-size: 12px;
    color: #979797;
    letter-spacing: 0px;
}
.footerTxt span:first-child{
    padding-right: 60px;
}
@media screen and (max-width: 1320px) {
    .footerTxt span:first-child{
        padding-right: 0;
        padding-bottom: 8px;
    }
    .footerTxt span{
        display: block;
    }
}

.cooperationTltle{
    width: 100%;
    text-align: center;
}
.cooperationTltle p:nth-child(1){
    font-size: 36px;
    color: #fff;
    padding-top: 40px;
}
.cooperationTltle p:nth-child(2){
    font-size: 30px;
    color: #fff;
}

.rightProx{
    position: fixed;
    right: 10px;
    top: 385px;
    z-index: 99991;
}
.rightProx ul li{
    width: 40px;
    height: 40px;
    background-color: #0075c7;
    margin-top: 2px;
    text-align: center;
    line-height: 40px;
}
.rightProx ul li:hover{
    background-color: #2b97e3;
}

.rightProximg{
    position: fixed;
    right: 100px;
    top: 385px;
    z-index: 99999;
}
.rightProximg ul li:nth-child(1){
     position: absolute;
     right: -45px;
     top: -50px;
 }
.rightProximg ul li:nth-child(2){
    position: absolute;
    right: -45px;
    top: -10px;
    width: 150px;
    height: 150px;
    background: url("https://assets.pharmacodia.com/www/image/qr11s.png") center center;
    line-height: 100px;
}.rightProximg ul li:nth-child(2) img{
     margin-top: 10px;
     margin-left: 6px;
 }
.rightProximg ul li:nth-child(3){
    position: absolute;
    right: -45px;
    top: 85px;
    width: 202px;
    height: 53px;
    background: url("https://assets.pharmacodia.com/www/image/duihua.png") center center;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.rightProximg ul li:nth-child(3) span{
    display: block;
    text-align: center;
    margin-top: 8px;
}

.htmlIndex{
    position: fixed;
    top: 30%;
    left: 35px;
    z-index: 9999;
}
.htmlIndex p{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-top: 20px;
}
.bgFFF{
    background: #fff;
}
