@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    font-size: 14px;
    font-style: normal;
    list-style: none;
    text-decoration: none;
}

.container{
    margin: 0 auto;
    width: 1200px;
}
.container_2{
    margin: 0 auto;
    width: 1300px;
}

a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

li:hover{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient:hover{
   transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
}
.clear{clear: both}



/* 头部 */
.toper{ height:36px; background:#f5f5f5; border-bottom: 1px solid #eee; }
.toper .toper_left{ float: left; color: #666; line-height: 36px;}
.toper p{ float: right; height: 36px; line-height: 36px; background: url(../images/guangkun_pc_1.png) no-repeat left 8px; width: 240px;  color: #fff; text-indent: 30px; }
.toper p span{ font-weight: bold; font-size: 16px; color: #fff; padding-left: 10px;}
.toper ul{ float: right; line-height: 36px;}
.toper ul li{ color: #666; float: left; margin-right: 15px; position: relative;}
.toper ul li{ color: #666;}
.toper ul li p{ display: none; height: 100px; width: 100px; position: absolute; left: 0; top: 36px;z-index: 9999}
.toper ul li:nth-child(2){ background: url(../images/sansheng_1.png) no-repeat left center; text-indent: 24px; }
.toper ul li:nth-child(3){ background: url(../images/sansheng_2.png) no-repeat left center; text-indent: 15px; }
.toper ul li:hover p{ display: block; }



/* 网站导航 */
.top{ height: 112px;}
.top .logo{ width: 200px; height: 112px; float: left;}
.top .logo img{ margin-top: 18px;}
.top ul{ width: 742px; float: right; margin-left: 30px;}
.nav{ padding:0 20px; height:34px; line-height:34px; position:relative; z-index:1;  }
.nav a{ color:#333;  }
.nav .nLi{ float:left;  position:relative; display:inline; padding-top: 26px; background: url(../images/guangkun_pc_3.png)no-repeat right center; width: 106px;}
.nav .nLi p{ float:left;font-size: 15px;}
.nav .nLi p a{ display:block; font-size:15px; line-height: 30px; height: 112px; background:url(../images/sl_top_1_2.png) no-repeat 20px 66px; padding-left: 25px;}
.nav .last{ margin-right: 0;}
.nav .nLi p a span{ display:block; font-size: 12px; color: #999;}
.nav .sub{ display:none; width:100px; left:-27px; top:112px; position:absolute; line-height:26px; background: #fff;  }
.nav .sub li{ zoom:1; width: 100px;}
.nav .sub a{ display:block;line-height: 36px;  text-align: center;}
.nav .sub a:hover{ background:#ffdd00; color:#333;  }
.nav .on p a{color:#ee1919;}
.nav .on p a span{ color:#ee1919;}




/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */

/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 640px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 640px;
    overflow: hidden;
    text-align: center;
    line-height: 640px;
}

.fullSlide .bd li >a {
    display: block;
    height: 640px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 12px;
    width: 12px;
    margin: 3px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 999px;
    border: 2px solid #fff;
}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev,.fullSlide .next { height: 64px; width: 64px; border-radius: 50%;  position: absolute; bottom: 270px; z-index: 999; display: block; cursor: pointer;}
.fullSlide .prev { left: 10%; background: rgba(0,0,0,0.1) url(../images/lunbo_left.png) no-repeat center; transition: all 0.3s;}
.fullSlide .next { right: 10%;background: rgba(0,0,0,0.1) url(../images/lunbo_right.png) no-repeat center; transition: all 0.3s;}
.fullSlide .prev:hover{left: 10%; background: rgba(0,0,0,0.2) url(../images/lunbo_left.png) no-repeat center;}
.fullSlide .next:hover { right: 10%;background: rgba(0,0,0,0.2) url(../images/lunbo_right.png) no-repeat center;}


/* 首页通用标题 */
.index_title_1{ overflow: hidden; padding-top: 60px; margin-bottom: 20px;}
.index_title_1 p{ font-size: 36px; font-weight: bold; color: #333; text-align: center; line-height: 2;} 
.index_title_1 span{ text-align: center; display: block; line-height: 2; color: #666; width: 620px; margin: 0 auto;}



/* 首页产品展示 */
.index_pro_main{ height: 860px; background: url(../images/sansheng_pc_7.jpg) no-repeat center; overflow: hidden;}
.index_pro_ys{ display: table; margin: 0 auto; overflow: hidden;}
.index_pro_ys li{ padding: 0 21px; float: left;  text-align: center;}
.index_pro_list{height: 516px; width: 100%; background: #fff; margin-top: 20px; box-shadow: 0 0 2px 2px rgba(0,0,0,0.08); width: 1120px; padding: 0 40px;}

.slideTxtBox .hd{ height:48px; width: auto; display: table; margin: 0 auto;  margin-bottom: 20px;}
.slideTxtBox .hd li{ height: 48px; line-height: 48px; text-align: center; line-height: 48px;  border: 2px solid #eee; float: left; margin: 0 10px; width: 190px; margin-top: 20px;}
.slideTxtBox .hd li a{ font-size: 16px; display: block;}
.slideTxtBox .hd li:hover,.slideTxtBox .hd li.on{ background: url(../images/sansheng_pc_8.jpg) no-repeat center; border: 2px solid #ffdd00;}
.slideTxtBox .bd { width: 100%; overflow: hidden;}
.slideTxtBox .bd li{width: 350px; padding: 4px; background: #fff; overflow: hidden; float: left; margin-right: 20px; border: 1px solid #eee; text-align:center;}
.slideTxtBox .bd li:nth-child(3){ margin-right: 0;}
.slideTxtBox .bd li:hover{ border: 1px solid #ffdd00}
.slideTxtBox .bd li p{ height: 48px; line-height: 48px;background: #f5f5f5; font-size: 16px; text-align: center; transition: all .4s;}
.slideTxtBox .bd li:hover p{ background: #ffdd00}
.slideTxtBox .bd li .index_pro_img{ height: 314px; width: 100%; overflow: hidden;}
.slideTxtBox .bd li .index_pro_img img{ width: 100%; height: auto;transition: all .4s;}
.slideTxtBox .bd li:hover .index_pro_img img{transform: scale(1.1); transition: all .4s;}



/* 首页关于我们 */
.index_about_main{ height: 624px; background: url(../images/sansheng_pc_2.jpg) no-repeat center top fixed;}
.index_about_main .index_about_left{ width: 640px; float: left; height: 624px; position: relative;}
.index_about_main .index_about_left h2{ font-size: 36px; color: #fff; font-weight: bold; line-height: 1.8; padding-top: 96px;}
.index_about_main .index_about_left h2 span{ font-size: 36px; color: #ffdd00;  font-weight: bold;}
.index_about_main .index_about_left p{ font-size: 18px; color: #fff; line-height: 2;}
.index_about_main .index_about_left .index_about_text{ width: 100%; color: #fff; line-height: 30px; font-size: 14px; text-align: justify; margin-top: 10px;}

.index_about_main .index_about_left ul{ height: 200px; width: 600px; position: absolute; bottom: 0; left: 0;}
.index_about_main .index_about_left ul li{ float:left; width: 175px;  position: relative; padding-left: 25px;}
.index_about_main .index_about_left ul li::before{content: "";height: 200px; width:7px;background: url(../images/sansheng_10.png) no-repeat center top; position: absolute; left: 0; top: 0;}
.index_about_main .index_about_left ul li a{display: block; height: 72px; font-size: 20px; font-weight: bold; color: #fff; }
.index_about_main .index_about_left ul li a span{ display: block; font-size: 12px;line-height: 2; color: #fff; font-weight: normal;}
.index_about_main .index_about_left ul li:hover a{ color: #ffdd00;}

.index_about_right{ width: 522px; float: right; margin-top: 112px; border: 2px solid #fff;position: relative;}
.index_about_right p{ height: 56px; line-height: 56px; background: #ffdd00; text-align: center; font-size: 16px; position: absolute; bottom: 0; width: 100%;}



/* 工程案例 */
.index_case_main{ height: 625px; background: #f5f5f5;}
.index_case_main .picScroll-fwfw{ height: 340px; border-top: 1px solid #dedede;}
.index_case_main .picScroll-fwfw .bd{ overflow: hidden; margin-top: -8px;}
.index_case_main .picScroll-fwfw .bd .picList{height: 340px; }
.index_case_main .picScroll-fwfw .bd li{ width: 374px; float: left; margin-right: 38px; position: relative; background: url(../images/sansheng_14.png) no-repeat top center; padding-top: 45px;}
.index_case_main .picScroll-fwfw .bd li .pic{ height: 264px; width: 374px; overflow: hidden;}
.index_case_main .picScroll-fwfw .bd li .pic img{ width: 100%; height: auto;}
.index_case_main .picScroll-fwfw .bd li:hover .pic{} 
.index_case_main .picScroll-fwfw .bd li .title{ width:315px; height:56px; background: #fff; box-shadow: 0 0 2px 2px rgba(0,0,0,0.08); left: 30px; top: 276px; position: absolute;}
.index_case_main .picScroll-fwfw .bd li .title a{margin-left: 20px; display: block; float: left;  line-height: 54px; font-size: 16px; position:relative;}
.index_case_main .picScroll-fwfw .bd li .title span{display: block; float:right; line-height: 54px; font-size: 12px; font-size: 666; margin-right: 20px; color: #999}

.index_case_main .picScroll-fwfw .index_case{width: 1200px; height: 400px; position: relative;}
.index_case_main .picScroll-fwfw .hd a{display: block; height: 48px; width: 48px;  position: absolute; cursor: pointer; top: 150px; }
.index_case_main .picScroll-fwfw a.prev{ left: -60px;background: url(../images/sansheng_15.png) no-repeat center;}
.index_case_main .picScroll-fwfw a.next{ right: -60px;background: url(../images/sansheng_16.png) no-repeat center;}


/* 加盟合作 */
.index_join_main{ height: 770px;  background: url(../images/sansheng_19.png) no-repeat bottom;}
.index_jm_main{ height: 450px;width: 100%; position:relative; background: url(../images/sansheng_17.png) no-repeat center top;}
.index_jm_main li{ position: absolute; width: 366px; height: 100px; }
.index_jm_main li:nth-child(1){ left:0; top: 0;}
.index_jm_main li:nth-child(2){ right:0; top: 0;}
.index_jm_main li:nth-child(3){ left: 0; top: 170px;}
.index_jm_main li:nth-child(4){ right: 0; top: 170px;}

.index_jm_main li:nth-child(1),.index_jm_main li:nth-child(3){ text-align: right;}

.index_jm_main li p{ font-size:54px; font-weight: bold;color: #e8e8e8; font-style: italic; line-height: 54px;}
.index_jm_main li span{ font-size: 18px; font-weight: bold; color: #333; text-indent: 28px;display: block; margin-top:  -40px; height: 32px; line-height: 32px; background:url(../images/sansheng_24.png) no-repeat left center; position: absolute; top: 60px;}
.index_jm_main li:nth-child(1) span,.index_jm_main li:nth-child(3) span{ right: 0;}
.index_jm_main li em{ font-style: normal; font-size: 14px; color: #666; line-height: 24px;}
.index_jm_lx{ display: table; margin: 0 auto; margin-top: 30px;}
.index_jm_lx p{ height:72px; width: 262px;margin: 0 9px;  line-height: 72px; border-radius: 36px; float: left;}
.index_jm_lx p:nth-child(1){background:#ffdd00 url(../images/sansheng_18.png) no-repeat 24px 15px; font-size: 14px; color: #333; line-height: 1.8; text-indent: 70px; padding-top: 10px; height: 62px;}
.index_jm_lx p:nth-child(1) span{ display: block; font-size: 24px; font-weight: bold; font-family: "Poppins"; color: #333; line-height: 1.2;}
.index_jm_lx p:nth-child(2){background: #e3e3e3; text-align: center;}
.index_jm_lx p:nth-child(2) a{ text-align: center; font-size: 18px; display: block;}




/* 首页新闻资讯 */
.index_news_main{height: 722px;background: url(../images/sansheng_pc_5.jpg) no-repeat center;}
.index_news_main .index_news_title{ height: 72px; padding-top: 48px; font-size: 36px; font-weight: bold; position: relative; border-bottom: 1px solid #dedede; line-height: 72px; margin-bottom: 20px;}
.index_news_main .index_news_title::after{ content: ""; position:absolute; left: 0; bottom: 0;height: 6px; width: 100px;background: #ffdd00;}
.index_news_main .index_news_title span{  font-size: 18px; color: #666; font-weight: normal; padding-left: 14px;}
.index_news_main .index_news_title ul{ float: right; margin-top: 30px;}
.index_news_main .index_news_title ul li{ float: left; height: 32px; width:90px; margin-right: 10px; font-weight: normal; line-height: 32px; text-align: center;}
.index_news_main .index_news_title ul li a{ font-size: 16px;}
.index_news_main .index_news_title ul li:hover{ background: #ffdd00;}
.index_news_main .index_news_left{ width: 342px;height: 446px; float: left; background: #fff; padding: 22px; }
.picScroll-news .bd li{ width: 342px;}
.picScroll-news .bd li .pic{ height: 238px; width: 342px; overflow: hidden;}
.picScroll-news .bd li .pic img{ width: 100%;}
.picScroll-news .bd li .title{ font-size: 16px; text-indent: 26px; position: relative; line-height: 2; margin: 10px 0;}
.picScroll-news .bd li .title::before{ content:"";position: absolute; height: 1px; width: 22px; background: #dedede;left: 0; top: 17px;}
.picScroll-news .bd li .title a{ font-size: 16px;}
.picScroll-news .bd li .title a:hover{ color: #ffdd00}
.picScroll-news .bd li span{ font-size: 14px; color: #999; line-height: 2; display: block;}
.picScroll-news .bd li em{ font-style: normal; font-size: 14px; line-height: 24px; color: #666}

.picScroll-news .hd{ height: 46px; width: 106px; margin-top: 14px;}
.picScroll-news .hd a{ display: block; height: 46px; width: 46px; float: left; cursor: pointer;}
.picScroll-news .hd a.next{ float: right;background: url(../images/sansheng_21.png) no-repeat center;}
.picScroll-news .hd a.prev{ float: left;background: url(../images/sansheng_20.png) no-repeat center;}

.index_news_right{width: 795px; background: #fff; float: right; height: 490px;}
.index_news_right li{ float: left; margin-left: 22px; width: 364px; border-bottom: 1px dashed #dedede; padding:16px 0; }
.index_news_right li .index_news_date{ float: left;height: 71px; width: 81px; background: #f6f6f6; margin-right: 10px; text-align: center; font-size: 30px; color: #666; padding-top: 10px;}
.index_news_right li .index_news_date span{ display: block;}
.index_news_right li p{ font-size: 16px; line-height:1.8}
.index_news_right li span{ line-height: 24px; color: #666;}


/*首页：友情链接*/
.in_yqlj{ width:100%; height:auto; margin:0 auto; overflow:hidden; clear:both;}
.in_yqlj_width{ width:1200px; height:auto; margin:0 auto; text-align:left; line-height:25px;}



/* 底部 */
footer{ background: #222; height: 400px; position: relative; margin-top: 60px;}
.footer_top{ height: 110px; border-bottom: 1px solid rgba(255,255,255,0.1);text-align: center; margin-bottom: 20px;}
.footer_top img{ margin-top: -40px; }
footer dl{ float:left; margin-right:70px;}
footer dl dt{ font-size: 18px; color: #ffdd00; line-height: 2; }
footer dl dd{ line-height: 30px;}
footer dl dd a{ color: #ccc}
footer dl p{ line-height: 30px; color: #ccc;}

.footer_right{ float: right; width: 260px;}
.footer_right h3{font-size: 18px; color: #ffdd00; line-height: 2;  font-weight: normal; margin-bottom: 10px;}
.footer_right li{ text-align: center; float: left;}
.footer_right li:nth-child(2){ float: right;}
.footer_right li p{line-height: 30px; color: #ccc;}


/* 网站版权信息 */
.copyright{height: 42px; position: absolute; bottom: 0; width: 1200px;border-top: 1px solid rgba(255,255,255,0.04); z-index: 999;}
.copyright a{ color: #cccccc; font-size: 12px;}
.copyright p {
    color: #cccccc;
    font-size: 12px;
    line-height: 42px;
}

.copyright ul {
    float: right;
    width: 370px;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #cccccc;
    line-height: 42px;
    font-size: 12px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 10px;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;
}






/* 内页样式 */
.inside_page_banner{ height: 425px;  background: url(../images/ny_tl_banner1.png) no-repeat center;}
.inside_page_banner .index_about_title{ margin: 0 auto; width: 400px; height: auto; padding-top: 160px;}
.inside_page_banner_grey{height: 425px;  background:#f9f9f9 url(../images/ny_tl_banner1.png) no-repeat center top;}
.inside_page_banner_grey .index_about_title{ margin: 0 auto; width: 400px; height: auto; padding-top: 160px;}
.inside_page_con{ height: 64px; border-bottom: 1px solid #eee; margin: 16px 0;}
.inside_page_con ul{ height: 48px; line-height: 48px; width: 70%; float: left;}
.inside_page_con ul li a{display: inline-block; line-height: 48px; background: #eee; text-align: center; margin-right: 1px; font-size: 15px; padding: 0 20px; float: left;}
.inside_page_con ul li a:hover{ background: #ddd;}
.inside_page_con ul li.active a{ background: #ffdd00; color: #333;}
.inside_page_con .location{ width: 27%; float: right; line-height: 48px; padding-left: 30px; text-align: right;}
.inside_page_con .location img{ margin-right: 6px;}

.inside_page_show{ height: 64px; border: none !important; margin-bottom: 0 !important;}



/* 新闻列表页 */
.news_first{ height: 200px; padding-bottom: 16px; border-bottom: 1px solid #eee; margin-bottom: 16px;}
.news_first a.news_first_img{ display: block; width: 284px; height: 200px; overflow: hidden; float: left; }
.news_first a.news_first_img img{ width: 100%; height: auto;transition:all 0.4s;}
.news_first a.news_first_img img:hover{transform: scale(1.1); transition: all .4s; }
.news_first .news_first_right{ width: 884px; float: right; height: 200px;}
.news_first .news_first_right p a{ font-size: 18px; line-height: 64px;}
.news_first .news_first_right .date_cunt{ height: 30px;}
.news_first .news_first_right .date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.news_first .news_first_right .date_cunt li.date{ background: url(../images/tl_index_20.png) no-repeat left;}
.news_first .news_first_right .date_cunt li.cunt{ background: url(../images/tl_index_21.png) no-repeat left;}
.news_first .news_first_right span{ display:block; line-height: 1.5; color: #666; text-align: justify;}
.news_first .news_first_right i{ font-style: normal; display: block; margin-top: 20px; color: #999;}

.index_news_list{ width: 1300px; overflow: hidden;}
.index_news_list li{ float: left; width: 588px; height: 142px; margin-right: 22px; margin-bottom: 16px; border-bottom: 1px solid #eee;}
.index_news_list li:hover{  background: #f8f8f8;}
.index_news_list li .news_left{ float: left; width: 104px; margin-top: 38px; background: url(../images/hw_top_26.png) no-repeat right center; text-align: center; font-size: 42px; color: #333; line-height: 32px;}
.index_news_list li .news_left span{ font-size: 14px; color: #666;}
.index_news_list li .news_right{ width: 434px; padding: 28px 24px 0 24px; float: left; }
.index_news_list li .news_right a{ font-size: 18px; line-height: 32px;}
.index_news_list li .news_right p{ font: 14px; line-height: 26px; color: #666;}

.about_body{ width: 100%; text-align: justify; padding: 10px 0 30px 0;}
.about_body p{text-align: justify !important; line-height: 2; color: #666; margin-bottom: 6px;}
.about_body *{ color: #666;}
.about_body p strong{ font-weight: bold; color: #333; font-size: 16px;}

/* 新闻详情页 */
.news_detail_left{ min-height: 300px; float: left; background: #fff; width: 766px; padding: 20px 40px; overflow: hidden;}
.news_detail_left h1{ font-size: 24px; line-height: 45px; text-align: center; margin-top: 20px;}
.news_detail_left h1+p{font-size: 14px; color: #999; text-align: center; margin-top:10px; border-bottom: 1px solid #eee; display: block;padding-bottom: 10px; margin-bottom: 20px;}
.news_detail_left .news_body{ text-align: justify; line-height: 32px; color: #666;}
.news_detail_left .news_body p{ line-height: 32px; color: #666; width: 766px;}
.news_detail_left .news_body p strong{ font-weight: bold; font-size: 16px;}

.news_detail_right{ width: 330px; float: right;}
.news_detail_right .pre_next_dttail{ height: 138px; background: #fff; margin-bottom: 16px; border: 1px solid #eee;}
.news_detail_right .pre_next_dttail span{ display: block; font-size: 18px; text-indent: 25px;padding-top: 30px;}
.news_detail_right .pre_next_dttail p{ text-indent: 25px; line-height: 45px;}
.news_detail_right .pre_next_dttail p a{white-space:nowrap;word-break:keep-all;text-overflow:ellipsis; width: 296px; display: block; overflow: hidden; line-height: 45px;}
.news_detail_right .pre_next_dttail em{ display: block; color: #999;text-indent: 25px;}

.tj_news{ height: 300px; background: #fff; margin-bottom: 16px; border: 1px solid #eee;}
.tj_news p{ width: 274px; margin: 0 auto; border-bottom: 1px solid #eee;line-height: 56px; font-size:18px;}
.tj_news ul{ width: 274px; margin: 10px auto;}
.tj_news ul li{ line-height: 36px; background: url(../images/hw_top_32.png) no-repeat left; text-indent: 20px;}
.tj_news ul li:hover{ line-height: 36px; background: url(../images/hw_top_33.png) no-repeat left;}
.return_list a{display: block; height: 42px; line-height: 42px; background: #ffdd00 url(../images/hw_top_34.png) no-repeat 110px 12px; color: #fff;text-align:center;}
.return_list a:hover{background: #333 url(../images/hw_top_34.png) no-repeat 110px 12px; color: #fff; }
.bg_grey{ overflow: hidden; margin-bottom: 30px;}

/* 酒店环境&客房展示 */
.case_list{ width: 1250px; overflow: hidden;}
.case_list li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.case_list li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px;}
.case_list li .img em img{ width: 100%;transition:all 0.4s;}
.case_list li .img em { width: 266px;height:177px; overflow: hidden; display: block;}
.case_list li .img em img:hover{transform: scale(1.1); transition: all .4s;}

.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;}

/* 相册效果 */
.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.9); opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.Gallery.show { opacity: 1; }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed; }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.Gallery img { max-height: 87%; max-width: 99%; }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99%; }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px; }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px; }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px; }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px; }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0; }
.g-list span { display: inline-block; vertical-align: middle; height: 100%; }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: grabbing; }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px; }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent; }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff; }
.g-close { cursor: pointer; }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px; }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px; }
.g-top button:hover { opacity: 1; }
.loading { width: 100%; height: 100%; background: #111111; position: absolute; left: 0; top: 0; z-index: 1000; }
.loading s { display: block; width: 30px; height: 30px; background: #0ad1a9; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; -moz-animation: load 1.5s linear infinite; -webkit-animation: load 1.5s linear infinite; }
.loading p { text-align: center; font-size: 12px; position: relative; top: 50%; margin-top: 25px; }



.jobs_main,.pro_main,.recommend_main{ width: 1300px;}
.jobs_main li.job_list{ float: left; width: 337px; background: #f6f6f6;  margin-right: 16px; margin-bottom: 16px; padding: 29px 26px; position: relative;}
.jobs_main li.job_list .job_name{ font-size: 18px; margin-bottom: 10px;}
.jobs_main li.job_list .job_nr{ font-size: 14px; color: #666; line-height: 28px;}
.jobs_main li.job_list .fb_time{ position: absolute; top: 32px; color: #999; right: 26px;}

.jobs_main li a{
    display: block;
    width: 84px;
    height: 29px;
    border: 1px solid #eee;
    border-radius: 6px;
    font-size: 14px;
    /* color: #68747f; */
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 26px;
    bottom: 29px;
    border-color: #eee;
    color: #333;
    background: #fff;
    /* transition: all .3s; */
}

.reveal-modal {
    position: fixed;
    width: 560px;
    height: auto;
    background: #fff;
    z-index: 9999;
    top: 50%!important;
    left: 50%;
    margin: auto;
    border-radius: 6px;
    box-sizing: border-box;
    visibility: hidden;
    padding: 28px 42px 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-bottom: 40px;
    overflow: hidden;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    margin: auto;
    display: none;
    background: rgba(62, 70, 76, 0.1);
}

.close-reveal-modal {
    background: url(../images/close.png) no-repeat center;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.myModel_tit p {
    font-size: 20px;
    color: #68747f;
    margin-bottom: 26px;
}

.job_title_big{ font-size: 18px; height: 80px; border-bottom: 1px dashed #dedede; margin-bottom: 10px; line-height: 36px;}

.reveal-modal .zpgw{ float: left; margin-right: 30px; color: #999;}
.reveal-modal .middle_title{ font-size: 16px; height: 42px; line-height: 42px;  background: url(../images/dzr_ny_11.png) no-repeat bottom left; margin-bottom: 10px;}
.reveal-modal .rz_nr{ color: #666; line-height: 26px; padding-bottom: 10px;}
.reveal-modal .rz_nr p{color: #666; line-height: 26px; padding-bottom: 10px;}


/* 联系方式 */
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#map{ width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float:left;}
.contact_fs_main{ height: 418px; width: 300px; background: #fff; border: 1px solid #e8e8e8; border-left: none; float: left; padding-left: 43px;}
.contact_fs_main h2{margin-top: 48px; line-height: 56px; margin-bottom: 10px; font-size: 18px; color: #333;}
.contact_fs_main p{ line-height: 30px;  color: #666; font-size: 14px; }





.index_title_3{ padding-top: 20px; overflow: hidden; margin-bottom: 20px;}
.index_title_3 p{ font-size: 30px; text-align: center;}
.index_title_3 span{font-size: 15px; color: #888;display: block; text-align: center; line-height: 1.8;}


.picScroll-left{ width:1200px;  overflow:hidden; position:relative;  }
.picScroll-left .hd{ overflow:hidden; height: 44px; margin-bottom: 30px;  margin: 20px auto 60px auto; width: 110px; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ width: 42px; height: 42px; display: block; float: left; margin:0 5px; cursor: pointer;}
.picScroll-left .hd .prev{ background: url(../images/xinbo_18.png) no-repeat center; }
.picScroll-left .hd .next{ background: url(../images/xinbo_19.png) no-repeat center; }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{overflow:hidden; text-align:center; width: 286px; height: 235px; float: left; margin-right: 16px; border: 1px solid #eee;background: #f5f5f5; transition: all .4s;}
.picScroll-left .bd ul li:hover{ background: #ffdd00; border: 1px solid #ffdd00;}
.picScroll-left .bd ul li:hover .title{ color: #333}
.picScroll-left .bd ul li .pic{ width: 100%; height: 190px; overflow: hidden;}
.picScroll-left .bd ul li .pic img{  width: 100%; transition: all .4s;}
.picScroll-left .bd ul li:hover .pic img{ transform: scale(1.1); transition: all .4s;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:45px; font-size: 16px;}


.ny_liuyan{width:100%; height: auto; overflow: hidden;  margin-bottom:40px;}
.ny_liuyan h2{font-size: 14px; color: #666; text-align: center; line-height: 24px; font-weight: normal; margin-bottom: 16px;width: 80%; margin: 0 auto; margin-bottom: 20px;}
.ny_liuyan h2 span{ font-weight: bold; color: #333}
.ny_liuyan h4{font-size: 14px; color: #333; text-align: center; line-height: 40px; margin-bottom:10px; font-weight: normal;}
.ny_liuyan input[type="text"]{width:286px; height: 43px; border: 1px solid #ddd; float: left; background: none; font-size: 14px; color: #333; margin-right: 16px; margin-bottom:20px; text-indent: 10px;}
.in_city{margin-right: 0!important}
.ny_liuyan textarea{width:100%; height: 70px; border: 1px solid #ddd;  background: none; font-size: 14px; color: #333; resize: none; text-indent: 10px;}
.ny_liuyan .button{width:139px; height: 42px; background: #ffdd00; border-radius: 5px; text-align: center; line-height: 42px; border: 0px; color:#333; margin:20px auto; display:block; font-size: 16px; cursor: pointer;}

.about_banner{ height: 320px; background:url(../images/about_banner.jpg) no-repeat center;}
.pro_banner{ height: 320px; background:url(../images/pro_banner.jpg) no-repeat center;}
.case_banner{ height: 320px; background:url(../images/case_banner.jpg) no-repeat center;}
.news_banner{ height: 320px; background:url(../images/news_banner.jpg) no-repeat center;}
.fuwu_banner{ height: 320px; background:url(../images/fuwu_banner.jpg) no-repeat center;}
.rlzy_banner{ height: 320px; background:url(../images/rlzy_banner.jpg) no-repeat center;}
.contact_banner{ height: 320px; background:url(../images/contact_banner.jpg) no-repeat center;}


.pro_list{ width: 1250px; overflow: hidden;}
.pro_list li{  width: 386px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; text-align: center; } 
.pro_list li .img{ width: 386px;  margin: 0 auto; overflow: hidden; height: 248px; overflow: hidden; border-bottom: 1px solid #eee;}
.pro_list li .img img{ height: 100%;transition:all 0.4s;}
.pro_list li .hezuo{ height: 118px;}
.pro_list li:hover .img img{transform:scale(1.1); transition:all 0.4s;}
.pro_list li:hover{ border: 1px solid #ffdd00}
.pro_list li:hover div{ color: #ffdd00}
.pro_list li:hover h2{ color: #ffdd00;}
.pro_list li:hover p{ color: #333}

.pro_title_ny{ height: 110px;}
.pro_title_ny h2{font-size: 16px;  color: #333;  text-align: center; font-weight: normal; line-height: 56px;}

.pro_icon_ny { width: 256px; height: 36px; margin: 0 auto;}
.pro_icon_ny p{display: block;height: 36px; line-height: 36px !important; width: 120px; border-radius: 18px; text-indent: 30px; float:left;}
.pro_icon_ny p:first-child{ background: #f3f3f3 url(../images/yuanda_index_2.png) no-repeat 20px 11px; margin-right: 15px;}
.pro_icon_ny p:first-child:hover{ background: #ffdd00 url(../images/yuanda_index_1.png) no-repeat 20px 11px; color: #fff;}
.pro_icon_ny p:nth-child(2){ background: #f3f3f3 url(../images/yuanda_index_3.png) no-repeat 20px 11px; margin-right: 0;}
.pro_icon_ny p:nth-child(2):hover{background: #ffdd00 url(../images/yuanda_index_4.png) no-repeat 20px 11px; color: #fff}