﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#eee; border-bottom:1px solid #d9d9d9; line-height:32px; font-size:14px; color:#6d6d6d; position:relative; z-index:99999;}
.top_nav{border-left:1px solid #ccc;}
.top_nav>a{width:43px; float:left; height:32px; line-height:32px; text-align:center; border-right:1px solid #ccc; position:relative; font-size:20px; color:#999;}
.top_nav>a:hover{background:#dd0000; color:#fff;}
.top_wx{width:200px; float:left; overflow:hidden; height:0; position:absolute; right:-80px; top:100%; z-index:9999;}
.top_wx>img{width:200px; height:200px; display:block;}
.top_nav>a:hover .top_wx{height:200px;}
.search{width:175px;}
.search_inp1{width:calc(100% - 36px); float:left; height:32px; line-height:32px; padding:0 10px; font-size:14px; color:#000;background:#eee;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #797979;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color: #797979;} 
.search_btn{width:36px; float:left; height:32px; background:url(../images/search_ss.png) no-repeat center center #e21820;}

.header{width:100%; padding:26px 0; border-bottom:1px solid #c4c4c4;}
.logo img{width:100%; max-width:452px; max-height:62px;}
.logo_txt img{max-width:316px;}
.header_dianhua{height:62px; line-height:22px; color:#000; font-size:14px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:65px;}
.header_dianhua span{display:block; overflow:hidden; line-height:40px; font-size:38px; font-family:Impact; color:#e21820;}

nav{background:#dd0000; position:relative; left:0; top:0; z-index:9999;}
.nav{width:100%;}
.nav>li{width:16.666%; position:relative; padding-right:1px;}
.nav>li::before{content:""; width:1px; float:left; height:17px; background:#fff; opacity:0.5; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.nav>li>a{width:100%; height:52px; line-height:52px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#ff0000; color:#fff;}
.nav>li>a.on{background:#ff0000; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(202, 31, 24, 0.8); padding-top:2px;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#ff0000; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.picbox{width:100%; overflow:hidden; background:#ffeaea;}
.pic_ul{display:block; overflow:hidden;}
.pic_ul li{width:20%; float:left; border-right:1px solid rgba(0,0,0,0.1);}
.pic_ul li:last-child{border:none;}
.pic_ul li a{display:block; overflow:hidden; padding:34px 0;}
.pic_ul li a .pic_logo{width:66px; display:block; height:58px; background-image:url(../images/pic_icon.png); background-repeat:no-repeat; background-size:330px 116px; margin:0 auto;}
.pic_ul li a .pic_p{display:block; overflow:hidden; height:26px; line-height:26px; text-align:center; margin-top:20px; text-overflow:ellipsis; white-space: nowrap; font-size:16px; color:#454545; font-weight:bold;}
.pic_ul li a .pic_txt{display:block; overflow:hidden; height:26px; line-height:26px; text-align:center; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#000;}
.pic_ul li:nth-child(1) a .pic_logo{background-position:left top;}
.pic_ul li:nth-child(2) a .pic_logo{background-position:-66px top;}
.pic_ul li:nth-child(3) a .pic_logo{background-position:-132px top;}
.pic_ul li:nth-child(4) a .pic_logo{background-position:-198px top;}
.pic_ul li:nth-child(5) a .pic_logo{background-position:right top;}
.pic_ul li a:hover{background:#dd0000;}
.pic_ul li:nth-child(1) a:hover .pic_logo{background-position:left bottom;}
.pic_ul li:nth-child(2) a:hover .pic_logo{background-position:-66px bottom;}
.pic_ul li:nth-child(3) a:hover .pic_logo{background-position:-132px bottom;}
.pic_ul li:nth-child(4) a:hover .pic_logo{background-position:-198px bottom;}
.pic_ul li:nth-child(5) a:hover .pic_logo{background-position:right bottom;}
.pic_ul li a:hover .pic_p{color:#fff;}
.pic_ul li a:hover .pic_txt{color:#fff;}

.case{width:100%; overflow:hidden; padding:40px 0;}
.case_title{display:block; overflow:hidden; padding-bottom:11px; text-align:center; position:relative;}
.case_title::before{content:""; width:100%; height:1px; float:left; background:#e5e5e5; position:absolute; left:0; bottom:1px;}
.case_title::after{content:""; width:100%; max-width:150px; height:3px; float:left; background:#dd0000; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.case_p{line-height:38px; font-size:30px; color:#dd0000; font-weight:bold;}
.case_sp{line-height:22px; font-size:14px; color:#a6a6a6; text-transform:uppercase;}
.case_ulB{display:block; overflow:hidden; padding-top:20px;}
.case_ulB .case_liB{display:block; overflow:hidden; margin-top:30px;}
.tags {display:block; overflow:hidden; width:1218px;}
.tags LI {width:156px; float:left; margin:0 18px 10px 0;}
.tags LI A {width:100%; float:left; height:34px; line-height:34px; text-align:center; background:#fadbdb; font-size:16px; color:#545454; position:relative;}
.tags LI A::before{content:""; width:0; height:0; border-top:6px solid #fadbdb; border-left:6px solid transparent; border-right:6px solid transparent; position:absolute;left:50%; bottom:0; transition:all 0.4s;}
.tags LI.selectTag0 A {background:#dd0000; color:#fff;}
.tags LI.selectTag0 A::before {border-top-color:#dd0000; bottom:-6px;}
.tags LI.selectTag1 A {background:#dd0000; color:#fff;}
.tags LI.selectTag1 A::before {border-top-color:#dd0000; bottom:-6px;}
.tags LI.selectTag2 A {background:#dd0000; color:#fff;}
.tags LI.selectTag2 A::before {border-top-color:#dd0000; bottom:-6px;}
.tags LI.selectTag3 A {background:#dd0000; color:#fff;}
.tags LI.selectTag3 A::before {border-top-color:#dd0000; bottom:-6px;}
.tagContents0,.tagContents1,.tagContents2,.tagContents3{display:block; overflow:hidden;}
.tagContent {DISPLAY: none;}
.tagContents0 div.selectTag0,.tagContents1 div.selectTag1,.tagContents2 div.selectTag2,.tagContents3 div.selectTag3 {DISPLAY: block}
.case_ul{display:block; overflow:hidden; width:1220px;}
.case_ul li{width:285px; float:left; margin:20px 20px 0 0;}
.case_ul li .case_B{width:100%; overflow:hidden;}
.case_ul li .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case_ul li .case_B .case_img::before{content:""; display:block; padding-top:71.9299%;}
.case_ul li .case_txt{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; font-size:14px; color:#464646;}
.case_ul li:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul li:hover .case_txt{color:#dd0000;}

.ys{width:100%; overflow:hidden; padding:20px 0; background:url(../images/ys_bj.jpg) no-repeat center center; background-size:cover;}
.ys_title{display:block; overflow:hidden; text-align:center; padding-bottom:15px; background:url(../images/ys_title.png) no-repeat center bottom;}
.ys_p{line-height:60px; font-size:44px; color:#dd0000; font-weight:bold;}
.ys_sp{line-height:54px; font-size:36px; color:#454545;}
.ys_spp{display:block; overflow:hidden; line-height:50px; text-align:center; font-size:38px; color:#e3e3e3; font-weight:bold; text-transform:uppercase;}
.ys_ul{display:block; overflow:hidden; padding-top:60px;}
.ys_ul li{display:block; overflow:hidden;}
.ys_ul li .ys_left{width:50%; float:left; padding-right:70px;}
.ys_ul li .ys_left .ys_B{display:block; overflow:hidden; margin-bottom:45px;}
.ys_ul li .ys_left .ys_B .ys_titleB{display:block; overflow:hidden; padding-bottom:2px; border-bottom:1px solid #f0f0f0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub{width:86px; float:left; height:80px; line-height:80px; text-align:center; background:#dd0000; border-radius:30px 0; font-size:30px; color:#fff; font-weight:bold; margin-right:15px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp{display:block; overflow:hidden; line-height:48px; font-size:36px; color:#dd0000; font-weight:bold;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps{display:block; overflow:hidden; line-height:28px; font-size:18px; color:#666; text-transform:uppercase;}
.ys_ul li .ys_left .ys_B .ys_txt{display:block; overflow:hidden; height:96px; line-height:24px; color:#212121; margin-top:15px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.ys_ul li .ys_right{width:50%; float:left;}
.ys_ul li .ys_left .ys_B:last-child{margin:0;}
.ys_ul li:nth-child(even) .ys_left{float:right; padding:80px 0 0 55px;}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:30px 0;}
.gsjj .case_title::before{background:#fff;}
.gsjj .case_sp{color:#000;}
.gsjj_contect{display:block; overflow:hidden; padding-top:45px;}
.gsjj_left{width:36%; float:left; position:relative; padding-bottom:15px;}
.gsjj_left::before{content:""; width:100%; float:left; height:100%; background:#dd0000; position:absolute; left:15px; top:15px;}
.gsjj_left img{width:100%; display:block; height:auto; position:relative; z-index:2;}
.gsjj_right{width:60%; float:right;}
.gsjj_p{display:block; overflow:hidden; line-height:55px; font-size:33px; color:#dd0000; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; line-height:30px; height:210px; font-size:14px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical; margin-top:20px;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px;}
.gsjj_more a{float:right; width:120px; height:30px; line-height:30px; border-radius:15px; background:#dd0000; text-align:center; font-size:14px; color:#fff;}
.gsjj_more a:hover{background:#f00; text-decoration:underline!important;}

.news{width:100%; overflow:hidden; padding:60px 0;}
.news_nav{overflow:hidden;display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; padding-top:40px;}
.news_nav li{width:120px; float:left; margin:0 10px 10px 10px;}
.news_nav li a{display:block; overflow:hidden; height:30px; line-height:30px; border-radius:15px; text-align:center; background:#fadbdb; font-size:14px; color:#3c3c3c;}
.news_nav li a:hover{background:#dd0000; color:#fff;}
.news_nav li.news_on a{background:#dd0000; color:#fff;}
.news_ul{display:block; overflow:hidden; width:1245px; padding-top:20px;}
.news_ul li{width:370px; float:left; margin:0 45px 40px 0;}
.news_ul li .news_img{width:100%; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li .news_img::before{content:""; display:block; padding-top:59.4595%;}
.news_ul li .news_img .news_hover{width:0; height:0; float:left; overflow:hidden; background:rgba(211,0,0,0.6); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;-webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.news_ul li .news_img .news_hover img{float:left; height:68px;}
.news_ul li .news_p{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:20px; font-size:16px; color:#212121; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_sp{display:block; overflow:hidden; height:26px; line-height:26px; font-size:14px; color:#212121;}
.news_ul li .news_txt{display:block; overflow:hidden; height:48px; line-height:24px; font-size:14px; color:#212121; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_ul li:hover .news_img .news_hover{width:100%; height:100%;}
.news_ul li:hover .news_p{color:#dd0000;}

.lxwmBox{width:100%; overflow:hidden; background:url(../images/lxwm_bj.jpg) no-repeat center center; background-size:cover; padding:38px 0;}
.lxwmBox>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;-webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.lxwm_logo{width:35.5%; float:left;}
.lxwm{width:35%; float:left; border-left:1px solid #c6bebb; border-right:1px solid #c6bebb; padding-left:70px;}
.lxwm_title{display:block; overflow:hidden;}
.lxwm_p{float:left; line-height:32px; border-bottom:2px solid #dd0000; font-size:20px; font-weight:bold; color:#dd0000;}
.lxwm_sp{float:left; line-height:32px; font-size:20px; font-weight:bold; color:#dd0000; padding-left:15px; text-transform:uppercase;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#353434; line-height:36px; padding-top:10px;}
.lxwm_txt>span{font-family:Impact; font-size:24px; color:#e60012;}
.lxwm_wx{width:200px;}
.lxwm_wx>img{width:200px; height:200px; display:block;}
/*END-首页内容*/

/*底部*/
footer{background:#dd0000; font-size:16px; color:#fff; line-height:30px; padding:20px 0; text-align:center;}
footer a{color:#fff; margin:0 25px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
footer>span{font-size:14px;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:278px; float:left;}
.about{width:100%; float:left;}
.about_title{display:block; overflow:hidden; color:#fff; background:#e21820; height:50px; line-height:50px; text-align:center; font-size:24px; color:#fff; font-weight:bold;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:8px;}
.about_ul>li>a{display:block; overflow:hidden; height:42px; line-height:40px; border:1px solid #d8d8d8; padding:0 15px; font-size:14px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.about_ul>li>a>span{float:right; width:20px; height:20px; background:url(../images/about_jiantou.png) no-repeat center center; background-size:100% 100%; margin-top:10px;}
.about_ul>li:hover>a{background:#e21820; border-color:#e21820; color:#fff;}
.about_ul>li.about_on>a{background:#e21820; border-color:#e21820; color:#fff;}
.about_dl{display:none; overflow:hidden; border:1px solid #d8d8d8; margin-top:8px;}
.about_dl>dd{display:block; overflow:hidden; border-bottom:1px solid #d8d8d8;}
.about_dl>dd>a{display:block; overflow:hidden; height:34px; line-height:34px; font-size:14px; color:#000; padding:0 15px;}
.about_dl>dd>a:hover{background:#e21820; color:#fff;}
.about_dl>dd>a.act{background:#e21820; color:#fff;}
.about_dl>dd:last-child{border-bottom:none;}
.about_dianhua_bj{display:block; overflow:hidden; background:#e21820; margin-top:15px; padding:20px 0 20px 20px;}
.about_dianhua{display:block; overflow:hidden; padding-left:60px; line-height:20px; font-size:16px; color:#fff; background:url(../images/about_dianhua.png) no-repeat left center;}
.about_dianhua>span{display:block; overflow:hidden; line-height:32px; font-family:Impact; font-size:30px;}
.about_B{display:block; overflow:hidden; border:1px solid #e1e1e1; padding:12px;}
.about_B>img{width:100%; display:block; height:auto;}
.about_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:32px; padding-top:15px;}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; line-height:54px; border-bottom:1px solid #e5e5e5;}
.dqwz_p{float:left; height:56px; border-bottom:3px solid #dd0000; font-size:30px; font-weight:bold; color:#dd0000; font-weight:bold; padding:0 15px;}
.dqwz_sp{float:left; font-size:16px; color:#a6a6a6; text-transform:uppercase; padding-left:10px;}
.dqwz_nav{float:right; font-size:14px; color:#000;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.company img{max-width: 100%;height: auto!important;}
/*END-关于我们*/

/*活动承办/开工开业/搭建项目/设备租赁/成功案例*/
.case_ul1{display:block; overflow:hidden; width:915px;}
.case_ul1 li{width:285px; float:left; margin:0 20px 20px 0;}
.case_ul1 li .case_B{width:100%; overflow:hidden;}
.case_ul1 li .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case_ul1 li .case_B .case_img::before{content:""; display:block; padding-top:71.9299%;}
.case_ul1 li .case_txt{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; font-size:14px; color:#464646;}
.case_ul1 li:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul1 li:hover .case_txt{color:#dd0000;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:28px;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_img img{display:block;max-width: 45% !important; height: auto !important; margin: 0 auto !important;}
.cpxq_txt{display:block; overflow:hidden; font-size:16px; color:#000; line-height:30px;}
.cpxq_txt img{max-width: 100%;height: auto!important;}

/*END-活动承办/开工开业/搭建项目/设备租赁/成功案例*/

/*新闻动态*/
.news_ul1{display:block; overflow:hidden; width:930px;}
.news_ul1 li{width:275px; float:left; margin:0 35px 30px 0;}
.news_ul1 li .news_img{width:100%; overflow:hidden; border:1px solid #dcdcdc; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul1 li .news_img::before{content:""; display:block; padding-top:59.4595%;}
.news_ul1 li .news_img .news_hover{width:0; height:0; float:left; overflow:hidden; background:rgba(211,0,0,0.6); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;-webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.news_ul1 li .news_img .news_hover img{float:left; height:68px;}
.news_ul1 li .news_p{display:block; overflow:hidden; height:30px; line-height:30px; margin-top:20px; font-size:16px; color:#212121; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul1 li .news_sp{display:block; overflow:hidden; height:26px; line-height:26px; font-size:14px; color:#212121;}
.news_ul1 li .news_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#212121; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul1 li:hover .news_img .news_hover{width:100%; height:100%;}
.news_ul1 li:hover .news_p{color:#dd0000;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:28px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#888; line-height:24px; padding:10px 0; border-bottom:1px dashed #d7d7d7;}
.xwxq_img{display:block; padding-top:20px; overflow:hidden;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px; padding-top:20px;}
.xwxq_txt img{max-width: 100%;height: auto!important;}
/*END-新闻动态*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:26px 1%;}
.header_dianhua span {font-size: 28px;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.picbox {padding:0 1%;}

.case {padding:40px 1%;}
.tags {width:100%;}
.tags LI {width:14.66%; margin:0 1% 10px 1%;}
.case_ul {width:100%;}
.case_ul li {width:23%; margin:20px 1% 0 1%;}

.ys {padding:20px 1%;}
.ys_ul {padding-top:40px;}

.gsjj {padding:30px 1%;}
.news {padding:40px 1%;}
.news_nav {padding-top:30px;}
.news_ul {width:100%;}
.news_ul li {width:31.33%; margin:0 1% 40px 1%;}

.lxwmBox {padding:35px 1%;}
.lxwm {padding-left: 40px;}
/*END-首页内容*/

/*底部*/
footer{padding:20px 1%;}
footer a{margin:0 20px;}
/*END-底部*/

/*关于我们*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.about_dianhua_bj{padding:15px 0 15px 15px;}
.about_dianhua>span{font-size:26px;}
.main_right{width:74%;}
/*END-关于我们*/

/*活动承办/开工开业/搭建项目/设备租赁/成功案例*/
.case_ul1{width:100%;}
.case_ul1 li{width:31.33%; margin:0 1% 20px 1%;}
/*END-活动承办/开工开业/搭建项目/设备租赁/成功案例*/

/*新闻动态*/
.news_ul1{width:100%;}
.news_ul1 li{width:31.33%; margin:0 1% 30px 1%;}
/*END-新闻动态*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#dd0000;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:20px 10px;}
.logo img {max-width: 372px;}
.logo_txt img {max-width: 260px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(221, 0, 0, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none; padding:0;}
.nav>li::before{display:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li:hover>a{background:#f00; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.picbox {padding:0 10px;}
.pic_ul li a {padding:15px 0;}
.pic_ul li a .pic_p {margin-top:10px;}

.case {padding:30px 10px;}
.case_ulB .case_liB {margin-top:15px;}

.ys {padding: 20px 10px;}
.ys_ul {padding-top:30px;}
.ys_ul li .ys_left {padding-right:20px;}
.ys_ul li .ys_left .ys_B {margin-bottom:30px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub {width:66px; height:60px; line-height:60px; border-radius:20px 0; font-size:20px; margin-right:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:32px; font-size:22px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps {line-height:24px; font-size: 14px;}
.ys_ul li:nth-child(even) .ys_left {padding:20px 0 0 20px;}

.gsjj {padding:30px 10px;}
.gsjj_contect {padding-top:30px;}
.gsjj_p {line-height:40px; font-size:28px;}
.gsjj_txt {line-height:24px; height:168px; margin-top:10px;}

.news {padding:30px 10px;}
.news_ul li .news_p {margin-top:10px;}

.lxwmBox {padding:30px 10px;}
.lxwm_logo {width: 100%; margin-bottom:30px;}
.lxwm {width:48%;}
/*END-首页内容*/

/*底部*/
footer{padding:20px 10px;}
footer a{margin:0 5px;}
/*END-底部*/

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.about_dianhua>span{font-size:22px;}
.main_right{width:69%;}
/*END-关于我们*/

/*新闻动态*/
.news_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.news_ul1 li{width:48%; margin:0 1% 20px 1%;}
/*END-新闻动态*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.picbox {padding:0;}
.pic_ul li{width:33.33%; border-bottom:1px solid rgba(0,0,0,0.1);}
.pic_ul li a {padding:5px;}
.pic_ul li a .pic_logo {width:34px; height:30px; background-image: url(../images/pic_icon.png); background-repeat: no-repeat; background-size:170px 60px;}
.pic_ul li a .pic_p {margin-top:5px;}
.pic_ul li a .pic_txt {max-height:40px; height:auto; line-height:20px; font-size:12px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;white-space:initial;}
.pic_ul li:nth-child(2) a .pic_logo {background-position:-34px top;}
.pic_ul li:nth-child(3) a .pic_logo {background-position:-68px top;}
.pic_ul li:nth-child(4) a .pic_logo {background-position:-102px top;}
.pic_ul li:nth-child(2) a:hover .pic_logo {background-position:-34px bottom;}
.pic_ul li:nth-child(3) a:hover .pic_logo {background-position:-68px bottom;}
.pic_ul li:nth-child(4) a:hover .pic_logo {background-position:-102px bottom;}
.pic_ul li:nth-child(4){width:50%;}
.pic_ul li:nth-child(5){width:50%;}

.case {padding:10px;}
.case_title {padding-bottom:6px;}
.case_p {line-height:30px; font-size:20px;}
.case_sp {line-height:18px; font-size:12px;}
.case_ulB {padding-top:0;}
.case_ulB .case_liB {margin-top:10px;}
.tags LI {width:23%;}
.tags LI A {height:30px; line-height:30px; font-size:14px;}
.case_ul {display:flex; flex-wrap:wrap; justify-content:space-between;}
.case_ul li{width:calc(50% - 5px); float:left; margin:0; margin:0 0 10px 0;}

.ys {padding:10px;}
.ys_title {background:url(../images/ys_title.png) no-repeat center bottom; background-size:100% 73%; padding-bottom:5px;}
.ys_p {line-height:30px; font-size:18px;}
.ys_sp {line-height:20px; font-size:14px;}
.ys_spp {line-height:30px; margin-top:5px; font-size:18px;}
.ys_ul {padding-top:10px;}
.ys_ul li .ys_left {width:100%; padding:0;}
.ys_ul li .ys_left .ys_B {margin-bottom:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB {padding-bottom:10px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_sub {width:50px; height:50px; line-height:50px; border-radius:15px 0; font-size:18px; margin-right:5px;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pp {line-height:28px; font-size:16px; margin-top:0;}
.ys_ul li .ys_left .ys_B .ys_titleB .ys_pps {line-height:14px; font-size:12px;}
.ys_ul li .ys_left .ys_B .ys_txt {margin-top:10px;}
.ys_ul li:nth-child(even) .ys_left {padding:10px 0 0 0;}
.ys_ul li .ys_right {width:100%; padding-top:10px;}
.ys_ul li:nth-child(2) .ys_left .ys_B:last-child {margin-left:0;}

.gsjj {padding:10px;}
.gsjj_contect {padding-top:10px;}
.gsjj_left{width:100%; padding:0 15px 0 0;}
.gsjj_right{width:100%; margin-top:20px;}
.gsjj_p {line-height:30px; font-size:20px;}
.gsjj_txt {line-height:22px; height:auto; text-overflow:initial; display:block; -webkit-line-clamp:initial; -webkit-box-orient:initial;}
.gsjj_more {padding-top:10px;}
.gsjj_more a {float:none; display:block; margin:0 auto;}

.news {padding:10px;}
.news_nav {padding-top:0;}
.news_nav li {width:31.33%; margin:10px 1% 0 1%;}
.news_ul{padding:0;}
.news_ul li{width:100%; margin:10px 0 0 0;}
.news_ul li .news_img {width:86px; float:left; margin-right:10px;}
.news_ul li .news_img::before{content:""; display:block; padding-top:100%;}
.news_ul li .news_p {margin-top:0;}
.news_ul li .news_sp {height:16px; line-height:16px; font-size:12px;}
.news_ul li .news_txt {height:40px; line-height:20px;}

.lxwmBox {padding:10px;}
.lxwm_logo {width: 100%; margin-bottom:10px;}
.lxwm {width:100%; border:none; border-top:1px solid #c6bebb; border-bottom:1px solid #c6bebb; padding:10px;}
.lxwm_wx {width:100%; padding-top:10px; display:flex; justify-content:center;}
/*END-首页内容*/

/*底部*/
footer{padding:10px; font-size:14px; line-height:24px;}
footer a{margin:0 5px;}
/*END-底部*/

/*关于我们*/
.main{padding:0;}
.main_left{width:100%;}
.about_title {background:url(../images/imgs/sj_jiantou.png) no-repeat right center #e21820; text-align:left; padding-left:20px; font-size:20px;}
.about_ul {display:none; padding:0 2px;}
.about_ul>li {margin-top:2px;}
.about_dl {margin-top:2px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-关于我们*/

/*活动承办/开工开业/搭建项目/设备租赁/成功案例*/
.case_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.case_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cpxq_img{padding:10px 0;}
.cpxq_txt{line-height:24px;}
/*END-活动承办/开工开业/搭建项目/设备租赁/成功案例*/

/*新闻动态*/
.news_ul1 li{width:100%; margin:10px 0 0 0;}
.news_ul1 li .news_img {width:86px; float:left; margin-right:10px;}
.news_ul1 li .news_img::before{content:""; display:block; padding-top:100%;}
.news_ul1 li .news_p {margin-top:0;}
.news_ul1 li .news_sp {height:16px; line-height:16px; font-size:12px;}
.news_ul1 li .news_txt {height:40px; line-height:20px;}

.xwxq_sp{line-height:18px; padding:5px 0;}
.xwxq_img{padding-top:10px;}
.xwxq_txt{line-height:24px; padding-top:10px;}
/*END-新闻动态*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

.cpxq_img img{display:block;max-width: 100% !important; height: auto !important; margin: 0 auto !important;}
}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#000;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#dd0000; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #dd0000;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#e21820;}