
        .header,
        .content,
        .footer {
            width: 1200px;
            margin: 0 auto;
            font-family: "PingFang SC";
        }
        
        .h_top {
            height: 154px;
            position: relative;
            z-index: 2;
            font-family: "PingFang SC";
            background: url(images/topbg.jpg) no-repeat center 0 #fff;
            padding: 33px 0 0;
        }
        
        .h_top:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #dadada;
            left: 0;
            top: 134px;
        }
        
        .t_logo,
        .t_logo img {
            width: 62px;
            display: block;
            height: 77px;
        }
        
        .t_con {
            height: 92px;
        }
        
        .t_text {
            padding:0px 0 0 44px;
            font-size: 22px;
            line-height: 80px;
            color: #666;
            position: relative;
            background: url(images/t_ge.gif) no-repeat 18px 10px;
        }
        
        .t_text b {
            color: #0178cf;
            font-size: 30px;
            line-height: 44px;
            display: block;
        }
        
        .t_pho {
            white-space: nowrap;
            line-height: 24px;
            background: url(images/t_pho.gif) no-repeat 0 15px;
            padding: 8px 0 0 45px;
            color: #666;
            background-size:40px;
        }
        
        .t_pho span {
            display: block;
            line-height: 32px;
            white-space: nowrap;
            font-size: 32px;
            font-family: Tw Cen MT;
            font-weight: bold;
        }
        .t_code{width:120px;position:relative;}
        .t_code img{width:115px;padding:3px;background:#fff;position:absolute;top:-25px;}
        .menu {
            white-space: nowrap;
            width: 1200px;
            height: 52px;
            line-height: 36px;
            font-size: 18px;
            overflow: hidden;
        }
        
        .menu ul {
            width: 1280px;
        }
        
        .menu li {
            float: left;
            position: relative;
        }
        
        .menu li a {
            color: #333;
            display: inline-block;
            padding: 18px 33px 0;
            background: url(images/ico1.png) no-repeat center 5px;
        }
        
        .menu li.cur a,
        .menu li a:hover {
            text-decoration: none;
            background: url(images/ico2.png) no-repeat center 0;
            color: #0178cf;
        }
        
        .menu li a:-webkit-any-link {
            display: block;
        }
    

        .f_bj {
            color: #333;
            clear: both;
            font-family: "Microsoft Yahei";
            height: 580px;
            line-height: 29px;
            position: relative;
            z-index: 9;
            /*background: url(images/footbg.jpg) no-repeat center bottom #2c323a;*/
            text-align: center;
        }
        
        .f_bj:before {
            content: "";
            position: absolute;
            z-index: 9;
            background: url(images/f_line.jpg) no-repeat center 0;
            width: 100%;
            height: 7px;
            top: 0;
            left: 0;
        }
        
        .f_bj a {
            color: #333;
        }
        
        .f_logo {
            left: 50%;
            margin-left: -36px;
            top: 35px;
        }
        
        .f_logo,
        .f_logo img {
            width: 72px;
            display: block;
        }
        
        .f_con {
            padding: 44px 0 0;
            height: 115px;
        }
        
        .f_con li {
            width: 300px;
            float: left;
            font-size: 24px;
            line-height: 42px;
            font-family: Times New Roman;
        }
        
        .f_con li em {
            width: 30px;
            display: block;
            margin: 0 auto;
        }
        
        .f_nav {
            height: 150px;
            line-height: 150px;
            font-size: 16px;
            color: #aeafb1;
            display: block;
            white-space: nowrap;
        }
        
        .f_nav a {
            display: inline-block;
            margin: 0 40px 0 0;
            position: relative;
            color: #333;
        }
        
        .f_nav a:last-child {
            margin: 0;
        }
        
        .f_nav a:nth-child(4) {
            margin: 0 206px 0 0;
        }
        
        .f_nav a:hover {
            font-weight: bold;
            color: #000;
        }
        
        .f_code {
            width: 212px;
            margin: 0 auto;
        }
        
        .f_code p {
            width: 87px;
            float: left;
            margin: 0 16px 0 0;
        }
        
        .f_code img {
            width: 85px;
            height: 85px;
            display: block;
            background: #fff;
            padding: 2px;
        }
        
        .f_text {
            height: 108px;
            font-size: 16px;
        }
        
        .f_text span {
            font-size: 14px;
            color: #333;
        }
        
        .f_text span a {
            color: #333;
            display: inline-block;
        }
    
