@media only screen and (min-width: 768px){
.wrap {
    width: 86%;
    margin: 0 auto;
    max-width: 1200px;
	list-style:none;
}
a {
    text-decoration: none;
    color: #272727;
}
  .tems {
    margin: 3vw -3px 0 -3px;
    font-size: 0;
	padding: 0 30px;
}
.tems .tem {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.tems .tem .inner {
    background: #f47ba7;
    margin: 0 3px;
    text-align: center;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.tems .tem:nth-child(2) .inner {
    background: #efd43e;
}
.tems .tem:nth-child(3) .inner {
    background: #75e89c;
}
.tems .tem:nth-child(4) .inner {
    background: #7cccf0;
}
.tems .tem:nth-child(5) .inner {
    background: #5d69d8;
}
.tems .tem .inner h3 {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    font-family: 'Siyuan_M';
}
.tems .tem .inner p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
      width: 170px;
}

.tems .tem .inner:after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background-image: url(/static/home/images/zaojiao/icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.comm_search {
    margin-top: 35px;
    padding-left: 60px;
}

.comm_search {
    font-size: 0;
    overflow: hidden;
	padding: 0 30px;
}

.comm_search .left {
    float: left;
}

.comm_search .right {
    margin-top: 5px;
}
.comm_search h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    color: #363632;
    font-family: 'Siyuan_EL';
    margin-right: 40px;
}
.comm_search form {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.comm_search form select {
    border: 2px solid #959595;
    border-radius: 5px;
    width: 112px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
    line-height: 36px;
    padding: 0 30px 0 20px;
    background-color: transparent;
    background-image: url(/static/home/images/common/triangle.png);
    background-repeat: no-repeat;
    background-position: 85px center;
    margin-right: 10px;
    cursor: pointer;
    height: 40px;
}
.comm_search .right .tel {
    background: #dcdcdc;
    width: 400px;
    border-radius: 5px;
    text-align: center;
}
.comm_search .right .tel h3 {
    font-size: 24px;
    color: #272727;
    line-height: 50px;
    padding-left: 55px;
    background: url(/static/home/images/zaojiao/icon2.png) no-repeat left center;
    display: inline-block;
}
.tems .tem .inner p br {
    display: none;
}
  .comm_search h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    color: #363632;
    font-family: 'Siyuan_EL';
    margin-right: 40px;
}

.comm_search .right {
    float: right;
    margin-top: 8px;
}
.comm_search form button {
    width: 116px;
    background: #ffadcb;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-size: 18px;
    color: #000;
    line-height: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
}
  ul.tag {
   display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 12px 0;
}
ul.tag li {
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
}
ul.tag li a{color:#ffffff;}
ul.tag .t1 {background: #9CB2EE;}
ul.tag .t2 {background: #8CC48C;}
ul.tag .t3 {background: #FF9AAB;}
ul.tag .t4 {background: #EFC34C;}
ul.tag .t5 {background: #73CDDD;}
ul.tag .t6 {background: #80aba9;}
ul.tag .t7 {background: #cc7eb1;}
ul.tag .t8 {background: #cd5e3c;}
ul.tag .t9 {background: #89c3eb;}
ul.tag .t10 {background: #73CDDD;}
  
}  


@media only screen and (max-width: 767px){
  
 .tems.fadeInUp.wow {
       margin: 3vw -2px 0 -2px;
    font-size: 0;display: flex;
}
  
.tems .tem {
  display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 12%;
    height: 100px;
    margin-left: 5px;
}
.tems .inner {
    text-align: center;
    border-radius: 12px;
   
    position: relative;
}
.tems .tem .inner h3 {
        font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255,255,255,.3);    color: white;
}
  .tem p{     line-height: 14px;    color: white;
    margin: 6px 0;    font-size: 12px;}
  
 .tem .inner p span {
    display: none;
}  
  ul.tag {
   display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 12px 0;
}
ul.tag li {
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
}
ul.tag li a{color:#ffffff;}
ul.tag .t1 {background: #9CB2EE;}
ul.tag .t2 {background: #8CC48C;}
ul.tag .t3 {background: #FF9AAB;}
ul.tag .t4 {background: #EFC34C;}
ul.tag .t5 {background: #73CDDD;}
ul.tag .t6 {background: #80aba9;}
ul.tag .t7 {background: #cc7eb1;}
ul.tag .t8 {background: #cd5e3c;}
ul.tag .t9 {background: #89c3eb;}
ul.tag .t10 {background: #73CDDD;}  
  
  
  
.tems .tem p br {
   display: inline-block;
}
.tems .tem .inner i {
        display: block;
    line-height: 20px;
    width: 44px;
    border-radius: 20px;
    background: #fff;
    margin: 0 auto;
    font-size: 12px;
    font-style: normal;}
  /*
  .tems .tem:nth-child(1){ border: 1px solid #F47BA7;} 
  .tems .tem:nth-child(2){ border: 1px solid #EFD43E;} 
    .tems .tem:nth-child(3){ border: 1px solid #75E89C;} 
    .tems .tem:nth-child(4){ border: 1px solid #7CCCF0;} 
    .tems .tem:nth-child(5){ border: 1px solid #5D69D8;} 
     */ 
  .tems .tem:nth-child(1) i{color: #F47BA7;} 
  .tems .tem:nth-child(2) i{ color: #EFD43E;} 
    .tems .tem:nth-child(3) i{ color:#75E89C;} 
    .tems .tem:nth-child(4) i{ color:#7CCCF0;} 
    .tems .tem:nth-child(5) i{ color:#5D69D8;} 
     
  .tems .tem:nth-child(1){background: #F47BA7;} 
  .tems .tem:nth-child(2){ background: #EFD43E;} 
    .tems .tem:nth-child(3){background:#75E89C;} 
    .tems .tem:nth-child(4){ background:#7CCCF0;} 
    .tems .tem:nth-child(5){ background:#5D69D8;} 

  .comm_search .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px;
    line-height: 2;
}
  
  .comm_search .left h3 br{ display: none;}  
  
  .comm_search .left [required="required"]{    width: 65px;
    border: 1px solid #333333;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    padding: 0 9px;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 16px;
    height: 29px;}
  
  .comm_search select#search_day {
    width: 65px;
    border: 1px solid #333333;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    padding: 0 9px;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 24px;
    height: 29px;
}
.right {
  border-bottom: 1px solid #e0e0e0;}
  .tel {
    display: none;
}
  .comm_search button {
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
    background-color: #FFADCB;
    border-radius: 5px;
    color: white;
}
  
  .comm_left ul{    margin-top: 40px;}  
  
h3.h3 {
    text-align: center;
    margin: 20px;
}
form#myform {
    text-align: center;
    display: grid;
    justify-content: center;
}
input[type="text"] {
    margin: 10px;
    border: 1px solid;
    width: 240px;
    height: 35px;
    border-radius: 20px;
    padding-left: 20px;
}
  button.btn.btn-submit {
    width: 110px;
    height: 30px;
    margin: 15px auto;
    border-radius: 25px;
    background: #ff498b;
    color: #ffffff;
}
  .left-ad{ display: none;}
  .comm_left {
    position: inherit;}
  em {
    font-size: 30px;
    color: red;
}
  
  

}


@media only screen and (min-width: 998px){

h3.h3 {
    text-align: center;
    margin: 20px;
}
form#myform {
    text-align: center;
    display: grid;
    justify-content: center;
}
input[type="text"] {
    margin: 10px;
    border: 1px solid;
    width: 240px;
    height: 35px;
    border-radius: 20px;
    padding-left: 20px;
}
  button.btn.btn-submit {
    width: 110px;
    height: 30px;
    margin: 15px auto;
    border-radius: 25px;
    background: #ff498b;
    color: #ffffff;
}
  .left-ad{ width:246px;}
   .left-ad img{ width:246px;}

.comm_left {
    position: absolute;
}
 em {
    font-size: 30px;
    color: red;
}
  ul.tag {
   display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 12px 0;
}
ul.tag li {
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
}
ul.tag li a{color:#ffffff;}
ul.tag .t1 {background: #9CB2EE;}
ul.tag .t2 {background: #8CC48C;}
ul.tag .t3 {background: #FF9AAB;}
ul.tag .t4 {background: #EFC34C;}
ul.tag .t5 {background: #73CDDD;}
ul.tag .t6 {background: #80aba9;}
ul.tag .t7 {background: #cc7eb1;}
ul.tag .t8 {background: #cd5e3c;}
ul.tag .t9 {background: #89c3eb;}
ul.tag .t10 {background: #73CDDD;}  
}

@media only screen and (max-width: 1600px) {｝