﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

/*内外边距初始化*/
html, body, div, h1, h2, h3, h4, h5, h6, p, th, strong, var, em , span, img, input, textarea, ul, ol, li, hr {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
}
/*去除 list 默认样式*/
ul, ol {
    list-style-type: none;
}
/*去除 a 标签默认样式*/
a {
    text-decoration: none;
}
/*左右浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}
/*清除浮动*/
.clear {
    clear: both;
}

/*去除读取内容样式*/
th, strong, var, em {
    font-weight: normal;
    font-style: normal;
}

.clearfix::after {
    display: block;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
}
/*不同字号*/
.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}
/*元素类型*/
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}
/*box-sizing*/
.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*外边距*/
.mar20 {
    margin: 20px auto;
}

.mar15 {
    margin: 15px auto;
}

.mar10 {
    margin: 10px auto;
}
/*内边距*/
.pad20 {
    padding: 20px;
}

.pad15 {
    padding: 15px;
}

.pad10 {
    padding: 10px;
}
/*省略号*/
.slh {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.slhm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*透明度*/
.opacity {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
/*首行缩进*/
.shsj {
    text-indent: 2em;
}
/*字体对齐*/
.textl {
    text-align: left;
}

.textc {
    text-align: center;
}

.textr {
    text-align: right;
}
/*强制换行*/
.qzhh {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
}
/*图片链接边框*/
.borimg {
    border: 0 none;
}
/* 鼠标样式 */
.pointer {
    cursor: pointer;
}
/* 定位关系 */
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.wirte {
    color: #fff;
}

.line-35 {
    line-height: 35px;
}

.line-45 {
    line-height: 45px;
}

.line-25 {
    line-height: 25px;
}
/*-------------分割线-----------------*/
/*top 内边距为 12
main: 内边距为 20
上下栏目边距为 15px*/

/*顶部*/
.top {
    position:relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    /*background: green;*/
    background: #fff;
    height:70px;
    background:url(../AImages/img/logo_bg_2.png) center center no-repeat;
background-size:cover;
}

.top .tel { color:#fff; width:160px; font-size:14px; height:40px; font-weight:bold; white-space:nowrap; position:absolute; right:15px; bottom:15px; z-index:1 }
.top .tel p { text-align:right; font-size:14px; }

.top .tel p img { height:15px; filter: grayscale(100%); margin-left:5px;

 }

.top .tel p a {  color:#fff; font-size:14px;}

.topatwo { height:50px; width:auto; margin-top:10px; margin-left:10px; }

.top_nav {
    font-size: 16px;
    color: #fff;
    line-height: 43px;
}

    .top_nav img {
        display: inline-block;
        margin-left: 6px;
        position: relative;
        top: 3px;
        width: 20px;
    }

/*返回顶部*/
.go_top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 5px;
    border-radius: 25px;

    color: #7a7d88;
    text-align: center;

}

    .go_top img {
        width: 70%;
    }

    .go_top a {
        color: #7a7d88;
    }
/*底部*/
.footer {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: #5d626a;
text-align:center;
padding:15px 0;
font-size:24px;
}
.footer p { color:#fff; text-align:center; padding: 5px 0;  }

.footer a { color:#fff; text-decoration:none; }