
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0754a2;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.tuijiank {
	background: #fff;
	width: 100%;
	border: 2px solid #328ad8;
	border-radius: 10px;
	padding: 20px;
}

.kefubiaoti {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	float: left;
	height: 40px;
	width: 100%;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}

.kefubiaoti img {
	margin-right: 10px;
}

.yunu-section {
	padding: 50px 0;
}

.yunu-section-title {
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}

.yunu-section-title span {
	color: #328ad8;
}

.yunu-section-title p {
	font-size: 20px;
	margin: 5px 0 0;
}

.yunu-section-title p span {
	color: #ddd;
	padding: 0 10px;
}

.bg1 {
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.bg1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.bg1 .yunu-section-title {
	margin-top: -50px;
}

.s3 {
	margin-left: -34px;
	margin-bottom: 30px;
}

.s3 li {
	float: left;
	height: 50px;
	width: 16.6%;
}

.s3 li a {
	display: block;
	margin-left: 50px;
}

.s3 li .text {
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	display: block;
	height: 40px;
	line-height: 34px;
	background: #006ad4;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.s3 li a:hover .text {
	background: #3e93de;
}

.kfxia {
	margin-left: 10px;
	margin-top: 00px;
	float: left;
	width: 100%;
}

.s5 {
	margin: 20px 20px 0 0px;
}

.s5 li {
	float: left;
	width: 8%;
}

.kfleft2 {
	float: left;
	width: 32%;
}

.kfright2 {
	float: right;
	width: 68%;
	margin-top: 5px;
	text-align: left;
}

.kfleft {
	float: left;
	width: 12%;
}

.kfright {
	float: right;
	width: 88%;
	margin-top: 3px;
	text-align: left;
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeInDowns {
	-webkit-animation-name: fadeInDowns;
	animation-name: fadeInDowns
}
 @-webkit-keyframes fadeInDowns {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0)
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInDowns {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0)
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
