*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  list-style: none;
}
html,body{
  background:#fff;
}
.wrap{
  background:#fff;
  position: absolute;
  min-width: 100%;
  min-height:100%;
}
.header-top{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 50px;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 20px;
}
.bg{
  width: 100%;
  height: 900px;
  background: url('/assets/bg5.png') no-repeat;
  background-size:100% 100%;
  margin:0 auto;
  position: relative;
  background-color:#fff;
  padding-top:100px;
}
.mask{
  width: 100%;
  height: 900px;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0px;

}
.bg>img{
  height: 60px;
  border-radius: 10px;
  position: absolute;
  top: 15px;
  left: 100px;
  z-index: 99;
}
.head-title{
  margin-left: 200px;
  display: flex;
  z-index: 999;
}
.head-title p{
  margin-left:48px;
  font-size:20px;
  padding: 10px 20px;
  border-radius: 10px;
  font-family:'Times New Roman', Times, serif;
  font-weight:600;
  color:#919493;
  cursor: pointer;
}
.name{
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-top: 50px;
}
.firstPage{
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  justify-content: space-between;
}
.homeRight {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 200px;
  align-items: center;
}
.intro{
  font-size: 60px;
  margin-top: 20%;
  box-sizing: border-box;
  padding: 20px 30px;
  color:#fff;
  font-family:Georgia, 'Times New Roman', Times, serif;
  word-break: break-all;
}

.homeLeft{
  position:relative;
  width: 500px;
  display: flex;
}
.homeLeft img{
  width: 300px;
  height: 500px;
  margin-top: 120px;
  border-radius: 20px;

}
.homeLeft img:last-child{
  position: absolute;
  top: -50px;
  left: 230px;
  z-index: 9;
}

.content{
  width:100%;
  background: #fff;
}

.style,.aboutUs,.contactUs {
  display:flex;
  flex-direction: column;
  align-items: center;
  margin:0 auto;
  padding-top: 100px;
}

.style,.contactUs {
  background-color: #fff;
  padding-bottom: 30px;
}
.aboutUs {
  background-color: #f0f5f4;
}
.style > div{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.style > div img{
  width: 300px;
  -moz-box-shadow:2px 2px 10px #919493;
  -webkit-box-shadow:2px 2px 10px #919493;
  box-shadow:2px 2px 10px #919493;
}

.con-top-intro{
  color:#919493;
  font-size: 26px;
  width: 60%;
  text-align: center;
  display:flex;
  flex-direction: column;
  margin-bottom: 100px;


}
 .title{
  color: #919493;
  font-size: 60px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 100px;
}
.con-cen-intro{
  box-sizing: border-box;
  padding-bottom:  100px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con-cen-intro img{
  width: 300px;
  border-radius: 20px;
}

.con-cen-intro p{
  width: 100%;
  font-size: 26px;
  color: #919493;
}
.intro1{
  margin-left: 100px;
}
.bottom{
  background-color: #222;
  text-align:center;
  font-size:16px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:600;
  color:#fff;
  padding: 30px 0;
}
.bottom p{
  margin-bottom:10px;
}
.bottom p span{
  margin-left:50px;
}
.bottom .middle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.email{
  font-size: 40px;
  color: #919493;
  font-weight: 600;
  font-family:'Times New Roman', Times, serif
}
.load .btn{
  width: 216px;
  height: 62px;
}

.load {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.load .url{
  width: 122px;
  height: 122px;
  margin-left: 70px;
}
a{
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
::selection { 
    background: #FFF; 
    color: #333; 
} 
::-moz-selection { 
    background: #FFF; 
    color: #333; 
} 
::-webkit-selection { 
    background: #FFF; 
    color: #333; 
} 

.active{
  color: #FFF !important;
}
