*{
  padding: 0px;
  margin: 0px;
}
li{
  list-style: none;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}
.flex-center-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-align-center{
  display: flex;
  align-items: center;
}
.flex-between-center{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-reverse{
  display: flex;
  flex-direction: row-reverse;
}

.flex-column{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}


.msxy{
  font-size: 20px;
}

.msxy_title{
  height: 300px;
  width: 100%;
  font-size: 20px;
  background: url(../img3/guomin_5.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.msxy_title img{
  width: 15em;
  height: 15em;
  left: 0px;
  right: 0px;
  bottom: -1.5em;
  margin: auto;
  position: absolute;
}
.msxy_desc{
  padding: 1.5em 0;
  margin:auto;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 0.5em solid #a8d921;
}

.msxy_about{
   margin: 0.75em auto;
}
.msxy_about img{
  width: 6.5em;
}
.msxy_about .desc{
  font-size: 0.75em;
  line-height: 1.8;
  color: #005704;
  margin-left: 30px;
  
}
.msxy_flow .main{
    margin-top: 2.5em;
}
.msxy_flow .title{
 font-size: 1.4em;
 text-align: center;
 padding: 1em 0;
 line-height: 1;
 background: #ffde26
}
.msxy_flow img{
 width: 18em;
 
 
}
.msxy_flow .desc{
  width: calc(100% - 18em - 10px);
  box-sizing: border-box;
  
   
 
}
.msxy_flow .desc h2{
  padding: 5px 0;
  border-bottom: 1px solid #009408;
  
}
.msxy_flow  .main{
    
}
.msxy_flow  .item{
    
}
.msxy_flow  h2 .order{
    width: 1em;
    height: 1em;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
  
    background: #009408;
    
}
.msxy_flow  h2 .order span{
    font-size: 0.6em;
}
.msxy_flow  h2  .name{
  font-size: 1em;
    
}
.msxy_flow  .desc p{
    margin-top: 0.75em;
    font-size: 0.7em;
    text-align: left;
    line-height: 1.6;
}
.msxy_flow   .flex-reverse  .desc  .order,
.msxy_flow   .flex-reverse  .desc  p{
  margin-left: 20px;

}
.msxy_menu{
  margin-top: 3em;
}
.msxy_menu h2{
  
}
.msxy_menu h2 .img{
  width: 100%;
  display: block;
  max-height: 50px;
}
.msxy_menu .list{
  
  margin-top: 1em;
}
.msxy_menu .list .list-item{
   width: 16em;
}
.msxy_menu .list .list-item img{
   
    width:100% ;
    max-height: 200px;
    
}
.msxy_menu .list .list-item h3{
  font-size: 0.65em;
  margin-top: 0.25em;
}


.msxy_menu .comment-list{

    margin: 2em auto;
}

.msxy_menu .comment-list .comment-list-item{
  box-sizing: border-box;
  width: 10.5em;
  padding: 1em;
  padding-bottom: 2.5em;
  background: url(../img3/comment_base1.png) no-repeat left top, url(../img3/comment_base3.png) no-repeat left bottom, url(../img3/comment_base2.png) no-repeat left top;
  background-size: 100% auto, 100% auto, 100% 100%;
  text-align: left;
}

.msxy_menu .comment-list  .comment-list-item  span{
  font-size: 0.7em;
  display: block; 
    line-height: 1.5;
}

.msxy_menu .comment-list  h2{
  width: 5.5em;
}
.msxy_menu .comment-list  h2 img{
  width: 100%;
}
.comment-list .bottom {
 position: relative;
 top: 20px;
}
.msxy_menu .nones{
  margin-top: 2em;
}

.msxy_menu .notes p{
  font-size: 0.9em;
  text-align: center;
}
.msxy_info{
  margin-top: 2em;
} 

.msxy_info h2{
    background: #ffde26;
    padding: 1em 0;
    font-size: 1.4em;
    text-align: center;
}
.msxy_info h2 span{
  
  margin: 0;
  font-weight: 500;
  
}








