/*===============PC端样式===============*/
@media screen and (min-width: 768px) {
	/*banner图样式*/
		.banner-img {width: 100%;float: left;}
		.banner:after {content: " ";display: block;clear: both;}
	/*导航样式*/
		.tab {width: 1260px;margin: 0 auto;padding-bottom: 28px;position: relative;}
		.tab ul {float: left;}
		.tab ul li {float: left;padding: 0 15px;font-size: 20px;font-weight: bold;}
		.tab:after {content: " ";display: block;clear: both;}
		.tab ul li a {display: inline-block;color: #000;padding: 17px 0;}
		.tab ul li a:hover {color: #D71E0F;}
		.tab ul .active {border-bottom: 2px solid #53C1ED;}
		.tab ul .active a {color: #53C1ED;}
		.tab ul .active a:hover {color: #53C1ED;}
		.tab ul li a:hover {text-decoration: none;}
	/*主内容样式*/
		.container {width: 100%;background: #E1E0E6;overflow: hidden;}
		.container .module {width: 1260px;margin: 0 auto;background: #FFF;position: relative;box-shadow: 0 0 20px rgba(0,0,0,.4);box-sizing: border-box;margin-top: 57px;}
		.container .module .title {width: 168px;height: 40px;background: #FFF;box-shadow: 0 0 20px rgba(0,0,0,.4);position: absolute;left: 0;right: 0;margin: auto;top: -20px;font-size: 20px;font-weight: bold;text-align: center;line-height: 40px;}
		/*精英培养介绍*/
		.container .module .intro {padding: 55px 150px 40px;color: #000;}
		.container .module .intro h2 {font-size: 24px;font-weight: bold;text-align: center;line-height: 38px;}
		.container .module .intro h3 {font-size: 18px;font-weight: bold;text-align: center;line-height: 32px;}
		.container .module .intro p {font-size: 18px;line-height: 34px;text-indent: 40px;color: #444;font-weight: bold;}
		/*学习主题*/
		.container .module .theme {padding: 78px 0;overflow: hidden;text-align: center;padding-right: 33px;}
		.container .module .theme img {width: 276px;height: 332px;margin-right: -33px;}
		/*学员收获*/
		.container .module .gain {overflow: hidden;}
		.container .module .gain img {width: 542px;height: 348px;float: left;}
		.container .module .gain .p-wrap {padding: 64px 148px 0 576px;}
		.container .module .gain p {font-size: 18px;font-weight: bold;color: #444;line-height: 30px;background: url(../img/et-img/arrow.png) no-repeat;background-size: 14px 14px;background-position: left 8px;padding-left: 24px;}
		/*场地介绍*/
		.container .module .zoom p {padding: 58px 138px 40px;font-size: 18px;line-height: 30px;font-weight: bold;color: #444;}
		.container .module .zoom .img-wrap {width: 790px;margin: 0 auto;overflow: hidden;}
		.container .module .zoom .img-module {float: left;width: 320px;}
		.container .module .zoom .img-module-right {float: right;}
		.container .module .zoom .img-module img {float: left;width: 320px;height: 180px;}
		.container .module .zoom .img-module h5 {float: left;font-size: 24px;width: 100%;text-align: center;line-height: 68px;}
		/*组织机构*/
		.container .module .organization {padding: 57px 0 43px 140px;}
		.container .module .organization h4 {font-size: 20px;font-weight: bold;line-height: 30px;}
		.container .module .organization p {font-size: 18px;line-height: 30px;font-weight: bold;color: #444;}
		/*报名介绍*/
		.container .module .apply {font-size: 20px;font-weight: bold;padding: 57px 0 43px 140px;line-height: 30px;}
		.container .module .apply span {margin-right: 30px;}
		/*报名按钮*/
		.container .apply-btn {padding-top: 124px;padding-bottom: 180px;}
		.container .apply-btn a {display: block;width: 450px;height: 80px;background: url(../img/et-img/enroll-btn.png) no-repeat;margin: 0 auto;}
}

/*===============移动端样式===============*/
@media screen and (max-width: 768px) {
	/*移动端banner图样式*/
		.banner-img {width: 100%;float: left;}
		.banner:after {content: " ";display: block;clear: both;}
	/*移动端导航样式*/
		.container {background: #E1E0E6;}
		.tab {position: relative;padding: 0 0.2rem;background: #FFF;}
		.tab:after {content: " ";display: block;clear: both;}
		.tab ul {float: left;}
		.tab ul li {float: left;font-size: 0.28rem;padding: 0 0.25rem;height: 0.7rem;line-height: 0.7rem;box-sizing: border-box;}
		.tab ul li a {display: inline-block;color: #000;}
		.tab ul .active {border-bottom: 0.02rem solid #53C1ED;}
		.tab ul .active a {color: #53C1ED;}
		.tab ul li a:hover {text-decoration: none;}
	/*主内容样式*/
		.container {background: #E1E0E6;overflow: hidden;padding: 0.25rem;}
		.container .module {background: #FFF;position: relative;border-radius: 0.1rem;box-shadow: 0 0 0.2rem rgba(0,0,0,.4);box-sizing: border-box;margin-top: 0.58rem;}
		.container .module .title {width: 1.96rem;height: 0.4rem;background: #FFF;box-shadow: 0 0 0.2rem rgba(0,0,0,.4);position: absolute;left: 0;right: 0;margin: auto;top: -0.2rem;font-size: 0.28rem;font-weight: bold;text-align: center;line-height: 0.4rem;}
		/*精英培养介绍*/
		.container .module .intro {padding: 0.45rem 0.25rem 0.3rem;}
		.container .module .intro h2 {font-size: 0.24rem;font-weight: bold;text-align: center;line-height: 0.4rem;}
		.container .module .intro h3 {font-size: 0.20rem;font-weight: bold;text-align: center;line-height: 0.34rem;}
		.container .module .intro p {font-size: 0.22rem;line-height: 0.36rem;text-indent: 0.48rem;}
		/*学习主题*/
		.container .module .theme {padding: 0.4rem 0;overflow: hidden;text-align: center;padding-right: 0.2rem;}
		.container .module .theme img {width: 1.76rem;height: 2.5rem;margin-right: -0.2rem;}
		/*学员收获*/
		.container .module .gain {overflow: hidden;}
		.container .module .gain img {width: 2.72rem;height: 5.32rem;float: left;}
		.container .module .gain .p-wrap {padding: 0.45rem 0.25rem 0 3.05rem;}
		.container .module .gain p {font-size: 0.22rem;line-height: 0.34rem;background: url(../img/et-img/mobile-arrow.png) no-repeat;background-size: 0.1rem 0.1rem;background-position: left 0.12rem;padding-left: 0.15rem;}
		/*场地介绍*/
		.container .module .zoom p {padding: 0.45rem 0.25rem 0.3rem;font-size: 0.24rem;line-height: 0.34rem;}
		.container .module .zoom .img-wrap {width: 6.22rem;margin: 0 auto;overflow: hidden;}
		.container .module .zoom .img-module {float: left;width: 3rem;}
		.container .module .zoom .img-module-right {float: right;}
		.container .module .zoom .img-module img {float: left;width: 3rem;height: 1.7rem;}
		.container .module .zoom .img-module h5 {float: left;font-size: 0.22rem;font-weight: bold;width: 100%;text-align: center;padding-top: 0.12rem;padding-bottom: 0.3rem;}
		/*组织机构*/
		.container .module .organization {padding: 0.45rem 0.25rem 0.25rem 0.25rem;}
		.container .module .organization h4 {font-size: 0.22rem;font-weight: bold;line-height: 0.36rem;}
		.container .module .organization p {font-size: 0.22rem;line-height: 0.36rem;}
		/*报名介绍*/
		.container .module .apply {font-size: 0.22rem;font-weight: bold;padding: 0.45rem 0.25rem;line-height: 0.4rem;padding-left: 1rem;}
		.container .module .apply span {margin-right: 0.4rem;display: block;}
		.container .module .apply .email {
			padding-left: 0.75rem;
		}
		/*报名按钮*/
		.container .apply-btn {padding-top: 1.12rem;padding-bottom: 1.44rem;}
		.container .apply-btn a {display: block;width: 4.5rem;height: 0.8rem;
			background: url(../img/et-img/enroll-btn.png) no-repeat;
			background-size: 100% 100%;
			background-position: center;
			margin: 0 auto;}
}