.MainTitle1{
	border-top:#0C5CC4 solid 2px;
	height:50px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
}
.MainCont1{
	display:table;
}
.MainCont1 li{
	display:table-cell;
	width:33%;
	color:#FFF;
}
.MainCont1 li:nth-child(2){
	padding:0 10px 0 10px;
}
.MainCont1 .SideCont{
	height:180px;
	width:100%;
	overflow:hidden;
}
.MainCont1 li:nth-child(1) .SideCont:nth-child(1){
	background:#2086A8;
}
.MainCont1 li:nth-child(1) .SideCont:nth-child(2){
	background:#C74554;
	margin-top:10px;
}
.MainCont1 li:nth-child(2) .SideCont:nth-child(1){
	background:#81AD09;
}
.MainCont1 li:nth-child(2) .SideCont:nth-child(2){
	background:#CF9824;
	margin-top:10px;
}
.MainCont1 li:nth-child(3){
	background:#399BB8;
}
.MainCont1:hover li:hover .SideCont:hover,.MainCont1:hover li:nth-child(3):hover{
	background:#999;
}
.MainCont1 li dl dt{
	padding:20px 10px 15px 20px;
	line-height:30px;
	font-size:24px;
	font-weight:bold;
}
.MainCont1 li dl dd p{
	padding:0 10px 5px 20px;
	line-height:20px;
	font-size:14px;
}
.MainCont1 li dl dd .img{
	width:300px;
	margin:10px auto 0 auto;
	overflow:hidden;
	text-align:center;
}
.MainCont1 li dl dd .img img{
	max-width:300px;
}
.MainCont1 li:nth-child(3) dl{
	position:relative;
}
.MainCont1 li:nth-child(3) dl dd .link{
	text-align:center;
	line-height:30px;
	padding-top:10px;
	padding-bottom:10px;
	word-spacing:15px;
}
.MainCont1 li:nth-child(3) dl dd .link a{
	display:inline-block;
	font-size:14px;
	border:#DDD solid 1px;
	background:#EFEFEF;
	padding:0 15px 0 15px;
	border-radius:6px;
	text-decoration:none;
}
.MainCont1 li:nth-child(3) dl dd .link a:hover{
	color:red;
	border:#F60 solid 1px;
	background:#F90;
	color:#FFF;
}
.MainCont1 li:nth-child(3) dl .wxcode{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:1px;
	display:none;
}
.MainCont1 li:nth-child(3) dl dd .link a:hover .wxcode{
	display:block;
}
.MainCont1 li:nth-child(3) dl .wxcode1{
	display:block;
}
.MainCont1 li:nth-child(3) dl .wxcode:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:0.5;
}
.MainCont1 li:nth-child(3) dl .wxcode p{
	text-align:center;
	padding-top:35px;
	font-size:16px;
	color:#FFF;
	position:relative;
	z-index:100;
}
.MainCont1 li:nth-child(3) dl .wxcode div{
	position:relative;
	z-index:100;
	text-align:center;
	width:160px;
	margin:20px auto 0 auto;
	background:#FFF;
	padding:10px 0 10px 0;
	border-radius:5px;
}
/****/
.MainTitle2{
	border-top:#DDD dotted 1px;
	height:50px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	margin-top:15px;
	padding-top:10px;
}
.MainCont2{
	width:912px;
	height:270px;
	margin:20px auto;
}
.MainCont2 li{
	width:152px;
	height:270px;
	float:left;
	position:relative;
}
.MainCont2 li div{
	position:absolute;
	width:200px;
	height:180px;
	text-align:center;
	line-height:180px;
	overflow:hidden;
	left:-20px;	
	background:url(mbg1.png) center top no-repeat;
	font-size:28px;
	font-weight:bold;
	color:#15AEE7;
}
.MainCont2 li:nth-child(1) div{
	bottom:0px;
	background:url(mbg2.png) center top no-repeat;
	color:#FFF;
}
.MainCont2 li:nth-child(3) div{
	bottom:0px;
	background:url(mbg3.png) center top no-repeat;
	color:#FFF;
}
.MainCont2 li:nth-child(5) div{
	bottom:0px;
	background:url(mbg2.png) center top no-repeat;
	color:#FFF;
}
.MainCont2 li:hover div{
	background:url(mbg4.png) center top no-repeat;
	color:#FFF;
}
/****/
.MainCont3{
	border:#DDD solid 1px;
}
.MainCont3 .head{
	height:50px;
	overflow:hidden;
	border:#FFF solid 1px;
	background:#F6F6F6;
}
.MainCont3 .head li{
	float:left;
	height:50px;
	line-height:50px;
	padding:0 20px 0 20px;
	font-size:18px;
	color:#888;
	cursor:pointer;
	border-right:#FFF solid 1px;
}
.MainCont3 .head li.ck{
	background:#49B44F;
	color:#FFF;
}
.MainCont3 .head li:hover{
	background:#F90;
	color:#FFF;
}
.MainCont3 .cont{
	border-top:#DDD solid 1px;
	padding:10px;
}
.MainCont3 .cont:after{
	content:'';
	display:block;
	width:100%;
	clear:both;
	height:1px;
}
.MainCont3 .cont dl{
	width:50%;
	height:100px;
	overflow:hidden;
	float:left;
	position:relative;
}
.MainCont3 .cont dl:hover{
	background:#EFEFEF;
}
.MainCont3 .cont dl dt{
	width:100px;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	background:url(tag.png) center 5px no-repeat;
	overflow:hidden;
	text-align:center;
}
.MainCont3 .cont dl dt img{
	max-width:50px;
	max-height:50px;
	margin-top:25px;
}
.MainCont3 .cont dl dd{
	padding:10px 10px 0 100px;
}
.MainCont3 .cont dl dd h3{
	font-size:16px;
	line-height:25px;
}
.MainCont3 .cont dl dd p{
	line-height:20px;
	color:#888;
}
/*
*
*/
.MainCont4{
	width:100%;
	margin-top:15px;
	background:#F7F7F7;
}
.MainCont4 .head{
	height:80px;
	line-height:80px;
	text-align:center;
	overflow:hidden;
	font-size:32px;
	font-weight:bold;
}
.MainCont4 .head span{
	color:#F70;
}
.ChangeShowBox{
	width:960px;
	height:460px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.ChangeShowBox .prev,.ChangeShowBox .next{
	width:35px;
	height:60px;
	overflow:hidden;
	position:absolute;
	top:130px;
	line-height:60px;
	text-indent:40px;
	cursor:pointer;
}
.ChangeShowBox .prev{
	left:0;
	background:url(change0.png) no-repeat;
}
.ChangeShowBox .prev:hover{
	background:url(change1.png) no-repeat;
}
.ChangeShowBox .next{
	right:0;
	background:url(change0.png) right top no-repeat;
}
.ChangeShowBox .next:hover{
	background:url(change1.png) right top no-repeat;
}
.ShowListBox{
	width:880px;
	height:460px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.ShowListBox .ShowList{
	width:100000px;
	height:460px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.ShowListBox .ShowList .list{
	width:220px;
	height:460px;
	overflow:hidden;
	float:left;
}
.ShowListBox .ShowList .list dl{
	width:200px;
	height:435px;
	overflow:hidden;
	border:#DDD solid 1px;
	margin:auto;
	position:relative;
}
.ShowListBox .ShowList .list dl dt{
	width:600px;
	height:315px;
	overflow:hidden;
	text-align:center;
	line-height:170px;
	margin-left:-200px;
	border-top:#FFF solid 1px;
}
.ShowListBox .ShowList .list dl dt:before,.ShowListBox .ShowList .list dl dt:after{
	content:'';
	display:block;
	z-index:100;
	width:1px;
	height:316px;
	position:absolute;
	background:#FFF;
	top:0;
}
.ShowListBox .ShowList .list dl dt:before{
	left:0px;
}
.ShowListBox .ShowList .list dl dt:after{
	right:0px;
}
.ShowListBox .ShowList .list dl dt img{
	height:315px;
	vertical-align:middle;
}
.ShowListBox .ShowList .list dl dd{
	width:180px;
	height:100px;
	overflow:hidden;
	margin:10px auto 0 auto;
}
.ShowListBox .ShowList .list dl dd ul{
	display:table;
	width:100%;
}
.ShowListBox .ShowList .list dl dd ul ol,.ShowListBox .ShowList .list dl dd ul li{
	display:table-cell;
	vertical-align:top;
	padding-top:8px;
	line-height:20px;
	color:#666;
}
.ShowListBox .ShowList .list dl dd ul ol{
	width:30px;
	color:#888;
}
.ShowListBox .ShowList .list dl dd ul:nth-child(1) li a{
	display:block;
	height:20px;
	overflow:hidden;
	margin-bottom:5px;
	font-weight:bold;
	color:#666;
	
}
.ShowListBox .ShowList .list dl dd ul:nth-child(1) li{
	border-bottom:#DDD dotted 1px;
}
.ShowListBox .ShowList .list dl:hover{
	background:#FFF;
}
.ShowListBox .ShowList .list dl .wxcode{
	width:200px;
	height:315px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:1px;
	display:none;
}
.ShowListBox .ShowList .list dl:hover .wxcode{
	display:block;
}
.ShowListBox .ShowList .list dl .wxcode:before{
	content:'';
	display:block;
	width:100%;
	height:315px;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:0.5;
}
.ShowListBox .ShowList .list dl .wxcode p{
	text-align:center;
	padding-top:35px;
	font-size:16px;
	color:#FFF;
	position:relative;
	z-index:100;
}
.ShowListBox .ShowList .list dl .wxcode div{
	position:relative;
	z-index:100;
	text-align:center;
	width:160px;
	margin:20px auto 0 auto;
	background:#FFF;
	padding:10px 0 10px 0;
	border-radius:5px;
}
/**/
.ListDemos th,.ListDemos td{
	width:20%;
	border-left:#EEE solid 1px;
	border-bottom:#EEE solid 1px;
	text-align:center;
	padding:5px;
	line-height:30px;
	font-size:14px;
	color:#666;
}
.ListDemos th ,.ListDemos tr td:nth-child(1){
	background:#49B44F;
	color:#FFF;
}
.ListDemos tr td span{
	color:#F60;
}
/*
*
*/
.MainCont0{
	width:990px;
	height:420px;
	overflow:hidden;
	position:relative;
	margin:0px auto 15px auto;
}
.MainCont0 .slideConts{
	width:660px;
	height:260px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.slideConts .ListPic li{
 	width:660px;
	height:260px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	border-radius:5px;
}
.slideConts .ListPic li img{
	width:660px;
	height:260px;
}
.slideConts .ListNum{
	height:30px;
	line-height:30px;
	width:660px;
	position:absolute;
	left:0;
	bottom:0px;
	text-align:center;
	z-index:1000;
	word-spacing:10px;
}
.slideConts .ListNum li{
	display:inline-block;
	width:16px;
	height:16px;
	border:#DDD solid 1px;
	background:#EFEFEF;
	line-height:16px;
	text-align:center;
	overflow:hidden;
	color:#888;
	border-radius:8px;
	box-shadow:#EEE 0px 2px 2px 2px;
	cursor:pointer; 
}
.slideConts .ListNum li.ck{
	border:#F30 solid 1px;
	background:#F60;
	color:#FFF;
	box-shadow:#F50 0px 2px 2px 2px; 
}
/***/
.MainCont0 .noteword{
	width:660px;
	height:40px;
	line-height:40px;
	text-align:center;
	overflow:hidden;
	position:absolute;
	left:0;
	top:260px;
	font-size:16px;
}
/***/
.MainCont0 .Listfunction{
	width:660px;
	height:120px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:100000;
}
.MainCont0 .Listfunction .prev,.MainCont0 .Listfunction .next{
	width:20px;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:40px;
	background:url(change0.png) no-repeat;
	background-size:40px 30px;
	cursor:pointer;
	line-height:30px;
	text-indent:30px;
}
.MainCont0 .Listfunction .prev{
	left:0px;
}
.MainCont0 .Listfunction .next{
	right:0px;
	background-position:right;
}
.MainCont0 .Listfunction .prev:hover,.MainCont0 .Listfunction .next:hover{
	background:url(change1.png) no-repeat;
	background-size:40px 30px;
}
.MainCont0 .Listfunction .next:hover{
	background-position:right;
}
.MainCont0 .Listfunction .functions{
	width:600px;
	height:120px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.MainCont0 .Listfunction .functions ul{
	width:10000000px;
	height:120px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.MainCont0 .Listfunction .functions ul li{
	width:150px;
	height:120px;
	overflow:hidden;
	float:left;
}
.MainCont0 .Listfunction .functions ul li dl{
	width:120px;
	height:110px;
	border:#EEE solid 1px;
	overflow:hidden;
	margin:auto;
	background: -moz-linear-gradient(top,#F9F9F9,#F6F6F6);
    background: -webkit-gradient(linear,top,from(#F9F9F9),to(#F6F6F6));
    background: -webkit-linear-gradient(top,#F9F9F9,#F6F6F6);
    background: -o-linear-gradient(top,#F9F9F9,#F6F6F6);
	cursor:pointer;
	color:#888;
	position:relative;
}
.MainCont0 .Listfunction .functions ul li.ck dl{ 
	background:#1ABD6A;
	color:#FFF; 
} 
.MainCont0 .Listfunction .functions ul li dl:hover{  
  -webkit-box-shadow:inset 0 0 10px #AAA;  
  -moz-box-shadow:inset 0 0 10px #AAA;  
  box-shadow:inset 0 0 10px #AAA; 
  background:#369; 
} 
.MainCont0 .Listfunction .functions ul li dl dt{
	text-align:center;
	padding-top:20px;
	line-height:40px;
}
.MainCont0 .Listfunction .functions ul li dl dt img{
	max-width:40px;
	max-height:40px;
	vertical-align:middle;
}
.MainCont0 .Listfunction .functions ul li dl dt span{
	display:block;
	position:absolute;
	width:120px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	left:0;
	bottom:10px;	
}
.MainCont0 .Listfunction .functions ul li dl dd{
	display:none;
}
.backContBox{
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	top:0;
	z-index:10000000;
	opacity:0;
	display:none;
}
.ShowFunctions{
	width:500px;
	padding-bottom:15px;
	position:absolute;
	border:#DDD solid 1px;
	z-index:10000001;
	background:#FFF;
	left:0;
	top:50px;
	-webkit-box-shadow:0 0 2px 5px #DDD;  
 	 -moz-box-shadow:0 0 2px 5px #DDD;  
 	 box-shadow:0 0 2px 5px #DDD;
	 border-radius:5px; 
	 display:none;  
}
.ShowFunctions h3{
	padding:20px 10px 5px 20px;
	line-height:30px;
	font-size:16px;
	color:#1ABD6A;
}
.ShowFunctions p{
	padding:10px 10px 10px 20px;
	font-size:14px;
	color:#666;
	line-height:25px;
}
/***/
.MainCont0 .InfoCont{
	width:310px;
	height:160px;
	position:absolute;
	top:0;
	right:0;
}
.MainCont0 .InfoCont .head{
	height:35px;
	line-height:35px;
	position:relative;
	border-bottom:#EEE solid 1px;
	margin-bottom:5px;
}
.MainCont0 .InfoCont .head .tag{
	display:block;
	width:80px;
	text-align:center;
	height:35px;
	border-bottom:#1ABD6A solid 1px;
	position:absolute;
	left:0;
	top:0;
	font-size:16px;
	color:#1ABD6A;
}
.MainCont0 .InfoCont .head .more{
	float:right;
	padding-right:10px;
}
.MainCont0 .InfoCont ul li a{
	display:block;
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding-left:5px;
	font-size:14px;
	color:#666;
}
.MainCont0 .InfoCont ul li a:hover{
	background:#369;
	text-decoration:none;
	color:#FFF;
	border-radius:5px;
}
/***/
.MainCont0 .SideAd{
	width:310px;
	height:60px;
	position:absolute;
	top:170px;
	right:0;
	overflow:hidden;
	text-align:center;
}
/***/
.MainCont0 .contactBox{
	width:310px;
	height:175px;
	position:absolute;
	right:0;
	bottom:0;
	border:#EEE solid 1px;
	overflow:hidden;
	color:#666;
}
.MainCont0 .contactBox .tel{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-indent:15px;
	word-spacing:10px;
	padding-top:5px;
}
.MainCont0 .contactBox dl{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-left:40px;	
}
.MainCont0 .contactBox dl dt{
	width:75px;
	height:75px;
	border:#DDD solid 1px;
	padding:2px;
	margin:auto;
}
.MainCont0 .contactBox dl dd{
	text-align:center;
	padding-top:5px;
}
.MainCont0 .contactBox ul{
	width:155px;
	height:30px;
	overflow:hidden;
	float:left;
	line-height:30px;
	padding-top:5px;
}
.MainCont0 .contactBox ul ol{
	width:60px;
	float:left;
	text-align:right;
	padding-right:5px;	
}
.MainCont0 .contactBox ul li{
	float:left;
	padding-top:3px;
}