@charset "utf-8";

/* CSS Document */





/*-----------CSS Reset-----------*/

.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}

::selection {

	color:#fff;

    background-color: #cc110a;

}



::-moz-selection {

	color:#fff;

    background-color: #cc110a;

}



::-webkit-selection {

	color:#fff;

    background-color: #cc110a;

}



::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: #E2E2E2;

}



::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}



* {

    padding: 0;

    margin: 0;

}



body {

    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

    color: #333;

    margin: 0;

    line-height: 1.5;

}



:focus {

    outline: 1;

}



article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary {

    display: block;

}



a {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;

}



ins {

    background-color: #ff9;

    color: #000;

    text-decoration: none;

}



mark {

    background-color: #ff9;

    color: #000;

    font-style: italic;

    font-weight: bold;

}



del {

    text-decoration: line-through;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #cccccc;

    margin: 1em 0;

    padding: 0;

}



input,

select {

    vertical-align: middle;

}





li,

ul {

    list-style-type: none;

}



img {

    border: none;

}



a {

    color: #333;

    text-decoration: none;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

}



a:link,

a:hover,

a:active,

a:visited {

    text-decoration: none;

}



input,

textarea {

    outline: 0;

    border: 0;

}



textarea {

    resize: none;

}



h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}





.headbg{ background:#fff; width:100%; height:145px;}

.headbg .head{ width:1180px; margin:0 auto; padding-top:30px;}

.head .logo{ float:left; margin-right:40px;}

.head .miaoshu{ float:left; width:413px;}

.miaoshu .mst{ font-size:21px; color:#333; font-weight:bold;}

.miaoshu .mst span{ color:#cc0b03;}

.head .tel{ float:right; width:237px; padding-left:50px; color:#333; line-height:24px; height:52px; margin-top:10px; background:url(../images/tel.png) left center no-repeat;}

.head .tel h3{ color:#cc0b03; font-size:26px;}

.miaoshu .biao_dan{ width:386px; height:35px;margin-top:10px;}

.biao_dan .search1{ float:left; width:305px;height:35px; line-height:35px; padding-left:10px;background:#f3f5f7;}

.biao_dan .button1{ color:#FFF; background:#cc0b03;height:35px; width:71px;line-height:35px;cursor: pointer;  }





.navbg{ width:100%; height:56px; background:url(../images/navbgbg.jpg) repeat-x;}

.nav{ width:1176px; height:56px;line-height:56px; margin:0 auto; }

.nav ul li{ float:left; line-height:56px; height:56px; background:url(../images/navli.jpg) right center no-repeat; }

.nav ul li a{ padding:0px 21px; font-size:15px;background: -webkit-linear-gradient(top, #f8da04, #e9a702) no-repeat; 

background: linear-gradient(to bottom, #f8da04, #e9a702) no-repeat;

background-size: 0% 0%;color:#FFF; 

-webkit-transition: all .5s; transition: all .5s; display:block;

}



.nav ul li a:hover,.nav ul li.another a{ color:#FFF; 

background: -webkit-linear-gradient(top, #f8da04, #e9a702) no-repeat;

background: linear-gradient(to bottom, #f8da04, #e9a702) no-repeat;

background-size: 100% 100%; 

}




.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


.banquanbg{ background:#f3f5f7; width:100%; height:180px; }

.banquanbg .banquan{ width:1180px; margin:0 auto; color:#b6b6b7;}

.banquan .bqleft{width: 400px;



float: left;



padding-top: 21px;



border-right: 1px solid #ddd;



height: 158px;}

.bqleft .erweim{ float:left; margin-right:10px;}

.bqleft .erweim img{ width:114px; height:114px; padding:4px; border:1px dashed #666;}

.bqleft .fttel{ float:left; padding:10px 10px;width:170px; font-size:14px;color:#333;}

.bqleft .fttel h4{ font-size:24px;color:#cc110a;}

.banquan .bqright{ width:745px; float:right; line-height:30px;padding-top: 20px;color:#666;}

.bqright a{ color:#666;}

