@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;
    bottom: -2px;
    background-color: #797979;
    width: 180px;
    height: 3px;
    display: block;
    content: '';
    left: 50%;
    margin-left: -90px;
}

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

.strength {
    margin-top: 30px;
}

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

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

.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;
    transition: all .2s;
    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;
}

.swiper-button-prev.prev1 {
    background-image: url("../img/prev2.png");
    background-size: 100% auto;
    width: 46px;
    height: 46px;
    left: -80px;
}


/* .swiper-button-prev.prev1:hover {
    background-image: url("../img/prev1.png");
} */


/* .swiper-button-next.next1:hover {
    background-image: url("../img/next1.png");
} */

.swiper-button-next.next1 {
    background-image: url("../img/next2.png");
    background-size: 100% auto;
    width: 46px;
    height: 46px;
    right: -65px;
}

.swiper-button-prev.prev2,
.swiper-button-prev.mainBannerPrev {
    background-image: url("../img/prev2.png");
    background-size: 100% auto;
    width: 46px;
    height: 46px;
    top: 40%;
    left: -44px;
}

.swiper-button-prev.mainBannerPrev {
    left: 20px;
    top: 50%;
}

.swiper-button-next.next2,
.swiper-button-next.mainBannerNext {
    background-image: url("../img/next2.png");
    background-size: 100% auto;
    width: 46px;
    height: 46px;
    top: 40%;
    right: -24px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: orange;
}

.swiper-button-next.mainBannerNext {
    right: 20px;
    top: 50%;
}

.product {
    background: #f0f0f0;
    padding: 66px 0 46px 0;
}

.product .container {
    display: flex;
}

.product .title {
    width: 218px;
}

.product .title .titleBox {
    width: 100%;
    height: 100px;
    background-color: #00a0e7;
    box-sizing: border-box;
    padding: 30px 0 0 60px;
    margin-bottom: 7px;
}

.product .title .titleBox h4,
.product .title .titleBox p {
    text-align: left;
    color: #fff;
}

.product .title .titleBox h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.product .title .titleBox p {
    color: #6ecff9;
    font-size: 14px;
    text-align: left;
}

.product .title li {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #fff;
    margin-top: 4px;
    box-sizing: border-box;
    padding-left: 54px;
    position: relative;
}

.product .title li:hover a {
    color: #e26762;
}

.product .title li:hover i {
    color: #e26762;
}

.product .title li:hover:before {
    border: 2px solid #e26762;
}

.product .title li i {
    position: absolute;
    right: 16px;
    top: 0;
    display: block;
    color: #d7d7d7;
    z-index: 100;
}

.product .title li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 22px;
}

.product .title li a {
    font-size: 16px;
    display: block;
    color: #454545;
    font-family: "黑体", "宋体", "微软雅黑", sans-serif;
}

.product .proContent .proItem a {
    float: left;
    margin-left: 27px;
    margin-bottom: 28px;
}

.product .proContent .proItem a:hover h6 {
    color: #ff6600;
}

.product .proContent .proItem a:hover p {
    color: #ababab;
}

.product .proContent .proItem img {
    width: 300px;
    height: 228px;
    display: block;
}

.product .proContent .proItem .txt {
    background: #fff;
    padding: 4px 0;
}

.product .proContent .proItem .txt h6 {
    margin-bottom: 4px;
}

.product .proContent .proItem .txt h6,
.product .proContent .proItem .txt p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.product .proContent .proItem .txt p {
    color: #ababab;
}

.honor {
    padding-top: 26px;
    padding-bottom: 32px;
}

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

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

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

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

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

.about {
    width: 100%;
    height: 540px;
    background: url("../img/aboutBg.png") no-repeat center center;
    background-size: 100% auto;
    box-sizing: border-box;
    padding-top: 50px;
}

.about h3 {
    color: #fff;
}

.about .mainInfo {
    color: #fff;
}

.about .aboutContent {
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    display: flex;
}

.about .aboutContent img {
    width: 430px;
    height: 296px;
}

.about .aboutContent .info {
    margin-left: 20px;
}

.about .aboutContent .info h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 600;
    line-height: 60px;
}

.about .aboutContent .info p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    /*font-weight: 600;*/
}

.customer {
    padding-top: 26px;
    padding-bottom: 32px;
}

.customer .honorContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

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

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

.customer .honorContent .honorItem img {
    margin: 0 auto;
    padding: 5px 33px;
    border: 1px solid #ddd;
    display: block;
}

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

.new {
    width: 100%;
    background: #f0f0f0;
    padding: 65px 0px;
}

.new .newBox {
    width: 1264px;
    background: #fff;
    box-sizing: border-box;
    padding: 42px 0px 24px 0px;
    margin: 0 auto;
    display: flex;
}

.new .newItem {
    width: 372px;
    margin-left: 38px;
}

.new .newItem .newTitle {
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.new .newItem .newTitle i {
    font-size: 36px;
    color: #00a0e7;
    float: left;
}

.new .newItem .newTitle h5 {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    float: left;
    margin-top: 5px;
    margin-left: 4px;
}

.new .newItem .newTitle .more {
    font-size: 13px;
    color: #00a0e7;
    float: right;
    margin-top: 10px;
}

.new .newItem .newList li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #dddddd;
    box-sizing: border-box;
    padding-left: 0px;
}

.new .newItem .newList li:hover p {
    color: #ff6600;
}

.new .newItem .newList li a {
    display: flex;
    align-items: center;
}

.new .newItem .newList li i {
    font-size: 12px;
}

.new .newItem .newList li p {
    width: 76%;
}

.new .newItem .newList li p,
.new .newItem .newList li span {
    color: #666666;
    font-size: 13px;
}

.new .newItem .newList li span {
    float: right;
}

.new .newItem:nth-child(2) i,
.new .newItem:nth-child(3) i {
    font-size: 40px;
    margin-top: 0px;
}

.introduction {
    padding: 70px 0 74px 0;
}

.introduction ul {
    display: flex;
}

.introduction li {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 24px;
}

.introduction li .txt {
    margin-left: 20px;
}

.introduction li h6 {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}

.introduction li p {
    font-size: 13px;
    color: #979797;
    margin-top: 10px;
    line-height: 18px;
}

@media screen and (max-width: 1200px) {
    .swiper-button-prev.prev1,
    .swiper-button-prev.prev2,
    .swiper-button-prev.next1,
    .swiper-button-prev.next2 {
        display: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .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;
    }
    .product .title {
        width: 218px;
    }
    .product .proContent .proItem a:nth-child(5),
    .product .proContent .proItem a:nth-child(6) {
        display: none;
    }
    .honor .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .honor .honorContent .honorItem {
        width: 245px;
    }
    .honor .honorContent .honorItem img {
        height: 280px;
    }
    .about {
        width: 100%;
        height: 540px;
        background: url("../img/aboutBg.png") no-repeat top center;
        background-size: 100% 100%;
    }
    .customer .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .customer .honorContent .honorItem {
        width: 266px;
        display: block;
    }
    .customer .honorContent .honorItem:hover p {
        color: #ff6c3f;
    }
    .customer .honorContent .honorItem img {
        padding: 20px 12px;
        border: none;
    }
    .new {
        width: 100%;
        background: #f0f0f0;
        padding: 45px 0px;
    }
    .new .newBox {
        width: 96%;
        padding: 14px 0px 14px 0px;
    }
    .new .newItem {
        width: 32%;
        margin-left: 1%;
    }
    .new .newItem img {
        width: 100%;
        display: block;
    }
    .new .newItem .newTitle {
        margin-bottom: 10px;
    }
    .new .newItem .newTitle i {
        font-size: 30px;
        color: #00a0e7;
        float: left;
    }
    .new .newItem .newTitle h5 {
        font-size: 18px;
    }
    .new .newItem .newTitle .more {
        font-size: 12px;
    }
    .new .newItem .newList li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #dddddd;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .new .newItem .newList li:hover p {
        color: #ff6600;
    }
    .new .newItem .newList li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new .newItem .newList li i {
        font-size: 12px;
        display: none;
    }
    .new .newItem .newList li p {
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new .newItem .newList li p,
    .new .newItem .newList li span {
        font-size: 12px;
    }
    .new .newItem:nth-child(2) i,
    .new .newItem:nth-child(3) i {
        font-size: 40px;
        margin-top: -5px;
    }
    .introduction {
        padding: 70px 0 74px 0;
    }
    .introduction ul {
        display: flex;
    }
    .introduction li {
        flex: 1;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        padding: 24px;
    }
    .introduction li .txt {
        margin-left: 20px;
    }
    .introduction li h6 {
        font-size: 22px;
        color: #333333;
        font-weight: 600;
    }
    .introduction li p {
        font-size: 13px;
        color: #979797;
        margin-top: 10px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .mainInfo {
        font-size: 16px;
        color: #787878;
        text-align: center;
        margin: 14px 0 20px 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;
    }
    .product {
        padding: 26px 0 16px 0;
    }
    .product .title .titleBox {
        padding: 30px 0 0 40px;
        margin-bottom: 7px;
    }
    .product .title .titleBox h4,
    .product .title .titleBox p {
        text-align: left;
        color: #fff;
    }
    .product .title .titleBox h4 {
        font-size: 22px;
    }
    .product .proContent .proItem a {
        float: left;
        margin-left: 12px;
        margin-bottom: 14px;
    }
    .product .proContent .proItem img {
        width: 248px;
        height: 190px;
    }
    .honor .honorContent {
        width: 96%;
    }
    .honor .honorContent .honorItem {
        width: 184px;
        display: block;
    }
    .honor .honorContent .honorItem:hover p {
        color: #ff6c3f;
    }
    .honor .honorContent .honorItem img {
        width: 100%;
        height: 220px;
        display: block;
    }
    .about {
        width: 100%;
        height: 440px;
        background: url("../img/aboutBg.png") no-repeat center center;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: 20px;
    }
    .about .aboutContent {
        box-sizing: border-box;
        padding: 16px;
        background: #fff;
        display: flex;
    }
    .about .aboutContent img {
        width: 350px;
        height: 238px;
    }
    .about .aboutContent .info {
        margin-left: 20px;
    }
    .about .aboutContent .info h4 {
        font-size: 16px;
        color: #313131;
        font-weight: 600;
        line-height: 40px;
    }
    .about .aboutContent .info p {
        font-size: 12px;
        color: #595959;
        line-height: 18px;
        font-weight: 600;
    }
    .customer .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .customer .honorContent .honorItem {
        width: 390px;
        display: block;
    }
    .customer .honorContent .honorItem:hover p {
        color: #ff6c3f;
    }
    .customer .honorContent .honorItem img {
        margin: 0 auto;
        padding: 49px 33px;
        border: 1px solid #ddd;
        display: block;
    }
    .customer .honorContent .honorItem p {
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 600;
    }
    .new {
        width: 100%;
        background: #f0f0f0;
        padding: 25px 0px;
    }
    .new .newBox {
        width: 96%;
        background: #fff;
        box-sizing: border-box;
        padding: 10px 0;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .new .newItem {
        width: 45%;
        margin-left: 3%;
        margin-bottom: 15px;
    }
    .new .newItem .newTitle {
        align-items: center;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .new .newItem .newTitle i {
        font-size: 36px;
        color: #00a0e7;
        float: left;
    }
    .introduction {
        padding: 20px 0;
    }
    .introduction ul {
        flex-wrap: wrap !important;
    }
    .introduction li {
        flex: none;
        display: inline-block;
        width: 96%;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        padding: 14px;
    }
    .introduction li .txt {
        margin-left: 10px;
    }
    .introduction li h6 {
        font-size: 18px;
    }
    .introduction li p {
        font-size: 12px;
    }
}

.phone{
    display: none!important;
}

@media screen and (max-width: 768px) {
    .pc{
        display: none!important;
    }
    .phone{
        display: block!important;
    }
    .banner {
        width: 100%;
        margin-top: 60px;
    }
    .banner img {
        // display: block;
        width: 100%;
        // min-height: 200px;
    }
    .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: auto;
    }
    .strength .strengthContent .strengthItem {
        width: 100%;
        height: 100%;
    }
    .strength .strengthContent .itemImg {
        width: 100%;
        float: none;
        /*height: 200px;*/
        background: #ccc;
    }
  .strength .strengthContent .itemImg  img{
        background-size:contain|cover;
        max-width:345px;
        height: auto;
    }
    .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: 10px;
        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;
    }
    .product {
        background: #f0f0f0;
        padding: 15px 0;
    }
    .product .container {
        display: flex;
        flex-direction: column;
    }
    .product .title {
        width: 100%;
    }
    .product .title img {
        display: none;
    }
    .product .title .titleBox {
        width: 100%;
        height: 60px;
        background-color: #00a0e7;
        box-sizing: border-box;
        padding: 10px 0 0 0;
        margin-bottom: 0px;
    }
    .product .title .titleBox h4,
    .product .title .titleBox p {
        text-align: center;
        color: #fff;
    }
    .product .title .titleBox h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .product .title .titleBox p {
        color: #6ecff9;
        font-size: 12px;
    }
    .product .title li {
        display: none;
        width: 100%;
        height: 54px;
        line-height: 54px;
        background: #fff;
        margin-top: 0px;
        box-sizing: border-box;
        padding-left: 54px;
        position: relative;
    }
    .product .title li i {
        position: absolute;
        right: 16px;
        top: 0;
        display: block;
        color: #d7d7d7;
        z-index: 100;
    }
    .product .title li:before {
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border: 2px solid #ddd;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: 22px;
    }
    .product .title li a {
        font-size: 14px;
        display: block;
        color: #454545;
        font-family: "黑体", "宋体", "微软雅黑", sans-serif;
    }
    .product .proContent .proItem a {
        float: left;
        display: block;
        margin: 10px auto;
        width: 48%;
        margin-right: 2%;
    }
    .product .proContent .proItem img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .product .proContent .proItem .txt {
        background: #fff;
        padding: 4px 0;
    }
    .product .proContent .proItem .txt h6 {
        margin-bottom: 4px;
    }
    .product .proContent .proItem .txt h6,
    .product .proContent .proItem .txt p {
        text-align: center;
        font-weight: 600;
        font-size: 14px;
      white-space: nowrap; 
    }
    .mainInfo {
        line-height: 18px;
        margin: 6px 0;
    }
    .honor {
        padding-top: 10px;
        padding-bottom: 12px;
    }
    .honor .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .honor .honorContent .honorItem {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .honor .honorContent .honorItem:hover p {
        color: #ff6c3f;
    }
    .honor .honorContent .honorItem img {
        height: 100%;
        display: block;
    }
    .honor .honorContent .honorItem p {
        text-align: center;
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: #f0f0f0;
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
    }
    .about {
        width: 100%;
        /*height: 320px;*/
        background: url("../img/aboutBg.png") no-repeat top center;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: 10px;
    }
    .about h3 {
        color: #fff;
    }
    .about .mainInfo {
        color: #fff;
    }
    .about .aboutContent {
        box-sizing: border-box;
        padding: 4px;
        background: #fff;
        display: flex;
        flex-direction: column;
    }
    .about .aboutContent img {
        width: 100%;
        display: none;
        height: auto;
    }
    .about .aboutContent .info {
        margin-left: 0px;
    }
    .about .aboutContent .info h4 {
        font-size: 14px;
        color: #313131;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
    }
    .about .aboutContent .info p {
        font-size: 12px;
        color: #595959;
        line-height: 16px;
        font-weight: 400;
    }
    .customer {
        padding: 14px 0;
    }
    .customer .honorContent {
        width: 96%;
        margin: 0 auto;
    }
    .customer .honorContent .honorItem {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .customer .honorContent .honorItem:hover p {
        color: #ff6c3f;
    }
    .customer .honorContent .honorItem img {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        height: 100%;
        padding: 0px 0;
        border: none;
        display: block;
    }
    .customer .honorContent .honorItem p {
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
        font-weight: 600;
    }
    .new {
        width: 100%;
        background: #f0f0f0;
        padding: 20px 0;
    }
    .new .newBox {
        width: 96%;
        background: #fff;
        box-sizing: border-box;
        padding: 10px 0;
        margin: 0 auto;
        display: flex;
    }
    .new .newItem {
        width: 96%;
        margin: 0 auto;
    }
    .new .newItem img {
        width: 100%;
    }
    .new .newItem .newTitle {
        align-items: center;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .new .newItem .newTitle i {
        font-size: 30px;
        color: #00a0e7;
        float: left;
    }
    .new .newItem .newTitle h5 {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        float: left;
        margin-top: 5px;
        margin-left: 4px;
    }
    .new .newItem .newTitle .more {
        font-size: 13px;
        color: #00a0e7;
        float: right;
        margin-top: 10px;
    }
    .new .newItem .newList li {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px dashed #dddddd;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .new .newItem .newList li:hover p {
        color: #ff6600;
    }
    .new .newItem .newList li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new .newItem .newList li i {
        font-size: 12px;
    }
    .new .newItem .newList li p,
    .new .newItem .newList li span {
        color: #666666;
        font-size: 13px;
    }
    .new .newItem:nth-child(2) i,
    .new .newItem:nth-child(3) i {
        font-size: 40px;
        margin-top: -5px;
    }
    .introduction {
        padding: 20px 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .introduction ul {
        display: flex;
    }
    .introduction li {
        flex: none;
        display: flex;
        align-items: center;
        border: none;
        border-bottom: 1px solid #ddd;
      float: left;
      width: 46%;
      padding: 6px;
    }
    .introduction li .txt {
        margin-left: 20px;
    }
    .introduction li img {
        width: 35px; /*原35px*/
    }
    .introduction li h6 {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
    }
    .introduction li p {
        font-size: 13px;
        color: #979797;
        margin-top: 10px;
        line-height: 18px;
    }
}