@media screen and (min-width:1200px) {
	@keyframes flyInLeft {
	    from{
	        opacity: 0;
	        transform: translateX(-60%);
	    }
	    to{
	        opacity: 1;
	        transform: translateX(0);
	    }
	}
	@keyframes flyInRight {
	    from{
	        opacity: 0;
	        transform: translateX(60%);
	    }
	    to{
	        opacity: 1;
	        transform: translateX(0);
	    }
	}
.programme {
    /* background-color: #FBF1F0; */
    width: 100%;
    /* padding-top: 3rem; */
    margin-top: 5rem;
	background-image: url(../img/招商指挥中心-2.jpg);
	    background-size: 100% 100%;
}
.plan-left {
	width: 37%;
	margin-left: 12.5%;
	padding-top: 50px;
}
.title-name{
	animation: flyInLeft 1s linear;
}
.plan-text {
	margin-top: 30px;
	line-height: 3;
	color: #838383;
	font-size: 1.7rem;
	margin-bottom: 300px;
	 animation: flyInLeft 1s linear;
}
.case{
    width: 75%;
    margin: 0rem auto 0rem;
	padding: 50px;
}
.module{
	display: flex;
	margin-top: 30px;
}
.module_list{
	width: 33.3%;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
    padding: 50px 0px 60px 0px ;
	animation: flyInRight 1s linear;
	 display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: box-shadow;
	  transition-property: box-shadow;
	  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.module_list:hover, .module_list:focus, .module_list:active {
  
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.module_img img{
	width: 17%;
}
.module_img{
	justify-content: center;
	display: flex;
	margin-bottom: 40px;
	height: 12vh;
}
.module_title{
	    font-size: 20px;
	    font-weight: 600;
	    text-align: center;
		margin-bottom: 30px;
}
.module_text{
	color: #677294;
	text-align: center;
	line-height: 35px;
    width: 90%;
    margin: auto;
	font-size: 1.7rem;
}
.title-name {
	    font-size: 2.7rem;
	    letter-spacing: 1px;
	    font-weight: bold;
	    color: #02b2b5;
}

}

@media screen and (min-width:960px) and (max-width:1200px) {
.programme {
    /* background-color: #FBF1F0; */
    width: 100%;
    /* padding-top: 3rem; */
    margin-top: 5rem;
	background-image: url(../img/招商指挥中心-2.jpg);
	    background-size: 100% 100%;
}
.plan-left {
        width: 37%;
        margin-left: 12.5%;
        padding-top: 50px;
}
.plan-text {
	margin-top: 30px;
	    line-height: 3;
	    color: #838383;
	    font-size: 1rem;
	    margin-bottom: 300px;
}
.case{
    width: 75%;
    margin: 0rem auto 0rem;
	    padding: 50px;
}
.module{
	display: flex;
	margin-top: 30px;
}
.module_list{
	width: 33.3%;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
    padding: 50px 0px 60px 0px ;
}
.module_img img{
	width: 17%;
}
.module_img{
	justify-content: center;
	display: flex;
	margin-bottom: 40px;
	height: 12vh;
}
.module_title{
	    font-size: 20px;
	    font-weight: 600;
	    text-align: center;
		margin-bottom: 30px;
}
.module_text{
	color: #677294;
	text-align: center;
	line-height: 35px;
    width: 90%;
    margin: auto;
}
.title-name {
	    font-size: 1.7rem;
	    letter-spacing: 1px;
	    font-weight: bold;
	    color: #02b2b5;
}
}

@media screen and (max-width:960px) {
.programme {
    /* background-color: #FBF1F0; */
    width: 100%;
    /* padding-top: 3rem; */
    /* margin-top: 5rem; */
    background-image: none;
    background-size: 100% 100%;
}
.plan-left {
    width: 90%;
    margin-left: 5%;
    padding-top: 50px;
}
.plan-text {
    margin-top: 30px;
    line-height: 3;
    color: #838383;
    font-size: 1rem;
    margin-bottom: 30px;
}
.case {
    width: 90%;
    margin: 0rem auto 0rem;
    padding: 50px 0;
}
.module {
    display: block;
    margin-top: 30px;
}
.module_list {
    width: 100%;
    background-color: #FFFFFF;
    padding: 30px 0px 30px 0px;
    margin-bottom: 20px;
}
.module_img img {
    width: 22%;
}
.module_img {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
    height: 12vh;
}
.module_title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.module_text {
    color: #677294;
    text-align: center;
    line-height: 35px;
    width: 90%;
    margin: auto;
    font-size: 1rem;
}
.title-name {
    font-size: 1.7rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #02b2b5;
    text-align: center;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}



.plan {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.plan-right {
	width: 30%;
}
.plan-right img{
	width: 32rem;
	    position: absolute;
	    float: right;
	    right: 0;
	    margin-top: -6rem;
}

.title-link {
	margin-top: 13px;
}

.title-link span {
	width: 3rem;
	display: block;
	height: 3px;
	background-color: #CD100A;
}



.case-image{
	margin-top: 30px;
	    width: 100%;
}
.case-image img{
	width: 100%;
	height: 100%;
}
.assemble-img{
	width: 45%;
}
.assemble-img img{
	width: 100%;
	height: 100%;
}

.bg{
	background-image: url(../img/招商指挥中心-3.jpg);
	background-size: 100% 100%;
	
}







