﻿@charset "utf-8";
body 				{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; margin:0px; }
td 					{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; }
p 					{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; }
div 		 		{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; }
strong 				{ font-weight:bold; font-size:13px; }
.t16         		{ font-size: 16px }
.t14         		{ font-size: 14px }
.t12         		{ font-size: 12px }
.t11         		{ font-size: 11px }
.t14b         		{ font-size: 14px; font-weight:bold }
.t16b         		{ font-size: 16px; font-weight:bold }
.line1       		{ line-height: 130% }
.line2       		{ line-height: 150% }
.line3       		{ line-height: 170% }
.line4       		{ line-height: 200% }
form				{ margin:0px; }
input       		{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; }
select      		{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; }
textarea 			{ font-size: 14px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; }
h1 					{ font-size: 20px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; color:#666666; }
h2 					{ font-size: 16px; font-family: Microsoft YaHei,微软雅黑,SimSun,宋体,Arial; color:#666666; }
ul 					{ padding-left:0px; margin-left:20px; }
li 					{ padding-left:0px; }
a,img 				{ border:0px; }
a:link      		{ color: #3966bf; text-decoration: none }
a:active     		{ color: #3966bf; text-decoration: none }
a:visited    		{ color: #3966bf; text-decoration: none }
a:hover      		{ color: #333333; text-decoration: none }

a:link.black 		{ color: #333333; text-decoration: none }
a:active.black 		{ color: #333333; text-decoration: none }
a:visited.black 	{ color: #333333; text-decoration: none }
a:hover.black 		{ color: #3966bf; text-decoration: underline }
a:link.gray 		{ color: #AAAAAA; text-decoration: none }
a:active.gray 		{ color: #AAAAAA; text-decoration: none }
a:visited.gray 		{ color: #AAAAAA; text-decoration: none }
a:hover.gray 		{ color: #AAAAAA; text-decoration: underline }
a:link.w 			{ color: #FFFFFF; text-decoration: none }
a:active.w 			{ color: #FFFFFF; text-decoration: none }
a:visited.w 		{ color: #FFFFFF; text-decoration: none }
a:hover.w 			{ color: #FFFFFF; text-decoration: underline }

.clear 							{ clear:both; }

.headshow {
	height:380px;
	background-color:#f2f2f2;
}

.headshow div {
	max-width:1920px;
	min-width:1200px;
	height:380px;
	margin:auto;
	background-repeat: no-repeat; background-position-x: center;
}

.content {
	max-width:1200px;
	min-width:1000px;
	background-color:#FFFFFF;
	margin:auto;
	line-height:200%;
	color:#666666;
	padding:20px 20px 30px 20px;
}

.contenttitlex {
	font-size:24px;
	color:#333333;
	line-height:60px;
}

.contenttitle {
	background: url(../images/title-pattern.png) repeat-x scroll 0 3px;
	display: block;
	font-size: 26px;
	text-transform: uppercase;
	margin: 25px 0px 25px 0px;
	font-weight: 500;
}

.contenttitle span{
	padding: 0px;
	background: #FFFFFF;
}

.contenttitle span span{
	font-size:14px;
	padding: 0 12px;
	background: #FFFFFF;
}

.content .logodiv {
	text-align:center;
}

.content .contenttxt {
	float:left;
	width:860px;
	padding-top:15px;
	text-align: justify;
}

.content .wxlogo {
	float:right;
	width:260px;
	margin-left:40px;
	text-align:center;
}

/* General Demo Style */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #6fb3e7;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.14);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

.gotopyellow {background: #703c09;}

.lni-arrow-up {
	background-image: url('../images/gotop.png');
	display:block;
	width:40px; height:40px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

.loader {
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #137ED9;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}


/* Headnv */
.nvdiv {
	width:100%;
	height:60px;
	background-image: url('../images/headmenuback.png');
}

.nvdiv ul li {
	list-style-type:none;
}

.logo {
	float:left;
	width:210px;
	height:60px;
	background-image: url('../images/logo_head.png');
	cursor:pointer;
}

.headmenutxt a:link 			{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#EEEEEE; }
.headmenutxt a:active 			{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#EEEEEE; }
.headmenutxt a:visited 			{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#EEEEEE; }
.headmenutxt a:hover 			{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#FFFFFF; }

.emaildiv {
	margin-top:20px;
	color:#EEEEEE;
}

.checkmail {
	cursor:pointer;
}

.gohome a {
	display:block;
	margin:18px 0px 0px 26px;
	width:24px;
	height:24px;
}

.gohome a:link {
	background-image: url('../images/headico01.png');
}

.gohome a:hover {
	background-image: url('../images/headico01_on.png');
}

.fixed-top{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1000;
}

.top-nav-collapse {
  background-image: url('../images/headmenuback_r.png');
  z-index: 1000;
  top: 0px !important;
  min-height: 58px;
  height:60px;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.top-nav-collapse .logo {
	background-image: url('../images/logo_head_r.png');
}

.top-nav-collapse .headmenutxt a:link 			{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#333333; }
.top-nav-collapse .headmenutxt a:active 		{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#333333; }
.top-nav-collapse .headmenutxt a:visited 		{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#333333; }
.top-nav-collapse .headmenutxt a:hover 			{ font-size:14px; font-weight:bold; display:block; float:left; padding:0px 20px 0px 20px; line-height:60px; color:#000000; }

.top-nav-collapse .menulist div span {
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	margin:12px 0px 0px 0px;
}

.top-nav-collapse .menulist a:link,.menulist a:visited {
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	margin:12px 0px 0px 0px;
	padding:0px;
	color:#000000;
	float: none;
}

.top-nav-collapse .menulist a:hover {
	color: #003399;
}

.top-nav-collapse .emaildiv {
	margin-top:20px;
	color:#333333;
}

.top-nav-collapse .gohome a {
	display:block;
	margin:18px 0px 0px 26px;
	width:24px;
	height:24px;
}

.top-nav-collapse .gohome a:link {
	background-image: url('../images/headico01_r.png');
}

.top-nav-collapse .gohome a:hover {
	background-image: url('../images/headico01_ron.png');
}

/* Headmenu */
ul {
	margin:0px; padding:0px;
}

li {
	margin:0px; padding:0px;
}

.headmenutxt {
	width:600px;
}

.menudiv {
	z-index:1001;
	position:absolute;
	width:146px; height:1px;
	overflow:hidden;
	background-color:#FFFFFF;
	filter:alpha(opacity=90); opacity:0.9;
}

.menutxtdiv {
	z-index:1002;
	position:absolute;
	width:146px;
	padding-left:19px;
	padding-top:15px;
	line-height:100%;
}

.menutxt {
	height:28px;
	color:#333333;
}

#headbt li{
	float: left;
}

#headbt li ul li{
	float: none;
}

#headbt li ul{
	display: block;
	position: absolute;	   /*二级ul使用绝对定位，宽度大于一级菜单时，才不会撑大一级*/
	background-color: #FFFFFF;
	filter:alpha(opacity=90); opacity:0.9;
	top:60px;
	height:0px;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.07);
}

#headbt li ul li a:link,#headbt li ul li a:visited{
	display: block;
	width: 160px;
	line-height: 30px;
	font-weight:normal;
	color: #000000;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

#headbt li ul li a:hover{
	color: #003399;
	background-color:#EEEEEE;
}

.menulist {
	width:100%; left:0px;
}

.menulist div div {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	display:block;
	float:left;
	padding:0px 20px 10px 15px;
	margin:15px 20px 20px 10px;;
	border-left: 2px solid #DDDDDD;
}

.menulist div span {
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	margin:12px 0px 0px 0px;
}

.menulist a:link,.menulist a:visited {
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:15px;
	margin:12px 0px 0px 0px;
	padding:0px;
	color:#000000;
	float: none;
}

.menulist a:hover {
	color: #003399;
}

/* foot */
.wxpic {
	float:right;
	width:150px;
	height:150px;
	margin:10px 30px 10px 30px;
	
}
.footdiv {
	margin:30px 0px 10px 0px;
}
.foothead {
	margin:10px 0px 10px 0px;
	padding:0px 0px 10px 8px;
	width:1000px;
	border-bottom: 1px solid #eccbab;
}
.foothead a:link {
	color:#DDDDDD;
}
.foothead a:visited {
	color:#DDDDDD;
}
.foothead a:hover {
	color:#EEEEEE;
}
.footinfo {
	color:#dbba9a; line-height:24px;
	padding:0px 0px 0px 5px;
}
.footinfo a:link {
	color:#dbba9a; line-height:24px;
}
.footinfo a:visited {
	color:#dbba9a; line-height:24px;
}
.footinfo a:hover {
	color:#EEEEEE; line-height:24px;
}
a:link.logofoot {
	display:block;
	float:left;
	background-image: url('../images/logo_foot.png');
	width:133px;
	height:20px;
	cursor:ponint;
	margin-right:45px;
}

.picshow {
	margin:0px auto 20px auto; width:1186px;
}
.wfitem {
	width:284px; overflow:hidden;
	margin-bottom:15px; padding:0px;
	-moz-border-radius:8px; -webkit-border-radius:8px; border-radius: 8px;
	border: 1px solid #C0C0C0;
	background-color:#FFFFFF;

-webkit-transition:left .3s ease-in-out,top .3s ease-in-out;-moz-transition:left .5s ease-in-out,top .5s ease-in-out;-o-transition:left .3s ease-in-out,top .3s ease-in-out;
}
.wfitem--width2 {
	width:400px;
}
.wfitem a {
	display:block; line-height:0px;
}
.wfitem img {
	margin:0px; padding:0px;
}
.wfitem img:hover {
	opacity:.7;
}
.wfitem div {
	font-size:14px;
	margin:7px 10px 10px 10px;
	width:264px; overflow:hidden;
	line-height:150%;
}

.winhead {
	background: url(../images/title-pattern.png) repeat-x scroll 0 3px;
	display: block;
	font-size: 26px;
	text-transform: uppercase;
	margin: 20px 20px 25px 20px;
	font-weight: 500;
	line-height:100%;
	color:#999999;
}

.winhead span{
	padding: 0px;
	background: #FFFFFF;
}

.winhead span span{
	font-size:14px;
	padding: 0 12px;
	background: #FFFFFF;
}