/**
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
}
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}


* { margin: 0; padding: 0;}
body { font: 16px/1.8 "Microsoft Yahei",verdana;}
a { text-decoration:none; }
ul,li {	list-style:none; }

/* 头部 */
header  {
	width: 100%;
	height: 110px;
	background: #fff;
	box-shadow: 2px 1px 5px #333;
	position: fixed;
	z-index: 9999;
	top: 0;
	line-height: 1.3
}
.content {
	width: 1200px;
	margin: 0 auto
}
header .content {width: 1280px;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.logo {
	height: 110px;
	float: left;
	width: 315px;
}
.logo .fl { 
	margin:20px 25px 0 0;
}
.logo .tit {
	float: left;
	font-size: 22px;
	padding-left: 20px;
	margin-top: 30px;
	height: 55px;
	background: url(../images/h_s.jpg) no-repeat;
	color: #00408e;
	width: 135px;
	text-align: center;
	font-weight: normal;
}
header .fr {
	background: url(../images/tel.png) left center no-repeat;
	padding-left: 32px;
	margin-top: 43px;
}
header .fr b {
	font-size: 26px;
	color: #222;
	display: block;
	font-family: georgia;
}
nav {
	height: 60px;
	line-height: 60px;
	float: left;
	width: 735px;
	margin-top: 30px;
	margin-left: 10px;
}
nav li { 
	float:left; 
	font-size:16px; 
	margin-right: 1px;
	transition: all 0.5s linear
}
nav li a {
	color: inherit;
	display: block;
	padding: 0 10px;
}
nav li.active {
	background: #00408e;
}
nav li.active a {
	color: #fff;
}
nav li:hover {
	background: #00408e;
	color: #fff;
}

.hgroup h1 {
	font-size: 40px;
	font-weight: lighter;
	color: #c9ae83
}
.hgroup h1 a {
	color: #c9ae83;
	text-align: center;
}
.hgroup h2 {
	font-size: 18px;
	font-family: georgia;
	text-align: center;
	color: #c9ae83;
	text-transform: uppercase;
	font-weight: lighter;
	padding-top: 5px;
}
.hgroup p {
	color: #c9ae83;
	padding-top: 15px;
	text-align: center;
}
.hgroup p a {
	color: #c9ae83;
}
.section2 h3 { text-indent: 0 !important; font-size: 34px; font-weight: lighter; color: #765925; top:25% !important }
.p1 {
	position: absolute;
	left: 50%;
	top: 25%;
	width: 580px;
	margin-left: -255px;
	margin-top: 130px;
	font-size: 16px;
	color: #765925;
	opacity: 0;
	transition: all 1s;
	line-height: 34px;
}
.about2tit {
	font-size: 30px;
	color: #765925;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 360px;
	margin: 0 0 0 -256px;
}
.about2tit2 {
	font-size: 18px;
	font-family: times new roman;
	color: #765925;
	text-transform: uppercase;
	padding-top: 5px;
	position: absolute;
	top: 25%;
	left: 50%;
	width: 300px;
	margin: 0 0 0 -256px;
}
.about2tit3 {
	font-size: 18px;
	font-weight: bold;
	color: #765925;
	position: absolute;
	top: 27%;
	left: 50%;
	width: 300px;
	margin: 0 0 0 -256px;
}
.section3 h3 {
	width: 170px !important;
	font-size: 34px;
	font-weight: lighter;
	color: #765925;
	text-indent: 0 !important;
	top: 25% !important;
}
.active .p3 {
	margin-left: -10px;
	opacity: 1;
	transition-delay: 0.9s;
	line-height: 34px;
	background: rgba(0,0,0,0.3);
	padding: 50px;
	box-shadow: 0 0 4px #aaa;
	width: 690px;
	top: 11%;
	margin-top: 100px;
	color: #fff;
}
.section4 .about2tit {
	left: auto;
	top: 14%;
	right: 8.1%;
	text-align: right;
}
.section4 .about2tit2 {
	right: 8.2%;
	top: 19%;
	text-align: right;
	left: auto;
}
.section4 .about2tit3 {
	right: 8.3%;
	top: 21%;
	left: auto;
	text-align: right;
}
.section4 h3 {
	text-indent: 0 !important;
	top: 35% !important;
	color: #c9ae83;
	font-size: 50px;
}
.section4 .p1 {
	left: 76.2%;
	width: 560px;
	margin-top: 0;
	text-align: right;
}
.section5 .about2tit, .section5 .about2tit2, .section5 .about2tit3 {
	left: 27%;
}
.section5 .about2tit {
	top: 16%
}
.section5 .about2tit2 {
	top: 21%
}
.section5 .about2tit3 {
	top: 23%
}
.section5 h3 {
	text-indent: 0 !important;
	font-size: 36px;
	color: #846e46;
	top: 11% !important;
}
.pp {
	position: absolute;
	top: 28%;
	left: 13.6%;
	width: 940px;
}
.pp li {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.pp li:nth-child(4n) {
	margin-right: 0;
}
.pp li img {
	width: 220px;
	transition: all 1s;
	opacity: 0;
	transform: scale(0.5, 0.5);
}

/* 右侧导航 */
#fullPage-nav { _display: none; font-size: 12px;}
#fullPage-nav li { width: 90px; height: 21px; margin: 10px 0 0; vertical-align: middle;}
#fullPage-nav li a { float: right; width: 21px; height: 21px; color: #8F9DA4; text-decoration: none; text-align: right; background: url(../images/dot.png) 5px 5px no-repeat;}
#fullPage-nav li .active { background-position: 0 bottom;}
#fullPage-nav span { display: none;}
.fullPage-tooltip { float: left; top: 0; margin-right: 5px; font: 12px "Microsoft Yahei"; color: #8F9DA4; line-height: 21px;}

.section { position: relative; overflow: hidden;}
.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.section .bg img { display: block; width: 100%; height: 100%;}

.hgroup { position: absolute; width: 678px; height: 176px; left: 50%; top: 25%; margin: 0 0 0 -339px; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.p11 { position: absolute; left: 50%; top: 49%;	width: 1500px; margin: 0 0 0 -750px; color: #c9ae83; opacity: 0; transition: all 0.5s; font-size: 86px; text-transform: uppercase; text-align: center; font-weight: bold; }

.section strong { position: absolute; left: 50%; top: 15%; z-index: 10; width: 512px; height: 45px; margin-left: -256px; font-size: 24px; font-weight: 500; color: #748A9E; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.section h3 { position: absolute; left: 50%; top: 15%; z-index: 10; width: 512px; height: 45px; margin-left: -256px; margin-top: 60px; text-indent: -9999px; background-repeat: no-repeat; opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}

.section6 h3, .section8 h3 {
	width: 561px;
	margin-left: -4px;
	text-indent: 0;
	color: #c9ae83;
	font-size: 50px;
	top: 10%;
	height: auto;
}
.section6 .about2tit {
	color: #c9ae83;
	top: 27%;
}
.section6 .about2tit2 {
	color: #c9ae83;
	top: 32%;
}
.section6 .about2tit3 {
	color: #c9ae83;
	top: 34%;
}
.section7 h3 {
	width: 561px;
	margin-left: -210px;
	text-indent: 0;
	font-size: 50px;
	color: #fff;
	font-family: times new roman;
	top: 20%;
	text-shadow: 2px 2px 2px #666;
}
.section8 .about2tit, .section8 .about2tit2, .section8 .about2tit3 {
	left: 30%;
}
.section8.active .p3 {
	top: 26%;
	left: 15%;
	width: 1300px;
	line-height: 2;
	background: rgba(0,0,0,0.5);
}
.section8 h3 {
	margin-left: -253px; 
	color: #cd853f;
	top: 15%;
}
.section8.active .p3 li {
	float: left;
	width: 238px;
	margin-right: 27px;
}
.section8.active .p3 li span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.section8.active .p3 li p {
	font-size: 14px;
	color: #ddd;
}
.section8.active .p3 li:last-child {
	margin-right: 0;
}
.dianji {
	position: absolute;
	left: 43.5%;
	top: 60%;
}
.dianji a {
	display: block;
	padding: 8px 32px;
	background: #111;
	color: #eee;
	float: left;
	margin-right: 38px;
	box-shadow: 0px 2px 9px #333;
	transition: all 1s;
}
.ssa1 {
	background: #f55b2f !important;
}
.dianji a:hover {
	background: #765925 !important;
}
.p3 { position: absolute; width: 430px; left: 50%; top: 15%; margin-top: 250px; margin-left: -100%; font-size: 16px; color: #FFFDE1; opacity: 0; transition: all 1s;}
.txt6 { position: absolute; left: 50%; top: 27%; width: 447px; margin-left: 90px; opacity: 0; transition: all 1s;}
.txt6 p { margin-bottom: 17px; color: #eee;}
.txt7 { position: absolute; top: 40%; left: 45%; width: 810px; margin-left: -175px; opacity: 0; transition: all 1s;font-size: 26px;}
.txt7 p { margin-bottom: 17px; color: #fff; text-shadow: 2px 2px 2px #555;}
.footer {
	position: absolute;
	bottom: 20px;
	color: #999;
	left: 37%;
}
.footer a {
	color: #999;
}
#LXB_CONTAINER_SHOW.lxb-container-btn-show {
	width: 150px;
	height: 40px;
	font-size: 16px !important;
	font-family: microsoft yahei;
	line-height: 2.4;
	letter-spacing: 1px;
	background: #31190f url(http://www.fswandaye.com/templets/wdy/images/tel.png) 10px center no-repeat !important;
	box-shadow: 2px 0px 5px #696969;
	text-indent: 30px;
}
#LXB_CONTAINER_SHOW.lxb-container-btn-show br {
	float: left;
	display: none;
}
#LXB_CONTAINER.lxb-container-mobile-3, #LXB_CONTAINER.lxb-container-mobile-4 {
  width: 360px !important;
  left: 40% !important;
}
#LXB_CONTAINER.lxb-container-mobile-3 .lxb-cb-input-tip-content, #LXB_CONTAINER.lxb-container-mobile-4 .lxb-cb-input-tip-content {
  line-height: 20px !important;
  font-size: 14px !important;
  font-family: microsoft yahei !important;
}
#LXB_CONTAINER .lxb-cb-input-tip b {
  font-size: 14px !important;
}

/* CSS3过度及动画 */
.active strong, .active h3 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .p1 { opacity: 1; transition-delay: 1.7s;}
.active .pp li img { opacity: 1; transition-delay: 1.7s; transform: scale(1, 1);}

.active .hgroup { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}
.active .p11 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}

.active .p3 { margin-left: -10px; opacity: 1; transition-delay: 0.9s;}

.active .txt6 { margin-left: 0; opacity: 1; transition-delay: 0.7s;}

.active .txt7 {  opacity: 1; transition-delay: 1.1s;}

/* for lt ie 10 */
.ltie10 strong, .ltie10 h3 { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .p1 { opacity: 1; transition-delay: 1.7s;}

.ltie10 .hgroup { opacity: 1; transform:scale(1, 1); transition-delay: 0.7s;}
.ltie10 .p11 { opacity: 1; transition-duration: 1s; transition-delay: 2s;}

.ltie10 .p3 { margin-left: -480px; opacity: 1; transition-delay: 0.7s;}

.ltie10 .txt6 { left: 50%; opacity: 1; transition-delay: 0.7s;}

.ltie10 .txt7 { bottom: 420px; opacity: 1; transition-delay: 1.1s;}
