/*清除默认样式*/
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;
}

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 .top {
    padding: 5px 0 5px 0;
    box-sizing: border-box;
    overflow: hidden;

}

header .top span {
    float: left;
    display: inline-block;
    height: 22px;
}

header .top span.wel {
    width: 77%;
}

header .top span.tel {
    width: 23%;
}

header .top span.tel i {
    color: #094;
    font-size: 30px;
    font-style: normal;
    font-family: "Times New Roman";
    font-weight: bold;
}

header .header {
    padding: 10px 0;
}

.header .logo {
    float: left;
    width: 260px;
}

.header .logo img {
    width: 100%;
}

.header .nav {
    float: left;
}

.header .nav .li1 {
    float: left;
}

.header .nav .li1 .a1 {
    display: block;
    padding: 30px 26px;
    font-size: 16px;
    color: #333;
}

.header .nav .li1.cur .a1 {
    color: #094;
}

.header .search {
    float: right;
}

.header .search form {
    display: block;
    width: 200px;
    height: 32px;
    margin: 25px 0;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.header .search form .search-input {
    float: left;
    width: 150px;
    height: 20px;
    line-height: 20px;
    border: 0px;
    padding: 5px;
    font-size: 14px;
}

.header .search form .search-btn {
    float: left;
    display: block;
    width: 39px;
    height: 32px;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background: url(../images/btn-iocn.png) no-repeat center center;
}

/*尾部*/
footer {
    background: #f6f6f6;
}

.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: 16px;
    color: #333313;
}

.footer .menu .nav ul {
    padding-top: 22px;
}

.footer .menu .nav ul li {
    padding-bottom: 6px;
}

.footer .menu .nav ul li a {
    font-size: 14px;
    color: #666;
}

.footer .menu .nav ul li a:hover {
    color: #094;
}

.footer .tel {
    float: left;
    width: 300px;
}

.footer .tel img {
    width: 255px;
}

.footer .tel p {
    font-size: 16px;
    padding: 37px 0 24px 0;
}

.footer .tel span {
    font-size: 38px;
    color: #094;
}

.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: #e6e3e3;
}

.copy {
    padding: 10px 0;
}

.copy span {
    color: #666;
    padding: 0 30px 0 0;
}

.copy span a {
    color: #666;
    padding: 0 20px;
}

.left-fixed {
    position: fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 999;
}

.left-fixed .icon {
    background: #222;
    padding: 2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.left-fixed .icon i {
    display: inline-block;
    width: 70px;
    height: 42px;
    line-height: 42px;
}

.left-fixed .icon i img {
    width: 35px;
}

.left-fixed .icon span {
    font-size: 12px;
    color: #fff;
}

.left-fixed .icon:hover {
    background: #094;
}

.left-fixed .icon .weixin {
    display: none;
    position: absolute;
    top: -32px;
    left: -108px;
    width: 100px;
    height: 100px;
}

.left-fixed .icon:hover .weixin {
    display: block;
}

.left-fixed .icon .weixin img {
    width: 100%;
}

.left-fixed .icon .call {
    position: absolute;
    top: 0;
    right: 71px;
    width: 0px;
    height: 70px;
    background: #222222;
    padding: 22px 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
}

.left-fixed .icon:hover .call {
    width: 200px;
}

.left-fixed .icon .call .no {
    font-size: 24px;
    color: #fff;
}

.left-fixed .icon .call .time {
    font-size: 12px;
    color: #b3b0b0;
}

/*友情链接*/
.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: 180px;
    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 .dis {
    height: 0px;
}

.family-links .dis a {
    color: #fff;
}