﻿@charset "utf-8";
body {
	width:100%;
	font: 100%/1.4 "微软雅黑", "黑体", Arial, Verdana;
	font-size: 14px;
	background:#fff;
	margin: 0;
	padding: 0;
	color: #535353;
	overflow-x:hidden;
	/*-webkit-user-select:none;*/
	/*-moz-user-select:none;*/
}

/************* -- 公共样式声明 #开始# -- *************/

p,a,h1,h2,h3,h4,img,ul,li,ol{ margin:0; padding:0;}
a{text-decoration:none; cursor:pointer}
img{display:block}
ul,li,ol{list-style:none}
iframe,frame{margin:0; padding:0; outline:none; border:none; overflow:hidden;}
input,textarea,select{ font-family:"微软雅黑", "黑体", Arial, Verdana; outline:none; border:none; background:#fff;}

.left{ float:left}
.right{ float:right}
.ab_left{ left:0}
.ab_right{ right:0}

.fontDarkBlue{ color: #063c9a}
.fontActiveBlue{color: #0780de}


/** 顶部电话栏 样式 **/
#top_contactBar{ width: 100%; background: #fff; padding: 8px 0; border-top: 5px #0f51c5 solid; box-shadow: 0 1px 2px rgba(0,0,0,.33); }
#top_contactBar .content{ max-width: 1180px; margin: 0 auto;}
#top_contactBar .content p .icon{ font-size: 18px; margin-left: 20px; vertical-align: middle;}
#top_contactBar .content p .txt{ margin-left: 5px; vertical-align: middle;}

/** 顶部菜单栏 样式 **/
#top_menuBar{max-width:1180px; height:90px; margin: 0 auto; margin-top: 2px; background:#fff;}
#top_menuBar .top_logoCon{ height: 100%;}
#top_menuBar .top_logoCon img{ height: 50px; margin-top: 20px; margin-left: 20px}
#top_menuBar .top_menuCon{ height: 100%;}
#top_menuBar .top_menuCon ul{ height: 22px; margin-top: 34px; position: relative; margin-right: 10px}
#top_menuBar .top_menuCon ul li{ height: 100%; margin-right: 10px; font-size: 16px; position: relative; float: left}
#top_menuBar .top_menuCon ul li:last-child{ margin: 0; height: 38px; margin-top: -7px;}
#top_menuBar .top_menuCon ul li a,#top_menuBar .top_menuCon ul li a:visited{color: #313131}
#top_menuBar .top_menuCon ul li.active a{color: #0780de}
#top_menuBar .top_menuCon ul li a:hover{ color: #0780de}
#top_menuBar .top_menuCon ul li:last-child .searchBox{ padding: 5px; background: #f5f5f5; border: 1px #ddd solid; border-radius: 5px; position: relative}
#top_menuBar .top_menuCon ul li:last-child .searchBox input{ width: 120px; font-size: 14px; color: #666}
#top_menuBar .top_menuCon ul li:last-child .searchBox span{ font-size: 18px; color: #9b9b9b; margin-left: 5px; vertical-align: baseline;}
#top_menuBar .top_menuCon ul li .childMenu{ min-width: 100px; padding: 10px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.33); border: 1px #ddd solid; border-radius: 5px; position: absolute; z-index: 10; top:30px; left: -27px; display: none}
#top_menuBar .top_menuCon ul li .childMenu ul{height: auto; margin: 0; position: static}
#top_menuBar .top_menuCon ul li .childMenu ul li{ width: 100%; height: auto; position: static; float: none; margin: 10px auto; text-align: center}

/** 底部备案号栏 样式 **/
#bottom_Bar{ max-width:1180px; padding:15px 0; margin: 70px auto 0;background: url("../images/bottom_bg.jpg")}
#bottom_Bar p{ width:100%; text-align:center; font-size:12px; color:#535353}
#bottom_Bar p:last-child{ margin-top: 10px;}
#bottom_Bar a{ font-size: 12px; color: #0780de}

#article{ width:90%; margin:10px auto; padding:30px 0; border-bottom:1px #dcdcdc solid; border-top:1px #dcdcdc solid}
#article #tit{ width:100%; padding:10px 0; color:#313131; font-size:16px}
#article #info{ width:100%; padding:10px 0; color:#636363; font-size:12px; line-height:20px; text-indent:2em}
