.nowrap {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .ellip2 {
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: block;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     overflow: hidden;
}
 .Home-banner {
     margin-top: 120px;
}
 .swiper-banner img {
     width: 100%;
}
 .swiper-banner .page_father {
     position: absolute;
     width: 100%;
     bottom: 32px;
     text-align: center;
}
 .swiper-banner .banner-page {
     display: inline-block;
     position: relative;
}
 .swiper-banner .banner-page .swiper-pagination-bullet {
     position: relative;
     width: 12px;
     height: 28px;
     margin: 0 8px;
     background: url(../images/banner-dots.png) no-repeat center bottom;
     background-size: 100%;
     vertical-align: middle;
     box-sizing: border-box;
     opacity: 1;
     font-size: 0px;
     border-radius: 0;
}
 .swiper-banner .banner-page .swiper-pagination-bullet-active {
     background-image: url(../images/banner-active-dots.png);
}
 .section {
     padding: 80px 0 88px 0;
}
 .home_title {
     text-align: center;
}
 .home_title div {
     font-size: 36px;
     line-height: 1;
     color: #222222;
     font-weight: bold;
}
 .home_title p {
     font-size: 16px;
     color: #333;
}
 .index_title_row {
     display: -webkit-flex;
     display: flex;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     align-items: center;
}
 .index_title_row .home_title {
     text-align: left;
}
 .index_title_row .case_t_r {
     position: relative;
}
 .index_title_row .case_t_r a {
     color: #fff;
     font-size: 16px;
}
 .index_title_row .case_t_r a img {
     margin-left: 20px;
}
 .index_title_row .case_t_r a:hover {
     color: #03913f;
}
 .index_title_row .case_t_r a:hover img:first-child {
     display: none;
}
 .index_title_row .case_t_r a:hover img:last-child {
     display: inline-block;
}
 .index_title_row .case_t_r a img:first-child {
     display: inline-block;
}
 .index_title_row .case_t_r a img:last-child {
     display: none;
}
 .index_title_row .case_t_r .pages_r {
     height: 40px;
     color: #666666;
     font-size: 16px;
     line-height: 40px;
     font-weight: bold;
}
 .index_title_row .case_t_r .pages_r span {
     margin: 0 5px;
}
 .index_title_row .case_t_r .pages_r .cur {
     color: #03913f;
}
 .index_title_row .case_Arrows {
     width: 51px;
     height: 50px;
     background-image: url(../images/arr-btn.png);
     background-size: 100%;
     z-index: 1;
}
 .index_title_row .case_Arrows:hover {
     background-image: url(../images/arr-highlight.png);
     border-color: #03913f;
}
 .index_title_row .case_Arr_L {
     left: auto;
     right: 63px;
}
 .index_title_row .case_Arr_R {
     right: 0;
     transform: rotate(180deg);
}
 .index_title_row .video_Arr_L {
     left: auto;
     right: 63px;
}
 .index_title_row .video_Arr_R {
     right: 0;
     transform: rotate(180deg);
}
 .moreBtn {
     display: inline-block;
     width: 130px;
     height: 50px;
     line-height: 50px;
     background-color: #dddddd;
     font-size: 16px;
     color: #444;
     font-weight: normal;
     border-radius: 50px;
     text-align: center;
}
 .video {
     display: none;
     width: 100%;
     height: 100%;
     position: fixed;
     left: 0;
     top: 0;
     z-index: 50;
}
 .video .videoBox {
     width: 80%;
     height: 60vh;
     position: fixed;
     z-index: 60;
     top: 20%;
     left: 10%;
}
 .video .videoBox iframe {
     width: 100%;
     height: 100%;
}
 .video .zy_media {
     z-index: 60;
}
 .pop {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 10;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.8);
}
 .index_pro_cate {
     padding: 65px 0;
}
 .index_pro_cate .index_pro_cate_box{
     display: flex;
     gap: 20px;
     justify-content: space-between;
     margin-top: 45px;
}
 .index_pro_cate .index_pro_cate_box .item{
     width: 49%;
     overflow: hidden;
     border-radius: 10px;
     position: relative;
}
 .index_pro_cate .index_pro_cate_box .item a{
     display: block;
}
 .index_pro_cate .index_pro_cate_box .item .img_box{
}
 .index_pro_cate .index_pro_cate_box .item .img_box img{
     height: 500px;
     width: 100%;
     object-fit: cover;
}
 .index_pro_cate .index_pro_cate_box .item .text_box{
     position: absolute;
     left: 0;
     right: 0;
     top: 25px;
     bottom: 0;
     margin: auto;
     width: max-content;
     height: max-content;
     font-size: 20px;
     color: #ffffff;
    /* height: 60px;
     */
     overflow: hidden;
     text-align: center;
     transition: all .3s linear;
}
 .index_pro_cate .index_pro_cate_box .item .text_box p{
     font-size: 44px;
}
 .index_pro_cate .index_pro_cate_box .item .text_box span{
     display: inline-block;
     width: 40px;
     height: 40px;
     background: #ffffff;
     border-radius: 100vh;
     position: relative;
     transform: translateY(130%);
     transition: all .2s linear;
}
 .index_pro_cate .index_pro_cate_box .item .text_box span:after{
     position:absolute;
     top:-2px;
     bottom:0;
     left:0;
     right:0;
     margin:auto;
     content:'';
     width:11px;
     height:11px;
     border-right:3px solid #555;
     border-bottom:3px solid #555;
     transform:rotate(-45deg);
     transition:all .3s linear;
     border-radius:0;
     border-left:0 
}
 .index_pro_cate .index_pro_cate_box .item:hover .text_box{
     top: -25px;
}
 .index_pro_cate .index_pro_cate_box .item:hover .text_box span{
     transform: translateY(0);
}
 .index_case_row {
     display: -webkit-flex;
     display: flex;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     align-items: center;
}
 .index_case_row .right_arr {
     width: 140px;
     height: 53px;
     position: relative;
     font-size: 16px;
     font-weight: bold;
}
 .index_case_row .right_arr:hover {
     color: #03913f;
}
 .index_case_row .right_arr:hover .arr3 {
     background-image: url(../images/arr2-highlight.png);
}
 .index_case_row .right_arr .pages_r {
     height: 40px;
     color: #666666;
     font-size: 16px;
     line-height: 40px;
     font-weight: bold;
}
 .index_case_row .right_arr .pages_r span {
     margin: 0 5px;
}
 .index_case_row .right_arr .pages_r .cur {
     color: #03913f;
}
 .index_case_row .right_arr .arrows_Btn {
     top: 0;
     margin-top: 0;
}
 .index_case_row .right_arr .arrows_Btn:nth-child(1) {
     right: 0px;
     transform: rotate(180deg);
}
 .index_case_row .right_arr .arrows_Btn:nth-child(2) {
     right: 0;
}
 .index_case_row .right_arr .common-pagination {
     position: relative;
     float: right;
     margin-top: 16px;
}
 .index_case_row .right_arr .common-pagination .swiper-pagination-bullet {
     width: 11px;
     height: 11px;
     background: #03913f;
     opacity: 1;
     margin: 0 8px;
}
 .index_case_row .right_arr .common-pagination .swiper-pagination-bullet-active {
     background-color: #e57b17;
}
 .index_case_row .right_arr a {
     color: #333;
}
 .index_case_row .right_arr .arr3 {
     display: inline-block;
     vertical-align: middle;
     width: 44px;
     height: 43px;
     background: url(../images/arr-btn2.png);
     background-size: 100%;
}
 .index_case_row .arrows_Btn {
     width: 52px;
     height: 52px;
     background-image: url(../images/arr-btn.png);
     background-size: 100%;
     z-index: 1;
}
 .index_case_row .arrows_Btn:hover {
     background-image: url(../images/arr-highlight.png);
     border-color: #03913f;
}
 .index_case_row .home_title {
     text-align: left;
}
 .center_product {
     padding-top: 72px;
     padding-bottom: 90px;
}
 .center_product .Home-product-box {
     position: relative;
     margin-top: 20px;
}
 .center_product .Home-product_dl dd {
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center;
     align-items: center;
     cursor: pointer;
     margin-top: 60px;
}
 .center_product .Home-product_dl dd.hover .img {
     background-position: -100px 0;
}
 .center_product .Home-product_dl dd.hover .text .t {
     color: #03913f;
}
 .center_product .Home-product_dl dd.hover .text .c {
     color: #e57b17;
}
 .center_product .Home-product_dl .img {
     float: left;
     width: 100px;
     height: 100px;
     background-color: #03913f;
}
 .center_product .Home-product_dl .cp1 {
     background: url(../images/icon-cp01.png) no-repeat 0 0;
     background-size: cover;
}
 .center_product .Home-product_dl .cp2 {
     background: url(../images/icon-cp02.png) no-repeat 0 0;
     background-size: cover;
}
 .center_product .Home-product_dl .cp3 {
     background: url(../images/icon-cp03.png) no-repeat 0 0;
     background-size: cover;
}
 .center_product .Home-product_dl .cp4 {
     background: url(../images/icon-cp04.png) no-repeat 0 0;
     background-size: cover;
}
 .center_product .Home-product_dl .cp5 {
     background: url(../images/icon-cp05.png) no-repeat 0 0;
     background-size: cover;
}
 .center_product .Home-product_dl .cp6 {
     background: url(../images/icon-cp06.png) no-repeat 0 0;
     background-size: cover;
}
 .center_product .Home-product_dl .text {
     max-width: 300px;
     float: left;
     padding-left: 24px;
}
 .center_product .Home-product_dl .text .t {
     margin-bottom: 10px;
     font-weight: bold;
     color: #222;
     font-size: 24px;
}
 .center_product .Home-product_dl .text .c {
     color: #333;
     font-size: 16px;
     line-height: 20px;
}
 .center_product .product_dl_l {
     float: left;
}
 .center_product .product_dl_r {
     float: right;
}
 .center_product .Home-product_center {
     position: absolute;
     top: 10%;
     left: 50%;
     width: 300px;
     margin-left: -150px;
     text-align: center;
}
 .center_product .Home-product_center img {
     max-width: 300px;
     display: inline-block;
     display: none;
}
 .section_case {
     padding-top: 60px;
     padding-bottom: 66px;
}
 .section_case .factory_box {
     margin-top: 30px;
}
 .section_case .factory_box .left, .section_case .factory_box .right {
     float: left;
     width: 50%;
}
 .section_case .factory_imgList li {
     width: 50%;
     float: left;
     padding: 0 5px;
     margin-top: 10px;
}
 .section_case .factory_imgList li img {
     width: 100%;
}
 .section_case .factory_imgList li .item {
     position: relative;
     overflow: hidden;
     border-radius: 6px;
}
 .section_case .factory_imgList li .bg {
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     height: 101%;
     background-color: rgba(0, 0, 0, 0.5);
     display: table;
     text-align: center;
}
 .section_case .factory_imgList li .bg .info {
     display: table-cell;
     vertical-align: middle;
     color: #fff;
}
 .section_case .factory_imgList li .bg .info .more {
     display: inline-block;
     margin-top: 20px;
     font-size: 16px;
     line-height: 50px;
     padding: 0 26px;
     background-color: #e57b17;
     border-radius: 50px;
     color:#fff;
}
 .section_case .factory_imgList li .bg p {
     color: #fff;
     font-size: 18px;
     font-weight: bold;
}
 .section_case .left .factory_imgList li {
     width: 100%;
}
 .section_case .tttx {
     font-size: 26px;
     color: #222;
     text-align: center;
     font-weight: bold;
     max-width: 1110px;
     margin: 0 auto;
     margin-top: 34px;
}
 .section_about {
     position: relative;
     padding-top: 80px;
     background: url(../images/About-us.png) no-repeat right 50px top 50px;
}
 .section_about .about_left_text {
     padding-top: 40px;
     padding-left: 50px;
     color: #000;
}
 .section_about .about_left_text .t {
     margin-bottom: 60px;
     font-size: 36px;
     font-weight: bold;
     color: #222;
     line-height: 1;
}
 .section_about .about_left_text .sub_t {
     margin-bottom: 25px;
     font-size: 30px;
     color: #333;
     font-weight: bold;
}
 .section_about .about_left_text .sub_t span {
     color: #03913f;
}
 .section_about .about_left_text .info {
     margin-bottom: 68px;
}
 .section_about .about_left_text .info p {
     line-height: 24px;
     font-size: 16px;
     color: #333;
}
 .section_about .about_left_text a {
     display: inline-block;
     background-color: #e57b17;
     border-radius: 100px;
     line-height: 48px;
     padding: 0 28px;
     font-size: 16px;
     color: #fff;
}
 .section_about .about_left_text a:hover {
     background-color: #03913f;
}
 .section_about .video-contral {
     position: relative;
     /*cursor: pointer;*/
     border-radius: 8px;
}
 .section_about .video-contral .video_cover {
     height: 100%;
}
 .section_about .video-contral .cover {
     width: 100%;
     height: 100%;
     object-fit: cover;
     vertical-align: middle;
}
 .section_about .video-contral .text {
     height: 60px;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     color: #fff;
     font-size: 18px;
     text-align: center;
}
 .section_about .video-contral .text p {
     margin-top: 10px;
     font-weight: bold;
}
 .section_product {
     background-color: #eef2ee;
     padding-top: 60px;
     padding-bottom: 62px;
}
 .section_product .index_news_row {
     display: -webkit-flex;
     display: flex;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 35px;
}
 .section_product .index_news_tab span {
     display: inline-block;
     height: 60px;
     margin-left: 5px;
     padding: 0 32px;
     text-align: center;
     line-height: 60px;
     background-color: transparent;
     border: 2px solid #dddddd;
     box-sizing: border-box;
     font-size: 18px;
     color: #666666;
     border-radius: 50px;
     font-weight: bold;
     cursor: pointer;
}
 .section_product .index_news_tab .active {
     background-color: #faa60a;
     border-color: #faa60a;
     color: #222;
}
 .section_product .category_list {
     margin-top: 46px;
}
 .section_product .category_list li {
     padding: 10px 5px;
     box-sizing: border-box;
}
 .section_product .category_list li .inner {
     border-radius: 8px;
     overflow: hidden;
}
 .section_product .category_list li .inner:hover {
     box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
 .section_product .category_list li .inner:hover .img img:first-child {
     display: none;
}
 .section_product .category_list li .inner:hover .img img:nth-child(2) {
     display: block;
}
 .section_product .category_list li .inner:hover .dec .t {
     color: #03913f;
}
 .section_product .category_list li .img {
     border-bottom: 1px solid #eef2ee;
}
 .section_product .category_list li .img img {
     width: 100%;
}
 .section_product .category_list li .img img:first-child {
     display: block;
}
 .section_product .category_list li .img img:nth-child(2) {
     display: none;
}
 .section_product .category_list li .dec {
     padding: 30px 10px;
     background-color: #fff;
     text-align: center;
}
 .section_product .category_list li .dec .t {
     margin-bottom: 6px;
     font-size: 18px;
     color: #222;
     font-weight: bold;
     line-height: 24px;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: block;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     overflow: hidden;
}
 .section_product .category_list li .dec p {
     color: #999;
     font-size: 14px;
}
 .section_product .category_list li .dec .star {
     display: inline-block;
     vertical-align: middle;
     margin-top: 12px;
}
 .section_product .category_list li .dec .star img {
     margin: 3px;
}
 .section_product .category_list li .dec .xin {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     color: #999999;
}
 .section_product .category_list li .dec .xin img {
     margin-right: 6px;
}
 .section_product .Home-product-father {
     position: relative;
}
 .section_product .Home-product-father .product-next, .section_product .Home-product-father .product-prev {
     width: 50px;
     height: 50px;
     background: url(../images/arr-btn.png) no-repeat center;
     background-size: 100%;
     opacity: 1;
}
 .section_product .Home-product-father .product-next:hover, .section_product .Home-product-father .product-prev:hover {
     background-image: url(../images/arr-highlight.png);
}
 .section_product .Home-product-father .product-next {
     transform: rotate(180deg);
     right: -120px;
}
 .section_product .Home-product-father .product-prev {
     left: -120px;
}
 .section-news {
     padding-top: 68px;
     padding-bottom: 60px;
}
 .section-news .inner_news li {
     background-color: #fff;
     overflow: hidden;
     border-bottom: 1px solid #dddddd;
     padding-top: 30px;
     padding-bottom: 30px;
     position: relative;
}
 .section-news .inner_news li:hover {
     border-bottom-color: #e57b17;
}
 .section-news .inner_news li:hover h3 {
     color: #03913f;
}
 .section-news .inner_news li:hover h3 a {
     color: #03913f;
}
 .section-news .inner_news li:hover .wrap {
     transform: translateX(30px);
}
 .section-news .inner_news li:hover::after {
     content: '';
     display: block;
     width: 2px;
     height: calc(100% - 60px);
     background-color: #03913f;
     position: absolute;
     left: 0;
     top: 30px;
}
 .section-news .inner_news li a {
     display: block;
     text-decoration: none;
}
 .section-news .imWrap {
     width: 100%;
     margin-top: 20px;
     padding-top: 58%;
     position: relative;
     overflow: hidden;
}
 .section-news .imWrap:hover img {
     transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
}
 .section-news .imWrap img {
     display: block;
     position: absolute;
     width: 100%;
     min-height: 100%;
     min-width: 100%;
     z-index: 5;
     left: 0;
     top: 0px;
     transition: all 0.4s;
     -webkit-transition: all 0.4s;
}
 .section-news .inner_news li .wrap {
     max-width: 934px;
     -webkit-transition: all 300ms ease 0s;
     transition: all 300ms ease 0s;
}
 .section-news .inner_news li .date strong {
     font-size: 24px;
     font-weight: 400;
     display: block;
     color: #fff;
     line-height: 1em;
}
 .section-news .inner_news li h3 {
     font-size: 18px;
     color: #333;
     font-weight: bold;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     margin-top: 16px;
}
 .section-news .inner_news li p {
     margin-top: 10px;
     font-size: 16px;
     color: #666;
     line-height: 24px;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: block;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     overflow: hidden;
}
 .section-news .inner_news li .time {
     color: #666;
     display: inline-block;
     font-size: 16px;
}
 .section-news .inner_news li .time img {
     vertical-align: middle;
     margin-right: 8px;
}
 .section-news .news_img {
     width: 460px;
     border-radius: 8px;
     margin-top: -30px;
     float: right;
}
 .section-news .Home-news-father {
     position: relative;
     height: 528px;
     margin-top: 18px;
     overflow-y: scroll;
     float: left;
     width: calc(100% - 520px);
     padding-right: 50px;
    /*滚动条样式*/
}
 .section-news .Home-news-father::-webkit-scrollbar {
     width: 2px;
    /*height: 4px;
    */
}
 .section-news .Home-news-father::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background: #accab4;
}
 .section-news .Home-news-father::-webkit-scrollbar-track {
     border-radius: 0;
     background: #dddddd;
}
 .section-news .Home-news-father .Home-news-page {
     width: 100%;
     text-align: center;
     position: relative;
     margin-top: 30px;
}
 .section-news .Home-news-father .Home-news-page .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     border-radius: 50%;
     box-sizing: border-box;
     margin: 0 5px;
     background-color: #ccc;
     opacity: 1;
}
 .section-news .Home-news-father .Home-news-page .swiper-pagination-bullet-active {
     border: 2px solid #03913f;
     background-color: #fff;
}
 .IndexFactory {
     padding-bottom: 78px;
     padding-top: 55px;
}
 .IndexFactory .home_title div {
     font-size: 20px;
}
 .IndexFactory .swiper-Factory-father {
     margin-top: 10px;
}
 .IndexFactory .Factory_list div a {
     display: block;
}
 .IndexFactory .Factory_list div .cover-img {
     position: relative;
     border-radius: 10px;
     overflow: hidden;
}
 .IndexFactory .Factory_list div .cover-img .img {
     width: 100%;
}
 .IndexFactory .Factory_list div .txt {
     text-align: center;
     margin-top: 12px;
     color: #222;
     font-size: 16px;
     line-height: 24px;
}
 .gray_bg {
     background-color: #eef2ee;
}
 .IndexArt {
     padding: 54px 0;
}
 .IndexArt .row {
     margin-right: -10px;
     margin-left: -10px;
}
 .IndexArt .row > div {
     padding-right: 10px;
     padding-left: 10px;
}
 .IndexArt .t {
     margin-bottom: 24px;
     font-size: 30px;
     color: #222;
     font-weight: bold;
}
 .IndexArt a {
     display: block;
     border-radius: 8px;
     overflow: hidden;
}
 .IndexArt img {
     vertical-align: top;
}
 .IndexArt .dec {
     height: 84px;
     padding: 18px 34px;
     background-color: #03913f;
     color: #fff;
     font-size: 18px;
     line-height: 24px;
}
 .TwoSlide {
     padding-top: 68px;
     padding-bottom: 76px;
}
 .TwoSlide .index_case_row {
     margin-bottom: 32px;
}
 .TwoSlide .home_title div {
     font-size: 30px;
}
 .TwoSlide .swiper-Rekesun-father {
     max-width: 630px;
}
 .TwoSlide .swiper-Rekesun-father .cover-img {
     border-radius: 10px;
     overflow: hidden;
}
 .PublicMsg {
     height: 300px;
     box-sizing: border-box;
     position: relative;
     padding-top: 82px;
     padding-bottom: 50px;
     background: url(../images/msg_bg.jpg) no-repeat center top;
     background-size: cover;
}
 .PublicMsg .MsgRow .border_box {
     border-radius: 10px;
}
 .PublicMsg .MsgRow .left {
     width: 578px;
     display: inline-block;
     vertical-align: top;
}
 .PublicMsg .MsgRow .left p {
     max-width: 464px;
     font-size: 30px;
     color: #ffffff;
     line-height: 40px;
}
 .PublicMsg .MsgRow .right {
     width: calc(100% - 582px);
     display: inline-block;
     vertical-align: top;
}
 .PublicMsg .contact-form .textareaBox {
     position: relative;
}
 .PublicMsg .contact-form .textareaBox .submit-btn {
     position: absolute;
     top: 0;
     right: 10px;
     width: 110px;
     height: 95px;
     padding: 0;
     font-size: 16px;
     text-align: center;
     font-weight: bold;
     border: 0;
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
     outline: none;
     background-color: #03913f;
     text-transform: uppercase;
     color: #fff;
}
 .PublicMsg .contact-form .textareaBox .submit-btn:hover {
     background-color: #ff730b;
}
 .PublicMsg .contact-form .inp {
     width: 100%;
     height: 95px;
     box-sizing: border-box;
     padding: 10px 28px;
     font-size: 16px;
     outline: none;
     color: #222;
     background-color: #fff;
     border: none;
     border-radius: 6px;
     resize: none;
}
 .PublicMsg .contact-form .inp::placeholder {
     color: #999;
}
 .PublicMsg .contact-form .inp:focus {
     border-bottom-color: #faa60a;
}
 .section_honor .swiper-slide {
     box-sizing: border-box;
     padding: 4px;
     border-radius: 0px;
     background-color: #03913f;
     border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
}
 .section_honor .swiper-slide .img {
     position: relative;
     width: 100%;
     height: 308px;
     background: #fff;
     cursor: pointer;
}
 .section_honor .swiper-slide .img img {
     position: absolute;
     top: 50%;
     left: 50%;
     display: block;
     max-width: 100%;
     max-height: 100%;
     transform: translate(-50%, -50%);
}
 .section_honor .swiper-slide .img span {
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 100%;
     background: rgba(255, 255, 255, 0.8);
     text-align: center;
     opacity: 0;
     transition: 0.4s;
}
 .section_honor .swiper-slide .img:hover span {
     opacity: 1;
}
 .section_honor .swiper-slide p {
     overflow: hidden;
     padding: 9px 0;
     color: #fff;
     text-align: center;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 16px;
     line-height: 26px;
}
 .section_honor .tips {
     font-size: 24px;
     color: #222;
     max-width: 598px;
     line-height: 26px;
     margin-top: 44px;
}
 .section_honor .tips span {
     color: #03913f;
}
 .bigimg {
     position: fixed;
     top: 10%;
     left: 0;
     z-index: 101;
     display: none;
     width: 100%;
     height: 90%;
}
 .bigimg > img {
     position: absolute;
     top: 50%;
     left: 50%;
     min-height: 80%;
     transform: translate(-50%, -50%);
}
 .video-files {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 300;
     background: rgba(0, 0, 0, 0.6);
     display: block;
}
 .video-files .main {
     height: 50%;
     width: 90%;
     max-width: 900px;
     margin: 0 auto;
     position: relative;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .video-files .main .close {
     cursor: pointer;
     position: absolute;
     right: -30px;
     top: -30px;
     width: 30px;
     height: 30px;
}
 .video-files .main .close::before, .video-files .main .close::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 3px;
     left: 0;
     top: 50%;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     background: #fff;
     border-radius: 3px;
}
 .video-files .main .close::after {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .video-files .main video {
     background: #000;
     width: 100%;
     height: 56vh;
}
 @media (max-width: 768px) {
     .video-files .main video {
         height: 100%;
    }
     .video-files .main {
         max-height: 320px;
    }
     .video-files .main .close {
         right: auto;
         left: 50%;
         top: auto;
         bottom: -40px;
         margin-left: -15px;
    }
}
 @media (max-width: 480px) {
     .video-files .main {
         max-height: 280px;
    }
}
 