*{margin: 0;padding: 0;}
.w{
	width: 1200px;
	margin: 0 auto;
}
.top_box{
	width: 100%;
	background: url(../img/top_bg.png) no-repeat right center #f4f4f4;
	height: auto;
	border-top: 4px solid #b58024;
}
.logo{
	margin: 25px 0;
}
.top_r ul{float: right;margin-top: 15px;}
.top_r ul li{float: left;font-size: 14px;margin-left: 15px;}
.top_r ul li a{color: #333;}
.top_r ul li a:hover{color: #950340;}
/* 导航 */
.nav{width: 100%;height: 50px;background: #950340;}
.sj_nav{display: none;}
/* .navSub{display: none;} */
.menu{
	width: 100%;height: 50px;
	margin: auto;
}
.menu li.l1-nav {
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;background: url(../img/line.png) no-repeat right center;
}
.menu li.l1-nav.mr{background: none;}
a.l1-nav {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 31px;font-size: 18px;
    color: #fff;
    float: left;position: relative;
}
ul.l2-nav {
	width: 120%;display:none;
    position: absolute;
    z-index: 10000;
    left: -10%;
    top: 50px;padding-top: 2px;
}
li.l2-nav {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
	margin-bottom: 1px;
	background: #950340;  
}
a.l2-nav {
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
li.l2-nav:hover{font-weight: bold;background: #b5034d;}
.notic_t{margin-top: 25px;background: url(../img/tz_bg.png);padding: 10px 15px;box-sizing: border-box;margin-bottom: 25px;}
.notic_txt{width: 780px;height: 32px;background: url(../img/tz_ico.png) no-repeat left center;}
.notic_txt ul{width: 100%;}
.notic_txt ul li{font-size: 16px;padding-left: 40px;line-height: 32px;width: 100%;box-sizing: border-box;}
.notic_txt ul li a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;}
.notic_txt ul li:hover a{color: #950340;}
.search{width: 264px;height: 32px;}
.search input{display: block;float: left;outline: none;height: 100%;}
.search input.input_text{width: 208px;padding-left: 45px;border: 1px solid #bfbfbf;border-right: 0;box-sizing: border-box;background: #fff url(../img/search.png) no-repeat 10px center;}
.search input.input_sub{width: 56px;background: #950340;color: #fff;font-size: 16px;}
.notic_l{width: 610px;height: 400px;position: relative;}
.notic_l .bd,.notic_l .bd ul,.notic_l .bd ul li{height: 100%;}
.notic_l .bd{position: relative;}
.notic_l .bd ul li img{width: 100%;height: 100%;object-fit: cover;}
.notic_l .bd p{position: absolute;padding: 15px 240px 15px 10px;width: 100%;box-sizing: border-box;left: 0;bottom: 0;font-size: 16px;line-height: 27px;
background: rgba(0,0,0,0.5);  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);}
.notic_l .bd p a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #fff;}
.notic_l .hd{position: absolute;right: 0;bottom: 0;}
.notic_l .hd ul li{width: 57px;height: 57px;float: left;color: #b58024;cursor: pointer;}
.notic_l .hd ul li p{width: 100%;font-size: 22px;text-align: center;padding-top: 12px;line-height: 20px;}
.notic_l .hd ul li span{display: block;line-height: 24px;text-align: center;}
.notic_l .hd ul li.on{color: #fff;}
.notic_l .hd ul li.li_1{background: #8d073c;}
.notic_l .hd ul li.li_2{background: #7a103c;}
.notic_l .hd ul li.li_3{background: #5e1933;}
.notic_l .hd ul li.li_4{background: #36050e;}
.notic_r{width: 564px;}
.not_tit{width: 558px;border-bottom: 3px solid #950340;height: 45px;line-height: 45px;box-sizing: border-box;float: right;position: relative;}
.not_tit:after{content: "";width: 3px;height: 45px;background: #d59e28;left: -6px;top: 0;position: absolute;z-index: 1;}
.not_tit h2{width: 158px;height: 100%;text-align: center;font-size: 18px;font-weight: bold;color: #fff;background: url(../img/tit_bg.png) no-repeat;float: left;}
.not_tit a.more{font-size: 14px;color: #950340;float: right;}
.not_tit a.more:hover{text-decoration: underline;}
.notic_r ul{width: 100%;margin-top: 20px;float: left;}
.notic_r ul li{padding-left: 18px;width: 100%;box-sizing: border-box;margin-bottom: 10.5px;font-size: 16px;overflow: hidden;background: url(../img/jt.png) no-repeat left center;}
.notic_r ul li a{float: left;transition: all 1s;box-sizing: border-box;display: block;width: 440px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.notic_r ul li span{float: right;}
.notic_r ul li.mb{margin-bottom: 0;}
.notic_r ul li:hover a{color: #950340;padding-left: 5px;}
.news{width: 100%;padding: 20px 0 50px;background: url(../img/dt_bg.png) no-repeat center center;background-size: cover;margin-top: 40px;
/* 此处加上-ms前缀，让IE识别 */ 
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dt_bg.png',sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/dt_bg.png',sizingMethod='scale');
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
}
.title{width: 100%;padding: 20px 0;line-height: 24px;}
.title h2{float: left;font-size: 18px;font-weight: bold;color: #950340;padding-left: 15px;border-left: 5px solid #d59e28;}
.title a.more{float: right;font-size: 14px;color: #950340;}
.title a.more:hover{text-decoration: underline;}
.title_b h2,.title_b a.more{color: #fff;}
.new{width: 100%;border: 1px solid #d8d7d7;box-sizing: border-box;margin-top: 10px;padding: 20px 10px;
background: rgba(140,24,75,0.5);  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F8c184b,endColorstr=#7F8c184b);
}
.new ul li{width: 392px;padding: 25px 30px;position: relative;font-size: 16px;color: #fff;float: left;box-sizing: border-box;}
.new ul li:after{content: "";position: absolute;width: 1px;height: 60%;background: #d8d7d7;right: 0;top: 20%;}
.new ul li span{display: block;margin-bottom: 5px;}
.new ul li span i{margin-right: 10px;font-size: 18px;}
.new ul li a{display: block;color: #fff;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;width: 100%;height:48px;}
.new ul li.ml:after{display: none;}
.new ul li:hover a{color: #dedede;}
.title_b a.more:hover{color: #dedede;}
.zh_gh{width: 100%;padding: 20px 0 50px;border-bottom: 13px solid #d59e28;}
.zh_gh ul{margin-top: 25px;}
.zh_gh ul li{width: 273px;height: 111px;float: left;margin-right: 36px;}
.zh_gh ul li.mr{margin-right: 0;}
.zh_gh ul li img{width: 100%;height: 100%;}
.box{width: 100%;background: url(../img/bg.png) no-repeat center bottom;background-size: cover;
/* 此处加上-ms前缀，让IE识别 */ 
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.png',sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.png',sizingMethod='scale');
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
}
.box_list{width: 100%;background: rgba(255,255,255,0.5);  padding: 30px 0 120px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);}
.jcgh,.jgst{width: 575px;}
/* .jcgh ul{margin-top: 20px;} */
.jcgh ul li,.jgst ul li{width: 100%;font-size: 16px;padding-left: 20px;background: url(../img/dian.png) no-repeat left center;box-sizing: border-box;position: relative;overflow: hidden;line-height: 50px;}
.jcgh ul li:after,.jgst ul li:after{content: "";position: absolute;width: 555px;height: 0;border-bottom: 1px dashed #c4c4c4;bottom:0;right: 0;}
.jcgh ul li a,.jgst ul li a{display: block;float: left;transition: all 1s;width: 425px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.jcgh ul li span,.jgst ul li span{float: right;}
.jcgh ul li:hover a,.jgst ul li:hover a{color: #950340;padding-left: 5px;}
.Active{width: 100%;padding: 0 0 60px;background: rgba(213,158,40,0.5); 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fd59e28,endColorstr=#7Fd59e28);}
.active_c{background: #fff;height: auto;padding: 90px 18px 25px;position: relative;}
.active_c .parhd{position: absolute;width: 194px;top: -54px;left: 0;}
.active_c .parhd ul li{width: 100%;padding: 15px 30px;box-sizing: border-box;background: #d8d8d8;}
.active_c .parhd ul li.on{background: #950340;}
.active_c .parhd ul li h2{font-size: 18px;font-weight: bold;color: #950340;padding-left: 15px;border-left: 5px solid #d59e28;line-height: 24px;cursor: pointer;}
.active_c .parhd ul li.on h2{color: #fff;}
.slideBox{position: relative;overflow: hidden;padding-bottom: 60px;}
.slideBox ul{width: 100%;}
.slideBox ul li{float: left;width: 265px;margin-right: 46px;}
.slideBox ul li .slideBox_pic{width: 100%;height: 178px;padding: 5px;box-sizing: border-box;border: 1px solid #bfbfbf;overflow: hidden;}
.slideBox ul li .slideBox_pic img{width: 100%;height: 100%;object-fit: cover;transition: all 1s;}
.slideBox ul li .slideBox_txt a{display: block;width: 100%;font-size: 16px;padding: 10px 0 6px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #950340;}
.slideBox ul li .slideBox_txt span{display: block;font-size: 14px;color: #999;}
.slideBox ul li:hover .slideBox_pic img{transform: scale(1.2);}
.slideBox .PN{position: absolute;bottom: 0;left: 50%;margin-left: -28px;}
.slideBox a.sPrev,.slideBox a.sNext{display: block;width: 28px;height: 28px;float: left;}
.slideBox a.sPrev{background: #d8d8d8 url(../img/jt_l.png) no-repeat center center;}
.slideBox a.sNext{background: #d8d8d8 url(../img/jt_r.png) no-repeat center center;}
.slideBox a.sPrev:hover{background: #950340 url(../img/jt_l_on.png) no-repeat center center;}
.slideBox a.sNext:hover{background: #950340 url(../img/jt_r_on.png) no-repeat center center;}
.slideBox a.sPrev.on{background: #950340 url(../img/jt_l_on.png) no-repeat center center;}
.slideBox a.sNext.on{background: #950340 url(../img/jt_r_on.png) no-repeat center center;}
.link{width: 100%;background: url(../img/link_bg.png) repeat-y;background-size: cover;
/* 此处加上-ms前缀，让IE识别 */ 
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/link_bg.png',sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/link_bg.png',sizingMethod='scale');
  /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  background: none\9;
}
.link_l{width: 120px;height: 82px;}
.link_l img{width: 100%;height: 100%;}
.link_r{width: 1080px;padding: 10px 0;background: #cccccc;}
.link_r h2{display: none;}
.link_r ul li{font-size: 16px;color: #333;padding-right: 53px;float: left;line-height: 31px;}
.link_r ul li:hover a{color: #950340;}
.footer{width: 100%;padding: 15px 0;background: #950340;}
.footer p{text-align: center;font-size: 16px;color: #fff;line-height: 28px;}
.footer p a{display: inline-block;color: #fff;margin: 0 10px;}
.footer p a:hover{text-decoration: underline;}
body.navShow{overflow: hidden;}
body.navShow .top_box,.header.showdiv .top_box{position: fixed;
	    top: 0;
	    z-index: 9999;}
.navSub.scroll{padding-top: 80px;overflow-y: auto;}
.header.showdiv .navSub.scroll{position: static;top: 0;left: 0;}
.bottom_box{position: fixed;overflow-y: auto;
	    top: 0;left: 0;right: 0;bottom: 0;
	    z-index: 99;background: #950340;opacity: 0;
    visibility: hidden;
	transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
	}
.navShow .bottom_box{visibility: visible;opacity: 1;}

.listmain {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1200px;
    margin: 30px auto;
}
.lm-left {
    width: 270px;
    float: left;
    /* background: #e9e9e9; */
    height: auto;
    overflow: hidden;
	background: #fcfcfc url(../img/l_pic.png) no-repeat left bottom;
}
.lm-left .left-lmname {
    background-color: #950340;
    width: 100%;box-sizing: border-box;
    padding: 20px 0 20px 25px;
    overflow: hidden;display: table;
}
.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 26px;
    display: table-cell;vertical-align: middle;
}
.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width: 100%;padding-bottom: 240px;
}
.lm-left .list-sub .Menu_li>a {
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    margin: 1px 0 0 0;
    /* background: #ffffff; */
}
.lm-left .list-sub .Menu_li>a:hover,.lm-left .list-sub .Menu_li>a.on {
    /* display: block;
    line-height: 45px;
    height: 45px; */
    /* font-size: 16px; */
    /* padding-left: 30px;
    cursor: pointer; */
    color: #ffffff;
    background: url(../img/sub_bgh.png) 230px center no-repeat #b5034d;
}
.lm-left .list-sub .Menu_li ul{display:none;padding:10px 0;border-bottom: 1px solid #f1f1f1;box-sizing: border-box;border-radius: 10px;}
.lm-left .list-sub .Menu_li ul li{display: block;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    margin: 1px 0 0 0;}
.lm-left .list-sub .Menu_li ul li a{display: block;padding:10px 0;padding-left: 18px;background: url(../img/e_jt.png) no-repeat left center;}
.lm-left .list-sub .Menu_li ul li a:hover,.lm-left .list-sub .Menu_li ul li.on a{color:#950340;}

.lm-right {
    width: 870px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff;
    padding: 0 20px;
    min-height: 500px;
}
.this-name {
    border-bottom: #bfbfbf 1px solid;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 20px 0 0 0;
}
.this-name h1 {
    color: #950340;
    font-size: 20px;
    font-weight: normal;
    line-height: 39px;
    height: 39px;
    /* padding-left: 30px; */padding: 0 15px;
    float: left;
    border-bottom: #950340 3px solid;
}
.this-name span {
    float: right;
    color: #666;font-size: 14px;
}
.this-name span a {
    color: #666;font-size: 14px;
}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}
.lm-right .lm_list,.lm-right .lm_list1 {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 20px;
}
.lm-right .lm_list li {
    line-height: 45px;
    font-size: 16px;
    color: #999999;
    padding: 0;
    border-bottom: 1px dashed #dedede;overflow: hidden;
}
.lm-right .lm_list li a {
    color: #4a4a4a;display: block;width: 700px;
    float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    padding-left: 15px;transition: all 1s;
    background: url(../img/jt.png) left center no-repeat;
}
.lm-right .lm_list li span{display: block;float: right;}
.lm-right .lm_list li:hover {
    background: #fafafa;
    color: #950340;
}
.lm-right .lm_list li:hover a{color: #950340;padding-left: 20px;}
.this-name span a:hover{color: #950340;}
.lm_list1 ul li{overflow: hidden;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px dashed #bfbfbf;}
.list_pic {width: 200px;height: 125px;overflow: hidden;}
.list_pic img {width: 100%;height: 100%;object-fit: cover;transition: all 1s;}
.list_txt {width: 610px;height: auto;}
.list_txt span {font-size: 14px;color: #950340;}
.list_txt span i {margin-right: 5px;}
.list_txt h2 {font-size: 16px;margin: 10px 0;transition: all 0.8s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;box-sizing: border-box;}
.list_txt p {font-size: 14px;color: #999;line-height: 26px;}
.lm_list1 ul li:hover .list_pic img{transform: scale(1.2);}
.lm_list1 ul li:hover .list_txt h2{padding-left: 5px;color: #950340;}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px auto 30px auto;
    padding: 0 20px;
}
.c-content .c-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 15px 0 20px 0;
}
.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
}
.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;padding-top: 20px;
}
.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
    text-indent: 2em;
    text-align: left;
}
.c-content .nr-info p img{max-width:100%;}
.sxp {
    border-top: 1px dashed #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 15px;
}
.sxp p{text-indent: 0px !important;}
.sxp p a:hover{color: #950340;}
.search_list{padding:20px 0;}
.listFrame{font-size:16px;}