﻿*
{
	font-family: Microsoft YaHei;
}

a
{
	text-decoration: none;
}

.qqlink {
    position:fixed;
    bottom:0;
    right:0;
    margin-bottom:100px;
}
#header
{
	height: 20%;
	width: 100%;
	line-height: 99px;
}

	#header a
	{
		color: #000000;
	}

		#header a:hover
		{
			color: #0099cc;
		}

#head-img
{
	height: 80%;
	width: 100%;
	min-width: 1300px;
}

.head-img2
{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	width: 100%;
	height: 300px;
	text-align: center;
	line-height: 300px;
	min-width: 1300px;
}

.h-text
{
	color: #fff;
	font-size: 40px;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	opacity: 0;
}

	.h-text.active
	{
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		opacity: 1;
	}

.zzc
{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
}

.container
{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#logo
{
	vertical-align: middle;
}

#header ul
{
	margin: auto;
	height: 99px;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

	#header ul li
	{
		float: left;
		list-style: none;
		color: #808080;
	}

		#header ul li div
		{
			text-align: center;
			width: 100px;
		}

		#header ul li a
		{
			height: 95%;
			display: inline-block;
			position: relative;
			font-size: 16px;
		}

.tb
{
	height: 5px;
	background-color: #0099cc;
	width: 100px;
	position: relative;
	top: -150px;
	display: none;
}

.top
{
	text-align: center;
	font-size: 25px;
}

.pt80
{
	padding-top: 80px;
}

.w3 .content
{
	margin-top: 50px;
	padding-bottom: 80px;
    margin: auto;
    width: 800px;
}
.w2 .content
{
	margin-top: 50px;
	padding-bottom: 80px;
    margin: auto;
    width: 1000px;
}

	.content p
	{
		font-size: 20px;
	}

.blue
{
	width: 100px;
	height: 5px;
	background-color: #0099cc;
	margin: 0 auto;
	margin-top: 10px;
}

.bg-blue
{
	background-color: rgba(0,153,204,0.1);
	height: auto;
	min-width: 1300px;
}

.business
{
	height: 170px;
	padding: 0 100px;
}

	.business li
	{
		list-style: none;
		float: left;
		margin: 0 40px;
	}

		.business li div
		{
			width: 120px;
			height: 140px;
			background: #0099cc;
			border-radius: 10px;
			box-shadow: 3px 3px 10px #888888;
			text-align: center;
		}

			.business li div img
			{
				margin-top: 20px;
				width: 70px;
				height: 70px;
			}

			.business li div p
			{
				color: #ffffff;
				font-size: 17px;
			}

.half
{
	width: 50%;
	height: 400px;
	float: left;
}

.r-half
{
	width: 60%;
	height: 400px;
	float: left;
}

.l-half
{
	width: 40%;
	height: 400px;
	float: left;
}

#foot
{
	height: 200px;
	width: 100%;
	background-color: #333333;
	min-width: 1300px;
}

	#foot p
	{
		color: #ffffff;
		font-size: 18px;
	}

	#foot img
	{
		float: right;
		margin-top: 50px;
		width: 100px;
		margin-right: 100px;
	}

#Customer
{
	border-collapse: collapse;
	margin-top: 30px;
	perspective: 800;
	transform-style: preserve-3d;
}

	#Customer tr td
	{
		width: 240px;
		height: 180px;
		border: 1px solid #808080;
		text-align: center;
	}

.fz3d
{
	opacity: 0.5;
}

	.fz3d img
	{
		width: 180px;
	}

	.fz3d:hover
	{
		opacity: 1;
		transform: translateZ(0)scale(1.3);
		-webkit-transform: translateZ(0)scale(1.3);
		-moz-transform: translateZ(0)scale(1.3);
		transition: 1s;
	}

.logo-sm
{
	width: 120px !important;
	height: 120px !important;
}

.news_list ul
{
	margin: 0;
}

	.news_list ul li
	{
		list-style: none;
		text-align: left;
		height: auto;
		border-bottom: 1px dashed #333333;
		padding-top: 10px;
	}

		.news_list ul li span
		{
			float: right;
		}

		.news_list ul li a
		{
			color: #000000;
			font-size: 20px;
		}

		.news_list ul li span
		{
			font-size: 18px;
		}

		.news_list ul li p
		{
			color: #000000;
			font-size: 12px;
		}

#flashbox img
{
	width: 500px;
	height: 350px;
}

.zzq-img
{
}

	.zzq-img ul
	{
		height: 170px;
	}

		.zzq-img ul li
		{
			list-style: none;
			float: left;
			margin: 0 5px;
		}

			.zzq-img ul li img
			{
				margin-top: 20px;
				width: 130px;
				height: 170px;
			}

.inner_contant
{
	width: 1200px;
	margin: 0 auto;
}

	.inner_contant a
	{
		color: #000000;
	}

	.inner_contant table
	{
		margin: 0 auto;
	}

.GridViewStyle table span
{
	float: right;
}



.td
{
	width: 360px;
	height: auto;
	box-shadow: 3px 3px 10px #888888;
	float: left;
	margin: 0 15px;
	text-align: center;
	margin-top: 10px;
	background-color: #ffffff;
}

	.td .top
	{
		width: 100%;
		height: 5px;
		background-color: #0099cc;
	}

	.td p
	{
		margin: 0 20px;
		font-size: 14px;
		padding-bottom: 5px;
		text-align: left;
		color: #808080;
	}



.ts
{
	width: 302px;
	height: 340px;
	box-shadow: 3px 3px 10px #888888;
	float: left;
	margin: 0 15px;
	text-align: center;
	margin-top: 10px;
	background-color: #ffffff;
}

	.ts .top
	{
		width: 100%;
		height: 5px;
		background-color: #0099cc;
	}

	.ts img
	{
		width: 90%;
		height: 180px;
		margin-top: 10px;
	}

	.ts p
	{
		border-bottom: 1px solid #808080;
		font-size: 18px;
		padding-bottom: 5px;
	}
.fwt
{
	font-size:20px;
}

#gsjj p
{
	 text-indent:40px;
}
#wmdsl p
{
	 text-indent:40px;
}
        .p-text
        {
            padding:0 20px;
            font-size:10px;
            text-align:left;
            text-indent:25px;
        }