﻿body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
body,
p,
td,
div,
textarea {
  font-family: \5fae\8f6f\96c5\9ed1;
  color: #3b4459;
  font-size: 14px;
}
div,
ul,
li,
p,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0;
}
li {
  margin: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
.w-1200{
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 1200px;
    transform: translate(-50%);
    height: 1000px;
    /* top: 50%; */
    left: 50%;	
}
.wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background: url("../images/bgjd.webp") no-repeat ;
  background-position: top center;
  background-size: 2560px 6406px;
  padding-top: 1010px;
}
.footer{display:none;}
.logo {
  background: url("../images/logo.png") no-repeat;
  background-position: top center;
  width: 280px;
  height: 122px;
  position: absolute;
  top: 55px;
  left: 528px;
  background-size: contain;
}
.headbtns {
  display:flex;
  justify-content: space-around;
  width: 760px;
  position: absolute;
    top: 530px;
    left: 347px;
  background-size: contain;
}
.headbtns .headbtn{
	background:url(../images/button.png) no-repeat;
	width:361px;
	height:99px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 85px; 
	color:#823417;	
	transition: all 0.3s ease-in-out
}
.headbtns .headbtn.active
{
	background:url(../images/button1.png) no-repeat;
	color: #643b81;
}
.headbtns .headbtn:hover{
	filter: brightness(1.1);
}

.slogan {
  background: url("../images/slogan.png") no-repeat;
  background-position: top center;
    width: 778px;
    height: 304px;
    position: absolute;
    top: 191px;
    left: 340px;
}
.nav {
  background: url("../images/muen.png") no-repeat;
  background-position: top center;
  width: 286px;
  height: 44px;
  position: absolute;
  top: 29px;
  right: -10vw;
  display: flex;
}
.nav a {
  width: 143px;
  height: 38px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 42px;
  text-indent: 92px;
}
.nav a:hover {
  filter: brightness(140%);
}
.nav a:nth-child(2) {
	text-indent: 46px;
}

.menu {
	position: fixed;
	right: 15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 314px;
	height: 927px;
	background: url(../images/nav1.png) no-repeat;
	background-size: 100%;
	background-position: center 0;
	/*padding-top: 70px;*/
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index:100;
}

.menu.show {
	opacity: 1
}

.menu.hide {
	right: -193px;
	opacity: 0
}

.menu.fading {
	-webkit-transition: right .5s,opacity .5s;
	transition: right .5s,opacity .5s
}

.menu .item {
	width: 196px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #905e52;
	/*background: url(../images/btn-n.png) no-repeat;*/
	background-size: 100% 100%;
	cursor: pointer;
	/*margin-bottom: 10px;*/
	margin:0 auto 20px 70px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	font-weight:bold;
}
.menu .item:nth-child(1){
	margin-top: 85px;
}

.menu .item.active{
	color: #e33225;
	background-image: url(../images/nav-btn.png)
}

.menu .jump-top {
	position: absolute;
    bottom: 65px;
    left: 55%;
	-webkit-transform: translateX(-50%);
	transform: translate(-50%);
	width: 60px;
	height: 60px;
	cursor: pointer
}

.section{
	width: 100%;
	position:relative;
}
.text {
	width: 1070px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    transform: translateX(-50%);
    /* padding-top: 220px; */
    /* padding-left: 87px; */
    /* top: 0; */
    box-sizing: border-box;
    font-size: 20px;
    line-height: 43px;
    color: #8f5d52;
    padding-top: 172px;
}

.text p{
	color: #8f5d52;
    font-size: 20px;
    display: flex;
	line-height: 29px;
    margin-bottom: 10px;
}
.text .text-t{
	background:url(../images/icon-text1.png) no-repeat;
	width:101px;
	height:29px;
	font-weight: bold;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    font-size: 18px;
	padding-right:13px;
}

.text .reward{
	display:inline-flex;
	width: 940px;
}
.text .reward img{margin-right:10px;}

.text .reward i{
	color: #ff3000;
    font-style: normal;
    display: contents;
}

.text.text-b .text-t{
	background:url(../images/icon-text2.png) no-repeat;
}
.text.text-b p{
	color:#f2cfb9;
}

/*.text-1 {
	margin-top: 230px;
}
.text-2{
	margin-top: 250px;	
}
.text-3{
	margin-top: 237px;	
}
.text-4{
	margin-top: 233px;	
}
.text-5{
	margin-top: 233px;	
}
*/

.ml25 {
  margin-left: 25px;
  display: inline-block;
}
.ml142 {
  margin-left: 142px;
  display: inline-block;
}
.emphsis {
  font-weight: 600;
  color: #b35116;
}
::-webkit-scrollbar {
  display: none;
}
/*通用底部*/
.footer {
  height: 133px;
  padding-top: 34px;
  /*margin-top:8px;*/
  background-color: #000;
  color: #c3cbfb;
}
.footer #bottom {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 93px;
  background: url(../images/foot.jpg) left 0 no-repeat;
}
.footer #bottom a {
  color: #c3cbfb;
  padding: 0px 4px;
}
.footer #bottom .botp1 {
  position: absolute;
  left: 210px;
  top: 6px;
  font-size: 12px;
  color: #c3cbfb;
}
.footer #bottom .botp2 {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 12px;
  color: #c3cbfb;
}
.footer #bottom .botp3 {
  position: absolute;
  left: 210px;
  top: 36px;
  font-size: 12px;
  color: #c3cbfb;
}
/*
@media screen and (max-width: 1920px) {
  .logo {
    left: 528px;
  }
  .nav {
    right: -190px;
  }
}
*/
