@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0; }
html{ overflow-x:hidden;font-size:20px; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,strong,b{ font-weight:bold; }
em{font-style: italic;}
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{  }
:focus { outline:0; }
/*备用样式表*/

.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{ clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix{ display: block; *zoom:1; }
.icon{ display:inline-block; width:40px; height:40px; vertical-align:middle; background:url(../images/icon.png) no-repeat; }
/*css3扩展*/
body:before {content: "";position: fixed;top: -10px;left: 0;width: 100%; height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 110;-webkit-font-smoothing:antialiased;
}
.subbbb {transition: 0.3s;
    -webkit-transition: margin-bottom .8s;
    -moz-transition: margin-bottom .8s;
    -o-transition: margin-bottom .8s;}

/**布局开始**/
body {line-height:1.75;font-size:0.9rem; font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333; background:#f4f4f4;}
p{}
p {}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#8f000b; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:76rem; margin:0 auto;positon:relative;} /**页面全局宽度**/


/*head开始*/
#header {position:relative;background:#e2ecfd; font-size:14px;}
#header .inner{height:122px;position:relative;background:url(images/text.png) no-repeat 550px 0px;}
.head { width:100%; position:relative;  }  
.head .head-left{float:left;display:inline-block;width: 253px;height: 72px;top:20px;position:absolute;}
.head .head-left .sitelogo{webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.head .head-left .sitelogo img{width:523px;}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.head .head-main{float:right;margin-top:40px;width:22rem;}
.head .head-main .site-rale{}
.head .head-right .site-link{line-height:30px;color:#666666;display:inline;float:left;}
.head .head-right .site-link a{line-height:30px;color:#666666;padding-left:15px;padding-right:15px;}
.head .head-right .site-link a:nth-child(1){background:url(images/home.png) no-repeat 0px -3px;padding-left:28px;}
.head .sitelogo a{display:block;position:absolute;left:0px;z-index:100;}/*logo*/


.wp-search {position: relative;background:#ffffff;border-radius:3px;height:35px;line-height:35px;width:223px;overflow:hidden;padding:0px;float:right;}
.wp-search form { display: block;}
.wp-search .search-input {margin-left:10px;margin-right: 40px;color: #fff;height:35px;padding:0px;overflow:hidden;}
.wp-search .search-input input.search-title {width: 100%;height: 35px;line-height:35px;border:0;outline: 0;background: none;color: #666;font-size: 14px;font-family:"Microsoft yahei";}
.wp-search .search-btn {width:31px;height:28px;position: absolute;right:10px;margin-top: -27px;display:inline-block;padding:0px!important;}
.wp-search .search-btn input.search-submit {width: 100%;height:28px;border:0;cursor: pointer;background: url(images/search.png) no-repeat center top;margin:0px!important;padding:0px;position:relative;}
.wp-search .search-btn::before{height:0px;padding:0px;margin:0px;}
input[placeholder]{color: #666;}input:-webkit-autofill {

        box-shadow: 0 0 0px 1000px rgba(255,255,255,1) inset !important;

        -webkit-text-fill-color: #666 !important;

        -webkit-background-clip:text;

      }

input-placeholder{}

  ::-webkit-input-placeholder{
     color: #666;background:#fff;
  }
  :-moz-placeholder{
     color: #666;background:#fff;
  }
  ::-moz-placeholder{
     color: #666;background:#fff;
  }
  :-ms-input-placeholder{
     color: #666;background:#fff;
  }
input:-internal-autofill-selected {
     color: #666;background:#fff;}


/*默认主导航样式*/
#nav{ background: #3167c5; }
#nav .inner{ /* background: #c8141e;*/}/**导航区域背景**/
.main-nav-window{float:left;width:76rem;}
.navbar { width:100%; height:2.3rem;}
.navbar .navbox { width:95%; height:2.3rem; margin:0 auto;}/*导航窗口大小及位置*/ 
.navi-slide-head{display:none;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {display:flex;}
.wp-menu .menu-item {display: inline-block;float: left;position: relative;z-index: 100;/* padding-left:2px; *//* background:url(images/nav_x.jpg) no-repeat left center; */}
.wp-menu .menu-item.i1 { background:none;}
.menu-switch-arrow{display:none;}
.wp-menu .menu-item a.menu-link > .menu-switch-arrow{ display:inline-block; width:20px; height:20px; background:url(../images/navj.png) no-repeat center center; vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 2rem;line-height: 2.3rem;color: #fff;font-size:0.9rem;}
.wp-menu .menu-item a.menu-link:hover,.wp-menu .menu-item a.hover{ text-decoration: none; color: #fff; background:#ed7021;}

.sub-menu {display: none;position: absolute;left: 0;top: 2.3rem;min-width: 7.6rem;z-index: 100;opacity: 0.8\9;background-color: rgba(255,255,255,0.8);filter:alpha(opacity=80);padding-bottom:1rem;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; /* float: left; */; }
.sub-menu .sub-item a {display: block;color: #333;height:3rem;line-height: 3rem;font-size: 16px;background:none;text-align:center;}
.sub-menu .sub-item a:hover { color: #333; background-color:rgba(255,255,255,0.8); display: block; }
.sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: rgba(255,255,255,0.8); opacity: 0.8\9; background: #0474b0\9; filter:alpha(opacity=90); }
.wp-menu .menu-item a.menu-link:hover .sub-menu{display:block;}
.dtjt9_div_img .number {
    bottom: 35px;
}
.i4 .sub-menu{width:10.3rem;}
.i5 .sub-menu{width:10.3rem;}
.dtjt9_div_text{bottom:-5px;}
.dtjt9_div_text a:link,.dtjt9_div_text a:visited,.dtjt9_div_text a:active,.dtjt9_div_text a:hover{font-size:14px;}
/**主页banner开始**/
#banner { }
#banner .inner {width:auto;max-width:100%; background:#fff; text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}javascript:;
#m-container .inner {}

.kuaijie{margin-top:-75px;z-index:999;position:relative;}
.kuaijie .inner ul{display:flex;justify-content:space-between;}
.kuaijie ul li{width:325px;height:150px;background:;
    box-shadow: 0px 0px 0px #fff,0px 5px 10px #e2e2e2;}
.kuaijie ul li:hover{cursor: pointer;}
.kuaijie1{background:url(images/kuaijie1.png) no-repeat 130px 25px rgba(255,255,255,0.8);}
.kuaijie2{background:url(images/kuaijie2.png) no-repeat 130px 25px rgba(255,255,255,0.8);}
.kuaijie3{background:url(images/kuaijie3.png) no-repeat 130px 25px rgba(255,255,255,0.8);}
.kuaijie4{background:url(images/kuaijie4.png) no-repeat 130px 25px rgba(255,255,255,0.8);}
.kuaijie1:hover{background:url(images/kuaijie1-hover.png) no-repeat 130px 25px rgba(49,103,197,1);color:#fff;}
.kuaijie2:hover{background:url(images/kuaijie2-hover.png) no-repeat 130px 25px rgba(49,103,197,1);color:#fff;}
.kuaijie3:hover{background:url(images/kuaijie3-hover.png) no-repeat 130px 25px rgba(49,103,197,1);color:#fff;}
.kuaijie4:hover{background:url(images/kuaijie4-hover.png) no-repeat 130px 25px rgba(49,103,197,1);color:#fff;}
.kuaijie1:hover a,.kuaijie2:hover a,.kuaijie3:hover a,.kuaijie4:hover a{color:#fff;}
.kuaijie1 a,.kuaijie2 a,.kuaijie3 a,.kuaijie4 a{padding-top:100px;text-align:center;width:100%;display:block;font-size:18px;}
/**首页三列布局**/
.fl{float:left;}
.fr{float:right;}
.contbg{background:url(images/contbg.jpg) no-repeat center bottom #f4f4f4;}
.mod {}
.mbox { background:; }
.main1{padding: 55px 0px 65px 0px;}
.main1 .inner{}
.main1 .inner .ml{width:50rem;
    min-height: 460px;}
.main1 .inner .ml .tupianxinwen{width:21.5rem;box-shadow: 0px 0px 0px #fff,0px 5px 10px #e2e2e2;background:#fff;margin-top:25px;height:390px;}
.main1 .inner .ml .xinwen{width:28rem;}
.main1 .inner .mr{ width:22rem;}
.main1 .inner .mr .post-11 .con{margin-top:25px;}
.main1 .ml .news_list li.news{margin-left:0px;padding-left:15px;line-height:23px;border-bottom:1px solid #ddd;margin-top:20px;}
.main1 .ml .news_list li.news .news_meta{color:#999;}
.main1 .ml .post-11 .news_list li.news .news_title{line-height:37px;}

.dtjt10_div_img img{width:29rem;height:18rem;}

.main2{padding: 35px 0px 0px;background:#ffffff;}
.main2 .inner{margin:10px auto;}
.main2 .inner .ml{ 
	width:50rem;
    min-height: 380px;}
.main2 .inner .mr{width:22rem;}
.main2 .ml .news_title{height:25px;line-height:25px;}
/**标题栏新闻窗口**/
.post { margin-bottom:0.5rem; }
.post .tt {display:inline-block; width:100%;  border-bottom: 3px solid #167cdc; } /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:1.2rem;margin-top:15px;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color:#00612c;font-family:"Microsoft yahei";font-weight:normal;}
.post .tt .tit .name{ display:none; line-height:16px; color:#00612c; }/*栏目别名*/
.post .con { padding: 0px; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; } 
.post .more_btn { display:inline-block; height: 20px; margin-top:25px; line-height: 20px; float:right; margin-right:20px;}
.post .more_btn .more_text,.post .more_btn a {font-size:0.8rem;/*font-family:"Simsun";*/ cursor:pointer;} 
.post .more_btn a{color:#999;} 

.main3 .news_list li.news{margin-left:0px;}

.div_piccontenttitle_li .c_pt_12 .c_txt h3{font-size:18px;font-weight:bold;}
.div_piccontenttitle_li .c_pt_12 .c_txt h3 {white-space:normal;line-height:30px;}
.div_piccontenttitle_li .c_pt_12 .c_txt{float:left;margin-top:20px;line-height:40px;}
.div_piccontenttitle_li .c_pt_12 .c_pic{padding:5px 20px 0 0;}

.mr .div_piccontenttitle_li .c_pt_12 .c_pic{padding-top:20px;}

.main2 .mr .c_pt_12{font-size:16px;line-height:35px;}
/*标准标题*/
.post1{ margin-bottom:10px; }
.post1 .tt {display:inline-block; width:100%;} /**标题栏**/
.post1 .tt .tit { display:inline-block; float:left; font-size:24px;line-height:24px;} /**标题字体**/
.post1 .tt .tit .title {display:block;color:#3167c5;font-family:"Microsoft yahei";font-weight:bold;}
.post1 .more_btn { display:inline-block; height:1.2rem; margin-top:0px; line-height:1.2rem; float:right;padding:0px;}
.post1 .more_btn .more_text,.post .more_btn a {font-size:0.8rem;cursor:pointer;margin:0px;line-height:1.2rem;padding} 
.more_text a{ display: flex; /* 设置为flex布局 */    justify-content: center;}
.more_text img {
    width: 62px; /* 根据需求设定图片宽度 */
    height: auto; /* 保持高度自动计算 */
}
.post1 .more_btn a{color:#999;} 
.main2 .more_btn .more_text img {
    width: 20px; /* 根据需求设定图片宽度 */
    height: auto; /* 保持高度自动计算 */
}
.main2 .mr .post1 .tt { border-bottom:1px solid #ddd;} /**标题栏**/
.main2 .mr .post1 .tt .tit {border-bottom:3px solid #3167c5;} /**标题字体**/
.main2 .mr .post1 .tt .tit .title {color:#3167c5;font-family:"Microsoft yahei";font-weight:bold;height:50px;line-height:50px;}
.main2 .mr .fuwu{}
.main2 .mr .fuwu li{width:45%;float:left;height:120px;line-height:30px;font-size:16px;text-align:center;padding-top:20px;}
.main2 .mr .fuwu li h4{font-weight:normal;width:100%;text-align:center;}.main2 .mr .fuwu li img{margin:0 auto;}
.main2 .mr .fuwu li {}
.imgscroll2_td {text-align:center;padding:10px;position:relative;height:9rem;}
.imgscroll2_img img{position:absolute;transition:0.3s; -webkit-transition: margin-bottom .8s; -moz-transition: margin-bottom .8s; -o-transition: margin-bottom .8s;height:9rem;left:0px;}
.imgscroll2_img img:hover{margin-bottom: 10px;transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: 0.5s;}
/*带图标标题*/
.post2 { }
.post2 .tt {}
.post2 .tt .tit {font-size:16px;}
.post2 .tt .tit .title {color: #8f000b;}
.post2 .con { padding: 0px 0; margin:0 auto; }
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center; } 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {color: #017937;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}

/**自定义新闻列表**/
.news_list { }
.news_list li.news {transition: 0.3s;positon:relative;font-size:16px;} /**标题图标**/
.news_list li.news span.news_title { float:left; position:absolute;transition:0.3s; -webkit-transition: margin-left .8s;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;} 
.news_list li.news span.news_title:hover{margin-left: 10px;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time span { color:#e64d24;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:1px solid red;}
.news_list li.news .news_text {line-height:24px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:40px; color: #666; }
.news_list li.news p a { color:#333; }
.news_list li.news p a:hover { color:#8f000b; text-decoration:none;}

.news_list li.news img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transition: 0.5s;}
/*日历新闻*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{font-size:1rem;background:none;padding-left:0px;padding-top:10px;padding-bottom:10px;height:3rem;display:flex;}
.rili .news_list li.news.n1{margin-top:0px;padding-top:0px;/* border-bottom:1px solid #ccc; */}
.rili .news_list li.news .news_date{float: left;width: 73px; height:65px;margin-right:10px;text-align:center;color:#ee6f1e;background:#fff;}
.rili .news_list li.news .news_date .news_day{font-size:20px;text-align:center;height:40px;line-height:40px;font-weight:bold;}
.rili .news_list li.news .news_date .news_year{font-size:16px;background:#3167c5;color:#fff;height:25px;line-height:25px;}
.rili .news_list li.news .news_wz{padding:0px 0px;float:left;position:relative;} 
.rili .news_list li.news .news_title{line-height:24px; font-size:0.8rem;color:#000;position:absolute;transition:0.3s; -webkit-transition: margin-left .8s;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;} 
.rili .news_list li.news .news_title:hover{margin-left: 10px;}
.dtjt10_div_text .dtjt10_div_text_text{line-height:30px;color:#999;font-size:16px;} 
.dtjt10_div_text a:link,.dtjt10_div_text a:visited,.dtjt10_div_text a:hover,.dtjt10_div_text a:active{font-size:18px;color:#000;font-weight:normal;}
.dtjt10_div_text .dtjt10_div_text_title{background:none;height:48px;line-height:48px;}
/*图新闻列表*/
.tu_news_list{}
.tu_news_list .news_list {}
.tu_news_list .news_list li.news{float: left; width: 145px;background:none;transition: 0.3s;}
.tu_news_list .news_list li.news .news_wz{float: left; width: 295px; margin-left:25px;} 
.tu_news_list .news_list li.news .news_title{line-height: 20px; font-size: 18px; color:#095497;} 
.tu_news_list .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;} 

/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{ border-bottom:1px dashed #ccc;}
.tu_text .news_list li.news .news_imgs{float: left;width:223px;height: 158px;}
.tu_text .news_list li.news .news_imgs img{width:223px;height: 158px;}
.tu_text .news_list li.news .news_wz{float: left;width: 322px;padding:14px 20px;height: 130px;position:relative;} 
.tu_text .news_list li.news .news_title{line-height: 24px;font-size: 15px;color:#095497;} 
.tu_text .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;margin-top:10px;} 
.tu_text .news_list li.news .news_time{line-height:32px; font-size:12px; color:#817d7d;position:absolute; right:0px; bottom:0px; padding:0px 10px;background:#8f000b; color:#fff;} 
.tu_text .news_list li.news.i1{background:#f2f2f2;border-bottom:none;}
.tu_text .news_con.con2 .news_list li.news .news_title{line-height: 41px;}
/*图列表*/
.tu_news{}
.tu_news .news_list {display:inline-block; *display:inline; *zoom:1;margin-bottom:20px;}
.tu_news .news_list li.news{float: left; width:16rem;background:#fff; position:relative;padding-left:0.5rem;padding-right:0.5rem;transition: 0.3s;box-shadow:4px 4px 5px 5px rgba(0,0,0,0.1)}
.tu_news .news_list li.news img{width:16rem;  }

/*图标链接*/
.tu_link {display:inline-block;width:100%;}
.tu_link #wp_nav_w61{margin:0px -25px; *margin:0px 0px;}
.tu_link .iconcon{float:left;width:10%;padding-bottom:13px;text-align:center;text-decoration:none;height: 75px;background: url(images/icon_hover.png) no-repeat   center -137px;}
.tu_link .iconcon:hover{background-position:center top;}
.tu_link .iconcon .icon{display:inline-block;width: 46px;height: 50px;margin-top: 10px;margin-bottom: 15px;background:url(images/icon.png) no-repeat;opacity:0.6;filter:alpha(opacity=60);}
.tu_link .iconcon:hover .icon{opacity:1; filter:alpha(opacity=100);}
.tu_link .iconcon p{font-size: 14px; line-height: 10px;color: #830C2B;}
.tu_link .iconcon.i1 .icon{background-position: -21px -14px;}
.tu_link .iconcon.i2 .icon{background-position: -140px -14px;}
.tu_link .iconcon.i3 .icon{background-position: -260px -13px;}
.tu_link .iconcon.i4 .icon{background-position: -391px -12px;}
.tu_link .iconcon.i5 .icon{background-position: -519px -14px;}
.tu_link .iconcon.i6 .icon{background-position: -647px -14px;}
.tu_link .iconcon.i7 .icon{background-position: -765px -14px;}
.tu_link .iconcon.i8 .icon{background-position: -878px -14px;}
.tu_link .iconcon.i9 .icon{background-position: -1002px -11px;}
.tu_link .iconcon.i10 .icon{background-position: -1122px -11px;}

/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 50px; width: 24px; background:url(images/slickarrow.png) no-repeat; top: 50%; margin-top:0px;outline: none; }
.slick-prev { left: -25px; background-position:left center;}
.slick-prev:hover {background-position:left center; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next { right: -25px; background-position:right center;}
.slick-next:hover { background-position:right center; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}




.post-11{}
.post-11 .con{ padding:0px;}
.post-11 .news_list {}
.post-11 .news_list li.news .news_imgs{float: left; width:270px;}
.post-11 .news_list li.news .news_wz{float: left; width: 328px; margin-left:15px;padding-top:8px;} 
.post-11 .news_list li.news .news_title{line-height:24px; font-size:18px; color:#333333;} 
.post-11 .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;} 

.post-31{}
.post-31 .tt .tit {padding-left: 36px; background: url(images/m_icons.png) no-repeat -6px -75px;}
.post-31 .news_list{width:100%;}
.post-31 .news_list li.news{float: left; margin-right:20px;/* width:12.5%; */ }
.post-31 .news_list li.news .news_title{line-height: 24px; font-size: 16px; color: #b9b9b9;} 
.post-31 .news_list li.news .news_title a{color: #979797;white-space:nowrap; } 
.post-31 .news_list li.news .news_title a:hover{color: #333;} 

.post-41 .news_con{margin-bottom:10px;}
.post-42 .rili .news_list li.news .news_date{background:none;}
.post-42 .rili .news_list li.news .news_date .news_year{color:#8f000b;}
.post-42 .rili .news_list li.news .news_date .news_days{color:#8f000b;}

.post-42 .rili .news_list li.news{margin-top: 6px;padding-top: 6px;}

.post-51 .news_list{}
.post-51 .news_list li.news{margin-bottom:20px;}
.post-51 .news_list li.news .news_days{float:left; padding:0px 10px; margin-right:10px;line-height: 32px; background:#cab89f; text-align:center;color:#fff;}
.post-51 .news_list li.news .news_title{float:left;line-height: 22px;font-size: 14px;color: #b9b9b9;margin-top: 6px;} 
.post-51 .news_list li.news .news_title a{color: #000;/* white-space:nowrap; */} 
.post-51 .news_list li.news .news_title a:hover{color: #333;} 

.post-52 .news_con{margin-bottom:10px;}
/** 
*其他样式
*/
/**友情链接**/
.postlink{background:#efefef;font-size:14px;height:110px;line-height:44px;}
.postlink.wrap-open{  }
.postlink .tt{ float:left;display:inline-block;font-size:16px;font-weight:bold;padding-right:15px;}
.postlink .con{ margin:0 auto;}
/**链接样式**/.xblink ul{}
.xblink li {float:left; margin-right:25px;margin-top:30px;margin-left:25px;}
.xblink li span{} 
.xblink li span a{ display:block; width:100%; } 
.xblink li span a:hover{ background:#eee; } 
.xblink select{height:44px;font-size:16px;line-height:44px;border:1px solid #ddd;padding-left:20px;}
/**
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
.read{width:90%;margin:0 auto;}
/*栏目图片*/
.l-banner{text-align:center;}
.l-banner img{width:100%;}
/**主体列表页开始**/
#l-container {padding: 1rem 0 5rem;position:relative;}
#l-container .inner {/* width:980px; */padding:20px 0 20px 0;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;padding-bottom:50px;}

/**文章页banner**/
#m-container1 {}
#m-container1 .inner {  background:#fff;padding-top:15px; }

.col_menu {width: 296px;float:left;margin-right:-306px;position:relative;background:#fff;margin-top:-7.25rem;} 
.col_menu:after{ content:""; position:absolute; left:0; right:0; bottom:-11px; height:11px; background:url(images/n_left_bg1.png) center bottom no-repeat}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: url(images/columetitle.jpg) no-repeat center;height:145px;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:30px; font-weight:normal; color:#fff;}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:105px; text-align:center;}  /**栏目名称图标**/
.col_menu .col_menu_con{}
/*栏目列表*/
/*栏目列表*/
.col_list{/* padding:4px 18px; */margin-top:-40px;margin-left:4px;}
.col_list .wp_listcolumn { background: #fff;
    padding: 0 0 7.25rem;
position: relative;}
.col_list .wp_listcolumn .wp_column a {color:#333;font-size:18px;font-weight:normal;background:none;border-bottom: 1px solid #ddd;height:90px;line-height:90px;display:block;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:0px 0px 0px 50px;height:90px;line-height:90px;} 	
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#000; background:url(images/jiantou.png) no-repeat 200px 40px #dddddd; } 
.col_list .wp_listcolumn .wp_column a.parent{background:url(images/li3.jpg) no-repeat 200px 40px #dddddd; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #90000A;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545;background:none; }
.col_list .wp_listcolumn .wp_column.parent > a .column-name{ color:#124D83;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list{padding-bottom:30px;}
.col_list .wp_listcolumn .wp_column .sub_list a { color:#333;background:none;height:60px;line-height:60px;border-bottom:0px;} 	
.col_list .wp_listcolumn .sub_list a .column-name { display:inline-block; line-height:60px; padding:5px 10px 5px 65px; cursor:pointer;color:#696969;}
.col_list .wp_listcolumn .sub_list a :hover,.col_list .wp_listcolumn .wp_column a.selected { color:#124D83;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,.col_list .wp_listcolumn .sub_list .sub_list a.selected { color:#124D83;} 
	

.col_news {width: 100%;min-height:500px;float:right; } /**栏目新闻**/
.col_news .col_news_box{margin-left: 340px;background-color: #FFFFFF;box-shadow: 0px 5px 0px #fff,0px 5px 10px #e2e2e2;min-height:500px;padding-bottom:180px;}
.col_news_head {border-bottom: 1px solid #ddd;margin:0px 30px;padding-top:20px;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px;  background:url(images/location.png) no-repeat left;padding-left:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;color:#474747;font-family:"Microsoft yahei";font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block;float:right; /* padding-right:20px; */ white-space:nowrap; height: 46px; line-height: 46px; color:#999;background:url(images/local.png) no-repeat left;padding-left:30px;font-size:14px;} /**当前位置**/
.col_metas .col_path a{color:#999;}
.col_news_con { padding:15px 30px 10px 30px; margin:0 7px;}
.col_news_list { margin-top:7px;padding-bottom:5rem;padding:0 30px;}
.col_news_list .news_list li.news{ background:url(images/li1.png) no-repeat left;padding-left:15px;height:45px;line-height:45px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:13px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

.wp_paging{font-size:0.8rem;margin-top:2rem;}
.wp_listalbumn .albumn_info .Article_MicroImage img{width:320px;height:220px;}
.wp_listalbumn .albumn_info .Article_Title{margin-bottom:15px;}

.wp_listcolumn .wp_column{border-bottom:1px dashed #eee;}

@keyframes menu_fill_left_in{
    0%{
		transform: scale3d(0, 1, 1);
        transform-origin: 0 50%;
    }
    100%{
        transform: scale3d(1, 1, 1);
		transform-origin: 0 50%;
	}
}
@keyframes menu_fill_left_out{
    0% {
        transform: scale3d(1, 1, 1);
        transform-origin: 100% 50%;
    }
    100% {
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
    }
}
/**文章页**/
.infobox { width:auto; margin:0 auto; padding:0 40px;}
.article {}
.article h1.arti_title {line-height:35px;padding: 10px;border-bottom:1px solid #ececec;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #333;} /**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:30px; font-size:16px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {display:block;margin:0 auto!important; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer { background:#3167c5;position:relative;border-top:10px solid #ed7021;}
#footer .inner {padding: 30px 0px 50px 0;text-align:center;}
#footer .inner h3{font-size:20px;color:#fff;text-align:left;display:inline;margin-left:0px;float:left;margin-bottom:15px;font-weight:normal;}
#footer .inner .foot-left{float:left;margin-top:20px;width:350px;width:18rem;}
#footer .inner .foot-left a{color:#fff;float:left;height:40px;line-height:40px;}
#footer .inner .foot-left a:nth-child(odd){margin-right:30px;display:inline-block;text-align:left;width:120px;}
#footer .inner .foot-left a:nth-child(even){margin-right:0px;display:inline-block;text-align:left;width:190px;}
#footer .inner .foot-center{float:left;margin-top:20px;text-align:left;border-left:1px solid #fff;border-right:1px solid #fff;margin-left:55px;padding:0px 0px 0px 55px;width:39rem;}
#footer .inner .foot-right{float:right;margin-top:20px;text-align:left;width:10rem;}
#footer .inner .foot-center .erweima{ float:left;margin-right:25px;}#footer .inner .foot-center ul{float:left;width:20rem;}
#footer .inner .foot-center ul li{float:left;color:#FFF;font-size:14px;line-height:45px;width:10rem;}
#footer .inner .foot-center .erweima img{width:128px; height:128px; vertical-align:top;}
#footer .inner .foot-center .erweima h5{font-size:14px;font-weight:normal;text-align:center;color:#FFF;}
#footer .inner .foot-center p{color:#fff;float:left;padding-left:15px;}
#footer .copyright{webkit-animation-name: fadeInUp; animation-name: fadeInUp;clear:both;text-align:left;padding-top:30px;}
#footer .copyright p{color:#fff;font-size:14px;}
.Site_Copyright{color:#fff;text-align:center;}
#footer .inner p{font-size:0.7rem;line-height: 30px;color: #fff;webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
#footer .inner p span { margin:0 3px;-webkit-animation: rotateWordsFirst 10s ease-in infinite 0s;
-o-animation: rotateWordsFirst 10s ease-in infinite 0s;
-moz-animation: rotateWordsFirst 10s ease-in infinite 0s;
-ms-animation: rotateWordsFirst 10s ease-in infinite 0s;
animation:rotateWordsFirst 10s ease-in infinite 0s; }
#footer .inner p.copyright span{font-weight:bold; color:#fff;}
#footer .inner p.copyright span a{font-weight:bold; color:#fff;}
.siteCounter5{display:inline;}
*{zoom:1}
		.fullSlide{ position:relative;  margin:0 auto; }
		.fullSlide .bd{ position:relative; z-index:0; }
		.fullSlide .bd li img{width:100%; vertical-align:top;  } 
		.fullSlide .hd{position:relative; z-index:1; margin-top:-50px; height:50px; line-height:50px;  text-align:center; }
		.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
		.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(images/tg_flash_p.png) -18px 0; overflow:hidden; 
			font-size:0;
		}
		.fullSlide .hd ul .on{ background-position:0 0; }
		.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:68px; height:68px; position:relative; margin:-15% 0 0 3%; float:left;  filter:alpha(opacity=40);opacity:0.4  }
		.fullSlide .prev{ background:url(images/pre.png) 0 0 no-repeat;}
		.fullSlide .next{  background:url(images/next.png) 0 0 no-repeat; float:right; margin-right:3%  }
		.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }


/* 登录样式 */
#wp_login_w04{ margin-top:33px; }
#wp_login_w04 .title{ float:left; line-height:35px; margin-left:110px; margin-right:10px; font-size:15px; }
#wp_login_w04 input{ border:1px solid #d1d1d1; width: 80px; line-height:34px; padding-left:4px; height:auto; padding:0px; }
#wp_login_w04 #w04_loginButton{ width:81px; height:35px; background:url(images/members_btns.jpg); cursor:pointer; border:0px; vertical-align:middle; color:#fff; }
#wp_login_w04 .login_input { border:0px!important; width:auto; margin-right: 7px; height:34px; line-height:34px; }
#wp_login_w04 .login_input img{ vertical-align:middle; margin-top:5px; }
#wp_login_w04 .login_input .input{ border:0px solid #d1d1d1; width:auto; line-height:34px; height:auto; padding:0px; }
#wp_login_w04 .login_btn .button { display:inline-block; float:left; width:auto; height:auto; background-color:#eee; border:0px solid #ccc; }
/* 自定义登录样式 */
.form_box{}
.form_box .input_box{margin-right:10px;}
.form_box .input_box input{height: 32px;line-height: 32px;border:1px solid red;}
.form_box .input_box .input_text{width:165px; border:1px solid #bdbdbd;padding:0px 4px;}
.form_box .input_box .input_btn{width:80px;font-size:14px; background:#db8b1f; border:0px; color:#fff; font-family:"Microsoft Yahei"; cursor:pointer;}
.form_box .input_box .input_btn:hover{background:#c87c16;}
/* 分享二维码 */
.shares{ display:inline-block; float:right; }
.shares .share{float:left;width: 147px;/* height:35px; *//* margin-right: 21px; */position:relative;vertical-align:middle;text-align: center;border:0px solid red;}
.shares .share a{ opacity:.6; filter:Alpha(opacity=60); }
.shares .share a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares .share .zdy{ display:inline-block; width: 81px; height: 35px; color:#9ba6b3; }
.shares .share.n1 .zdy-1{ background:url(images/er1.jpg) no-repeat 0 0; }
.shares .share.n2 .zdy-2{ background:url(images/er2.jpg) no-repeat 0 0; }
.shares .share .con{/* display:none; *//* position:absolute; *//* bottom:40px; *//* left:50%; *//* z-index:100; *//* margin-left: -20px; */}
.shares .share .con img{ width: 106px; height:auto; }
.shares .share  span{color: #C69A9D;}
/*筛选功能样式*/
.wp-paralist{}
.wp-paralist .dl-horizontal{padding:8px 0px;border-bottom:1px solid #dedede;}
.wp-paralist .dl-horizontal dt{float: left;width: 64px;margin:3px 0px;padding: 2px 15px; font-weight:bold; overflow: hidden;clear: left;text-align: right;text-overflow: ellipsis;white-space: nowrap; font-size:14px; color:#000;}
.wp-paralist .dl-horizontal dd{margin-left:100px;}
.wp-paralist .dl-horizontal dd .btn{display:inline-block;margin:3px 0px;padding: 2px 15px;font-size: 14px;text-align: center;white-space: nowrap;vertical-align: middle;}
.wp-paralist .dl-horizontal dd .btn.select{background:#2da45a; border-radius:15px; color:#fff;}
/**
 * 特殊页面
 */
/*二级页面*/

/*列表页*/
/*banner*/
.mbanner .focus-navigation { opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus-prev { left:20px;}
.mbanner .focus-next { right:20px;background:url(images/slide_next.png) no-repeat right top}

.mbanner .focus-pagination { position:absolute;right:50%;bottom:20px; margin-right:-20px; z-index:60;}
.mbanner .focus-page { display:inline-block; width:13px; height:13px;  margin-right:5px;background:url(images/slide_btns.png) no-repeat center top;}
.mbanner .focus-page-active {background-position:center bottom;}

./* 本例子css */
		.slideTxtBox{ width:100%; text-align:left;  }
		.slideTxtBox .hd{ height:50px; line-height:50px; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:-1px; height:52px;   }
		.slideTxtBox .hd ul li{ float:left; padding:0px; cursor:pointer; font-size:24px;font-weight:bold; color:#999;margin-right:60px;}
		.slideTxtBox .hd ul li.on{ height:50px;   border-bottom:3px solid #3167c5; color:#3167c5;}.slideTxtBox .bd{}
		.slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }
		.slideTxtBox .bd li{ height:40px; line-height:33px; border-bottom:1px solid #ddd;margin-top:25px; width:48%;float:left;}
		.slideTxtBox .bd li .date{ float:left; color:#999;  width:80px;background:#3167c5;border-radius:3px;display:inline-block; height:24px;color:#fff;line-height:24px;font-size:14px;text-align:center;}
.slideTxtBox .bd li .news_title{padding-left:15px;}
.slideTxtBox .bd li:nth-child(odd){float:left;}
.slideTxtBox .bd li:nth-child(even){float:right;}
.w11_openLink,.w12_openLink,.w13_openLink{width:200px;height:40px;line-height:40px;border:0px;border-radius:5px;padding-left:10px;}
.w13_openLink{margin-top:20px;}


.focusBox { position: relative; width:100%; height:375px; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
	.focusBox .pic img { display: block; width:100%;height:285px;}
	.focusBox .hd { width:100%; position: absolute; bottom: 20px;right:20px; text-align: right; font-size:0; z-index:1; }
	.focusBox .hd li{margin: 0px; background: url(images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(images/dot8.png) no-repeat 0 -16px;
	}
	.focusBox .hd .on{ background-position:0 0; }
.focusBox .pic h5{font-size:16px;color:#000000;font-weight:normal;text-indent:20px;margin-top:5px;line-height:40px;}
.focusBox .pic .time{font-size:16px;color:#999999;margin-left:20px;padding-left:20px;background: url(images/time.jpg) no-repeat 0 5px;}
.slideTxtBox .more{clear:both;float:none;padding-top:20px;}
.slideTxtBox .hd ul li a{color:#999;}