@charset "utf-8";
/* CSS Document */

/*首页 banner*/
#i_banner .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#i_banner>div {
    animation-fill-mode: both;
}

#i_banner .f-center {
    text-align: center;
}

#i_banner .f-14 {
    font-size: 14px;
}

#i_banner .pcimg {
    width: 100%;
    overflow: hidden;
    height: auto;
}

#i_banner .banner {
    height: auto;
}

#i_banner .banner .swiper-slide img {
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
}

#i_banner .bannerPic {
    position: relative;
    width: 100%;
    transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}


#i_banner .swiper-slide {
    position: relative;
}

#i_banner .txt {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#i_banner .txt .con {
    margin-bottom: 1.9%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#i_banner .txt .txtc {
    position: relative;
    z-index: 0;
    color: #fff;
    text-align: left;
    width: 36.6%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    /* Safari */
    top: 20px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#i_banner .swiper-slide.active .txt .txtc {
    top: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

#i_banner .txt .txtb {
    margin-bottom: 20%;
    color: #fff;
}

#i_banner .txt .t1 {
    display: inline-block;
    margin-bottom: 0.9em;
    line-height: 1.5;
    color: #fff;
    background-color: #f28003;
    padding: 0 1.4em;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: .5;
    border-radius: 1.5em;
}

#i_banner .txt .t2 {
    font-weight: normal;
    line-height: 1.3;
    ;
}

#i_banner .txt .t3 {
    margin-top: 0.7em;
    line-height: 1.5;
}

#i_banner .txt .btn {
    margin-top: 1.5em;
    display: inline-block;
    line-height: 1.8;
    color: #fff;
    background-color: #ff6600;
    padding: 0 1.5em;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: .5;
    border-radius: 1.5em;
}

#i_banner .txt .picb {
    width: 60.5%;
    margin-right: 1.5%;
}

#i_banner .txt .pic {
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 80.4%;
}

#i_banner .txt .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#i_banner .swiper-slide.active .bannerPic {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

#i_banner .banner .swiper-button-prev {

    left: calc(8.335% - 32px);
    top: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background: rgba(202, 202, 202, 0.3) url(../images/arr2_left.png) center center no-repeat;
    background-size: 50% auto;
    transition: all .3s ease;
}

#i_banner .banner .swiper-button-next {
    right: calc(8.335% - 32px);
    top: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background: rgba(202, 202, 202, 0.3) url(../images/arr2_right.png) center center no-repeat;
    background-size: 50% auto;
    transition: all .3s ease;
}

#i_banner .banner .swiper-button-next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

#i_banner .banner .swiper-button-prev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

#i_banner .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 14px;
    opacity: 0.5;
    color: transparent;
}

#i_banner .banner .swiper-pagination-bullet-active {
    opacity: 1;
}

#i_banner .banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

#i_banner .banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}

#i_banner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

#i_banner .banner .swiper-pagination {
    font-size: 0px;
}

#i_banner .banner .swiper-pagination>span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#i_banner .banner .swiper-container-rtl .swiper-button-next {
    left: calc(8.335% - 32px);
}

#i_banner .banner .swiper-container-rtl .swiper-button-prev {
    right: calc(8.335% - 32px);
}

#i_banner .banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3%;
}

#i_banner .banner .swiper-pagination-custom {
    bottom: 5%;
}

#i_banner .banner .swiper-pagination-fraction {
    bottom: 5%;
}

#i_banner .right {
    right: -2px;
}

#i_banner .left {
    left: -2px;
}

#i_banner .circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(-135deg);
}

#i_banner .rightcircle {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: 0px;
}

#i_banner .leftcircle {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 0px;
}

#i_banner .wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #i_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 26px;
    }

    #i_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 30px;
    }

    #i_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 14px;
    }

    #i_banner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #i_banner .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1900px) {
    #i_banner .txt .txtc {
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 828px) {
    /* #i_banner .bannerPic {
        height: 80vw;
    } */

    #i_banner .con {}

    #i_banner .txt .con {
        width: 100%;
        margin: 0 0 5% 0;
    }

    #i_banner .txt {
        padding: 0 1em;
    }

    #i_banner .txt .txtc {
        font-size: 1.25vw;
    }

    #i_banner .circleProgress {
        display: none;
    }

    #i_banner .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5%;
    }

    #i_banner .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    #i_banner .rightcircle {
        display: none;
    }

    #i_banner .banner .swiper-button-prev {
        display: none;
    }

    #i_banner .banner .swiper-button-next {
        display: none;
    }
}

#i_banner {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width:828px) {
    #i_banner .txt .txtc {
        width: 100%;
        position: absolute;
        padding-top: 10%;
        z-index: 9999999;
    }

    #i_banner .txt .picb {
        width: 100%;
    }

    #i_banner .txt .t1 {
        font-size: 4vw;
    }

    #i_banner .txt .t2 {
        font-size: 3.2vw;
    }

    #i_banner .txt .t3 {
        font-size: 3vw;
    }
}

.i_box {
    padding: 5em 0;
}

.i_box .tit {
    text-align: left;
    color: #ff6600;
    line-height: 1.2;
    font-weight: bold;
}

.i_box .tit2 {
    margin-top: 1em;
    text-align: left;
    color: #5b5b5b;
}

.i_box .titBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i_box .titBox .newBtnW {
    margin-top: 0.5em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 22px;
    color: #6d6d6d;
    font-family: "宋体";
    font-weight: bold;
}

.i_box .titBox .newBtnW .button-next {
    cursor: pointer;
    padding: 0 0.4em;
    font-size: 1.2em;
}

.i_box .titBox .newBtnW .button-prev {
    cursor: pointer;
    padding: 0 0.4em;
    font-size: 1.2em;
}

.i_box .titBox .newBtnW .button-prev:hover {
    color: #e00035;
}

.i_box .titBox .newBtnW .button-next:hover {
    color: #e00035;
}

.i_box .titBox .newBtnW .swiper-button-disabled {
    color: #b0b0b0;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: 0.4;
    cursor: not-allowed;
}

.more {
    line-height: 1.8;
    margin-top: 1em;
    padding: 0 0.9em;
    display: inline-block;
    background-color: #de2127;
    color: #fff;
}

.more:hover {
    color: #fff;
}

.more2 {
    line-height: 2.4;
    margin-top: 1.9em;
    padding: 0 0.9em;
    display: inline-block;
    border: 1px solid #de2127;
    color: #de2127;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.more2:hover {
    color: #fff;
    background-color: #de2127;
}

.moreGray {
    line-height: 2.4;
    margin-top: 2.9em;
    padding: 0 2.4em;
    display: inline-block;
    border: 1px solid #414141;
    color: #696969;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.moreGray:hover {
    color: #fff;
    background-color: #414141;
}

.moreBlue {
    line-height: 1.8;
    margin-top: 1em;
    padding: 0 0.9em;
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
}

.moreBlue:hover {
    color: #fff;
}


.proBox {
    padding: 4.6em 0 3em;
}

.proBox .tit {
    text-align: center;
    font-style: italic;
    font-weight: normal;
}

.proBox .tit2 {
    text-align: center;
}

.proBox .tab ul {
    margin-top: 1.8em;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proBox .tab ul li {
    cursor: pointer;
    padding: 0 0.3em;
    margin: 0 1.6em;
}

.proBox .tab ul li.cur {
    color: #fff;
    background-color: #ff6600;
}

.proBox .conP {
    display: none;
}

.proBox .show {
    display: block;
}

.proBox .list ul {
    margin-top: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.proBox .list li {
    margin-top: 2.3em;
    overflow: hidden;
    background-color: #fff;
    width: 32.8%;
    margin-right: 0.8%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.proBox .list li:nth-child(3n) {
    margin-right: 0;
}

.proBox .list .txt {
    padding: 1.4em 1.4em 0;
    text-align: left;
}

.proBox .list .name {
    color: #282828;
    text-align: left;
    font-weight: bold;
}

.proBox .list .name a {
    color: #282828;
}

.proBox .list .name a:hover {
    color: #ff6600;
}

.proBox .list .intro {
    margin-top: 0.2em;
    color: #404040;
}

.proBox .list .btn {
    display: inline-block;
    margin-top: 2.8em;
    color: #ff6600;
}

.proBox .list .btn:hover {
    color: #ff6600;
}

.proBox .list .pic {
    position: relative;
    z-index: 0;
    padding-top: 55.2%;
    overflow: hidden;
    background-color: #3f3f41;
}

.proBox .list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.proBox .list .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

@media only screen and (max-width:828px) {
    .proBox {
        padding: 3em 0 1.5em;
    }

    .proBox .list li {
        width: 100%;
        margin-top: 1em;
        margin-right: 0
    }

    ;

    .proBox .list li:nth-child(3n) {
        margin-right: 0;
    }

    .proBox .list li:nth-child(2n) {
        margin-right: 0;
    }

    .proBox .list .txt {
        padding: 1em 0.1em 0;
    }
}


.pro2Box {
    padding: 4.6em 0 2em;
}

.pro2Box .tit {
    text-align: center;
    font-style: italic;
    font-weight: normal;
}

.pro2Box .tit2 {
    text-align: center;
}

.pro2Box .list ul {
    margin-top: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.pro2Box .list li {
    margin-top: 2.75em;
    overflow: hidden;
    background-color: #fff;
    width: 28.3%;
    margin-right: 7.55%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro2Box .list li:nth-child(3n) {
    margin-right: 0;
}

.pro2Box .list .pic {
    position: relative;
    z-index: 0;
    padding-top: 69.1%;
    overflow: hidden;
}

.pro2Box .list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro2Box .list .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

@media only screen and (max-width:828px) {
    .pro2Box {
        padding: 1.5em 0;
    }

    .pro2Box .list ul {
        display: block;
    }

    .pro2Box .list li {
        width: 100%;
        margin-top: 1em;
        margin-right: 0
    }

    ;
}

.pro3Box {
    padding: 2em 0 4.2em;
}

.pro3Box .tit {
    max-width: 1379px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    color: #ff6600;
    font-weight: normal;
}

.pro3Box .tit2 {
    margin-top: 2.6em;
    text-align: center;
    color: #707070;
    font-style: italic;
}

.pro3Box .list ul {
    margin-top: 0.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.pro3Box .list li {
    margin-top: 2.75em;
    overflow: hidden;
    background-color: #fff;
    width: 46.3%;
    margin-right: 7.3%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro3Box .list li:nth-child(2n) {
    margin-right: 0;
}

.pro3Box .list .pic {
    position: relative;
    z-index: 0;
    padding-top: 50%;
    overflow: hidden;
}

.pro3Box .list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro3Box .list .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.pro3Box .videoBox {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.pro3Box .videoBox video {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro3Box .videoBox .videoPic {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pro3Box .videoBox .btnPlay {
    position: absolute;
    z-index: 2;
    left: 18%;
    bottom: 14.4%;
    width: 64%;
    height: 2.8em;
    line-height: 2.7em;
    cursor: pointer;
    background: #ff6600;
    background-size: contain;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 0.1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.pro3Box .videoBox .btnPlay i {
    margin-left: 0.8em;
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../images/i_video.png) center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 0;
    top: -1px;
    vertical-align: middle;
}

.pro3Box .videoBox.curPlay .videoPic {
    display: none;
}

.pro3Box .videoBox.curPlay .btnPlay {
    display: none;
}

@media only screen and (max-width:828px) {
    .pro3Box {
        padding: 1.5em 0 3em;
    }

    .pro3Box .tit2 {
        margin-top: 1.5em;
    }

    .pro3Box .list ul {
        display: block;
    }

    .pro3Box .list li {
        width: 100%;
        margin-right: 0;
        margin-top: 1.5em;
    }
}


.tBox {
    padding: 4.3em 0 4.8em;
    background-color: #ff6600;
    color: #fff;
}

.tBox .txt {
    line-height: 1.67em;
    max-width: 1130px;
    margin: 0 auto;
    width: 95%;
    font-weight: bold;
}

@media only screen and (max-width:828px) {
    .tBox {
        padding: 3em 0;
    }
}

.samBox {
    padding: 6.5em 0 6.5em;
}

.samBox .tit {
    text-align: center;
    font-weight: normal;
    font-style: italic;
}

.samBox .tit2 {
    text-align: center;
    color: #5d5c5c;
}

.samBox .btn {
    display: block;
    width: 8.2em;
    line-height: 2;
    margin: 0 auto 0 0;
    cursor: pointer;
    background-color: #ff6600;
    color: #fff;
}

.samBox .list ul {}

.samBox .list li {
    position: relative;
    z-index: 0;
    margin-top: 1.1em;
    overflow: hidden;
}

.samBox .list .name {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.4em 1.6em 0.8em;
    margin-top: 1.2em;
    color: #000;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
}

.samBox .list .name {
    color: #fff;
}

.samBox .list .pic {
    position: relative;
    z-index: 0;
    padding-top: 45%;
    overflow: hidden;
}

.samBox .list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.samBox .list .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.samBox .list2 ul {
    margin-top: 0.9%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.samBox .list2 li {
    width: 23.7%;
    margin-top: 1.73%;
    margin-right: 1.73%;
    position: relative;
    z-index: 0;
    margin-top: 1.1em;
    overflow: hidden;
}

.samBox .list2 li:nth-child(4n) {
    margin-right: 0;
}

.samBox .list2 .name {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.6em 1.6em 0.6em;
    margin-top: 1.2em;
    color: #000;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
}

.samBox .list2 .name {
    color: #fff;
}

.samBox .list2 .pic {
    position: relative;
    z-index: 0;
    padding-top: 57.5%;
    overflow: hidden;
}

.samBox .list2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.samBox .list2 .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

@media only screen and (max-width:828px) {
    .samBox {
        padding: 3em 0;
    }

    .samBox .list2 ul li {
        width: 48%;
        margin-right: 2%;
    }

    .samBox .list2 ul li:nth-child(2n) {
        margin-left: 0;
    }

    .samBox .btn {
        margin-top: 1em;
    }

    .proBox .tab ul li {
        cursor: pointer;
        padding: 0 8px;
        margin: 0 2px;
    }
}

.serBox {
    padding: 4.2em 0 5.8em;
    background: #000 url(../images/serv_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.serBox .tit {
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.serBox .tit2 {
    text-align: center;
    color: #fff;
}

.serBox .list ul {
    max-width: 1134px;
    margin: 1.4em auto 0;
    width: 86%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.serBox .list ul li {
    width: 29%;
    line-height: 1.2;
    margin-top: 1em;
    font-style: italic;
}

.serBox .list ul li:nth-child(3n) {
    margin-right: 0;
}

.serBox .list ul li:nth-child(3n+1) {
    margin-left: 11%;
}

.serBox .list ul li .name {
    position: relative;
    z-index: 0;
    padding-left: 1em;
}

.serBox .list ul li .name::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.4em;
    background-color: #fff;
    width: 0.36em;
    height: 0.36em;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (max-width:828px) {
    .serBox .list ul li {
        width: 48%;
        margin-right: 2%;
    }

    .serBox .list ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .serBox .list ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .serBox .list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.newBox {
    padding: 4.6em 0 3em;
}

.newBox .tit {
    text-align: center;
}

.newBox .tit2 {
    text-align: center;
}

.newBox .tit3 {
    text-align: left;
    color: #ff6600;
}

.newBox .tit4 {
    margin-top: 0.7em;
    text-align: left;
}

.newBox .con {
    overflow: visible;
}

.newBox .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.newBox .list li {
    margin-top: 3.2em;
    overflow: hidden;
    background-color: #fff;
    width: 23.1%;
    margin-right: 2.53%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.newBox .list li:nth-child(4n) {
    margin-right: 0;
}

.newBox .list .name {
    margin-top: 1.2em;
    color: #000;
    text-align: left;
}

.newBox .list .name a {
    color: #1d1d1d;
}

.newBox .list .name a:hover {
    color: #ff6600;
}

.newBox .list .pic {
    position: relative;
    z-index: 0;
    padding-top: 92.5%;
    overflow: hidden;
}

.newBox .list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.newBox .list .pic:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

@media only screen and (max-width:828px) {
    .newBox .tit3 {
        margin-top: 1em;
    }

    .newBox .list li {
        width: 48.5%;
        margin-right: 3%;
    }

    .newBox .list li:nth-child(2n) {
        margin-right: 0;
    }

    .pro3Box .list .pic {
        position: relative;
        z-index: 0;
        padding-top: 75%;
        overflow: hidden;
    }
}