.functions {
    color: white;
    width: 74%;
    min-width: 1050px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    bottom: 10%;
    height: 200px;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}
.flex-between1 {
    justify-content: space-between;
}
.flex {
    display: flex;
}
.functions .item {
    width: 200px;
    height: 200px;
    margin: 5% 2%;
    display: inline-block;
    cursor: pointer;
	text-align: center;
}
.functions .item .title {
    font-size: 22px;
    padding: 25px 0;
}
.functions .item .text {
    font-size: 16px;
    color: white;
    line-height: 22px;
}
.rou-img{
    position: absolute;
    width: 420px;
    height: 720px;
    top: -45px;
    float: left;
    overflow: hidden;
}
.rou-img-img{
	position: relative;
    left: 79px;
    top: 128px;
    width: 262px;
    height: 465px;
    overflow: hidden;
}
.show-Imgs{
	position: absolute;
    bottom: 0;
    width: 262px;
    height: 465px;
}
.show-Imgs-1{
	display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.homepage-layout-body {
    margin-top: 160px;
    height: 550px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*.container {
    width: 1162px;
}*/
.row {
    margin-right: -15px;
    margin-left: -15px;
	display: flex;
	justify-content: center;
}
.course-item {
  position: relative;
  display: block;
  height: 350px;
  width: 17%;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-top-width: 5px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
   .course-item {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    float: none;
    border-color: #20b573;
  }
  .course-item.active{
    width: 32%;
    height: 490px;
    border-color: #20b573;
    -ms-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  .course-item .course-item-overview {
    opacity: 0;
  }
  .course-item .course-item-detail {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .course-item.active {
    width: auto;
    -webkit-box-shadow: 0 10px 20px 1px rgba(145, 145, 145, 0.5);
    -moz-box-shadow: 0 10px 20px 1px rgba(145, 145, 145, 0.5);
    box-shadow: 0 10px 20px 1px rgba(145, 145, 145, 0.5);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.course-item.active{
  width: 32%;
  height: 490px;
  border-color: #20b573;
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
@media screen and (max-width: 767px) {
  .course-item.active {
    width: auto;
    -webkit-box-shadow: 0 10px 20px 1px rgba(145, 145, 145, 0.5);
    -moz-box-shadow: 0 10px 20px 1px rgba(145, 145, 145, 0.5);
    box-shadow: 0 10px 20px 1px rgba(145, 145, 145, 0.5);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.course-item.active .course-item-overview {
  opacity: 0;
}
.course-item.active .course-item-detail {
  opacity: 1;
}
.course-item-overview {
  position: absolute;
  left: 0;
  right: 0;
  height: 350px;
  opacity: 1;
  padding-top: 36px;
}
.course-item-overview .course-item-header i {
  font-size: 36px;
  line-height: 1;
}
.course-item-overview .course-item-body {
  margin-top: 40px;
  font-size: 14px;
  color: #313131;
  line-height: 16px;
}
.course-item-overview .course-item-title {
  margin-top: 20px;
  font-size: 18px;
  color: #313131;
  font-weight: bold;
}
.course-item-overview .course-item-line {
  width: 50px;
  height: 1px;
  margin: 20px auto 0 auto;
  background-color: #e1e1e1;
}
.course-item-detail {
  opacity: 0;
  padding: 36px 20px 0 20px;
  height: 490px;
  min-width: 375px;
}
@media screen and (max-width: 767px) {
  .course-item-detail {
    min-width: auto;
  }
}
.course-item-detail .course-item-header {
  color: #20b573;
  line-height: 1;
}
.course-item-detail .course-item-header i {
  font-size: 36px;
  vertical-align: middle;
}
.course-item-detail .course-item-header span {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.course-item-detail .course-item-line {
  width: auto;
  height: 1px;
  margin: 25px auto 0 auto;
  background-color: #e1e1e1;
}
.course-item-detail .course-item-body {
  margin-top: 40px;
  text-align: left;
}
.course-item-detail .course-intro-item + .course-intro-item {
  margin-top: 30px;
}
.course-item-detail .course-intro-item-header {
  color: #313131;
}
.course-item-detail .course-intro-item-header i {
  font-size: 24px;
  line-height: 1px;
  vertical-align: middle;
  color: #616161;
}
.course-item-detail .course-intro-item-header span {
  color: #313131;
  font-size: 18px;
  vertical-align: middle;
}
.course-item-detail .course-intro-item-body {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #616161;
}
/*第二页*/

.product-second-row {
    width: 100%;
    height: 170px;
	margin-top: 150px;
}
.product-second-row-p {
    position: relative;
    float: left;
    width: 50%;
}
.product-second-row-img {
    width: 40%;
    float: left;
    height: 160px;
}
.product-second-row-img-p {
    width: 280px;
    height: 160px;
    margin-right: 0;
    background: url(/static/image/index/cloud-2-3.png) no-repeat center center;
}
.product-second-row-text {
    width: 45%;
    padding-left: 64px;
    float: left;
    height: 160px;
}
.product-second-row-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.product-second-row-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
	text-align: left;
}
.product-second-row-img-m {
    width: 280px;
    height: 160px;
    margin-right: 0;
    background: url(/static/image/index/cloud-2-1.png) no-repeat center center;
}
.product-second-row-img-z {
    width: 280px;
    height: 160px;
    margin-right: 0;
    background: url(/static/image/index/cloud-2-4.png) no-repeat center center;
}
.product-second-row-img-t {
    width: 280px;
    height: 160px;
    margin-right: 0;
    background: url(/static/image/index/cloud-2-2.png) no-repeat center center;
}
@media (max-width:500px) {
	.functions{
		min-width: 100%;
	}
	.functions .item .title{
		font-size: 16px;
	}
	.functions .item .text{
		font-size: 13px;
	}
}
@media (max-width:500px) {
	.product-second-row{
		width: 100%;
	    min-width: 100%;
	    margin: 0 auto;
	    position: absolute;
	    margin-top: 53px;
	    height: auto;
	}
	.product-second-row-p{
		height: 35%;
	}
	.product-second-row-img{
		height: 210px;
        width: 43px;
	}
	.product-second-row-img-p,.product-second-row-img-m,.product-second-row-img-t,.product-second-row-img-z{
		background-size: 57%;
		height: 65%;
		width: 100%;
        position: absolute;
	}
	.product-second-row-text{
		padding-left: 0px;
	    margin: 0;
	    position: absolute;
	    left: 0;
	    right: 0;
	    text-align: center;
	    width: 96%;
	    margin-top: 85px;
	    padding: 5px;
	}
	.product-second-row-text h3{
		font-size: 18px;
		margin-bottom: 6px;
        margin-top: 10px;
	}
	.product-second-row-text p{
		font-size: 12px;
	}
	.section-wrap .section-2 .cloud-second .cloud-second-main .cloud-second-title1{
		font-size: 38px;
	}
    .second{
		padding-top:204px;
	}
}
@media (max-width:500px) {
	.section-wrap .section-4 .cloud-four_wapper .cloud-four_wapper-rou .rou-img .rou-img-img{
		width: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}
	.section-wrap .section-4 .cloud-four_wapper .cloud-four_wapper-rou .rou-img .rou-img-img .show-Imgs{
		position: absolute;
	    left: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	}
	/*.show-Imgs-1{
		width: 56%;
        margin: 0 auto;
	}*/
	.show-Imgs .show-Imgs-1 img{
		position: absolute;
	    margin: 0 auto;
	    text-align: center;
	    left: 0;
	    right: 0;
	    width: 48% !important;
	    height: auto !important;
	    top: 52%;
        transform: translateY(-50%);
	}
	.show-Imgs .show-Imgs-2 img{
		position: absolute;
	    margin: 0 auto;
	    text-align: center;
	    left: 0;
	    right: 0;
	    width: 48% !important;
	    height: auto !important;
	    top: 52%;
        transform: translateY(-50%);
	}
	.show-Imgs .show-Imgs-3 img{
		position: absolute;
	    margin: 0 auto;
	    text-align: center;
	    left: 0;
	    right: 0;
	    width: 48% !important;
	    height: auto !important;
	    top: 47%;
        transform: translateY(-50%);
	}
	.show-Imgs .show-Imgs-4 img{
		position: absolute;
	    margin: 0 auto;
	    text-align: center;
	    left: 0;
	    right: 0;
	    width: 48% !important;
	    height: auto !important;
	    top: 52%;
        transform: translateY(-50%);
	}
	.section-wrap .section-4 .cloud-four_wapper .cloud-four_wapper-rou .rou-text .rou-text-btn .por-item-list li img{
		width: 77% !important;
        height: 100% !important;
	}
	.section-wrap .section-4 .cloud-four_wapper .cloud-four_wapper-rou .rou-text .rou-text-btn .por-item-list li p{
		font-size: 12px;
        margin-top: 10px;
	}
}
