﻿@charset "utf-8";
html{}
*{line-height:1.5em; padding: 0; margin: 0; }
body{font: normal 14px/1.5em 'Microsoft YaHei';color:#333;}

h1{ font-size:48px; }
h2{ font-size:32px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:18px; font-weight:normal;}
h6{ font-size:14px; }
ul,li,dl,dt,dd{ margin:0 auto; padding:0; list-style-type:none; }
a{text-decoration: none;} 
a:link, a:visited, a:active {color:#333;}
a:hover{color:#003366; }
img{border: 0px;}
*:link, *:visited, *:hover, *:active, *:focus,a{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.clear{clear:both; float:none;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.checkbox{border: 0px;}
.button{border: 0px; }

.wide{ width: 1200px; margin: 0 auto; }
.wide:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.wrapper{width: 1200px; margin: 0 auto;}

#header{background: #fff; }
#header .wrapper{display: flex; justify-content:space-between;}
	.logo{padding:1.4% 0; float: left; width:20%;}
	.logo img{display:block;max-width:100%;}
	
.top{ background:#3b3b3b; color:#ccc; padding:0.5% 0;}
	.topnav{color:#ccc; text-align:right; float:right;} 
	.topnav a{padding:0 10px;color:#ccc; } 
	.top p{}	


	.top_rr {
		position: relative;
		width: 78%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	/* 导航样式 */
	
	.x-menu {
		width: calc(100% - 0px);
		display: flex;
		justify-content: flex-end;
	}
	
	.x-menu>li {
		float: left;
		position: relative;
		margin: 0 .15vw;
	}
	
	.x-menu>li>a {
		display: block;
		padding: 0 .8vw;
		font-size: 18px;
		color: #444444;
		line-height: 100px;
		height: 100px;
	}
	
	.x-menu>li>a:hover {
		color: #e60012;
	}
	
	.x-menu>li:after {
		content: '';
		position: absolute;
		z-index: 100;
		width: 100%;
		left: 0;
		height: 0px;
		opacity: 0;
		top: 100%;
	}
	
	.x-menu>li:hover .x-sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.x-sub-menu {
		position: absolute;
		z-index: 99;
		width: 150%;
		left: -25%;
		top: 100px;
		background: #fff;
		border-radius: 0px;
		padding: 0px 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	.x-sub-menu>li>a {
		display: block;
		text-align: center;
		line-height: 2;
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		padding: .5em;
	}
	
	.x-sub-menu>li>a:hover {
		background: #e9eaeb;
	}
	
	.top_phone {
		position: relative;
		padding-left: 40px;
		background: url(../images/toptel.png) no-repeat left center;
		font-size: 22px;
		color: #333;
	}


.nav{margin-left:20%;height:85px;}
.nav ul{list-style-type:none;}   
	.nav .nLi{ float:left;position:relative;}
	.nav .nLi a{ display:block;line-height:85px; padding:0 20px; font-size:16px;text-align: center;}
	.nav .on a{color:#ff9a13; position:relative;}	
	
	.nav .sub{ display:none;  min-width:110px; left:0px; top:85px; position:absolute; z-index:999;}
	.nav .sub li{display: block; zoom:1;}
	.nav .sub a{  display:block;line-height:30px; background: #fff;color:#333; font-size:14px; white-space:nowrap;padding:0 10px;}
	.nav .sub a:hover{color: #ff0;	background: #ff9a13; }

		
.slider{position:relative;}
	.rslides {  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0;  }
	.rslides li {  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;  }
	.rslides li:first-child {  position: relative;  display: block;  float: left; }
	.rslides img {  display: block;  height: auto;  float: left;  width: 100%;  border: 0;   } 
	.rslides {  margin: 0 auto;  }
	.rslides_container {  position: relative;  }
	.centered-btns_tabs { position: absolute; width:100%; bottom:10%; left:0;  text-align: center; z-index:2; }
	.centered-btns_tabs li{display: inline; float: none; _float: left; *float: left;margin: 0 5px;  }
	.centered-btns_tabs a{ border:3px #ffd200 solid; width:6px; height:6px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
	.centered-btns_here a{ border:3px #fff solid; }
	.centered-btns_nav { z-index:9999; position: absolute; top: 50%; left: 1%;  z-index:2;text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 38px; background: transparent url("../images/themes.gif") no-repeat left top; margin-top: -45px;filter:alpha(opacity=20); opacity: 0.2; }
	.centered-btns_nav:active { filter:alpha(opacity=20); opacity: 0.2; }
	.centered-btns_nav.next { left: auto; background-position: right top; right: 1%; }
	
.banner{position:relative;  }
.banner img{ display:block; max-width: 100%; margin:0 auto;}
.banner h2{ position:absolute; bottom:30%;left:35%;right:35%;  z-index:9; text-align:center; background:rgba(255,255,255,0.5);}
.banner h2 strong{ display:block; }
.banner h2 span{ display:block; font-size: 24px; text-transform:uppercase;opacity: 0.7; font-weight:normal;}
.banner h2 p{font-size: 16px; }




.ititle{position:relative; margin-bottom:2%;text-align:center;  }
.ititle h2{position:relative; font-size:28px;  color:#ff9a13;}
.ititle h2:before{content:"▼";  font-size:18px; font-family:Arial; position:absolute; bottom:-22px;left:50%; margin-left:-6px;}
.ititle h2:after{ content:"";display:block; width:360px;margin:10px auto 20px auto; border-bottom:1px #dedede solid; }

.ititle span{ display: block; font-size:20px; color:#666; text-transform:uppercase;}
.ititle p{ margin:0 20%;opacity: 0.7;}
.ititle a{ display:block; width:140px; line-height: 40px; color:#fff;text-align: center; background:#c8100d;border-radius: 30px; }

   
.imore{ width: 200px;overflow: hidden;margin:0 auto; padding-top:4%; }
.imore a{ display:block; background:#f39b1c; color:#fff; line-height:40px; text-align:center;border-radius: 8px; }
.imore a:hover{ background:#f5af49;}	

.imain{background: #f4f4f4; padding:3% 0;}
.imain ul{list-style:none;}
.imain li{width: 31.3%;float: left; margin:0 1%; }
.imain li em{ display:block; float: left; margin-right:3%;}
.imain li em img{ display:block; max-width:100%;}
.imain li h5{ margin:1% 0 2% 0;}
.imain li p{color: #666}


.aboutus{padding:5% 0;}
.aboutus em{ display:block; float:right;margin-left:3%; width:45%; overflow:hidden;}
.aboutus em img{ display:block; max-width:100%;}

.icompany{ width:52%;}
.icompany h3{ font-size:24px;  margin-bottom:2%;  }
.icompany p{text-indent:2em; line-height:2em;}
.icompany a{display:block;margin:3% 0 0 auto;width: 150px;line-height:40px;text-align:center;color:#fff;background: #ff9a13;border-radius: 20px;}
.icompany a:hover{background: #c07005;	}



.iproduct{ padding:5% 0;background:#f6f6f6 url(../images/product_bg.jpg) no-repeat center bottom;}
	.iproduct ul{list-style:none; }
	.iproduct li{ float:left; width:23%;margin:1%; text-align:center;}
	.iproduct li a{ display: block;  }
	.iproduct li a em{ display: block;border: #0370b3 2px solid;border-radius: 5px;  overflow:hidden; }
	.iproduct li a img{ display:block;width:100%;}
	.iproduct li a span{display:block; padding:5px; text-overflow:ellipsis;	white-space:nowrap;	overflow: hidden;}





.inews{padding:5% 0;}
	.inews ul{list-style:none; }
	.inews li{ float:left; width:48%;margin:1%; font-size:0; }
	.inews li em{display: inline-block;width:45%; overflow:hidden; vertical-align:top;}
	.inews li em img{ display:block; width:100%; }
	.inews li div{display: inline-block;width:47%;padding:4%; background:#f5f5f5; font-size:14px;vertical-align:top;}
	.inews li h5{ margin-bottom:2%;text-overflow:ellipsis;	white-space:nowrap;	overflow: hidden;}
	.inews li span{ display:block; font-size:12px;  opacity: 0.5; }
	.inews li p{  opacity: 0.7; }
	.inews li:nth-child(3) em{ float:right;}	
	.inews li:nth-child(4) em{float:right;}	
	
	

.icontact{padding:6% 0; background:#fff url(../images/contact_bg.jpg) no-repeat center bottom;}	
.icontact .con{ }
.icontact .con h5{margin-bottom:1%; }
	
	
.msg{float:right;width:50%; background:#fff; padding:4%; margin-top:-50px;}
.msg h3{font-size:16px;margin:0 0 5px 0;}
.msg dl{list-style:none;}
.msg dt{vertical-align:top; float:left; width:10%; margin-bottom:4px;}
.msg dd{margin-left:10%;border:1px #bfbfbf solid;vertical-align:top;  margin-bottom:8px; }
.msg p{margin-left:10%;}

.msg li{ overflow:hidden; vertical-align:top; margin-bottom:4px;}
.msg .ft{ width:100%; text-indent:10px; font-size:12px; height:32px; line-height:32px; border:none; background:none; outline:none; }
.msg .wby{ background:none; width:98%;font-size:12px; height:75px; padding:5px 1%; line-height:22px; border:none; resize:none; outline:none;}
.msg .btn{ height:32px;line-height:32px;font-size:12px; text-align:center; width:50%; color:#fff;  background:#f54f4f; border:none;margin:0;padding:0;outline:none; }	
	
	
.ilink{padding:1% 0; border-bottom:1px #515151 solid;}
.ilink strong{ display:inline-block; padding-right:10px;}
.ilink a{padding:0 8px;}

	
#footer{	background:#ff9a13 url(../images/foot_bg.jpg) repeat-x; color:#fff;padding:3% 0; }
#footer a{color:#fff; }

#footer h5{ font-size:16px; margin-bottom:6px; text-align:left;}

.foot{padding:3% 0; }

.footnav{ margin-left:-8px;}
.footnav a{ padding:0 8px; }

.f_erweima{float:right; text-align:center; }
.f_erweima p{ padding:4px 0;}

.f_contact{ padding:1% 0;}

.copyright { }
.copyright a{padding:0 8px; }
.copyright div{ display:inline;}	



#main{padding:4% 0;  }
	#left{margin-bottom:2%;}
	#right{  }
	#leftmsg{float:left; width:25%;  }
	#rightmsg{float:right; width:72%;  }

.title{margin-bottom:2%; position:relative; }
.title:before{ content:""; position:absolute;border-bottom:1px #333 solid; top:50%; left:0;right:0; z-index:1;}
	.title strong{ display: block; color:#102484; line-height:1em; }
	.title span{display:inline-block;background:#efefef; font-size:24px; position:relative; z-index:5; padding-right:10px; }
	.title span:before{ content:"▌";}
	

.leftnav{ text-align:center;  }
	.leftnav h3{ display:block; position:relative;  font-weight:normal;padding-bottom:3%;}
	.leftnav h3:after{ content:""; display:block;margin:10px auto 0 auto; width:60px; border-bottom:4px #3b7b01 solid;}	
	.leftnav h3 strong{display: block;font-size:22px; font-weight:normal;  }
	.leftnav h3 span{display: none; font-size:14px;  text-transform:uppercase;opacity: 0.7;line-height:1em;}
	.leftnav dl{list-style-type:none;border-top:1px #d9d9d9 solid; border-bottom:1px #d9d9d9 solid;}
	.leftnav dt{ display:inline-block;padding:0 20px; }
	.leftnav dt a{ display:block;  line-height:2.5em; font-size:16px; position:relative; }
	.leftnav dt a:after{ content:""; display:block; margin-bottom:-2px;border-bottom:4px transparent solid; }
	.leftnav dt a:hover{color:#276148; }
	.leftnav dt a:hover:after{ border-bottom:4px #3b7b01 solid; }
	.leftnav .current a{color:#276148; }
	.leftnav .current a:after{ border-bottom:4px #3b7b01 solid; }
	
	.leftnav dd{ display:none;  padding:4% 0; margin-bottom:4px;  }
	.leftnav dd a{display:block; font-size:12px;padding:0.5% 25px;}
	.leftnav dd a:before{ content:"• ";}


.place{ background:#eee;padding:1% 0; }
	.place p{ }
	.place p a{ padding:0 8px; }
	.place strong{display:block; font-size:26px; font-weight:normal; }
	.place span{ display:block;font-size:16px; color:#7e7e7e;   text-transform:uppercase;}
	

.lcontact{ }
	.lcontact_t{padding:5% 8%; background:#0079ba; }
	.lcontact_t strong{display:block;   font-size: 26px; color:#fff;  margin-bottom:5%;}
	.lcontact_t strong:after{content:""; display:block; width:30px;height:2px;background:#fff;}
	.lcontact_t span{ display:block; text-transform:uppercase;}
	.lcontact_con{background: #f8f8f8;padding:5% 8%;}
	
.newslist{}
	.newslist ul{ list-style-type:none;}
	.newslist li{ background:#f7f7f7; height:auto; overflow:hidden; margin:2% 0; }
	.newslist li em{display:block;float:right; width:40%; height:260px; overflow:hidden; }	
	.newslist li em img{width:100%; display:block; margin:0 auto;}
	.newslist li div{margin-right:40%; padding:2em 3em;}
	.newslist li h3{  color:#333; margin-bottom:3%;	}
	.newslist li p{ font-size:12px; }
	.newslist li span{ margin:1em 0 0 0;display: block;  }
	.newslist li a{display: inline-block;  background:#ddd; padding:5px 10px; text-align:center;}
	.newslist li a:after{ content:" →";}
	.newslist li a:hover{ background:#3588cc;color:#fff;}
	
.publiclist{}
	.publiclist ul{ list-style-type:none;}
	.publiclist li{padding:5px 0px;border-bottom:1px #cdcdcd dotted;}
	.publiclist li a{display:block;  }
	.publiclist li a:before{ content:"•"; display:inline-block; margin:0 5px;}	
	.publiclist li span{ float:right;padding-right:8px;color:#999; }
	
.business{}
	.business ul{list-style-type:none;}
	.business li{background:#f7f7f7; overflow:hidden; padding:2%; margin:2% 0; clear:both;}
	.business li em{display:block;float:right; width:40%; height:260px; overflow:hidden;}	
	.business li em img{width:100%; display:block;margin:0 auto;}
	.business li div{margin-right:40%; padding:2em 3em;}
	.business li h3{ color:#333; margin-bottom:3%; }
	.business li p{font-size:12px;  }
	.business li span{ margin:1em 0 0 0;display: block;  }
	.business li a{ display: inline-block;  background:#ddd; padding:5px 10px; text-align:center; }
	.business li a:after{ content:" →";}
	.business li a:hover{background:#3588cc; color:#fff;}
	
.contact{padding:0;}

.down{}
	.down ul{ list-style-type:none;}
	.down li{padding:5px 0;border-bottom:1px #cdcdcd dotted;}
	.down li:before{ content:"•"; display:inline-block; margin:0 5px;}	
	.down li a{display:block; float:right; }

	
.title02{ margin:0.5% 0; padding:1%;  background:#f5f5f5; }
	.title02:before{ content:"▍"; color:#3588cc; display:inline-block;margin:0 5px;}
	.title02 a{ float:right; color:#999;}

.container{  }
.content{}
	.content h1{}
	.content h2{text-align:center; padding-bottom:3%;}
	.content h3{text-align:center; }
	.content h4{ font-size:14px;  margin:0.5% 0; padding:1%;  background:#f5f5f5; }
	.content h4:before{ content:"▌"; color:#3588cc; display:inline-block;margin:0 5px; }
	.content h4 a{}
	.content h5{font-size:14px; font-weight:normal;  background:#f5f5f5;}
	.content h5 span{ display:inline-block; background:#3588cc; color:#fff; padding:0 20px; line-height:2.6em;}	
	.content h6{ text-align:center; margin:0 0 2% 0; padding:1% 0;border-bottom:1px dotted #ccc; font-weight:normal;}
	.content p{ margin:1% auto;} 
	.content a{text-decoration:underline;}
	.content li{ margin-left:3.5em;}
	.content img{ max-width:100%;}
	.content .detail{ padding:0.5% 0 1% 0;margin:0 auto; overflow:hidden;}
	.content table{}
	.content table td{padding:0px 5px;}
	.content table td p{ margin:0;}
.tableboder table{border:#d4d4d7 solid 1px; text-align:center; border-collapse:collapse;}
	.tableboder th{ color:#e62129; padding:2px 5px;border:#d4d4d7 solid 1px;}
	.tableboder td{ padding:2px 5px;border:#d4d4d7 solid 1px;}
.brief{ margin:0 auto; }
	.brief a{text-decoration:underline;}
	
.page{font-size:12px; text-align:center; padding:2% 0;}
	.page a{padding:0 5px;}
	.page a:hover{ text-decoration:underline;}
.tool{ font-size:12px; text-align:center; padding:2% 0;}
	.tool a{padding:0 5px; }
	.tool a:hover{ text-decoration:underline;}

.choice{ height:25px; padding:10px 0;}
	.choice a{ display:block; text-align:center; background:url('../images/choice02.gif') no-repeat; margin:0 10px 0 0; font-weight:bold; width:110px;line-height:25px; float:left; }
	.choice a:hover{ background:url('../images/choice01.gif') no-repeat; color:#fff;}
	.choice #current{ background:url('../images/choice01.gif') no-repeat; color:#fff;}
	
.product{ }
.product ul{list-style-type:none;}
.pro_a{ padding:1% 0;}
	.pro_a img{width:120px; border:7px solid #ededed; margin:0 1.5% 0 0; float:left;}
	.pro_a div{ padding:2px 5px; vertical-align:top;}
	.pro_a div strong{ color:#3588cc; }
	.pro_a div p{ display:inline; }

.pro_n{ padding:2%; float:left; width:45%; margin:0.5%;background:#f9f9f9; height: 140px; overflow: hidden; position:relative;}
.pro_n:before{ content:"";border:1px solid #f7f7f7;  position: absolute; left:0;right:0; bottom:0;top:0; z-index:9;}
.pro_n:after{content:""; border-bottom:4px solid #007EC8;position: absolute;bottom:1px; width:0; left:50%; z-index:9;}
	.pro_n em{ float:left; width:160px;border-right:1px solid #ccc;}
	.pro_n em img{ display:block;max-width:140px; }
	.pro_n div{ margin-left:181px; position:relative;}
	.pro_n div h5{ color:#333; margin-bottom:2%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
	.pro_n div h6{font-size:12px; height:80px;overflow: hidden; color:#676767; font-weight:normal;  }
	.pro_n div p{ display:inline; font-size:12px; color:#676767;}
	.pro_n div span{font-size:12px; display:block; padding:1% 0; }
	.pro_n div span:after{ content:" +"; }
	.pro_n div a{ position:absolute; right:0;left:0;top:0;bottom:0;z-index:9;}
	.pro_n:hover:before{border:1px #007EC8 solid; transition: all 0.8s ease 0s;}	
	.pro_n:hover:after{left:0;right:0; width:100%;transition: all 0.8s ease-out 0s;}
	.pro_n:hover em{border-right:1px #007EC8 solid;transition: all 0.5s ease 0s;}
	.pro_n:hover div h3{color:#007EC8;}


/*橱窗页1:1*/
.productb{ list-style-type:none;}
	.productb li{ float:left; width:23%; text-align:center;margin:1%;}
	.productb li a{ display:block; }
	.productb li em{display:block;overflow:hidden;}
	.productb li img{ display:block; width:100%;}
	.productb li span{display:block; font-size:16px; padding:1%;}
	.productb li.clear{ float:none; width:auto; clear:both;}

/*橱窗页3:4*/
.pic_list{ list-style-type:none;}
	.pic_list li{ float:left; width:23%; text-align:center;margin:1%;}
	.pic_list li a{ display:block; }
	.pic_list li em{ display:block; overflow:hidden;}
	.pic_list li img{ display:block; width:100%;}
	.pic_list li span{display:block;font-size:16px; padding:1%;}
	.pic_list li.clear{ float:none; width:auto; clear:both;}

/*产品内容页c*/
.special{ padding:2%; background:#fff;}
	.special img{float:left;margin:0 2% 0 0; width:200px;border:1px solid #e0e0e0; padding:6px; background:#f1f1f1;}
	.special div{padding:0 6px; }
	.special div strong{color:#3588cc; }
	.special div p{ display:inline;}

.sitemap{padding:5px 10px 10px 5px; font-size:12px;}
	.sitemap p{ padding:0 10px; }
	.sitemap a{padding:0 10px;}
.client{}
	.client ul{ list-style-type:none;}
	.client li{ float:left; width:23%; text-align:center;margin:1%;}
	.client li a{ display:block; }
	.client li em{ display:block; overflow:hidden;}
	.client li img{ display:block;  width:100%;}
	.client li span{display:block;font-size:16px; padding:1%;}
	.client li.clear{ float:none; width:auto; clear:both;}
	
#fromtinner_{ padding:10px 15px;}
	#fromtinner_ textarea{width:400px; border:solid 1px #d8d8d8;}
	#fromtinner_ input{border:solid 1px #d8d8d8;}
	#fromtinner_ .border{width:400px;border:solid 1px #d8d8d8;}
	#fromtinner_ .btn{border: none;width:70px; margin:5px 10px; height:25px; line-height:25px;text-align:center; font-weight:bold; background:url('../images/pinglun.gif') no-repeat left top;}
/*留言和评论*/
.board{margin:0;}
	.board_h4{font-size:22px; text-align:center; padding:5px 0 0 0;}
	.board_h4 a{}
	.board_h5{ text-align:center; font-weight:normal;}

.sitemsg{}
	.sitemsg td{padding:3px 0;}
	.sitemsg .msgtitle{padding-left: 8px;}
	.sitemsg b{ color:#e62129;}
	.sitemsg .con{padding-left: 8px;}
/*留言页面*/
#boardinner_ {border:0; font-size:12px;}
	#boardinner_ form{ padding:6px 0; margin-bottom:10px;}
	#boardinner_ input{ padding:2px;border:solid 1px #d8d8d8;}
	#boardinner_ textarea{ padding:2px; border:solid 1px #d8d8d8;}
	#boardinner_ .btn{border: none;width:70px; margin:5px; height:25px; line-height:25px;text-align:center; background:url('../images/pinglun.gif') no-repeat left top;}
	#boardinner_ .border{width:180px;border:solid 1px #d8d8d8;}
	#boardinner_ .desc{display:block;}
	#boardinner_ .boardtitle{}
	#boardinner_ .boardtitle span{  font-weight:bold; font-size:14px;  }
	#boardinner_ ul{list-style-type:none; padding:4px 8px;}
	#boardinner_ li{}
	#boardinner_ li:before{ content:"•"; display:inline-block; margin:0 5px;}	
	#boardinner_ p{ text-align:center; background:none; }
.comment{}
	.comment_list{ padding:5px 10px 15px 10px;}
	.comment_list ul{ list-style-type:none;}
	.comment_list li{padding:5px 8px; border-bottom:1px dotted #ccc; }
	.comment_list li a{display:block; }
	.comment_list li a:before{ content:"•"; display:inline-block; margin:0 5px;}	

#comment_list{ padding:8px 10px;}
	#comment_list table td{ padding:2px; font-weight:bold;}
	#comment_list input{ padding:2px;}
	#comment_list textarea{height:100px;}
	#comment_list .border{width:400px;border:solid 1px #d6d6d6;}
	#comment_list .btn{border: none;width:70px; margin:5px 10px; height:25px; line-height:25px;text-align:center; background:url('../images/pinglun.gif') no-repeat left top;}
	#comment_list p{ padding:0 0 0 77px;}
/*评论页面*/
#commentinner_ {border:0; padding:20px 0 0 0;}
	#commentinner_ form{padding:6px 0; margin-bottom:10px;}
	#commentinner_ input{padding:2px;border:solid 1px #d8d8d8;}
	#commentinner_ textarea{ padding:2px;border:solid 1px #d8d8d8;}
	#commentinner_ .border{width:180px;border:solid 1px #d8d8d8;}
	#commentinner_ .checkbox{ border:none; }
	#commentinner_ .btn{border: none;width:70px; margin:5px; height:25px; line-height:25px;text-align:center; background:url('../images/pinglun.gif') no-repeat left top;}
	#commentinner_ .commenttitle{   }
	#commentinner_ .commenttitle span{ font-weight:bold;  }
	#commentinner_ ul{list-style-type:none; padding:4px 8px;}
	#commentinner_ li{}
	#commentinner_ li:before{ content:"•"; display:inline-block; margin:0 5px;}	
	#commentinner_ p{ text-align:center;background:none; }
#search_ { border:0;}
	#search_ table{}
	#search_ table td {padding:10px 0 5px 0;}
	#search_ input{border:solid 1px #d8d8d8;width:100px; padding:2px;}
	#search_ .btn{border: none;width:70px; margin:5px 5px 15px 5px; height:25px; line-height:25px;text-align:center; background:url('../images/pinglun.gif') no-repeat left top;}
	#search_ .title{ font-weight:bold; font-size:14px; }
	#search_ h1{ margin:0;padding:0;}
	#search_ p{ padding:0 15px 0 0; background:none;}
.searchReuslt_{padding:10px;}
.searchReuslt_title_{font-weight:bold;line-height:35px ; }
.searchResult_Other_ { width:100%;text-align:right;}
.searchHint_ {margin:15px}
	.searchHint_ dl{padding:5px 14px; margin:0 7px;border-bottom:1px #ababab dashed;}
	.searchHint_ dt{}
	.searchHint_ dt:before{ content:"•"; display:inline-block; margin:0 5px;}		
	.searchHint_ dd{padding:0 22px;}
	.searchHint_ dt span{float:right;}
	.searchHint_ dt strong{font-weight:normal;}
	.searchHint_ a{font-style:normal;TEXT-DECORATION: none }
	
.temp{color:#656565;clear:both;width:auto;padding:5px 0;font-size:12px;font-family:Tahoma,Arial;text-align:center;}
.temp a{color:#656565}
.CopyrightWrap{}

