@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0px;
  padding: 0px;
  color: #666;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff;
  min-width: 1000px;
  overflow-x: hidden; }

a {
  color: #666;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #333; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #333; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mymap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .mymap li {
    padding: 40px 0 30px 100px;
    border-bottom: 1px dashed #eee;
    line-height: 30px;
    min-height: 30px;
    overflow: hidden; }
    .mymap li .a1 {
      position: absolute;
      left: 0;
      top: 40px;
      right: auto;
      bottom: auto;
      font-size: 18px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #777; }
      .mymap li .a1:hover {
        color: #333; }
    .mymap li .a2 {
      float: left;
      font-size: 16px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin: 0 0 10px 40px;
      color: #777; }
      .mymap li .a2:hover {
        color: #333; }

.floatbox {
  width: 65px;
  z-index: 20;
  position: fixed;
  right: 10px;
  bottom: 50px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .floatbox section {
    width: 100%;
    min-height: 60px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    color: #888;
    box-shadow: 1px 1px 7px #ccc;
    margin-bottom: 3px; }
    .floatbox section .tit {
      display: block;
      height: 50px;
      background: url("../images/float01.png") no-repeat center center;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .floatbox section .back {
      display: block;
      text-align: center;
      line-height: 60px;
      height: 60px;
      color: #888;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      font-size: 24px; }
    .floatbox section p {
      top: -5px;
      font-size: 12px; }
    .floatbox section.show {
      visibility: hidden;
      opacity: 0; }
    .floatbox section:hover {
      background-color: #333;
      color: #fff; }
      .floatbox section:hover .tit {
        background-image: url("../images/float01-1.png"); }
      .floatbox section:hover .back {
        color: #fff; }

.floatbox_sel {
  opacity: 1;
  visibility: visible; }

.indexhead {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f2f2f2;
  height: 30px;
  z-index: 50;
  width: 100%;
  line-height: 30px;
  color: #999; }
  .indexhead nav {
    float: left; }
    .indexhead nav a {
      margin-right: 20px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #999; }
      .indexhead nav a:hover {
        color: #333; }
      .indexhead nav a.sel {
        color: #333; }
  .indexhead .sp1 {
    color: #ccc;
    float: left;
    margin-right: 20px;
    font-size: 12px; }
  .indexhead section {
    float: left;
    margin-right: 10px; }
    .indexhead section a {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #999;
      display: block;
      font-size: 18px; }
      .indexhead section a:hover {
        color: #333; }
    .indexhead section .img {
      position: absolute;
      left: 50%;
      top: -140px;
      right: auto;
      bottom: auto;
      width: 120px;
      height: 120px;
      background: #fff;
      padding: 10px;
      margin-left: -70px;
      visibility: hidden;
      opacity: 0;
      transform: translate(0, -20px);
      -webkit-transform: translate(0, -20px);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .indexhead section .img img {
        display: block;
        width: 100%; }
    .indexhead section .phone {
      position: absolute;
      left: 50%;
      top: -50px;
      right: auto;
      bottom: auto;
      width: 160px;
      background: #fff;
      padding: 10px 0;
      margin-left: -80px;
      font-size: 20px;
      line-height: 30px;
      height: 30px;
      color: #333;
      text-align: center;
      visibility: hidden;
      opacity: 0;
      transform: translate(0, -20px);
      -webkit-transform: translate(0, -20px);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .indexhead section:hover .img, .indexhead section:hover .phone {
      visibility: visible;
      opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }

.winload {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000 url("../images/photos/banner01.jpg") no-repeat center center;
  background-size: cover; }
  .winload .one {
    position: absolute;
    bottom: 125px;
    right: 50%;
    margin-right: -500px;
    display: block;
    height: 64px; }
  .winload p {
    z-index: 5;
    position: absolute;
    bottom: 125px;
    right: 50%;
    margin-right: -500px;
    overflow: hidden;
    height: 64px;
    background: url("../images/logo02.png") no-repeat right bottom;
    width: 361px; }

.indexbanner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 910px; }
  .indexbanner menu {
    height: 100%; }
    .indexbanner menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
      background-size: cover;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      overflow: hidden; }
      .indexbanner menu a .p1 {
        position: absolute;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
        bottom: 250px;
        font-size: 30px;
        line-height: 40px;
        text-align: right; }
      .indexbanner menu a .p2 {
        position: absolute;
        width: 1000px;
        left: 50%;
        margin-left: -500px;
        bottom: 225px;
        font-size: 16px;
        text-align: right; }
  .indexbanner .logo {
    z-index: 10;
    position: absolute;
    bottom: 120px;
    right: 50%;
    margin-right: -500px; }

.indexbannernum {
  display: none; }

.confixed {
  z-index: 50;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  background: #fff;
  height: 80px;
  padding-top: 60px; }
  .confixed .main {
    max-width: 1000px;
    left: -100px; }

.confixed01 .main {
  max-width: none;
  left: 0; }

.botkong {
  width: 100%;
  clear: both;
  height: 30px; }

.con-min {
  min-height: 400px;
  margin-top: 60px; }

.conlogo {
  position: absolute;
  left: 0;
  top: 5px;
  right: auto;
  bottom: auto;
  z-index: 5; }

.contit {
  position: absolute;
  left: 200px;
  top: 0px;
  right: auto;
  bottom: auto;
  font-size: 18px;
  z-index: 5; }
  .contit .sp1 {
    color: #999; }
  .contit .sp2 {
    font-weight: bold; }

.conmenu {
  position: absolute;
  left: 0;
  top: 95px;
  right: auto;
  bottom: auto;
  z-index: 5; }
  .conmenu p {
    margin-bottom: 18px; }
    .conmenu p a {
      font-size: 15px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      color: #999;
      font-weight: bold; }
      .conmenu p a:hover {
        color: #333; }
    .conmenu p.sel a {
      color: #333; }

.conbox {
  padding: 60px 0;
  overflow: hidden;
  width: 800px;
  margin: 0 auto; }

.conbox01 {
  padding: 60px 0 60px 200px;
  width: auto; }

.list_p {
  color: #222;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .list_p a {
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    color: #555;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .list_p a:hover {
      color: #333; }
    .list_p a:before {
      content: '';
      width: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 1px solid #333; }
    .list_p a:hover:before {
      width: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }

.newslist {
  display: block;
  overflow: hidden;
  padding: 30px 0 30px 225px;
  border-bottom: 1px solid #eee;
  min-height: 112px;
  top: -3px; }
  .newslist .img {
    position: absolute;
    left: 0;
    top: 30px;
    right: auto;
    bottom: auto;
    width: 200px;
    height: 112px;
    overflow: hidden; }
    .newslist .img i {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/initial/noimg.png") no-repeat center center;
      background-size: cover;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .newslist .a1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    color: #333;
    font-size: 16px; }
    .newslist .a1:hover {
      color: #333; }
  .newslist .p1 {
    height: 40px;
    overflow: hidden;
    margin-top: 15px; }
  .newslist .p2 {
    margin-top: 15px; }
  .newslist:hover .a1 {
    font-weight: bold; }

.newsbox {
  overflow: hidden;
  line-height: 30px;
  font-size: 15px;
  margin-top: 9px; }
  .newsbox .tit {
    text-align: center;
    font-size: 24px;
    color: #333; }
  .newsbox .p1 {
    text-align: center;
    color: #999;
    padding: 5px 0 50px;
    font-size: 14px; }

.caselist {
  width: 110%;
  overflow: hidden;
  margin-top: 8px; }
  .caselist li {
    float: left;
    margin: 0 5px 45px 0;
    overflow: hidden;
    width: 262px;
    line-height: 25px; }
    .caselist li .img {
      display: block;
      width: 100%;
      height: 147px;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .caselist li .img i {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/initial/noimg.png") no-repeat center center;
        background-size: cover; }
    .caselist li .a1 {
      display: block;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      font-size: 15px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 10px;
      font-weight: bold; }
    .caselist li p {
      color: #999;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .caselist li:hover .img {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0); }
    .caselist li:hover .a1 {
      color: #333; }

.contactbox {
  padding-top: 50px; }
  .contactbox .p1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px; }
  .contactbox .p2 {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px; }
    .contactbox .p2 i {
      margin-right: 5px; }
  .contactbox ul {
    padding-top: 20px;
    overflow: hidden; }
    .contactbox ul li {
      float: left;
      width: 110px;
      margin-right: 20px;
      text-align: center;
      color: #333; }
      .contactbox ul li p {
        border: 1px solid #eee;
        margin-bottom: 10px; }
        .contactbox ul li p img {
          display: block;
          width: 100%; }

.pacesum {
  width: 120%;
  overflow: hidden; }
  .pacesum li {
    float: left;
    width: 70px;
    height: 105px;
    margin-right: 75px; }
    .pacesum li i {
      width: 50px;
      height: 6px;
      background: url("../images/photos/pace01.png") no-repeat center center;
      position: absolute;
      left: -63px;
      top: 33px; }
    .pacesum li img {
      display: block;
      height: 70px;
      width: 100%; }
    .pacesum li p {
      text-align: center;
      width: 120px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -60px;
      color: #333;
      font-size: 14px; }

.personbox {
  line-height: 25px;
  color: #555;
  margin-bottom: 45px;
  margin-top: 8px; }
  .personbox .img {
    display: block;
    width: 200px;
    overflow: hidden; }
    .personbox .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      display: block; }
    .personbox .img:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
  .personbox .p1 {
    margin-top: 10px; }
    .personbox .p1 b {
      font-size: 15px; }
  .personbox .p3 {
    margin-top: 15px; }

.person_name {
  color: #999;
  margin-top: 15px; }
  .person_name b {
    color: #555;
    font-size: 16px; }

.person_info {
  color: #555;
  line-height: 28px;
  margin-top: 25px; }

.workbox {
  overflow: visible; }

.worklist {
  overflow: hidden;
  background: #fff;
  line-height: 28px;
  color: #555;
  box-shadow: 1px 1px 7px #ccc;
  margin-bottom: 25px; }
  .worklist h3 {
    line-height: 70px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 70px 0 30px;
    color: #333;
    background: url("../images/work01.png") no-repeat 97% center;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    border: 1px solid #fff; }
    .worklist h3:hover {
      border-color: #333; }
    .worklist h3.sel {
      background-color: #aaa;
      color: #fff;
      background-image: url("../images/work02.png");
      border-color: #aaa; }
  .worklist section {
    margin: 35px;
    overflow: hidden;
    display: none; }

.winbox {
  z-index: 99;
  width: 400px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  right: 0;
  bottom: 200px; }

.winbg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%; }

.bmwin {
  z-index: 5;
  width: 100%;
  overflow: hidden;
  color: #fff; }
  .bmwin .close {
    z-index: 10;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .bmwin .close:hover {
      transform: rotate(0.5turn);
      -webkit-transform: rotate(0.5turn);
      transform-origin: center center;
      -webkit-transform-origin: center center; }
  .bmwin h2 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    padding-top: 40px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .bmwin .p1 {
    text-align: center;
    padding: 5px 0 10px; }
  .bmwin .p2 {
    width: 290px;
    height: 40px;
    margin: 15px auto 0;
    background: rgba(224, 224, 224, 0.8);
    padding: 0 20px; }
    .bmwin .p2 .text {
      width: 100%;
      height: 40px;
      font-size: 16px; }
  .bmwin .sub {
    border: none;
    background: #e94820;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 330px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .bmwin .sub:link {
      background: #333; }
    .bmwin .sub:active {
      background: #333; }
  .bmwin .p3 {
    line-height: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    margin-top: 20px; }
    .bmwin .p3 i {
      font-size: 24px;
      position: relative;
      top: 2px;
      margin-right: 3px; }
  .bmwin .p4 {
    text-align: center;
    font-size: 26px;
    line-height: 35px; }
    .bmwin .p4 span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 30px;
      background: url("../images/float02.png") no-repeat left center; }

.loading {
  text-align: center;
  line-height: 30px;
  color: #999; }
  .loading span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 35px; }
    .loading span img {
      position: absolute;
      left: 0px;
      top: 0px;
      right: auto;
      bottom: auto;
      height: 30px; }

/*# sourceMappingURL=style.css.map */
