* {
  padding: 0;
  margin: 0;
}
header {
  position: relative;
  background-color: #383431;
  width: 100%;
  height: 120px;
  border-bottom: 3px solid #f3cb8f ;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.headerImg {
	width: 238px;
	height: 72px;
	margin: 23px 0px;
	float:left;
}
header ul {
	margin-left: 0px;
	float:right;
}
.secName {
  color: #f3cb8f;
  font-size: 14px;
  margin: 0;
}
.firstP {
  color: #f3cb8f;
  font-size: 12px;
  margin: 0;
}

header ul li {
  height: 116px;
  width: 97px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right:17px;
}
header ul li:hover .headerItem {
  visibility: visible;
}
.headerItem {
  position: absolute;
  top: 115px;
  visibility: hidden;
  overflow: hidden;
  border-top: 7px solid transparent;
  display: flex;
  align-items: center;
}
.outNav {
  width: 97px;
  height: 116px;
  border-top: 5px solid transparent;
}
.headerP,
.headerC,
.headerA {
  left: -48.5px;
}
.itemLine {
  display: block;
  width: 1px;
  height: 31px;
  background-color: #eceae5;
}
.headerW,
.headerT {
  left: -97px;
}

.headerItem div:hover {
  color: #f3cb8f;
}
.headerItem div {
  width: 97px;
  height: 50px;
  color: #999999;
  line-height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #eceae5;
  margin-right: -1px;
}
.firstP {
  margin-top: 35px;
  margin-bottom: 8px;
}

header ul li:hover {
  background-color: #C4261D;
  height: 115px;
}
.myBanner {
  width: 100%;
  border-bottom: 2px solid #f3cb8f;
  margin-top:120px
}

.myBanner img {
  width: 100%;
}
.outItr {
  width: 100%;
  height: 1080px;
  position: relative;
  background: url('../gyimages/itrBack.png');
  background-color: #f5f2f1;
}
.itr {
  width: 1200px;
  height: 1080px;
  text-align: center;
  margin: 0 auto;
}
.itrT {
  margin-top: 140px;
}
.itrI {
  margin-top: 107px;
}
.goodDiv {
  width: 100%;
  height: 690px;
  background: url("../gyimages/goodBack.png");
  background-size: cover;
}
.inGood {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.gTitle {
  margin-top: 55px;
}
.gInfo {
  margin-top: 116px;
}
.hDiv {
  position: relative;
  width: 100%;
  height: 792px;
}
.hImg {
  width: 664px;
  height: 700px;
  position: absolute;
  left: 50%;
  margin-left: -332px;
  top: 40px; 
}
.hDiv {
  background-color: #dfebea;
}
.iH {
  position: relative;
  padding-top: 62px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hList {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 108px;
}
.fDiv {
  width: 100%;
  height: 800px;
  background: url('../gyimages/fBack.png');
  background-size: cover;
  position: relative;
}
.fCur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6)
}
.iF {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.fTitle {
  margin: 64px 0 81px 0;
}

