.banner img{
	display: block;
	width: 100%;
}
.linepage .swiper-pagination{
	bottom: 20px !important;
}
.linepage .swiper-pagination .swiper-pagination-bullet{
	width: 66px;
	height: 1px;
	background: #FFFFFF;
	border-radius: 0;
	border: 0;
	opacity: 1;
}
.indexsw.linepage .swiper-pagination{
	bottom: 0 !important;
	padding-bottom: 20px;
	padding-top: 20px;
}
.indexsw.linepage .swiper-pagination:hover .swiper-pagination-bullet{
	height: 4px;
}
.linepage .swiper-pagination .swiper-pagination-bullet-active{
	background: #1C78C7;
}
/*首页标题*/
.title-hd{
	text-align: center;
}
.title-hd h3{
	padding-bottom: 28px;
	display: inline-block;
	background: url(../../images/images/icon-line.png) no-repeat;
	/*background-size: 100%;*/
	background-position: bottom center;
	font-size: 30px;
	line-height: 1;
}
.title-hd h3 i{
	font-weight: 300;
	color: #2E393F;
	margin-left: 5px;
}

/*首页新闻*/
.newboxindex{
	/*background: #F2F2F2;*/
	background: #ffffff;
	padding: 100px 0;
}
.newboxindex .newlist{
	margin-top: 50px;
}
.newlist li{
	float: left;
	width: 32%;
	margin-left: 2%;
	transition: all 0.36s;
}
.newlist li:nth-child(3n+1){
	margin-left: 0;
}
.newlist li .img{
	overflow: hidden;
}
.newlist li .img img{
	width: 100%;
	min-height: 100%;
}
.newlist li .word{
	background: #F2F2F2;
	padding: 46px 36px;
}
.newlist li .word .time{
	color: #010101;
	font-size: 14px;
	line-height: 1;
}
.newlist li .word .sec{
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 15px 0 20px;
}
.newlist li .word .more{
	font-size: 18px;
	line-height: 1;
	color: #1E70B8;
	font-weight: 300;
}
.newlist li .word .more i{
	font-family: SimSun;
	margin-left: 5px;
}
.newlist li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}


/*项目案例*/
.caseboxindex{
	padding: 100px 10px 143px;
	background: #f2f2f2;
	background-position: center center;
	background-size: cover;
}
/*.caseboxindex .title-hd{
	color: #FFFFFF;
}
.caseboxindex .title-hd h3{
	background: url(../../images/images/icon-line2.png) no-repeat;
	background-position: bottom center;
}
.caseboxindex .title-hd i{
	color: #FFFFFF;
}*/
.caseboxindex .caselist{
	margin-top: 75px;
}
.caselist .swiper-slide{
	background: transparent;
}
.caselist .detail{
	width: 100%;
}
.caselist .detail .topi{
	position: relative;
	overflow: hidden;
}
.caselist .detail .listimg{
	display: block;
	width: 100%;
}
.caselist .detail .bgi{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.caselist .detail .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items:center;
	visibility: hidden;
	transition: all 0.36s;
}
.caselist .detail .text div{
	padding: 0 30px;
}
.caselist .detail .text p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}
.caselist .detail .text a{
	display: block;
	width: 140px;
	height: 36px;
	line-height: 34px;
	margin: 60px auto 0;
	border-radius: 18px;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #FFFFFF;
}
.caselist .detail .text a i{
	font-family: simsun;
	margin-left: 10px;
}
.caselist .detail .wd{
	/*color: #FFFFFF;*/
	font-size: 18px;
	padding: 25px 0;
	height: 1em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.caselist .detail:hover .text{
	visibility: visible;
	top: 0;
}
.caselist .swiper-button-prev, .caselist .swiper-button-next{
	width: 80px;
	height: 102px;
	opacity: 1 !important;
	margin-top: -51px;
}
.caselist .swiper-button-disabled{
	opacity: .3 !important;
}
.caselist .swiper-button-prev{
	background: url(../../images/images/swiper-left.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.caselist .swiper-button-next{
	background: url(../../images/images/swiper-right.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}

/*项目布局*/
.prolay{
	padding: 100px 0;
}
.layimg{
	margin-top: 45px;
	text-align: center;
	display: none;
}
.layimg .prol{
	max-width: 100%;
	margin: 0 auto;
}
.layimg ul{
	margin: 20px;
}
.layimg li{
	float: left;
	width: 25%;
	font-size: 12px;
	padding: 10px 0;
}
.layimg li img{
	width: 10px;
	margin-right: 6px;
}
.pclay{
	position: relative;
	margin: 40px auto 36px;
	width: 998px;
}
.pclay .bg{
	display: block;
	width: 100%;
}
.city{
	position: absolute;
}
.city .posi{
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    	text-align: center;
}
.city .posi span{
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: url(../../images/images/icon-city.png) no-repeat;
	background-size: 18px 18px;
	background-position: center center;
	transition: all 0.2s;
	display: block;

}
.city .posi span.inline{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}
.city:hover .posi span{
	background: url(../../images/images/icon-cityon.png) no-repeat;
	background-size: 36px 36px;
	background-position: center center;
}
.city:hover .dtpo{
	display: block;
}
.dtpo{
	position: absolute;
	left: 82px;
    bottom: 46px;
	background: #F7F7F7;
	padding: 26px 26px;
	width: 420px;
	display: none;
}
.dtpo h3{
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(157,157,157,0.4);
	margin-bottom: 10px;
}
.dtpo h3 img{
	width: 18px;
	margin-right: 10px;
}
.dtpo ul li{
	padding: 10px 0;
}
.dtpo ul li a{
	color: #595959 !important;
}
.dtpo ul li img{
	width: 5px;
	margin-right: 8px;
}
.dtpo .xieimg{
	position: absolute;
	left: -35px;
	bottom: -30px;
}

.city1{
	top: 278px;
    right: 234px;
}
.city1 .dtpo{
	left: 82px;
    bottom: 46px;
}
.city2{
    top: 283px;
    right: 295px;
}
.city2 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city3{
    top: 337px;
    right: 291px;
}
.city3 .dtpo{
	left: 50px;
	bottom: 47px;
}
.city4{
    top: 335px;
    right: 238px;
}
.city4 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city5{
    top: 396px;
    right: 205px;
}
.city5 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city6{
    top: 434px;
    right: 179px;
}
.city6 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city7{
    top: 337px;
    right: 336px;
}
.city7 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city8{
    top: 425px;
    right: 310px;
}
.city8 .dtpo{
	left: 50px;
	bottom: 47px;
}
.city9{
    top: 447px;
    right: 234px;
}
.city9 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city10{
    top: 405px;
    right: 395px;
}
.city10 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city11{
    top: 381px;
    right: 478px;
}
.city11 .dtpo{
	left: 50px;
	bottom: 60px;
}
.city12{
    top: 451px;
    right: 730px;
}
.city12 .dtpo{
	left: 50px;
	bottom: 60px;
}







/*搜索页*/
.newboxindex.sero{
	background: #FFFFFF;
}
.newboxindex.sero .newlist{
	margin-top: 0;
}
.sero .newlist li .word{
	background: #F7F7F7;
}


.searchres{
	background: #F4F4F4;
	padding: 47px 0 35px;
}
.searchres .shbox{
	width: 540px;
	margin: 0 auto;
}
.searchres .shbox .inpu{
	position: relative;
	height: 42px;
	border: 1px solid #1173C3;
	background: #FFFFFF;
}
.searchres .shbox .inpu input{
	display: block;
	background: transparent;
	outline: none;
	padding: 10px 96px 10px 20px;
	width: 100%;
    box-sizing: border-box;
}
.searchres .shbox .inpu button{
	position: absolute;
    right: -1px;
    top: -2px;
    width: 96px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    background: #1173C3;
    color: #FFFFFF;
    border: 0;
}
.searchres .shbox .res{
	margin-top: 12px;
	line-height: 1;
	font-size: 16px;
	font-weight: 300;
}
.searchres .shbox .res a{
	color: #127CC3;
}


/*404*/
.errowbox{
	background: #F4F4F4;
	padding: 156px 0 240px;
}
.errowbox .content{
	width: 570px;
	margin: 0 auto;
}
.errowbox .content img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.errowbox .content .con{
	display: flex;
	margin-top: 40px;
}
.errowbox .content .con p{
	font-size: 65px;
	font-weight: 600;
	line-height: 50px;
}
.errowbox .content .con div{
	font-size: 18px;
	line-height: 25px;
	padding: 5px 5px;
	margin: 0 28px 0 17px;
}
.errowbox .content .con a{
	display: block;
	width:186px;
	height:42px;
	line-height: 38px;
	text-align: center;
	color: #1E70B8;
	font-size: 16px;
	font-weight: 400;
	background:rgba(255,255,255,0);
	border:2px solid rgba(30, 112, 184, 1);
	margin-top: 10px;
	transition: all 0.36s;
}
.errowbox .content .con a i{
	font-family: simsun;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 14px;
	height: 100%;
}
.errowbox .content .con a:hover{
	background: #1E70B8;
	color: #FFFFFF;
}


/*网站地图*/
.webmap{
	background: #F6F6F6;
	padding: 80px 0 100px;
}
.webmap .wapper{
	width: 1200px;
}
.webmap .tp{
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1;
	border-bottom: 1px solid #C5C5C5;
}
.webmap .tp img{
	margin-left: 5px;
}
.webmap li{
	margin-top: 44px;
	display: flex;
	line-height: 20px;
}
.webmap li span{
	font-size: 16px;
	font-weight: 600;
	margin-right: 20px;
}
.webmap li a{
	color: #333333;
	opacity: 0.9;
	margin-right: 20px;
	font-size: 16px;
}
.webmap .biga{
	margin-top: 50px;
}
.webmap .biga a{
	font-weight: 600;
	font-size: 18px;
	margin-right: 40px;
}


/*走进寰慧-集团简介*/
.brandnav{
	line-height: 70px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.brandnav .brl a{
	color: #666666;
	font-size: 16px;
}
.brandnav .brl i{
	font-family: simsun;
	margin: 0 6px;
	color: #999999;
}
.brandnav .brl img{
	margin-right: 5px;
}
.brandnav .brl a:last-child{
	color: #2486DD;
}
.brandnav .brr{
	display: flex;
}
.brandnav .brr a{
	display: block;
	color: #4D4D4D;
	font-size: 16px;
	margin-left: 50px;
	border-bottom: 2px solid #FFFFFF;
}
.brandnav .brr a:first-child{
	margin-left: 0;
}
.brandnav .brr a.on,.brandnav .brr a:hover{
	color: #2486DD;
	border-bottom: 2px solid #2486DD;
}
.layout{
	display: flex;
}
.jianjie{
	padding: 56px 40px 100px 0;
}
.jianjie h3{
	display: inline-block;
	color: #1A77C9;
	font-size: 40px;
	position: relative;
	padding-bottom: 14px;
	font-weight: 400;
}
.jianjie h3:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,rgba(26,119,201,1),rgba(113,191,68,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.jianjie .con{
	margin-top: 39px;
	color: #595959;
	font-size: 18px;
	line-height: 2;
}
.jianjie .con p{
	text-indent: 2em;
	margin-bottom: 15px;
}
.jianjie .con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.layleft{
	width: 73%;
}
.layright{
	border-left: 1px solid #D9D9D9;
	padding-left: 40px;
	width: 27%;
}
.protop{
	background: #ECEDF2 !important;
	padding: 30px;
	display: block;
	margin-top: 60px;
}
.protop img{
	max-width: 100%;
	display: block;
	width: 80%;
	margin: 0 auto;
}
.protop h3{
	color: #1A77C9;
	font-size: 30px;
	font-weight: 400;
}
.protop h3 i{
	display: block;
	color: #C1C2CC;
	font-size: 14px;
}
.protop p{
	color: #868686;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 15px;
}
.promum{
	display: block;
	margin-top: 10px;
	position: relative;
}
.promum img{
	display: block;
	width: 100%;
}
.promum .cu{
	position: absolute;
	top: 27px;
	left: 30px;
	line-height: 1;
}
.promum .cu h3{
	color: #1EB96F;
	font-size: 43px;
	font-family: "arial narrow";
	font-weight: 400;
}
.promum .cu p{
	color: #595959;
	font-size: 26px;
	margin-top: 10px;
}
.promum.blue .cu h3{
	color: #1A77C9;
}


/*组织架构*/
.organ{
	padding: 48px 0;
}
.orh3{
	display: inline-block;
    color: #1A77C9;
    font-size: 40px;
    position: relative;
    padding-bottom: 14px;
    font-weight: 400;
}
.orh3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,rgba(26,119,201,1),rgba(113,191,68,1));
    position: absolute;
    left: 0;
    bottom: 0;
}
.organ .orgimg{
	margin-top: 44px;
}
.organ .orgimg img{
	display: block;
	max-width: 100%;
	height: 100% !important;
}


/*战略规划*/
.planbox{
	margin-top: 40px;
}
.planbox .tu{
	color: #595959;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	text-indent: 2em;
}
.planbox .tu span{
	font-weight: 600;
}
.threebox{
	margin-top: 58px;
	position: relative;
}
.threebox .oi{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.threebox .oi:first-child{
	margin-left: 0;
}
.threebox .oi .topcir h3{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}
.threebox .oi .topcir .circle{
	width: 20px;
	height: 18px;
	margin: 0 auto;
	background: #FFFFFF;
}
.threebox .oi .topcir .circle img{
	width: 18px;
	margin: 0 auto;
	display: block;
}
.threebox .oi .plimg{
	margin-top: 40px;
}
.threebox .oi .plimg img{
	display: block;
	width: 100%;
}
.threebox .bbline{
	position: absolute;
	left: 15px;
	right: 15px;
	height: 3px;
	background: #BFBFBF;
	top: 62px;
	z-index: -1;
}


/*发展历程*/
.history{
	position: relative;
	margin-top: 60px;
	padding-left: 205px;
}
.history .lineleft{
	position: absolute;
	top: 0;
	bottom: -6px;
	left: 165px;
	width: 3px;
	background: #BFBFBF;
}
.history .lineleft .top{
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px;
}
.history .lineleft .bottom{
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -9px;
}
.history li{
	position: relative;
	margin-bottom: 30px;
}
.history li .absu{
	position: absolute;
	left: -200px;
	top: 50%;
	transform: translateY(-50%);
	width: 165px;
}
.history li .absu p{
	font-size: 24px;
	color: #595959;
	text-align: right;
	padding-right: 26px;
	transition: all 0.36s;
}
.history li .absu div{
	height: 20px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
}
.history li .absu div img{
	display: block;
	height: 18px;
	margin-top: 1px;
}
.history li .conyu{
	display: flex;
	/*height: 164px;*/
}
.history li .conyu .img:after{
	content: '';
	display: block;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #FFFFFF;
	position: absolute;
	top: 20px;
	right: -1px;
	transition: all 0.36s;
}
.history li .conyu .img{
	height: 100%;
	position: relative;
	object-fit: cover;
}
.history li .conyu .img img{
	display: block;
	height: 100%;
}
.history li .conyu .word{
	width: 100%;
	border: 1px solid #D9D9D9;
	padding: 0 50px 0 30px;
	transition: all 0.36s;
	display: flex;
}
.history li .conyu .word .flex{
	align-self: center;
}
.history li .conyu .word h3{
	color: #404040;
	font-size: 24px;
	line-height: 1;
	transition: all 0.36s;
}
.history li .conyu .word p{
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
	margin-top: 16px;
	font-weight: 400;
	transition: all 0.36s;
}
.history li:hover .absu p{
	color: #348FE0;
}
.history li:hover .conyu .word{
	background: #348FE0;
	border: 1px solid #348FE0;
}
.history li:hover .conyu .img:after{
	border-right: 9px solid #348FE0;
}
.history li:hover .conyu .word h3,.history li:hover .conyu .word p{
	color: #FFFFFF;
}



/*资质荣誉*/
.honor{
	display: flex;
}
.honor .holeft{
	margin-top: 50px;
}
.honor .holeft ul{
	width: 300px;
}
.honor .horight{
	margin-top: 5px;
}
.holeft li{
	line-height: 40px;
	color: #444444;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}
.holeft li img{
	margin-left: 10px;
	visibility: hidden;
	margin-bottom: 3px;
}
.holeft li:hover,.holeft li.on{
	color: #3BA500;
}
.holeft li:hover img,.holeft li.on img{
	visibility: visible;
}
.zhbox{
	border: 1px solid rgba(191, 191, 191, 0.51);
	padding: 44px 60px;
	display: none;
}
.horight .zhbox{
	display: block;
}
.horight .zhbox.dispblock{
	display: block;
}
.zhbox img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.zhbox p{
	text-align: center;
	line-height: 1;
	margin-top: 38px;
	color: #444444;
	font-size: 24px;
}
.hoswiper{
	display: none;
}


/*联系我们*/
.contactbox{
	margin-top: 50px;
}
.my-map { width: 64%; height: 630px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.conmap{
	position: relative;
}
.mapinfo{
	background: #1A77C9;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 70px 40px;
	width: 36%;
}
.mapinfo h3{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	line-height: 1;
}
.mapinfo .op{
	margin-top: 35px;
	color: #FFFFFF;
}
.mapinfo .op p{
	font-size: 22px;
}
.mapinfo .op img{
	margin-right: 18px;
	width: 24px;
}
.mapinfo .op span{
	display: block;
	margin-left: 44px;
	color: #FFFFFF;
	opacity: 0.8;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
}
.contlist{
	margin-top: 66px;
}
.contlist h3{
	line-height: 1;
	color: #1A77C9;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}
.contlist ul{
	border-bottom: 1px solid #379500;
	border-top: 1px solid #379500;
	border-right: 1px solid #379500;
}
.contlist li{
	float: left;
	width: 50%;
	border-left: 1px solid #379500;
	border-top: 1px solid #379500;
}
.contlist li:nth-child(1),.contlist li:nth-child(2){
	border-top: 0;
}
.contlist li .listtop{
	background: #71BF44;
	line-height: 45px;
	padding-left: 40px;
	color: #132F03;
	font-size: 18px;
}
.contlist li .listtop i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #297000;
	margin-right: 7px;
	margin-bottom: 3px;
}
.contlist li .listcon{
	padding: 25px 30px 25px 40px;
}
.contlist li .listcon .rt{
	position: relative;
	height: 100px;
}
.contlist li .listcon img{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.contlist li .listcon .inf{
	padding-top: 20px;
	margin-left: 120px;
	color: #333333;
	font-size: 16px;
	line-height: 1;
}
.contlist li .listcon .inf p:first-child{
	margin-bottom: 20px;
}


/*集团新闻*/
.newsbox{
	margin-top: 40px;
}
.bignew a{
	display: flex;
	background: #F7F7F7;
}
.bignew .img{
	float: left;
}
.bignew .img img{
	display: block;
	width: 630px;
}
.bignew .word{
	/*width: 60%;*/
	float: left;
	padding: 90px 60px 0;
	height: 100%;
}
.bignew .word .time{
	color: #808080;
	font-size: 16px;
	line-height: 1;
}
.bignew .word h3{
	font-size: 30px;
	line-height: 1.6;
	margin-top: 20px;
	font-weight: 400;
}
.bignew .word .con{
	color: #595959;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 3;
}
.bignew .word .more{
	display: block;
	line-height: 1;
	color: #1C78C7;
	font-size: 20px;
	font-weight: 300;
}
.bignew .word .more i{
	font-family: simsun;
	margin-left: 10px;
}
.newsbox .newboxindex{
	padding: 50px 0;
}
.newsbox .newboxindex .newlist li{
	margin-bottom: 25px;
}
.newsbox .newlist li .word .more{
	color: #1C78C7;
}
.newsbox .pages{
	margin-top: 40px;
}
.pages{
	text-align: center;
}
.pages a{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #cacaca;
	margin: 0 5px;
	font-size: 16px;
	transition: all 0.36s;
}
.pages a:hover{
	background: #02b0f0;
	border: 1px solid #02b0f0;
	color: #FFFFFF;
}
.pages a.first,.pages a.last{
	width: 75px;
}
.pages a.on{
	background: #02b0f0;
	border: 1px solid #02b0f0;
	color: #FFFFFF;
}
.nosear{
	display: block;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

/*精彩视频*/
.videolist{
	margin-top: 40px;
}
.videolist li{
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 25px;
}
.videolist li:nth-child(3n+1){
	margin-left: 0;
}
.videolist li .img{
	position: relative;
}
.videolist li .img .vidimg{
	display: block;
	width: 100%;
}
.videolist li .img .btnplay{
	display: block;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.videolist li .word{
	background: #F7F7F7;
	padding: 30px;
	line-height: 1.5;
	font-size: 16px;
}
.videolist li .word p{
	height: 3em;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.videolist .pages{
	margin-top: 40px;
}


/*新闻详情*/
.newdetail{
	padding: 60px 40px 60px 0;
}
.newdthd h3{
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}
.newdthd .inp{
	line-height: 28px;
}
.newdthd .inp span,.newdthd .inp .bdsharebuttonbox,.newdthd .inp p{
	float: left;
}
.newdthd .inp i{
	color: #358FDF;
}
.newdthd .inp span{
	margin-right: 30px;
	color: #808080;
}
.newdthd{
	padding-bottom: 26px;
	position: relative;
}
.newdthd:after{
	content: '';
	display: block;
	width: 100%;
    height: 1px;
    background: linear-gradient(90deg,rgba(26,119,201,1),rgba(113,191,68,1));
    position: absolute;
    left: 0;
    bottom: 0;
}
.decon{
	margin-top: 30px;
}
.decon p{
	/*text-indent: 2em;*/
	color: #595959;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 2;
}
.decon img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
	height: auto !important;
}
.relabox{
	margin-top: 60px;
}
.relabox h3{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 400;
}
.relabox.newlist li{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
.relabox.newlist li .word{
	background: #F7F7F7;
	padding: 20px 30px;
}
.relabox.newlist li .word .more{
	color: #358FDF;
}
.samertjie{
	position: relative;
	padding-top: 30px;
	margin-top: 40px;
}
.samertjie:after{
	content: '';
	display: block;
	width: 100%;
    height: 1px;
    background: linear-gradient(90deg,rgba(26,119,201,1),rgba(113,191,68,1));
    position: absolute;
    left: 0;
    top: 0;
}
.samertjie a{
	display: block;
	color: #595959;
	font-size: 14px;
}
.samertjie .lt a{
	margin-bottom: 10px;
	transition: all 0.3s;
}
.samertjie .lt a:hover{
	color: #358FDF;
}
.samertjie .rt{
	width: 110px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #E3E3E3;
	position: absolute;
	right: 0;
	top: 30px;
	transition: all 0.3s;
}
.samertjie .rt:hover{
	background: #358FDF;
	border: 1px solid #358FDF;
	color: #FFFFFF;
}


/*核心理念*/
.corebox{
	margin-top: 34px;
}
.brandbox{
	display: flex;
	margin-top: 50px;
}
.brandbox .bbl,.brandbox .bbr{
	float: left;
	width: 50%;
}
.brandbox .bbl{
	background: url(../../images/images/bgline.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.brandbox .bbl img{
	display: block;
	margin: 0 auto;
	max-width: 80%;
	max-height: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.brandbox .bbr{
	padding: 60px 50px 70px;
}
.brandbox .bbr h3{
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 30px;
}
.brandbox .bbr .to{
	margin-top: 35px;
}
.brandbox .bbr .to span{
	display: block;
	color: #1C78C7;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.brandbox .bbr .to p{
	color: #595959;
	font-size: 16px;
	line-height: 2;
}
.paitwo .boxp{
	display: flex;
}
.paitwo .img,.paitwo .word{
	width: 50%;
}
.paitwo .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.paitwo .word{
	padding-top: 70px;
	padding-bottom: 50px;
	align-self: center;
}
.paddingl{
	padding-left: 80px;
}
.paddingr{
	padding-right: 80px;
}
.paitwo .word h3{
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
}
.paitwo .word p{
	color: #1C78C7;
	font-size: 24px;
	line-height: 1;
	margin: 40px 0 26px;
}
.paitwo .word div{
	color: #666666;
	font-size: 18px;
	line-height: 2;
}
.paitwo.zeren .word h3{
	margin-bottom: 40px;
}



/*内部刊物*/
.inbook{
	margin-top: 40px;
}
.bktop{
	position: relative;
}
.bktop .bg{
	height: 460px;
	background: #F7F7F7;
}
.bktop .bimg{
	display: block;
	width: 100%;
	height: 113px;
}
.bktop .bookcon{
	position: absolute;
	top: 67px;
	left: 200px;
}
.bookcon{
	display: flex;
}
.bookcon .img{
	width: 322px;
}
.bookcon .img img{
	display: block;
	width: 100%;
}
.bookcon .word{
	align-self: center;
	margin-left: 90px;
}
.bookcon .word h3{
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
}
.bookcon .word h4{
	color: #404040;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin: 39px 0 18px;
}
.bookcon .word div{
	color: #595959;
	font-size: 18px;
	margin-bottom: 60px;
}
.bookcon .word a{
	color: #1C78C7;
	font-size: 18px;
	margin-right: 30px;
}
.bookcon .word a i{
	font-family: simsun;
	margin-left: 5px;
}
.bookbox{
	position: relative;
	padding-bottom: 30px;
}
.bookbox .bkline{
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(0,0,0,0.1);
}
.yeartt{
	line-height: 52px;
	font-size: 50px;
	font-weight: 400;
	display: inline-block;
	background: #FFFFFF;
	padding: 0 15px;
}
.bookbox .swiper-slide{
	display: block;
	background: transparent;
}
.bookbox ul{
	margin-top: 10px;
	margin-bottom: -1px;
}
.bookbox li{
	float: left;
	width: 50%;
	border-top: 1px solid #E4E4E4;
	padding: 50px 0;
}
.bookbox li:first-child,
.bookbox li:nth-child(2){
	border-top:none;
}
.bookbox .swiper-button-next,.bookbox .swiper-button-prev{
	width: 52px;
	height: 52px;
	background-size: 52px 52px !important;
	opacity: 1 !important;
	top: 0;
	margin-top: 0;
}
.bookbox .swiper-button-next{
	background: url(../../images/images/swiperr2.png) no-repeat;
	right: 0;
}
.bookbox .swiper-button-prev{
	background: url(../../images/images/swiperl2.png) no-repeat;
	left: 0;
}

.bookbox .bookcon .img{
	width: 224px;
}
.bookbox .bookcon .word{
	text-align: left;
	margin-left: 50px;
}
.bookbox .bookcon .word h3{
	font-size: 24px;
}
.bookbox .bookcon .word h4{
	font-size: 18px;
	margin: 35px 0 20px;
}
.bookbox .bookcon .word div{
	font-size: 16px;
}
.bookbox .bookcon .word a{
	
}



/*员工风采*/
.staff.honor .holeft ul{
	width: 200px;
}
.staff .holeft li:hover,.staff .holeft li.on{
	/*color: #348FE0;*/
}
.staff .zhbox{
	display: none;
	border: 0;
	padding: 0;
}


/*城市集中供热*/
.mainbus{
	margin-top: 38px;
}
.mainbus .maj{
	color: #595959;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 55px;
}
.mainbus .matype p{
	font-size: 24px;
	color: #4D4D4D;
	line-height: 1;
	margin-bottom: 19px;
}
.mainbus .matype h3{
	font-size: 18px;
	color: #4D4D4D;
	line-height: 1;
}
.cortype{
	display: flex;
	margin-top: 20px;
}
.cortype .word,.cortype .img{
	width: 50%;
	align-self: center;
	color: #595959;
	font-size: 16px;
}
.cortype .word p{
	margin-bottom: 20px;
	position: relative;
	line-height: 24px;
	padding-left: 30px;
}
.cortype .word p img{
	position: absolute;
	left: 0;
	top: 3px;
}
.cortype .word>img{
	display: block;
	width: 100%;
}
.cortype .img{
	padding-left: 100px;
}
.cortype .img img{
	display: block;
	width: 100%;
}
.advantage{
	
}
.advantage .hhd{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.advantage .hhd h3{
	color: #4D4D4D;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
}
.advanbox .boxp{
	display: flex;
}
.advanbox .boxp .word,.advanbox .boxp .img{
	width: 50%;
	align-self: center;
}
.advanbox .boxp .img img{
	display: block;
	width: 100%;
}
.advanbox .boxp .word{
	padding-top: 20px;
	padding-bottom: 20px;
}
.advanbox .boxp .word h3{
	color: #4D4D4D;
	font-size: 34px;
	font-weight: 400;
}
.advanbox .boxp .word h3 img{
	margin-right: 10px;
}
.advanbox .boxp .word p{
	color: #404040;
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0;
}
.advanbox .boxp .word .oli span{
	display: block;
	line-height: 32px;
	position: relative;
	padding-left: 30px;
	color: #595959;
	font-size: 16px;
}
.advanbox .boxp .word .oli img{
	display: block;
	width: 16px;
	position: absolute;
	top: 8px;
	left: 0;
}
.advanbox .boxp .word .moad span{
	display: block;
	position: relative;
	padding-left: 56px;
	color: #595959;
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.5;
}
.advanbox .boxp .word .moad i{
	display: block;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 50%;
	background: #2486DD;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.swiperying .swiper-pagination{
	bottom: 10px !important;
}
.swiperying .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFFFFF;
	opacity: 1;
	border: 0 !important;
}
.swiperying .swiper-pagination-bullet-active{
	background: #2486DD;
}


/*市政规划设计*/
.design {
	display: flex;
}
.design .deimg,.design .deword{
	width: 50%;
}
.design .deimg img{
	display: block;
	width: 100%;
}
.design .deword{
	align-self: center;
	padding: 0 100px;
}
.design .deword .orh3{
	font-size: 32px;
}
.design .deword .con{
	color: #595959;
	font-size: 18px;
	line-height: 2 !important;
	margin-top: 30px;
}


/*项目布局*/
.projectlayout{
	margin-top: 40px;
}
.projectlayout .lyti{
	color: #595959;
	font-size: 18px;
	line-height: 1.6;
}
.projectlayout .pclay{
	margin-bottom: 0;
}
.laybottom{
	display: block;
	width: 100%;
}


/*项目案例*/
.prolist{
	margin: 50px 0;
}
.prolist li{
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 32px;
	transition: all 0.3s;
}
.prolist li:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}
.prolist li .img img{
	display: initial;
	width: 100%;
}
.prolist li .word{
	background: #F4F4F4;
	padding: 50px 32px;
}
.prolist li .word h3{
	font-weight: 400;
	line-height: 1;
	font-size: 24px;
	overflow: hidden;
	height: 1em;
}
.prolist li .word div{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	height: 4.5em;
}
.prolist li .word span{
	font-weight: 300;
	color: #666666;
	font-size: 18px;
}
.prolist li .word span i{
	font-family: simsun;
	margin-left: 8px;
}


.relabox.newlist li .word.casew{
	padding: 40px 25px;
}
.newlist li .word.casew .sec{
	height: 1em;
	overflow: hidden;
	line-height: 1em;
	margin-top: 0;
}
.newlist li .word.casew .more{
	color: #010101 !important;
}




/*招贤纳士*/
.zhaoxian .con>img{
	width:100%;
}
.zhaoxian .con .til{
	margin-top:32px;
	border-top:1px solid #e5e5e5;
	font-size: 30px;
	color:#71BF44;
	text-align: center;
	line-height: 108px;
}
.zhaoxian .con .ul{
	overflow: hidden;
	margin:0 -25px;
}
.zhaoxian .con .ul .li{
	width:50%;
	float: left;
	padding:0 25px;
	text-align: center;
	font-size: 24px;
	line-height: 84px;
	color:#333;
}
.zhaoxian .con .ul .li img{
	display: block;
}
.zhaoxian .table{
	padding-bottom:25px;
}
.zhaoxian .table .tr{
	overflow: hidden;
	height:55px;
	margin-bottom:20px;
	line-height:55px;
}
.zhaoxian .table .th,
.zhaoxian .table .td{
	float: left;
	width:27.6%;
	height:100%;
	font-size: 18px;
}
.zhaoxian .table .th:first-child,
.zhaoxian .table .td:first-child{
	width:44.8%;
	padding-left:30px;
}
.zhaoxian .table .hot{
	margin:0 0 -21px 22px;
	display: inline-block;
	width:40px;
	height:100%;
	background: url(../../images/images/icon_hot.png) no-repeat center;
	background-size:100%;
}
.zhaoxian .table .th{
	background:#71BF44;
	color:#fff;
}
.zhaoxian .table .td{
	background:#f7f7f7;
	color:#333;
	overflow: hidden;
}
.zhaoxian .table .td a{
	float: right;
	padding-right:40px;
	position: relative;
	font-size: 16px;
	color:#005BC2;
}
.zhaoxian .table .td a::before{
	content:'>>';
	display: block;
	position: absolute;
	right:20px;
	top:1px;
	font-family:simsun;
}
.zhaoxian .ul-detail{
	overflow: hidden;
}
.zhaoxian .ul-detail .til{
	font-size: 32px;
	color:#333;
}
.zhaoxian .ul-detail .info{
	margin:25px 47px;
	font-size:16px;
	color:#595959;
	line-height:2.5em;
}
.zhaoxian .ul-detail .info .t{
	font-weight:bold;
	color:#333;
}
.zhaoxian .ul-detail .info a{
	position: relative;
	color:#02aff1;
}
.zhaoxian .ul-detail .info a::after{
	content:'';
	display: block;
	position: absolute;
	left:0;
	bottom:-2px;
	width:100%;
	border-top:1px solid #02aff1;
}
.zhaoxian .ul-detail .back{
	display: block;
	float: right;
	margin-top:50px;
	width:110px;
	height:32px;
	border:1px solid #e3e3e3;
	line-height:30px;
	text-align: center;
	font-size:14px;
	color:#595959;
}
/*党建工作*/
.dangjian{
	padding:40px 0;
	overflow: hidden;
}
.dangjian .ul-1{
	font-size:18px;
	color:#595959;
	line-height: 1.7em;
}
.dangjian .ul-2{
	position: relative;
	margin:20px 0 80px 0;
	overflow: hidden;
	background:#F2F2F2;
}
.dangjian .ul-2 .li{
	width:50%;
	color:#333;
}
.dangjian .ul-2 .li.last{
	position: absolute;
	right:0;
	top:0;bottom:0;
	padding:40px 110px;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.dangjian .ul-2 .li img{
	display: block;
	width:100%;
}
.dangjian .ul-2 .li .til{
	font-size:30px;
}
.dangjian .ul-2 .li .p{
	margin-top:28px;
	font-size:18px;
	line-height: 28px;
}
.dangjian .ul-3 .til{
	color:#333;
	font-size:30px;
}
.dangjian .ul-3 .p{
	margin:18px 0 28px 0;
	font-size:18px;
}
.dangjian .ul-3 .ul{
	overflow: hidden;
	margin:0 -32px;
}
.dangjian .ul-3 .ul .li{
	float: left;
	width:50%;
	padding:0 32px;
}
.dangjian .ul-3 .ul .li img{
	display: block;
	width:100%;
}
.dangjian .ul-3 .ul .li p{
	padding:20px 0;
	font-size:16px;
	color:#333;
}
/*党建工作-end*/
/*服务-供暖投诉*/
.fuwu .form{
	max-width:808px;
}
.fuwu .form .til{
	font-size:24px;
	color:#333;
}
.fuwu .form .form-group{
	overflow: hidden;
	margin-top:20px;
	line-height:40px;
	font-size:16px;
	color:#323232;
}
.fuwu .form .form-group:first-child{
	font-weight:bold;
}
.fuwu .form .form-group .label{
	float:left;
	width:84px;
}
.fuwu .form .form-group .group{
	margin-left:84px;
	overflow: hidden;
}
.fuwu .form .form-group .group input[type="radio"]{
	display: none;
}
.fuwu .form .form-group .group label{
	float: left;
	position: relative;
	margin-right:16px;
	padding-left:20px;
	cursor: pointer;
}
.fuwu .form .form-group .group label:before{
	content:'';
	display: block;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-8px;
	width:16px;
	height:16px;
	background:url(../../images/images/icon_r_2.png) no-repeat center;
	background-size:100%;
}
.fuwu .form .form-group .group input[type="radio"]:checked~label:before{
	background-image:url(../../images/images/icon_r_1.png);
}
.fuwu .form .form-group .group .select-box{
	float: left;
}
.fuwu .form .form-group .group .select{
	width:152px;
	border-color:#CBCBCB;
}
.fuwu .form .form-group .group input[type="text"]{
	width: 100%;
	height:40px;
	border:1px solid #CBCBCB;
	padding:0 12px;
}
.fuwu .form .form-group .group textarea{
	width: 100%;
	border:1px solid #CBCBCB;
	padding:0 12px;
}
.fuwu .form .form-inline{
	overflow: hidden;
}
.fuwu .form .form-inline .form-group{
	float: left;
	width:60%;
	font-weight:normal;
}
.fuwu .form .form-inline .form-group:first-child{
	width:40%;
	padding-right:30px;
}
.fuwu .form .btn{
	margin-top:20px;
	width:100%;
	height:40px;
	border:none;
	background:#F38900;
	text-align: center;
	line-height:38px;
	font-size:16px;
	color:#fff;
}
.fuwu .form .email{
	padding-top:75px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:50px;
}
.fuwu .form .email a{
	position: relative;
	padding-left:95px;
	font-size:24px;
	color:#2486DD;
}
.fuwu .form .email a::after{
	content:'';
	display: block;
	position: absolute;
	left:95px;
	bottom:-3px;
	width:207px;
	border-top:1px solid #2486DD;
}
.fuwu .form .email a::before{
	content:'';
	display: block;
	position: absolute;
	left:6px;
	top:-25px;
	width:74px;
	height:75px;
	background:url(../../images/images/fu_i_email.png) no-repeat center;
	background-size:100%;
}
/*服务-供暖投诉-end*/
/*服务-服务规范*/
.fuwu .con>img{
	width:100%;
}
.fuwu .ul{
	padding:18px 0;
}
.fuwu .ul .li{
	position: relative;
	margin-left:33px;
	padding:13px 0;
	border-top:1px solid rgba(217,217,217,.6);
	line-height:30px;
	font-size:16px;
	color:#333;
}
.fuwu .ul .li:first-child{
	border-top:none;
}
.fuwu .ul .li:before{
	content:'';
	display: block;
	position: absolute;
	left:-33px;
	top:19px;
	width:18px;
	height:18px;
	background:url(../../images/images/icon-circlegreen.png) no-repeat center;
	background-size:100%;
}
/*服务-服务规范-end*/
/*服务-温暖用户*/
.fuwu .con>.p{
	font-size:18px;
	color:#595959;
	line-height: 2 !important;
	margin-bottom:27px;
}
.fuwu .table .til{
	position: relative;
	padding-left:100px;
	margin-top:55px;
	margin-bottom:29px;
	line-height:88px;
	font-size:30px;
	color:#71BF44;
}
.fuwu .table .til::before{
	content:'';
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:87px;
	height:88px;
	background:url(../../images/images/fuwu_tel.png) no-repeat center;
	background-size:100%;
}
.fuwu .table .tbody{
	position: relative;
	border:1px solid #379500;
	border-top:none;
	overflow: hidden;
}
.fuwu .table .tbody::before{
	content:'';
	display: block;
	position: absolute;
	left:50%;
	top:0;
	z-index: 3;
	height:100%;
	border-left:1px solid #379500;
}
.fuwu .table .tr{
	border-top:1px solid #379500;
	overflow: hidden;
}
.fuwu .table .td{
	float: left;
	width:50%;
}
.fuwu .table .td .t{
	position: relative;
	background:#71BF44;
	padding:0 38px;
	font-size:18px;
	color:#132F03;
	line-height:44px;
	height:44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fuwu .table .td .t::before{
	content:'';
	display: block;
	position: absolute;
	left:24px;
	top:50%;
	width:8px;
	height:8px;
	margin-top:-4px;
	border-radius:50%;
	background:#fff;
}
.fuwu .table .td .p{
	padding:15px 40px;
	height:80px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size:18px;
	color: #333;
	line-height:1.5em;
}
.citynone{
	display: block;
}
.cityblock{
	display: none;
}
/*服务-温暖用户-end*/

.map{
	height:780px;
}


/*员工风采手机端轮播*/
.swiper-pagination-v{
	top:0;
}




