@charset "utf-8";
*{margin:0;padding:0;}
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; }
@font-face {
    font-family: 'siyuan';
     src:url('../font/siyuansongti.ttf') format('truetype');
}
section{margin:0;padding:0;  line-height: 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{ display: block; *zoom:1; clear:both;}
.icon{ display:inline-block; width:40px; height:40px; vertical-align:middle; background:url(../images/icon.png) no-repeat; }
/*css3扩展*/

.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,siyuan; color:#333; background:#fff url(../images/bg8.png) no-repeat left bottom;}
p{}
p {}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#27945c; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:72rem; margin:0 auto;position:relative;} /**页面全局宽度**/
.float-left{float:left;}
.float-right{float:right;}

/*head开始*/
.header{width:100%;height:7rem;background:url(../images/headbg.jpg) repeat-y;background-size:100% 100%;}
.site-link{line-height:2rem;width:auto;}
.site-link a{line-height:20px;color:#fff;padding-right:20px;padding-left:25px;display:inline-block;font-size:0.75rem;}
.line{color:#f9b3b3;height:15px;display:inline-block;margin-right:20px;font-size:15px;line-height:15px;}
.site-link .home{background:url(../images/home.png) no-repeat left;}
.site-link .eng{background:url(../images/eng.png) no-repeat left;}
.site-link .back{padding-left:0px;margin-right:40px;}

/*默认主导航样式*/
#nav{ margin-top:1rem; }
#nav .inner{ /* background: #c8141e;*/}/**导航区域背景**/
.main-nav-window{}
.header .wrapper{width:94%;margin:0 auto;}
.aui-logo{width:28%;float:left;margin-top:1.7rem;}
.head-main{width:70%;float:right;}
.main-nav-window{width:90%;margin-top:2rem;}
*导航窗口大小及位置*/ 
.navi-slide-head{display:none;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {display:flex; justify-content: space-between;}
.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;}
.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 0.6rem;line-height: 3rem;color: #fff;font-size:1rem;}
.wp-menu .menu-item a.menu-link:hover,.wp-menu .menu-item a.hover{ text-decoration: none;}

.sub-menu {
	display: none;position: absolute;left: 3rem;top: 3rem;min-width: 8rem;z-index: 100;opacity: 0.8\9;
	background:rgba(255,255,255,.9);
	filter:alpha(opacity=80);
	padding-bottom:1rem;padding-bottom:3rem;padding-top:1rem;
	transform: translateX(-50%);	
    transition: all 0.5s ease;border-radius:5px;}
.sub-menu::before{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}


.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:2.5rem;line-height: 2.5rem;font-size: 16px;background:none;text-align:center;}
.sub-menu .sub-item a:hover { color: #27945c; font-weight:bold;display: block;text-decoration: underline;}
.sub-menu .sub-menu { left: 12rem; 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{
}
.dtjt9_div_text .number{position:absolute;bottom:0.8rem;right:0.8rem;font-size:0px;}
.dtjt9_div_text .number .nomal,.dtjt9_div_text .number .current{border-radius:50%;font-size:0px;width:10px;height:10px;display:inline-block;margin:3px;}
.dtjt9_div_text .number .nomal{background:none;border:2px solid #fff;}
.dtjt9_div_text .number .current{background:#fff;border:2px solid #fff;}
.dtjt9_div_text .dtjt9_div_text_title {background:none;text-align:left;height:50px;line-height:50px;font-size:0.9rem;margin-bottom:1rem;padding-left:0.5rem;}

.dtjt8_div_img,.dtjt8_div_img img{width:22rem!important;height:16.5rem!important;}
.dtjt8_div_img .number{position:absolute;right:5px;bottom:15px;}
.dtjt8_div_img .number .nomal{font-size:0px;border-radius:50%;width:10px;height:10px;border:0px;background:#fff;opacity:1;}
.dtjt8_div_img .number .current{font-size:0px;border-radius:50%;width:10px;height:10px;border:0px;background:#034c97;opacity:1;}


.dtjt9_div_img img{width:36.5rem;height:26rem;transition:0.3s; -webkit-transition: margin-bottom .8s; -moz-transition: margin-bottom .8s; -o-transition: margin-bottom .8s;}
.dtjt9_div_img 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;}
.dtjt9_div_text{margin-top:-2.5rem;background:rgba(0,0,0,0.5);position:relative;bottom:0;}
.dtjt9_div_text a:link,.dtjt9_div_text a:visited,.dtjt9_div_text a:active,.dtjt9_div_text a:hover{font-size:0.9rem;font-weight:normal;color:#fff;}
.dtjt9_div_time{font-size:16px;color:#999;background:url(../images/time1.png) no-repeat left;padding-left:1rem;}


.main2 .post1 .more_btn{margin-top:0.2rem;}



/**主页banner开始**/
#banner { }
#banner .inner {width:auto;max-width:100%; background:#fff; text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}javascript:;
#m-container .inner {}
/**首页三列布局**/
.mbox { background:; }
.whitebg{background:#fff;}
.pd30{padding:1.5rem;}
.pd20{padding:1rem;}
.pd10{padding:0.5rem;}
.shadow{box-shadow: 0px 5px 0px #fff,0px 5px 1px #eee;}
.main1{padding:1.5rem 0px 2.5rem 0;background:url(../images/contbg1.png) no-repeat center bottom;clear:both;}
.main1 .inner{}
.main1 .inner .mod{width:49rem;float:left;}
.main1 .inner .mod .ml{width:26rem; min-height: 23rem;}
.main1 .inner .mod .mr{ width:22rem;min-height: 23rem;}
.main1 .inner .mr{ width:21.5rem;min-height: 23rem;}



.dtjt10_div_img img{width:100%;height:19rem;}
.heig80{height:4rem;}
.dtjt10_div_img .number{right:1rem;bottom:1rem;}
.dtjt10_div_text{background:rgba(0,0,0,0.3);height:3.4rem;}
.dtjt10_div_text_time{height:1.6rem;line-height:1.8rem;text-align:left;padding-left:1rem;}
.dtjt10_div_text_text{line-height:2rem;height:4.5rem;color:#999;font-size:0.8rem;display:none;} 
.dtjt10_div_text a:link,.dtjt10_div_text a:visited,.dtjt10_div_text a:hover,.dtjt10_div_text a:active{font-size:0.9rem;color:#fff;}
.dtjt10_div_text .dtjt10_div_text_title{background:none;height:1rem;line-height:1rem;text-align:left;font-weight:bold;padding-left:1rem;}
.dtjt10_div_text .dtjt10_div_text_text p{text-indent:0;}


.main2{padding: 2.5rem 0px 1rem 0px;background:url(../images/contbg2.jpg) no-repeat center top;background-size:100% 100%;}
.main2 .inner{margin:0rem auto;}
.main2 .inner .ml,.main2 .inner .mc,.main2 .inner .mr{ 
	width:47%;
    min-height: 460px;}
.main2 .inner .more_btn2{}
.main2 .con2{font-size:0.9rem;}
.main2 .con2 ul li{height:2.7rem;line-height:2.7rem;background:url(../images/li.jpg) no-repeat left;padding-left:12px;}
.main2 .heig{height:2rem;}

.main2 .con2 ul li.news{position:relative;}
.main2 .con2 ul li.news .news_title{height:2.5rem;line-height:2.5rem;float:left;}
.main2 .con2 ul li.news .news_title::after{
	content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 0em;
    height: 2px;
    background: #27945c;
    transition: .6s;
}
.main2 .con2 ul li.news:hover .news_title::after{width:100%;}
.main2 .con2 ul li .news_time{font-size:0.9rem;color:#999;height:2.5rem;line-height:2.5rem;}


.main3{background:url(../images/contbg3.jpg) no-repeat  center;padding: 3rem 0px 4rem 0px;background-size:100% 100%;}
.main3 .inner{0 auto;}
.main3 .ml,.main3 .mc,.main3 .mr{width:31.5%;min-height:23rem;}
.main3 .mc{margin-left:3%;}
.main3 .con2{font-size:0.9rem;}
.main3 .con2 ul li{height:2.7rem;line-height:2.7rem;background:url(../images/li2.jpg) no-repeat left;padding-left:12px;}
.main3 .heig{height:2rem;}
.main3 .con2 ul li.news .news_title a,.main3 .con2 ul li.news .news_title a:hover{color:#fff;}
.main3 .con2 ul li.news{position:relative;}
.main3 .con2 ul li.news .news_title{height:2.5rem;line-height:2.5rem;float:left;}
.main3 .con2 ul li.news .news_title::after{
	content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 0em;
    height: 2px;
    background: #fff;
    transition: .6s;
} .main3 a:hover{color:#fff;}
.main3 .con2 ul li.news:hover .news_title::after{width:100%;}
.main3 .con2 ul li .news_time{font-size:0.9rem;color:#fff;height:2.5rem;line-height:2.5rem;}
.main3 .more_btn2 a{color:#fff;}

.main4{background:url(../images/contbg4.jpg) no-repeat  center;background-size:100% 100%;height:18.7rem;width:100%;}
/**标题栏新闻窗口**/
.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; } 
.more_btn { display:block; height:2.5rem;width:11.5rem; text-align:center;line-height: 2.5rem; background:#27945c;border-radius:2.5rem;margin:0 auto;}
.more_btn .more_text,.post .more_btn a {font-size:0.9rem;/*font-family:"Simsun";*/ cursor:pointer;} 
.more_btn a{color:#fff;} 

.div_piccontenttitle_li .c_pt_12 .c_txt h3{font-size:0.9rem;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:1rem; }
.post1 .tt {display:inline-block; width:100%; } /**标题栏**/
.post1 .tt .tit { display:inline-block; float:left; font-size:1.5rem;line-height:1.5rem;} /**标题字体**/
.post1 .tt .tit .title {display:block;color:#27945c;font-weight:bold;background:url(../images/titlebg2.png) no-repeat left;font-family:'siyuan';padding-left:3.8rem;}
.more_btn2 { display:inline-block; height:1.2rem; margin-top:0.5rem; line-height:1.2rem; float:right;padding:0px;font-size:0.8rem;}
.main3 .post1 .tt .tit .title{color:#fff;padding-left:0px;}
.more_btn2 a{color:#333;} 
.more_btn .more_text img {
    width: 26px; /* 根据需求设定图片宽度 */
    height: 24px;margin:12px; /* 保持高度自动计算 */
}
.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:1.5rem;line-height:2rem;text-align:center;}
.post2 .tt .tit .title {display:block;color:#fff;font-weight:bold;font-family:'siyuan';}
.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:0.9rem;} /**标题图标**/
.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 .news_time{float:right;}
.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:20rem; color: #666; }
.news_list li.news p a { color:#333; }
.news_list li.news p a:hover { color:#27945c; 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;}
/*日历新闻1*/
.rili1{}
.rili1 .con{ padding:5px 0px;}
.rili1 .news_list {}
.rili1 .news_list li.news{background:none;padding-top:0.7rem;;height:3.9rem;display:flex;}
.rili1 .news_list li.news.n1{padding-top:0px;}
.rili1 .news_list li.news .news_date{float: left;width: 4rem; height:4rem;margin-right:10px;text-align:center;color:#fff;background:#27955d;}
.rili1 .news_list li.news .news_date .news_day{font-size:2rem;text-align:center;height:2rem;line-height:2.1rem;font-weight:bold;}
.rili1 .news_list li.news .news_date .news_year{font-size:0.7rem;height:1rem;line-height:1.5rem;margin-top:0.2rem;}
.rili1 .news_list li.news .news_wz{padding:0px 0px;float:left;width:19rem; display: flex;
  align-items: center; 
  justify-content: left; } 
.rili1 .news_list li.news .news_title{line-height:1.5rem; font-size:0.9rem;color:#333;transition:0.3s; -webkit-transition: margin-left .8s;width:;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;} 
.rili1 .news_list li.news .news_title:hover{margin-left: 10px;}
.rili1 .news_list li.news .news_intro{font-size:0.8rem;line-height:1.3rem;transition:0.3s; -webkit-transition: margin-left .8s;width:;
    -moz-transition: margin-left .8s;margin-top:0.3rem;
    -o-transition: margin-left .8s;}
.rili1 .news_list li.news .news_intro:hover{margin-left: 10px;}
.rili1 .news_list li.news .news_intro a{color:#696969;}



/*图新闻列表*/
.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: 0.9rem; 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{width:25rem;background:#fff;box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.03);}
.tu_text .news_list li.news .news_title{line-height: 24px;font-size: 0.9rem;color:#333;height:2.5rem;} 
.tu_text .news_list li.news .news_imgs,.tu_text .news_list li.news .news_imgs img{width:20.5rem;height:16rem;}
.tu_text .news_list li.news .news_wz{width: 100%;height:80px;position:relative;margin-top:15px;display:flex;} 
.tu_text .news_list li.news .news_text{line-height:24px; font-size:14px;margin-left:10px;color:#999;flex:1;} 
.tu_text .news_list li.news .news_text a{color:#999;}
.tu_text .news_list li.news .news_title a:hover{color:#27945c;font-weight:bold;}
.tu_text .news_list li.news .news_time{line-height:32px; color:#ffffff;background:#589998;width:64px;height:70px;text-align:center;} 
.tu_text .news_list li.news .news_time .news_day{font-size:24px;}
.tu_text .news_list li.news .news_time .news_year{font-size:12px;}
.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;}
.pd30{padding:30px;}
.tu_text .news_list li.news:hover{background:#;}



/*图列表*/
.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{margin-bottom:2rem;}
.post-11 .con{ padding:5px 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:16px; 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 {
    position: relative;
    padding-bottom: 2rem;
	
}
#l-container .inner {display:flex;position:relative;}
#l-container .inner::after{position: absolute;
    top: 0;
    right: -0.8rem;
    display: block;
    content: "";
    width: 0.8rem;
    height: 22rem;
    background: url(../images/shadow-2.png) no-repeat center center/cover;}
/**主体文章页开始**/
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
#d-container {
    position: relative;
    padding-bottom: 2rem;		
}
#d-container .inner {
    min-height: 460px;
	display:flex;}
#d-container .inner::before {
    position: absolute;
    top: 0;
    left: -0.8rem;
    display: block;
    content: "";
    width:0.8rem;
    height: 22rem;
    background: url(../images/shadow-1.png) no-repeat center center/cover;
}
#d-container .inner::after {
    position: absolute;
    top: 0;
    right: -0.75rem;
    display: block;
    content: "";
    width: 0.75rem;
    height: 22rem;
    background: url(../images/shadow-2.png) no-repeat center center/cover;
}
.innerwrapper{width:90%;margin:0 auto;}
/**文章页banner**/
#m-container1 {}
#m-container1 .inner {  background:#fff;padding-top:15px; }
.col_menu {width: 16rem;
    position: relative;
    top: 1rem;
	min-height:22rem;padding:0px;
	float:left;
	 background:linear-gradient(to bottom,#27945c,#27945c,transparent);
	padding-bottom:3rem;
	}
.col_menu_con::after {
    position: absolute;
    top: 0;
    right: -0.8rem;
    display: block;
    content: "";
    width: 0.8rem;
    height:22rem;
    background: url(../images/shadow-2.png) no-repeat center center/cover;
}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: url(../images/nav-top.png) no-repeat center;height:6rem;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:32px; font-weight:normal; color:#fff;font-family:'siyuan';}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:6rem; text-align:center}  /**栏目名称图标**/
.col_menu .col_menu_head h3.col_name .col_name_text:after{bottom: 0;
  
    width: 0.21rem;
    height: 0.02rem;
    background: #e7b21d;}
.col_menu .col_menu_con{
	padding:1.4rem 1.1rem 9rem 1.1rem;
	background:#f1fcf6;
	margin:0 0 0 10px;
	
}
.wp_listcolumn .wp_column a:hover,.wp_listcolumn .wp_column a{background-image:none;border:0px;}
/*栏目列表*/
/*栏目列表*/
.col_list{/* padding:4px 18px; */}
.col_list .wp_listcolumn { padding-bottom:30px; }
.col_list .wp_listcolumn .wp_column a {
	position: relative;
    display: block;
    padding: 0 1rem;
    font-size: 0.9rem;
    line-height: 3.4rem;
    color: #2f2f2f;width:90%;background:#fff;
	
}.wp_listcolumn{border:0px;}
.col_list .wp_listcolumn .wp_column>a:hover{background:#27945c;color:#fff;}

.col_list .wp_listcolumn .wp_column>a::after {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    right: 2rem;
    content: "";
    display: inline-block;
    width: 1.05rem;
    height: 0.35rem;
    background: url(../images/sidebar-arrow.png) no-repeat center center/cover;
}	
.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.selected,.col_list .wp_listcolumn .wp_column a.parent { color: #ffffff;
    font-weight: 600;
    background: #27945c; } 
.col_list .wp_listcolumn .wp_column a.selected::after,.col_list .wp_listcolumn .wp_column a:hover::after ,.col_list .wp_listcolumn .wp_column a.parented::after{	
    background: url(../images/sidebar-arrow-white.png) no-repeat center center/cover;}
.col_list .wp_listcolumn .wp_column>a.parent::after{	
    background: url(../images/sidebar-arrow-white.png) no-repeat center center/cover;}	
.col_list .wp_listcolumn .wp_column .sub_list a.selected span.column-name{color:#a81b00;}
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #fff;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#fff;background:none; }
/*二级子栏目**/
.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:59rem;min-height:500px;} /**栏目新闻**/
.col_news .col_news_box{min-height:500px;
    margin: 0 2rem;}

.col_news_head {
    align-items: center;
    height: 3.5rem;border-bottom:2px solid #27945c;
	
}
.col_news .col_news_box h2{background:#f1f1f1;padding:0.5rem 1rem;margin-top:1rem;}
.col_news .col_news_box h3:before{position:absolute;content:'';width:3px;height:18px;background:#c00;margin-top:5px;border-radius:5px;}
.col_news .col_news_box h3{padding-left:1rem;margin-top:1rem;}
.article1{margin:0px;}
.shiziduiwu{padding-bottom:1rem;clear:both;}
.shiziduiwu li{width:7rem;height:2rem;float:left;padding: 0rem;line-height:2rem;margin-top:1rem;
    position: relative;
    transition: 0.3s ease-in-out;text-align:center;
    }
.shiziduiwu li h5,.shiziduiwu li h6{text-align:center;font-weight:normal;display:inline-block;}
.shiziduiwu li h6{font-size:0.7rem;color:}.shiziduiwu li h6 a{color:#666}
.shiziduiwu li:hover a{color#27945c;}
.flex{
	display: flex;
    justify-content: space-between;}
.col_news_head .title {
    font-size: 1.2rem;
	height:3.5rem;
	line-height:3.5rem;
    color: #27945c;
    font-weight: 900;
}
.col_news_head .location{ line-height: 3.5rem; background:url(../images/location.png) no-repeat left;padding-left:40px;font-size:0.8rem;color:#666;}  /**当前栏目**/

.col_news_con { padding:15px 30px 10px 30px; margin:0 7px;}
.col_news_list { margin-top:7px;padding-bottom:5rem;}
.col_news_list .news_list li.news{position:relative;}
#d-container .news_list li.news,#l-container .news_list li.news{height:2.5rem;line-height:2.5rem;padding-left:1rem;background:url(../images/li.jpg) no-repeat left;}
#d-container .news_list li.news .news_title,#l-container .news_list li.news .news_title { float:left; position:absolute;transition:0.3s; -webkit-transition: margin-left .8s;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;} 
#d-container .news_list li.news .news_title:hover,#l-container .news_list li.news .news_title:hover{margin-left: 10px;}

.listcon .list2{width:90%;margin:1rem auto;}
.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.75rem; 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:80%; _width:expression(this.width > 1200 ? "1200px" : this.width); }   /**列表页文章图片大小限制**/
.wp_entry img{max-width:80%;}
.wp_entry{width:90%;margin:1rem auto;line-height:1.75rem;}
.wp_paging{font-size:0.8rem;margin-top:2rem;}
.wp_listalbumn{padding:0.5rem 1rem;width:auto;}

.wp_listalbumn .albumn_info{padding: 0.5rem;
    background-color: #E5F0FF;
    position: relative;
    transition: 0.3s ease-in-out;width:auto;}
.wp_listalbumn .albumn_info:hover{background:#a81b00;}
.wp_listalbumn .albumn_info:hover .Article_Title a{color:#fff;}
.wp_listalbumn .albumn_info .Article_MicroImage img{width:200px;height:280px;}
.wp_listalbumn .albumn_info .Article_Title{margin-bottom:15px;}
.wp_listalbumn .albumn_info a{font-size:0.8rem;}
.wp_listcolumn .wp_column{margin-bottom:10px;}

@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 {
	padding: 1rem 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #a81b00;
    text-align: center;} /**文章标题**/
.article .arti_metas { 
text-align:center;
    padding: 16px;
    margin-bottom: 20px;
    background-color: rgba(229, 240, 255, 0.3);}
.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 {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:url(../images/footbg.jpg) no-repeat center #27945c;position:relative;}
#footer .inner {padding:2rem 0 2rem 0;text-align:center;}
#footer .inner .add{line-height:1.5rem;margin-bottom:0.5rem;width:100%;text-align:center;color:#fff;padding-top:1rem;}
#footer .inner .foot-logo{border-bottom:1px solid #fff;width:21.5rem;margin:0 auto;}
#footer .inner .foot-logo img{margin:1rem auto;height:3rem;}
#footer .copyright{webkit-animation-name: fadeInUp; animation-name: fadeInUp;background:#000;clear:both;text-align:center;}
#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;}


:root {
	font-size: 20px;
}


*{zoom:1}
		.fullSlide{ position:relative;top:0px;  margin:0 auto; }
		.fullSlide img{position:relative;}
		.fullSlide .bd{ position:relative; z-index:0; }
		.fullSlide .bd li img{width:100%; vertical-align:top;} 
		.fullSlide .hd{position:absolute; z-index:1; margin-top:-120px;height:34px; text-align:center; margin-left:45%;display:flex;}
		.fullSlide .hd ul{ text-align:center;  padding-top:5px; display:flex; float:left;}
		.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:15px;line-height:36px;padding:0px; margin:8px; overflow:hidden; 
			font-size:0;background:#fff;border-radius:8px;
		}
		.fullSlide .hd ul .on{ background:url(../images/li-hover.png);width:2.5rem;height:2.5rem;margin-top:-0.5rem;}
		
		.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-20% 0 0 3%; float:left;  filter:alpha(opacity=30);opacity:0.3  }
		
		.fullSlide .prev{ background:url(../images/pre1.png) 0 0 no-repeat;}
		.fullSlide .next{  background:url(../images/next1.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;}

.focus11 .focus-navigation { display:block; width:42px;  height:36px; line-height:36px; background:#000; text-decoration: none; color:#fff; font-size:24px; font-weight:normal; text-decoration: none; cursor:pointer; position:absolute; top:auto;bottom:0px; margin-top:-25px; 
z-index: 50; opacity: .8; filter:alpha(opacity=80); font-weight: normal; }
.focus11 .focus-navigation:hover { font-size: 24px; font-weight: normal; color: #fff; text-decoration: none;}
.focus11 .focus-prev { left:auto;right:42px; background:#ce882a;}
.focus11 .focus-next { right:0px;background:#585858;}

.focus11 .focus-pagination { position:absolute;right:50%;bottom:20px; margin-right:-20px; z-index:60;}
.focus11 .focus-page { display:inline-block; width:13px; height:13px;  margin-right:5px;background:url(images/slide_btns.png) no-repeat center top;}
.focus11 .focus-page-active {background-position:center bottom;}

.focus11 .focus-title-bar { position:relative; left:0px; bottom:0px; z-index: 40; width: 100%!important; height: 50px; margin-left:0px;}
.focus11 .focus-title-bg {background-color: #dfdfdf; opacity: 1; filter:alpha(opacity=100);}
.focus11 .focus-title {  height: 50px; line-height: 50px; padding: 0 15px; color: #000; font-size: 14px;}
.focus11 .focus-title a,.focus-text a {color: #000; text-decoration: none;}
.focus11 .focus-title a:hover,.focus-text a:hover { color: #e5e5e5; text-decoration: none;}



input[placeholder]{color: #333;}input:-webkit-autofill {

        box-shadow: 0 0 0px 1000px rgba(255,255,255,1) inset !important;

        -webkit-text-fill-color: #333 !important;

        -webkit-background-clip:text;

      }

input-placeholder{}

  ::-webkit-input-placeholder{
     color: #333;background:#fff;
  }
  :-moz-placeholder{
     color: #333;background:#fff;
  }
  ::-moz-placeholder{
     color: #333;background:#fff;
  }
  :-ms-input-placeholder{
     color: #333;background:#fff;
  }
input:-internal-autofill-selected {
     color: #333;background:#fff;}
	 
	 



.shiziduiwu1{}
.shiziduiwu1 li{width:10rem;margin:1rem;height:16.5rem;float:left;padding: 1rem;
    background-color: #E5F0FF;
    position: relative;
    transition: 0.3s ease-in-out;text-align:center;
    }
.shiziduiwu1 li img{width:200px;height:280px;}
.shiziduiwu1 li h5,.shiziduiwu1 li h6{text-align:center;font-weight:normal;}
.shiziduiwu1 li:hover{background:#a81b00;}
.shiziduiwu1 li:hover h5 a,.shiziduiwu1 li:hover h6 a{color:#fff;font-weight:normal;}
.shiziduiwu1 li:hover h5 a:hover,.shiziduiwu1 li:hover h6 a:hover{color:#fff;}
.shiziduiwu1 li img{width:10rem;height:14rem;}


#wp_paging_w2{clear:both;margin-top:30px;}
.Article_Content img{max-width:800px;height:auto;}
.list_banner{width:100%}
@media screen and (max-width: 1210px) {
}.lingdao {
    height: 40px;
    line-height: 40px;
    background: #ececec;
    text-align: left;
    margin-bottom: 15px;
    float: none;
    clear: both;
}.lingdao .title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #666;
    padding-left: 2em;
}.Column_Anchor{font-size:1.6rem;
    padding-bottom: 10px;
    letter-spacing: 10px;}

/**搜索css**/
.search{position:absolute;right:4rem;top:3rem;}
.search-panel { float: right;position:relative;}
.searchbtn{width:1.25rem;
  height: 1.25rem;
  border: 0px;
  position:absolute;
  right:0rem;
  z-index:999;
  border-radius:13px;
  background-image: url(../images/search.png);
  background-repeat:no-repeat;
  background-position:5px 3px;
  float:left;
  }
.search-window { width:45px;border:0px solid red;  background-color:transparent; overflow: hidden; position:absolute;right:2em; top:15px; z-index:100;height: 40px;}/*#72596C*/
.searchbox{width:0px;overflow:hidden;background:#fff;border-radius:17px;}
.wp-search {  position: relative;}
.wp-search form { display: block;}
.wp-search .search-input {margin-left:10px;margin-right: 40px;margin-top:0;}
.wp-search .search-input input.search-title {width: 100%;height: 25px;line-height:25px;border:0;outline: 0;background: none;color: #333;font-size: 15px;padding: 0;}
.wp-search .search-btn {width: 25px;height:25px;position: absolute;right:0.2rem;top:50%;margin-top: -15px;}
.wp-search .search-btn input.search-submit {width: 100%;height: 25px;border:0;outline: 0;
  background: url(../images/search-hover.png) no-repeat 5px 1px #fff;cursor: pointer;}
	
.link{width:100%;height:2rem;background:#000;text-align:center;}
.link ul{}
.link ul li{padding:0 2rem;border-right:1px solid #fff;margin-top:0.5rem;height:1rem;line-height:1rem;display:inline-block;}
.link a{color:#fff;}
.link ul li:last-child{border-right:0px;}

#topcontrol{background:#000; height:35px; width:35px; border-radius:4px;padding-top:5px;padding-left:5px;}
.infobox { width:auto; margin:0 auto; padding:0px;}
.article {padding-top: 10px;
    min-height: 500px;margin:0 auto;
    width: 90%;}
.sidelist {
    float: right;
    width: 25.4%;
    padding-top: 0.4rem;
    margin-bottom: 0.5rem;
}
.sidelist .post{padding:2rem 3rem 5rem;
    background: #fff url(../images/sidebar-bg2.png) no-repeat center top/100% auto}

.article h1.arti_title {
	padding: 1rem 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #27945c;
    text-align: center;} /**文章标题**/
.article .arti_metas { 
text-align:center;
    padding: 16px;
    margin-bottom: 20px;
    background-color:#f7f5f5;}
.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;text-indent:2em;}
.article .entry .read img {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;}



.col_news_list li.news{margin-bottom:23px;border:1px solid #eaeaea;background:#fff;background-position:93% 110px;height:10rem;overflow:hidden;}
.col_news_list li.news .news_imgs{position:absolute;left:0;float:left;overflow:hidden;}
ul.news_list.list2 .news_imgs img {
    object-fit: cover;
}
.col_news_list .list1 li.news .news_wz{padding:35px 30px 20px;}
.col_news_list .list1 li.news .news_text{margin:6px 0 28px;height:66px;color:#8d8d8d;font-size:14px;line-height:22px;}
.col_news_list .list1 li.news .news_info{color:#565656;font-weight:700;font-size:17px;line-height:26px;}
.col_news_list .list1 li.news.pic{padding-left:276px;}
.col_news_list .list1 li.news .news_text a{color:#8d8d8d;}
.col_news_list .list1 li.news:hover a{color:#fff;}
.col_news_list .list1 li.news:hover{color:#fff;}
.col_news_list .list1 li.news .news_info>span{padding-left:20px;}
.col_news_list .list1 li.news .news_info .news_views{background:url(../images/views.png) left no-repeat;}

.col_news_list .list1 li.news:hover,.col_news_list .list1 li.news:hover a,.col_news_list .list1 li.news:hover div,.col_news_list .list1 li.news:hover span{color:#fff!important;}
.col_news_list .list1 li.news .news_meta{background:url(../images/clock.png) no-repeat left;}
.col_news_list .list1 li.news:hover .news_meta{background:url(../images/clock1.png) no-repeat left;color:#fff;}
.col_news_list .list1 li.news:hover .news_views{background:url(../images/views1.png) no-repeat left;color:#fff;}
.col_news_list .list1 li.news:hover{background:#b31a20 url(../images/icon31.png) 93% 110px no-repeat;}


.col_news_list .list2 li.news .news_title{width:75%;float:left;-webkit-transition: margin-left .8s;}
.col_news_list .list2 li.news:hover .news_title{margin-left:10px;font-weight:bold;}
.col_news_list .list2 li.news .news_infor{width:20%;float:right;text-align:right;}
.col_news_list .list2 li.news .news_title a{color:#333;}
.col_news_list .list2 li.news:hover a{color:#b31a20;}
.col_news_list .list2 li.news:hover{color:#fff;}
.col_news_list .list2 li.news:hover,.col_news_con .ml li.news:hover a,.col_news_con .ml li.news:hover div,.col_news_con .ml li.news:hover span{color:#fff!important;}
.col_news_list .list2 li.news{height:2.5em;line-height:2.5em;border:0px;background:url(../images/li.png) no-repeat left;padding-left:20px;}



.n_p1{ padding: 1rem 0; overflow: hidden; position: relative; z-index: 1;}
.n_container .flex, .list_ej {
    justify-content: flex-start;
}
.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.leftcont{flex: 1;
    overflow: hidden;}
.detail .rightcont {
    width:20rem;
    margin-left: 1rem;
    padding: 1.7rem 0 0;
}.tit6 {
    display: flex;
    align-items: center;
    font-size:1.2rem;
    color: #c21624;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom:1rem;
    margin-bottom: 1rem;
}.list31 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}.list31::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0.2rem;
    bottom: 0px;
    width: 1px;
    background: #d8d8d8;
}.list31 li {
margin-bottom:1rem;position:relative;padding-left:1rem; }
	.list31 .a {
    display: block;
    padding: 0 0px 0px 2rem;
    position: relative;
    z-index: 1;
}.list31 h6 span {
    color: #c21624;
    font-size: .8rem;
}.list31 h4 {
    font-size: .8rem;
    color: #222222;
    line-height: 0.3rem;
    margin: 1rem 0px 0px;
    transition: .5s;font-weight:normal;
}.list31 li::after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #d8d8d8;
    left: -0.3rem;
    background: #fff;
    top: 0.6rem;
    border-radius: 50%;
}
#kefu1 { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top:50px;/*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position:absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+50 :document.body.scrollTop +50);
}

#kefu1{position:fixed;right:0px;bottom:8rem;z-index:10008;width:6.5rem;height:18rem;background:url(../images/circle.png);font-size:0.8rem;background-size:100% 100%;}
.cs_close{position:absolute;right:5px;top:5px;width:12px;height:12px;background:url('../images/img.gif') no-repeat 0px 0px;}
.cs_close a{display:block;height:10px;}
.cs_close a span{display:none;}
.fudong{padding-top:5.8rem;width:80%;margin:0 auto;}
.fudong li a{color:#fff;}
.fudong li{text-align:center;height:1.8rem;line-height:1.8rem;border-bottom:1px dashed #fff;}
.fudong .wp_article_list .list_item span{display:block;text-align:center;width:100%;overflow:hidden;margin-left:0px;}

.dtjt9_div_img .number {z-index:999;font-size:0px;}
.fudong .wp_article_list .list_item{border-bottom:1px dashed #fff;height:2rem;line-height:2rem;list-style:none;background:none;padding:0px;text-align:center;width:100%;font-size:0.8rem;}
.fudong .wp_article_list .list_item .Article_Index{display:none;}
.fudong .wp_article_list .list_item .pr_fields{float:none;text-align:center;display:block;}


.wp_editor_art_paste_table{margin:0 auto;width:96%;}


.game163{ position: relative; overflow: hidden; width: 100%; }
.game163 .bigImg{ height: 15rem; position: relative;}
.game163 .bigImg li::after{content:'';background:url(../images/textbg.png) repeat-x bottom;width:22.7rem;;height:5rem;bottom:0px;display:block;position:absolute;}
.game163 .bigImg li img{ vertical-align:middle; width:100%; height:15rem; border-radius:1rem 1rem 0 0;}
.game163 .bigImg  h2{ font-size:0.9rem; font-weight: bold; line-height: 1rem; height:1rem; padding-left: 2rem; overflow: hidden; text-align: left;position:absolute;top:5rem;color:#fff;z-index:999;}
.game163 .bigImg  h3{ font-size:0.9rem; font-weight: normal; line-height: 1rem; height:3rem; padding-left: 2rem; padding-right:2rem;overflow: hidden; text-align: left;position:absolute;top:10rem;color:#fff;z-index:999;}
.game163 .bigImg  h2 a,.game163 .bigImg  h3 a{color:#fff; }

.game163 .smallScroll{width:100%;height:7rem;margin-top:-1.7rem;display:flex;}
.game163 .sPrev,.game163 .sNext{ float: left; display: block; width: 14px; height: 47px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat; margin-top:1.7rem;}
.game163 .sNext{background: url(../images/sprites.png) no-repeat; }
.game163 .sPrev:hover{background: url(../images/sprites1008-hover.png) no-repeat;}
.game163 .sNext:hover{background: url(../images/sprites-hover.png) no-repeat;}

.game163 .smallImg{ float:left;  margin: 0 6px; display:inline; width:20.5rem; overflow: hidden;}
.game163 .smallImg ul{ height:7rem;  width: 100%; overflow: hidden; }
	.game163 .smallImg li{ float: left; padding: 2px; width:5rem; cursor:pointer;  display: inline; height:6.5rem;position:relative; }
	.game163 .smallImg img{ border: 2px solid #fff; width:4rem; height:4rem; border-radius:2rem; transition:0.5s;position:absolute;top:0;}
	.game163 .smallImg .on img{ width:4.5rem;height:4.5rem;border-radius:2.25rem;border:3px solid #e27b01;}
.game163 .smallImg li h4{text-align:center;height:1rem;line-height:1rem;position:absolute;bottom:0;justify-content: center;width:4.5rem;}
.game163 .smallImg h4 a{color:#fff;}
.game163 .smallImg .on h4 a{color:#e27b01;}
	.game163 .pageState{ position: absolute; top: 235px; right: 5px; font-family: "Times New Roman", serif; letter-spacing: 1px;color:#fff;}
	.game163 .pageState span{ color: #f00; font-size: 16px;}

