﻿@charset "utf-8";

.container .banner {
    width: 100%;
    font-size: 0;
}
.container .banner img {
    width: 100%;
}
.container .aboutList {
     width: 100%;
}
.container .aboutList .aboutOneFat {
    position: relative;
}
.container .aboutList .aboutOneFat .leftMenu {
    height: 160px;
    position: absolute;
    left: 5%;
    top: 60px;
    z-index: 999;
}
.container .aboutList .aboutOneFat .leftMenu .first {
    float: left;
    width: 32px;
    height: 165px;
    background: url(../img/sanshu.jpg) no-repeat;
    background-size: 100% 100%;
}
.container .aboutList .aboutOneFat .leftMenu .second {
    float: left;
    height: 148px;
}
.container .aboutList .aboutOneFat .leftMenu .second .menuName {
    height: 28px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.container .aboutList .aboutOneFat .leftMenu .second .menuName span {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    background: #b71f1e;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
}
@media (max-width: 1560px) {
    .container .aboutList .aboutOneFat .leftMenu .second .menuName span {
        font-size: 13px;
    }
}
.container .aboutList .aboutOneFat .leftMenu .second .menuName i {
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url(../img/redSan.png) no-repeat;
    background-position: right center;
    background-size: 100% 100%;
}
.container .aboutList .aboutOne {
    position: relative;
    width: 60%;
    margin: -25px auto 0 auto;
    background: #2a65b2;
    padding: 35px 35px 0 35px;
}
.container .aboutList .aboutOne .aboutOneImg {
    float: left;
    width: 46%;
    max-width: 545px;
    max-height: 395px;
    margin: -85px 40px 20px 0;
}
.container .aboutList .aboutOne .aboutOneImg img {
    width: 100%;
}
.container .aboutList .aboutOne .aboutMsg .words {
    color: #fff;
    font-size: 35px;
}
.container .aboutList .aboutOne .aboutMsg .wordsOther {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 25px;
    text-align: justify;
}
.container .aboutList .aboutOne .aboutMsg .wordsOther .tsAboutOneImg {
    float: right;
    width: 70%;
    max-width: 535px;
    max-height: 355px;
    margin: 20px -100px 20px 60px;
    position: relative;
}
.container .aboutList .aboutOne .aboutMsg .wordsOther .tsAboutOneImg img {
    width: 100%;
    max-width: 535px;
    max-height: 355px;
    z-index: 100;
    position: relative;
}
.container .aboutList .aboutOne .aboutMsg .wordsOther .tsAboutOneImg .tsAboutOneImgSon {
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 89%;
    height: 100%;
    background: #fff;
}
.container .aboutList .aboutOne .aboutMsg .wordsOther .tsAboutOneImg .tsAboutOneImgSon .dszName {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    font-size: 17px;
    color: #0c0b0a;
    text-align: center;
    margin: 0 auto;
}
.container .aboutList .aboutOne .middleline {
    width: 650px;
    margin: 90px auto 50px auto;
    text-align: center;
}
.container .aboutList .aboutOne .middleline:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #749bcd;
    position: relative;
    top: 48px;
    left: 0;
}
.container .aboutList .aboutOne .middleline .words {
    position: relative;
    width: 180px;
    height: 70px;
    margin: 0 auto;
    background-color: #2a65b2;
}
.container .aboutList .aboutOne .middleline .words .words1 {
    font-size: 35px;
    color: #fff;
}
.container .aboutList .aboutOne .middleline .words .words2 {
    font-size: 18px;
    color: #fff;
}
.container .aboutList .aboutOne .culturesImg {
    font-size: 0;
}
.container .aboutList .aboutOne .culturesImg img {
    width: 100%;
}
.container .aboutList .aboutOne .culturesNr {
    background: #367fcb;
    padding: 80px 80px 0 80px;
}
.container .aboutList .aboutOne .culturesNr ul li {
    float: left;
    width: 50%;
    height: 130px;
    padding-right: 15px;
    box-sizing: border-box;
}
.container .aboutList .aboutOne .culturesNr ul li .coppWords {
    color: #fff;
    font-size: 18px;
}
.container .aboutList .aboutOne .culturesNr ul li .coppWordsMarg {
    margin-top: 12px;
}
.container .aboutList .aboutOne .culturesNr ul li .coppWordsWigtht {
    font-weight: bold;
}
.container .aboutList .aboutOne .culturesNr ul li.one {
    padding-left: 55px;
    background: url(../img/corp1.png) no-repeat;
    background-position: top left;
}
.container .aboutList .aboutOne .culturesNr ul li.two {
    padding-left: 65px;
    background: url(../img/corp2.png) no-repeat;
    background-position: top left;
}
.container .aboutList .aboutOne .culturesNr ul li.three {
    padding-left: 55px;
    background: url(../img/corp3.png) no-repeat;
    background-position: top left;
}
.container .aboutList .aboutOne .culturesNr ul li.four {
    padding-left: 65px;
    background: url(../img/corp4.png) no-repeat;
    background-position: 10px 0;
}
.container .aboutList .aboutOne .certs {
    padding-top: 100px;
}
.container .aboutList .aboutOne .certs .certsLeft {
    float: left;
    width: 16%;
    height: 450px;
}
.container .aboutList .aboutOne .certs .certsLeft .certsLeftWds {
    float: right;
    width: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}
.container .aboutList .aboutOne .certs .certsRight {
    float: left;
    width: 70%;
    text-align: right;
}
.certsName {
    text-align: center;
}
.certsNameMarg {
    margin: 70px auto 15px auto;
}
.certsName span {
    display: inline-block;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px 20px;
    color: #2a65b2;
    font-size: 35px;
    font-weight: bold;
}
.container .aboutList .certsList {
    width: 100%;
    background: #7fa3d1;
    padding-top: 20px;
    padding-bottom: 100px;
}
.container .aboutList .certsList .certsListSon {
    width: 1760px;
    margin: 0 auto;
}
.container .aboutList .certsList .certsListSon ul.flefLayout {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.container .aboutList .certsList .certsListSon ul li {
    float: left;
    width: 235px;
    height: 356px;
    margin-right: 70px;
    margin-bottom: 40px;
}
.container .aboutList .certsList .certsListSon ul li.moreHidden0,
.container .aboutList .certsList .certsListSon ul li.moreHidden1,
.container .aboutList .certsList .certsListSon ul li.moreHidden2,
.container .aboutList .certsList .certsListSon ul li.moreHidden3 {
    display: none;
}
.container .aboutList .certsList .certsListSon ul.sixs li:nth-child(6n) {
    margin-right: 0;
}
.container .aboutList .certsList .certsListSon ul.fives li:nth-child(5n) {
    margin-right: 0;
}
.container .aboutList .certsList .certsListSon ul.fours li:nth-child(4n) {
    margin-right: 0;
}
.container .aboutList .certsList .certsListSon ul li img {
    width: 235px;
    height: 325px;
    cursor: pointer;
}
.container .aboutList .certsList .certsListSon ul li .certTitles {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.container .aboutList .certsList .certsListSon .downBtn {
    text-align: center;
    width: 100%;
}
.container .aboutList .certsList .certsListSon .downBtn img {
    cursor: pointer;
}
.container .aboutList .certsList .certsListSon .downBtn .downBtnImgs {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.container .aboutList .endBlue {
    width: 60%;
    height: 120px;
    background: #2a65b2;
    padding: 0 35px;
    margin: 0 auto 100px auto;
}

.maskAbout {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2000;
    display: none;
}
.showBigImg {
    width: auto;
    max-width: 600px;
    height: calc(98vh);
    max-height: 830px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid #ccc;
    z-index: 9999;
    background: #fff;
    display: none;
}
.showBigImg .closeBtn {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.showBigImg .closeBtn::before,
.showBigImg .closeBtn::after {
    content: '';
    background-color: red;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 7px;
    left: 0;
}
.showBigImg .closeBtn::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.showBigImg .closeBtn::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.showBigImg img {
    width: 100%;
    height: 100%;
}