/*1*/
.banner{
	width: 100%;
	height: 605px;
	background: url(../images/baner.jpg) no-repeat center top;
	overflow: hidden;
}
.banner_hd{background: url(../images/banner_hd.jpg) no-repeat center top;}
.ba1{
	width: 1100px;
	margin: 0 auto;
	padding-top: 170px;
}
.ba1>div{
	width: 120px;
	height: 5px;
	background: #187bf2;
}
.p1{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-top:8px;
}
.p2{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.p2 span{
	color: #78a6fe;
}
.p3{
	font-size: 22px;
	color: #fff;
}
.p4{
	font-size: 10px;
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
	margin-top: 8px;
}
.ba2{
	width: 1100px;
	margin: 0 auto;
	background: #305dc3;
	height: 108px;
	margin-top: 322px;
}
.ba2 li{
	display: block;
	width: 635px;
	margin: 0 auto;
	position: relative;
}
.ba2 li form input.search{
	height:36px;
	line-height: 36px;
	width: 635px;
	color:#777;
	border-radius: 25px;
	outline:none;
	border:solid 1px #5e5e5e;
	margin-top: 12px;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
#submit{
	position: absolute;
	right: 15px;
	top: 19px;
}
.search1{
	margin-top: 10px;
}
.search1 p{
	font-size: 14px;
	color: #999;
}
.search1 p a{
	margin-left: 10px;
	color: #999;
}
.ba2>p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.ba2>p a{
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}
/*2*/
.sy2{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.sy2_1{
	text-align: center;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	margin-bottom:20px;
}
.sy2_1 p{
	font-size: 28px;
	color: #333;
}
.sy2_1 h1{
	text-align: center;
	font-size: 10px;
	color: #999;
	font-weight:normal;
}
.sy2_2{
	width:1100px;
	margin: 0 auto;
	margin-top:26px;
	display: inline-block;
	border-bottom: 1px dotted #305dc3;
	padding-bottom: 10px;
}
.sy2_2 ul li{
	float: left;
	width: 16.6%;
	text-align: center;
	height: 20px;
	line-height: 11px;
}
.sy2_2 .cur1 a{
	border-left: 1px solid #999;
}
.sy2_2 ul li a{
	color: #333;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 14px;
	border-right: 1px solid #999;
	line-height:14px;
	overflow:hidden;
}
.cur1 a{
	color: #305dc3 !important;
}
.sy2_2 ul li a:hover{
	color: #305dc3;
}
/**/
#indexPage{
	margin-top: 20px;
}
#mproject{
	border-bottom: 1px dotted #305dc3;
}

#indexPage #projectlist .projectitem {
	margin: 0
}

#projectlist .projectitem a {
	display: block;
	overflow: hidden
}

#projectlist .projectitem a img {
	float: none;
	width: 100%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectlist .projectitem a:hover img {
	transform: scale(1.2, 1.2)
}

#projectlist .projectitem a .project_info {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info {
	background: rgba(0,0,0,.7)
}

#projectlist .projectitem a .project_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px
}

#projectlist .projectitem a .project_info div {
	position: relative;
	top: 50%;
}


#projectlist .projectitem a:hover .project_info p.title {
	margin-top: 0px;
	color: #fff;
	font-size: 16px
}

#projectlist .projectitem a .project_info p.subtitle {
	margin-top: 16px;
	color: rgba(0,0,0,0);
	font-size: 12px;
	transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: 0px;
	color: #b7b7b7;
}

#indexPage #mproject .content .wrapper {
	width: 1200px;
	margin: 0 auto;
}

#indexPage #projectlist .projectitem {
	margin-bottom: 80px;
	width: 22%;
	height: auto;
	margin-right: 1.2%;
	float: left;
	position: relative;
}

#indexPage #projectlist .projectitem .project_info p.title {
	font-size: 14px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-top: 120px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#indexPage #projectlist .projectitem .project_info p.subtitle {
	margin-top: 0px;
	color: #999;
	text-transform: uppercase;
}

#indexPage #projectlist .projectitem a:hover .project_info p.title {
	margin-top: 128px;
	color: #305dc3;
	font-size: 14px;
}

#indexPage #projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: -16px;
	color: transparent;
}
/**/
.more{
	display: block;
	width: 230px;
	height: 56px;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 16px;
	color: #305dc3;
	text-transform: uppercase;
	text-align: center;
	line-height: 56px;
}
.more:hover{
	color: #fff;
	background: #305dc3;
}
/*3*/
.sy3{
	width: 100%;
	height: 531px;
	background: url(../images/3.jpg) no-repeat;
	margin-top: 50px;
}
.sy3>div{
	width: 1100px;
	margin: 0 auto;
	padding-top: 90px;
}
.sy3>div>p{
	font-size: 36px;
	text-transform: uppercase;
	line-height: 36px;
	color: #fff;
}
.sy3 .sy3_1{
	display: inline-block;
	margin-top: 10px;
}
.sy3 .sy3_1 img{
	float: left;
}
.sy3 .sy3_1>img{
	width:350px;
}
.sy3 .sy3_1 div{
	float: left;
	margin-left: 40px;
	width: 650px;
}
.sy3 .sy3_1 .sy_p1{
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
}
.sy3 .sy3_1 .sy_p2{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 23px;
}
.sy3 .sy3_1 a{
	display: block;
	width: 103px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}
.sy3 .sy3_1 a:hover{
	background: #fff;
	color: #305dc3;
}
.sy_p3{
	display: inline-block;
	margin: 35px 0;
}
.sy_p3 span{
	display: block;
	float: left;
	width: 150px;
	color: #fff;
}
.sy_p3 span img{
	margin-top: 5px;
	margin-right: 5px;
}
/*4*/
.sy4{
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
}
.sy4_1{
	text-align: center;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 30px;
	font-size: 10px;
}
.sy4_1 p{
	font-size: 28px;
	color: #333;
}
.sy4_21 img{
	float: left;
}
.sy4_21>div{
	float: left;
	margin-left: 15px;
	width: 400px;
	overflow: hidden;
}
.sy4_p1{
	font-size: 26px;
	color: #666;
	margin: 15px 0 8px 0;
	text-transform:uppercase;
}
.sy4_p2{
	width: 75px;
	height: 5px;
	background: #666;
}
.sy4_21{
	float: left;
	width: 48%;
	margin-left: 1%;
}
.sy4_21>div>ul{
	margin-top: 15px;
}
.sy4_21>div>ul li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.sy4_21>div>ul li span{
	color: #999;
}
.sy4_21>div>a{
	width: 103px;
	height: 26px;
	border: 1px solid #333;
	border-radius: 15px;
	line-height: 26px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 14px;
}
.sy4_21>div>a:hover{
	color: #fff;
	background: #305dc3;
}
/*5*/
.sy5{
	width: 100%;
	background: url(../images/5-1.jpg) no-repeat top center;
	margin-top: 70px;
	margin-bottom: 20px;
}
.sy5>div{
	width: 1100px;
	margin: 0 auto;
}
.sy5_1{
	color: #fff;
	padding-top: 50px;
	margin-bottom: 40px !important;
}
.sy5_1 p{
	color: #fff;
}
.sucaihuo-outer {
}

#sucaihuo {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

#sucaihuo .owl-wrapper-outer {
	margin: 0 auto;
	margin-bottom:20px;
}

#sucaihuo .item {
	position: relative;
	width: 248px;
	height: 285px;
	margin: 0 12px;
	background-color: #fff;
	overflow: hidden;
	border: 1px dotted #ccc;
	float: left;
}

#sucaihuo .shd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#sucaihuo .shd a {
	display: block;
	width: 250px;
	height: 239px;
}

#sucaihuo .txt {
	position: absolute;
	left: 0;
	margin-top: 8px;
	padding: 0 5px;
	color: #888;
    width: 96%;
}

#sucaihuo h3 {
	width: 100%;
	height: 25px;
	margin-bottom: 6px;
	font: 700 16px/25px "Microsoft Yahei","Helvetica Neue","Helvetica,Arial","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","Source Han Sans SC Regular",sans-serif;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
    text-overflow: ellipsis;
}

#sucaihuo h3 a {
	color: #333;
	text-decoration: none;
}

#sucaihuo h3 a:hover {
	color: #305dc3;
}

#sucaihuo p {
	width: 100%;
	height: 54px;
	line-height: 20px;
	font-size: 14px;
}

#sucaihuo .item:hover .shd {
	background-color: rgba(0, 0, 0, 0);
}
 .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	font: 60px/60px "Microsoft Yahei","Helvetica Neue","Helvetica,Arial","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","Source Han Sans SC Regular",sans-serif;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 42.3%;
	width: 37px;
	height: 37px;
	background: url(../images/5l-1.png) no-repeat center;
	margin-top: 49px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 42.3%;
	width: 37px;
	height: 37px;
	background: url(../images/5r-1.png) no-repeat center;
	margin-top: 49px;
}
.more1{
	display: block;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #305dc3;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	margin: 25px auto;
}
.more1:hover{
	color: #305dc3;
	background: #fff;
	border: 1px solid #ccc;
}
.cur2{
	font-size: 14px;
	color: #666;
	display: block;
	width: 182px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #666;
	margin-top: 12px;
}
.cur2:hover{
	background: #474747;
	color: #fff;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}	
.owl-carousel .owl-item{
	float: left;
	width: 264px !important;
	margin-left: 10px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
/*6*/
.sy6{
	width: 1100px;
	margin: 0 auto;
	margin-top: 10px !important;
	padding-top:0 !important;
	margin-top:-20px !important;
}
.sy6 p{
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	height:auto;
	margin-bottom:30px;
}
.sy6 p a,.sy6 p span{
	display:block;
	float:left;
	color: #ccc;
	margin-right: 20px;
}
.sy6 p span{
	height:69px;
	width: 93px;
	border: 1px dotted #ccc;
	line-height: 69px;
	text-align: center;
	margin-bottom:10px;
}
.sy6 p a{
	    color: rgba(175, 175, 175, 0.5) !important;
}
/*公司介绍*/
.gsjs{
	width: 100%;
	height: 350px;
	background: url(../images/ba1.jpg) no-repeat center top;
	overflow: hidden;
}
.gsjs>div{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.gsjs>div img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.gsjs>div p{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	z-index: 1;
}
.gsjs>div div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1510px;
	height: 50px;
	background: #f3f5fb;
}
/**/
.sycontent{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 16px solid #78a6fe;
	padding-bottom: 30px;
}
.left{
	width: 250px;
	overflow: hidden;
	height: auto;
	float: left;
}
.left .item{
	background: #f3f5fb;
}
.left .item li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../images/gsjs-1.png) no-repeat center bottom;
}
.lilast{
	background: none !important;
}
.left .item li a{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left .item li:hover{
	background: #78a6fe !important;
}
.left .item li:hover>a{
	color: #fff;
}
.lefttj{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.lefttj h2{
	font-size: 14px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background: #305dc3;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px;
}
.left .itemtj{
	border: 1px solid #305dc3;
	background: none;
}
.left .itemtj li{
	width: 100%;
	overflow: hidden;
	text-indent:1rem;
	text-align:left;
}
.leftdh{
	width: 100%;
	height: 153px;
	background: url(../images/gsjs-2.jpg) no-repeat center;
	margin-top: 20px;
}
.leftdh p{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-top: 50px;
	width: 75%;
	margin: 0 auto;
}
.leftdh p span{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
/*right*/
.right{
	width: 822px;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.rightt{
	width: 100%;
	display: inline-block;
}
.rightt>div{
	float: left;
}
.right1{
	width: 4px;
	height: 41px;
	background: #305dc3;
	margin-top: 8px;
}
.right2{
	color: #305dc3;
	margin-left: 13px;
}
.right2 span{
	font-size: 18px;
}
.right2 p{
	font-size: 24px;
}
/**/
.gsjs_1{
	margin-top: 30px;
}
.gsjs_1 p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
	border-bottom: 1px solid #78a6fe;
	padding-bottom: 20px;
}
.gsjs_1 p span{
	color: #305dc3;
}
/**/
.gsjs_al{
	width: 100%;
	background: #f3f5fb;
	margin-top: 20px;
	text-align: center;
}
.gsjs_al>p{
	font-size: 24px;
	color: #305dc3;
	padding-top: 40px;
}
.gsjs_al>div{
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	display:inline-block;
	padding-bottom:20px;
}
.gsjs_al ul li {
    width: 263px;
    height: auto;
    float: left;
    margin-left: 12px;
    display: inline;
}

.gsjs_al ul li a {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}
.gsjs_al ul li img {
    width: 100%;
    height: auto;
    float: left;
}
.gsjs_al ul li span {
	font-size: 14px;
	color: #333;
    width: 100%;
    height: 35px;
    float: left;
    display: block;
    text-align: center;
    line-height: 35px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gsjs_al ul .lif{
	margin-left: 0 !important;
}
/*水处理设备*/
.shebei_1{
	width: 99.8%;
	border: 1px solid #78a6fe;
	margin-top: 30px;
}
.shebei_1 p{
	width: 94%;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	padding:20px 0;
	line-height: 22px;
}
.shebei_2{
	margin-top: 30px;
}
.shebei_2 ul li {
    width: 396px;
    height: auto;
    float: left;
    display: inline;
    margin-left: 8px;
    margin-right: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}
.shebei_2 ul li a {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
}
.shebei_2 ul li img {
    width: 396px;
    height: 297px;
    float: left;
    transform:scale(0.99,0.99);
    transition:transform 1s ease;
}
.shebei_2 ul li:hover>a>img{
	transform:scale(1.2,1.2);
}
.shebei_2 ul li span {
	font-size: 14px;
	color: #333;
    width: 100%;
    height: 35px;
    float: left;
    display: block;
    text-align: center;
    line-height: 35px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/*轮播*/
.left_show {
	padding: 15px 0 0;
	position: relative;
	width: 100%;
	background: #f3f5fb;
}

.left_showbk {
	width: 193px;
	height: 182px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.left_show .hr_prev,.left_show .hr_next {
	margin-top: -12px;
}

.dhwz {
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding: 10px 0 0;
}

.left_show .hr_prev {
	background: url(../images/lbl.png) no-repeat;
}

.left_show .hr_next {
	background: url(../images/lbr.png) no-repeat;
}

.dhwz a {
	margin: 0 5px;
}

.ny_pad {
	padding: 20px 0 0;
}

.ny_about {
	line-height: 32px;
}

.hr_prev {
	width: 12px;
	height: 17px;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}

.hr_next {
	width: 12px;
	height: 17px;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}

.pro_list li {
	width: 193px;
	height: 187px;
	float: left;
	display: inline;
	margin-right: 22px;
	text-align: center;
}

.pro_list p {
	line-height: 30px;
	height: 30px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
}

.pro_a01 {
	width: 172px;
	height: 147px;
	padding: 5px;
	border: #c2c1c1 solid 1px;
	background: #dfdfdf;
	display: block;
	position: relative;
	z-index: 9;
}

.pro_s01 {
	height: 147px;
	display: block;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 1;
}

.pro_list img {
	width: 193px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pro_a01:hover {
	border: #0691eb solid 1px;
	background: #2facfc;
}
.dede_pages {
	width: 100%;
	height: 30px;
	margin-bottom: 4px;
	margin-top: 30px;
}

.dede_pages ul {
	float: right;
	margin: 0 auto;
}
/*设备内容*/
.shebeinr_1{
	width: 99.8%;
	border: 1px solid #78a6fe;
	margin-top: 30px;
}
.shebeinr_1 h2{
	font-size: 18px;
	color: #333;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	margin: 40px 0 20px 0;
}
.shebeinr_1 p{
	width: 97%;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.gduo {
    line-height: 30px;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 10px;
}
.gduo span {
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow:ellipsis;
	background:#f3f5fb;
	margin-top:5px;
	font-size: 14px;
	color: #666;
}
.gduo a:hover {
    color: #009EDF;
}
/*新闻*/
.xinwen_1{
	width: 100%;
	height: auto;
	background: #f3f5fb;
	text-align: center;
}
.xinwen_1 ul li {
    width: 192px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    margin-top: 10px;
}
.xinwen_1 ul li a {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}
.xinwen_1 ul li img {
    width: 100%;
    height: auto;
    float: left;
}
.xinwen_1 ul li span {
	font-size: 14px;
	color: #333;
    width: 100%;
    height: 35px;
    float: left;
    display: block;
    text-align: center;
    line-height: 35px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xinwen_1 ul .lif{
	margin-left: 0 !important;
}
.xinwen_2 .cont {
	overflow: hidden;
	_zoom: 1;
	margin-top: 5px;
	border-bottom: 1px solid #78a6fe;
	margin-bottom: 5px;
}

.xinwen_2 .cont .left1 {
	float: left;
	padding: 10px;
	padding-left: 0;
}

.xinwen_2 .cont .left1 .pic {
	width: 140px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px;
	overflow:hidden;
}
.xinwen_2 .cont .left1 .pic img{
	width: 140px;
	height: 105px;
	display: block;
}

.xinwen_2 .cont .left1 .pic a {
	display: block;
}

.xinwen_2 .cont .rightneir {
	overflow: hidden;
}

.xinwen_2 .cont .rightneir ul {
	overflow: hidden;
        padding:10px 0 20px;
}

.xinwen_2 .cont .rightneir ul li {
	line-height: 25px;
	padding: 10px 20px 0 20px;
}

.xinwen_2 .cont .rightneir ul li .nr {
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.xinwen_2 .cont .rightneir ul li .ck {
	text-align: right;
	padding: 7px 20px;
}

.xinwen_2 .cont .rightneir .title {
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.xinwen_2 .cont .rightneir .title .lbtime {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
/*工程业绩*/
.gcyj_zl{
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
}
.gcyj_zl>p{
	font-size: 24px;
	color: #305dc3;
	text-align: center;
}
.gcyj_zl2{
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: inline-block;
}
.gcyj_zl2 ul{
	width: 98%;
	display: block;
	border: 1px solid #78a6fe;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
	margin: 0 auto;
	float:none;
}
.gcyj_u1{
	float: left;
}
.gcyj_u1 li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.gcyj_u1 li a{
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	width: 60%;
}
.gcyj_u1 li a:hover{
	color: #305dc3;
}
.gcyj_u1 li span{
	float: right;
	width: 90px;
}
.gcyj_u2{float: right;}

.rightt #postInfo {
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	text-align:center;
}

.rightt #postInfo .title {
	font-size: 16px;
	color: #222;
	line-height: 18px
}

.rightt #postInfo .subtitle {
	font-size: 14px;
	color: #999;
	padding-bottom: 10px
}
.rightt .postbody p {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 26px;
}
.help_map_r a{
	display:block;
	float:left;
	padding:0 10px;
	}
.pagelist>a:nth-child(1){
	display:none;
	}	
.pagelist a b{
	display:none;
	}
.pagelist>a,.pagelist>b{
	border:1px solid #ccc;
	padding:0 5px;
	}

.zxbg{background:#3b6ddf;height:87px;position:fixed;bottom:0;width: 100%; z-index:999;}
.zixun{width:1200px;height:87px;background:url(http://image12.beiliugu.com/zixun.png) no-repeat;margin: 0 auto;}
.server.unfold .server-body{display:block;}
.server .server-body{position:absolute;display:none;-o-transition:.3s cubic-bezier(.19,1,.22,1);}
.server .server_fold{position:fixed;right:0;padding: 10px 19px;cursor:pointer;background: #ff6100;bottom: 0;z-index:10;}
.server .server-header{overflow: hidden;position: fixed;right: 0;bottom: 69px; z-index:1000;}
.server .server-header *{float:left;}
.server .server_arrow{cursor:pointer}
.server .server-footer{margin-top:10px;padding-top:14px;padding-bottom:14px;padding-left:11px;border-top:1px dashed #d1d4cc}
.server .server-footer .text-primary{color:#70CA5D;font-size:14px;}
.server .server_icon-alert{display:inline-block;margin-right:10px;vertical-align:-3px;*display:inline;*zoom:1;*vertical-align:-1px}
.server_fold div{width: 21px;font-size: 16px;text-align: center;color: #fff;line-height: normal;}
.server_arrow{width:18px;height:18px;background-image:url(../images/close_ico.png);}
.tj_pc{width:83%;height:300px;margin:0 auto;margin-top:0!important}
#pc_xinxi{width:887px;padding-left:300px;padding-top:18px;position:relative}
#pc_xinxi tr{height:20px;line-height:20px}
#pc_xinxi td{height:20px}
#pc_xinxi input{width:190px;height:20px;border:1px solid #ddd;font-size:14px}
#pc_xinxi input+xspan{width:91px;display:block;float:right;margin-top:-21px;height:20px;line-height:20px;margin-right:15px;font-size:13px;position:absolute;text-align:right;margin-left:100px}
#sub{width:175px;height:45px;border:0;background:0 0; position:absolute; right:-100px; top:22px;}
.shengming{ font-size:14px;}
.shengming span{ display:block; text-align:center; font-weight:bold; font-size:16px; padding:10px 0 !important;}
.shengming strong{ font-size:16px;}
.shengming strong span{ display:initial; font-size:20px; color:#eb6100;}
.shengming p{ padding:10px 0;margin-top:0;border-bottom:0;}
.shengming p.fwsm{ color:#fe2400;}

#box {width: 130px;position: absolute;left: 73%;top: 10%;}
#box1 {
width: 100%;
height: 100%;
}
#time{
    position: absolute;
    top: 8px;
    right: 5px;
    background: #9a9a9a;
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: right;
    padding: 0 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    box-sizing: initial;
}
#close {position: absolute;left: 5px;cursor: pointer;width: 40px;height: 40px;background:#6d6d6d;text-align: center;line-height: 40px;border-radius: 22px;color: #fff;font-size: 20px;}

.pages{text-align:center;background:#fff;padding:10px 0 0}
.pages ul{width:auto;margin:0;display:inline-block}
.pages ul li{width:auto;height:auto;margin:0;float:left;font-size:15px;color:#333;padding:0;border:0;background:0 0}
.pages ul li:hover{background:0 0}
.pages ul li span{background:#fff;color:#dfdfdf;display:block;padding:2px 10px;border:1px #dfdfdf solid;margin:0 2px;font-size: 16px;}
.pages ul li a{color:#333;display:block;padding:2px 10px;border:1px #d2d2d2 solid;margin:0 2px;font-size: 16px;}
.pages ul li a:hover{background:#305dc3;color:#fff;border:1px #305dc3 solid;text-decoration:none;}
.pages ul li.thisclass span{color:#fff;font-weight:700;background:#305dc3;border:1px #305dc3 solid}