@charset "utf-8";
/* CSS Document */

body{
background:#ffffff;

font-family: Tahoma, Arial,'Hiragino Sans GB',"微软雅黑", "宋体",sans-serif;
font-size: 12px;
color: #666;}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
ul, ol { list-style:none; }
fieldset, img { border:0; }
select,input,img,select{vertical-align:middle;}
input:focus,button:focus{outline:none;}


.clear {clear: both;height: 0;line-height: 0;}
ul,ol{list-style:none;}
i,em{ font-style:normal;}
h2{ font-weight:normal;font-size:30px;}
.green{color:#0ECC1B;}
.black{color:#000;}
.fl{float:left;}
.fr{float:right;}
.button{padding:8px 20px; background:#0ECC1B; color:#fff; text-align:center; font-size:24px;}
.clear{clear:both;}
.reminder{width:100%;height:30px;line-height:30px;text-align:center;font-size:14px;background:#fec823;color:#fff;position:fixed;left:0;top:0;z-index:9999;}
/*top*/
/*.top_box{background: #fff url(../img/topbj.png)  bottom repeat-x;width:100%;height:81px;overflow:hidden; position:fixed;top:30px;left:0;z-index:9999;}
*/
.top_box{background: #fff;width:100%;height:81px;overflow:hidden; -position:fixed;top:100px;left:0;z-index:1;}
#top{width:1100px;overflow:hidden; margin:0 auto;height:60px;padding:10px 0;}
#top .logo{float:left;margin-top: 3px;width: 170px;height:54px;margin-right: 30px;}
#top .logo img{width:100%;}
#top .nav{width:auto;float:left;margin-left:30px;margin-top:3px;}
#top .nav a{height:54px;line-height:54px;text-align:center;margin:0 18px 18px;display:inline-block;font-size:14px;}
#top .nav a:hover{color:#F00;}
#top .nav li.active a{color: #F00;border-bottom:3px solid #d74504;}
#top .nav ul li{float:left;}

#top .load{float:right;margin-top:11px}
#top .load a{padding:0px 10px;height: 35px;line-height: 35px;border-radius:3px;font-size:14px;text-align:center;display: block; float: left;}
#top .load a{border:1px solid #ed5005;color:#FFF; background:#ed5005}
#top .load a.sign{margin-left:20px;}
#top .load a.username {padding: 0 8px;max-width: 120px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#top .load a.username span {max-width: 120px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
/*top*/

/**/
/*top添加设为首页和加入收藏start*/

.nav1,.nav1 ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav1 {
    position:relative;
	z-index:9999;
}

.nav1 ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
    top:46px;
}

.nav1 li {
    float:left;
    position:relative;
}

.nav1 li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    background-color:#7770B4;
    border:1px solid #6E67A6;
    color:#FFF;
    display:block;
    font-size:16px;
    line-height:35px;
    padding:5px 20px;
    text-decoration:none;
    transition:0.5s;
}

.nav1 li:hover > a {
    background:#8CCA33;
    border-color:#6E67A6;
    color:#fff;
}

.nav1 li:hover ul.subs {
    height:auto;
    width:180px;
}

.nav1 ul li {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;
    width:100%;
}

.nav1 li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav1 li:hover ul li {
    opacity:1;
    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;
}

.nav1 ul li a {
    background:#7770B4;
    border-color:#6E67A6;
    color:#fff;
    line-height:1px;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -webkit-transition:1.5s;
    transition:1.5s;
}

.nav1 li:hover ul li a {
    line-height:35px;
}

.nav1 ul li a:hover {
    background:#8CCA33;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.5),rgba(255,255,25,0));
}


.set_index,
.set_collect {
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin-top: 15px;
	font-size: 14px;
}
.set_index {
	float: left;
	width: 70px;
	border: 1px solid #9fd023;
	background: url(../img/top_home.png) 15px 5px no-repeat;
	padding-left: 40px;
	color: #666;
}
.set_index:hover {
	color: #9fd023;
}
.set_collect {
	float: right;
	width: 50px;
	margin-left: 22px;
	background: #9fd023 url(../img/top_collect.png) 16px 5px no-repeat;
	padding-left: 40px;
	color: #fff;
}
.set_collect:hover {
	background-color: #81c040;
	cursor:pointer
}
/*top*/
#main_box{width:1100px;margin:0 auto;overflow:hidden; text-align:center;}
/*foot*/
#foot{width:100%;_height:90px;background:#212121;padding:30px 0; position:relative; overflow:hidden;}
#foot .foot_box{width:1100px;margin:0 auto;position:relative;}
#foot img{margin-right:20px;}
#foot .fl a{padding:0 20px; font-size:14px;line-height:24px; color:#999;}
#foot .fl a:hover{color:#0ECC1B;}
#foot .fl span{width:5px;height:21px;overflow:hidden; display:inline-block; background:url(../img/line.png) no-repeat; vertical-align:middle;}
#foot .fl p{font-size:14px;margin-top:10px;color:#999;}
#foot .fr a.weixin{width:60px;height:60px;background:url(../img/weixin.png) no-repeat;display: inline-block;margin-right:20px;}
#foot .fr a.weibo{width:60px;height:60px;background:url(../img/weibo.png) no-repeat;display: inline-block;}
#foot .fr a.weibo:hover{background:url(../img/weibohover.png) no-repeat;}
.erweima{width: 160px;height: 184px;position: absolute;top: -190px;right:40px;  display:none; box-shadow: 2px 2px 6px #000; }
#foot .on{ background:url(../img/weixinhover.png) no-repeat !important;}
@media screen and (min-width:0px) and (max-width:768px){}
.zf_tit{
    margin-top: 22px;
    width:1200px;
}
.ons{
    background: #0ECC1B !important;
}
.zf_tit span{
    background: #9fcf23;
    font-size: 17px;
    color: #fff;
    margin: 0 36px 0px 0px;
    padding: 8px 38px;
    width: 26%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
}
.hovess .checked td{background: none !important;}
.dlsa .oneth{background: #0ECC1B !important;}
.dlsa{margin-bottom: 50px;}
.dlsa table td{ border: 1px solid #0ECC1B;}
.dlsa .checked{ border-left: 1px solid #0ECC1B;}
.biaoge .twoth .teshu{    padding: 7px 20px;}
.biaoge .twoth td{ padding: 7px 20px;}
.biaoge .oneth, .biaoge .oneth:hover{background: #0ECC1B !important;}
.biaoge .twoth{color: #0ECC1B !important;}
.biaoge .others .buys{background: #0ECC1B !important;}

/*文章内容详细页*/
.clr1{clear:both;display:block;}
.main1{ margin:0 auto; margin-bottom:20px;}
.main2{width:1200px; margin:0 auto; margin-bottom:20px;}
.guanyu1{height:35px; line-height:35px;padding:10px;}
.mooc-wrp {
    padding: 20px 0px;
}
 .main2 .anlifenye{
    float: left;
    list-style: none;
    display: inline;
    width: 100%;
}
 .main2 .anlifenye li{
    font-size: 14px;
    height: 60px;
    display: inline;
 
    padding-right: 30%;
    line-height: 60px;
}
.wrp1150 {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.congtX1{
    padding-bottom: 20px;
    text-indent: 20px;
    font: normal 12px/1.5 "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 10px;
    background: #fff;
    text-indent: 2em;
         }
 .congtX1 span{
             white-space: initial !important;
         }
.congtX1 .guanyu1{     font: normal 12px/1.5 "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",     SimSun, sans-serif;
    color: #2B2B2B;
    font-size: 34px;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 700;
	text-align: center;
	height:100%;}
	
.biaoqian a{color:#003399;}

/******wangmu by20167-21********/
.width1140{ width:1140px; margin:0 auto;    padding-bottom: 1px; position:relative;}
.width1000{ width:1000px; margin:0 auto;    padding-bottom: 90px; position:relative;}
.lefts {
    width: 1140px;
}
.bgGray{ background:#f1f1f1;}
.article .notice{padding:20px 0;font-size:16px; }
.article .notice .noticeTxt{ float:left; width:300px; line-height:20px;    padding-left: 10px; border-left:2px solid #999999;    margin-top: 5px;height: 14px; }
.article .notice .noticeTxt ul{ height:20px;  color:#999999;     overflow: hidden;    margin-top: -3px; }
.article .notice .noticeTxt li{padding-top: 10px;    margin-top: -10px;}
.article .notice .noticList{float:right; width: 770px; margin-top: 8px;}
.article .notice .noticList li{ padding-left:43px; padding-right:70px; border-left:1px solid #c8c8c8; line-height:28px;      height: 11px;  float: left;}
.article .notice .noticList li a{ display:inline-block; margin-top:-9px;    vertical-align: top;}
.article .notice .noticList li:first-child{ border-left:0;}
.article .notice .noticList li i{ width:28px; height:28px;vertical-align:top; display:inline-block;}
.article .notice .noticList li.first a{ color:#4ab757;}
.article .notice .noticList li.two a{ color:#f85c5c;}
.article .notice .noticList li.three a{ color:#2abb9b;}
.article .notice .noticList li.four{  padding-right: 10px;}
.article .notice .noticList li.four a{ color:#4d87e3;  }
.article .notice .noticList li.first i{ background:url(/tpl/Home/mocms/common/img_fx/web_12.png);}
.article .notice .noticList li.two i{ background:url(/tpl/Home/mocms/common/img_fx/web_14.png);}
.article .notice .noticList li.three i{ background:url(/tpl/Home/mocms/common/img_fx/web_16.png);}
.article .notice .noticList li.four i{ background:url(/tpl/Home/mocms/common/img_fx/web_09.png);}
.article .title{  padding: 40px 0 0 0; text-align:center;}
.article .title h2{ color:#3d3d3d; font-size:30px; font-weight:normal; line-height:50px;}
.article .title p{ color:#999999; font-size:14px; font-weight:normal;line-height:30px;}
.exhibitionTitle{ height:50px; line-height:50px; color:#666666; font-size:16px; }
.exhibitionTitle li{ position:relative; float:left; width:142px;  background:#f1f1f1;  text-align: center;  cursor:pointer;}
.exhibitionTitle li:after{display: table;    content: "";  position: absolute;    top: 50px;     left: 64px; }
.exhibitionTitle li:hover:after,.exhibitionTitle li.active:after{    background: url(/tpl/Home/mocms/common/img_fx/wx_35.png);    z-index: 9;    width: 16px;    height: 12px;}
.exhibitionTitle li:hover,.exhibitionTitle li.active{ background:#0ECC1C url(/tpl/Home/mocms/common/img_fx/wx_35.png) no-repeat -12px -100px; color:#fff;}
.exhibitionTitle li .thisclass{background-color:#00CC00; color:#FFFFFF;}
.exhibitionTitle li a:hover{color:#FFFFFF;}
.exhibitionTitle li:hover{color:#FFFFFF;}
.exhibitionList{ margin-top:24px;    margin-bottom: 75px;}
.exhibitionList >li{ display:none;}
.exhibitionList li:first-child{ display:block;}
.exhibitionList li dl{ text-align:center;}
.exhibitionList li dl dd{ float:left; width:122px; height:117px; margin-right:3px; margin-bottom:3px; background:#f1f1f1; color:#9d9d9d; font-size:14px; }
.exhibitionList li dl dd i{margin-top: 10px;    margin-bottom: 10px; width:60px;height:60px; display:inline-block; vertical-align:top;}
.exhibitionList li dl dd i img{ vertical-align:top;} 
.exhibitionList li dl dd i{ display:inline-block; opacity: 1;-webkit-backface-visibility: hidden;filter:progid:dXImageTransform.Microsoft.Glow(color=#000000,Strength=5);}
.exhibitionList li dl dd:hover i{  position:relative;  /*-webkit-filter: brightness(2.3);    filter: brightness(2.3);filter:progid:dXImageTransform.Microsoft.Glow(color=#000000,Strength=5);*/-webkit-animation: tada 1s 0s 1 linear both  ;  animation: tada 1s 0s 1 linear both;}
.exhibitionList li dl dd i em{ display:none; width:100%; height:100%; position:absolute; left:0; top:0;background: #0ECC1C;     }
.exhibitionList li dl dd:hover i em { display:block;}
.exhibitionList li dl dd:hover{ background:#0ECC1C;}
.exhibitionList li dl dd:hover a{ color:#fff;}
.exhibitionList li dl dd:nth-child(8n){ margin-right:0;}
a{transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-ms-transition:all 0.6s ease;}
a{color: #666666;text-decoration: none;margin: 0;padding: 0;outline: 0}


/*分页*/	
.pageList{text-align:center; }
.pageList li{text-align:center;float:left; margin:0 auto; list-style: none;font-size: 22px;}
.pageList li select{ height:36px;}
.pageinfo {
    font-size: 1pc;
    color: #a3a3a3;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.paging .pageList a {
    font-size: 1pc;
    color: #a3a3a3;
    border: 1px solid #e5e5e5;
    /*padding: 8px 15px;*/
   /* height: 38px;*/
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

/*分页*/	
.pageList1{text-align:center; }
.pageList1 li{text-align:center;float:left; margin:0 auto; list-style: none;font-size: 22px;}
.pageList1 li select{ height:36px;}
.pageinfo {
    font-size: 1pc;
    color: #a3a3a3;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.paging .pageList1 a {
    font-size: 1pc;
    color: #a3a3a3;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    height: 38px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.paging .thisclass {
    font-size: 1pc;
    font-size: 1pc;
    color: #ffffff;
  
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  
   
}
.paging .thisclass a{
    background-color: #0ecc1b;
    color: #ffffff;
}
}
<!--底部footer-->
.mod-footer{clear:both;color:#666;background:#f1f2f7;font:12px 寰蒋闆呴粦,Verdana,SimHei,'Microsoft JhengHei',Tahoma}
.foot-banner{color:#302e33;font-size:18px;margin:0 auto;text-align:center;width:1100px}
.foot-bannerw{border-top:solid 1px #e8e8e8;border-bottom:solid 1px #e8e8e8;padding:16px 0;width:100%;background:#FFF}
.foot-banner .banner-item{border-right:solid 1px #e8e8e8;color:#302e33;float:left;height:60px;line-height:60px;width:24%}
.foot-banner .banner-item i{border:2px solid #23ac38;border-radius:20px;color:#23ac38;display:inline-block;font-style:normal;font-weight:400;height:36px;line-height:36px;margin-right:10px;vertical-align:middle;width:36px}
.mod-footer .foot-containerw{border-bottom:solid 1px #e8e8e8}
.mod-footer .foot-container{margin:0 auto;padding:30px 0;width:1100px}
.mod-footer .clearfix{zoom:1}
.mod-footer .foot-con{float:left;padding-right:0;width:15.5%}
.mod-footer .foot-con dt{color:#ffffff;font-size:16px;line-height:40px}
.mod-footer .foot-con dd{color:#848484;font-size:12px;line-height:30px}
.mod-footer a{color:#848484;text-decoration:none}
.mod-footer .contactus{width:19%}
.mod-footer .call-number{color:#4aba00;font-size:20px;line-height:40px;vertical-align:top}
.mod-footer .servicebox{clear:both;margin-top:10px}
.mod-footer .servicebox a{display:inline-block;margin-right:5px;position:relative}
.mod-footer .foot-con a:hover{color:#77be24;text-decoration:underline}
.mod-footer .wxtips{display:none;left:-50px;position:absolute;top:-140px}
.mod-footer a{color:#848484;text-decoration:none}
.mod-footer .servicebox a{display:inline-block;margin-right:5px;position:relative}
.clearfix:after,.clearfix_new:after{clear:both;content:'\20';display:block;height:0}
.mod-footer .footer-copyright{clear:both;color:#848484;font-size:12px;line-height:22px;padding:30px 0;text-align:center;background:#343434;}

.link2{width:1200px; margin:0px auto 0px auto;}
.link2 ul {
    height: 60px;
    width:auto;
    color: #848484;
    border-radius: 1px;
    margin: auto;
	
    font-size: 12pt;
	text-align:center;
}

 .link2 li {
    list-style: none;
    float: left;
    margin: 5px 5px;
    *font-size: 14pt;
    *margin: 10px 5px;
    *height: auto;
    *width: 1000px;
    *overflow: hidden;
}
 .link2B {
    background-color: #919191;
}

.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(/images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}

 .gongnengshow{ margin: 25px auto 117px; width:556px; text-align:center;  }
  .gongnengshow ul li{  cursor:pointer;float:left; margin-right:50px; width:150px; text-align:center; height:38px; line-height:38px;  border:1px solid #fff; border-radius:20px; color:#fff; font-size:16px; }
  
  .gongnengshowlist{width:1200px; margin:0 auto;position:relative;}
  .gongnengshowlist ul li { cursor:pointer; float:left; margin-right:96px;}
  .gongnengshowlist ul li p{ color:#fff; font-size:16px; width:277px;  text-align:center; margin-bottom:8px;}
  .gongnengshowlist ul li p img{width:277px; height:528px;}
  .gongnengshowlist ul li p.showtitle{background:url(/images/index_show_user_icon1.png) 90px center no-repeat;}
  .curtype{ background:#ff6e6e; border:1px solid #ff6e6e!important;}
  .m-go .go-0 {
    background: url(/images/m-back.png) no-repeat center 0;
    display: block;
    position: absolute;
    height: 99px;
    width: 44px;
    left:  0px;
    top: 262px;
    cursor: pointer;
}
.m-go .go-1 {
    background: url(/images//m-go.png) no-repeat center 0;
    display: block;
    position: absolute;
    height: 99px;
    width: 44px;
    right:  -30px;
    top: 262px;
    cursor: pointer;
}
/**/
.wmr-case {
    width: 1098px;
    height: 239px;
    margin: 60px auto auto;
	margin-left:10%;
}
.case-title {
    margin-bottom: 18px;
}
.wmr-desrc1 {
    width: 100%;
    height: 1113px;
    background: #254ea7;
}
.wmr-desrc2 {
    width: 100%;
    height: 777px;
    background: #3a3d48;
}
.wmr-desrccont2 {
    width: 1330px;
    margin: 0 auto;
    height: 713px;
    text-align: center;
    padding-top: 64px;
    background: #3a3d48;
}
.homeFumoCon {
    width: 100%;
    padding: 66px 0 0 0;
    background: #3a3d48;
}
.homeFumoCon .homeFumoBox {
    width: 1082px;
    margin: 0 auto;
}
.homeFumoCon .homeFumoBox .homeFumoClas {
    width: 1128px;
    overflow: hidden;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li {
    width: 240px;
    height: 280px;
    text-align: center;
    background-image: url(../images/gnmk_bor.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 42px 30px 0;
    float: left;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li i {
    width: 107px;
    height: 107px;
    margin-top: 32px;
    display: inline-block;
    background-image: url(../images/icon_function.png);
    position: relative;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li h3 {
    line-height: 80px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
    position: relative;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_spkgl {
    background-position: -107px -0px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_ddcl {
    background-position: -0px -0px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_psydd {
    background-position: -214px -0px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_dkxd {
    background-position: -321px -0px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_sjjs {
    background-position: -0px -107px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_dlsgl {
    background-position: -107px -107px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_ptxt {
    background-position: -214px -107px;
}
.homeFumoCon .homeFumoBox .homeFumoClas ul li .icon_sjcg {
    background-position: -321px -107px;
}
/**/
.index_body1 {
    background: #edf5fb;
    display: inline-block;
    width: 100%;
}
.core1, .usefullness1, .business1, .chose1 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.business1 {
    text-align: center;
}
.index_tit1 {
    width: 870px;
    height: 30px;
    background: #dceeea;
    margin: 0 auto;
    border-radius: 15px;
}
.index_tit1 h1 {
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: #42b048;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}
.core1 ul, .usefullness1 ul, .chose1 ul {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.core1 ul li.mr {
    margin-right: 100px;
}
.core1 ul li {
    float: left;
    width: 350px;
    padding: 70px 0;
}
.core1 ul li table {
    width: 100%;
    text-align: justify;
}
.core1 ul li table td.left {
    width: 120px;
    padding: 0;
}
.core1 ul li table td:first-child {
    text-align: center;
}
.core1 ul li table td.right {
    padding: 0 0 0 60px;
}
.inline_para1 {
    line-height: 26px;
    font-size: 14px;
}
.core1 ul li.line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    padding: 0;
    position: relative;
}
.core1 ul li.line i {
    width: 1px;
    height: 60px;
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    top: -30px;
}
.usefullness1 ul {
    width: 900px;
}
.usefullness1 ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 70px 0;
    position: relative;
}
.usefullness1 ul li .inline_tit, .chose ul li .inline_tit {
    margin: 16px 0 10px;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
	
}


/* 小程序解决方案*/
.wmr-desrc3{ background-color:#FFF;  overflow: hidden;}
.home_title {
    text-align: center;
    padding-top: 50px;
}
.solution_list {
    width: 1570px;
    margin: 40px auto;
}
.solution_list ul {
    margin-right: -48px;
}
.solution_list li {
    float: left;
    width: 30%;
    margin-right: 46px;
   margin-bottom: 150px;
    position: relative;
	height:300px;
  

    padding-bottom: 20px;
}
.solution_list .solu_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.solu_img .shade {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: 0.5s all;
}
.solu_img:hover .shade {
	top: 0;
	transition: 0.6s ease-in-out;
}
.solu_img:hover .img_icon {
	left: 50%;
	transform: rotate(3600deg);
	-webkit-transform: rotate(3600deg);
	-moz-transform: rotate(3600deg);
	-o-transform: rotate(3600deg);
	-ms-transform: rotate(3600deg);
	transition: .6s ease-in-out;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
}

.solu_img .img_icon {
    transform: rotate(360deg);
    transition: 0.6s ease-in-out;
    position: absolute;
    top: 50%;
    left: -100%;
    margin-left: -20px;
    margin-top: -20px;
    display: inline-block;
    z-index: 3;
}
.solu_img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: All .6s ease-in-out;
    -webkit-transition: All .6s ease-in-out;
    -moz-transition: All .6s ease-in-out;
    -o-transition: All .6s ease-in-out;
    -ms-transition: All .6s ease-in-out;
}
.solu_img:hover>img {
	transform: scale(1.4);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: All .6s ease-in-out;
	-webkit-transition: All .6s ease-in-out;
	-moz-transition: All .6s ease-in-out;
	-o-transition: All .6s ease-in-out;
	-ms-transition: All .6s ease-in-out;
}
.solution_list h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 48px;
    border-bottom: 1px solid #2eafbb;
}
.solution_list h2 a {
    color: #333;
}
.solution_list .intro {
    line-height: 22px;
    color: #999;
    margin-top: 4px;
}

mooc-Rnlist2{padding-top: 10px;
    border-bottom: 1px solid #eeeeee;}
.mooc-Rnlist2 li {
    overflow: hidden;
    height: 40px;
    line-height: 30px;
    background: url(../images/ind-l5-arrow.jpg) no-repeat 2px center;
    padding-left: 20px;
    overflow: hidden;
    width: 320px;
    text-align: left;
	border-bottom: 1px dashed #cccccc;
	    margin-bottom: 20px;
}
.mooc-Rnlist2 li a{font-size: 20px;
    color: #333;
    margin-bottom: 24px;}
	
.anli_title{ font-size:24px; margin:auto; text-align:center;}


.container  {
    width: 1570px  !important;
    margin: 0 auto;
}
.new_edition .case {
    width: 1570px;
}