/*123css*/
.customer-04 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.customer_quan{
	width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}
.customer-04 form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 874px;
    height: 666px;
    padding: 50px;
    margin-left: -437px;
    margin-top: -333px;
    background: #fff;
    box-sizing: border-box;
}
.customer-04 form h3 {
    margin-bottom: 15px;
    border-bottom: 2px solid #d9dbdd;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 60px;
}
.customer-04 form > div {
    margin-bottom: 15px;
}
.customer-04 form .a3 font {
    float: left;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    text-align: right;
    line-height: 30px;
}
.customer-04 form label i {
    color: #FF0000;
}
.customer-04 form .a4 select {
    float: left;
    width: 130px;
    height: 30px;
    padding: 5px 0 5px 10px;
    margin-right: 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.customer-04 form label {
    float: left;
    width: 158px;
    height: 30px;
    font-size: 14px;
    color: #666;
    text-align: right;
    line-height: 30px;
}
.customer-04 form input[type="text"] {
    float: left;
    width: 208px;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.customer-04 form .a5 textarea {
    float: left;
    width: 530px;
    height: 160px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    resize:none
}
.customer-04 form .a6 {
    padding-left: 158px;
}
.customer-04 form .a6 input.b1 {
    background: #e60021;
}
.customer-04 form .a6 input.b2 {
    background: #3f4a55;
}
.customer-04 form .a6 input {
    width: 140px;
    height: 40px;
    margin-right: 15px;
    border: none;
    font-size: 16px;
    color: #fff;
}
/*123css*/
.customer-05{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.customer-05_box{
	position: absolute;
    top: 50%;
    left: 50%;
    width:300px;
    height: 100px;
    margin-left: -100px;
    margin-top: -50px;
    background: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    line-height: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #e11323;
}
.customer-05 p{
    width: 300px;
    height: 100px;
    position: relative;
}
.customer-05 img{
	width: 20px;
	height: 20px;
	position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
}
.customer-05 img:hover{
	transform: rotate(180deg) scale(1.5);
}


/*设计案例的排版公共css*/
.erd_al_boby{
	width: 1200px;
	margin: 0 auto;
}
.erd_al_list{
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.al_ullist{
	height: auto;
	width: 100%;
	display: inline-block;
	/*position: absolute;*/
}
.al_ullist li.al_ullistli{
	width: 378px;
	height: 352px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 0px 5px;
	margin-top: 15px;
	position: relative;
	border-radius: 8px;
}
.design_erd_al_list{
	height: 380px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.design_al_ullist{
	height: 380px;
	width: 1000%;
	display: inline-block;
	/*position: absolute;*/
}
.design_al_ullist li.design_al_ullistli{
	width: 378px;
	height: 352px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 0px 15px;
	margin-top: 15px;
	position: relative;
	border-radius: 8px;
}
.al_ullist li.al_ullistli:hover{
	border: 1px solid #CCCCCC;
}
.al_ullist li.al_ullistli:nth-child(3n){
	margin-right: 0px;
}
.al_ullist li.al_ullistli .al_imgOne{
	display: block;
	width: 378px;
	height: 241px;
	position: absolute;
	top: 5;
	left: 5;
	overflow: hidden;
}
.al_ullist li.al_ullistli .al_imgOne img{
	width: 100%;
	height: 241px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}
.al_ullist li.al_ullistli .al_imgOne img:hover{
	transform:scale(1.1);
}
.al_box_none{
	width: 280px;
	height: 140px;
	background: #FFFFFF;
	position: absolute;
	top: 5;
	left: 50%;
	margin-left: -150px;
	margin-top: 25px;
	padding: 10px 12px;
	display: none;
}
.al_box_none img{
	width: 88px;
	height: 88px;
	border: 1px #CCCCCC solid;
	float: left;
}
.al_box_none ul{
	width: 158px;
	height: 90px;
	float: left;
	margin-left: 32px;
}
.al_box_none ul li{
	font-size: 13px;
	color: #4e4e4e;
	width: 100%;
	margin: 5px 0;
}
.al_box_none ul li:last-child{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.al_box_none ul li span{
	color: #000000;
}
.al_box_none a{
	display: inline-block;
	width: 134px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
	margin-top:14px;
	cursor: pointer;
}
.al_box_none a.al_box_a1{
	border: 1px solid #e11020;
	color: #e11020;
}
.al_box_none a.al_box_a2{
	border: 1px solid #898989;
	color: #898989;
}
.al_ullist li.al_ullistli img.al_imgTwo{
	width: 61px;
	height: 61px;
	position: absolute;
	left: 50%;
	top:219px;
	margin-left: -32px;
	border:2px solid #FFFFFF;
	border-radius:61px; 
	background-color: #827f80;
	cursor: pointer;
}
.al_ullist li.al_ullistli .al_a_imgThree {
	display: none;
}
.al_ullist li.al_ullistli img.al_imgThree{
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	right:10px;
	cursor: pointer;
	display: block;
}
.al_ullist li.al_ullistli img.al_imgThree:hover{
	animation:mymoveTiao 1s infinite;
	-webkit-animation:mymoveTiao 1s infinite; /* Safari and Chrome */
	-moz-animation:mymoveTiao 1s infinite; /* Firefox */
	animation-direction: alternate
}
@keyframes mymoveTiao{
from{transform: translateY(0)}
to{transform: translateY(-6px)}
}
@-moz-keyframes mymoveTiao /* Firefox */
{
from{transform: translateY(0)}
to{transform: translateY(-6px)}
}
@-webkit-keyframes mymoveTiao /* Safari 和 Chrome */
{
from{transform: translateY(0)}
to{transform: translateY(-6px)}
}
@-o-keyframes mymoveTiao /* Opera */
{
from{transform: translateY(0)}
to{transform: translateY(-6px)}
}
.al_ullist li.al_ullistli dl{
	position: absolute;
	bottom: 11px;
	width:100%;
	left: 0%;
	text-align: center;
	/* margin-left: 5px; */
}
.al_ullist li.al_ullistli dl dt{
	margin-bottom: 10px;
	
	font-size: 20px;
	color: #e11020;
	cursor: pointer;
}
.al_ullist li.al_ullistli dd{
	font-size: 15px;
	color: #8f8d8d;
}
.al_ullist li.al_ullistli dd span{
	padding: 0 25px;
}
.desD_xiajiantou:before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	bottom:-7px;
	left: 45%;
	z-index: 101;
	background: #FFFFFF;
	transform: rotate(-135deg);
}













