﻿/*标签初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img,button {margin: 0;padding: 0;border: none; } 
dl,dt,dd,ul,ol,li,p {list-style-type: none; margin:0; padding:0;}
em, cite, th,h1,h2,h3,h4,h5,h6 { font-style: normal; font-weight: normal;}
input,img{vertical-align:middle;}
html,body{height:100%;}
body{color:#333;max-width:720px;min-width:320px;margin:0 auto;font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;}
h1,h2,h3,h4{font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;}
a{ color:#666; text-decoration: none; cursor:pointer;}
a:hover {color:#666; text-decoration:none;}
input:focus,textarea:focus{outline:none;}
/*左右浮动*/
.fr{ float:right;}
.fl{ float:left;}
/*色彩*/
.red{ color:#ff0000;}
.org{ color:#ff6600;}
.yellow{ color:#ff9600;}
.blud{ color:#0066ff;}
.green{ color:#009900;}
/*标签初始化 ok*/

/*版权运营*/
.copyright {font-size:12px; color:#999; line-height:20px; text-align:center;}

/*当前路径*/
.curre{ padding-top:10px;height:40px; line-height:40px; font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;}
.curre h3{ float:left; color:#fff; padding-left:8px; font-size:16px; font-weight:bold;}
.curre span{ display:block; float:right; height:24px; line-height:24px; padding:8px;}  
/*加载更多*/
.loadingmore{ margin:0 6px; height:22px; text-align:center; padding:12px 0 12px; font-size:12px; background-color:#fff;}

/*表单*/
.cinputwarp{ padding:8px; height:24px; color:#999;font-size:14px;border:1px solid #dedede;box-shadow:inset 2px 3px 5px #ccc; background-color:#fff;}
.cinputwarptextarea{height:120px;}
.cinputwarptextarea textarea.cinputtxt{ height:120px;}
.cinputwarp .cinputtxt{ width:98%; height:22px; line-height:100%; font-size:14px; border:1px solid #fff; font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;}

.uppicboxbtn{ padding:12px 20px;}

/*透明背景*/
.bgcover{ display:none; width:100%; height:100%;background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important; filter:Alpha(opacity=60); background:#000; position:fixed; top:0; left:0; z-index:8;}


/*分页*/
.pagelist{ text-align:center; padding:12px 0;}

/*渐变背景*/
.gradientbg{border-top:1px solid #dedede;
background-image:-webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f3f3f3 ));
						  background-image:-webkit-linear-gradient( #fff,#f3f3f3 );
							 background-image:-moz-linear-gradient( #fff,#f3f3f3 );
							  background-image:-ms-linear-gradient( #fff,#f3f3f3 );
							   background-image:-o-linear-gradient( #fff,#f3f3f3 );
							      background-image:linear-gradient( #fff,#f3f3f3 );
}


/*渐变半透明背景*/
.filtertopbar{background: -webkit-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,0));
				      background: linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,0));
				-webkit-transition: background-color .2s linear;
				   -moz-transition: background-color .2s linear;
				     -o-transition: background-color .2s linear;
				        transition: background-color .2s linear;
				 -webkit-transform: translateZ(0);
			             transform: translateZ(0);}

/*弹出栏目*/
.slidemuen{ display:none;width:240px; height:100%; overflow:auto; background-color:#ffffff;box-shadow:3px 0px 8px #000; z-index:10; position:fixed; left:-300px; top:0;}
.slidemuen .sdmlogo{ padding:26px 0 16px; text-align:center; border-bottom:1px solid #dedede; }
.slidemuen .sdmlogo a{}
.slidemuen .sdmlogo a img{}
.slidemuen .sdmsearchbox{ height:26px; padding:12px 8px; padding-right:0; border-bottom:1px solid #dedede;}
.slidemuen .sdmsearchbox .sdmsearch{ float:left; width:180px;height:26px;}
.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox{ height:26px; border:1px solid #dedede;box-shadow:inset 2px 1px 5px #ccc; background-color:#fff;}
.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschtxtbox{ float:left;width:145px; padding:2px 3px 3px 5px; overflow:hidden;}
.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschtxtbox .sdmschinputxt{ width:145px; height:14px; line-height:100%; border:1px solid #fff; background:#fff url(../images/mu-ico-4.png) no-repeat -9999px -9999px;}
.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschsubmit{ float:right; padding-right:5px;}
.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschsubmit .sdmschbtn{ padding-top:3px;}
.slidemuen .sdmsearchbox .sdmgoindex{ float:left; width:22px; height:22px; padding-left:6px; padding-top:2px;}
.slidemuen .sdmsearchbox .sdmgoindex a{ display:block;}
.slidemuen .sdmsearchbox .sdmgoindex a img{}
.slidemuen .sdmmuenlist{ padding-bottom:50px;}
.slidemuen .sdmmuenlist ul{}
.slidemuen .sdmmuenlist ul li{ height:40px; line-height:40px; padding-right:10px; border-bottom:1px solid #dedede;background-color:#fff;}
.slidemuen .sdmmuenlist ul li a{  display:block;color:#333; font-size:14px; padding-left:16px; background:#fff url(../images/t-mu-li-bg-01.png) no-repeat right center; background-size:auto 16px;}
.slidemuen .sdmmuenlist ul li a img{ margin-top:-4px;}

/*头部*/
.topbar{height:60px; background-color:#fff; border-bottom:1px solid #f1f1f1; position:relative;}
.topbar .logo{float:left; padding:5px; padding-right:40px;}
.topbar .logo a{}
.topbar .logo a img{}
.topbar .topmubtn{width:36px; padding:12px; position:absolute; top:0px; right:0px;}
.topbar .topmubtn a{}
.topbar .topmubtn a img{}

/*电话*/
.telbox{ height:80px;}
.telboxboder {border-top:1px solid #dedede;}
.telbox i{ display:block; padding-top:15px; height:20px; line-height:20px; font-size:12px; text-align:center; color:#666; font-style:normal;}
.telbox span{ display:block;}
.telbox span a{ display:block; height:30px; line-height:30px; text-align:center; color:#666; font-size:24px;}

/*底部*/
.footer{ padding:20px 0; line-height:24px; text-align:center; font-size:14px; background-color:#cccccc; color:#7f7f7f;}


.curtit{ height:50px; line-height:50px; background-color:#dbdbdb;}
.curtit h3{ float:left; padding-left:12px; font-size:16px; font-weight:bold; color:#545454;}
.curtit span{ float:right; padding-top:8px;}
.curtit span a{ display:block; padding:10px; line-height:14px;}
.curtit span a img{}