@charset "utf-8";
/* CSS Document */
body{ padding:0px; margin:0px; font-family: "微软雅黑"; }
.banner_kuang{ width: 100%;min-width: 1200px; height: 400px;background-size: 100%;}
.main{
width:1250px;
height:auto;
margin:auto;
}
.main_text{
width:23%;
float:left;
height:300px;
margin:0px 1% 0px 1%;
padding-top:40px;
}
.main_text_img{
	width:100%; height:calc(100% - 55px);
}
.main_text_img img{
	width:100%; height:100%;
}
.text1{
width: 100%;
height: 30px;
line-height: 30px;
text-align: center;
color:#6e6d6d;
font-size:18px;
}
.text2{
width: 50px;
height: 25px;
line-height:25px;
background-color:#e7e7e7;
margin: auto;
text-align: center;
font-size:14px;
color:#6e6d6d;
}
.foot{
min-width: 1200px;
width:100%;  
margin:0 auto; 
height:260px; 
background:#30373f;
}