/* Chrome谷歌浏览器滚动条美化 */
::-webkit-scrollbar { width:10px; height:9px; box-sizing:border-box; background:#eee;}
::-webkit-scrollbar-button { width:10px; height:12px; background:url(../images/arrow.png) no-repeat;}
::-webkit-scrollbar-button:vertical:start { background-position:0 0;}
::-webkit-scrollbar-button:vertical:start:hover { background-position:-10px 0;}
::-webkit-scrollbar-button:vertical:start:active { background-position:-20px 0;}
::-webkit-scrollbar-button:vertical:end { background-position:-30px 0;}
::-webkit-scrollbar-button:vertical:end:hover { background-position:-40px 0;}
::-webkit-scrollbar-button:vertical:end:active { background-position:-50px 0;}
::-webkit-scrollbar-button:horizontal:start { background-position:0 -11px;}
::-webkit-scrollbar-button:horizontal:start:hover { background-position:-10px -11px;}
::-webkit-scrollbar-button:horizontal:start:active { background-position:-19px -11px;}
::-webkit-scrollbar-button:horizontal:end { background-position:-30px -11px;}
::-webkit-scrollbar-button:horizontal:end:hover { background-position:-40px -11px;}
::-webkit-scrollbar-button:horizontal:end:active { background-position:-50px -11px;}
::-webkit-scrollbar-track-piece { background-color:rgba(0,0,0,.15); -webkit-border-radius:5px;}
::-webkit-scrollbar-thumb { background-color:#E7E7E7; border:1px solid rgba(0,0,0,.21); -webkit-border-radius:5px;}
::-webkit-scrollbar-thumb:hover { background-color:#F6F6F6; border:1px solid rgba(0,0,0,.21);}
::-webkit-scrollbar-thumb:active { background:-webkit-gradient(linear,left top,left bottom,from(#E4E4E4),to(#F4F4F4));}
::-webkit-scrollbar-corner { background-color:#f1f1f1; -webkit-border-radius:1px;}

/* 重置 */
body,div,table,dl,dd,form{ padding:0px; margin:0px auto;}
body { color:#333; background:#fff; font-family:"Microsoft YaHei",微软雅黑,黑体,宋体,SimSun,Arial; font-size:14px; word-wrap:break-word; word-break:break-all;}
body { min-width:1200px;}/* 防止手机端背景色显示不全 */
img { border:none;}
h1,h2,h3,h4,p,img { margin:0px; padding:0px;}
ul,li,ol { list-style:none; margin:0px; padding:0px;}
table { border-collapse:collapse; border-spacing:0;}
label { vertical-align:middle;}
a:active, a:focus { -moz-outline:none; outline:none; ie-dummy:expression(this.hideFocus=true);}/*清除a链接过后的虚线*/
input,textarea { outline:none;}/*清除Safari和Chrome输入框得到焦点时边框会出现阴影效果。*/
input,button, .inputcheckbox { vertical-align:middle;}
a { color:#333; text-decoration:none;}
a:hover { color:#eb3534; text-decoration:none;}
.slh { white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.fl { float:left}
.fr { float:right}
.clear,.clr { display:block; content:""; visibility:hidden; font-size:0px; width:0px; height:0px; clear:both;}
.red { color:#c00}
.red2 { color:#f00}
.red2 a { color:#f00;}
.red2 a:hover { color:#f60;}
.orange { color:#f60;}
.orange a { color:#f60;}
.orange a:hover { color:#f00;}
.white { color:#fff;}
.white a { color:#fff;}
.white a { color:#ff0;}
.black { color:#2f4056;}
.black a { color:#2f4056;}
.black a:hover { color:#f00;}
.blue { color:#1e9fff;}
.blue a { color:#1e9fff;}
.blue a:hover { color:#f00;}
.green { color:#090;}
.green a { color:#090;}
.green a:hover { color:#f00;}
.gray { color:#ccc;}
.yellow { color:#ffb800;}
.yellow a { color:#ffb800;}
.yellow a:hover{ color:#f00;}
.yellow2 { color:#ff0;}
.yellow2 a { color:#ff0;}
.cyan { color:#009688;}
.cyan a { color:#009688;}
.cyan a:hover { color:#f00;}
.jc { font-weight:bold;}
.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml30 { margin-left:30px;}
.ml40 { margin-left:40px;}
.mr10 { margin-right:10px;}
.pd5 { padding-left:5px;}
.pd-lr3 { padding:0 3px;}
.hand { cursor:pointer;}
.show { display:block;}
.hide { display:none;}
.empty { width:100%; line-height:30px; padding:10px; text-align:center; display:none;}

/* 字体大小 */
.yahei,.yahei12,.yahei14,.yahei16,.yahei18,.yahei20,.yahei22,.yahei24,yahei26 { font-family:"Microsoft YaHei",微软雅黑,黑体,宋体,SimSun,Arial;}
.yahei12 { font-size:12px;}
.yahei14 { font-size:14px;}
.yahei16 { font-size:16px;}
.yahei18 { font-size:18px;}
.yahei20 { font-size:20px;}
.yahei22 { font-size:22px;}
.yahei24 { font-size:24px;}
.yahei26 { font-size:26px;}
.font-space { letter-spacing:1px;}
.more { padding-right:10px; float:right;}
.more a { color:#999;}
.more a:hover { color:#f00;}
.more2 {  padding-right:10px; float:right;}
.more2 a { color:#fff;}
.more2 a:hover { color:#ff0;}
.more3 {  padding-right:10px; float:right;}
.more3 a { color:#99bbeb;}
.more3 a:hover { color:#ff0;}
.location { line-height:42px; text-align:center; padding:0 10px 0 0; float:right;}
.time { font-family:Arial, Helvetica, sans-serif; font-size:11px; float:right; color:#999;}
.blue-btn {  width:100%; background:#0f5cb3; border:none; color:#fff; text-align:center; cursor:pointer;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.blue-btn:hover { background:#f60;}
.zy-lm-title { min-width:160px; background:#0d67c7; color:#fff; font-weight:bold; line-height:40px; text-align:center; display:block; float:left;}
.no-data { color:#999; text-align:center;}

/* 公共输入框 按钮 */
.input { width:100%; padding:0 10px; color:#333; border:#dcdcdc 1px solid; box-sizing:border-box;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.input:focus { outline:none;
	border-color:rgba(28, 153, 239, 0.8); 
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6)
}
.input::-webkit-input-placeholder { color:#ccc;}
.input::-moz-placeholder { color:#ccc;}
.input:-ms-input-placeholder { color:#ccc;}
.btn { width:100%; background:#0f5cb3; border:none; color:#fff; text-align:center; cursor:pointer;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.btn:hover { background:#ff9728;}
.select { width:100%; border:#dcdcdc 1px solid; box-sizing:border-box; outline:none; /*padding-left:5px;background:url(../images/pro_tab_icon_arrow.png) 65px 10px no-repeat;*/
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
	/*很关键：将默认的select选择框样式清除*/ 
	/*appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;*/
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.select::-ms-expand { display:none;}
.select option { font-size:14px;}

/*盒子*/
.wrap, .link { background:#fff; box-sizing:border-box;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}
.wrap { width:1200px; position:relative; padding:20px;}
.wrap2 { width:1200px;}
.index-body-bg { background:#efeff1;}

/*顶部*/
.head-wrap { width:100%; height:30px; background:#015293; line-height:30px;}
.head { width:1200px; height:30px; color:#fff;}
.head .welcome {}

/*菜单*/
.menu-wrap { width:100%; height:50px; background:#0f5cb3;
	-webkit-box-shadow:0px 1px 3px #999;
	-moz-box-shadow:0px 1px 3px #999;
	box-shadow:0px 1px 3px #999;
}
.menu { width:1200px; height:50px; color:#fff; line-height:50px; position:relative;}
.menu .logo { width:280px; height:66px; padding-top:0px; float:left;}
.menu .logo img { }
.menu ul { /*float:right;*/}
.menu ul li { width:150px; height:50px; font-size:16px; text-align:center; line-height:50px; margin-right:25px; float:left; position:relative; cursor:pointer;}
.menu ul li:hover { background:#c40e03; color:#fff;}
.menu ul li a { width:150px; color:#fff; display:block; text-align:center;}
.menu ul li a:hover { color:#fff;}
.menu ul li:last-child { margin-right:0px;}
.menu ul li.on { background:#c40e03; color:#fff !important; font-weight:bold;}
.menu ul li.on a { color:#fff !important;}
.menu ul li.on a:hover { color:#fff;}
.menu-bar { background:#c40e03; font-weight:bold; color:#fff;}
.menu-a { color:#fff !important;} /*有二级菜单的时候文字，鼠标经过有文字颜色保持白色*/
.menu-a a { color:#fff;}
.subnav { width:100%; text-align:center; display:none; font-size:13px; position:absolute; left:0; top:50px; line-height:35px; z-index:110;
	-webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
}
.subnav dt { width:100%;}
.subnav dt a { background:#fff; color:#333 !important; padding-top:0;}
.subnav dt a:hover { background:#c40e03; color:#fff !important;}

/* 日期和搜索 */
.date { width:100%; height:35px; background:#fafafa; font-size:14px; line-height:35px;}
.date .date-concent { width:1200px;}
.date .date-iframe { padding-top:8px;}
.date .date-time { padding-right:10px;}
.date .date-input { width:200px; height:23px; border:#eae9e9 1px solid; border-bottom-width:1px 0px 1px 1px; padding:0 5px;}
.date .date-btn { width:75px; height:25px; background:#1588e3 url(../images/search_btn.png) 8px 4px no-repeat; color:#fff; padding-left:20px; border:none;}

/* 首页banner */
.banner-wrap { width:1200px; margin:0 auto;  position:relative;}
.banner-wrap .logo { width:700px; height:80px; position:absolute; top:75px; left:0; z-index:9999;}
.banner { min-width:1200px; position:relative; height:250px; overflow:hidden;}
.banner .bd { position:relative; z-index:0;}
.banner .bd ul { width:100% !important;}
.banner .bd li { width:100% !important; height:250px;}
.banner .bd li .siteWidth { width:1000px; position:relative; margin:0 auto; height:439px;}
.banner .bd li a { height:300px; display:block;}
.banner .bd .txt { position:absolute; width:100%; top:100px; left:22px; font:normal 18px/30px "Microsoft YaHei";}
.banner .bd .btn { display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(../images/banner-btn.png) 0 0 no-repeat; _background:url(../images/banner-btn-ie6.png) 0 0 no-repeat;}
.banner .hd { width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center;}
.banner .hd ul li { cursor:pointer; display:inline-block; *display:inline; zoom:1; width:40px; height:4px; margin:4px; background:url(../images/dot_black.png) 0 0; overflow:hidden; line-height:9999px; filter:alpha(opacity=40);opacity:0.4;}
.banner .hd ul .on { filter:alpha(opacity=100); opacity:1;}

/* 阴影 */
.shadow { width:100%; height:6px; background:#efeff1 url(../images/shadow.png) repeat-x;}

/*焦点图*/
.focus-box { width:400px; height:280px; background:#fff; float:left; position:relative; overflow:hidden;}
.focus-box .pic img { width:400px; height:280px; display:block; overflow:hidden;}
.focus-box .txt-bg { height:36px; width:100%;  background:#333; position:absolute; bottom:0; z-index:1; filter:alpha(opacity=40); opacity:0.4; overflow:hidden;}
.focus-box .txt { width:100%; height:36px; position:absolute; bottom:0; z-index:2; overflow:hidden;}
.focus-box .txt li { height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focus-box .txt li a { display:block; color:#fff; padding:0 0 0 10px; font-size:14px; text-decoration:none;}
.focus-box .num { position:absolute; z-index:3; bottom:6px; right:6px;}
.focus-box .num li { width:24px; height:24px; line-height:24px; overflow:hidden; text-align:center; margin-right:1px; float:left; position:relative; cursor:pointer;}
.focus-box .num li a,.focus-box .num li span { width:100%; height:100%; color:#fff; text-align:center; text-decoration:none; position:absolute; z-index:2; display:block; top:0; left:0;}
.focus-box .num li span { width:100%; height:100%; z-index:1; background:#000; filter:alpha(opacity=50); opacity:0.5;}
.focus-box .num li.on a,.focus-box .num a:hover { background:#f60;}

/*重要通知 Tab切换*/
.news-wrap { width:940px; background:#fff; padding:20px; box-sizing:border-box;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}
.news-tab { width:480px; height:280px; background:#fff; text-align:left;}
.news-tab .hd { width:480px; height:39px; background:#fff; line-height:39px; border-bottom:#eae9e9 1px solid;}
.news-tab .hd ul { float:left;}
.news-tab .hd ul li { width:110px; height:40px; line-height:40px; text-align:center; font-size:16px; float:left; cursor:pointer;}
.news-tab .hd ul li.on { height:38px; background:#fff; color:#0f5cb3; font-weight:bold; border-top:#0f5cb3 2px solid; border-left:#eae9e9 1px solid; border-right:#eae9e9 1px solid;}
.news-tab .hd ul li.on a { color:#fff;}
.news-tab .hd ul li.on a:hover { color:#f00;}
.news-tab .bd { }
.news-tab .bd ul { }
.news-tab .tempWrap { }
.news-tab .news-tab-content {}
.news-tab .news-tab-jj { width:440px; height:80px; padding:10px 10px 15px 10px; border-bottom:#e2e2e2 1px dotted; overflow:hidden;}
.news-tab .news-tab-jj h2 { width:440px; height:36px; color:#c00; line-height:36px; text-align:center; font-size:16px; overflow:hidden;}
.news-tab .news-tab-jj h2 a { color:#c00;}
.news-tab .news-tab-jj h2 a:hover { color:#f00;}
.news-tab .news-tab-jj span { width:440px; height:48px; font-size:14px; color:#999; line-height:24px; text-align:24px; display:block; overflow:hidden;}
.news-tab .news-tab-jj span a { color:#999;}
.news-tab .news-tab-jj span a:hover{ color:#f00;}
.news-tab .news-tab-list { width:440px; height:150px; background:#fff; overflow:hidden;}
.news-tab .news-tab-list ul { padding-top:5px;}
.news-tab .news-tab-list li { width:405px; height:36px; background:url(../images/news_dot2.gif) 0px 3px no-repeat; line-height:36px; font-size:16px; padding:0 0px 0 15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news-tab .news-tab-list li:first-child { display:none;}
.news-tab .about{ line-height:36px; text-indent:26px; padding:10px 0 0 0;}

/*通知公告*/
.notice { width:240px; height:320px; background:#fff;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}
.notice .notice-bar { width:240px; height:39px; background:#fafafa; line-height:39px; border-bottom:#eae9e9 1px solid;}
.notice .notice-bar i { width:100px; height:38px; background:#fff; font-size:16px; text-align:center; color:#0073dd; font-style:normal; font-weight:bold; border-top:#0073dd 2px solid; border-right:#eae9e9 1px solid; display:block; float:left;}
.notice ul { padding:5px 10px 10px 10px; background:url(../images/news_number_ico.png) 15px 15px no-repeat;}
.notice li { width:190px; height:38px; font-size:16px; line-height:38px; padding:0 0px 0 30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/*协会动态*/
.xh-news { width:425px; text-align:left;}
.xh-news .xh-news-bar { width:425px; height:40px; background:#fff url(../images/title_bar.png) no-repeat left bottom; line-height:40px;}
.xh-news .xh-news-bar i { width:90px; height:40px; text-align:center; font-size:16px; letter-spacing:2px; font-style:normal; color:#0f5cb3; font-weight:bold; display:block; float:left;}
.xh-news .xh-news-list { width:425px; height:170px; padding:5px 0px; overflow:hidden;}
.xh-news .xh-news-list li { width:415px; height:36px; background:url(../images/news_dot2.gif) 0px 3px no-repeat; line-height:36px; font-size:16px; padding:0 0px 0 10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/*公众服务*/
.service { width:240px;}
.service a { color:#fff;}
.service a:hover { color:#ff0;}
.service li { width:170px; height:100px; line-height:45px; font-size:16px; color:#fff; margin-bottom:10px; padding-left:70px; cursor:pointer;}
.service li:hover { color:#ff0;}
.service li:last-child { margin-bottom:0px;}
.service .service-bg1 { width:170px; height:45px; background:url(../images/service_bg1.png) no-repeat;}
.service .service-bg2 { width:170px; height:45px; background:url(../images/service_bg2.png) no-repeat;}
.service .service-bg3 { width:170px; height:45px; background:url(../images/service_bg3.png) no-repeat;}
.service .service-bg4 { width:170px; height:45px; background:url(../images/service_bg4.png) no-repeat;}
.service .service-bg5 { width:170px; height:45px; background:url(../images/service_bg5.png) no-repeat;}

/*表格下载 办事指南*/
.down { width:540px; text-align:left;}
.down .down-bar { width:540px; height:40px; background:#fff url(../images/title_bar.png) no-repeat left bottom; line-height:40px;}
.down .down-bar i { width:90px; height:40px; text-align:center; font-size:16px; letter-spacing:2px; font-style:normal; color:#0f5cb3; font-weight:bold; display:block; float:left;}
.down .down-list { width:540px; height:170px; padding:5px 0px; overflow:hidden;}
.down .down-list ul { float:left;}
.down .down-list li { width:280px; height:36px; background:url(../images/news_dot2.gif) 0px 3px no-repeat; line-height:36px; font-size:16px; padding:0 0px 0 10px; margin-left:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.down .down-list dl { float:left;}
.down .down-list dl a { color:#fff;}
.down .down-list dl a:hover { color:#ff0;}
.down .down-list dd { width:280px; height:50px; background:#3391fb url(../images/news_dot5.gif) 270px center no-repeat; line-height:50px; color:#fff; font-size:16px; padding:0 0px 0 10px; margin:0 0 10px 10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.down .down-list dd:nth-child(1) { background:#18c18b url(../images/news_dot5.gif) 270px center no-repeat;}
.down .down-list dd:nth-child(2) { background:#339abc url(../images/news_dot5.gif) 270px center no-repeat;}
.down .down-list dd:nth-child(3) { background:#6a89c3 url(../images/news_dot5.gif) 270px center no-repeat;}
.down-pic { width:240px; height:170px;}
.down-pic img { width:240px; height:170px; overflow:hidden;}
.line { width:5px; height:220px; border-right:#f5f5f5 1px solid; margin:0px 30px;}

/*政策文件*/
.remote-file { width:590px; background:#fff; text-align:left;}
.remote-file .remote-file-bar { width:590px; height:40px; background:url(../images/remote_bar_bg.jpg) repeat-x; line-height:40px;}
.remote-file .remote-file-bar i { width:120px; background:#fff; height:38px; border-top:#0f5cb3 2px solid; border-right:#eae9e9 1px solid; letter-spacing:2px; color:#0f5cb3; text-align:center; font-style:normal; font-size:16px; font-weight:bold; display:block; float:left;}
.remote-file .remote-file-list { width:560px; height:190px; padding:5px 10px; overflow:hidden;}
.remote-file .remote-file-list li { width:550px; height:36px; background:url(../images/news_dot2.gif) 0px 3px no-repeat; line-height:36px; padding:0 0px 0 10px; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/* 图片新闻 */
.news-pic { width:1200px; background:#fff; padding-bottom:20px; box-sizing:border-box; overflow:hidden; position:relative;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}

.news-pic .news-pic-bar { width:1200px; height:39px; background:#f9f9f9; line-height:38px; border-bottom:#e6e6e6 1px solid;}
.news-pic .news-pic-bar i { width:120px; height:38px; background:#fff; border-top:#0f5cb3 2px solid; border-right:#eae9e9 1px solid; font-size:16px; text-align:center; color:#0f5cb3; letter-spacing:2px; font-style:normal; font-weight:bold; display:block; float:left;}
.news-pic .news-pic-list { width:1200px; padding-top:20px;}
.news-pic .news-pic-list ul { overflow:hidden; zoom:1;}
.news-pic .news-pic-list ul li { margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;}
.news-pic .news-pic-list ul li .pic { width:214px; height:150px;}
.news-pic .news-pic-list ul li .pic img { width:214px; height:150px; overflow:hidden;}
.news-pic .news-pic-list ul li .title { width:194px; height:37px; background:#f7f7f7; line-height:37px; font-size:16px; border-bottom:#ececec 3px solid; padding:0 10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news-pic .prev, .news-pic .next { width:30px; height:30px; background:url(../images/tj_arrow.png) no-repeat; position:absolute; display:block; z-index:99; overflow:hidden; cursor:pointer;}
.news-pic .prev{ background-position:-30px 0px; left:20px; top:140px;}
.news-pic .next { background-position:-30px -30px; right:20px; top:140px;}
.news-pic .prevStop { background-position:0px 0px;}
.news-pic .nextStop { background-position:0px -30px;}

/* 合作伙伴 */
.link { width:1200px;}
.partner-group { width:1200px; background:#fff; text-align:left;}
.partner-group .parhd { height:38px; border-bottom:#0f5cb3 2px solid; line-height:38px; position:relative;}
.partner-group .parhd ul { float:left; position:absolute; left:0px; top:0px; height:38px;}
.partner-group .parhd ul li { min-width:100px; color:#333; padding:0 10px; text-align:center; float:left; cursor:pointer;}
.partner-group .parhd ul li.on { height:38px; background:#0f5cb3; font-size:16px; letter-spacing:2px; color:#fff; font-weight:bold;}
.partner-group .slideBox { padding:20px 0px 20px 0px; position:relative; overflow:hidden; zoom:1;}
.partner-group .sprev,.partner-group .snext { position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(../images/icoLeft.gif) center center no-repeat #f4f4f4;}
.partner-group .snext { left:auto; right:5px; background:url(../images/icoRight.gif) center center no-repeat #f4f4f4;}
.partner-group .sprev:hover,.partner-group .snext:hover { border-color:#f60;}
.partner-group .parbd ul { overflow:hidden; zoom:1;}
.partner-group .parbd ul li { margin:0 20px 0 0; float:left; _display:inline; text-align:center; overflow:hidden; position:relative;}
.partner-group .parbd ul li .partner-pic { text-align:center;}
.partner-group .parbd ul li .partner-pic img { width:168px; height:68px; display:block; padding:2px; border:1px solid #dcdcdc;}
.partner-group .parbd ul li .partner-pic a:hover img { border-color:#ff7500;}
.partner-group .parbd ul li .title { line-height:24px;}

/* 右侧快捷导航 */
.right-side { width:40px; height:295px; position:fixed; right:0; top:340px; z-index:100;}
.right-side ul li { width:40px; height:40px; float:left; position:relative; margin-bottom:1px;}
.right-side ul li .right-sidebox { width:40px; height:40px; background:#3694c8; color:#fff;font:14px/40px "微软雅黑"; position:absolute; top:0; right:0; transition:all 0.3s; opacity:0.8; filter:Alpha(opacity=80); overflow:hidden;}
.right-side ul li .right-sidetop,.right-side ul li .right-weixin,.right-side ul li .right-msg { width:40px; height:40px; background:#3694c8; line-height:40px; display:inline-block; opacity:0.8; filter:Alpha(opacity=80); transition:all 0.3s;}
.right-side ul li .right-sidetop:hover,.right-side ul li .right-weixin:hover,.right-side ul li .right-msg:hover { background:#e3602a; opacity:1; filter:Alpha(opacity=100);}
.right-side ul li img { float:left;}
.right-ewm { position:absolute; right:40px; top:0px; display:none;}

/*copyright*/
.copyright { width:100%; background:#032771; line-height:28px; color:#fff; font-family:Arial, Helvetica, sans-serif;}
.copyright a { color:#fff;}
.copyright a:hover { color:#ff0;}
.copyright-content { width:1200px; text-align:center; padding:10px 0; position:relative;}
.copyright-content .face { position:absolute; left:0px; top:15px; opacity:0.5; filter:Alpha(opacity=50);}
.copyright-content .dzjg { position:absolute; left:0px; top:20px;}
.copyright-content .sydw { position:absolute; left:0px; top:20px;}
.copyright-content .ygwb { position:absolute; left:90px; top:20px;}
.copyright-content .gswj { position:absolute; right:0px; top:15px; font-size:12px; line-height:18px;}
.copyright-content .wx-ewm { position:absolute; right:90px; top:15px; font-size:12px; line-height:18px;}

/*分页1*/
.page { margin:30px 0 10px 20px;}
.page a { padding:2px 5px 2px 5px; margin-right:2px; border:#ccc 1px solid; color:#333;}
.page a:hover { padding:2px 5px 2px 5px; margin-right:2px; border:#0f5cb3 1px solid;}
.page span.current { color:#fff; background:#0f5cb3; padding:2px 5px 2px 5px; margin-right:2px; border:#0f5cb3 1px solid; font-weight:bold;}
.page span.disabled { color:#ccc; padding:2px 5px 2px 5px; margin-right:2px; border:#ccc 1px solid;}
.page input { width:30px; height:24px; line-height:24px; padding:0 2px; text-align:center; color:#333; margin:0 5px; border:#ccc 1px solid;}
.page input:hover, .page input:focus { border:#0f5cb3 1px solid;}

/*分页2*/
#pages { height:36px; width:124px; margin:10px auto 10px;}
#pages span { float:left; margin:0 18px 0 13px; line-height:28px;}
#pages a { width:36px; height:36px; background:#fff; display:block; color:#a9a9a9; line-height:36px; text-align:center; font-family:Arial; float:left; margin-right:5px; transition:background-color 0.2s ease-out;}
#pages a#pageactive { background:#e70012; color:#fff;}
#pages a:hover { background:#969696; color:#fff;}
#pages .prev,#pages .next{ background:url(../images/pages.png) no-repeat;}
#pages .prev,#pages .next { width:11px; height:18px; display:block; position:relative; top:8px;}
#pages .prev { background-position:-0px -0px;}
#pages .next { background-position:-41px -0px;}

/*-------------子页-------------*/
/*子页各栏目盒子*/
.zy-news-show { background:#fff; box-sizing:border-box;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}

/*子页头部*/
.zy-head {}
.zy-head li { width:100px; float:left; text-align:center;}
.zy-head a { color:#fff;}
.zy-head a:hover { color:#ff0;}

/*子页关于我们*/
.about-nav { width:240px; background:#fff;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}
.about-nav .nav-bar { width:240px; height:40px; background:#0f5cb3; color:#fff; text-align:center; letter-spacing:2px; line-height:40px; font-weight:bold;}
.about-nav .nav-bar2 { width:190px; height:50px; background:#0f5cb3 url(../images/about_nav_bar2.png) 20px 16px no-repeat; color:#fff; letter-spacing:2px; line-height:50px; font-weight:bold; padding-left:50px;}
.about-nav ul { padding:0px 20px 20px 20px;}
.about-nav li { width:200px; height:40px; background:url(../images/about_nav_bg2.png) no-repeat; line-height:40px; margin-top:10px; cursor:pointer;}
.about-nav li a { color:#333; display:block; padding-left:20px;}
.about-nav li a:hover { color:#fff;}
.about-nav li:hover { width:200px; background:url(../images/about_nav_bg.png) no-repeat;}
.about-nav .nav-bg { background:url(../images/about_nav_bg2.jpg) no-repeat; color:#fff; display:block;}
.about-nav .on { width:200px; background:url(../images/about_nav_bg.png) no-repeat; font-weight:bold; color:#333; display:block;}
.about-nav .on a { color:#fff;}
.about-nav .search-input { width:200px; height:36px; border:#dcdcdc 1px solid; padding:0px 10px;}
.about-nav .search-input:focus { outline:none; border-color:rgba(28, 153, 239, 0.8);}
.about-nav .search-btn { width:200px; height:36px; background:#0FA9F6; font-size:15px;}
.about-nav .search-btn:hover { width:200px; height:36px; background:#0b0;}
.about-con-wrap { width:940px; background:#fff;
	-webkit-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	-moz-box-shadow:0 0 10px 0 rgba(230,230,230,1);
	box-shadow:0 0 10px 0 rgba(230,230,230,1);
}
.about-con-title { width:910px; height:48px; line-height:48px; background:#fafafa; border-bottom:#0f5cb3 2px solid; position:relative; padding:0 20px 0 10px;}
.about-con-title .about-title-bar { min-width:120px; height:48px; background:url(../images/about_right_ico.png) 0px center no-repeat; color:#0f5cb3; font-weight:bold; padding-left:8px}
.about-con-title2 { width:870px; height:48px; line-height:48px; background:#fff; border-bottom:#f6f6f6 2px solid; position:relative; padding:10px 20px 0 10px;}
.about-con-title2 .about-title-bar { min-width:120px; height:48px; background:url(../images/msg_title_ico.png) 0px center no-repeat; color:#0f5cb3; font-weight:bold; padding-left:15px}
.about-con { font-size:16px; padding:20px; line-height:30px;}
.about-con img { max-width:800px;}

/*子页菜单*/
.zy-menu-wrap { width:100%; height:80px; background:#0f5cb3;
	box-shadow:0px 1px 3px #999;
}
.zy-menu { width:1200px; height:80px; color:#fff; line-height:80px; position:relative;}
.zy-menu ul { padding:20px 0px 0px 180px; float:left;}
.zy-menu ul li { min-width:100px; height:40px; font-size:16px; text-align:center; line-height:40px; float:left; position:relative; cursor:pointer;}
.zy-menu ul li:hover { background:#34bcee; color:#fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.zy-menu ul li a { width:100px; height:40px; color:#fff; display:block; text-align:center;}
.zy-menu ul li a:hover { color:#fff;}
.zy-menu ul li:last-child { margin-right:0px;}
.zy-menu ul li.on { background:#34bcee; color:#fff !important; font-weight:bold;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;}
.zy-menu ul li.on a { color:#fff !important;}
.zy-menu ul li.on a:hover { color:#fff;}
.zy-menu .menu-title { width:160px; height:114px; background:url(../images/archives_menu_title.png) no-repeat; line-height:30px; left:0px; top:-34px; position:absolute;}
.zy-menu .menu-title .big-title { text-align:center; padding:30px 10px 0 0px;}
.zy-menu .menu-title .small-title { text-align:center; padding:0px 10px 0 0px;}
.zy-menu .menu-title2 { width:160px; height:114px; left:0px; top:-34px; position:absolute;}
.zy-menu-bar { background:#34bcee; font-weight:bold; color:#fff;}

/*子页菜单 带二级*/
.zy-menu2 {  width:1200px; height:80px; color:#fff; line-height:80px; position:relative;}
.zy-menu2 .menu-title { width:160px; height:114px; background:url(../images/archives_menu_title.png) no-repeat; line-height:30px; left:0px; top:-34px; position:absolute;}
.zy-menu2 .menu-title .big-title { text-align:center; padding:30px 10px 0 0px;}
.zy-menu2 .menu-title .small-title { text-align:center; padding:0px 10px 0 0px;}
.zy-menu2 .menu-title2 { width:160px; height:114px; left:0px; top:-34px; position:absolute;}
.zy-menu2 ul { padding:20px 0px 0px 170px; float:left;}
.zy-menu2 ul li { height:40px; font-size:16px; text-align:center; line-height:40px; margin-right:0px; float:left; position:relative; cursor:pointer;}
.zy-menu2 ul li:hover { background:#34bcee; color:#fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.zy-menu2 ul li a {  min-width:74px; padding:0 10px; color:#fff; display:block; text-align:center;}
.zy-menu2 ul li a:hover { color:#fff;}
.zy-menu2 ul li:last-child { margin-right:0px;}
.zy-menu2 ul li.on { background:#34bcee; color:#fff !important; font-weight:bold;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.zy-menu2 ul li.on a { color:#fff !important;}
.zy-menu2 ul li.on a:hover { color:#fff;}
.zy-menu2-bar { background:#34bcee; font-weight:bold; color:#fff;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.zy-menu2-a { color:#fff !important;} /*有二级菜单的时候文字，鼠标经过有文字颜色保持白色*/
.zy-menu2-a a { color:#fff;}
.zy-menu2-subnav { width:120px; text-align:center; display:none; font-size:15px; position:absolute; left:0; top:40px; line-height:35px; z-index:110;
	-webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
}
.zy-menu2-subnav dt { width:100%;}
.zy-menu2-subnav dt a { background:#fff; color:#333 !important; padding-top:0;}
.zy-menu2-subnav dt a:hover { background:#34bcee; color:#fff !important;}

/*子页新闻列表*/
.zy-news-list { width:1200px;}
.zy-news-list ul {}
.zy-news-list li { border-bottom:#ededed 1px dotted; padding:10px 0;}
.zy-news-list li:hover { background:#f8f8f8; display:block;}
.zy-news-list li h3 { height:30px; line-height:30px;}
.zy-news-list li time { color:#15a871;}
.zy-news-list li .news-list-con { font-size:14px; line-height:30px; color:#888;}
.zy-news-list ul>li>span { color:#f30;}
.zy-news-list ul>li>span>a { color:#f30;}
.zy-news-list ul>li>span>a:hover { color:#f00;}
.zy-news-list dl { border-bottom:#ededed 1px dashed; padding:10px 0;}
.zy-news-list dl:hover { background:#f8f8f8; display:block;}
.zy-news-list dl dt { width:213px; height:143px; border:#dcdcdc 1px solid; padding:5px 0 0 5px; float:left;}
.zy-news-list dl dd { width:960px; margin-left:10px; padding:0 10px 0 0; float:left;}
.zy-news-list dl dd h3 { height:30px; line-height:30px;}
.zy-news-list dl dd h3 a { color:#3ebb2b;}
.zy-news-list dl dd h3 a:hover { color:#ff9e0d;}
.zy-news-list dl dd time { color:#c00;}
.zy-news-list dl dd .news-list-con { width:960px; height:90px; font-size:14px; line-height:30px; color:#888; overflow:hidden;}
.zy-news-list dl dd  a { color:#888;}
.zy-news-list dl dd a:hover { color:#c00;}
.zy-news-list dl dd span { color:#f30;}
.zy-news-list dl dd span a { color:#f30;}
.zy-news-list dl dd span a:hover { color:#f00;}
.zy-news-list2 { padding:5px 0 10px 0;}
.zy-news-list2 li { padding:0 15px 0 30px; height:45px; background:url(../images/news_dot.gif) 14px center no-repeat; line-height:45px; font-size:16px; border-bottom:#ededed 1px dotted; overflow:hidden;}
.zy-news-list2 li:hover { background:#f7f7f7 url(../images/news_dot.gif) 14px center no-repeat; cursor:pointer;}
.zy-news-list3 { width:940px;}
.zy-news-list3 li { width:920px; height:80px; margin-bottom:10px; position:relative; padding:10px; border-bottom:#e5e5e5 1px dotted;}
.zy-news-list3 .time { width:80px; height:80px; background:url(../images/news_time_bg.png) 0px 0px no-repeat; text-align:center; float:left;}
.zy-news-list3 .time span { width:80px; margin-top:10px; font-size:32px; font-family:Arial; display:block;}
.zy-news-list3 .time p { width:80px; line-height:24px; font-family:Arial; font-size:14px;}
.zy-news-list3 .newslist-con { width:820px; height:70px; padding:5px 10px; float:left; overflow:hidden;}
.zy-news-list3 .newslist-con span { width:820px; height:26px; line-height:26px; font-weight:bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.zy-news-list3 .newslist-con p { width:820px; height:44px; line-height:22px; overflow:hidden;}
.zy-news-list3 .newslist-hover-bg { width:920px; height:80px; background:#388de1; -webkit-transition:0.8s ease; -moz-transition:0.8s ease;}
.zy-news-list3 .newslist-hover-bg a:hover { color:#fff;}
.zy-news-list3 li:hover .time { background:url(../images/news_time_bg.png) 0px -110px no-repeat; color:#fff;}
.zy-news-list3 li:hover .newslist-con { color:#fff;}
.zy-news-list3 li:hover .newslist-con span { color:#fff;}
.zy-news-list3 li .time { color:#999;}
.zy-news-list3 li .newslist-con { color:#999;}
.zy-news-list3 li .newslist-con span { color:#333;}
.zy-news-pic { width:940px; padding-bottom:20px;}
.zy-news-pic dl { width:210px; height:180px; margin:20px 0 0 20px; float:left;}
.zy-news-pic dt { width:200px; height:150px; padding:4px; border:#dfdfdf 1px solid;}
.zy-news-pic dt:hover { border:#f60 1px solid;}
.zy-news-pic dt img { width:200px; height:150px; overflow:hidden;}
.zy-news-pic dd { width:200px; height:30px; line-height:30px; text-align:center; overflow:hidden;}
.zy-next-news { width:100%;}
.zy-next-news li { line-height:30px;}
.zy-share { width:100%;}
.zy-share span { line-height:30px;}

/*子页图片列表*/
.zy-pic-list { width:928px;}
.zy-pic-list ul { padding:20px 0 0px 0;}
.zy-pic-list li { width:262px; height:183px; background:#e4e4e4 url(../images/no_pic.jpg) center center no-repeat; background-size:100% 100%; float:left; margin:0px 0px 20px 20px; position:relative; overflow:hidden;}
.zy-pic-list li img { width:262px; height:183px; transition:transform .3s; overflow:hidden;}
.zy-pic-list li:hover img { transform:scale(1.2);}
.zy-pic-list li .pic-title { width:262px; height:40px; line-height:40px; color:#fff; text-align:center; display:block; overflow:hidden; position:absolute; bottom:0px;
	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
	-moz-opacity:0.9;
	opacity:0.9;
	/*filter:alpha(opacity=90);*/ /* IE */
}
.zy-pic-list li .pic-title-hoverbg { width:262px; height:40px; line-height:40px; color:#fff; text-align:center; display:block; overflow:hidden; position:absolute; bottom:13px;
	background:rgba(40, 132, 213, 0.6) none repeat scroll 0 0 !important; /*实现FF背景透明，文字不透明*/
	-moz-opacity:0.9;
	opacity:0.9;
	/*filter:alpha(opacity=90);*/ /* IE */
}

/*子页左侧带图新闻列表*/
.zy-list { width:928px; background:url(../images/zy_newslist_bg.png) repeat-y;}
.zy-list li { width:869px; height:40px; background:url(../images/news_dot.gif) 20px 7px no-repeat; line-height:40px; border-bottom:#e5e5e5 1px dotted; padding:0 20px 0 35px;}
.zy-list li:hover { background:#f1f1f1 url(../images/news_dot.gif) 20px 7px no-repeat; cursor:pointer;}
.zy-list h1 { width:848px; font-size:18px; color:#333; text-align:center; line-height:30px; padding:20px 20px 10px 20px;}
.zy-list .line { width:888px; color:#999; text-align:center; border-bottom:#e3e3e3 1px solid; line-height:40px;}
.zy-list .content { width:888px; line-height:32px; font-size:16px; padding:10px 0;} 
/*.zy-list .content img { padding:15px; margin:0 auto; vertical-align:middle; display:block;}*/
.zy-list dl { width:908px; border-bottom:#e5e5e5 1px dotted; padding:20px 0 20px 20px;}
.zy-list dl:hover { background:#f1f1f1; cursor:pointer;}
.zy-list dt { width:180px; height:110px; background:#e4e4e4 url(../images/no_pic.png) center center no-repeat; background-size:100% 100%; float:left; overflow:hidden;}
.zy-list dd { }
.zy-list dt img { width:180px; height:110px; transition:transform 0.5s; overflow:hidden;}
.zy-list dl:hover img { transform:scale(1.2);}
.zy-list dd span { color:#f60;}
.zy-list dd span a { color:#f60;}
.zy-list dd span a:hover{ color:#f00;}
.zy-list .news-list-title { width:698px; height:30px; line-height:30px; font-size:16px; font-weight:bold; overflow:hidden;}
.zy-list .news-list-des { width:698px; height:80px; line-height:26px; color:#888; overflow:hidden;}
.zy-list .news-list-des .des-con { width:698px; height:52px; line-height:26px; color:#888; overflow:hidden;}
.zy-list .news-list-des .des-con a { color:#888;}
.zy-list .news-list-des .des-con a:hover { color:#f00;}
.zy-list .news-list-des .des-more { width:80px; height:28px; background:#f64400; text-align:center; line-height:28px; float:left;}
.zy-list .news-list-des .des-more a { width:80px; height:28px; color:#fff; display:block;}
.zy-list .news-list-des .des-more a:hover { background:#ff9900; color:#fff;}
.zy-emptydiv { width:100%; height:10px;}

/*新闻详情页*/
.zy-news-show { width:1200px; padding:20px;}
.zy-news-show h1 { color:#0f5cb3; line-height:30px; font-size:20px; text-align:center; padding:0px 200px 20px 200px;}
.zy-news-show h2 { color:#0f5cb3; line-height:30px; font-size:20px; text-align:center; padding:0px 200px 20px 200px; border-bottom:#f7f7f7 1px solid;}
.zy-news-show .soure { height:40px; line-height:40px; background:#f7f7f7; text-align:center; margin-bottom:10px;}
.zy-news-show .title-bar { height:40px; line-height:40px; background:#f7f7f7; font-size:16px; color:#f30; padding:0 10px; font-weight:bold;}
.zy-news-show-con { line-height:36px; font-size:16px;}
.zy-news-location { line-height:30px; padding:10px 10px 0 10px;}
.zy-news-show-table { }
.zy-news-show-table td { height:30px; border:#e6e6e6 1px solid; line-height:24px; padding:10px;}
.zy-news-show-table .td-bg { width:150px; background:#f8fbff; text-align:center;}
.zy-news-show .appendix { border:#f7f7f7 1px solid; font-size:16px;}
.zy-news-show .appendix-title { width:100px; background:#f7f7f7; color:#0f5cb3; line-height:30px; text-align:right; padding:0 5px;}
.zy-news-show .appendix td { line-height:40px; padding:0 5px; border:#f7f7f7 1px solid;}
.zy-news-show .appendix a { color:#0f5cb3;}
.zy-news-show .appendix a:hover { color:#f00;}

/*在线留言*/
.msg-search-box { width:910px; padding:20px 0;}
.search-box { width:150px; height:40px; position:relative;}
.search-box select, .msg-book-table select, .lawyer-list-search-box select { width:100%; height:36px; border:#dcdcdc 1px solid; color:#999; padding-left:5px; outline:none; /*padding-left:5px;background:url(../images/pro_tab_icon_arrow.png) 65px 10px no-repeat;*/
	/*很关键：将默认的select选择框样式清除*/ 
	/*appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;*/
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.search-box select:focus, .msg-book-table select:focus, .lawyer-list-search-box select:focus { outline:none;
	border-color:rgba(28, 153, 239, 0.8); 
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6)
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.search-box select::-ms-expand, .msg-book-table select::-ms-expand, .lawyer-list-search-box select::-ms-expand { display:none;}
.search-box select option, .msg-book-table select option, .lawyer-list-search-box select option { font-size:14px;}
.msg-input-box { width:240px;}
.msg-input-box2 { width:750px;}
.msg-input-box3 { width:208px;}
.msg-input-box input, .archives-input-box input { width:100%; height:36px; padding:0 10px; color:#333; border:#dcdcdc 1px solid; box-sizing:border-box;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.msg-input-box input:focus, .archives-input-box input:focus { outline:none;
	border-color:rgba(28, 153, 239, 0.8); 
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6)
}
.msg-search-btn { width:150px;}
.msg-search-btn input[type="button"], .msg-search-btn input[type="submit"], .msg-book-table input[type="button"], .archives-search-btn input[type="button"] { width:100%; height:36px; background:#0f5cb3; border:none; color:#fff; text-align:center; cursor:pointer;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.msg-search-btn input[type="button"]:hover, .msg-search-btn input[type="submit"]:hover, .msg-book-table input[type="button"]:hover, .archives-search-btn input[type="button"]:hover { background:#ff9728;}
.msg-table { width:910px; background:#fff;}
.msg-table tr:hover { background:#edf2f9;}
.msg-table th { height:40px; background:#edf2f9; color:#0f5cb3;}
.msg-table td { height:40px; padding:0px 10px;}
.msg-table .td-list-ico { padding:2px 5px 0px 0px;}
.msg-table .odd { background:#fff;}
.msg-table .even { background:#f7f7f7;}
.msg-table .td-center { text-align:center;}
.msg-show-table { width:910px; background:#fff;}
.msg-show-table td { height:40px; border:#e6e6e6 1px solid; line-height:24px; padding:0px 10px;}
.msg-show-table .title { color:#0099dd; font-weight:bold; text-align:center;}
.msg-show-table .td-bg { width:150px; background:#f8fbff; text-align:center;}

/*在线留言输入框按钮*/
.msg-book-desc { width:900px; background:#f8fbff; line-height:30px;}
.msg-book-desc .book { margin:20px 20px 20px 50px;}
.msg-book-desc span { margin:40px 20px 20px 0px;}
.msg-book-desc b { color:#ff8400;}
.msg-book-table { width:900px; background:#fff; position:relative;}
.msg-book-table td { height:50px; border:#f2f2f2 1px solid; line-height:24px; padding:0px 10px;}
.msg-book-table .title { color:#0099dd; font-weight:bold; text-align:center;}
.msg-book-table .td-bg { width:100px; background:#f8fbff;}
.msg-book-table input { width:100%; height:36px; padding:0 10px; color:#333; border:#dcdcdc 1px solid; box-sizing:border-box;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.msg-book-table input:focus { outline:none;
	border-color:rgba(28, 153, 239, 0.8); 
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6)
}
.msg-book-table textarea { width:100%; line-height:18px; padding:10px; color:#333; border:#dcdcdc 1px solid; box-sizing:border-box;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.msg-book-table textarea:focus { outline:none;
	border-color:rgba(28, 153, 239, 0.8); 
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(28, 153, 239, 0.6)
}
.msg-book-table input[type="button"] { width:200px;}
.msg-book-table .jgjl { margin-left:120px;}

/*服务人员*/
.lawyer-list-search-box { width:940px; padding:20px; background:#fafafa; box-sizing:border-box;}
.lawyer-list { width:940px; background:url(../images/zy_newslist_bg.png) repeat-y;}
.lawyer-list dl { width:940px; border-bottom:#e5e5e5 1px dotted; /*padding:20px 0 20px 20px;*/}
.lawyer-list dl:hover { background:#f1f1f1; cursor:pointer;}
.lawyer-list dl:nth-child(odd) {}
.lawyer-list dl:nth-child(even) { background:#fafafa;}
.lawyer-list dt { width:96px; height:120px; background:#e4e4e4 url(../images/no_pic.png) center center no-repeat; background-size:100% 100%; float:left; overflow:hidden;}
.lawyer-list dt img { width:96px; height:120px; transition:transform 0.5s; overflow:hidden;}
.lawyer-list dd { width:800px; padding:0px 0 0 24px; float:left;}
.lawyer-list dd li { line-height:36px; font-size:16px; float:left;}
.lawyer-list dd li:nth-child(odd) { width:400px;}
.lawyer-list dd li:nth-child(even) { width:400px;}
.lawyer-list dd li:first-child span { color:#0f5cb3; font-weight:bold;}

/*服务机构*/
.lawfirm-list { width:940px; background:url(../images/zy_newslist_bg.png) repeat-y;}
.lawfirm-list dl { width:920px; border-bottom:#e5e5e5 1px dotted; font-size:16px;  padding:10px 0 10px 20px;}
.lawfirm-list dl:hover { background:#f1f1f1; cursor:pointer;}
.lawfirm-list dl:nth-child(odd) {}
.lawfirm-list dl:nth-child(even) { background:#fafafa;}
.lawfirm-list dt { width:920px; line-height:40px; font-weight:bold; color:#0f5cb3; overflow:hidden;}
.lawfirm-list dt a { color:#0f5cb3;}
.lawfirm-list dd { width:920px; float:left;}
.lawfirm-list dd li { line-height:30px;float:left;}
.lawfirm-list dd li:nth-child(odd) { width:460px;}
.lawfirm-list dd li:nth-child(even) { width:460px;}
.lawfirm-list dd li:last-child { width:900px;}
.lawfirm-list-user { width:940px;}
.lawfirm-list-user dl { width:890px; border-bottom:#e5e5e5 1px dotted; font-size:16px;  padding:10px 0 10px 50px; position:relative;}
.lawfirm-list-user dl:hover { background:#f1f1f1; cursor:pointer;}
.lawfirm-list-user dl:nth-child(odd) {}
.lawfirm-list-user dl:nth-child(even) { background:#fafafa;}
.lawfirm-list-user dt { width:130px; line-height:30px; color:#0f5cb3; font-weight:normal; overflow:hidden; float:left;}
.lawfirm-list-user dt a { color:#0f5cb3;}
.lawfirm-list-user dd { width:380px; line-height:30px; float:left;}
.lawfirm-list-user .user-number { width:20px; height:20px; background:#ccc; line-height:20px; text-align:center; position:absolute; left:20px; top:15px;}

.results-search-box { width:500px !important; padding:40px 0 60px 0; margin:0 auto; background:#fff; box-sizing:border-box;}

/*网上报名*/
.agree { padding:20px 0;}
.signup { padding:20px 0;}
.signup-btn { background:#0f5cb3; border:none !important; color:#fff !important; text-align:center; cursor:pointer;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.4s;
}
.signup-btn:hover { background:#ff9728;}
.signup-form { width:100% !important; background:#fff; box-sizing:border-box;}
.signup-form td { position:relative;}
.file-box { height:36px; line-height:36px;}
.file-box a { color:#fff;}
.file-box a:hover { color:#ff0;}
.file-box .file-label { width:190px; height:34px; background:#fff; color:#333; padding-left:10px; border:#dcdcdc 1px solid; border-width:1px 0 1px 1px; float:left;
	-moz-border-radius:5px 0 0 5px; 
	-webkit-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.file-add { width:80px !important; height:36px; background:#0f5cb3; color:#fff; text-align:center; display:inline-block; position:relative; overflow:hidden;
	-moz-border-radius:0 5px 5px 0; 
	-webkit-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
.file-prew { width:80px !important; height:36px; background:#ccc; display:block; position:absolute; top:0; left:0; opacity:0; filter:alpha(opacity=0);}
.sfz-demo { padding:10px 0;}
.sfz-demo li { width:180px; height:180px; background:#f5f5f5; padding:10px; border:#dcdcdc 1px solid; float:left; margin-right:10px;}
.sfz-pic { width:180px; height:200px; display:table-cell; vertical-align:middle; text-align:center;}
.sfz-pic img { max-width:180px; max-height:200px;}
.sfz-txt { padding:5px; line-height:28px !important;}
.disabled-btn { width:100px; height:36px !important; background:#f2f2f2 !important; color:#999 !important; font-size:15px; cursor:not-allowed !important;}
.upload-btn { width:100px !important; height:36px !important; background:#0f5cb3 !important; font-size:15px;}
.upload-btn:hover { background:#0b0;}
.login-identify-code-input { width:300px !important; height:40px; padding:0px 130px 0px 35px;}
.identify-code { position:absolute; left:206px; top:10px;}

.contact-map { width:100%; background:#fff; padding:20px 0;}
#map { width:100%; height:500px; background:#fff;}
.BMap_bubble_title { font-weight:bold; color:#1954a4;}
.BMap_bubble_content { line-height:30px;}
.BMap_pop { display:block;}