@charset "utf-8";
/* CSS Document */

/*通用页面样式、顶部*/

* {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    background-color: #FFFFFF;
    font-family: "微软雅黑";
}

img {
    border: none;
}

.fix {
    clear: both;
    height: 1px;
    font-size: 0px;
}

/*浏览器滚动条*/

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

/*二级页面顶部导航*/

.div_page {
    height: 100vh;
    border-bottom: 1px solid #666;
    position: relative;
}
.two_no {
    width: 1740px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
}

.two_topk {
    height: 100px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-image: url(../img/two_top_bj.png);
    background-repeat: repeat;
}
.two_blank {
    height: 100px;
    width: 100%;
}

.two_top {
    height: 70px;
    padding-top: 30px;
    width: 1740px;
    margin-right: auto;
    margin-left: auto;
    background-position: bottom;
}

.two_logo {
    height: 35px;
    width: 150px;
    float: left;
    padding-left: 30px;
}

.two_logo a {
    text-decoration: none;
    display: block;
    height: 35px;
    width: 36px;
    background-image: url(../img/logo_pd.png);
    background-size: 150px 35px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: left;
    opacity: 0.80;
}

.two_logo a:hover {
    height: 35px;
    width: 150px;
    background-image: url(../img/logo_pd.png);
    background-repeat: no-repeat;
    opacity: 10;
}

.two_nav {
    height: 28px;
    float: right;
    width: 101px;
    padding-right: 30px;
    padding-top: 6px;
}

.two_nav_dhrs {
    height: 28px;
    width: 28px;
    float: right;
}

.two_nav_dhrs a {
    text-decoration: none;
    display: block;
    height: 28px;
    width: 28px;
    background-image: url(../img/pd_nav_book.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.80;
}

.two_nav_dhrs a:hover {
    text-decoration: none;
    background-image: url(../img/pd_nav_book.png);
    background-repeat: no-repeat;
    opacity: 10;
}

.two_nav_design {
    height: 28px;
    width: 28px;
    float: right;
}

.two_nav_design a {
    text-decoration: none;
    display: block;
    height: 28px;
    width: 28px;
    background-image: url(../img/pd_nav_design.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.80;
}

.two_nav_design a:hover {
    text-decoration: none;
    background-image: url(../img/pd_nav_design.png);
    background-repeat: no-repeat;
    opacity: 10;
}

.two_nav_x {
    height: 28px;
    width: 45px;
    float: right;
}


/*版权信息*/

.copyright_k {
    width: 100%;
    padding-top: 20px;
    position:absolute;
    bottom:0;
}

.copyright {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E3;
    height: 70px;
    padding-top: 35px;
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
}

.copyright_z {
    float: left;
    margin:0px auto;
}

.copyright_z dd.copyright_wz {
    height: 50px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #CCC;
    float: left;
    padding-right: 30px;
    overflow: hidden;
}

.copyright_z dd.copyright_wz a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666666;
    line-height: 45px;
    text-decoration: none;
}

.copyright_z dd.copyright_wz a:hover {
    text-decoration: none;
    color: #999999;
}

.copyright_z dd.m_icon {
    height: 50px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666;
    float: left;
    width: 51px;
    text-align: right;
    line-height: 45px;
}

.copyright_z dd.m_icon a {
    text-decoration: none;
    color: #666;
    background-image: url(../img/m_icon.png);
    background-size: 9px 13px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.99;
}

.copyright_z dd.m_icon a:hover {
    text-decoration: none;
    color: #666;
    background-image: url(../img/m_icon.png);
    background-size: 9px 13px;
    background-repeat: no-repeat;
    no-repeat;
    opacity: 0.7;
}

.copyright_icon {
    height: 32px;
    float: left;
}

.copyright_icon dd.c_wkun_logo {
    width: 126px;
    height: 32px;
    float: left;
    padding-right: 30px;
}

.copyright_icon dd.c_wkun_logo a {
    display: block;
    height: 32px;
    width: 126px;
    /*background-image: url(../img/c_wkun_logo.png);*/
    background-size: 126px 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: center center;
}

.copyright_icon dd.c_wkun_logo a:hover {
    text-decoration: none;
    /*background-image: url(../images/v6/c_wkun_logo.png);*/
    opacity: 0.7;
}

.copyright_icon dd.c_wxk_logo {
    width: 126px;
    height: 32px;
    float: left;
}

.copyright_icon dd.c_wxk_logo a {
    display: block;
    height: 32px;
    width: 126px;
    /*background-image: url(../images/v6/c_wxk_logo.png);*/
    background-size: 126px 32px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.9;
}

.copyright_icon dd.c_wxk_logo a:hover {
    text-decoration: none;
    /*background-image: url(../images/v6/c_wxk_logo.png);*/
    opacity: 0.7;
}


.copyright_y {
    height: 40px;
    padding-top: 10px;
    float: right;
}

.hda {
    float: right;
    height: 30px;
}

.hda a {
    display: block;
    height: 30px;
    /*background-image: url(../img/hda_icon.png);*/
    background-size: 30px 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: left center;
    color: #666;
    font-family: "微软雅黑";
    font-size: 12px;
    padding-left: 36px;
    text-decoration: none;
    line-height: 16px;
}

.hda a:hover {
    text-decoration: none;
    /*background-image: url(../images/v6/hda_icon.png);*/
    opacity: 0.7;
}

.flipboard {
    float: right;
    height: 30px;
    width: 167px;
    padding-right: 30px;
}

.flipboard a {
    display: block;
    height: 30px;
    width: 167px;
    /*background-image: url(../images/six/identity.png);*/
    background-position: left top;
}

.flipboard a:hover {
    text-decoration: none;
    /*background-image: url(../images/six/identity.png);*/
    background-position: left bottom;
}

.copyright_c {
    height: 78px;
    padding-right: 30px;
    padding-left: 30px;
}

.copyright_certificate {
    height: 32px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #999999;
    float: right;
    line-height: 32px;
}

.copyright_certificate a {
    text-decoration: none;
    color: #999999;
}

.copyright_certificate a:hover {
    text-decoration: none;
    color: #888888;
}

.statistics {
    height: 15px;
    font-family: Verdana;
    font-size: 11px;
    color: #EAEAEA;
    position: fixed;
    bottom: -20px;
}

.statistics a {
    color: #EAEAEA;
    text-decoration: none;
}

.statistics a:hover {
    text-decoration: none;
}

/*自适应解决方案*/

@media screen and (max-width: 1800px) {
    
    .two_topk {
        height: 100px;
        position: fixed;
        z-index: 1000;
        width: 100%;
        background-image: url(../img/two_top_bj.png);
        background-repeat: repeat;
    }
    .two_blank {
        height: 100px;
        width: 100%;
    }
    .two_no {
        width: 1450px;
        margin-right: auto;
        margin-left: auto;
        height: 100px;
    }
    .two_top {
        height: 70px;
        padding-top: 30px;
        width: 1450px;
        margin-right: auto;
        margin-left: auto;
        background-position: bottom;
    }
    .copyright_k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        bottom:0;
    }
}

@media screen and (max-width: 1510px) {
    .two_topk {
        height: 80px;
        position: fixed;
        z-index: 1000;
        width: 100%;
        background-image: url(../img/two_top_bj.png);
        background-repeat: repeat;
    }
    .two_blank {
        height: 100px;
        width: 100%;
    }
    .two_no {
        width: 1270px;
        margin-right: auto;
        margin-left: auto;
        height: 80px;
    }
    .two_top {
        height: 60px;
        padding-top: 20px;
        width: 1270px;
        margin-right: auto;
        margin-left: auto;
        background-position: bottom;
    }
    .copyright_k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        bottom:0;
    }
}

@media screen and (max-width: 1330px) {
    .two_topk {
        height: 80px;
        position: fixed;
        z-index: 1000;
        width: 100%;
        background-image: url(../img/two_top_bj.png);
        background-repeat: repeat;
    }
    
    .two_blank {
        height: 80px;
        width: 100%;
    }
    .two_no {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        height: 80px;
    }
    .two_top {
        height: 60px;
        padding-top: 20px;
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        background-position: bottom;
    }
    .copyright_k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        bottom:0;
    }
}

@media screen and (max-width: 1260px) {
    .two_topk {
        height: 80px;
        position: fixed;
        z-index: 1000;
        width: 100%;
        background-image: url(../img/two_top_bj.png);
        background-repeat: repeat;
    }
    
    .two_blank {
        height: 80px;
        width: 100%;
    }
    .two_no {
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        height: 80px;
    }
    .two_top {
        height: 60px;
        padding-top: 20px;
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        background-position: bottom;
    }
    .copyright_k {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        bottom:0;
    }
}

.div_name
{
    width: 100%;
    font-family: "微软雅黑"; 
    font-size: 14px;
    /*color: #AAAAAA;*/
    padding-top: 15px;
    /*padding-bottom: 5px;*/
    text-align:center;
}
