@charset "utf-8";
/*body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{
font-weight: normal;
margin:0;padding:0;}
body{font-size:14px;font-family: "Microsoft YaHei" ! important;color:#000000;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#235aa7;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}
body{
	min-width: 1200px;
}*/
.bg_bai{
	background:rgba(255,255,255,1);
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
}
.bg_hui{
	background:rgba(245,245,245,1);
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
}
.bg_zi{
	background:#4c23b6;
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
}
.bg_lan{
	background:rgba(91,81,252,1);
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
}
.bg_lan2{
	background:rgba(1,17,121,1);
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
}
.bg_hong{
	background:#e03500;
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
}
.center2{
	padding: 0 .19rem;
}
.clearflex:after{
	content: "";
	display: table;
	clear: both;
}

/*导航固定顶部*/
.fixednav{  
    position: fixed;  
    top: 0px;  
    left: 0px;  
    width: 100%;  
    z-index: 999;  
}

/*全局元素默认设置*/
*,*:before,*:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;}

/*始终显示浏览器右侧滚动条*/
body {overflow-y: scroll;*overflow-y: auto; /*兼容ie7*/}
img {border: none;vertical-align: middle;display: inline-block;}
a {text-decoration: none;}
li {list-style: none;}
input,button {outline: none;}
hr{height: 1px; margin: 10px 0; border: 0; clear: both;}

/* 固定布局 */
.container{position: relative; width: 1200px; margin: 0 auto;}

/*行*/
.row:before, .row:after{content: ''; display: block; clear: both;}
/*列*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{position: relative; display: block; box-sizing: border-box;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{float: left;}
.col-1{width: 8.33333333%;}
.col-2{width: 16.66666667%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333%;}
.col-5{width: 41.66666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333%;}
.col-8{width: 66.66666667%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333%;}
.col-11{width: 91.66666667%;}
.col-12{width: 100%;}
/*列偏移*/
.col-offset-1{margin-left: 8.33333333%;}
.col-offset-2{margin-left: 16.66666667%;}
.col-offset-3{margin-left: 25%;}
.col-offset-4{margin-left: 33.33333333%;}
.col-offset-5{margin-left: 41.66666667%;}
.col-offset-6{margin-left: 50%;}
.col-offset-7{margin-left: 58.33333333%;}
.col-offset-8{margin-left: 66.66666667%;}
.col-offset-9{margin-left: 75%;}
.col-offset-10{margin-left: 83.33333333%;}
.col-offset-11{margin-left: 91.66666667%;}
.col-offset-12{margin-left: 100%;}

/*等分布局*/
[class*="avg-"] {display: block;padding: 0;margin: 0;list-style: none;}
[class*="avg-"]:before,
[class*="avg-"]:after {content: " ";display: table;}
[class*="avg-"]:after {clear: both;}
[class*="avg-"] > * {display: block;height: auto;float: left;}

.avg-1 > * {width: 100%;}
.avg-1 > *:nth-of-type(n) {clear: none;}
.avg-1 > *:nth-of-type(1n + 1) {clear: both;}
.avg-2 > * {width: 50%;}
.avg-2 > *:nth-of-type(n) {clear: none;}
.avg-2 > *:nth-of-type(2n + 1) {clear: both;}
.avg-3 > * {width: 33.33333333%;}
.avg-3 > *:nth-of-type(n) {clear: none;}
.avg-3 > *:nth-of-type(3n + 1) {clear: both;}
.avg-4 > * {width: 25%;}
.avg-4 > *:nth-of-type(n) {clear: none;}
.avg-4 > *:nth-of-type(4n + 1) {clear: both;}
.avg-5 > * {width: 20%;}
.avg-5 > *:nth-of-type(n) {clear: none;}
.avg-5 > *:nth-of-type(5n + 1) {clear: both;}
.avg-6 > * {width: 16.66666667%;}
.avg-6 > *:nth-of-type(n) {clear: none;}
.avg-6 > *:nth-of-type(6n + 1) {clear: both;}
.avg-7 > * {width: 14.28571429%;}
.avg-7 > *:nth-of-type(n) {clear: none;}
.avg-7 > *:nth-of-type(7n + 1) {clear: both;}
.avg-8 > * {width: 12.5%;}
.avg-8 > *:nth-of-type(n) {clear: none;}
.avg-8 > *:nth-of-type(8n + 1) {clear: both;}
.avg-9 > * {width: 11.11111111%;}
.avg-9 > *:nth-of-type(n) {clear: none;}
.avg-9 > *:nth-of-type(9n + 1) {clear: both;}
.avg-10 > * {width: 10%;}
.avg-10 > *:nth-of-type(n) {clear: none;}
.avg-10 > *:nth-of-type(10n + 1) {clear: both;}
.avg-11 > * {width: 9.09090909%;}
.avg-11 > *:nth-of-type(n) {clear: none;}  
.avg-11 > *:nth-of-type(11n + 1) {clear: both;}
.avg-12 > * {width: 8.33333333%;}
.avg-12 > *:nth-of-type(n) {clear: none;}
.avg-12 > *:nth-of-type(12n + 1) {clear: both;}

/* 列间隔 */
.space-1{margin: -0.5px;}
.space-1>*{padding: 0.5px;}
.space-3{margin: -1.5px;}
.space-3>*{padding: 1.5px;}
.space-5{margin: -2.5px;}
.space-5>*{padding: 2.5px;}
.space-8{margin: -3.5px;}
.space-8>*{padding: 3.5px;}
.space-10{margin: -5px;}
.space-10>*{padding: 5px;}
.space-12{margin: -6px;}
.space-12>*{padding: 6px;}
.space-15{margin: -7.5px;}
.space-15>*{padding: 7.5px;}
.space-18{margin: -9px;}
.space-18>*{padding: 9px;}
.space-20{margin: -10px;}
.space-20>*{padding: 10px;}
.space-22{margin: -11px;}
.space-22>*{padding: 11px;}
.space-25{margin: -12.5px;}
.space-25>*{padding: 12.5px;}
.space-30{margin: -15px;}
.space-30>*{padding: 15px;}
.space-50{margin: -25px;}
.space-50>*{padding: 25px;}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

.inline-block {
	display: inline-block;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.fl{
	float: left;
}


/* 标题通用 */
.title_bai{
	text-align: center;
}
.title_bai .title{
	font-size: .5rem;
	line-height: .5rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.title_bai .desc{
	font-size: .3rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	padding-top: .18rem;
}
.title_bai span{
	color:rgba(255,240,0,1);
}
.title_hei{
	text-align: center;
}
.title_hei .title{
	font-size: .5rem;
	line-height: .5rem;
	font-weight:bold;
	color:rgba(34,34,34,1);
}
.title_hei .title img{
	width: .19rem;
	margin: .155rem;
}
.title_hei .desc{
	font-size: .3rem;
	font-weight:400;
	color:rgba(54,54,54,1);
	padding-top: .18rem;
}

/* 图片通用 */
.imgty{
	margin-top: .5rem;
	text-align: center;
}
.imgty img{
	width: 100%;
}
.imgty p{
	font-size: .23rem;
	font-weight:400;
	color:rgba(27,27,27,1);
	padding-top: .2rem;
}

/* 按钮 */
.anniu{
	margin-top: .4rem;
	text-align: center;
}
.anniu a{
	width:4.5rem;
	height:.6rem;
	line-height: .6rem;
	text-align: center;
	border-radius:.21rem;
	font-size:.3rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	display: block;
	margin: auto;
}
.anniu_dsjc{
	background:rgba(237,104,58,1);
}
.anniu_chumei{
	background:linear-gradient(0deg,rgba(41,89,238,1) 0%,rgba(28,169,241,1) 100%);
}
.anniu_douyin{
	background:rgba(84,82,254,1);
}
.anniu_sheying{
    background: rgba(91,81,253,1);
}
.anniu_dstg{
	background: rgba(85,17,199,1);
}
.anniu_pddcy{
	background: rgba(234,34,55,1);
}
.anniu_pddsz{
	background:rgba(255,132,0,1);
}
.anniu_smt{
	background:rgba(83,30,175,1);
}
.anniu_ymx{
	background:rgba(255,133,0,1);
}
.anniu_xiapi{
	background:rgba(246,94,55,1);
}
.anniu_zhibo{
	background:rgba(80,28,173,1);
}
.anniu_zhubo{
	background:rgba(90,139,253,1);
}
.anniu_shipin{
	background:rgba(89,14,191,1);
}
.anniu_xmt{
	background:rgba(22,121,233,1);
}
.anniu_weixin{
	background:rgba(28,120,245,1);
}
.anniu_jd{
	background:rgba(234,34,55,1);
}
.anniu_ali{
	background:rgba(255,141,39,1);
}
.anniu_douyindh{
	background:rgba(21,121,233,1);
}

/* 免费试听 */
#myform{
	margin-top: .35rem;
}
#myform ul li{
	margin-bottom:.25rem;
	position:relative;
}
#myform .a_inbut{
	border-radius:.1rem;
	width:100%;
	display:block;
	border:none;
	text-align:center;
	color:#fff;
	font-weight: normal;
	font-size:.38rem;
	cursor:pointer;
	height:.76rem;
}
#myform .a_inbut_dsjc{
	background:rgba(237,104,58,1);
}
#myform .a_inbut_dstg{
	background:rgba(85,17,199,1);
}
#myform .a_inbut_chumei{
	background:rgba(38,94,223,1);
}
#myform .a_inbut_sheying{
	background:rgba(91,81,252,1);
}
#myform .a_inbut_pddcy{
	background:rgba(234,34,55,1);
}
#myform .a_inbut_smt{
	background:rgba(117,37,212,1);
}
#myform .a_inbut_ymx{
	background:rgba(255,133,0,1);
}
#myform .a_inbut_xiapi{
	background:rgba(246,94,55,1);
}
#myform .a_inbut_zhibo{
	background:rgba(80,28,173,1);
}
#myform .a_inbut_zhubo{
	background:rgba(90,139,253,1);
}
#myform .a_inbut_shipin{
	background:rgba(89,14,191,1);
}
#myform .a_inbut_weixin{
	background:rgba(65,164,225,1);
}
#myform .a_inbut_jd{
	background:rgba(234,34,55,1);
}
#myform .a_inbut_dianzhang{
	background:rgba(28,96,214,1);
}
#myform .a_inbut_ali{
	background:rgba(255,141,39,1);
}

/* 切换样式 */
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    /* flex-shrink: 0; */
    /*width: 100%;*/
    /* height: 100%; */
    /* position: relative; */
	display: table;
	margin: auto;
}
.swiper-pagination-bullets{
    bottom: 10px;
    left: 0;
    /* width: 100%; */
	text-align: center;
	margin-top: .5rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.content{
	display: table;
	margin: auto;
}

.xmt_zuopin_spot .swiper-pagination-bullet{
	background:rgba(255,255,255,1);
	opacity: 1;
}
.xmt_zuopin_spot .swiper-pagination-bullet-active {
    background:rgba(234,15,197,1);
}


/* 课程海报 */
.course-poster{
    /*height: 7.02rem;*/
	background-size: 100%;
	position: relative;
}
.course-poster img{
	width: 100%;
}
.course-poster a{
	display: block;
    width: 4.55rem;
    height: .67rem;
    position: absolute;
    top: 5.43rem;
	left: 50%;
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 课程大纲 */
.dagang{
	margin-top: .5rem;
}
.dagang ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang li{
	width: 3.46rem;
	background:rgba(255,255,255,1);
	border:1px solid rgba(188,188,188,1);
	box-sizing: border-box;
	border-radius: .1rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
}
.dagang li:nth-child(2n){
	margin-right: 0;
}
.dagang li .ico_dsjc{
	width: 3.46rem;
	height: 1.23rem;
	background: url(http://www.mede.com.cn/images/dsjc_dagang.png) center center no-repeat;
	background-size: 100%;
	padding-top: .16rem;
	margin-left: -1px;
	margin-top: -1px;
}
.dagang li .ico_dstg{
	width: 3.46rem;
	height: 1.23rem;
	background: url(http://www.mede.com.cn/images/dstg_dagang.png) center center no-repeat;
	background-size: 100%;
	padding-top: .16rem;
	margin-left: -1px;
	margin-top: -1px;
}
.dagang li .ico_dssz{
	width: 3.46rem;
	height: 1.23rem;
	background: url(http://www.mede.com.cn/images/dssz_dagang.png) center center no-repeat;
	background-size: 100%;
	padding-top: .16rem;
	margin-left: -1px;
	margin-top: -1px;
}
.dagang li .ico_jd{
	width: 3.46rem;
	height: 1.23rem;
	background: url(http://www.mede.com.cn/images/jd_dagang.png) center center no-repeat;
	background-size: 100%;
	padding-top: .16rem;
	margin-left: -1px;
	margin-top: -1px;
}
.dagang li .ico_ali{
	width: 3.46rem;
	height: 1.23rem;
	background: url(http://www.mede.com.cn/images/ali_dagang.png) center center no-repeat;
	background-size: 100%;
	padding-top: .16rem;
	margin-left: -1px;
	margin-top: -1px;
}
.dagang li .title{
	font-size: .34rem;
	font-weight:bold;
	color:rgba(56,56,56,1);
	padding: .34rem 0 .42rem;
}
.dagang li .desc{
	font-size: .27rem;
	font-weight:400;
	color:rgba(107,107,107,1);
	line-height: .39rem;
	padding: 0 .2rem .34rem;
	text-align: left;
}

.dagang2{
	margin-top: .5rem;
}
.dagang2 ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang2 li{
	width: 3.45rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 25px 2px rgba(49,49,49,0.18);
	border-radius:3px;
	margin-right: .18rem;
	margin-bottom: .2rem;
	display: table-cell;
}
.dagang2 li:nth-child(2n){
	margin-right: 0;
}
.dagang2 li .ico{
	width: 3.45rem;
	padding-top: .29rem;
	text-align: center;
}
.dagang2 li .ico img{
	height: 1.86rem;
}
.dagang2 li .title{
	font-size: .3rem;
	font-weight:bold;
	color:rgba(0,0,0,1);
	padding: .28rem 0;
}
.dagang2 li .desc{
	font-size: .24rem;
	font-weight:400;
	color:rgba(139,138,138,1);
	line-height: .39rem;
	padding: 0 .22rem .34rem;
	text-align: left;
}

.dagang3{
	margin-top: .5rem;
}
.dagang3 ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang3 li{
	width: 3.45rem;
	background:rgba(255,255,255,1);
	box-shadow:0px .09rem .38rem 0px rgba(154,154,154,0.38);
	border-radius: .03rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
	display: table-cell;
}
.dagang3 li:nth-child(2n){
	margin-right: 0;
}
.dagang3 li .ico{
	width: 3.45rem;
	height: 1.66rem;
	padding-top: .32rem;
	text-align: center;
	box-shadow:0px .09rem .38rem 0px rgba(154,154,154,0.38);
}
.dagang3 li .ico_douyin{
	background:rgba(101,97,243,1);
}
.dagang3 li .ico_xmt{
	background:rgba(22,121,233,1);
}
.dagang3 li .ico_douyindh{
	background:rgba(95,19,234,1);
}
.dagang3 li .title{
	font-size: .39rem;
	font-weight:bold;
	color:rgba(27,27,27,1);
	padding-top: .28rem;
}
.dagang3 li .line{
	width: .59rem;
	height: .04rem;
	border-radius: .02rem;
	margin: .17rem auto .25rem;
}
.dagang3 li .line_douyin{
	background:rgba(101,97,243,1);
}
.dagang3 li .line_xmt{
	background:rgba(22,121,233,1);
}
.dagang3 li .line_douyindh{
	background:rgba(21,121,233,1);
}
.dagang3 li .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(139,138,138,1);
	line-height: .39rem;
	padding: 0 .18rem .34rem;
	text-align: left;
}

.dagang4{
	margin-top: .5rem;
}
.dagang4 ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang4 li{
	width: 3.45rem;
	background:rgba(255,255,255,1);
	box-shadow:0px .09rem .38rem 0px rgba(154,154,154,0.38);
	border-radius: .03rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
	display: table-cell;
}
.dagang4 li:nth-child(2n){
	margin-right: 0;
}
.dagang4 li .ico{
	width: 3.45rem;
	height: 1.17rem;
	text-align: center;
	box-shadow:0px .09rem .38rem 0px rgba(154,154,154,0.38);
}
.dagang4 li .ico_sheying{
	background:rgba(91,81,253,1);
}
.dagang4 li .ico_zhibo01{
	background:rgba(215,27,27,1);
}
.dagang4 li .ico_zhibo02{
	background:rgba(255,164,0,1);
}
.dagang4 li .ico_zhibo03{
	background:rgba(18,127,255,1);
}
.dagang4 li .ico_zhibo04{
	background:rgba(113,53,221,1);
}
.dagang4 li .ico_zhibo05{
	background:rgba(247,62,103,1);
}
.dagang4 li .ico_zhibo06{
	background:rgba(31,145,217,1);
}
.dagang4 li .ico_zhibo07{
	background:rgba(237,104,58,1);
}
.dagang4 li .ico_zhibo08{
	background:rgba(249,173,22,1);
}
.dagang4 li .ico_weixin{
	background:rgba(28,120,245,1);
}
.dagang4 li .ico img{
	margin-top: .32rem;
	width: 1.16rem;
}
.dagang4 li .title{
	font-size: .39rem;
	font-weight:bold;
	color:rgba(27,27,27,1);
	padding-top: .7rem;
}
.dagang4 li .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(92,92,92,1);
	line-height: .39rem;
	padding: .38rem .18rem .34rem;
	text-align: left;
}

.dagang5{
	margin-top: .5rem;
}
.dagang5 ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang5 li{
	width: 3.45rem;
	background:rgba(255,255,255,1);
	box-shadow:0px .09rem .38rem 0px rgba(154,154,154,0.38);
	border-radius: .03rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
	display: table-cell;
}
.dagang5 li:nth-child(2n){
	margin-right: 0;
}
.dagang5 li .title{
	height:1.1rem;
	line-height: 1.1rem;
	box-shadow:0px .08rem .12rem .01rem rgba(6,0,1,0.14);
	font-size: .36rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
	position: relative;
}
.dagang5 li .title01_pddcy{
	background:linear-gradient(0deg,rgba(248,103,124,1),rgba(246,60,82,1));
}
.dagang5 li .title02_pddcy{
	background:linear-gradient(0deg,rgba(255,148,10,1),rgba(245,199,39,1));
}
.dagang5 li .title03_pddcy{
	background:linear-gradient(0deg,rgba(43,167,239,1),rgba(107,197,249,1));
}
.dagang5 li .title04_pddcy{
	background:linear-gradient(0deg,rgba(243,203,49,1),rgba(240,174,38,1));
}
.dagang5 li .title05_pddcy{
	background:linear-gradient(0deg,rgba(248,117,117,1),rgba(239,72,72,1));
}
.dagang5 li .title06_pddcy{
	background:linear-gradient(0deg,rgba(247,95,95,1),rgba(224,33,51,1));
}
.dagang5 li .title01_pddsz{
	background:linear-gradient(0deg,rgba(43,167,239,1),rgba(107,197,249,1));
}
.dagang5 li .title02_pddsz{
	background:linear-gradient(-34deg,rgba(132,165,255,1),rgba(94,137,255,1));
}
.dagang5 li .title03_pddsz{
	background:linear-gradient(0deg,rgba(248,117,117,1),rgba(239,72,72,1));
}
.dagang5 li .title04_pddsz{
	background:linear-gradient(0deg,rgba(255,148,10,1),rgba(245,199,39,1));
}
.dagang5 li .title05_pddsz{
	background:linear-gradient(0deg,rgba(255,114,11,1),rgba(255,152,10,1));
}
.dagang5 li .title06_pddsz{
	background:linear-gradient(0deg,rgba(245,100,117,1),rgba(241,69,89,1));
}
.dagang5 li .title01_smt{
	background:linear-gradient(0deg,rgba(248,117,117,1),rgba(239,72,72,1));
}
.dagang5 li .title02_smt{
	background:linear-gradient(0deg,rgba(132,165,255,1),rgba(94,137,255,1));
}
.dagang5 li .title03_smt{
	background:linear-gradient(0deg,rgba(91,166,253,1),rgba(18,127,255,1));
}
.dagang5 li .title04_smt{
	background:linear-gradient(0deg,rgba(255,148,10,1),rgba(245,199,39,1));
}
.dagang5 li .title05_smt{
	background:linear-gradient(0deg,rgba(255,114,11,1),rgba(255,152,10,1));
}
.dagang5 li .title06_smt{
	background:linear-gradient(0deg,rgba(142,60,239,1),rgba(103,24,196,1));
}
.dagang5 li .title01_ymx{
	background:linear-gradient(0deg,rgba(248,103,124,1),rgba(246,60,82,1));
}
.dagang5 li .title02_ymx{
	background:linear-gradient(0deg,rgba(255,148,10,1),rgba(245,199,39,1));
}
.dagang5 li .title03_ymx{
	background:linear-gradient(0deg,rgba(43,167,239,1),rgba(107,197,249,1));
}
.dagang5 li .title04_ymx{
	background:linear-gradient(0deg,rgba(243,203,49,1),rgba(240,174,38,1));
}
.dagang5 li .title05_ymx{
	background:linear-gradient(0deg,rgba(248,117,117,1),rgba(239,72,72,1));
}
.dagang5 li .title06_ymx{
	background:linear-gradient(0deg,rgba(142,60,239,1),rgba(103,24,196,1));
}
.dagang5 li .title .ico{
	position: absolute;
	top: 50%;
	left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dagang5 li .line{
	width: .59rem;
	height: .04rem;
	border-radius: .02rem;
	margin: .3rem auto .24rem;
}
.dagang5 li .line_pddcy{
	background:rgba(255,132,0,1);
}
.dagang5 li .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(92,92,92,1);
	line-height: .39rem;
	padding: 0 .18rem .34rem;
	text-align: left;
}

.dagang6{
	margin-top: .5rem;
}
.dagang6 ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang6 li{
	width: 3.45rem;
	background:rgba(255,255,255,1);
	box-shadow:0px .09rem .38rem 0px rgba(154,154,154,0.38);
	border-radius: .03rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
	display: table-cell;
}
.dagang6 li:nth-child(2n){
	margin-right: 0;
}
.dagang6 li .ico{
	width: 1.42rem;
	height: 1.42rem;
	margin: .4rem auto 0;
}
.dagang6 li .ico img{
	width: 100%;
}
.dagang6 li .title {
    font-size: .36rem;
    font-weight: bold;
    color: rgba(27,27,27,1);
    padding-top: .4rem;
}
.dagang6 li .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(92,92,92,1);
	line-height: .39rem;
	padding: .26rem .18rem .34rem;
	text-align: left;
}

.dagang7{
	margin-top: .5rem;
}
.dagang7 ul{
	display: flex;
    flex-flow: row wrap;
}
.dagang7 li{
	width: 3.45rem;
	background:rgba(255,255,255,1);
	box-shadow:0px .13rem .35rem 0px rgba(59,59,59,0.14);
	border-radius: .12rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
	display: table-cell;
}
.dagang7 li:nth-child(2n){
	margin-right: 0;
}
.dagang7 li .ico{
	width: 3.45rem;
	text-align: center;
}
.dagang7 li .ico img{
	width: 100%;
}
.dagang7 li .title{
	font-size: .3rem;
	font-weight:bold;
	color:rgba(0,0,0,1);
	padding: .28rem 0;
}
.dagang7 li .desc{
	font-size: .24rem;
	font-weight:400;
	color:rgba(139,138,138,1);
	line-height: .39rem;
	padding: 0 .22rem .34rem;
	text-align: left;
}

.dagang8{
	margin-top: .5rem;
}
.dagang8 ul{
	display: flex;
    flex-flow: row wrap;
	margin-bottom: -.2rem;
}
.dagang8 li{
	width: 3.46rem;
	min-height: 4.13rem;
	background:rgba(255,255,255,1);
	border-radius: .12rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
}
.dagang8 li:nth-child(2n){
	margin-right: 0;
}
.dagang8 li .ico{
	width: 2.53rem;
	height: .65rem;
	background:rgba(241,145,73,1);
	border-radius: .1rem;
	font-size: .4rem;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height: .65rem;
	margin: .6rem auto 0;
}
.dagang8 li .desc{
	font-size: .38rem;
	font-weight:400;
	color:rgba(94,94,94,1);
	line-height: .51rem;
	padding: .5rem .36rem .34rem;
	text-align: left;
}

.dagang9{
	margin-top: .5rem;
}
.dagang9 ul{
	display: flex;
    flex-flow: row wrap;
	margin-bottom: -.2rem;
}
.dagang9 li{
	width: 3.46rem;
	min-height: 4.09rem;
	background:rgba(255,255,255,1);
	box-shadow: .01rem .04rem .17rem .01rem rgba(72,72,72,0.27);
	border-radius:.2rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
}
.dagang9 li:nth-child(2n){
	margin-right: 0;
}
.dagang9 li .ico{
	height: 1.16rem;
	background:rgba(46,128,226,1);
	border-radius:.2rem .2rem 0 0;
	font-size: .46rem;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height: 1.16rem;
}
.dagang9 li .desc{
	font-size: .38rem;
	font-weight:400;
	color:rgba(94,94,94,1);
	line-height: .51rem;
	padding: .5rem .36rem .34rem;
}

.dagang10{
	margin-top: .5rem;
}
.dagang10 ul{
	display: flex;
    flex-flow: row wrap;
	margin-bottom: -.2rem;
}
.dagang10 li{
	width: 3.46rem;
	min-height: 4.13rem;
	background:rgba(255,255,255,1);
	border-radius: .12rem;
	margin-right: .18rem;
	margin-bottom: .2rem;
}
.dagang10 li:nth-child(2n){
	margin-right: 0;
}
.dagang10 li .ico{
	width: 1.79rem;
	height: .19rem;
	background:rgba(10,176,215,1);
	border-radius: .09rem;
	margin: .5rem auto;
}
.dagang10 li .title{
	font-size: .43rem;
	font-weight:500;
	color:rgba(68,77,198,1);
	line-height: .43rem;
}
.dagang10 li .desc{
	font-size: .38rem;
	font-weight:400;
	color:rgba(94,94,94,1);
	line-height: .51rem;
	padding: .5rem .36rem .34rem;
}

.dagang11{
	margin-top: 0.5rem;
}
.dagang11 .box{
	width: 100%;
	background: rgba(255,255,255,1);
    box-shadow: 0px .09rem .38rem 0px rgb(154 154 154 / 38%);
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
}
.dagang11 .tit{
	background: #0054b2;
    font-size: .36rem;
    font-weight: 700;
    line-height: .9rem;
    color: #fff;
    border-radius: .1rem .1rem 0 0;
    padding-left: .3rem;
	text-align: left;
}
.dagang11 .desc{
	font-size: .28rem;
    font-weight: 400;
    line-height: .42rem;
    padding: 0 .3rem .34rem;
    text-align: left;
	margin-top: .3rem;
}

/* 课程收获 */
.shouhuo{
	margin-top: .5rem;
	margin-bottom: -.2rem;
}
.shouhuo .block{
	height: 1.69rem;
	border-radius: .03rem .39rem .03rem .39rem;
	padding-top: .18rem;
	padding-left: .64rem;
	padding-right: .17rem;
	margin-bottom: .2rem;
	display: flex;
}
.shouhuo .block01_dsjc{
	background: rgba(249,173,22,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg01.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block02_dsjc{
	background:rgba(237,104,58,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg02.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block03_dsjc{
	background: rgba(62,81,245,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg03.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block04_dsjc{
	background: rgba(18,127,255,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg04.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block05_dsjc{
	background: rgba(247,62,103,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block06_dsjc{
	background: rgba(237,125,35,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block07_dsjc{
	background: rgba(246,158,33,1) url(http://www.mede.com.cn/images/dsjc_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.45rem;
}

.shouhuo .block01_dstg{
	background: rgba(249,173,22,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg01.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block02_dstg{
	background:rgba(237,104,58,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg02.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block03_dstg{
	background: rgba(62,81,245,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg03.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block04_dstg{
	background: rgba(18,127,255,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg04.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block05_dstg{
	background: rgba(247,62,103,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block06_dstg{
	background: rgba(18,127,255,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg06.png) no-repeat center left;
	background-size: 1.45rem;
}
.shouhuo .block07_dstg{
	background: rgba(247,62,103,1) url(http://www.mede.com.cn/images/dstg_shouhuo_bg07.png) no-repeat center left;
	background-size: 1.45rem;
}

.shouhuo .block01_dssz{
	background: rgba(113,31,210,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg01.png) no-repeat center left;
	background-size: 1.2rem;
}
.shouhuo .block02_dssz{
	background: rgba(237,104,58,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg02.png) no-repeat center left;
	background-size: 1.37rem;
}
.shouhuo .block03_dssz{
	background: rgba(62,81,245,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg03.png) no-repeat center left;
	background-size: 1.54rem;
}
.shouhuo .block04_dssz{
	background: rgba(18,127,255,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg04.png) no-repeat center left;
	background-size: 1.11rem;
}
.shouhuo .block05_dssz{
	background: rgba(247,62,103,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.27rem;
}
.shouhuo .block06_dssz{
	background: rgba(249,173,22,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg06.png) no-repeat center left;
	background-size: 1.26rem;
}
.shouhuo .block07_dssz{
	background: rgba(50,143,201,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg07.png) no-repeat center left;
	background-size: 1.25rem;
}
.shouhuo .block08_dssz{
	background: rgba(246,158,33,1) url(http://www.mede.com.cn/images/dssz_shouhuo_bg08.png) no-repeat center left;
	background-size: 1.29rem;
}

.shouhuo .block01_pddsz{
	background:rgba(18,127,255,1) url(http://www.mede.com.cn/images/pddsz_shouhuo_bg01.png) no-repeat center left;
	background-size: 1.16rem;
}
.shouhuo .block02_pddsz{
	background:rgba(124,25,240,1) url(http://www.mede.com.cn/images/pddsz_shouhuo_bg02.png) no-repeat center left;
	background-size: .93rem;
}
.shouhuo .block03_pddsz{
	background:rgba(68,86,246,1) url(http://www.mede.com.cn/images/pddsz_shouhuo_bg03.png) no-repeat center left;
	background-size: 1.53rem;
}
.shouhuo .block04_pddsz{
	background:rgba(247,62,103,1) url(http://www.mede.com.cn/images/pddsz_shouhuo_bg04.png) no-repeat center left;
	background-size: 1.35rem;
}
.shouhuo .block05_pddsz{
	background:rgba(247,100,49,1) url(http://www.mede.com.cn/images/pddsz_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.05rem;
}
.shouhuo .block06_pddsz{
	background:rgba(249,173,22,1) url(http://www.mede.com.cn/images/pddsz_shouhuo_bg06.png) no-repeat center left;
	background-size: 1.28rem;
}
.shouhuo .block01_ali{
	background: rgba(113,31,210,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg01.png) no-repeat center left;
	background-size: 1.19rem;
}
.shouhuo .block02_ali{
	background: rgba(237,104,58,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg02.png) no-repeat center left;
	background-size: 1.36rem;
}
.shouhuo .block03_ali{
	background: rgba(62,81,245,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg03.png) no-repeat center left;
	background-size: 1.54rem;
}
.shouhuo .block04_ali{
	background: rgba(18,127,255,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg04.png) no-repeat center left;
	background-size: 1.11rem;
}
.shouhuo .block05_ali{
	background: rgba(247,62,103,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg05.png) no-repeat center left;
	background-size: 1.27rem;
}
.shouhuo .block06_ali{
	background: rgba(249,173,22,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg06.png) no-repeat center left;
	background-size: 1.26rem;
}
.shouhuo .block07_ali{
	background: rgba(50,143,201,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg07.png) no-repeat center left;
	background-size: 1.25rem;
}
.shouhuo .block08_ali{
	background: rgba(246,158,33,1) url(http://www.mede.com.cn/images/ali_shouhuo_bg08.png) no-repeat center left;
	background-size: 1.29rem;
}
.shouhuo .block .ico{
	width: 1.12rem;
	margin-top: .1rem;
}
.shouhuo .block .ico img{
	width: 1.12rem;
}
.shouhuo .right{
	margin-left: .63rem;
	text-align: left;
}
.shouhuo .right .title{
	font-size: .34rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.shouhuo .right .desc{
	font-size: .26rem;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height: .37rem;
	padding-top: .19rem;
}

/* 课程 */
.dsjc_xiaoguo{
	margin-top: .5rem;
	overflow: hidden;
}
.dsjc_xiaoguo .left{
	width: 2.45rem;
}
.dsjc_xiaoguo .left img{
	width: 100%;
	box-shadow:0px 4px 7px 1px rgba(54,54,54,0.18);
}
.dsjc_xiaoguo .right{
	width: 4.67rem;
}
.dsjc_xiaoguo .right .upper{
	height: .52rem;
	line-height: .52rem;
	padding: .24rem 0;
	display: table;
}
.dsjc_xiaoguo .right .upper .p1{
	width: 2.07rem;
	font-size:.47rem;
	font-weight:bold;
	color:rgba(43,43,43,1);
	text-align: center;
}
.dsjc_xiaoguo .right .upper .p2{
	width: .01rem;
	height: .52rem;
	background:rgba(191,191,191,1);
}
.dsjc_xiaoguo .right .upper .p3{
	padding: 0 .29rem;
	font-size: .29rem;
	font-weight:400;
	color:rgba(37,37,37,1);
}
.dsjc_xiaoguo .right .lower{
	height: 3.11rem;
	padding: .2rem;
	text-align: left;
}
.dsjc_xiaoguo .right .lower_dsjc{
	background:rgba(237,104,58,1);
}
.dsjc_xiaoguo .right .lower_dstg{
	background:rgba(85,17,199,1);
}
.dsjc_xiaoguo .right .lower .title{
	font-size: .32rem;
	font-weight:500;
	color:rgba(255,255,255,1);
}
.dsjc_xiaoguo .right .lower .line{
	width: 3.48rem;
	height: .01rem;
	background:rgba(255,255,255,1);
	margin-top: .1rem;
	margin-bottom: .2rem;
}
.dsjc_xiaoguo .right .lower .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height: .41rem;
}

.dsjc_fankui{
	margin-top: .5rem;
}
.dsjc_fankui .block{
	border: .08rem solid rgba(255, 255, 255, 1);
	box-shadow:0px 0px 12px 1px rgba(165,165,165,0.45);
}
.dsjc_fankui .block img{
	width: 3.27rem;
	height: 5.81rem;
}
.dsjc_fankui .margin{
	margin-left: .25rem;
}

.chumei_shouhuo{
	margin-top: 0.5rem;
}
.chumei_shouhuo table{
	width: 100%;
	border-collapse: collapse;
}
.chumei_shouhuo table td{
	box-sizing: border-box;
	padding: .42rem 0;
	border: 1px solid #f0f0f0;
	text-align: center;
}
.chumei_shouhuo table td img{
	width: .71rem;
}
.chumei_shouhuo table td p{
	font-size: .23rem;
	font-weight:400;
	color:rgba(70,70,70,1);
	padding-top: .22rem
}
.chumei_jiuye{
	margin-top: .5rem;
	display: flex;
}
.chumei_jiuye .block{
	width: 3.43rem;
	text-align: center;
}
.chumei_jiuye .block img{
	width: 100%;
}
.chumei_jiuye .block p{
	font-size:.31rem;
	font-weight:400;
	color:rgba(123,123,123,1);
	padding-top: .28rem;
}


.douyin_renqun{
	margin-top: .5rem;
	width: 100%;
	display: table;
}
.douyin_renqun .block{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .16rem .02rem rgba(59,59,59,0.13);
	border-radius: .07rem;
	padding: .2rem 0;
	margin: 0 auto .22rem;
	display: flex;
}
.douyin_renqun .ico{
	width: 1.04rem;
	height: 1.04rem;
	box-shadow:4px 6px 9px 1px rgba(82,42,186,0.19);
	border-radius:50%;
	margin-left: .4rem;
	margin-right: .5rem;
	position: relative;
}
.douyin_renqun .ico_douyin{
	background:linear-gradient(-33deg,rgba(76,35,182,1),rgba(114,79,205,1));
}
.douyin_renqun .ico_shipin{
	background:linear-gradient(-33deg,rgba(76,35,182,1),rgba(114,79,205,1));
}
.douyin_renqun .ico_jd{
	background:rgba(197,213,255,1);
}
.douyin_renqun .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.douyin_renqun .right{
	width: 5.18rem;
	padding-right: .28rem;
	text-align: left;
}
.douyin_renqun .right .title{
	font-size: .3rem;
	line-height: .3rem;
	font-weight:bold;
}
.douyin_renqun .right .title_douyin{
	color:rgba(79,15,186,1);
}
.douyin_renqun .right .title_shipin{
	color:rgba(79,15,186,1);
}
.douyin_renqun .right .title_jd{
	color:rgba(0,0,0,1);
}
.douyin_renqun .right .desc{
	font-size: .24rem;
	font-weight:300;
	color:rgba(31,31,31,1);
	line-height: .28rem;
	padding-top: .13rem;
}

.douyin_shouyi{
	margin-top: .5rem;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.douyin_shouyi .block{
	width: 3.47rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 1px 26px 3px rgba(59,59,59,0.19);
	border-radius: .1rem;
	padding: .25rem .2rem .33rem;
	margin-bottom: .18rem;
	margin-right: .18rem;
}
.douyin_shouyi .block:nth-child(2n){
	margin-right: 0;
}
.douyin_shouyi .ico{
	width:1.11rem;
	height:1.11rem;
	box-shadow:0px .06rem .48rem .06rem rgba(6,0,1,0.16);
	border-radius:50%;
	position: relative;
	margin: auto;
}
.douyin_shouyi .ico01{
	background:linear-gradient(0deg,rgba(52,206,155,1),rgba(72,218,169,1));
}
.douyin_shouyi .ico02{
	background:linear-gradient(0deg,rgba(255,178,17,1),rgba(255,213,64,1));
}
.douyin_shouyi .ico03{
	background:linear-gradient(0deg,rgba(205,92,255,1),rgba(239,92,255,1));
}
.douyin_shouyi .ico04{
	background:linear-gradient(0deg,rgba(31,154,255,1),rgba(31,174,255,1));
}
.douyin_shouyi .ico05{
	background:linear-gradient(0deg,rgba(76,35,182,1),rgba(114,79,205,1));
}
.douyin_shouyi .ico06{
	background:linear-gradient(0deg,rgba(255,114,11,1),rgba(255,152,10,1));
}
.douyin_shouyi .ico01_xmt{
	background:linear-gradient(0deg,rgba(31,154,255,1),rgba(31,174,255,1));
}
.douyin_shouyi .ico02_xmt{
	background:linear-gradient(0deg,rgba(255,114,11,1),rgba(255,152,10,1));
}
.douyin_shouyi .ico03_xmt{
	background:linear-gradient(0deg,rgba(255,178,17,1),rgba(255,213,64,1));
}
.douyin_shouyi .ico04_xmt{
	background:linear-gradient(-21deg,rgba(247,99,162,1),rgba(241,69,89,1));
}
.douyin_shouyi .ico05_xmt{
	background:linear-gradient(0deg,rgba(76,35,182,1),rgba(114,79,205,1));
}
.douyin_shouyi .ico06_xmt{
	background:linear-gradient(0deg,rgba(255,114,11,1),rgba(255,152,10,1));
}
.douyin_shouyi .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.douyin_shouyi .desc{	
	font-size: .3rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .4rem;
	padding-top: .4rem;
}

.douyin_zhanshi{
	margin-top: .5rem;
}
.douyin_zhanshi .desc{
	font-size: .24rem;
	display: table;
	margin: auto;
}
.douyin_zhanshi .desc span{
	padding: 0 .16rem;
	color:rgba(255,255,255,1);
}
.douyin_zhanshi .desc img{
	width: .41rem;
}

.sheying_renqun{
	margin-top: .5rem;
}
.sheying_renqun li{
	height: 1.64rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 19px 5px rgba(194,194,194,0.47);
	border-radius:.1rem;
	margin-bottom: .24rem;
}
.sheying_renqun .left{
	width: 2.16rem;
}
.sheying_renqun .left img{
	width: 100%;
}
.sheying_renqun .right{
	width: 4.96rem;
	padding-left: .31rem;
	padding-right: .25rem;
	padding-top: .2rem;
	text-align: left;
}
.sheying_renqun .right .title{
	font-size: .25rem;
	font-weight:bold;
	color:rgba(46,46,46,1);
}
.sheying_renqun .right .line{
	width: .24rem;
	height: .04rem;
	background:rgba(254,93,129,1);
	margin-top: .11rem;
	margin-bottom: .2rem;
}
.sheying_renqun .right .desc{
	font-size: .22rem;
	font-weight:400;
	color:rgba(106,106,106,1);
	line-height: .28rem;
}
.sheying_shouhuo{
	margin-top: .5rem;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.sheying_shouhuo .block{
	width: 3.37rem;
	height: 4.8rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .11rem .02rem rgba(57,57,57,0.19);
	border-radius:.09rem .09rem 0px 0px;
	margin-bottom: .36rem;
	margin-right: .33rem;
}
.sheying_shouhuo .block:nth-child(2n){
	margin-right: 0;
}
.sheying_shouhuo .ico{
	height: 1.1rem;
	position: relative;
	margin: .62rem auto auto;
}
.sheying_shouhuo .ico img{
	height: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sheying_shouhuo .line{
	width: .64rem;
	height: .09rem;
	background:rgba(254,93,129,1);
	border-radius: .03rem;
	margin: .5rem auto .4rem;
}
.sheying_shouhuo .desc{
	font-size: .4rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .56rem;
	padding: 0 .28rem;
}
.sheying_zuopin{
	margin-top: .5rem;
}
.sheying_zuopin .block{
	width: 7.13rem
}
.sheying_zuopin .block img{
	width: 100%;
}

.dssz_heshi{
	margin-top: .5rem;
	width: 100%;
	display: table;
}
.dssz_heshi .block{
	background:rgba(255,255,255,1);
	box-shadow:0px .02rem .32rem 0px rgba(0, 0, 0, 0.06);
	border-radius: .07rem;
	padding: .24rem 0;
	margin: 0 auto .2rem;
	display: flex;
}
.dssz_heshi .ico{
	width: 1.17rem;
	height: 1.17rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 16px 0px rgba(49,49,49,0.2);
	border-radius:50%;
	margin-left: .52rem;
	margin-right: .71rem;
	position: relative;
}
.dssz_heshi .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dssz_heshi .right{
	width: 4.72rem;
	padding-right: .28rem;
}
.dssz_heshi .right .title{
	font-size: .31rem;
	line-height: .3rem;
	font-weight:bold;
	color:rgba(79,15,186,1);
}
.dssz_heshi .right .desc{
	font-size: .26rem;
	font-weight:300;
	color:rgba(31,31,31,1);
	line-height: .3rem;
	padding-top: .2rem;
}

.pddcy_shihe{
	margin-top: .5rem;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.pddcy_shihe .block{
	width: 3.47rem;
	background:rgba(255,255,255,1);
	box-shadow: .09rem .1rem .35rem 0px rgba(67,67,67,0.16);
	border-radius: .14rem;
	padding: .4rem .3rem .33rem;
	margin-bottom: .18rem;
	margin-right: .18rem;
}
.pddcy_shihe .block:nth-child(2n){
	margin-right: 0;
}
.pddcy_shihe .ico{
	width:1.52rem;
	height:1.52rem;
	box-shadow:0px 0px .31rem .01rem rgba(77,76,76,0.27);
	border-radius:50%;
	position: relative;
	margin: auto;
}
.pddcy_shihe .ico01{
	background:linear-gradient(-34deg,rgba(255,221,90,1),rgba(255,189,53,1));
}
.pddcy_shihe .ico02{
	background:linear-gradient(-34deg,rgba(132,165,255,1),rgba(94,137,255,1));
}
.pddcy_shihe .ico03{
	background:linear-gradient(-34deg,rgba(255,132,132,1),rgba(255,95,95,1));
}
.pddcy_shihe .ico04{
	background:linear-gradient(-34deg,rgba(56,236,176,1),rgba(57,206,156,1));
}
.pddcy_shihe .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pddcy_shihe .desc{	
	font-size: .3rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .4rem;
	padding-top: .4rem;
}

.pddcy_shouhuo{
	margin-top: .5rem;
	margin-bottom: -.28rem;
}
.pddcy_shouhuo .block{
	height: 1.35rem;
	background:rgba(255,255,255,1);
	box-shadow: .07rem .08rem .06rem 0px rgba(67,67,67,0.09);
	border-radius:7px;
	padding: .25rem .24rem;
	margin-bottom: .28rem;
	display: flex;
}
.pddcy_shouhuo .block .ico{
	width: .85rem;
	height: .85rem;
	position: relative;
}
.pddcy_shouhuo .block .ico img{
	position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pddcy_shouhuo .line{
	width: .02rem;
	height: .74rem;
	background:rgba(210,210,210,1);
	margin: .05rem .25rem;
}
.pddcy_shouhuo .desc{
	width: 5.27rem;
	font-size: .32rem;
	font-weight:400;
	color:rgba(63,63,63,1);
	line-height: .4rem;
}
.pddcy_shouhuo .desc span{
	color: #CA1122;
}

.pddsz_shihe{
	margin-top: .5rem;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.pddsz_shihe .block{
	width: 2.22rem;
	min-height: 3.93rem;
	background:rgba(255,255,255,1);
	box-shadow: .09rem .1rem .35rem 0px rgba(67,67,67,0.16);
	border-radius: .09rem;
	padding: .32rem .18rem;
	margin-right: .22rem;
	position: relative;
}
.pddsz_shihe .block:nth-child(3n){
	margin-right: 0;
}
.pddsz_shihe .ico{
	width:1.26rem;
	height:1.26rem;
	box-shadow:0px 0px .31rem .01rem rgba(77,76,76,0.27);
	border-radius:50%;
	position: relative;
	margin: auto;
}
.pddsz_shihe .ico01{
	background:linear-gradient(-34deg,rgba(255,132,132,1),rgba(255,95,95,1));
}
.pddsz_shihe .ico02{
	background:linear-gradient(-34deg,rgba(255,221,90,1),rgba(255,189,53,1));
}
.pddsz_shihe .ico03{
	background:linear-gradient(-34deg,rgba(132,165,255,1),rgba(94,137,255,1));
}
.pddsz_shihe .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pddsz_shihe .desc{
	font-size: .3rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .4rem;
	padding-top: .28rem;
}
.pddsz_shihe .modular{
	width: 1.44rem;
	height: .4rem;
	background:linear-gradient(270deg,rgba(240,78,78,1),rgba(233,163,69,1));
	border-radius: .09rem;
	margin: .27rem auto 0;
	font-size: .2rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height: .4rem;
	position: absolute;
	left: 50%;
	margin-left: -.72rem;
	bottom: .32rem;
}


.smt_liyou{
	margin-top: .5rem;
	width: 100%;
	display: table;
}
.smt_liyou .block{
	background:rgba(255,255,255,1);
	box-shadow:0px .02rem .32rem 0px rgba(0, 0, 0, 0.06);
	border-radius: .07rem;
	padding: .3rem 0;
	margin: 0 auto .27rem;
	display: flex;
}
.smt_liyou .ico{
	width: .98rem;
	height: .98rem;
	background:linear-gradient(0deg,rgba(142,60,239,1),rgba(103,24,196,1));
	box-shadow:0px 8px 19px 2px rgba(6,0,1,0.16);
	border-radius:50%;
	margin-left: .5rem;
	margin-right: .6rem;
	position: relative;
}
.smt_liyou .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.smt_liyou .right{
	width: 5.04rem;
	padding-right: .28rem;
	padding-top: .1rem;
}
.smt_liyou .right .title{
	font-size: .34rem;
	line-height: .34rem;
	font-weight:bold;
	color:rgba(0,0,0,1);
	border-left: .04rem solid rgba(117,37,212,1);
	padding-left: .1rem;
}
.smt_liyou .right .desc{
	font-size: .26rem;
	font-weight:400;
	color:rgba(29,29,29,1);
	line-height: .26rem;
	padding-top: .15rem;
}

.smt_shouhuo{
	margin-top: .65rem;
	margin-bottom: -.6rem;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.smt_shouhuo .block{
	width: 3.44rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .19rem .07rem rgba(18,18,18,0.16);
	border-radius: .14rem;
	padding: 0 .18rem .23rem;
	margin-bottom: .6rem;
	margin-right: .24rem;
}
.smt_shouhuo .block:nth-child(2n){
	margin-right: 0;
}
.smt_shouhuo .ico{
	margin: -.15rem auto 0;
	display: table;
}
.smt_shouhuo .ico img {
    height: .7rem;
}
.smt_shouhuo .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .42rem;
	padding-top: .25rem;
}

.ymx_fba {
	padding-top: .5rem;
	font-size: .29rem;
	color:rgba(78,78,78,1);
}
.ymx_fba .desc{
	font-weight: 400;
	max-width: 6.16rem;
	display: inline-block;
}
.ymx_fba img {
	width: .6rem;
	margin-right: .16rem;
	vertical-align: top;
	display: inline-block;
}
.ymx_picture{
	margin: .26rem auto 0;
	display: table;
}

.ymx_shouhuo{
	margin-top: .65rem;
	margin-bottom: -.6rem;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
}
.ymx_shouhuo .block{
	width: 3.33rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .19rem .07rem rgba(18,18,18,0.16);
	border-radius: .14rem;
	padding: 0 .35rem .23rem;
	margin-bottom: .6rem;
	margin-right: .44rem;
}
.ymx_shouhuo .block:nth-child(2n){
	margin-right: 0;
}
.ymx_shouhuo .ico{
	margin: -.28rem auto 0;
	display: table;
}
.ymx_shouhuo .ico img {
    height: .48rem;
}
.ymx_shouhuo .desc{
	font-size: .28rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .42rem;
	padding-top: .25rem;
}

.xiapi_liyou{
	margin-top: .5rem;
	width: 100%;
	display: table;
}
.xiapi_liyou .block{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .33rem .03rem rgba(76,76,76,0.33);
	border-radius: .06rem;
	margin: 0 auto .27rem;
	display: flex;
}
.xiapi_liyou .ico{
	width: 1.7rem;
	height: 1.11rem;
}
.xiapi_liyou .ico img {
	width: 100%;
}
.xiapi_liyou .right{
	width: 5.2rem;
	padding: .23rem 0 .23rem .35rem;
}
.xiapi_liyou .right .desc{
	font-size: .23rem;
	font-weight:400;
	color:rgba(29,29,29,1);
	line-height: .32rem;
}

.xiapi_anli-img{
	width: 100%;
    padding-top: .5rem;
}
.xiapi_anli-img img{
	width: 100%;
}
.xiapi_anli-content{
	margin-top: .42rem;
	display: flex;
}
.xiapi_anli-con{
	width: 2.13rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .33rem .03rem rgba(76,76,76,0.23);
	border-radius: .2rem;
    padding: 0 .21rem;
	margin-right: .37rem;
	position: relative;
}
.xiapi_anli-con:nth-child(3n){
	margin-right: 0;
}
.xiapi_anli-con .jian{
    width: .96rem;
	height: .4rem;
	line-height: .4rem;
	background:linear-gradient(90deg,rgba(255,156,21,1) 0%,rgba(255,93,50,1) 100%);
	box-shadow:0px 0px .33rem .03rem rgba(76,76,76,0.23);
	border-radius: 0 0 .2rem .2rem;
	font-size: .26rem;
	font-family:Impact;
	font-style:italic;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 0 auto;
	text-align: center;
}
.xiapi_anli-con p{
	font-size: .23rem;
	font-weight:400;
	color:rgba(58,58,58,1);
	padding: .38rem 0 .62rem;
}
.xiapi_anli-con span{
	width: .73rem;
	height: .03rem;
	background: rgba(255,112,41,1);
	position: absolute;
	bottom: .32rem;
	left: 50%;
	margin-left: -.365rem;
}

.zhibo_renqun{
	margin-top: .5rem;
	margin-bottom: -.3rem;
	display: flex;
    flex-flow: row wrap;
}
.zhibo_renqun .block{
	width: 3.42rem;
	background:rgba(238,238,238,1);
	margin-right: .26rem;
	margin-bottom: .3rem;
}
.zhibo_renqun .block:nth-child(2n){
	margin-right: 0;
}
.zhibo_renqun .block img{
	width: 100%;
}
.zhibo_renqun .block .title{
	font-size: .35rem;
	line-height: .35rem;
	font-weight:bold;
	color:rgba(47,50,58,1);
	padding-top: .28rem;
}
.zhibo_renqun .block .desc{
	font-size: .29rem;
	font-weight:400;
	color:rgba(111,111,111,1);
	padding: .18rem .25rem .32rem;
}

.zhibo_huode{
	margin-top: .5rem;
	width: 100%;
	display: table;
}
.zhibo_huode .block{
	background:rgba(255,255,255,1);
	box-shadow:0px .02rem .32rem 0px rgba(0, 0, 0, 0.06);
	border-radius: .07rem;
	padding: .3rem 0;
	margin: 0 auto .27rem;
	display: flex;
}
.zhibo_huode .ico{
	width: .98rem;
	height: .98rem;
	box-shadow:0px 8px 19px 2px rgba(6,0,1,0.16);
	border-radius:50%;
	margin-left: .39rem;
	margin-right: .31rem;
	position: relative;
}
.zhibo_huode .ico01{
	background:linear-gradient(-34deg,rgba(209,15,15,1),rgba(252,103,103,1));
}
.zhibo_huode .ico02{
	background:linear-gradient(-34deg,rgba(255,156,0,1),rgba(255,216,0,1));
}
.zhibo_huode .ico03{
	background:linear-gradient(-34deg,rgba(18,127,255,1),rgba(93,168,255,1));
}
.zhibo_huode .ico04{
	background:linear-gradient(-34deg,rgba(104,41,215,1),rgba(163,114,250,1));
}
.zhibo_huode .ico05{
	background:linear-gradient(-34deg,rgba(222,29,72,1),rgba(244,108,138,1));
}
.zhibo_huode .ico06{
	background:linear-gradient(-34deg,rgba(31,145,217,1),rgba(78,180,245,1));
}
.zhibo_huode .ico07{
	background:linear-gradient(-34deg,rgba(237,104,58,1),rgba(247,143,107,1));
}
.zhibo_huode .ico08{
	background:linear-gradient(-34deg,rgba(249,173,22,1),rgba(245,191,85,1),rgba(249,173,22,1));
}
.zhibo_huode .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.zhibo_huode .right{
	width: 5.44rem;
	padding-right: .24rem;
	padding-top: .1rem;
}
.zhibo_huode .right .title{
	font-size: .34rem;
	line-height: .34rem;
	font-weight:bold;
	color:rgba(0,0,0,1);
}
.zhibo_huode .right .desc{
	font-size: .26rem;
	font-weight:400;
	color:rgba(29,29,29,1);
	line-height: .26rem;
	padding-top: .15rem;
}

.zhubo_zhanshi{
	margin-top: .5rem;
	display: flex;
}
.zhubo_zhanshi .block{
	width: 3.28rem;
	background: rgba(255,255,255,1);
	margin-right: .55rem;
}
.zhubo_zhanshi .block:nth-child(2n){
	margin-right: 0;
}
.zhubo_zhanshi .block img{
	width: 3.28rem;
}
.zhubo_zhanshi .block p{
	text-align: center;
	padding: .24rem;
	font-size: .33rem;
	font-weight:500;
	color:rgba(55,55,55,1);
}

.shipin_xiaoguo{
	margin-top: .5rem;
}
.shipin_xiaoguo .desc{
	font-size: .33rem;
	font-weight:400;
	color:rgba(40,40,40,1);
	line-height: .47rem;
	padding: 0 .33rem;
}
.shipin_xiaoguo img{
	width: 100%;
	margin-top: .24rem;
}

.xmt_shihe{
	margin-top: .5rem;
	margin-bottom: -.34rem;
}
.xmt_shihe .block{
	border-radius: .2rem;
	padding: .28rem .21rem;
	font-size: .33rem;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height: .53rem;
	margin-bottom: .34rem;
}
.xmt_shihe .block01{
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px .22rem .02rem rgba(26,9,124,0.24);
}
.xmt_shihe .block01 span{
	background: rgba(78,47,250,1);
	color: rgba(255,255,255,1);
	padding: 0 .1rem;
}
.xmt_shihe .block02{
	background:rgba(255,255,255,1);
box-shadow:0px 0px .22rem .02rem rgba(191,46,227,0.24);
}
.xmt_shihe .block02 span{
	background:rgba(191,46,227,1);
	color: rgba(255,255,255,1);
	padding: 0 .1rem;
}
.xmt_shihe .block03{
	background:rgba(255,255,255,1);
box-shadow:0px 0px .22rem .02rem rgba(248,77,121,0.24);
}
.xmt_shihe .block03 span{
	background:rgba(248,77,121,1);
	color: rgba(255,255,255,1);
	padding: 0 .1rem;
}
.xmt_shihe .block04{
	background:rgba(255,255,255,1);
box-shadow:0px 0px .22rem .02rem rgba(255,193,72,0.24);
}
.xmt_shihe .block04 span{
	background:rgba(255,193,72,1);
	color: rgba(255,255,255,1);
	padding: 0 .1rem;
}
.xmt_shihe .block05{
	background:rgba(255,255,255,1);
box-shadow:0px 0px .22rem .02rem rgba(57,165,245,0.24);
}
.xmt_shihe .block05 span{
	background:rgba(57,165,245,1);
	color: rgba(255,255,255,1);
	padding: 0 .1rem;
}

.xmt_zuopin{
	margin-top: .5rem;
}
.xmt_zuopin .desc{
	font-size: .31rem;
	line-height: .46rem;
	display: table;
	margin: auto;
}
.xmt_zuopin .desc span{
	padding-left: .09rem;
	color:rgba(234,14,197,1);
}
.xmt_zuopin .desc img{
	height: .46rem;
}

.xmt_zuopin{
	margin-top: .5rem;
}
.xmt_zuopin .block{
	border: .06rem solid rgba(255, 255, 255, 1);
	box-shadow:0px 0px .12rem .01rem rgba(165,165,165,0.45);
}
.xmt_zuopin .block img{
	width: 2.58rem;
	height: 4.54rem;
}
.xmt_zuopin .margin{
	margin-left: .25rem;
}

.weixin_liyou{
	width: 7.24rem;
	margin-left: -.06rem;
	margin-top: .5rem;
	margin-bottom: -.2rem;
	display: flex;
    flex-flow: row wrap;
}
.weixin_liyou .block{
	width: 3.57rem;
	height: 5.56rem;
	margin-right: .1rem;
	margin-bottom: .2rem;
	background: url(http://www.mede.com.cn/images/weixin_liyou.png) center center no-repeat;
	background-size: 3.57rem;
}
.weixin_liyou .block:nth-child(2n){
	margin-right: 0;
}
.weixin_liyou .block .number{
	font-size: .64rem;
	line-height: .64rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding-top: .51rem;
}
.weixin_liyou .block .desc{
	font-size: .33rem;
	font-weight:500;
	color:rgba(109,109,109,1);
	line-height: .5rem;
	padding: .9rem .46rem 0;
}

.weixin_shouhuo{
	margin-top: .5rem;
	width: 100%;
	display: table;
}
.weixin_shouhuo .block{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .16rem .02rem rgba(59,59,59,0.13);
	border-radius: .07rem;
	padding: .2rem 0;
	margin: 0 auto .22rem;
	display: flex;
}
.weixin_shouhuo .ico{
	width: .9rem;
	height: .9rem;
	box-shadow:-.08rem .09rem .11rem .01rem rgba(0, 0, 0, 0.15);
	border-radius:50%;
	margin: .14rem .32rem 0 .25rem;
}
.weixin_shouhuo .ico img {
    width: 100%;
}
.weixin_shouhuo .right{
	width: 5.65rem;
	padding-right: .28rem;
}
.weixin_shouhuo .right .title{
	font-size: .48rem;
	line-height: .48rem;
	font-weight:300;
	font-style:italic;
	color:rgba(78,78,78,1);
}
.weixin_shouhuo .right .desc{
	font-size: .26rem;
	color:rgba(139,139,139,1);
	line-height: .3rem;
	padding-top: .1rem;
}

.weixin_anli{
	margin-top: .4rem;
	text-align: center;
	font-size: .35rem;
	font-weight:500;
	color:rgba(11,167,255,1);
}

.jd_renqun{
	margin-top: .5rem;
	display: flex;
}
.jd_renqun .block{
	width: 2.31rem;
	box-shadow: .05rem .08rem .13rem 0px rgba(49,49,49,0.22);
	border-radius: .17rem;
	padding: .28rem .24rem;
	margin-right: .09rem;
}
.jd_renqun .block:nth-child(3n){
	margin-right: 0;
}
.jd_renqun .block01{
	background:linear-gradient(-16deg,rgba(255,193,4,1),rgba(251,124,0,1));
}
.jd_renqun .block02{
	background:linear-gradient(-34deg,rgba(255,132,132,1),rgba(255,95,95,1));
}
.jd_renqun .block03{
	background:linear-gradient(-34deg,rgba(132,165,255,1),rgba(94,137,255,1));
}
.jd_renqun .block .ico{
	width: 1.08rem;
	height: 1.08rem;
	background:rgba(255,255,255,1);
	border-radius:50%;
	margin: auto;
	position: relative;
}
.jd_renqun .block .ico img{
	position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jd_renqun .block .title{
	font-size: .3rem;
	line-height: .3rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding-top: .28rem;
}
.jd_renqun .block .line{
	width: .94rem;
	height: .03rem;
	display: block;
	margin: .22rem auto .25rem;
	background:rgba(255,255,255,1);
}
.jd_renqun .block .desc{
	font-size: .26rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height: .36rem;
}

.dianzhang_qushi_desc{
	font-size: .24rem;
	font-weight:400;
	color:rgba(28,96,214,1);
	padding-top: .3rem;
}
.dianzhang_renqun{
	margin-top: .5rem;
	display: flex;
    flex-flow: row wrap;
}
.dianzhang_renqun .block{
	width: 3.46rem;
	margin-right: .18rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .26rem .01rem rgba(79,79,79,0.16);
	border-radius: .06rem;
	padding: .29rem .12rem 0;
}
.dianzhang_renqun .block:nth-child(2n){
	margin-right: 0;
}
.dianzhang_renqun .block .ico{
	width: 1.28rem;
	height: 1.28rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .33rem .02rem rgba(79,79,79,0.18);
	border-radius:50%;
	margin: auto;
	position: relative;
}
.dianzhang_renqun .block .ico img{
	height: .79rem;
	position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dianzhang_renqun .block .title{
	font-size: .29rem;
	font-weight:500;
	color:rgba(28,96,214,1);
	padding-top: .3rem;
}
.dianzhang_renqun .block .desc{
	margin-top: .5rem;
	display: table;
}
.dianzhang_renqun .block .desc p{
	margin-bottom: .21rem;
    font-size: .26rem;
    text-indent: -1em;
    margin-left: 1.5em;
}

.dianzhang_shouhuo{
	margin-top: .5rem;
	margin-bottom: -.3rem;
}
.dianzhang_shouhuo .block{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px .12rem .01rem rgba(0, 0, 0, 0.11);
	border-radius: .07rem;
	display: flex;
	overflow: hidden;
	margin-bottom: .3rem;
}
.dianzhang_shouhuo .block .left{
	width: 1.5rem;
	margin-left: .18rem;
}
.dianzhang_shouhuo .block .left .ico{
	width: .88rem;
	height: .88rem;
	background:rgba(255,255,255,1);
	box-shadow:0px .03rem .17rem .01rem rgba(53,94,233,0.26);
	border-radius:50%;
	margin: .17rem auto 0;
}
.dianzhang_shouhuo .block .left .ico img{
	width: 100%;
}
.dianzhang_shouhuo .block .left .desc{
	font-size: .25rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .36rem;
	padding-top: .2rem;
	padding-bottom: .18rem;
}
.dianzhang_shouhuo .block .right{
	width: 5.06rem;
	margin-left: .38rem;
	padding-right: .15rem;
}
.dianzhang_shouhuo .block .right .title{
	width: 4.15rem;
	height: .53rem;
	background:rgba(28,96,214,1);
	border-radius: .7rem;
	font-size: .26rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height: .55rem;
	margin: auto;
	margin-top: -.05rem;
}
.dianzhang_shouhuo .block .right .desc{
	font-size: .24rem;
	font-weight:400;
	color:rgba(87,87,87,1);
	line-height: .36rem;
	padding-top: .33rem;
}

.ali_anli{
	margin-top: .5rem;
}
.ali_anli .desc{
	font-size: .2rem;
	font-weight:400;
	color:rgba(42,42,42,1);
	line-height: .3rem;
	width: 7.12rem;
	margin: 0 auto .3rem;
}

.gaomei_shizhan{
	margin-top: .5rem;
	margin-bottom: -.3rem;
}
.gaomei_shizhan .block{
	width: 3.42rem;
	margin-right: .19rem;
	margin-bottom: .3rem;
	display: inline-block;
}
.gaomei_shizhan .block:nth-child(2n){
	margin-right: 0;
}
.gaomei_shizhan .block img{
	width: 100%;
}
.gaomei_shizhan .block p{
	font-size: .36rem;
	font-weight:bold;
	color:rgba(109,109,109,1);
	line-height: .36rem;
	padding-top: .18rem;
	padding-bottom: .1rem;
}

.gaomei_nengli{
	margin-top: .5rem;
	display: flex;
}
.gaomei_nengli .block{
	width: 2.24rem;
	margin-right: .2rem;
}
.gaomei_nengli .block:nth-child(3n){
	margin-right: 0;
}
.gaomei_nengli .block .ico{
	width: 1.87rem;
	margin: auto;
}
.gaomei_nengli .block .ico img{
	width: 100%;
}
.gaomei_nengli .block dl{
	height: 2.9rem;
	background:rgba(0,76,193,1);
	border-radius:2px 2px 2px 2px;
	padding: .32rem .22rem 0;
}
.gaomei_nengli .block dt{
	font-size: .29rem;
	line-height: .29rem;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.gaomei_nengli .block dd{
	font-size: .25rem;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height: .33rem;
	padding-top: .24rem;
}

.gaomei_fazhan{
	margin-top: .5rem;
	display: flex;
    flex-flow: row wrap;
}
.gaomei_fazhan .block{
	width: 2.3rem;
	border: .01rem solid #d0d0d0;
	margin-right: .11rem;
}
.gaomei_fazhan .block:nth-child(3n){
	margin-right: 0;
}
.gaomei_fazhan .block .ico{
	width: .98rem;
	margin: .27rem auto 0;
}
.gaomei_fazhan .block .ico img{
	width: 100%;
}
.gaomei_fazhan .block .title{
	font-size: .3rem;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height: .3rem;
	margin-top: .32rem;
}
.gaomei_fazhan .block .line{
	width: .45rem;
	height: .03rem;
	background:rgba(0,76,193,1);
	border-radius: .02rem;
	margin: .2rem auto 0;
}
.gaomei_fazhan .block .desc{
	font-size: .25rem;
	font-weight:400;
	color:rgba(131,131,131,1);
	line-height: .36rem;
	padding: .19rem .22rem .28rem;
}

.mote_renqun{
	margin-top: .5rem;
	margin-bottom: -.5rem;
}
.mote_renqun .block{
	width: 3.35rem;
	height: 4.87rem;
	background: url(http://www.mede.com.cn/images/mote_renqun_bg.png) center center no-repeat;
	background-size: 100%;
	margin-right: .34rem;
	margin-bottom: .5rem;
	display: inline-block;
}
.mote_renqun .block:nth-child(2n){
	margin-right: 0;
}
.mote_renqun .block img{
	width: 1.09rem;
	height: 1.53rem;
	margin: .76rem auto 0;
	display: block;
}
.mote_renqun .block p{
	padding: .4rem .2rem 0;
	font-size: .36rem;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height: .58rem;
}

.mote_huaxu{
	margin-top: .5rem;
}
.mote_huaxu .p{
	background:rgba(254,93,129,1);
	border-radius: .2rem;
	padding: .06rem .35rem;
	display: table;
	font-size: .21rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: auto;
}
.mote_huaxu .p img{
	width: .28rem;
	vertical-align: middle;
	margin-right: .1rem;
}

.pddfh_hb{
	height: 12.92rem;
	background: url(http://www.mede.com.cn/images/fddfh_hb_m.png) center no-repeat;
	padding-top: 10.39rem;
	background-size: 100%;
}
.pddfh_hb .frame{
	width: 6.11rem;
	height: .89rem;
	background: #FFFFC7;
	border: .03rem solid #FEAF4B;
	text-align: center;
}
.pddfh_hb .carry{
	width: 4.63rem;
	height: .68rem;
	background: linear-gradient(0deg, #FFDD40, #FFFF80);
	box-shadow: 0px .03rem .07rem 0px rgba(255, 38, 129, 0.35);
	border-radius: .34rem;
	margin-top: .25rem;
	border: none;
	font-size: .35rem;
	font-weight: 500;
	color: #EE3C05;
}

.pddfh_shuju{
	width: 6.31rem;
	height: 2.53rem;
	background: #FFFFFF;
	box-shadow: .02rem .03rem .3rem .08rem rgba(189, 189, 189, 0.28);
	border-radius: .13rem;
	margin: .5rem auto 0;
	font-size: .32rem;
	font-weight: 400;
	color: #242424;
	line-height: .32rem;
	padding-top: .5rem;
}
.pddfh_shuju img{
	margin-top: .54rem;
	width: 4.71rem;
}
.pddfh_zixun{
	margin: .5rem auto 0;
	width: 6.85rem;
	background: #FFFFFF;
	box-shadow: .02rem .03rem .31rem .08rem rgba(189, 189, 189, 0.28);
	border-radius: .07rem;
	padding: .4rem 0;
}
.pddfh_zixun img{
	width: 5.88rem;
}
.pddfh_renqun{
	margin: .5rem auto 0;
	display: table;
	padding: 0 .13rem;
}
.pddfh_renqun .block{
	width: 3.28rem;
	height: 4.13rem;
	background: #FFFFFF;
	box-shadow: .03rem .05rem .47rem .08rem rgba(189, 189, 189, 0.31);
	border-radius: .1rem;
	margin-right: .3rem;
	padding-top: .36rem;
}
.pddfh_renqun .block:nth-child(2n){
	margin-right: 0;
}
.pddfh_renqun .block img{
	width: 1.56rem;
	margin: auto;
	display: block;
}
.pddfh_renqun .block .title{
	font-size: .35rem;
	font-weight: 500;
	color: #404040;
	line-height: .35rem;
	padding-top: .12rem;
}
.pddfh_renqun .block .desc{
	font-size: .29rem;
	font-weight: 400;
	color: #929292;
	line-height: .4rem;
	padding: .27rem .33rem 0;
}
.pddfh_shouhuo{
	margin-top: .5rem;
	padding: 0 .19rem;
	width: 100%;
	display: table;
}
.pddfh_shouhuo .block{
	background: #FFF8ED;
	border-radius: .05rem;
	padding: .34rem 0;
	margin: .22rem auto 0;
	display: flex;
}
.pddfh_shouhuo .ico{
	width: .91rem;
	height: .97rem;
	margin: .11rem .25rem 0 .3rem;
}
.pddfh_shouhuo .ico img {
    width: 100%;
}
.pddfh_shouhuo .right{
	width: 5.48rem;
}
.pddfh_shouhuo .right .title{
	font-size: .37rem;
	font-weight: bold;
	color: #E73618;
	line-height: .37rem;
}
.pddfh_shouhuo .right .desc{
	font-size: .28rem;
	font-weight: 400;
	color: #7E5030;
	line-height: .35rem;
	padding-top: .22rem;
}


.pddfh_anli{
	margin-top: .5rem;
}
.pddfh_anli .block{
	width: 7.02rem;
	height: 9.61rem;
	background: #FFFFFF;
	box-shadow: .03rem .05rem .47rem .08rem rgba(189, 189, 189, 0.31);
	border-radius: .15rem;
	margin: auto;
	padding: .36rem .32rem 0;
	position: relative;
}
.pddfh_anli .block h3{
	font-size: .34rem;
	font-weight: bold;
	color: #2E2E2E;
}
.pddfh_anli .block .rd{
	padding: .22rem 0 .19rem;
	margin-bottom: .3rem;
	border-bottom: .01rem solid #e5e8ee;
	overflow: hidden;
}
.pddfh_anli .block .rd span{
	font-size: .22rem;
	color: #F04D15;
	display: block;
	float: left;
	margin-right: .13rem;
}
.pddfh_anli .block .rd img{
	float: left;
	width: 1.76rem;
}
.pddfh_anli .block p{
	font-size: .25rem;
	font-weight: bold;
	color: #8B8B8B;
	line-height: .38rem;
}
.pddfh_anli .block p span{
	color: #F04D15;
}
.pddfh_anli .block .img{
	width: 5.60rem;
	position: absolute;
	bottom: .33rem;
	left: 50%;
	margin-left: -2.8rem;
}
.pddfh_anli .block .img img{
	width: 100%;
}

.pddfh_dagang{
	margin-top: .25rem;
}
.pddfh_dagang .block{
	width: 100%;
	height: 3rem;
	background:#FFFFFF url(http://www.mede.com.cn/images/pddfh_dagang_bj_m.png) right -2px bottom -2px no-repeat;
	background-size: 1.44rem;
	box-shadow: .04rem .06rem .34rem .05rem rgba(168, 168, 168, 0.27);
	border-radius: .19rem;
	margin: .25rem auto 0;
	display: flex;
	position: relative;
}
.pddfh_dagang .block .stage{
	width: .7rem;
	background: #E03600;
	border-radius: .19rem 0 0 .19rem;
	font-size: .37rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding-top: .4rem;
}
.pddfh_dagang .block dl{
	padding: .4rem 0 0 .29rem;
}
.pddfh_dagang .block dt{
	font-size: .37rem;
	font-weight: bold;
	color: #363636;
	line-height: .37rem;
}
.pddfh_dagang .block dd{
	width: 3.06rem;
	font-size: .27rem;
	font-weight: 400;
	color: #888888;
	line-height: .43rem;
	padding-top: .3rem;
}
.pddfh_dagang .block .t1{
	position: absolute;
	right: .06rem;
	bottom: .1rem;
}
.pddfh_dagang .block .t2{
	position: absolute;
	right: .17rem;
	bottom: 0;
}

.pddfh_tese .block{
	width: 6.84rem;
	margin: .5rem auto 0;
}
.pddfh_tese .block img{
	width: 100%;
	box-shadow: 0 0 .3rem .04rem rgba(79, 79, 79, 0.15);
	border-radius: .08rem;
}













.teacher2{
	margin-top: .5rem;
}
.c_teacher2{
	text-align:center;
	background:#fff;
	border:1px solid #e9e7e7;
	border-radius:.18rem;
	padding:.32rem 0 0 0;
	height:5.98rem;
	margin: 0 .19rem;
}
.c_teacher2 em{
	display:block;
	margin-bottom:.12rem;
}
.c_teacher2 em img{
	width:2.68rem;
	height:2.68rem;
	display:block;
	margin:0 auto;
	border-radius:50%;
}
.c_teacher2 h3{
	font-size:.32rem;
	line-height:.47rem;
	padding:.1rem 0;
	letter-spacing:.02rem;
}
.c_teacher2 h3 font{
	color:#1e78ff;
}
.c_teacher2 p{
	line-height:.35rem;
	padding:.12rem .45rem 0 .45rem;
	text-align:left;
}

.c_advantage2{ margin:.24rem -.26rem 0 0;}
.c_advantage2:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.c_advantage2 li{ width:50%; float:left;}
.c_advantage2 li div{ background:rgba(247,62,103,1); border-radius:.08rem; margin:.26rem .26rem 0 0; padding:.15rem 0 .15rem 0; text-align:center;}
.c_advantage2 li:nth-child(2) div{ background:rgba(249,173,22,1);}
.c_advantage2 li:nth-child(3) div{ background:rgba(62,81,245,1);}
.c_advantage2 li:nth-child(4) div{ background:rgba(237,104,58,1);}
.c_advantage2 li h3{ background:#eb1f4c; line-height:.48rem; color:#fff; font-weight:bold; margin-bottom:.05rem;}
.c_advantage2 li:nth-child(2) h3{ background:#ea9d06;}
.c_advantage2 li:nth-child(3) h3{ background:#1d32e7;}
.c_advantage2 li:nth-child(4) h3{ background:#dc4a17;}
.c_advantage2 li i{ display:block; border-bottom:.02rem dotted #fff; font-size:0; height:0; overflow:hidden; margin:0 .18rem .06rem .18rem; padding-top:.06rem;}
.c_advantage2 li p{ color:#fff; font-size:.24rem; line-height:.38rem;}

.c_service2{ margin-top:.32rem; padding: 0 .2rem;}
.c_service2 li{ border-bottom:.02rem dotted #949494; padding:.18rem 0;}
.c_service2 li a{ display:block;}
.c_service2 li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.c_service2 li em{ display:inline-block; float:left; width:1.5rem; margin-right:.35rem;}
.c_service2 li img{ max-width:100%;}
.c_service2 li h3{ font-size:.26rem; font-weight:bold; line-height:.5rem;}
.c_service2 li p{ color:#666; line-height:.35rem;}

.c_student2{ margin:.5rem -.26rem -.26rem 0;}
.c_student2:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.c_student2 li{ width:50%; float:left;}
.c_student2 li a{ display:block; margin:0 .26rem .26rem 0; background:#f5f5f5; border-radius:.08rem; text-align:center; padding:.22rem 0 .22rem 0;}
.c_student2 li em{ display:block; margin:0 auto .1rem; width:3rem; overflow: hidden;}
.c_student2 li em img{ width:3rem; display:block;}
.c_student2 li h3{ line-height:.4rem; font-weight:bold;}
.c_student2 li p{ line-height:.39rem;}
.c_student2 li p font{ color:#1e78ff;}

.c_environment2{ margin-top: .5rem; margin-bottom:-.26rem; padding: 0 .2rem;}
.c_environment2:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.c_environment2 li{ float:left; width:50%; margin-bottom:.26rem;}
.c_environment2 li:nth-child(2n){ text-align:right;}
.c_environment2 li img{ width:3.1rem; height:1.88rem;}

.c_problem2{ margin-top: .5rem; padding: 0 .2rem;}
.c_problem2 li{ border-bottom:1px solid #b7bbbf; padding:.18rem 0; line-height:.42rem;}
.c_problem2 li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.c_problem2 li a{ color:#fff; background:#1e78ff; border-radius:.09rem; display:inline-block; float:right; padding:0 .35rem;}
















