@charset "UTF-8";
@media (min-width: 1280px) {
  .vn {
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media (max-width: 1280px) {
  .vn {
    width: 100%;
    padding: 0 15px;
  }
}

/*头部*/
.sample-head {
  position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: #f0f1f3;
}

.sample-head .logo {
  float: left;
  line-height: 70px;
}

.sample-head .logo img {
  max-width: 100%;
  vertical-align: bottom;
}

.sample-head #formsearch {
  float: right;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 34px;
}

.sample-head #formsearch input {
  line-height: 40px;
  outline: none;
}

.sample-head #formsearch #keyword {
  background: none;
  border: none;
  width: 170px;
  font-size: 16px;
  text-indent: 4px;
}

.sample-head #formsearch #s_btn {
  border: none;
  width: 28px;
  background: url(../images/ss.png) no-repeat center center;
  font-size: 0px;
}

.sample-head #formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d3d3d3;
}

.sample-head #formsearch :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d3d3d3;
}

.sample-head #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d3d3d3;
}

.sample-head #formsearch :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d3d3d3;
}

/*底部*/
.sample-foot {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f0f1f3;
}

.sample-foot .sads1 {
    font-size: 0px;
}

.sample-foot .sads1 li {
  position: relative;
  width:33.33%;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  .sample-foot .sads1 li {
    width: 46%;
    margin-bottom: 15px;
  }
}

.sample-foot .sads1 li:hover {
  /*background: #404040;*/
}

.sample-foot .sads1 li:hover h3 {
  color: #e60013;
}

.sample-foot .sads1 li h3 {
  line-height: 33px;
  font-size: 16px;
  color: #888888;
  text-align: left;
}

.sample-foot .sads1:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}

.sample-foot .foot-jishu {
  text-align: center;
  font-size: 14px;
  color: #888888;
  line-height: 40px;
  margin-top: 60px;
  
}

.sample-foot .foot-jishu a {
  color: #888888;
}

/*专题页面*/
/*关于我们*/
.sample-nabouts {
  margin: 90px 0;
}

@media (max-width: 768px) {
  .sample-nabouts {
    margin: 40px 0;
  }
}

.sample-nabouts .nabouts-tu img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .sample-nabouts .nabouts-tu {
    margin-top: 20px;
  }
}

.sample-nabouts .zhao-title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  color: #575f5f;
}

.sample-nabouts .zhao-title2 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #6f797a;
  margin-top: 50px;
}

.sample-nabouts .zhao-contents p {
  padding-left: 25px;
  position: relative;
  padding-bottom: 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.sample-nabouts .zhao-contents p:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 28px;
  color: #636c6d;
}

.sample-nabouts .sads4 li img {
  max-width: 100%;
}

.sample-nabouts .sads4 .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 12%;
}

.sample-nabouts .sads4 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  vertical-align: middle;
}

.sample-nabouts .sads4 .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.sample-nabouts .sads4 .slick-dots li.slick-active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/*联系我们*/
.sample-ncontacts {
  margin: 90px 0;
}

@media (max-width: 768px) {
  .sample-ncontacts {
    margin: 40px 0;
  }
}

.sample-ncontacts .map img {
  max-width: 100%;
}
.sample-ncontacts .gsdzt{
    margin-top: 45px;
   
}
.sample-ncontacts .gsdzt h3{
    font-weight: normal;
     font-size: 36px;
    color: #5e5d5c;
    font-weight: normal;
    line-height: 1;
}
.sample-ncontacts .sads1 {
  margin-top: 25px;
}


@media (max-width: 768px) {
  .sample-ncontacts .sads1 {
    margin-top: 40px;
  }
}
.sample-ncontacts .sads1 li{
    float: left;
    width: 48.5%;
    margin-right: 3%;
}
.sample-ncontacts .sads1 li:nth-child(2){
    margin-right: 0px;
}
.sample-ncontacts .sads1 li a.img {
  display: block;
  position: relative;
}

.sample-ncontacts .sads1 li a.img img {
  max-width: 100%;
}

.sample-ncontacts .sads1 li a.img h3 {
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
}

.sample-ncontacts .sads1 li .wz {
  background: #f7f8fa;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #6f797a;
  line-height: 26px;
  margin-bottom: 5%;
}


.jxsdzt{
    margin-top: 55px;
}
.jxsdzt h3{
    font-weight: normal;
     font-size: 36px;
    color: #5e5d5c;
    font-weight: normal;
    line-height: 1;
}
.jxsdzt ul{
    margin-top: 25px;
}
.jxsdzt ul li{
    background: #f8f9f9;
    float: left;
    margin-right: 2.6%;
    width: 31.6%;
    margin-bottom: 25px;
   padding: 2.1vw 1.2vw 1vw 1.7vw;
   min-height: 9.27vw;
}
.jxsdzt ul li:nth-child(3n){
    margin-right: 0;
    
}
.jxsdzt ul li img{
    float: left;
}
.jxsdzt ul li h3{
    float: left;
    margin-left: 1vw;
    font-size: 1.25vw;
    color: #4d4d4d;
    font-weight: normal;
    line-height: 1;
}
.jxsdzt ul li .wz{
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 24px;
    margin-top: 15px;
}
.jxsdzt ul li .wz div{
    display:flex;
}
.jxsdzt ul li .wz div p{
    float: left;
    width: 15%;
}
.jxsdzt ul li .wz div span{
    display: block;
    float: left;
    width: 85%;
}

@media (max-width: 991px) {
  .jxsdzt ul li h3 {
    font-size:20px;
  }
}
@media (max-width:767px) {
    .jxsdzt ul li{
        min-height: 150px;
    }    
}
@media (max-width:640px) {
    .sample-ncontacts .sads1 li{
        width:100%;
        margin-right:0;
    }
    .jxsdzt ul li{
        width:100%;
        margin-right:0;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
    }
}

/*服务项目*/
.sample-nalbum {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .sample-nalbum {
    padding: 40px 15px;
    margin-top:0px;
  }
}

.sample-nalbum .album-lists li {
  float: left;
  background: #fff !important;
  padding: 0;
  list-style: none !important;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 5px;
  position: relative;
}

.sample-nalbum .album-lists li a.img {
  display: block;
  position: relative;
}

.sample-nalbum .album-lists li a.img img {
  width: 200px;
  height: 160px;
}

.sample-nalbum .album-lists li h3 {
  line-height: 30px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #6f797a;
  text-align: center;
}

@media (max-width: 768px) {
  .sample-nalbum .album-lists li {
    width: 48%;
    margin: 5px 0;
  }
  .sample-nalbum .album-lists li a.img img {
    width: 100%;
    height: auto;
  }
  .sample-nalbum .album-lists li:nth-child(2n) {
    float: right;
  }
}

/*产品详情页*/
.xypg-product-detail {
  margin: 80px 0;
}

@media (max-width: 768px) {
  .xypg-product-detail {
    margin: 40px 0;
  }
}

.xypg-product-detail .sample-product-left h3 {
  font-size: 24px;
  color: #575f5f;
  font-family: Source Sans Pro, sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .xypg-product-detail .sample-product-right {
    margin-top: 15px;
  }
}

.xypg-product-detail .sample-product-right .n-lits li img {
  max-width: 100%;
}

.xypg-product-detail .sample-product-right .n-lits .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 5%;
}

.xypg-product-detail .sample-product-right .n-lits .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  vertical-align: middle;
}

.xypg-product-detail .sample-product-right .n-lits .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.xypg-product-detail .sample-product-right .n-lits .slick-dots li.slick-active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .lightbox {
    top: 15% !important;
  }
}

.page-banner{
    display: none;
}

.map12{
    position: relative;
}
.map12-wz{
    padding: 20px;
    background: #fff;
    z-index: 999;
    position: absolute;
    top:200px;
    right: 355px;
    border-radius: 10px;
    border: 1px solid #ababab;
}

.maps1{
    display: block;
}

.maps2{
    display: none;
}

@media(max-width:1024px){
    .map12-wz{
        right:155px;
    }
}


@media(max-width:768px){
    .map12-wz{
        right:8px;
        top:75px;
    }
    .map12-wz:after{
        left:55px!important;
    }
    .maps1{
        display:none;
    }
    .maps2{
        display:block;
    }
    .map12 html{
        width: 100%;
    	height: 100%;
    	overflow: hidden;
    	margin: 0;
    	position: absolute;
    }
    
    .map12 body{
        width: 100%;
    	min-height: 100%;
    	overflow: hidden;
    	margin: 0;
    	position: absolute;
    }
    .map12 #dituContent{
        width: 100%;
    	min-height: 100%;
    	overflow: hidden;
    	margin: 0;
    	position: absolute;
    }

    .map12 iframe{
        width:100%!important;
    }
    .map12 .BMap_mask{
        width:100%!important;
    }
    #dituContent{
        width:100%!important;
    }
}

.map12-wz h3{
    font-size: 14px;
    font-weight: 600;
    color: #CC5522;
}
.map12-wz:after{
    content: '';
    width: 34px;
    height: 24px;
    background: url(../images/jtss1.png) no-repeat center center;
    position: absolute;
    top: -24px;
    left: 0px;
}

.wzs-con{
    margin-top: 10px;
    font-size: 12px;
}

.foot-link{
    text-align: center;
    color: #888888;
    font-size: 14px;
}
.foot-link a{
    color: #888888;
}

.foot-fenzhan{
    text-align: center;
    color: #888888;
    font-size: 14px;
}
.foot-fenzhan a{
    color: #888888;
}





