﻿@charset "utf-8";
/* CSS Document */

body{
	font-weight:normal; font-size:12px; line-height:24px; font-family:'微软雅黑'; background:#fff;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
	margin:0; padding:0;}
input, select, button, textarea{
	font-size:100%; font-family:inherit; outline:none;}
img{
	border:0; -ms-interpolation-mode:bicubic; image-rendering:optimizeQuality;}
a{
	color: #000; text-decoration:none;
    transition: color .3s; -webkit-transition: color .3s;}
a:hover{
	color: #b07c04; text-decoration:none;}
ul{
	list-style:none;}
li{
	list-style:none;}

/*public css*/
.clear{
	clear:both; height:0; line-height:0; margin:0; padding:0; font-size:0;}
.cf{
	*zoom:1;}
.cf:after{
	display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.tl{
	text-align:left;}
.tc{
	text-align:center;}
.tr{
	text-align:right;}
.fl{
	float:left;}
.fr{
	float:right;}
.hide{
	display:none;}
.col{
	padding-top:15px;}
.w{
	width: 1115px; margin:0 auto; overflow: hidden;}
.text-overflow{
    display:block; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.fixed-bg .fixed-div{
    position: fixed;
    left: 0;
    width: 100%;
}
.page-bg{
    position: relative;
    z-index: 99;
    width: 100%;
    background: #fff;
}
#header{
    overflow: hidden;
}
#header .w{
    height: 85px;
}
#header .content{
    position: relative;
    padding: 50px 0 0 210px;
}
#header .logo{
    position: absolute;
    top: 20px;
    left: 0;
    width: 142px;
    height: 53px;
    background: url(../img/logo.png);
}
#header .menu{
    position: absolute;
    top: 10px;
    right: 0;
    height: 15px;
}
#header .menu a{
    position: relative;
    display: block;
    float: right;
    height: 15px;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-family: '宋体';
    line-height: 15px;
}
#header .menu a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 15px;
    content: "";
    background: url(../img/icon.png) 0 2px no-repeat;
}
#header .tel{
    position: absolute;
    right: 0;
    top: 42px;
    height: 30px;
    padding-left: 40px;
    line-height: 30px;
    font-size: 26px;
    font-family: 'Arial';
    font-weight: bold;
    color: #a7060d;
}
#header .tel:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 30px;
    content: "";
    background: url(../img/icon.png) -50px 0 no-repeat;
}
#header nav a{
    padding: 0 18px;
    font-size: 14px;
}
#header nav a.on{
    color: #b07c04;
}
#header .bar{
    height: 20px;
    border-top: 1px solid #c7c7c7;
}



#footer{
    position: relative;
    height: 385px;
    overflow: hidden;
}
#footer .footer-box{
    bottom: 0;
    z-index: 98;
    height: 385px;
    background: url(../img/footer-bg.png) 0 40px repeat-x #0c0c0c;
    font-family: '宋体';
    color: #c2c2c2;
    overflow: hidden;
}
#footer .footer-box .scroll{
    height: 40px;
    background: #fff;
}
#footer .footer-box .content{
    position: relative;
    height: 280px;
    margin-top: 30px;
    line-height: 26px;
    overflow: hidden;
}
#footer .footer-box .content .label{
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px 30px 0 0;
    background: #525252;
    border-radius: 50%;
    font-family: '微软雅黑';
    line-height: 16px;
    text-align: center;
    overflow: hidden;
}
#footer .footer-box .content .label.none{
    background: none;
}
#footer .footer-box .content .tel{
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Arial';
}
#footer .footer-box .content .tel:before{
    position: absolute;
    top: 5px;
    left: 0;
    width: 42px;
    height: 42px;
    background: url(../img/icon.png) 0 -50px no-repeat;
    content: '';
}
#footer .footer-box .content dl{
    padding-top: 18px;
}
#footer .footer-box .content .long{
    width: 280px;
    overflow: hidden;
}
#footer .footer-box .content .short{
    width: 160px;
    margin-left: 90px;
    overflow: hidden;
}
#footer .footer-box .content dt{
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Arial';
}
#footer .footer-box .content dd a{
    margin-right: 15px;
    color: #c2c2c2;
}
#footer .footer-box .content dd a:hover{
    color: #c09a57;
}
#footer .share{
    position: absolute;
    right: 0;
    bottom: 20px;
    height: 34px;
}
#footer .share a{
    float: right;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 0 0 20px;
    padding: 0;
    border-radius: 50%;
}
#footer .share .bds_qzone{
    background: url(../img/bds_qzone.png) 0 0 no-repeat;
}
#footer .share .bds_tsina{
    background: url(../img/bds_tsina.png) 0 0 no-repeat;
}
#footer .share .bds_weixin{
    background: url(../img/bds_weixin.png) 0 0 no-repeat;
}
#footer .footer-box .copr{
    height: 35px;
    background: #333;
    color: #d8d8d8;
    line-height: 35px;
    overflow: hidden;
}
#footer .footer-box .copr .fl{
    overflow: hidden;

    width: 138px;
}
#footer .footer-box .copr a{
    color: #666;
}
#footer .footer-box a:hover{
    color: #b07c04;
}

#top{
    display: block;
    width: 80px;
    height: 40px;
    margin: auto;
    background: url(../img/top.png) center center no-repeat;
}