

/*页脚*/

/* .grayimg{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter:gray;transition:all 0.15s ease-in-out;}

.grayimg:hover{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter:none;} */

@media (max-width:991px) {
.footer_fixed{ display:none;}
}
.footer_fixed{ 
position:fixed;

z-index:1000;

left:0px;

bottom:-100px;

width:100%;

height:80px;

font-family:Microsoft YaHei;

background:rgba(254,153,0,1)

}

.footer_fixed_center{

width:1200px;

margin:0 auto;

height:60px;

position:relative;

padding-top:5px;

padding-left:35px;

}

.fixed_ku{

width:100px;

height:100px;

background:url(../images/footer_fixed_l2.png) left top no-repeat;

position:absolute;

top:-20px;

left:35px;

}

.footer_fixed_c_l{

display:block;

float:left;

width:220px;

height:60px;

color:#FFFFFF;

margin-left:20px;

}

.footer_fixed_c_l p{
color:#FFFFFF;
font-size:22px;

font-weight:bold;

padding-left:100px;

margin-top:10px;

}

.footer_fixed_c_l span{
color:#FFFFFF;
display:block;

font-size:9px;

padding-left:100px;

}

.footer_fixed_c_c{

float:left; margin-left:30px;

width:730px;

height:100%;

color:white;

background:url(../images/footer_phone1.png) left 10px no-repeat;

}

.footer_fixed_c_c span{
color:white;
display:block;

float:left;

font-size:26px;

padding-left:40px;

height:100%;

line-height:60px;

font-weight:bold;

}

.footer_fixed_c_c .c_cs{
margin-top:-30px;
float:left;

color:white;

padding:10px 0px;

margin-left:10px;

}

.footer_fixed_c_c .c_cs a{

display:block;

color:white;

text-decoration:none;

font-size:16px;

}

.footer_fixed_c_c .c_cs a i,.footer_fixed_c_c .c_cs a em{

font-style:normal;

}

.footer_fixed_c_c .c_cs a i{

color:#FFFFFF;

background:url(../images/footer_qq.png) left -17px no-repeat;

padding-left:35px;

font-size:14px;

font-weight:bold;

}

.footer_fixed_c_c .c_cs em{ 
font-size:24px;

font-weight:bold;

}

.footer_fixed_c_r{

float:left; margin-left:14px;

}

.footer_fixed_c_r a{

border-radius: 5px;

background: #02498b;

color: white;

display: block;

font-size: 18px;

font-weight: bold;

height: 40px;

line-height: 40px;

margin-top: 15px;

text-align: center;

text-decoration: none;

width: 105px;

}

.footer_fixed_c_r a:hover{

background:#9c0404;

}

.fixed_close{

position:absolute;

right:0px;

top:0px;

width:40px;

height:40px;

background:url(../images/footer_close.png) center center no-repeat;

cursor:pointer;

}

.fixed_small{

position:fixed; z-index:10;

right:0px;

bottom:-10px;

background:url(../images/footer_small.gif) left top no-repeat;

width:100px;

height:50px;

cursor:pointer;

display:none;

}