@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;
}*/
.w1200{
	width: 1200px;
	margin: auto;
}
.w1100{
	width: 1100px;
	margin: auto;
}
.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;
}


/* 已有样式重定义开始 */
.head .addr_top{
	width: 58px;
	height: 28px;
}
/* 已有样式重定义结束 */


/* 标题通用 */
.title_bai{
	color:rgba(255,255,255,1);
	text-align: center;
}
.title_bai .title{
	font-size:50px;
	line-height: 50px;
	font-weight:bold;
}
.title_bai .desc{
	font-size:28px;
	line-height: 28px;
	font-weight:300;
	padding-top: 23px;
}
.title_bai span{
	color:rgba(255,240,0,1);
}
.title_hei{
	color:rgba(41,41,41,1);
	text-align: center;
}
.title_hei .title{
	font-size:50px;
	line-height: 50px;
	font-weight:bold;
}
.title_hei .desc{
	font-size:28px;
	line-height: 28px;
	font-weight:300;
	padding-top: 23px;
	color:rgba(121,121,121,1);
}

/* 图片通用 */
.imgty{
	margin-top: 65px;
	text-align: center;
}



.index{
	
}
.main_bg1{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.main_bg2 {
	padding-top: 70px;
	background: #f3f3f3;
	padding-bottom: 70px;
}
.main_1{
	height: 450px;
	background: url(http://www.mede.com.cn/images/main1.jpg) no-repeat center center;
	background-size: cover;
}
.main_1 .left{
	padding-left: 52px;
	float: left;
}
.main_1 .h2tit{
	font-size:66px;
	font-family:Source Han Sans CN;
	font-weight:800;
	color:rgba(253,238,47,1);
	padding-top: 101px;
	line-height: 66px;
}
.main_1 .desc{
	width: 458px;
	height:49px;
	border: 1px dashed rgba(0,255,255,1);
	border-radius:4px 4px 4px 4px;
	margin-top: 22px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 49px;
	font-size: 26px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(254,254,255,1);
}
.main_1 .type{
	zoom: 1;
	overflow: hidden;
}
.main_1 .type span{
	float: left;
	width: 146px;
	height:44px;
	background:rgba(255,255,255,1);
	border-radius:3px;
	text-align: center;
	line-height: 44px;
	font-size: 29px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(70,19,169,1);
}
.main_1 .type em{
	float: left;
	width: 39px;
	line-height: 44px;
	font-style: normal;
	color: #fff;
	text-align: center;
	font-size: 34px;
}
.main_1 .right{
	padding-top: 97px;
	padding-right: 131px;
	float: right;
}
.main_1 .right img{
	
}

.titlemodel{
	
}
.titlemodel .title{
	text-align: center;
	font-size: 50px;
	font-weight:bold;
	color:rgba(40,40,40,1);
}
.titlemodel .desc{
	font-size: 25px;
	font-weight:400;
	color:rgba(137,137,137,1);
	text-align: center;
	margin-top: 10px;
}
.main_2{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.main_2 .table{
margin-top: 50px;
}
.main_2 .table table{
	table-layout: fixed;
	background: rgba(245,245,245,1);
}
.main_2 .table th{
	background: rgba(87,52,179,1);
	line-height: 66px;
	text-align: center;
	font-size: 30px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.main_2 .table .th_dsjc{
	background: rgba(255,108,48,1);
}
.main_2 .table .th_dssz{
	background: #531eaf;
}
.main_2 .table .th_zhibo{
	background: #590ebf;
}
.main_2 .table .th_ali{
	background: #ff942a;
}
.main_2 .table .th_weixin{
	background: #0c64ff;
}
.main_2 .table .th_xmt{
	background: #2a40cf;
}
.main_2 .table .th_jd{
	background: #eb1f39;
}
.main_2 .table .th_pddcy{
	background: #EB1F39;
}
.main_2 .table .th_pddsz{
	background: #f0482a;
}
.main_2 .table .th_smt{
	background: rgba(83,30,175,1);
}
.main_2 .table .th_ymx{
	background: #ff8400;
}
.main_2 .table .th_xiapi{
	background: #f5602f;
}
.main_2 .table .th_douyin{
	background: #4c23b6;
}
.main_2 .table .th_dscy{
	background: #550cb5;
}
.main_2 .table .th_quanneng{
	background: #342bc5;
}
.main_2 .table .th_dianzhang{
	background: #1c60d6;
}
.main_2 .table .th_jingxiu{
	background: #E94E60;
}
.main_2 .table td{
	font-size: 20px;
	/* font-family:Source Han Sans CN; */
	/* font-weight:300; */
	color:rgba(47,47,47,1);
	line-height:36px;
	padding: 20px 20px;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
.main_2 .table td .center{
	text-align: center;
}

.main_2 .table tr td:last-child{
	border-right:none;
}

.main_2 .table tr:last-child td{
	border-bottom:none;
}
.main_3{
	padding-top: 70px;
	padding-bottom: 70px;
}
.main_3_dstg{
	background: url(http://www.mede.com.cn/images/main3.jpg) no-repeat center center;
	background-size: cover;
}
.main_3_dsjc{
	background: #f6f6f6;
}
.main_3_shipin{
	background: #4c23b6;
}
.main_3 .content{
	width: 1180px;
	/* height:584px; */
	background: #fff;
	padding-top: 19px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	margin-top: 60px;
	box-sizing: border-box;
	display: table;
}
.main_3 .content .title{
	height: 69px;
	text-align: center;
	line-height: 69px;
	border-radius: 5px 5px 0px 0px;
	font-size: 30px;
	font-family:Source Han Sans CN;
	font-weight:800;
	color:rgba(255,255,255,1);
}
.main_3 .content .title_dstg{
	background:rgba(87,52,179,1);
}
.main_3 .content .title_dsjc{
	background:rgba(255,108,48,1);
}
.main_3 .content .title_wuhuo{
	background:rgba(239,128,4,1);
}
.main_3 .content .title_shipin{
	background: #4c23b6;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin-bottom: 40px;
}
.main_3 .content .list2{
	zoom: 1;
	overflow: hidden;
}
.main_3 .content .list2 li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 22px;
	font-family:SourceHanSansCN;
	font-weight:400;
	line-height: 68px;
}
.main_3 .content .icon{
	margin: 32px auto 34px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
}
.main_3 .content .icon_dstg{
	background: rgba(87,52,179,1);
}
.main_3 .content .icon_dsjc{
	background: #ff6c30;
}
.main_3 .content .icon_wuhuo{
	background:rgba(239,128,4,1);
}
.main_3 .content .icon img{
	
}
.main_3 .titlemodel .title_dstg{
	color: #fff;
}
.main_3 .titlemodel .title_dsjc{
	color: #1b1b1b;
}
.main_3 .content .list2_dstg li{
	border-bottom: 1px solid rgba(134,92,245,.2);
	color:rgba(87,52,179,1);
}
.main_3 .content .list2_dstg li:nth-child(2n){
	background:#f3f1fe;
}
.main_3 .content .list2_dsjc li{
	border-bottom: 1px solid #fae2da;
	color: #ff6c30;
	background: #fff9f9;
}
.main_3 .content .list2_dsjc li:nth-child(2n){
	background:#fff2ec;
}
.main_3 .content .list2_wuhuo li{
	border-bottom: 1px solid #fae2da;
	color:rgba(239,128,4,1);
	background: #fff9f9;
}
.main_3 .content .list2_wuhuo li:nth-child(2n){
	background:#fff2ec;
}
.main_3 .content .list2_sheying li{
	border-bottom: 1px solid #d8e8fd;
	color: #323232;
	background: #fff;
}
.main_3 .content .list2_sheying li:nth-child(2n){
	background:#fff6eb;
}


.bghui{
	padding-top: 70px;
	background: rgba(247,247,247,1);
	padding-bottom: 70px;
}
.bg-title{
    font-size: 47px;
    font-weight: 600;
    text-align: center;
}
.bgbai{
	padding-top: 70px;
	background: rgba(255,255,255,1);
	padding-bottom: 70px;
}
.bgweilan{
	padding-top: 70px;
	background: #f5faff;
	padding-bottom: 70px;
}
.bghuang{
	padding-top: 70px;
	background: #fff6f3;
	padding-bottom: 70px;
}
.main_4{

}
.main_4 .desc{
	font-size: 36px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(54,54,54,1);
	padding-top: 10px;
	text-align: center;
}
.main_4 .picScroll-left{overflow:hidden;position:relative;padding-bottom: 50px;}
.main_4 .picScroll-left .hd{ }

.main_4 .picScroll-left .hd .prev,.main_4 .picScroll-left .hd .next{
	cursor: pointer;
	position: absolute;
	top: 0px;
	width: 62px;
	height: 359px;
	z-index: 4;
	z-index: 76;
}

.main_4 .picScroll-left .hd .prev{
left: 0px;
background: url(http://www.mede.com.cn/images/left2_dstg.png) no-repeat center center;
background-size: 100% 100%;
}
.main_4 .picScroll-left .hd .next{
right: 0px;
background: url(http://www.mede.com.cn/images/right2_dstg.png) no-repeat center center;
background-size: 100% 100%;
}


.main_4 .picScroll-left .bd{
	/* padding:10px; */
	padding-left: 62px;
}
.main_4 .picScroll-left .bd_dstg{
	background: rgba(87,52,179,1);
}
.main_4 .picScroll-left .bd_dsjc{
	background: #ff7050;
}
.main_4 .picScroll-left .bd_pdd{
	background: rgba(235,31,57,1);
}
.main_4 .picScroll-left .bd_ali{
	background: #ff942a;
}
.main_4 .picScroll-left .bd_dssz{
	background: #2f2583;
}
.main_4 .picScroll-left .bd_douyin{
	background: #4c23b6;
}
.main_4 .picScroll-left .bd_zhibo{
	background: #590ebf;
}
.main_4 .picScroll-left .bd_weixin{
	background: #0c60ff;
}
.main_4 .picScroll-left .bd_dianzhang{
	background: #1c60d6;
}
.main_4 .picScroll-left .bd_douyindh{
	background: #371d66;
}
.main_4 .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.main_4 .picScroll-left .bd ul li{margin:0;float:left;_display:inline;overflow:hidden;text-align:center;background: #fff;}


.main_4 .picScroll-left .bd ul li .content{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 1076px;zoom: 1;overflow: hidden;height: 359px;/* background: #fff; */position: relative;z-index: 6;}
.main_4 .picScroll-left .bd ul li .left{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: left;
	font-size: 25px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(42,42,42,1);
	line-height:40px;
	width: 397px;
	padding-left: 36px;
	padding-right: 41px;
	padding-top: 30px;
}
.main_4 .picScroll-left .bd ul li .left_weixin2{
	float: left;
}
.main_4 .picScroll-left .bd ul li .wz{
	font-size: 20px;
	line-height: 180%;
}
.main_4 .picScroll-left .bd ul li .imgbox{
	float: right;
	height: 359px;
	text-align: center;
	padding-top: 13px;
	padding-left: 43px;
}
.main_4 .picScroll-left .bd ul li .imgbox_dstg{
	background: rgba(87,52,179,1);
}
.main_4 .picScroll-left .bd ul li .imgbox_pdd{
	background: rgba(235,31,57,1);
}
.main_4 .picScroll-left .bd ul li .imgbox_dsjc{
	background: #ff7050;
}
.main_4 .picScroll-left .bd ul li .imgbox_ali{
	background: #ff942a;
}
.main_4 .picScroll-left .bd ul li .imgbox_dssz{
	background: #2f2583;
}
.main_4 .picScroll-left .bd ul li .imgbox_douyin{
	background: #4c23b6;
}
.main_4 .picScroll-left .bd ul li .imgbox_zhibo{
	background: #590ebf;
}
.main_4 .picScroll-left .bd ul li .imgbox_weixin{
	background: #0c60ff;
}
.main_4 .picScroll-left .bd ul li .imgbox_dianzhang{
	background: #1c60d6;
}
.main_4 .picScroll-left .bd ul li .imgbox_douyindh{
	background: #371d66;
}

.main_4 .picScroll-left .bd ul li .imgbox_weixin2{
	float: right;
	width: 590px;
	font-size:22px;
	font-weight:400;
	color:rgba(54,54,54,1);
	line-height:42px;
	padding-right: 43px;
	text-align: left;
}
.main_4 .picScroll-left .bd ul li .imgbox_weixin2 .p{
	font-size:26px;
	font-weight:bold;
	color:rgba(54,54,54,1);
	line-height:42px;
	padding: 20px 0 40px;
}
.main_4 .picScroll-left .bd ul li .imgbox img{

width: 634px;
}
.main_4 .list2{
	position: relative;
	padding-top: 60px;
	/* padding-bottom: 38px; */
	/* padding-bottom: 98px; */
}
.main_4 .list2 .sanjiao{
position: absolute;
width:  386px;
top: 60px;
content: "";
height: 395px;
background: url(http://www.mede.com.cn/images/sx.png) no-repeat center center;
background-size: 100%;
}
.main_4 .list2 .sanjiao_l{
	left: 62px;
}
.main_4 .list2 .sanjiao_r{
	right: 62px;
}
.main_4 .picScroll-left .hd {
	
}
.main_4 .picScroll-left .hd ul{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.main_4 .picScroll-left .hd ul li{
	
overflow: hidden;
	
text-indent: 3000px;
	
display: inline-block;
	
vertical-align: middle;
	
width: 14px;
	
height:14px;
	
background:rgba(220,220,220,1);
	
border-radius:50%;
	
margin: 0px 3px;
	
cursor: pointer;
}
.main_4 .picScroll-left .hd ul li.on{
	
background: rgba(57,57,57,100);
}
.main_4 .picScroll-left .bd ul li .imgbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main_5{
padding-top: 70px;
padding-bottom: 70px;
}
.main_5 .desc{font-size:36px;font-family:SourceHanSansCN;font-weight:400;color:rgba(54,54,54,1);margin-bottom: 35px;padding-left: 31px; text-align: left;}
.main_5 .picScroll-left{overflow:hidden;position:relative;padding-bottom: 50px;}
.main_5 .picScroll-left .hd{ }

.main_5 .list2{
	padding-top: 60px;
}

.main_5 .picScroll-left .bd{/* padding:10px; */}
.main_5 .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.main_5 .picScroll-left .bd ul li{margin:0;float:left;_display:inline;overflow:hidden;text-align:center;background: #fff;}


.main_5 .picScroll-left .bd ul li .imgbox{
	width: 1200px;
	margin: auto;
	text-align: center;
}
.main_5 .picScroll-left .bd ul li .imgbox img{
	max-width: 100%;
}



.main_5 .picScroll-left .hd {
	
}
.main_5 .picScroll-left .hd ul{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.main_5 .picScroll-left .hd ul li{
	overflow: hidden;
	text-indent: 3000px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height:14px;
	background:rgba(220,220,220,1);
	border-radius:50%;
	margin: 0px 3px;
	cursor: pointer;
}
.main_5 .picScroll-left .hd ul li.on{
	
background: rgba(57,57,57,100);
}
.main_5 .picScroll-left .bd ul li .imgbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.main_6{
	
}
.titlemodel .desc2{
	text-align: center;
	font-size: 25px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(40,40,40,1);
	position: relative;
}
.titlemodel .desc2 span{
	position: relative;
	display: inline-block;
	padding: 0px 118px;
}
.main_6 .picScroll-left{overflow:hidden;position:relative;}
.main_6 .picScroll-left .hd{ 
}
.titlemodel .desc2 span:after{
	content:"";
	position:absolute;
	left:0px;
	width:110px;
	height:1px;
	background:#898989;
	top:16px;
}
.titlemodel .desc2 span:before{
	content:"";
	position:absolute;
	right:0px;
	width:110px;
	height:1px;
	background:#898989;
	top:16px;
}
.main_6 .picScroll-left .hd .prev,.main_6 .picScroll-left .hd .next{
	cursor: pointer;
	position: absolute;
	bottom: 60px;
	width: 62px;
	height: 192px;
	z-index: 4;
	z-index: 76;
}


.main_6 .picScroll-left .hd .prev{
left: 0px;
background: url(http://www.mede.com.cn/images/left1.png) no-repeat center center;
background-size: 100% 100%;
}
.main_6 .picScroll-left .hd .next{
right: 0px;
background: url(http://www.mede.com.cn/images/right1.png) no-repeat center center;
background-size: 100% 100%;
}


.main_6 .picScroll-left .bd{/* padding:10px; */padding-left: 131px;}
.main_6 .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.main_6 .picScroll-left .bd ul li{margin:0;float:left;_display:inline;overflow:hidden;/* text-align:center; *//* background: #fff; */}



.main_6 .list2{
	position: relative;
	padding-top: 60px;
}

.main_6 .picScroll-left .hd {
	
}
.main_6 .picScroll-left .hd ul{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.main_6 .picScroll-left .hd ul li{
	overflow: hidden;
	text-indent: 3000px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height:14px;
	background:rgba(220,220,220,1);
	border-radius:50%;
	margin: 0px 3px;
}
.main_6 .picScroll-left .hd ul li.on{
	
background: rgba(87,52,179,1);
}
.main_6 .picScroll-left .bd ul li .imgbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_6 .picScroll-left .bd ul li .content{
	zoom: 1;
	overflow: hidden;
	width: 939px;
	margin: auto;
	padding-bottom: 33px;
}
.main_6 .picScroll-left .bd ul li .content_dstg{
	background: url(http://www.mede.com.cn/images/bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_pdd{
	background: url(http://www.mede.com.cn/images/pddcy_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_dsjc{
	background: url(http://www.mede.com.cn/images/dsjc_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_ali{
	background: url(http://www.mede.com.cn/images/ali_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_dssz{
	background: url(http://www.mede.com.cn/images/dssz_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_douyin{
	background: url(http://www.mede.com.cn/images/douyin_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_zhibo{
	background: url(http://www.mede.com.cn/images/zhibo_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_xmt{
	background: url(http://www.mede.com.cn/images/xmt_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_chumei{
	background: url(http://www.mede.com.cn/images/chumei_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_sheying{
	background: url(http://www.mede.com.cn/images/sheying_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_shipin{
	background: url(http://www.mede.com.cn/images/shipin_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_weixin{
	background: url(http://www.mede.com.cn/images/weixin_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_quanneng{
	background: url(http://www.mede.com.cn/images/quanneng_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_jd{
	background: url(http://www.mede.com.cn/images/jd_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_smt{
	background: url(http://www.mede.com.cn/images/smt_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_xiapi{
	background: url(http://www.mede.com.cn/images/xiapi_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_ymx{
	background: url(http://www.mede.com.cn/images/ymx_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_qncy{
	background: url(http://www.mede.com.cn/images/qncy_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_douyindh{
	background: url(http://www.mede.com.cn/images/douyindh_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .content_jingxiu{
	background: url(http://www.mede.com.cn/images/jingxiu_bg.png) no-repeat center bottom;
}
.main_6 .picScroll-left .bd ul li .imgbox{
	margin-left:59px;
	float:left;

}
.main_6 .picScroll-left .bd ul li .imgbox img{
	width:271px;
}
.main_6 .picScroll-left .bd ul li .right{
	float:left;
	width:533px;
	margin-left:36px;
	padding-top: 34px;
}
.main_6 .picScroll-left .bd ul li .name{
	font-size: 27px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	line-height:32px;
	padding-left: 12px;
	margin-bottom: 95px;
}
.main_6 .picScroll-left .bd ul li .name_dstg{
	color:rgba(255,138,0,1);
	border-left: 2px solid rgba(255,138,0,1);
}
.main_6 .picScroll-left .bd ul li .name_pdd{
	color:rgba(235,31,57,1);
	border-left: 2px solid rgba(235,31,57,1);
}
.main_6 .picScroll-left .bd ul li .name_dsjc{
	color: #ff8a00;
	border-left: 2px solid #ff8a00;
}
.main_6 .picScroll-left .bd ul li .name_jingxiu{
	color:rgba(90,48,169,1);
	border-left: 2px solid rgba(90,48,169,1);
}
.main_6 .picScroll-left .bd ul li .name p{
	
}
.main_6 .picScroll-left .bd ul li .line{
	width: 155px;
	height:5px;
	margin-bottom: 31px;
	background:rgba(255,255,255,1);
}
.main_6 .picScroll-left .bd ul li .desc3{
	width: 533px;
	/* height:182px; */
	font-size:21px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:32px;
	min-height: 190px;
}

.main_7{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.main_7 .list2{
	padding-top: 50px;
}
.main_7 .list2 li{
	zoom: 1;
	overflow: hidden;
	margin: auto;
	padding-left: 101px;
	padding-top: 23px;
	padding-bottom: 27px;
	width:1172px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 21px;
box-shadow:0px 0px 9px 1px rgba(14,36,200,0.19);
position: relative;
}
.main_7 .list2 li .left{
	float: left;
}
.main_7 .list2 li .title{
	font-size:36px;
	font-family:Source Han Sans CN;
	padding-bottom: 12px;
	font-weight:bold;
	color:rgba(87,52,179,1);
}
.main_7 .list2 li .desc{
	font-size:29px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(61,61,61,1);
line-height:48px;
padding-left: 69px;
}
.main_7 .list2 li .desc.bg1{
	background: url(http://www.mede.com.cn/images/h1.png) no-repeat 23px center;
}
.main_7 .list2 li .desc.bg2{
	background: url(http://www.mede.com.cn/images/h2.png) no-repeat 23px center
}
.main_7 .list2 li .right{
	float: right;
	padding-top: 34px;
	padding-right: 102px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.main_7 .list2 li .right img{
	
}
.main_8{
	background: #f3f3f3;
	padding-top: 70px;
	padding-bottom: 70px;
}
.main_8 .list2{
	padding-top: 60px;
}
.main_8 .list2 li{
	float: left;
	width: 25%;
	transition: .5s;
}
.main_8 .list2 li:hover{
	margin-top: -10px;
}
.main_8 .list2 li .content{
	display: block;
	margin: auto;
	width: 281px;
	height:450px;
	box-shadow:0px 4px 15px 1px rgba(64,64,64,0.13);
	margin: auto;
	background: #fff;
	padding-top: 52px;
	box-sizing: border-box;
}
.main_8 .list2 li .icon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 500px;
	width: 136px;
	height:136px;
	margin: auto;
}
.main_8 .list2 li .icon_dstg{
	box-shadow:0px 0px 15px 1px rgba(66,1,171,0.15);
}
.main_8 .list2 li .icon 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%);

}
.main_8 .list2 li .title{
font-size: 30px;
font-family:Source Han Sans CN;
font-weight:500;
color:rgba(40,40,40,1);
padding-top: 28px;
text-align: center;
padding-bottom: 24px;
}
.main_8 .list2 li .line{
width: 43px;
height:2px;
margin: auto;
margin-bottom: 23px;
}
.main_8 .list2 li .line_dstg{
	background: rgba(83,30,175,1);
}
.main_8 .list2 li .line_pdd{
	background: rgba(235,31,57,1);
}
.main_8 .list2 li .line_dsjc{
	background: #ff7050;
}
.main_8 .list2 li .line_ali{
	background: #ff942a;
}
.main_8 .list2 li .line_dssz{
	background: #531eaf;
}
.main_8 .list2 li .line_douyin{
	background: #4c23b6;
}
.main_8 .list2 li .line_zhibo{
	background: #590ebf;
}
.main_8 .list2 li .line_xmt{
	background: #2a40cf;
}
.main_8 .list2 li .line_chumei{
	background: #1c60d6;
}
.main_8 .list2 li .line_sheying{
	background: #5b51fd;
}
.main_8 .list2 li .line_shipin{
	background: #4c23b6;
}
.main_8 .list2 li .line_mote{
	background: #5b51fd;
}
.main_8 .list2 li .line_weixin{
	background: #0c64ff;
}
.main_8 .list2 li .line_quanneng{
	background: #342bc5;
}
.main_8 .list2 li .line_jd{
	background: #eb1f39;
}
.main_8 .list2 li .line_smt{
	background: rgba(83,30,175,1);
}
.main_8 .list2 li .line_xiapi{
	background: #f5602f;
}
.main_8 .list2 li .line_ymx{
	background: #ff8400;
}
.main_8 .list2 li .line_qncy{
	background: #550cb5;
}
.main_8 .list2 li .line_jingxiu{
	background: #F96E89;
}
.main_8 .list2 li .desc{
font-size: 22px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(80,80,80,1);
line-height:36px;
padding-left: 31px;
padding-right: 28px;
}

/*课程页增值服务开始*/
.zzfw{
	width:1200px;
	padding:50px 30px 30px;
	background:#fff;
}
.zzfw_content{
	display:table;
	border-bottom:1px dashed #000;
}
.zzfw_left{
	width:184px;
	height:77px;
	padding:45px 0;
	display: table;
	float:left;
}
.zzfw_in{
	display:table;
	padding:37px 33px 0 31px;
	float:left;
}
.zzfw_in .title{
	width:669px;
	font-size:32px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:#343434;
}
.zzfw_in .introduce{
	width:669px;
	font-size:20px;
	font-family:Source Han Sans CN;
	padding-top:5px;
	color:#343434;
}
.zzfw_right{
	width:223px;
	height:129px;
	padding-top:22px;
	float:left;
}
/*课程页增值服务结束*/

/*课程页学员评价开始*/
.xypj{ position:relative; margin-top: 60px;}
.xypj a,.xypj img{display:block;}
.xypj .poster-list{width:1200px;height:550px;}
.xypj .poster-list .poster-item{ position:absolute;left:0;top:0;}
.xypj .poster-btn{ position:absolute;top:0;width:100px;height:550px; z-index:10; cursor:pointer;  opacity:0.8}
.xypj .poster-prev-btn{left:0; background: url(http://www.mede.com.cn/images/btn_l.png) no-repeat center center;}
.xypj .poster-next-btn{right:0; background: url(http://www.mede.com.cn/images/btn_r.png) no-repeat center center;}
/*课程页学员评价结束*/

/*课程页明星学员开始*/
.star{
	height:235px;
	display:table;
	overflow:hidden;
	font-family: Source Han Sans CN;
}
.star ul{
	margin-left:-20px;
	margin-top:60px;
}
.star ul li{
	width:283px;
	border:solid 1px #dddddd;
	background:#fff;
	margin-left:20px;
}
.star .smallimg{
	margin:19px 24px 0;
}
.star .smallimg img{
	width:235px;
	height:235px;
}
.star .smallword{
	width:100%;
	padding-bottom:20px;
}
.star .smallword .span1{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:35px;
	text-align:center;
	display:table;
	font-weight: 500;
}
.star .smallword .span2{
	height:30px;
	padding-left:15px;
	line-height:30px;
	font-size:24px;
	display:table;
}
.star .smallword .span3{
	width:243px;
	height:50px;
	line-height:50px;
	background:#125696;
	color:#fff;
	margin:20px auto 0;
	font-size:26px;
	display:table;
	text-align:center;
	border-radius:10px;
}
/*课程页就业明星结束*/

/*学员毕业留念开始*/
.biye,.biye img{
	width: 100%;
}
/*学员毕业留念介绍*/

/*课程页环境开始*/
.mdhj{
	width:1200px;
	overflow: hidden;
	margin-top: 60px;
	font-family: Source Han Sans CN;
}
.mdhjT{
	height: 56px;
}
.mdhjT ul{
	width: 1220px
}
.mdhjT ul li{
	float: left;
	margin-right: 20px;
}
.mdhjT ul li a{
	display: inline-block;
	width: 222px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #095199;
	border-radius:8px;
	border:solid 1px #095199;
}
.mdhjT ul li.con03Cur a{
	display: inline-block;
	background:#095199;
	color: #fff;
	cursor: pointer;
}
.mdhjT ul li a:hover{
	display: inline-block;
	background:#095199;
	color: #fff;
}
.mdhjBon{
	overflow: hidden;
	margin-top: 30px;
	display: none;
}
.mdhjBon ul{
	width: 1265px;
}
.mdhjBon ul li{
	float: left;
	width: 386px;
	text-align: center;
	background: #fff;
	margin: 0 20px 20px 0;
}
.mdhjBon ul li img{
	width:100%;
}
.mdhjBon ul li p{
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	color: #464646;
	text-align: center;
}
/*课程页环境结束*/

/*课程页疑惑开始*/
.cjwt{
	display:table;
	padding-top: 60px;
}
.cjwt ul{
	margin-left:-88px;
}
.cjwt ul li{
    width:556px;
	margin-left:88px;
	margin-bottom:22px;
	font-size: 16px;
}
.cjwt ul li .sequence{
	width:35px;
    height:35px;
	line-height:35px;
    color:#FFF;
    text-align:center;
    margin-right:20px;
    background:#2c99f4;
}
.cjwt ul li .content{
	overflow:hidden;
}
.cjwt ul li .content a{
	line-height: 35px;
}
.cjwt ul li .click{
	overflow:hidden;
}
.cjwt ul li .click a{
	width:120px;
	line-height:35px;
	text-align:center;
	background:#ec1b1d;
	color:#fff;
}
.cjwt ul li .click a:hover{
	background:#cc1517;
}
/*课程页疑惑结束*/

/*试听课程开始*/
.ckst{
	padding-top: 60px;
	height:540px;
	font-family: Source Han Sans CN;
	background:url(http://www.mede.com.cn/images/stkc2.jpg) no-repeat center;
}
.ckst .shiting{
	width:300px;
	font-size:30px;
	font-weight:bold;
	letter-spacing:3px;
	padding-bottom:15px;
	color:#ffff00;
}
.ckst .biaodan{
	width:350px;
	padding:71px 168px 0 0;
	display:table;
	font-size:18px;
}
.ckst .biaodan label{
	color:#fff;
}
.ckst .biaodan select{
	padding:5px;
	width:260px;
	height:32px;
}
.ckst .biaodan input{
	padding:5px;
	width:260px;
	height:32px;
}
.ckst .biaodan button{
	background:#fff;
	color:#000;
	cursor:pointer;
	margin-top:4px;
	width:350px;
	height:50px;
	line-height: 50px;
	font-size:24px;
}
.ckst .biaodan option{
	width:300px;
	height:60px;
	display:table;
	margin:20px 0;
}
.ckst .biaodan span{
	display:table;
	margin-bottom:10px;
	font-weight:bold;
}
/*试听课程结束*/

/*课程电商资讯开始*/
.dszx{
	width:1200px;
	overflow: hidden;
	margin-top: 32px;
}
.dszxT{
	height: 56px;
}
.dszxT ul{
	width: 1220px
}
.dszxT ul li{
	float: left;
	margin-right: 20px;
}
.dszxT ul li a{
	display: inline-block;
	width: 181px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	color: #095199;
	border-radius:8px;
	border:solid 1px #095199;
}
.dszxT ul li.con03Cur a{
	display: inline-block;
	background:#095199;
	color: #fff;
}
.dszxT ul li a:hover{
	display: inline-block;
	background:#095199;
	color: #fff;
}
.dszxBon{
	overflow: hidden;
	margin-top: 30px;
	display: none;
}
.dszx_l{
	display:table;
}
.dszx_l .tuijian{
	width:663px;
	display:table;
}
.dszx_l .tuijian .chart,.chart img{
	width:253px;
	height:165px;
}
.dszx_l .tuijian .writing{
	overflow:hidden;
}
.dszx_l .tuijian .writing h3{
	width:387px;
	height:38px;
	line-height:38px;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
}
.dszx_l .tuijian .writing .content{
	width:387px;
	height:127px;
	line-height:180%;
	overflow:hidden;
}
.dszx_l .article{
	margin-top:15px;
	border-top:solid 1px #f2f2f2;
}
.dszx_l .article ul{
	width:663px;
	padding-top:10px;
}
.dszx_l .article ul li{
	height:32px;
	line-height:32px;
	padding-left:10px;
	font-size:16px;
	background:url(http://www.mede.com.cn/images/ghzx_bg.jpg) 0px 13px no-repeat;
}
.dszx_l .article ul li .span1{
	padding-right:10px;
}
.dszx_l .article ul li .span2{
	width:410px;
	height:32px;
	overflow:hidden;
}
.dszx_l .article ul li .span3{
	color:#999;
}
.dszx_r{
	width:316px;
	height:319px;
	overflow:hidden;
}
/*课程电商资讯结束*/


.pddtgban{
    height: 450px;
    text-align: center;
    background: url(http://www.mede.com.cn/images/pddcy_bg01.jpg) no-repeat top center;
}
.pddtgban h2{
    font-size: 68px;
    color: #FFE400;
    padding-top: 100px;
}
.pddtgban h3{
    font-size: 40px;
    color: #fff;
    padding: 18px 0;
}
.pddtgban p{
    font-size: 23px;
    color: #F7B8BD;
    font-weight: 600;
}
.dagang{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.dagang-title{
    font-size: 53px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 40px;
}
.tab-con{
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
	border-style: solid;
	border-width: 1px;
}
.tab_pddcy{
	border-color: #EB1F39;
}
.tab_pddsz{
	border-color: #f0482a;
}
.tab_dsjc{
	border-color: #ff7050;
}
.tab_ali{
	border-color: #ff942a;
}
.tab_dssz{
	border-color: #3628ac;
}
.tab_douyin{
	border-color: #4c23b6;
}
.tab_zhibo{
	border-color: #590ebf;
}
.tab_xmt{
	border-color: #2a40cf;
}
.dagang-subhead{
    color: #fff;
    font-size: 27px;
    height: 60px;
    font-weight: 500;
    text-indent: 18px;
    line-height: 56px;
}
.dagang-subhead_pddcy{
	background: #EB1F39;
}
.dagang-subhead_pddsz{
	background: #f0482a;
}
.dagang-subhead_dsjc{
	background: #ff7050;
}
.dagang-subhead_ali{
	background: #ff942a;
}
.dagang-subhead_dssz{
	background: #3628ac;
}
.dagang-subhead_douyin{
	background: #4c23b6;
}
.dagang-subhead_zhibo{
	background: #590ebf;
}
.dagang-subhead_xmt{
	background: #2a40cf;
}
.tab-con .tab-txt{
    padding: 14px 22px;
    font-size: 20px;
    line-height: 31px;
    border-top-style:solid;
	border-top-width:1px;
	border-right-style:solid;
	border-right-width:1px;
}
.tab-con .tab-txt-rignt{
	border-right: 0;
    border-left-style: solid;
    border-left-width: 1px;
	margin-left: -1px;
}
.shihe{
    height: 1000px;
    background: #EB1F39;
    text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.shihe-title{
    color: #fff;
    font-size: 50px;
    font-weight: 600
}
.shihe-con{
    position: relative;
}
.shihe-con>img{
    margin-top: 260px;
}
.shihe-tex{
    background: #fff;
    border-radius: 6px;
    width: 340px;
    height: 230px;
    position: absolute;
    overflow: hidden;
}
.shihe-tex>div{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0px 13px rgba(101, 0, 0, 0.2);
    line-height: 100px;
    margin: 0 auto;
    margin-top: -30px;
}
.shihe-tex>div img{
	margin-top: 40px;
}
.shihe-tex>p{
    font-size: 28px;
    padding: 15px;
    line-height: 41px;
}
.jiaoliu{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.jiaoliu-title{
	font-size: 47px;
    font-weight: 600;
    text-align: center;
}
.jiaoliu-img{
	text-align: center;
	padding-top: 60px;
	position: relative;
}
.ruzhu{
	padding-top: 70px;
    background: #EB1F39;
    padding-bottom: 70px; 
}
.ruzhu-title{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.ruzhu-con{
    background: #fff;
    border-radius: 12px;
    padding: 0 24px;
    text-align: center;
    min-height: 500px;
}
.ruzhu-con .jian{
    height: 66px;
    width: 280px;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 62px;
    background: linear-gradient(left, #FBA139,#CB1222);
    background: -ms-linear-gradient(left, #FBA139,#CB1222);
    background: -webkit-linear-gradient(left, #FBA139,#CB1222);
    background: -moz-linear-gradient(left, #FBA139,#CB1222);
    border-radius: 0 0 15px 15px;
}
.ruzhu-con h3{
    font-size: 35px;
    margin-top: 30px;
}
.ruzhu-con h4{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}
.ruzhu-con p{
    font-size: 23px;
    line-height: 39px;
    text-align: justify;
}
.anli{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.anli-title{
    font-size: 47px;
    font-weight: 600;
    text-align: center;
}
.anli .anli-subhead{
    height: 256px;
    width: 256px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    line-height: 250px;
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 10;
    background: url(http://www.mede.com.cn/images/pddcy_titlebg.png) no-repeat;
}
.anli-con{
    position: relative;
    background: url(http://www.mede.com.cn/images/pddcy_kuangbg.png) no-repeat center;
    height: 770px;
    padding: 148px;
    margin-top: -130px;
    z-index: 1;
	box-sizing: border-box;
}
.anli-con p{
    height: 152px;
    width: 875px;
    margin: 0 auto;
    line-height: 150px;
    text-indent: 176px;
    font-size: 33px;
    margin-bottom: 40px;
}
.youshi{
    background: #F3F3F3;
    padding: 80px 0;
    text-align: center;
}
.youshi-title{
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 60px;
}
.youshi-con{
    background: #fff;
    padding: 30px;
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.07);
}
.youshi-con .youshi-ico{
    height: 135px;
    width: 135px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0px 13px rgba(101, 0, 0, 0.2);
    line-height: 130px;
    margin: 0 auto;
    margin-top: 20px;
}
.youshi-con h3{
    font-size: 28px;
    padding: 20px 0; 
    font-weight: 500
}
.youshi-con hr{
    width: 40px;
    background: #eb1f39;
    border: none;
    height: 2px;
    margin: 0 auto;
}
.youshi-con p{
    margin-top: 15px;
    font-size: 20px;
    text-align: justify;
    line-height: 36px;
}


/* 高级实战 */
.course-poster{
    height: 450px;
}
.who{
    background: #F3F6FB;
    padding: 70px 0;
    text-align: center;
}
.who-title{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}
.who-con{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    height: 200px;
    position: relative;
    margin: 15px;
}
.who-con img{
    position: absolute;
    top: 30px;
    left: 9px;
    width: 157px;
    height: 157px;
}
.who-con div{
    position: absolute;
    top: 51px;
    right: 18px;
    font-size: 24px;
    letter-spacing: 3px;
}
.who-con hr{
    width: 108px;
    margin: 0 auto;
    margin-top: 20px;
    background: #F8762A;
    border: none;
    height: 4px;
}
.xuanze{
    text-align: center;
}
.xuanze-title{
    font-size: 50px;
    margin-top: 80px;
    font-weight: 600;
    margin-bottom: 90px;
}
.xuanze-con{
    background: #F3F6FB;
    padding-bottom: 46px;
}
.xuanze-con-title img{
    margin-top: -47px;
}
.xuanze-con-txt{
    width: 820px;
    margin: 0 auto;
}
.shumin{
    background: #FF0000;
    height: 63px;
    width: 666px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 63px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.shumin img{
    position: absolute;
    top: 0;
    left: 0;
}
.kaidian{
    background: url(http://www.mede.com.cn/images/pddgj_bg02.jpg) no-repeat center;
    text-align: center;
    padding-bottom: 70px;
}
.kaidian-title img{
    margin-top: -48px;
}
.kaidian-con-title{
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.kaidian-con{
    background: #fff;
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 23px;
    text-indent: 25px;
    border-radius: 10px;
    margin-bottom: 19px;
}
.kaidian-con img{
    margin-right: 30px;
	vertical-align: middle;
}

.dsjc_ten_ul{
	width: 100%;
	margin-top: 36px;
}
.dsjc_ten_ul:after{content:""; display:block; clear:both;}
.dsjc_ten_ul li{
	float: left;
	width: 590px;
	margin-right: 20px;
	background-color: white;
	overflow: hidden;
	box-shadow: 0px 0px 28px -2px #ccc;
	margin-top: 24px;
}

.dsjc_ten_ul .dsjc_ten_li{
	margin-right: 0;
}
.dsjc_ten_left{
	float: left;
}
.dsjc_ten_left img{
	vertical-align: bottom;
}
.dsjc_ten_right{
	float: left;
	margin-left: 40px;
	margin-top: 48px;
	text-align: left;
}
.dsjc_ten_p2{
	font-size: 33px;
	color: #333333;
	font-weight: bolder;
}
.dsjc_ten_p3{
	width: 35px;
	height: 6px;
	background-color: #ed533a;
	margin-top: 16px;
	margin-bottom: 20px;
}
.dsjc_ten_p4{
	font-size: 26px;
	color: #999999;
}
.pinpai-title{
    text-align: center;
}
.pinpai-title img{
    margin-top: -48px;
}
.pinpai{
    text-align: center;
    padding: 50px 0;
}
.liulang-title{
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    padding-top: 120px;
}
.liulang{
    height: 362px;
    background: url(http://www.mede.com.cn/images/pddgj_bg03.png) no-repeat center;
}
.liulang-des{
    font-size: 52px;
    color: #FFF000;
    margin-top: 10px;
}
.baopin{
	padding-top: 70px;
    background: #F3F6FB;
    text-align: center;
    padding-bottom: 70px;
}
.baopin-title{
    font-size: 50px;
    font-weight: 600;
}
.baopin h4{
    color: #FF3552;
    font-size: 26px;
    font-weight: 500;
    margin: 15px 0;
}
.baopin p{
    font-size: 20px;
    font-weight: 500;
}
.baopin img{
    width: 100%;
    height: 186px;;
}


.shouhuo{
	padding-top: 70px;
	background: #fff;
	padding-bottom: 70px;
}
.shouhuo-title{
	text-align: center;
	position: relative;
}
.shouhuo-title h3{
	font-size: 39px;
	font-weight: 550;
	position: relative;
	z-index: 999;
}
.shouhuo-title p{
    margin-top: -30px;
    color: #E9ECF1;
    font-size: 38px;
    position: relative;
    font-weight: 500;
    z-index: 800;
}
.shouhuo-con{
	background: url(http://www.mede.com.cn/images/ali_onebg.png)no-repeat top center;
	background-size:100% ;
	height: 368px;
	position: relative;
}
.shouhuo-con .left{
    position: absolute;
    top: 11px;
    left: 15px;
    width: 338px;
    text-align: justify;
}
.shouhuo-con .right{
	position: absolute;
	top: 11px;
    text-align: justify;
	width: 338px;
	right: 15px;
}
.shouhuo-con p{
	margin-bottom: 56px;
	font-size: 16px;
}
.ganhuo{
	padding-top: 70px;
	background: url(http://www.mede.com.cn/images/ali_ganhuo_bg.png)no-repeat top center;
	padding-bottom: 70px;
}
.swiper-slide{
	text-align: center;
}
.swiper-slide img{
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
	margin: 20px;
}
.swiper-container{
	width: 1010px;
}
.ganhuo .swiper-button-next{
	background-image: url(http://www.mede.com.cn/images/ali_banner-bar-r.png);
    width: 69px;
    height: 71px;
    margin-top: 38px;
    right: -20px;
    background-size: 100% 100%;
}
.ganhuo .swiper-button-prev{
	background-image: url(http://www.mede.com.cn/images/ali_banner-bar-l.png);
    width: 69px;
    height: 71px;
    margin-top: 38px;
    left: -20px;
    background-size: 100% 100%;
}
.shicao{
	padding: 70px 0;
	background: #fff;
}
.shicao-con{
    background: url(http://www.mede.com.cn/images/dssz_abc.png)no-repeat center center;
    height: 665px;
    position: relative;
}
.shicao-title{
	font-size: 50px;
	text-align: center;
	font-weight: 600;
}
.shicao-con p{
    background: #FFFFFF;
    box-shadow: 0 2px 20px #000000;
    padding: 20px;
    width: 335px;
    text-align: justify;
    font-size: 28px;
    line-height: 41px;
    border-radius: 5px;
    position: absolute;
}
.shicao-con .a{
	top: 31px;
    left: 86px;
    box-shadow: 0 2px 20px rgba(58, 165, 243, 0.43);
}
.shicao-con .b{
	top: 0;
	left: 745px;
    box-shadow: 0 2px 20px rgba(122, 1, 255, 0.23);
}
.shicao-con .c{
	top: 431px;
    left: 65px;
    box-shadow: 0 2px 20px rgba(255, 200, 1, 0.36);
}
.shicao-con .d{
	top: 228px;
    left: 840px;
    width: 300px;
    box-shadow: 0 2px 20px rgba(255, 1, 200, 0.3);
}
.shicao-con .e{
    top: 460px;
    left: 762px;
    width: 300px;
    box-shadow: 0 2px 20px rgba(255, 71, 0, 0.3);
}
.dianshang{
	background: #1C60D6;
	padding: 80px 0;
	padding-bottom: 20px;
}
.dianshang-title{
	color: #FFFFFF;
	text-align: center;
	font-size: 50px;
}
.dianshang-con{
	height: 600px;
	background: url(http://www.mede.com.cn/images/chumei_bibei.png)no-repeat center;
	/*background-size: 80%;*/
	position: relative;
}
.dianshang-con p{
    font-size: 49px;
    color: #FFFFFF;
    margin-bottom: 89px;
}
.dianshang-con .left{
    position: absolute;
    top: 110px;
    left: 65px;
}
.dianshang-con .right{
    position: absolute;
    top: 110px;
    right: 65px;
}
.zhiboqushi{
	background: #F3F6FB;
	padding: 70px 0;
}
.zhiboqushi-title{
	text-align: center;
}
.zhiboqushi-title h3{
	font-size: 50px;
}
.zhiboqushi-title h3 span{
	color: #590EC0;
}
.zhiboqushi-title p{
    color: #7B7B7B;
    font-size: 18px;
    margin-top: 17px;
}
.zhiboqushi-con{
	background: url(http://www.mede.com.cn/images/zhibo_bg02.png)no-repeat top center;
	height: 415px;
	margin-top: 60px;
	position: relative;
}
.zhiboqushi-con .left{
    background: #FFFFFF;
    padding: 37px;
    width: 490px;
    font-size: 19px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 106px;
    left: 0;
	box-sizing: border-box;
	font-family: Source Han Sans CN;
}
.zhiboqushi-con .right{
    position: absolute;
    top: 120px;
    left: 601px;
    font-size: 23px;
    line-height: 42px;
}
.zhiboqushi-con .right img{
    margin-right: 15px;
	vertical-align: middle;
}
.dagang2{
	padding: 70px 0;
	background: #fff;
}
.dagang2-title{
	font-size: 48px;
	text-align: center;
}
.dagang2-con{
	padding-top: 50px;
}
.dagang2-con table{
	width: 100%;
	border-collapse:collapse;
}
.dagang2-con th{
	background: #1C60D6;
	color: #FFFFFF;
	font-size: 24px;
	padding: 15px;
}
.dagang2-con .th_chumei{
	 background: #1c60d6;
}
.dagang2-con .th_sheying{
	 background: #5b51fd;
}
.dagang2-con .th_shipin{
	 background: #4c23b6;
}
.dagang2-con .th_quanneng{
	 background: #342bc5;
}
.dagang2-con .th_qncy{
	 background: #550cb5;
}
.cm_zhangjie{
	text-align: center;
    width: 230px;
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
}
.sheying_zhangjie{
	width: 170px;
}
.dagang2-con td{
	background: #F5F5F5;
}
.cm_lerong{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 20px;
    line-height: 38px;
	width: 420px;
}
.cm_lerong li{
	font-size: 20px;
	border-bottom: 1px solid #000000;
    line-height: 38px;
	padding-left: 20px;
}
.cm_lerong li:last-child {
	border: none;
}
.sh-con{
	padding: 20px;
}
.sh-con p{
	font-size: 20px;
	line-height: 29px;
}
.zhanshi{
	background: #1C60D6;
	padding: 70px 0;
}
.zhanshi_qncy{
	background: #6417d8;
}
.zhanshi-title{
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
}
.zhanshi-ban{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 50px;
	margin-top: 60px;
}
.zhanshi-ban .swiper-button-next{
    background: #dedede;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    top: 60%;
    right: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 40px;
}
.zhanshi-ban .swiper-button-prev{
    background: #dedede;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    top: 60%;
    left: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 40px;
}
.banner-b{
	width: 900px;
}
.zhanshi-ban .banner-b h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.shichang{
	padding: 70px 0;
	background: #fff;
}
.shichang-title h3{
	text-align: center;
	font-size: 50px;
	color: #4C23B6;
}
.shichang-title p{
	text-align: center;
	font-size: 25px;
	color: #4C23B6;
	opacity: 0.3;
}
.shichang-con .left>div{
	background: #5825DE;
	border-radius: 15px;
	width: 490px;
	height: 310px;
	margin: 50px 0;
	position: relative;
	overflow: hidden;
}
.shichang-con .left>div img{
	position: absolute;
    top: -68px;
    left: -70px;
}
.shichang-con .left>div h3{
    position: absolute;
    top: 63px;
    left: 209px;
    color: #fff;
    font-style: italic;
    font-size: 35px;
}
.shichang-con .left>div p{
    position: absolute;
    top: 139px;
    left: 38px;
    color: #fff;
    font-style: italic;
    font-size: 25px;
    line-height: 35px;
    width: 421px;
    text-align: justify;
    text-indent: 140px;
}
.shichang-con .left{
	display: inline-block;
}
.shichang-con .right{
	display: inline-block;
	float: right;
}
.shichang-con .right>div{
	background: #5825DE;
	border-radius: 15px;
	width: 490px;
	height: 310px;
	margin: 50px 0;
	position: relative;
	overflow: hidden;
}
.shichang-con .right>div img{
	position: absolute;
    top: -68px;
    right: -70px;
}
.shichang-con .right>div h3{
    position: absolute;
    top: 63px;
    left: 128px;
    color: #fff;
    font-style: italic;
    font-size: 35px;
}
.shichang-con .right>div p{
    position: absolute;
    top: 139px;
    left: 38px;
    color: #fff;
    font-style: italic;
    font-size: 25px;
    line-height: 35px;
    width: 421px;
    text-align: justify;
}
.who2{
	background: #4C23B6;
	padding: 70px 0;
}
.who2-title{
	text-align: center;
}
.who2-title h3{
	font-size: 50px;
	color: #FFFFFF;
}
.who2-title p{
	font-size: 25px;
	color: #FFFFFF;
    font-style: italic;
    opacity: 0.3;
}
.who2-con{
	text-align: center;
	padding-top: 50px;
}
.who2-con div{
	position: relative;
}
.who2-con div span{
    position: absolute;
    top: 48px;
    left: 199px;
    font-size: 27px;
}
.zuopin{
	background: #5B51FC;
	padding: 70px;
}
.zuopin-title{
	text-align: center;
}
.zuopin-title h3{
	color: #FFFFFF;
	font-size: 50px;
}
.zuopin-title h3 img{
	margin: 30px;
}
.zuopin-title p{
	color: #FFDD03;
	font-size: 18px;
}
.zuopin-con{
	background: url(http://www.mede.com.cn/images/sheying_bg03.png)no-repeat center;
	height: 578px;
}
.zuopin-ul{
	display: table;
    width: 1050px;
    margin: 0 auto;
    padding-top: 75px;
}
.zuopin-ul>* {
    padding: 7.5px;
	float: left;
}
.weiti-con{
	height: 600px;
	background: url(http://www.mede.com.cn/images/douyin_img10.png)no-repeat center;
	margin-top: 60px;
}
.wenti{
	padding: 70px 0;
	background: #fff;
}
.weiti-con>div{
	position: absolute;
}
.wenti-title h3{
	font-size: 50px;
	text-align: center;
}
.wenti-title p{
	color: #C9C9C9;
	font-size: 23px;
	text-align: center;
}
.weiti-con h3{
    color: #FF8A00;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.weiti-con p{
    color: #5825DE;
    font-size: 20px;
    font-weight: 500;
    width: 310px;
}
.weiti-con{
	position: relative;
}
.weiti-con .a{
    top: 123px;
    left: 147px;
}
.weiti-con .b{
    top: 392px;
    left: 119px;
}
.weiti-con .c{
    top: 6px;
    left: 641px;
}
.weiti-con .d{
    top: 255px;
    left: 840px;
}
.weiti-con .e{
    top: 460px;
    left: 723px;
}
.renqun{
	background: #5B51FD;
	padding: 80px;
}
.renqun-title{
	text-align: center;
}
.renqun-title h3{
	font-size: 50px;
	color: #FFDE00;
}
.renqun-title h3 span{
	color: #FFFFFF;
}
.renqun-title p{
    font-size: 23px;
    color: #ABA7FE;
    background: #5B51FD;
    position: relative;
    z-index: 999;
	display: table;
	padding: 0 20px;
    margin: 0 auto;
}
.renqun-title hr{
    background: #ABA7FE;
    height: 1px;
    border: none;
    width: 563px;
    margin: 0 auto;
    margin-top: -15px;
	position: relative;
	z-index: 888;
}
.renqun-con{
	margin-top: 80px;
	text-align: center;
	position: relative;
}
.renqun-con img{
	width: 100%;
}
.renqun-con p{
    position: absolute;
    top: 50%;
    left: 42px;
    right: 41px;
    font-size: 25px;
    line-height: 50px;
}
.renqun-con .weixin_bixue_p1{
    position: absolute;
    top: 47px;
	left:50%;
    margin-left:-30px;
    font-size:52px;
	font-weight:bold;
	color:rgba(255,255,255,1)
}
.renqun-con .weixin_bixue_p2{
    position: absolute;
    top: 200px;
    left: 42px;
    right: 41px;
    font-size: 22px;
    line-height: 50px;
}

.alirenqun-ul,.zhiborenqun-ul{
    width:1200px;
	margin: 0 auto;
	display: table;
	padding-top: 60px;
}
.alirenqun-ul li{
    float: left;
    width:218px;
	height: 337px;
    margin-right: 27.5px;
    background: #fff;
    box-shadow: 0 5px 20px 2px #f1f1f1;
    transition: .5s;
}
.alirenqun-ul li img{
	width: 100%;
}
.alirenqun-ul li:hover{
    margin-top: -10px;
}
.alirenqun-ul li h6{
    font-size: 20px;
    text-align: center;
    color: #3c3c3c;
    margin-top: 19px;
}
.alirenqun-ul li .alirenqun-ten{
	width: 25px;
	height: 4px;
	background: #ff942a;
	margin: 14px auto 15px auto;
	padding: 0;
}
.alirenqun-ul li p{
    font-size: 16px;
    color: #787878;
	padding: 0 18px;
	line-height: 150%;
}
.alirenqun-ul .li1{
    margin-right: 0;
}

.dssz_qushi{
	padding: 70px 0;
	background: #2f2583;
}
.dssz_qushi .title{
	text-align: center;
	font-size:53px;
	font-weight:bold;
	color:rgba(255,255,24,1);
}
.dssz_qushi p{
	font-size:30px;
	font-weight:400;
	color:rgba(1,248,249,1);
	padding: 70px 0 20px;
	line-height:45px;
	text-align: center;
}
.dssz_qushi .p1{
	padding: 60px 0 20px;
}
.dssz_qushi .p2{
	padding-top: 30px;
}

.douyin_shouhuo{
	background: url(http://www.mede.com.cn/images/douyin_shouhuo.png)no-repeat right bottom #fff;
	border-radius:10px;
	padding: 70px 50px 30px;
	color: #4c23b6;
	margin-top: 60px;
}
.container h6{
	font-size: 35px;
}
.douyin_shouhuo p{
	font-size: 25px;
	padding-bottom: 40px;
}

.zhiborenqun-ul li{
    float: left;
    width: 288px;
    margin-right: 15px;
    background: rgba(238,238,238,1);
    box-shadow: 0 5px 20px 2px #f1f1f1;
    transition: .5s;
	color: rgba(47,50,58,1);
	text-align: center;
}
.zhiborenqun-ul li:hover{
	margin-top: -10px;
}
.zhiborenqun-ul li h6{
    margin-top: 28px;
	font-size: 25px;
	font-weight: bold;
}
.zhiborenqun-ul li p{
	padding-top: 15px;
	padding-bottom: 27px;
	font-size: 20px;
	font-weight: 400;
}

.zhiboqianli{
	padding: 70px 0;
	background: rgba(38,10,89,1);
}
.zhiboqianli-title{
	text-align: center;
}
.zhiboqianli-title h3{
	font-size: 50px;
	color: #fff;
}
.zhiboqianli-title h3 span{
	color: #00f6ff;
}
.zhiboqianli-title p{
    color: #fff;
    font-size: 18px;
    margin-top: 17px;
}
.zhiboqianli-con{
	background: url(http://www.mede.com.cn/images/zhiboqiali_bg.png)no-repeat top center;
	padding-top: 60px;
}
.zhiboqianli-con p{
	font-size: 25px;
	color: rgba(253,240,200,1);
	line-height: 40px;
	text-align: center;
	padding-top: 40px;
}

.zhiboyiwen-con{
	background: url(http://www.mede.com.cn/images/zhibo_yihuo.png)no-repeat center center;
	width: 1200px;
    height: 423px;
	margin: 60px auto 0;
    position: relative;
}
.zhiboyiwen-con p{
    font-size:25px;
	font-weight:400;
	color:rgba(123,123,123,1);
	position: absolute;
}
.zhiboyiwen-con .a{
	top: 32px;
    left: 286px;
}
.zhiboyiwen-con .b{
	top: 136px;
    left: 176px;
}
.zhiboyiwen-con .c{
	top: 255px;
    left: 166px;
}
.zhiboyiwen-con .d{
	top: 359px;
    left: 236px;
}
.zhiboyiwen-con .e{
	top: 32px;
    left: 766px;
}
.zhiboyiwen-con .f{
	top: 136px;
    left: 826px;
}
.zhiboyiwen-con .g{
	top: 255px;
    left: 846px;
}
.zhiboyiwen-con .h{
	top: 359px;
    left: 766px;
}

.xmtshouhuo,.xmthongli{
	background: #051D46;
	padding: 70px 0;
}
.xmtshouhuo-con{
	padding: 50px 20px;
	margin-top: 60px;
	background: #fff;
	display: table;
}
.xmtshouhuo-con .left{
	float: left;
	padding-top: 10px;
}
.xmtshouhuo-con .left p{
	display: table;
	font-weight:400;
	color:rgba(5,29,70,1);
	padding-bottom: 40px;
	padding-left: 20px;
}
.xmtshouhuo-con .left span{
	float: left;
}
.xmtshouhuo-con .left .span1{
	font-size:35px;
	font-weight:500;
	padding-right: 30px;
	line-height: 70px;
}
.xmtshouhuo-con .left .span2{
	width:445px;
	font-size:26px;
	font-weight:400;
}
.xmtshouhuo-con .imgbox{
	float: right;
}


.xmthongli .con1{
	padding-top: 60px;
	padding-bottom: 60px;
}
.xmthongli .con1 .span1{
	width:76px;
	height:50px;
	background:rgba(22,73,185,1);
	display: inline-block;
	vertical-align: middle;
}
.xmthongli .con1 .span2{
	font-size:50px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding-left: 10px;
	vertical-align: middle;
}
.xmthongli .con1 .span3{
	font-size:45px;
	font-weight:500;
	color:rgba(255,193,59,1);
	padding-left: 27px;
	vertical-align: middle;
}
.xmthongli .con2 {
    font-size: 28px;
    color: #fff;
    padding: 10px 0;
    border: 1px dashed #28ECF2;
    width: 1100px;
	margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 30px;
	background: #011179;
	text-indent: 30px;
}
.xmthongli .con2 span {
    font-size: 32px;
    color: #28ecf2;
    font-weight: bold;
}
.xmthongli p {
	width: 1100px;
    font-size: 15px;
    color: #1472FE;
    text-align: right;
    margin: 0 auto;
	padding: 20px 0;
}
.xmthongli img{
	margin: 0 auto;
	display: table;
}

.xmtrq_ul{
	padding-top: 60px;
}
.xmtrq_ul li {
    float: left;
    width: 266px;
	margin: 0 17px;
    box-shadow: 0 5px 20px 2px #f1f1f1;
    transition: .5s;
	padding-bottom: 30px;
	border-radius:10px;
}
.xmtrq_ul li:hover{
	margin-top: -10px;
}
.xmtrq_ul li .p{
	font-size:20px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:30px;
	padding: 30px 23px;
}
.xmtrq_ul li span{
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding: 13px 34px;
	margin: 0 auto;
	display: table;
	border-radius: 20px;
}
.xmtrq_ul li .p1{
	background: #6a29f4;
}
.xmtrq_ul li .p2{
	background: #bc2ce4;
}
.xmtrq_ul li .p3{
	background: #f85276;
}
.xmtrq_ul li .p4{
	background: #ffad4f;
}

.xmt_jingxi{
	height: 978px;
	background: url(http://www.mede.com.cn/images/xmt_jingxi1.png)no-repeat center center;
}
.xmt_jingxi-title{
	padding: 79px 0;
	text-align: center;
	font-size:50px;
	font-weight:bold;
	color:rgba(254,254,254,1);
}
.xmt_jingxi-title img{
	margin: 0 auto;
	display: table;
}

.chumei_renqun{
	width: 100%;
	margin-top: 36px;
}
.chumei_renqun:after{content:""; display:block; clear:both;}
.chumei_renqun li{
	float: left;
	width: 580px;
	margin-right: 20px;
	background-color: white;
	overflow: hidden;
	box-shadow: 0px 0px 28px -2px #ccc;
	margin-top: 24px;
}
.chumei_renqun .chumei_renqun_li{
	margin-right: 0;
}
.chumei_renqun_left{
	float: left;
}
.chumei_renqun_left img{
	vertical-align: bottom;
}
.chumei_renqun_right{
	float: left;
	margin-left: 30px;
	margin-top: 48px;
	text-align: left;
}
.chumei_renqun_p2{
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}
.chumei_renqun_p3{
	width: 32px;
	height: 4px;
	background-color: #045df4;
	margin-top: 16px;
	margin-bottom: 20px;
}
.chumei_renqun_p4{
	font-size: 18px;
	color: #999999;
}

.chumei_zw{
	margin: 60px auto 0;
	display: table;
}
.chumei_zw li{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 13px 0px rgba(0, 255, 114, 0.35);
	margin-right: 50px;
	width: 345px;
	padding: 60px 0;
	float: left;
}
.chumei_zw img{
	display: table;
	margin: 0 auto;
}
.chumei_zw p{
	font-size:30px;
	font-weight:bold;
	color:rgba(28,96,214,1);
	text-align: center;
}
.chumei_zw .p{
	padding-top: 52px;
	padding-bottom: 20px;
	font-size: 40px;
}

.sheying-title{
	text-align: center;
}
.sheying-title h3{
	color: #1b0202;
	font-size: 50px;
}
.sheying-title h3 img{
	margin: 30px;
}
.sheying-title p{
	color: #535353;
	font-size: 18px;
}

.sheyingxuqiu{
	width:929px;
	font-size:26px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:35px;
	position: absolute;
    top: 620px;
    left: 138px;
	text-align: left;
}

.sheying_shouhuo{
	padding-top: 60px;
	display: table;
}
.sheying_shouhuo li{
	box-shadow:0px 0px 11px 2px rgba(57,57,57,0.19);
	border-radius:9px 9px 0px 0px;
	width: 224px;
	margin-right: 20px;
	float: left;
}
.sheying_shouhuo img{
	margin: 40px auto 30px;
	display: table;
}
.sheying_shouhuo span{
	width:34px;
	height:7px;
	background:rgba(254,93,129,1);
	border-radius:3px;
	margin: 0 auto;
	display: table;
}
.sheying_shouhuo p{
	font-size:24px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:36px;
	padding: 30px 25px;
}
.sheying_ten_right{
	width: 240px;
	margin-left: 30px;
}
.sheying_ten_p2{
	font-size: 21px;
}
.sheying_ten_p3{
	background-color: #5b51fc;
}
.sheying_ten_p4{
	font-size: 18px;
	color: #999999;
}

.shipin-title{
	text-align: center;
}
.shipin-title h3{
	font-size: 50px;
	color: #4c23b6;
}
.shipin-title p{
	font-size: 25px;
	color: #6446b2;
    font-style: italic;
    opacity: 0.3;
}

.shipin_xiaoguo{
	margin: 50px auto 20px;
	display: table;
}
.shipin_xiaoguo p{
	font-size:26px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:37px;
	padding-bottom: 20px;
}
.shipin_xiaoguo span{
	padding-left: 75px;
}
.shipin_xiaoguo-img{
	text-align: center;
	position: relative;
}

.mote_huaxu .p{
	background:rgba(254,93,129,1);
	border-radius:31px;
	padding: 9px 53px;
	display: table;
	font-size:32px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 60px auto 50px;
}
.mote_huaxu .p img{
	vertical-align: middle;
	padding-right: 30px;
}

.mote-title{
	text-align: center;
}
.mote-title h3{
	font-size: 50px;
	color: #1B1B1B;
}
.mote-title p{
    font-size: 23px;
    color: #535353;
    background: #fff;
    position: relative;
    z-index: 999;
	display: table;
	padding: 0 20px;
    margin: 0 auto;
}
.mote-title hr{
    background: #535353;
    height: 1px;
    border: none;
    width: 563px;
    margin: 0 auto;
    margin-top: -15px;
	position: relative;
	z-index: 888;
}

.mote-tese-p{
	font-size:34px;
	font-weight:400;
	color:rgba(27,27,27,1);
	padding-top: 40px;
	text-align: center;
}

.weixin_shouhuo{
	padding-top: 70px;
	background: #0c60ff;
	padding-bottom: 70px;
}
.weixin_shouhuo-con{
	background: url(http://www.mede.com.cn/images/weixin_shouhuo.png)no-repeat right bottom #fff;
	color: #0f5bea;
}

.quanneng_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/quanneng_bg.jpg) no-repeat center center;
	background-size: cover;
}
.quanneng_banner .left{
	padding-left: 60px;
	float: left;
}
.quanneng_banner .strip{
	width:55px;
	height:5px;
	background:linear-gradient(0deg,rgba(255,223,4,1) 0%,rgba(255,180,32,1) 100%);
	border-radius:2px;
	margin-top: 100px;
}
.quanneng_banner .h2tit{
	height: 66px;
	font-size:66px;
	font-family:Source Han Sans CN;
	font-weight:800;
	color: #ffdf04;
	padding-top: 14px;
	line-height: 66px;
}
.quanneng_banner .desc{
	height:49px;
	border-radius:4px 4px 4px 4px;
	margin-top: 22px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 49px;
	font-size: 26px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(254,254,255,1);
}
.quanneng_banner .type{
	zoom: 1;
	overflow: hidden;
}
.quanneng_banner .type a{
	width:184px;
	height:44px;
	line-height: 44px;
	text-align: center;
	border-radius:6px;
	font-size:19px;
	font-weight:500;
}
.quanneng_banner .type .st,.quanneng_banner .type .fy:hover{
	border:2px solid rgba(29,32,136,1);
	background:rgba(255,255,255,1);
	color:rgba(29,32,136,1);
}
.quanneng_banner .type .fy,.quanneng_banner .type .st:hover{
	border:2px solid rgba(255,255,255,1);
	background:rgba(29,32,136,1);
	color:rgba(255,255,255,1);
}
.quanneng_banner .right{
	padding-top: 73px;
	padding-right: 107px;
	float: right;
}
.quanneng_banner .right img{
	
}

.quanneng_lan{
	font-size:50px;
	font-weight:500;
	color:rgba(255,255,255,1);
	background:rgba(52,43,197,1);
	text-align: center;
	padding: 50px 0;
	line-height: 70px;
}

.jichu {
	padding: 50px 0;
	height: 850px;
	background: url(http://www.mede.com.cn/images/quanneng_banner01.png)no-repeat bottom center;
}
.title3 {
	font-size: 36px;
	margin: 11px;
}
.des {
	font-size: 20px;
}

.jichu-btn {
	top: 687px;
	left: 192px;
	width: 205px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 22px;
	background: #FFD202;
	color: #000;
}

.meigong {
	padding: 50px 0;
	background: url(http://www.mede.com.cn/images/quanneng_banner02.png)no-repeat bottom center;
	height: 578px;
	margin-bottom: 80px;
}

.tuiguang {
	background: #24263D;
	padding: 50px 0;
	padding-bottom: 100px;
}

.yellow {
	color: #FFDF00;
}

.white {
	color: #fff;
}

.fubiaotu {
	margin: 50px 0;
	font-size: 26px;
}

.renqun2 {
	background: url(http://www.mede.com.cn/images/quanneng_bg01.png)no-repeat center;
	height: 390px;
	margin-top: -80px;
}

.renqun2 {
	padding: 30px;
}

.renqun2 .left {
	width: 46%;
	margin-top: 42px;
}

.renqun2 .left img {
	width: 100%;
}

.renqun2 .right {
	width: 49%;
	margin-left: 5%;
	margin-top: 42px;
}

.renqun2 .right div {
	text-align: left;
	padding-left: 82px;
	height: 88px;
	line-height: 80px;
	margin-bottom: 10px;
	font-size: 20px;
	border-radius: 5px;
}

.shizhan {
	background: #F8FBFF;
	padding: 50px 0;
	padding-bottom: 140px;
}

.shiyi {
	background: #342BC6;
	height: 245px;
}
.shiyi-package{
	-webkit-box-sizing: border-box;
}
.shiyi-con {
	background: #FFFFFF;
	box-shadow: 0 2px 10px rgba(52, 43, 198, 0.23);
	padding: 20px 15px;
	height: 300px;
	margin-top: -155px;
}

.shiyi-con hr {
	height: 4px;
	border-radius: 3px;
	border: none;
	width: 35%;
	margin-bottom: 10px;
}

.shiyi-con p {
	line-height: 32px;
	font-size: 18px;
	letter-spacing: 2px;
}

.huode h3 {
	color: #6F39B5;
	font-size: 50px;
	padding-bottom: 60px;
}

.huode-con {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 2px 19px rgba(0, 0, 0, 0.21);
	padding: 80px 25px 25px;
	font-size: 26px;
	line-height: 47px;
	margin-top: -50px;
	height: 286px;
	text-align: justify;
}
.huode-con2{
	height: 265px;
	margin-top: -24px;
	padding: 54px 30px 30px;
	font-size: 28px;
}

.fuwu {
	background: #F3F3F3;
	padding: 70px 0;
}

.fuwu h2 {
	font-size: 55px;
}

.fba {
	padding-top: 60px;
	font-size: 30px;
	color: #4E4E4E;
}

.fba h4 {
	font-weight: 400;
	max-width:1100px;
}

.fba img {
	margin-right: 15px;
	vertical-align: top;
}

.fuwu-tex div {
	background: #FF9C00;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	padding: 12px 20px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fuwu-tex p {
	font-size: 26px;
	width: 216px;
	margin-left: 30px;
	vertical-align: top;
}

.fuwu-con {
	height: 500px;
	background: url(http://www.mede.com.cn/images/ymx_wuliu.png)no-repeat center;
	margin-top: 30px;
}

.fuwu-con .a {
	top: 27px;
	left: 51px;
}

.fuwu-con .b {
	top: 27px;
	left: 442px;
}

.fuwu-con .c {
	top: 27px;
	left: 832px;
}

.fuwu-con .d {
	top: 369px;
	left: 227px;
}

.fuwu-con .e {
	top: 369px;
	left: 658px;
}

.fuwu-con .d p {
	width: 239px;
}

.fuwu-con .e p {
	width: 259px;
}

.yunyin {
	background: url(http://www.mede.com.cn/images/dianzhang_renqun.png)no-repeat center;
	padding: 70px 0;
}
.yunyin_qncy{
	background: url(http://www.mede.com.cn/images/qncy_renqun.png)no-repeat center;
}
.yunyin .title {
	font-size: 48px;
}
.yunyin-content{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.yunyin-con {
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	height: 483px;
}

.yunyin-con h4 {
	color: #1C60D6;
	margin-bottom: 50px;
	font-size: 24px;
}
.yunyin-con .h4_qncy{
	color: #621bcb;
}

.yunyin-con p {
	text-align: justify;
	margin-bottom: 10px;
	font-size: 19px;
	text-indent: -1em;
	margin-left: 1em;
}

.yunyin-con-box {
	width: 990px;
	margin: 0 auto;
	padding-top: 50px;
}

.jianjie {
	padding: 80px 0;
	background: #fff;
}

.jianjie .title {
	font-size: 50px;
	margin-bottom: 60px;
}

.box {
	width: 100%;
	margin: 10px auto 0;
}

.tab_menu {
    overflow: hidden;
    text-align: center;
    position: relative;
	display: table;
	margin: auto;
    z-index: 999;
}

.tab_menu li {
	width: 160px;
	float: left;
	height: 49px;
	line-height: 48px;
	color: #555555;
	background: #D3D3D3;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	margin: 0 30px;
	border-radius: 4px;
}

.tab_menu li.current {
    color: #fff;
    background: #1C60D6;
}

.tab_menu li a {
	color: #fff;
	text-decoration: none;
}

.tab_menu li.current a {
	color: #333;
}

.tab_box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 1px 13px #bfbfbf;
    margin-top: 60px;
    border-radius: 10px;
    height: 314px;
    overflow: hidden;
}
.tab_box_qncy{
	margin-top: 40px;
	height: 254px;
}

.tab_box li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.tab_box li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}

.tab_box .hide {
	display: none;
}
.line2{
    margin-top: -33px;
    z-index: 1;
    position: relative;
}
.tab-con2 .title2{
    background: #1C60D6;
    width: 480px;
    height: 63px;
    line-height: 62px;
    font-size: 29px;
    text-align: center;
    margin: 0 auto;
    margin-top: -24px;
    color: #FFFFFF;
    border-radius: 100px;
}
.tab-con2 .title2_qncy{
	background: #550cb5;
}
.tab-con2 .left{
	padding-top: 10px;
	width: 200px;
	text-align: center;
}
.tab-con2 .left_qncy{
	margin-top: -60px;
}
.tab-con2 .left p{
	font-size: 22px;
}
.tab-con2 .right{
    width: 871px;
    font-size: 24px;
    text-align: justify;
    margin-left: 27px;
    vertical-align: top;
    padding-top: 44px;
    line-height: 40px;
}

.jd_title{
	text-align: center;
	font-size: 50px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(40,40,40,1);
	background: #fff;
	padding-bottom: 90px;
}

.jd_01{
	background:rgba(255,38,75,1);
	position: relative;
	height: 880px;
}
.jd_02{
	background:#fff;
	position: relative;
	height: 740px;
}
.jd_03{
	background:#f2f2f2;
	position: relative;
	height: 700px;
}
.jd_qianjing .icon{
	left: 50%;
	margin-top: -63px;
	margin-left: -73px;
	position: absolute;
}
.jd_qianjing .title{
	margin: 0 auto;
	padding: 100px 0 50px;
	display: table;
	font-size:35px;
	font-weight:bold;
}
.jd_qianjing .title .p{
	padding-left: 20px;
}
.jd_qianjing .title .p1{
	color:rgba(255,220,109,1);
}
.jd_qianjing .title .p2{
	color:rgba(255,0,43,1);
}
.jd_qianjing .img{
	text-align: center;
}
.jd_mijue{
	background: url(http://www.mede.com.cn/images/jd_mijue.png)no-repeat center;
	height: 278px;
}
.jd_mijue .title{
	font-size:50px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	padding: 80px 0 30px;
}
.jd_mijue .block{
	text-align: center;
}
.jd_mijue .block span{
	padding: 20px 33px;
	font-size:30px;
	font-weight:400;
	color:rgba(255,193,43,1);
}

.jd_fangshi{
	height: 300px;
	margin-top: 80px;
	position: relative;
	overflow: hidden;
	background: url(http://www.mede.com.cn/images/jd_fangshi.png)no-repeat top center;
}
.jd_fangshi p{
	position: absolute;
	font-size:26px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:35px;
	display: block;
}
.jd_fangshi .p1{
	left: 120px;
	text-align: right;
}
.jd_fangshi .p2{
	top: 215px;
	left: 120px;
	text-align: right;
}
.jd_fangshi .p3{
	right: 120px;
	text-align: left;
}
.jd_fangshi .p4{
	top: 215px;
	right: 120px;
	text-align: left;
}

.jd_tese{
	padding-top: 60px;
}
.jd_tese li{
	float: left;
	width: 25%;
}
.jd_tese li .content{
	display: block;
	box-sizing: border-box;
}
.jd_tese li .circular{
	width:140px;
	height:140px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 17px 0px rgba(112,110,110,0.22);
	border-radius:50%;
	margin: auto;
	display: table;
}
.jd_tese li .icon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-radius: 500px;
	margin: 27px auto auto;
	width:85px;
	height:85px;
	background:rgba(197,213,255,1);
	border-radius:50%;
}
.jd_tese li .icon 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_tese li .title{
	font-size: 30px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(40,40,40,1);
	padding-top: 28px;
	text-align: center;
	padding-bottom: 28px;
}
.jd_tese li .desc{
	font-size: 20px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(80,80,80,1);
	line-height:36px;
	text-align: center;
}

.jd_jingyan{
	background:rgba(255,38,75,1);
	opacity:0.94;
	padding: 80px 0;
	text-align: center;
}
.jd_jingyan span{
	font-size:60px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	vertical-align: middle;
}
.jd_jingyan .yuyue{
	width:257px;
	height:70px;
	line-height: 70px;
	background:rgba(255,255,0,1);
	border-radius:10px 10px 10px 10px;
	margin-left: 40px;
	vertical-align: middle;
	font-size:35px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	text-align: center;
}
.jd_jingyan .yuyue:hover{
	background: #ffd200;
}
.jd_jingyan p{
	font-size:58px;
	font-weight:400;
	color:rgba(255,210,0,1);
	padding-top: 50px;
}
.jd_anli{
	margin: 60px auto auto;
	display: table;
}
.jd_anli img{
	float: left;
}
.jd_anli .content{
	width: 605px;
	height: 288px;
	background: #fff;
	float: left;
	padding: 35px 20px 20px;
}
.jd_anli .content span{
	font-size:20px;
	font-weight: bold;
	color:rgba(0,0,0,1);
}
.jd_anli .content p{
	font-size:18px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:28px;
	padding-top: 30px;
}

.liyou_title{
	text-align: center;
	font-size:50px;
	font-weight:bold;
	color:rgba(106,53,174,1);
}
.smt_liyou .liyou_list{
	padding-top: 60px;
}
.smt_liyou .liyou_list li{
	float: left;
	width: 20%;
	transition: .5s;
}
.smt_liyou .liyou_list li:hover{
	margin-top: -10px;
}
.smt_liyou .liyou_list li .content{
	display: block;
	width: 222px;
	height:370px;
	box-shadow:0px 4px 15px 1px rgba(64,64,64,0.13);
	margin: auto;
	background: #fff;
	padding-top: 28px;
	box-sizing: border-box;
}
.smt_liyou .liyou_list li .icon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 98px;
	height:98px;
	margin: auto;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 53px 3px rgba(33,48,255,0.1);
	border-radius:50%;
}
.smt_liyou .liyou_list li .icon 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 .liyou_list li .title{
font-size: 30px;
font-family:Source Han Sans CN;
font-weight:500;
color:rgba(40,40,40,1);
padding: 18px 0;
text-align: center;
}
.smt_liyou .liyou_list li .line{
width: 43px;
height:2px;
margin: auto;
margin-bottom: 23px;
	background: rgba(83,30,175,1);
}
.smt_liyou .liyou_list li .desc{
font-size: 22px;
font-family:SourceHanSansCN;
font-weight:400;
color:rgba(80,80,80,1);
line-height:36px;
padding: 0 18px;
}

.smt_shixue{
	background: url(http://www.mede.com.cn/images/smt_mfsx.png)no-repeat top center;
	height: 226px;
	text-align: center;
}
.smt_shixue .content{
	padding-top: 75px;
}
.smt_shixue span{
	font-size:60px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	vertical-align: middle;
}
.smt_shixue .yuyue{
	width:257px;
	height:70px;
	line-height: 70px;
	background:rgba(255,255,0,1);
	border-radius:10px 10px 10px 10px;
	margin-left: 40px;
	vertical-align: middle;
	font-size:35px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	text-align: center;
}
.smt_shixue .yuyue:hover{
	background: #ffd200;
}

.xiapi_title{
	text-align: center;
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color:rgba(60,60,60,1);
}
.xiapi_desc {
    font-size: 25px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color:rgba(189,191,198,1);
    text-align: center;
}
.xiapi_yuanyin{
	background: url(http://www.mede.com.cn/images/xiapi_yuanyin.png) no-repeat center;
	height: 450px;
	margin-top: 40px;
	position: relative;
}
.xiapi_yuanyin .left{
	text-align: left;
}
.xiapi_yuanyin .right{
	text-align: right;
}
.xiapi_yuanyin>div {
    position: absolute;
	width: 348px;
}
.xiapi_yuanyin h4{
	font-size:24px;
	font-weight:500;
	color:rgba(31,31,31,1);
	padding-bottom: 10px;
}
.xiapi_yuanyin p{
	font-size:18px;
	font-weight:400;
	color:rgba(156,156,156,1);
	line-height:21px;
}
.xiapi_yuanyin .p1{
	top: 30px;
	left: 30px;
}
.xiapi_yuanyin .p2{
	top: 170px;
	left: 30px;
}
.xiapi_yuanyin .p3{
	top: 326px;
	left: 30px;
}
.xiapi_yuanyin .p4{
	top: 30px;
	left: 820px;
}
.xiapi_yuanyin .p5{
	top: 170px;
	left: 820px;
}
.xiapi_yuanyin .p6{
	top: 326px;
	left: 820px;
}

.xiapi_liyou{
	padding-top: 80px;
}
.xiapi_liyou li{
	float: left;
	width: 20%;
}
.xiapi_liyou li .content{
	display: block;
	box-sizing: border-box;
}
.xiapi_liyou li .icon{
	height:94px;
	margin: auto;
	display: table;
	position: relative;
}
.xiapi_liyou li .icon 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%);

}
.xiapi_liyou li .desc{
	font-size:21px;
	font-weight:400;
	color:rgba(29,29,29,1);
	line-height:36px;
	width: 200px;
	margin: auto;
	padding-top: 50px;
}

.xiapi_anli-img {
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.xiapi_anli-content{
	padding: 70px 30px 0;
}
.xiapi_anli-con{
    padding: 0 24px;
    min-height: 353px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 19px 2px rgba(76,76,76,0.23);
	border-radius:12px;
	position: relative;
}
.xiapi_anli-con .jian{
    width:152px;
	height:63px;
	line-height: 63px;
	background:linear-gradient(90deg,rgba(255,156,21,1) 0%,rgba(255,93,50,1) 100%);
	box-shadow:0px 0px 33px 3px rgba(76,76,76,0.23);
	border-radius: 0 0 15px 15px;
	font-size:41px;
	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:30px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(58,58,58,1);
	padding: 50px 0 60px;
}
.xiapi_anli-con span{
	width:116px;
	height:5px;
	background: rgba(255,112,41,1);
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -58px;
}
.xiapi_touzi{
	height: 169px;
	background: url(http://www.mede.com.cn/images/xiapi_touzi.png) no-repeat center;
}
.xiapi_touzi .writing{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.xiapi_touzi h4{
	font-size:50px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.xiapi_touzi p{
	font-size:39px;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.xiapi_touzi .bm{
	width:279px;
	height:51px;
	line-height: 51px;
	background:rgba(255,196,51,1);
	border-radius:25px;
	font-size: 25px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-left: 65px;
	vertical-align: middle;
}
.xiapi_touzi .bm:hover{
	background: #ffd200;
}

.ymx_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/ymx_bg.jpg) no-repeat center center;
	background-size: cover;
}
.ymx_banner .left{
	padding-left: 44px;
	float: left;
}
.ymx_banner .desc{
	margin-top: 90px;
	margin-bottom: 14px;
	font-size:28px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(255,255,255,1);
}
.ymx_banner .h2tit{
	font-size:87px;
	line-height: 87px;
	font-family:Source Han Sans CN;
	font-weight:800;
	color:rgba(255,255,255,1);
	text-shadow:0px 10px 8px rgba(0, 0, 0, 0.18);
	padding-bottom: 90px;
}
.ymx_banner .type{
	zoom: 1;
	overflow: hidden;
}
.ymx_banner .type a{
	text-align: center;
	width:279px;
	height:56px;
	line-height: 56px;
	background:rgba(255,90,112,1);
	border-radius:8px;
	font-size:28px;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.ymx_banner .type a:hover{
	background: #fc435c;
}
.ymx_banner .right{
	padding-top: 44px;
	padding-right: 24px;
	float: right;
}
.ymx_banner .right img{
	
}

.ymx_why{
	font-size:30px;
	font-weight:400;
	color:rgba(137,137,137,1);
	line-height:43px;
	text-indent: 2em;
	padding-top: 60px;
}
.ymx_img{
	text-align: center;
	padding-top: 30px;
}

.dianzhang_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/dianzhang_bg.jpg) no-repeat center center;
	background-size: cover;
}
.dianzhang_banner .left{
	padding-left: 80px;
	float: left;
}
.dianzhang_banner .h2tit{
	font-size:80px;
	font-family: Source Han Sans CN;
	font-weight:800;
	color:rgba(255,255,255,1);
	line-height:80px;
	text-shadow:0px 16px 19px rgba(35,11,168,0.36);
	padding-top: 81px;
}
.dianzhang_banner .desc{
	font-size:34px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(255,255,255,1);
	padding-top: 20px;
}
.dianzhang_banner .type{
	zoom: 1;
	overflow: hidden;
	padding-top: 60px;
}
.dianzhang_banner .type a{
	width:370px;
	height:56px;
	line-height: 56px;
	text-align: center;
	font-weight:500;
	background:rgba(249,163,27,1);
	border-radius:17px;
	font-size:27px;
	color:rgba(255,255,255,1);
}
.dianzhang_banner .type a:hover{
	background: #fbb23e;
}
.dianzhang_banner .right{
	padding-top: 67px;
	padding-right: 80px;
	float: right;
}
.dianzhang_banner .right img{
	
}
.dianzhang_img{
	text-align: center;
	padding-top: 60px;
}

.qncy_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/qncy_bg.jpg) no-repeat center center;
	background-size: cover;
}
.qncy_banner .h2tit{
	font-size:73px;
	font-family: Source Han Sans CN;
	font-weight:800;
	color:rgba(255,255,255,1);
	line-height:73px;
	text-shadow:0px 16px 19px rgba(35,11,168,0.36);
	padding-top: 81px;
}
.qncy_banner .desc{
	font-size:50px;
	font-family:Source Han Sans CN;
	font-weight:500;
	color:rgba(249,230,18,1);
	padding-top: 20px;
}
.qncy_banner .word{
	font-size:30px;
	font-family:Source Han Sans CN;
	font-weight:300;
	color:rgba(255,255,255,1);
	padding-top: 50px;
}


.douyindh_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/douyindh_banner.png) no-repeat center center;
	background-size: cover;
}
.douyindh_banner .content{
	padding-left: 33px;
	padding-top: 108px;
}
.douyindh_banner .h2tit{
	font-size:68px;
	line-height: 68px;
	height: 68px;
	font-weight:bold;
	position: relative;
}
.douyindh_banner .h2tit .p1{
	color:rgba(255,4,228,1);
	position: absolute;
	margin-left: 7px;
}
.douyindh_banner .h2tit .p2{
	color:rgba(1,232,246,1);
	position: absolute;
}
.douyindh_banner .h2tit .p3{
	color:rgba(255,254,254,1);
	position: absolute;
	margin-left: 3px;
	margin-top: -1px;
}
.douyindh_banner .desc{
	font-size:27px;
	font-weight:400;
	color:rgba(255,254,254,1);
	padding-top: 21px;
}
.douyindh_banner .button{
	zoom: 1;
	overflow: hidden;
	padding-top: 80px;
}
.douyindh_banner .button a{
	width:162px;
	height:50px;
	line-height: 50px;
	background:rgba(255,255,255,1);
	border-radius:3px;
	font-size:24px;
	text-align: center;
	font-weight:400;
	color:rgba(223,10,63,1);
}

.dagang3{
	padding-top: 70px;
    background: #fff;
    padding-bottom: 70px;
}
.dagang3 .form{
	width: 100%;
	display: table;
}
.dagang3 .form .title{
	border-radius:3px;
	font-size:30px;
	line-height: 30px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding: 19px 17px;
}
.dagang3 .form .title_douyindh{
	background:rgba(54,16,125,1);
}
.dagang3 .form .title_wuhuo{
	background:rgba(239,128,4,1);
}
.dagang3 .form .title_heima{
	background:rgba(34,34,34,1);
}
.dagang3 .form .title_zhubo{
	background:rgba(94,58,220,1);
}
.dagang3 .form .title img{
	margin-right: 22px;
	vertical-align: middle;
}
.dagang3 .form .frame{
	margin-left: 27px;
	border-left: 1px dashed rgba(67,67,67,1);
	padding: 26px 0 34px;
	width: 1173px;
}
.dagang3 .form .frame .left{
	padding-left: 36px;
	float: left;
	width: 500px;
}
.dagang3 .form .frame .right{
	padding-left: 36px;
	padding-right: 20px;
	float: left;
	width: 672px;
}
.dagang3 .form .frame .p1{
	font-size:28px;
	font-weight:500;
	color:rgba(44,44,44,1);
	padding-bottom: 20px;
}
.dagang3 .form .frame .p2{
	font-size:20px;
	font-weight:400;
	color:rgba(100,100,100,1);
	line-height:30px;
}
.dagang3 .form .frame span{
	color: #36107D;
}
.dagang3 .line{
	height:6px;
	background:rgba(220,220,220,1);
	border-radius:3px;
}


.douyindh_maidian{
	background: url(http://www.mede.com.cn/images/douyindh_maidian.png) no-repeat center center;
	height: 309px;
}
.douyindh_maidian .content{
	padding-left: 30px;
}
.douyindh_maidian .content .p1{
	font-size:48px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding: 100px 0 30px;
}
.douyindh_maidian .content .p2{
	width:312px;
	height:69px;
	line-height: 69px;
	background:rgba(255,241,0,1);
	border-radius:3px;
	font-size:36px;
	text-align: center;
	font-weight:500;
	color:rgba(55,29,102,1);
	margin-right: 30px;
	float: left;
}


.wuhuo_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/wuhuo_banner.png) no-repeat center center;
	background-size: cover;
}
.wuhuo_banner .left{
	font-family:Source Han Sans CN;
	padding-left: 41px;
	padding-top: 103px;
	float: left;
}
.wuhuo_banner .h2tit{
	font-size:80px;
	line-height: 80px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-shadow:4px 4px 0px rgba(169,39,9,0.2);
}
.wuhuo_banner .desc{
	font-size:36px;
	line-height: 36px;
	font-weight:400;
	color:rgba(255,255,255,1);
	padding-top: 18px;
}
.wuhuo_banner .button{
	zoom: 1;
	overflow: hidden;
	padding-top: 68px;
}
.wuhuo_banner .button a{
	width:162px;
	height:50px;
	line-height: 50px;
	background:rgba(255,255,255,1);
	border-radius:3px;
	font-size:24px;
	text-align: center;
	font-weight:400;
	color:rgba(54,54,54,1);
}
.wuhuo_banner .right{
	padding-top: 46px;
    padding-right: 40px;
    float: right;
}

.wuhuo_yihuo{
	margin-top: 60px;
	display: flex;
}
.wuhuo_yihuo .block{
	width:380px;
	height:153px;
	margin: 0 10px;
}
.wuhuo_yihuo .block01{
	background: url(http://www.mede.com.cn/images/wuhuo_yihuo01.png) right 26px bottom no-repeat,linear-gradient(90deg,rgba(255,137,52,1) 0%,rgba(255,159,37,1) 100%);
	border-radius:15px;
	box-shadow:2px 8px 18px 0px rgba(243,115,23,0.51);
}
.wuhuo_yihuo .block02{
	background: url(http://www.mede.com.cn/images/wuhuo_yihuo02.png) right 26px bottom no-repeat,linear-gradient(90deg,rgba(253,69,117,1) 0%,rgba(253,109,131,1) 100%);
	border-radius:15px;
	box-shadow:2px 8px 18px 0px rgba(215,0,57,0.51);
}
.wuhuo_yihuo .block03{
	background: url(http://www.mede.com.cn/images/wuhuo_yihuo03.png) right 26px bottom no-repeat,linear-gradient(90deg,rgba(207,73,212,1) 0%,rgba(229,66,236,1) 100%);
	border-radius:15px;
	box-shadow:2px 8px 18px 0px rgba(209,77,214,0.48);
}
.wuhuo_yihuo .block p{
	padding: 20px 0 0 36px;
	font-size:30px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.wuhuo_yihuo .block line{
	width:17px;
	height:2px;
	background:rgba(255,255,255,1);
	margin: 24px 0 0 36px;
	display: block;
}


.wuhuo_how{
	background: url(http://www.mede.com.cn/images/wuhuo_how.png) no-repeat center center;
	padding: 70px 0;
	height: 601px;
}
.wuhuo_how .content{
	margin-top: 98px;
	display: flex;
}
.wuhuo_how .content dl{
	width:262px;
	height:262px;
	background:rgba(255,255,255,1);
	border-radius:50%;
	text-align: center;
	font-weight:bold;
	margin-right: 49px;
}
.wuhuo_how .content dl:last-child{
	margin-right: 0;
}
.wuhuo_how .content dt{
	padding-top: 65px;
	font-size: 29px;
}
.wuhuo_how .content dt span{
	font-size:77px;
	line-height: 77px;
	color:rgba(243,124,66,1);
}
.wuhuo_how .content dd{
	font-size:24px;
	line-height: 24px;
	font-weight:400;
	color:rgba(225,95,31,1);
	padding-top: 23px;
}

.wuhuo_mianshou{
	margin-top: 85px;
	display: flex;
}
.wuhuo_mianshou dl{
	margin-right: 33px;
}
.wuhuo_mianshou dl:last-child{
	margin-right: 0;
}
.wuhuo_mianshou dt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width:378px;
	height:229px;
	background:#f0f0f0;
	border-radius:20px;
}
.wuhuo_mianshou dt 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%);
}
.wuhuo_mianshou dd{
	font-size:28px;
	line-height: 33px;
	color:#797979;
	padding-top: 38px;
	text-align: center;
}
.wuhuo_mianshou dd span{
	font-size:33px;
	line-height: 33px;
	font-weight:500;
	color:rgba(239,128,4,1);
}


.wuhuo_banxing{
	margin-top: 70px;
	display: flex;
}
.wuhuo_banxing .block{
	width:585px;
	height:218px;
	background:rgba(255,255,255,1);
	box-shadow:2px 3px 9px 1px rgba(89,89,89,0.3);
}
.wuhuo_banxing .block .left{
	float: left;
}
.wuhuo_banxing .block dl{
	float: right;
	width: 300px;
	height: 218px;
	padding: 41px 28px 0 23px;
}
.wuhuo_banxing .block dt{
	font-size:26px;
	font-weight:bold;
	color:rgba(49,49,49,1);
	line-height:26px;
}
.wuhuo_banxing .block dd{
	font-size:16px;
	font-weight:400;
	color:rgba(160,160,160,1);
	line-height:24px;
	padding-top: 10px;
}
.wuhuo_banxing .block a{
	width:171px;
	height:51px;
	border:1px solid rgba(255,108,48,1);
	background:linear-gradient(0deg,rgba(255,110,50,1) 0%,rgba(239,128,4,1) 100%);
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:51px;
	text-align: center;
	margin-top: 18px;
}


.heima_banner{
	height: 450px;
	background: url(http://www.mede.com.cn/images/heima_bg.png) no-repeat center center;
	background-size: cover;
}
.heima_banner .h2tit{
	font-size:66px;
	font-family:SourceHanSansSC;
	font-weight:bold;
	color:rgba(255,150,0,1);
	line-height:66px;
	padding-top: 117px;
}
.heima_banner .desc{
	font-size:30px;
	font-family:SourceHanSansSC;
	font-weight:300;
	color:rgba(240,240,240,1);
	line-height:30px;
	padding-top: 20px;
}
.heima_banner a{
	width:153px;
	height:41px;
	background:rgba(255,255,255,1);
	border-radius:3px;
	font-size:19px;
	font-weight:400;
	color:rgba(23,23,24,1);
	line-height:41px;
	text-align: center;
	margin-top: 86px;
}

.heima_renzheng{
	padding-top: 80px;
}
.heima_renzheng li{
	float: left;
	width: 25%;
	transition: .5s;
}
.heima_renzheng li:hover{
	margin-top: -10px;
}
.heima_renzheng li .content{
	display: block;
	margin: auto;
	width:278px;
	height:367px;
	box-shadow:5px 7px 13px 0px rgba(114,114,114,0.15);
	border-radius:6px;
	margin: auto;
	background: #fff;
	padding-top: 29px;
	box-sizing: border-box;
}
.heima_renzheng li .icon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width:137px;
	height:137px;
	background:rgba(255,255,255,1);
	box-shadow:3px 4px 22px 2px rgba(60,60,60,0.17);
	border-radius:50%;
}
.heima_renzheng li .icon 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%);
}
.heima_renzheng li .title{
	padding-top: 44px;
	text-align: center;
	padding-bottom: 19px;
	font-size:33px;
	font-family:SourceHanSansSC;
	font-weight:500;
	color:rgba(29,29,29,1);
}
.heima_renzheng li .desc{
	padding-left: 31px;
	padding-right: 31px;
	font-size:27px;
	font-family:SourceHanSansSC;
	font-weight:300;
	color:rgba(109,109,109,1);
	line-height:35px;
	text-align: center;
}

.heima_shouyi{
	height: 520px;
	background: url(http://www.mede.com.cn/images/heima_shouyi.png)no-repeat 350px 58px;
	margin-top: 60px;
	position: relative;
}
.heima_shouyi>div{
	position: absolute;
	padding: 25px 30px;
	font-size:35px;
	font-weight:400;
	color:rgba(29,29,29,1);
	border-radius:4px;
}
.heima_shouyi .a{
    top: 0;
    left: 50px;
	box-shadow:0px 0px 10px 0px rgba(56,166,245,0.31);
}
.heima_shouyi .b{
    top: 0;
    left: 762px;
	box-shadow:0px 0px 13px 0px rgba(78,47,249,0.31);
}
.heima_shouyi .c{
    top: 206px;
    left: 852px;
	box-shadow:0px 0px 13px 0px rgba(191,46,227,0.31);
}
.heima_shouyi .d{
    top: 417px;
    left: 789px;
	box-shadow:0px 0px 13px 0px rgba(248,77,121,0.31);
}
.heima_shouyi .e{
    top: 391px;
    left: 50px;
	box-shadow:0px 0px 13px 0px rgba(255,193,72,0.39);
}


.heima_jiazhi{
	background:rgba(255,255,255,1);
	box-shadow:3px 5px 13px 0px rgba(60,60,60,0.17);
	border-radius:3px;
	margin-top: 70px;
	padding: 30px;
}
.heima_jiazhi .block{
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}
.heima_jiazhi .block .left{
	width: 54px;
	float: left;
}
.heima_jiazhi .block .right{
	width: 1086px;
	float: left;
	padding-top: 12px;
}
.heima_jiazhi .block .right .title{
	font-size:30px;
	font-weight:bold;
	color:rgba(29,29,29,1);
	line-height:30px;
	padding-left: 23px;
}
.heima_jiazhi .block .right .desc{
	font-size:25px;
	font-weight:300;
	color:rgba(109,109,109,1);
	line-height:36px;
	padding-left: 23px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.heima_jiazhi .block .right hr{
	border-bottom: 1px dashed rgba(192,191,191,1);
}

.heima_zhinan{
	padding-top: 80px;
}
.heima_zhinan li{
	float: left;
	width: 33.333%;
	transition: .5s;
}
.heima_zhinan li:hover{
	margin-top: -10px;
}
.heima_zhinan li .content{
	display: block;
	margin: auto;
	padding-top: 50px;
	box-sizing: border-box;
	width:362px;
	height:477px;
	background:rgba(255,255,255,1);
	box-shadow:5px 8px 14px 4px rgba(117,117,117,0.16);
	border-radius:8px;
}
.heima_zhinan li .icon{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width:180px;
	height:180px;
	background:rgba(255,255,255,1);
	box-shadow:3px 4px 22px 2px rgba(60,60,60,0.17);
	border-radius:50%;
}
.heima_zhinan li .icon 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%);
}
.heima_zhinan li .title{
	padding-top: 60px;
	text-align: center;
	padding-bottom: 20px;
	font-size:35px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(29,29,29,1);
	line-height:35px;
}
.heima_zhinan li .desc{
	padding-left: 31px;
	padding-right: 31px;
	font-size:25px;
	font-family:Source Han Sans CN;
	font-weight:300;
	color:rgba(108,108,108,1);
	line-height:36px;
}

.heima_moshi{
	width: 100%;
	margin-top: 50px;
	display: table;
	padding-bottom: 53px;
	background: url(http://www.mede.com.cn/images/heima_moshi.png) no-repeat center bottom;
}
.heima_moshi .block{
	width:237px;
	height:96px;
	background:rgba(255,255,255,1);
	box-shadow:4px 6px 15px 1px rgba(114,114,114,0.17);
	border-radius:5px;
	float: left;
	margin-left: 28px;
}
.heima_moshi .block .number{
	font-size:28px;
	line-height: 28px;
	font-weight:400;
	color:rgba(233,104,49,1);
	padding: 9px 0 0 13px
}
.heima_moshi .block .tiile{
	font-size:35px;
	line-height: 35px;
	font-weight:400;
	color:rgba(34,34,34,1);
	text-align: center;
	padding-top: 6px;
}


.zhubo_xianzhuang{
	margin-top: 60px;
	display: flex;
}
.zhubo_xianzhuang .block{
	width: 330px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 7px 1px rgba(44,2,131,0.13);
	border-radius:5px;
	padding: 35px 22px;
	margin-right: 32px;
}
.zhubo_xianzhuang .block:nth-child(3n){
	margin-right: 0;
}
.zhubo_xianzhuang .block img{
	width: 97px;
}
.zhubo_xianzhuang .block p{
	width: 175px;
	vertical-align: middle;
	font-size:25px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:40px;
	margin-top: 8px;
	margin-left: 14px;
}

.zhubo_qianjing{
	margin-top: 60px;
}
.zhubo_qianjing img{
	margin: auto;
	display: block;
}
.zhubo_qianjing .margin{
	margin-top: 33px;
}

.zhubo_qudao{
	margin-top: 60px;
	height:422px;
	background:#e3e5e9;
	display: flex;
}
.zhubo_qudao p{
	width: 568px;
	padding: 104px 33px 0;
	font-size:29px;
	font-weight:400;
	color:rgba(88,46,219,1);
	line-height:49px;
	text-indent:2em;
	position: relative;
}
.zhubo_qudao p span{
	color: #FF0000;
}
.zhubo_qudao p .ico1{
	position: absolute;
	top: 32px;
	left: 33px;
}
.zhubo_qudao p .ico2{
	position: absolute;
	bottom: 38px;
	right: 33px;
}

.zhubo_baokuan1{
	margin-top: 60px;
	height:291px;
	background:rgba(255,255,255,1);
	display: flex;
}
.zhubo_baokuan1 p{
	width: 717px;
	padding: 48px 38px 0;
	font-size:29px;
	font-weight:400;
	color:rgba(88,46,219,1);
	line-height:49px;
	text-indent:2em;
}
.zhubo_baokuan1 p span{
	color: #FF0000;
}

.zhubo_baokuan2{
	margin-top: 60px;
	height:292px;
	display: flex;
}
.zhubo_baokuan2 p{
	width: 638px;
	padding: 83px 44px 0;
	font-size:29px;
	font-weight:400;
	color:rgba(88,46,219,1);
	line-height:49px;
	text-indent:2em;
	position: relative;
}
.zhubo_baokuan2 p span{
	color: #FF0000;
}
.zhubo_baokuan2 p .ico1{
	position: absolute;
	top: 32px;
	left: 14px;
}
.zhubo_baokuan2 p .ico2{
	position: absolute;
	bottom: 2px;
	right: 11px;
}

.zhubo_honghai{
	margin-top: 60px;
	margin-bottom: -28px;
}
.zhubo_honghai .block{
	padding: 38px 49px;
	background:rgba(243,243,243,1);
	margin-bottom: 28px;
	display: flex;
}
.zhubo_honghai .block p{
	width: 941px;
	padding: 30px 0 0 84px;
	font-size:35px;
	font-weight:bold;
	color:rgba(18,18,18,1);
	line-height:50px;
}
.zhubo_honghai .block p span{
	color: #FF0000;
}

.zhubo_renqun{
	margin-top: 60px;
	display: flex;
	flex-flow: row wrap;
}
.zhubo_renqun .block{
	width:371px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 18px 0px rgba(98,98,98,0.09);
	border-radius:5px;
	margin-right: 43.5px;
}
.zhubo_renqun .block:nth-child(3n){
    margin-right: 0;
}
.zhubo_renqun .block .ico{
	width:128px;
	height:129px;
	border-radius:50%;
	position: relative;
	margin: 41px auto 0;
}
.zhubo_renqun .block .ico01{
	background:linear-gradient(0deg,rgba(254,92,90,1) 0%,rgba(253,110,106,1) 100%);
	box-shadow:1px 12px 21px 0px rgba(254,93,91,0.4);
}
.zhubo_renqun .block .ico02{
	background:linear-gradient(0deg,rgba(90,137,253,1) 0%,rgba(129,167,250,1) 100%);
	box-shadow:1px 12px 21px 0px rgba(92,138,253,0.4);
}
.zhubo_renqun .block .ico03{
	background:linear-gradient(0deg,rgba(35,204,185,1) 0%,rgba(84,224,198,1) 100%);
	box-shadow:1px 12px 21px 0px rgba(37,204,186,0.4);
}
.zhubo_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%);
}
.zhubo_renqun .block .title{
	font-size:33px;
	line-height: 33px;
	font-weight:bold;
	color:rgba(34,34,34,1);
	margin-top: 32px;
}
.zhubo_renqun .block .desc{
	font-size:20px;
	font-weight:400;
	color:rgba(105,105,105,1);
	line-height:30px;
	padding: 16px 45px 26px;
}

.gaomei_mimang{
	margin-top: 60px;
	display: flex;
}
.gaomei_mimang .block{
	width: 280px;
	background: #FFFFFF;
	box-shadow: 1px 2px 10px 0px rgba(89, 89, 89, 0.32);
	border-radius: 3px;
	margin-right: 26px;
}
.gaomei_mimang .block:nth-child(4n){
	margin-right: 0;
}
.gaomei_mimang .block .title{	
	font-size: 25px;
	font-weight: bold;
	color: #313131;
	margin-top: 28px;
}
.gaomei_mimang .block .line{
	width: 22px;
	height: 4px;
	background: #0051CC;
	display: block;
	margin: 11px auto;
}
.gaomei_mimang .block p{
	font-size: 18px;
	color: #5B5B5B;
	line-height: 30px;
	padding: 0 16px 30px 16px;
}


.gaomei_jineng{
	margin-top: 60px;
	display: flex;
}
.gaomei_jineng .block{
	width: 283px;
	margin-right: 25px;
}
.gaomei_jineng .block:nth-child(4n){
	margin-right: 0;
}
.gaomei_jineng .block p{
	font-size: 30px;
	font-weight: bold;
	color: #6D6D6D;
	text-align: center;
	padding-top: 14px;
}

.gaomei_fazhan{
	margin-top: 60px;
	display: flex;
}
.gaomei_fazhan .block{
	width: 377px;
	margin-right: 34.5px;
	border: 1px solid #c4c4c4;
	text-align: center;
}
.gaomei_fazhan .block:nth-child(3n){
	margin-right: 0;
}
.gaomei_fazhan .block img{
	margin: 37px auto 0;
	display: block;
}
.gaomei_fazhan .block .title{
	font-size: 25px;
	font-weight: bold;
	color: #2c2c2c;
	padding-top: 24px;
}
.gaomei_fazhan .block p{
	font-size: 18px;
	color: #2C2C2C;
	padding: 18px 28px 43px;
}
.gaomei_youshi{
	margin-top: 60px;
}
.gaomei_youshi .block{
	margin-bottom: 50px;
}
.gaomei_youshi .block .title{
	height: 76px;
	line-height: 76px;
	background: #FE9F3A;
	font-size: 37px;
	font-weight: bold;
	color: #FFFEFE;
	text-align: center;
}
.gaomei_youshi .block p{
	background: #004CC1;
	padding: 33px 33px 0;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 47px;
}
.gaomei_youshi .block p img{
	width: 1134px;
	margin: 50px auto;
}


.gaomei_sjnl{
	margin-top: 60px;
	display: flex;
}
.gaomei_sjnl .block{
	width: 366px;
	margin-right: 32px;
}
.gaomei_sjnl .block:nth-child(3n){
	margin-right: 0;
}
.gaomei_sjnl .block .ico{
	width: 306px;
	margin: auto;
}
.gaomei_sjnl .block .ico img{
	width: 100%;
}
.gaomei_sjnl .block dl{
	height: 230px;
	background: #004CC2;
	border-radius: 3px;
	padding: 42px 20px 0;
}
.gaomei_sjnl .block dt{
	font-size: 30px;
	line-height: 30px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.gaomei_sjnl .block dd{
	font-size: 25px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height: 36px;
	padding-top: 30px;
}


.jingxiu_xinzi{
	width:929px;
	font-size:26px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:35px;
	position: absolute;
    top: 500px;
    left: 138px;
	text-align: left;
}



.pddfh_renqun{
	margin-top: 60px;
	display: flex;
}
.pddfh_renqun .block{
	width: 388px;
	height: 194px;
	margin-right: 18px;
	background: #FFFEFD;
	box-shadow: 12px 15px 35px 3px rgba(179, 179, 179, 0.26);
	border-radius: 10px;
}
.pddfh_renqun .block:nth-child(3n){
	margin-right: 0;
}
.pddfh_renqun .block .ico{
	width: 98px;
	margin: 48px 36px 48px 28px;
}
.pddfh_renqun .block .ico img{
	width: 100%;
	box-shadow: 0px 9px 20px 1px rgba(247, 87, 48, 0.52);
	border-radius: 50%;
}
.pddfh_renqun .block dl{
	width: 196px;
	padding-top: 43px;
}
.pddfh_renqun .block dt{
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	color: #4C4B4B;
}
.pddfh_renqun .block dd{
	font-size: 21px;
	font-weight: 300;
	color: #888888;
	line-height: 27px;
	padding-top: 20px;
}


.pddfh_shouhuo .picScroll-left{

	position:relative;
	padding-bottom: 50px;
	margin-top: 60px;
}
.pddfh_shouhuo .picScroll-left .hd{ }
.pddfh_shouhuo .picScroll-left .hd ul{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.pddfh_shouhuo .picScroll-left .hd ul li{
	overflow: hidden;
	text-indent: 3000px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height:14px;
	background:rgba(220,220,220,1);
	border-radius:50%;
	margin: 0px 3px;
	cursor: pointer;
}
.pddfh_shouhuo .picScroll-left .hd ul li.on{
	background: rgba(57,57,57,100);
}
.pddfh_shouhuo .block{
	width: 285px;
	height: 388px;
	background: #FFFFFF;
	border: 1px solid #ededed;
	border-radius: 10px;
	margin-right: 17px;
	position: relative;
}
.pddfh_shouhuo .block:nth-child(4n){
	margin-right: 0;
}
.pddfh_shouhuo .block img{
	margin: 34px auto 26px;
	display: block;
}
.pddfh_shouhuo .block .title{
	font-size: 28px;
	font-weight: 500;
	color: #5B5B5B;
	line-height: 28px;
}
.pddfh_shouhuo .block .desc{
	font-size: 19px;
	font-weight: 300;
	color: #888888;
	line-height: 29px;
	padding: 24px 14px 0;
}
.pddfh_shouhuo .block .xiangqing{
	font-size: 18px;
	font-weight: 400;
	color: #F7522E;
	line-height: 18px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: 30px;
}


.pddfh_anli{
	padding-top: 70px;
    background: #eb5b23;
    padding-bottom: 70px;
}
.pddfh_anli .main {
	width: 1060px;
	margin: 50px auto 0;
}
.pddfh_anli ol {
	overflow: hidden;
	width: 920px;
	margin: 0 auto 30px;
}
.pddfh_anli ol li{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	float: left;
	margin: 0 16px;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
}
.pddfh_anli ol li.on{
	background: #fff;
	color: #f53442;
}
.pddfh_anli ul{
	background: #fff;
	height: 460px;
	border-radius: 20px;
	box-shadow: 0 11px 27px rgba(53,34,114,.09);
	box-sizing: border-box;
	padding: 30px 40px;
}
.pddfh_anli ul li{
	overflow: hidden;
	display: none;
}
.pddfh_anli ul li.show{
	display: block;
}
.pddfh_anli ul li .fl{
	width: 387px;
	margin-top: 30px;
}
.pddfh_anli ul li .fr{
	width: 550px;
}
.pddfh_anli .fr h3{
	font-size: 28px;
	color: #272727;
	font-weight: bold;
	margin-top: 24px;
}
.pddfh_anli .fr .rd{
	padding:20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e8ee;
	overflow: hidden;
}
.pddfh_anli .fr .rd span{
	font-size: 20px;
	color: #F04D15;
	display: block;
	float: left;
	margin-right: 5px;
}
.pddfh_anli .fr .rd img{
	float: left;
}
.pddfh_anli .fr p{
	font-size:22px;
	color: #797979;
	margin-bottom: 8px;
	line-height: 35px;
}
.pddfh_anli .fr p span{
	color: #F04D15;
}


.pddfh_dagang{
	margin-top: 23px;
}
.pddfh_dagang .block{
	width: 888px;
	height: 279px;
	background: url(http://www.mede.com.cn/images/pddfh_dagang_bj.png) right -2px bottom -2px no-repeat,linear-gradient(0deg, rgba(239, 64, 9, 1), rgba(246, 131, 72, 1));
	box-shadow: 6px 9px 29px 0px rgba(224, 53, 0, 0.66);
	border-radius: 28px;
	margin: 27px auto 0;
	display: flex;
	position: relative;
}
.pddfh_dagang .block .stage{
	width: 70px;
	height: 164px;
	background: linear-gradient(0deg, #f68219, #f99e33);
	border-radius: 28px 0 10px;
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	line-height: 35px;
}
.pddfh_dagang .block dl{
	padding: 43px 0 0 29px;
}
.pddfh_dagang .block dt{
	font-size: 39px;
	font-weight: bold;
	color: #FFECCB;
}
.pddfh_dagang .block dd{
	width: 263px;
	font-size: 24px;
	font-weight: 400;
	color: #FFF1DA;
	line-height: 46px;
	padding-top: 20px;
}
.pddfh_dagang .block .t1{
	position: absolute;
	right: 60px;
	bottom: 4px;
}
.pddfh_dagang .block .t2{
	position: absolute;
	right: 89px;
	bottom: 0;
}

.pddfh_tese{
	margin-top: 50px;
}

.pddfh_feiyong{
	height: 603px;
	padding-top: 80px;
    background: url(http://www.mede.com.cn/images/pddfh_feiyong.png) center no-repeat;
    padding-bottom: 70px;
}
.pddfh_feiyong .block{
	width: 855px;
	height: 274px;
	background: #FFFFFF;
	border-radius: 33px;
	margin: 54px auto 0;
	padding-top: 69px;
}
.pddfh_feiyong .block dl{
	display: inline-table;
}
.pddfh_feiyong .block dt{
	height: 50px;
	font-size: 41px;
	font-weight: 500;
	color: #EB3E07;
	line-height: 41px;
}
.pddfh_feiyong .block dt span{
	font-size: 16px;
	font-weight: 400;
	color: #4C4B4B;
}
.pddfh_feiyong .block dd{
	font-size: 21px;
	font-weight: 400;
	color: #4C4B4B;
	line-height: 21px;
	padding-top: 14px;
}
.pddfh_feiyong .block p{
	font-size: 25px;
	font-weight: 400;
	color: #4C4B4B;
	padding-top: 40px;
}


.alibabagj_shortcom{
    width: 1200px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.alibabagj_shortcom .alibabagj_shortcomCont{
    width: 355px;
    height: 224px;
    box-sizing: border-box;
    border:2px solid #ff6003;
    border-radius: 5px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.alibabagj_shortcomCont img{
    margin:25px 220px 15px 20px;
}
#alibabagj_shortcom .alibabagj_shortcomCont:hover *{
    color: #ff6003;
}
#alibabagj_shortcom .alibabagj_shortcomCont:hover a{
    color: #fff;
}
#alibabagj_shortcom .alibabagj_shortcomCont:hover .alibabagj_shortcomBtn {
    background-color: #ff6003;
}
.alibabagj_shortcomTitle{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    margin-top:10px;
}
.alibabagj_shortcomDesc{
    margin:6px 0px;
    font-weight: 600;
    font-size: 13px;
}

.alibabagj_shortcomBtn{
    width: 113px;
    margin:14px auto;
    background-color: #fff;
    line-height: 30px;
    height: 30px;
    font-weight: 600;
    border-radius: 16px;
    background-color: #959595;
}
.alibabagj_shortcomBtn:hover{
    background-color: #003cff;
}
.alibabagj_shortcomBtn a{
    color: #fff;
}
.alibabagj_shortcomBtn a:hover{
       color: #fff;
 
}
.alibabagj_submitBtn{
    width: 355px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto;
    background-color: #fff003;
    text-align: center;
    border-radius: 23px;
}
.alibabagj_submitBtn:hover{
    background-color: #ffa012;
}
.alibabagj_submitBtn a{
    font-size: 20px;
    font-family: "Microsoft YaHei";
}

#alibabagj_kecg{
	height: 1600px;
    padding-top: 60px;
    background-color: #ff6003;
    overflow: hidden;
    box-sizing: border-box;

}
#alibabagj_kecg .kedgTitle{
    font-size: 50px;
	line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.alibabagj_titleDesc{
    text-align: center;
    font-size: 20px;
    opacity: 0.6;
    color: #fff;
}
.alibabagj_kecg > hr{
    width: 260px;
	margin: 15px auto;
	background: #fff;
    height: 1px;
    border: none;
}
.alibabagj_kecg .kedgCont{
    width: 1200px;
    margin:100px auto -120px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.alibabagj_kecg .kedgContDesc{
        background-color: #fff;
        width: 287px;
        height: 530px;
        border-radius: 40px 0 40px 0;
        box-shadow: 10px 10px 55px 1px #af5e54;
        position: relative;
        margin-bottom:120px;
        box-sizing: border-box;
}
.alibabagj_kecg .kedgContDesc:nth-child(2) span{
    background-color: #ffce56;
}
.alibabagj_kecg .kedgContDesc:nth-child(2) .kedgBtn a{
    background-color: #ffce56;
}
.alibabagj_kecg .kedgContDesc:nth-child(3) span{
    background-color: #4dd3ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(3) .kedgBtn a{
    background-color: #4dd3ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(4) span{
    background-color: #ff5b60;
}
.alibabagj_kecg .kedgContDesc:nth-child(4) .kedgBtn a{
    background-color: #ff5b60;
}
.alibabagj_kecg .kedgContDesc:nth-child(5) span{
    background-color: #ff5ea6;
}
.alibabagj_kecg .kedgContDesc:nth-child(5) .kedgBtn a{
    background-color: #ff5ea6;
}
.alibabagj_kecg .kedgContDesc:nth-child(6) span{
    background-color: #ec48ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(6) .kedgBtn a{
    background-color: #ec48ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(7) span{
    background-color: #8b57ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(7) .kedgBtn a{
    background-color: #8b57ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(8) span{
    background-color: #5771ff;
}
.alibabagj_kecg .kedgContDesc:nth-child(8) .kedgBtn a{
    background-color: #5771ff;
}
.alibabagj_kecg .kedgContDesc_1{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.alibabagj_kecg .kedgContDesc_2{
    margin:22px auto;
     width: 230px;
}
.alibabagj_kecg .kedgContDesc_2 ol{
    margin: 40px 10px 0 20px;
}
.alibabagj_kecg .kedgContDesc_2 li{
    list-style: decimal;
    list-style-position: inside;
    font-size: 14px;
}
.alibabagj_kecg .kedgContDesc .kedgXh{
    width: 95px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin:-45px auto 40px auto;
    border-radius: 15px;
    background-color: #ff8357;
}
.alibabagj_kecg .kedgContDesc .kedgBtn{
	margin:0 auto;
	width: 180px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 9%;
}
.alibabagj_kecg .kedgContDesc .kedgBtn a{
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ff7646;
	display: block;
}
.alibabagj_kecg .kedgCont .kedgBtn a:hover{
    background-color: #2848ff;
}
.submitBtn{
	width: 355px;
    height: 45px;
    line-height: 45px;
    margin: 40px auto;
    background-color: #fff003;
    text-align: center;
    border-radius: 23px;
	font-size: 20px;
	color: #ff6003;
	display: block;
}
.submitBtn:hover{
	background-color: #ffa012;
	color: #fff;
}


#alibabagj_result{
    padding-bottom: 20px;
    box-sizing: border-box; 
}
.alibabagj_resultTitle{
    text-align: center;
    font-size:50px;
    padding-top:60px;
    color: #000;
    font-weight: 600;
}
.alibabagj_resultCont{
    width:1200px;
    margin:0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:50px;
	margin-bottom: -55px;
}
.alibabagj_resultContDesc{
    margin-top: 65px;
    text-align: center;
    width: 338px;
    height: 315px;
    box-sizing: border-box;
    border-radius: 40px 0 40px 0;
    border:1px solid #ccc;
/*    box-shadow: -20px 20px 50px -4px #d6d6d6;
*/    padding: 47px;
    position: relative;
    margin-bottom:55px;
    background-color: #fff;
}
.alibabagj_resultContDesc .alibabagj_resultXh{
    width: 94px;
    height: 94px;
    border:2px solid #fd5f03;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    top:-105px;
    left: 230px;
    box-shadow: -10px 10px 30px -3px #d6ded6;
}
.alibabagj_resultContDesc .alibabagj_resultXh 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%);
}
.alibabagj_resultContDesc .alibaba{
    position: absolute;
    left:36px;
    top:25px;
}
.alibabagj_resultContDesc .alibabagj_resultContDesc_1{
    font-size: 22px;
    text-align: center;
    margin:-70px auto 45px auto;
    color: #575757;
}
.alibabagj_resultContDesc:nth-child(3) .alibabagj_resultContDesc_1,
.alibabagj_resultContDesc:nth-child(5) .alibabagj_resultContDesc_1{
    margin-bottom: 10px;
}
.alibabagj_resultContDesc .alibabagj_resultBtn a{
    background-color:#ff7847;
    width: 197px;
    height: 51px;
    line-height: 51px;
    font-size: 20px;
    color: #fff;
}
.alibabagj_resultContDesc .alibabagj_resultBtn a:hover{
    background-color: blue;
}



















