﻿
@charset "utf-8";
body,html{}
*{line-height:2em; padding: 0; margin: 0; }
body{font: 14px/2 'Microsoft YaHei';color:#333;}
em, i, del { font-weight:normal; font-style:normal;}
ul, ol{ list-style:none;}
a{text-decoration: none;} 
a:link, a:visited, a:active {color:#333;}
a:hover{color:#024d90; }
img{border: 0px;}
*:link, *:visited, *:hover, *:active, *:focus,{
 -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;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.wide{width:1200px;margin:0 auto;}
.wide:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#iwrapper{ width:100%; position:relative; z-index:1; margin:0 auto; } 
#wrapper{} 
#header{ } 
 .logo{padding:2% 0; }
 .logo img{ display: block;max-width:100%;} 
.top{float:right; padding:1% 0;} 
.toptel{display:block; background:url(../images/toptel.png) no-repeat center left; padding:0 0 0 30px;} 
.toptel span{ color:#2e3191; font-size:28px;} 
.menu { background: #000;height: 70px;}
.menu ul{list-style-type:none; }
.menu li { position: relative; width: 10%;float:left;}
.menu .first-index{ display: block; text-align: center; color: #fff; cursor: pointer;}
.menu .first-index span { position: relative; font-size: 16px; line-height: 70px; display: inline-block;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.menu .first-index span:after{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; border-top: 4px solid #1660e8;
 -webkit-transform: rotateY(90deg);
 transform: rotateY(90deg);
 -webkit-transition: 0.3s 0.3s;
 transition: 0.3s 0.3s;
}
.menu .first-index:hover, .menu .first-index.active { color: #1660e8;}
.menu .first-index:hover span:after, .menu .first-index.active span:after {
 -webkit-transform: rotateY(0);
 transform: rotateY(0);
} 
.menu .child-menu{ position: absolute; display: none; top: 70px; left: 50%; width:100px; background: rgba(0,0,0,0.7); z-index: 9999;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}
.menu .child-menu a{display: block; color: #cdcdcd; text-align:center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.menu .child-menu a:hover, .menu .child-menu a:active { color: #1a92e9;}
.ibanner{overflow: hidden;position: relative;z-index: 1;}
.ibanner img{display: block;max-width: 100%; margin: 0 auto;}
.ibanner .slick-arrow{ display:none;}
.ibanner .slick-dots{position: absolute;left: 0;bottom: 10%;width: 100%;text-align: center;z-index: 99;}
.ibanner .slick-dots li{display: inline-block;margin: 0 7px;border: 1px solid #d2d2d2;border-radius: 50%;cursor: pointer;}
.ibanner .slick-dots li button{display: block;width: 6px;height: 6px; font-size: 0;line-height: 0;text-indent: -999px;background: #d2d2d2;border-radius: 50%; outline:none; border:none; padding: 0; margin: 4px; cursor: pointer;}
.ibanner .slick-dots li.slick-active{background: rgba(255, 255, 255, 0.35);border-color: rgba(255, 255, 255, 0.1);padding: 1px;}
.ibanner .slick-dots li.slick-active button{background: #fff;}
 
.banner{ position:relative; }
.banner img{ max-width: 100%; display:block; margin: 0 auto;}
.ititle{text-align:center; margin-bottom:2%;}
.ititle h3 { font-size: 24px; position: relative; font-weight:normal; }
.ititle h3:after { content: ""; position: absolute; width:180px; top: 50%; left: 50%; margin-left:70px; border-top: 1px solid #000;}
.ititle h3:before{ content: ""; position: absolute; width:180px; top: 50%; left: 50%; margin-left:-250px; border-top: 1px solid #000;}
.ititle p { color: #999; }
.iproduct { padding:4% 0; background:url(../images/iproduct_bg.jpg) no-repeat center center;}
 .iproduct ul {list-style-type:none;}
 .iproduct li {position: relative;float: left;width: 31.33%;cursor: pointer; margin:0 1%; border-radius: 5px; overflow:hidden; }
 .iproduct li img{ display:block; max-width:100%;} 
 .iproduct li div{ position: absolute; left: 0; right: 0; top: 78%; height: 100%; color: #fff; padding: 15px; background: rgba(0,0,0,0.6);
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: top 0.3s, padding 0.3s 0.3s;
 transition: top 0.3s, padding 0.3s 0.3s;
}
 .iproduct li div h3{ font-size: 18px; }
 .iproduct li div p{ display:none;}
 .iproduct li div a{ position: absolute; color:#fff; bottom: 15px; right: 15px; -webkit-transition: 0.3s; transition: 0.3s; }
 .iproduct li div a:hover { color: #1660e8;}
 .iproduct li:hover div{top: 0;}
 .iproduct li:hover div p{ display:block; line-height:1.5em;} 
 
.isolution{ padding:4% 0; background:url(../images/icase_bg.jpg) no-repeat center top; }
 .isolution .ititle{ color:#fff;}
 .isolution .ititle h3:after { border-top: 1px solid #fff;}
 .isolution .ititle h3:before{ border-top: 1px solid #fff;}
 .isolution .ititle p { color: #fff; }
 .isolution ul {list-style-type:none;}
 .isolution li {position: relative;float: left;width: 23%;cursor: pointer; margin:0 1%; }
 .isolution li em{ display:block; } 
 .isolution li em img{ display:block; width:100%;} 
 .isolution li div{ padding: 20px;background:#f7f7f7;}
 .isolution li div h2{ font-size: 18px; color: #222; line-height: 2; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
 .isolution li div p{ color: #acacac; line-height: 1.5em; }
 .isolution li:hover em img{} 
.icase{ padding:4% 0;position:relative; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; }
 .slick-c{ padding: 0 60px; position:relative;}
 .slick-c .icase_list{ outline:none; }
 .icase_list{ margin:1% 3%; border: 1px solid #e5e5e5; -webkit-transition: 0.3s; transition: 0.3s; }
 .icase_list em{ display: block; position: relative;}
 .icase_list em img{display:block;max-width: 100%; margin:0 auto;}
 .icase_list div{ padding:5% 10%;background-color: #fff;}
 .icase_list div h2{ font-size: 20px; text-align:center; }
 .icase_list div p{ }
 .icase_list div a{ }
 .icase_list:hover { border-color: transparent; -webkit-box-shadow: 0 0 13px #aaa; box-shadow: 0 0 13px #aaa; }
 .slick-c .slick-arrow{ position: absolute;top: 50%;margin-top: -28px;overflow: hidden; width: 40px;height: 40px;border-radius: 50%; text-indent:-999em; z-index: 5; border:none; outline:none; cursor: pointer;}
 .slick-c .slick-prev{left: 0;background:#ddd url("../images/q-prev.png") no-repeat center center; content:"";}
 .slick-c .slick-next{right: 0;background:#ddd url("../images/q-next.png") no-repeat center center;}
 .slick-c .slick-prev:hover{background-color:#58b4e2}
 .slick-c .slick-next:hover{background-color:#58b4e2}
.video-service{}
 .video{ width:49%; float: left;}
 .video img{ display:block; max-width:100%; margin:0 auto;}
 .service{width:49%; float: right; padding:4% 0;}
 .service h2{ font-size: 34px; color: #000; text-align:center; font-weight:normal;}
 .service ul {list-style-type:none;}
 .service li {float: left;width:29.3%; margin:0 2%; text-align:center; }
 .service li h3{ font-size: 48px; color: #e60f23; font-weight: bold;}
 .service li p{color: #8c8c8c;}
.inews{padding:4% 0; border-bottom: 1px solid #e5e5e5;  } 
 .inews .first{float:left; width:490px; border: 1px solid #e5e5e5;-webkit-box-shadow: 0 0 13px #aaa; box-shadow: 0 0 13px #aaa; } 
 .inews .first em{ display:block; } 
 .inews .first em img{ display:block; width:100%; } 
 .inews .first div{ padding:2% 4% 4% 4%; } 
 .inews .first div p{ line-height:1.8em;}
 .inews .first div a{display:block;color:#fff;} 
 .inews .first div strong{ display:block; font-size:18px; padding:1% 0; } 
 
 .inews ul{list-style:none; margin:0 0 0 530px; position: relative; padding:12px 0;}
 .inews ul li{ overflow: hidden; padding: 13px 0; border-bottom: 2px dotted #e7e7e7; }
 .inews ul li:first-child{ padding-top: 0; }
 .inews ul li:last-child{ border-bottom: 0; padding-bottom: 0;}
 .inews ul li strong{ font-size:16px;display:block; }
 .inews ul li p{color:#818181; font-size:12px; line-height:1.8em; }
 .inews ul li span{display:block; float:left; width: 70px; height: 70px;margin-right:15px; text-align:center; background: #ededed;color: #9e9e9e;padding:5px;}
 .inews ul li span em{display:block; font-size: 26px; color: #6f6f6f; line-height:1.5em; }
 .inews ul li:hover{ }
 .inews ul li:hover a{color: #2778c9;}
 .inews ul li:hover span{ background:#2778c9; color:#fff;}
 .inews ul li:hover span em{color: #fff;}
.about{ padding:4% 0; background:#efefef;}
.icompany{ width:80%; margin:0 auto; }
.icompany h3{ font-size:28px; position:relative; margin:0 0 2% 0;}
.icompany h3:before{ content:""; position:absolute; background:#178cce; width:80px; height: 3px;bottom:-2px; left:0; }
.icompany p{ text-indent:2em;}
.icompany img{ display:block; margin:3% auto 0 auto; }
 
.icontact{padding:3% 0; }
#footer{ background:#363749; color:#fff; }
#footer a{ }
.footnav{ padding:2% 0; }
.footnav dl{ list-style:none; padding:0px 2%;float:left; width:12%; }
.footnav dt{ padding:0 10px; font-size:20px;margin:0 0 5px 0; }
.footnav dd{ padding:0 10px;line-height:24px; font-size:14px;}
.footnav dd a{display:block;color:#c8c8c8;}
.f_erweima{padding:0px 2%;float:left; width:12%; text-align:center;}
.f_erweima img{ display:block; margin:0 auto 2% auto;}
.f_erweima p{ font-size:18px; line-height:1.5em;}
.copyright {padding:1% 0;text-align:center; background:#21212b; }
.copyright a{padding:0 8px;color:#c8c8c8;}
#main{ padding:2% 0;}
#left{float:left; width:22%;position:relative;}
#right{float:right; width:76%; padding:2% 0; }
#leftmsg{float:left; width:240px;}
#rightmsg{float:right; width:870px; }
.title{position:absolute; top:15%; text-align:center; width:60%; left:20%; background: rgba(0,0,0,0.3); padding:2% 0 3% 0;}
.title p{font-size:30px; color:#fff;}
.title span{display:block; font-size:18px; color:#fff; text-transform:uppercase; line-height:1.2em; }
.title p:before{position:absolute; left:50%; margin-left:-230px; width:150px; background:#fff; height:1px; top:64%; content:"";}
.title p:after{position:absolute; right:50%; margin-right:-230px; width:150px; background:#fff; height:1px; top:64%;content:"";}
.leftnav{ }
.leftnav h3{ background:#013973; padding:20px 0 20px 30px;}
.leftnav h3 strong{ display:block;font-size:30px; font-weight:normal;color:#fff;line-height:1.6em;}
.leftnav h3 span{ display: block;font-size:18px; color:#fff; line-height:1.6em; }
.leftnav dl{ list-style-type:none;}
.leftnav dt{font-size:14px; margin-top:1px; }
.leftnav dt a{ display:block; padding:0 25px;line-height:48px; background:#f1f1f1; border-left:4px #f1f1f1 solid;}
.leftnav dt a:hover, .leftnav dt #current{ border-left:4px #009edb solid; }
.leftnav dd{ display:none;line-height:20px; padding:8px 0;border-bottom:1px #dfdfdf solid; }
.leftnav dd a{ line-height:20px; display:block; background:url('../images/icon.png') no-repeat 23px 8px; padding:0 0 0 35px;}
.leftnav dd a:hover{ }
.place{padding:1% 0; border-bottom:1px #ccc solid;}
.place p{ float:right; background:url(../images/place.jpg) no-repeat left center; padding:0 0 0 25px; margin-top:10px;}
.place p a{ padding:0 8px;}
.place strong{ display:block; font-size:20px; padding: 0 8px;}
.business{}
.business ul{list-style-type:none;}
 .business li{overflow:hidden; clear:both;padding:2%; margin:1% 0;border-bottom: 1px #e7e7e7 solid; }
 .business li em{display:block;float:left; width:20%;overflow:hidden; position:relative; background:#0c4da2; } 
 .business li em img{width:100%; display:block;}
 .business li em span{ display:none;}
 .business li em:hover img{opacity: 0.5; }
 .business li em:hover span{display: block;position: absolute;top: 47%; width:100%;text-align:center; }
 .business li em:hover span b{display: inline-block; padding-right: 70px; font-size:22px;color: #fff;background: url("../images/icon.png") no-repeat right center; font-weight:normal;}
 
 .business li div{float:left; width:70%; padding:0 5%;}
 .business li h3{font-size:20px;margin:0 0 2% 0; color:#035cac; }
 .business li p{ }
 .business li .more{ display:inline-block;margin-top:10px; background: #efefef; padding: 2px 20px; text-overflow: ellipsis; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
 .business li .more:hover{background:#0d67b3; color:#fff;}
.newslist{}
 .newslist ul{ list-style-type:none;}
 .newslist li{ overflow:hidden; padding:2%; margin:1% 0; clear:both; border-bottom: 1px #e7e7e7 solid; }
 .newslist li em{display:block;float:left; width:240px; height:165px; border:#efefef 1px solid; overflow:hidden; margin:0 2% 0 0; background:#ccc; } 
 .newslist li em img{max-width:100%; display:block; margin:0 auto;}
 .newslist li div{margin-left:260px;}
 .newslist li h3{font-size:20px; }
 .newslist li span{ display:block; color:#666; font-size:12px; }
 .newslist li p{ line-height:1.8em; }
 .newslist li .more{ display:inline-block;margin-top:10px; background: #efefef; padding: 2px 20px; text-overflow: ellipsis; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
 .newslist li .more:hover{background:#0d67b3; color:#fff;}
 
.publiclist{}
 .publiclist ul{ list-style-type:none;}
 .publiclist li{padding:7px 0px;border-bottom:1px #cdcdcd dotted; line-height:18px; }
 .publiclist li a{display:block; padding:0 0 0 25px; background:url('../images/icon.png') no-repeat 12px center; line-height:18px; }
 .publiclist li span{ float:right;padding-right:8px;color:#999;line-height:18px; }
 .publiclist li strong{line-height:18px;}
 
.title01{ background:url('../images/title01.gif') repeat-x left bottom;text-indent:1em; padding:0 0 9px 0; font-weight:bold;}
.title01:before{ content:"◆"; color:#013973;}
.title01 span{ display: inline-block; }
.contain{margin:0 2%;}
.content{}
.content h1{ background:url('../images/title01.gif') repeat-x left bottom; text-indent:1em; padding:0 0 9px 0; font-weight:bold;}
.content h1:before{ content:"◆"; color:#013973;}
.content h1 span{ display: inline-block; }
.content h1 a{ display:block; }
.content h2{ background:url('../images/cion01.gif') no-repeat left center; font-weight:bold; padding:0 0 0 20px; font-size:14px;}
.content h3{font-size:26px; color:#146ccc; text-align:center; font-weight:800;}
.content h4{ background:#3d7ed6; line-height:28px; text-indent:1em; color:#fff;}
.content h5{ border:1px solid #3d7ed6; color:#3d7ed6; text-indent:1em; line-height:28px;}
.content h6{ text-align:center; font-size:12px; font-weight:normal; line-height:30px; padding:0 0 8px 0; color:#6c6b68;}
.content p{ margin:8px auto;} 
.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:#2882d8; padding:2px 5px;border:#d4d4d7 solid 1px;}
 .tableboder td{ padding:2px 5px;border:#d4d4d7 solid 1px;}
 
.brief{margin:0 auto;}
.brief a:hover{ text-decoration:underline;}
.page{ text-align:center; font-size:12px; padding:15px 0 0 0;}
.page a{ padding:0 3px;}
.page a:hover{text-decoration:underline;}
.tool{text-align:right; font-size:12px; padding:10px 0 15px 0;}
.tool a{ padding:0 3px;}
.tool a:hover{ text-decoration:underline;}
.product{ padding:1%;}
.choice{ height:26px; padding:10px 0;}
.choice a{ background:url('../images/choice02.gif') no-repeat; display:block; text-align:center; margin:0 10px 0 0; font-weight:bold; width:110px;line-height:26px; float:left; color:#444444;}
.choice a:hover{ color:#fff; background:url('../images/choice01.gif') no-repeat;}
.choice #current{ color:#fff; background:url('../images/choice01.gif') no-repeat;}
.pro_a{ padding:1% 0;float:left; width:48%; margin:0 1%; }
 .pro_a img{width:120px; border:7px solid #ededed; margin:0 1.5% 0 0; float:left;}
 .pro_a div{ line-height:20px; padding:2px 5px 2px 5px; vertical-align:top;}
 .pro_a div strong{ line-height:20px; }
 .pro_a div p{ display:inline; line-height:20px;}
/*橱窗页1:1*/
.productb{ padding:5px 0;}
 .productb .picdiv{ float:left; width:23%; text-align:center; margin:5px 1%; }
 .productb h2{border:7px solid #ededed; }
 .productb h2 a{ display:block; }
 .productb h2 img{display:block; max-width:100%; margin:0 auto;}
 .productb span{line-height:18px; text-align:center;display:block; padding:5px;}
 .productb span a{line-height:18px;}
/*产品内容页c*/
.special{ padding:10px 0 20px 20px;}
 .special img{float:left;margin:0 2% 0 0; width:200px;border:1px solid #e0e0e0; padding:6px; background:#f1f1f1;}
 .special div strong{ }
 .special div{padding:0 6px; }
 .special div p{ display:inline;}
 
.client{ font-size:14px; padding:0 15px 15px 15px;}
.client ul{ list-style-type:none;}
.client li{ width:25%; float:left; line-height:32px; background:url('../images/icon.png') no-repeat left 12px; padding:0 0 0 12px;}
 
.contact{padding:0;}
.down{}
 .down ul{ list-style-type:none;}
 .down li{padding:7px 0px 7px 25px;border-bottom:1px #cdcdcd dotted; line-height:18px;background:url('../images/icon.png') no-repeat 12px center;}
 .down li a{display:block; float:right; line-height:18px; }
 .down li strong{line-height:18px;}
.sitemap{padding:0 10px 10px 10px;}
.sitemap a{padding:0 5px;}
#fromtinner_{ padding:10px 15px;}
 #fromtinner_ textarea{width:400px;font-size:12px;line-height:18px ;border:solid 1px #d8d8d8;}
 #fromtinner_ input{line-height:22px; height:24px; font-size:12px;border:solid 1px #d8d8d8;}
 #fromtinner_ .border{width:400px;border:solid 1px #d8d8d8;}
 #fromtinner_ .btn{border-style: none;border-color: inherit; border-width: medium;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:#2882d8;}
 .sitemsg .con{padding-left: 8px;}
/*留言页面*/
#boardinner_ {border:0; font-size:12px;}
 #boardinner_ form{ padding:6px 0; margin-bottom:10px;}
 #boardinner_ input{ padding:2px; font-size:12px;line-height:18px ;border:solid 1px #d8d8d8;}
 #boardinner_ textarea{ padding:2px; font-size:12px; line-height:18px;border:solid 1px #d8d8d8;}
 #boardinner_ .btn{border-style: none; border-color: inherit; border-width: medium; 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{ background:url('../images/cion.gif') no-repeat left 8px;padding-left:10px;}
 #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{line-height:18px;padding:7px 8px; border-bottom:1px dotted #ccc; }
 .comment_list li a{ line-height:18px; background:url('../images/icon.png') no-repeat 8px center; padding:0 0 0 26px; display:block; }
#comment_list{ padding:8px 10px;}
 #comment_list table td{ padding:2px; font-weight:bold;}
 #comment_list input{line-height:22px; font-size:12px; height:22px; padding:0 0 0 2px;}
 #comment_list textarea{line-height:18px;font-size:12px; line-height:22px; height:100px;}
 #comment_list .border{width:400px;border:solid 1px #d6d6d6;}
 #comment_list .btn{border-style: none; border-color: inherit; border-width: medium; 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;font-size:12px; padding:20px 0 0 0;}
 #commentinner_ form{padding:6px 0; margin-bottom:10px;}
 #commentinner_ input{padding:2px;line-height:18px; font-size:12px;border:solid 1px #d8d8d8;}
 #commentinner_ textarea{ padding:2px;line-height:18px;font-size:12px;border:solid 1px #d8d8d8;}
 #commentinner_ .border{width:180px;border:solid 1px #d8d8d8;}
 #commentinner_ .checkbox{ border:none; }
 #commentinner_ .btn{border-style: none; border-color: inherit; border-width: medium; 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; font-size:14px; }
 #commentinner_ ul{list-style-type:none; padding:4px 8px;}
 #commentinner_ li{background:url('../images/icon.png') no-repeat left center; padding-left:10px;}
 #commentinner_ p{ text-align:center;background:none; }
#search_ {font-size:12px ; border:0;}
 #search_ table{}
 #search_ table td {font-size:12px; padding:10px 0 5px 0;}
 #search_ input{line-height:20px;height:20px; font-size:12px;border:solid 1px #d8d8d8;width:100px; padding:0 0 0 2px;}
 #search_ .btn{border-style: none; border-color: inherit; border-width: medium; 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_{font-size:12px ;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; line-height:24px;margin:0 7px;border-bottom:1px #ababab dashed;}
 .searchHint_ dt{ background:url('../images/icon.png') no-repeat left 8px; padding:0 0 0 20px;}
 .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{}
