@charset "utf-8";
/*全局初始化样式*/
body{ padding:0; margin:0 auto; font-size: 14px; line-height: 25px;
 font-family:arial,Microsoft YaHei,'微软雅黑'; color: #666460;
 width: 100%; min-width: 320px;max-width: 1920px;zoom:1;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 
/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);
/*控制文本可选性*/
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.dl,.dl dd,.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;font-family: '微软雅黑';} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666460; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color:#006cba;}

/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}

.container{margin:0 auto; max-width: 1200px;padding: 0 15px;}
@media screen and (min-width:1200px ){
    .container{width:98%;margin:0 auto; padding: 0;}
}

.auto{margin: 0 auto;}
.auto_1780{max-width: 1780px;}


/*全局样式*/


/*页面框架结构*/
.contain{} /*页面主体内容*/
.slidebar{} /*边侧菜单*/
.maincontent{padding:0 2%;} /*主要内容*/
.content{} /*内容*/
.txtbox,
.singlepage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.current{ /*当前位置*/}


/*分页*/
.Page9527{ text-align:center;  padding:3% 0;}
.Page9527 .Pages .p_cur,
.Page9527 .Pages .p_count,
.Page9527 .Pages .p_total,
.Page9527 .Pages .p_jump,
.Page9527 .Pages .a_first,
.Page9527 .Pages .a_end{ display:none;}
.Page9527 .Pages em{ font-style:normal;}
.Page9527 .Pages  a{ text-align:center; display:inline-block; border-radius:50%;font-size: 16px; color: #dedede;width:32px;height:32px; line-height:32px; border:1px solid #d0d0d0;}
.Page9527 .Pages  a.a_cur{color:#fff;border: solid 2px #0077bd;color: #0077bd;}
@media(max-width:640px){
.Page9527 .Pages em{ display:none;}
.Page9527 .Pages .a_next,
.Page9527 .Pages .a_prev{text-align:center;  display:inline-block; line-height:32px; border:1px solid #d0d0d0; padding:0 10px;}
.Page9527 .Pages .a_next{color:#0077bd; border-color:#0077bd;}
}
/*分页*/

/*头部*/
.Top1024{ position: fixed; left:0; top:0; width:100%; background-color:#fff;z-index:100;}
.Top1024 .header{ padding:0;position: relative;}
.Top1024 .header-left{position:absolute; top:50%; left:2%; transform:translateY(-50%); width:40%; max-width:191px;}
.Top1024 .header-right{  position:absolute; top:50%;right:2%;margin-top:-20px;}
.Top1024 .header-right dd{position:relative; float:right;margin: 0 0 0 10px;}
.Top1024 .header-right dd:hover{ background:#006cba; border-radius:50%; }
.Top1024 .header-right dd >a{ display:block;height:40px;width: 40px;line-height:40px;}

.Top1024 .header-left .logo {display:block;}
.Top1024 .header-left .logo img {width:90%;}
@media(min-width:1025px){
.Top1024 .header-mid{ margin-right:220px; margin-left:25%;}
}

.Top1024 .top-language a{ position:relative;/*  padding:0 15px; */ background:url(../images/en.png) no-repeat center center;}
/* .Top1024 .top-language a:before,
.Top1024 .top-language a:after{ position:absolute;content:''; top:50%;margin-top:-2.5px;}
.Top1024 .top-language a:after{ right:0;border:5px solid transparent; border-top-color:#8c8c8c; } */

.Top1024 .open-search{ width:40px; background:url(../images/search.png) no-repeat center center; }
.Top1024 .search-box{position:absolute; width:0;z-index: 100; overflow:hidden; right:0; top:0; background:#eee; transition:0.3s; opacity:0;}
.Top1024 .search-box .text{ width:100%; background:none; height:40px; border:none; line-height:40px; padding:0 40px 0 10px;}
.Top1024 .search-box .btn{ position:absolute; right:0; top:0; height:100%; width:40px;background:url(../images/search.png) no-repeat center center;}
.Top1024 .top-search-on .search-box{ width:200px; opacity:1;}

.Top1024 .top-email a{ width:40px; background:url(../images/email.png) no-repeat center center; }

.Top1024 .top-oa a{ width:40px; background:url(../images/oa.png) no-repeat center center; }

.Top1024 .header-menu li em{ line-height:40px; padding:12px 0; font-size:16px;position:relative; }
.Top1024 .header-menu li em::after{ position: absolute;right: 0;top: 50%;margin-top: -1.5px;content: '';width: 3px;height: 3px;background-color: #565656;}
.Top1024 .header-menu li:last-child em::after{ display:none;}
.Top1024 .header-menu li:hover em a,
.Top1024 .header-menu li.aon em a{ color:#0177BD;border-bottom: 2px solid #0177BD;}
.Top1024 .header-menu li .sub{ background:none;}
.Top1024 .header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
.Top1024 .header-menu li .sub dt a{ text-align:center; color:#fff;}
.Top1024 .header-menu li .sub dt a:hover{ background:#b48a56;}

@media(max-width:1024px){
.Top1024 .header{ margin:0 2%; height:80px;}
.Top1024 .header-right{ z-index:101; right:2%;}
.Top1024 .Public_nav_style #open_menu{ position:relative; right:0; top:auto; margin-left:10px; border-radius:0; background:#EEE4D8; height:32px; border:none; margin-top:4px;}
.Top1024 #open_menu i::before,
.Top1024 #open_menu i::after{ background:#b48a56 !important;} 
.Top1024 #open_menu i{background:#b48a56; height:3px; margin-top:-1.5px;}
.Top1024 #header-menu ul{ padding:0; border-top:82px solid #fff; background:rgb(179, 138, 85);}
.Top1024 #header-menu li{text-align:center;}
.Top1024 #header-menu li em a{ padding:5%;  font-weight:normal; line-height:normal;}
.Top1024 #header-menu li dl{ margin:0; }
.Top1024 #header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
.Top1024 #header-menu li .sub dt a{ border-bottom:0;}
}
@media(max-width: 540px){
	.Top1024 .header-left {width:25%;}
}
@media(max-width: 480px){
  .Top1024 .header{height: auto; padding:2% 0;}
  .Top1024 .header-right{overflow: hidden; margin-top:-15px;}
  .Top1024 .header-left{position: inherit;transform: inherit;}
  
  .Top1024 .header-right dd > a {width:30px; height:30px; line-height:30px;}
  .Top1024 .top-email a,.Top1024 .top-oa a,.Top1024 .top-language a,.Top1024 .open-search {background-size:contain;}
  
  .Top1024 .Public_nav_style #open_menu {margin-top:0; height:30px;}
  
  .Top1024 #header-menu ul {border-top-width:65px;}
}
/*头部*/

/* banner */
.HomeBan .swiper-container,
.HomeBan .pc{height: 750px}
.HomeBan .pc{background-repeat: no-repeat;background-size: cover;display: block;}
.HomeBan .wap{width: 100%;display: none;}

.HomeBan .swiper-pagination-bullet{border: 2px solid rgba(255,255,255,1);background: none;border-radius: 100%;width: 15px;height: 15px;}
.HomeBan .swiper-pagination-bullet-active{background: rgba(255,255,255,0.8);width: 80px;height: 15px;border-radius: 50px;border: 2px solid rgba(255,255,255,1); }
.HomeBan .swiper-slide{ background-color:#fff;}

.banner{height: 450px;background-repeat: no-repeat;background-size: cover;display: block;}
.banner .wap{width: 100%;display: none;}

@media(max-width: 640px){
  .HomeBan .pc{background: none !important; height: auto;}
  .HomeBan .wap{display: block; height:100%;}
  .HomeBan .swiper-container{ height:auto;}
  .banner{background: none;height: auto;}
  .banner .wap{display: block;}
  

}
/* banner */

/* 首页内容 */

/* 广告图 */
.Advert{margin: 50px 0;}
.Advert img{width: 100%;}
@media(max-width: 640px){
  .Advert{    margin: 3% 0;}
}
/* 广告图 */

/* 产品中心 */
.home_title{padding: 25px 0;text-align: center;}
.home_title h1{font-weight: 300;font-size: 26px;margin: 0;line-height: 30px;}
.home_title i{display: block;margin: 10px auto 5px;width: 20px;height: 2px;background: #0076BC;}
.home_title span{text-transform: uppercase;font-size: 22px;line-height: 30px; color: #DFDFDF;font-weight: 300;}
/* 产品中心 */

/* 首页产品中心 */
.home_productlist ul li{float: left;width: 49%;}
.home_productlist ul li:nth-child(2){float: right;}

.home_productlist ul li .ICimg{position: relative; overflow:hidden; background-color:#000}
.home_productlist ul li .ICimg .img{width: 100%; transition: all 0.4s;}
.home_productlist ul li:hover .ICimg .img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	opacity:0.8;
}
.home_productlist ul li .ICimg {transition:all 0.5s ease 0s;}
.home_productlist ul li .ICimg .product_info {position: absolute;left:0; padding:10px 20px; bottom: 0;color: #ffffff;transition:all 0.5s ease 0s;}
.home_productlist ul li .ICimg .title {font-size: 28px;line-height: 56px; font-weight: 300;transition:all 0.5s ease 0s;}
.home_productlist ul li .ICimg .intro {display:none;}
.home_productlist ul li .ICimg:hover .product_info {height:100%; width:100%; background-color:rgba(0,0,0,.6);}
.home_productlist ul li .ICimg:hover .intro {display:block;}
.home_productlist ul li .ICpic{text-align: center;padding: 20px 0;border-left: 2px solid #F1F1F1;border-bottom:2px solid #F1F1F1;border-right: 2px solid #F1F1F1;  }
.home_productlist ul li .ICpic dl{margin: 0;display: inline-block;margin: 0 auto;}
.home_productlist ul li .ICpic dl dd{margin: 0;display: inline-block;padding: 0 30px;}
.home_productlist ul li .ICpic dl dd a{background: url(../images/more.png) no-repeat right;font-size: 23px;padding-right: 30px;line-height: 40px;color: #999;}
.home_productlist ul li .ICpic dl a{ display:inline-block; }
.home_productlist ul li .ICpic dl a dd img{ opacity:0.7;-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.home_productlist ul li .ICpic dl a:hover dd img{ opacity:1; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter:normal;}

@media(max-width: 640px){
  .home_productlist ul li{float: none;width: 100%;}
  .home_productlist ul li:nth-child(2){float: none;}
}
/* 首页产品中心 */

/* 首页照明方案 */
.home_Lightinglist{margin: 2% 0;}
.home_Lightinglist ul li{width: 49.5%;float: left;margin-right: 1%;}
.home_Lightinglist ul li:nth-child(1){float: none;width: 100%;margin-bottom: 1%;}
.home_Lightinglist ul li:nth-child(3){margin-right: 0;}
.home_Lightinglist ul li .ICimg{position: relative;width: 100%; overflow:hidden;}
.home_Lightinglist ul li .ICimg .img{width: 100%; transition:all 0.3s ease 0s;}
.home_Lightinglist ul li .ICimg .lighting_info {width:100%; position: absolute; left: 0; bottom: 0;  color: #ffffff; padding:10px 20px; transition:all 0.3s ease 0s;}
.home_Lightinglist ul li .ICimg .title {font-size: 28px; line-height: 56px; font-weight: 300;}
.home_Lightinglist ul li .ICimg .intro {display:none;}
.home_Lightinglist ul li .ICimg:hover .img {transform:scale(1.2,1.2);}
.home_Lightinglist ul li .ICimg:hover .lighting_info {background-color:rgba(0,0,0,.6); height:100%;}
.home_Lightinglist ul li .ICimg:hover .intro {display:block;}

@media(max-width: 640px){
  .home_Lightinglist ul li{width: 100%;float: none;margin-bottom: 1%; }
  .home_Lightinglist ul li .ICimg .title {font-size:18px; line-height:28px; margin-bottom:3%;}
  .home_Lightinglist ul li .ICimg .title img {height:28px; width:auto;}
}
@media(max-width: 360px){
	.home_Lightinglist ul li .ICimg:hover .intro {height:50px; overflow:hidden;}
}
/* 首页照明方案 */

/* 首页新闻中心 */
.home_Newslist{ padding-top:30px;}
.home_Newslist ul li{ width:31.66666%; float:left; margin-right:2.5%; margin-bottom:4.16667%; background: #F9F9F9;}
.home_Newslist ul li:nth-child(3n){ margin-right:0;}
.home_Newslist ul li img{ width:100%;}
.home_Newslist ul li .CasesCont{ padding:0 6.5789%; background:#f3f7f9;}
.home_Newslist ul li h1{ margin:0; font-weight:normal; font-size:20px; color:#555555; letter-spacing:2px; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height:34px; padding-top:4%;}
.home_Newslist ul li p{ font-size:16px; margin:0; line-height:34px; letter-spacing:1px; text-transform:uppercase; margin:0; height:100px; overflow:hidden;color: #555555;margin-top:20px; }
.home_Newslist ul li .CasesCont .more{color:#a7c222; font-size:0.75em; background:url(../images/bg5.jpg) no-repeat left center; padding-left:20px; text-transform:uppercase; display:inline-block; letter-spacing:1px; margin:8% 0;}
.home_Newslist ul li dl{ width:100%;margin-bottom: 5%;background: url(../images/chakan.png) no-repeat left;position: relative; padding-left: 30px;}
.home_Newslist ul li dl:after{content: '';position: absolute;bottom: 0;left: 0;height: 1px;width: 120px;background-color: #cccccc;}
.home_Newslist ul li .main{ padding: 0 6.5789%;}

.home_Newslist ul li .ICimg{position: relative;overflow: hidden;}
.home_Newslist ul li .ICimg .time{position: absolute;left: 0;bottom: 0;text-align: center;background-color: rgba(0, 119, 189, 0.8);border-radius: 0px 30px 0px 0px;opacity: 0.8;width: 200px;height: 50px;color: #ffffff;line-height: 50px;font-size: 16px;}

.home_Newslist ul li:hover {background-color:#006cba; color:#fff;}
.home_Newslist ul li:hover dl {color:#fff;}
.home_Newslist ul li a img{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.home_Newslist ul li a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); opacity:0.5; }

.home_Newslist ul li:hover h1{color:#fff;}
.home_Newslist ul li:hover p{color:#fff;}

.home_more{margin: 0 auto 40px;text-align: center; font-size: 23px;}
.home_more a{background: url(../images/more.png) no-repeat right;padding-right: 30px;line-height: 40px;color: #999;}
@media (max-width:768px){
  .home_Newslist ul li p{height: auto;}
  .home_Newslist ul li{ width: 47.5%; margin-right:5%;}
  .home_Newslist ul li:nth-child(3n){ margin-right:5%;}
  .home_Newslist ul li:nth-child(2n){ margin-right:0;}
  }
@media (max-width:480px){
  .home_Newslist ul li{ width: 100%; margin-right:0%;}
  .home_Newslist ul li:nth-child(3n){ margin-right:0%;}
  .home_Newslist ul li:nth-child(2n){ margin-right:0;}
  }
/* 首页新闻中心 */



/* 首页内容 */


/*底部*/
.Bottom9527{width:100%;margin-top: 0;}
.Bottom9527,
.Bottom9527 a{ color:#707070;}
.Bottom9527 a:hover{ opacity:0.8}
.Bottom9527 .auto{ position: relative;}
.Bottom9527 .subnav{ min-height:270px;padding:40px 2% 90px;background:#30373F;position: relative;}
.Bottom9527 .subnav dl dt{ padding:0px 0 20px 0;}
.Bottom9527 .subnav dl dt a{ font-size:20px;line-height: 34px;color: #ffffff;}
.Bottom9527 .subnav dl dt a em{padding-right: 15px;}
.Bottom9527 .subnav dl dt a em img{vertical-align: middle;}
.Bottom9527 .subnav dl dd{margin: 0;padding-left: 30px;position: relative;}
.Bottom9527 .subnav dl dd span{ padding:0 0 5px 0; display:block;}
.Bottom9527 .subnav dl.end{ display:block; width:100%;}
.Bottom9527 .subnav dl.end dd:before{display: none;}
.Bottom9527 .share{ width:230px;}
.Bottom9527 .share .ewm{text-align:right;}
.Bottom9527 .share .ewm h1{font-size: 20px;line-height: 34px;color: #fff;margin: 0;font-weight: 300;}
.Bottom9527 .share .ewm span{font-size: 25px;line-height: 45px;color: rgba(255,255,255,0.3);background: url(../images/phone.png) no-repeat left top 5px;margin-top: 10px; padding-left: 45px;display: inline-block;}
.Bottom9527 .link{  position:relative; padding:30px 0 20px 0;}
.Bottom9527 .link h6{ font-size:14px; line-height:40px; padding:0px 20px; background:#3A4149; margin: 0;border-radius: 10px;}
.Bottom9527 .link h6 i{ cursor:pointer; display:block; position:absolute; right:0; width:100%; height:40px; background:url(../images/select.png) no-repeat right;}
.Bottom9527 .link ul{ display:none; width:100%; position:absolute; right:0; bottom:60px; background-color:#333232;}
.Bottom9527 .link ul li{ border-bottom:solid 1px #292828;}
.Bottom9527 .link ul li a{ padding-left:20px; display:block; line-height: 40px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Bottom9527 .link ul li a:hover{ background-color:#333232;}

.Bottom9527 .share .gup{text-align: right;}
.Bottom9527 .share .gup span{font-size: 16px;line-height: 34px;color: rgba(255,255,255,0.3);}
.Bottom9527 .share .gup span em{font-style: normal;font-size: 24px;font-weight: 300;}

.Bottom9527 .copyright{ overflow:hidden;padding:38px 0;background: #222931;}
.Bottom9527 .copyright i{ background:url(../images/dian.png) no-repeat center center; padding:0px 13px;}
.Bottom9527 .copyright .wanhu{ font-weight:bold;}
.Bottom9527 .bdsharebuttonbox{ text-align:left;}
.Bottom9527 .bdsharebuttonbox a{background-image:url(../images/share.png); background-repeat: no-repeat; width: 40px;height: 40px;padding-left: 0; display:inline-block;}
.Bottom9527 .bdsharebuttonbox a.bds_weixin{background-position: 0 0;}
.Bottom9527 .bdsharebuttonbox a.bds_tsina{ background-position:-50px 0;}
.Bottom9527 .bdsharebuttonbox a.bds_sqq{background-position: -100px 0;}
.Bottom9527 .bdsharebuttonbox a.bds_tqq{background-position: -150px 0;}
.Bottom9527 .bdsharebuttonbox a.bds_weixin img{ display:none; position:absolute; width:180px;}
.Bottom9527 .bdsharebuttonbox a.bds_weixin:hover img{ display:block;}
.bd_weixin_popup{ height:auto!important; }
.bd_weixin_popup .bd_weixin_popup_main table{ width:100%!important; }


@media only screen and (max-width:768px ) {
  .Bottom9527 .subnav{ padding:20px 1% 40px; }
  .Bottom9527 .subnav dl{ border-bottom: 1px solid #222;}
  .Bottom9527 .subnav dl dd{ display: none; padding: 10px; border-top: 2px solid #222;}
  .Bottom9527 .subnav dl dt{ padding: 10px;}
  .Bottom9527 .share{ margin: 3% auto 0;}
  .Bottom9527 .fl,.Bottom9527 .fr{ display: block; width: 100%; text-align: center;}
  .Bottom9527 .fl{ margin: 8px 0;}
  .Bottom9527 .share .gup,.Bottom9527 .share .ewm{ text-align:left; }
}
@media only screen and (max-width:1200px ) {
  .Bottom9527 .share{ right: 2%;}
}
@media only screen and (min-width:769px ) {
  .Bottom9527 .subnav dl dd:before{content: "";position: absolute;left: 8px;top: 0;width:2px;height: 150px;background:#383F47;}
  .Bottom9527 .fl{ float: left;}
  .Bottom9527 .fr{ float: right;}
  .Bottom9527 .subnav dl{ width: 12%; padding-right: 10px;float:left;margin: 0;}
  .Bottom9527 .subnav dl.pro{ width:13%;}
  .Bottom9527 .share{position:absolute; right:0; top:0;}
  .Bottom9527 .share .ewm  span{ margin-left: 1%;}
}
@media only screen and (min-width:1024px ) {
  .Bottom9527 .subnav dl{ width: 12%;}
  .Bottom9527 .subnav dl.end{ display:block;width:15%;}
  .Bottom9527 .subnav dl.end dd{padding-left: 0;}
  .Bottom9527 .subnav dl.pro{ width:13%;}
  .Bottom9527 .share{ width: 240px;}
  .Bottom9527 .share .ewm  span{ margin-left: 5%;}
}

@media(max-width: 640px){
.Bottom9527 .subnav dl dt a{ font-size:16px;}
}
/*底部*/


/*页面二级*/
.Menu9277{position: relative;height: auto;background:#f9f9f9;}
.Menu9277 .menu,.Menu9277 .menu *{ transition:.3s ease-in-out;}
.Menu9277 .menu nav li a{ transition:0s ease-in-out; font-size:16px; display:block; padding:10px;}
.Menu9277 .menu{width: 100%;}
.Menu9277 .menu .auto{ position: relative; margin-left:2%; margin-right:2%; z-index: 5;}

.sudbox{ padding:20px 2%; border-bottom:solid 1px #f9f9f9; }
.sudbox a{ display:inline-block; font-size:16px; margin-right: 25px; }
.sudbox a.on{ color:#006cba; }


@media only screen and (max-width: 1200px) {
.Menu9277 .menu .auto{ margin-left: 15px; margin-right: 15px;}  
}

.Menu9277 .menu nav{ float: left; width: 70%;padding:1.5% 0;}
.Menu9277 .menu nav li{position: relative;text-align: center;display: inline-block;margin-right: 25px; }
.Menu9277 .menu nav li:after{ display:block; width:0; height:0; margin:0 auto;content:'';border:6px solid transparent;  border-bottom:0;}
.Menu9277 .menu nav li.on:after,
.Menu9277 .menu nav li:hover:after{border-top-color:#006cba;}
.Menu9277 .menu nav li.on a,
.Menu9277 .menu nav li:hover a{ color:#fff; background-color:#006cba;}
.Menu9277 .menu nav li .aa{color: #555555; font-size: 15px;display: inline-block; position: relative;line-height: 40px;}
.Menu9277 .menu nav li .aa:after{ display:block; width:0; height:0; margin:0 auto;content:'';border:2px solid transparent;  border-bottom:0;}
.Menu9277 .menu nav li.on .aa,.Menu9277 .menu nav li .aa:hover{ color: #0077bd;}
.Menu9277 .menu nav li.on .aa:after,.Menu9277 .menu nav li .aa:hover:after{ width: 100%; left: 0;background:#006cba;}

.Menu9277 .menu nav li{position: relative;}
.Menu9277 .menu nav li dl{margin: 0;display: none;position: absolute;width: 300px;}
.Menu9277 .menu nav li dl dd{margin: 0;display: inline-block;}

.Menu9277 .menu nav li dl dd{color: #555555; font-size: 15px;display: inline-block; position: relative;line-height: 40px;}
.Menu9277 .menu nav li dl dd:after{ display:block; width:0; height:0; margin:0 auto;content:'';border:2px solid transparent;  border-bottom:0;}
.Menu9277 .menu nav li.aon dl dd,.Menu9277 .menu nav li dl dd:hover{ color: #0077bd;}
.Menu9277 .menu nav li.aon dl dd:after,.Menu9277 .menu nav li dl dd:hover:after{ width: 100%; left: 0;background:#006cba;}


@media only screen and (max-width:1000px ) {
  .Menu9277 .menu nav{ float: none; width: 100%;}
}

@media(max-width: 640px){
.Menu9277 .menu nav li{display: block; margin-right:0; width:100%;}
}
/*页面二级*/

/* 内页标题 */
.title_ny{text-align: center;margin: 64px 0;}
.title_ny h1{font-size: 24px;color: #555555;font-weight: 300;position: relative;line-height: 40px;margin: 0;}
.title_ny h1:before{content: '';width: 20px;height: 2px;background-color: #0077bd;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.title_ny time{text-align: center;}
/* 内页标题 */

/* 公司简介 */
.article{margin-bottom: 70px;}
.about_left{float: left;width: 47%;}
.about_left img{width: 100%;height: 100%;}

.about_right{float: right;width: 47%;}
.about_right h1{font-size: 48px;font-weight: normal;line-height: 40px;color: #000000;margin: 0;text-transform: uppercase;}
.about_right span{line-height: 48px;font-size: 36px;color: #000000;}
.about_right p{font-size: 16px;line-height: 24px;color: #555555;}

@media(max-width: 768px){
  .title_ny{ margin:20px auto; }
  .about_left{float: none; width:100%; padding:0 2%; height:auto!important; margin-bottom: 2%; }
  .about_right{float: none;width: 100%; padding:0 2%;}
  .about_right img{ height:auto!important; width:100%!important; }
  .about_right h1{ font-size:23px; line-height:25px; }
}
/* 公司简介 */

/* 公司荣誉 */
.Honor_list{ padding:2% 0 0;}
.Honor_list ul{ overflow:hidden;}
.Honor_list li{ float:left;  position:relative; text-align:center;margin-bottom: 50px;width: 100%;}
.Honor_list li a,
.Honor_list li::after{ position:absolute;width:100%; height:100%; left:0; top:0; }
.Honor_list li::after{ content:''; border-right:1px solid #f2f2f2; border-top:1px solid #f2f2f2;}
.Honor_list li .Ispic{ padding-bottom:75%; background-size:initial;background-repeat: no-repeat;background-position: center;border: solid 2px #f1f1f1;}
.Honor_list li .ICpic{background-color: #f9f9f9;height: 70px;}
.Honor_list li .ICpic .dot{font-size: 18px;line-height: 70px;color: #555555; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.Honor_list li:hover .ICpic{background-color: #443635;}
.Honor_list li:hover .ICpic .dot{color: #fff;}

.Honor_list li a{ border:2px solid #443635; opacity:0; z-index:5; transition:0.3s;}
.Honor_list li a:hover{ opacity:1;}
.Honor_list li p{ margin:0; color:#333;}
.Honor_list li  span{ color:#999; padding-bottom:5px;}
.Honor_list .more{ text-align:center; padding-top:3%;}
.Honor_list .more a{ display:inline-block; background:url(../images/honor_list_more.png) no-repeat; width:28px; height:28px; overflow:hidden; line-height:1000px; animation:infinite linear 1s Honor_list_more;}

@keyframes Honor_list_more{
0%{ transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-webkit-keyframes Honor_list_more{
0%{ transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@media(min-width:769px){
.Honor_list li{width:24.25%;margin-right: 1%; }
.Honor_list li:nth-child(4n){margin-right: 0; }
}
@media(max-width:768px){
.Honor_list li .ICpic .dot{font-size: 13px;}
.Honor_list li{width:49%;margin-right: 2%;}
.Honor_list li:nth-child(2n){ margin-right: 0; }
}
@media(max-width:480px){
.Honor_list li{width: 100%;}
}
/* 公司荣誉 */

/* 人才招聘 */
.job_list .list{border: solid 1px #d9dce0;}
.job_list .list h1.title{color: #333333; font-size:18px; background-color:#eaedf2; margin:0; padding:13px 0 13px 16px; font-weight:normal; position:relative; cursor:pointer; line-height:25px;}
.job_list .list h1.title time{ float:right; padding-right:74px; font-size:14px; color:#666666;position:relative;}
.job_list .list h1.title::before{ width:23px; height:23px; background-color:#e5e5e5;/*  border-radius:50%;  */position:absolute; content:''; right:20px; top:50%; margin-top:-11px;}
.job_list .list h1.title time::before,
.job_list .list h1.title time::after{ position:absolute; content:''; background-color:#b3b3b2;top:50%;}
.job_list .list h1.title time::before{ width:12px; height:2px; right:25px;  margin-top:-1px;}
.job_list .list h1.title time::after{ width:2px; height:12px; margin-top:-6px; right:30px;}
.job_list .list h1#on{ background-color:#0077bd; color:#fff;}
.job_list .list h1#on time{ color:#fff;}
.job_list .list h1#on::before{ background-color:#fff;}
.job_list .list h1#on time::after{ display:none;}
.job_list .list h1#on time::before{ background-color:#b3b3b2;}
.job_list .con{ padding:3%; display:none;}
.job_list .info{ line-height:25px; padding-bottom:2%;}
.job_list .apply a{ display:inline-block; padding:10px 30px; color:#fff; border-radius:5px; background-color:#005ca2; font-size:16px;}
@media(max-width:640px){
.job_list .list h1.title{ font-size:15px;}
.job_list .list h1.title time{padding-right:54px; font-size:12px;}  
.job_list .apply a{ font-size:14px;}
}
/* 人才招聘 */

/* 公司新闻 */
.new_list ol{ background-color:#fafafa; margin-bottom:3%; position:relative; padding-left:50%;}
.new_list ol .Ispic{ width:50%; position:absolute; left:0; top:0; height:100%; overflow: hidden;;}
.new_list ol .Ispic .Tupian{ width:100%; height:100%; position:absolute; left:0; top:0; transition: all 0.6s }
.new_list ol .Ispic:hover .Tupian{transform: scale(1.1);}
.new_list ol .Ispic img{ display:none;}
.new_list ol div{ padding:5% 10% 5% 5%;}
.new_list ol h3 a{color: #555555;font-size: 20px;line-height: 30px;font-weight: normal;}
.new_list ol time{ display:block;font-size: 14px;color: #888888;line-height: 32px;}
.new_list ol p{ margin:0 0 3% 0; height:182px;color: #8c8c8c;line-height: 48px;font-size: 16px;}
.new_list ol span{ display:inline-block;width:121px; line-height:34px; text-align:center; color:#999999;font-size:16px;background:url(../images/chakan.png) no-repeat left;border-bottom: 1px solid #CCCCCC;}

.new_list li{width: 50%;float: left; overflow:hidden; padding-left:40px; padding-right:52px; position:relative; margin-bottom:2%; background-color:#fafafa;}
.new_list li h1{color: #555555;font-size: 20px;line-height: 30px;font-weight: normal;margin: 20px 0;}
.new_list li a.a1 {display: block;overflow: hidden;}
.new_list li p{color: #a8a8a8;line-height: 34px; font-size: 14px;margin: 0;margin-bottom:20px;}
.new_list li h1 time{color: #888888;line-height: 32px;font-size: 14px;float: right;}
.new_list li:hover p,.new_list li:hover h1{ color:#006cba;}
.new_list .new_btn{display:block;width: 47px;height: 50px;margin: 0 auto;background: url(../images/jiazai.png)no-repeat center;}
@media(max-width:1000px){
.new_list li{padding-left:40px;padding-right:52px;}
}
@media(max-width:768px){
.new_list h3{ font-size:16px;}
}
@media(max-width:640px){
.new_list ol{ padding-left:0;}
.new_list ol .Ispic{ width:auto; position:relative; height:auto; display:block;background: none !important; }
.new_list ol div{ padding:3%;}
.new_list ol img{display: block !important;}
.new_list li{float: none;width: 100%;}
}
@media(max-width:480px){
.new_list li{padding-left:20px;padding-right:20px;}
.new_list h3{ font-size:14px;}
.new_list p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.new_list ol p{ height:60px;}
}
@media(min-width:768px){
	.new_list li h1,
	.new_list li p{ text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow:hidden;}
	.new_list li h1{ -webkit-line-clamp: 2;}
	.new_list li p{ -webkit-line-clamp: 2; height:68px;}
}
/* 公司新闻 */

/* 下载专区 */

.download_list li{width: 50%; float: left; overflow:hidden; padding-left:40px; padding-right:52px; position:relative; margin-bottom:2%; background-color:#fafafa;padding-bottom: 30px}
/*.download_list li:nth-child(3n){margin-right: 0;}*/
.download_list li .count{float: right;display: inline-block;position: relative;}
.download_list li .count::after{content:"";display:block;width: 30px;height:30px;position: absolute;right: 0;left: 0;top:-50px;margin: auto;background: url("../images/download.png") no-repeat center center;background-size:99%;}
.download_list li h1{color: #555555;font-size: 20px;line-height: 30px;font-weight: normal;margin: 20px 0;position: relative;padding-right: 80px;}
.download_list li a.a1 {display: block;overflow: hidden;}
.download_list li p{color: #a8a8a8;line-height: 34px; font-size: 14px;margin: 0;margin-bottom:20px;}
.download_list li a:hover .count::after{background: url("../images/download-on.png") no-repeat center center;background-size:99%;}
.download_list li a:hover p,.download_list li a:hover h1{ color:#006cba;}
.download_list .new_btn{display:block;width: 47px;height: 50px;margin: 0 auto;background: url(../images/jiazai.png)no-repeat center;}
@media(max-width:1000px){
.download_list li{padding-left:40px;padding-right:52px;width: 50%;margin-right: 0;}


}
@media(max-width:768px){
.download_list h3{ font-size:16px;}
.download_list li h1{padding-right: 0;}
.download_list li{float: none;width: 100%;}
.download_list li .count{padding-right: 25px;}
.download_list li .count::after{height: 20px;width: 20px;top:0;bottom:0;right: 0;left: auto;}

}

@media(max-width:480px){
.download_list li{padding-left:20px;padding-right: 20px;}
.download_list h3{ font-size:14px;}
.download_list p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.download_list li .count{padding-right: 20px;}
.download_list li .count::after{height: 14px;width: 14px;top:0;bottom:0;right: 0;left: auto;}
}
@media(min-width:768px){
	.download_list li h1,
	.download_list li p{ text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow:hidden;}
	.download_list li h1{ -webkit-line-clamp: 1;}

	
}
/* 下载专区 */

/* 联系我们 */
.contact .Map001 .map{width:60%; float:left;}
.contact .Map001 .map #allmap{ height:525.53px; width:100%;}
.contact .Map001 .map #allmap *{ font-size:12px!important; max-width:inherit!important;}
.contact .Map001 .info{float:right; width:40%; background-color:#f9f9f9; min-height:525.53px;}
.contact .Map001 li{ line-height:25px;padding:12px 0 12px 60px; font-size:16px;color:#7e7e7e; border-bottom:1px #dbdbdb dotted;}
.contact .Map001 li p{margin: 0;}
.contact .Map001 li h1{margin: 0; padding:13px 0;}


@media(max-width: 640px){
  .contact .Map001 .map{width: 100%;float: none;}
  .contact .Map001 .info{width: 100%;float: none;}
  .contact .Map001 li{padding: 12px 0 12px 26px}
}
/* 联系我们 */

/* 门店查询 */
.retail{ padding:20px 0;}
.retail .map{width:55%; float:left;}
.retail .map #allMap{height:450px; width:100%;}
.retail .map #allMap img{ max-width:none;}
.retail .info{ float:right; width:45%;max-height:450px; overflow:auto;border-top:1px solid #F0F5F3;border-bottom:1px solid #F0F5F3;}

.retail .select{padding-left: 43px;margin: 0 0 40px;}
.retail .select dl{margin: 0; float:left; line-height:36px; margin-right:10px;}
.retail .select dd{ float:left;margin: 0;}
.retail .select dd{ position:relative; z-index:10;}
.retail .select dd span{ display:block;border:2px solid #d7d7d7; height:36px; width:200px;border-radius: 18px;text-indent:10px; color:#333333; cursor:pointer;line-height: 34px;}
.retail .select dd figure{ position:absolute; width:200px; top:36px; background-color:#fff;border:1px solid #dcdcdc; display:none;}
.retail .select dd figure a{ display:block; line-height:30px; padding:0 10px;}
.retail .select dd figure a:hover{ background-color:#eee;}
.retail .select .search{ margin-left:0px;}
.retail .search .btn{height:36px; width:120px;cursor:pointer; border:none;background-color: #0077bd;color: #fff; border-radius: 18px;}

.retail .info .info_h1{color: #333333;font-size: 24px;line-height: 24px;padding-left: 43px;}
.retail .info li{ line-height:25px;padding:20px 43px; border-top:1px #dbdbdb solid;}
.retail .info li p{ margin:0;}
.retail .info li h1{ margin:0;font-size:14px;}
.retail .info li.on{ background-color:#0076BC;}
.retail .info li.on h1{color: #fff;}
.retail .info li.on p{color: #fff;}
@media(max-width: 640px){
  .retail .map{width: 100%;float: none;}
  .retail .info{width: 100%;float: none;}
  .retail li{padding: 26px 0 26px 26px}
}
/* 门店查询 */

/* 常见问题解答 */
.question_list ul li{float: left;width: 100%;margin-bottom: 2%; }
.question_list ul li .question_title{width: 100%;}
.question_list ul li .question_title h1{text-align: center;line-height: 60px; font-size: 24px;color: #fff;margin: 0;display: block;width: 8%;height: 60px;background-color: #0077bd;float: left;}
.question_list ul li .question_title span{display: block;float: left; width: 92%;height: 60px;line-height: 60px;padding-left: 20px;background-color: #f7f7f7;border: solid 1px #e7e7e7; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.question_list ul li .question_nr{margin-left: 8%;border: solid 1px #e7e7e7;height: 100px;line-height: 50px;position: relative;border-top:none;}
.question_list ul li .question_nr p{margin: 0;line-height: 24px;position: absolute;top: 50%;transform: translateY(-50%);padding:0 20px;font-size: 12px;}
@media(min-width: 768px){
  .question_list ul li{float: left;width: 49%;margin-right: 2%;}
  .question_list ul li:nth-child(2n){margin-right: 0; }
}

@media(max-width: 640px){
  .question_list ul li .question_title h1{float: none;width: 20%;}
  .question_list ul li .question_title span{float: none;width: 100%;height: auto;line-height: 35px;}
  .question_list ul li .question_nr{width: 100%;margin-left:0; height: auto;}
  .question_list ul li .question_nr p{position: inherit;transform: inherit;}
}
/* 常见问题解答 */

/* 加盟政策 */
.league .league_menu{text-align: center;margin-bottom: 50px; }
.league .league_menu ul{margin: 0 auto;display: inline-block;}
.league .league_menu ul li{display: inline-block;font-size: 18px;line-height: 34px;padding: 0 20px;}
.league .league_menu ul li.selected{color: #0077bd;}

.league .league_info{text-align: center;}
.league .league_info .league_item{display: none;}
/* 加盟政策 */

/* 形象店 */

.xingx_list .list_img .row{margin: 40px auto;width: 80%;}
.xingx_list .list_img .owl-carousel{position: relative;padding: 0 50px;}
.xingx_list .list_img .row .owl-nav{display: block;}
.xingx_list .list_img .row .owl-prev{position: absolute; top:50%;transform: translateY(-50%); left: 0px; width:40px; height:40px; background: url(../images/prev.png) no-repeat center; background-size:100% 100%; font-size:0; opacity: 0.6}
.xingx_list .list_img .row .owl-next{position: absolute; top:50%;transform: translateY(-50%); right: 0px; width:40px; height:40px; background: url(../images/next.png) no-repeat center; background-size:100% 100%;font-size:0; opacity: 0.6}
.xingx_list .list_img .row .owl-prev:hover{background: url(../images/prev_hover.png) no-repeat center; }
.xingx_list .list_img .row .owl-next:hover{background: url(../images/next_hover.png) no-repeat center; }



.xingx_list {max-width:1200px; width:90%; height:800px; margin:auto; position:relative;}
   .swiper-container {
      width: 100%;
      height:500px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
	  position:relative;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
	  border:solid 2px #fff;
	  cursor: pointer
    }
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
	   border-color:#1c65c6
    }
.xingx_list .gallery-top .swiper-slide a{ display:block; position:absolute; width:100%; height:100%;}
.xingx_list .gallery-top .name{text-align:center; width:100%; padding:0; margin:0; font-size:16px; height:50px;}
.xingx_list .gallery-top .pic{ position:absolute; width:100%; height:90%;background-size: cover; background-position: center;}
.xingx_list .gallery-top .desc {display:none;}
.xingx_list .swiper-slide i{ z-index:100; position:absolute; right:0; color:#fff; background-color:#1c65c6; font-size:18px; width:30px; line-height:30px; text-align:center; border-radius:100px;}
.xingx_list .swiper-button-prev,
.xingx_list .swiper-button-next { z-index:5; position: absolute; top:50px; width:20px; height:95%; background:none;}
.xingx_list .swiper-button-prev{right:-4%; left:auto;}
.xingx_list .swiper-button-next{left:-4%; right:auto}
.xingx_list .arrow{ width:100%; display:block; background-repeat:no-repeat; background-position:center center; border:none; background-size:auto}
.xingx_list .arrow.t{ height:80%;}
.xingx_list .arrow.b{ height:20%;}
.xingx_list .swiper-button-prev span{background-image: url(../images/jiant2.png);}
.xingx_list .swiper-button-next span{background-image: url(../images/jiant1.png);}
.xingx_list .swiper-button-prev:hover span{background-image: url(../images/jiant2-hover.png);}
.xingx_list .swiper-button-next:hover span{background-image: url(../images/jiant1-hover.png);}
.xingx_list .swiper-button-next.swiper-button-disabled,
.xingx_list .swiper-button-prev.swiper-button-disabled { opacity:0.8;}


/*.xingx_list .swiper-container {width:90%;margin-left: auto;margin-right: auto;}
.xingx_list .gallery-top {padding-bottom: 12px;width: 100%; max-width:1160px; margin:auto}
.xingx_list .gallery-top .swiper-slide {max-width: 100%;width: auto;overflow: hidden;opacity: 0; height:auto; position:relative;  text-align:center; background-color:#fff;}
.xingx_list .gallery-top .swiper-slide .pic {position:relative; padding-bottom:50%; background:no-repeat center center / auto 100%; background-size:contain; background-color:#fff;}
.xingx_list .gallery-top .swiper-slide img {max-width: 100%;}
.xingx_list .gallery-top .swiper-slide-active {opacity: 1;}
.xingx_list .gallery-top .swiper-slide a{ display:block; position:absolute; width:100%; height:100%;}
.xingx_list .gallery-top .name{ opacity:0; padding:2% 0; margin:0; font-size:16px;}
.xingx_list .gallery-top .desc {text-align:center; padding:10px 0; font-size:16px; display:none;}
.xingx_list .gallery-top .swiper-slide-active .desc {display:block;}
.xingx_list .gallery-top .swiper-slide-active .name{ opacity:1;}
.xingx_list .gallery-thumbs {box-sizing: border-box;}
.xingx_list .gallery-thumbs .swiper-slide {max-width:200px;width: auto;overflow: hidden; text-align:center; position:relative;}*/
/*.xingx_list .gallery-thumbs a.redirect {display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:9;}*/
/*.xingx_list .gallery-thumbs .swiper-slide img {max-width:92%; cursor:pointer; border:solid 2px #fff;}
.xingx_list .gallery-thumbs .swiper-slide img:hover,
.xingx_list .gallery-thumbs .swiper-slide-active img{ border-color:#1c65c6}

.xingx_list .gallery-thumbs-box { max-width:95%; position:relative; margin:auto; overflow:hidden;}
.xingx_list .gallery-thumbs-box .swiper-container { max-width:88%; margin:auto;}
.xingx_list .gallery-top-box {position: relative;width: 100%;  margin:auto;}
.xingx_list .gallery-top-box .swiper-container {margin-left: auto;margin-right: auto;}

.xingx_list .swiper-button-prev,
.xingx_list .swiper-button-next { z-index:5; position: absolute; top:50%; margin-top:-20px; width:20px; height:40px; background-repeat:no-repeat; background-position:center center; border:none; background-size:auto}
.xingx_list .swiper-button-prev {background-image: url(../images/jiant1.png);left:0;}
.xingx_list .swiper-button-next {background-image: url(../images/jiant2.png);right:0;}
.xingx_list .swiper-button-prev:hover {background-image: url(../images/jiant1-hover.png);}
.xingx_list .swiper-button-next:hover {background-image: url(../images/jiant2-hover.png);}
.xingx_list .swiper-button-next.swiper-button-disabled,
.xingx_list .swiper-button-prev.swiper-button-disabled { opacity:0.8;}


.xingx_list .swiper-scrollbar-drag{ display:none;}

@media(max-width:1200px){
.xingx_list .gallery-thumbs .swiper-slide{ max-width:240px;}
}
@media(max-width:640px){
.xingx_list .gallery-thumbs-box{ display:none;}
}*/

/* 形象店 */

/* 照明设计 */
.lighting_list{margin-top:21px; padding-bottom: 4%;}
.lighting_list .ul{margin-right: -2%;}
.lighting_list .item{margin:22px 2% 0 0;}
.lighting_list .item .con{ background:#f9f9f9; padding:4% 4% 8% 4%; position: relative;}
.lighting_list .item .btn{width: 100px; height: 40px; line-height: 40px; text-align: center; color: #fff; background: #e91a2b; font-size: 14px; position: absolute; top: 10%; right: 4%;}
.lighting_list .item .pic img{display: block; width: 100%;}
.lighting_list .item .title{ font-size:18px; color:#000; display:block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin:2% 0 4%;}
.lighting_list .item.on .title{padding-right: 100px;}
.lighting_list .item .text{ color:#443635; font-size:16px; line-height: 24px;/* height: 72px;*/}
.loading{text-align: center; margin-top: 4%;}
.lighting_list .item:hover .con{ background:#4e3538; }
.lighting_list .item:hover .text,.lighting_list .item:hover .title{ color:#fff; }

@media screen and (max-width:768px){
.lighting_list ul li .btn{width: 65px; height: 30px; line-height: 30px;}
.lighting_list ul li.on .title{padding-right: 65px;}
}
@media screen and (max-width:640px){
.lighting_list ul{margin-right: -2%;}
.lighting_list ul li{width: 48%; margin-right: 2%;}
.lighting_list ul li .con{ overflow: hidden;}
.lighting_list ul li .pic{ position: relative; width: 100%; float: left; display:block; padding-top:65%; overflow: hidden; }
.lighting_list ul li .pic img{ position: absolute; top:0; left: 0; width: 100%; height:100%; }
}
.lighting_list .wall-column{float: left;}
@media screen and (min-width:640px){
.lighting_list .wall-column{ margin-right:2%; width:31.3333%;}
.lighting_list .wall-column:nth-child(3n+3){ margin-right:0;}
/*.pro_list .wall-column .list{margin-bottom:15%;}*/
}
/* 照明设计 */

/* 产品列表 */
.product_list{}
.product_list ul{ overflow:hidden;}
.product_list li{ float:left;  position:relative; text-align:center;margin-bottom: 50px;width: 100%;}
.product_list li a,
.product_list li::after{ position:absolute;width:100%; height:100%; left:0; top:0; }
.product_list li::after{ content:''; border-right:1px solid #f2f2f2; border-top:1px solid #f2f2f2;}
.product_list li .Ispic{ padding-bottom:83.62%; background-size:initial;background-repeat: no-repeat;background-position: center;border: solid 2px #f1f1f1;}
.product_list li .ICpic{background-color: #f9f9f9;height: 80px;}
.product_list li .ICpic .dot{font-size: 15px;color: #555555;text-align: left;padding-left: 20px;}
.product_list li:hover .ICpic{background-color: #443635;}
.product_list li:hover .ICpic .dot{color: #fff;}

.product_list li a{ border:2px solid #443635; opacity:0; z-index:5; transition:0.3s;}
.product_list li a:hover{ opacity:1;}
.product_list li p{ margin:0; color:#333;}
.product_list li  span{ color:#999; padding-bottom:5px;}
.product_list .more{ text-align:center; padding-top:3%;}
.product_list .more a{ display:inline-block; background:url(../images/product_list_more.png) no-repeat; width:28px; height:28px; overflow:hidden; line-height:1000px; animation:infinite linear 1s product_list_more;}

@keyframes product_list_more{
0%{ transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-webkit-keyframes product_list_more{
0%{ transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@media(min-width:769px){
.product_list li{width:24.25%;margin-right: 1%; }
.product_list li:nth-child(4n){margin-right: 0; }
}
@media(max-width:768px){
.product_list li .ICpic .dot{font-size: 13px;}
.product_list li{width:49%;margin-right: 2%;}
.product_list li:nth-child(2n){ margin-right: 0; }
}
@media(max-width:480px){
.product_list li{width: 100%;}
}
/* 产品列表 */

/* 流通详情 */
.Spec001883{ border-bottom: 1px solid #f9f9f9;padding-left:2%;padding-right: 2%;}
.Spec001883 dl{line-height:32px; display:table; width:100%;}
.Spec001883 dl.more{ border-bottom:0;}
.Spec001883 dt,
.Spec001883 dd{ display:table-cell; vertical-align:middle;}
.Spec001883 dt{width:90px;text-align: center; color:#fff; background-color:#0077bd;}
.Spec001883 dd{position:relative;}
.Spec001883 dd ol{padding-left:60px;overflow:hidden; position:relative;margin: 0;}
.Spec001883 .input{ float:left;}
.Spec001883 .input input{ max-width:100px; vertical-align:middle;}
.Spec001883 .input .text{ border:1px solid #e5e5e5; border-radius:3px; height:32px; line-height:32px; width:25%; text-align:center;}
.Spec001883 .input .btn{ border:none; cursor:pointer; background:#ff8200;height:32px; color:#fff; font-size:12px; border-radius:3px; margin-left:10px; width:30%;}

.Spec001883 ol a{color:#000; margin-right:20px; display:inline-block;}
.Spec001883 a.on,
.Spec001883 a:hover{ color:#0077bd;}
.Spec001883 ol span,
.Spec001883 ol a.all{ position:absolute;  top:0;text-align:center; width:48px; height:32px;}
.Spec001883 ol a.all{ left:0;margin-right:0;}
.Spec001883 ol span{right:10px;color:#fff; border-radius:3px; padding:0 5px;background:#ff8200; cursor:pointer; display:none;}
.Spec001883 .money ol,
.Spec001883 .more ol{ float:left;}
.Spec001883 figure{ float:left; position:relative; width:90px;}
.Spec001883 figure em{ display:block; cursor:pointer;border:1px solid #e5e5e5; border-radius:3px; padding:8px 0; height:32px;}
.Spec001883 figure em i{ font-style:normal; display:inline-block; width:60px; line-height:15px; text-align:center;border-right:1px solid #e5e5e5; color:#000; float:left;}
.Spec001883 figure em:after{ content:''; display:inline-block; vertical-align:middle; margin-left:5px; margin-top:-10px; width:0; height:0; border:6px solid transparent; border-top-color:#ff8200;}
.Spec001883 figure figcaption{ position:absolute; left:0; top:100%; width:100%;border:1px solid #e5e5e5; background-color:#fff; border-radius:3px; display:none;}
.Spec001883 figure figcaption a{ display:block; text-align:center;}
.Spec001883 figure:hover figcaption{ display:block;}
@media(max-width:1000px){
.Spec001883 .input{ float:none;padding-bottom:10px; padding-left:10px;}
.Spec001883 .money ol,
.Spec001883 .more ol,
.Spec001883 figure{ float:none;}
.Spec001883 figure{ margin-left:10px;}
}
@media(max-width:768px){
.Spec001883 dd ol{ padding-right:65px; padding-left:45px;}
.Spec001883 dt{width:80px;}
}


.RighInfo002254 .auto_1260{ max-width: 1260px;}
@media only screen and (max-width:1260px) {
  .RighInfo002254 .auto_1260{  padding: 0 2%;}
}
.RighInfo002254{ padding:30px 0 1%;}
.RighInfo002254 .list_img{ float:left; width:55.6%; position:relative;}
.RighInfo002254 .big_img{float:right; width:80%;}
.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure{ width:100%;}
.RighInfo002254 .big_img li figure{ padding-bottom:84%; border:solid 4px #f9f9f9;background-size:contain;background-repeat: no-repeat;background-position: center;}
.RighInfo002254 .list{ /*padding:0 82.9% 0 0;*/ float:left; width:17.116%;}
.RighInfo002254 .list .bd{ position:relative;}
.RighInfo002254 .list a{ position:absolute; width:16px; height:28px; left:22%;top: 50%;transform: translateY(-50%); background:url(../images/jiant1.png) no-repeat center center/auto;  cursor:pointer;}
.RighInfo002254 .list a.next{right:2%;left: auto; background-image:url(../images/jiant2.png);}
.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop{ cursor:default;}
.RighInfo002254 .list li{position:relative; margin-bottom:19%;}
.RighInfo002254 .list li figure{width:100%;border:solid 4px #f9f9f9; background-size:contain;background-repeat: no-repeat;background-position: center; padding-bottom:80%;}
.RighInfo002254 .list li.on figure{ border:4px solid #3c89d9;}
.RighInfo002254 .right_info{ float:right; width:44%;padding:0 2%; }
.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p{ margin:0;padding:5% 0;}
.RighInfo002254 .right_info h1{ padding:7% 0; color:#3c89d9; font-size:26px; }
.RighInfo002254 .right_info h3{ font-size:18px; font-weight:normal;}
.RighInfo002254 .right_info p{line-height:30px; color:#999; margin-bottom:10%;}
.RighInfo002254 .right_info a{ display:inline-block; border:1px solid #fdf3f2; padding:10px 5%; color:#3c89d9; transition:0.4s;}
.RighInfo002254 .right_info a:hover{ background-color:#3c89d9; color:#fff;}

.RighInfo002254 .right_info ul li{float: left;width: 45%;font-size: 16px;color: #666;line-height: 30px;border-bottom: 1px solid #E5E5E5;background: url(../images/sanjiao.png) no-repeat left;padding:15px 0 15px 20px; }
.RighInfo002254 .right_info ul li:nth-child(2n){float: right;}
.RighInfo002254 .right_info span em{color: #0077bd;line-height: 30px;font-size: 20px;font-style: normal;font-weight: bolder;}
.RighInfo002254 .right_info span{color: #ff0000;line-height: 30px;font-size: 24px;margin: 6% 0;display: block;}

.RighInfo002254 .tab{ padding:3% 0;}
.RighInfo002254 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;background: #0077bd;}
.RighInfo002254 .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px;color: #fff; background-color: rgba(255, 255, 255, 0.1);margin-right:4px; cursor:pointer;}
.RighInfo002254 .tab .h1_tab span.on{color: #0077bd;background: #fff;}
.RighInfo002254 .tab .info{ padding-top:3%;}
.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/righinfo002254-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url(../images/righinfo002254-icon.png) no-repeat left center;}
@media(max-width:768px){
.RighInfo002254 .list_img,
.RighInfo002254 .right_info{ float:none; width:auto; overflow:hidden;}
.RighInfo002254 .right_info h1 {padding:3% 0;}
}
@media(max-width:640px){
.RighInfo002254 .list li{}
.RighInfo002254 .right_info h1{font-size:20px; }
.RighInfo002254 .right_info h3{ font-size:16px;}

 }  
  #allMap {
            max-width: none;
        }
        #maps_li .select dl select{
            display: block;
            float: left;
            height: 33px;
            line-height: 33px;
            border: 1px solid #dbd9d6;
            width: 178px;
            margin-right: 7.1%;
        }
@media(max-width:480px){
.RighInfo002254 .right_info ul li{float: none;width: 100%;}
.RighInfo002254 .right_info ul li:nth-child(2n){float: none;width: 100%;}
.RighInfo002254 .list{}
.RighInfo002254 .list a{ height:28px;}
.RighInfo002254 .list li{margin-bottom:15%;}
.RighInfo002254 .tab .h1_tab{ font-size:14px;}
.RighInfo002254 .tab .h1_tab span{ padding:0 3%;}



/*门店查询*/
#maps_li .select dl select {width:200px; width:200px!important; clear:both; margin-bottom:10px;}
 }  
/* 流通详情 */

/* 家居详情 */
.product2_info .RighInfo002254 .tab .h1_tab{background: #443635;}
.product2_info .RighInfo002254 .right_info span em{color: #443635;}
.product2_info .RighInfo002254 .right_info ul li{background: url(../images/sanjiao2.png) no-repeat left;}
/* 家居详情 */

/* 发展历程 */
.history_list .swiper-slide{margin-bottom: 10%; }
.history_list ul{padding: 0 48px;}
.history_list ul li{margin-bottom: 20px;}
.history_list ul li .Ispic h1{color: #000;font-size: 24px;line-height: 26px;margin: 0;}
.history_list ul li .ICpic p{margin: 0;color: #555555;font-size: 14px;line-height: 20px;background: url(../images/history_li.png) no-repeat left; padding-left:10px;}

@media(min-width: 1024px){
.history_list .swiper-slide{ background: url(../images/history_bg.png) no-repeat center; height: 800px;position: relative;}
.history_list ul li{margin-bottom: 0;position: absolute; left:305px;top: 110px;width: 100%;}

.history_list ul li .Ispic h1{color: #fff;}
.history_list ul li .ICpic{top:-85px;position: absolute;left: 40px;}

.history_list ul li:nth-child(2){left:715px;}
.history_list ul li:nth-child(2) .ICpic{ top:55px;}

.history_list ul li:nth-child(3){ left:1125px;}
.history_list ul li:nth-child(3) .ICpic{top: -85px;}

.history_list ul li:nth-child(4){left: 1125px;top: 385px;}
.history_list ul li:nth-child(4) .ICpic{top: 55px;}

.history_list ul li:nth-child(5){left: 780px;top: 385px;}
.history_list ul li:nth-child(5) .ICpic{top: -85px;}

.history_list ul li:nth-child(6){left: 440px;top: 385px;}
.history_list ul li:nth-child(6) .ICpic{top: 55px;}

.history_list ul li:nth-child(7){left: 95px;top: 385px;}
.history_list ul li:nth-child(7) .ICpic{top: -85px;}

.history_list ul li:nth-child(8){left: 95px;top: 666px;}
.history_list ul li:nth-child(8) .ICpic{top: 55px;}

.history_list ul li:nth-child(9){left: 390px;top: 666px;}
.history_list ul li:nth-child(9) .ICpic{top: -125px;}

.history_list ul li:nth-child(10){left: 685px;top: 666px;}
.history_list ul li:nth-child(10) .ICpic{top: 55px;}

.history_list ul li:nth-child(11){left: 980px;top: 666px;}
.history_list ul li:nth-child(11) .ICpic{top: -85px;}

.history_list ul li:nth-child(12){left: 1275px;top: 666px;}
.history_list ul li:nth-child(12) .ICpic{top: 100px;left: -250px;}
}
@media(min-width:1780px){
.history_list ul li{ left:483px; }
.history_list ul li:nth-child(2){ left:893px;}
.history_list ul li:nth-child(3){ left:1303px; }
.history_list ul li:nth-child(4){ left:1303px; }
.history_list ul li:nth-child(5){ left:960px; }
.history_list ul li:nth-child(6){ left:618px; }
.history_list ul li:nth-child(7){ left:275px; }
.history_list ul li:nth-child(8){ left:275px; }
.history_list ul li:nth-child(9){ left:570px; }
.history_list ul li:nth-child(10){ left:865px; }
.history_list ul li:nth-child(11){ left:1160px; }
.history_list ul li:nth-child(12){ left:1455px; }
}
@media( max-width:1640px){
.history_list ul li{ left:403px; }
.history_list ul li:nth-child(2){ left:813px;}
.history_list ul li:nth-child(3){ left:1223px; }
.history_list ul li:nth-child(4){ left:1223px; }
.history_list ul li:nth-child(5){ left:880px; }
.history_list ul li:nth-child(6){ left:538px; }
.history_list ul li:nth-child(7){ left:195px; }
.history_list ul li:nth-child(8){ left:195px; }
.history_list ul li:nth-child(9){ left:490px; }
.history_list ul li:nth-child(10){ left:785px; }
.history_list ul li:nth-child(11){ left:1080px; }
.history_list ul li:nth-child(12){ left:1375px; }
}
@media( max-width:1440px){
.history_list ul li{ left:303px; }
.history_list ul li:nth-child(2){ left:713px;}
.history_list ul li:nth-child(3){ left:1123px; }
.history_list ul li:nth-child(4){ left:1123px; }
.history_list ul li:nth-child(5){ left:780px; }
.history_list ul li:nth-child(6){ left:438px; }
.history_list ul li:nth-child(7){ left:95px; }
.history_list ul li:nth-child(8){ left:95px; }
.history_list ul li:nth-child(9){ left:390px; }
.history_list ul li:nth-child(10){ left:685px; }
.history_list ul li:nth-child(11){ left:980px; }
.history_list ul li:nth-child(12){ left:1267px; }
.history_list ul li:nth-child(12) .ICpic{ top: 110px; left:-305px;}
}
@media( max-width:1366px){
.history_list ul li{ left:260px; }
.history_list ul li:nth-child(2){ left:670px;}
.history_list ul li:nth-child(3){ left:1075px; }
.history_list ul li:nth-child(4){ left:1075px; }
.history_list ul li:nth-child(5){ left:735px; }
.history_list ul li:nth-child(6){ left:395px; }
.history_list ul li:nth-child(7){ left:50px; }
.history_list ul li:nth-child(8){ left:50px; }
.history_list ul li:nth-child(9){ left:345px; }
.history_list ul li:nth-child(10){ left:640px; }
.history_list ul li:nth-child(11){ left:935px; }
.history_list ul li:nth-child(12){ left:1230px; }
.history_list ul li:nth-child(12) .ICpic{ top:110px; left:-325px;}
}
/* 发展历程 */


/*发展历程*/

.history * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.history *:before,
.history *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.history{margin: 0 auto 3%;}
.history .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.history .swiper-slide {background-size: cover;background-position: center;}
.history .gallery-top { height: 80%;width: 100%;}
.history .gallery-top .div{padding:0 15px;}
.history .gallery-thumbs {height: 20%;box-sizing: border-box;padding: 10px 0;}
.history .gallery-thumbs .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
.history .gallery-thumbs .swiper-slide-active {opacity: 1;}
/* .history .gallery-top{} */
.history .srtop{ height: 74px;background:url(../images/historytopbg.png) repeat-x -7px 50px; padding:0 90px; }
.history .srtop .swiper-slide{width: 135px; position: relative;opacity: 1; cursor: pointer;}
.history .srtop .swiper-slide span{display: block;margin: 0 auto ;width: 60px;height: 27px; border-radius:27px;text-align: center;line-height: 27px; opacity: 1; }
.history .srtop .swiper-slide i{ display: block; background: url(../images/hisbtn.png)no-repeat center 0; width: 29px;height: 33px; position: absolute;left: 50%;top:37px; margin-left: -18.5px;  }
.history .srtop .swiper-button-next {right:0px; top:0;margin-top: 0;width: 40px;height: 74px; opacity: 1; background:#fff url(../images/hisright.png) no-repeat center 46px;}
.history .srtop .swiper-button-prev {left:0px; top:0;margin-top: 0;width: 40px;height: 74px; opacity: 1; background:#fff url(../images/hisleft.png) no-repeat center 46px;}

.history .srtop .swiper-slide-active  span{ background: #0177BD; color: #fff; }
.history .srtop .swiper-slide-active  i{background-image: url(../images/hisbtnon.png);}

.history .srbottom{padding-top: 30px;}
.history .srbottom .txtCon{position: relative; padding-bottom:  40px;}
.history .srbottom .txtCon .bx-prev{position: absolute; left: 0;bottom: 10px; background: url('../images/hisleft.png') no-repeat center; width: 40px;height: 40px; line-height: 999px;overflow: hidden; }
.history .srbottom .txtCon .bx-next{position: absolute;  right:0;bottom: 10px;  background: url('../images/hisright.png') no-repeat center; width: 40px;height: 40px; line-height: 999px;overflow: hidden;}


.history .srbottom .txtCon ul li{margin-bottom: 20px;background: #f5f5f5;padding: 20px 0 20px 10px; }

.history .gallery-top .bx-viewport ul li{}



.history .srbottom .txtCon ul li .libox{position: relative; padding-left: 140px;}
.history .srbottom .txtCon ul li .h3{text-align: center;font-size: 25px; color: #0177BD; position: absolute; left: 0;width:131px; height: 25px; line-height: 25px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; top: 50%;margin-top: -12.5px;   text-align: center;}
.history .srbottom .txtCon ul li .div{min-height: 25px;}


.history .srbottom .txtCon ul li .year{display: block; font-size: 16px; color: #999;margin: 15px 0 0;}
.history .srbottom .txtCon ul li .ptxt{font-size: 14px; color: #999;}
.history .srbottom .txtCon ul li a:hover{ border-color:#0177BD; box-shadow: 0 0 5px #0177BD;}
.history .srbottom .txtCon ul li a:hover .year{ color: #0177BD; }
.history .srbottom .txtCon ul li a:hover .ptxt{color: #333;}

@media screen and (min-width:640px ){

    .history .srbottom .txtCon ul li .txtbox{ position: relative; padding-left: 70px; }
     .history .srbottom .txtCon ul li .txtbox .year{position: absolute; height: 28px;line-height: 28px;
      width: 55px;left: 0;top: 50%;margin-top: -14px; border-right: 1px solid #eee; }
}

@media screen and (min-width:768px ){
   .history .srbottom .txtCon ul li a .txt{float: right; width:65%;}
}

@media screen and (min-width:1000px ){
   .history .srbottom .txtCon ul li a .txt{float: right; width:70%;}
   .history .srbottom .txtCon ul li .txtbox .year{font-size: 30px; width: 100px; height: 30px;line-height: 30px;}
   .history .srbottom .txtCon ul li .ptxt {line-height: 30px; font-size: 18px;}

   .history .srbottom .txtCon ul li .txtbox{padding-left: 120px;}
   .history .srbottom .txtCon{padding:0 0 50px;}
   .history .srbottom .txtCon .bx-prev{left: 0px;bottom:  auto;top:  50%;margin-top:  -20px;}
.history .srbottom .txtCon .bx-next{right: 0px;bottom:  auto;top:  50%;margin-top:  -20px;}

 }


/*发展历程*/

.aboutCon{}
.aboutCon .AF1{}
.aboutCon .AF1 .left{padding-bottom: 15px;}
.aboutCon .AF2{}
.aboutCon .AF2 .right{padding-top: 15px;}
.aboutCon .h3{font-size: 18px;line-height: 1em;color: #333;}

.aboutCon .h4{color: #0077bd;margin: 20px 0;}


@media screen and (min-width:1000px ){
  .aboutCon .h3{font-size: 18px;}
  .aboutCon .AF1 .left{float: left; width: 50%;padding-bottom: 0;}  
  .aboutCon .AF1 .right{float: right; width: 45%;} 
  .aboutCon .AF2{padding-top:3%;}
  .aboutCon .AF2 .left{float: left; width: 45%;padding-top: 4%;}  
  .aboutCon .AF2 .h4{font-size: 16px;}
  .aboutCon .AF2 .right{float: right; width: 50%; padding-top: 0;} 


}

@media screen and (min-width:1800px ){
  .aboutCon .h3{font-size: 48px;}
  .aboutCon .h4{font-size: 18px;margin: 40px 0;}
  .aboutCon{font-size: 16px;}
   .aboutCon .AF1 .right{padding-top: 2%;}

}

.welfare{}
.welfare .item{}

.welfare .item ul{overflow: hidden;}
.welfare .item ul li .libox{}
.welfare .item ul li .libox .txtBox{padding:20px 0 20px 50px;position: relative;}
.welfare .item ul li .libox .txtBox .img{position: absolute; left: 10px; top: 20px;}

@media screen and (min-width:768px ){
  .welfare .item ul li{margin-bottom: -9999px;padding-bottom:9999px; background: #f9f9f9; float: left; width: 50%;}
  .welfare .item ul li .libox .txtBox{padding:50px 15px 15px 130px ;}
  .welfare .item ul li .libox .txtBox .img{position: absolute; left: 80px; top: 50px;}
  .welfare .item .txtBox p{margin: 0; line-height: 1.8em;}
}


@media screen and (min-width:1800px ){
     .welfare .item .txtBox p{padding-bottom: 20px;}
}

/*友情链接*/
.link_list{ overflow:hidden; width:96%; margin:20px 2%;}
.link_list li{ width:23%; margin-right:2.6%; margin-bottom:20px; border:solid 1px #ccc; text-align:center; float: left; }
.link_list li figure{ padding-top:33%; background-size:contain!important; }
.link_list li p{ line-height:25px; margin-bottom:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.link_list li:nth-child(4n){ margin-right:0; }
@media screen and (max-width:640px){
.link_list li{ width:49%; margin-right:0; }
.link_list li:nth-child(2n){ float: right; }
}


/*网站地图*/
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{ width:90px; display:inline-block;}

/*福利与发展*/
.fuli_item {width:100%; display:table; background-color:#f9f9f9;}
.fuli_item figure {display:table-cell; width:50%; vertical-align:top;}
.fuli_item figure img {display:block; width:100%; height:auto;}
.fuli_item .info {display:table-cell; width:50%; vertical-align:middle; padding:2% 5%;}
.fuli_item .info .cont {padding-left:50px; background:url(../images/icon_fuli.png) no-repeat left top;}

@media screen and (max-width:768px ){
	.fuli_item {display:block;}
	.fuli_item figure {display:block; width:auto;}
	.fuli_item .info {display:block; width:auto;}
	.fuli_item .info .cont {padding-left:30px;}
}
.policy {overflow:hidden;}
.policy ul {overflow:hidden; width:111%; padding:0; padding:100px 0 20px;}
.policy ul li {list-style:none; float:left; width:20%; padding:40px 5%; border-radius:50px; border:1px dashed #0077bd; position:relative; display:table;}
.policy ul li h3 {background:url(../images/policy.png) no-repeat center center / 100% 100%; position:absolute; top:-90px; width:99px; height:121px; color:#fff; font-weight:normal; text-align:center; line-height:121px; left:50%; margin-left:-49.5px;}
.policy ul li.jt{ width:5%; border:none; background:url(../images/jt_r.png) no-repeat center center; opacity:0.5}

.policy .wrap {display:table-cell; vertical-align:middle;}

.article table {width:100%; background-color: transparent; border-spacing: 0; border-collapse: collapse; font-size:14px; width:100%;border-top:solid 1px #ddd;border-left:solid 1px #ddd; box-sizing: border-box;}
.article table th{background-color:#f9f9f9;text-align:center; box-sizing: border-box;}
.article table td,.article table th{padding:10px;border:1px solid #ddd; box-sizing: border-box;}

@media screen and (max-width:768px ){
	.policy ul{ overflow:initial;}

	.policy ul li {float:none; width:90%; padding:40px 5% 20px; display:block; height:auto!important;}
	.policy ul li.jt{height:130px!important; width:90%; background:url(../images/jt_b.png) no-repeat center 10%;}
	.policy .wrap {display:block;}
}
.aboutConNew .item1{ background-color:#f9f9f9}
.aboutConNew dl.txt{ padding:2%;}
.aboutConNew dl.txt .h2,
.aboutConNew dl.txt .h3{ padding:0; margin:0; font-weight:normal; color:#000000;}
.aboutConNew dl.txt .h2{ font-size:20px; text-transform:uppercase; line-height:150%}
.aboutConNew dl.txt .h3{ font-size:16px; padding-bottom:2%;}
@media screen and (min-width:768px ){
.aboutConNew{ font-size:16px;}
.aboutConNew .fl,
.aboutConNew .fr{ width:50%;}
.aboutConNew .fl{ float:left;}
.aboutConNew .fr{ float:right;}
.aboutConNew dl.txt .h2{font-size:32px;  letter-spacing:-2px;}
.aboutConNew dl.txt .h3{font-size:26px;padding-bottom:5%;}
.aboutConNew dl.txt{ padding:5% 10%;}
}
@media screen and (min-width:1500px ){
.aboutConNew dl.txt .h2{ font-size:46px;}
.aboutConNew dl.txt .h3{ font-size:34px;}
}