

html body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

.blockframe {
	text-align: center;
}


.gototop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 32px;
	height: 32px;
	display: none;
}
.gototop a {
	display: block;
	width: 100%;
	height: 100%;
}
.gototop a img {
	border: 0;
}


.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 
.header ul li {
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	padding-right: 20px;
}
.header ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}
.header ul li a:hover {
	color: #000000;
}

.header-left {
	display: inline-block;
}

.header-left ul li:nth-child(1){
	background: url(../images/4.png) no-repeat 2px 1px;
	padding-left: 18px;
}
.header-left ul li:nth-child(2){
		background: url(../images/3.png) no-repeat 0px 4px;
		padding-left: 23px;
}
.header-left ul li:nth-child(3){
	background:url(../images/2.png) no-repeat 0px 2px;
	padding-left: 20px;
}

.header-right {
	display: inline-block;
	float: right;
}

.logo {
	text-align: center !important;
}



.navigation {
	text-align: center !important;
}

.navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation ul li {
	display: inline-block;
}

/* .. */
.navigation ul li a {
	color: #2a2b2c;
	text-decoration: none;
	display: block;
  outline:none;
}

.navigation ul li a.active{	
	background:#f7f7f7;
	color:#3bbdfb;
}
.navigation ul li a:hover{	
	background:#f7f7f7;
	color:#3bbdfb;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}





.banner {
	display: block;
	width: 100%;
	text-align: center;
}

.banner img {
	display: inline-block;
	width: 100%;
	min-width: 1000px;
	filter:blur(10px);
	-webkit-filter:blur(10px);
	-moz-filter:blur(10px);
	-ms-filter:blur(10px);
	-o-filter:blur(10px);
}

.banner_content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
}

/*  */
.fangan_line {
	text-align: center;
}


.fangan_elem {
	position: relative;
}





.nav_title {
	padding:15px 20px 15px 20px;
	background-color:#F9F9F9;
	border-bottom:4px solid #1F6BA7;
}
.nav_title h3 {
	width:100%;
	margin:0px;
}

.pro_navbar ul {
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}
.pro_navbar ul li {
	list-style:none;
	display: block;
	margin:0;
	padding:0;
}
.pro_navbar ul li a {
	display:block;
	padding-left: 20px;
	line-height:50px;
	font-size:16px;
	font-family:"微软雅黑";
	color:#1F6BA7;
  text-decoration: none;
	outline:none;
	border-bottom:1px dotted #1F6BA7;
}
.pro_navbar ul li a:hover {
	/*background-color:#1F6BA7;
	color:#FFFFFF;*/
	font-weight:700;
}



.pro_img img {
	padding: 0;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
.pro_sprc_text h4 {
	font-weight:700;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	width:100%;
	height:28px;
	color: #333333;
	border-bottom:1px solid #333333;
}
.pro_sprc_text {
	color: #666666;
}
.pro_sprc_text hr {
	width:100%;
	color:#999999;
	line-height:1px;
	height:1px;
	border-style:solid;
	margin:10px 0px 5px 0px;
}
.pro_sprc_text ul {
	list-style:circle;
	margin:10px 0px 20px 0px;
	padding:0px;
}
.pro_sprc_text ul li {
	margin:0px 0px 0px 20px;
	padding:3px 0;
	color: #666666;
}


