﻿@charset "utf-8";
/* 设定默认宽度 */
.pg_margins { min-width: 1200px; }
.topArea .bg-topArea,.header .header-inner,.ftLinkWrap .ftLink,.footer .ft-wrap { position:relative; width:1200px; margin:0 auto; }

	/* 头部框架 */
.topArea { height:32px; border-bottom:1px solid; line-height:32px; }

.r-arte { position:absolute; right:0; top:0; }
.r-arte span { display:none; }
.r-arte a { padding:0 10px; }
.r-arte .touch-btn a { border-right:0; padding-right:0; }

	/* 触屏版本 */
.touch-box { top:28px!important; }

.ke-content { padding:20px; }

/* 头部 */
.header { position:relative; overflow:hidden; z-index:1; }

	/*导航*/
#topNav { position:relative; font-size:16px; line-height:50px; text-align:center; z-index:200; }

.nav { width:1200px; height:50px; }
.nav li.line { position:relative; width:2px; overflow:hidden; }
.nav li { position:relative; float:left; width:148px; height:50px; }
.nav li a { position:relative; display:block; color:#fff; transition:0s; }
.nav li .shownav { position:absolute; left:0; top:50px; width:100%; visibility:hidden; font-size:12px; line-height:24px; z-index:110; }
.nav li .shownav a { padding:8px 10px; line-height:24px; text-align:center; }
.nav li:hover .shownav { visibility:visible; }

	/* 导航固定 */
#topNav.nav_fixed { position:fixed; top:0; left:0; right:0; width:100%; z-index:99; }

 .touch-btn {
        position: relative;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .touch-box {
        position: absolute;
        top: 16px;
        right: 0;
        z-index: 600;
        color: #777;
        display: none;
    }

    .touch-btn:hover .touch-box {
        display: block;
    }

    .touch-box .arrow {
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        display: block;
        height: 0;
        position: absolute;
        right: 46px;
        top: -6px;
    }

    .touch-box .wrap {
        padding: 20px 0; /*width:280px;*/
        background: #fff;
        border-radius: 2px;
        border: 1px solid #eee;
        text-align: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

        .touch-box .wrap .ms {
            padding: 0 0 15px;
        }

        .touch-box .wrap .wenben {
            padding: 10px 0;
            white-space: nowrap;
        }

        .touch-box .wrap h1 {
            font-size: 16px;
            margin: 0;
            color: #111;
        }

        .touch-box .wrap .code img {
            width: 120px;
            height: 120px;
        }
        /**.touch-box .wrap .code li{width:50%;float:left}*/
        .touch-box .wrap table {
            width: 100%;
        }

            .touch-box .wrap table td {
                padding: 0 15px;
                border-right: 1px solid #ddd;
            }

                .touch-box .wrap table td:last-child {
                    border-right: 0;
                }

