﻿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;
}
.wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background: url("../images/bgjd.webp") no-repeat ;
  background-position: top center;
  padding-top: 870px;
}
.footer{display:none;}
.logo {
  background: url("../images/logo.png") no-repeat;
  background-position: top center;
  width: 231px;
  height: 97px;
  position: absolute;
  top: 32px;
  left: 443px;
  background-size: contain;
}
.headbtns {
  display:flex;
  justify-content: space-around;
  width: 760px;
  position: absolute;
    top: 610px;
    left: 615px;
  background-size: contain;
}
.headbtns .headbtn{
	background:url(../images/button1.png) no-repeat;
	width:361px;
	height:99px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
    color: #643b81;
}
.headbtns .headbtn.active,
.headbtns .headbtn:hover{
	background:url(../images/button.png) no-repeat;
	color:#823417;	 
}

.slogan {
  background: url("../images/slogan.png") no-repeat;
  background-position: top center;
    width: 756px;
    height: 949px;
    position: absolute;
    top: 485px;
    left: 520px;
}
.nav {
  background: url("../images/muen.png") no-repeat;
  background-position: top center;
  width: 286px;
  height: 44px;
  position: absolute;
  top: 29px;
  right: 362px;
  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: 213px;
	height: 477px;
	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: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	/*background: url(../images/btn-n.png) no-repeat;*/
	background-size: 100% 100%;
	cursor: pointer;
	/*margin-bottom: 10px;*/
	margin:0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
}
.menu .item:nth-child(1){
	margin-top: 145px;
}

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

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

.section{
	width: 100%;
	position:relative;
}
.text {
    width: 700px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    transform: translateX(-50%);
    /* padding-top: 220px; */
    /* padding-left: 87px; */
    /* top: 0; */
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    color: #b1b8df;
   
}

.text p{
	color: #b1b8df;
    font-size: 14px;
}
.text-1 {
	margin-top: 185px;
}
.text-2{
	margin-top: 187px;	
}
.text-3{
	margin-top: 179px;	
}
.text-4{
	margin-top: 179px;	
}
.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: 123px;
  }
  .nav {
    right: 42px;
  }
}

