* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html, body {
  background-image: url(img/bg/body-bg.gif);
  min-width:1200px;
}

.full-container { /* full container */
  width: auto;
}

.container { /* main container */
  width: 1120px;
  height: auto;
  margin: 0 auto;
}

.module-container {
  /* 属性设置在module.css中. */
}

/* 浮动位置 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.fl, .fr {
  display: block;
}

.clear-fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clear-fix {
  height: 1%;
}

.main {
  height: auto;
  background-color: #ffffff;
}

.header {
  height: 86px;
}

.header, .footer {
  background: url(img/bg/bg9.png) repeat;
}

.copyright {
  background-color: #252525;
  font-size: 12px;
  color: #959595;
  padding: 6px 0;
  font-family: "黑体";
  text-align: center;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: underline;
}

/* 模块标题 */
.module {
  height: 130px;
  background: url(img/bg/title-bg.png) repeat-x;
  margin-bottom: 15px;
}

.module.nm {
  margin-bottom: 0;
}

.module-name {
  height: 46px;
  font-size: 28px;
  color: #666;
  position: relative;
  top: 43px;
  text-align: center;
}

.module-name.work {
  background-position: 50% -98px;
}

.module-name.services {
  background-position: 50% -47px;
}

.module-name.experience {
  background-position: 50% -150px;
}

.module-name.about {
  background-position: 50% 1px;
}

/* 模块小标题 */
.module-title {
  height: auto;
  border: 0 none;
  border-bottom: 1px solid #e9e8e7;
  /*margin-bottom: 20px;*/
}

.module-title-cn { /* 中文样式 */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  font-weight: 900;
  color: #4a4a4a;
  padding: 5px 10px;
  background-color: #e9e8e7;
  font-family: "宋体";
}

.module-title-en { /* 英文样式 */
  font-size: 12px;
  color: #4a4a4a;
  font-family: Arial;
  font-weight: 100;
  margin-left: 5px;
}

.back-top {
  width: 40px;
  height: 115px;
  background: url(img/top.png) no-repeat center center;
  display: none;
  cursor: pointer;
  position: absolute;
}

@media screen and (max-width: 420px) {
  .hidden {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  html, body {
    background-image: none;
    min-width:100%;
  }

  .header {
    height: auto;
  }

  body .header .logo > a {
    width: 80px;
    height: 50px;
    margin-left: 12px;
  }

  body .tp-leftarrow.large, body .tp-rightarrow.large {
    display: none;
  }

  body .module {
    height: 50px;
    display: none;
  }

  body .module-title {
    margin-top: 18px;
  }

  body .module-name {
    top: 0;
    font-size: 14px;
    line-height: 50px;
  }

  body .module-content .img-list.s1 .img-c-1 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  body .module-content .img-list.s1 .img-c-2 {
    width: 100%;
    height: auto;
  }

  body .module-content .img-list.s1 .img-c-2 a {
    width: 50%;
    height: auto;
    float: left;
    margin-left: 0;
  }

  body .module-content .img-list.s1 .img-c-2 a img {
    width: 100%;
    height: auto;

  }

  body .module-content .img-list.s1 .img-c-2 .img-group {
    margin-top: 0;
  }

  body .module-content .img-list.s1 {
    font-size: 0;
  }

  body .module-content {
    padding: 0;
  }

  body .type2 img, body .type2 a, body .type3 .box, body .type3 .box img, body .type3 a {
    width: 100%;
    height: auto;
    margin-left: 0;
    font-size: 0;
  }

  body .type3 {
    display: block;
    font-size: 0;
    height: auto;
  }

  body .type3 img,body .type3 .info {
    width: 100%;
  }
  body .type3 .title{
    margin-bottom:20px;
  }
  body .type3 a:nth-child(2){
    margin:0;
  }
  body .type3 .info{
    bottom: -85%;
  }
  body .type4 a {
    width: 100% !important;
    margin-left: 0;
  }

  body .type4 .page .tit {
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
  }

  body .type4 .page .body {
    width: 96%;
    line-height: 1.4;
    font-size: 13px;
  }

  body .type4 .page {
    bottom: -85%;
  }

  body .footer .part1 {
    width: 33.33%;
    height: auto;
    margin-top: 10px;
  }

  body .footer .part1 img {
    width: 80%;
  }

  body .footer .part3 {
    width: 100%;
    margin-top: 10px;
  }

  body .copyright .container {
    width: 320px;
  }
}