@charset "utf-8";

/*公用样式开始*/
*{
	font-family: Microsoft YaHei,simsun,Helvetica Neue,Arial,Helvetica,sans-serif;
}
body{
	position: relative;
}
ul,li{
	list-style: none;
	padding: 0;
}
a{
	font-size: 14px;
	text-decoration: none;
}
a:hover,a:focus,a:visited{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.col{
	color: #da251d;
}
.red{
	color: #ef0c0c;
}

.bgcol{
	background-color: #f1f1f1;
}
img{
	border: none;
}
p{
	margin: 0;
}

/*公用样式结束*/



/*位置导航开始*/
.Agg-position{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
.breadcrumb{
	padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li,.breadcrumb li a{
	color: #666;
}
.breadcrumb li a i{
	margin-right: 8px;
}
.breadcrumb li a:hover{
	color: #d8212d;
}

/*位置导航结束*/


/*产品开始*/
.Agg-product{}

.Agg-pro-title{
	text-align: center;
}
.Agg-pro-title h1{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background-color: #D8212D;
	border-radius: 50px;
	padding: 12px 50px;
	position: relative;
	margin: 30px;
}
.Agg-pro-title h1:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 3px solid #D8212D;
	border-radius: 30px;
}

.Agg-pro-title p{
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
.Agg-pro-title p b{
	color: #d8212d;
	font-weight: bold;
}


.Agg-pro-lis{}
#wrap{ 
	position:relative; 
	margin:0px auto; 
	-webkit-column-width:215px; 
	-moz-cloumn-width:215px; 
	column-width:215px;
    padding: 0 15px;
} 
#wrap li{
	width:250px;
	margin: 10px 0;
	display: inline-block;
}

#wrap li a{
	display: block;
	position: relative;
	padding-bottom: 82px;
	transition: all 0.33s;
}

.Agg-pro-lis-tp{
	padding: 3px;
	border: 1px solid #ccc;
	position: relative;
}
.Agg-pro-lis-tp img{
	width: 100%;
}

.Agg-pro-lis-bt{
	padding: 5px 8px;
	background-color: #f4f4f4;
	position: absolute;
    bottom: 0;
    z-index: 3;
	border-bottom: 2px solid #D8212D;
	transition: all 0.33s;
}
.Agg-pro-lis-bt h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 28px;
	margin: 0;
    padding: 8px 0 5px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
}
.Agg-pro-lis-bt p{
	color: #666;
    font-size: 12px;
    height: 32px;
    line-height: 15px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.33s;
}




.Agg-pro-lis li a:hover .Agg-pro-lis-bt{
	background-color: rgba(216,33,45,.8);
}
.Agg-pro-lis li a:hover .Agg-pro-lis-bt h3{
	color: #fff;
}
.Agg-pro-lis li a:hover .Agg-pro-lis-bt p{
	height: 60px;
	color: #fff;
	-webkit-line-clamp: 5;
}



/*产品结束*/


/*在线留言开始*/
.Agg-message{
	position: relative;
	background-color: #f4f4f4;
	padding: 30px 0;
	margin: 30px 0;
}
.Agg-mes-title{
	padding: 15px 10px 10px;
}
.Agg-mes-title h2{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 8px 30px;
	background-color: rgba(216,33,45,1);
	position: absolute;
	top: -54px;
    left: 50%;
    margin-left: -134px;
    box-shadow: 5px 5px 1px rgba(3,3,3,.25);
}
.Agg-mes-title h2 i{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-right: 10px;
    vertical-align: middle;
}
.Agg-mes-title p{
	color: #333;
	font-size: 16px;
}

.Agg-mes-nr{
	padding: 0 10px;
}

.Agg-mes-nr div span{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
#wl{}
#wl label{
	color: #666;
	font-size: 14px;
	margin-right: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}
#lx label{
	color: #666;
	font-size: 14px;
	margin-right: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}

.req{
	width: 50%;
	float: left;
}
.req span{
	position: relative;
	padding-left: 10px;
}
.req span:after{
	content: "*";
	position: absolute;
	top: 1px;
    left: 0px;
	color: #D8212D;
	font-size: 16px;
}
.req:first-of-type{
	padding-right: 15px;
}
.req:nth-of-type(2){
	padding-left: 15px;
}
#tel{
	width: 50%;
	padding-right: 15px;
}

#nr{
	width: 100%;
}
#tj{
	margin: 20px 0;
}
#tj button{
	width: 300px;
    outline: 0;
    padding: 8px 0;
    margin: 10px auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid rgba(216,33,45,1);
    background-color: rgba(216,33,45,.8);
    transition: all 0.33s;
}
#tj button:active,#tj button:active:hover,#tj button:active:focus,#tj button:hover,#tj button:focus,#tj button:visited{
	outline: 0;
	color: #fff;
	border-radius: 30px;
    border: 1px solid rgba(216,33,45,1);
	background-color: rgba(216,33,45,1);
    box-shadow: 0 2px 2px rgba(3,3,3,.3), 0 5px 0px rgba(3,3,3,.2), inset 0 1px 1px #fff;
}

.form-control {
	border-radius: 0;
    background-color: #fff;
    transition: all 0.33s;
}
.form-control:focus {
    border-color: #d8212d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}


/*在线留言结束*/


/*案例新闻开始*/
.Agg-cn{
	margin-bottom: 30px;
}
.Agg-cn-title{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 8px 15px 8px 40px;
	background-color: #ddd;
	margin-left: 15px;
	
}
.Agg-cn-title i{
	position: absolute;
    top: -5px;
    left: -15px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    padding: 10px 11px;
    border-radius: 50%;
    background-color: #D8212D;
}
.Agg-cn-title a{
	float: right;
    color: #d8212d;
    font-size: 14px;
    font-weight: 100;
    margin-top: 3px;
}
.Agg-cn-title a:hover{
	text-decoration: underline;
}

.Agg-case{}
.Agg-case-lis{}
.Agg-case-lis li{
	padding: 10px 15px;
	border-bottom: 1px dashed #ccc;
	position: relative;
    transition: all 0.33s;
}
.Agg-case-lis li:after{
	content: "";
	display: block;
	clear: both;
}

.Agg-case-lis-img{
	float: left;
	width: 230px;
	padding: 3px;
	display: block;
	border: 1px dashed #ccc;
	margin-right: 15px;
}
.Agg-case-lis-img img{
	width: 100%;
}
.Agg-case-lis-img:hover{
	border-color: #D8212D;
}

.Agg-case-lis-text{}
.Agg-case-lis-text h6{
	color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    height: 19px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    transition: all 0.33s;
}
.Agg-case-lis-text p{
	color: #666;
    font-size: 12px;
    height: 54px;
    line-height: 18px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.Agg-case-lis-text a{
	position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    padding: 5px 23px;
    background-color: rgba(217,33,45,.8);
    transition: all 0.33s;
}
.Agg-case-lis-text a:hover{
	background-color: rgba(217,33,45,1);
    box-shadow: 0px 2px 0px #aaa, 0 3px 5px #999;
}
.Agg-case-lis li:hover .Agg-case-lis-text h6{
	color: #D8212D;
}



.Agg-new-lis{}
.Agg-new-lis li{
	padding: 8px 15px;
	border-bottom: 1px dashed #ccc;
	position: relative;
    transition: all 0.33s;
}
.Agg-new-lis li a{
	color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* display: block; */
    position: relative;
    transition: all 0.33s;
}
.Agg-new-lis li a:hover{
	color: #D8212D;
	padding-left: 15px;
	border-left: 5px solid #D8212D;
}




/*案例新闻结束*/



@media only screen and (max-width: 1200px) and (min-width: 992px) {
#wrap li {
    width: 215px;
}


}



@media only screen and (max-width: 991px) and (min-width: 768px) {
#wrap li {
    width: 220px;
}	
	
.Agg-case-lis-img {
    width: 200px;
}
	
}


@media only screen and (max-width: 768px) {
#wrap {
    -webkit-column-width: 196px;
    -moz-cloumn-width: 196px;
    column-width: 196px;
}	
#wrap li {
    width: 200px;
}	
	
}


@media only screen and (max-width: 700px) {
#wrap {
    -webkit-column-width: 240px;
    -moz-cloumn-width: 240px;
    column-width: 240px;
}
#wrap li {
    width: 100%;
}		
	
}



@media only screen and (max-width: 600px) {
.Agg-pro-title h1 {
    font-size: 18px;
}	
.Agg-pro-title p {
    font-size: 12px;
    line-height: 20px;
}
.Agg-mes-title h2 {
    font-size: 16px;
}
.Agg-mes-title h2 i {
    font-size: 26px;
}
.Agg-mes-title p {
    font-size: 14px;
}
.Agg-case-lis-img {
    width: 200px;
}
.Agg-case-lis-text h6 {
    font-size: 14px;
    margin-bottom: 3px;
    height: 17px;
}
.Agg-new-lis li {
    padding: 5px 15px;
}
.Agg-new-lis li a {
    font-size: 14px;
}


	
	
.req {
    width: 100%;
    float: none;
}
.req:first-of-type {
    padding-right: 0px;
}	
.req:nth-of-type(2) {
    padding-left: 0px;
}
#tel {
    width: 100%;
    padding-right: 0px;
}

	
	
}




@media only screen and (max-width: 440px) {
.Agg-pro-lis li {
    width: 100%;
}	
.Agg-case-lis-img {
    width: 100%;
    float: none;
}
.Agg-case-lis-text p {
    margin-bottom: 25px;
}
.Agg-case-lis-text a {
    position: relative;
    bottom: 5px;
}



	
	
	
	
	
}









