@charset "utf-8";
/* CSS Document */

/*CSS reset*/
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textatea, p, blockquote, th, td, input { margin: 0; padding: 0; }
body { font-size: 12px; font-family: Arial, Helvetica, sans-serif, "微软雅黑";}
html, body { min-width: 1200px; }  
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var {  }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
addr, acronym { border: 0; }
a { color: #333; text-decoration: none }
a:hover { text-decoration: none; color: #c90005 }
.fl { float: left; }
.fr { float: right; }
.hui_6 { color: #666; }
.hui_9 { color: #999; }
.text_decnone { text-decoration: none }
.red { color: #d20000 }
.ft10 { font-size: 10px }
.ft12 { font-size: 12px }
.ft14 { font-size: 14px }
.ft16 { font-size: 16px }
.ft18 { font-size: 18px }
.ft20 { font-size: 20px; }
.ft24 { font-size: 24px; }

.mart15 { margin-top:15px}
.marl05 { margin-left:5px; }
.marl30 { margin-left:30px; }
.paddbot20 {padding-bottom:20px;}
.padd10 { padding:10px;}
.padd20 { padding:20px 0px 15px 0px;}

.blue { color:#1c66b9}
.red { color:#d20000}
.yellow { color:#ea901c}

.w1200 { width:1200px; margin:0px auto;}

/*清除浮动*/
.clear{*zoom: 1;}
.clear:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

/* 等比填充 */
*[class*="rect-"] { position: relative; display: block; width: 100%; overflow: hidden; }
*[class*="rect-"] ._full { position: absolute; left: 0; top: 0; width: 100%; height: 100%; *height: auto;
}
.rect-img { padding-bottom: 68%; }

 @-webkit-keyframes gupIn {  from {
opacity:0;
-webkit-transform:translate3d(0, -30px, 0);
}
}
@-moz-keyframes gupIn {  from {
opacity:0;
-moz-transform:translate3d(0, -30px, 0);
}
}
@keyframes gupIn {  from {
opacity:0;
transform:translate3d(0, -30px, 0);
}
}
 @-webkit-keyframes gdownIn {  from {
opacity:0;
-webkit-transform:translate3d(0, 100px, 0);
}
}
@-moz-keyframes gdownIn {  from {
opacity:0;
-moz-transform:translate3d(0, 100px, 0);
}
}
@keyframes gdownIn {  from {
opacity:0;
transform:translate3d(0, 100px, 0);
}
}

.banner{ width: 100%; height: 550px; position: absolute; overflow: hidden; top: 130px; z-index: 1; }
.banner .pic,.banner .pic li{ width: 100%; height:550px; overflow: hidden; }
.banner .pic li{position:absolute; display:none;}
.banner .ben{ position: absolute; width: 100%; z-index: 500; bottom: 0px; }
.banner .ben span{ background:#Fff; display: inline-block; cursor: pointer; width:50px; height:4px; margin: 0 1px; overflow: hidden; }
.banner .ben span.on{background:#da251c; height:7px; width:60px;}

.top { background:#f6b84b; border-bottom:#113863 3px solid; height:34px; line-height:34px; padding:18px 0px 15px 0px}
.top ul { width:970px; margin:0px auto; font-size:14px}
.top ul li span{ margin:0px 10px; color:#666}

.head_top { width: 100%; margin: 0px; height: 24px; line-height: 24px; padding: 15px 0px; color: #FFF; position: relative; z-index: 5; }
.head_top ul { width: 1200px; margin: 0px auto; }
.head_top a { font-size: 12px; color: #fff; margin: 0px 13px; float: left; }

.head_logo { width: 1200px; margin: 0px auto; height: 125px; padding: 60px 0px 150px 0px; display: block; z-index: 10; text-align: center; position: relative; }

.head_nav { padding: 0px; margin: 0px auto; width: 1200px; background: #c90005; height: 56px; position: relative; z-index: 5; border-bottom: #900004 2px solid; }

/*一级导航*/
ul.head_navlist{
    float: left;
	boder-bottom:#900004 2px solid;
}
ul.head_navlist li{
    float: left;
    width: 148px;
	height: 56px;
	line-height: 56px;
    background-color:#c90005;
    z-index: 99999;
}
ul.head_navlist li a{
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:20px center;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
ul.head_navlist li a.nav_1{
	background-image: url(../images/nav_1.png);
}
ul.head_navlist li a.nav_2{
	background-image: url(../images/nav_2.png);
}
ul.head_navlist li a.nav_3{
	background-image: url(../images/nav_3.png);
}
ul.head_navlist li a.nav_4{
	background-image: url(../images/nav_4.png);
}
ul.head_navlist li a.nav_5{
	background-image: url(../images/nav_5.png);
}
ul.head_navlist li a.nav_6{
	background-image: url(../images/nav_6.png);
}
ul.head_navlist li.on{
    background-color:#900004;
}
ul.head_navlist a{
    display: block;
    color: white;
	height: 56px;
	line-height: 56px;
    padding: 0px;
}

ul.head_navlist a:hover, ul.head_navlist a:focus{
    color: white;
    background-color: #900004;
}
ul.head_navlist li:first-child a{
    border-left: 0;
    border-bottom: 0;
}
ul.head_navlist li:last-child a{
    border-right: 0;
    border-bottom: 0;
}


/*二级导航*/
ul.head_navlist li ul{
    width: 148px;
    position: absolute;
    left: -1000em;
	padding-top: 2px;
	z-index: 99999;
}
ul.head_navlist li ul li a{
	z-index: 99999;
}

ul.head_navlist li:hover ul{
    width: 148px;
    left:auto;
}

ul.head_navlist li ul a{
    border-left: 0;
    border-right: 0;
	padding: 0px;
}
ul.head_navlist li ul a:hover{
    background-color:#900004;
}
/*三级导航*/
ul.head_navlist li:hover ul li ul{
    width: 148px;
    position: absolute;
    left: -1000em;

}

ul.head_navlist li:hover ul li:hover ul{
    left: auto;
    margin-left: 148px;
    margin-top: -56px;
}
ul.head_navlist li:hover ul li:hover ul.nav1{
    left: auto;
    margin-left: 148px;
    margin-top: -56px;
}


.head_search { padding: 17px 15px 0px 0px }
.hdsearch_txt { width: 210px; height: 28px; line-height: 28px; padding-left: 20px; font-size: 12px; color: #666; float: left; background: #fff; border: 0; border-radius: 20px 0px 0px 20px }
.search { width:48px; height:28px; display:block; float:left; background:url(search.png) no-repeat ;cursor:pointer; border:0px}
.search:hover { background-position:-48px 0px}

.index_link { width: 1200px; margin-left: -20px; }
.index_link li { width: 376px; height: 100px; padding: 0px; text-align: center; border: #c10207 2px solid; float: left; margin-left: 20px; }
.index_link li a {display:block; width:376px; height:60px; padding:20px 0px;}
.index_link li:hover img {transition:transform 1s ease-out; -moz-transition:-moz-transform 1s ease-out; -webkit-transition:-webkit-transform 1s ease-out; transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg);}

.footer { background: #a80004; width: 100%; padding: 20px 0px; width: 100%; position: relative; margin-top: 80px; }
.foot_txt { width:1050px; padding:15px 0px 20px 150px;margin:0px auto; font-size:14px; line-height:24px; text-align:center; color:#fff; position:relative}
.foot_txt span { position: absolute; top: 20px; left: 270px; }
.foot_txt a { color:#fff}
.foot_txt a:hover { color:#fbfe00; border-bottom:#fbfe00 1px dashed}

/*首页样式*/
.index_page { margin: 0px auto; display: block; width: 1200px; z-index: 5; position: relative; margin-top: 35px; z-index:1; }

.index_banner { width: 660px; position: relative; height: 455px; overflow: hidden; padding: 0; }
.ctrl-panel { position: absolute; right: 35%; z-index: 1000; bottom: 0px; }
.m-page { display: block; width: 32px; height: 7px; border-radius:10px; float: left; display: inline; margin-left: 4px; background: #dbdbdb; }
.m-page:hover { background: #cc0000; width: 55px;border-radius:20px;}
.focus { background: #cc0000; width: 50px;border-radius:20px}
.con { width: 100%; }
.scroll-wrap { OVERFLOW: hidden; WIDTH: 660px; POSITION: relative; HEIGHT: 455px }
.scroll_box_content { POSITION: absolute }
.content_list { FLOAT: left; WIDTH: 660px; HEIGHT: 390px; cursor: pointer; position: relative; }
.content_list img{ WIDTH: 660px; HEIGHT: 390px; }
.content_list span { width: 100%; padding: 0px; color: #333; font-size: 20px; position: absolute; bottom: -40px; left: 0px; display: block; text-align: center; height: 24px; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.index_tab_news { width: 505px; }
.index_tab_news .tab_UL{ height: 55px; margin: 0 0px 5px 0px; width: 505px; background: #fff; }
.index_tab_news .tab_UL li a { color: #333; display: block; height: 55px; line-height: 55px; width: 252px; padding: 0px; font-size: 18px; float: left; cursor: pointer; text-align: center; }
.index_tab_news .tab_UL li.curr a{ color: #fff; font-weight: bold; background: #c90005; }
.index_news_tab li{ line-height: 36px; position: relative; background: url(../images/index_list_icon.png) no-repeat 0px center; padding-left: 12px; font-size: 16px; }
.index_news_tab li span { position:absolute; font-size:12px; color:#999; right:0px; top:0}
.index_news_tab li.top { line-height: 20px; padding: 0px 0px 10px 0px; height: 95px; margin-bottom: 10px; border-bottom: #bababa 1px dotted; background: none }
.index_news_tab li.top p { padding: 10px 0px 0px }
.index_news_tab li.top p.title { text-align: center; padding: 15px 0px 5px 0px; height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; }
.index_news_tab li.top p.txt { height:40px; overflow:hidden;}

.index_notice { border-bottom: 2px solid #c90005; background: #fcf7ef; padding:25px 0px 15px 0px; position:relative; padding-left:130px;}
.index_notice span { width:160px; height: 85px; display: block; position: absolute; left: 0px; top: -5px; background: url(index_gs.png) no-repeat 10px  top; text-indent: -9999px; }
.index_notice ul { height:40px; overflow:hidden}
.index_notice ul li { height: 40px; font-size: 14px; overflow: hidden; }
.index_notice ul li:first-child { margin-top: 0; transition: margin-top 1s }
.index_notice ul li > ul > li { width:320px; height:45px; overflow:hidden; float:left; margin-right:15px; background:url(index_list_icon.png) no-repeat left 8px; padding-left:10px;}
.index_notice ul li > ul > li p { font-size:14px; font-weight:bold; color:#e11400; line-height:20px; height:20px;white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.index_notice ul li > ul > li:hover p { border-bottom:#e11400 1px dotted}
.index_notice ul li > ul > li em { font-size:14px; color:#999;}

.index_zt { width:1126px; height:96px; border:#c10207 2px solid; padding:15px 20px 15px 50px; position:relative;}
.index_zt h4 { width:20px; height:108px; padding:20px 7px 0px 7px; color:#fff; font-size:18px; line-height:20px; font-weight:bold; display:block; position:absolute; left:0px; top:0px; background:url(index_zt.png) no-repeat;}
.ft-carousel { position: relative; width: 100%; height: 100%; overflow: hidden; }
.ft-carousel .carousel-inner { position: absolute; left: 0; top: 0; height: 100%; }
.ft-carousel .carousel-inner .carousel-item { float: left; height: 100%; }
.ft-carousel .carousel-item img { width: 100%; }
.ft-carousel .carousel-indicators { position: absolute;right:15px;bottom:12px; width: 100%; text-align:right}
.ft-carousel .carousel-indicators span { display: inline-block; width: 12px; height: 12px; background-color: #fff; margin: 0 3px; border-radius: 50%; cursor: pointer; }
.ft-carousel .carousel-indicators span.active { background-color: #cc0000; }
.ft-carousel .carousel-btn { position: absolute; top: 50%; width: 50px; height: 45px; margin-top: -25px; cursor: pointer; }
.ft-carousel .carousel-prev-btn { left: 0; background: url(../img/prev.png) no-repeat; }
.ft-carousel .carousel-next-btn { right: 0; background: url(../img/next.png) no-repeat; }

.index_list_news { border-top: #c10207 2px solid; width: 390px; position: relative; }
.index_list_news .tab_UL{ height: 46px; margin: 0 0px 5px 0px; width: 100%; }
.index_list_news .tab_UL li { background: url(tab_x.jpg) no-repeat right center; margin-right: 15px; padding-right: 20px; width: auto; float: left; }
.index_list_news .tab_UL li a { color: #333; display: block; height: 46px; line-height: 46px; width: auto; padding: 0px; font-size: 20px; cursor: pointer; text-align: center; }
.index_list_news .tab_UL li.curr a{ color: #e11400; font-weight: bold; }
.index_list_news li.top { line-height: 20px; padding: 0px 0px 10px 0px; height: 95px; margin-bottom: 10px; border-bottom: #bababa 1px dotted; background: none }
.index_list_news div.more a{ width:30px; height:12px; display:block; position:absolute; right:0px; top:18px; background:url(more.png) no-repeat; text-indent:-9999px}
.index_list_news div.more a:hover { background-position:-30px 0px}

.index_list_news li.top { padding: 0 0px 0px 173px; width: 212px; height: 100px; overflow: hidden; position: relative; margin-bottom: 10px; border:0 }
.index_list_news li.top span { width: 158px; height:100px; position: absolute; left: 0px; top: 0px; display: block; overflow: hidden; }
.index_list_news li.top span img { width: 100%; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; height: 100%; }
.index_list_news li.top:hover span img{ -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.index_list_news li.top p.title { font-size: 16px; line-height: 20px; height: 40px; overflow: hidden; font-weight: bold; overflow: hidden; }
.index_list_news li.top p.date { color:#999}
.index_list_news li.top p.txt { color: #666; line-height: 20px; height: 40px; overflow: hidden; }
.index_news_list li{ line-height: 36px; position: relative; background: url(../images/index_list_icon.png) no-repeat 0px center; padding-left: 12px; font-size: 16px; }
.index_news_list li span { position:absolute; font-size:12px; color:#999; right:0px; top:0}

.index_icon { width:370px}
.index_icon li{ border:#c10207 2px solid; width:171px; padding:0px; height:64px; line-height:28px; font-size:16px; float:left; margin-left:10px; margin-bottom:10px; cursor:pointer}
.index_icon li img { vertical-align:bottom; margin-right:10px}
.index_icon li a { 
	color:#c10207;
    width: 121px;
    height: 28px;
    display: block;
    padding: 18px 20px 18px 30px;
}
.index_icon li:hover { background:#fdf5f5;}
.index_icon li:hover img {transition:transform 1s ease-out; -moz-transition:-moz-transform 1s ease-out; -webkit-transition:-webkit-transform 1s ease-out; transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg);}
.index_icon li.jubao { width: 360px; height: 103px; border: 0px; padding: 0px; margin-bottom: 0px; }
.index_icon li.jubao:hover img {transition:none; -moz-transition:none; -webkit-transition:none; transform:none; -moz-transform:none; -webkit-transform:none; cursor:none} 

.index_cont { border: #c10207 2px solid; width: 810px; padding: 22px 15px 14px 30px; height: 250px; position: relative; }
.index_cont h4 { background:url(index_lx.png) no-repeat center 15px #fff; color:#e11400; padding:50px 0px 15px 0px; text-align:center; font-weight:bold;font-size:20px; line-height:24px; width:28px;display:block; position:absolute; top:30px; left:-13px;}
.index_cont table { width: 100%; clear: both; }
.index_cont table td.title { background:#fdf5f5; color:#e11400; font-weight:bold; line-height:16px;}
.index_cont table td.txt { background:#f7f7f7; padding-left:13px; text-align:left; font-size:12px}

.index_pic { position:relative}
.index_pic h2 { border-top: #c10207 2px solid; height: 46px; line-height: 46px; color: #e11400; font-size: 20px; font-weight: bold; margin-bottom: 5px; }
.bottun { position: absolute; width:62px; height: 26px; right: 0px; top:12px; }
/*图片逐步滚动*/
.layout { TEXT-ALIGN: left; MARGIN:0px auto; WIDTH: 1200px; OVERFLOW: hidden; border-top: 0; }
.homebtm { POSITION: relative; HEIGHT: 167px; PADDING: 0; }
.homebtm LI { POSITION: relative; TEXT-ALIGN: center; WIDTH:284px; DISPLAY: inline; FLOAT: left; }
.mainCont { margin: 0px 0px 0px -20px; width: 1220px!important; height: 167px; overflow: hidden; }
.mainCont UL { WIDTH: 1200px; WORD-WRAP: normal; margin: 0px; padding: 0px; list-style: none; }
.mainCont ul li { width: 226px; height: 167px; float: left; overflow: hidden; margin: 0px 10px; text-align: center; font-size: 14px; }
.mainCont ul li img { width: 226px; height: 167px; display: block; position: relative;-moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }
.mainCont ul li:hover img{ -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.mainCont ul li p { width: 226px; padding: 10px 0px; color: #fff; font-size: 14px; text-align: center; display: block; position: absolute; bottom: 0px; left: 0px; background: url(../images/pic.png) repeat; }
.mainCont ul li:hover p { background:#c10207}

.leftBtn,.rightBtn{ width: 22px; height: 22px; cursor: pointer; overflow: hidden; z-index: 2; float: left; margin-left: 5px; border:#c51116 2px solid; border-radius:50%;}
.leftBtn { background:url(index_prev.png) no-repeat left center}
.leftBtn:hover { background:url(index_prev.png) no-repeat -22px 0px #c51116; }
.rightBtn { background:url(index_next.png) no-repeat left center;}
.rightBtn:hover {background:url(index_next.png) no-repeat -22px 0px #c51116; }

/*内页样式*/
.sub_nav { width: 1140px; height: 20px; line-height: 20px; padding: 15px 30px; margin: 0px auto; background: #fff; position: relative; box-shadow:3px 3px 3px #ccc; z-index:1 }
.sub_nav ul { padding-left: 0px; }
.sub_nav ul li { float: left; background: url(tab_x.jpg) no-repeat right center; padding-right: 20px; margin-right: 26px; }
.sub_nav ul li a { font-size:14px; font-weight:bold; padding:0px 15px}
.sub_nav ul li a:hover,.sub_nav ul li a.on { color:#cc0000;}

.subpage { width: 1200px; margin: 40px auto; padding: 0px; min-height: 600px; position: relative; z-index: 1 }

.subpage_main { width: 860px; }
.subpage_title { height: 24px; line-height: 24px; padding-bottom: 12px; border-bottom: #c10207 2px solid; display: block; position: relative; margin-bottom: 20px; }
.subpage_title span.name { color: #333; margin-left: 5px; background: url(index_lm_icon2.jpg) no-repeat left center; padding-left: 18px }
.subpage_title span.more { position: absolute; right: 5px; top: 5px; color: #999; font-size: 12px; background: url(home.png) no-repeat left center; padding-left: 20px; }
.subpage_title span.more em {margin:0px 8px; color:#ccc}

.sub_page { width: 100%; color: #333; font-size: 16px; line-height: 30px; overflow: hidden; }
.sub_page img { max-width:800px;}

.subpage_news { width:300px}
.sub_news_pic ul li { padding: 12px 15px 0px 135px; width: 150px; height: 68px; background: #fdf5f5; overflow: hidden; position: relative; margin-bottom: 20px; }
.sub_news_pic ul li span { width: 120px; height: 80px; position: absolute; left: 0px; top: 0px; display: block; overflow: hidden; }
.sub_news_pic ul li span img { width: 100%; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; height: 100%; }
.sub_news_pic ul li:hover span img{ -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.sub_news_pic ul li p.title { font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; padding-bottom: 5px; }
.sub_news_pic ul li p.date { color:#999}
.sub_news_pic ul li:hover { background: #c10207; -moz-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }
.sub_news_pic ul li:hover a { color:#fff;}
.sub_news_pic ul li:hover p.date { color: #edccc9 }

.sub_news_list ul li {padding-left:30px; line-height:18px; padding-bottom:10px; border-bottom:#ccc 1px dotted; margin-bottom:10px; max-height:40px; overflow:hidden; position:relative; font-size:14px; white-space: nowrap; text-overflow: ellipsis;}
.sub_news_list ul li span { width:20px; height:20px; line-height:20px; text-align:center; display:block; color:#fff; font-size:12px; font-weight:bold; position:absolute; left:0px; top:0px; background:#333; border-radius:50%}
.sub_news_list ul li span.num { background:#cc0000}

/*新闻*/
.newsList li{ padding: 0px 0px 30px 0px; position: relative; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; height: 120px; border-bottom: #ccc 1px dotted; margin: 15px 0px; }
.newsList li .list_main{ overflow: hidden; width: 660px; height: 120px; }
.newsList li .bd_r{ width: 180px; height: 120px; overflow: hidden; }
.newsList li .bd_r img {-moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.newsList li:hover .bd_r img{ -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); width: 100%; height: 100%; }
.newsList li .bd_l{ font-size: 12px; color: #8d8b8b; padding: 0 0px 0px 20px; border-left: 1px dotted #e6e6e6; font-family: Arial; width: 60px; text-align: right; position: relative; }
.newsList li .bd_l_day{ display: block; font-size: 3em; color: #e20000; line-height: 45px; }
.newsList li .bd_c{ width: 545px; padding: 0; }
.newsList li .list_title{ font-size: 1.4em; font-weight: normal; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all ease 600ms; -moz-transition: all ease 600ms; -webkit-transition: all ease 600ms }
.newsList li:hover .list_title { text-indent: 10px; transition: all ease 600ms; }
.newsList li .see_number{ margin-right: 20px; color: #ccc; line-height: 20px; display: block; font-size: 12px; padding-top: 10px; }
.newsList li .list_p{ font-size: 14px; color: #666; line-height: 20px; height: 32px; overflow: hidden; padding: 10px 0px;text-overflow: ellipsis; }
.newsList li .bd_l .arrow{ width: 100px; height: 28px; border: 1px solid #e2e2e2; background: url("../images/arrow.png") no-repeat center center; transition: all ease 600ms; color: #ccc; position: absolute; top: 85px; right: 0px; z-index: 100; }
.newsList li:hover .bd_l .arrow{ width: 130px; transition: all ease 600ms; background: url("../images/arrow1.png") no-repeat center center #c90005; border: #c90005 1px solid }
.newsList li:hover .list_box{background-color:#f8f8f8;}
.newsList li:hover .list_box:after{background-color:#f8f8f8;}
.newsList li:hover .list_title a{color:#a80d0f;}




.picList li{ padding: 0px 0px 20px 0px; position: relative; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; height: 150px; border-bottom: #ccc 1px dotted; margin: 0px 0px 20px 0px; }
.picList li .list_main{ overflow: hidden; width: 700px; height: 127px; }
.picList li .bd_r{ width: 200px; height: 127px; overflow: hidden; }
.picList li .bd_r img {-moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; margin:0px}
.picList li:hover .bd_r img{ -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); width: 100%; height: 100%; }
.picList li .bd_l{ font-size: 14px; color: #8d8b8b; padding: 0 0px 0px 20px; border-left: 1px dotted #d2d2d2; font-family: Arial; width: 80px; text-align: right; position: relative; }
.picList li .bd_l_day{ display: block; font-size: 3.2em; color: #bd1a2d; line-height: 45px; }
.picList li .bd_c{ width: 570px; padding: 0; }
.picList li .list_title{ font-size: 1.4em; font-weight: normal; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all ease 600ms; -moz-transition: all ease 600ms; -webkit-transition: all ease 600ms }
.picList li:hover .list_title { transition: all ease 600ms; }
.picList li .see_number{ margin-right: 20px; color: #ccc; line-height: 20px; display: block; font-size: 14px; padding-top: 10px; }
.picList li .list_p{ font-size: 16px; color: #888; line-height: 22px; height: 54px; overflow: hidden; padding: 8px 0px; text-overflow: ellipsis; }
.picList li .bd_l .arrow{ width: 120px; height: 32px; border: 1px solid #e2e2e2; background: url("../images/arrow.png") no-repeat center center; transition: all ease 600ms; color: #ccc; position: absolute; top: 88px; right: 0px; z-index: 100; }
.picList li:hover .bd_l .arrow{ width: 150px; transition: all ease 600ms; background: url("../images/arrow1.png") no-repeat center center #bd1a2d; border: #bd1a2d 1px solid }
.picList li:hover .list_box{background-color:#f8f8f8;}
.picList li:hover .list_box:after{background-color:#f8f8f8;}
.picList li:hover .list_title a{color:#a80d0f;}




.news_top_title { background: url(../images/top_bg.png) repeat-x; padding: 0px; height: 75px; text-align: center; border-bottom: #f1f1f1 2px solid; margin-bottom: 30px; }
.news_top_title h4 { font-size:24px; text-align:center; display:block; padding-bottom:10px}
.news_neirong { width: 100%; padding: 0px; margin: 0px auto; font-size: 14px; line-height: 24px; }
.news_neirong img { max-width: 820px; }
.share { padding-left: 50px; height: 50px; line-height: 50px; font-size: 12px; color: #666; position: relative; margin-top: 20px; border-bottom: #f1f1f1 2px solid; border-top: #f1f1f1 2px solid; }
.share span { position: absolute; left: 0px; top: 0px }

.news_other { width: 100%; display: block; margin: 0px; padding: 30px 0px; line-height: 28px; color: #666 }
.news_other h4 { background: none; height: auto; padding-bottom: 5px; }
.news_other li { line-height: 32px; background: url(../images/index_list_icon.jpg) no-repeat left center; padding-left: 15px; }
.news_other li span { font-size: 12px; color: #999; margin-left: 30px; }

.sub_news_main { padding:30px; width:1138px; margin:0px auto 50px auto; border:#e5e5e5 1px solid; border-top:#0cbb4d 3px solid; box-shadow:0px 5px 5px #e5e5e5;}

.sub_detail { position: absolute; left: 0px; top: -15px; padding: 0px 0px 0px 20px; font-size: 12px; width: 1120px; display: block; color: #999; background: url(home.png) no-repeat left center }

.news_top_title { padding: 40px 0px 10px 0px; height: 75px; text-align: center; border-bottom: #f1f1f1 2px solid; margin: 0px 0px 30px 0px }
.news_top_title h4 { font-size: 26px; text-align: center; display: block; padding-bottom: 15px }
.news_neirong { width: 100%; padding: 0px; margin: 0px auto; font-size: 16px; line-height: 30px; }
.news_neirong li p{}
.news_neirong img { max-width:1100px; }
.share { padding-left: 60px; height: 50px; line-height: 50px; font-size: 12px; color: #666; position: relative; margin-top: 20px; border-bottom: #f1f1f1 2px solid; border-top: #f1f1f1 2px solid; }
.share span { position: absolute; left: 0px; top: 0px; font-size: 14px; }

.news_other { width: 100%; display: block; margin: 0px; padding: 30px 0px; line-height: 28px; color: #666 }
.news_other h4 { background: none; height: auto; padding-bottom: 5px; }
.news_other li { line-height: 36px; background: url(index_list_icon.png) no-repeat left center; padding-left: 15px; }
.news_other li span { font-size: 12px; color: #999; margin-left: 30px; }

.news_list li { font-size: 12px; padding: 20px; margin-bottom: 20px; border-bottom: #e5e5e5 1px dotted; }
.news_list li a { width: 730px; height: 75px; display: block; margin: 0px auto; position: relative; padding-left: 110px; overflow: hidden; }
.news_list li span { width: 80px; height: 55px; padding: 10px 0px; border-right: #cfcfcf 1px dotted; position: absolute; left: 0px; top: 0px; text-align: left; font-size: 1em; color: #666; line-height: 30px; display: block; }
.news_list li:hover { background: #fdf5f5; border-bottom: #fdf5f5 1px dotted; }
.news_list li span b { font-size: 50px; display: block; font-weight: normal; padding-bottom: 5px; color: #333; }
.news_list li a:hover span  b { color: #e11400 }
.news_list li h4{ font-size:1.6em; padding-bottom:0.8%; color: #333; font-weight: normal; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all ease 600ms; -moz-transition: all ease 600ms; -webkit-transition: all ease 600ms }
.news_list li:hover h4{ text-indent: 12px; transition: all ease 600ms; color: #e11400 }
.news_list li p { line-height: 20px; font-size:12px; color: #999; height: 40px; overflow: hidden; }
.news_list li a i{ display: inline-block; vertical-align: middle; margin: -1px 5px 0 -5px; width: 0px; height: 1px; background-color: #e11400; transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; -moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s; }
.news_list li a:hover i{ width: 30px; }

.download_table table{width:100%;}
.download_table th,.download_table td{ padding: 18px 10px 15px 10px; border-bottom: 1px dotted #ccc; height: 20px; color: #666; }
.download_table td img { margin-right:10px; vertical-align:middle}
.download_table th{ color: #666; font-size: 14px; font-weight: bold; border-bottom: 2px #ddd solid; }


.page_numbers{text-align: center;padding-top: 40px;}
.page_numbers a.previous_page, .page_numbers a.next_page{ width: 70px; height: 36px; line-height: 36px; color: #888; text-align: center; font-size: 14px; }
.page_numbers a{ display: inline-block; height: 36px; line-height: 36px; min-width: 36px; background: #e5e5e5; text-align: center; font-size: 14px; color: #666; }
.page_numbers a:hover{ background: #cc0000; color: #fff; }
.page_numbers a.cur{ background: #cc0000; color: #fff; }
