.head_main {
  width: 100%;
  height:  64px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: white;
}

.head {
  height: 64px;
  line-height:  64px;
}

.head .logo {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  height: 64px;
  line-height: 64px;
  /* width: 84px;
  height: 80px; */
  /* margin-right: 120px; */
  
}
.head .logo  span{
  
font-size: 18px;
font-family: Montserrat-Bold, Montserrat;
font-weight: bold;
color: #FF771C;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
}
/* .head div{
  display: flex;
} */
.leftLogo {
  width: 46px;
  /* height: 80px; */
  vertical-align: middle;
  display: inline-block;
  /* margin-right: 120px; */

}

.leftLogo img {
  width: 100%;
}



.nav {
  height:  64px;
  line-height:  64px;
}
a{
  color:#333333;
}
.nav a {
  margin-left: 30px;
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
}

.actived {
  font-weight: bold;
  text-decoration:underline;
  color: #FF771C;
}

.footeruptitle {
  width: 390px;
  margin: 0px auto 60px;
  padding-top: 40px;
}

.content {
  padding-top: 58px;
}

.content img {
  width: 100%;
}
.btns-title{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-top: 30px;
  text-align: center;
}
.btnwrap{
  background-color: rgb(245,244,242);
}
.btns{
  padding: 30px 0;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: rgb(245,244,242);
}
.btns>div{
  width: 360px;
  padding: 20px 0px;
  background-color: rgb(242, 185, 8);
  margin-left: 30px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 700;
  border-radius: 30px;
}
.btns>div:nth-child(1){
  margin-left: 0;
}
.btns>div:nth-child(2){
  background-color: rgb(255, 153, 53);
}
#ceshi2,#ceshi3{
  background-color: #FCF7F1;
}
.baseDiv{
  height: 217px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.baseDiv a{
 
background: #417EF0;
color: white;
text-align: center;
line-height: 58px;
cursor: pointer;

width: 218px;
height: 58px;
background: #00B192;
border-radius: 8px;
}
#ceshi3 div{
  background-color: #F8F8F8;
}
#ceshi4 div{
  background: #eeeeee;
}
.footerbox{
  /* width: 1920px; */
height: 180px;
background: #222222;
opacity: 1;
}
.footerbox_content{
  width: 60%;
  height: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footerbox_p{
  
font-family: Montserrat-Bold, Montserrat;
font-weight: bold;
color: #FFFFFF;
line-height: 20px;
-webkit-background-clip: text;
margin: 42px 0 28px 0;
}
.footer_content, .footer_content a{
font-size: 16px;
font-family: Montserrat-Regular, Montserrat;
font-weight: 400;
color: #FFFFFF;
line-height: 16px;
opacity: .7;
margin-bottom:16px ;
-webkit-background-clip: text;
}