﻿.title {
    height: 128px;
    line-height: 128px;
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 6px hsl(0deg 0% 47% / 20%);
}

#title .pc_content {
    background: #fff;
    height: 64px;
}

.pc_content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    /*.af:after {
            content: ".";
            clear: both;
            display: block;
            height: 0;
            width: 0;
            font-size: 1px;
            visibility: hidden;
            overflow: hidden;
        }*/

.logo {
    display: inline-block;
    height: 131px;
    margin-top: 0rem;
    cursor: pointer;
}

   .fl {
        float: left;
                list-style: none;
        display: list-item;
        text-align: -webkit-match-parent;
    }

    .fr {
        float: right;
    }
    .con .title-active {
        /*color: #f1575d;*/
    }

    .con li a {
        display: inline-block;
        font-size: 16px;
        margin-left: 30px;
        padding-bottom: 3px;
        height: 100px;
        z-index:999;
        text-decoration: none;
        cursor: pointer;
    }
        a {
            text-decoration: none;
        }
            a:visited {
                text-decoration: none;
            }
            a:hover {
                text-decoration: none;
            }
            a:active {
                text-decoration: none;
            }


        .cla {

        }

            .cla:hover {
                color: #f1575d;
            }
        .ti1 {
            display: inline-block;
            text-decoration: none;
            font-family:"宋体";
            cursor: pointer;
        }