.zs-professional{
  display: block;
  padding: 20px 15px 25px 25px;
  background-color: #FFF;
  margin-bottom: 30px;
}
.zs-professional .h2title .title{
  font-weight: normal;
  color: #0188E1;
}
.zs-professional.det .h2title .title{
  color: #333;
}
.zs-professional.det .h2title .title strong{
  color: #0188E1;
}
.zs-professional.pro-orange .h2title .title{
  color: #ff8800;
}
.zs-professional.pro-green .h2title .title{
  color: #32ba81;
}
.professional-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 10px;
}
.professional-list a{
  display: block;
  width: 11%;
  height: 70px;
  text-align: center;
  font-size: 16px;
  line-height: 68px;
  margin: 0 1.5% 15px 0;
  color: #0188E1;
  overflow: hidden;
  border: 1px solid #0188E1;
}
.professional-list a:hover{
  color: #FFF;
  background-color: #0188E1;
}
.zs-professional.pro-orange .professional-list a{
  color: #ff8800;
  border: 1px solid #ff8800;
}
.zs-professional.pro-orange .professional-list a:hover{
  color: #FFF;
  background-color: #ff8800;
}
.zs-professional.pro-green .professional-list a{
  color: #32ba81;
  border: 1px solid #32ba81;
}
.zs-professional.pro-green .professional-list a:hover{
  color: #FFF;
  background-color: #32ba81;
}
.pro-banner{
  display: block;
  width: 100%;
  height: 320px;
  background: url(../img/bg-pro-banner.jpg) center center;
  background-size: cover;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  font-weight: bold;
  color: #FFF;
}
.pro-reg{
  display: block;
  width: 800px;
  font-size: 18px;
  margin: 20px auto;
}
.pro-reg .red{
  color: #FF6600;
}
.pro-body{
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.8;
}
.pro-body p strong{
  font-size: 20px;
}
.pro-copy{
  font-size: 14px;
  color: #666;
}
.zs-school{
  display: block;
  padding: 20px 15px 25px 25px;
  background-color: #FFF;
  margin-bottom: 30px;
}
.school-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  align-content: flex-start;
  margin-top: 10px;
}
.school-list a{
  display: block;
  width: 15%;
  height: 70px;
  text-align: center;
  font-size: 16px;
  line-height: 68px;
  margin: 0 1.5% 15px 0;
  color: #0188E1;
  overflow: hidden;
  border: 1px solid #0188E1;
}
.school-list a:hover{
  color: #FFF;
  background-color: #0188E1;
}
.sch-desc{
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}
.sch-desc .pic{
  flex: 0 0 35%;
  width: 35%;
}
.sch-desc .pic img{
  display: block;
  width: 100%;
  height: auto;
}
.sch-desc .text{
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.8;
}
.zylist{
  padding: 15px 0;
}
.zylist table {	border-top: #dedede 1px solid;	border-right: #dedede 1px solid;}
.zylist th{background-color: #F6F6F6;}
.zylist th, td {border-bottom: #dedede 1px solid;text-align: center;border-left: #dedede 1px solid; border: 1px solid #dedede;}
.zylist tr th {	font-size: 16px;color: #333;font-weight: 700;line-height: 45px;}
.zylist tr td {color: #333;	font-size: 16px;line-height: 45px;}
.zylist tr td a {color: #FF6600;font-size: 16px;font-weight: 700;}
.zylist tr td.btn a{
  display: block;
  width: 120px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  background-color: #FF6600;
  color: #FFF;
  border-radius: 5px;
}
.zylist tr td a:hover{
  opacity: 0.8;
}
.zylist tr:hover{background-color: #F6F6F6;}


/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-professional {
    padding: 20px 4% 20px 4%;
    margin-bottom: 20px;
}
.professional-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 50px;
  font-size: 15px;
  line-height: 20px;
  margin: 0 3% 15px 0;
}
.professional-list a:nth-child(2n){
  margin-right: 0;
}
.zs-school {
  padding: 20px 4% 20px 4%;
  margin-bottom: 20px;
}
.school-list a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 50px;
  font-size: 15px;
  line-height: 20px;
  margin: 0 3% 15px 0;
}
.school-list a:nth-child(2n){
  margin-right: 0;
}
.pro-banner {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  font-size: 28px;
}
.zs-professional.det .h2title .title {
  font-size: 18px;
  line-height: 1.35;
}
.pro-reg {
  width: 100%;
  font-size: 16px;
  margin: 0px auto;
}
.pro-reg #form1{
  padding-top: 0;
}
.pro-body {
  padding: 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.sch-desc {
  display: flex;
  padding: 0 0;
  justify-content: flex-start;
  flex-direction: column;
}
.sch-desc .pic {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 15px;
}
.sch-desc .text {
  padding-left: 0;
  font-size: 15px;
}
.zylist {
  padding: 0 0;
}
.zylist tr th {
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 5px;
}
.zylist tr td {
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 5px;
}
.zylist tr td a {
  font-size: 14px;
}
.zylist tr td.btn a {
  width: 60px;
  margin: 0 auto;
  font-size: 12px;
}
.zs-professional .h2title .title{
  font-size: 20px;
}

}