@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #333333;
}

html, body, div, span, p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-weight: 500;
}

h2, h3 {
	font-size: 16px;
	font-weight: 500;
}

h4 {
	font-size: 16px;
	font-weight: 700;
}

ol, ul, li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

p {
	display: block;
	-webkit-margin-before: 6px;
	-webkit-margin-after: 6px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	line-height: 24px;
}

.clear {
	clear: both;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #3687d2;
	text-decoration: none;
}

hr {
	border: 1px solid #d2d2d2;
	border-bottom: none;
}

input, textarea {
	font-family: "Microsoft YaHei";
}

.mr0 {
	margin-right: 0px !important;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center !important;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.alignright {
    display: inline;
    float: right;
}

.t-right {
	text-align: right;
}

/**headerͨ��**/
.logo {
	height: 86px;
}

.logo .content {
	height: 38px;
	padding: 24px 0;
}

.logo .content img {
	float: left;
}

.logo .content .search {
	width: 230px;
	height: 33px;
	border: solid 1px #dbdbdb;
	border-radius: 4px;
	float: right;
	margin: 5px 0;
	background-color: #FFF;
}

.logo .content .button {
	width: 30px !important;
	height: 33px !important;
	float: right;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	cursor: pointer;
}

.logo .content .button:hover {
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	filter: "alpha(opacity=50)";
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.logo .content .search input {
	width: 160px;
	height: 30px;
	line-height: 31px;
	border-style: none;
	padding-left: 10px;
	outline-style: none;
	color: #666666;
}

.nav {
	height: 60px;
	background: #3687d2;
}

.nav ul {
	float: left;
}

.nav ul li {
	float: left;
	height: 60px;
	line-height: 60px;
}

.nav ul li.active {
	background: #69b7ff;
}

.nav ul li:hover {
	background: #69b7ff;
}

.nav ul li a {
	color: #ffffff;
	font-size: 16px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
}

.nav .online {
	float: left;
	background: #ed7831;
	width: 136px;
	height: 60px;
	line-height: 60px;	/*padding-left: 75px;*/
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.nav .online a {
	color: #fff;
}

.nav .online:hover {
	background-color: #ff6000;
}

.nav .bangong {
	float: left;
	background: #2373bd;
	width: 100px;
	height: 60px;
	line-height: 60px;	/*padding-left: 75px;*/
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.nav .bangong:hover {
	background: #69b7ff;
}

.nav .bangong a {
	color: #fff;
}

/* .nav .bangong:hover {
	background-color: #ff6000;
}	 */

/**footer**/
.footer {
	color: #ffffff;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
}

.about {
	height: 150px;
	background: #3687d2;
	padding: 20px 0;
}

.about .ab-span {
	float: left;
	padding: 0 5px;
	margin-right: 120px;
}

.about .ab-span h3 {
	font-size: 16px;
	color: #87c5ff;
	height: 30px;
	line-height: 30px;
}

.about .ab-span h3 a.bgspan {
	background-image: url(../images/lianxibg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 69px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	position: absolute;
	color: #FFF;
	margin-left: 5px;
}

.about .ab-span h3 a.bgspan:hover {
	color: #3687d2;
}

.about .ab-span ul li {
	height: 24px;
	line-height: 24px;
}

.about .ab-span ul li a {
	color: #fff;
}

.about .ab-span ul li a:hover {
	color: #87c5ff;
}

.about .ecode {
	float: right;
	margin-right: 15px;
	text-align: center;
	line-height: 24px;
	width: 120px;
}

.about .ecode p {
	line-height: 18px !important;
}

.about .ecode img {
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}

.copyright {
	height: 40px;
	background: #4b4b4b;
}

.header .content, .footer .content {
	display: block;
}

.copyright .content {
	line-height: 40px;
}

/**��ҳ����Ŀ������ʽ***/
.common-title {
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
	display: inline-block;
	background: url(../images/tit-bg.png) no-repeat center center;
}

.common-title h1 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	padding: 0 36px;
}

.common-title h1:first-letter {
	font-size: 28px;
	color: #3687d2;
}

/**�б�����ͨ����ʽ**/
.related-news li {
	list-style: disc;
	list-style-position: inside;
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #3687d2;
}

.related-news .zg-down {
	list-style: none !important;
	background-image: url(../images/down1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-left: 0px !important;
	padding-left: 18px !important;
}

.related-news li a {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;
	display: inline-block;
}

.related-news li a:hover {
	color: #3687d2;
}

/**��ǩͨ����ʽ**/
button {
	border: 1px solid #dddfe2;
	background: #f7f7f7;
	cursor: pointer;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

button:hover, button.active {
	color: #ffffff;
	border-color: #3687d2;
	background: #3687d2;
}

button.tag {

	/*height: 28px;*/
	padding: 3px 8px;
}

.buttom10 {
	padding-bottom: 10px !important;
}

.top40 {
	padding-top: 40px !important;
}

.red {
	color: #900;
}

.list {
	display: none !important;
}

/*企业概况新加样式*/
.w-512 {
	width: 512px;
}

.w-520 {
	width: 520px;
}

.w-400 {
	width: 400px;
}

.w-412 {
	width: 412px;
}

.w-420 {
	width: 420px;
}

.w-390 {
	width: 390px;
}

.w-354 {
	width: 354px;
}

.lx-n {
	display: none !important;
}

.orange {
	color: #F60;
}
