section{margin-bottom: 60px;}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.wrap:before,
.wrap:after,
section .bq-course-list:before,
section .bq-course-list:after,
section .bq-course-list > .recomend:before,
section .bq-course-list > .recomend:after,
section .contentwrap > div:before,
section .contentwrap > div:after,
section .faq > .cont:before,
section .faq > .cont:after,
section .news .cont:before,
section .news .cont:after {
  content: " ";
  display: table;
}

.modal-footer:after,
.wrap:after,
.logo_navbar .logo:after,
.logo_navbar .nav nav:after,
section > .back_top:after,
section .bq-course-list:after,
section .bq-course-list > .recomend:after,
section .contentwrap > div:after,
section .faq > .cont:after,
section .news .cont:after {
  clear: both;
}

section .bq-course-list {
  margin:0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 768px) {
  section .bq-course-list {
    width: 740px;
  }
}
@media (min-width: 1100px) {
  section .bq-course-list {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  section .bq-course-list {
    width: 1220px;
  }
}
section .bq-course-list > .recomend {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 18px;
}
section .bq-course-list > .recomend:before,
section .bq-course-list > .recomend:after {
  content: " ";
  display: table;
}
section .bq-course-list > .recomend:after {
  clear: both;
}
section .bq-course-list > .recomend:before,
section .bq-course-list > .recomend:after {
  content: " ";
  display: table;
}
section .bq-course-list > .recomend:after {
  clear: both;
}
@media (min-width: 768px) {
  section .bq-course-list > .recomend {
    width: 740px;
  }
}
@media (min-width: 1100px) {
  section .bq-course-list > .recomend {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  section .bq-course-list > .recomend {
    width: 1220px;
  }
}
section .bq-course-list > .recomend > span {
  float: left !important;
  font-size: 24px;
}
section .bq-course-list > .recomend > .skycc.more {
  float: right !important;
  line-height: 25px;
  font-size: 14px;
}
section .bq-course-list > .recomend > .skycc.more:hover {
  color: #666;
}
section .bq-course-list > .course-wrap {
  width: 20%;
  float: left !important;
  padding: 20px 10px;
}
section .contentwrap {
  padding: 40px 0 0 0;
  background-color: #f3f5f7;
  margin-top: 40px;
}
section .contentwrap > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
section .contentwrap > div ul.list.tab {
  height: 42px;
  line-height: 40px;
  width: 100%;
  border-top: 2px solid #7b74ff;
  margin-bottom: 40px;
}
section .contentwrap > div ul.list.tab > li {
  width: 10%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
section .contentwrap > div ul.list.tab > li > .skycc {
  position: relative;
  display: block;
  outline: none;
  width: 120px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
section .contentwrap > div ul.list.tab > li > .skycc > span {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section .contentwrap > div ul.list.tab > li > .skycc> span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7b74ff;
  color: white;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
section .contentwrap > div ul.list.tab > li > .skycc:hover > span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
section .contentwrap > div ul.list.tab > li:not(:first-child) {
  border-left: 1px solid #dedee2;
}
@media (max-width: 1024px){
  section .bq-course-list > .course-wrap {
    width: 100%;
    float: left !important;
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  section .contentwrap > div {
    width: 740px;
  }
  
}
@media (min-width: 1100px) {
  section .contentwrap > div {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  section .contentwrap > div {
    width: 1220px;
  }
}
section .contentwrap > div > .row {
  margin-bottom: 40px;
}
section .contentwrap > div > .row .classify {
  width: 224px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
section .contentwrap > div > .row .classify > img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
section .contentwrap > div > .row .classify > .cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
section .contentwrap > div > .row .classify > .cont > h2 {
  padding-left: 20px;
  padding-top: 50px;
  position: relative;
  color: #fff;
  font-size: 24px '微软雅黑';
  font-weight: bold;
}
section .contentwrap > div > .row .classify > .cont > span {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  padding: 20px;
  left: 0;
  width: 100%;
}
section .contentwrap > div > .row .shadow {
  width: 100%;
}
section .contentwrap > div > .row .shadow:not(:last-child) {
  margin-bottom: 20px;
}
section .contentwrap > div > .row .shadow > a.skycc{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section .contentwrap > div > .row .shadow > .skycc img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  max-width: 100%;
  height: auto;
}
section .contentwrap > div > .row .shadow > .skycc:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
section .contentwrap > div > .row .shadow > .list {
  padding: 0;
  margin: 0;
  max-height: 170px;
  overflow: hidden;
}
section .contentwrap > div > .row .shadow > .list:before,
section .contentwrap > div > .row .shadow > .list:after {
  content: " ";
  display: table;
}
section .contentwrap > div > .row .shadow > .list:after {
  clear: both;
}
section .contentwrap > div > .row .shadow > .list:before,
section .contentwrap > div > .row .shadow > .list:after {
  content: " ";
  display: table;
}
section .contentwrap > div > .row .shadow > .list:after {
  clear: both;
}
section .contentwrap > div > .row .shadow > .list > * {
  float: left !important;
}
section .contentwrap > div > .row .shadow > .list > *:not(:first-child) {
  margin-left: 20px;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc > img {
  margin-bottom: 0;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc > .course-intro.longer {
  bottom: -75%;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc > .course-intro.verticalLonger {
  bottom: -88%;
  background-color: #fff;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc > .course-intro.verticalShort {
  bottom: -76%;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc > .course-intro > p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc:hover > .course-intro.longer {
  bottom: -50%;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc:hover > .course-intro.verticalLonger {
  bottom: -60%;
}
section .contentwrap > div > .row .shadow .course-wrap > div > .skycc:hover > .course-intro.verticalShort {
  bottom: -40%;
}
section .course-wrap > div {
  width: 100%;
  height: 100%;
}
section .course-wrap > div > .skycc {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
section .course-wrap > div > .skycc > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #666;
  margin-bottom: 15px;
}
section .course-wrap > div > .skycc > .course-intro {
  position: absolute;
  bottom: -60%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 1)/* url('../image/bg-course.png') no-repeat*/;
  -webkit-background-size: 100%;
  background-size: 100%;
}
section .course-wrap > div > .skycc > .course-intro > span {
  font-size: 12px;
}
section .course-wrap > div > .skycc > .course-bottom {
  position: relative;
  z-index: 10;
  text-align: right;
  width: 100%;
  height: 100%;
  padding: 7px;
  background-color: #fff;
  font-size: 12px;
}
section .course-wrap > div > .skycc > .course-bottom > button {
  font-size: 10px;
  border: 1px solid #165b9f;
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  color:#333;
}
section .course-wrap > div > .skycc:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
section .course-wrap > div > .skycc:hover .course-intro {
  bottom: -20%;
}

.bq-course-list .course-wrap .skycc{
  color:#333;
}
.bq-course-list .course-wrap .course-intro p{
  font-size: 14px;
  padding-bottom: 8px;
}



.hr-j .hr-js h2{
  font-size: 20px;
  margin-bottom: 30px;
}
.hr-j .hr-js p{
font-size: 14px;
line-height: 24px;
}
.hr-t{
  
  /*  background: url(../images/hr-bg.png) no-repeat center top;*/
    box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px rgba(4, 0, 0, 0.15);

    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    text-align: center;
    border: 1px solid #eee;
    padding:50px 20px;
}
.hr-t dl dt{
  font-size: 18px;
}
.hr-t dl dd{
  font-size: 14px;
  margin-top: 20px;
}

.hr-t:hover{
  -webkit-box-shadow:0 0px 10px rgba(4, 0, 0, .3);  
  -moz-box-shadow:0 0px 10px rgba(4, 0, 0, .3);  
  box-shadow:0 0px 10px rgba(4, 0, 0, .3);
}
.bq-course-list .skycc .modal-title{
  font-size: 20px;
  
  font-weight: bold;
}
.modal-body dt{
  font-size: 16px;
  padding-bottom: 0.5em;
}
.modal-body dd{
  font-size: 14px;
}
.modal-body .bt{
  padding-top:1.2em ;
}




/*旋转开始*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.wrap:before,
.wrap:after,
.logo_navbar .logo:before,
.logo_navbar .logo:after,
.logo_navbar .nav nav:before,
.logo_navbar .nav nav:after,
section > .back_top:before,
section > .back_top:after,
section .list-round-chart:before,
section .list-round-chart:after,
section .list-trait ul:before,
section .list-trait ul:after,
.list-students ul:before,
.list-students ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.wrap:after,
.logo_navbar .logo:after,
.logo_navbar .nav nav:after,
section > .back_top:after,
section .list-round-chart:after,
section .list-trait ul:after,
.list-students ul:after {
  clear: both;
}




section .list-whirligig {
  width: 100%;
  height: auto;
  
}
section .list-whirligig:before,
section .list-whirligig:after {
  content: " ";
  display: table;
}
section .list-whirligig:after {
  clear: both;
}
section .list-whirligig:before,
section .list-whirligig:after {
  content: " ";
  display: table;
}
section .list-whirligig:after {
  clear: both;
}
/*section .list-whirligig .container > i {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 80px;
}*/
section .list-whirligig .container > ul > li {
  position: relative;
  margin-bottom: 30px;
}
section .list-whirligig .container > ul > li > div {
  width: 80%;
  height:250px ;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
section .list-whirligig .container > ul > li > div > div {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  position: absolute;
  left: 0;
  top: 0;
}
section .list-whirligig .container > ul > li > div > div:before,
section .list-whirligig .container > ul > li > div > div:after {
  content: " ";
  display: table;
}
section .list-whirligig .container > ul > li > div > div:after {
  clear: both;
}
section .list-whirligig .container > ul > li > div > div:before,
section .list-whirligig .container > ul > li > div > div:after {
  content: " ";
  display: table;
}
section .list-whirligig .container > ul > li > div > div:after {
  clear: both;
}
section .list-whirligig .container > ul > li > div > div.nor {
  
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  text-align: center;
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3);  
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .3);  
  box-shadow:0 0 10px rgba(0, 0, 0, .3); 
}
section .list-whirligig .container > ul > li > div > div.zr-z1{
  background: #114e71 url(../images/zr-bg.png);
  padding:50px 30px 60px ;

}
section .list-whirligig .container > ul > li > div > div.zr-z2{
  background: #1b5724 url(../images/zr-bg.png);
  padding:50px 30px 60px ;
}
section .list-whirligig .container > ul > li > div > div.zr-z3{
  background: #75185a url(../images/zr-bg.png);
  padding:50px 30px 60px ;
}
.list-whirligig .zr-z1 span,.list-whirligig .zr-z2 span,.list-whirligig .zr-z3 span{
  padding-left: 58px;
}
.list-whirligig .zr-z1 h3,.list-whirligig .zr-z2 h3,.list-whirligig .zr-z3 h3{
  color:#fff;
  font-size: 20px;
  margin-top: -20px;
}


section .list-whirligig .container > ul > li > div > div.hov {
  background: #0e3f5b url(../images/zr-bg.png);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  text-align: center;
  color: #ffffff;
  display: table;
  height: 100%;
  padding: 24px;

  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
  box-shadow:0 0 10px rgba(0, 0, 0, .5); 
}
section .list-whirligig .container > ul > li > div > div.zr-z2h{
  background-color: #114319;
}
section .list-whirligig .container > ul > li > div > div.zr-z3h{
  background-color: #66104d;
}
section .list-whirligig .container > ul > li > div > div.hov > * {
  display: table-cell;
  vertical-align: middle;
}
section .list-whirligig .container > ul > li > div > div.hov span {
  font-size: 14px;
}
section .list-whirligig .container > ul > li > div > div.hov h3{
  font-size: 16px;
  padding-bottom: 10px;
}
section .list-whirligig .container > ul > li:hover div > .nor {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}
section .list-whirligig .container > ul > li:hover div > .hov {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}





.contact-ding{
  position: absolute;
  left: 0;
  top:0;
  margin-left: 32%;
  margin-top: 6%;
}
section .contact > .row .shadow {
  
   -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .15);  
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .15);  
  box-shadow:0 0 10px rgba(0, 0, 0, .15); 
  
  background: #f7f7f7;
  
}
section .contact > .row .shadow:not(:last-child) {
  margin-bottom: 30px;
  padding:30px 20px 40px;
}
section .contact > .row .shadow h3{
  font-size: 30px;
  font-weight: bold; 
}
section .contact > .row .shadow h4{
  font-size: 16px;
  margin: 20px 0 20px;
  padding-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
section .contact > .row .shadow > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section .contact > .row .shadow > a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  max-width: 100%;
  height: auto;
}
section .contact > .row .shadow > a:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}


.contact-li{
  line-height: 36px;
  /*margin: 30px 0 60px;*/
  font-size: 18px;
}
.contact-li li a:hover{color:#741A33;}
section .contact > .row .shadow ul .ling{
  margin-top:30px;
}
  





/*新的部分*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/font/iconfont.eot');
  src: url('../fonts/font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/font/iconfont.woff') format('woff'),
  url('../fonts/font/iconfont.ttf') format('truetype'),
  url('../fonts/font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}



.hr-zhao{
  margin:40px auto;
}
.hr-zhao .hr-biao{
  background: #abc;

  padding:30px 20px;
margin-bottom: 30px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 89%, rgb(239,239,239) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 89%, rgb(239,239,239) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 89%, rgb(239,239,239) 100%);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
}
.hr-zhao h2{

  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}
.hr-zhao .hr-biao h3{
  
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom:10px;
}
.hr-zhao .hr-biao h4{
  margin-top:20px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.hr-zhao .hr-biao ul{
  border-left: 1px dashed #151A59;
  font-size: 14px;
  
}
.hr-zhao .hr-biao ul .hong{
  color:#7d2a1e;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 15px;
}
.hr-zhao .hr-biao h4 .iconfont{
  font-size: 30px;
  font-weight: normal;
  /*color:#7d2a1e;*/
}
@media(max-width:990px){
  .hr-zhao h2{

  text-align: center;
  font-size: 38px;
}
.hr-zhao .hr-biao h3{
  text-align: center;
  font-size: 22px;
  /*border-bottom:none;*/

}
.hr-zhao .hr-biao h4{
  margin-top:0;
  font-size: 20px;
  text-align: left;

}
.hr-zhao .hr-biao ul{
  /*margin-top: 15px;*/
 /* padding-top: 15px;*/
  /*border-top: 1px solid #ccc;*/
  /*border-top: 1px dashed #151A59;*/
  border-left: none;
  font-size: 18px;
  line-height: 28px;
/*  border: 1px dashed #151A59;
  padding-bottom: 15px;*/
  
}
}

/*xin*/
/*.list-whirligig .zr-z1-m span, .list-whirligig .zr-z2-m span, .list-whirligig .zr-z3-m span {
    padding-left: 58px;
}*/
.zr-z1-m{
  width:100%;
  height:auto;
  background: #114e71;
  border-radius: 5px;
  padding: 40px 30px;
  color:#fff;
  overflow: hidden;
  position: absolute;

}
.zr-z2-m{
  width:100%;
  height:auto;
  background: #1b5724;
  border-radius: 5px;
  padding: 40px 30px;
  color:#fff;
  overflow: hidden;
  position: absolute;


}
.zr-z3-m{
  width:100%;
  height:auto;
  background: #75185a;
  border-radius: 5px;
  padding: 40px 30px;
  color:#fff;
  overflow: hidden;
  position: absolute;


}
.nor h3{
  font-size: 20px;
  padding-bottom: 20px;
}
.nor span{
  font-size: 16px;
  padding-bottom: 40px;
}
.nor img{
  margin-bottom: 20px;
}
