@charset "utf-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-family: "微軟雅黑";
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    outline: none;
}

a:focus {
    outline: 0 !important;
}

ul {
    list-style: none;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

.ds {
    display: none;
}

.dl {
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px
}

.pda {
    padding-top: 0.1px;
}

.Ver_top {
    vertical-align: top;
}

.head {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1000px;
    z-index: 9999;
    background: #63055f;
    border-bottom: 1px solid #ddd;
    height: 170px;
    transition: all .3s
}

.header-top {
    width: 100%;
    height: 110px;
    background: #63055f;
}

.header-bottom {
    width: 100%;
    height: 60px;
    background: #73116f;
}

.header-top-one {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}

.header-top-lf {
    width: 800px;
    height: 110px;
}

.header-top-rg {
    width: 400px;
    height: 110px;
}

.nav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.nav ul li {
    position: relative;
    float: left;
    width: 10%;
    height: 60px;
    transition: all .3s;
    line-height: 60px;
}

.nav ul li .a1 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    transition: all .3s;
    font-weight: bold;
}

.nav ul li:hover .a1 {
    background: #630660;
}

.nav ul li .div1 {
    display: none;
    background: #4e0b4b;
    width: 100%;
    height: auto;
    left: 0px;
    position: absolute;
    top: 60px;
    z-index: 100
}

.nav ul li .div1 .p1 {
    width: 57.4%;
    float: right;
    height: auto;
    line-height: 60px;
    background: #4e0b4b;
    text-align: center;
}

.nav ul li .div1 .p1 a {
    width: 120px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    /* background: url(../images/1_26.jpg) center bottom no-repeat; */
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: 5%;
    transition: all .7s;
    border-bottom: 1px solid #610c5d;
    margin-left: -50px;
    text-align: center;
}

.nav ul li .div1 .p1 a:hover{
    background:white!important;
    color:black;
}

.nav ul li .div1 .p1 a p {
    line-height: 22px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 0px;
}

.nav ul li .div1 .p1 a:hover {
    background: #630660;
}

.nav ul li .mad6 .p1 {
    text-align: right
}

.a_txt {
    display: none;
}

.header-top-rg-one {
    width: 300px;
    height: 110px;
    margin-right: 30px;
}

.header-top-rg-one ul li {
    width: 24%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: relative;
}

.header-top-rg-one ul li a {
    font-size: 16px;
    color: #ffffff;
}


/**

 * [搜索]

 */


/*标志*/

.search-panel {
    float: right;
    clear: right;
    width: 14%;
    margin-right: 30px;
    margin-bottom: 12px;
    margin-top: 39px;
    position: relative;
}

.searchbtn {
    width: 38px;
    height: 28px;
    border: 0;
    outline: 0;
    background: url(sousuo.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 120;
    cursor: pointer;
}

.search-window {
    padding-left: 0px;
    width: 45px;
    border: 0px solid red;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: -38px;
    z-index: 100;
}


/*#72596C*/

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 10px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 150%;
    height: 40px;
    line-height: 18px;
    border: 0;
    outline: 0;
    background: none;
    color: #c8c2af;
    font-size: 14px;
    padding: 5px 0;
    margin-left: 0px;
    background: #63055f;
}

.wp-search .search-btn {
    width: 40px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}

.wp-search .search-btn input.search-submit {
    width: 38px;
    height: 28px;
    border: 0;
    outline: 0;
    background: url(sousuo.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: -3px;
    z-index: 10;
    cursor: pointer;
}

.pt1 {
    display: block;
    position: absolute;
    bottom: 68px;
    left: 18.75%;
    height: 73px;
    text-align: center;
    line-height: 73px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
    font-size: 22px;
}

.to {
    width: 100%;
    height: 450px;
    background: #ffffff;
}

.main {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin-top: 50px;
}

.main-one {
    width: 1200px;
    height: 527px;
    margin: 0 auto;
}

.main-one-top {
    width: 100%;
    height: auto;
    line-height: 75px;
    margin-top: 25px;
}

.main-one-top h3 {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.gd1 {
    color: #999999;
    font-size: 16px;
}

.gd1:hover {
    color: #4e0b4b;
    font-size: 16px;
}

.xyxw {
    width: 100%;
    height: 341px;
}

.xyxw-left {
    width: 562px;
    height: 341px;
}

.xyxw-right {
    width: 604px;
    height: 341px;
}

.li-div1 {
    width: 151px;
    height: 88px;
}

.li-div1 a img {
    width: 151px;
    height: 88px;
}

.li-div2 {
    width: 435px;
    height: 88px;
}

.li-div2 a h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.li-div2 a h3:hover {
    color: #73116f;
}

.li-div2 span {
    color: #999999;
    font-size: 14px;
    line-height: 27.45px;
}

.sapn-t1 {
    background: url(sj.png) no-repeat 0px 6px;
    padding-left: 20px;
}

.span-t:hover {
    color: #73116f;
}

.img1 {
    margin-top: 7px;
}

.xyxw-right ul li {
    width: 100%;
    height: 88px;
    margin-bottom: 39px;
}

.xyxw-right ul li:last-of-type {
    margin-bottom: 0px;
}

.xyxw-right ul li:hover h3 {
    color: #73116f;
}

.xyxw-right ul li:hover span {
    color: #73116f;
}

.xyxw-right ul li:hover .sapn-t1 {
    background: url(sj1.png) no-repeat 0px 6px;
}

.main-two {
    width: 100%;
    height: 465px;
    background: #f6f6f6;
}

.rvpy {
    width: 730px;
    height: 465px;
}

.main-two-center {
    width: 1200px;
    height: 465px;
    margin: 0 auto;
}

.tzgg {
    width: 377px;
    height: 465px;
}

.tpzs {
    width: 100%;
    height: 150px;
    background: url(../images/bg1.jpg) no-repeat;
}

.rcpy-one {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 38px;
}

.rcpy-one h3 {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.rcpy-one a {
    color: #999999;
    font-size: 16px;
}

.rcpy-ul {
    width: 100%;
    height: 372px;
}

.rcpy-ul ul li {
    width: 100%;
    height: 56px;
    border-bottom: 1px dashed #d0d0d0;
    line-height: 56px;
}

.rcpy-ul ul li:last-of-type {
    border-bottom: 0;
}

.rcpy-ul ul li a {
    color: #333333;
    font-size: 16px;
}

.rcpy-ul ul li a:hover {
    color: #73116f;
}

.rcpy-ul ul li p {
    color: #666666;
    font-size: 16px;
}

.gd2:hover {
    color: #73116f;
}

.gd3:hover {
    color: #73116f;
}

.rcpy-ul ul li:hover a {
    color: #73116f;
}

.rcpy-ul ul li:hover p {
    color: #73116f;
}

.tzgg-title {
    width: 377px;
    height: 314px;
    margin-top: 22px;
}

.tzgg-title ul li {
    width: 100%;
    height: 66px;
    margin-bottom: 17px;
}

.tzgg-title ul li:last-of-type {
    margin-bottom: 0px;
}

.tzgg-title-div1 {
    width: 66px;
    height: 66px;
}

.tzgg-title-div2 {
    width: 288px;
    height: 66px;
}

.tzgg-title-div1-one {
    width: 100%;
    height: 38px;
    background: #73116f;
    text-align: center;
    line-height: 38px;
}

.tzgg-title-div1-one p {
    color: #ffdbaa;
    font-size: 23.19px;
    font-weight: bold;
}

.tzgg-title-div1-two {
    width: 100%;
    height: 28px;
    background: #ffffff;
    text-align: center;
    line-height: 28px;
}

.tzgg-title-div1-two p {
    font-size: 12.49px;
    color: #73116f;
}

.tzgg-title-div2 a {
    display: block;
    width: 288px;
    height: 46px;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.tzgg-title-div2 a:hover {
    color: #73116f;
}

.tpzs-one {
    width: 1200px;
    height: 147px;
    margin: 0 auto;
    margin-top: 90px;
}

.tpzs-one ul li {
    width: 221px;
    height: 147px;
    margin-right: 22.6px;
    border: 8px solid #ffffff;
    position: relative;
    text-align: center;
}

.tpzs-one ul li:last-of-type {
    margin-right: 0px;
}

.t1 {
    background: url(t1.png) no-repeat center center;
}

.t2 {
    background: url(t2.png) no-repeat center center;
}

.t3 {
    background: url(t3.png) no-repeat center center;
}

.t4 {
    background: url(t4.png) no-repeat center center;
}

.t5 {
    background: url(t5.png) no-repeat center center;
}

.tpzs-one ul li a {
    width: 100%;
    height: 147px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tpzs-one ul li a p {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(141, 70, 128, .9);
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    z-index: 100;
}

.mh1 {
    width: 221px;
    height: 147px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: -8px;
    top: -9px;
    display: none;
    z-index: 101;
}

.mh2 {
    width: 221px;
    height: 147px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: -8px;
    top: -9px;
    display: none;
    z-index: 101;
}

.mh3 {
    width: 221px;
    height: 147px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: -8px;
    top: -9px;
    display: none;
    z-index: 101;
}

.mh4 {
    width: 221px;
    height: 147px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: -8px;
    top: -9px;
    display: none;
    z-index: 101;
}

.mh5 {
    width: 221px;
    height: 147px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: -8px;
    top: -9px;
    display: none;
    z-index: 101;
}

.tpzs-one ul .t1:hover .mh1 {
    display: block;
}

.tpzs-one ul .t2:hover .mh2 {
    display: block;
}

.tpzs-one ul .t3:hover .mh3 {
    display: block;
}

.tpzs-one ul .t4:hover .mh4 {
    display: block;
}

.tpzs-one ul .t5:hover .mh4 {
    display: block;
}


/* footer */

.footer {
    width: 100%;
    height: 275px;
    /*background: url(bg2.jpg) no-repeat;*/
    background-size: 100% 100%;
    background: #5a1054;
    padding-top: 20px;
}

.footer-top {
    width: 900px;
    height: 215px;
    margin: 0 auto;
}

.footer-top-div1 {
    width: 300px;
    height: 215px;
}

.footer-top-div2 {
    width: 400px;
    height: 215px;
}

.footer-top-div3 {
    width: 200px;
    height: 215px;
    position: relative;
}

.footer-top-div1 p {
    color: #ffffff;
    line-height: 27px;
}

.pt2 {
    font-size: 24px;
    margin-top: 15px;
    line-height: 30px;
}

.p3 {
    font-size: 16px;
}

.footer-top-div2 a img {
    padding: 0 50px;
    width: 400px;
    margin-top: 80px;
}

.footer-bottom {
    width: 100%;
    height: 60px;
    background: #5a1054;
    text-align: center;
    line-height: 60px;
}

.footer-bottom p {
    color: #d8bed7;
    font-size: 16px;
}

.footer-top-div3 ul li {
    width: 34px;
    height: 34px;
    margin-right: 16px;
    cursor: pointer;
}

.footer-top-div3 ul li:last-of-type {
    margin-right: 0px;
}

.footer-top-div3 ul {
    margin-top: 92px;
    margin-right: 0px;
}

.wb-img {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.wx-img {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.sjd-img {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.wb:hover .wb-img {
    display: block;
}

.wx:hover .wx-img {
    display: block;
}

.sjd:hover .sjd-img {
    display: block;
}


/* *********************************分割線****************************************** */


/* 欄目頁 */

.lm-bg {
    width: 100%;
    height: 508px;
}

.lm-bg img {
    width: 100%;
    height: 508px;
}


/*main */

.content-lm {
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

.main-lm {
    width: 1200px;
    min-height: 866px;
    margin: 0 auto;
    background: #ffffff;
}

.main-left {
    width: 260px;
    min-height: 600px;
    background: #f1f1f1;
    margin-top: 30px;
    margin-left: 20px;
}

.mian-left-one {
    width: 260px;
    height: 96px;
    border-radius: 5px 5px 0 0;
    background: #661c63;
    text-align: center;
    border-bottom: 5px solid #ddb34d;
}

.mian-left-one h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 96px;
}

.main-right-one h3 {
    color: #661c63;
    font-size: 24px;
}

.mian-left-two {
    width: 26px;
    height: auto;
    text-align: center;
}

.mian-left-two ul li {
    width: 260px;
    height: 75px;
    background: #f1f1f1;
    line-height: 75px;
    cursor: pointer;
}

.main-right-two ul li .div1 {
    width: 59px;
    height: 54px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
}

.main-right-two ul li .div1 .p1 {
    width: 59px;
    height: 27px;
    font-size: 12px;
    line-height: 30px;
    background: #721f6f;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}

.main-right-two ul li .div1 .p2 {
    width: 59px;
    height: 27px;
    font-size: 16px;
    line-height: 20px;
    background: #f1f1f1;
    color: #721f6f;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.mian-left-two ul li a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.mian-left-two ul li.active-one {
    width: 260px;
    border-left: 10px solid #5f075f;
    background: #ffffff;
}

.mian-left-two ul li.active-one a {
    margin-left: -10px;
}

.main-rigth {
    width: 860px;
    min-height: 850px;
    margin-left: 42px;
    margin-top: 30px;
}

.main-right-one {
    width: 860px;
    height: 50px;
    text-align: center;
    border-bottom: 5px solid #721f6f;
}

.main-right-one ul {
    margin-left: 40px;
}

.main-right-one ul li {
    font-size: 14px;
    color: #333333;
}

.main-right-one ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 48px;
}

.main-right-one ul li a:hover {
    color: #ab33ad;
    font-weight: bold;
}

.main-right-one img {
    margin-right: -33px;
    margin-top: 15px;
}

.main-right-two {
    width: 100%;
    height: auto;
}

.main-right-two > ul >li {
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #dddddd;
    line-height: 90px;
}

.list-column {
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #dddddd;
    line-height: 90px;
}

.main-right-two ul li a {
    font-size: 16px;
    color: #333333;
    margin-left: 18px;
    width: 90%;
}

.main-right-two ul li p {
    font-size: 16px;
    color: #999999;
}

.main-right-two ul li p img {
    margin-top: 30px;
    margin-right: 10px;
}

.main-right-two ul li a:hover {
    color: #ab33ad;
}

.sz-a1 {
    color: #661c63;
    font-size: 18px;
    font-weight: bold;
}

.sz-p1 {
    color: #666666;
    font-weight: 400;
    font-size: 15px;
}

.sz-a2 {
    font-size: 13px;
    color: #555555;
    display: block;
    margin-top: 10px;
}

.sz-a2:hover {
    color: #661c63;
}

.sz-right-two {
    width: 100%;
    height: auto;
}

.sz-name {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.sz-name h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.sz-li {
    width: 50%;
    height: 200px;
    margin-bottom: 30px;
}

.sz-div1 {
    width: 160px;
    height: 200px;
    background: url(zw.jpg) no-repeat #ddd center center;
}

.sz-div2 {
    margin-left: 18px;
    width: 50%;
    height: 200px;
}

.sz-img1 img {
    width: 100%;
    height: 100%;
}

.sz-right-two-ul {
    min-height: 200px;
}


/* *********************************分割線****************************************** */


/*小于1600大于1200稍微調整下字體*/

@media screen and (max-width: 1600px) and (min-width:1200px) {
    .nav ul li .a1 {
        font-size: 16px
    }
    .nav ul li .div1 .p1 a {
        font-size: 16px
    }
    .foot_top ul {
        margin-left: 60px
    }
    .nav ul li .div1 .p1 {
        width: 58.1%
    }
}


/*移動端導航*/

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .head {
        display: none
    }
    .moblie_head {
        display: block !important;
        height: 80px;
        background: #63055f;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd
    }
    .moblie_head .lf {
        padding-top: 14px;
        padding-left: 5%
    }
    .moblie_head .lf img {
        height: 50px
    }
    .moblie_head .rg {
        padding-right: 5%;
        padding-top: 30px
    }
    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }
    body {
        position: relative;
    }
    .a_txt {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 2%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
    }
    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%;
        overflow-x: scroll;
    }
    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530;
    }
    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_js3_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .a_txt .div3 ul li .a_txt2 {
        display: none
    }
    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
    .a_txt .div3 ul li .a_txt3_on a {
        display: block;
        height: 45px;
        color: #ffffff;
        line-height: 45px;
        padding-left: 15%;
        font-size: 14px;
        border-bottom: 1px solid #232530;
    }
    .a_txt .div3 ul li .a_txt3 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}


/* -------------------分割線----------------------- */

@media screen and (max-width: 320px) {
    .moblie_head .lf img {
        height: 45px;
    }
}

.rg a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 600;
    color:#000;
}

.rg > span > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;    
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.rg > span > a ,.rg > span > a:visited{
  color:#999;
}
.rg > span > a:hover{
  color:#000;
}

.xyxw-left a,.xyxw-left a:visited{
    color:#ff0;
}

#wp_paging_w07 .page_nav {
display: flex!important;
    width: 45%;
}

#wp_paging_w07 .wp_paging {
    width:100%;
    display: flex;
    margin: 20px 0px;
}