*{
  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{
  background:#fff;
  height:100px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  display: flex;
}
.bg{
  width: 100%;
  height: 900px;
  margin:0 auto;
  background-color:#fff;
  align-items: center;
}
.logoBox {
  height: 100px;
  display: flex;
  align-items:center ;
  width: 30%;
}
.logoBox>img{
  height: 60px;
  width: 60px;
  border-radius: 10px;
}
.logoBox .name{
  margin-left: 20px;
  color: #0d74e3;
  font-size: 30px;
  font-weight: 600;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.head-title{
  
  display: flex;
  align-items: center;
}
.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:#3a3939;
  cursor: pointer;
}

.firstPage{
  display: flex;
  width: 100%;
  height: 100%;
}
.homeLeft {
  width: 60%;
  height: 100%;
}
.intro{
  font-size: 60px;
  margin-top: 20%;
  margin-left: 200px;
  
  box-sizing: border-box;
  padding: 20px 30px;
  color:cornflowerblue;
  font-family:Georgia, 'Times New Roman', Times, serif;
}

.homeRight{
  position:relative;
}
.homeRight img{
  width: 300px;
  margin-top: 50%;
  border-radius: 20px;

}
.homeRight 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: #f0f0f0;
  padding-bottom: 30px;
}
.style > div{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.style > div img{
  height: 500px;
  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:#3a3939;
  font-size: 26px;
  width: 60%;
  text-align: center;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 38px;

}
 .title{
  color: #0d74e3;
  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:0 400px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.con-cen-intro img{
  width: 300px;
  border-radius: 20px;
}

.con-cen-intro p{
  font-size: 26px;
  color: #3a3939;
  font-weight: 700;
}

.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: #3a3939;
  font-weight: 600;
  font-family:'Times New Roman', Times, serif
}
.load .btn{
  width: 216px;
  height: 62px;
}

.load {
  position: absolute;
  left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 600px;
}

.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{
  background-color: rgba(108, 168, 241, 0.5);
  color: #FFF !important;
}
