a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../images/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size:0.8rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	max-width: 1600px;
}

.mt40px {
	margin-top: 40px;
}


.mbx {
	color: #595959;
	background-color: #FFFFFF;
	padding: 0.1rem 0;
}


/* 光影聚焦 */
.content
		{
			width: 100%;
			height: 100%;
			margin: 10px auto;
		}
		@media screen and (min-width: 980px) /* Desktop */ {
		  .content {
		    width: 100%%;
		  }
		}		
		.mygallery
		{
			margin: 25px 0;
		}

.mt15px{
	margin-top: 15px;
}

.top{
  padding:15px 0px 15px;
}
.topfr{
  text-align: right;
}
.topfr a{
  border-radius: 60px;
  border: #ccc solid 1px;
  color: #999;
  padding:3px 10px;
  margin-left: 10px;
  font-size: 0.7rem;
}
.search{
  border: #18acb9 solid 1px;
  border-radius: 50px;
  text-align: right;
  width:80%;
  float: right;
  height:40px;

}
.search input{
  border:none;
  background: none;
  outline: none;
}
.search button{
  position: absolute;
  right:15px;
  top:1px;
  background: #18acb9;
  border:none;
  border-radius: 50px;
  width: 38px;
  height:38px;
outline:none;
}
.dbu{
	display: flex;
}
.col-logo{
	width: 20%;
}
.col-dh{
	width: 70%;
}
.navbox{
  color: #666666;
}
.navbox .navbar{
  padding-left:0px;
  padding-right:0px;
}
.navbar-dark .navbar-nav .nav-link{
	color: #666666;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #0e68b0;
}
.navbox .dropdown-menu{
  background: rgba(255,255,255,.5);
  border:none;
  border-radius: 0px;
  top:2.2rem;
  min-width:100%;
  padding:0;
}
.navbar-dark .navbar-nav .active>.nav-link,{
	color: #063dd7;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0e68b0;
}
.navbox .dropdown-item{
  color: #000;
  text-align: center;
  font-size:0.9rem;
  padding:0.25rem 0;
}
.navbox .dropdown-item:hover{
  background: #0e68b0;
		color: #fff;
}
.navbox ul.navbar-nav{
  width:100%;
  text-align: center;
}
.navbox ul.navbar-nav li{
  width:12%;
}
.new_searchbtn1{
  margin-top:8px;
}
.container22{
  max-width: 1200px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
}
.dbdh h4 {
    color: #ffffff;
	font-size: 0.8rem;
	font-weight: bold;
}
.db li {
    line-height: 24px;
    font-size: 0.7rem;
}
.footer{
  background:url("../images/footer_bg.png") no-repeat top center #0e68b0;
  color: #fff;
  height: 390px;
  width: 100%;
  padding-top: 30px;
}
.contact-wrap{
	margin-top: 30px;
}
.containerft{
	width: 94%;
	margin: 0 auto;
}
.footer .qrcode-wrap {
  display: flex;
  justify-content: flex-end;
}

.footer .qrcode-item {
  width: 95px;
}
.gcanli{
	background-color: #f9f9f9;
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px;
	height: 440px;
	margin-bottom: 10px;
	border-radius: 20px;
}
.gcanli a{
	display: block;
	width: 100%;
}
.gcanli:hover{
	border-bottom: 4px #1faa25 solid;
	background-color: #FFFFFF;
}
.gcanli img{;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.gcanli h1{
	font-size:1.1rem;
	line-height: 28px;
	color: #242424;
	margin-top: 20px;
	font-weight: bold;
	margin-left: 20px;
}
.gcanli h2{
	font-size: 0.75rem;
	color: #242424;
	line-height: 24px;
	margin-bottom: 13px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: lighter;
}
.gcanli p{
	font-size:0.7rem;
	line-height: 50px;
	color: #a7a7a7;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px #fafafa solid;
}
.gcanli p a:hover{
	color: #3db643;
}

.footer .qrcode-item:first-child {
  margin-left:10px;
}

.footer .qrcode-item img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .qrcode-item .desc {
  font-size:0.8rem;
  color: #ffffff;
  line-height:30px;
  text-align: center;
}

.footer .app-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top:10px;
}

.footer .app-wrap .app-item {
  margin-right:20px;
}

.footer .app-wrap .app-item:last-child {
  margin-right: 0;
}

.footer .contact-wrap .phone {
  margin-top:10px;
  font-size:1rem;
  font-weight: bold;
  color: #ffffff;
  line-height:20px;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 8px;
}

.footer .contact-wrap .address {
  font-size:0.7rem;
  line-height:16px;
  color: #ffffff;
  text-align: right;
  white-space: nowrap;
}

.footer .copy {
  height:70px;
  font-size:0.7rem;
  color: #ffffff;
  line-height:50px;
  border-top: 1px #dbdbdb solid;
}
.yqlj{
  display: flex;
  align-items: center;
  margin-top:10px;
  width: 100%;
  font-size: 0.7rem;
  line-height: 20px;
}
.yqlj .linejg {
  display: block;
  width: 1px;
  height: 14px;
  margin: 10px;
  background-color: #666;
}
.link{
    font-size: 0.9rem;
	border-bottom: 1px #ffffff solid;
    padding-bottom: 30px;
    padding-top: 10px;
}
.link select{
    width: 320px;
    font-size: 0.8rem;
    margin-right: 50px;
    margin-left: 50px;
}

.email img{
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.email{
  overflow: hidden;
  zoom:1;
  margin-left: 20px;
}
.email h3{
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0px;
}
.email p{
  font-size: 0.7rem;
}
.footerbm p{
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 28px;
}
.text-align-center{
  text-align: center;
}
.borderright{
  border-right: #999 solid 1px;
}
.footerb{
  padding:50px 0px 70px;
}
.piclink a{
  display: block;
  position: relative;
}
.piclink p{
  width:100%;
  position: absolute;
  bottom:0px;
  left: 0px;
  color: #fff;
  background: rgba(0,0,0,.5);
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.part22fr ul.part22ul {
	list-style: none;
	overflow: hidden;
	border-top: 2px solid #0e68b0;
	border-bottom: 1px solid #dcdcdc;
}

.part22fr ul.part22ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding:20px;
	font-size:0.9rem;
	margin-right: 2px;
	color: #000000;
}

.part22fr ul.part22ul li.aa {
	color: #ffffff;
	background-color: #0e68b0;
}
.part22fr ul.part22ul li:hover {
	color: #ffffff;
	background-color: #0e68b0;
}



.part22fr .content22>div {
	
	position: relative;
}

.part22fr .content22>div.aa {
	display: block;
}
.newswt:hover {
	border-bottom: 4px solid #4ea1e4;
}

.newswt {
	margin: 10px auto 40px;
	border-radius: 20px;
	padding: 30px;
	box-shadow: rgb(0 0 0 / 20%) 1px 1px 5px;
}

.newswt h3 {
	font-size:1.2rem;
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newswt p {
	font-size: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	color: #787878;
	text-indent: 2em;
	line-height: 26px;

}
.newswt img{
	border-radius: 10px;
}
.title22 h2{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	color: #444444;
	background: url("../images/bgxwzx.jpg") no-repeat bottom center;
	padding-bottom: 25px;
	text-align: center;
}
.time22 {
	font-size:1.5rem;
	text-align: left;
	padding-bottom: 10px;
	color: #5a5a5a;
}

.time22 span {
	display: block;
	font-size:0.9rem;
}

.mt40px{
	margin-top: 40px;
}


.linian1{
	background:url("../images/bgln1.jpg") no-repeat top center;
	width:1200px;
	height: 452px;
	padding-top: 40px;
	margin: 0 auto;
}
.mt115px{
	margin-top: 115px;
}
.linian3{
	background:url("../images/bgln2.jpg") no-repeat top center;
	width: 1200px;
	height: 452px;
	padding-top: 40px;
    margin: 0 auto;
}
.linian5{
	background:url("../images/bgln3.jpg") no-repeat top center;
	width: 1200px;
	height: 452px;
	padding-top: 40px;
	margin: 0 auto 60px;
}
.containerln22{
	width: 1100px;
	margin: 0 auto;
}
.tac{
	text-align: center;
}



/*2023年9月新友情链接、搜索 */

.xjyqlj{
	background-color: #d9e7f1;
	width: 100%;
	padding-top: 5px;
}
.link{
	position: relative;
    padding-left: 20px;
    line-height: 42px;
    color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
}
.link::before{
	content: "";
    position: absolute;
    width: 10px;
    height: 40px;
    background: #005191;
    left: 0px;
}
.link select {
    width: 370px;
	height: 45px;
	border: 1px #005191 solid;
    background-color: #d9e7f1;
    font-size: 0.8rem;
    margin-right: 50px;
    margin-left: 50px;
}
.dbu {
    display: flex;
	/*justify-content:space-between;*/
}
.col-dh {
    width: 65%;
}
.col-sousuo{
	width: 14%;
}
.search {
    border: #106ab2 solid 1px;
    border-radius: 50px;
    text-align: right;
    width: 100%;
    float: left;
    height: 40px;
	position: relative;
}
.search button {
    position: absolute;
    right: 1px;
    top: 0px;
    background: #ffffff;
    border: none;
    border-radius: 50px;
    width: 38px;
    height: 38px;
}
.form-control{
	font-size: 0.8rem;
}


/*2023年9月12日新闻新样式和概况 */
.zuo2k p {
    color: #333333;
    font-weight:normal;
    text-align: right;
}
.zuo2k h1 {
	background:url("../images/911jt.png") no-repeat 0px 6px;
	padding-left: 34px;
}
.mt30px{
	margin-top: 30px;
}
/*2024年9月首页二屏右侧加建工地产 */
.jjy .jjy1{
	position: absolute;
	top: 60px;
    left: 190px;
}
.jjy .jjy0{
	position: absolute;
	top: 190px;
    left: 273px;
}
.jjy .jjy2{
	position: absolute;
	top:60px;
	left: 435px;
}
.jjy .jjy3{
	position: absolute;
	top:265px;
	left: 82px;
}
.jjy .jjy4{
	position: absolute;
	top: 442px;
	left: 435px;
}
.jjy .jjy5{
	position: absolute;
	top: 265px;
    left: 552px;
}
.jjy .jjy6{
	position: absolute;
	top: 442px;
    left: 190px;
}


