* {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

.al_title {
	margin: 5px auto;
}

.al_title p {
	color: #272727;
	font-size: 30px;
	text-align: center;
	letter-spacing: 4px;
}

.f_title {
	width: 420px;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.f_title {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

.f_title p {
	color: #666;
	font-size: 14px;
	text-align: center;
}

.city_1 {
	width: 1200px;
	margin: 0 auto;
	height: 325px;
}

@media screen and (min-width: 1000px) {
	.city_1 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

.city_2 {
	width: 1200px;
	margin: 0 auto;
	height: 325px;
}

@media screen and (min-width: 1000px) {
	.city_2 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}
.city_3 {
	width: 1200px;
	margin: 0 auto;
	height: 325px;
}

@media screen and (min-width: 1000px) {
	.city_3 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

.adorn-case .box1 {
	overflow: hidden;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.adorn-case .box1 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

.adorn-case .bigPic {
	float: left;
	position: relative;
	overflow: hidden;
	width: 468px;
	height: 468px;
}

.adorn-case .bigPic .ico-new {
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 51px;
	background: url(http://icon.dyrs.cc/ico.png!c) no-repeat 0 -234px;
	z-index: 1;
}

.adorn-case .box1 a {
	color: #fff;
}

.adorn-case .box1 img {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.adorn-case .box1 .pic1:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.adorn-case .bigPic img {
	width: 468px;
	height: 468px;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
}

.adorn-case .bigPic .pic span {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 38px;
	width: 114px;
	background: #ff3434;
	opacity: .9;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin: -19px 0 0 -57px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.adorn-case .bigPic .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.adorn-case .bigPic .bar .txt {
	width: 90%;
	height: 80px;
	position: absolute;
	left: 5%;
	z-index: 10;
}

.adorn-case .bigPic .tit {
	font-size: 16px;
	margin: 13px 0 5px;
}

.text-nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.adorn-case .bigPic .bar .shadow {
	width: 100%;
	height: 80px;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}

.adorn-case .pic1,
.adorn-case .pic2 {
	margin: 0 0 20px 24px;
}

.adorn-case .pic1 {
	width: 220px;
	height: 224px;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 1px 5px 0px #656565;
}

.adorn-case .box1 .pic1:first-child {
	margin-left: 0;
}

.pic1_shadow11 {
	width: 220px;
	height: 224px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 999;
	display: block;
}

.pic1_shadow11:hover {
	opacity: 1;
}

.pic1_shadow22 {
	width: 190px;
	height: 190px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top: -95px;
	color: #cdcdcd;
}

.pic1_shadow22 .city {
	text-align: center;
	margin-top: 35px;
	font-size: 22px
}

.pic1_shadow22 .tt {
	margin-top: 15px;
}

.pull-left {
	float: left !important;
}

.pull-left .lazy {
	display: block;
	width: 220px;
	height: 224px;
}

.adorn-case .pic2 {
	width: 226px;
	height: 226px;
	overflow: hidden;
	position: relative;
}

.adorn-case .pic1 .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.adorn-case .pic1 .bar .txt {
	width: 90%;
	height: 80px;
	position: absolute;
	left: 5%;
	z-index: 10;
}

.text-nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.adorn-case .pic1 .bar .shadow {
	width: 100%;
	height: 26px;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}

.adorn-case .box2 {
	background: #f1f1f1;
	margin-top: 5px;
	padding: 10px 0;
}

@media screen and (min-width: 1000px) {
	.adorn-case .box2 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

.adorn-case .case-list {
	margin-top: 0;
}

.case-list {
	background: #f1f1f1;
	height: 120px;
	padding: 15px 0;
}

.case-list .col {
	float: left;
	width: 150px;
}

.adorn-case .box2 a {
	color: #333;
}

.case-list a {
	display: block;
	text-align: center;
}

a {
	text-decoration: none;
	color: #666;
}

.case-list img {
	display: block;
	width: 89px;
	height: 89px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
}

.case-list a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.s_title {
	width: 270px;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 30px);
	transition: all ease 0.4s .1s;
}

@media screen and (min-width: 1000px) {
	.s_title {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

.s_title p {
	color: #666;
	font-size: 14px;
}

@media screen and (min-width: 1000px) {
	/* .index_fwlc {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	} */

	.index_kdry {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all ease 0.4s .1s;
	}
}

li {
	list-style: none;
}

#vb {
	margin-top: 30px;
	margin-left: 128px;
}

#vs {
	margin-top: 10px;
	margin-left: 128px;
}

#button001 {
	cursor: pointer;
	background-color: #f7ab00;
	width: 303px;
	height: 48px;
	color: white;
	font-size: 19px;
	text-align: center;
	line-height: 48px;
	margin-left: 128px;
	margin-top: 10px;
}

#phone001 {
	margin-top: 1px;
}

#name001 {
	margin-top: 1px;
}

#myform2 input {
	width: 300px;
	height: 40px;
	font-size: 16px;
}

#vb1 {
	margin-top: 30px;
	margin-left: 128px;
}

#vs1 {
	margin-top: 10px;
	margin-left: 128px;
}

#vc1 {
	margin-top: 10px;
	margin-left: 128px;
}

#button002 {
	cursor: pointer;
	background-color: #f7ab00;
	width: 303px;
	height: 48px;
	color: white;
	font-size: 19px;
	text-align: center;
	line-height: 48px;
	margin-left: 128px;
	margin-top: 10px;
}

#phone002 {
	margin-top: 1px;
}

#name002 {
	margin-top: 1px;
}

#xd001 {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
}


/* 首页标准工程提示 */
.index_bzgc_box {
	position: fixed;
	width: 100%;
	height: 100px;
	bottom: 0;
	z-index: 10;
	transform: translate(-100%);
	transition: all ease 0.4s .1s;
}

.index_bzgc_float {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 100px;
}

.index_bzgc_refer {
	position: relative;
	display: block;
	width: 1100px;
	height: 100px;
	margin: 0 auto;
}

.index_close_bzgc {
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	width: 40px;
	text-align: center;
	font-size: 40px;
	color: #0062ac;
}

.index_bzgc_refer img {
	position: absolute;
}

.index_bzgc_logo {
	top: 20px;
	width: 200px;
	left: 5%;
}

.index_bzgc_text {
	top: 10px;
	width: 400px;
	left: 30%;
}

.index_bzgc_icon {
	bottom: 18px;
	width: 200px;
	right: 10%;
}


.bzgc_foot_b {
	width: 100%;
	height: 100px;
	transition: all ease 0.3s .1s;
}




/* .box001{
    width: 1200px;
    margin: 0 auto;
    color: black;
    height: 20px;
}
.box001 li{
    float: left;
    margin-left: 18px;
    line-height: 20px;
}
.box002 li{
    float: left;
    margin-left: 18px;
}
.box001 li a , .box002 li a{
    color: #333;
}
.box001 .td001{
    background-position: 0px -17px;
}
.box002{
    width: 1200px;
    margin: 0 auto;
    color: #333;
}
.box001 .xy{
    margin-left: 10px;
    margin-top: 5px;
    background: url("../images/icon_arrow1.png") no-repeat ;
} */




/* 优秀企业 */
.lp>li {
	list-style: none;
	float: left;
	margin-left: 23px;
	width: 220px;
	height: 295px;
	position: relative;
	box-shadow: 1px 1px 5px 0px #a9a9a9;
}
.lp>li .vb{
	width: 220px;
	height:220px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.lp li img {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
}

.lp li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.txt1 {
	width: 220px;
	height: 70px;
	background: #ffffff;
	padding-top: 5px;
}

.shadow11 {
	width: 220px;
	height: 220px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 999;
}

.shadow22 {
	width: 190px;
	height: 190px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top: -95px;
	color: #cdcdcd;
}

.shadow22 .tt {
	width: 180px;
	line-height: 20px;
	font-size: 14px;
	/*text-indent:25px;*/
	margin-top: 10px;
	margin-left: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.txt1>div{
	width: 145px;
	height: 1px;
	background: #999999;
	margin-left: 38px;
	margin-top: 6px;
}

.btn11 {
    width: 100px;
    height: 22px;
    border: 1px solid #cdcdcd;
    margin: 20px auto 0;
    color: white;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
}

/* 一排6个企业 */
/* .lp>li {
	width: 180px;
	height: 260px;
}
.lp>li .vb{
	width: 180px;
	height:180px;
}
.txt1 {
	width: 180px;
	height: 70px;
}
.txt1>div{
	width: 100px;
}
.shadow11 {
	width: 180px;
	height: 180px;
}
.shadow22 {
	width: 170px;
	height: 170px;
	top: 50%;
	left: 50%;
	margin-left: -85px;
	margin-top: -85px;
}
.shadow22 .tt {
	width: 160px;
	line-height: 20px;
}
.btn11 {
    width: 90px;
    height: 22px;
}
.city_1 {
    height: 280px;
}
.city_2 {
    height: 280px;
}
.city_3 {
    height: 280px;
} */