body {
  padding: 0;
  margin: 0;
}
.header-top {
  width: 100%;
  background-color: #fff;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.header {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.time {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #464646;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  justify-content: center;
  color: #3db16d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}
.register a {
  cursor: pointer;
}
.logo-container {
  width: 100%;
  display: flex;
  height: 350px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.logo-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
.logo-left {
  display: flex;
  justify-content: space-between;
  width: 510px;
}
.logo-right {
  width: 380px;
  display: flex;
  align-items: center;
}
.search-input {
  background-color: #ffffff;
  width: 378px;
  height: 35px;
  border: 0px;
  color: #656565;
  text-indent: 10px;
  /* 边框颜色 */
  outline: 0.1px solid #a1e0ff1a;
  box-sizing: border-box;
}
.search-input:focus-visible {
  outline: 0.1px solid #a1e0ff38;
  box-sizing: border-box;
}
.search-button {
  background-color: #3db16d;
  width: 64px;
  height: 37px;
  color: #fff;
  border: 0px;
  cursor: pointer;
}
/* 二级导航*/
/* nav*/
/* 二级导航 */
.footer {
  background-color: #3db16d;
  height: auto;
  width: 100%;
}
.footer-youqing {
   
  padding-top: 0px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-bottom: 5px;
}
.footer-youqing-left {

  height: 36px;
  color: #fff;
  width:120px;
  margin-top: 20px;

}
.footer-youqing-left  img {
  float: left;
  margin-top:6px;
}
.footer-youqing-left  span { display: block;
  float: left;
  padding-left:6px;
  line-height: 36px;
  font-size:16px;
}
.footer-youqing-right {

  height: 36px;
  color: #fff;
  width:1080px;
  margin-top:15px;
  display: flex;
}
.footer-youqing-right  select{

   flex: 1;
   height: 36px;
   margin: 2px;
   background-color: rgba(168, 203, 255, 0.05);
   color: #fff;
   border-color: rgba(168, 203, 255, 0.2);
   padding: 0px 20px;
   font-size: 15px;
}
.footer-youqing-right  select option{

    
  background-color: rgba(168, 203, 255, 0.05);
  color: rgb(46, 46, 46);
  
}
.footer-youqing-right  select:focus{
 
  border-color: rgba(168, 203, 255, 0.2);
  
 
 
  outline: none;
}
 
.footer-top {
  border-bottom: 1px solid #2b608e;
  
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top:10px;
}
.footer-center {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-center-left {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 110px;
  color: rgb(255, 255, 255);
}
.footer-center-left p {
  color: #fff;
  display: block;
}
.footer-center-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
}
.footer-bottom {
  display: flex;
  align-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.502);
}
.footer-bottom-center {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 700px;
  
  align-items: center;
}
