@import url(animate.css);

body{line-height:1.5;}

/*-- banner --*/
.banner{position:relative;clear:both;width:100%;height:550px;overflow:hidden;}
.banner .hd{position:absolute;left:0;bottom:20px;width:100%;text-align:center;}
.banner .hd li{display:inline-block;margin:0 15px;width:70px;height:4px;opacity:0.8;text-indent:-9999px;cursor:pointer;background:#004098;}
.banner .hd li.on{background:#0088ad;}
.banner .bd,.banner .bd ul{height:100%;}
.banner .bd li{width:100%;height:100%;}
.banner .bd li a{display:block;width:100%;height:100%;background-position:fixed;background-size:cover;background-position:center;}
.banner .prev,.banner .next{position:absolute;top:50%;margin-top:-40px;width:80px;height:80px;cursor:pointer;opacity:0;transition: all 1s;}
.banner .prev{left:5%;background:url(../img/babot1.png) no-repeat;}
.banner .next{right:5%;background:url(../img/babot2.png) no-repeat;}
.banner:hover .prev,.banner:hover .next{opacity:0.8;}
.banner .prev:hover,.banner .prev:hover{opacity:1;}
/* -- end banner --*/

/* -- 搜索 --*/
.serach-wrap{padding:25px 0;height:40px;line-height:40px;border-bottom:#e6e6e6 solid 1px;}
.keyword{width:550px;height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.keyword strong{color:#004098;}
.keyword a{color:#333;}
.keyword a:hover{color:#004098;}
/*.keyword a:after{content:"、";}*/
.search-form{float:right;padding:0 10px;width:342px;background:#f1f1f1;border-radius:15px;overflow:hidden;}
.search-form input{display:block;float:left;padding:0 10px;width:260px;height:40px;line-height:40px;font-family:"微软雅黑";border:none;background:#f1f1f1;outline:none;}
.search-form button{display:block;float:right;width:40px;height:40px;cursor:pointer;border:none;background:url(../img/icon-search.png) no-repeat center;outline:none;}
/* -- end 搜索 --*/

/* -- 公用标题 --*/
.wrap-title{text-align:center;line-height:1.5;overflow:hidden;}
.wrap-title h2 a{font-size:36px;font-weight:normal;color:#333;}
.wrap-title h2 a:before{display:inline-block;margin-right:15px;content:"";top:0;width:160px;vertical-align:middle;height:1px;background:url(../img/title_l.png) no-repeat;}
.wrap-title h2 a:after{display:inline-block;margin-left:15px;content:"";width:160px;vertical-align:middle;height:1px;background:url(../img/title_r.png) no-repeat;}
.wrap-title h2 strong{color:#004098;}
.wrap-title p{font-size:18px;color:#333;}
.wrap-title.white *{color:#fff;}
/* -- end 公用标题 --*/

/* -- 配套服务 --*/
.service-wrap{padding:20px 0;overflow:hidden;}
.service-list{margin:0 auto;padding-top:20px;width:1200px;overflow:hidden;}
.service-list .item{float:left;width:25%;text-align:center;}
.service-list .item i{display:block;margin:0 auto;width:89px;height:89px;overflow:hidden;transition: all 1s;}
.service-list .item i:hover{transform:rotate(360deg);}
.service-list .item h3{padding-top:10px;font-size:20px;color:#333;font-weight:normal;}
.service-list .item p{font-size:12px;font-family:Arial;color:#999;}
/* -- end 配套服务 --*/

/* -- 产品中心 --*/
.product-wrap{padding:50px 0;overflow:hidden;/*background:url(../img/product_bg.png);*/}
.hot-product{margin-top:25px;}
.hot-product li{position:relative;float:left;width: 236px;height: 215px;border:#fff solid 2px;background:#fff;transition: all 0.5s;}
.hot-product li:before{content:"";display:block;float:right;height:218px;border-right:#e1e1e1 solid 1px;}
.hot-product li:last-child .pic{border-right:none;}
.hot-product li:last-child:before{border:none;}
.hot-product li .pic{position:relative;padding-top:16px;width: 235px;overflow:hidden;}
.hot-product li .pic img{display:block;width: 235px;/* height:185px; */transition: all 1s;}
.hot-product li .pic a:hover img{transform:scale(1.2);}
.hot-product li .text{position:absolute;left:0;bottom:20px;z-index:333;width:100%;text-align:center;}
.hot-product li .text span{color:#333;font-size:20px;height:27px;line-height:27px;overflow:hidden;}
.hot-product li .text p{font-size:10px;font-family:Arial;color:#666;text-transform:uppercase;}
.hot-product li .icon{position:absolute;top:-2px;left:-2px;z-index:999;width:84px;height:27px;line-height:27px;text-indent:7px;font-size:14px;color:#fff;background:url(../img/hot.png) no-repeat;}
.hot-product li:hover{border-color:#dbb866;box-shadow:0 0 5px #aaa;}
.hot-product li .tag{position:absolute;top:0;left:-3px;width:84px;height:27px;line-height:27px;text-indent:10px;color:#fff;background:url(../img/hot.png) no-repeat;}

.product{clear:both;padding-top:25px;overflow:hidden;}
.product-menu{float:left;width:270px;}
.product-menu .tit{padding:32px 35px 30px 40px;color:#fff;background:#00419a;}
.product-menu h2{font-size:24px;font-weight:normal;}
.product-menu h2 strong{font-weight:bold;}
.product-menu p{font-size:14px;font-family:Arial;}
.product-menu dl{border:#e1e1e1 solid 1px;border-top:none;background:#fff;overflow:hidden;}
.product-menu dt,.product-menu dd{padding:0 35px 0 30px;height:53px;line-height:53px;}
.product-menu dt{font-size:18px;font-weight:bold;color:#fff;background:#0089ad;}
.product-menu dt a{color:#fff;}
.product-menu dt i{display:block;float:left;margin-top:6px;margin-right:10px;width:24px;height:24px;}
.product-menu dt span{display:block;overflow:hidden;}
.product-menu dd a{display:block;color:#111;background:url(../img/menu_dd.png) no-repeat right center;}
.product-menu dd:hover{color:#fff;background:#0089ad;}
.product-menu dd:hover a{color:#fff;}

.product-list{float:right;width:918px;border-top:#e1e1e1 solid 1px;border-left:#e1e1e1 solid 1px;}
.product-list li{float:left;width:305px;height:286px;overflow:hidden;background:#fff;border-right:#e1e1e1 solid 1px;border-bottom:#e1e1e1 solid 1px;}
.product-list li .pic{position:relative;width:305px;height:190px;overflow:hidden;}
.product-list li .pic img{display:block;width:305px;height: 180px;transition: all 1s;/*padding-top: 20px;*/}
.product-list li .pic a:hover img{transform:scale(0.8);}
.product-list li .text{position:relative;z-index: 333;width:100%;text-align:center;}
.product-list li .text span{display:block;padding:0 10px;color:#333;font-size:16px;height:27px;line-height:27px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.product-list li .text a{display:inline-block;margin-top:14px;padding:0 50px;height:40px;line-height:40px;font-size:14px;color:#333;border:#e1e1e1 solid 1px;border-radius:20px;}
.product-list li .text a:hover{color:#fff;background:#0089ad;border-color:#0089ad;}
/* -- end 产品中心 --*/

/* -- 设备优势 --*/
.sbys-wrap{padding:50px 0;overflow:hidden;background:#fff;}
.sbys{padding-top:20px;position:relative;}
.sbys .item{padding:40px 0 45px 40px;overflow:hidden;}
.sbys .icon{float:left;width:96px;height:96px;}
.sbys .item:hover .icon{transform:rotate(360deg);transition: all 1s;}
.sbys .text{padding-left:20px;width:454px;overflow:hidden;}
.sbys .text h2{padding-bottom:5px;font-size:24px;color:#333;}
.sbys .text h2 span{color:#0045a0;}
.sbys .text p{font-size:16px;color:#666;}
.sbys .item.middle{width:200%;color:#fff;background:#0045a0;}
.sbys .item.middle h2,.sbys .item.middle p{color:#fff;}
.sbys-video{position:absolute;right:-92px;top:56px;width:640px;height:378px;overflow:hidden;background:url(../img/ys-video.png) no-repeat;}
.sbys-video a{position:absolute;top:0;left:0;z-index:999;display:block;width:100%;height:100%;background:url() no-repeat center;transition: all 1s;}
.sbys-video a:hover{transform:rotate(360deg);}
.sbys-pl-btn{position:relative;top:80px;left:230px;display:block;width:200px;height:200px;cursor:pointer;}
.dot{position:absolute;top:50%;left:50%;z-index:2;margin-top:-40px;margin-left:-40px;width:80px;height:80px;border-radius:50%;background:url() no-repeat center;}
.pulse{position:absolute;top:50%;left:50%;z-index:1;margin-top:-100px;margin-left:-100px;width:200px;height:200px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#dbb866;box-shadow:1px 1px 20px #dbb866;opacity:0;-webkit-animation:warn 3s ease-out;-moz-animation:warn 3s ease-out;animation:warn 3s ease-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.pulse1{position:absolute;top:50%;left:50%;z-index:1;margin-top:-100px;margin-left:-100px;width:200px;height:200px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#dbb866;box-shadow:1px 1px 20px #dbb866;opacity:0;-webkit-animation:warn1 3s ease-out;-moz-animation:warn1 3s ease-out;animation:warn1 3s ease-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.sbys-tel{position:absolute;bottom:60px;right:0;padding-left:45px;width:374px;color:#0045a0;background:url(../img/ys-tel.png) no-repeat 0 center;}
.sbys-tel .btn{float:right;display:inline-block;padding:0 36px;height:42px;line-height:42px;font-size:14px;color:#00429a;border:#00429a solid 1px;border-radius:21px;}
.sbys-tel .btn:hover{background:#00429a;color:#fff;}
.sbys-tel span{font-size:14px;}
.sbys-tel p{font-size:24px;font-family:Tahoma;}
 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/* -- end 设备优势 --*/

/* -- 客户案例 --*/
.case-wrap{padding:30px 0 20px;overflow:hidden;/*background:#f1f1f1;*/}
.scatter{margin-top:30px;height:305px;overflow:hidden;background:#fff;}
.scatter .text{float:left;padding-left:40px;padding-top:20px;width:226px;}
.scatter .text .item{width:190px;overflow:hidden;}
.scatter .text dl{padding:40px 0;border-bottom:#ddd dashed 1px;}
.scatter .text dl:last-child{border-bottom:none;}
.scatter .text dt{float:left;width:57px;}
.scatter .text dd{padding-left:15px;overflow:hidden;line-height:1;}
.scatter .text dd strong{font-family:Arial;font-size:43px;color:#0045a0;}
.scatter .text dd p{font-size:14px;color:#333;}
.scatter .map{float:right;width:932px;height:305px;background:url(../img/map.jpg);}

.case-tab{background:#fff;}
.case-tab .tab-menu{height:64px;line-height:62px;}
.case-tab .tab-menu li{float:left;font-size:16px;color:#fff;font-size:16px;cursor:pointer;border-top:#0045a0 solid 2px;background:#0045a0;}
.case-tab .tab-menu li:hover,.case-tab .tab-menu li.active{color:#0045a0;font-weight:bold;background:#fff;}
.case-tab .tab-menu li a{display:block;padding:0 37px 0 38px;color:#fff;background:url(../img/line-tab.png) no-repeat right center;}
.case-tab .tab-menu li:hover a,.case-tab .tab-menu li.active a{color:#0045a0;}
.case-tab .tab-menu li:last-child a{background:none;}
.scatter .map img {-webkit-animation:fadeIn 2s infinite linear;animation:fadeIn 2s infinite linear;}
.case-tab .tab-main{overflow:hidden;}
.case-tab .tab-main .tabCon{display:none;}
.case-list{padding:12px;overflow:hidden;}
.case-list li{float:left;margin:5px 5px 35px 5px;width:284px;text-align:center;}
.case-list li .pic{display:block;width:284px;height:212px;overflow:hidden;}
.case-list li .pic img{display:block;width:284px;height:212px;transition: all 1s;}
.case-list li p{text-align:center;height:42px;line-height:42px;overflow:hidden;}
.case-list li .read{display:inline-block;height:40px;line-height:40px;padding:0 30px;color:#333;border:#e1e1e1 solid 1px;border-radius:20px;}
.case-list li .read:hover{background:#00429a;color:#fff;}
.case-list li a:hover img{transform:scale(1.2);}
.case-tab .more{margin:0 22px;height:65px;line-height:65px;text-align:center;border-top:#e1e1e1 solid 1px;}
.case-tab .more a{display:inline-block;padding:0 40px;color:#333;font-size:16px;background:url(../img/more.png) no-repeat right center;}
.case-tab .more a:hover{color:#0045a0;}
@keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
/* -- end 客户案例 --*/

/* -- ad --*/
.ad-wrap{width:100%;height:212px;background:url(../img/ad_bg.jpg) no-repeat center;}
.ad{margin:0 auto;width:1200px;height:212px;overflow:hidden;}
.ad .pic{float:left;width:590px;height:212px;}
.ad .text{position:relative;float:right;width:570px;height:212px;background:url(../img/ad_text.png) no-repeat;}
.ad .text .btn{position:absolute;right:0;bottom:25px;display:block;width:165px;height:35px;line-height:35px;text-align:center;color:#004098;background:#fff;border-radius:18px;}
.ad .text .btn:hover{color:#fff;background:#0089ad;}
/* -- end ad --*/

/* -- 品牌优势 --*/
.ppsys-wrap{padding:50px 0;overflow:hidden;background:#fff url(../img/ppys_bg.jpg) no-repeat center bottom;}
.ppsys{margin:0 auto;padding-top:40px;width:1200px;overflow:hidden;}
.ppsys .item{padding-bottom:25px;overflow:hidden;}
.ppsys .hd{padding-bottom:25px;border-bottom:#ddd solid 1px;overflow:hidden;}
.ppsys .hd .num{float:left;width:60px;height:77px;color:#fff;text-align:center;background:url(../img/num.png) no-repeat;}
.ppsys .hd .num span{display:block;font-size:16px;height:35px;line-height:35px;}
.ppsys .hd .num em{font-size:24px;font-family:Arial;font-weight:bold;}
.ppsys .hd .text{padding-left:10px;overflow:hidden;}
.ppsys .hd .text dt{margin-bottom:5px;height:35px;line-height:35px;font-size:24px;color:#333;font-weight:bold;overflow:hidden;}
.ppsys .hd .text dt span{color:#0045a0;}
.ppsys .hd .text dd{display:inline;margin-right:20px;font-size:15px;color:#333;}
.ppsys .hd .text dd span{color:#0045a0;}
.ppsys .hd .text dd:before{content:"•";padding-right:5px;}
.ppsys .bd{padding:25px 0;overflow:hidden;}
.ppsys .bd img{display:block;width:100%;}
/* -- end 品牌优势 --*/

/* -- 合作流程 --*/
.process-wrap{padding-top:50px;overflow:hidden;}
.process{margin:0 auto;width:1200px;background:url(../img/process_line.png) repeat-x 0 48px;}
.process-list{margin-top:40px;width:1260px;overflow:hidden;}
.process-list li{float:left;width:150px;text-align:center;}
.process-list li .pic{position:relative;display:block;margin:0 auto;width:98px;height:98px;overflow:hidden;}
.process-list li .pic img{position:absolute;left:0;display:block;width:98px;height:98px;transition: all 1s;}
.process-list li .pic em{position:absolute;z-index:333;right:10px;top:0;display:block;width:21px;height:21px;line-height:21px;font-size:13px;font-family:Arial;font-weight:bold;text-align:center;color:#fff;background:#dbb866;border-radius:50%;behavior:url(../other/PIE.htc);}
.process-list li .front{top:0;}
.process-list li .back{top:150%;}
.process-list li p{margin-top:15px;height:30px;line-height:30px;font-size:18px;overflow:hidden;}
.process-list li:hover{color:#004dab;}
.process-list li:hover .front{top:-150%;}
.process-list li:hover .back{top:0;}
/* -- end 合作流程 --*/

/* -- 三大保障 --*/
.guarantee{margin:50px auto;width:1262px;height:224px;color:#fff;background:url(../img/guarantee_bg.jpg) no-repeat;}
.guarantee .hd{padding-left:70px;padding-top:28px;height:45px;}
.guarantee .hd span{font-size:26px;}
.guarantee .hd em{font-size:16px;}
.guarantee .bd {padding-left:70px;padding-top:20px;overflow:hidden;}
.guarantee .bd ul{padding-bottom:20px;overflow:hidden;}
.guarantee .bd li{float:left;margin-right:25px;font-size:18px;height:35px;line-height:35px;}
.guarantee .bd li em{display:inline-block;margin-right:10px;width:32px;height:35px;text-align:center;font-size:14px;font-family:Arial;background:url(../img/num02.png) no-repeat;}
.guarantee .bd h3{width:282px;height:43px;line-height:43px;font-weight:normal;text-align:center;font-size:16px;color:#004dab;overflow:hidden;background:#fff;border-radius:22px;}
/* -- end 三大保障 --*/

/* -- 留言 --*/
.message-wrap{width:100%;height:427px;background:url(../img/message_bg.jpg) no-repeat center; }
.message{margin:0 auto;padding-top:64px;width:1200px;overflow:hidden;}
.message .fl{width:526px;height:308px;color:#fff;overflow:hidden;}
.message .fl .phone{padding-bottom:20px;border-bottom:#65b6cb solid 1px;overflow:hidden;}
.message .fl dl{float:left;padding-top:8px;width:50%;}
.message .fl dt{padding-left:40px;height:32px;line-height:32px;font-size:16px;}
.message .fl dt.phone1{background:url(../img/phone1.png) no-repeat 0 center;}
.message .fl dt.phone2{background:url(../img/phone2.png) no-repeat 0 center;}
.message .code{padding-top:36px;overflow:hidden;}
.message .code .pic{float:left;width:160px;height:160px;}
.message .code .pic img{display:block;width:160px;height:160px;border-radius:5px;}
.message .code .text{padding-left:24px;overflow:hidden;}
.message .code .text h4{height:40px;line-height:40px;font-weight:normal;font-size:18px;overflow:hidden;}
.message .code .text p{font-size:14px;height:60px;line-height:20px;overflow:hidden;}
.message .code .text a{margin-top:10px;display:block;width:114px;height:36px;line-height:36px;text-align:center;color:#fff;background:#dbb866;border-radius:3px;}
.message .fr{width:636px;height:308px;overflow:hidden;background:#fff;}
.message-form{padding:30px;overflow:hidden;}
.message-form .hd{color:#333;height:45px;}
.message-form .hd span{font-size:30px;}
.message-form .hd em{font-size:18px;font-family:Arial;}
.message-form .bd ul{width:610px;overflow:hidden;}
.message-form .bd li{float:left;margin-top:20px;margin-right:24px;width:276px;line-height:40px;border:#eee solid 1px;border-radius:5px;overflow:hidden;}
.message-form .bd li span{display:block;float:left;padding:0 8px;font-size:13px;color:#999;}
.message-form .bd li input{display:block;float:left;height:40px;line-height:40px;font-family:"微软雅黑";border:none;outline:none;}
.message-form .bd .btn{clear:both;margin-top:20px}
.message-form .bd .btn a{display:block;width:175px;height:42px;line-height:42px;text-align:center; color:#fff;font-size:15px;font-family:"微软雅黑";border:none;background:#dbb866;border-radius:3px;cursor:pointer;}
/* -- end 留言 --*/

/* -- end 走进喜登堡 --*/
.aboutus-wrap{padding:42px 0;overflow:hidden;background:url(../img/aboutus_bg.jpg) no-repeat center bottom;}
.aboutus{margin:0 auto;width:1260px;overflow:hidden;}
.about-inner{position:relative;margin-top:50px;height:372px;overflow:hidden;}
.about-inner .pic{position:absolute;z-index:111;left:30px;top:0;width:572px;height:367px;}
.about-inner .pic img{display:block;width:572px;height:367px;transition: all 1s;}
.about-inner .pic a:hover img{opacity:0.6;}
.about-inner .text{position:absolute;z-index:333;right:10px;top:0;width:702px;height:372px;background:url(../img/aboutus_text_bg.png);}
.about-inner .text h2{margin-top:60px;margin-left:35px;width:570px;height:54px;line-height:54px;font-size:26px;font-weight:normal;color:#333;}
.about-inner .text h2 a{color:#333;}
.about-inner .text h2 a strong{color:#004dab;}
.about-inner .text .abstr{margin-left:35px;width:570px;height:100px;line-height:20px;font-size:14px;color:#666;overflow:hidden;}
.about-inner .text .dl{overflow:hidden;}
.about-inner .text dl{float:left;width:28%;text-align:center;}
.about-inner .text dt{font-size:40px;color:#004098;font-family:"AgencyFb";} 
.about-inner .text dt em{font-size:14px;vertical-align:top;color:#333;}
.about-inner .text dt em.blue{color:#004098;}
.about-inner .text dd{font-size:14px;color:#333;}
.about-inner .text .read{position:absolute;right:0;bottom:0;display:block;width:55px;height:43px;background:url(../img/abt_read.png) no-repeat;}
.about-slide{position:relative;margin:30px 0;width:1260px;height:159px;overflow:hidden;}
.about-slide .prev,.about-slide .next{position:absolute;z-index:333;top:70px;width:36px;height:36px;cursor:pointer;}
.about-slide .prev{left:10px;background:url(../img/prev_abt.png) no-repeat;}
.about-slide .next{right:10px;background:url(../img/next_abt.png) no-repeat;}
.about-slide .prev:hover{background-image:url(../img/prev_abt_cur.png);}
.about-slide .next:hover{background-image:url(../img/next_abt_cur.png);}
.about-list{position:relative;padding:0 26px;overflow:hidden;}
.about-list li{position:relative;z-index:1;float:left;margin:0 6px;width:290px;height:159px;overflow:hidden;}
.about-list li .pic{position:relative;z-index:2;}
.about-list li .pic img{display:block;width:290px;height:159px;}
.about-list li .text{position:absolute;z-index:3;left:100%;top:100%;width:290px;height:159px;line-height:159px;font-size:16px;text-align:center;color:#fff;background:rgba(0,61,144,0.85);transition: all 1s;} 
.about-list li:hover .text{left:0;top:0;}
.about-list li .text a{display:block;width:100%;height:100%;color:#fff;}
/* -- end 走进喜登堡 --*/

/* -- 合作伙伴 --*/
.partners-wrap{padding:40px 0 30px;overflow:hidden;background:url(../img/partners_bg.jpg) no-repeat center 0;}
.partners{margin:0 auto;width:1200px;overflow:hidden;}
.partners .tab-menu{padding:34px 0;text-align:center;overflow:hidden;}
.partners .tab-menu li{display:inline-block;margin:0 9px;padding:0 40px;height:40px;line-height:40px;color:#fff;border:#fff solid 1px;border-radius:20px;cursor:pointer;*zoom:1;*display:inline;_width:82px;behavior:url(../other/PIE.htc);}
.partners .tab-menu li.on{background:#004098;border-color:#004098;}
.partners .tab-menu li a{color:#fff;}
.partners .tab-menu li.on a{*color:#dbb866}
.partners-slide{position:relative;padding-bottom:50px;overflow:hidden;}
.partners-slide .hd{position:absolute;z-index:666;left:0;bottom:10px;width:100%;height:8px;text-align:center;}
.partners-slide .hd li{display:inline-block;margin:0 5px;width:8px;height:8px;text-indent:-9999px;border:#fff solid 1px;border-radius:50%;*zoom:1;*display:inline;behavior:url(../other/PIE.htc);}
.partners-slide .hd li.on{background:#fff;}
.partners-list li{float:left;width:198px;height:126px;border:#ddd solid 1px;border-top:none;border-left:none;}
.partners-list li img{display:block;width:198px;height:126px;transition: all 1s;}
.partners-list li a:hover img{opacity:0.5;}
/* -- end 合作伙伴 --*/

/* -- 新闻资讯 --*/
.news-wrap{padding:50px 0 30px;overflow:hidden;background:#f0f0f0;}
.news-tab{margin:0 auto;width:1200px;overflow:hidden;}
.news-tab .tab-menu{padding:34px 0;text-align:center;overflow:hidden;}
.news-tab .tab-menu li{display:inline-block;margin:0 9px;padding:0 40px;height:40px;line-height:40px;font-size:16px;color:#333;border:#ddd solid 1px;border-radius:20px;cursor:pointer;*zoom:1;*display:inline;behavior:url(../other/PIE.htc);}
.news-tab .tab-menu li.on{background:#004098;border-color:#004098;color:#fff;}
.news{overflow:hidden;}
.news-tab .tab-menu li.on a{color:#fff;*color:#000;}
.news .fl{width:518px;}
.news .fl .pic{width:518px;height:312px;overflow:hidden;}
.news .fl .pic img{display:block;width:518px;height:312px;transition: all 1s;}
.news .fl .pic a:hover img{transform:scale(1.2);}
.news .fl .text{padding-top:20px;overflow:hidden;}
.news .fl .hd{padding-bottom:10px;height:30px;line-height:30px;overflow:hidden;border-bottom:#bbb dashed 1px;}
.news .fl .hd a{display:block;font-size:18px;color:#333;height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news .fl .hd a:hover{color:#004098;}
.news .fl .hd em{float:right;font-size:16px;color:#999;}
.news .fl .bd{padding-top:20px;height:40px;line-height:20px;overflow:hidden;}
.news .fr{width:638px;}
.news .fr .item{display:block;margin-bottom:24px;padding:15px 12px;background:#fff;border-radius:5px;overflow:hidden;}
.news .fr .item:hover{background:#004098;}
.news .fr .item:hover *{color:#fff;border-color:#fff;}
.news .fr .date{float:left;width:115px;text-align:center;font-family:Arial;border-right:#444 dotted 1px;color:#333;}
.news .fr .date em{display:block;font-size:40px;}
.news .fr .date span{display:block;font-size:18px;}
.news .fr .text{padding-left:30px;padding-right:20px;overflow:hidden;}
.news .fr .text h3{margin-bottom:0px;font-size:18px;color:#333;font-weight:normal;}
.news .fr .text p{font-size:14px;color:#666;height:40px;line-height:20px;overflow:hidden;}
/* -- end 新闻资讯 --*/

/* -- 床垫机械设备 --*/
.product-links{margin:40px auto;width:1200px;border:#f1f1f1 solid 1px;overflow:hidden;}
.product-links .tit{float:left;text-align:center;padding:34px 0;width:184px;font-size:18px;font-weight:bold;border-right:#f1f1f1 solid 1px;}
.product-links .tit span{color:#004098;}
.product-links .tit em{display:block;font-family:Arial;color:#999;}
.product-links .list{padding:24px 0;overflow:hidden;}
.product-links ul{float:left;padding:0 10px;width:124px;line-height:25px;border-right:#dedede solid 1px;}
.product-links ul:last-child{border-right:none;}
.product-links li a{display:block;height:25px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.product-links li a:hover{color:#004098;}
/* -- end 床垫机械设备 --*/

/* --视频播放-- */
.mask{display:none;position:fixed;z-index:99998;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.video-pop{position:fixed;z-index:99999;top:50%;left:50%;margin-top:-240px;margin-left:-320px;width:640px;height:480px;padding:30px;background:#fff;border-radius:10px;}
.video-pop .closeBtn{position:absolute;right:-25px;top:-25px;width:50px;height:50px;line-height:50px;text-align:center;font-size:24px;color:#000;font-weight:bold;background:#fff;border-radius:50%;cursor:pointer;}