/* 轮播图 */

.about-pic {
    margin-top: 76px;
}

.about-pic .slideBox {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-pic .slideBox .bd {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
}

.about-pic .slideBox .bd img {
    height: auto;
    width: 100%;
}

.tt {
    display: none;
}


/* 企业历程 */

.business {
    overflow: hidden;
}

.business .bus-box {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.box-text {
    padding-left: 5rem;
}

.box-text .ch-title {
    font-size: 20px;
    color: #333232;
    font-weight: bold;
    letter-spacing: 0.2rem;
}

.box-text .en-title {
    font-size: 12px;
    color: #B3B1B1;
}

.posit {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.posit span {
    font-size: 15px;
    color: #B3B1B1;
}

.posit a {
    font-size: 15px;
    color: #B3B1B1;
    text-decoration: none;
}


/* 时间轴 */

.time {
    width: 100%;
    height: 493px;
    background: url('../images/guanwang_QYLC_background.png');
}

.margin-top50 {
    margin-top: 50px;
}

.time-data {
    text-align: right;
}

.time-data h2 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(78, 165, 255, 1);
}

.time-data h4 {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(78, 165, 255, 1);
}

.time-data .decorate {
    float: right;
    width: 61px;
    height: 2px;
    background-color: #5BA9FD;
}

.time-text {
    width: 100%;
    height: 150px;
    padding: 15px 0px 0px 30px;
}

.time-text p {
    line-height: 3rem;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(19, 44, 71, 1);
}

.timeline {
    padding: 0 15rem;
    position: relative;
    margin-top: 80px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.timeline ul {
    padding: 0 5rem;
    position: absolute;
    width: 1000px;
    height: 16px;
    list-style: none;
}

.timeline ul li {
    height: 16px;
    float: left;
    width: 10%;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #333333;
    opacity: 0.3;
}

.timeline .location-icon {
    position: absolute;
    padding: 0 5rem;
    top: 0px;
    width: 1000px;
}

.timeline .location-icon .icon {
    width: 25%;
    height: 33px;
    float: left;
    cursor: pointer;
}

.timeline .location-icon .icon i {
    margin-top: 20px;
    font-size: 30px;
    height: 40px;
    color: #333333;
    opacity: 0.4;
}

.timeline .location-icon .icon p {
    margin-top: -20px;
    line-height: 7rem;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 50, 50, 1);
    opacity: 0.4;
}

.timeline .location-icon .icon-on i {
    color: #5BA9FD;
    font-size: 40px;
    transition: 0.1s;
    opacity: 1;
}

.timeline .location-icon .icon-on p {
    color: #5BA9FD;
    transition: 0.1s;
    font-size: 15px;
    opacity: 1;
}


/* 团队介绍 */

.team {
    height: 400px;
    overflow: hidden;
}

.title {
    height: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.team-pic {
    margin: 0 auto;
    width: 350px;
    height: 175px;
    overflow: hidden;
}

.team-pic img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

.team-text {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 175px;
}

.team-text .technology {
    width: 100%;
    height: 120px;
}

.team-text .technology p {
    color: rgba(77, 77, 77, 1);
    opacity: 0.5;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 2.5rem;
}

.team-text .text-btn {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.team-text .text-btn .combtn {
    float: left;
    margin: 0 20px;
    width: 20%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-color: #C1C1C1;
    border-radius: 5px;
    cursor: pointer;
}

.team-text .text-btn .bule-bg {
    background-color: #3C8AD6;
}

.team-text .text-btn .combtn p {
    line-height: 2.5rem;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


/* 产品介绍 */

.product {
    height: 920px;
    background: rgba(245, 245, 245, 1);
}

.product .pro-box {
    padding-top: 50px;
}

.product .pro-box .box-panding {
    padding: 0 5rem;
}

.box-item {
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 15px 0px;
    width: 88%;
    height: 392px;
    background-color: #fff;
}

.box-item .item-pic {
    width: 100%;
    height: 200px;
    padding: 2rem 2.5rem 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.box-item .item-pic img {
    height: 200px;
    width: auto;
}

.box-item .item-text {
    width: 100%;
    height: 160px;
    padding: 15px 30px;
    overflow: hidden;
    text-align: left;
}

.box-item .item-text h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333232
}

.box-item .item-text p {
    line-height: 2rem;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: rgba(179, 177, 177, 1);
}

.box-item:hover {
    background-color: #1D60B4;
    filter: grayscale(0%);
}

.box-item:hover .item-pic img {
    transition: 0.4s;
    transform: scale(1.1);
}

.box-item:hover .item-text h3 {
    color: #fff;
}

.box-item:hover .item-text p {
    color: #fff;
    opacity: 0.6;
}


/* 客户详情 */

.details {
    padding: 40px 0;
    background-color: #fff;
    height: auto;
}

.limit {
    padding: 0 5rem;
}

.details-item {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    margin-top: 20px;
    height: auto;
}

.details-item .box-pic {
    width: 320px;
    height: 210px;
    background: rgba(59, 104, 153, 1);
    border-radius: 4px;
    margin: 20px auto;
}

.details-item .box-pic img {
    width: 320px;
    height: 210px;
    border-radius: 4px;
}

.details-item .box-text {
    padding-left: 0px;
}

.box-text .text-title {
    width: 50%;
    float: left;
}

.box-text .text-title h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 800;
    margin-top: 30px;
    color: #333232;
}

.box-text .text-title .decorate {
    margin-top: 18px;
    width: 48px;
    height: 1px;
    background: rgba(153, 153, 153, 1);
}

.box-text .text-time {
    padding: 10px 20px 0 0px;
    width: 50%;
    float: left;
    text-align: right;
}

.box-text .text-time h6 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(153, 151, 151, 1);
}

.box-details {
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-right: 60px;
}

.box-details p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(179, 177, 177, 1);
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.box-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.box-td {
    position: relative;
    height: 250px;
}

.box-btn a {
    text-decoration: none;
}

.box-btn .more-btn {
    width: 31px;
    height: 31px;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    padding-top: -2px;
}

.box-btn .more-btn i {
    color: #999999;
    cursor: pointer;
}

.details-item:hover {
    border: 2px solid #1D60B4;
    background-color: #1D60B4;
}

.details-item:hover .box-pic img {
    transition: 0.4s;
    transform: scale(1.05);
}

.details-item:hover .box-text .text-title h3 {
    color: #fff;
}

.details-item:hover .box-text .text-title .decorate {
    background-color: #fff;
    opacity: 0.6;
}

.details-item:hover .box-text .text-time h6 {
    color: #fff;
    opacity: 0.6;
}

.details-item:hover .box-details p {
    color: #fff;
    opacity: 0.6;
}

.details-item:hover .box-btn .more-btn {
    background-color: #fff;
    border-radius: 50%;
    border: 0px;
}

.details-item:hover .box-btn .more-btn i {
    color: #1D60B4;
}


/* 新闻详情 */

.newsinfo {
    padding-top: 40px;
    height: auto;
    background: rgba(245, 245, 245, 1);
}

.news-box {
    margin-top: 30px;
    position: relative;
    height: auto;
    background: rgba(255, 255, 255, 1);
    padding: 25px 40px 0 40px;
    border-radius: 10px;
}

.news-box .news-title {
    display: flex;
}

.news-box .news-title h3 {
    margin: 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(50, 50, 50, 1);
}

.news-other {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
}

.news-other .nbtn {
    cursor: pointer;
    float: left;
    display: flex;
    width: 80px;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: rgba(49, 219, 137, 1);
    border-radius: 4px;
}

.news-other .nbtn span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.news-other .news-time {
    padding: 0 13px;
    float: left;
}

.news-other .news-time span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.news-other .news-eyes {
    cursor: pointer;
    float: left;
}

.news-other .news-eyes i {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.news-other .news-eyes span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.news-detail {
    padding-top: 15px;
    height: auto;
}

.news-detail p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.news-pic {
    margin-top: 10px;
    width: 625px;
    /*height: 326px;*/
    background: rgba(59, 104, 153, 1);
    border-radius: 4px;
}

@media (max-width: 1000px) {
    .news-pic {
        transition: 0.5s;
        width: 100%;
        height: 326px;
    }
}

.news-pic img {
    max-width: 100%;
    /*height: 326px;*/
}

.all-btn {
    text-align: right;
    padding: 0px 0px 10px 0px;
}

.all-btn a {
    text-decoration: none;
    cursor: pointer;
    color: #5BA9FD;
    font-size: 14px;
    font-weight: 400;
}

.news-no {
    padding-bottom: 25px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.news-no span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}