﻿/*标签*/
html, body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, fieldset, legend, img, ul, ol, li, dl, dt, dd, th, td, pre, blockquote {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background: #fff;
  font-size: 62.5%; 
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-family: "微软雅黑","黑体";
}

img, fieldset {
  border: 0;
  vertical-align: middle;
}
a,img{-webkit-tap-highlight-color: transparent;}
textarea {
  word-wrap: break-word;
  word-break: break-all;
  resize: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #d09520;
}

a:focus {
  outline: none;
}

a h1:hover {
  color: #d09520;
}

.active {
  color: #d09520;
}
/*显示*/
.hidden {
  display: none;
}
/*位置*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
/*布局*/
.w1006 {
  width: 1006px;
  margin: 0 auto;
}

.wrap {
  min-width: 1006px;
  margin: 0;
  position: relative;
  min-height: 100%;
}

/*字号*/
.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

h1 {
  font-size: 20px;
}

.fontb {
  font-weight: bold;
}
/*颜色*/
.color_gray {
  color: #666;
}

.color_gray1 {
  color: #999;
}

.color_white {
  color: #fff;
}
/*边距*/
.bottom10 {
  padding-bottom: 10px;
  display: block;
}

.left40 {
  padding-left: 40px;
}

.left60 {
  padding-left: 60px;
}

.right30 {
  padding-right: 30px;
}

.top40 {
  padding-top: 40px;
}
/*头部*/
.head {
  background: url(../images/top-back.png) repeat;
  width: 100%;
  height: 60px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}

.logo {
  margin-top: 12px;
  margin-left: -70px;
}
.phoneMenu,.phoneItem,.headTel{display:none;}

.nav ul.topmenu > li {
  font-size: 16px;
  text-align: center;
  float: left;
  line-height: 60px;
}

.nav ul.topmenu > li > a {
  padding: 0 17px;
  height: 60px;
  display: block;
  font-weight: bold;
}

.nav ul.topmenu > li:first-child a {
  padding: 0 12px;
}

.nav ul.topmenu > li > a:hover, a.on {
  background-color: #d09520;
  color: #fff;
}

.nav .phoneItem{display:none !important;}

.nav ul.submenu {
  display: none;
  width: 56px;
  z-index: 1;
  padding: 0 10px;
  border: 1px #cccccc solid;
  background-color: #fff;
}

.nav ul.submenu > li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-top: 1px #d09520 solid;
}

.nav ul.submenu > li:first-child {
  border: 0;
}

.nav ul.submenu > li > a {
  color: #000;
  display: block;
  text-align: center;
}

.nav ul.submenu > li > a:hover {
  color: #d09520;
}

.nav li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}


.rightnav {
  position: fixed;
  right: 10px;
  top: 227px;
  z-index:10;
}

.rightnav .arrow {
  height: 56px;
  width: 56px;
  margin-top: 2px;
}

.rightnav .arrow a {
  width: 56px;
  height: 45px;
  display: block;
  padding-top: 15px;
  text-align: center;
  float: right;
  background-color: #989898;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.rightnav .arrow a:hover {
  background-color: #d09520;
}

.rightnav .arrow:hover span {
  display: block;
}

.rightnav .arrow span {
  background: url(../images/rightNav_back01.png) no-repeat;
  height: 56px;
  width: 165px;
  color: #fff;
  font-size: 22px;
  padding-top: 14px;
  float: left;
  display: none;
  z-index: 2;
  position: absolute;
  right: 49px;
  top: 0;
}
    
@media  (max-width: 768px) {
   #newBridge{z-index:1 !important;}
   .w1006 { width: 100%;  }
   .wrap { min-width: 0; }
   .top40 {
     padding-top: 20px;
   }


   
    /*头部*/
    .head { height: 60px;}
    .headTel{display:block;  
  color: #d09520;
  font-size:16px;
  float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;}
    .logo { margin-top: 12.5px; }
  .logo img{width: 180px;}
  .phoneMenu {margin-right:10px;display:block;float:right;margin-top:22.5px;}
  .nav{position:absolute;right:0px;top:60px;background: rgba(0, 0, 0,0.5);display:none;}
    .nav.open{display:block;}
    .nav ul.topmenu > li {position:relative; margin-left: 0px; font-size: 16px; float: none; line-height: 40px;width:150px; }

        .nav ul.topmenu > li > a { padding: 0 10px; height: 40px; color:#fff;}

        .nav ul.topmenu > li:first-child a { padding: 0 10px; }
    .nav .pcItem{display:none !important;}
    .nav .phoneItem{display:block !important; background: url(../images/ic_arrow_right.fw.png) 20px center no-repeat;
    background-size: 8px 15px;}


    .nav ul.submenu {width: 120px; padding: 0; background: rgba(0, 0, 0,0.5);position:absolute;left:-120px;top:0; border:none;}

        .nav ul.submenu > li {height: 40px; line-height: 40px;border:none;}

            .nav ul.submenu > li:first-child { border: 0; }

            .nav ul.submenu > li > a { color: #fff; }

                .nav ul.submenu > li > a:hover { color: #d09520; }

     .nav ul.topmenu > li > a:hover, a.on{background-color:rgba(0,0,0,0);}
     
     #LXB_CONTAINER .lxb-container{display:none !important;}
    .rightnav {display:none}
}

/*---------------------------------------------------------------------index---------------------------------------------------*/

.flexslider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  zoom: 1;
  height: 655px;
}

.flexslider img {
  height: 655px;
  width: 100%;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav a {
  width: 50px;
  height: 79px;
  line-height: 79em;
  overflow: hidden;
  margin: -20px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: -5px -90px;
  right: 208px;
}

.flex-direction-nav .flex-prev {
  background-position: -2px 0;
  left: 208px;
}

.flexslider:hover .flex-next {
  opacity: 0.6;
  filter: alpha(opacity=50);
}

.flexslider:hover .flex-prev {
  opacity: 0.6;
  filter: alpha(opacity=50);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=70);
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}

.flex-control-paging li a.flex-active {
  background-position: 0 0;
}

.main {
  width: 100%;
  margin: 0 auto;
  background-color: #f1f2ed;
  padding-bottom: 430px;
}

.main .w1006 {
  padding-top: 27px;
}

.main .icolist li {
  width: 33%;
  text-align: center;
  float: left;
  margin-bottom: 43px;
}

.main .icolist li span.img {
  width: 83px;
  height: 83px;
  text-align: center;
  background: url("../images/img-back.png") no-repeat;
  display: inline-block;
  border-radius: 42px;
  background: #d09520;
}

.main .icolist li img {
  margin-top: 17px;
}

.main .icolist li p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
}

.main .icolist li span {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.main .itemlist {
  margin-bottom: 45px;
}

.main .itemlist li {
  margin-left: 30px;
  float: left;
  height: 288px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(100,100,100,0.5);
  text-align: center;
}

.main .itemlist li:first-child {
  margin-left: 0;
}

.main .itemlist b {
  line-height: 48px;
  color: #666;
  font-weight: normal;
  font-size: 20px;
  display:block;
}

.main .itemlist b:hover {
  color: #d09520;
}

.main .news .state {
  width: 46%;
  margin-bottom: 42px;
}

.main .news .state h3, .main .news .state h2,.main .customer b.custitle {
  background: url(../images/arrow.png) no-repeat 0 9px;
  padding: 0 0 5px 17px;
  line-height: 35px;
  font-size:20px;
  display:block;
}

.main .news .state ul li {
  border-bottom: 1px #e0dfdf solid;
  line-height: 35px;
}

.main .news .state ul li:first-child {
  border-top: 1px #e0dfdf solid;
}

.main .news .state ul li a {
  color: #999;
  font-size: 14px;
}

.main .news .state ul li a span:first-child {
  padding-right: 22px;
}

.main .news .state ul li a:hover span {
  color: #d09520;
}


.customer .mr_frbox {
  margin-top: 15px;
  position:relative;
}

.customer .mr_frBtnL, .customer .mr_frBtnR {
  margin-top: 25px;
  cursor: pointer;
}
.customer .mr_frBtnR{float: none;
    position: absolute;
    top: 0;
    right: 0;
}
.main .customer ul li {
  float: left;
  display: inline-block;
  text-align: center;
  height: 78px;
  width: 160px;
  margin-top: 10px;
}

.main .customer ul li img {
  display: block;
  max-width: 98%;
  height: 80px;
  text-align: center;
}

@media (max-width: 768px) {

    .flexslider { height:300px; }

        .flexslider img { height: 300px; width: 100%; }

    .flex-direction-nav a { width: 25px; height: 40px; line-height: 40em; margin: -20px 0 0;  opacity: 1; filter: alpha(opacity=100); background-size:47px auto; display:none;}

    .flex-direction-nav .flex-next { background-position: -15px -84px; right: 20px; }

    .flex-direction-nav .flex-prev { background-position: -7px -14px; left: 20px; }

    .flexslider:hover .flex-next { opacity: 1; filter: alpha(opacity=100); }

    .flexslider:hover .flex-prev { opacity: 1; filter: alpha(opacity=100); }

    .main { padding-bottom: 290px; }

        .main .w1006 { padding-top: 30px; }

        .main .icolist li {  margin-bottom: 30px; }

            .main .icolist li span.img { width: 60px; height: 60px;border-radius: 50%; }

            .main .icolist li img { margin-top: 12.5px; width:35px;}

            .main .icolist li p { padding: 12px 0 3px 0; font-size: 14px; }

            .main .icolist li span.intro {display:block; font-size: 12px;  line-height: 16px;padding:0 10px; }

        .main .itemlist li { height: auto; width: 30%; margin-left: 2.5%; }
            .main .itemlist li:first-child { margin-left: 2.5%; }
                .main .itemlist li img { width: 100% !important; height: auto !important; }
        .main .news { padding:0 10px;}
        .main .news .state {width:100%; margin-bottom: 30px; }

            .main .news .state h3, .main .news .state h2, .main .customer b.custitle {  line-height: 35px; font-size: 16px; }

            .main .news .state ul li { border-bottom: 1px #e0dfdf solid; line-height: 35px; overflow:hidden;}

                .main .news .state ul li:first-child { border-top: 1px #e0dfdf solid; }

                .main .news .state ul li a { color: #999; font-size: 12px; display: block; width: calc(100% - 70px);overflow:hidden; }
                    .main .news .state ul li a span { float:left;}
                        .main .news .state ul li a span:first-child { padding-right: 12px; }
                        .main .news .state ul li a span:nth-child(2) { width: calc(100% - 60px); overflow: hidden; white-space: nowrap; /*不换行*/ text-overflow: ellipsis;  }

    .customer { padding:0 10px;}

    .main .customer ul li {  width: 22%;  }

        .main .customer ul li img { height: auto;  }

}
@media (max-width: 480px){
    .main { padding-bottom: 460px; }

    .flexslider { height: 200px; }

        .flexslider img { height: 200px; width: 100%; }

    .main .itemlist { margin-bottom: 0px; padding: 0 10px; }
    .main .itemlist li {width:100%; margin-left: 0px; margin-bottom: 15px; float: none; height: auto; box-shadow: 0px 2px 2px rgba(100,100,100,0.2); }
        .main .itemlist li img { width: 100% !important; height: auto !important; }
        .main .itemlist li:first-child { margin-left: 0; }
    .main .itemlist b {  font-size: 16px; }

    .main .customer ul li { width: 29%; margin-top: 20px; }

}
/*---------------------------------------------------------------------about---------------------------------------------------*/
.about_menu li {
    background-color: #e9e9e9;
    width: 250px;
    height: 133px;
    float: left;
    margin-left: 2px;
    color: #666;
    cursor: pointer;
    margin-bottom: -8px;
}

.about_menu li.off {
  background-color: #f8f8f8;
  border-top: 6px #d09520 solid;
  height: 127px;
}

.about_menu li:first-child {
  margin-left: 0;
}

.about_menu li h2 {
  font-size: 14px;
  color: #383838;
  margin: 21px 0 16px 17px;
}

.about_menu li p {
  line-height: 24px;
  margin: 0 17px;
}

.menu_cont {
  margin: 56px 0 50px;
  color: #666;
}

.menu_cont .other {
  display: none;
}

.menu_cont .fleft {
  display: block;
  width: 604px;
}

.menu_cont  *{
  white-space:normal !important;
}

.menu_cont h1 {
  padding-bottom: 20px;
  font-weight: normal;
  color: #383838;
}

.menu_cont p {
  line-height: 36px;
  font-size: 14px;
}

#focus_Box {
  position: relative;
  height: 350px;
  background: #e5e5e5;
}
#focus_Box span{  
}
#focus_Box ul {
  position: relative;
  width: 815px;
  height: 270px;
  margin: 0 auto;
}

#focus_Box li {
  z-index: 0;
  position: absolute;
  left: 50px;
  top: 120px;
  cursor: pointer;
  text-align: center;
  width: 0;
  height: 0;
  overflow: hidden;
}

#focus_Box li img {
  width: 100%;
  height: 100%;
}

#focus_Box .prev, #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 250px;
  height: 150px;
  top: 50px;
}

#focus_Box .prev {
  background: url(../images/btnL.png) left bottom no-repeat;
  left: 36px;
}

#focus_Box .next {
  background: url(../images/btnR.png) right bottom no-repeat;
  right: 36px;
}


.menu_cont .glory .shadow {
  text-align: center;
}
.aboutBanner{display:none;}

    @media (max-width: 768px) {
    .navLink{padding-left:10px;}
    .about_menu{padding:20px 10px 0 10px;}
        .about_menu li {  width:25%; height: 50px;  margin-left: 0px;  margin-bottom: -8px;border-top:6px solid #e9e9e9; }

            .about_menu li.off { height: 50px; }

            .about_menu li h2 { margin: 13px 0 18px 0px; text-align:center;}

            .about_menu li p {display:none; }

        .menu_cont { margin: 25px 0;  padding: 0 10px; }

            .menu_cont .fleft { width: 100%; }
                .menu_cont p span {word-break:break-all; white-space:initial !important;}
        .menu_cont div.fright { width: 100%;text-align:center; }
        .menu_cont div.fright .fright,.menu_cont div.fright img{float:none;max-width:100%;}
        .menu_cont .other img{max-width:100%;}

                #focus_Box {display:none;}

        .menu_cont .glory .shadow {display:none; }
    
        
    .aboutBanner {
    display:block;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      zoom: 1;
      height: 300px;
    }
    .aboutBanner .img{text-align:center;}

    .aboutBanner img {
      height: 300px;
      width: auto;
    }

    .aboutBanner .flex-viewport {
      max-height: 300px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease;
    }

    .aboutBanner .slides {
      zoom: 1;
    }

    .aboutBanner .flex-direction-nav a {
      width: 25px;
      height: 40px;
      line-height: 40em;
      overflow: hidden;
      margin: -20px 0 0;
      display: block;
      background: url(../images/ad_ctr.png) no-repeat;
      position: absolute;
      top: 50%;
      z-index: 10;
      cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all .3s ease;
     background-size:47px auto; 
    }

    .aboutBanner .flex-direction-nav .flex-next {
      background-position: -15px -84px; right: 20px; 
    }

    .aboutBanner .flex-direction-nav .flex-prev {
      background-position: -7px -14px; left: 20px;
    }

    .aboutBanner .flexslider:hover .flex-next {
     opacity: 1; filter: alpha(opacity=100);
    }

    .aboutBanner:hover .flex-prev {
     opacity: 1; filter: alpha(opacity=100); 
    }

    .aboutBanner:hover .flex-next:hover, .aboutBanner:hover .flex-prev:hover {
      opacity: 1;
      filter: alpha(opacity=70);
    }

    .aboutBanner .flex-control-nav {
      width: 100%;
      position: absolute;
      bottom: 10px;
      text-align: center;
    }

    .aboutBanner .flex-control-nav li {
      margin: 0 5px;
      display: inline-block;
      zoom: 1;
      *display: inline;
    }

    .aboutBanner .flex-control-paging li a {
      background: url(../images/dot.png) no-repeat 0 -16px;
      display: block;
      height: 16px;
      overflow: hidden;
      text-indent: -99em;
      width: 16px;
      cursor: pointer;
    }

    .aboutBanner .flex-control-paging li a.flex-active {
      background-position: 0 0;
    }

    }
    /*---------------------------------------------------------------------team----------------------------------------------------*/
    .container { padding-top: 68px; padding-bottom: 314px; }

        .container .team ul li { padding: 31px 0; border-top: 1px #dddddd solid; height: 217px; }

            .container .team ul li:first-child { border: 0; }

            .container .team ul li:first-child { padding-top: 0; }

        .container .team dl { line-height: 32px; width: 743px; }

            .container .team dl img { padding-right: 10px; }

        .container .cont dl a.button { right: 0; background-color: #d09520; border: none; width: 104px; height: 29px; color: #fff; line-height: 29px; text-align: center; cursor: pointer; font-size: 14px; }

        .container .team a.button { bottom: 32px; }

        .container .cont dl a.button:hover { box-shadow: 0 0 5px rgba(0,0,0,0.3); }

        .container .page_number { height: 100px; }

            .container .page_number ul { position: absolute; left: 50%; bottom: 38px; margin-left: -140px; }

            .container .page_number li { display: inline-block; float: left; margin-left: 2px; text-align: center; line-height: 39px; cursor: pointer; }

                .container .page_number li a { color: #000; display: block; width: 39px; height: 39px; background-color: #efefef; }

                .container .page_number li.page a { width: 68px; height: 39px; display: block; border-radius: 5px; }

                .container .page_number li a:hover, .container .page_number li a.page_on { box-shadow: 0 0 2px rgba(0,0,0,0.3); background-color: #d09520; color: #fff; display: block; }

  @media (max-width: 768px) {
        .container {padding-bottom:290px;}
  
        .team {padding-left:10px;padding-right:10px; }
        .container .team ul li { padding: 31px 0;  height: auto; overflow:hidden; }
        .container .team ul li img.fleft{width:242px;}

        .container .team dl { line-height: 32px; width: calc(100% - 252px) }


         .container .page_number  a ,.container .page_number  span{ display:none; }
           .container .page_number ul{width:100%;left:0;margin-left:0;}
            .container .page_number table{margin:0 auto} 
           .container .page_number  .next, .container .page_number div a:first-child{display:inline;}
             .container .page_number  .next img{height:33px;}
      

  }
@media (max-width: 480px) {
        .container {padding-bottom:460px;}
        .container .team ul li img.fleft{width:100%;float:none;display:block;margin:0 auto 15px auto;}
        .container .team dl { width: 100%;}

  }

    /*---------------------------------------------------------------------cases----------------------------------------------------*/
    /* case-direct */
    .cases > ul > li { margin-bottom: 36px; height: 188px; }

    .cases dl { width: 670px; }

    .cases dt, .detail dt { border-bottom: 2px #d09520 solid; padding-bottom: 5px; }

    .cases dd ul, .detail dd ul { padding-top: 20px; }

        .cases dd ul li, .detail dd li { float: left; background: url(../images/circle.png) no-repeat 0 12px; padding-left: 15px; width: 260px; overflow: hidden; line-height: 30px; }

            .cases dd ul li span, .detail span, .detail h2 { font-size: 14px; font-weight: bold; }

    .cases a.button { bottom: 0px; }
    /* case-directD */
    .detail { width: 1006px; }

        .detail dd li.right { margin-right: 300px; }

        .detail dd a.button { top: 45px; }

        .detail p.fright { line-height: 26px; width: 921px; padding-top: 2px; }

        .detail dd span.fleft { background: url(../images/circle.png) no-repeat 0 13px; padding: 6px 0 0 15px; }
    .slideimg .bdsharebuttonbox
    /*.bdsharebuttonbox*/ { top: 0; left: 0; background: url(../images/back01.png) repeat; width: 988px; padding-left: 18px; height: 30px; }
        .slideimg .bdsharebuttonbox span
        /*
.bdsharebuttonbox span */ { color: #fff; font-weight: normal; line-height: 30px; }

    .detail .slideimg .bigPic { margin-bottom: 3px; width: 1006px; height: 525px; }

    .detail .slideimg .slide_banner { overflow: hidden; }

    .slide_banner .content { width: 952px; height: 85px; margin: 0 auto; overflow: hidden; }

    .detail .slidesjs-previous { position: absolute; left: 0px; bottom: 0px; margin-right: 2px; width: 23px; height: 85px; background: url(../images/smallBtnL.png) no-repeat; }

        .detail .slidesjs-previous:hover { background: url(../images/btnL-hover.png) no-repeat; }

    .detail .slidesjs-next { position: absolute; right: 0; bottom: 0px; background: url(../images/smallBtnR.png) no-repeat; font-size: 0; width: 23px; height: 85px; }

        .detail .slidesjs-next:hover { background: url(../images/btnR-hover.png) no-repeat; }

    .detail .item { width: 136px; float: left; position: relative; cursor: pointer; }

        .detail .item img { margin: 0 1.5px; display: block; }

    .detail .shade { position: absolute; height: 85px; width: 133px; background-color: rgba(0,0,0,0.4); top: 0; left: 0; }

    .detail .wordsP { padding-bottom: 24px; padding-top: 26px; }

        .detail .wordsP p { line-height: 22px; margin-bottom: 16px; }

    .detail .appoint { margin: 27px 0 76px; color: #4c4c4c; }
    /* case_project*/
    .project ul li { width: 323px; background-color: #fff; float: left; margin-left: 18px; margin-bottom: 30px; overflow: hidden; }

        .project ul li:first-child { margin-left: 0; }

    .project .shadow_active, .project li:hover { box-shadow: 0px 5px 5px rgba(100,100,100,0.5); }


    .project h2 { font-size: 16px; color: #d09520; font-weight: normal; padding: 12px 0 10px 17px; }

    .project p { color: #666; line-height: 20px; padding: 0 17px 17px; }

    .project .list_w { border: 1px #f0f0f0 solid; border-top: 0; }
    /* case_detailP*/
    .detail dl { margin-bottom: 36px; }

    .detail dd a { width: 248px; margin-top: 27px; display: block; float: left; padding-left: 4px; text-align: center; }

        .detail dd a img { margin-bottom: 15px; }

        .detail dd a:first-child { padding-left: 0; }
.backList{display:none;}
   .phonePics{display:none;}
   @media (max-width: 768px){
     
    /* case_project*/
    .project ul{padding:0 10px;overflow:hidden;}
    .project ul li { width: 32%;  margin-left: 2%;  }
    .project ul li a img{width:100%;}
    
       .bigPic{display:none;}
     .detail { width: calc(100% - 20px); padding-left:10px;}
     .slideimg .bdsharebuttonbox { width: calc(100% - 20px);z-index:1;}
     .detail .slideimg .bigPic { margin-bottom: 3px; width: 100%; height: auto; }
     .slide_banner {display:none;}
       .phonePics{display:block;overflow:hidden;}
.phonePics .item{margin-bottom:35px;}
.phonePics .item,.phonePics img{width:100%}
      .wordsP{padding-left:10px;padding-right:10px;}
     .wordsP p span {white-space: normal !important;word-break:break-all !important;}

    .backList{display:block;margin: 15px 0;}
     .backList a{padding:4px 10px;background-color:#d09520;color:#fff;border-radius: 3px;}
    .detail dd a { width: calc(25% - 4px); }

        .detail dd a img { width:100%;}
  
   }

   @media (max-width: 480px){
      /* case_project*/
   
    .project ul li { width: 100%;  margin-left: 0;  }
    .detail dd a { width: calc(50% - 2px); padding:0 1px;}
  
   }





    /*---------------------------------------------------------------------news----------------------------------------------------*/
    /*news_list*/
    .news_detail .share { float: right; display: block; }
        .news_detail .share span { line-height: 26px; }
    .news_list { margin-bottom: 28px; }

        .news_list li { margin-top: 33px; height: 150px; }

            .news_list li:first-child { margin-top: 0; }

            .news_list li dt { padding-bottom: 25px; }

            .news_list li dd { width: 732px; height: 103px; line-height: 26px; }

            .news_list li title { padding-bottom: 25px; }

            .news_list li p { width: 732px; height: 103px; line-height: 26px; }
            .news_list li span { left: 0; bottom: 8px; }

        .news_list .active { right: 0; bottom: 8px; }
    /*news_detail*/

    .news_detail h1 { text-align: center; font-weight: normal; }

    .news_detail .about_art { margin: 28px 0 20px; }

        .news_detail .about_art a.font16 { border-bottom: 3px #d09520 solid; padding-bottom: 12px; margin-bottom: 12px; display: block; }

        .news_detail .about_art ul li { width: 48%; overflow: hidden; line-height: 34px; height: 34px; background: url(../images/circle.png) no-repeat 0 16px; padding-left: 15px; font-size: 14px; float: left; }

            .news_detail .about_art ul li.right { margin-left: 10px; }
    /*news_book*/



    .news_book .book_list { width: 480px; margin: 0 auto; height: 350px; }

    .book_list .fright { width: 248px; margin-top: 24px; }

    .book_list span { color: #666; font-size: 16px; font-weight: bold; }

    .book_list p { font-size: 14px; color: #666666; line-height: 24px; margin-top: 5px; margin-bottom: 23px; }

    .news_book .book_list a { width: 68px; height: 24px; line-height: 24px; background: #fff; border: 1px #dadada solid; border-radius: 5px; display: block; float: left; text-align: center; }

    a.read { margin-left: 20px; }

    .news_book .book_list a:hover { border: 1px #d09520 solid; }


       @media (max-width: 768px){
        
       .news_list {padding-left:10px;padding-right:10px; }

        .news_list li { margin-top: 33px; height: auto; }
         
         .news_list li img.fleft{width:250px}
    
            .news_list li dl{width: calc(100% - 265px);}
             .news_list li dt{padding-bottom:12px;}
            .news_list li dd { width: 100%; height: auto;  }

            .news_list li p { width: 100%; height: auto; position:static;float:none; }

        .news_list .active { bottom: 0px; }

    /*news_detail*/
   .news_detail .w1006 .words{padding:0 10px;}
    .news_detail  .w1006 .words p span{white-space: normal !important;word-break:break-all !important;}
     .news_detail .w1006 .words p  img{max-width:100%;}
        .news_detail .about_art ul li { width: calc(100% - 15px);float:none; overflow: hidden; white-space: nowrap; /*不换行*/ text-overflow: ellipsis; }
.news_detail .quick span{display:block;}
.news_detail .about_art ul li.right{margin-left:0;}

       /*service*/
       .service{padding:0 10px;}
       .service img{max-width:100%;}

      
      }

      @media (max-width: 480px){
       .news_list li img.fleft{width:100%}
    
            .news_list li dl{width: 100%;padding-top:15px;}
              .news_list li dt{padding-bottom:6px;}

     
      }


 

    /*------------------------------------------------------------------------contact-------------------------------------------------*/
    .contact, .online { margin: 48px 0 75px 0; }

        .contact h1, .online h1 { padding-bottom: 10px; color: #333; }

        .contact h1 { font-weight: normal; }

        .contact ul { margin-top: 10px; }

            .contact ul li { margin-bottom: 10px; color: #8b8b8b; }

                .contact ul li img { padding-right: 5px; }

        .online table { width: 417px; font-size: 14px; color: #3c3c3c; }

            .online table tr td { padding-bottom: 8px; }

                .online table tr td:first-child { vertical-align: top; }

            .online table input { border: 1px #cbcbcb solid; margin-bottom: 2px; padding-left: 5px; }

            .online table td input[type=text] { width: 362px; height: 24px; }

            .online table td.btn input { width: 104px; height: 29px; border: 0; cursor: pointer; }

            .online table td textarea { height: 95px; width: 362px; padding: 5px 0 0 5px; }

    textarea { border: 1px #cbcbcb solid; }

    .online table td.btn input:hover { color: #fff; font-weight: bold; background-color: #d09520; }

    .online table td.btn input { transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; }

        .online table td.btn input.submit { margin: 0 38px; }

    label.error { color: red; font-size: 12px; }
 @media (max-width:768px) {
   #dituContent {width:calc(100% - 20px) !important;margin:20px 10px !important;}
.contact {margin:18px 10px 75px 10px;}

     .contact ul li { overflow:hidden; }

      .contact ul li img { padding-right: 0px;float:left; line-height:18px;}
      .contact ul li span{float:right; width:calc(100% - 23px);line-height:18px;}
       .contact ul li .con_email{margin-top: 5px;}
      .contact ul li .con_address{margin-top: 3px;}
 }



    /*------------------------------------------------------------------------404-------------------------------------------------*/
    .error404 { padding: 300px 0px; text-align: center; padding-top: 100px; }

        .error404 img { padding-bottom: 32px; }

        .error404 p { font-size: 18px; color: #646464; padding-bottom: 20px; }

        .error404 a { background: url("../images/back.png") no-repeat 0px 2px; padding-left: 20px; }

        .error404 span { font-size: 12px; color: #969696; padding-top: 66px; display: block; }
    /*底部*/
  .footer .phoneFooter{display:none;}
    .footer { width: 100%; background-color: #c7c7c7; color: #fff; margin: 0 auto; line-height: 24px; border-top: 2px #d09520 solid; position: absolute; left: 0; bottom: 0; }

    .footIndex { background-color: #a6a6a5; margin-top: -6px; }

    .footer .footerlist { padding: 33px 0; }

    .footer ul { float: left; padding-left: 50px; }

        .footer ul:first-child { padding-left: 0px; }

    .footer a { color: #fff; }

        .footer a:hover { color: #d09520; }

    .footer .ul_right .bottom10 { margin-bottom: 3px; }

    .footer .links { background-color: #b3b3b3; /*height: 40px;
  line-height: 40px;*/ height: 150px; line-height: 30px; padding-top: 5px; padding-bottom: 5px; }

    .footIndex .links { background-color: #959594; }

    .footer .links .words a { padding-right: 22px; }

    .footer .copyright { background-color: #6e6e6e; }

    .copyright { height: 29px; }

    .footer .img { margin-left: 25px; }

    .pre_f { /*position:absolute;
  display: -webkit-box;*/ top: 0; left: 53px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; height: 33px; overflow: hidden; }
   .footer .bottomNav{display:none;}
@media (max-width:768px){
 .footer{padding-bottom:60px;}
.footer .copyright{height:auto;overflow:hidden;padding-bottom:5px;}
.footerlist,.links {display:none;}
.footer .words p .fleft{display:none;}
.footer .words p .fright{float:none;}
.footer .words p{padding:0 10px;overflow:hidden;}
.footer .img{margin-left:10px;}
.footer .phoneFooter{display:block;overflow:hidden;padding:15px 0;width:100%;}
.footer .contactUs{
  float:left;
  margin-left:10px;
}
.footer .contactUs p{font-size:14px;font-weight:bold;}
.footer .contactUs ul{float:none;padding-left:0;}
.footer .qrCode{float:right;margin-right:10px;}
  /*底部悬浮*/
 .footer .bottomNav{display:block;position:fixed;z-index:1;width:100%;left:0;bottom:0;background-color:#d09520;}
  .bottomNav .arrow{float:left;width:25%;position:relative;text-align:center;}
   .bottomNav .arrow  a{display:block; height:25px;padding:17.5px 0;}
.bottomNav .arrow  a:hover{color:#fff;}
  .bottomNav .arrow span{position:absolute; top: -27px;
    left: 50%;
    width:100px;
    line-height:25px;
    margin-left:-50px;
    border: 1px solid #fff;
    display:none;
    border-radius: 3px;
    background-color:#d09520;
  }
.bottomNav .arrow span.open{display:block;}
  .bottomNav .arrow img{height:25px;}
   #newBridge .nb-icon-left-center{top:auto !important;bottom:-30px !important;left:0 !important;width:25% !important;height:60px !important;}
#newBridge .nb-icon-wrap-0 .nb-icon-wrap-base{ background-color: #d09520!important;}
     .pageList .next { border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; line-height: 38px; height: 38px; text-align: left; position: relative; display: block; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden; }
}
@media (max-width:480px){
 .copyright .tel{display:none;}
.footer .contactUs{
  float:left;
  margin-left:10px;
}
.footer .qrCode{float:left;margin:15px 0 0 10px;}
}



/*
 * 分页样式
 */
.pages {margin: 35px 0px 0px 0px;}
.pageList {margin:20px auto;font-size: 12px;}
.pageList a,.pageList span {float: left;margin-right: 5px;text-align: center;color: #666666;white-space: nowrap;width: 33px;height: 33px;line-height: 33px;text-decoration: none;background-color: #efefef;}
.pageList a:hover,.pageList span {text-decoration: none;color: #FFF;background-color: #d09520;border: 0px solid #d09520;}
.pageList .ellipsis{border: 1px solid transparent;margin: 0 0 0 -2px;font-weight: bold;color: #333333;}
.pageList .ellipsis:hover{background-color: transparent;border: 0px solid transparent;color: #333333;}
.pageList .prev:hover,.pageList .next:hover {color: #FFF;background-color: #d09520;}
.pageList .prev {margin-right: 5px;font-size: 12px;width: 66px;}
.pageList .next {font-size: 12px;width: 66px;}



































































