@charset "utf-8";
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::g188-moz-focus-inner { border : 0px; }
input::-moz-focus-inner { border: 0; }
a {text-decoration:none;color:#333; outline: 0;  -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;}

a:hover{ color:#cc0000;text-decoration:none; }
a:active { outline: none; -moz-outline: none; }
a { -moz-user-focus: none; outline:none;/*去掉Firefox点击时产生的虚线框*/}
:focus, .button:focus {outline:none;}
.button::-moz-focus-inner {border:0;}
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus, button:focus { outline : none; }
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
/* CSS Document */
html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
html, body {width:100%;padding:0;margin:0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td,figure{margin:0;padding:0;}
body {  font-family:Tahoma,Arial, "Microsoft YaHei", PingFangSC-Regular ,"Hiragino Sans GB","Droid Sans Fallback","WenQuanYi Micro Hei",SimSun, "宋体", Heiti, "黑体",STXihei, "华文细黑", sans-serif;
  font-size:12px;
  /*line-height: 1.75em;*/
  line-height: 1.6875;
  font-weight: 400;
  color: #333;
  height: 100%;
  overflow-x: hidden; 
}
.wrap{width:1170px; margin:0px auto;}

li{list-style-type:none}
ul{margin:0px;padding:0px; list-style-image:none; list-style:none outside none;} 

img { border:none;
    max-width:100%;
    height:auto;
}
.noresize{ width:auto; max-width:none; }

.f-l{ float:left;}
.f-r{ float:right;}
/*-- 清除浮动 --*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow:hidden;
  }


.clear{ clear:both;}
/* 清除浮动*/
.box-boder{ border:1px solid #ddd; overflow:hidden;}
.l-boder{ border-left:1px solid #ddd;;}
.r-boder{ border-right:1px solid #ddd;}
.blank10{height:10px; overflow:hidden}
.blank18{height:18px; overflow:hidden}
hr{ height:0; border:0px; border-bottom:1px solid #ddd;}
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } 
.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}
/*--------------------------------------------------------------------------------------*/
.huandeng{width: 100%;height:100vh;z-index:2;position:relative;overflow:hidden;}
.mask{background: #000;height: 100vh; width: 100%;position: absolute; z-index: 10; left: 0; top: 0;
  filter:alpha(Opacity=40);
  -moz-opacity:0.4;
  opacity:0.4;
-webkit-transition: all 0.5s ease-in-out 0.5s;
-ms-transition: all 0.5s ease-in-out 0.5s;
-moz-transition: all 0.5s ease-in-out 0.5s;
-o-transition: all 0.5s ease-in-out 0.5s;
transition: all 0.5s ease-in-out 0.5s;
}
.swiper-container {width:100%;height:100%;}
.swiper-slide {text-align:center;font-size:18px;background:#fff;overflow:hidden;}
.swiper-horizontal>.swiper-pagination-bullets {    bottom: 50px;   }
.slide-inner {position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-position:center;    
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    color:#fff;  
    z-index: 9;
  }
#slidewenzi1{ position:absolute; top: 45%; text-align: center;  left: 0; right: 0; margin: auto; font-size: 4.5rem; font-weight: 600; color: #fff;z-index: 50;text-shadow:#000 2px 2px 1px}
#slidewenzi2{ position:absolute; top: 53%; text-align: center;  left: 0; right: 0; margin: auto; font-size: 2.5rem;color: #fff; font-weight: 200; z-index: 50;text-shadow:#000 2px 2px 1px}
/*首页顶部幻灯结束*/
/*网站首页开始*/
.index-main1{padding: 100px; overflow: hidden;}
.index-title{text-align: center;  font-size: 3.5rem; font-weight: 800; padding-bottom: 20px;}
.index-lmfl{width: 600px; margin: 0 auto; padding-bottom: 35px; overflow: hidden;}
.index-lmfl ul{}
.index-lmfl ul li{float: left; width: 19%; margin-right: 0.5%; margin-left: 0.5%;text-align: center;  font-size: 14px;}
.index-lmfl ul li a{display: block; width: 100%; height: 31px; line-height: 31px; background: #f2f2f2;}
.index-lmfl ul li a:hover{background: #df262e; color: #fff;}
.index-lmfl2{width: 600px; margin: 0 auto; padding-bottom: 35px; overflow: hidden;}
.index-lmfl2 ul{}
.index-lmfl2 ul li{float: left; width: 24%; margin-right: 0.5%; margin-left: 0.5%;text-align: center;  font-size: 14px;}
.index-lmfl2 ul li a{display: block; width: 100%; height: 31px; line-height: 31px; background: #dfdfdf;}
.index-lmfl2 ul li a:hover{background: #df262e; color: #fff;}
.index-main2{padding: 100px 0; background: #f8f8f8; overflow: hidden; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.index-more{ text-align:center; padding-top:20px;}
.index-more a.more{ display:inline-block; width:160px; text-align:center;border:solid 1px #666; color:#666; height:30px; line-height:30px; padding:20 10px; -moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; font-size:14px}
.index-more a.more:hover{ background:#666; color:#fff}
/*首页图文列表*/
.tulist{ width:100%;  }
.tulist ul{ float:left; width:100%; height:auto; }
.tulist ul li{ float:left; width:23%; height:auto; margin-left:1%; margin-right: 1%; background:none;  margin-bottom:20px; text-align:center; border:none;}
.tulist ul li .tu{ border:#e4e4e4 solid 1px; padding:8px; padding-bottom:4px; overflow:hidden;}
.tulist ul li:hover{ background:none;}
.tulist ul li .tu img{width: 100%; height: 174px;
-webkit-transition:0.8s ease-out;
-moz-transition:0.8s ease-out;
-o-transition:0.8s ease-out;
-ms-transition:0.8s ease-out;
transition:0.8s ease-out;
}
.tulist ul li .tu img:hover{
-webkit-transform: scale(1.5);    /* safari and chrome */
-moz-transform: scale(1.5);       /* firefox */
-o-transform: scale(1.5);         /* opera */
-ms-transform: scale(1.5) ;        /* ie9 */
transform: scale(1.5);
    }
.tulist ul li .tt{ height: 23px; line-height: 23px; margin-top: 10px;overflow: hidden; text-align:center;}


/*首页顶部幻灯结束*

/*-- 底部  --*/	 
.footer {margin-top:2px; background: #df262e; }	 
.footerdh{ width:auto; height:32px; background:#333; margin-top:0px; text-align:center;}
.footerdh .link{height:32px; line-height:32px; background:#333; text-align:center; color:#fff; font-size:1em; height:auto;}
.footerdh .link a, .footerdh .link span{color:#fff;	margin:0 5px;}
.footerdh .link a:hover{ color:#ccc;}

.footer .bottom {width:845px;  margin:0px auto; padding:25px 0px 35px 0px; overflow: hidden;}
.footer .bottom .ico-list {padding-bottom: 15px;}
.footer .bottom .QR {float:left; }
.footer .bottom .right {float:right; width:690px; color:#fff;}

.footer .bottom .right p {clear: both; font-size:14px; margin-bottom: 5px; }
.footer .bottom .right p.last {margin-bottom: 5px;}

.footer .bottom .right p a{color: #fff;}
.footer .bottom .tel {float:left; font-size:18px; line-height: 38px; margin-right:20px;}
.footer .bottom .tel i {float:left; width:34px; height:34px; margin-right:10px; background: url(/img/index/ico-bg.gif) no-repeat -113px 0px;}
.footer .bottom .fax {float:left; font-size:18px; line-height: 38px;}
.footer .bottom .fax i {float:left; width:34px; height:28px; margin-right:10px; background: url(/img/index/ico-bg.gif) no-repeat -258px 0px;}
.footer .bottom .weibo {float:left;  margin-left:15px; width:38px; height: 38px;  background: url(/img/index/ico-bg.gif) no-repeat -406px 0px;} 
.footer .bottom .tx {float:left; width:38px; margin-left:10px; height: 38px;  background: url(/img/index/ico-bg.gif) no-repeat -368px 0px;}
.footer .bottom .qq {float:left; width:38px; margin-left:10px; height: 38px;  background: url(/img/index/ico-bg.gif) no-repeat -330px 0px;} 

/*-- 走进中基和产品服务 --*/		
.w990{ width:990px; margin:0 auto}
.crumbs{ height:32px; line-height:32px; background:#ededed;}
.crumbs a{ color:#333;}
.crumbs span{ color:#333; margin:0 5px}
.crumbs a:hover{ text-decoration:underline}
.list1{ padding:60px 0}
.list1 dt{ margin-right:40px; width:247px; float:left}
.list1 dd{ float:left; width:700px}
.list-tit{ height:30px; line-height:30px; margin-bottom:20px}
.list-tit p{Font-family: "Microsoft YaHei",黑体; display:block; float:left; color:#c00; font-size:24px; font-weight:800;}
.list-tit p a{ color:#cc0000;}
.list-tit p a:hover{ color:#333;}
.list-tit span{ line-height:30px; display:block; float:left; color:#666; font-size:18px; margin-left:20px}
.list-tit a.more{ height:25px; line-height:25px; border:solid 1px #000; font-size:12px; padding:0 20px;-moz-border-radius:4px; -webkit-border-radius:4px;  border-radius:4px; display:block; float:right; color:#000;font-family:"宋体";}
.list-tit a.more:hover{ background:#000; color:#fff}
.list-txt p{ display:block; margin-bottom:10px; text-indent:2em; color:#333; line-height:22px;font-family:"宋体";}
.list2{ background:#df262e; height:55px; line-height:55px}
.list2 p{display:block; float:left; color:#fff; font-size:24px; font-weight:800;}
.list2 p a{ color:#fff;}
.list2 p a:hover{ color:#ccc;}
.list2 span{display:block; float:left; color:#fff; font-size:18px; margin-left:20px; line-height:55px;}
.list2 b{height:55px; line-height:55px; color:#fff; float:right; Font-family: "Microsoft YaHei",黑体;font-weight:normal}
.list2 b a{ margin:0 10px; color:#fff; font-size:14px}
.list2 b a:hover{ color:#ccc; text-decoration:none;}
.list3{background: url(/img/common/point-bg.jpg) repeat; padding:50px 0; border-bottom:solid 1px #ccc; margin-bottom:50px; }
.p-tu{ display:block; width:194px; margin:0 24px; float:left; _display:inline;*display:inline;}
.p-tu span a{ padding:10px; padding-bottom:6px; border:solid 1px #ededed; background:#fff; display:block}
.p-tu a:hover img{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.p-tu b{ display:block; text-align:center; font-weight:normal; padding:10px 0;}
.p-tu b a{ color:#000;Font-family: "Microsoft YaHei",黑体; font-size:14px;}
.p-tu b a:hover{ text-decoration:none;}

.list4{ background:none; border-bottom:solid 0px #ccc; padding:20px 0 50px; margin-bottom:0}
.list4 .p-tu{ width:129px; -moz-border-radius:4px; -webkit-border-radius:4px;  border-radius:4px; margin-right:80px; margin-left:35px;}
.list4 .p-tu span a,.list4 .p-tu span a img{padding-bottom:3px; -moz-border-radius:4px; -webkit-border-radius:4px;  border-radius:4px;}
.list4 .p-tu b a{ font-size:14px; font-family:"microsoft yahei"}

.list5{background: url(/img/common/point-bg.jpg) repeat; padding:40px 0}
.piece6-l{ float:left;border:solid 1px #ccc; background:#fff; width:432px; height:92px; padding:10px; margin:20px; _display:inline; *display:inline}
.piece6-l .p1{ display:block; float:left; width:90px; height:92px; margin-right:10px}
.piece6-l .p1 a:hover img{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.piece6-l .p2{ width:332px; float:left}
.piece6-l .p2 span{ display:block; line-height:30px; height:30px; overflow:hidden;}
.piece6-l .p2 span a{ font-size:14px; color:#333; float:left;Font-family: "Microsoft YaHei",宋体; font-weight:600;}
.piece6-l .p2 b{ display:block; font-family:"宋体"; font-size:12px; font-weight:normal;line-height:20px; clear:both; color:#888}
.piece6-l .p2 b a{ color:#333; margin-left:5px}
.piece6-l .p2 span a:hover,.piece6-l .p2 b a:hover{ color:#cc0000; }
.list6{ padding-top:0; background:none; padding-bottom:40px; margin-top:-10px; margin-bottom:0}
.list6 .p-tu{ width:204px; margin:0 56px 0 0}
.list6 .p-tu span a{padding:0; border:none}
.list6 .p-tu span a img{-moz-border-radius:5px; -webkit-border-radius:5px;  border-radius:5px;}
.list6 .p-tu1{ margin-right:0}
.list6 .p-tu b a{font-size:14px; font-family:"Microsoft YaHei"}

.list7{ background:none}
.list7 .list3{border-bottom:none; background:none;  margin:0}
.list7 .list3 .p-tu{ padding:8px 3px 3px 8px;  margin:0 47px 0 0; border:1px solid #ddd; }
.list7 .list3 .p-tu img{width:188px; height:120px; border:0;}
.list7 .list3 .p-tu span a{ border:0;padding:0}
.list7 .list3 .p-tu1{ margin-right:0}

.list7 .list-tit a.more{ height:25px; line-height:25px; border:solid 1px #000; font-size:12px; padding:0 20px;-moz-border-radius:4px; -webkit-border-radius:4px;  border-radius:4px; display:block; }
.list7 .list-tit a.more:hover{ background:#000; color:#fff}
.list8{background: url(/img/common/point-bg.jpg) repeat; padding:40px 0;border-bottom:solid 1px #ccc;}
.list8-l{ float:left; width:680px}
.list8-txt{ text-indent:24px;}
.list8-txt p{ font-size:12px; line-height:24px; padding-bottom:5px}
.list8-txt p a.more{height:25px; line-height:25px; border:solid 1px #000; font-size:12px; padding:0 20px;-moz-border-radius:4px; -webkit-border-radius:4px;  border-radius:4px; display:block; float:left; color:#000;font-family:"宋体"; text-indent:0; margin:10px 0 0 24px}
.list8-txt p a.more:hover{ background:#000; color:#fff}
.list8-r{ float:right; width:245px; padding-top:100px;}
.list8-r span{ display:block; width:241px; height:166px;-moz-border-radius:5px; -webkit-border-radius:5px;  border-radius:5px; border:solid 1px #ddd;}
.list8-r span img{-moz-border-radius:5px; -webkit-border-radius:5px;  border-radius:5px; }

/*-- 走进中基与产品服务 --*/	
/*-- 电子商城 --*/	
.dzsc{ width:980px; margin:auto; overflow:hidden; padding:50px 0px;}
.dzsc ul{ width:100%;}
.dzsc ul li{ float:left; width:30%; margin-left:3%; margin-bottom: 25px;}
.dzsc ul li .tu{ padding:12px;
overflow:hidden;
border:solid 1px #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; }
.dzsc ul li .tu img{-webkit-transition:1.8s ease-out;
-moz-transition:1.8s ease-out;
-o-transition:1.8s ease-out;
-ms-transition:1.8s ease-out;
transition:1.8s ease-out;}
.dzsc ul li .tu img:hover{-webkit-transform: scale(1.1);    /* safari and chrome */
-moz-transform: scale(1.1);       /* firefox */
-o-transform: scale(1.1);         /* opera */
-ms-transform: scale(1.1) ;        /* ie9 */
transform: scale(1.1);}
/*栏目顶部图片*/
.lmdatu-gongsi,.lmdatu-xinwen,.lmdatu-chanpin,.lmdatu-hexin,.lmdatu-jiaru,.lmdatu-kehu,.lmdatu-touzizhe,.lmdatu-shop,.lmdatu-luntan,.lmdatu-keji,.lmdatu-dangjian{ height:271px; margin-top:169px;  }
.lmdatu-gongsi{  background:url(lmdatu-gongsi.jpg) no-repeat top center;image-rendering: pixelated;}
.lmdatu-xinwen{  background:url(lmdatu-xinwen.jpg) no-repeat top center; image-rendering: pixelated;}
.lmdatu-hexin{  background:url(lmdatu-hexin.jpg) no-repeat top center; image-rendering: pixelated;}
.lmdatu-dangjian{  background:url(lmdatu-dangjian.jpg) no-repeat top center;image-rendering: pixelated; }
.lmdatu-jiaru{  background:url(lmdatu-jiaru.jpg) no-repeat top center; image-rendering: pixelated;}
.lmdatu-kehu{  background:url(lmdatu-kehu.jpg) no-repeat top center; image-rendering: pixelated;}
.lmdatu-touzizhe{  background:url(lmdatu-touzizhe.jpg) no-repeat top center; image-rendering: pixelated;}
.lmdatu-chanpin{  background:url(lmdatu-chanpin.jpg) no-repeat top center;image-rendering: pixelated; }
.lmdatu-shop{  background:url(lmdatu-shop.jpg) no-repeat top center;image-rendering: pixelated; }
.lmdatu-luntan{  background:url(lmdatu-luntan.jpg) no-repeat top center; image-rendering: pixelated;}
.lmdatu-keji{  background:url(lmdatu-keji.jpg) no-repeat top center;image-rendering: pixelated; }

.lmtop{height: 271px; margin-top:169px;width:100%;  overflow:hidden;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;image-rendering: pixelated;}
/*当前位置*/
.wz{ background:#f2f2f2; padding:8px; margin-bottom:15px; }
.wz a{margin:6px;color:#666}
.wz a:hover{ color:#cc0000;}

/*内容页开始*/
.nraside{ width:200px; float:left; padding:15px;}

.nrsection{ float:right; width:966px; padding:15px; border-left:1px solid #ddd; height:auto; }
.nrsection h1{Font-family:"Microsoft YaHei"; font-size:24px; font-weight:800;  color:#cc0000; margin:15px auto; padding: 0 30px; text-align:center;}
.dp{width:100%; text-align:center; line-height:30px;color:#666;}
.dp font{font-size:12px;color:#f00}
.dp span{padding-left:10px}
.ct{ line-height:180%;font-size:14px;padding:15px;color:#666}
.ct .ct_box img{ text-align:center;margin:2px;max-width:100%; overflow:hidden;}
.ct .ct_box .shipin{ width:400px; margin:auto;}
.ct .ct_box h3{font-size: 20px; font-weight: 800;}
.bshare-custom{margin-top:20px; margin-bottom:20px;}
.dhtt,.dhtt2{Font-family: "Microsoft YaHei"; font-size:2.2em; font-weight:800; color:#cc0000; text-align:center; margin-top:0.6em; padding-bottom:0.6em; }
.dhtt2{border-bottom:1px solid #ddd; }
.nrdh{width:100%; margin:auto;}
.nrdh ul{ margin-top:10px;}
.nrdh ul a {
	position: relative;
    z-index: 30;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  /*background-color: #fff !important;*/
  /*color: #8bc655 !important;*/;
}
.nrdh ul li{background:#f4f4f4; margin-bottom:8px;  position: relative; z-index:20;  width:100%; text-align:center; height:35px;line-height:35px;}
.nrdh ul li span{
	position: absolute;
    width: 0;
    height: 100%;
    background-color: #cc0000;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    top: 0;
    left: 0;
    z-index:10;}
.nrdh ul li:hover span{width:100%;}	
.nrdh ul li:hover a {color: #ffffff !important;}
.nrdh ul li a{  Font-family: "Microsoft YaHei"; font-size:1.4em;display:block;  }
.nrdh ul li a:hover{display:block; color:#cc0000;}
.nrdh ul li.curr{  color:#cc0000; height:35px; display:block; }
.nrdh ul li.curr a{ color:#cc0000;  display:block; }
.nrdh ul li.curr a:hover{ color:#cc0000;}

.tpnews{ width:100%;}
.tpnews ul{ float:left; margin-top:10px;}
.tpnews ul li{ float:left; width:45%; margin-left:4%;  text-align:center;Font-family: "Microsoft YaHei"; font-size:1em;  margin-top:13px; }
.tpnews ul li .tupian{ padding:6px;  border:1px solid #ddd;}
.tpnews ul li .tupian img{ width:116px;   height:50px;  }
.tpnews ul li .tt{ width:100%;text-align:center; margin-top:5px;  height: 40px; overflow: hidden;}

.txtnews{ width:95%;}
.txtnews ul{ margin:auto; margin-top:10px;}
.txtnews ul li{Font-family: "Microsoft YaHei"; width:100%; height:38px; line-height:38px;border-bottom:1px dashed #cbdbe4;display:block;overflow:hidden;}
.txtnews ul li a{font-size:1em; height:38px; overflow:hidden; display:inline; }
.txtnews ul li span{ float:right;color:#999;font-size:11px;}
.txtnews ul li em{float:left;width:16px; height:16px;font-size:11px;  background:#aaa; line-height:16px; margin:10px 10px 0px 2px;color:#fff; text-align:center; font-style:normal;}
.txtnews ul li em.em01{ background:#b80000}
/*内容页结束*/

/*栏目页开始*/
.pdgsjj{width: 100%; padding-top: 20px; padding-bottom: 20px; overflow: hidden;}
.pdgsjj .zct{float: left;width: 30%;}
.pdgsjj .yjj{float: left;width: 65%; margin-left: 3%;}
.pdgsjj .yjj .title{width: 100%; padding-bottom: 15px; overflow: hidden;}
.pdgsjj .yjj .title .more{float: right;}
.pdgsjj .yjj .title .tt{float: left;}
.pdgsjj .yjj .title .tt a{font-size: 18px; font-weight: 800; color: #cc0000;}

.lmaside{  width:200px; float:left; padding:15px;}
.lmsection{ float:right; width:966px; padding:15px; border-left: 1px solid #ddd; min-height: 550px; height:auto; }
.lmsection .lmjieshao{ width: 88.5%;  margin: 0 auto; margin-top: 20px; border: 1px solid #ddd; padding: 15px; line-height: 180%; text-indent: 2em;}
.lmsection .shuoming{width: 94%; margin: 0 auto; padding: 25px 0 ; font-size: 1rem;}
.lmsection td img{ width: auto; max-width: auto;}
.lmsection h1{Font-family: "Microsoft YaHei"; text-align: center; font-size: 24px;  font-weight: 800; color:#cc0000; padding-bottom: 15px; }
.lmsection ul{}
.lmsection ul li.li01{ display:inline-block; width:100%; border:1px dashed #ddd;margin-bottom:15px;
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; padding:15px 0px;  }
.lmsection ul li.li01:hover{background:#f2f2f2;
color:#fff;
  -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;}    
.lmsection ul li.li01 .title a{font-size:18px; font-weight:bold;Font-family: "Microsoft YaHei";}
.lmsection ul li.li01 .lct{float:left; margin-left:20px; padding-right:20px; _display:inline;}
.lmsection ul li.li01 .lct img{ width:180px;  height:125px; overflow:hidden;}
.lmsection ul li.li01 .rct{ float:none; margin-left:10px;  _display:inline;}
.lmsection ul li.li01 .rct .title{ width:100%; padding:10px 10px 0px 0px;}
.lmsection ul li.li01 .rct .intro{ padding-top:10px; line-height:22px;color:#666; margin-right:10px;_display:inline;}
.lmsection ul li.li01 .rct .biaoqian span{ float:right; margin-right:15px; height:30px; line-height:30px;color:#999; background:url(home/plnum.png) no-repeat 0 50%; padding-left:18px;color:#999}

.lmsection ul li.li02 {display:inline-block; width:100%; border:1px dashed #ddd;margin-bottom:15px;
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; padding:15px 0px; }
.lmsection ul li.li02:hover{background:#f2f2f2;
color:#fff;
  -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;}    
.lmsection ul li.li02 .rct{width: 100%}
.lmsection ul li.li02 .rct .title{ width:100%; padding:10px 10px 0px 20px;}
.lmsection ul li.li02 .rct .title a{font-size:18px; Font-family: "Microsoft YaHei"; font-weight:bold; }
.lmsection ul li.li02 .rct .intro{ padding:15px 15px 15px 20px;Font-family: "Microsoft YaHei"; line-height:22px; color:#666666; }
.lmsection ul li.li02 .rct  .biaoqian span{ float:right;color:#999; background:url(home/plnum.png) no-repeat 0 50%; padding-left:18px;color:#666;margin-right:10px;}

.tplist{ width:100%;  }
.tplist ul{ float:left; width:100%; height:auto; }
.tplist ul li{ float:left; width:28%; height:220px; margin-left:4%; background:none;  margin-bottom:20px; text-align:center; border:none;}
.tplist ul li .tp{ border:#e4e4e4 solid 1px; padding:8px; padding-bottom:4px; overflow:hidden;}
.tplist ul li:hover{ background:none;}
.tplist ul li .tp img{   
-webkit-transition:0.8s ease-out;
-moz-transition:0.8s ease-out;
-o-transition:0.8s ease-out;
-ms-transition:0.8s ease-out;
transition:0.8s ease-out;
}
.tplist ul li .tp img:hover{
-webkit-transform: scale(1.5);    /* safari and chrome */
-moz-transform: scale(1.5);       /* firefox */
-o-transform: scale(1.5);         /* opera */
-ms-transform: scale(1.5) ;        /* ie9 */
transform: scale(1.5);
	}
.tplist ul li .mingcheng{ padding:5px;text-align:center;}


/*企业荣誉列表*/
.tplist2{ width:100%; }
.tplist2 ul{ float:left; width:100%; height:auto; }
.tplist2 ul li{ float:left; width:28%; height:auto; margin-left:4%; background:none;  margin-bottom:20px; text-align:center; border:none;}
.tplist2 ul li .tp{ border:#e4e4e4 solid 1px; padding:8px; padding-bottom:4px; overflow:hidden;}
.tplist2 ul li:hover{ background:none;}
.tplist2 ul li .tp img{ height:110px;   
-webkit-transition:0.8s ease-out;
-moz-transition:0.8s ease-out;
-o-transition:0.8s ease-out;
-ms-transition:0.8s ease-out;
transition:0.8s ease-out;
}
.tplist2 ul li .tp img:hover{
-webkit-transform: scale(1.5);    /* safari and chrome */
-moz-transform: scale(1.5);       /* firefox */
-o-transform: scale(1.5);         /* opera */
-ms-transform: scale(1.5) ;        /* ie9 */
transform: scale(1.5);
	}
.tplist2 ul li .mingcheng{ padding:5px;text-align:center;}



/*自定义表单样式*/
.lefttdbg{ height:33px;}
/*栏目页结束*/




/*会员注册页*/
.user_reg{width:950px;margin:0 auto;padding:15px;border:1px solid #ddd}
.user_reg ul{padding-top:8px; line-height:30px}
.user_reg ul li span{width:83px;font-size:14px; float:left; line-height:30px}
.user_reg ul li{padding:10px 0px 10px 0px;}
.user_reg ul li span font{color:#e00;font-size:14px;margin-right:5px;}
.user_reg ul li .text{width:240px;padding-left:5px;height:28px; line-height:28px;margin-right:15px;border:1px solid #ccc;border-top:1px solid #999;border-left:1px solid #999; float:left}
.user_reg ul li .yz_text{width:120px;padding-left:5px;height:28px; line-height:28px;margin-right:15px;border:1px solid #ccc;border-top:1px solid #999;border-left:1px solid #999; float:left}
.user_reg ul li #usernamemsg{width:300px;padding-left:15px;background:url(no.gif) no-repeat 0 50%}
.user_reg ul li #passwordmsg2{width:300px;padding-left:15px;background:url(no.gif) no-repeat 0 50%}
.user_reg ul li #answermsg{width:300px;padding-left:15px;background:url(no.gif) no-repeat 0 50%}
.user_reg ul li #chkcodemsg{width:300px;padding-left:15px;background:url(no.gif) no-repeat 0 50%;margin-top:-30px;margin-left:305px}
.user_reg ul .xx_box h4{ line-height:35px;border-bottom:1px dotted #ccc;padding-left:10px;height:35px;margin-bottom:10px}
.user_reg ul .xx_box .text{width:240px;padding-left:5px;height:28px; line-height:28px;margin-right:15px;border:1px solid #ccc;border-top:1px solid #999;border-left:1px solid #999; float:left}
/*会员注册页结束*/



/*尾部通用*/
.end{width:980px;margin:0 auto;padding-top:5px; text-align:center; height:20px;color:#999;}
.end a{ line-height:20px;padding:0px 4px 0px 4px;color:#666}
.copyright{ text-align:center; line-height:22px;color:#888;height:120px; font-family:Arial, Helvetica, sans-serif}
.copyright img{ margin-left:10px}
/*尾部通用over*/



/*网站地图*/
.bg18{ height:6px; background:url(small/18.png) repeat-x 0 -1px}
.maplist{width:980px;margin:0px auto; line-height:28px;margin-bottom:10px;}
.maplist .classname{ background:url(maptit.png) repeat-x;margin-top:10px; display:block;padding-left:10px;font-size:15px; height:30px; line-height:30px;border:1px solid #b5d7ef;font-weight:bold;font-family:"\5FAE\8F6F\96C5\9ED1";}
.maplist .classname a{color:#00659c; background:url(maptit02.png) no-repeat 0 50%;padding-left:10px}
.maplist .classname2{height:25px; float:left; line-height:25px; padding-left:10px;font-size:12px;padding-right:0px; background:none}
.maplist .classname2 a{font-weight:bold;color:#555;font-size:15px;font-family:"\5FAE\8F6F\96C5\9ED1";}
.maplist span{ white-space:nowrap;padding:0px 10px;margin-top:10px;  height:25px; float:left; background:url(maptit03.png) no-repeat 100% 50%}
.maplist span a{color:#555}
.maplist a:hover{color:#00659c;}
.maplist2{ clear:both;}

/*分页样式*/
.fenye{ position:relative; margin:20px; clear:both; text-align:right;  }
.fenye img{ margin:0px 2px 12px 0px;}
.fenye a{text-decoration:none; font-size:14px;height:24px;border-radius: 3px; text-align:center; line-height:24px; float:left;color:#666;margin-left:5px; margin-bottom:8px;border:1px solid #e5e5e5;border-bottom:1px solid #ccc; background:#fff}
.fenye a:hover{ background:#3391cf;color:#ffffff;}
.fenye .prev,#fenye .next{width:23px; text-align:center;}
.fenye .prev,#fenye .next img{margin-top:8px}
.fenye a.curr{width:23px; color:#fff; text-align:center; background:#3391cf;border:1px solid #3391cf}
.fenye a.curr:hover{color:#fff;}
.fenye a.num{width:23px;}
.fenye a:hover{color:#fff; text-decoration:none;}
.fenye span{ line-height:30px;padding-left:5px; font-family:Arial, Helvetica, sans-serif}
.fenye span#totalpage{padding-left:0px}


 /*文章正文分页样式*/
#pageNext{ padding:10px 12px 6px; clear:both;}
#pageNext .prev,#pageNext .next{width:64px; text-align:center;}
#pageNext a.curr{width:25px; background:#fff;color:#00659c; font-family:Arial, Helvetica, sans-serif; text-align:center;font-weight:bold;}
#pageNext a{text-decoration:none; font-size:14px;margin-left:5px;height:26px; text-align:center; line-height:26px; float:left;color:#666; background:#eee}
#pageNext a.num{width:25px;}
#pageNext a:hover{color:#00659c; text-decoration:none;}

/*附件*/
.annex{width:600px;margin :15px; border : 1px dashed #999; background : #f9f9f9; line-height : normal;}
.annex td{text-align:left;padding-top:10px;padding-left:10px;padding-bottom:5px;}

/*评论*/
.cmt .goodandbad{margin-top:3px;BORDER-BOTTOM: #efefef 1px solid}
.cmt .content{color:#000;font-size:14px;}
.cmt .gray{color:#ccc;}
.cmtloadtips{height:30px;font-size:14px;line-height:30px;background:#f3f9fc; position:relative;margin-top:-2px;color:#999;text-align:center;}
.cmttitle{border-bottom:3px solid #ccc;font-weight:bold;font-size:14px;}

 /*论坛频道页开始*/
.lttop{ height:714px; background:url(lt-top.jpg) no-repeat top center; margin-bottom:1px;}
.lttop .zhibo{ width:212px; height:41px; margin:auto; padding-top:450px;}
.ltlink .title{ text-align:center; padding:20px 0 10px 0; font-size:24px; font-weight:600;}
.ltlink ul{ float:left; margin:0 0 20px 0;}
.ltlink ul li{ float:left; margin-right:15px; text-align:left; }
.ltlink ul li a{ font-size:14px;}

.ltzctt{ height:80px; line-height:80px; background:url(ltzcttbg.jpg) repeat-x; text-align:center; color:#fff; font-size:42px; font-weight:800; }
.lthuanying{ }
.lthuanying .tt{ float:left; font-size:24px; font-weight:600; clear:both; margin:20px 0;}
.lthuanying .hy{ float:left; width:100%; font-size:18px; font-weight:600; line-height:180%; }
.lthuanying .hy p{ text-indent:2em;}
.lthuanying .quanwen{width:180px; height:45px;  line-height:45px; text-align:center; margin:25px auto; font-size:18px;}
.lthuanying .quanwen a{display:block;  background:#fff; color:#000;border:0px solid #ccc; }
.lthuanying .quanwen a:hover{  color:#cc0000; }

.ltbjtt{ height:94px; line-height:94px; background:url(ltbjbg.gif) repeat-x; text-align:center;}
.ltbjtt .tt{ display:block; width:360px; height:94px; margin:0 auto; line-height:94px; background:#fff; color:#cc0000; font-size:42px; font-weight:800;}
.ltinfo{display:block; width:945px;  margin:0 auto; border:3px solid #ccc; padding:5px; }
.ltinfo .nr{display:block; background:url(ltinfobg.gif) repeat; padding:15px; font-size:18px; font-weight:800; color:#fff;}

.ltzt{ padding:25px 0;}
.ltzt .left{ float:left;}
.ltzt .right{float:left; margin-left:25px; width:497px;}
.ltzt .right ul{ float:left;}
.ltzt .right ul li{ float:left; margin-bottom:15px; width:100%; border-bottom:1px solid #ddd;}
.ltzt .right ul li.b-n{ border-bottom:none;}
.ltzt .right ul li .tt{ font-size:24px; font-weight:800;}
.ltzt .right ul li .tt a:hover{ color:#cc0000;}
.ltzt .right ul li .jieshao{ float:left; font-size:14px; padding-bottom:14px;}

.ltzbtt{ height:119px; line-height:119px; background:#C7171A; color:#fff; font-size:42px; font-weight:800; text-align:center; }
.ltzbbg{ background:url(ltzbbg.gif) repeat; overflow:hidden; padding:40px 0;}
.ltzbbg .tt01{ }
.ltzbbg .tt01 .tt{ float:left; font-size:24px; font-weight:800;}
.ltzbbg .tt01 .ttnr{ float:left; text-align:left; font-size:14px; font-weight:normal;}

.ltzbbg .tt02{ float:left;font-size:24px; font-weight:800; padding-top:30px; }
.ltzbbg .nr02{float:left; text-align:left; font-size:14px; font-weight:normal; padding:10px 35px; }

.jiabin{ width:980px; margin:0 auto;}
.jiabin ul{ float:left;}
.jiabin ul li{float:left; width:185px; height:272px; }
.jiabin ul li .tu{ width:157px; margin:auto;}
.jiabin ul li .xm{ width:100%; text-align:center; font-weight:bold;}
.jiabin ul li .zw{ width:100%; text-align:center; line-height:150%;}

.ltxieban{ background:url(ltxiebanbg.gif) repeat; overflow:hidden; padding:40px 0; color:#ccc; margin-bottom:1px;}
.ltxieban .list{ float:left; margin-right:45px;}
.ltxieban .list .tt{ color:#fff; font-size:24px; margin-bottom:20px; font-weight:800;}
.ltxieban .list .nr{ font-size:14px; line-height:180%}

.ltycbg{background:url(ltycbg.gif) no-repeat top center; height:512px; overflow:hidden;  }

.djzt{border-top: 1px solid #ddd; overflow: hidden; padding-top: 50px; padding-bottom: 50px; z-index: 200; overflow: hidden;}
.djzt .list{float: left; width: 48%; padding-left: 2%;}
.djzt .list ul{width: 100%;}
.djzt .list ul li{float: left; width: 100%;  height: 30px; line-height: 30px;}
.djzt .list ul li span{float: right;}
.djzt .list ul li a{color: #000;}
.djzt .list ul li a:hover{color: #cc0000;}

/*列表页分页样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 4px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e53925;
    border-color: #e53925;
    cursor: default; }
.pages{ display: flex;       justify-content: center;      margin-top: 20px; }
/*列表页分页样式结束*/

