

*{margin:0;padding:0;list-style:none;text-decoration:none}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;}

fieldset,img{border:0;}

:focus{outline:0;}

address,cite,code,ctoolion,dfn,em,optgroup,strong,th,var{font-weight:400;font-style:normal;}

h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%;}

abbr,acronym{border:0;font-variant:normal;}

button,input,optgroup,option,select,textarea{font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;}

code,kbd,samp,tt{font-size:100%;}

body{line-height:1.5;}

ol,ul{list-style:none;}

table{border-collapse:collapse;border-spacing:0;}

ctoolion,th{text-align:left;}

sub,sup{vertical-align:baseline;font-size:100%;}

:link,:visited,ins{text-decoration:none;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

img{vertical-align: top;}

.w1200{width:1200px;margin:0 auto;}

.w1440{width:1440px;margin:0 auto;}

.width100 {width:100%;}

.flex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;align-items: center;position: relative;}

.flexTop{align-items: flex-start;}

.flexBetween{justify-content: space-between;}

.fl{float:left;}

.fr{float:right;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.clearfix{*+height:1%;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}



/* 共用样式 */



.h-header .header,.footer .footer-b,.nav2,.main-content{max-width: 1200px;margin: 0 auto;}



/* header */

.h-header{position: fixed;left: 0;top: 0;width: 100%;z-index: 9999;}

.h-header{background: rgba(255, 255, 255, .5);width:100%;height: 80px;}

.h-header .header{justify-content: space-between;height: 80px;}

.h-header .header .logo{display: flex;align-items: center;}

.h-header .header .nav ul li a{position: relative;}

/* .h-header .header .nav ul li .child.on{display: none;position: absolute;top: 185%;background: #011412;} */

/* .h-header .header .nav ul li .child li a{color: #fff;} */

.h-header .header .nav ul li a:hover .child{display: block;}

.h-header .header .nav ul li .child{display: none;}

.h-header .header .nav ul li a{padding: 0px 15px;color: #000;}

.h-header .header .lang ul{height: 26px;border:1px solid #000;border-radius: 15px;}

.h-header .header .lang ul li .menu{font-size: 14px;background: none;color: #000;border:0px;text-align: center;}

.h-header .header .lang ul .lang-img{display: flex;height: 80px;align-items: center;padding: 0px 10px;} 

.h-header .header .lang ul li .menu option{background:#089887;}

.horizo{display: none;width: 60px;height:60px;align-items: center;justify-content: center;font-size:30px;color:#fff;}

.m_nav {position:fixed;top:0px;box-shadow:0 15px 27px 0 rgba(167,165,165,0.38);width:100%;height:100%;background:#fff;transition:all ease 0.5s;-webkit-transition:all ease 0.5s;z-index:999;opacity:1;visibility:visible;margin-top:0;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;top:0;transform:translateX(100%);}

.m_nav.open {transform:translateX(0);}

.m_nav .top {padding:20px;box-sizing:border-box;}

.m_nav .top .closed {width:30px;height:30px;vertical-align:middle;float:right;cursor:pointer;}

.m_nav .logo {width:100%;margin:0 auto;}

.m_nav .logo img {display:block;margin:0px auto;max-width:90%;height:auto;}

/* .m_nav .ul {margin-top:30px;} */

.m_nav .ul li {padding:0 20px;border-bottom:1px solid #f5f5f5;transform:translateY(0);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;opacity:0;}

.m_nav.open .ul li {opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}

.m_nav .ul li:nth-child(1) {-webkit-transition:all .2s cubic-bezier(.77,0,.175,1) 0ms;transition:all .2s cubic-bezier(.77,0,.175,1) 0ms;}

.m_nav .ul li:nth-child(2) {-webkit-transition:all .4s cubic-bezier(.77,0,.175,1) 0ms;transition:all .4s cubic-bezier(.77,0,.175,1) 0ms;}

.m_nav .ul li:nth-child(3) {-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;}

.m_nav .ul li:nth-child(4) {-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0ms;transition:all .8s cubic-bezier(.77,0,.175,1) 0ms;}

.m_nav .ul li:nth-child(5) {-webkit-transition:all 1.0s cubic-bezier(.77,0,.175,1) 0ms;transition:all 1.0s cubic-bezier(.77,0,.175,1) 0ms;}

.m_nav .ul li:nth-child(6) {-webkit-transition:all 1.2s cubic-bezier(.77,0,.175,1) 0ms;transition:all 1.2s cubic-bezier(.77,0,.175,1) 0ms;}

.m_nav .ul li a {display:block;text-decoration:none;color:#333;font-size:16px;height:50px;line-height:50px;width:100%;}

.m_nav .ul li .dropdown_menu {display:none;}

.m_nav .ul li.dropdown.active .dropdown_menu {display:block;}

.m_nav .ul li .dropdown_menu a {display:block;font-size:14px;height:40px;line-height:40px;padding:0 20px;box-sizing:border-box;border-bottom:1px solid #f5f5f5;}

.m_nav .ul li .dropdown_menu a:last-child {border:none;}



/* banner */

.swiper-container img{width: 100%;}



    /* footer */

.footer{background:url(../images/dibu.jpg)no-repeat;width: 100%;background-size: 100%;}

.footer .footer-b{padding-top: 35px;}

.footer .footer-b .f-footer{justify-content: space-between;align-items:stretch;padding-bottom: 1em;}



.footer .footer-b .f-footer .nav{width:42%;}

.footer .footer-b .f-footer .tel{width:35%;padding-left: 10%;}

.footer .footer-b .f-footer .code{width: 33%;flex: 1;justify-content: center;flex-direction: column;align-items: flex-end;text-align: center;}

.footer .footer-b .f-footer .code>div{background: #fff;}

.footer .footer-b .f-footer .code img{display: block;}

.footer .footer-b .f-footer .nav ul li .f2{font-size: 18px;line-height: 42px;}

.footer .footer-b .f-footer .nav ul{justify-content: space-between;align-items: flex-start;}

.footer .footer-b .f-footer .nav ul li a{color: #fff;display: block;line-height: 30px;font-size: 14px;}

.footer .footer-b .f-footer .tel .title2{font-size: 18px;color: #fff;padding-bottom: 5%;}

.footer .footer-b .f-footer .tel .tel-a,.footer .footer-b .f-footer .tel .tel-b{color: #fff;font-size: 16px;line-height: 40px;}

.footer .footer-b .f-footer .tel .tel-a span{text-indent: 1em;display: inline-block;}

.footer .footer-b .f-footer .tel .tel-b span{text-indent: 1em;display: inline-block;}

.footer .footer-b .f-footer .tel .icon-a{justify-content: space-between;padding-top: 5%;}

.footer .footer-b .l-footer{border-top: 1px solid #fff;}

.footer .footer-b .l-footer p{font-size: 16px;text-align: center;color: #fff;line-height: 50px;}



/* 产品详情页面 */

.ny-nav .nav2 .nav-lt ul .on a{color: #007037;border-right: 1px solid #999999;font-size: 16px;}

.ny-nav{background: #f4f4f4;height: 58px;line-height: 58px;}

.ny-nav .nav2 .nav-lt ul li a{padding: 0px 38px;border-right: 1px solid #999999;}

.ny-nav .nav2 .nav-lt ul .title1 a{border-right: none;}

.ny-nav .nav2{justify-content: space-between;}

.ny-nav .nav2 .nav-rt span{padding-right: 8px;}

.main-content .tltle3{font-size: 36px;font-weight: bold;text-align: center;line-height: 85px;padding-top: 45px;position: relative;padding-bottom: 45px;}

.main-content .tltle3 .en{display: block;color: #eef3f1;position: absolute;top: 63px;left: 0;right: 0;z-index: -1;}

.main-content .pd-img{justify-content: space-between;flex-wrap: wrap;}

.main-content .title6{font-size: 20px;display: block;background: #006f38;line-height: 50px;height:50px;color: #fff;width:auto;text-align: center;padding: 0px 10px;}

.main-content .img-1{padding: 40px 0px;justify-content: space-between;}

.main-content .img-1 li {border:1px solid #f0efef;height: 140px;display: flex;justify-content: center;box-shadow: 0px 0px 6px rgb(0 0 0 / 5%);}

.main-content .main-h{font-size: 16px;color: #666666;line-height: 28px;padding: 22px 0px;}

.main-content .video{width: 100%;padding: 35px 0px;}

.main-content .txt01{padding: 22px 0px;}

.main-content .txt01 p{line-height: 28px;}

.main-content .canshu{width: 100%;padding: 40px 0px;}

.main-content .h-prod{flex-wrap: wrap;padding-top:60px;}

.main-content .h-prod li{width: 33.33333%;padding-right: 40px;}

.main-content .h-prod li img{width: 100%;padding-bottom:35px;padding-top: 0px;}

.main-content .shebe{justify-content: space-between;flex-wrap: wrap;padding: 40px 0px;}

.main-content .shebe li{width: 50%;padding: 10px 0px;}

.main-content .pd-img li{width: 48%;}



/* 服务中心 */

.main-content .title-a{background: url(../images/server.jpg)no-repeat left center;color: #006f38;font-size: 30px;padding-left: 4%;font-weight: bold;}

.main-content .server{justify-content: space-between;padding: 33px 0px;}

.main-content .server li p{background: #000;height: 50px;line-height: 50px;text-align: center;font-size: 24px;color: #fff;}

.main-content .liucheng{padding: 58px 0px;}

.main-content .hezuo{padding: 40px 0px;}

.main-content .ruo{padding: 30px 0px;}

.main-content .ruo p{line-height: 36px;}





/* 联系我们 */

.main-content i{border-top:5px solid #006f38;display: block;width: 5%;}

.main-content .tit02{color: #333333;font-size: 42px;font-weight: bold;}

.main-content .content{padding-top: 68px;}

.main-content .a-se{background: #fafafa;margin-top: 55px;justify-content: space-between;}

.main-content .a-se .a-se-bg{padding:45px 18px;justify-content: space-between;}

.main-content .a-se .a-se-bg .a-se-lf{width: 48%;}

.main-content .a-se .a-se-bg .a-se-lf h1{color: #333333;font-size: 24px;font-weight: bold;padding-bottom: 23px;}

.main-content .a-se .a-se-bg .a-se-lf p{font-size: 14px;line-height: 32px;display: flex;width: 100%;align-items: center;}

.liuyan{padding-bottom: 80px;}

.liuyan-box{flex-wrap: wrap;justify-content: space-between;}

.liuyan-box input{width: 48%;height: 54px;padding: 0px 10px;background: #fafafa;border-radius: 5px; margin-top: 1rem;}

.liuyan-box textarea{width: 100%;padding: 10px;border-radius: 5px;margin-top: 1rem;height: 130px;background: #fafafa;}

.liuyan-ym input{width: 182px;padding:10px;border: 1px solid #b5b5b5;border-radius: 5px;margin-top: 2.5rem;height:45px;}

.liuyan-ym img{width: 182px;border-radius: 5px;margin-top: 2.5rem;height:45px;margin-left: 15px;}

.liu-btn input{width: 150px;margin-top: 2.5rem;height:50px;margin-right: 15px;background: #006f38;color:#fff;}

.liu-btn input.sub{width: 150px;margin-top: 2.5rem;height:50px;margin-right: 15px;background: #b8b8b8;color:#fff;}



/* 南亚制造 */

.main-content .t1{background: #dbdcde;width: 100%;height: auto;border-radius: 10px;justify-content: space-between;margin-bottom: 5%;}

.main-content .t1 .t1-left{padding:0 5%;}

.main-content .t1 .t1-left .t3{color: #333333;font-size: 30px;font-weight: bold;padding-bottom: 40px;}

.main-content .t1 .t1-left a{color: #666666;font-size: 24px;display: block;background: url(../images/shezhi_06.jpg)no-repeat left center;text-indent: 0.8em;line-height: 48px;padding: 0px 10px;}

.main-content .t1 .t1-left .on,.main-content .t1 .t1-left a:hover{color: #006f38;text-decoration:dashed;text-decoration:underline;background: url(../images/shezhi_03.jpg)no-repeat left center;}

.main-content .t1 .t1-right{padding: 0 2%;}



/* 新闻 */

.main-content .news{justify-content: space-between;}

.main-content .news .on{background: #006f38;font-size: 30px;color: #fff;font-weight: bold;text-align: center;padding: 30px 0px;}

.main-content .news .on .a_img{padding: 30px 0px;width: 100%;}

.main-content .news .on i{border-bottom:3px solid #fff;display: block;width: 15%;    margin: 0 auto;}

.main-content .news li{width: 33.33333%;background: #e7e7e7;height: 500px;}



/* 企业文化 */

.main-content .wenhua{justify-content: space-between;}

.main-content .wenhua li{width: 30%;background: #e7e7e7;height: 500px;}

.main-content .wenhua li .a_img{padding: 30px 0px;width: 100%;}

.main-content .wenhua li{font-weight: bold;text-align: center;padding: 30px 0px;}

.main-content .wenhua li .a1{font-size: 30px;}

.main-content .wenhua li i{border-bottom:3px solid #fff;display: block;width: 15%;    margin: 0 auto;}

.main-content .wenhua li.on{background: #006f38;color: #fff;font-weight: bold;}







/* 团队介绍 */

.main-content .team{justify-content: flex-start;flex-wrap:wrap;}

.main-content .team li{width: 23%;margin-right:2%;}

.main-content .team li p{color: #333333;font-size: 24px;font-weight: bold;text-align: center;height: 70px;display: flex;width: 100%;justify-content: center;}

.main-content .team li a:hover img{transform: scale(1.05);}

.main-content .team li a .pic{padding-top:76%;position: relative;overflow: hidden;}

.main-content .team li a .pic img{width: 100%;height:100%;object-fit: contain;position: absolute;top:0px;left:0px;transition: transform 0.5s ease-in-out;}



/* 项目案例 */

.main-content .case{justify-content: space-between;flex-wrap:wrap;}

.main-content .case li{border:1px solid #f0efef;box-shadow: 0px 0px 6px rgb(0 0 0 / 5%);margin-bottom: 50px;width: 30%;}

.main-content .case li p{color: #333333;font-size: 18px;text-align: center;line-height: 50px;height: 50px;}

.main-content .case li img{width: 100%;height: 100%;object-fit: contain;}

.main-content .case li a:hover img{transform: scale(1.05);}

.main-content .case li a .pic{padding-top:76%;position: relative;overflow: hidden;}

.main-content .case li a .pic img{width: 100%;height:100%;object-fit: cover;position: absolute;top:0px;left:0px;transition: transform 0.5s ease-in-out;}



/* 新闻中心 */

.main-content .bg{width: 33.33333%;}

.main-content .bg img{width: 100%;}

.main-content .txt{flex: 1;padding-left:2%;}

.main-content .txt .t0 a{display: block;font-size: 20px;font-weight: bold;line-height: 34px;}

.main-content .txt .t2{margin-top: 22px;}

/* .main-content .txt .t2 .t2a{color: #006f38;} */

.main-content .txt .t2 span i{margin-right: 22px;border: none;}

.main-content .txt .t2 span{margin-right:.3rem;}

.main-content .txt .t3{font-size: 14px;margin-top:30px;}

.main-content .txt .t4{margin-top:30px;}

/* .main-content .txt .t4 .on{color: #006f38;border-bottom:1px solid #006f38;} */

.main-content .txt .t4 a{font-size: 16px;padding-bottom:20px;border-bottom: 1px solid #969696;}



/* .main-content .txt .t4 a:hover{color: #006f38;border-bottom:1px solid #006f38;} */

.main-content .item{align-items: flex-start;padding:2.5rem 0px;border-bottom: 1px solid #dedede;}

.main-content .item:hover{background: #006f38;color:#fff !important;}



.main-content .item .txt t4:hover{color: #fff;}





/* 荣誉证书 */

.main-honor{background: #ededed;width: 100%;}

.main-content .honor{justify-content: space-between;flex-wrap: wrap;}

.main-content .honor li{background: #fff;width:23%;text-align: center;margin-bottom: 40px;padding: 35px 10px 0px 10px;}

.main-content .honor li p{height: 90px;line-height: 90px;}

.main-content .t7{font-size: 14px;color: #666666;line-height: 30px;}



.bt-content {font-size: 14px;color: #666666;line-height: 1.8;}

.bt-content img{max-width: 100%;height:auto}



.h-header .header .lang ul .lang-img{height: auto;}



.index-h1{padding-top:50px;}

.index-h1 .t1{ font-size:48px;font-weight: bold;color:#333333;width: 100%;justify-content: center;height:66px}

.index-h1 .t1 span{ padding:0px 22px;}

.index-h1 .t2 { text-align: center;color:#cecece;line-height: 50px;font-size: 36px;font-family: Arial, Helvetica, sans-serif;}

.home-profile{margin-top:50px;}

.home-about{margin-top:50px;}

.home-about{font-size:16px;color:#666666;line-height: 1.8;}

.home-about img{max-width: 100%;width: 100% !important;height:auto !important;}

.home-honor{background: #f3f3f3;padding-bottom: 0;}

.rongyu-box{padding-top:60px;}

.rongyu-box img {text-align: center;}

.home-youshi{background-image: url(../images/bg2.jpg);background-repeat: no-repeat;background-size: cover;}

.youshi-list{flex-wrap: wrap;justify-content: space-between;padding-top: 50px;padding-bottom:80px;}

.youshi-list .item{width:30%;position: relative;overflow: hidden;box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);background-color: #ffffff;margin-bottom: 40px;}

.youshi-list .item .box{padding:24px 24px;}

.youshi-list .item .box img.w{display: none;margin:0 auto;}

.youshi-list .item .box img.l{display: block;margin:0 auto;}

.youshi-list .item .box  .pic{text-align: center;}

.youshi-list .item .box  .t1{text-align: center;}

.youshi-list .item .box  .t1{color:#333333;font-weight: bold;font-size: 22px;}

.youshi-list .item .box  .t2{color:#666666;font-weight: 400;font-size: 16px;line-height: 1.8;}

.home-peijian .index-h1 .t2{color:#666666;}

.youshi-list .item:hover .box img.w{display: block;margin:0 auto;}

.youshi-list .item:hover .box img.l{display: none;margin:0 auto;}

.youshi-list .item:hover{background-color: #006f38;}

.youshi-list .item:hover .box  .t1{color: #ffffff;}

.youshi-list .item:hover .box  .t2{color: #ffffff;}

.home-peijian{padding:50px 0 0px;background-image: url(../images/bg3.jpg);background-repeat: repeat-x;background-position: top center;}

.home-peijian .home-peijian-bg{background-image: url(../images/ork.jpg);background-repeat: no-repeat;background-position: center center;padding-bottom: 120px;}

.peijian-list {padding-top:60px;}

.peijian-list .grid{flex-wrap: wrap;}

.peijian-list .grid{border-bottom:1px solid #cacccb;border-right:1px solid #cacccb;}

.peijian-list .cell {width: calc(33.3333337%);height: 120px;padding: 0;margin: 0;border: 1px solid #cacccb;border-bottom:0px;border-right:0px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;background: #ffffff;}

.peijian-list .cell img{width: 150px;}

.home-news .news-top{align-items: stretch;margin-top:20px;}

.home-news .news-top .info{background: #006f38;padding:20px 20px 0px;width: 600px;}

.home-news .news-top .pic{width: 600px;}

.home-news .news-top .pic img{width: 100%;height: 100%;object-fit: cover;}

.home-news .news-top .info .t1 a{font-size:24px;color:#fffefe;}

.home-news .news-top .info .t2{font-size:14px;color:#fffefe;line-height: 1.8;padding-top:15px;}

.home-news .news-top .info .t3 {padding-top:20px;}

.home-news .news-top .info .t3 a{font-size:14px;color:#fffefe;}

.home-news .news-list {justify-content: space-between;margin-top:30px;}

.home-news .news-list .item{width: 30%;}

.home-news .news-list .item .time{font-size: 20px;color:#666666;font-family: Arial, Helvetica, sans-serif;text-decoration: #666666;}

.home-news .news-list .item .time span{padding-bottom:5px;border-bottom: 1px solid #666666;}

.home-news .news-list .item .title a{font-size: 16px; color:#333333;height: 30px;line-height: 30px;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;}

.home-news .news-list .item .pic {width: 100%;height: 240px;overflow: hidden;}

.home-news .news-list .item .pic img{width: 100%;height: 100%;object-fit: cover;}

.home-news .news-list .item .desc{color:#666666;font-size:14px;line-height: 24px;height: 48px;margin-top:15px;overflow: hidden;}

.home-news .news-list .item .more{color:#666666;font-size:14px;line-height: 24px;height: 48px;margin-top:15px;}



/* 发展历程 */

.timeline ul li::after{background: url(../images/sanjiao.jpg) no-repeat;}



.bt-content table tr td{padding-left: 2%;}



.footer{margin-top:30px;}

.footer .footer-b .l-footer p,

.footer .footer-b .l-footer a{font-size:16px;color:#ffffff}



@media screen and (max-width:1440px) {

    .footer{background-size: auto;}

}

@media only screen and (max-width: 1200px) and (min-width: 800px){

    body{font-size: 12px;}

    

}

@media only screen and (max-width: 1200px){

    .h-header .container{max-width: 95%;}

    .w1200{width: 95%;margin: 0 auto;}

}

@media only screen and (max-width: 1000px) and (min-width: 801px){

.h-header .header .nav ul li a{padding: 0px 6px;}

}

@media only screen and (max-width: 1024px){

    .bt-content{padding:0px 15px;}

    .ny-nav{display: none;}

    .h-header .header{height: 60px;}

    .h-header{height: 60px;line-height: 60px;}

    .h-header .header .nav,.h-header .header .lang{display: none;}

    .h-header .horizo{display: block;}

    .main-content img{width: 100% !important;height: auto !important;}



   

    .youshi-list .item{}

    .youshi-list .item .box .pic img{height: 65px;}

    .youshi-list .item .box .t1{font-size:18px}

    .youshi-list .item .box .t2{font-size:14px;}

    .main-content .case li{width: calc(50% - 7.5px);margin-right: 0;padding-right: 7.5px;}

    .h-header .header, .footer .footer-b, .nav2, .main-content{padding: 0px 15px;}

    

}

@media only screen and (max-width: 992px){

    .youshi-list .item{width: 47%;}



    .main-content .team{justify-content: space-between;}

    .main-content .team li{width: 46%;}

}

@media only screen and (max-width: 640px){

    .index-h1 .t1{font-size: 18px;}

    .index-h1 .t2{font-size: 20px;}

    .youshi-list .item .box .t1{font-size: 14px;}

    .home-news .news-top{flex-direction: column;}

    .home-news .news-top .info{width: 100%;order: 2;}

    .home-news .news-top .pic{width: 100%;order: 1;}

    .home-news .news-top .info{padding:10px;}

    .home-news .news-top .info .t1 a{font-size: 14px;}

    .home-news .news-top .info .t2,

    .home-news .news-top .info .t3{padding-top:10px;}

    .home-news .news-list{flex-direction: column;margin-top:0px;;}

    .home-news .news-list .item{width: 100%;margin-top:10px;}

    .main-content .t1 .t1-left a{width:auto !important;}
    
    .r-right-fiexed{display: block !important;top: 60% !important;}
    .r-right-fiexed a{width: 40px;height: 40px;}
    .main-content .t1 .t1-left a{font-size: 13px !important;}
   



    .footer{margin-top:10px;}

    .footer .footer-b .f-footer .nav{display: none;}

    .footer .footer-b .f-footer .tel{display: none;}

    .footer .footer-b .f-footer .code{width: 100%;align-items: center;}



    .footer .footer-b .l-footer p,

    .footer .footer-b .l-footer a{font-size:14px;color:#ffffff}

    .main-content .t1{flex-direction: column;}

    .main-content .item{flex-direction: column;}

    .main-content .bg{width: 100%;position: relative;overflow: hidden;}

    main-content .bg img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}

    .main-content .a-se .a-se-bg{flex-direction: column;}

    .main-content .a-se .a-se-bg .a-se-lf{width: 100%;}

    .main-content .title-a{    padding-left: 10%;}

}

.pro-canshu table tr td{border: 1px solid #000;}

.main-content .t1 .t1-left a{background-position: -4px center!important;}

.pagination .num,.pagination .ad-this,.pagination .prev-page,.pagination .next-page{border: 1px solid #d9d9d9;height: 38px;line-height: 38px;min-width:38px;padding: 0 5px;cursor: pointer;    display: inline-block;    text-align: center;}
.pagination .last-page,.pagination .total-page{display: none;}
.pagination .ad-this{margin-right: 7px;}
.pagination .prev-page{margin-right: 3px;}
.pagination .num{margin-right: 7px;}
.pagination .yingming-pages{text-align: center;position: relative;}
.pagination .ad-this{ background: #45485b;color: #fff;}
.pagination .num:hover{color: #fff;background: #45485b}
.pagination .num,.pagination .ad-this{margin-top: 20px;  }
.pagination .yingming-pages .prev-page{position: absolute;left: 42%;top: 0;}
.pagination .yingming-pages .next-page{position: absolute;right:42.5%;top: 0;}