@charset "utf-8";

/* CSS Document */
.biology-tabs ul {
    text-align: center;
    font-size: 0;
}

.biology-tabs ul li {
    display: inline-block;
    width: 16%;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    margin: 0 14px;
}

.biology-tabs ul li .b-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.biology-tabs ul li .b-img::before {
    content: '';
    display: block;
    padding-top: 90.94%;
}

.biology-tabs ul li img {
    border-radius: 6px;
    left: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .65s ease-out 0s;
    transition: .65s ease-out 0s;

}

.biology-tabs ul li a:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
    transform: translate(-50%, -50%) scale3d(1.07, 1.07, 1.07);
}

.biology-tabs ul li .b-name {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    height: 84px;
    line-height: 84px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* details */
.container {
    padding: 0 3.3%;

}

.det-tabs {
    padding: 20px 0;
    font-size: 0;
}

.det-tabs ul li {
    display: inline-block;
    margin-right: 12px;
}

.det-tabs ul li a {
    padding: 9px 34px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 28px;
}

.det-tabs ul li a:hover {
    background: #ffffff;
    color: #85a909;
}

.det-tabs ul li.active a {
    background: #ffffff;
    color: #85a909;
}

.page-sec .map {
    width: 69%;
    height: 658px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.direction-tip {
    position: absolute;
    top: 26px;
    right: 85px;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.direction-tip span {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    display: block;
}

.right-sec {
    width: 31%;
    height: 658px;
    overflow: hidden;
    background: #ffffff;
    padding: 34px 45px 0 45px;
}

.model-tabs {
    font-size: 0;
    text-align: center;
}

.model-tabs li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 18px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    border: 2px solid #85a909;
    color: #85a909;
    font-size: 32px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.model-tabs li:nth-child(2n) {
    margin-right: 0;
}

.model-tabs li:hover {
    color: #ffffff;
    background: #85a909;
}

.model-tabs li.active {
    color: #ffffff;
    background: #85a909;
}

.upload-box {
    position: relative;
}

.upload-box .upload-menu {
    background: #eeeeee;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.upload-box .upload-menu .iconfont {
    font-size: 14px;
    color: #85a909;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.upload-box .upload-menu.active {
    background: #85a909;
}

.upload-box .upload-menu.active .iconfont {
    color: #ffffff;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}


.upload-box .upload-list li {
    height: 40px;
    line-height: 40px;
    border: 1px solid #85a909;
    text-align: center;
    color: #85a909;
    font-size: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.upload-box .upload-list li:hover {
    background: #85a909;
    color: #ffffff;
}

.upload-box .upload-list {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    background: #eeeeee;
    z-index: 2;
    padding: 0 7px 0 20px;
    display: none;
}

.upload-box .upload-list .overview {
    height: 330px;
    margin-top: 10px;
}

.mCSB_scrollTools {
    width: 4px;
    opacity: 1;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    width: 100%;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    background: #85a909;
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    display: none;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    width: 1px;
    background: #d6d6d6;
}

.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0;
}

#china_map {
    height: 100%;
}



.remarks {
    height: 350px;
    overflow: auto;
    padding: 24px 0;
}

.remarks h4 {
    font-size: 28px;
    font-family: 'STKAITI';
}

.remarks p {
    font-size: 36px;
}

/* info */
.con {
    background-repeat: no-repeat;
    background-position: bottom right;

}

.info-wrap {
    height: 600px;
}

.info-wrap .basic-info {
    margin-bottom: 40px;
}

.info-wrap .basic-info .info-tit {
    font-size: 28px;
    color: #85a909;
    margin-bottom: 10px;
}

.info-wrap .basic-info .tip-img {
    padding-right: 10px;
    position: relative;
    top: -2px;
    height: 29px;
}

.info-wrap .basic-info article {
    font-family: 'STKAITI';
    font-size: 22px;
    line-height: 36px;
}

.info-wrap .record-tit {
    font-size: 22px;
    color: #85a909;
    font-family: 'STKAITI';
}

.info-wrap .record-tit .tip-img {
    padding-right: 22px;
    position: relative;
    top: -1px;
    height: 22px;
}

.info-wrap .new-record article {
    font-family: 'STKAITI';
    font-size: 22px;
    line-height: 36px;
}

.no-data-tip {
    position: absolute;
    bottom: 44px;
    z-index: 2;
    left: 5%;
    margin-left: 4px;
    font-size: 0
}

.no-data-tip span {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    float: left;
}

.no-data-tip .g-block {
    width: 36px;
    height: 22px;
    background: #909090;
    margin-right: 15px;
}

.control-btns {
    position: absolute;
    bottom: 44px;
    right: 7%;
}

.control-btns>div {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-top: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.control-btns>div .iconfont {
    position: relative;
    top: -2px;
    font-size: 18px;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.control-btns>div:hover {
    border: 1px solid #85a909
}

.control-btns>div:hover .iconfont {
    color: #85a909;
}