﻿@charset "utf-8";
.w985 {
	width: 985px;
	margin: 0 auto;
}

.pdt70 {
	padding-top: 30px;
}

.banner {
	width: 100%;
	height: 403px;
}

.tcenter {
	text-align: center;
}

.title {
	height: 51px;
	line-height: 51px;
	font-size: 40px;
	letter-spacing: 7px;
	font-weight: bold;
	color: #000;
	margin-top: 50px;
}

.en-title {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #006ccb;
	text-transform: uppercase;
}

.divider {
	position: relative;
	width: 446px;
	height: 0;
	margin: 20px auto;
	border-top: 1px solid #ccc;
}

.divider .square,
.divider .square1 {
	position: absolute;
	width: 24px;
	height: 25px;
	top: -13px;
	left: 210px;
	background-color: #255690;
	background-image: 
	-webkit-linear-gradient(top left, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%),
	-webkit-linear-gradient(bottom left, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%);
	background-image: 
	-moz-linear-gradient(bottom right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%),
	-moz-linear-gradient(top right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%);
	background-image: 
	-o-linear-gradient(bottom right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%),
	-o-linear-gradient(top right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%);
	/*background-image: 
	linear-gradient(to bottom right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%),
	linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff 100%);*/	
}

.divider .square1 {
	background-color: #666;
	background-image: 
	-webkit-linear-gradient(top left, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%),
	-webkit-linear-gradient(bottom left, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%);
	background-image: 
	-moz-linear-gradient(bottom right, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%),
	-moz-linear-gradient(top right, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%);
	background-image: 
	-o-linear-gradient(bottom right, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%),
	-o-linear-gradient(top right, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%);
	/*background-image: 
	linear-gradient(to bottom right, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%),
	linear-gradient(to top right, #f2f2f2 0%, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%, #f2f2f2 100%);*/
}

.subtitle {
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	font-size: 15px;
	letter-spacing: 2px;
	color: #666;
}

@font-face {
  font-family: 'fangZheng';  /* project id 600057 */
  src: url('../fonts/wen.eot');/*IE9以上支持*/
  /*下面第一条为了ie6-8支持*/
  src: url('../fonts/wen.eot') format('embedded-opentype'),
  url('../fonts/wen.woff') format('woff'),
  url('../fonts/wen.ttf') format('truetype'),
  url('../fonts/wen.svg') format('svg');
}
