/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }

body{background:#212121;}
a{color:#3a3a3a;text-decoration:none;outline:none;}
a:hover {text-decoration: none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}

.wrap{width:100%;overflow:hidden;}
.inner {width:1200px;margin:0 auto;}


/*头部*/
header {
    height:120px;
    background: #212121 url(../images/header-bg.png) no-repeat center center;
}

.header-box {}
.header-box .logo {
    float:left;
    width:320px;
	margin-top:10px;
}
.header-box .logo img{ 
    width:250px;
}
.header-box .slogan {
    float:left;
    width:320px;
}
.header-box .slogan .p1 {
    font-size: 28px;
    color:#6ebb57;
    margin-top: 28px;
}
.header-box .slogan .p2 {
    font-size: 16px;
    color:#fff;
    margin-top: 10px;
}
.header-box .tel {
    float:right;
    width:286px;
}
.header-box .tel .txt {
    font-size: 18px;
    color:#fff;
    margin-top: 20px;
    margin-left: 32px;
}
.header-box .tel .tel-box {
    line-height: 30px;
    background: url(../images/top_tel.png) no-repeat left center;
    padding-left: 20px;
    margin-top: 23px;
    font-size: 14px;
    padding-left: 30px;
    color: #e77b19;
}
.header-box .tel .tel-box .em {
    display: block;
    float: left;
    padding-top: 3px;
    font-size: 12px;
    line-height: 14px;
    width: 56px;
}
.header-box .tel .tel-box span {
    font-size: 30px;
    color: #e77b19;
    line-height: 30px;
    padding-left: 3px;
    font-family: "Arial";
}
/*导航条*/
nav {background:#5b5b5b;}
nav>menu>ul {}
nav>menu>ul>li {
    float:left;
    min-width: 1px;
    height:77px;
    padding:12px 34px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #716f6f;
}
nav>menu>ul>li:first-child {
    border-left: 1px solid #716f6f;
}
nav>menu>ul>li>a {
    font-size: 16px;
    color:#fff;
}
nav>menu>ul>li>a>i {
    display:block;
    font-size: 14px;
    font-style: normal;
}


/*尾部*/
footer {
    background: url("../images/footer-Bg.jpg") no-repeat center center;
}
.footer {
    padding:62px 0 62px 0;
}
.footer .menu {
    float:left;
    width:700px;
}
.footer .menu .nav {
    float:left;
    width:140px;
}
.footer .menu .nav h3 {}
.footer .menu .nav h3 a  {
    font-size: 15px;
    color:#e2e1e1;
}
.footer .menu .nav ul {
    padding-top: 22px;
}
.footer .menu .nav ul li {
    padding-bottom: 6px;
}
.footer .menu .nav ul li a {
    font-size: 13px;
    color:#c7c5c7;
}
.footer .tel {
    float:left;
    width:300px;
}
.footer .tel img {
    width:255px;
}
.footer .tel p {
    font-size: 16px;
    color:#bdbcbc;
    padding:37px 0 24px 0;
}
.footer .tel span {
    font-size: 38px;
    color:#e77b19;
}

.footer .weixin {
    float:left;
    width:200px;
    text-align: center;
}
.footer .weixin img {
    padding-top: 37px;
    width:125px;
}
.footer .weixin p {
    font-size: 14px;
    color:#bdbcbc;
    padding-top: 5px;
}
.footer-line {
    width:100%;
    height:1px;
    background:#464444;
}
.copy {
    padding:10px 0;
}
.copy span {
    color:#c7c5c7;
    padding: 0 30px 0 0;
}
.copy span a {
    color:#c7c5c7;
    padding:0 20px;
}


/*右侧浮窗*/
.right-fixed {
    position:fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
}
.right-fixed .icon {
    background: #222;
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:70px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background:#f58634;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}

.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #222222;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}
/*友情链接*/
.family-links {
    display:inline-block;
    width: 121px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    background: url(../images/family_links_bg.png) no-repeat center center;
    cursor: pointer;
    margin-top: 3px;
}

.family-links .hover-div {
    display: none;
    position: absolute;
    right: -30px;
    bottom: 30px;
    width: 220px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-top: none;
    padding-bottom: 8px;
    z-index: 200;
}
.family-links:hover .hover-div {display:block;}
.family-links .tit {
    height: 33px;
    line-height: 33px;
    color: #333;
    text-indent: 20px;
    text-align: left;
    background-color: #f2f2f2;
    position: relative;
}
.family-links .item {
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
}
.family-links .item a {
	color:#3a3a3a;
}

.copyright {
    text-align: center;
    border-top: 1px solid #2f473c;
    padding: 5px 0;
}
.copyright  a {
    color:#fff;
}