body,h1,h2,h3,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
table,tr,td,th,thead,tbody,video{ /*border:none;*/ margin:0;outline:none; padding:0;}
table {border-collapse: collapse;border-spacing: 0;}
img{ border:none;}
a{text-decoration:none; outline:none;color:#333333;}
a:hover{text-decoration:none;color: #2982b9;}
li{ list-style-type:none;}
body {
  font-size:1.6rem;
  line-height:1.8;
  font-family:Microsoft YaHei,Simsun,SimHei,Arial;
  color:#333333;
  background-color:#F3F5F4;
  height:100%
}

.oflow-hd {
  overflow: hidden;
}
.el-hide {
  display: none;
}

/*bootstrap 避免按钮点击出现黑白边*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow:none;
}

aside {position: fixed;top: 0;bottom: 0;left: -200px;width: 200px;background-color: rgba(0,0,0,0.9);transition: 0.2s ease-out;z-index:99999;}
aside div{height:100%;overflow-y:auto;}
aside .nav-ul{display:block;position:relative;text-align:left;padding:0.2rem 1rem 1rem 1rem;}
aside .nav-ul .nav-li{letter-spacing:0.1rem;color:#ffffff;font-size:1.6rem;line-height:3.3rem;padding:8px;border-bottom:dashed 0.1rem #ccc}
aside .nav-ul .nav-li a{color:#fff}
aside .nav-ul .nav-li .nav-sub{letter-spacing:0.1rem;color:#ffffff;font-size:1.4rem;line-height:2.8rem;padding-left:3rem}

/*头部LOGO和搜索框以及导航*/
.header{
  /* height: 698px; */
}
.header .header-bg {
  height:330px;
  /* background-image: url(../images/top-bg.png;vpn_img); */
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  /* padding-top:40px; */
  position:relative;
  background-color:#2982b9;
}
.header .header-bg .con li{
  height: 330px;
}

.header .header-bg .header-content {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.header .aside-label{display:none;position:absolute;z-index:999;right:1.5rem}
.header .aside-label label {background: white;border-radius: 70px;cursor: pointer;font-size: 2em;width: 1.5em;height: 1.5em;line-height: 1.5em;text-align: center;color:#2982b9;}
.header .aside-label label:hover {color:#fff;background: #2982b9;}
.header .logo{}
.header .logo img{
  /*max-width: 100%;*/
  max-width: 818px;
}
.header .search .input-group {
  line-height: 40px;
}
/*.header .search{text-align:center;margin-top:20px;max-width:470px;margin-left:130px}*/
/*.header .search .search-wrapper{margin:0 auto;line-height:45px;font-size:22px;border-radius:10px;overflow:hidden;border:1px solid #c4ddec;background-color:white;}*/
/* .header .search .input-group {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  color: rgba(0,0,0,.65);
  font-size:22px;
  font-variant: tabular-nums;
  line-height:45px;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius:5px;
  border:1px solid #c4ddec;
  background-color:white;
}
.header .search .input-group .input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  background-color: #2983ba;
  border: 1px solid #2983ba;
  border-radius: 5px;
  transition: all .3s;
} */
.header .search .input-group input {
  height: 42px;
  font-weight: 400;
  font-size: 17px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.header .search .input-group .btn {
  font-weight: 400;
  font-size: 17px;
  height: 42px;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.header .search .button-search{
  /* color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  height: 45px; */
}
.header .search {
  /*width: 90%;*/
  margin-top: 23px;
  margin-left: 50px;
  /*float: right;*/
}
.header .search img{vertical-align:bottom;padding-bottom:10px;}
.header .website{padding-left:110px;color:#2a7bad;font-size:26px;font-family:"sans"}
.header .nav{
  background-color: #2983ba;
}

.header .nav .nav-ul{display:block;position:relative;}
.header .nav .nav-ul .nav-li{
  float:left;
  width:10.9%;
  letter-spacing:0px;
  color:#ffffff;
  line-height:65px;
  height: 65px;
  text-align:center;
  background:url(../images/nav-split.png;vpn_img) no-repeat center right
}
.header .nav .nav-ul .nav-li:last-child{background:none;}
.header .nav .nav-ul .nav-li:hover .nav-sub{display:block}
.header .nav .nav-ul .nav-li a{
  position:relative;
  display:inline-block;
  font-size:21px;
  color:#ffffff;
  /* font-weight:600 */
}
.header .nav .nav-ul .nav-li a:before{content:"";position:absolute;left:50%;top:45px;width:0;height:2px;background:#ffffff;transition:all .3s}
.header .nav .nav-ul .nav-li a:hover:before{width:100%;left:0;right:0}
.header .nav .nav-ul .nav-li .nav-sub{display: none; position:absolute;z-index: 999;top: 65px;}
.header .nav .nav-ul .nav-li:last-child .nav-sub{right:0px}
.header .nav .nav-ul .nav-li .nav-sub li{display:inline-block;margin:0 20px}
.header .nav .nav-ul .nav-li .nav-sub li a{color:#fff;font-size:16px;}
.header .nav .nav-ul .nav-li .nav-sub li a:before{content:"";position:absolute;left:50%;top:40px;width:0;height:1px;background:#ffffff;transition:all .3s}
.header .nav .nav-ul .nav-li .nav-sub li a:hover:before{width:100%;left:0;right:0}
.header .nav .nav-ul .nav-li .nav-sub {
  line-height: 46px;
}

.header .nav .nav-ul .nav-li:hover {
  background-color: #0077C0;
}

.header .nav .mian-nav-layer {
  position: absolute;
  z-index: 888;
  height: 48px;
  left: 0;
  width: 100%;
  padding: 0 0;
  /*top: 60px;*/
  /*opacity: .96;*/
  background-color:#0077C0;
  /*filter: alpha(opacity=96);*/
}

/*幻灯片和政府要闻*/
.banner .container {
  background-color: #fff;
}
.banner{
  color:#000;
  padding-top:13px
}
.banner .container .row {
   margin-top: 8px;
   margin-bottom: 5px;
 }
.banner .swiper{}
.banner .swiper .swiper-container{margin:0;height:390px}
.banner .swiper .swiper-container .swiper-slide{position:relative}
.banner .swiper .swiper-container .title{position:absolute;left:0;bottom:0;width:100%;height:40px;background-color:rgba(0,0,0,0.6);color:#fff;line-height:40px;padding-left:10px;z-index:1000;}
.banner .swiper .swiper-container .title div{width:70%;overflow: hidden; text-overflow:ellipsis;white-space: nowrap;}
.banner .swiper .swiper-container .banner-pagination {position: absolute;z-index: 9999;right: 10px;bottom: 6px;}
.banner .swiper .swiper-container .swiper-pagination-switch {  display: inline-block;  width: 10px;  height: 10px;  border-radius: 10px;  background: #555;  margin-right: 8px;  opacity: 0.8;  border: 1px solid #fff;cursor: pointer;}
.banner .swiper .swiper-container .swiper-active-switch {  background: #fff;}

/*广告*/
.ad{
  margin-top: 9px;
}
.ad .container{
  background:#ffffff;
  padding:20px
}
.ad img {
  width:100%
}

/*时事要闻*/
.slideTxtBox{  }
.slideTxtBox .hd{height: 50px;line-height: 50px; position:relative;    margin-bottom: 10px; }
.slideTxtBox .hd ul li{ padding: 0px 4px;  }
.slideTxtBox .hd ul li:last-child{  margin-right: 0;}
/*.slideTxtBox .hd ul li:last-child{ float:right; margin-right: 0;}*/
.slideTxtBox .hd ul li a{  
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px; 
  font-weight: 500;
  text-align: left;
  /*transition: all .3s;  */
}
.slideTxtBox .hd ul li.on a{
  text-decoration: none;
  background: url(../images/icon_underline.png;vpn_img) no-repeat 20% 100%;
 }
.slideTxtBox .bd ul{  }
.slideTxtBox .bd li{    position: relative;padding-left: 20px;line-height: 36px;font-size: 16px; margin-right: 33px; }
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.list-t {
  width: 580px;
}
.list-t li {
  position: relative;
  padding-left:10px;
  line-height: 40px;
  font-size: 16px;
}

.list-t li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  background-color: #ddd;
  border-radius: 100px;
}

.list-t li:hover:before {
  background-color: #1b80d2;
}
.list-t li a b{ color:#0b59c3; font-weight: normal;}
/*.list-t li:hover a b{ color:#333}*/
.list-t li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.list-t li .date {
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
}

.list-t li .date+a {
  width: 70%;
}

/*特效*/
.texiao{overflow:hidden;}
.texiao img{transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;}
.texiao img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);opacity:1}


/*新闻中心*/
.new{
  margin-top: 6px;
}
.new .container{background:#ffffff;padding:20px 20px 0 20px}
.new .section{background:url(../images/column-bg1.png;vpn_img) no-repeat top left;}
.new .section .column{
  padding-left:20px;
  color:#fff;
  font-size:17px;
  line-height: 42px;
}
.new .section .more{
  position:absolute; 
  right: 30px; 
  top: 0px;
}
.new .section .more a{
  color:#2982ba;
  font-size: 15px;
}
.new .section .more a img{
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}
.new .section .more a:hover{color:#2982b9}
.new .section .column .iconfont{font-size:18px}
.new .section ul{margin:10px 20px 20px 30px}
.new .section ul li{
  cursor:pointer;
  list-style:none;
  line-height: 30px;
  position: relative;
}
.new .section ul li b{
  display: inline-block;
  vertical-align: top;
}
.new .section ul li a{display:inline-block;max-width:75%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:all .3s;color:#000}
.new .section ul li a:hover{
  color:#2982b9;
  /* text-decoration:underline */
}
.new .section ul li .date{float:right;color:#999}
.new .swiper{margin:15px 0px 10px 10px}
.new .swiper .swiper-container{margin:0;height:370px}
.new .swiper .swiper-container .swiper-slide{position:relative}
.new .swiper .swiper-container .title{position:absolute;left:0;bottom:0;width:100%;height:40px;background-color:rgba(0,0,0,0.6);color:#fff;line-height:40px;padding-left:10px;z-index:1000}
.new .swiper .swiper-container .title div{width:70%;overflow: hidden; text-overflow:ellipsis;white-space: nowrap;}
.new .swiper .swiper-container .images-pagination {position: absolute;z-index: 9999;right: 10px;bottom: 6px;}
.new .swiper .swiper-container .swiper-pagination-switch {  display: inline-block;  width: 10px;  height: 10px;  border-radius: 10px;  background: #555;  margin-right: 8px;  opacity: 0.8;  border: 1px solid #fff;cursor: pointer;}
.new .swiper .swiper-container .swiper-active-switch {  background: #fff;}

.new .section ul li:before {
  content: "";
  position: absolute;
  top: 35%;
  FONT-WEIGHT: 200;
  width: 5px;
  height: 5px;
  left: -15px;
  /* margin-top: -2px; */
  background-color: #ddd;
  border-radius: 100px;
}

.new .section ul li:hover:before {
  background-color: #1b80d2;
}

/*专题专栏*/
.topic{
  margin-top: 8px;
}
.topic .container{background:#ffffff;padding:20px}
.topic .section{
  width:100%;
  background:url(../images/column-bg2.png;vpn_img) no-repeat top left;
  /* background-size: 100% auto; */
  position: relative;
}
.topic .section .column{
  padding-left:20px;
  color:#fff;
  font-size:17px;
  line-height:42px;
}
.topic .section .more{
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 15px;
}
.topic .section .more a{
  color:#2982ba
}
.topic .section .more a:hover{color:#2982b9}
.topic .section.iconfont{font-size:18px}
.topic .swiper{margin:20px 20px 0 20px;display: flex;display: -webkit-flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
.topic .swiper .swiper-slide{width:25%}
.topic .swiper .swiper-slide .texiao a img{
  width: 271px; 
  height: 162px
}
.topic .section .more img{
  width: 18px;
  height: 18px;
}

/*勘察动�?�和党群工作*/
.job{
  margin-top: 8px;
}
.job .container{background:#ffffff;padding:20px 20px 0 20px}
.job .section{background:url(../images/column-bg2.png;vpn_img) no-repeat top left}
.job .section .column{
  padding-left:20px;
  color:#fff;
  font-size:17px;
  line-height:40px
}
.job .section .more{
  position:absolute; 
  right: 20px; 
  top: 0px;
}
.job .section .more a{
  color:#2982b9
}
.job .section .more a:hover{
  color:#2982b9
}
.job .section .more a img{
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}
.job .section .column .iconfont{font-size:18px}
.job .section ul{margin:10px 20px 20px 30px}
.job .section ul li{
  cursor:pointer;
  list-style:none;
  line-height: 30px;
  position: relative;
}
.job .section ul li b{display: inline-block;vertical-align: top;}
.job .section ul li a{display:inline-block;max-width:75%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:all .3s;color:#000}
.job .section ul li a:hover{
  color:#2982b9;
}
.job .section ul li .date{float:right;color:#999}

.job .section ul li:before {
  content: "";
  position: absolute;
  top: 35%;
  FONT-WEIGHT: 200;
  width: 5px;
  height: 5px;
  left: -15px;
  /* margin-top: -2px; */
  background-color: #ddd;
  border-radius: 100px;
}

.job .section ul li:hover:before {
  background-color: #1b80d2;
}

/*科技创新*/
.common{
  margin-top: 8px;
}
.common .container{
  background:#ffffff;
  padding:20px 20px 20px 20px;
}
.common .container .kjcx{
  margin:20px 20px 5px 0px;
  position:relative
}
.common .container .kjcx ul{
  position: relative;
  overflow: hidden
}
.common .container .kjcx ul li{
  float: left;
  width: 30%;
  /* width: 160px;  */
  /* margin-left: 30px */
  margin-left: 20px;
}
.common .container .kjcx ul li:first-child{
  margin-left: 10px
}
.common .container .kjcx ul li img{
  width: 170px;
  height: 130px;
}
.common .container .kjcx ul li p{
  font-size: 15px;
  text-align: center;
  line-height: 23px;
  margin-top: 10px;
}

.common .container .video .img-box{position: relative;height:auto}
.common .container .video .img-box img{max-height:300px;display;block}
.common .container .video .img-box div{display:block;position: absolute;left: 0;top: 0;width:100%;height: 100%; text-align: center;background-color: rgba(0,0,0,0.2);vertical-align:middle;transition:all .3s;}
.common .container .video .img-box div span{color: #ddd;font-size:6rem;display:block; position: absolute;left: 0;top: 30%;width:100%;height: 100%; text-align: center;}
.common .container .video .img-box div span:after{vertical-align:middle;}
.common .container .video .img-box div:hover{color: #fff;background-color: rgba(0,0,0,0.1);}
.common .container .video .img-box div:hover span{color: #fff}
.common .section{
  width:100%;
  background:url(../images/column-bg3.png;vpn_img) no-repeat top left;
  background-size: 100% 42px;
}
.common .section .column{
  /* padding-left:20px; */
  color:#000;
  font-size:18px;
  line-height:40px;
}
.common .section .column .more{float:right;padding-right:20px;font-size:16px}
.common .section .column .more a{color:#999}
.common .section .column .more a:hover{color:#2982b9}
.common .section .column .iconfont{font-size:18px}
.common .section .zwgk {
  /* margin-top:7px; */
  border:#6fa4d0 solid 1px;
  background-color:#f0f7ff;
  border-radius:5px;height:68px;
  line-height:68px;
  box-shadow:0px 2px 5px 0px rgb(0 0 0 / 20%)
}
.common .section .zwgk .title{display:inline-block;transition:all .3s;}
.common .section .zwgk .title:hover{text-indent:0.8em;}
.common .section .zwgk .iconfont{font-size: 22px;}
.common .section .zwgk a{
  color:#2982b9 !important;
  font-size: 22px;
}

/*业务领域*/
.common .business-list {
  margin-top: 10px;
  /* height: 90px; */
  /* border: 1px solid #ccc; */
}

.common .business-list .item {
  border: 1px solid #E4E4E4 ;
  /* margin-left: 5px; */
  margin-top: 15px;
  height: 120px;
  text-align: center;
  padding-top: 20px;
  /* padding-left: 10px; */
}

.common .business-list .item p{
	font-size: 15px;
	line-height: 25px;
	cursor:pointer;
  margin-top: 10px;
  color: #2982b9;
}
.common .business-list li:nth-child(4n){
	 margin-right:15px;
}
.common .business-list li:nth-child(5){
	 margin-left:15px;
}
.common .business-list li:first-child{
	margin-left:15px;
}

.common .business-list li span{
  display: block;
  padding-top: 19px;
  padding-bottom: 7px;
}
.common .business-list li p{
	font-size: 15px;
	line-height: 25px;
	cursor:pointer;
}

/*地勘文化*/
.culture{margin-top:20px;}
.culture .container{background:#ffffff;padding:20px}
.culture .section{width:100%;background:url(../images/column-bg2.png;vpn_img) no-repeat top left}
.culture .section .column{padding-left:20px;color:#2982b9;font-size:18px;line-height:40px;}
.culture .section .column .more{float:right;padding-right:20px;font-size:16px}
.culture .section .column .more a{color:#999}
.culture .section .column .more a:hover{color:#2982b9}
.culture .section .column .iconfont{font-size:18px}
.culture .section .item{position:relative;margin-top:20px;box-shadow:0px 2px 5px 0px rgb(0 0 0 / 30%);height:225px}
.culture .section .item img{max-height:176px;height:200px}
.culture .section .item div{line-height:45px;width:75%;overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;margin:0 auto;}

/**施工掠影**/
.shigonglueying{
  margin-top: 8px;
}
.shigonglueying .container{background:#ffffff;padding:20px}
.shigonglueying .section{
  width:100%;
  background:url(../images/column-bg2.png;vpn_img) no-repeat top left;
  /* background-size: 100% auto; */
  position: relative;
}
.shigonglueying .section .column{
  padding-left:20px;
  color:#fff;
  font-size:17px;
  line-height:42px;
}
.shigonglueying .section .more{
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 15px;
}
.shigonglueying .section .more a{
  color:#2982ba
}
.shigonglueying .section .more a:hover{color:#2982b9}
.shigonglueying .section.iconfont{font-size:18px}
.shigonglueying .swiper{
  margin: 20px 20px 0 20px;
}
.shigonglueying .swiper .swiper-container{margin:0;height:330px}
.shigonglueying .swiper .swiper-container .swiper-wrapper{width: 100%;}
.shigonglueying .swiper .swiper-container .swiper-slide{position:relative}
.shigonglueying .swiper .swiper-container .shigonglueying-pagination {position: absolute;z-index: 9999;right: 10px;bottom: 6px;}
.shigonglueying .swiper .swiper-container .swiper-pagination-switch {  display: inline-block;  width: 10px;  height: 10px;  border-radius: 10px;  background: #555;  margin-right: 8px;  opacity: 0.8;  border: 1px solid #fff;cursor: pointer;}
.shigonglueying .swiper .swiper-container .swiper-active-switch {  background: #fff;}
.shigonglueying .swiper .swiper-slide .texiao a img{
  width: 1220px; 
  height: 330px
}
.shigonglueying .section .more img{
  width: 18px;
  height: 18px;
}

/*返回顶部*/
.back-top{position:fixed;bottom:10%;right:100px;display:none;z-index:999}
.back-top ul li{width:48px;height:48px;opacity:.8}
.back-top ul li span{width:48px;height:48px;display:block;background:url(../images/back_top.png;vpn_img) no-repeat center center;cursor:pointer}
.back-top:hover{opacity:1}

/*友情链接*/
.links{
  height:88px;
  /* line-height:88px; */
  margin-top: 5px;
  /* border-bottom:1px solid #1d5578; */
}
.links .links-content {
  /* background-color: #fff; */
  /* height: 88px; */
  padding-top: 26px;
  padding-bottom: 20px;
}

.links .links-content .link-item {
  margin-bottom: 10px;
}

.links .title{
  width:120px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}
.links .title::before{
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  background: url('../images/icon_rec.png;vpn_img');
  width: 6px;
  height: 18px;
}
.links .link-item {
  border:1px solid #D7D7D7;
  color: #383838;
  margin-right: 10px;
}
.links .link{
  /* border:1px solid #D7D7D7; */
  /* border:1px solid transparent; */
  /* outline:0; */
  /* height: 42px; */
  background:url('../images/link-xx.png;vpn_img') no-repeat right center;
  font-size: 17px;
  cursor:pointer;
}
.links .link ul{width:210px;display:none;position:absolute;left:0px;top:45px;overflow:hidden;background-color:#fff;max-height:150px;overflow-y:auto;border:1px solid #999;border-top:0;box-shadow:0 3px 5px #999;z-index:9999}
.links .link ul li{height:30px;line-height:30px;color:#333;overflow:hidden;padding:0 10px;cursor:pointer;font-size:16px;padding-left:10px}
.links .link ul li a{display:block;color:#333333}
.links .link ul li a:hover{color:#2982b9}

.links .container {
  background-color: #fff;
}

/*底部*/
.footer{margin-top:20px;color:#fff;background:#2982b9;}
.footer .copyright{padding:59px 0 99px 0;}
.footer .copyright a{color:#ffffff}
.footer .copyright a:hover{color:#ffffff;text-decoration:underline;}
.footer .copyright .identification{
  width:120px;
  padding-top:3px;
  margin-top: 25px;
}
.footer .copyright .copy-text {
  /* font-size: 11px; */
}
.footer .copyright .wechat{width:200px;padding-top:3px;}


.amap-logo{
  display: none !important;
}
.amap-copyright {
  opacity:0 !important;
}