
*{margin:0;padding:0;}
body{background:#fff; font-size:14px;line-height:22px;font-family:"Microsoft YaHei";}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;	max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1400px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%; visibility: visible !important;}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}

header{position: fixed;left:0;top:0;width:100%;z-index: 9999;background: rgba(0,0,0,0.5);}   
.header-main{display:flex;justify-content:space-between;align-items:center;}
.header-main .logo{padding-left: 0.4rem;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .tel{background:url(../images/tel.png) no-repeat 30px center, #ff671f;padding:0 0 0 65px;font-size:0.24rem;color:#fff;width: 270px;line-height: 0.9rem; }
.nav-ul {display: flex;width: calc(100% - 600px);justify-content: center;}
.nav-ul li {position:relative;width:12%;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:28px;text-align:center;padding:0.2rem 0;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0px;height: 3px;background:#ff671f;position: absolute;left: 50%;bottom: 0;transform:translateX(-50%);transition: 0.5s;}
.nav-ul li .nav_a span{display: block;line-height: 20px;font-size:12px;text-transform: uppercase;opacity: 0.8;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 23px;}
.nav-ul .sub_ul {display: none;width: 100%;position: absolute; padding:0;z-index:999;background:rgba(255,255,255,0.8);box-shadow:0 5px 10px #333;}
.nav-ul .sub_ul li{width:100%;padding:5px;}
.nav-ul .sub_ul li .nav_a2{font-size:13px;line-height:34px;text-align: center;color:#000;display:block;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {background: #ff6a00;color: #fff;}

/*移动端导航*/
.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#ff671f;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);}

.sjnav{ width:100%; position:absolute;right:0%;z-index:9999;display: none;background:rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;}
.sjnav ul{ padding:0; margin:0;}
.sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:44px;  font-size:15px; color:#fff;padding:0 66px;border-bottom: 1px solid #ddd;}
.sjnav li a:hover, .sjnav li.active a{background:#ff671f; color:#fff;}

/*大图滚动开始*/
.banner{position: relative;}
.bannercase .ban-img {padding-top:35%;}
.bannerys .ban-img {padding-top:35%;}
.bannerabout .ban-img {padding-top:35%;}


.ban-img {padding-top:35%;}
.ban-img{display: block;max-width: 100%;}
.swiper-pagination-bullet{width:40px; height:6px; opacity:1; border-radius:10px; background:#fff;}
.swiper-pagination-bullet-active{background:#ff671f}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}
.banner-b{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.banner-b img{display: block;max-width: 100%;}

.title{text-align: center;}
.title .t1{line-height: 0.42rem;font-size:0.3rem;color:#333;}
.title .t1 span{color:#ff671f;}
.title .t2{line-height: 0.25rem;font-size:0.14rem;color:#a5a5a5;text-transform: uppercase;}
.title .t2 span{position: relative;padding:0 0.42rem;}
.title .t2 span::before, .title .t2 span::after{content:"";display: block;width: 0.3rem;height: 1px;background:#cbcbcb;position: absolute;top:50%;transform:translateY(-50%);}
.title .t2 span::before{left: 0;}
.title .t2 span::after{right: 0;}
.title .t3{font-size:0.14rem;color:#828282;padding:0.15rem 0 0 0;}

.case{background:#f4f4f4;padding:0.55rem 0;}
.case .tabs{display: flex;justify-content: center;padding:0.3rem 0 0 0;}
.case .tabs a{display: block;width: 1.17rem;line-height: 0.32rem;text-align: center;border:1px solid #e6e6e6;border-radius: 10px;font-size:0.14rem;color:#555;margin:0 8px}
.case .tabs a:hover, .case .tabs a.on{background:#ff671f;color:#fff;}
.swiper-case{padding:0.4rem 0 0 0;}
.swiper-case a{display: block ;}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;;}
.swiper-case a .pic:before{content:"";display: block;padding-top:100%;}
.swiper-case a .txt {text-align: center;}
.swiper-case a .txt .t1{line-height: 0.53rem;border-bottom:1px solid #e6e6e6;font-size:0.16rem;color:#333;border-bottom: 1px solid #e6e6e6;}
.swiper-case a .txt .t2{font-size:0.14rem;color:#9d9d9d;padding-top:0.15rem;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}
.swiper-case a:hover .t1{border-color: #ff671f;}




.design{background: url(../images/bj1.jpg) no-repeat 50% 50%;background-size:cover;padding:1.1rem 0;}
.design .wrap{position: relative;}
.gy-img{display: block;max-width: 100%;position: absolute;left: 0;top: 20px;}

.design-box{display: flex;flex-direction: row-reverse;}
.design-box .hezi{width: 2.34rem;height: 2.27rem;text-align: center;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
.design-box .hezi a{display: block;transition: 0.5s;}
.design-box .hezi a .t1{font-size:0.36rem;color:#a9a7a6;padding-bottom: 0.3rem;line-height: 0.34rem;}
.design-box .hezi a .t2{line-height: 0.3rem;font-size:0.2rem;color:#fff}
.design-box .hezi a .t2 span{display: block;line-height: 0.22rem;font-size:0.14rem;color:#7b7b7b;text-transform: uppercase;font-family: "arial";}
.design-box .hezi a:hover{transform: translateY(-8px);}
.design-box .gy-img2{display: block;max-width: 100%;}
.design .more{display: flex;flex-wrap: wrap;align-items: flex-end;}
.design .more a{line-height: 0.4rem;border-top:1px solid #39393a;border-bottom: 1px solid #39393a;width: 2.34rem;font-size:0.14rem;color:#fff;display: block;text-align: center;margin-bottom: 0.4rem;}
.design .more a span{text-transform: uppercase;color:#7b7b7b;text-transform: uppercase;margin-right: 10px;}
.design .more a:hover{background:#fff;color:#333;}
.design-box .hezi2{width: 4.66rem;display: flex;padding-left: 0.3rem;}
.design-box .hezi2 a{display: flex;transition: 0.5s;align-items: center;}
.design-box .hezi2 a .t1{font-size:0.36rem;color:#a9a7a6;padding-right: 0.3rem;line-height: 0.34rem;margin-bottom: 10px;}
.design-box .hezi2 a .t2{line-height: 0.3rem;font-size:0.2rem;color:#fff}
.design-box .hezi2 a .t2 span{display: block;line-height: 0.22rem;font-size:0.14rem;color:#7b7b7b;text-transform: uppercase;font-family: "arial";}
.design-box .hezi2 a:hover{transform: translateY(-8px);}


.about{background:url(../images/bj2.jpg) no-repeat 50% 50%;background-size:cover;padding:0.7rem 0 1rem 0;}
.about-main{margin:0.6rem 0 0 0 ;display: flex;justify-content: space-between;position: relative;}
.about-main .pic{width: 51%;position: relative;overflow: hidden;;}
.about-main .pic img{display: block;max-width: 100%;;}
.about-main .txt .t1{font-size: 0.48rem;color:#e0e0e0;font-weight: bold;line-height: 0.9rem;}
.about-main .txt .t2{font-size: 0.15rem;color:#858585;line-height: 0.3rem;}
.about-main .txt .t3{font-size:0.24rem;color:#e0e0e0;font-weight: bold;font-family: "arial";text-transform: uppercase;padding:0.2rem 0 0 0;}
.about-main .about-txt{display: block;max-width: 100%;}
.about-main .txt-box{display: flex;align-content: flex-end;flex-wrap: wrap;}
.about-main .content{background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.3);padding:0.3rem 0.1rem 0.3rem 0.3rem;position: absolute;right: 8%;top: 30px;width: 60%;}
.about-main .content .t1{display: flex;align-items: center;font-size:0.24rem;color:#333;position: relative;}
.about-main .content .t1::before{content:"";display: block;width: 26px;height: 2px;background:#ff671f;position: absolute;bottom: 0;left: -45px;;}
.about-main .content .t1 span{font-size:0.3rem;color:#c2c2c2;font-family: 'Times New Roman';margin-left: 20px;}
.about-main .content .t2{font-size:0.16rem;color:#555;line-height: 0.3rem;padding:0.3rem 0 0.2rem 0;}
.about-main .content .t3{font-size:0.14rem;color:#c5c5c5;line-height: 18px;}

.team{background:url(../images/bj3.jpg) no-repeat 50% 50%;background-size:cover;padding:0.65rem 0;}
.team-main{padding:0.55rem 0 0.35rem 0;}
.team-main ul li{float: left;}
.team-main ul li .txt{position: relative;padding:0.3rem;color:#fff;transition: 0.5s !important;overflow: hidden; }
.team-main ul li .txt .bt{font-size:0.22rem;line-height: 0.32rem;}
.team-main ul li .txt .bt span{display: block;font-size:0.14rem;text-transform: uppercase;line-height: 0.2rem;opacity: 0.8;}
.team-main ul li .txt .t1{font-size:0.14rem;line-height: 0.3rem;padding:0.3rem 0 0 0;}
.team-main ul li .txt .t1 span{margin-right: 0.3rem;}
.team-main ul li .txt .t1 .more{display: flex;align-items: center;font-size:0.16rem;color:#fff;}
.team-main ul li .txt .t1 .more img{margin-right: 0.15rem;}
.team-main ul li .txt .team-icon{display: block;position: absolute;right: 0;bottom: 0;}
.team-main ul li img{display: block;max-width: 100%;}
.team-main ul li:nth-child(1){width: 17%;}
.team-main ul li:nth-child(1) .txt{background-color: #33343f;min-height: 2.3rem;}
.team-main ul li:nth-child(2){width: 34%;}
.team-main ul li .team-box{display: flex;}
.team-main ul li .team-box .img-box{width: 50%;}
.team-main ul li:nth-child(2) .team-box:nth-child(1) .txt{width: 50%;background:#dc7442;}
.team-main ul li:nth-child(2) .txt:nth-child(2){background-color: #3c436b;min-height: 2.3rem;}
.team-main ul li:nth-child(3){width: 17%;}
.team-main ul li:nth-child(3) .txt{background-color: #fff;min-height: 2.3rem;color:#666;}
.team-main ul li:nth-child(4){width: 31%;}
.team-main ul li:nth-child(4) .txt:nth-child(1){background-color: #9c6f59;min-height: 2.3rem;}
.team-main ul li:nth-child(4) .txt:nth-child(3){background-color: #33343f;padding:0.28rem 0.3rem 0.27rem 0.3rem;}
.team-main ul li .txt:hover{transform: translateY(-5px) !important;transition: 0.5s;}

.message{padding:0.4rem 0;}
.message .wrap{display:flex;justify-content: space-between;}
.message-left{width: 380px;}
.message-left .t1{font-size:0.24rem;color:#4c4c4c;line-height: 0.72rem;display: flex;align-items: center;}
.message-left .t1 b{font-size:0.48rem;font-family: "arial";margin-right:0.24rem;}
.message-left .t2{font-size:0.16rem;color:#4c4c4c;line-height: 0.3rem;}
.message-right{width:calc(100% - 380px);padding-left: 0.5rem;}
.message-right .bt{display: flex;justify-content: space-between;align-items: center;line-height: 0.64rem;}
.message-right .bt .t1{font-size:0.18rem;color:#4c4c4c;font-weight: bold;}
.message-right .bt .t1 span{color:#ff671f;text-transform: uppercase;}
.message-right .bt .t2{font-size:0.16rem;color:#4c4c4c;}
.message-right form{display: flex;justify-content: space-between;flex-wrap: wrap;font-size:0.15rem;color:#666;}
.message-right form input[type="text"]{width: 49%;line-height: 0.36rem;border:1px solid #e5e5e5;margin-bottom: 0.14rem;padding-left: 10px;outline:none;}
.message-right form textarea{width: calc(100% - 115px);border:1px solid #e5e5e5;line-height: 0.36rem;min-height: 54px;padding-left: 10px;outline:none;}
.message-right form input[type="submit"]{width: 96px;line-height: 0.38rem;text-align: center;background:#33343f;color:#fff;outline:none;}

.partner{background: url(../images/bj4.jpg) no-repeat 50% 50%;background-size: cover;height: 306px;}
.partner .wrap{display: flex;align-items: center;height: 100%;}

footer{background:#1c1c1c;}
.foot-box{display: flex;justify-content: space-between;align-items: flex-start;padding:0.5rem 0;}
.foot-box dl dt{display: block;line-height: 0.7rem;position: relative;color:#fff;font-size:16px;font-weight: normal;}
.foot-box dl dt::before{content: "";display: block;width: 30px;height: 3px;background:#fff;position: absolute;left: 0;top:0;}
.foot-box dl dd, .foot-box dl dd a{line-height:38px;font-size:14px;color:#bbbbbb;display: block;} 
.foot-box dl dd span{color:#ff671f;font-size:0.3rem;font-family: "Georgia";padding:0.1rem 0;}
.foot-box dl dd .erweima{display: block;max-width: 100%;width: 124px;margin: 10px 0 0 0;}
.foot-box dl:nth-child(2){width: 350px;}
.foot-box dl:nth-child(2) dd{display: flex;flex-wrap: wrap;}
.foot-box dl:nth-child(2) dd a{width: 50%;}

footer a{color:#fff;}
footer a:hover{color:#fff !important;}
.foot-txt{padding:0.2rem 0;font-size:0.14rem;color:#fff;background:#141414;}
.foot-txt .wrap {display: flex;justify-content: space-between;align-items: center;}
.foot-txt i{cursor: pointer; width: 0.32rem;height: 0.32rem;background-color: #fff;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size:0.2rem;color:#ff671f;opacity: 0.7;}
.foot-txt span{opacity: 0.7;}
.foot-txt a{color:#fff;}
.foot-txt a:hover{color:#fff;text-decoration: underline !important;opacity: 1;}
.foot-txt i:hover{opacity: 1;}

/**/
.page{position: relative;min-height: 7rem;padding-bottom: 0.3rem;}
.page-bt{border-bottom: 1px solid #e1e1e1;padding:0.25rem 0}
.page-bt .wrap{display: flex;justify-content: space-between;align-items: center;font-size:0.14rem;color:#444;}
.page-bt .wrap .tabs{display: flex;flex-wrap: wrap;width: calc(100% - 250px);}
.page-bt .wrap .tabs a{display: block;padding:0 15px;margin:3px 12px;line-height: 0.34rem;border-radius: 30px;font-size:0.14rem;color:#333;}
.page-bt .wrap .tabs a:hover, .page-bt .wrap .tabs a.on{background:#ff671f;color:#fff;}
.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:0.4rem 0;}
.pro-ul li{width: 18%;margin:1%;}
.pro-ul li a{display: block ;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;;}
.pro-ul li a .pic:before{content:"";display: block;padding-top:100%;}
.pro-ul li a .txt {text-align: center;}
.pro-ul li a .txt .t1{line-height: 0.53rem;border-bottom:1px solid #e6e6e6;font-size:0.16rem;color:#333;border-bottom: 1px solid #e6e6e6;}
.pro-ul li a .txt .t2{font-size:0.14rem;color:#9d9d9d;padding-top:0.15rem;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .t1{border-color: #ff671f;}

.case-show{padding:0.5rem 0;display: flex;justify-content: space-between;}
.show-left{width: 300px;}
.show-left .content{width: 100%;padding-bottom: 0.45rem;border-bottom: 1px solid #e1e1e1;}
.show-left .content .t1{line-height: 56px;font-size:20px;color:#333;}
.show-left .content .t2{line-height: 24px;font-size:14px;color:#555;}
.show-left .content .t3{line-height: 25px;font-size:14px;color:#979797;padding-top: 0.14rem;}
.show-left form{padding:0.25rem 0 0 0;font-size:14px;color:#fff;}
.show-left form label{font-weight: normal;margin:0;font-size:20px;color:#fff;line-height: 66px;}
.show-left form input[type="text"], .show-left form textarea{width: 100%;line-height: 0.4rem;background-color: #efefef;margin-bottom: 0.15rem; outline: none;border: none;padding-left: 10px;}
.show-left form textarea{min-height: 1.12rem;}
.show-left form input[type="submit"]{width: 100%;line-height: 0.4rem;font-size:0.14rem;color:#fff;background:#ff671f}
.show-right{width:calc(100% - 370px);margin-left: 70px;}
.show-right img{display:block;max-width:100%;margin:0 auto 0.25rem auto;}

.news-show { width:100%; text-align:center;padding:0.2rem 0;}
.news-show img {  display:block; max-width:100%; margin:2% auto;}
.news-show .txt-bt {  display:block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-nr {  display:block;line-height:35px; font-size:14px; color:#444; text-align:left;}
.news-show .txt-title {  display:block;line-height:30px; font-size:16px;font-weight: bold; color:#444; text-align:center;}
.news-show .txt-shijian{text-align: center;height: 30px;line-height: 30px;}
.news{padding:0.4rem 0;}
.news .news-ul li{width:48%;margin:1%;}
.news-ul{padding:0.36rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.news-ul li{width: 100%;background-color: #fff;box-shadow: 0 5px 10px #ccc;padding:0.18rem;margin-bottom: 0.3rem;transition: 0.5s;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 2.45rem;position: relative;overflow: hidden;}
.news-ul li a .pic:before{content:"";display: block;padding-top:84%}
.news-ul li a .content{width:calc(100% - 2.45rem);padding-left: 0.2rem;display: flex;flex-wrap: wrap;align-content: space-around;}
.news-ul li a .content .t1{font-size:0.17rem;font-weight: bold;color:#333;line-height: 0.3rem;width:100%;}
.news-ul li a .content .t2{font-size:0.12rem;color:#b1b1b1;line-height: 0.2rem;width:100%;}
.news-ul li a .content .t3{line-height: 0.24rem;font-size:0.14rem;color:#555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0.08rem 0;width:100%;}
.news-ul li a .content .t4{width: 0.95rem;line-height: 0.3rem;text-align: center;background-color: #fff;border-radius: 30px;font-size:12px;color:#333;border:1px solid #ddd}
.news-ul li a .content .t4 i{margin-left: 6px;}
.news-ul li:hover{transform: translateY(-8px);}
.news-ul li:hover .content .t4{background-color: #ff671f;color:#fff;}












/*手机底部*/
.hot{width:100%; height:58px; background:#aa3b07; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }


@media (max-width:1400px){
    .wrap{ width:96%}
    .team-main ul li:nth-child(odd){width: 30%;}
    .team-main ul li:nth-child(even){width: 70%;}
    .team-main ul li .pic{width: 100%;}
    .nav-ul li{width: 16%;}
    .header-main .tel{width: 200px;padding:0;background:#ff671f;text-align: center;}
    .header-main .logo{padding-left: 10px;}
    .nav-ul{width: calc(100% - 450px);}
    }

@media (max-width:991px) and (min-width:768px){
    .page-bt .wrap span{display: none;}
    .page-bt .wrap .tabs{width: 100%;}
    .pro-ul li{width: 48%;}
    .show-right{margin-left: 20px;width:calc(100% - 320px);}
    .news .news-ul li{width:100%;margin:1% 0;}
    
    }
 
@media (max-width:767px){
    header{position: relative;}
    .header-main{padding:15px 0;}
    .header-main .logo{padding:0 0 0 10px;width: 300px;}
    .ban-img{padding-top:60%;}
    .case .tabs{flex-wrap: wrap;justify-content: flex-start;}
    .case .tabs a{width: 31.3%;margin:1%;}
    .design{padding:30px 0 0 0;}
    .gy-img{position: static;max-width: 60%;margin:0 auto 20px auto;}
    .design-box .hezi{width: 50%;position: relative;}
    .design-box .hezi a, .design-box .hezi2 a{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    .design-box .hezi2{width: 50%;padding:0 3px;display: flex;text-align: center;flex-wrap: wrap;align-content: center;justify-content: center;position: relative;}
    .design-box .hezi2 a{display: block;}
    .design .more a{width: 100%;margin:20px 0;background-color: #fff;color:#333;}
    .about{padding:25px 0;}
    .about-main{display: block;margin:20px 0 0 0;}
    .about-main .pic{width: 100%;}
    .about-main .about-txt, .about-main .txt-box, .partner{display: none;}
    .about-main .content{position: static;width: 100%;padding:10px;}
    .message .wrap{display: block;}
    .message-left .t1{font-size: 16px;line-height: 40px;}
    .message-left .t1 b{font-size:25px;}
    .message-right .bt{line-height:20px;padding:20px 0;}
    .message-right{width: 100%;padding:0;}
    .foot-box{padding:20px 0 10px 0;display: block;}
    .message-left{width: 100%;}
    .team{padding:25px 0 0 0;}
    .team-main ul li{width: 100% !important;}
    .team-main ul li:nth-child(2) .team-box:nth-child(1) .txt{width: 100%;}
    .team-main ul li .txt .t1{display: flex;flex-wrap: wrap;}
    .team-main ul li .txt .t1 p{width: 33.3%;}
    .team-main ul li .txt .t1 span{width: 33.33%;margin:0;}
    .message-right .bt .t1 span {display: block;}
    /**/
    .page-bt{padding:5px 0;}
    .page-bt .wrap span{display: none;}
    .page-bt .wrap .tabs{width: 100%;}
    .page-bt .wrap .tabs a{width: 31.3%;margin:1%;padding:0;text-align: center;}
    .pro-ul li{width: 98%;}
    .case-show{display: block;padding:10px 0 0 0;}
    .show-left{width:100%;}
    .show-left form{display: none;}
    .show-right{width: 100%;margin:14px 0 0 0;}
    .news-ul li{width:100%;padding:2%;}
    .news-ul li a .pic{width: 130px;}
    .news-ul li a .content{width:calc(100% - 130px);}
    .news-ul li a .content .t2{display: none;}
    .news-ul li a .content .t1{font-size:15px;}
    .news-ul li a .content .t4{display:none}
    .news .news-ul li{width:100%;margin:1% 0;}
}

@media (max-width:567px){
	}

@media (max-width:467px){

    }

@media (max-width:376px){
	}

@media (max-width:336px) {
    }
	
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #ccc; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
.center{text-align: left;}

.news-show iframe{width: 100%; height: 350px;}