@charset"utf-8";
/* =============================================================================
   Note:base
   ========================================================================== */
/* 添加让用户可以自定义字体 */
html {	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, button, th, td, blockquote, pre, code, hr, 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, input, select, textarea, button {
	
}
input, select, textarea, button {
	font-size: 100%;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
	
	
}
/* 去除默认边框 */
fieldset, img {
	border: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}
caption, th, b {
	font-weight: normal;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {

}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}
/* 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, cite, var, dfn, i {
	font-style: normal;
}
/* 使用等宽字体 */
kbd, samp, code, pre {
	font-family: "Courier New", Courier, monospace;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
/* 默认不显示下划线，保持页面简洁 */
ins {
	text-decoration: none;
}
/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
q:before, q:after {
	content: '';
}
/* =Optimize-----------------------------------------------------------------------------*/

/*--修复连续英文不折行导致页面布局崩溃--*/
body {
	word-break: break-all;
	word-wrap: break-word;
 *word-wrap: normal;
}
/*--专有属性修复IE7，IE8浏览器强制缩放图片失真; 图文混排间隙清除--*/
img {
	-ms-interpolation-mode: bicubic;
	
}
/*--解决IE6背景图闪烁的问题--*/

/*--去除a链接的虚线边框，ie6,7通过添加 hidefocus="true" 去除--*/
a {
	outline: none;
}
/*--解决IE6、7下a:hover状态子元素样式不能正确显示，以及a元素第二个子元素（仅限文本元素）为非inline情况下，变为cursor:text;的情况。--*/
a:hover {
	cursor: pointer;
}
/* 除去ie6，其余浏览器body高度，都是根据html高度进行计算，解决body直接子元素不能设置百分比高度 */
html, body {
	height: 100%;
}


body{border:0 none;margin:0;padding:0;text-decoration:none;list-style-type: none; word-break:break-all;-moz-background-clip: 
border;-moz-background-origin: padding;-moz-background-size: auto auto;font-size: 12px; color:#333333;font-family:"Microsoft YaHei"; background:url(../images/bg.jpg) repeat left top;}
div, a, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea{font-size:100%;margin:0;padding:0;text-decoration:none;
  font-size: 12px;   list-style-type: none;}
a { color:#333333; text-decoration:none;font-family:"Microsoft YaHei";}
a:hover{ color:#70151b; text-decoration:none;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;margin: 0;padding: 0;}
img { border:0px;}
map{ border:0px; margin:0 auto; padding:0 auto;}
.clearBoth{border-bottom:0;border-left:0;line-height:0;list-style-type:none;width:100%;height:0;clear:both;font-size:0;overflow:hidden;
border-top:0;list-style-image:none;border-right:0;}


.ke-insertfile{ text-decoration:underline; color:#00F;}

.top{width:1200px; margin:25px auto;}
.logo{ float:left; width:45%; text-align:left;}
.tel{ float:right; width:55%; text-align:right;}
.tel h2{ float:right;}
.top2wm{ float:right; padding-left:10px; }
.top2wm h3{ text-align:center;}

.content{width:1200px; margin:0px auto; background:#fff; min-height:600px; -moz-box-shadow: 0px 0px 5px #a6a6a6;/*firefox*/-webkit-box-shadow: 0px 0px 5px #a6a6a6;/*safari或chrome*/box-shadow:0px 0px 5px #a6a6a6;/*opera或ie9*/}
.contentnr{ padding:20px;}

.sydwico{ text-align:center; width:100%; margin:15px auto;}

.menu{ background:url(../images/dhbg.jpg) repeat-x left top; height:47px; line-height:47px; width:100%;}
.menu ul li{ float:left; background:url(../images/dhline.png) no-repeat right center;}
.menu ul li a{ font-size:15px; display:inline-block; padding:0 25px;}
.menu ul li a:hover{ color:#fff; background:#70151b;}

.menu li  .dropdown-menu {
	position:absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(255,255,255,1);
    width: 100%;
    z-index: 99999;
	}


#header{width:100%;margin:0px auto 0 auto; position:relative;}
.nav{position:relative;}

.nav li{float: left;}
.nav .bg{ width:2px; height:33px; padding:0px; display:block;}
.nav li a{line-height: 47px; padding:0px 21px; float:left; height:47px; font-size:15px;}
.nav li a:hover {    background: url(../images/navbg_a.gif) repeat-x; color:#fff;}
.nav li .nav-w {z-index:999; position:absolute; width:100%;	display:none;	clear:both;	overflow:hidden; top:47px; left:0;	background:rgba(136,17,17,.7);}
.nav li:hover a{ background:#70151b; color:#fff;}
.nav li .section-nav1{ padding:50px 35px; height:auto; overflow: hidden; color:#fff;}
.nav li .section-nav1 a{color:#fff;}
.nav li .section-nav1 ul {padding:0px;	margin:0px;	width:375px; float:left;	overflow:hidden;}
.nav li .section-nav1 ul li {	position:static;	padding:0px;	margin-bottom:3px;	width:100%;	background:none;	float:left;}
.nav li .section-nav1 ul li a {text-align:left;	padding:0px;	line-height:30px;	width:auto;	padding-bottom:0px;	display:block;	background:none;	float:none;	height:auto;	color:#fff;	font-size:16px;	overflow:hidden;	cursor:pointer;}
.nav li .section-nav1 ul li a:hover {}

.nav li .section-nav1 h1{ color:#fff; font-size:36px; width:218px; float:left;}
.nav li .section-nav1 .dhtwozi{padding:0px 0 0 30px;	margin:0px;	width:305px; float:left;}
.nav li .section-nav1 .dhtwozi a{ width:50%; padding:0; background:url(../images/dhtwojt.png) no-repeat left center; line-height:40px; height:40px; text-indent:15px; font-size:16px;}
.nav li .section-nav1 .dhtwozi a:hover{text-decoration:underline;}
.nav li .section-nav1 .dhtwozi span{ width:50%; float:left;}
.nav li .section-nav1 .dhtwozi span a{ width:100%;}

.dhtwoline{ height:108px; width:1px; background:#ac2d2d; float:left; margin:10px 30px 0;}

.nav li .section-nav1 .dhtwozi2{padding:0px 0 0 0px;	margin:0px;	width:375px; float:left;}
.nav li .section-nav1 .dhtwozi2 a{ width:50%; padding:0; background:url(../images/dhtwojt.png) no-repeat left center; line-height:40px; height:40px; text-indent:15px; font-size:16px;}
.nav li .section-nav1 .dhtwozi2 a:hover{text-decoration:underline;}
.nav li .section-nav1 .dhtwozi2 span{ width:50%; float:left;}
.nav li .section-nav1 .dhtwozi2 span a{ width:100%;}


.nav li .section-nav1 .newslist2{overflow:hidden; padding-top:5px;} 
.nav li .section-nav1 .newslist2 a{ display:block; width:100%; font-size:13px; line-height:30px; height:30px; overflow:hidden; background:url(../images/dhtwojt.png) no-repeat left center; text-indent:15px; border-bottom:1px dashed #ededed; padding:0;}
.nav li .section-nav1 .newslist2 span{ float:right; font-size:12px; color:#fff; padding:0;}



.nav li .section-nav1 .dhtworight ul li{ width:45%; float:left; color:#fff; padding-right:5%;}
.nav li .section-nav1 .dhtworight ul li img{ width:100%;}
.nav li .section-nav1 .dhtworight ul li h3{ padding:0; margin:0; font-size:14px; line-height:20px;}

.nav li .section-nav1 .dhtworight2 ul li{ width:31%; float:left; color:#fff; padding-right:2%;}
.nav li .section-nav1 .dhtworight2 ul li img{ width:100%;}
.nav li .section-nav1 .dhtworight2 ul li h3{ padding:0; margin:0; font-size:14px; line-height:20px; text-align:center;}

.nav li .section-nav1 .rightpadd{ padding-left:10px;}

.nav li .section-nav1 .ckgddhtwo{ font-size:14px; color:#fff; padding-top:20px; line-height:18px; line-height:18px;}
.nav li .section-nav1 .ckgddhtwo a{ font-size:14px; display:block; background:none; padding:0;}


.nav li .section-nav1 .dhtworight a{ font-size:14px; display:block; background:none; padding:0; height:auto; line-height:auto;}
.nav li .section-nav1 .dhtworight .dhtwowezi a{ line-height:20px;}
.nav li .section-nav1 .dhtworight .dhtwowezi a:hover{ text-decoration:underline;}


.nav li .section-nav1 .dhtwozi .kslistdh a,.nav li .section-nav1 .dhtwozi2 .kslistdh a{ background:none; font-size:13px; height:20px; line-height:20px;}


.twodhlist{ padding:20px 0;}
.nav li .section-nav1 .twodhlist .jgszszan1 a{ float:left; background:#fff; height:35px; line-height:35px; text-align:center; padding: 0 5px;
    margin-right: 3px; color:#333; font-size:12px;}
.nav li .section-nav1 .twodhlist .jgszszan1 a:hover{ background:#70151b; color:#fff;}

.dhtworight .jgszszan4 .topseach2{ float:none; margin-top:20px; width:391px;}
.dhtworight .jgszszan4 .topseach2 a{ background:none; padding:0; margin:0; height:35px; line-height:35px;}
.dhtworight .jgszszan4 .seachal2{ float:right;} 
.dhtworight .jgszszan4 .seachbg2{ width:330px;}
.dhtworight .jgszszan4 .seachbg2 input{ width:330px;}

.dhtworight{ float:left; width:405px; padding-left:50px;}
.dhtworight h2{ color:#fff; font-size:20px; height:30px; line-height:30px;}
.dhtworight img{ padding:10px 0;}
.dhtworight .dhtwowezi{ color:#fff; font-size:14px; line-height:20px;}

.dhtworight2{ float:left; width:405px; padding-left:50px;}
.dhtworight2 h2{ color:#fff; font-size:20px; height:30px; line-height:30px;}
.dhtworight2 img{ padding:10px 0;}
.dhtworight2 .dhtwowezi{ color:#fff; font-size:14px; line-height:20px;}


.main1{}
.contleft{ width:867px; float:left;}
.contright{ width:280px; float:right;}
.invideo video{ width:436px; height:302px; background:#000;}

.invideo{ float:left; width:436px;}
.indyq{ float:left; width:429px; height:300px; border:1px solid #dedede;}





.jgg{}
.jgg ul li{ width:90px; height:103px; font-size:14px; float:left; text-align:center;}
.jgg ul li.jgg01bg{ background:url(../images/incio1.jpg) no-repeat center center;}
.jgg ul li.jgg02bg{ background:url(../images/incio2.jpg) no-repeat center center; margin:0 5px;}
.jgg ul li.jgg03bg{ background:url(../images/incio3.jpg) no-repeat center center;}
.jgg ul li.jgg04bg{ background:url(../images/incio4.jpg) no-repeat center center; margin:5px 0px;}
.jgg ul li.jgg05bg{ background:url(../images/incio5.jpg) no-repeat center center; margin:5px 5px;}
.jgg ul li.jgg06bg{ background:url(../images/incio6.jpg) no-repeat center center; margin:5px 0px;}
.jgg ul li.jgg07bg{ background:url(../images/incio7.jpg) no-repeat center center;}
.jgg ul li.jgg08bg{ background:url(../images/incio8.jpg) no-repeat center center; margin:0 5px;}
.jgg ul li.jgg09bg{ background:url(../images/incio9.jpg) no-repeat center center;}

.jgg ul li span{ text-align:center; margin:10px auto;}
.jgg ul li a{ font-size:14px; display:inline-block; width:100%; height:100%;}
.jgg01{ background:url(../images/incio.png) no-repeat 0 0; width:40px; height:50px; display:block;}
.jgg02{ background:url(../images/incio.png) no-repeat -40px 0px; width:40px; height:50px; display:block;}
.jgg03{ background:url(../images/incio.png) no-repeat -80px 0; width:40px; height:50px; display:block;}
.jgg04{ background:url(../images/incio.png) no-repeat -120px 0; width:40px; height:50px; display:block;}
.jgg05{ background:url(../images/incio.png) no-repeat -160px 0; width:40px; height:50px; display:block;}
.jgg06{ background:url(../images/incio.png) no-repeat -200px 0; width:40px; height:50px; display:block;}
.jgg07{ background:url(../images/incio.png) no-repeat -240px 0; width:40px; height:50px; display:block;}
.jgg08{ background:url(../images/incio.png) no-repeat -280px 0; width:40px; height:50px; display:block;}
.jgg09{ background:url(../images/incio.png) no-repeat -320px 0; width:40px; height:50px; display:block;}

.jgg ul li:hover{ background:#91190c;}
.jgg ul li:hover a{ color:#fff;}
.jgg ul li:hover .jgg01{ background-position: 0 -50px;}
.jgg ul li:hover .jgg02{ background-position: -40px -50px;}
.jgg ul li:hover .jgg03{ background-position: -80px -50px;}
.jgg ul li:hover .jgg04{ background-position: -120px -50px;}
.jgg ul li:hover .jgg05{ background-position: -160px -50px;}
.jgg ul li:hover .jgg06{ background-position: -200px -50px;}
.jgg ul li:hover .jgg07{ background-position: -240px -50px;}
.jgg ul li:hover .jgg08{ background-position: -280px -50px;}
.jgg ul li:hover .jgg09{ background-position: -320px -50px;}

.nyjgg{ padding-top:10px;}
.nyjgg ul li{ width:83px; height:95px; font-size:14px; float:left; text-align:center; transition: all 2s;}

.main2{ height:45px; line-height:45px; background:url(../images/laba.png) no-repeat left center; padding-left:40px; }
.main2 a{font-size:14px;}
.main2 span{ padding-right:50px;}

.contnight ul li{ background:url(../images/inribgh2.jpg) no-repeat center top; width:280px; height:77px; line-height:77px; margin-bottom:10px; text-align:center;}
.contnight ul li a{ font-size:18px; font-weight:bold; display:block; width:100%; height:100%;}
.contnight ul li.ribgbg2 a,.contnight ul li.ribgbg6 a{ color:#fff;}
.contnight ul li.ribgbg1{ background-position:0 0px;}
.contnight ul li.ribgbg2{ background-position:0 -77px;}
.contnight ul li.ribgbg3{ background-position:0 -154px;}
.contnight ul li.ribgbg4{ background-position:0 -231px;}
.contnight ul li.ribgbg5{ background-position:0 -308px;}
.contnight ul li.ribgbg6{ background-position:0 -385px;}
.contnight ul li.ribgbg7{ background-position:0 -462px;}
.contnight ul li.ribgbg8{ background-position:0 -539px;}
.contnight ul li.ribgbg9{ background-position:0 -616px; margin-bottom:0px;}
.contnight ul li:hover{ background:#91190c; }
.contnight ul li:hover a{color:#fff;}
.contnight ul li.ribgbg6:hover{background:url(../images/inribgh2.jpg) no-repeat center top; background-position:0 -385px;}


/*tab切换效果*/
.twocontent{width:100%;}
.twocontent h1{height:42px;padding:0;font-weight:normal;margin:0;}
.twocontent h1 a{background:url(../images/dyqbg.jpg) no-repeat left top;width:143px;height:42px;text-align:center;float:left;line-height:42px;font-size:16px;}
.twocontent h1 a:hover ,.twocontent h1 .active{background:url(../images/dyqhover.jpg) no-repeat;display:block;color:#70151b!important;text-decoration:none!important; }
.twocontent_list{ padding:20px 20px 20px; height:218px; overflow:hidden;} 
.twocontent_list a{ display:block; width:100%; font-size:14px; line-height:28px; height:28px; overflow:hidden; background:url(../images/newsjt.png) no-repeat left center; text-indent:15px;}
.twocontent_list span{ float:right; font-size:12px; color:#777777;}
.twocontent_list .newsmore a{ color:#91190c; display:block; width:100%; font-size:14px; line-height:20px; text-align:right; height:20px; background:none; text-indent:0px;}

.main3 .twocontent_list{ padding:5px 20px 20px;} 


.inkeshi{ width:100%; padding-top:10px;}
.inkeshicont{ border:1px solid #dedede; background:url(../images/bqtopbg.png) repeat-x left top;}
.inkeshitop{ width:100%; height:42px; background:url(../images/bqtopleft.png) no-repeat left top; text-indent:20px; position:relative;}
.inkeshitopright{ width:100%; height:42px; background:url(../images/bqtopright.png) no-repeat right top;}
.inkeshitopright h2{ color:#70151b; font-size:18px; line-height:42px; height:42px; display:inline-block; float:left;}
.inkeshitopright span{ float:right; font-size:12px; line-height:42px; height:42px; color:#777777; padding-right:20px;}


.twocontent2{width:100%;}
.twocontent2 h1{height:42px;padding:0;font-weight:normal;margin:0; position:absolute; top:0; left:0;}
.twocontent2 h1 a{height:42px; width:143px; text-indent:0px; text-align:center;float:left;line-height:42px;font-size:14px; border-right:1px solid #dadada;}
.twocontent2 h1 a:hover ,.twocontent2 h1 .active{background:url(../images/dyqhover.jpg) no-repeat;display:block;color:#70151b!important;text-decoration:none!important; }
.indyq2{ width:100%;}

.twocontent2 h1 a .zlok{ line-height:20px;}


.kesaixuan{ position:absolute; top:8px; left:135px;}

.seachan{ float:left; background:#70151b;}
.seachanzi{ float:left;  background: url(../images/seachan.png) no-repeat 15px center; text-align:center;  width:82px; height:26px; line-height:26px;color:#fff;}
.seachan:hover{ background:#333;}

.inkennn{}
.inkennn a{ font-size:14px;}
.inkennn table a:hover{text-decoration:underline; color:#000; }
.inkennn table a:hover span{text-decoration:underline;}

.inkennn table tr{ height:38px; line-height:38px;}
.inkennn table td{ background:url(../images/bookico.png) no-repeat 20px center; text-indent:40px;}
.inkennn table span{ color:#70151b;}



.zjguand{ padding:20px 20px 10px;}
#demo{ width:100%; float:left; overflow:hidden;height:auto; border:none;}
#indemo{float: left;width: 1800%;}
#demo1,#demo2{height:auto;float:left; display:inline-table;}

#demo1{float: left;}
#demo2{float: left;}
#demo1 ul{ height:auto;}
#demo1 li,#demo2 li{ width:97px;  float:left; margin:0 10px}
#demo1 li a,#demo2 li a{ display:block; width:97px; height:auto;}
#demo1 li a img,#demo2 li a img{ width:97px;  background-color:#ddd; height:130px; margin:0px;}
#demo1 li a span,#demo2 li a span{ line-height:18px; padding-top:10px;  text-align:center; display:block; color:#333;}
#demo1 li a:hover span,#demo2 li a:hover span{ color:#70151b;}

#keshinyzj{ padding:20px 0 10px;}
#keshinyzj ul li{ float:left; padding:0 13px;}
#keshinyzj a span{ line-height:30px; height:30px; text-align:center; display:block; color:#333;}
#keshinyzj li a:hover span{ color:#70151b;}

.jkzx{ padding:20px;}
.jkzximg{ float:left; width:270px; padding-right:30px;}
.jkzxlist{ float:left; width:525px;}
.jkzx .twocontent_list{ height:auto; padding:0; margin-top:-10px;}
.jkzx .twocontent_list a{ height:36px; line-height:36px;}

.lmljzi{ width:100%; border-top:1px dashed #dedede; margin-top:10px; padding-top:20px;}
.lmljzi h2{ display:inline-block; color:#70151b; font-size:16px; height:25px; line-height:25px;}
.lmljzi a{ font-size:14px; padding-left:20px; text-decoration:underline;}

.jkzxright{}
.jkzxright ul li{ height:37px; line-height:37px; border-top:1px solid #dedede; display:block;}
.jkzxright ul li a{ text-indent:10px; display:block;}

.foot{ padding-top:30px; text-align:center;}
.foot1{ background:#b0b0b0; height:35px; line-height:35px; color:#fff;}
.foot1 a{ color:#fff; display:inline-block; padding:0 20px; font-size:14px;}
.foot1 a:hover{ color:#70151b;}
.foot2{ padding-top:15px; font-size:15px; line-height:30px; background:#989898; color:#fff;}
.foot2 a{font-size:15px; color:#fff;}
.foot2 a:hover{ color:#70151b;}

.nyleft{ float:left; width:260px;}
.nyright{ float:right; width:870px;}



/*左边代码可展开*/
ul#menu2{list-style-type:none;margin: 0;padding: 10px;width: 238px; border:1px solid #f0f0f0;background-color:#FFF;border-top:none;}
ul#menu2 ul{list-style-type:none;margin: 0;padding: 0;width: 100%; background-color:#f5f5f5;}
ul#menu2 a{display: block;text-decoration: none;}
ul#menu2 li{margin-top: 5px;}
ul#menu2 li a{background:url(../images/topbg.jpg) no-repeat center center; width:238px; margin:0px auto; font-size:14px; font-weight:bold; height:51px;line-height: 51px; text-align:center;}

ul#menu2 ul li{ border-bottom:1px solid #e4e4e4; margin:0;}

ul#menu2 li a:hover,ul#menu2 li a.select,ul#menu2 li .curry{ background:#70151b; color:#fff;}

ul#menu2 li ul li a:hover{ color:#70151b; background:url(../images/nyjtjj.png) no-repeat 20px center;}

ul#menu2 li ul li a{background:url(../images/nyjtjj.png) no-repeat 20px center; color:#333333; font-size:14px;font-weight:normal;height: 28px;line-height: 30px;text-indent: 30px;border:none; text-align:left;}
ul#menu2 li ul li a:hover{ color:#A10000}
.code{border: 1px solid #ccc;list-style-type: decimal-leading-zero;padding: 5px;margin: 0;}
.code code{display: block;padding: 3px;margin-bottom: 0;}
.code li{background: #ddd;border: 1px solid #ccc;margin: 0 0 2px 2.2em;}
.indent1{padding-left: 1em;}
.indent2{padding-left: 2em;}
ul#menu2 li s.all{background:url(../images/helpbg.jpg) no-repeat  0 0;background-position: -184px -9px;}
ul#menu2 li s.all{cursor: pointer;font-size: 0;height: 9px;width: 9px;	float:left;	margin:8px 20px 0;	display:inline;}
h3.h_t{background:url(../images/helpbg.jpg) no-repeat  0 0;background-position: 0 0;color: #FFFFFF;font-size: 14px;height: 28px;line-height: 28px;	width:182px; text-align:center}
/*左边代码可展开*/


.nybanner{ padding-bottom:20px;}
.nytitle{ background:url(../images/toptitbg.jpg) no-repeat center top; color:#fff; width:260px; height:41px; line-height:41px; text-align:center; font-size:18px;}

.nytitle a{ color:#fff; font-size:18px;}

.nyritit{ border-bottom:1px solid #dedede;}
.nyritit h2{ font-size:16px; color:#70151b; border-bottom:1px solid #70151b; display:inline-block; height:30px; line-height:30px; padding-bottom:10px;}

.nycontzi{ padding-top:20px; font-size:16px; line-height:30px;}
.nycontzi img{ max-width:100%;}
.nycontzi p,.nycontzi div{ font-size: 16px; line-height: 30px;}

.nycontzi table,.nycontzi table td,.nycontzi table th{border:1px solid #ccc;border-collapse:collapse;}

.newslist{overflow:hidden; padding-top:20px;} 
.newslist a{ display:block; width:100%; font-size:14px; line-height:40px; height:40px; overflow:hidden; background:url(../images/newsjt.png) no-repeat left center; text-indent:15px; border-bottom:1px dashed #ededed;}
.newslist span{ float:right; font-size:12px; color:#777777;}

.newslist2{overflow:hidden;} 
.newslist2 a{ display:block; width:100%; font-size:14px; line-height:40px; height:40px; overflow:hidden; background:url(../images/newsjt.png) no-repeat 20px center; text-indent:35px; border-bottom:1px dashed #ededed;}
.newslist2 span{ float:right; font-size:12px; color:#777777; padding-right:20px;}


.newsone{ }
.newsimg{ float:left; width:280px;}
.nycontzi .newszi{ float:right; width:560px; font-size:14px; line-height:24px;}
.newszi h2{display:block; padding-bottom:20px;}
.newszi h2 a{font-size:18px; }

.nycontzi2 span a{ display:block; width:95px; height:30px; line-height:30px; color:#fff; background:#70151b; text-align:center;margin-top:20px;}
.nycontzi2 span a:hover{ background:#911b0f;}

.videolist{}
.videolist ul li{ float:left; margin-top:20px; margin-right:15px;}
.videolist ul li a{width:278px; display:block; border:1px solid #ededed;}
.videolist ul li h2{ height:55px; line-height:55px; text-align:center; display:block; font-size:16px; overflow:hidden;}
.videolist ul li.videolast{ margin-right:0;}
.videolist ul li a:hover h2{ background:#70151b; color:#fff;}
.videolist ul li a:hover{border:1px solid #70151b;}

.jgszsx{ height:35px; background:#ededed; display:block;  padding:10px 20px;}
.topseach2{ height:35px; width:265px; background:#fff; float:right;}
.seachbg2{ float:left;width:230px;  height:35px;border:none; }
.seachbg2 input{line-height:35px; height:35px;  width:220px; background:none; border:none; color:#999999; padding-left:10px;}
.seachal2{ float:left; padding-left:0px;border:none;margin-left:0px;}
.seachal2 input{ width:35px; height:35px;line-height:35px;}

.nycontzi .jgszszan1 a,.nycontzi .jgszszan2 a,.nycontzi .jgszszan3 a{ float:left; background:#fff; height:35px; line-height:35px; text-align:center; padding:0 20px; margin-right:10px;}
.nycontzi .jgszszan1 a:hover,.nycontzi .jgszszan2 a:hover,.nycontzi .jgszszan3 a:hover{ background:#70151b; color:#fff; display:block;}

.keshikk{ padding:20px 10px;}
.keshikk ul li{ float:left;  text-align:center; padding:10px 13px;}
.keshikk ul li a{ background:url(../images/kskkxz.jpg) no-repeat center top; width:115px; height:35px; line-height:35px; display:block; overflow:hidden;    text-overflow: ellipsis; white-space: nowrap;}
.keshikk ul li a:hover{ background:url(../images/kskkxz.jpg) no-repeat center bottom; color:#fff;}


.yltkk{ padding:0px;}
.yltkk ul li{ float:left;  text-align:left; height:35px; line-height:35px; overflow:hidden; padding-bottom:20px; padding-right:9px;}
.yltkk ul li a{ background:url(../images/yltan.jpg) no-repeat center top; width:426px; height:35px; line-height:35px; display:block; text-indent:1em; font-size:15px;}
.yltkk ul li a:hover{ background:url(../images/yltan.jpg) no-repeat center bottom; color:#fff;}



.zhuanjia{}
.zhuanjialeft{ float:left; width:176px; padding-right:40px;}
.zhuanjiaright{ float:left; width:654px;}
.zhuanjiaright h1{ display:block; font-size:18px; padding-bottom:10px;}
.zhuanjiaright span{ display:block; color:#70151b; padding-top:20px;}
.zhuanjialeft .zjanyygh{ text-align:center; width:145px; margin:20px auto; }
.zhuanjialeft .zjanyygh a{color:#fff; display:block; background:#70151b; height:40px; line-height:40px; font-size:16px;}
.zhuanjialeft .zjanyygh a:hover{ background:#911b0f;  color:#fff;}

.zhunajixxt{ position:absolute; top:0; left:0; font-size:16px; padding-left:42px;}
.zhunajixxt span{ width:115px; display:inline-block; height:42px; line-height:42px; text-align:center; color:#70151b; text-indent:0px;}

.zhuanjialine table,.zhuanjialine table tr,.zhuanjialine table td{border:1px dashed #ededed;border-collapse:collapse; height:40px; font-size:12px;} 
.zjtalbe table,.zjtalbe table tr,.zjtalbe table td{border:1px solid #cccccc;border-collapse:collapse; height:40px; font-size:14px;} 
.zjtalbe{ }
.zjtalbe h3{ color:#70151b; font-size:14px;}
.zjtalbe a{ display:inline-block; padding-left:20px; font-size:14px;}
.zjtalbe a:hover{ text-decoration:underline;}

.zjseach{ border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:30px; text-align:center;}
.zjseachzi{ color:#70151b; font-size:12px; display:block;}
.zjseachan{ font-size:12px; width:432px; margin:0px auto;}



.zjseachan input{line-height:33px; height:33px; width:220px; background:none; display:inline-block; border:1px solid #ccc; color:#999999; padding-left:10px;}
.zjseachan .seachal22{  padding-left:0px;border:none;margin-left:0px; float:right;}
.zjseachan .seachal22 input{ width:35px; height:35px;line-height:35px; border:none;padding:0;}
.zjseachan .seachal22 a{ padding:0;}
.zjtakkss{width:267px; float:left;}
.nycontzi .zjtakksszi{float:left; font-size:12px; line-height:35px; height:35px;}
.nycontzi .zjseachzi{font-size:12px;}


.zjtalbe h2{ display:inline-block; color:#70151b; font-size:15px; padding:0 10px; font-weight:bold;}
.paibantit{ border-left:1px solid #ccc; border-top:1px solid #ccc;border-right:1px solid #ccc;}
.paibantit a{ width:123px;border-right:1px solid #ccc; padding:0; margin:0; text-indent:0; text-align:center; font-size:16px; height:40px; line-height:40px;}
.paibantit a:hover,.paibantit .active{ background:#333; color:#fff; text-decoration:none;}

.hltd{ padding-top:20px;}
.hltdhdp{ float:left; width:436px;}
.hltdlist{ float:left; width:434px;}

.nyshous{ padding:20px 0;}
.nyshous1{ float:left; width:267px;}
.nyshous2{ float:right; width:580px;}
.nyshous2 h2{ display:inline-block; color:#70151b; font-size:16px; height:25px; line-height:25px;}
.nyshous2 a{ font-size:14px; padding-left:0px; text-decoration:underline;}

.nyshous input{line-height:33px; height:33px; width:220px; background:none; display:inline-block; border:1px solid #ccc; color:#999999; padding-left:10px;}
.nyshous .seachal22{  padding-left:0px;border:none;margin-left:0px; float:right;}
.nyshous .seachal22 input{ width:35px; height:35px;line-height:35px; border:none;padding:0;}
.zjseachan .seachal22 a{ padding:0;}
.zjtakkss{width:267px; float:left;}
.nycontzi .zjtakksszi{float:left; font-size:12px; line-height:35px; height:35px;}
.nycontzi .zjseachzi{font-size:12px;}



#demoh{ width:100%; float:left; overflow:hidden;height:auto; border:none;}
#indemoh{float: left;width: 800%;}
#demoh1,#demoh2{height:auto;float:left; display:inline-table;}

#demoh1{float: left;}
#demoh2{float: left;}
#demoh1 ul{ height:auto;}
#demoh1 li,#demoh2 li{ width:210px;  float:left; margin:0 10px}
#demoh1 li a,#demoh2 li a{ display:block; width:210px; height:auto;}
#demoh1 li a img,#demoh2 li a img{ width:210px;  background-color:#ddd; height:158px; margin:0px;}
#demoh1 li a span,#demoh2 li a span{ line-height:18px; padding-top:10px;  text-align:center; display:block; color:#333;}
#demoh1 li a:hover span,#demoh2 li a:hover span{ color:#70151b;}

#demot{ width:100%; float:left; overflow:hidden;height:auto; border:none;}
#indemot{float: left;width: 800%;}
#demot1,#demot2{height:auto;float:left; display:inline-table;}

#demot1{float: left;}
#demot2{float: left;}
#demot1 ul{ height:auto;}
#demot1 li,#demot2 li{ width:210px;  float:left; margin:0 10px}
#demot1 li a,#demot2 li a{ display:block; width:210px; height:auto;}
#demot1 li a img,#demot2 li a img{ width:210px;  background-color:#ddd; height:158px; margin:0px;}
#demot1 li a span,#demot2 li a span{ line-height:18px; padding-top:10px;  text-align:center; display:block; color:#333;}
#demot1 li a:hover span,#demot2 li a:hover span{ color:#70151b;}


.hrleft{ float:left; width:575px; padding-right:10px;}
.hrright{ float:left; width:285px;}

.yqljlist{  padding:10px;}
.yqljlist a{ padding-bottom:10px; display:block;}
.kyjianjie { font-size:16px; line-height:30px; padding:20px 20px 10px;}

.yxtdlist{}
.yxtdlist ul li{ float:left; margin-right:12px;}
.yxtdlist ul li.yxtdlast{ float:left; margin-right:0;}



.yxtdkesi{ padding:20px 0px}

.leftLoop .bd ul li .yxtdlast{ margin-right:0;}

/*人才招聘*/
.jobTableList{width:100%; margin:0 auto; padding:10px 0;}
.jobTableList td{text-align:center; height:45px;background:url(../images/hline.png) no-repeat right center; }
.jobTableList .hTitle td{height:45px !important; background:#ababab;font-weight:bold; font-size:14px; color:#FFF;}
.jobTableList .htizi td{background:url(../images/hline.png) #f9f9f9 no-repeat right center;}
.jobTableList .htizi .nline{background:#f9f9f9;}
.jobTableList .nline{background:none;}
.jobShow{width:100%; margin:20px auto; overflow:hidden;}
.jobShow table{border-top:#dcdcdc 1px solid; border-right:#dcdcdc 1px solid;}
.jobShow table td{border-left:#dcdcdc 1px solid; border-bottom:#dcdcdc 1px solid; padding:13px; line-height:20px;}
.jobShow table td.tBg{background:#efefef; font-weight:bold; text-align:center;}

.picList .title a{display:block; height:48px; overflow:hidden;}


.picList2 li{ width:280px; border:1px solid #ededed; margin-right:10px; margin-top:15px;} 
.picList2 .pic{ line-height:0px;  } 
.picList2 .pic img{ width:280px; height:211px; padding:0px;} 
.picList2 .pic a:hover img{ border-color:#70151b;  } 
.picList2 .title{ line-height:24px; padding:10px; text-align:center;} 
.picList2 .title a{  font-size:16px;}
.picList2 .title h3{ color:#777777; padding-top:20px; }

.picList3 ul li{ width:208px; border:1px solid #ededed; margin-right:10px; margin-top:15px;} 
.picList3 .pic{ line-height:0px;  } 
.picList3 .pic img{ width:208px; height:278px; padding:0px;} 
.picList3 .pic a:hover img{ border-color:#70151b;  } 
.picList3 .title{ line-height:24px; padding:10px; text-align:center;} 
.picList3 .title a{  font-size:16px;}
.picList3 .title h3{ color:#777777; padding-top:20px; }



/*页码*/
.xunlei {text-align:center !important; width:100%;text-align:center; padding:40px 0 0;}													
.xunlei a, .xunlei .cpb {display:inline-block; text-decoration:none;padding:0 8px; height:21px;line-height:21px; border: 1px solid #ddd;background: #ffff; margin:0 5px; font-size:12px; text-align:center;}   
.xunlei a:hover,.xunlei .current { color:#fff;border:1px solid #70151b; background:#70151b; text-decoration:none;}   
.xunlei .cpb { font-weight: bold; color: #fff; background: #70151b; border:1px solid #70151b;} 
.nycontzi .biti{ font-size:24px; text-align:center; width:100%;  padding:15px 0;}
.nycontzi .newstime{ text-align:center;  margin:0px auto; padding-top:5px; color:#777; padding-bottom:30px; font-size:14px;}
.sxypl{ padding-bottom:15px;}
.sxypl a{ font-size:14px;}


/*补充样式*/
.login{ padding-top:50px;}
.loginleft{ float:left; width:50%;}
.loginright{ float:left; width:50%; padding-top:40px;}
.loginright dl{ width:100%; height:50px; display:block;}
.loginright dl dt{ float:left; width:80px; text-align:right; font-size:16px; height:30px; line-height:30px;}
.loginright dl dd input{ border:1px solid #ccc; height:28px; width:210px;}
.loginright dl dd.loginyzm input{border:1px solid #ccc; height:28px; width:100px; float:left;}
.loginright dl dd.loginyzm span{ padding-left:10px;}
.loginright dl dd.loginyzm img{ width:98px; height:28px; border:1px solid #ccc;}
.loginright dl dd{ float:left;}
.loginright dl .yzmzi{ font-size:14px;}
.logindr{ width:120px; height:35px; text-align:center; float:left; margin:0 28px;}
.loginzc{ width:120px; height:35px; text-align:center; float:left; }

.logindr a,.loginzc a{ color:#fff; display:block; height:35px; line-height:35px; width:100%; background:#70151b;}
.logindr a:hover,.loginzc a:hover{ background:#333;}

.nycontzi .membercont{}
.nycontzi .membertit{ text-align:right; font-size:14px; position:relative}
.nycontzi .membertit h1{ text-align:center; font-size:30px; font-weight:bold; padding-bottom:20px; display:block;}
.nycontzi .membertit a{ font-size:14px; color:#70151b; text-decoration:underline; padding:0 15px;}

.nycontzi .toudijlist{ padding-top:30px; font-size:14px; }
.toudijlist table,.toudijlist table td,.toudijlist table th{border:1px solid #ccc;border-collapse:collapse; }  

.toudijlist table td{position:relative;}
.toudijlist table span{ color:#F00; position:absolute; left:20px;}


.nycontzi .mima{margin-top:20px}
.nycontzi .mima dl dt{ float:left; width:80px; text-align:right; font-size:16px; height:30px; line-height:30px;}
.nycontzi .mima dl dd input{ border:1px solid #ccc; height:28px; width:310px;}
.nycontzi .mima dl{ width:100%; height:50px; display:block;}
.nycontzi .mima .logindr {width: 120px; height: 35px; text-align: center; margin: 20px 0px;}

.nycontzi .liuyan{margin-top:20px}
.nycontzi .liuyan dl dt{ float:left; width:80px; text-align:left; font-size:16px; height:30px; line-height:30px;}
.nycontzi .liuyan dl dd input{ border:1px solid #ccc; height:28px; width:788px;}
.nycontzi .liuyan dl dd textarea{ border:1px solid #ccc; width:788px;}
.nycontzi .liuyan dl{ width:100%; display:block; margin-bottom:30px;}
.nycontzi .liuyan .logindr{ margin-left:80px;}

.nycontzi dl dd.loginyzm input{border:1px solid #ccc; height:28px; width:100px; float:left;}
.nycontzi dl dd.loginyzm span{ padding-left:10px;}
.nycontzi dl dd.loginyzm img{ width:98px; height:28px; border:1px solid #ccc;}




.nycontzi .dayyl{position: absolute; top: 50px;}
.nycontzi .dayyl a{ border:1px solid #333; background:#ccc; display:inline-block; text-align:center; color:#333; text-decoration:none; width: 80px; line-height: 27px; height: 25px;}

.wzptmzi{ padding-top:5px;}
.xganliu{ width:100%; margin:20px 0;}
.xganliu a{ color:#fff; display:block; height:35px; line-height:35px; width:150px; margin:0px auto; background:#70151b; text-align:center;}
.xganliu a:hover{ background:#333;}
.toudijlist input{ background:none; border:none; width:100%; height:28px; line-height:28px;}

.noslha{ text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; font-size:14px;}


.fjzxipt{ padding-left:20px; }
.nycontzi div.fjzxipt{font-size:14px;}
.fjzxipt #addAttachement,.fjzxipt #addAttachement2,.fjzxipt #addAttachement3,.fjzxipt #uploadan{ width:90px; height:24px; line-height:24px; border:none; background:#9e3a30; color:#fff; text-align: center; display: inline-block; position: inherit; cursor:pointer}


.fjzxipt input{ width: 60%;}


.qp2wm{position:fixed; top:0; left:0; right:0; background:rgba(0,0,0,.5); width:100%; height:100%; display:none;}
.qp2wm .imgxxzi{ width:30%; position:absolute; left:0; right:0; top:20%; margin: auto;}
.qp2wm img{ width:100%;}
#bt2{ position:absolute; right:-30px; top:0; width:30px; height:30px; line-height:30px;}
.noche{ display:block;}

.xganliu2 a{ color:#fff; display:block; padding:0px 5px;  margin:0px auto; background:#70151b; text-align:center;}
.xganliu2 a:hover{ background:#333;}
.nycontzi .weiscjkm{ font-size:12px;}
.zired{color:#FF0000;}

.erweimsc{ padding-top:20px; }
.nycontzi .erweimsc dd{ padding:0;font-size:16px;}
.nycontzi .erweimsc dl{ padding-bottom:20px; }
.erweimsc a{font-size:16px; text-decoration:underline;}
.leftan{ padding:1px 10px;}

.erweimsc input#jkmfile,.erweimsc input#srsfile{ border:none; height:20px; line-height:20px;}

.sanchu{display: inline-block;vertical-align: top; margin-left: 10px;}