* {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


/* html {
    cursor: url("../images//y-01.png"), auto;
} */

div {
    box-sizing: border-box;
}

ul {
    margin: 0 !important;
    padding: 0;
}

li {
    list-style-type: none;
    margin-bottom: 0 !important;
}

p {
    margin: 0;
    padding: 0;
    cursor: default;
}

a {
    text-decoration: none !important;
    color: #171717 !important;
}

.YUGO-text-01 {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.YUGO-text-02 {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.YUGO-body {
    width: 100% !important;
    position: relative;
}

.YUGO-header {
    width: 100%;
    height: 75px;
    position: sticky;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 999;
}

.YUGO-header-main {
    max-width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}

.YUGO-header-logo {
    width: 104px;
    height: 54px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.YUGO-header-nav {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.YUGO-list {
    display: inline-block;
    margin-left: 78px;
    color: #171717 !important;
    font-size: 16px;
    cursor: pointer;
    height: 24px;
}

.YUGO-list:nth-child(1) {
    width: 32px;
}

.YUGO-list-drop {
    display: inline-block;
    margin-left: 78px;
    color: #171717 !important;
    font-size: 16px;
    cursor: pointer;
}

.YUGO-list:hover {
    color: #10B4B5 !important;
}

.YUGO-list:hover>a {
    color: #10B4B5 !important;
}

.YUGO-list:nth-child(1) {
    margin-left: 0px;
}

.YUGO-list-active {
    color: #10B4B5 !important;
    font-weight: 600;
}

.YUGO-foot-ul li a {
    color: #CACACA !important;
    font-size: 14px !important;
}


/* 翻页样式 */

.myPagination {
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}

.page-list a {
    margin-left: 10px !important;
    cursor: pointer;
    background: #ffffff !important;
    border: 1px solid #DDDDDD !important;
    color: #333333 !important;
}

.pagination-big .page-list:nth-last-child(6) a {
    margin-right: 10px !important;
}

.active a {
    background: #10B4B5 !important;
    color: #ffffff !important;
}

.pager-item {
    background: #ffffff !important;
    border: 1px solid #DDDDDD !important;
    color: #333333 !important;
}

.pager-text {
    float: left;
    line-height: 34px;
    color: #333333;
    font-size: 14px !important;
    margin-left: 12px;
    margin-right: 12px;
}

.pager-input {
    float: left;
    width: 46px;
    height: 34px;
    border: 1px solid #DDDDDD;
    outline: none;
    color: #333333;
    font-size: 14px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.pager-btn {
    border: 1px solid #DDDDDD;
    width: 72px;
    height: 34px;
    outline: none;
    text-align: center;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    background: #ffffff;
}

.pager-btn:hover {
    background: #10B4B5 !important;
    color: #ffffff !important;
}


/* 底部样式 */

.YUGO-foot-main {
    width: 100%;
    height: 250px;
    background: #1B1B1B;
}

.YUGO-foot-content {
    max-width: 1200px;
    height: 100%;
    margin: auto;
    font-size: 0;
}

.YUGO-foot-content {
    padding-top: 50px;
}

.YUGO-foot-left {
    width: calc(100% - 284px);
    height: 154px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-foot-right {
    width: 284px;
    height: 154px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-foot-img-left {
    width: 115px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-foot-img-right {
    width: 115px;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}

.YUGO-foot-img-left p,
.YUGO-foot-img-right p {
    color: #CACACA;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    text-align: center;
}

.YUGO-foot-ul li {
    color: #CACACA;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    cursor: pointer;
    margin-left: 65px;
}

.YUGO-foot-ul li:nth-child(1) {
    margin-left: 0px;
}

.YUGO-foot-phone {
    width: 100%;
    margin-top: 40px;
}

.YUGO-foot-email {
    width: 100%;
    margin-top: 15px;
}

.YUGO-foot-phone img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-foot-email img {
    padding-top: 4px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-foot-phone p,
.YUGO-foot-email p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    line-height: 15px;
    margin-left: 10px;
}

.YUGO-foot-address {
    margin-top: 15px;
}

.YUGO-foot-address p {
    color: #CACACA;
    font-size: 14px;
    line-height: 14px;
}


/* 动态图片 */

.dynamic-image-three {
    width: 100%;
    font-size: 0px;
}

.dynamic-image-three li {
    width: 77px;
    height: 77px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 7px;
    overflow: hidden;
}

.dynamic-image-three li:nth-child(3n+1) {
    margin-left: 0px;
}

.dynamic-image-three li img {
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.dynamic-image-three li:nth-child(1),
.dynamic-image-three li:nth-child(2),
.dynamic-image-three li:nth-child(3) {
    margin-top: 0px;
}

.dynamic-image-one {
    width: 100%;
}

.dynamic-image-one li {
    width: 100%;
    height: 148px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.dynamic-image-one li img {
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.dynamic-image-two {
    width: 100%;
}

.dynamic-image-two li {
    width: 123.5px;
    height: 123.8px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 7px;
    overflow: hidden;
}

.dynamic-image-two li img {
    position: absolute;
    max-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.dynamic-image-two li:nth-child(2n+1) {
    margin-left: 0px;
}

.dynamic-image-two li:nth-child(1),
.dynamic-image-two li:nth-child(2) {
    margin-top: 0px;
}

.YUGO-list-active>a {
    color: #10B4B5 !important;
}

.YUGO-li-info {
    position: relative;
}

.YUGO-drop-list {
    position: absolute;
    left: calc(50% - 8px);
    transform: translateX(-50%);
    width: 92px;
    height: 189px;
    padding-top: 10px;
}

.YUGO-drop-list div {
    width: 100%;
    padding-top: 14px;
    background: #FFFFFF;
    border: 0px solid #999999;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
}

.YUGO-drop-list li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
}

.YUGO-drop-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #171717 !important;
}

.YUGO-drop-list li a:hover {
    color: #10B4B5 !important;
}

.small-pager-item {
    margin-left: 10px !important;
}

.YUGO-li-info .fa-angle-right,
.YUGO-li-info .fa-angle-down {
    margin-left: 10px;
    width: 20px;
}

.YUGO-institute-dymic-list .dymic-empty {
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

.YUGO-institute-dymic-list .dymic-empty-text {
    color: #171717;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.back-scroll-top {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    /* background: #10B4B5; */
    position: fixed;
    right: 150px;
    bottom: 200px;
    z-index: 10;
    cursor: pointer;
}

.back-scroll-top-img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.back-scroll-top-text {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #10B4B5;
    position: relative;
    cursor: pointer;
}

.back-scroll-top-text p {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    cursor: pointer;
}

.YUGO-detail-header-content::-webkit-scrollbar {
    width: 6px;
    background: rgba(0, 0, 0, 0.1);
}

.YUGO-detail-header-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.YUGO-websit-ul {
    width: 120px;
    height: 0px;
    position: sticky;
    left: calc((100% - 1200px) / 2 - 150px);
    top: 120px;
    z-index: 100;
}

.YUGO-websit-li.active {
    background: #10B4B5
}

.YUGO-websit-li {
    height: 48px;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    cursor: pointer;
    border-top: 0px;
    line-height: 46px;
    text-align: center;
}

.YUGO-websit-li:nth-child(1) {
    border-top: 1px solid #E9E9E9;
}