@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.4 arial, helvetica, clean, Microsoft YaHei, sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.cur {
    cursor: pointer
}

.upper {
    text-transform: uppercase;
}

/* CSS Document */

body {
    background-color: #ffffff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    position: relative;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.header_t{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #999999;
}
.header_top{
    padding:20px 0;
}
.logo img{
    height:80px;
}
.tel{
    padding-left:80px;
    background: url("../images/tel.png") no-repeat 0 center;
    min-height:50px;
    font-size: 20px;
    color: #333;
    margin-top: 5px;
}
.tel p{
    font-size: 30px;
    font-weight: bold;
    color: #f8931d;
}

nav{
    width: 100%;
    height: 50px;
    background: #f8931d;
    text-align: center;
}
nav li{
    display: inline-block;
    position: relative;
}
nav li .nav_a{
    font-size: 16px;
    padding: 0 40px;
    display: block;
    color: #fff;
    line-height: 50px;
}
nav li:hover .nav_a{
    background: #000000;
}
nav li .menu{
    display: none;
    position: absolute;
    width: 150px;
    padding:0 10px;
    background: rgba(31, 31, 31, 0.8);
    left: 50%;
    margin-left:-85px;
    z-index: 99;
}
nav li .menu a{
    color: #fff;
    display: block;
    line-height: 29px;
    border-bottom: 1px dashed #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
nav li .menu a:hover{
    background: rgb(0, 0, 0);
}
nav li .menu a:nth-of-type(1){
    margin-top: 10px;
}
nav li .menu a:nth-last-of-type(1){
    margin-bottom: 10px;
}

.banner {
    width: 100%;
    overflow: hidden;
}

#banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#banner li {
    width: 100%;
    height: 500px;
}

#btn {
    display: inline;
    width: 130px;
    height: 18px;
    float: left;
    margin: -36px 0 0 -65px;
    left: 50%;
    position: absolute;
    z-index: 9;
}

#btn a {
    color: #36f;
    font: 700 11px "Arial";
    background: #fff;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    margin-left: 13px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#btn a.activeSlide {
    color: #fff;
    background: #f8931d;
}

#btn a:hover {
    color: #fff;
    background: #f28a2b;
}

.fm_fl{
    width: 240px;
    height: 200px;
    background: #f8931d;
    color: #fff;
    font-size: 18px;
    padding: 50px 30px;
    line-height: 2;
}
.fm_fl .upper{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.fm_fl .upper span{
    font-size: 24px;
}
.foot{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding:20px 0;
    border-top: 2px solid #666666;
    margin-top: 30px;
    color: #666;
}

.f_link{
    border-top: 2px solid #f8931d;
    font-size: 16px;
    padding:10px 0 20px;
}
.f_link_fl{
    width: 100px;
    text-align: right;
    color: #1d1d1d;
}
.f_link_fr{
    width: 1080px;
}
.f_link_fr a{
    color: #1d1d1d;
}



.clearfix:before,.clearfix:after {    content:"";    display:table;}
.clearfix:after {    clear:both;}
.clearfix {    zoom:1; /* IE <8 */}
