* {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  height: 100%;
}
.box {
  width: 100%;
/*   height: 600px;
border: 1px solid black;
margin: 0.520833rem auto; */
  overflow: hidden;
}
.box .myul {
  margin: 0 auto;
  display: flex;
}
.box .myul li {
  flex: 1;
  width: 24%;
  line-height: 40px;
  text-decoration: none;
 /*  height: 40px; */
  list-style: none;
  text-align: center;
  cursor: pointer;
  background-color: #909090;
  border-radius: 10px;
  font-size: 14px;
   font-weight: 550; 
  color: #fff;
  margin-left: 10px;
  margin-top: 20px;
}
.box .myul li:hover {
  background-color: lightblue;
}
.box section {
  /* height: 300px; */
}
.box #container {
  width: 100%;
}
.box #container .content {
  width: 100%;
  /*----------内容--------*/
}
.box #container .content li {
  list-style: none;
  font: 2em/200% "microsoft yahei";
  text-align: center;
  float: left;
  cursor: pointer;
}
.box #container .content .menu {
  /* margin-top: 0.104167rem;
  
  height: 30px; */
  display: block;

  font-size: 0.5em;
width: 63%;
margin: 0 auto;
    margin-top: 0px;
cursor: pointer;
margin-top: 0.104167rem;


}
.box #container .content .menu > li {
  background: #bfbfbf;
  width: 200px;
  margin-left: 0.052083rem;
  border-radius: 10px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.box #container .content li:hover {
  background: lightgreen;
}
.box #container .content .con {
  font-size: 2em;
  color: orangered;
  width: 300%;
  clear: both;
  display: flex;
  /*transition:margin-left 200ms;*/
}
.box #container .content .con > li {
  width: 100%;
  height: 2.083333rem;
  flex: 1;
  padding-top: 50px;
}
.box #container .content .con li:hover {
  background-color: #fff;
}
.box #container .content1 {
  width: 100%;
  /*------------------------------------*/
  /*---------菜单或者焦点--*/
  /*----------内容--------*/
}
.box #container .content1 li {
  list-style: none;
  font: 2em/200% "microsoft yahei";
  text-align: center;
  float: left;
}
.box #container .content1 .menu1 {
  font-size: 0.5em;
  width: 100%;
  cursor: pointer;
  margin-top: 0.104167rem;
  height: 30px;
  display: block;
}
.box #container .content1 .menu1 > li {
  background: #eee;
  width: 400px;
  margin-left: 0.052083rem;
  border-radius: 10px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.box #container .content1 li:hover {
  background: lightgreen;
}
.box #container .content1 .con1 {
  font-size: 2em;
  color: orangered;
  width: 300%;
  clear: both;
  display: flex;
  /*transition:margin-left 200ms;*/
}
.box #container .content1 .con1 > li {
  width: 100%;
  height: 2.083333rem;
  flex: 1;
  padding-top: 50px;
}
.box #container .content1 .con1 li:hover {
  background-color: #fff;
}
.box #container .content2 {
  width: 100%;
  /*------------------------------------*/
  /*---------菜单或者焦点--*/
  /*----------内容--------*/
}
.box #container .content2 li {
  list-style: none;
  font: 2em/200% "microsoft yahei";
  text-align: center;
  float: left;
}
.box #container .content2 .menu2 {
  font-size: 0.5em;
  width: 100%;
  cursor: pointer;
  margin-top: 0.104167rem;
  height: 30px;
  display: block;
}
.box #container .content2 .menu2 > li {
  background: #eee;
  width: 400px;
  margin-left: 0.052083rem;
  border-radius: 10px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.box #container .content2 li:hover {
  background: lightgreen;
}
.box #container .content2 .con2 {
  font-size: 2em;
  color: orangered;
  width: 300%;
  clear: both;
  display: flex;
  /*transition:margin-left 200ms;*/
}
.box #container .content2 .con2 > li {
  width: 100%;
  height: 2.083333rem;
  flex: 1;
  padding-top: 50px;
}
.box #container .content2 .con2 li:hover {
  background-color: #fff;
}
.box #container .content3 {
  width: 100%;
  /*------------------------------------*/
  /*---------菜单或者焦点--*/
  /*----------内容--------*/
}
.box #container .content3 li {
  list-style: none;
  font: 2em/200% "microsoft yahei";
  text-align: center;
  float: left;
}
.box #container .content3 .menu3 {
  font-size: 0.5em;
  width: 100%;
  cursor: pointer;
  margin-top: 0.104167rem;
  height: 30px;
  display: block;
}
.box #container .content3 .menu3 > li {
  background: #eee;
  width: 400px;
  margin-left: 0.052083rem;
  border-radius: 10px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
.box #container .content3 li:hover {
  background: lightgreen;
}
.box #container .content3 .con3 {
  font-size: 2em;
  color: orangered;
  width: 300%;
  clear: both;
  display: flex;
  /*transition:margin-left 200ms;*/
}
.box #container .content3 .con3 > li {
  width: 100%;
  height: 2.083333rem;
  flex: 1;
  padding-top: 50px;
}
.box #container .content3 .con3 li:hover {
  background-color: #fff;
}
