body{
	min-width: 1176px !important;
}
.banner{
	width: 1170px;
	margin: 0 auto;
	height: 179px;
	margin-bottom: 30px;
}
.banner img{
	width: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.cont{
	width: 1170px;
	margin: 0 auto;
    overflow: hidden;
}
.left{
	float: left;
	width: 420px;
	height: 580px;
	background: url(../img/Integrated-programmePic3_2.jpg) no-repeat bottom;
	position: relative;
}
.line {
    position: absolute;
    right: 37%;
    top: 165px;
    width: 21px;
    height: 212px;
    background: url(../img/Integrated-programmePic3_3.png) no-repeat left top;
    animation: line 1.4s linear infinite alternate;
    -webkit-animation: line 1.4s linear infinite alternate;
}
@keyframes line{
  from{
    top: 0;
    opacity: 0;
  }
  100%{
    top: 165px;
    opacity: 1;
  }
}
.line:nth-child(2) {
    right: 29%;
    top: 114px;
    animation-name: line2;
}
@keyframes line2{
  from{
    top: 0;
    opacity: 0;
  }
  100%{
    top: 114px;
    opacity: 1;
  }
}
.line:nth-child(3) {
    right: 22%;
    top: 1px;
    animation-name: line3;
}
@keyframes line3{
  from{
    top: -10px;
    opacity: 0;
  }
  100%{
    top: 50px;
    opacity: 1;
  }
}
.line:nth-child(4) {
    right: 17%;
    top: 202px;
    animation-name: line4;
}
@keyframes line4{
  from{
    top: 0;
    opacity: 0;
  }
  100%{
    top: 202px;
    opacity: 1;
  }
}
.line:nth-child(5) {
    right: 11%;
    top: 141px;
    animation-name: line5;
}
@keyframes line5{
  from{
    top: 0;
    opacity: 0;
  }
  100%{
    top: 141px;
    opacity: 1;
  }
}
.line:nth-child(6) {
    right: 5%;
    top: 200px;
    animation-name: line6;
}
@keyframes line6{
  from{
    top: 0;
    opacity: 0;
  }
  100%{
    top: 200px;
    opacity: 1;
  }
}
.right{
	float: left;
	width: 700px;
	margin-left: 50px;
}
.right p{
	font-size: 16px;
	line-height: 34px;
	text-indent: 32px;
}