/*顶部导航*/
.container-basic-top {
    height: 118px;
    font-family: "Microsoft YaHei ";
    width: 100%;
}
.header {
    background-color: #FFFFFF;
    width: 100%;
    min-width: 1300px;
    height: 30px;
}

.top-nav {
    height: 30px;
    background-color: #f3f3f3;
}

.top-nav li {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    /* color: #545454; */
    margin-left: 20px;
    float: left;
}

.top-nav li:nth-of-type(1) {
    margin-left: 0px;
}
.top-nav li a {
    font-size: 13px;
    display: inline-block;
    color: #474747;
    position: relative;
}

.top-nav li a:hover {
    color: #2670c9;
    text-decoration:underline;
}

.top-nav li .tipsdenglu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    width: 166px;
    height: 124px;
    z-index: 100;
    left: -70px;
    top: 25px;
    padding: 20px 0px;
    text-align: center;
    line-height: 40px;
}

.top-nav li .tipsdenglu p {
}

.top-nav li:hover .tipsdenglu {
    display: block;
}

.top-nav li a img {
    margin-top: 11px;
}
.qr-Code {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: red;
    z-index: 100;
}
.top-nav li:hover .qr-Code {
    display: block;
}

.news {
    width: 375px;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
    background: url("../images/tonggao.png") no-repeat left 8px;
    overflow: hidden;

}
.posts {
    display: none;
}
.news p {
    text-indent: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color: #535353;
}
.news p a {
    color: #535353;
}
.logo a {
    display: block;
}
.logo a img {
    width:365px;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.news-alik-p {
    margin: 0;
}
.news-alik{
    padding-left:22px;
    font-site: 12px;
    color: #535353;
}
.w {
    width:1300px;
    margin: 0 auto;
    clear: both;
}
.wide {
    margin: 0 auto;
    overflow: hidden;
    position:relative;
    clear: both;
    width:1300px;
    height:88px;
}
ul,li,ol,dl,dt,dd {
    list-style: none;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
}
img {
    border: none;
    vertical-align: top;
}
a {
    text-decoration: none;
    cursor: pointer;
}
input,select,button {
    outline: none;
}
.cb {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
    font-size:14px;
    color:#474747;
}
.nav1 .wide-li-a {
    background-color: #0069af;
    font-weight: bold;
}
.xnav1 ul {
    overflow: hidden;
    height: 50px;
}
.xnav1 li {
    float: left;
    font-size: 17px;
    line-height: 50px;
    color: #191818;
    margin-left: 40px;
}
.xnav1 li a {
    color: #191818;
    font-size: 17px;
    cursor: pointer;
}
.xnav1 li a:hover {
    font-size: 17px;
    color: #269dfe;
    text-decoration: none;
    cursor: pointer;
}
.xnav1 li a.wide-li-a {
    font-weight: bold;
}
.fr-title-a-link-active {
    color: #269dfe;
    text-decoration: none;
    border-bottom: 3px solid #269dfe;
    cursor: pointer;
}
#heng_nav{
    position: absolute;
    height: 2px;
    background-color: #269dfe;
    top: 70px;
    -webkit-transition: all .35s ease;
    transition-delay: .4s;
}
.weixin .weixin-content{
    position: absolute;
    z-index: 9999;
    width: 180px;
    height: 75px;
    background: #fff;
    border-radius: 4px;
    top: 40px;
    padding: 5px;
    padding-top: 10px;
    box-shadow: 0 0 1px 0;
    text-align: left;
    display: none;
}
.weixin:hover .weixin-content{
    display: block;
}
.weixin .weixin-content::before{
    background: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    left:9px;
    top: -5px;
    transform: rotate(45deg);
    box-shadow: -1px -1px 1px 0 #e3e3e3;
}
.weixin .weixin-content img{
    float: left;
    width: 68px;
    height: 68px;
    margin-right: 5px;
}
.font14{
    font-size: 14px;
    line-height: 22px;
}
.font12{
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    line-height: 9px;
}
.weixin-content-span{
    margin-top: 4px;
}