@charset "UTF-8";
.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.mainTitle {
    width: 100%;
    font-size: 36px;
    color: #00a4eb;
    text-align: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.mainTitle:after {
    position: absolute;
    background-color: #797979;
    width: 180px;
    height: 3px;
    display: block;
    content: '';
    bottom: -2px !important;
    left: 50%;
    margin-left: -90px;
}

.mainInfo {
    font-size: 16px;
    color: #787878;
    text-align: center;
    margin: 14px 0 30px 0;
}

.strength {
    margin-top: 60px;
}

.strength .strengthContent {
    width: 100%;
    height: 366px;
}

.strength .strengthContent .strengthItem {
    width: 100%;
    height: 100%;
    display: none;
}

.strength .strengthContent .strengthItem.active {
    display: block;
}

.strength .strengthContent .itemImg {
    width: 50%;
    float: left;
    height: 100%;
    background: #797979;
}

.strength .strengthContent .itemInfo {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 30px 10px 0 54px;
}

.strength .strengthContent .itemInfo h4 {
    font-size: 30px;
    color: #313131;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.strength .strengthContent .itemInfo p {
    width: 100%;
    color: #313131;
    line-height: 24px;
    font-size: 18px;
}

.strength .strengthContent .itemInfo .tel {
    margin-top: 64px;
    margin-left: 70px;
}

.strength .strengthContent .itemInfo .tel i {
    font-size: 36px;
    color: #00a0e7;
}

.strength .strengthContent .itemInfo .tel strong {
    font-size: 48px;
    color: #00a0e7;
    font-family: "黑体", "宋体", "微软雅黑", sans-serif;
}

.strength .strengTitle {
    display: flex;
}

.strength .strengTitle li {
    width: 25%;
    display: flex;
    background: #00a0e7;
    box-sizing: border-box;
    padding: 28px 0 24px 38px;
    align-items: center;
    cursor: pointer;
}

.strength .strengTitle li.active {
    background: #797979;
}

.strength .strengTitle li.active p,
.strength .strengTitle li.active span {
    color: #fff;
}

.strength .strengTitle li img {
    display: block;
    margin-right: 12px;
}

.strength .strengTitle li p {
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}

.strength .strengTitle li span {
    color: #fff;
    font-size: 14px;
}

.honor {
    padding-top: 26px;
    padding-bottom: 32px;
    margin-top: 22px;
    height: 948px;
    box-sizing: border-box;
    background: url("../img/about01.png") no-repeat center center;
    background-size: 100% 100%;
}

.honor .honorContent {
    width: 1200px;
    margin: 0 auto;
}

.honor .honorContent .honorItem {
    width: 280px;
    display: block;
}

.honor .honorContent .honorItem:hover p {
    color: #ff6c3f;
}

.honor .honorContent .honorItem img {
    width: 100%;
    height: 330px;
    display: block;
}

.honor .honorContent .honorItem p {
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
}

.honor .honorList {
    margin-top: 40px;
}

.honor .honorList li {
    width: 270px;
    height: 374px;
    float: left;
    border: 1px solid #ddd;
    margin: 0 11px 30px 11px;
}

.honor .honorList p {
    color: #ff6c3f;
    margin-top: 5px;
    text-align: center;
}

.honor_2 {
    padding-top: 26px;
    padding-bottom: 32px;
    margin-top: 22px;
    height: 1550px;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.honor_2 .honorContent {
    width: 1200px;
    margin: 0 auto;
}

.honor_2 .honorContent .honorItem {
    width: 280px;
    display: block;
}

.honor_2 .honorContent .honorItem:hover p {
    color: #ff6c3f;
}

.honor_2 .honorContent .honorItem img {
    width: 100%;
    height: 330px;
    display: block;
}

.honor_2 .honorContent .honorItem p {
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
}

.honor_2 .honorList {
    margin-top: 40px;
    min-height: 1350px; height:auto!important; height:1350px;
}

.honor_2 .honorList li {
    width: 270px;
    height: 405px;
    float: left;
    border: 1px solid #ddd;
    margin: 0 11px 30px 11px;
}

.honor_2 .honorList li img{
    width: 270px;
    height: 405px;
}

.honor_2 .honorList p {
    color: #ff6c3f;
    margin-top: 5px;
    text-align: center;
}

.honor_2 .proContent {
    position: relative;
    padding-bottom: 26px; }
    .honor_2 .proContent .pagination {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .honor_2 .proContent .pagination .pagePrev, .honor_2 .proContent .pagination .pageNext {
        width: auto !important;
        padding: 0 5px; }
      .honor_2 .proContent .pagination a {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        text-align: center;
        border: 1px solid #ccc;
        transition: all .3s; }
        .honor_2 .proContent .pagination a.active {
          background: #ff6600;
          color: #fff; }
        .honor_2 .proContent .pagination a:hover {
          background: #ff6600;
          color: #fff; }

.bigImgBox {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.bigImgBox .imgBox {
    width: 70%;
    left: 15%;
    top: 10%;
    position: relative;
}

.bigImgBox .imgBox .close {}

.bigImgBox .imgBox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    min-width: 500px;
    max-height: 750px;
}

.honor .honorList li:hover {}

.honor .honorList li:hover img {
    transform: scale(1.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.honor .honorList li img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .2s;
}

.introduction {
    margin-top: 28px;
}

.introduction .introCon {
    margin-top: 33px;
}

.introduction .introCon .container {
    display: flex;
}

.introduction .introCon img {
    display: block;
    width: 436px;
    height: 400px;
}

.introduction .introCon .txt {
    flex: 1;
    margin-left: 25px;
}

.introduction .introCon .txt h6 {
    font-size: 18px;
    color: #0c55bc;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 22px;
}

.introduction .introCon .txt p {
    font-size: 14px;
    color: #454545;
    font-weight: 600;
    line-height: 26px;
    text-indent: 2em;
}

@media screen and (max-width: 1200px) {
    .banner {
        width: 100%;
        min-height: 75px;
        margin-top: 60px;
    }
    .banner img {
        display: block;
        width: 100%;
        min-height: 75px;
    }
    .strength {
        margin-top: 30px;
    }
    .strength .strengthContent .itemInfo h4 {
        font-size: 24px;
    }
    .strength .strengthContent .itemInfo p {
        font-size: 16px;
    }
    .strength .strengthContent .itemInfo .tel {
        margin-top: 40px;
        margin-left: 40px;
    }
    .strength .strengthContent .itemInfo .tel strong {
        font-size: 40px;
    }
    .strength .strengTitle li {
        padding: 14px;
    }
    .strength .strengTitle li img {
        margin-right: 8px;
    }
    .strength .strengTitle li p {
        font-size: 24px;
    }
    .strength .strengTitle li span {
        font-size: 12px;
    }
    .honor {
        padding: 20px;
        margin-top: 22px;
        height: auto;
        box-sizing: border-box;
        background: url("../img/about01.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .honor .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .honor .honorList {
        margin-top: 36px;
        overflow: hidden;
    }
    .honor .honorList li {
        width: 22.7%;
        height: 304px;
        float: left;
        border: 1px solid #ddd;
        margin: 1%;
    }
    .honor .honorList li img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .introduction {
        margin-top: 20px;
    }
    .introduction .introCon {
        margin-top: 20px;
    }
    .introduction .introCon .container {
        display: flex;
    }
    .introduction .introCon img {
        display: block;
        width: 400px;
        height: 380px;
    }
    .introduction .introCon .txt {
        flex: 1;
        margin-left: 15px;
    }
    .introduction .introCon .txt h6 {
        font-size: 16px;
        color: #0c55bc;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .introduction .introCon .txt p {
        font-size: 14px;
        color: #454545;
        font-weight: 600;
        line-height: 26px;
        text-indent: 2em;
    }
}

@media screen and (max-width: 1024px) {
    .mainTitle {
        width: 100%;
        font-size: 20px;
    }
    .mainTitle:after {
        position: absolute;
        bottom: 0;
        background-color: #797979;
        width: 180px;
        height: 1px;
        display: block;
        content: '';
        left: 50%;
        margin-left: -90px;
    }
    .mainInfo {
        font-size: 12px;
        color: #787878;
        text-align: center;
        margin: 14px 0;
    }
    .strength {
        margin-top: 20px;
    }
    .strength .strengthContent {
        width: 100%;
        height: 366px;
    }
    .strength .strengthContent .strengthItem {
        width: 100%;
        height: 100%;
    }
    .strength .strengthContent .itemImg {
        width: 50%;
        float: left;
        height: 100%;
        background: #ccc;
    }
    .strength .strengthContent .itemInfo {
        width: 50%;
        padding: 10px;
    }
    .strength .strengthContent .itemInfo h4 {
        font-size: 18px;
    }
    .strength .strengthContent .itemInfo p {
        width: 100%;
        color: #313131;
        line-height: 20px;
        font-size: 14px;
    }
    .strength .strengthContent .itemInfo .tel {
        margin-top: 24px;
        margin-left: 30px;
    }
    .strength .strengthContent .itemInfo .tel i {
        font-size: 18px;
        color: #00a0e7;
    }
    .strength .strengthContent .itemInfo .tel strong {
        font-size: 48px;
        color: #00a0e7;
        font-family: "黑体", "宋体", "微软雅黑", sans-serif;
    }
    .strength .strengTitle {
        display: flex;
    }
    .strength .strengTitle li {
        padding: 5px;
    }
    .strength .strengTitle li img {
        display: block;
        margin-right: 6px;
        width: 40px;
    }
    .strength .strengTitle li p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .strength .strengTitle li span {
        color: #fff;
        font-size: 12px;
    }
    .honor {
        padding: 10px;
        margin-top: 22px;
        height: auto;
        box-sizing: border-box;
        background: url("../img/about01.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .honor .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .honor .honorList {
        margin-top: 20px;
        overflow: hidden;
    }
    .honor .honorList li {
        min-height: 170px;
        max-height: 213px;
        float: left;
        margin: 1%;
        border: none;
    }
    .honor .honorList li img {
        width: 170px;
        display: block;
        margin: 0 auto;
        height: 213px;
    }
    .introduction {
        margin-top: 10px;
    }
    .introduction .introCon {
        margin-top: 10px;
    }
    .introduction .introCon .container {
        display: flex;
        flex-direction: column;
    }
    .introduction .introCon img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .introduction .introCon .txt {
        flex: 1;
        margin-left: 15px;
    }
    .introduction .introCon .txt h6 {
        font-size: 16px;
        color: #0c55bc;
        text-align: center;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .introduction .introCon .txt p {
        font-size: 12px;
        color: #454545;
        font-weight: 600;
        line-height: 22px;
        text-indent: 2em;
    }
}

@media screen and (max-width: 768px) {
    .location {
        display: none;
    }
    .strength {
        margin-top: 20px;
    }
    .strength .strengthContent {
        width: 100%;
        height: auto;
    }
    .strength .strengthContent .strengthItem {
        width: 100%;
        height: 100%;
    }
    .strength .strengthContent .itemImg {
        width: 100%;
        float: none;
        /*height: 200px;*/
        background: #ccc;
    }
    .strength .strengthContent .itemInfo {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 5px;
    }
    .strength .strengthContent .itemInfo h4 {
        font-size: 16px;
        color: #313131;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 6px;
    }
    .strength .strengthContent .itemInfo p {
        width: 100%;
        color: #313131;
        line-height: 18px;
        font-size: 12px;
    }
    .strength .strengthContent .itemInfo .tel {
        margin-top: 10px;
        margin-left: 0;
    }
    .strength .strengthContent .itemInfo .tel i {
        font-size: 28px;
    }
    .strength .strengthContent .itemInfo .tel strong {
        font-size: 24px;
    }
    .strength .strengTitle {
        display: flex;
        flex-wrap: wrap;
    }
    .strength .strengTitle li {
        width: 20%;
        padding: 12px;
        align-items: center;
        margin-bottom: 5px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }
    .strength .strengTitle li img {
        display: block;
        margin: 0 auto;
        height: 30px;
        width: auto;
        margin-bottom: 5px;
    }
    .strength .strengTitle li p {
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin-bottom: 5px;
    }
    .strength .strengTitle li span {
        display: none;
        color: #fff;
        font-size: 12px;
    }
    .honor {
        padding: 10px;
        margin-top: 22px;
        height: auto;
        box-sizing: border-box;
        background: url("../img/about01.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .honor .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .honor .honorList {
        margin-top: 15px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .honor .honorList li {
        width: 45%;
        min-height: 170px;
        max-height: 213px;
        height: auto;
        float: left;
        margin: 1%;
        border: none;
    }
    .honor .honorList li img {
        width: 150px;
        height: 187px;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
    }
  .bigImgBox .imgBox {
    width: 90%;
    left: 5%;
    top: 10%;
    position: relative;
}
  .bigImgBox .imgBox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    min-width: 300px;
    max-height: 450px;
}
}