@charset "utf-8";
/* CSS Document */

.about {
  width: 100%;
  overflow: hidden;
  float: left;
  padding-bottom: 80px;
}
.w80 {
  width: 80%;
}
.common-intro {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.slogan {
  font-size: 24px;
  color: #333;
  line-height: 32px;
  text-align: center;
  padding: 60px 0px 10px 0px;
}
.slogan span {
  font-size: 16px;
  color: #666;
  font-weight: lighter;
}
.line {
  width: 60px;
  border: 1px solid #eee;
  text-align: center;
  margin: auto;
}
.con {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 32px;
  width: 40%;
  padding: 20px 40px 20px 20px;
}
.con .com-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ename {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ccc;
}
.con .com-intro {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.con .com-intro i {
  font-size: 20px;
  font-weight: bold;
  color: #5c1690;
  font-style: inherit;
}
.intro {
  width: 60%;
  height: 460px;
  overflow: hidden;
}
.intro .introlist {
  width: 212px;
  height: 105px;
  overflow: hidden;
  float: left;
  text-align: center;
  border-right: 1px solid #eee;
}
.intro .introlist:nth-last-child(1) {
  border: none;
}
.intro .introlist .num {
  font-size: 24px;
  color: #5c1690;
}
.intro .introlist .num span {
  font-size: 54px;
  font-weight: bold;
  color: #5c1690;
}
.intro .introlist .int {
  font-size: 18px;
  font-weight: lighter;
  padding: 5px 0px;
}

.culture {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  overflow: hidden;
  padding-bottom: 80px;
}
.culture_tit {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 60px 0px;
  font-size: 16px;
  color: #666;
  line-height: 180%;
}
.culture_tit .btit {
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.culture_tit .stit {
  font-size: 14px;
  color: #ccc;
  font-weight: lighter;
  line-height: 36px;
}
.c1 {
  background: url(../image/about/culture-bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 588px;
}
.c1 .items {
  color: #333;
}
.c1 .items .item {
  width: 400px;
  height: 300px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 30px;
  margin: 10px 10px;
}

.c1 .items .item .tit {
  font-size: 32px;
  padding: 10px 10px;
  margin-bottom: 30px;
}
.c1 .items .item .int {
  font-size: 22px;
  padding: 10px 10px;
  color: #5c1690;
}

.cur {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.cur .curlist {
  width: 320px;
  height: 240px;
  float: left;
  margin: 8px;
  background: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
.cur .curlist:nth-of-type(4),
.cur .curlist:nth-of-type(8) {
  margin-right: 0px;
}
.cur .curlist .curcen {
  padding: 35px;
}
.cur .curlist .curcen .tit {
  text-align: center;
  font-size: 16px;
  color: #5c1690;
  padding-bottom: 40px;
  border-bottom: 1px solid #5c1690;
}
.cur .curlist .curcen .int {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: lighter;
  padding: 20px 0px;
}
.cur .curlist:hover {
  cursor: pointer;
  transform: translate(0, -15px);
  transition: all 0.6s;
}
.cur .curlist:hover .curcen .tit {
  border-bottom: 1px solid #5c1690;
}

.honor {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 80px;
}
.swiper-container {
  width: 90%;
  position: relative;
  overflow: hidden;
}
.swiper-container .swiperbox {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiperbox ul {
  position: relative;
  list-style: none;
}
.swiper-container .swiperbox li {
  float: left;
  overflow: hidden;
}
.swiper-container .swiperbox .honoritem {
  width: 200px;
  height: auto;
  margin: 10px 10px;
}
.swiper-container .swiperbox .honoritem .honorimg {
  width: 180px;
}
.swiper-container .swiperbox .honoritem .honorimg img {
  width: 180px;
}
.swiper-container .swiperbox .honoritem .honortit {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
.made {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 80px;
  background: #fff;
}
.made_tit {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 60px 0px;
  font-size: 16px;
  color: #666;
  line-height: 180%;
}
.made_tit .btit {
  font-size: 30px;
  color: #333;
  line-height: 40px;
}
.made_tit .stit {
  font-size: 16px;
  color: #666;
  font-weight: lighter;
  line-height: 36px;
}
.ma {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.ma .malist {
  width: 400px;
  float: left;
  margin-right: 40px;
}
.ma .malist:nth-last-child(1) {
  margin-right: 0px;
}
.ma .malist .tit {
  font-size: 20px;
  color: #333;
  padding: 5px 0px;
}
.ma .malist .int {
  font-size: 14px;
  color: #333;
  font-weight: lighter;
  line-height: 24px;
}

/*精工制造*/
.jgbanner {
  width: 100%;
  height: 600px;
  position: relative;
  background: #f8f8f8;
  padding-bottom: 30px;
}
.jgbanner .pic {
  width: 100%;
  height: 600px;
  background: url(http://www.gugdq.com/common/static/image/aboutjg.jpg)
    no-repeat;
  background-position: center top;
}
.jgbanner .introduce {
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
.jgbanner .introduce .tit {
  font-size: 30px;
  margin-top: 5%;
  line-height: 120%;
}
.jgbanner .introduce .tit span {
  font-size: 18px;
  font-weight: lighter;
}
.jgbanner .introduce .intro {
  font-size: 20px;
  margin-top: 8%;
  line-height: 200%;
}
.jgbanner .introduce .intro span {
  font-size: 16px;
  font-weight: lighter;
}
.jgone {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.jgtwo {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.jgone .oneint {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}
.jgone .oneimg {
  width: 50%;
  float: right;
}
.jgtwo .twoimg {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
}
.jgtwo .twoint {
  width: 50%;
  float: right;
}
.jgone .oneint .tit {
  width: 640px;
  float: right;
  margin-top: 10%;
}
.jgone .oneint .btit {
  font-size: 20px;
  color: #333;
  line-height: 220%;
}
.jgone .oneint .ltit {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 150%;
}

.jgtwo .twoint .tit {
  width: 640px;
  float: left;
  margin-top: 10%;
  padding-left: 100px;
}
.jgtwo .twoint .btit {
  font-size: 20px;
  color: #333;
  line-height: 220%;
}
.jgtwo .twoint .ltit {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 150%;
}

/*荣誉资质*/
section {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
}
.honorcon {
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  line-height: 32px;
  width: 100%;
  padding: 20px 40px 20px 20px;
}
.honorlist {
  width: 400px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  background: #fff;
  margin-bottom: 30px;
}
.honorlist .honortit {
  width: 320px;
  margin: auto;
  overflow: hidden;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 20px 0px;
  font-size: 22px;
  color: #333;
}
.honorlist .honortit span {
  font-size: 14px;
  color: #999;
}
.honorlist:nth-of-type(3),
.honorlist:nth-of-type(6),
.honorlist:nth-of-type(9),
.honorlist:nth-of-type(12) {
  margin-right: 0px;
}

/**/

.history {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
  padding: 50px 0;
}
.history-swiper-container {
  width: 100%;
  max-width: 1920px;
  background: #f8f8f8;
  position: relative;
}
.history-swiper-container .bg {
  width: 100%;
  margin: 0;
}

.history-swiper-container .hd {
  height: 50px;
  overflow: hidden;
  z-index: 1;
}
.history-swiper-container .hd ul {
  zoom: 1;
  float: left;
}

.history-swiper-container .hd ul li {
  zoom: 1;
  float: left;
}
.historylist {
  width: 90%;
  overflow: hidden;
  height: 400px;
  margin-top: 30px;
}
.bd {
  position: relative;
}
.bd ul li {
  position: relative;
  text-align: center;
}
.bd ul li .content {
  width: 1580px;
  height: 300px;
  padding: 20px 20px;
  color: #666;
}
.bd ul li .item {
  width: 450px;
}
.bd ul li .item .info {
  font-size: 16px;
  height: 220px;
  margin-bottom: 30px;
}

.bd ul li .item .info span {
  text-align: left;
  line-height: 32px;
}

.bd ul li .item .step {
  font-size: 28px;
  height: 50px;
  color: #5c1690;
}
.history-swiper-container .btn {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 250px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #5c1690;
}
.history-swiper-container .btn .btn-l {
  width: 40px;
  height: 40px;
  margin: 3px 5px;
  background: url(../image/jtl02.png) no-repeat center;
}

.history-swiper-container .prev {
  left: 8%;
}
.history-swiper-container .next {
  right: 8%;
}
.history-swiper-container .btn .btn-r {
  width: 40px;
  height: 40px;
  margin: 3px 5px;
  background: url(../image/jtr02.png) no-repeat center;
}

.historylist .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: 100%;
  height: 35px;
  background: url(../image/hui.png) repeat-x center;
  position: relative;
  overflow: visible;
}
.historylist .mCSB_scrollTools .mCSB_draggerContainer {
  width: 100%;
  height: 35px;
}
.historylist .mCSB_scrollTools.mCSB_scrollTools_horizontal:before {
  position: absolute;
  left: -16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '';
  border: 1px solid #e39791;
  margin-top: -5px;
}
.historylist .mCSB_scrollTools.mCSB_scrollTools_horizontal:after {
  position: absolute;
  right: -16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: '';
  border: 1px solid #e39791;
  margin-top: -5px;
}
.historylist .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0px;
}
.historylist
  .mCS-light-2.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: url(../image/bg_pro-scroll_on.png) no-repeat center;
  width: 65px;
  height: 35px;
}
.historylist
  .mCS-light-2.mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  background-color: none;
}

/**/
.next {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.next .pic {
  width: 100%;
  max-width: 1920px;
  height: 750px;
}

.next .pic .hall-intro {
  width: 80%;
  color: #f8f8f8;
  font-size: 16px;
  margin: 20px 50px;
  padding: 30px 10px;
}
.next .pic .hall-intro .item {
  margin: 10px 0;
}
