/* CSS Document */
body {
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

header {
  height: 134px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding-left: 60px;
  padding-right: 60px;
     background: rgba(0,0,0,0.5);
}
header img {
  display: block;
}
header .logo {
  padding-top: 30px;
}
header .nav {
  margin-top: 30px;
}
header .nav ul {
  margin-top: 3px;
}
header .nav ul li {
  float: left;
  margin-left: 40px;
  display: inline;
}
header .nav ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-size: 18px;
}
header .nav ul li a:hover, header .nav ul li a.current {
  border-color: #fff;
}
header .nav .language {
  font-size: 0;
}
header .nav .language a {
  display: inline-block;
  background: url("../images/img-02.png") repeat;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
header .nav-bar {
  display: none;
  position: absolute;
  right: 60px;
  top: 50px;
}

footer{background: #212121;color: #999;padding-top: 10px;}
.footer01{border-bottom: 1px solid #1c1c1c;}
.footer01 .table{margin: 40px auto 50px;width:100%;}
.footer01 .table-cell{vertical-align: top;padding: 0 26px;width: 21%;float:left;}
.footer01 .table-cell + .table-cell{border-left: 1px solid #373737;}
.footer01 .box{display: inline-block;text-align: center;}
.footer01 .btel{font-size: 30px;color: #fff;font-family: arial;margin-top: 15px;white-space: nowrap;}
.footer01 .btel .sprite{width: 31px;height: 21px;background-position: 0 -700px}
.footer01 dl dt{font-weight: bold;font-size: 18px;color: #fff;padding-bottom: 15px;text-align: left;line-height: 2.2;}
.footer01 dl dt:after{content: ''; width: 25px;height: 2px;background: #999;display: block;}
.footer01 dl dd{text-align: left;font-size: 13px;}
.footer01 dl dd p{margin-bottom: 10px;}
.footer01 dl dd .sprite{width: 25px;height: 15px;}
.footer01 dl dd .address{background-position: 0 -400px}
.footer01 dl dd .stel{background-position: 0 -500px}
.footer01 dl dd .email{background-position: 0 -600px}
.footer01 a{color: #999;margin: 10px 10px 0 0;}
.footer02{padding: 20px 0; border-top: 1px solid #2b2b2b;clear: both;}
.footer02 p{line-height: 2.8;font-size: 12px;}
.col-sm-12{width:100%;}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.center {
    text-align: center;
}




.other-main {
  height: 912px;
}

.page-main {
 border:1px dashed #000;
  margin-top: 176px;
  overflow: hidden;
  padding-bottom: 20px;
  max-height: 700px;
    margin-bottom: 20px;
    clear: both;
}

.sub-menu {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}
.sub-menu a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #000;
    padding: 2px 10px;
  color: #000;
  font-size: 16px;
  margin: 0 11px;
  text-align: center;
  border-radius: 17px;
}

.scroll-main {
  height: 500px;
  overflow: hidden;
  padding: 25px 0;
  border: 1px solid #fff;
}

.mod-01 {
  width: 710px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

.mod-02 {
  margin-left: -26px;
}
.mod-02 li {
  float: left;
  width: 270px;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 10px;
  margin-left: 26px;
}
.mod-02 li .pic {
  overflow: hidden;
}
.mod-02 li .pic img {
  display: block;
  width: 270px;
  height: 177px;
  transition: all .7s;
}
.mod-02 li .pic:hover img {
  transform: scale(1.1);
}
.mod-02 li .title a {
  display: block;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #000;
}

.mod-03 {
  margin-left: -39px;
}
.mod-03 li {
  float: left;
  margin-left: 39px;
  margin-bottom: 50px;
  overflow: hidden;
  vertical-align: bottom;
}
.mod-03 li .pic {
  overflow: hidden;
}
.mod-03 li .pic img {
  width: 259px;
  height: 309px;
  display: block;
  transition: all .7s;
}
.mod-03 li .main {
  background: #000;
  border-top: 1px solid #f4f4f5;
  height: 73px;
  text-align: center;
}
.mod-03 li .main a {
  display: block;
  color: #454545;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 13px;
}
.mod-03 li .main a span {
  display: block;
  color: #aaaaaa;
  font-size: 14px;
}
.mod-03 li:hover .pic img {
  transform: scale(1.1);
}

.mod-04 {
  width: 1055px;
}
.mod-04 li {
  overflow: hidden;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  padding: 40px 0;
}
.mod-04 li .date {
  background: url("../images/img-08.png") no-repeat;
  width: 100px;
  height: 85px;
  text-align: center;
  color: #000;
  line-height: 1.4;
  padding-top: 15px;
  margin-left:15px;
}
.mod-04 li .date span {
  font-size: 36px;
}
.mod-04 li .info {
  width: 775px;
  padding-right: 100px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.mod-04 li .info p {
  text-indent: 2em;
}
.mod-04 li .info .title {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 2;
}
.mod-04 li .info .a-more {
  right: 0;
  top: 27px;
  background: url("../images/img-09.png") no-repeat bottom center;
  padding-bottom: 10px;
  color: #000;
  font-size: 12px;
}

.mod-05 {
  width: 1130px;
}
.mod-05 .map {
  width: 600px;
}
.mod-05 .info {
  width: 465px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  padding-top: 120px;
}
.mod-05 .icon-group {
  text-align: center;
  margin-top: 30px;
}
.mod-05 .icon-group a {
  display: inline-block;
  margin: 0 5px;
}

.case-cont {
  margin-top: 192px;
}
.case-cont .go-back {
  position: absolute;
  right: 0;
  top: -5px;
}
.case-cont .tab-img {
  width: 896px;
  background: #000;
  padding: 2px;
  position: relative;
}
.case-cont .tab-img .big-img img {
  display: block;
  width: 894px;
  height: 602px;
}
.case-cont .tab-img .small-img {
  position: absolute;
  left: 0px;
  margin-top:10px;
}
.case-cont .tab-img .small-img li {
  float: left;
  margin-right: 10px;
  background: #000;
  padding: 2px;
  width: 136px;
  height: 78px;
  cursor: pointer;
  position: relative;
}
.case-cont .tab-img .small-img li .video-btn {
  position: absolute;
  left: 2px;
  top: 2px;
}
.case-cont .tab-info {
  width: 245px;
  margin-top: 50px;
  height: 550px;
  overflow: hidden;
  color: #000;
  line-height: 28px;
  font-size: 14px;
  padding-right: 25px;
}
.case-cont .tab-info h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.index-header {
  position: fixed;
      background: #313534;
    opacity: 0.8;
}

.section .container {
  margin-left: auto;
  margin-right: auto;
}

#section0,
#section1,
#section2,
#section3,
#section4,
#section5
#section6
#section7
#section8
#section9 {
  background-size: cover;
}

/*
#section1 {
  background-image: url("../images/img-19.png");
}

#section2 {
  background-image: url("../images/img-20.png");
}

#section3 {
  background-image: url("../images/img-21.png");
}

#section4 {
  background-image: url("../images/img-22.png");
}
#section6 {
  background-image: url("../images/img-22.png");
}
#section5 {
  background-image: url("../images/img-23.png");
}
#section7 {
  background-image: url("../images/img-22.png");
}
#section9 {
  background-image: url("../images/img-22.png");
}

*/
#section5 .main {
  height: 470px;
  position: relative;
  top: 28%;
  width: 1200px;
}
#section5 .img-s {
  width: 620px;
}
#section5 .img-s img {
  display: block;
  width: 620px;
  height: 470px;
}
#section5 .small-img {
  left: -264px;
  width: 264px;
  height: 308px;
  top: 80px;
}
#section5 .small-img img {
  display: block;
  width: 264px;
  height: 308px;
}
#section5 .info {
  /*background: url("../images/img-29.png") repeat;*/
  width: 555px;
  height: 282px;
  position: absolute;
  top: 60px;
  right: -60px;
  color: #000;
  padding: 70px 0 0 85px;
}
#section5 .info .title {
  background: url("../images/img-31.png") no-repeat left bottom;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  margin-bottom: 20px;
}
#section5 .info .title span {
  display: inline-block;
  font-size: 30px;
  margin-right: 5px;
}
#section5 .info .txt {
  font-size: 14px;
  line-height: 32px;
}

.indexvideo{margin-top:5%;}
.news {
  margin-top:5%;
}
.news .m-title {
  border-bottom: 1px solid #6b6766;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 60px 45px;
}
.news .m-title span {
  font-size: 24px;
  display: block;
}
.news .news-list {
  width: 77%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: -56px;
}
.news .news-list .owl-dots {
  margin: 5% 0;
}
.news .news-list .owl-dots .owl-dot span {
  backface-visibility: visible;
  background: url("../images/img-34.png") no-repeat;
  border-radius: 0;
  display: block;
  height: 15px;
  margin: 5px 7px;
  opacity: 1;
  width: 15px;
}
.news .news-list .owl-dots .owl-dot.active span {
  background: url("../images/img-35.png") no-repeat;
}
.news .news-list .item {
  padding: 0 10.8%;
}
.news .news-list .box {
  overflow: hidden;
}
.news .news-list .box .date {
  font-size: 24px;
  color: #000;
  height: 57px;
  margin-bottom: 15px;
}
.news .news-list .box .date .a-more {
  background: url("../images/img-36.png") no-repeat center left;
  padding-left: 17px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-top: 10px;
  color: #000;
  display: none;
}
.news .news-list .box .title {
  margin-bottom: 10px;
}
.news .news-list .box .title a {
  color: #000;
  font-size: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.news .news-list .box .txt {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news .news-list .box .pic img {
  display: block;
  transition: all .7s;
}
.news .news-list .box:hover .date {
  background: url("../images/img-37.png") no-repeat left bottom;
}
.news .news-list .box:hover .date .a-more {
  display: block;
}
.news .news-list .box:hover .pic img {
  transform: scale(1.1);
}

.products {
  margin-top: 4%;
  padding: 0 60px;
}
.products .m-title {
      color: #000;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.products .m-title span {
  font-size: 24px;
  display: block;
}
.products .products-list {
  width: 1200px;
}
.products .products-list .owl-nav > div {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin: -24px 0 0 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.products .products-list .owl-nav > div.owl-prev {
  background: url("../images/img-40.png") no-repeat;
  left: -80px;
}
.products .products-list .owl-nav > div.owl-prev:hover {
  background: url("../images/img-44.png") no-repeat;
}
.products .products-list .owl-nav > div.owl-next {
  background: url("../images/img-45.png") no-repeat;
  right: -80px;
}
.products .products-list .owl-nav > div.owl-next:hover {
  background: url("../images/img-41.png") no-repeat;
}
.products .products-list .box .pic {
  overflow: hidden;
}
.products .products-list .box .pic img {
  display: block;
  width: 300px;
  height: 360px;
  transition: all .7s;
}
.products .products-list .box .pic .more-info {
  position: absolute;
  background: url("../images/img-42.png") repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 134px;
  display: none;
}
.products .products-list .box .pic .more-info span {
  background: url("../images/img-43.png") no-repeat top center;
  display: inline-block;
  padding-top: 65px;
  font-size: 24px;
  color: #000;
}
.products .products-list .box .cont {
  text-align: center;
  line-height: 1.4;
  display: block;
  color: #aaaaaa;
  font-size: 14px;
  text-transform: uppercase;
}
.products .products-list .box .cont span {
  display: block;
  font-size: 18px;
  color: #444444;
}
.products .products-list .box .cont.b-1 {
  background: url("../images/img-38.png") no-repeat top center #000;
  height: 60px;
  padding-top: 25px;
}
.products .products-list .box .cont.b-2 {
  background: url("../images/img-38.png") no-repeat bottom center #a2a2a2;
  height: 60px;
  padding-top: 25px;
}
.products .products-list .box:hover .pic img {
  transform: scale(1.1);
}

.engineering {
  padding: 0 60px;
  margin-top: 2%;
}
.engineering .m-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.engineering .m-title .t-l {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}
.engineering .m-title .t-l span {
  display: block;
  font-size: 24px;
}
.engineering .m-title .t-r a {
  display: inline-block;
  background: url("../images/img-48.png") no-repeat right center;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-top: 25px;
}
.engineering .box .pic img {
  display: block;
  max-width: 100%;
}
.engineering .box .title a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.engineering .owl-dots {
  padding: 2% 0;
}
.engineering .owl-dot span {
  backface-visibility: visible;
  background: #e3e3e1 !important;
  border-radius: 18px;
  display: block;
  height: 36px !important;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 36px !important;
  line-height: 36px !important;
  text-align: center;
  color: #333333;
  font-size: 16px;
  padding: 0 !important;
}
.engineering .owl-dot.active span {
  background: #050403 !important;
  color: #fff;
}

.about-us {
  height: 560px;
  margin-top: 18%;
}
.about-us .info {
  width: 400px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.about-us .info .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom:20px;
  margin-top: 20px;
}
.about-us .info .title span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.about-us .info .txt {
  height: 420px;
  overflow: hidden;
}
.about-us .info .txt p{  text-indent:2rem;}
.about-us .img-s {
  width: 720px;
  right: 0;
  top: 0;
  z-index: 999;
}
.about-us .img-s img {
  display: block;
  width: 720px;
  height: 560px;
}
.about-us .small-img {
  width: 320px;
  height: 480px;
  top: -72px;
  right: -208px;
}
.about-us .small-img img {
  display: block;
  width: 320px;
  height: 480px;
}

.banner {
  height: 100%;
  min-height: 100%;
}
.banner .item {
  height: 100%;
  min-height: 100%;
}
.banner .item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner .owl-nav {
  position: absolute;
  margin-top: -21px;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9999;
}
.banner .owl-nav > div {
  position: absolute;
  width: 13px;
  height: 42px;
}
.banner .owl-nav > div.owl-prev {
  background: url("../images/prev.png") no-repeat !important;
  left: 115px;
}
.banner .owl-nav > div.owl-next {
  background: url("../images/next.png") no-repeat !important;
  right: 115px;
}

#fp-nav ul li .fp-tooltip {
  background: #000;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 80px;
  text-align: center;
  color: #2b2b2b;
  display: inline-block;
  padding: 0 10px;
}

#menu {
  position: fixed;
  /*right: 7.5%;*/
  right: 1.5%;
  top: 50%;
  margin-top: -100px;
  list-style-type: none;
  z-index: 9999;
  background: url("../images/img-25.png") no-repeat 97px top;
}
#menu li {
  margin-bottom: 12px;
  vertical-align: bottom;
}
#menu li a {
  background: url("../images/img-27.png") no-repeat right top;
  height: 15px;
  line-height: 15px;
  padding-right: 105px;
  position: relative;
  display: block;
  vertical-align: bottom;
}
#menu li a span {
  background: #000;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 80px;
  text-align: center;
  color: #2b2b2b;
  position: absolute;
  top: -4px;
  display: none;
}
#menu li.active a {
  background: url("../images/img-26.png") no-repeat right top;
}
#menu li.active a span {
  display: block;
}

/*# sourceMappingURL=style.css.map */
.page1{    width: 710px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    color: #000;
	    padding-top: 20px;
	}
.page1 a{color: #000;}	

@media screen and (max-width: 1400px){  
header .nav {
  margin-top: -80px;
}

}  
.pqlx a{margin:5px;}
.pqlx a:hover{background:#ddd;}
.pqlx{float:left;    padding: 30px 0;}
.sub-menu b{    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 2px 10px;
    color: #000;
    font-size: 32px;
    margin: 0 11px;
    text-align: center;
    border-radius: 17px;}
.sprite{background:url(../images/sprite.png) no-repeat;}	
/*核心优势*/
.table {
    display: table;
    margin: 0 auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}.table-cell {
    display: table-cell;
    vertical-align: middle;
}
em {
    display: inline-block;
    vertical-align: middle;
}


.page_adv{margin-bottom: 40px;}
.page_adv  .list{}
.page_adv  .list li{padding: 40px 0;position: relative;}
.page_adv  .list li span{padding: 12px 40px 0;display: inline-block;}
.page_adv  .list li .sprite{width: 73px;height: 70px;background-color: #3e3e3e;}
.page_adv  .list li .sprite1{background-position: 0 -1100px}
.page_adv  .list li .sprite2{background-position: 0 -1200px}
.page_adv  .list li .sprite3{background-position: 0 -1300px}
.page_adv  .list li .sprite4{background-position: 0 -1400px}
.page_adv  .list li .sprite5{background-position: 0 -1500px}
.page_adv  .list li .txt{padding-left: 60px;width: 100%;}
.page_adv  .list li strong{font-size: 18px;margin:10px 0 15px;font-weight: normal;display: block;}
.page_adv  .list li p{color: #7a7a7a;}
.page_adv  .list li .relative{width: 60px;}
.page_adv  .list li .arrow{width: 56px;height: 56px;background-position: 0 -1600px;background-color: #d7d7d7;}
.page_adv  .list li:before{content: '';display: block;width: 2600px;height: 1px;background: #eee;position: absolute;left: -1000px;top: 0;}
.page_adv  .list li:hover strong{color: #E80000;}
.page_adv  .list li:hover .sprite{background-color: #E80000}

.ywfw {    display: inline-block;
    background: url(../images/img-48.png) no-repeat right center;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-top: 25px;}
.m-title a{color:black;}	
