﻿@charset "utf-8";

.tech-on {
    border-bottom: 2px solid #0097F0;
    color: #0097F0 !important;
}
.research-wrap {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
}
.research-tabbox {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 550px;
    left: 0px;
}
.research-tab {
    width: 25%;
    float: left;
    position: relative;
    height: 90px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.research-tab:after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    background: #fff;
}
.research-box {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.research-on {
    background: #0097F1;
}


.general-situat {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.certificat-wrap {
    width: 35%;
    float: left;
    position: relative;
}
.certificat-swiper {
    width: 100%;
    float: left;
    height: 550px;
}
.certificat-left {
    width: 100%;
    float: left;
}
.certificat-img1 {
    width: 63%;
    float: right;
}
.certificat-title {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #0097F1;
    font-family: "Impact", Charcoal, sans-serif;
    margin-top: 35px;
}
.certificat-hline {
    width: 112px;
    height: 2px;
    background: #6A6A6A;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.certificat-title i {
    font-size: 20px;
}
.certificat-name {
    width: 100%;
    float: left;
}
.certificat-nametext {
    width: 100%;
    float: left;
    font-size: 30px;
}
.certificat-nametext2 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.arrow2-left {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #E9E9E9;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    top: 205px;
    left: 0px;
    z-index: 2;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.arrow2-right {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #E9E9E9;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    top: 205px;
    left: 70px;
    z-index: 2;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.arrow2-left:hover,
.arrow2-right:hover {
    background-color: #0097F1;
    border: 1px solid #0097F1;
    color: #fff;
}
.certificat-left ul {
    width: 100%;
    float: left;
    margin-top: 20px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.certificat-left ul li {
    width: 100%;
    margin-top: 10px;
    line-height: 25px;
}
.certificat-left ul li i {
    width: 9px;
    height: 9px;
    float: left;
    margin-top: 8px;
    background: #0097F1;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin-right: 10px;
}
.research-img {
    height: 640px;
    object-fit: cover;
}

/**/
@media only screen and (max-width: 920px) {
    .certificat-hline {
        display: none;
    }
    .certificat-wrap {
        width: 100%;
    }
    .certificat-left {
        width: 100%;
    }
    .certificat-img1 {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 900px) {
    .research-tab {
        width: 50%;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .research-wrap {
        margin-top: 25px;
    }
}