/* 清除所有样式 */
/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
em,
i {
    font-style: normal;
}
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    text-decoration: none;
}

a:hover {
    color: #e33333;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #faf9f9;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #faf9f9;
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
/*公共样式*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*版心*/
.w {
	width: 1200px;
	margin: 0 auto;
}
.style-red {
	color: #c81623;
}
/* 内容块1 */
.zero{
    margin-top: 50px;
}
.title_1{
    font-size: 48px;
    color: #d50a0f;
    text-align: center;
    font-weight: bold;
}
.title_2{
    font-size: 27px;
    color: #747373;
    text-align: center;
    margin-bottom: 16px;
}
.title_2 span{
    color: #d50a0f;
}
.title_3{
    font-size: 34px;
    color: #747373;
    text-align: center;
}
.pic_1{
 margin-left: 8px;
}
.pic_2{
    margin: 8px 6px;
}
.consult a{
    font-size: 30px;
    color: #ffff00;
    background: #ee0707;
    padding: 18px 27px;
    border-radius: 30px;
    margin: 26px;
    text-align: center;
}
.work{
    width: 570px;
    height: 290px;
    background-color: #eeeeee;
    text-align: center;
    margin: 0 15px;
    box-shadow: 5px 7px 5px #d0cfcf;
}
.work h1{
    font-size: 48px;
    color: #2e2d2d;
    text-shadow: 5px 2px 6px #e8ccb2;
    padding-top: 15px;
}
.work_text{
    font-size: 24px;
    color:#716d6e;
}
.work_text span{
    color: #ff0000;
}
.work a span{
    font-size: 27px;
    color: #ffff00;
    background-color: #ff0000;
    padding: 20px 40px;
}
.con_3_t p{
    color:black;
    width:550px;
    font-size:28px; 
    margin-top: 16px;
}
.con_3_t p span{
    color: #ff0000;
}
.con_3_t div{
    text-align: center;
    margin-top: 90px;
}
.con_3_t a{
    font-size: 27px;
    color: #ffff00;
    background-color: #ff0000;
    padding: 20px 40px;
}
.con_4{
    position: relative;
    height: 458px;
    background: url(images/11.jpg) no-repeat;
}
.hb{
    position: absolute;
    bottom: 0;
    right: 400px;
}
.con_4_p{
   padding-top: 100px;
}
.con_4_p p{
    font-size: 24px;
    color: #fff;
    
}
.con_4_p p span{
    color: #fff100;
}
.con_4_div{
    width: 360px;
    height: 86px;
    line-height: 86px;
    background-color: #fff100;  
    text-align: center;
    border-radius: 5px;
    margin-left: 220px;
    margin-top: 60px;
}
.con_4_div a{
font-size: 48px;
color: #e60012;

}