ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
em, i {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
body {
    padding-top: 50px;
    font-family: Microsoft YaHei, '微软雅黑', Helvetica Neue, arial, sans-serif;
}

/**************** 头部导航 ****************/
.pg-header-nav {
    background-color: #fff;
}
.pg-header-nav .navbar-toggle {
    border: none;
}
.pg-header-nav .navbar-toggle:focus {
    background: none;
}
.pg-header-nav .navbar-toggle:hover {
    background-color: #f5f5f5;
}
/******* Logo *******/
.pg-header-nav .navbar-header {
    position: relative;
    z-index: 2;
}
.pg-header-nav .navbar-brand {
    padding: 11px 15px;
}
.pg-header-nav .navbar-brand img {
    width: 150px;
}


/******* 用户导航 *******/
.pg-header-nav .pg-hnav-menu > li > a:hover {
    color: #20c7b3;
}

/******* 用户导航 *******/
.pg-hnav-user li a {
    color: #999;
}
.pg-hnav-user li a i,
.pg-hnav-user li a em {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.pg-hnav-user li.divider-line {
    color: #999;
    margin-top: 25px;
}
.pg-usernav-icon {
    width: 20px;
    height: 20px;
    background: center no-repeat;
    vertical-align: middle;
}
.pg-usernav-icon1 {
    background-image: url("../image/usernav-icon1.png");
}
.pg-hnav-user li a:hover .pg-usernav-icon1 {
    background-image: url("../image/usernav-icon1-1.png");
}
.pg-usernav-icon2 {
    background-image: url("../image/usernav-icon2.png");
    margin-right: 5px;
}
.pg-hnav-user li a:hover .pg-usernav-icon2 {
    background-image: url("../image/usernav-icon2-1.png");
}
.pg-usernav-icon3 {
    background-image: url("../image/usernav-icon3.png");
}
.pg-hnav-user li a:hover .pg-usernav-icon3 {
    background-image: url("../image/usernav-icon3-1.png");
}

/****** 搜索框 ******/
.pg-hnav-user-search {
    position: relative;
}
.pg-hnav-user-search .search-box {
    background: #fff;
    line-height: normal;
    width: 100%;
    height: 40px;
    position: static;
}

.pg-hnav-user-search .search-box input {
    width: 79%;
    height: 100%;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    background: transparent;
    border: none;
    outline: none;
}
.pg-hnav-user-search .search-box em {
    display: inline-block;
    width: 40px;
    height: 18px;
    border-left: 1px solid #333;
    background: url("../image/usernav-icon2-1.png") center no-repeat;
    vertical-align: middle;
}


/**************** 页面尾部 ****************/
.pg-footer {
    background: #222222;
    color: #b7b7b7;
}
/******* 信息模块 *******/
.pg-fts-title-sm {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    color: #e6e6e6;
    border-bottom: 1px solid #4d4b4b;
}
.pg-fts-title-sm:hover,
.pg-fts-title-sm:focus {
    color: #e6e6e6;
    text-decoration: none;
}
.pg-fts-list {
    color: #b7b7b7;
    padding: 0 15px;
}
.pg-fts-list > ul > li {
    padding: 6px 0;
    font-size: 13px;
}
.pg-fts-list > ul > li a {
    color: #b7b7b7;
}
.pg-fts-list > ul > li a:hover {
    text-decoration: none;
    color: #fff;
}
.pg-fts-list .pg-fts-item-tel {
    color: #4cc8b9;
    font-size: 20px;
}
.pg-fts-list .pg-fts-item-comtool {
    margin-bottom: 15px;
}
.pg-fts-list .pg-fts-item-comtool > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #c7c7c7;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
.pg-fts-list .pg-fts-item-comtool > a img {
    vertical-align: middle;
    width: 80%;
}
.pg-fts-item-multlink > a {
    display: inline-block;
    margin-bottom: 5px;
}

.Wechat_rel{position:relative;}
.tcWechat{position:absolute;left:30px;bottom:0px;width:160px;height:100px;display:none;}
.Wechat_rel:hover .tcWechat{display:block;}

/******* 友情链接 *******/
.pg-ft-frdlink {
    margin-top: 20px;
}
.pg-ft-frdlink-name,
.pg-ft-frdlink-list {
    float: left;
    font-size: 13px;
}
.pg-ft-frdlink-name {
    width: 65px;
}
.pg-ft-frdlink-list {
    width: 76%;
}
.pg-ft-frdlink-list > li {
    float: left;
    margin-right: 30px;
    margin-bottom: 6px;
}
.pg-ft-frdlink-list > li:last-of-type {
    margin-right: 0;
}
.pg-ft-frdlink-list > li a {
    color: #b7b7b7;
}

/******* 版权信息 *******/
.pg-ft-copyright {
    font-size: 13px;
    color: #b7b7b7;
    border-top: 1px solid #2d2d2d;
    padding: 20px 15px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    body {
        padding-top: 70px!important;
    }

    /**************** 头部导航 ****************/
    .pg-header-nav {
        border: none;
        border-bottom: 1px solid #e8e8e8;
    }
    .pg-header-nav .container-fluid {
        position: relative;
    }

    /******* Logo *******/
    .pg-header-nav .navbar-brand {
        font-size: 0;
        letter-spacing: 0;
        padding: 15px;
    }
    .pg-header-nav .navbar-brand img,
    .pg-header-nav .navbar-brand span {
        display: inline-block;
        vertical-align: middle;
    }
    .pg-header-nav .navbar-brand img {
        width: 200px;
    }
    .pg-header-nav .navbar-brand span {
        border-left: 1px solid #e5e5e5;
        margin-left: 8px;
        padding-left: 8px;
        height: 34px;
        line-height: 17px;
    }
    .pg-header-nav .navbar-brand span em {
        display: block;
        font-size: 12px;
        color: #888888;
    }

    /******* 导航菜单 *******/
    .pg-header-nav .navbar-nav > li > a {
        padding: 0 10px;
        height: 70px;
        line-height: 70px;
        border-bottom: 3px solid transparent;
    }
    .pg-header-nav .navbar-nav > .active > a,
    .pg-header-nav .navbar-nav > .active > a:focus,
    .pg-header-nav .navbar-nav > .active > a:hover {
        color: #20c7b3;
        background: none;
    }
    .pg-header-nav .navbar-nav > li.active > a {
        border-bottom-color: #20c7b3;
    }

    /****** 二级菜单 ******/
    .pg-header-nav .navbar-collapse {
        position: relative;
    }
    .pg-hnav-submenu {
        position: absolute;
        top: 70px;
        left: -15px;
        right: -15px;
    }
    .pg-hnav-submenu > ul > li {
        display: none;
        padding: 40px 0;
        background: #fff;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    .pg-hnav-submenu > ul > li.active {
        display: block;
        opacity: 1;
    }

    .pg-hanv-submenu-row {
        position: relative;
    }
    .pg-hsmenu-line {
        position: absolute;
        left: 37.5%;
        top: 0;
        bottom: 0;
        border-left: 1px solid #e5e5e5;
    }
    .pg-hanv-submenu-list {
        margin-left: 5%;
        padding-left: 8%;
    }
    .pg-hanv-submenu-link {
        display: inline-block;
        font-size: 14px;
        color: #333333;
        font-weight: bolder;
        padding: 8px 30px 8px 0;
        margin-bottom: 25px;
        text-decoration: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }
    .pg-hanv-submenu-link:hover {
        color: #20c7b3;
        border-bottom-color: #20c7b3;
        text-decoration: none;
    }
    .pg-hanv-submenu-link > em {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 30px;
        border-top: 1px solid #20c7b3;
    }




        /****** 搜索框 ******/
    .pg-hnav-user-search .search-box {
        line-height: normal;
        width: 250px;
        height: 0;
        overflow: hidden;
        background: #fff;
        position: absolute;
        top: 70px;
        right: 0;
        transition: 0.15s ease;
        -webkit-transition: 0.15s ease;
        -moz-transition: 0.15s ease;
        -ms-transition: 0.15s ease;
        -o-transition: 0.15s ease;
    }
    .pg-hnav-user-search .search-box.active {
        height: 40px;
    }


    /**************** 页面尾部 ****************/
    .pg-footer {

    }

    /******* 信息模块 *******/
    .pg-ft-infobox {
        margin: 30px 0 50px;
    }
    .pg-fts-title {
        display: block;
        font-size: 15px;
        color: #e6e6e6;
        padding-bottom: 12px;
    }
    .pg-fts-title:hover {
        color: #e6e6e6;
        text-decoration: none;
    }
    .pg-fts-list {
        padding: 0;
    }
    .pg-fts-list .pg-fts-item-tel {
        color: #4cc8b9;
        font-size: 22px;
    }

    /******* 友情链接 *******/
    .pg-ft-frdlink {
        padding: 0 15px;
    }
    .pg-ft-frdlink-list {
        width: 88%;
    }

    /******* 版权信息 *******/
    .pg-ft-copyright {
        text-align: center;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    /**************** 页面尾部 ****************/
    .pg-footer {

    }
    /******* 信息模块 *******/
    .pg-ft-sect.mg-t-20-md {
        margin-top: 20px;
    }
	

}

@media (min-width: 992px) {
    /**************** 头部导航 ****************/
    .pg-header-nav .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pg-header-nav .pg-hnav-user {
        margin-right: 0;
    }

    /******* 导航菜单 *******/
    .pg-header-nav .navbar-nav > li > a {
        font-size: 16px;
    }

    /****** 二级菜单 ******/
    .pg-hnav-submenu {
        left: -30px;
        right: -30px;
    }



}


@media (min-width: 768px) and (max-width: 1265px) {
    /**************** 头部导航 ****************/
    body {
        padding-top: 120px;
    }
    /******* Logo *******/
    .pg-header-nav .navbar-header {
        float: none;
        display: block;
    }

    /******* 用户操作 *******/
    .pg-hnav-user.navbar-right {
        float: none!important;
        position: absolute;
        right: 0;
        top: -50px;
    }
	
}

@media (min-width: 1368px) {
    /**************** 头部导航 ****************/
    .pg-header-nav .navbar-collapse {
        position: relative;
    }
    .pg-header-nav .pg-hnav-menu {
        float: none;
        position: absolute;
        top: 0;
        left: 27%;
        right: 14%;
    }
    .pg-header-nav .pg-hnav-menu > li {
        padding: 0 1.7%;
        text-align: center;
    }
    .pg-header-nav .pg-hnav-menu > li:last-of-type {
        margin-right: 0;
    }
    .pg-header-nav .pg-hnav-menu > li > a {
        display: inline-block;
        padding: 0;
    }

}