@charset "UTF-8";
/* CSS Document */

.banner {height: 200px;}
.banner:before {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; background: rgba(127,67,167,.68) none repeat scroll 0 0;}
.banner01 {background: url("../images/sub_banner_01.jpg") top center no-repeat;}
.banner01:before,.banner06:before {display: none;}
.banner02 {background: url("../images/sub_banner_02.jpg") top center no-repeat;}
.banner03 {background: url("../images/sub_banner_03.jpg") top center no-repeat;}
.banner04 {background: url("../images/sub_banner_04.jpg") top center no-repeat;}
.banner05 {background: url("../images/sub_banner_05.jpg") top center no-repeat;}
.banner06 {background: url("../images/sub_banner_06.jpg") top center no-repeat;}
.banner07 {background: url("../images/sub_banner_07.jpg") top center no-repeat;}
.banner07:before {background: rgba(0,0,0,.68) none repeat scroll 0 0;}


.banner h3 {position: relative; display: inline-block; color: rgba(255,255,255,.95); padding: 10px 0;}
.banner h3:after {content: ''; position: absolute; width: 100px; height: 2px; left: 0; bottom: 0; background-color: rgba(255,255,255,.75);}
.banner p {font-size: 10px; color: rgba(255,255,255,.5); margin-top: 10px; line-height: 14px; text-transform : uppercase;}

.banner h3 {text-shadow: 0 0 5px rgba(127,67,167,.5);}
.banner01 h3,.banner06 h3 {text-shadow: 0 0 5px rgba(0,0,0,.25);}

@media screen and (max-width:768px){
    .banner {text-align: center;}
    .banner h3 {width: 100%; font-size: 18px; margin-top: 20px; line-height: 28px;}
    .banner h3:after {left: 50%; margin-left: -50px;}
    .banner p {width: 100%;}
}
@media screen and (min-width:768px){
    .banner {text-align: left;}
    .banner h3 {font-size: 18px; margin-top: 30px; line-height: 24px;}
    .banner h3:after {left: 0; margin-left: 0;}
    .banner p {width: 70%;}
}

@media screen and (min-width:992px){
    .banner h3 {font-size: 22px; margin-top: 20px; line-height: 34px; padding-bottom: 12px;}
    .banner p {width: 60%;}
}

@media screen and (min-width:1200px){
    .banner h3 {font-size: 24px;}
    .banner p {width: 50%;}
}

@media screen and (min-width:1440px){
    .banner p {width: 42%;}
}
/*** 子页面导航 ***/
.subpage-nav {display: inline-block; width: 100%; margin-top: 30px;}
.subpage-nav .title {margin-bottom: 30px; width: auto; display: inline-block; text-align: center;}
.subpage-nav .title h3 {padding-bottom: 22px; font-size: 28px; color: #333; display: block;}
.subpage-nav .title h4 {font-size: 28px; color: #c2c0c0; display: block;}
.subpage-nav .title h5 {margin: 0; padding-bottom: 15px; font-size: 28px; color: #6F4D86; display: block; font-weight: normal;}
.subpage-nav .title h5 span {font-size: 14px; color: #C0AFCC; font-weight: normal; text-transform : uppercase;}
.subpage-nav .title h6 {margin: 0; font-size: 18px; color: #c2c0c0; display: block; font-weight: normal;}


.subpage-nav .list {padding:0; width: auto; text-align: center;}
.subpage-nav .list li {float: none; width: auto; height: 36px; margin-bottom: 5px; display: inline-block;}
.subpage-nav .list > li > a {padding: 10px 25px; color: #6F4D86; text-align: center; background-color: #F7F2FA;}
.subpage-nav .list > li > a:hover {background-color: #C0AFCC;}
.subpage-nav .list > li > a.on {background-color: #6F4D86; color: #FFF;}

/** 定位 **/
.wy_dw {border-bottom: 1px solid #EEE; line-height: 50px; display: block; background-color: #FFF;}
.wy_dw .dw img {padding: 10px; margin-left: 5px; vertical-align: middle;}
.wy_dw .dw p {color: #6F4D86; font-size: 12px;}
.wy_dw .dw span {color: #AAA;}
.wy_dw .dw p a:hover {color: #6F4D86;}


.list li img {max-width: 100%;}

/*** 分页 ***/
.pages {width: 100%; height: 40px; margin-top: 30px; text-align: center; clear: both; display: inline-block;}
.pages ul li {display: inline-block;}
.pages span {padding: 10px 15px; border: 1px solid #E6E6E6; font-size: 14px; background-color: #FFF;}
.pages a {padding: 10px 15px; border: 1px solid #E6E6E6; font-size: 14px; background-color: #FFF;}
.pages span:hover,.pages a:hover,.pages .on {background: #6F4D86; color: #FFF;}
.pages em {font-style: normal;}

/*** 新闻动态 ***/
.news_home {background-color: #FFF; padding: 20px;}
.news_home .title {float: left; width: auto;}
.news_home .news_list .list li {margin-bottom: 20px; width: 100%;}
.news_home .news_list .list li a {padding-bottom: 20px; border-bottom: solid #e6e6e6 1px; display: inline-block;}
.news_home .news_list .list li .rq_wb {margin: 23px 0; width: 80%; display: inline-block; float: left;}
.news_home .news_list .list li .rq_wb .rq {display: inline-block; width: 12%; float: left;}
.news_home .news_list .list li .rq_wb .rq .t1 {display: inline-block; font-size: 16px; color: #999;}
.news_home .news_list .list li .rq_wb .rq .xh_a {margin-bottom: 10px; border: solid #cdcccc 0.5px; width: 30px; display: inline-block;}
.news_home .news_list .list li .rq_wb .jt {margin-top: 5px;}
.news_home .news_list .list li .rq_wb .jt img {padding: 5px; background: rgba(127,67,167,.1); height: 30px; transition: ease .3s;}
.news_home .news_list .list li:hover .rq_wb .jt img {padding: 5px; background: rgba(127,67,167,.75);}


.news_home .news_list .list li .rq_wb .wb {padding: 0 70px; display: inline-block; width: 88%;}
.news_home .news_list .list li .rq_wb .wb .l1 {margin-bottom: 20px; font-size: 16px; color: #333; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.news_home .news_list .list li .rq_wb .wb .l2 {font-size: 12px; color: #999; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news_home .news_list .list li:hover .wb .l1 {color: rgba(127,67,167,1.0);}
.news_home .news_list .list li .ct {width: 20%; display: inline-block; float: right;}

@media (min-width: 1024px) {
    .news_home .news_list .list li .rq_a {display: none;}
}

@media (max-width: 1024px) {
    .news_home .news_list .list li .rq_wb .rq {display: none;}
    .news_home .news_list .list li .rq_a {padding: 11% 0; display: inline-block; width: 20%; float: left;}
    .news_home .news_list .list li .rq_a .t1 {display: inline-block; font-size: 14px; color: #999;}
    .news_home .news_list .list li .rq_a .xh_a {margin: 10px 0; border: solid #cdcccc 1px; width: 40px; display: block;}

    .news_home .news_list .list li .jt_a {margin-top: 5px;}
    .news_home .news_list .list li .jt_a img {padding: 10px; background: rgba(223,179,48,0); height: 40px; transition: ease .3s;}
    .news_home .news_list .list li:hover .jt_a img {padding: 10px; background: #6F4D86;}


    .news_home .news_list .list li .rq_wb {width: 80%; float: right;}
    .news_home .news_list .list li .rq_wb .wb {padding: 0; width: auto;}
    .news_home .news_list .list li .ct {float: right; width: 80%;}
    .news_home .news_list .list li .ct img {}
}

@media (max-width: 667px) {
    .news_home {padding: 0;}
    .news_home .news_list .list li .rq_a {padding: 0; width: auto; float: none;}
    .news_home .news_list .list li .rq_wb {width: auto; float: none;}
    .news_home .news_list .list li .ct {width: 100%; float: none;}
    .news_home .news_list .list li .ct img {width: 100%;}
}

@media (max-width: 400px) {
    .news_home .list_a {padding: 5px 0;}
    .news_home .list_a li {margin-bottom: 25px;}
    .news_home .list_a > li > a {padding: 10px 20px;}
}


/*** 新闻详情 ***/
.news-detail,.show-words {display: inline-block; width: 100%; background-color: #FFF;}
.news-detail .title,.news-detail .content {display: inline-block; width: 100%;}
.news-detail .title h3 {line-height: 40px; color: #6F4D86; margin: 50px 0 20px; text-align: center;}
.news-detail .title p {padding: 10px 0; background: #F7F2FA; font-size: 12px; color: #B497BB; text-align: center;}
.news-detail .content {margin-top: 30px; color: #666; min-height: 500px; padding: 0 40px 80px;}
.news-detail .content p {line-height: 1.8em; margin: 5px 0 10px;}
.news-detail .content .pic {width: 50%; margin: 30px auto; display: table; text-align: center;}
.news-detail .content .pic img {width: 100%;}


/*** 通用展示 ***/
.show-words {padding: 20px 40px 80px; color: #666; min-height: 600px; }
.show-words h4 {color: #6F4D86; font-size: 20px; font-weight: 400; line-height: 40px;}
.show-words h4 span {color: #C0AFCC; font-weight: 100; font-size: 16px;}
.show-words h3 {color: #6F4D86; font-size: 16px; font-weight: 700; line-height: 40px;}
.show-words h3 span {color: #C0AFCC; font-weight: 100; font-size: 12px;}
.show-words p {line-height: 24px;}

.show-words .subpage-nav {margin-top: 20px;}
.show-words .subpage-nav .title {margin: 0;}
.show-words .content {margin-top: 5px;}
.show-words .content p {margin-bottom: 15px;}
.show-words .map {width:100%; height:400px; border: 1px solid #CCC; font-size:12px; margin-top: 10px;}
.show-words .pic {width: 100%; margin: 30px 0; text-align: center;}
.show-words .pic img {display: inline-block;}
.show-words .pic-length img {width: 100%;}


/*** 图片列表 ***/
.pic-list {margin-top: 30px;}
.pic-list .pic {position: relative; display: inline-block; margin: 0; overflow: hidden; background-color: rgba(127,67,167,.15);}
.pic-list .pic img {width: 100%; transition: all 0.5s ease;}
.pic-list .pic:hover img {transform: scale(1.15);}
.pic-list .pic .title {position: absolute; width: 100%; height: 40px; left: 0; bottom: 0; line-height: 40px; color: #FFF; background-color: rgba(127,67,167,.55);}
.pic-list .pic:hover .title {background-color: rgba(127,67,167,1.0);}


/*** 表格 ***/
.purple tr {background-color: #ecebeb !important;}
.purple td,.purple th {border-color: #FFF !important;}
.layui-center td {text-align: center !important;}
.purple tr th {color: #FFF; background-color: #6F4D86 !important; text-align: center !important;}
.purple .pic {display: none;}




@media (max-width: 768px) {
    body {background-color: #FFF;}
    .show-words {padding: 0;}
    .show-words .content {width: 100%;}
    .show-words .pic img {width: 100%; display: inline-block;}
    .subpage-nav .title {width: 100%;}
    .subpage-nav .title span {width: 100%; display: block; margin:10px 0 20px;}
    .subpage-nav .list {width: 100%;}
    .subpage-nav .pull-right {width: 100%; float: none;}

    .news-detail .content {padding: 0;}
    .news-detail .content .pic {width: 100%;}
    .purple .layui-table {display: none;}
    .purple .pic {display: block;}
    .wy_dw .dw img {margin: 0; padding-left: 0;}
}
@media screen and (min-width:768px){
    .show-words .pic {width: 100%;}
    .show-words .pic img {width: 100%;}
    .pic-list .pic img {width: 100%;}
}
@media screen and (min-width:992px){
    .show-words .pic {width: 100%;}
    .show-words .pic img {display: inline-block; width: auto; max-width: 100%;}
    .pic-list .pic img {width: 100%;}
}
