﻿@charset "utf-8";
/* CSS Document */
body,html{
	height:auto;
}
body{
	/*background:#edeeef;*/
}


/*banner*/
.NewMIndexBanner2{
	width:100%;
	height:100%;
	overflow:hidden;
	clear:both;
	background:linear-gradient(270deg, #fd03d2, #fd4703, #fded03, #03f0fd);
	background-size:400%;
	-webkit-animation: gradFade 20s ease infinite;
	-moz-animation: gradFade 20s ease infinite;
	animation:gradFade 20s ease infinite;
}
.NewMIndexBanner2_pic{
	width:100%;
	height:100%;
	background:url(../images/newmindexbanner2bg.jpg) center center no-repeat;
	background-size:100% 100%;
	opacity:0.24;
}
.NewMIndexBanner2_nr{
	width:100%;
	height:100%;
	opacity:1;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:opacity 350ms ease-out;
	-moz-transition:opacity 350ms ease-out;
	-o-transition:opacity 350ms ease-out;
	transition:opacity 350ms ease-out;
}
.NewMIndexBanner2_nr img{
	display:block;
	width:80%;
	position:absolute;
	left:10%;
	top:40%;
}
@-webkit-keyframes gradFade {
	0%,100% {
		background-position:0 50%
	}
	50% {
		background-position:100% 50%
	}
}
@-moz-keyframes gradFade {
	0%,100% {
		background-position:0 50%
	}
	50% {
		background-position:100% 50%
	}
}
@keyframes gradFade {
	0%,100% {
		background-position:0 50%
	}
	50% {
		background-position:100% 50%
	}
}

/*横向滚动*/
.x_scroll{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
}
.partBox{
    display: inline-block;
    width: 20%;
    border-radius: 5px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.partBox:nth-child(1){
    background: url(../images/sc_icon1.png) no-repeat;
    background-size: 100% 100%;
}
.partBox:nth-child(2){
    background: url(../images/sc_icon2.png) no-repeat;
    background-size: 100% 100%;
}
.partBox:nth-child(3){
    background: url(../images/sc_icon3.png) no-repeat;
    background-size: 100% 100%;
}
.partBox:nth-child(4){
    background: url(../images/sc_icon4.png) no-repeat;
    background-size: 100% 100%;
}

/*成功案例*/
.sucExa{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    background: #fff;
    padding: 1rem 0;
}
.commonTitle{
    margin-bottom: 1.4rem;
}
.titleCn{
    font-size: 1.4rem;
    color: #1a1a1a;
}
.titleImg{
    width: 3rem;
    margin: 10px 0;
}
.titleEn{
    font-size: 1rem;
    color: #4c4c4c;
}
.left_top,.right_top{
    width: 44%;
    display: inline-block;
}
.lt_1{
    position: relative;
    display: inline-block;
    width: 100%;
    background: url(../images/sucicon1.jpg) no-repeat;
    background-size: 100% 100%;
}
.lt_2{
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    background: url(../images/sucicon2.jpg) no-repeat;
    background-size: 100% 100%;
}
.commonInfo{
    text-align: left;
    position: absolute;
    left: .3rem;
    top: .5rem;
}
.infoPic{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    vertical-align: top;
}
.infoText{
    text-align: left;
    display: inline-block;
    font-size: .8rem;
    color: #fff;
    vertical-align: top;
    max-width: 72%;
}
.infoText2{
    margin-top: .2rem;
    font-size: .7rem;
}
.right_top{
    margin-left: 2%;
    position: relative;
    background: url(../images/sucicon3.jpg) no-repeat;
    background-size: 100% 100%;
}
.left_bottom{
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 44%;
    background: url(../images/sucicon4.jpg) no-repeat;
    background-size: 100% 100%;
}
.right_bottom{
    margin-top: 10px;
    margin-left: 2%;
    position: relative;
    display: inline-block;
    width: 44%;
    background: url(../images/sucicon5.jpg) no-repeat;
    background-size: 100% 100%;
}
.moreExa{
    display: inline-block;
    font-size: .9rem;
    color: #fff;
    background: #da4571;
    border-radius: 3px;
    padding: .5rem 1rem;
    margin-top: 1.2rem;
	box-shadow:0px 3px 5px rgba(219,69,113,0.2);
}

/*合作院校*/
.co-op{
    width: 100%;
    text-align: center;
    background: url(../images/lessonbg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    padding: 1.2rem 0;
}
.schoolBox{
    width: 8rem;
    display: inline-block;
    background: rgba(255,255,255,0.3);
    color: #fff;
    margin:  0 .5rem;
    padding-top: 1.4rem;
    position: relative;
    margin-bottom: 1rem;
}
.schoolBox img{
    width: 50%;
}
.schoolName{
    font-size: 1rem;
    padding: 1.4rem 0;
}
.schoolBox a{
    display: inline-block;
    width: 100%;
    padding: .5rem 0;
    font-size: .9rem;
    color: #fff;
    background: #da4571;
}

