@charset "utf-8";

/* css document */


/*懂了么·智能测评云首页*/


/*logo*/

.navigation {
	width: 100%;
	min-width: 1280px;
	float: left;
	height: 80px;
	background: #fff;
}

.navigation .img-main {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

.navigation .img-main img {
	float: left;
	margin-top: 20px;
}

.navigation .img-main img.logo {
	width: 149px;
	height: 38px;
	cursor: pointer;
}

.navigation .img-main img.theme-img {
	width: 217px;
	height: 25px;
	margin-left: 45px;
	margin-top: 27px;
}


/*banner-登录*/

.banner {
	width: 100%;
	min-width: 1280px;
	height: 530px;
	float: left;
	background: url(../../image/dlm/banner.png) center top no-repeat;
	position: relative;
}

.banner .banner-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.banner .banner-main .login {
	width: 280px;
	height: 295px;
	float: right;
	background: url(../../image/dlm/login-bg.png) repeat;
	margin-top: 90px;
	margin-left: 40px;
	border-radius: 10px;
}

.banner .banner-main .login .login-main {
	width: 245px;
	height: 295px;
	margin: 0 auto;
}

.banner .banner-main .login .login-main h1 {
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #333;
}

.banner .banner-main .login .login-main .input {
	width: 100%;
	float: left;
}

.banner .banner-main .login .login-main .input input {
	width: 100%;
	height: 40px;
	float: left;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #999;
	line-height: 40px;
	text-indent: 10px;
	margin-bottom: 20px;
}
.banner .banner-main .login .login-main .input p.ts{
	float: left;
    color: #ff4800;
    font-size: 12px;
    font-family: simsun;
    margin:-10px 0 10px;
	}
.banner .banner-main .login .login-main .input button {
	width: 100%;
	height: 40px;
	background: #06a3ff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}

.banner .banner-main .login .login-main .input button:hover {
	background: #0098f1;
}

.banner .banner-main .login .login-main .text {
	width: 100%;
	float: left;
}

.banner .banner-main .login .login-main .text a {
	padding-top: 15px;
}

.banner .banner-main .login .login-main .text a.forget {
	float: left;
	font-size: 14px;
	color: #666;
}

.banner .banner-main .login .login-main .text a.reg {
	float: right;
	font-size: 14px;
	color: #06a3ff;
}

.banner .banner-main .login .login-main .text a:hover {
	text-decoration: underline;
}

.banner .banner-main .login.is-logged-in .login-main img {
	width: 88px;
	height: 88px;
	border-radius: 100%;
	margin: 0 auto;
	display: block;
	border: 1px solid #e5e5e5;
	margin-top: 40px;
}

.banner .banner-main .login.is-logged-in .login-main p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #06a3ff;
	padding-top: 10px;
}

.banner .banner-main .login.is-logged-in .login-main span {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	display: inline-block;
	padding-top: 5px;
}

.banner-main .login.is-logged-in .login-main .input button {
	margin-top: 30px;
}

.wrap-dlm {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	background: #ebf5f5;
	margin-top: -65px;
}

.wrap-dlm .wrap-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.platform-tab {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 33px;
	position: relative;
	z-index: 1;
}

.platform-tab ul {
	margin-top: 30px;
	display: inline-block;
}

.platform-tab ul li {
	width: 160px;
	height: 45px;
	float: left;
	border: 1px solid #66ce6e;
	background: none;
	font-size: 22px;
	color: #66ce6e;
	line-height: 43px;
	text-align: center;
	border-radius: 24px;
	margin: 0 20px;
}
.platform-tab ul li.learning-methods{
	border: 1px solid #2cafb7;
	color:#2cafb7;
}
.platform-tab ul li.learning-methods.active{
	border: 1px solid #2cafb7;
	background: #2cafb7;
}
.platform-tab ul li.active {
	background: #66ce6e;
	border: 1px solid #66ce6e;
	color: #fff;
}

.platform-tab ul li.student-tab {
	border: 1px solid #43c0d5;
	background: none;
	color: #43c0d5;
}

.platform-tab ul li.student-tab.active {
	background: #43c0d5;
	color: #fff;
}

.platform-tab ul li:hover {
	cursor: pointer;
}

.platform-main {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}


/*教师平台*/

.teacher {
	width: 1122px;
	height: auto;
	margin: 0 auto;
}

.teacher .teacher-platform-intro {
	width: 100%;
	height: 400px;
	float: left;
	background: #66ce6e;
	border-radius: 10px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.teacher .teacher-platform-intro:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.teacher .teacher-platform-intro .intro-left {
	width: 505px;
	float: left;
	margin-left: 65px;
	margin-top: 89px;
}

.teacher .teacher-platform-intro .intro-left h2 {
	width: 100%;
	font-size: 38px;
	float: left;
	font-weight: bold;
	color: #fff;
	padding-bottom: 35px;
}


.teacher .teacher-platform-intro .intro-left p {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.teacher .teacher-platform-intro .intro-right {
	float: left;
	margin-left: 85px;
	margin-top: 32px;
}

.teacher .teacher-platform-intro .intro-right img {
	width: 401px;
	height: 312px;
}


/*功能特点*/

.teacher .features {
	width: 100%;
	float: left;
	height: auto;
}

.teacher .features .title {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.teacher .features .title h4 {
	text-align: center;
	font-size: 24px;
	color: #222;
}

.teacher .features .title span {
	width: 96px;
	height: 7px;
	background: #66ce6e;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.teacher .features .features-main {
	width: 100%;
	float: left;
}

.teacher .features .features-main ul {
	float: left;
}

.teacher .features .features-main ul li {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.teacher .features .features-main ul li .features-pic {
	width: 213px;
	height: 213px;
	transition: all .2s ease
}

.teacher .features .features-main ul li .features-pic img {
	width: 213px;
	height: 213px;
}

.teacher .features .features-main ul li .features-pic.fl {
	float: left;
	margin-left: 64px;
	margin-right: 75px;
}

.teacher .features .features-main ul li .features-pic.fr {
	float: right;
	margin-right: 80px;
}

.teacher .features .features-main ul li .features-intro {
	width: 760px;
	height: 170px;
	border-radius: 10px;
	background: #fff;
	margin-top: 25px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.19);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.19);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.19);
}

.teacher .features .features-main ul li .features-intro i {
	width: 20px;
	height: 30px;
	margin-top: 70px;
}

.teacher .features .features-main ul li .features-intro i.fl {
	background: url(../../image/dlm/sj.png) no-repeat;
	float: left;
	margin-left: -20px;
}

.teacher .features .features-main ul li .features-intro i.fr {
	background: url(../../image/dlm/sj-right.png) no-repeat;
	float: right;
	margin-right: -20px;
}

.teacher .features .features-main ul li .features-intro.fl {
	float: left;
}

.teacher .features .features-main ul li .features-intro.fr {
	float: right;
}

.teacher .features .features-main ul li .features-intro b {
	width: 651px;
	float: left;
	color: #66ce6e;
	font-size: 24px;
	text-indent: 40px;
	line-height: 80px;
}

.teacher .features .features-main ul li .features-intro p {
	width: 651px;
	font-size: 18px;
	color: #797979;
	line-height: 30px;
	padding-left: 40px;
	float: left;
}


/*功能体验*/

.teacher .experience {
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #c6dfc8;
}

.teacher .experience .title {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	margin-top: 40px;
}

.teacher .experience .title h4 {
	text-align: center;
	font-size: 24px;
	color: #222;
}

.teacher .experience .title span {
	width: 96px;
	height: 7px;
	background: #66ce6e;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.teacher .experience .experience-main {
	width: 100%;
	height: 480px;
	float: left;
	background: #66ce6e;
	border-radius: 10px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.teacher .experience .experience-main img {
	float: left;
	margin-top: 49px;
}

.teacher .experience .experience-main ul {
	width: 630px;
	float: left;
}

.teacher .experience .experience-main ul li {
	width: 100%;
	float: left;
	margin-top: 75px;
}

.teacher .experience .experience-main ul li samp {
	float: left;
	font-size: 65px;
	color: #fff;
	padding-right: 40px;
}

.teacher .experience .experience-main ul li p {
	width: 453px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	float: left;
	padding-top: 10px;
}

.teacher .experience .experience-main ul li p.before {
	width: 433px;
	padding-top: 25px;
}

.teacher .experience .experience-main:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.teacher-plate {
	width: 100%;
	min-width: 1280px;
	height: 985px;
	float: left;
	background: url(../../image/dlm/bg-1.jpg) center no-repeat;
}

.teacher-plate .teacher-plate-main {
	width: 1122px;
	height: auto;
	margin: 0 auto;
}

.teacher-plate-left {
	width: 432px;
	height: 875px;
	float: left;
	background: url(../../image/dlm/process-1.png) 0 85px no-repeat;
}

.teacher-plate-left ul {
	width: 230px;
	float: left;
	margin-left: 10px;
}

.teacher-plate-left ul li {
	width: 230px;
	float: left;
	margin-top: 32px;
}

.teacher-plate-left ul li img {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 14px;
	-webkit-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	-moz-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
}

.teacher-plate-left ul li b {
	text-align: center;
	font-size: 22px;
	color: #fff;
	display: inherit;
}

.teacher-plate-left dl {
	width: 119px;
	float: left;
	margin-top: 122px;
	margin-left: 70px;
}

.teacher-plate-left dl dd {
	width: 119px;
	height: 49px;
	background: #fff;
	border-radius: 10px;
	font-size: 22px;
	color: #3d9043;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
	margin-bottom: 175px;
	-webkit-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	-moz-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
}

.teacher-plate-right {
	width: 661px;
	float: left;
	margin-left: 7px;
}

.teacher-plate-right ul {
	float: left;
	margin-top: 45px;
}

.teacher-plate-right ul li {
	width: 300px;
	height: 184px;
	float: left;
	margin-left: 25px;
	margin-bottom: 45px;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	-moz-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	transition: all 0.2s linear;
}

.teacher-plate-right ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.teacher-plate-right ul li .pic {
	width: 300px;
	height: 184px;
	overflow: hidden;
	display: block;
}

.teacher-plate-right ul li .pic img {
	width: 300px;
	height: 184px;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
	/*	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;*/
}


/*.teacher-plate-right ul li:hover img {
	transform: scale(1.2) -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.teacher-plate-right>ul>li>div:hover img {
	z-index: 10;
	transform: scale(1.2, 1.2);
	transition: .3s transform;
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.right-2>ul>li>div {
	overflow: hidden;
}*/


/*学生平台*/

.student-intro {
	width: 1122px;
	height: 570px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 70px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.student-intro:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.student-intro .student-intro-top {
	width: 100%;
	height: 346px;
	background: #23cfec;
	float: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.student-intro .student-intro-top .top-left {
	width: 495px;
	float: left;
	margin-left: 67px;
}

.student-intro .student-intro-top .top-left b {
	width: 100%;
	font-size:38px;
	color: #fff;
	float: left;
	padding-bottom: 35px;
	padding-top: 66px;
}

.student-intro .student-intro-top .top-left p {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.student-intro .student-intro-top .top-right {
	float: left;
	margin-top: 67px;
}

.student-intro .student-intro-top .top-right img {
	width: 483px;
	height: 207px;
}

.student-intro .student-intro-bottom {
	width: 100%;
	float: left;
}

.student-intro .student-intro-bottom ul {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}

.student-intro .student-intro-bottom ul li {
	width: 110px;
	height: 110px;
	float: left;
	margin: 0 72px;
}

.student-intro .student-intro-bottom ul li img {
	width: 110px;
	height: 110px;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.student-intro .student-intro-bottom ul li img:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.student-intro .student-intro-bottom ul li p {
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #333;
	padding-top: 15px;
}


/*学生平台功能特点*/

.student-trait {
	width: 100%;
	min-width: 1280px;
	height: 800px;
	float: left;
	background: url(../../image/dlm/student-bg-1.jpg) center no-repeat;
	margin-bottom: 55px;
}

.trait-main {
	width: 1307px;
	height: auto;
	margin: 0 auto;
}

.trait-main .trait-title {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.trait-main .trait-title h4 {
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.trait-main .trait-title span {
	width: 96px;
	height: 7px;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.trait-main .trait-content {
	width: 100%;
	float: left;
}

.trait-main .trait-content .img-left {
	float: left;
	margin-top: 230px;
	position: relative;
}

.trait-main .trait-content .img-left img {
	float: left;
}

.trait-main .trait-content .middle {
	width: 1123px;
	height: 585px;
	border-radius: 10px;
	background: url(../../image/dlm/student-bg-2.png) repeat;
	float: left;
	margin-top: -640px;
	margin-left: 106px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
}

.trait-main .trait-content .middle ul {
	float: left;
	margin-left: 120px;
}

.trait-main .trait-content .middle ul li {
	width: 145px;
	float: left;
	margin: 46px 73px 0 73px;
}

.trait-main .trait-content .middle ul li img {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}

.trait-main .trait-content .middle ul li p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	color: #053538;
}

.trait-main .trait-content .img-right {
	float: right;
	margin-top: -430px;
	position: relative;
}

.trait-main .trait-content .img-right img {
	float: right;
}


/*学生平台功能体验*/

.student-experience {
	width: 1120px;
	height: auto;
	margin: 0 auto;
}

.experience-title {
	width: 100%;
	float: left;
	margin-bottom: 13px;
}

.experience-title h4 {
	text-align: center;
	font-size: 24px;
	color: #333;
}

.experience-title span {
	width: 96px;
	height: 7px;
	background: #23cfec;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.student-experience-main {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.student-experience-main ul {
	float: left;
}

.student-experience-main ul li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.student-experience-main ul li .experience-pic {
	float: left;
}

.student-experience-main ul li .experience-pic.fr {
	float: right;
}

.student-experience-main ul li .experience-pic img {
	float: left;
}

.student-experience-main ul li .experience-intro {
	width: 770px;
	border-radius: 10px;
	background: #fff;
	margin-top: 25px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.19);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.19);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.19);
}

.student-experience-main ul li .experience-intro.fr {
	float: right;
	margin-right: 175px;
	height: 133px;
}

.student-experience-main ul li .experience-intro.fl {
	float: left;
	height: 220px;
	margin-left: 175px;
}

.student-experience-main ul li .experience-intro i {
	width: 20px;
	height: 30px;
	margin-top: 50px;
}

.student-experience-main ul li .experience-intro i.fl {
	background: url(../../image/dlm/sj.png) no-repeat;
	float: left;
	margin-left: -20px;
}

.student-experience-main ul li .experience-intro i.fr {
	background: url(../../image/dlm/sj-right.png) no-repeat;
	float: right;
	margin-right: -20px;
}

.student-experience-main ul li .experience-intro b {
	width: 651px;
	float: left;
	color: #23cfec;
	font-size: 24px;
	text-indent: 40px;
	line-height: 70px;
}

.student-experience-main ul li .experience-intro p {
	width: 705px;
	font-size: 18px;
	color: #797979;
	line-height: 30px;
	padding-left: 40px;
	float: left;
}

.student-plate {
	width: 100%;
	min-width: 1280px;
	height: 1000px;
	float: left;
	background: url(../../image/dlm/student-bg-2.jpg) center no-repeat;
}

.student-plate .student-plate-main {
	width: 1124px;
	height: 856px;
	margin: 0 auto;
	background: url(../../image/dlm/student-process-1.png) 0px 150px no-repeat;
}

.student-plate-left {
	width: 432px;
	height: 875px;
	float: left;
}

.student-plate-left ul {
	width: 230px;
	float: left;
	margin-left: 10px;
	margin-top: 115px;
}

.student-plate-left ul li {
	width: 230px;
	float: left;
	margin-top: 68px;
}

.student-plate-left ul li img {
	width: 128px;
	height: 128px;
	border-radius: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 14px;
	-webkit-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	-moz-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
}

.student-plate-left ul li b {
	text-align: center;
	font-size: 22px;
	color: #fff;
	display: inherit;
}

.student-plate-left dl {
	width: 119px;
	float: left;
	margin-top: 128px;
	margin-left: 56px;
}

.student-plate-left dl dd {
	width: 119px;
	height: 49px;
	background: #fff;
	border-radius: 10px;
	font-size: 22px;
	color: #1daeb4;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
	margin-bottom: 175px;
	-webkit-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	-moz-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
}

.student-plate-right {
	width: 692px;
	float: left;
	margin-top: 60px;
}

.student-plate-right ul {
	float: left;
}

.student-plate-right ul li {
	height: 185px;
	float: left;
	margin-bottom: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	-moz-box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	box-shadow: 0 8px 15px rgba(7, 138, 153, 0.23);
	transition: all 0.2s linear;
}

.student-plate-right ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.student-plate-right ul li.fl {
	width: 298px;
	margin-left: 21px;
}

.student-plate-right ul li.fl .pic {
	width: 300px;
	height: 185px;
	overflow: hidden;
	display: block;
}

.student-plate-right ul li.fl .pic img {
	width: 298px;
	height: 185px;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
	/*	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;*/
}

.student-plate-right ul li.fr {
	width: 336px;
	margin-left: 37px;
}

.student-plate-right ul li.fr .pic {
	width: 336px;
	height: 185px;
	overflow: hidden;
	display: block;
}

.student-plate-right ul li.fr .pic img {
	width: 336px;
	height: 185px;
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
	/*	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;*/
}

/*学法大视野*/
.learning{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.learning .learning-platform-intro {
	width: 100%;
	height:360px;
	float: left;
	background: #02bdc9;
	border-radius: 10px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-moz-box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	box-shadow: 0 8px 15px rgba(52, 165, 150, 0.34);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.learning .learning-platform-intro .intro-left {
	width: 565px;
	float: left;
	margin-left:75px;
	margin-top:60px;
}
.learning .learning-platform-intro .intro-left h2 {
	width: 100%;
	font-size: 38px;
	float: left;
	font-weight: bold;
	color: #fff;
	padding-bottom: 30px;
}
.learning .learning-platform-intro .intro-left p {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.learning .learning-platform-intro .intro-right {
	float: left;
	margin-left:40px;
	margin-top:40px;
}
.learning .learning-platform-intro:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.learning .project-service{
	float: left;
	width:100%;
}
.learning .project-service .title{
	width: 100%;
	float: left;
}
.learning .project-service .title h4 {
	text-align: center;
	font-size: 24px;
	color: #333;
}
.learning .project-service .title span {
	width: 96px;
	height: 7px;
	background: #2cafb7;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 17px;
}
.learning .project-service .service-main{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.learning .project-service .service-main ul{
	width: 100%;
	float: left;
}
.learning .project-service .service-main ul li{
	width: 280px;
	height:380px;
	float: left;
	background: #fff;
	border-radius: 8px;
	box-shadow: 8px 10px 16px -3px #bfe2de;
	-webkit-box-shadow: 8px 10px 16px -3px #bfe2de;
	margin: 0 8px 0 12px;
	transition: all 0.2s linear;
	text-align: center;
}
.learning .project-service .service-main ul li:hover{
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.learning .project-service .service-main ul li img{
	margin-top: 40px;
}
.learning .project-service .service-main ul li h5{
	color:#333;
	font-size: 20px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 10px;
}
.learning .project-service .service-main ul li.floor1 h5{
	margin-top:10px;
}
.learning .project-service .service-main ul li p{
	font-size:16px;
	color:#666;
	line-height: 26px;
}
.learning .project-service .service-main ul li p a{
	display:inline-block;
	font-family: simsun;
	width:60px;
	height:20px;
	border-radius: 2px;
	color:#fff;
	font-size: 12px;
	background: #2cafb7;
	line-height:20px;
}
.learning .project-service .service-main ul li p a:hover{
	background:#209da5;
}

/*使用流程*/
.process{
	float: left;
	width:100%;
	min-width: 1280px;
	height:710px;
	background: url(../../image/dlm/learning-bg.jpg) center no-repeat;
	margin-top: 60px;
}
.process .process-main{
	width:990px;
	height: auto;
	margin: 0 auto;
}
.process .process-main .title{
	width: 100%;
	float: left;
	margin-top: 35px;
}
.process .process-main .title h4 {
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.process .process-main .title span {
	width: 96px;
	height: 7px;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 17px;
}
.process .process-main .main-left{
	float: left;
	background: url(../../image/dlm/learning-bg-3.png) 0px 25px no-repeat;
	height: 525px;
	width: 495px;
	margin-top: 35px;
}
.process .process-main .main-left.main-rt{
	float: right;
	background: url(../../image/dlm/learning-bg-3.png) 0px 25px no-repeat;
	height: 525px;
	width: 415px;
	margin-top: 35px;
}
.process .process-main .main-left.main-rt dl{
	width:355px;
}
.process .process-main .main-left.main-rt dl dd .dd-rt {
	float: left;
	width: 235px;
}
.process .process-main .main-left dl{
	float:right;
	width:433px
}
.process .process-main .main-left dl dd{
	float: left;
	width:100%;
	height: 110px;
	margin-bottom: 22px;
}
.process .process-main .main-left dl dd img{
	float: left;
	width:88px;
	height:88px;
	margin-right: 20px;
}
.process .process-main .main-left dl dd .dd-rt{
	float: left;
	width:325px;
}
.process .process-main .main-left dl dd .dd-rt h6{
	float:left;
	width:100%;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.process .process-main .main-left dl dd .dd-rt p{
	float: left;
	width:100%;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

/*没有系统权限弹窗开始*/

.tc-no-access {
	width: 520px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-no-access .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-no-access .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-no-access .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/dlm/tc-icon.png) -10px -10px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-no-access .main-title i.close:hover {
	background: url(../../image/dlm/tc-icon.png) -10px -50px no-repeat;
	cursor: pointer;
}

.tc-no-access .main {
	width: 100%;
	float: left;
}

.tc-no-access .main .main-middle {
	width: 410px;
	height: auto;
	margin: 0 auto;
}

.main-middle .text {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #73737f;
	line-height: 90px;
}

.main-middle .contact-intro {
	width: 100%;
	float: left;
}

.main-middle .contact-intro ul {
	float: left;
}

.main-middle .contact-intro ul li {
	width: 100%;
	height: 50px;
	float: left;
	margin-left: 34px;
	margin-bottom: 30px;
}

.main-middle .contact-intro ul li samp {
	width: 80px;
	height: 50px;
	float: left;
	border-right: 1px solid #ccc;
}

.main-middle .contact-intro ul li samp i {
	margin: 0 auto;
	display: block;
}

.main-middle .contact-intro ul li samp i.business {
	width: 31px;
	height: 25px;
	background: url(../../image/dlm/tc-icon.png) -10px -90px no-repeat;
}

.main-middle .contact-intro ul li samp i.time {
	width: 31px;
	height: 30px;
	background: url(../../image/dlm/tc-icon.png) -10px -140px no-repeat;
}

.main-middle .contact-intro ul li samp em {
	font-style: normal;
	text-align: center;
	font-size: 14px;
	color: #73737f;
	display: inherit;
	padding-top: 8px;
}

.main-middle .contact-intro ul li dl {
	width: 260px;
	float: left;
	margin-left: 20px;
}

.main-middle .contact-intro ul li dl dd {
	width: 100%;
	font-size: 16px;
	color: #333;
	font-family: arial;
}

.main-middle .contact-intro ul li dl dd .qq {
	width: 90px;
	height: 20px;
	background: url(../../image/dlm/tc-icon.png) -3px -187px no-repeat #5880f0;
	border-radius: 2px;
	float: right;
	margin-right: 35px;
	margin-top: -3px;
}

.main-middle .contact-intro ul li dl dd .qq i.line {
	width: 1px;
	height: 12px;
	float: left;
	background: #fff;
	margin-left: 27px;
	margin-top: 4px;
}

.main-middle .contact-intro ul li dl dd .qq p {
	float: left;
	font-size: 12px;
	font-family: simsun;
	line-height: 20px;
	color: #fff;
	text-indent: 7px;
}

.main-middle .contact-intro ul li dl dd .qq:hover {
	background: url(../../image/dlm/tc-icon.png) -3px -187px no-repeat #4f77e7;
	cursor: pointer;
}

.main-middle .contact-intro ul li dl dd.time-text {
	font-family: "microsoft yahei";
	line-height: 50px;
}

.main-middle .btn {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 40px;
}

.main-middle .btn button {
	width: 167px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #00c177;
	background: #fff;
	color: #00c177;
	border-radius: 5px;
}

.main-middle .btn button.left-button {
	background: #00c177;
	color: #fff;
	margin-right: 15px;
}

.main-middle .btn button:hover {
	background: #00b771;
	color: #fff;
}



/*免费体验*/
.platform-tab ul li.free-experience{
	border: 1px solid #407fcd;
	color: #407fcd;
}
.platform-tab ul li.free-experience.active {
	border: 1px solid #407fcd;
	background: #407fcd;
	color: #fff;
}
.forfree{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.forfree .forfree-platform-intro{
	width: 100%;
	height: 360px;
	float: left;
	background: #407fcd;
	border-radius: 10px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 8px 15px rgba(177, 200, 219, 1);
	-moz-box-shadow: 0 8px 15px rgba(177, 200, 219, 1);
	box-shadow: 0 8px 15px rgba(177, 200, 219, 1);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.forfree .forfree-platform-intro:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.forfree .forfree-platform-intro>h2{
	float:left;
	width:100%;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-top:25px;
}
.forfree .forfree-platform-intro .intro-lf{
	float: left;
	width: 550px;
	margin:45px 0 0 40px;
}
.forfree .forfree-platform-intro .intro-lf .intro-icon{
	float: left;
	width:145px;
	height:156px;
	background: url(../../image/dlm/free1.png) no-repeat;
	margin-right: 20px;
}
.forfree .forfree-platform-intro .intro-txt{
	float: left;
	width:385px;
	margin-top: 10px;
}
.forfree .forfree-platform-intro .intro-txt h5{
	float: left;
	width:100%;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.forfree .forfree-platform-intro .intro-txt p{
	float: left;
	width:100%;
	color:#fff;
	font-size:16px;
	line-height: 26px;
}
.forfree .forfree-platform-intro .intro-txt .intro-btn{
	float: left;
	margin-top: 20px;
}
.forfree .forfree-platform-intro .intro-txt .intro-btn #button{
	float: left;
	width:128px;
	height:40px;
	border:1px solid #fff;
	font-size: 20px;
	color:#1a56a0;
	background: #fff;
	border-radius: 25px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
}
.forfree .forfree-platform-intro .intro-txt .intro-btn #button.btn-oth{
	background: transparent;
	color:#fff;
	margin-left: 20px;
}
.forfree .forfree-platform-intro .intro-txt .intro-btn #button:hover{
	-webkit-transform: translate3d(5px, 0px, 0px);
	-moz-transform: translate3d(5px, 0px, 0px);
	transform: translate3d(5px, 0px, 0px);
}
.forfree .forfree-platform-intro .intro-rt{
	float: left;
	width: 575px;
	margin:45px 0 0 16px;
}
.forfree .forfree-platform-intro .intro-rt .intro-icon{
	float: left;
	width:145px;
	height:156px;
	background: url(../../image/dlm/free2.png) no-repeat;
	margin-right: 20px;
}
.forfree .forfree-platform-intro .intro-rt .intro-txt{
	float: left;
	width:405px;
	margin-top: 10px;
}
.forfree .integral-experience{
	float: left;
	width: 100%;
}
.forfree .integral-experience .title {
	width: 100%;
	float: left;
}
.forfree .integral-experience .title h4 {
	text-align: center;
	font-size: 24px;
	color: #333;
}
.forfree .integral-experience .title span {
	width: 145px;
	height: 7px;
	background: #407fcd;
	border-radius: 4px;
	margin: 0 auto;
	display: block;
	margin-top: 17px;
}
.forfree .integral-experience .title p{
	float: left;
	width: 100%;
	text-align: center;
	color:#333;
	font-size: 18px;
	margin-top: 20px;
}
.forfree .integral-experience .experience-main{
	width: 100%;
	float: left;
	margin: 40px 0 150px;
}
.forfree .integral-experience .experience-main ul{
	width: 100%;
	float: left;
}
.forfree .integral-experience .experience-main ul li {
	width: 385px;
	height:435px;
	float: left;
	background: #fff;
	border-radius: 8px;
	box-shadow: 8px 10px 16px -3px #c1e2df;
	-webkit-box-shadow: 8px 10px 16px -3px #c1e2df;
	margin:0 5px 0 10px;
	transition: all 0.2s linear;
	text-align: center;
}
.forfree .integral-experience .experience-main ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.forfree .integral-experience .experience-main ul li img{
	margin-top: 40px;
}
.forfree .integral-experience .experience-main ul li h5{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.forfree .integral-experience .experience-main ul li p{
	font-size: 15px;
	color: #666;
	line-height: 26px;
	text-align: left;
	padding:0 10px 0 13px;
}
.forfree .integral-experience .experience-main ul li p a {
	display: inline-block;
	font-family: simsun;
	width: 60px;
	height: 20px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	background: #2cafb7;
	line-height: 20px;
	text-align: center;
	margin-left: 5px;
}
.forfree .integral-experience .experience-main ul li p a:hover {
	background: #209da5;
}